Guest User

Untitled

a guest
May 21st, 2018
78
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
Bash 21.23 KB | None | 0 0
  1. $ cat make.log
  2. [2012-01-11 16:37:07] make
  3. gcc -g -O2  -fPIC  -DRUBY_EXPORT -D_GNU_SOURCE=1  -I. -I.   -c array.c
  4. gcc -g -O2  -fPIC  -DRUBY_EXPORT -D_GNU_SOURCE=1  -I. -I.   -c bignum.c
  5. gcc -g -O2  -fPIC  -DRUBY_EXPORT -D_GNU_SOURCE=1  -I. -I.   -c class.c
  6. gcc -g -O2  -fPIC  -DRUBY_EXPORT -D_GNU_SOURCE=1  -I. -I.   -c compar.c
  7. gcc -g -O2  -fPIC  -DRUBY_EXPORT -D_GNU_SOURCE=1  -I. -I.   -c dir.c
  8. gcc -g -O2  -fPIC  -DRUBY_EXPORT -D_GNU_SOURCE=1  -I. -I.   -c dln.c
  9. gcc -g -O2  -fPIC  -DRUBY_EXPORT -D_GNU_SOURCE=1  -I. -I.   -c enum.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:1732:5: warning: assignment discards ‘volatile’ qualifier from pointer target type [enabled by default]
  14. eval.c: In function ‘rb_eval_cmd’:
  15. eval.c:1873:5: warning: assignment discards ‘volatile’ qualifier from pointer target type [enabled by default]
  16. eval.c: In function ‘call_trace_func’:
  17. eval.c:2724:5: warning: assignment discards ‘volatile’ qualifier from pointer target type [enabled by default]
  18. eval.c: In function ‘rb_raise_jump’:
  19. eval.c:4749:2: warning: assignment discards ‘volatile’ qualifier from pointer target type [enabled by default]
  20. eval.c: In function ‘method_missing’:
  21. eval.c:5673:2: warning: assignment discards ‘volatile’ qualifier from pointer target type [enabled by default]
  22. eval.c: In function ‘rb_call0’:
  23. eval.c:5836:5: warning: assignment discards ‘volatile’ qualifier from pointer target type [enabled by default]
  24. eval.c: In function ‘rb_f_eval’:
  25. eval.c:6623:2: warning: assignment discards ‘volatile’ qualifier from pointer target type [enabled by default]
  26. eval.c: In function ‘exec_under’:
  27. eval.c:6647:5: warning: assignment discards ‘volatile’ qualifier from pointer target type [enabled by default]
  28. eval.c: In function ‘rb_load’:
  29. eval.c:6883:5: warning: assignment discards ‘volatile’ qualifier from pointer target type [enabled by default]
  30. eval.c: In function ‘call_end_proc’:
  31. eval.c:7896:5: warning: assignment discards ‘volatile’ qualifier from pointer target type [enabled by default]
  32. eval.c: In function ‘rb_f_END’:
  33. eval.c:7909:5: warning: assignment discards ‘volatile’ qualifier from pointer target type [enabled by default]
  34. eval.c: In function ‘mproc’:
  35. eval.c:9529: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. io.c: In function ‘next_argv’:
  42. io.c:4472:10: warning: ignoring return value of ‘fchown’, declared with attribute warn_unused_result [-Wunused-result]
  43. io.c: In function ‘appendline’:
  44. io.c:1547:11: warning: ignoring return value of ‘fread’, declared with attribute warn_unused_result [-Wunused-result]
  45. gcc -g -O2  -fPIC  -DRUBY_EXPORT -D_GNU_SOURCE=1  -I. -I.   -c marshal.c
  46. gcc -g -O2  -fPIC  -DRUBY_EXPORT -D_GNU_SOURCE=1  -I. -I.   -c math.c
  47. gcc -g -O2  -fPIC  -DRUBY_EXPORT -D_GNU_SOURCE=1  -I. -I.   -c numeric.c
  48. gcc -g -O2  -fPIC  -DRUBY_EXPORT -D_GNU_SOURCE=1  -I. -I.   -c object.c
  49. gcc -g -O2  -fPIC  -DRUBY_EXPORT -D_GNU_SOURCE=1  -I. -I.   -c pack.c
  50. gcc -g -O2  -fPIC  -DRUBY_EXPORT -D_GNU_SOURCE=1  -I. -I.   -c parse.c
  51. gcc -g -O2  -fPIC  -DRUBY_EXPORT -D_GNU_SOURCE=1  -I. -I.   -c process.c
  52. gcc -g -O2  -fPIC  -DRUBY_EXPORT -D_GNU_SOURCE=1  -I. -I.   -c prec.c
  53. gcc -g -O2  -fPIC  -DRUBY_EXPORT -D_GNU_SOURCE=1  -I. -I.   -c random.c
  54. random.c: In function ‘random_seed’:
  55. random.c:290:17: warning: ignoring return value of ‘read’, declared with attribute warn_unused_result [-Wunused-result]
  56. gcc -g -O2  -fPIC  -DRUBY_EXPORT -D_GNU_SOURCE=1  -I. -I.   -c range.c
  57. gcc -g -O2  -fPIC  -DRUBY_EXPORT -D_GNU_SOURCE=1  -I. -I.   -c re.c
  58. gcc -g -O2  -fPIC  -DRUBY_EXPORT -D_GNU_SOURCE=1  -I. -I.   -c regex.c
  59. regex.c: In function ‘ruby_re_compile_pattern’:
  60. regex.c:1364:4: warning: format ‘%d’ expects argument of type ‘int’, but argument 5 has type ‘long int’ [-Wformat]
  61. regex.c:1364:4: warning: format ‘%d’ expects argument of type ‘int’, but argument 5 has type ‘long int’ [-Wformat]
  62. regex.c:2028:4: warning: format ‘%d’ expects argument of type ‘int’, but argument 4 has type ‘long int’ [-Wformat]
  63. regex.c:2028:4: warning: format ‘%d’ expects argument of type ‘int’, but argument 4 has type ‘long int’ [-Wformat]
  64. gcc -g -O2  -fPIC  -DRUBY_EXPORT -D_GNU_SOURCE=1  -I. -I.   -c ruby.c
  65. gcc -g -O2  -fPIC  -DRUBY_EXPORT -D_GNU_SOURCE=1  -I. -I.   -c signal.c
  66. gcc -g -O2  -fPIC  -DRUBY_EXPORT -D_GNU_SOURCE=1  -I. -I.   -c sprintf.c
  67. gcc -g -O2  -fPIC  -DRUBY_EXPORT -D_GNU_SOURCE=1  -I. -I.   -c st.c
  68. gcc -g -O2  -fPIC  -DRUBY_EXPORT -D_GNU_SOURCE=1  -I. -I.   -c string.c
  69. gcc -g -O2  -fPIC  -DRUBY_EXPORT -D_GNU_SOURCE=1  -I. -I.   -c struct.c
  70. gcc -g -O2  -fPIC  -DRUBY_EXPORT -D_GNU_SOURCE=1  -I. -I.   -c time.c
  71. gcc -g -O2  -fPIC  -DRUBY_EXPORT -D_GNU_SOURCE=1  -I. -I.   -c util.c
  72. gcc -g -O2  -fPIC  -DRUBY_EXPORT -D_GNU_SOURCE=1  -I. -I.   -c variable.c
  73. gcc -g -O2  -fPIC  -DRUBY_EXPORT -D_GNU_SOURCE=1  -I. -I.   -c version.c
  74. gcc -g -O2  -fPIC  -DRUBY_EXPORT -D_GNU_SOURCE=1  -I. -I.   -c dmyext.c
  75. ar rcu libruby-static.a array.o bignum.o class.o compar.o dir.o dln.o enum.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
  76. gcc -g -O2  -fPIC  -DRUBY_EXPORT -D_GNU_SOURCE=1  -I. -I.   -c main.c
  77. gcc -g -O2  -fPIC  -DRUBY_EXPORT -D_GNU_SOURCE=1  -L.  -rdynamic -Wl,-export-dynamic   main.o  libruby-static.a -ldl -lcrypt -lm   -o miniruby
  78. rbconfig.rb updated
  79. gcc -shared -Wl,-soname,libruby.so.1.8   array.o bignum.o class.o compar.o dir.o dln.o enum.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 -ldl -lcrypt -lm   -o libruby.so.1.8.6
  80. compiling Win32API
  81. compiling bigdecimal
  82. make[1]: Entering directory `/home/peter/.rvm/src/ruby-1.8.6-p287/ext/bigdecimal'
  83. mkdir -p ../../.ext/x86_64-linux
  84. gcc -I. -I../.. -I../../. -I../.././ext/bigdecimal -DBASE=1000000000UL -DBASE_FIG=9   -fPIC -g -O2  -fPIC  -c bigdecimal.c
  85. gcc -shared -o ../../.ext/x86_64-linux/bigdecimal.so bigdecimal.o -L. -L../.. -L.  -rdynamic -Wl,-export-dynamic    -Wl,-R -Wl,/home/peter/.rvm/rubies/ruby-1.8.6-p287/lib -L/home/peter/.rvm/rubies/ruby-1.8.6-p287/lib -lruby  -ldl -lcrypt -lm   -lc
  86. mkdir -p ../../.ext/common/bigdecimal
  87. cp ../.././ext/bigdecimal/lib/bigdecimal/jacobian.rb ../../.ext/common/bigdecimal
  88. cp ../.././ext/bigdecimal/lib/bigdecimal/ludcmp.rb ../../.ext/common/bigdecimal
  89. cp ../.././ext/bigdecimal/lib/bigdecimal/newton.rb ../../.ext/common/bigdecimal
  90. cp ../.././ext/bigdecimal/lib/bigdecimal/math.rb ../../.ext/common/bigdecimal
  91. cp ../.././ext/bigdecimal/lib/bigdecimal/util.rb ../../.ext/common/bigdecimal
  92. make[1]: Leaving directory `/home/peter/.rvm/src/ruby-1.8.6-p287/ext/bigdecimal'
  93. compiling curses
  94. make[1]: Entering directory `/home/peter/.rvm/src/ruby-1.8.6-p287/ext/curses'
  95. 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
  96. gcc -shared -o ../../.ext/x86_64-linux/curses.so curses.o -L. -L../.. -L.  -rdynamic -Wl,-export-dynamic    -Wl,-R -Wl,/home/peter/.rvm/rubies/ruby-1.8.6-p287/lib -L/home/peter/.rvm/rubies/ruby-1.8.6-p287/lib -lruby -lncurses -ltinfo  -ldl -lcrypt -lm   -lc
  97. make[1]: Leaving directory `/home/peter/.rvm/src/ruby-1.8.6-p287/ext/curses'
  98. compiling dbm
  99. compiling digest
  100. make[1]: Entering directory `/home/peter/.rvm/src/ruby-1.8.6-p287/ext/digest'
  101. gcc -I. -I../.. -I../../. -I../.././ext/digest  -fPIC -g -O2  -fPIC  -c digest.c
  102. gcc -shared -o ../../.ext/x86_64-linux/digest.so digest.o -L. -L../.. -L.  -rdynamic -Wl,-export-dynamic    -Wl,-R -Wl,/home/peter/.rvm/rubies/ruby-1.8.6-p287/lib -L/home/peter/.rvm/rubies/ruby-1.8.6-p287/lib -lruby  -ldl -lcrypt -lm   -lc
  103. cp ../.././ext/digest/lib/digest.rb ../../.ext/common
  104. cp ../.././ext/digest/lib/md5.rb ../../.ext/common
  105. cp ../.././ext/digest/lib/sha1.rb ../../.ext/common
  106. cp ../.././ext/digest/digest.h ../../.ext/x86_64-linux
  107. make[1]: Leaving directory `/home/peter/.rvm/src/ruby-1.8.6-p287/ext/digest'
  108. compiling digest/bubblebabble
  109. make[1]: Entering directory `/home/peter/.rvm/src/ruby-1.8.6-p287/ext/digest/bubblebabble'
  110. mkdir -p ../../../.ext/x86_64-linux/digest
  111. gcc -I. -I../../.. -I../../../. -I../../.././ext/digest/bubblebabble -I../../.././ext/digest/bubblebabble/.. -DHAVE_CONFIG_H   -fPIC -g -O2  -fPIC  -c bubblebabble.c
  112. gcc -shared -o ../../../.ext/x86_64-linux/digest/bubblebabble.so bubblebabble.o -L. -L../../.. -L.  -rdynamic -Wl,-export-dynamic    -Wl,-R -Wl,/home/peter/.rvm/rubies/ruby-1.8.6-p287/lib -L/home/peter/.rvm/rubies/ruby-1.8.6-p287/lib -lruby  -ldl -lcrypt -lm   -lc
  113. make[1]: Leaving directory `/home/peter/.rvm/src/ruby-1.8.6-p287/ext/digest/bubblebabble'
  114. compiling digest/md5
  115. make[1]: Entering directory `/home/peter/.rvm/src/ruby-1.8.6-p287/ext/digest/md5'
  116. 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 -I/home/peter/.rvm/usr/include   -fPIC -g -O2  -fPIC  -c md5init.c
  117. 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 -I/home/peter/.rvm/usr/include   -fPIC -g -O2  -fPIC  -c md5ossl.c
  118. gcc -shared -o ../../../.ext/x86_64-linux/digest/md5.so md5init.o md5ossl.o -L. -L../../.. -L/home/peter/.rvm/usr/lib -Wl,-R/home/peter/.rvm/usr/lib -L.  -rdynamic -Wl,-export-dynamic    -Wl,-R -Wl,/home/peter/.rvm/rubies/ruby-1.8.6-p287/lib -L/home/peter/.rvm/rubies/ruby-1.8.6-p287/lib -lruby -lcrypto  -ldl -lcrypt -lm   -lc
  119. make[1]: Leaving directory `/home/peter/.rvm/src/ruby-1.8.6-p287/ext/digest/md5'
  120. compiling digest/rmd160
  121. make[1]: Entering directory `/home/peter/.rvm/src/ruby-1.8.6-p287/ext/digest/rmd160'
  122. 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 -I/home/peter/.rvm/usr/include   -fPIC -g -O2  -fPIC  -c rmd160init.c
  123. 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 -I/home/peter/.rvm/usr/include   -fPIC -g -O2  -fPIC  -c rmd160ossl.c
  124. gcc -shared -o ../../../.ext/x86_64-linux/digest/rmd160.so rmd160init.o rmd160ossl.o -L. -L../../.. -L/home/peter/.rvm/usr/lib -Wl,-R/home/peter/.rvm/usr/lib -L.  -rdynamic -Wl,-export-dynamic    -Wl,-R -Wl,/home/peter/.rvm/rubies/ruby-1.8.6-p287/lib -L/home/peter/.rvm/rubies/ruby-1.8.6-p287/lib -lruby -lcrypto  -ldl -lcrypt -lm   -lc
  125. make[1]: Leaving directory `/home/peter/.rvm/src/ruby-1.8.6-p287/ext/digest/rmd160'
  126. compiling digest/sha1
  127. make[1]: Entering directory `/home/peter/.rvm/src/ruby-1.8.6-p287/ext/digest/sha1'
  128. 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 -I/home/peter/.rvm/usr/include   -fPIC -g -O2  -fPIC  -c sha1init.c
  129. 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 -I/home/peter/.rvm/usr/include   -fPIC -g -O2  -fPIC  -c sha1ossl.c
  130. gcc -shared -o ../../../.ext/x86_64-linux/digest/sha1.so sha1init.o sha1ossl.o -L. -L../../.. -L/home/peter/.rvm/usr/lib -Wl,-R/home/peter/.rvm/usr/lib -L.  -rdynamic -Wl,-export-dynamic    -Wl,-R -Wl,/home/peter/.rvm/rubies/ruby-1.8.6-p287/lib -L/home/peter/.rvm/rubies/ruby-1.8.6-p287/lib -lruby -lcrypto  -ldl -lcrypt -lm   -lc
  131. make[1]: Leaving directory `/home/peter/.rvm/src/ruby-1.8.6-p287/ext/digest/sha1'
  132. compiling digest/sha2
  133. make[1]: Entering directory `/home/peter/.rvm/src/ruby-1.8.6-p287/ext/digest/sha2'
  134. 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
  135. 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
  136. 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/peter/.rvm/rubies/ruby-1.8.6-p287/lib -L/home/peter/.rvm/rubies/ruby-1.8.6-p287/lib -lruby  -ldl -lcrypt -lm   -lc
  137. mkdir -p ../../../.ext/common/digest
  138. cp ../../.././ext/digest/sha2/lib/sha2.rb ../../../.ext/common/digest
  139. make[1]: Leaving directory `/home/peter/.rvm/src/ruby-1.8.6-p287/ext/digest/sha2'
  140. compiling dl
  141. make[1]: Entering directory `/home/peter/.rvm/src/ruby-1.8.6-p287/ext/dl'
  142. 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
  143. Generating call.func
  144.  void
  145.  char
  146.  short
  147.  int
  148.  long
  149.  float
  150.  double
  151. 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
  152. sym.c: In function ‘rb_dlsym_inspect’:
  153. sym.c:272:21: warning: format ‘%lx’ expects argument of type ‘long unsigned int’, but argument 4 has type ‘struct sym_data *’ [-Wformat]
  154. sym.c:272:21: warning: format ‘%lx’ expects argument of type ‘long unsigned int’, but argument 5 has type ‘void *’ [-Wformat]
  155. sym.c:272:21: warning: format ‘%lx’ expects argument of type ‘long unsigned int’, but argument 4 has type ‘struct sym_data *’ [-Wformat]
  156. sym.c:272:21: warning: format ‘%lx’ expects argument of type ‘long unsigned int’, but argument 5 has type ‘void *’ [-Wformat]
  157. 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 ptr.c
  158. ptr.c: In function ‘rb_dlptr_inspect’:
  159. ptr.c:463:5: warning: format ‘%lx’ expects argument of type ‘long unsigned int’, but argument 5 has type ‘struct ptr_data *’ [-Wformat]
  160. ptr.c:463:5: warning: format ‘%lx’ expects argument of type ‘long unsigned int’, but argument 6 has type ‘void *’ [-Wformat]
  161. ptr.c:463:5: warning: format ‘%lx’ expects argument of type ‘long unsigned int’, but argument 5 has type ‘struct ptr_data *’ [-Wformat]
  162. ptr.c:463:5: warning: format ‘%lx’ expects argument of type ‘long unsigned int’, but argument 6 has type ‘void *’ [-Wformat]
  163. Generating callback.func
  164. Generating cbtable.func
  165. 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
  166. gcc -shared -o ../../.ext/x86_64-linux/dl.so handle.o sym.o ptr.o dl.o -L. -L../.. -L.  -rdynamic -Wl,-export-dynamic    -Wl,-R -Wl,/home/peter/.rvm/rubies/ruby-1.8.6-p287/lib -L/home/peter/.rvm/rubies/ruby-1.8.6-p287/lib -lruby -ldl  -ldl -lcrypt -lm   -lc
  167. mkdir -p ../../.ext/common/dl
  168. cp ../.././ext/dl/lib/dl/import.rb ../../.ext/common/dl
  169. cp ../.././ext/dl/lib/dl/struct.rb ../../.ext/common/dl
  170. cp ../.././ext/dl/lib/dl/win32.rb ../../.ext/common/dl
  171. cp ../.././ext/dl/lib/dl/types.rb ../../.ext/common/dl
  172. cp dlconfig.h ../../.ext/x86_64-linux
  173. cp ../.././ext/dl/dl.h ../../.ext/x86_64-linux
  174. make[1]: Leaving directory `/home/peter/.rvm/src/ruby-1.8.6-p287/ext/dl'
  175. compiling enumerator
  176. make[1]: Entering directory `/home/peter/.rvm/src/ruby-1.8.6-p287/ext/enumerator'
  177. gcc -I. -I../.. -I../../. -I../.././ext/enumerator  -fPIC -g -O2  -fPIC  -c enumerator.c
  178. gcc -shared -o ../../.ext/x86_64-linux/enumerator.so enumerator.o -L. -L../.. -L.  -rdynamic -Wl,-export-dynamic    -Wl,-R -Wl,/home/peter/.rvm/rubies/ruby-1.8.6-p287/lib -L/home/peter/.rvm/rubies/ruby-1.8.6-p287/lib -lruby  -ldl -lcrypt -lm   -lc
  179. make[1]: Leaving directory `/home/peter/.rvm/src/ruby-1.8.6-p287/ext/enumerator'
  180. compiling etc
  181. make[1]: Entering directory `/home/peter/.rvm/src/ruby-1.8.6-p287/ext/etc'
  182. gcc -I. -I../.. -I../../. -I../.././ext/etc -DHAVE_GETLOGIN -DHAVE_GETPWENT -DHAVE_GETGRENT -DHAVE_ST_PW_GECOS -DHAVE_ST_PW_PASSWD -DHAVE_ST_GR_PASSWD -DHAVE_TYPE_UID_T -DPW_UID2VAL=UINT2NUM -DPW_VAL2UID=NUM2UINT -DHAVE_TYPE_GID_T -DPW_GID2VAL=UINT2NUM -DPW_VAL2GID=NUM2UINT   -fPIC -g -O2  -fPIC  -c etc.c
  183. gcc -shared -o ../../.ext/x86_64-linux/etc.so etc.o -L. -L../.. -L.  -rdynamic -Wl,-export-dynamic    -Wl,-R -Wl,/home/peter/.rvm/rubies/ruby-1.8.6-p287/lib -L/home/peter/.rvm/rubies/ruby-1.8.6-p287/lib -lruby  -ldl -lcrypt -lm   -lc
  184. make[1]: Leaving directory `/home/peter/.rvm/src/ruby-1.8.6-p287/ext/etc'
  185. compiling fcntl
  186. make[1]: Entering directory `/home/peter/.rvm/src/ruby-1.8.6-p287/ext/fcntl'
  187. gcc -I. -I../.. -I../../. -I../.././ext/fcntl  -fPIC -g -O2  -fPIC  -c fcntl.c
  188. gcc -shared -o ../../.ext/x86_64-linux/fcntl.so fcntl.o -L. -L../.. -L.  -rdynamic -Wl,-export-dynamic    -Wl,-R -Wl,/home/peter/.rvm/rubies/ruby-1.8.6-p287/lib -L/home/peter/.rvm/rubies/ruby-1.8.6-p287/lib -lruby  -ldl -lcrypt -lm   -lc
  189. make[1]: Leaving directory `/home/peter/.rvm/src/ruby-1.8.6-p287/ext/fcntl'
  190. compiling gdbm
  191. compiling iconv
  192. make[1]: Entering directory `/home/peter/.rvm/src/ruby-1.8.6-p287/ext/iconv'
  193. gcc -I. -I../.. -I../../. -I../.././ext/iconv -DHAVE_ICONV   -fPIC -g -O2  -fPIC  -c iconv.c
  194. gcc -shared -o ../../.ext/x86_64-linux/iconv.so iconv.o -L. -L../.. -L.  -rdynamic -Wl,-export-dynamic    -Wl,-R -Wl,/home/peter/.rvm/rubies/ruby-1.8.6-p287/lib -L/home/peter/.rvm/rubies/ruby-1.8.6-p287/lib -lruby  -ldl -lcrypt -lm   -lc
  195. make[1]: Leaving directory `/home/peter/.rvm/src/ruby-1.8.6-p287/ext/iconv'
  196. compiling io/wait
  197. make[1]: Entering directory `/home/peter/.rvm/src/ruby-1.8.6-p287/ext/io/wait'
  198. mkdir -p ../../../.ext/x86_64-linux/io
  199. gcc -I. -I../../.. -I../../../. -I../../.././ext/io/wait -DFIONREAD_HEADER="<sys/ioctl.h>"   -fPIC -g -O2  -fPIC  -c wait.c
  200. wait.c: In function ‘io_wait’:
  201. wait.c:115:10: warning: ignoring return value of ‘fileno’, declared with attribute warn_unused_result [-Wunused-result]
  202. wait.c: In function ‘io_ready_p’:
  203. wait.c:65:10: warning: ignoring return value of ‘fileno’, declared with attribute warn_unused_result [-Wunused-result]
  204. gcc -shared -o ../../../.ext/x86_64-linux/io/wait.so wait.o -L. -L../../.. -L.  -rdynamic -Wl,-export-dynamic    -Wl,-R -Wl,/home/peter/.rvm/rubies/ruby-1.8.6-p287/lib -L/home/peter/.rvm/rubies/ruby-1.8.6-p287/lib -lruby  -ldl -lcrypt -lm   -lc
  205. mkdir -p ../../../.ext/common/io
  206. cp ../../.././ext/io/wait/lib/nonblock.rb ../../../.ext/common/io
  207. make[1]: Leaving directory `/home/peter/.rvm/src/ruby-1.8.6-p287/ext/io/wait'
  208. compiling nkf
  209. make[1]: Entering directory `/home/peter/.rvm/src/ruby-1.8.6-p287/ext/nkf'
  210. gcc -I. -I../.. -I../../. -I../.././ext/nkf  -fPIC -g -O2  -fPIC  -c nkf.c
  211. gcc -shared -o ../../.ext/x86_64-linux/nkf.so nkf.o -L. -L../.. -L.  -rdynamic -Wl,-export-dynamic    -Wl,-R -Wl,/home/peter/.rvm/rubies/ruby-1.8.6-p287/lib -L/home/peter/.rvm/rubies/ruby-1.8.6-p287/lib -lruby  -ldl -lcrypt -lm   -lc
  212. cp ../.././ext/nkf/lib/kconv.rb ../../.ext/common
  213. make[1]: Leaving directory `/home/peter/.rvm/src/ruby-1.8.6-p287/ext/nkf'
  214. compiling openssl
  215. make[1]: Entering directory `/home/peter/.rvm/src/ruby-1.8.6-p287/ext/openssl'
  216. gcc -I. -I../.. -I../../. -I../.././ext/openssl -DRUBY_EXTCONF_H=\"extconf.h\" -I/home/peter/.rvm/usr/include   -fPIC -g -O2  -fPIC  -c openssl_missing.c
  217. In file included from openssl_missing.c:22:0:
  218. openssl_missing.h:123:5: error: conflicting types for ‘BN_rand_range’
  219. /home/peter/.rvm/usr/include/openssl/bn.h:411:5: note: previous declaration of ‘BN_rand_range’ was here
  220. openssl_missing.h:124:5: error: conflicting types for ‘BN_pseudo_rand_range’
  221. /home/peter/.rvm/usr/include/openssl/bn.h:412:5: note: previous declaration of ‘BN_pseudo_rand_range’ was here
  222. make[1]: *** [openssl_missing.o] Error 1
  223. make[1]: Leaving directory `/home/peter/.rvm/src/ruby-1.8.6-p287/ext/openssl'
  224. make: *** [all] Error 1
Add Comment
Please, Sign In to add comment