Guest User

Untitled

a guest
Aug 18th, 2018
57
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 22.13 KB | None | 0 0
  1. [2011-10-31 13:00:51] ./installer -a /Users/hbridges/.rvm/rubies/ree-1.8.7-2011.03 --no-tcmalloc --dont-install-useful-gems
  2. Welcome to the Ruby Enterprise Edition installer
  3. This installer will help you install Ruby Enterprise Edition 1.8.7-2011.03.
  4. Don't worry, none of your system files will be touched if you don't want them
  5. to, so there is no risk that things will screw up.
  6.  
  7. You can expect this from the installation process:
  8.  
  9. 1. Ruby Enterprise Edition will be compiled and optimized for speed for this
  10. system.
  11. 2. Ruby on Rails will be installed for Ruby Enterprise Edition.
  12. 3. You will learn how to tell Phusion Passenger to use Ruby Enterprise
  13. Edition instead of regular Ruby.
  14.  
  15. Press Enter to continue, or Ctrl-C to abort.
  16. Checking for required software...
  17.  
  18. * C compiler... found at /usr/bin/gcc
  19. * C++ compiler... found at /usr/bin/g++
  20. * The 'make' tool... found at /usr/bin/make
  21. * The 'patch' tool... found at /usr/bin/patch
  22. * Zlib development headers... found
  23. * OpenSSL development headers... found
  24. * GNU Readline development headers... found
  25. --------------------------------------------
  26. Target directory
  27.  
  28. Auto-installing to: /Users/hbridges/.rvm/rubies/ree-1.8.7-2011.03
  29. --------------------------------------------
  30. Compiling and optimizing Ruby Enterprise Edition
  31. In the mean time, feel free to grab a cup of coffee.
  32.  
  33. ./configure --prefix=/Users/hbridges/.rvm/rubies/ree-1.8.7-2011.03 --enable-mbari-api CFLAGS='-g -O2 '
  34. checking build system type... i686-apple-darwin11.0.1
  35. checking host system type... i686-apple-darwin11.0.1
  36. checking target system type... i686-apple-darwin11.0.1
  37. checking for gcc... gcc
  38. checking whether the C compiler works... yes
  39. checking for C compiler default output file name... a.out
  40. checking for suffix of executables...
  41. checking whether we are cross compiling... no
  42. checking for suffix of object files... o
  43. checking whether we are using the GNU C compiler... yes
  44. checking whether gcc accepts -g... yes
  45. checking for gcc option to accept ISO C89... none needed
  46. checking how to run the C preprocessor... gcc -E
  47. checking for grep that handles long lines and -e... /usr/bin/grep
  48. checking for egrep... /usr/bin/grep -E
  49. checking whether gcc needs -traditional... rm: conftest.dSYM: is a directory
  50. rm: conftest.dSYM: is a directory
  51. no
  52. checking whether the linker is GNU ld... no
  53. checking whether gcc -E accepts -o... rm: conftest.dSYM: is a directory
  54. yes
  55. checking for bison... bison -y
  56. checking for ranlib... ranlib
  57. checking for ar... ar
  58. checking for as... as
  59. checking whether ln -s works... yes
  60. checking whether make sets $(MAKE)... yes
  61. checking for a BSD-compatible install... /usr/bin/install -c
  62. checking for ANSI C header files... rm: conftest.dSYM: is a directory
  63. rm: conftest.dSYM: is a directory
  64. yes
  65. checking for sys/types.h... yes
  66. checking for sys/stat.h... yes
  67. checking for stdlib.h... yes
  68. checking for string.h... yes
  69. checking for memory.h... yes
  70. checking for strings.h... yes
  71. checking for inttypes.h... yes
  72. checking for stdint.h... yes
  73. checking for unistd.h... yes
  74. checking minix/config.h usability... no
  75. checking minix/config.h presence... no
  76. checking for minix/config.h... no
  77. checking whether it is safe to define __EXTENSIONS__... yes
  78. checking for special C compiler options needed for large files... no
  79. checking for _FILE_OFFSET_BITS value needed for large files... no
  80. checking for long long... yes
  81. checking for off_t... yes
  82. checking size of int... 4
  83. checking size of short... 2
  84. checking size of long... 8
  85. checking size of long long... 8
  86. checking size of __int64... 0
  87. checking size of off_t... 8
  88. checking size of void*... 8
  89. checking size of float... 4
  90. checking size of double... 8
  91. checking size of time_t... 8
  92. checking for pid_t... yes
  93. checking for gid_t... yes
  94. checking for uid_t... yes
  95. checking for prototypes... yes
  96. checking token paste string... ansi
  97. checking for variable length prototypes and stdarg.h... yes
  98. checking for noreturn function attribute... __attribute__ ((noreturn)) x
  99. checking for noinline function attribute... __attribute__ ((noinline)) x
  100. checking for RUBY_EXTERN... no
  101. checking whether sys_nerr is declared... yes
  102. checking for crypt in -lcrypt... no
  103. checking for dlopen in -ldl... yes
  104. checking for shl_load in -ldld... no
  105. checking for clock_gettime in -lrt... no
  106. checking for dirent.h that defines DIR... yes
  107. checking for library containing opendir... none required
  108. checking for ANSI C header files... (cached) yes
  109. checking for sys/wait.h that is POSIX.1 compatible... yes
  110. checking for stdlib.h... (cached) yes
  111. checking for string.h... (cached) yes
  112. checking for unistd.h... (cached) yes
  113. checking limits.h usability... yes
  114. checking limits.h presence... yes
  115. checking for limits.h... yes
  116. checking sys/file.h usability... yes
  117. checking sys/file.h presence... yes
  118. checking for sys/file.h... yes
  119. checking sys/ioctl.h usability... yes
  120. checking sys/ioctl.h presence... yes
  121. checking for sys/ioctl.h... yes
  122. checking sys/syscall.h usability... yes
  123. checking sys/syscall.h presence... yes
  124. checking for sys/syscall.h... yes
  125. checking fcntl.h usability... yes
  126. checking fcntl.h presence... yes
  127. checking for fcntl.h... yes
  128. checking sys/fcntl.h usability... yes
  129. checking sys/fcntl.h presence... yes
  130. checking for sys/fcntl.h... yes
  131. checking sys/select.h usability... yes
  132. checking sys/select.h presence... yes
  133. checking for sys/select.h... yes
  134. checking sys/time.h usability... yes
  135. checking sys/time.h presence... yes
  136. checking for sys/time.h... yes
  137. checking sys/times.h usability... yes
  138. checking sys/times.h presence... yes
  139. checking for sys/times.h... yes
  140. checking sys/param.h usability... yes
  141. checking sys/param.h presence... yes
  142. checking for sys/param.h... yes
  143. checking syscall.h usability... no
  144. checking syscall.h presence... no
  145. checking for syscall.h... no
  146. checking pwd.h usability... yes
  147. checking pwd.h presence... yes
  148. checking for pwd.h... yes
  149. checking grp.h usability... yes
  150. checking grp.h presence... yes
  151. checking for grp.h... yes
  152. checking a.out.h usability... no
  153. checking a.out.h presence... no
  154. checking for a.out.h... no
  155. checking utime.h usability... yes
  156. checking utime.h presence... yes
  157. checking for utime.h... yes
  158. checking for memory.h... (cached) yes
  159. checking direct.h usability... no
  160. checking direct.h presence... no
  161. checking for direct.h... no
  162. checking sys/resource.h usability... yes
  163. checking sys/resource.h presence... yes
  164. checking for sys/resource.h... yes
  165. checking sys/mkdev.h usability... no
  166. checking sys/mkdev.h presence... no
  167. checking for sys/mkdev.h... no
  168. checking sys/utime.h usability... no
  169. checking sys/utime.h presence... no
  170. checking for sys/utime.h... no
  171. checking netinet/in_systm.h usability... yes
  172. checking netinet/in_systm.h presence... yes
  173. checking for netinet/in_systm.h... yes
  174. checking float.h usability... yes
  175. checking float.h presence... yes
  176. checking for float.h... yes
  177. checking ieeefp.h usability... no
  178. checking ieeefp.h presence... no
  179. checking for ieeefp.h... no
  180. checking pthread.h usability... yes
  181. checking pthread.h presence... yes
  182. checking for pthread.h... yes
  183. checking ucontext.h usability... yes
  184. checking ucontext.h presence... yes
  185. checking for ucontext.h... yes
  186. checking intrinsics.h usability... no
  187. checking intrinsics.h presence... no
  188. checking for intrinsics.h... no
  189. checking time.h usability... yes
  190. checking time.h presence... yes
  191. checking for time.h... yes
  192. checking size of rlim_t... 8
  193. checking for size_t... yes
  194. checking for struct stat.st_blksize... yes
  195. checking for struct stat.st_blocks... yes
  196. checking for struct stat.st_rdev... yes
  197. checking for int8_t... yes
  198. checking size of int8_t... 1
  199. checking for uint8_t... yes
  200. checking size of uint8_t... 1
  201. checking for int16_t... yes
  202. checking size of int16_t... 2
  203. checking for uint16_t... yes
  204. checking size of uint16_t... 2
  205. checking for int32_t... yes
  206. checking size of int32_t... 4
  207. checking for uint32_t... yes
  208. checking size of uint32_t... 4
  209. checking for int64_t... yes
  210. checking size of int64_t... 8
  211. checking for uint64_t... yes
  212. checking size of uint64_t... 8
  213. checking for int128_t... no
  214. checking for uint128_t... no
  215. checking for struct timezone... yes
  216. checking for uid_t in sys/types.h... (cached) yes
  217. checking type of array argument to getgroups... gid_t
  218. checking return type of signal handlers... void
  219. checking for working alloca.h... yes
  220. checking for alloca... yes
  221. checking for working memcmp... yes
  222. checking for _LARGEFILE_SOURCE value needed for large files... no
  223. checking for ftello... yes
  224. checking for broken erfc of glibc-2.3.6 on IA64... no
  225. checking for dup2... yes
  226. checking for memmove... yes
  227. checking for strcasecmp... yes
  228. checking for strncasecmp... yes
  229. checking for strerror... yes
  230. checking for strftime... yes
  231. checking for strchr... yes
  232. checking for strstr... yes
  233. checking for strtoul... yes
  234. checking for crypt... yes
  235. checking for flock... yes
  236. checking for vsnprintf... yes
  237. checking for isnan... yes
  238. checking for finite... yes
  239. checking for isinf... yes
  240. checking for hypot... yes
  241. checking for acosh... yes
  242. checking for erf... yes
  243. checking for fmod... yes
  244. checking for killpg... yes
  245. checking for wait4... yes
  246. checking for waitpid... yes
  247. checking for syscall... yes
  248. checking for chroot... yes
  249. checking for fsync... yes
  250. checking for getcwd... yes
  251. checking for eaccess... no
  252. checking for truncate... yes
  253. checking for ftruncate... yes
  254. checking for chsize... no
  255. checking for times... yes
  256. checking for utimes... yes
  257. checking for fcntl... yes
  258. checking for lockf... yes
  259. checking for lstat... yes
  260. checking for symlink... yes
  261. checking for link... yes
  262. checking for readlink... yes
  263. checking for setitimer... yes
  264. checking for setruid... yes
  265. checking for seteuid... yes
  266. checking for setreuid... yes
  267. checking for setresuid... no
  268. checking for setproctitle... no
  269. checking for setrgid... yes
  270. checking for setegid... yes
  271. checking for setregid... yes
  272. checking for setresgid... no
  273. checking for issetugid... yes
  274. checking for pause... yes
  275. checking for lchown... yes
  276. checking for lchmod... yes
  277. checking for getpgrp... yes
  278. checking for setpgrp... yes
  279. checking for getpgid... yes
  280. checking for setpgid... yes
  281. checking for initgroups... yes
  282. checking for getgroups... yes
  283. checking for setgroups... yes
  284. checking for getpriority... yes
  285. checking for getrlimit... yes
  286. checking for setrlimit... yes
  287. checking for sysconf... yes
  288. checking for group_member... no
  289. checking for dlopen... yes
  290. checking for sigprocmask... yes
  291. checking for sigaction... yes
  292. checking for sigsetjmp... yes
  293. checking for _setjmp... yes
  294. checking for _longjmp... yes
  295. checking for setsid... yes
  296. checking for telldir... yes
  297. checking for seekdir... yes
  298. checking for fchmod... yes
  299. checking for mktime... yes
  300. checking for timegm... yes
  301. checking for gettimeofday... yes
  302. checking for cosh... yes
  303. checking for sinh... yes
  304. checking for tanh... yes
  305. checking for round... yes
  306. checking for setuid... yes
  307. checking for setgid... yes
  308. checking for setenv... yes
  309. checking for unsetenv... yes
  310. checking for __builtin_setjmp... no
  311. checking for setjmp type... _setjmp
  312. checking whether struct tm is in sys/time.h or time.h... time.h
  313. checking for struct tm.tm_zone... yes
  314. checking for struct tm.tm_gmtoff... yes
  315. checking for external int daylight... yes
  316. checking for external timezone... long
  317. checking for external altzone... no
  318. checking for negative time_t for gmtime(3)... yes
  319. checking whether getpgrp requires zero arguments... yes
  320. checking whether setpgrp takes no argument... yes
  321. checking whether byte ordering is bigendian... no
  322. checking for an ANSI C-conforming const... yes
  323. checking whether char is unsigned... no
  324. checking for inline... inline
  325. checking for working volatile... yes
  326. checking whether right shift preserve sign bit... yes
  327. checking read count field in FILE structures... _r
  328. checking read buffer ptr field in FILE structures... _p
  329. checking whether need to seek between R/W... yes
  330. checking whether st_ino is huge... no
  331. checking whether _SC_CLK_TCK is supported... yes
  332. checking stack growing direction... (cached) -1
  333. checking whether ELF binaries are produced... no
  334. checking whether OS depend dynamic link works... yes
  335. checking for nroff... /usr/bin/nroff
  336. creating config.h
  337. configure: creating ./config.status
  338. config.status: creating Makefile
  339. /usr/bin/gcc -dynamiclib system_allocator.c -install_name @rpath/libsystem_allocator.dylib -o libsystem_allocator.dylib
  340. patch -p1 -R < ../fast-threading.patch
  341. patching file eval.c
  342. Hunk #35 succeeded at 9036 (offset 12 lines).
  343. Hunk #36 succeeded at 10481 (offset 12 lines).
  344. Hunk #37 succeeded at 10696 (offset 12 lines).
  345. Hunk #38 succeeded at 10732 (offset 12 lines).
  346. Hunk #39 succeeded at 10746 (offset 12 lines).
  347. Hunk #40 succeeded at 10838 (offset 12 lines).
  348. Hunk #41 succeeded at 10891 with fuzz 2 (offset 13 lines).
  349. Hunk #42 succeeded at 10900 (offset 13 lines).
  350. Hunk #43 succeeded at 11024 (offset 22 lines).
  351. Hunk #44 succeeded at 11050 (offset 22 lines).
  352. Hunk #45 succeeded at 11146 (offset 22 lines).
  353. Hunk #46 succeeded at 11160 (offset 22 lines).
  354. Hunk #47 succeeded at 12505 (offset 32 lines).
  355. Hunk #48 succeeded at 12552 (offset 32 lines).
  356. Hunk #49 succeeded at 12724 (offset 32 lines).
  357. Hunk #50 succeeded at 12738 (offset 32 lines).
  358. Hunk #51 succeeded at 12753 (offset 32 lines).
  359. Hunk #52 succeeded at 12770 (offset 32 lines).
  360. Hunk #53 succeeded at 13091 (offset 32 lines).
  361. Hunk #54 succeeded at 13114 (offset 32 lines).
  362. Hunk #55 succeeded at 13964 (offset 32 lines).
  363. Hunk #56 succeeded at 13989 (offset 32 lines).
  364. Hunk #57 succeeded at 14013 (offset 32 lines).
  365. Hunk #58 succeeded at 14051 (offset 32 lines).
  366. patching file gc.c
  367. Hunk #2 succeeded at 1034 (offset 319 lines).
  368. Hunk #3 succeeded at 1069 (offset 319 lines).
  369. Hunk #4 succeeded at 1097 (offset 319 lines).
  370. Hunk #5 succeeded at 1116 (offset 319 lines).
  371. Hunk #6 succeeded at 2095 (offset 412 lines).
  372. Hunk #7 succeeded at 2108 (offset 412 lines).
  373. Hunk #8 succeeded at 2133 (offset 412 lines).
  374. Hunk #9 succeeded at 2190 (offset 423 lines).
  375. Hunk #10 succeeded at 3083 (offset 453 lines).
  376. patching file node.h
  377. patching file rubysig.h
  378. patching file signal.c
  379. mkdir -p .ext/common
  380. make PREINCFLAGS='-I/opt/local/include' PRELIBS='-L/opt/local/lib -Wl,-rpath,/Users/hbridges/.rvm/rubies/ree-1.8.7-2011.03/lib -L/Users/hbridges/.rvm/rubies/ree-1.8.7-2011.03/lib -lsystem_allocator'
  381. gcc -g -O2 -pipe -fno-common -DRUBY_EXPORT -I. -I. -D_XOPEN_SOURCE -D_DARWIN_C_SOURCE -c array.c
  382. WARNING: While resolving call to function 'inspect_ary' arguments were dropped!
  383. gcc -g -O2 -pipe -fno-common -DRUBY_EXPORT -I. -I. -D_XOPEN_SOURCE -D_DARWIN_C_SOURCE -c bignum.c
  384. gcc -g -O2 -pipe -fno-common -DRUBY_EXPORT -I. -I. -D_XOPEN_SOURCE -D_DARWIN_C_SOURCE -c class.c
  385. gcc -g -O2 -pipe -fno-common -DRUBY_EXPORT -I. -I. -D_XOPEN_SOURCE -D_DARWIN_C_SOURCE -c compar.c
  386. gcc -g -O2 -pipe -fno-common -DRUBY_EXPORT -I. -I. -D_XOPEN_SOURCE -D_DARWIN_C_SOURCE -c dir.c
  387. gcc -g -O2 -pipe -fno-common -DRUBY_EXPORT -I. -I. -D_XOPEN_SOURCE -D_DARWIN_C_SOURCE -c dln.c
  388. gcc -g -O2 -pipe -fno-common -DRUBY_EXPORT -I. -I. -D_XOPEN_SOURCE -D_DARWIN_C_SOURCE -c enum.c
  389. gcc -g -O2 -pipe -fno-common -DRUBY_EXPORT -I. -I. -D_XOPEN_SOURCE -D_DARWIN_C_SOURCE -c enumerator.c
  390. gcc -g -O2 -pipe -fno-common -DRUBY_EXPORT -I. -I. -D_XOPEN_SOURCE -D_DARWIN_C_SOURCE -c error.c
  391. gcc -g -O2 -pipe -fno-common -DRUBY_EXPORT -I. -I. -D_XOPEN_SOURCE -D_DARWIN_C_SOURCE -c eval.c
  392. eval.c: In function ‘rb_eval_string_wrap’:
  393. eval.c:1775: warning: assignment discards qualifiers from pointer target type
  394. eval.c: In function ‘rb_eval_cmd’:
  395. eval.c:1916: warning: assignment discards qualifiers from pointer target type
  396. eval.c: In function ‘call_trace_func’:
  397. eval.c:2773: warning: assignment discards qualifiers from pointer target type
  398. eval.c: In function ‘rb_raise_jump’:
  399. eval.c:4910: warning: assignment discards qualifiers from pointer target type
  400. eval.c: In function ‘method_missing’:
  401. eval.c:5866: warning: assignment discards qualifiers from pointer target type
  402. eval.c: In function ‘rb_call0’:
  403. eval.c:6024: warning: assignment discards qualifiers from pointer target type
  404. eval.c: In function ‘rb_f_eval’:
  405. eval.c:6829: warning: assignment discards qualifiers from pointer target type
  406. eval.c: In function ‘exec_under’:
  407. eval.c:6854: warning: assignment discards qualifiers from pointer target type
  408. eval.c: In function ‘rb_load’:
  409. eval.c:7170: warning: assignment discards qualifiers from pointer target type
  410. eval.c: In function ‘call_end_proc’:
  411. eval.c:8206: warning: assignment discards qualifiers from pointer target type
  412. eval.c: In function ‘rb_f_END’:
  413. eval.c:8219: warning: assignment discards qualifiers from pointer target type
  414. eval.c: In function ‘mproc’:
  415. eval.c:10012: warning: assignment discards qualifiers from pointer target type
  416. gcc -g -O2 -pipe -fno-common -DRUBY_EXPORT -I. -I. -D_XOPEN_SOURCE -D_DARWIN_C_SOURCE -c file.c
  417. gcc -g -O2 -pipe -fno-common -DRUBY_EXPORT -I. -I. -D_XOPEN_SOURCE -D_DARWIN_C_SOURCE -c gc.c
  418. gc.c: In function ‘gc_sweep’:
  419. gc.c:1844: warning: format ‘%.7d’ expects type ‘int’, but argument 3 has type ‘long unsigned int’
  420. gc.c:1844: warning: format ‘%.7d’ expects type ‘int’, but argument 3 has type ‘long unsigned int’
  421. gc.c:1845: warning: format ‘%.7d’ expects type ‘int’, but argument 3 has type ‘long unsigned int’
  422. gc.c:1845: warning: format ‘%.7d’ expects type ‘int’, but argument 3 has type ‘long unsigned int’
  423. gc.c:1846: warning: format ‘%.7d’ expects type ‘int’, but argument 3 has type ‘long unsigned int’
  424. gc.c:1846: warning: format ‘%.7d’ expects type ‘int’, but argument 3 has type ‘long unsigned int’
  425. gc.c:1847: warning: format ‘%.7d’ expects type ‘int’, but argument 3 has type ‘long unsigned int’
  426. gc.c:1847: warning: format ‘%.7d’ expects type ‘int’, but argument 3 has type ‘long unsigned int’
  427. gc.c: In function ‘garbage_collect_0’:
  428. gc.c:2176: warning: format ‘%d’ expects type ‘int’, but argument 3 has type ‘long long int’
  429. gc.c:2176: warning: format ‘%d’ expects type ‘int’, but argument 3 has type ‘long long int’
  430. gc.c: In function ‘os_statistics’:
  431. gc.c:2962: warning: format ‘%d’ expects type ‘int’, but argument 9 has type ‘long unsigned int’
  432. gcc -g -O2 -pipe -fno-common -DRUBY_EXPORT -I. -I. -D_XOPEN_SOURCE -D_DARWIN_C_SOURCE -c hash.c
  433. gcc -g -O2 -pipe -fno-common -DRUBY_EXPORT -I. -I. -D_XOPEN_SOURCE -D_DARWIN_C_SOURCE -c inits.c
  434. gcc -g -O2 -pipe -fno-common -DRUBY_EXPORT -I. -I. -D_XOPEN_SOURCE -D_DARWIN_C_SOURCE -c io.c
  435. gcc -g -O2 -pipe -fno-common -DRUBY_EXPORT -I. -I. -D_XOPEN_SOURCE -D_DARWIN_C_SOURCE -c marshal.c
  436. gcc -g -O2 -pipe -fno-common -DRUBY_EXPORT -I. -I. -D_XOPEN_SOURCE -D_DARWIN_C_SOURCE -c math.c
  437. gcc -g -O2 -pipe -fno-common -DRUBY_EXPORT -I. -I. -D_XOPEN_SOURCE -D_DARWIN_C_SOURCE -c numeric.c
  438. gcc -g -O2 -pipe -fno-common -DRUBY_EXPORT -I. -I. -D_XOPEN_SOURCE -D_DARWIN_C_SOURCE -c object.c
  439. gcc -g -O2 -pipe -fno-common -DRUBY_EXPORT -I. -I. -D_XOPEN_SOURCE -D_DARWIN_C_SOURCE -c pack.c
  440. gcc -g -O2 -pipe -fno-common -DRUBY_EXPORT -I. -I. -D_XOPEN_SOURCE -D_DARWIN_C_SOURCE -c parse.c
  441. gcc -g -O2 -pipe -fno-common -DRUBY_EXPORT -I. -I. -D_XOPEN_SOURCE -D_DARWIN_C_SOURCE -c pointerset.c
  442. gcc -g -O2 -pipe -fno-common -DRUBY_EXPORT -I. -I. -D_XOPEN_SOURCE -D_DARWIN_C_SOURCE -c process.c
  443. gcc -g -O2 -pipe -fno-common -DRUBY_EXPORT -I. -I. -D_XOPEN_SOURCE -D_DARWIN_C_SOURCE -c prec.c
  444. gcc -g -O2 -pipe -fno-common -DRUBY_EXPORT -I. -I. -D_XOPEN_SOURCE -D_DARWIN_C_SOURCE -c random.c
  445. gcc -g -O2 -pipe -fno-common -DRUBY_EXPORT -I. -I. -D_XOPEN_SOURCE -D_DARWIN_C_SOURCE -c range.c
  446. gcc -g -O2 -pipe -fno-common -DRUBY_EXPORT -I. -I. -D_XOPEN_SOURCE -D_DARWIN_C_SOURCE -c re.c
  447. gcc -g -O2 -pipe -fno-common -DRUBY_EXPORT -I. -I. -D_XOPEN_SOURCE -D_DARWIN_C_SOURCE -c regex.c
  448. regex.c: In function ‘ruby_re_compile_pattern’:
  449. regex.c:1367: warning: format ‘%d’ expects type ‘int’, but argument 7 has type ‘long int’
  450. regex.c:2031: warning: format ‘%d’ expects type ‘int’, but argument 6 has type ‘long int’
  451. gcc -g -O2 -pipe -fno-common -DRUBY_EXPORT -I. -I. -D_XOPEN_SOURCE -D_DARWIN_C_SOURCE -c ruby.c
  452. gcc -g -O2 -pipe -fno-common -DRUBY_EXPORT -I. -I. -D_XOPEN_SOURCE -D_DARWIN_C_SOURCE -c signal.c
  453. gcc -g -O2 -pipe -fno-common -DRUBY_EXPORT -I. -I. -D_XOPEN_SOURCE -D_DARWIN_C_SOURCE -c sprintf.c
  454. gcc -g -O2 -pipe -fno-common -DRUBY_EXPORT -I. -I. -D_XOPEN_SOURCE -D_DARWIN_C_SOURCE -c st.c
  455. gcc -g -O2 -pipe -fno-common -DRUBY_EXPORT -I. -I. -D_XOPEN_SOURCE -D_DARWIN_C_SOURCE -c string.c
  456. gcc -g -O2 -pipe -fno-common -DRUBY_EXPORT -I. -I. -D_XOPEN_SOURCE -D_DARWIN_C_SOURCE -c struct.c
  457. gcc -g -O2 -pipe -fno-common -DRUBY_EXPORT -I. -I. -D_XOPEN_SOURCE -D_DARWIN_C_SOURCE -c time.c
  458. gcc -g -O2 -pipe -fno-common -DRUBY_EXPORT -I. -I. -D_XOPEN_SOURCE -D_DARWIN_C_SOURCE -c util.c
  459. gcc -g -O2 -pipe -fno-common -DRUBY_EXPORT -I. -I. -D_XOPEN_SOURCE -D_DARWIN_C_SOURCE -c variable.c
  460. gcc -g -O2 -pipe -fno-common -DRUBY_EXPORT -I. -I. -D_XOPEN_SOURCE -D_DARWIN_C_SOURCE -c version.c
  461. gcc -g -O2 -pipe -fno-common -DRUBY_EXPORT -I. -I. -D_XOPEN_SOURCE -D_DARWIN_C_SOURCE -c dmyext.c
  462. 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 pointerset.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
  463. gcc -g -O2 -pipe -fno-common -DRUBY_EXPORT -I. -I. -D_XOPEN_SOURCE -D_DARWIN_C_SOURCE -c main.c
  464. gcc -g -O2 -pipe -fno-common -DRUBY_EXPORT -I. -I. -D_XOPEN_SOURCE -D_DARWIN_C_SOURCE -c dmydln.c
  465. gcc -g -O2 -pipe -fno-common -DRUBY_EXPORT -L. main.o dmydln.o libruby-static.a -L/opt/local/lib -Wl,-rpath,/Users/hbridges/.rvm/rubies/ree-1.8.7-2011.03/lib -L/Users/hbridges/.rvm/rubies/ree-1.8.7-2011.03/lib -lsystem_allocator -ldl -lobjc -o miniruby
  466. ld: warning: directory not found for option '-L/opt/local/lib'
  467. ./ext/purelib.rb:2: [BUG] Segmentation fault
  468. ruby 1.8.7 (2011-02-18 patchlevel 334) [i686-darwin11.0.1], MBARI 0x6770, Ruby Enterprise Edition 2011.03
  469.  
  470. make: *** [.rbconfig.time] Abort trap: 6
  471. 
Add Comment
Please, Sign In to add comment