Guest User

Untitled

a guest
Aug 14th, 2018
73
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 15.48 KB | None | 0 0
  1. [2011-10-10 17:45:24] make -j2
  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. gcc -g -O2 -fPIC -DRUBY_EXPORT -D_GNU_SOURCE=1 -I. -I. -c parse.c
  47. gcc -g -O2 -fPIC -DRUBY_EXPORT -D_GNU_SOURCE=1 -I. -I. -c process.c
  48. gcc -g -O2 -fPIC -DRUBY_EXPORT -D_GNU_SOURCE=1 -I. -I. -c prec.c
  49. gcc -g -O2 -fPIC -DRUBY_EXPORT -D_GNU_SOURCE=1 -I. -I. -c random.c
  50. gcc -g -O2 -fPIC -DRUBY_EXPORT -D_GNU_SOURCE=1 -I. -I. -c range.c
  51. gcc -g -O2 -fPIC -DRUBY_EXPORT -D_GNU_SOURCE=1 -I. -I. -c re.c
  52. gcc -g -O2 -fPIC -DRUBY_EXPORT -D_GNU_SOURCE=1 -I. -I. -c regex.c
  53. gcc -g -O2 -fPIC -DRUBY_EXPORT -D_GNU_SOURCE=1 -I. -I. -c ruby.c
  54. gcc -g -O2 -fPIC -DRUBY_EXPORT -D_GNU_SOURCE=1 -I. -I. -c signal.c
  55. gcc -g -O2 -fPIC -DRUBY_EXPORT -D_GNU_SOURCE=1 -I. -I. -c sprintf.c
  56. gcc -g -O2 -fPIC -DRUBY_EXPORT -D_GNU_SOURCE=1 -I. -I. -c st.c
  57. gcc -g -O2 -fPIC -DRUBY_EXPORT -D_GNU_SOURCE=1 -I. -I. -c string.c
  58. gcc -g -O2 -fPIC -DRUBY_EXPORT -D_GNU_SOURCE=1 -I. -I. -c struct.c
  59. gcc -g -O2 -fPIC -DRUBY_EXPORT -D_GNU_SOURCE=1 -I. -I. -c time.c
  60. gcc -g -O2 -fPIC -DRUBY_EXPORT -D_GNU_SOURCE=1 -I. -I. -c util.c
  61. gcc -g -O2 -fPIC -DRUBY_EXPORT -D_GNU_SOURCE=1 -I. -I. -c variable.c
  62. gcc -g -O2 -fPIC -DRUBY_EXPORT -D_GNU_SOURCE=1 -I. -I. -c version.c
  63. gcc -g -O2 -fPIC -DRUBY_EXPORT -D_GNU_SOURCE=1 -I. -I. -c dmyext.c
  64. gcc -g -O2 -fPIC -DRUBY_EXPORT -D_GNU_SOURCE=1 -I. -I. -c main.c
  65. 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
  66. 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
  67. 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
  68. rbconfig.rb updated
  69. compiling Win32API
  70. compiling bigdecimal
  71. make[1]: Entering directory `/home/antgines/.rvm/src/ruby-1.8.7-p352/ext/bigdecimal'
  72. mkdir -p ../../.ext/x86_64-linux
  73. gcc -I. -I../.. -I../../. -I../.././ext/bigdecimal -DBASE=1000000000UL -DBASE_FIG=9 -fPIC -g -O2 -fPIC -c bigdecimal.c
  74. mkdir -p ../../.ext/common/bigdecimal
  75. cp ../.././ext/bigdecimal/lib/bigdecimal/util.rb ../../.ext/common/bigdecimal
  76. cp ../.././ext/bigdecimal/lib/bigdecimal/ludcmp.rb ../../.ext/common/bigdecimal
  77. cp ../.././ext/bigdecimal/lib/bigdecimal/newton.rb ../../.ext/common/bigdecimal
  78. cp ../.././ext/bigdecimal/lib/bigdecimal/math.rb ../../.ext/common/bigdecimal
  79. cp ../.././ext/bigdecimal/lib/bigdecimal/jacobian.rb ../../.ext/common/bigdecimal
  80. gcc -shared -o ../../.ext/x86_64-linux/bigdecimal.so bigdecimal.o -L. -L../.. -L. -rdynamic -Wl,-export-dynamic -Wl,-R -Wl,/home/antgines/.rvm/rubies/ruby-1.8.7-p352/lib -L/home/antgines/.rvm/rubies/ruby-1.8.7-p352/lib -lruby -lrt -ldl -lcrypt -lm -lc
  81. make[1]: Leaving directory `/home/antgines/.rvm/src/ruby-1.8.7-p352/ext/bigdecimal'
  82. compiling curses
  83. make[1]: Entering directory `/home/antgines/.rvm/src/ruby-1.8.7-p352/ext/curses'
  84. 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
  85. gcc -shared -o ../../.ext/x86_64-linux/curses.so curses.o -L. -L../.. -L. -rdynamic -Wl,-export-dynamic -Wl,-R -Wl,/home/antgines/.rvm/rubies/ruby-1.8.7-p352/lib -L/home/antgines/.rvm/rubies/ruby-1.8.7-p352/lib -lruby -lncurses -lrt -ldl -lcrypt -lm -lc
  86. make[1]: Leaving directory `/home/antgines/.rvm/src/ruby-1.8.7-p352/ext/curses'
  87. compiling dbm
  88. make[1]: Entering directory `/home/antgines/.rvm/src/ruby-1.8.7-p352/ext/dbm'
  89. 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
  90. gcc -shared -o ../../.ext/x86_64-linux/dbm.so dbm.o -L. -L../.. -L. -rdynamic -Wl,-export-dynamic -Wl,-R -Wl,/home/antgines/.rvm/rubies/ruby-1.8.7-p352/lib -L/home/antgines/.rvm/rubies/ruby-1.8.7-p352/lib -lruby -ldb -lrt -ldl -lcrypt -lm -lc
  91. make[1]: Leaving directory `/home/antgines/.rvm/src/ruby-1.8.7-p352/ext/dbm'
  92. compiling digest
  93. make[1]: Entering directory `/home/antgines/.rvm/src/ruby-1.8.7-p352/ext/digest'
  94. gcc -I. -I../.. -I../../. -I../.././ext/digest -fPIC -g -O2 -fPIC -c digest.c
  95. cp ../.././ext/digest/lib/digest.rb ../../.ext/common
  96. cp ../.././ext/digest/lib/sha1.rb ../../.ext/common
  97. cp ../.././ext/digest/lib/md5.rb ../../.ext/common
  98. cp ../.././ext/digest/digest.h ../../.ext/x86_64-linux
  99. digest.c: In function ‘rb_digest_instance_inspect’:
  100. digest.c:280:11: warning: assignment discards ‘const’ qualifier from pointer target type [enabled by default]
  101. gcc -shared -o ../../.ext/x86_64-linux/digest.so digest.o -L. -L../.. -L. -rdynamic -Wl,-export-dynamic -Wl,-R -Wl,/home/antgines/.rvm/rubies/ruby-1.8.7-p352/lib -L/home/antgines/.rvm/rubies/ruby-1.8.7-p352/lib -lruby -lrt -ldl -lcrypt -lm -lc
  102. make[1]: Leaving directory `/home/antgines/.rvm/src/ruby-1.8.7-p352/ext/digest'
  103. compiling digest/bubblebabble
  104. make[1]: Entering directory `/home/antgines/.rvm/src/ruby-1.8.7-p352/ext/digest/bubblebabble'
  105. mkdir -p ../../../.ext/x86_64-linux/digest
  106. gcc -I. -I../../.. -I../../../. -I../../.././ext/digest/bubblebabble -I../../.././ext/digest/bubblebabble/.. -DHAVE_CONFIG_H -fPIC -g -O2 -fPIC -c bubblebabble.c
  107. gcc -shared -o ../../../.ext/x86_64-linux/digest/bubblebabble.so bubblebabble.o -L. -L../../.. -L. -rdynamic -Wl,-export-dynamic -Wl,-R -Wl,/home/antgines/.rvm/rubies/ruby-1.8.7-p352/lib -L/home/antgines/.rvm/rubies/ruby-1.8.7-p352/lib -lruby -lrt -ldl -lcrypt -lm -lc
  108. make[1]: Leaving directory `/home/antgines/.rvm/src/ruby-1.8.7-p352/ext/digest/bubblebabble'
  109. compiling digest/md5
  110. make[1]: Entering directory `/home/antgines/.rvm/src/ruby-1.8.7-p352/ext/digest/md5'
  111. 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
  112. 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
  113. 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/antgines/.rvm/rubies/ruby-1.8.7-p352/lib -L/home/antgines/.rvm/rubies/ruby-1.8.7-p352/lib -lruby -lcrypto -lrt -ldl -lcrypt -lm -lc
  114. make[1]: Leaving directory `/home/antgines/.rvm/src/ruby-1.8.7-p352/ext/digest/md5'
  115. compiling digest/rmd160
  116. make[1]: Entering directory `/home/antgines/.rvm/src/ruby-1.8.7-p352/ext/digest/rmd160'
  117. 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
  118. 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
  119. 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/antgines/.rvm/rubies/ruby-1.8.7-p352/lib -L/home/antgines/.rvm/rubies/ruby-1.8.7-p352/lib -lruby -lcrypto -lrt -ldl -lcrypt -lm -lc
  120. make[1]: Leaving directory `/home/antgines/.rvm/src/ruby-1.8.7-p352/ext/digest/rmd160'
  121. compiling digest/sha1
  122. make[1]: Entering directory `/home/antgines/.rvm/src/ruby-1.8.7-p352/ext/digest/sha1'
  123. 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
  124. 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
  125. 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/antgines/.rvm/rubies/ruby-1.8.7-p352/lib -L/home/antgines/.rvm/rubies/ruby-1.8.7-p352/lib -lruby -lcrypto -lrt -ldl -lcrypt -lm -lc
  126. make[1]: Leaving directory `/home/antgines/.rvm/src/ruby-1.8.7-p352/ext/digest/sha1'
  127. compiling digest/sha2
  128. make[1]: Entering directory `/home/antgines/.rvm/src/ruby-1.8.7-p352/ext/digest/sha2'
  129. 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
  130. 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
  131. mkdir -p ../../../.ext/common/digest
  132. cp ../../.././ext/digest/sha2/lib/sha2.rb ../../../.ext/common/digest
  133. 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/antgines/.rvm/rubies/ruby-1.8.7-p352/lib -L/home/antgines/.rvm/rubies/ruby-1.8.7-p352/lib -lruby -lrt -ldl -lcrypt -lm -lc
  134. make[1]: Leaving directory `/home/antgines/.rvm/src/ruby-1.8.7-p352/ext/digest/sha2'
  135. compiling dl
  136. make[1]: Entering directory `/home/antgines/.rvm/src/ruby-1.8.7-p352/ext/dl'
  137. 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
  138. Generating call.func
  139. void
  140. char
  141. short
  142. int
  143. long
  144. float
  145. double
  146. Generating callback.func
  147. Generating cbtable.func
  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 handle.c
  149. mkdir -p ../../.ext/common/dl
  150. cp dlconfig.h ../../.ext/x86_64-linux
  151. cp ../.././ext/dl/dl.h ../../.ext/x86_64-linux
  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 sym.c
  153. 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
  154. In file included from dl.c:104:0:
  155. callback.func:1:1: warning: data definition has no type or storage class [enabled by default]
  156. callback.func:1:7: error: expected identifier or ‘(’ before ‘long’
  157. In file included from dl.c:104:0:
  158. callback.func:78:33: error: expected ‘)’ before ‘(’ token
  159. callback.func:79:3: warning: data definition has no type or storage class [enabled by default]
  160. callback.func:79:24: error: ‘proc’ undeclared here (not in a function)
  161. callback.func:79:39: error: ‘argc’ undeclared here (not in a function)
  162. callback.func:79:45: error: ‘argv’ undeclared here (not in a function)
  163. callback.func:82:1: error: expected identifier or ‘(’ before ‘}’ token
  164. dl.c:106:1: error: expected ‘;’, ‘,’ or ‘)’ before ‘static’
  165. make[1]: *** [dl.o] Error 1
  166. make[1]: *** Waiting for unfinished jobs....
  167. make[1]: Leaving directory `/home/antgines/.rvm/src/ruby-1.8.7-p352/ext/dl'
  168. make: *** [all] Error 1
Add Comment
Please, Sign In to add comment