Guest User

Untitled

a guest
Oct 22nd, 2017
92
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 15.33 KB | None | 0 0
  1. [2011-06-28 11:00:58] make
  2. gcc -g -O2 -fPIC -DRUBY_EXPORT -D_GNU_SOURCE=1 -I. -I. -c array.c
  3. gcc -g -O2 -fPIC -DRUBY_EXPORT -D_GNU_SOURCE=1 -I. -I. -c bignum.c
  4. gcc -g -O2 -fPIC -DRUBY_EXPORT -D_GNU_SOURCE=1 -I. -I. -c class.c
  5. gcc -g -O2 -fPIC -DRUBY_EXPORT -D_GNU_SOURCE=1 -I. -I. -c compar.c
  6. gcc -g -O2 -fPIC -DRUBY_EXPORT -D_GNU_SOURCE=1 -I. -I. -c dir.c
  7. gcc -g -O2 -fPIC -DRUBY_EXPORT -D_GNU_SOURCE=1 -I. -I. -c dln.c
  8. gcc -g -O2 -fPIC -DRUBY_EXPORT -D_GNU_SOURCE=1 -I. -I. -c enum.c
  9. gcc -g -O2 -fPIC -DRUBY_EXPORT -D_GNU_SOURCE=1 -I. -I. -c enumerator.c
  10. gcc -g -O2 -fPIC -DRUBY_EXPORT -D_GNU_SOURCE=1 -I. -I. -c error.c
  11. gcc -g -O2 -fPIC -DRUBY_EXPORT -D_GNU_SOURCE=1 -I. -I. -c eval.c
  12. eval.c: In function ‘rb_eval_string_wrap’:
  13. eval.c:1744:5: warning: assignment discards ‘volatile’ qualifier from pointer target type [enabled by default]
  14. eval.c: In function ‘rb_eval_cmd’:
  15. eval.c:1885:5: warning: assignment discards ‘volatile’ qualifier from pointer target type [enabled by default]
  16. eval.c: In function ‘call_trace_func’:
  17. eval.c:2736:5: warning: assignment discards ‘volatile’ qualifier from pointer target type [enabled by default]
  18. eval.c: In function ‘rb_raise_jump’:
  19. eval.c:4770:2: warning: assignment discards ‘volatile’ qualifier from pointer target type [enabled by default]
  20. eval.c: In function ‘method_missing’:
  21. eval.c:5736:2: warning: assignment discards ‘volatile’ qualifier from pointer target type [enabled by default]
  22. eval.c: In function ‘rb_call0’:
  23. eval.c:5894:5: warning: assignment discards ‘volatile’ qualifier from pointer target type [enabled by default]
  24. eval.c: In function ‘rb_f_eval’:
  25. eval.c:6696:2: warning: assignment discards ‘volatile’ qualifier from pointer target type [enabled by default]
  26. eval.c: In function ‘exec_under’:
  27. eval.c:6720:5: warning: assignment discards ‘volatile’ qualifier from pointer target type [enabled by default]
  28. eval.c: In function ‘rb_load’:
  29. eval.c:7036:5: warning: assignment discards ‘volatile’ qualifier from pointer target type [enabled by default]
  30. eval.c: In function ‘call_end_proc’:
  31. eval.c:8071:5: warning: assignment discards ‘volatile’ qualifier from pointer target type [enabled by default]
  32. eval.c: In function ‘rb_f_END’:
  33. eval.c:8084:5: warning: assignment discards ‘volatile’ qualifier from pointer target type [enabled by default]
  34. eval.c: In function ‘mproc’:
  35. eval.c:9860:5: warning: assignment discards ‘volatile’ qualifier from pointer target type [enabled by default]
  36. gcc -g -O2 -fPIC -DRUBY_EXPORT -D_GNU_SOURCE=1 -I. -I. -c file.c
  37. gcc -g -O2 -fPIC -DRUBY_EXPORT -D_GNU_SOURCE=1 -I. -I. -c gc.c
  38. gcc -g -O2 -fPIC -DRUBY_EXPORT -D_GNU_SOURCE=1 -I. -I. -c hash.c
  39. gcc -g -O2 -fPIC -DRUBY_EXPORT -D_GNU_SOURCE=1 -I. -I. -c inits.c
  40. gcc -g -O2 -fPIC -DRUBY_EXPORT -D_GNU_SOURCE=1 -I. -I. -c io.c
  41. gcc -g -O2 -fPIC -DRUBY_EXPORT -D_GNU_SOURCE=1 -I. -I. -c marshal.c
  42. gcc -g -O2 -fPIC -DRUBY_EXPORT -D_GNU_SOURCE=1 -I. -I. -c math.c
  43. gcc -g -O2 -fPIC -DRUBY_EXPORT -D_GNU_SOURCE=1 -I. -I. -c numeric.c
  44. gcc -g -O2 -fPIC -DRUBY_EXPORT -D_GNU_SOURCE=1 -I. -I. -c object.c
  45. gcc -g -O2 -fPIC -DRUBY_EXPORT -D_GNU_SOURCE=1 -I. -I. -c pack.c
  46. bison -y parse.y
  47. sed '/^#/s|y\.tab\.c|parse.c|' y.tab.c > parse.c
  48. rm -f y.tab.c
  49. gcc -g -O2 -fPIC -DRUBY_EXPORT -D_GNU_SOURCE=1 -I. -I. -c parse.c
  50. gcc -g -O2 -fPIC -DRUBY_EXPORT -D_GNU_SOURCE=1 -I. -I. -c process.c
  51. gcc -g -O2 -fPIC -DRUBY_EXPORT -D_GNU_SOURCE=1 -I. -I. -c prec.c
  52. gcc -g -O2 -fPIC -DRUBY_EXPORT -D_GNU_SOURCE=1 -I. -I. -c random.c
  53. gcc -g -O2 -fPIC -DRUBY_EXPORT -D_GNU_SOURCE=1 -I. -I. -c range.c
  54. gcc -g -O2 -fPIC -DRUBY_EXPORT -D_GNU_SOURCE=1 -I. -I. -c re.c
  55. gcc -g -O2 -fPIC -DRUBY_EXPORT -D_GNU_SOURCE=1 -I. -I. -c regex.c
  56. gcc -g -O2 -fPIC -DRUBY_EXPORT -D_GNU_SOURCE=1 -I. -I. -c ruby.c
  57. gcc -g -O2 -fPIC -DRUBY_EXPORT -D_GNU_SOURCE=1 -I. -I. -c signal.c
  58. gcc -g -O2 -fPIC -DRUBY_EXPORT -D_GNU_SOURCE=1 -I. -I. -c sprintf.c
  59. gcc -g -O2 -fPIC -DRUBY_EXPORT -D_GNU_SOURCE=1 -I. -I. -c st.c
  60. gcc -g -O2 -fPIC -DRUBY_EXPORT -D_GNU_SOURCE=1 -I. -I. -c string.c
  61. gcc -g -O2 -fPIC -DRUBY_EXPORT -D_GNU_SOURCE=1 -I. -I. -c struct.c
  62. gcc -g -O2 -fPIC -DRUBY_EXPORT -D_GNU_SOURCE=1 -I. -I. -c time.c
  63. gcc -g -O2 -fPIC -DRUBY_EXPORT -D_GNU_SOURCE=1 -I. -I. -c util.c
  64. gcc -g -O2 -fPIC -DRUBY_EXPORT -D_GNU_SOURCE=1 -I. -I. -c variable.c
  65. gcc -g -O2 -fPIC -DRUBY_EXPORT -D_GNU_SOURCE=1 -I. -I. -c version.c
  66. gcc -g -O2 -fPIC -DRUBY_EXPORT -D_GNU_SOURCE=1 -I. -I. -c dmyext.c
  67. ar rcu libruby-static.a array.o bignum.o class.o compar.o dir.o dln.o enum.o enumerator.o error.o eval.o file.o gc.o hash.o inits.o io.o marshal.o math.o numeric.o object.o pack.o parse.o process.o prec.o random.o range.o re.o regex.o ruby.o signal.o sprintf.o st.o string.o struct.o time.o util.o variable.o version.o dmyext.o
  68. gcc -g -O2 -fPIC -DRUBY_EXPORT -D_GNU_SOURCE=1 -I. -I. -c main.c
  69. gcc -g -O2 -fPIC -DRUBY_EXPORT -D_GNU_SOURCE=1 -L. -rdynamic -Wl,-export-dynamic main.o libruby-static.a -lrt -ldl -lcrypt -lm -o miniruby
  70. rbconfig.rb updated
  71. gcc -shared -Wl,-soname,libruby.so.1.8 array.o bignum.o class.o compar.o dir.o dln.o enum.o enumerator.o error.o eval.o file.o gc.o hash.o inits.o io.o marshal.o math.o numeric.o object.o pack.o parse.o process.o prec.o random.o range.o re.o regex.o ruby.o signal.o sprintf.o st.o string.o struct.o time.o util.o variable.o version.o dmyext.o -lrt -ldl -lcrypt -lm -o libruby.so.1.8.7
  72. compiling Win32API
  73. compiling bigdecimal
  74. make[1]: Entering directory `/home/michael/.rvm/src/ruby-1.8.7-head/ext/bigdecimal'
  75. mkdir -p ../../.ext/x86_64-linux
  76. gcc -I. -I../.. -I../../. -I../.././ext/bigdecimal -DBASE=1000000000UL -DBASE_FIG=9 -fPIC -g -O2 -fPIC -c bigdecimal.c
  77. gcc -shared -o ../../.ext/x86_64-linux/bigdecimal.so bigdecimal.o -L. -L../.. -L. -rdynamic -Wl,-export-dynamic -Wl,-R -Wl,/home/michael/.rvm/rubies/ruby-1.8.7-head/lib -L/home/michael/.rvm/rubies/ruby-1.8.7-head/lib -lruby -lrt -ldl -lcrypt -lm -lc
  78. mkdir -p ../../.ext/common/bigdecimal
  79. cp ../.././ext/bigdecimal/lib/bigdecimal/util.rb ../../.ext/common/bigdecimal
  80. cp ../.././ext/bigdecimal/lib/bigdecimal/ludcmp.rb ../../.ext/common/bigdecimal
  81. cp ../.././ext/bigdecimal/lib/bigdecimal/math.rb ../../.ext/common/bigdecimal
  82. cp ../.././ext/bigdecimal/lib/bigdecimal/jacobian.rb ../../.ext/common/bigdecimal
  83. cp ../.././ext/bigdecimal/lib/bigdecimal/newton.rb ../../.ext/common/bigdecimal
  84. make[1]: Leaving directory `/home/michael/.rvm/src/ruby-1.8.7-head/ext/bigdecimal'
  85. compiling curses
  86. make[1]: Entering directory `/home/michael/.rvm/src/ruby-1.8.7-head/ext/curses'
  87. gcc -I. -I../.. -I../../. -I../.././ext/curses -DHAVE_NCURSES_H -DHAVE_BEEP -DHAVE_BKGD -DHAVE_BKGDSET -DHAVE_CURS_SET -DHAVE_DELETELN -DHAVE_DOUPDATE -DHAVE_FLASH -DHAVE_GETBKGD -DHAVE_GETNSTR -DHAVE_ISENDWIN -DHAVE_KEYNAME -DHAVE_KEYPAD -DHAVE_RESIZETERM -DHAVE_SCRL -DHAVE_SETSCRREG -DHAVE_UNGETCH -DHAVE_WATTROFF -DHAVE_WATTRON -DHAVE_WATTRSET -DHAVE_WBKGD -DHAVE_WBKGDSET -DHAVE_WDELETELN -DHAVE_WGETNSTR -DHAVE_WRESIZE -DHAVE_WSCRL -DHAVE_WSETSCRREG -DHAVE_DEF_PROG_MODE -DHAVE_RESET_PROG_MODE -DHAVE_TIMEOUT -DHAVE_WTIMEOUT -DHAVE_NODELAY -DHAVE_INIT_COLOR -DHAVE_WCOLOR_SET -D_XOPEN_SOURCE_EXTENDED -fPIC -g -O2 -fPIC -c curses.c
  88. gcc -shared -o ../../.ext/x86_64-linux/curses.so curses.o -L. -L../.. -L. -rdynamic -Wl,-export-dynamic -Wl,-R -Wl,/home/michael/.rvm/rubies/ruby-1.8.7-head/lib -L/home/michael/.rvm/rubies/ruby-1.8.7-head/lib -lruby -lncurses -lrt -ldl -lcrypt -lm -lc
  89. make[1]: Leaving directory `/home/michael/.rvm/src/ruby-1.8.7-head/ext/curses'
  90. compiling dbm
  91. make[1]: Entering directory `/home/michael/.rvm/src/ruby-1.8.7-head/ext/dbm'
  92. gcc -I. -I../.. -I../../. -I../.././ext/dbm -DHAVE_TYPE_DBM -DHAVE___DB_NDBM_CLEARERR -DDB_DBM_HSEARCH -DDBM_HDR="<db.h>" -DHAVE_SYS_CDEFS_H -fPIC -g -O2 -fPIC -c dbm.c
  93. gcc -shared -o ../../.ext/x86_64-linux/dbm.so dbm.o -L. -L../.. -L. -rdynamic -Wl,-export-dynamic -Wl,-R -Wl,/home/michael/.rvm/rubies/ruby-1.8.7-head/lib -L/home/michael/.rvm/rubies/ruby-1.8.7-head/lib -lruby -ldb -lrt -ldl -lcrypt -lm -lc
  94. make[1]: Leaving directory `/home/michael/.rvm/src/ruby-1.8.7-head/ext/dbm'
  95. compiling digest
  96. make[1]: Entering directory `/home/michael/.rvm/src/ruby-1.8.7-head/ext/digest'
  97. gcc -I. -I../.. -I../../. -I../.././ext/digest -fPIC -g -O2 -fPIC -c digest.c
  98. digest.c: In function ‘rb_digest_instance_inspect’:
  99. digest.c:280:11: warning: assignment discards ‘const’ qualifier from pointer target type [enabled by default]
  100. gcc -shared -o ../../.ext/x86_64-linux/digest.so digest.o -L. -L../.. -L. -rdynamic -Wl,-export-dynamic -Wl,-R -Wl,/home/michael/.rvm/rubies/ruby-1.8.7-head/lib -L/home/michael/.rvm/rubies/ruby-1.8.7-head/lib -lruby -lrt -ldl -lcrypt -lm -lc
  101. cp ../.././ext/digest/lib/sha1.rb ../../.ext/common
  102. cp ../.././ext/digest/lib/md5.rb ../../.ext/common
  103. cp ../.././ext/digest/lib/digest.rb ../../.ext/common
  104. cp ../.././ext/digest/digest.h ../../.ext/x86_64-linux
  105. make[1]: Leaving directory `/home/michael/.rvm/src/ruby-1.8.7-head/ext/digest'
  106. compiling digest/bubblebabble
  107. make[1]: Entering directory `/home/michael/.rvm/src/ruby-1.8.7-head/ext/digest/bubblebabble'
  108. mkdir -p ../../../.ext/x86_64-linux/digest
  109. gcc -I. -I../../.. -I../../../. -I../../.././ext/digest/bubblebabble -I../../.././ext/digest/bubblebabble/.. -DHAVE_CONFIG_H -fPIC -g -O2 -fPIC -c bubblebabble.c
  110. gcc -shared -o ../../../.ext/x86_64-linux/digest/bubblebabble.so bubblebabble.o -L. -L../../.. -L. -rdynamic -Wl,-export-dynamic -Wl,-R -Wl,/home/michael/.rvm/rubies/ruby-1.8.7-head/lib -L/home/michael/.rvm/rubies/ruby-1.8.7-head/lib -lruby -lrt -ldl -lcrypt -lm -lc
  111. make[1]: Leaving directory `/home/michael/.rvm/src/ruby-1.8.7-head/ext/digest/bubblebabble'
  112. compiling digest/md5
  113. make[1]: Entering directory `/home/michael/.rvm/src/ruby-1.8.7-head/ext/digest/md5'
  114. gcc -I. -I../../.. -I../../../. -I../../.././ext/digest/md5 -I../../.././ext/digest/md5/.. -DHAVE_CONFIG_H -DHAVE_OPENSSL_MD5_H -DHAVE_SYS_CDEFS_H -DHAVE_INTTYPES_H -DHAVE_UNISTD_H -fPIC -g -O2 -fPIC -c md5init.c
  115. gcc -I. -I../../.. -I../../../. -I../../.././ext/digest/md5 -I../../.././ext/digest/md5/.. -DHAVE_CONFIG_H -DHAVE_OPENSSL_MD5_H -DHAVE_SYS_CDEFS_H -DHAVE_INTTYPES_H -DHAVE_UNISTD_H -fPIC -g -O2 -fPIC -c md5ossl.c
  116. gcc -shared -o ../../../.ext/x86_64-linux/digest/md5.so md5init.o md5ossl.o -L. -L../../.. -L. -rdynamic -Wl,-export-dynamic -Wl,-R -Wl,/home/michael/.rvm/rubies/ruby-1.8.7-head/lib -L/home/michael/.rvm/rubies/ruby-1.8.7-head/lib -lruby -lcrypto -lrt -ldl -lcrypt -lm -lc
  117. make[1]: Leaving directory `/home/michael/.rvm/src/ruby-1.8.7-head/ext/digest/md5'
  118. compiling digest/rmd160
  119. make[1]: Entering directory `/home/michael/.rvm/src/ruby-1.8.7-head/ext/digest/rmd160'
  120. gcc -I. -I../../.. -I../../../. -I../../.././ext/digest/rmd160 -I../../.././ext/digest/rmd160/.. -DNDEBUG -DHAVE_CONFIG_H -DHAVE_OPENSSL_RIPEMD_H -DHAVE_SYS_CDEFS_H -DHAVE_INTTYPES_H -DHAVE_UNISTD_H -fPIC -g -O2 -fPIC -c rmd160init.c
  121. gcc -I. -I../../.. -I../../../. -I../../.././ext/digest/rmd160 -I../../.././ext/digest/rmd160/.. -DNDEBUG -DHAVE_CONFIG_H -DHAVE_OPENSSL_RIPEMD_H -DHAVE_SYS_CDEFS_H -DHAVE_INTTYPES_H -DHAVE_UNISTD_H -fPIC -g -O2 -fPIC -c rmd160ossl.c
  122. gcc -shared -o ../../../.ext/x86_64-linux/digest/rmd160.so rmd160init.o rmd160ossl.o -L. -L../../.. -L. -rdynamic -Wl,-export-dynamic -Wl,-R -Wl,/home/michael/.rvm/rubies/ruby-1.8.7-head/lib -L/home/michael/.rvm/rubies/ruby-1.8.7-head/lib -lruby -lcrypto -lrt -ldl -lcrypt -lm -lc
  123. make[1]: Leaving directory `/home/michael/.rvm/src/ruby-1.8.7-head/ext/digest/rmd160'
  124. compiling digest/sha1
  125. make[1]: Entering directory `/home/michael/.rvm/src/ruby-1.8.7-head/ext/digest/sha1'
  126. gcc -I. -I../../.. -I../../../. -I../../.././ext/digest/sha1 -I../../.././ext/digest/sha1/.. -DHAVE_CONFIG_H -DHAVE_OPENSSL_SHA_H -DHAVE_SYS_CDEFS_H -DHAVE_INTTYPES_H -DHAVE_UNISTD_H -fPIC -g -O2 -fPIC -c sha1init.c
  127. gcc -I. -I../../.. -I../../../. -I../../.././ext/digest/sha1 -I../../.././ext/digest/sha1/.. -DHAVE_CONFIG_H -DHAVE_OPENSSL_SHA_H -DHAVE_SYS_CDEFS_H -DHAVE_INTTYPES_H -DHAVE_UNISTD_H -fPIC -g -O2 -fPIC -c sha1ossl.c
  128. gcc -shared -o ../../../.ext/x86_64-linux/digest/sha1.so sha1init.o sha1ossl.o -L. -L../../.. -L. -rdynamic -Wl,-export-dynamic -Wl,-R -Wl,/home/michael/.rvm/rubies/ruby-1.8.7-head/lib -L/home/michael/.rvm/rubies/ruby-1.8.7-head/lib -lruby -lcrypto -lrt -ldl -lcrypt -lm -lc
  129. make[1]: Leaving directory `/home/michael/.rvm/src/ruby-1.8.7-head/ext/digest/sha1'
  130. compiling digest/sha2
  131. make[1]: Entering directory `/home/michael/.rvm/src/ruby-1.8.7-head/ext/digest/sha2'
  132. gcc -I. -I../../.. -I../../../. -I../../.././ext/digest/sha2 -I../../.././ext/digest/sha2/.. -DHAVE_CONFIG_H -DHAVE_SYS_CDEFS_H -DHAVE_INTTYPES_H -DHAVE_UNISTD_H -DHAVE_TYPE_UINT64_T -fPIC -g -O2 -fPIC -c sha2.c
  133. gcc -I. -I../../.. -I../../../. -I../../.././ext/digest/sha2 -I../../.././ext/digest/sha2/.. -DHAVE_CONFIG_H -DHAVE_SYS_CDEFS_H -DHAVE_INTTYPES_H -DHAVE_UNISTD_H -DHAVE_TYPE_UINT64_T -fPIC -g -O2 -fPIC -c sha2init.c
  134. gcc -shared -o ../../../.ext/x86_64-linux/digest/sha2.so sha2.o sha2init.o -L. -L../../.. -L. -rdynamic -Wl,-export-dynamic -Wl,-R -Wl,/home/michael/.rvm/rubies/ruby-1.8.7-head/lib -L/home/michael/.rvm/rubies/ruby-1.8.7-head/lib -lruby -lrt -ldl -lcrypt -lm -lc
  135. mkdir -p ../../../.ext/common/digest
  136. cp ../../.././ext/digest/sha2/lib/sha2.rb ../../../.ext/common/digest
  137. make[1]: Leaving directory `/home/michael/.rvm/src/ruby-1.8.7-head/ext/digest/sha2'
  138. compiling dl
  139. make[1]: Entering directory `/home/michael/.rvm/src/ruby-1.8.7-head/ext/dl'
  140. Generating call.func
  141. void
  142. char
  143. short
  144. int
  145. long
  146. float
  147. double
  148. gcc -I. -I../.. -I../../. -I../.././ext/dl -DHAVE_DLFCN_H -DHAVE_DLOPEN -DHAVE_DLCLOSE -DHAVE_DLSYM -DHAVE_DLERROR -I. -fPIC -g -O2 -fPIC -fno-defer-pop -fno-omit-frame-pointer -c sym.c
  149. gcc -I. -I../.. -I../../. -I../.././ext/dl -DHAVE_DLFCN_H -DHAVE_DLOPEN -DHAVE_DLCLOSE -DHAVE_DLSYM -DHAVE_DLERROR -I. -fPIC -g -O2 -fPIC -fno-defer-pop -fno-omit-frame-pointer -c handle.c
  150. Generating callback.func
  151. Generating cbtable.func
  152. gcc -I. -I../.. -I../../. -I../.././ext/dl -DHAVE_DLFCN_H -DHAVE_DLOPEN -DHAVE_DLCLOSE -DHAVE_DLSYM -DHAVE_DLERROR -I. -fPIC -g -O2 -fPIC -fno-defer-pop -fno-omit-frame-pointer -c dl.c
  153. In file included from dl.c:104:0:
  154. callback.func:1:1: warning: data definition has no type or storage class [enabled by default]
  155. callback.func:1:7: error: expected identifier or ‘(’ before ‘long’
  156. In file included from dl.c:104:0:
  157. callback.func:78:33: error: expected ‘)’ before ‘(’ token
  158. callback.func:79:3: warning: data definition has no type or storage class [enabled by default]
  159. callback.func:79:24: error: ‘proc’ undeclared here (not in a function)
  160. callback.func:79:39: error: ‘argc’ undeclared here (not in a function)
  161. callback.func:79:45: error: ‘argv’ undeclared here (not in a function)
  162. callback.func:82:1: error: expected identifier or ‘(’ before ‘}’ token
  163. dl.c:106:1: error: expected ‘;’, ‘,’ or ‘)’ before ‘static’
  164. make[1]: *** [dl.o] Error 1
  165. make[1]: Leaving directory `/home/michael/.rvm/src/ruby-1.8.7-head/ext/dl'
  166. make: *** [all] Error 1
Add Comment
Please, Sign In to add comment