Advertisement
Guest User

Untitled

a guest
Jan 31st, 2015
218
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 19.14 KB | None | 0 0
  1. [2015-01-31 23:04:04] __rvm_make
  2. __rvm_make ()
  3. {
  4. \make "$@" || return $?
  5. }
  6. current path: /Users/Alex/.rvm/src/ruby-2.2.0
  7. PATH=/usr/local/opt/pkg-config/bin:/usr/local/opt/libtool/bin:/usr/local/opt/automake/bin:/usr/local/opt/autoconf/bin:/usr/local/bin:/usr/bin:/bin:/usr/sbin:/sbin:/opt/X11/bin:/usr/local/git/bin:/Users/Alex/.rvm/bin
  8. command(3): __rvm_make -j 1
  9. ++ make -j 1
  10. CC = gcc
  11. LD = ld
  12. LDSHARED = gcc -dynamiclib
  13. CFLAGS = -O3 -fno-fast-math -ggdb3 -Wall -Wextra -Wno-unused-parameter -Wno-parentheses -Wno-long-long -Wno-missing-field-initializers -Wunused-variable -Wpointer-arith -Wwrite-strings -Wdeclaration-after-statement -Wshorten-64-to-32 -Wimplicit-function-declaration -Wdivision-by-zero -Wdeprecated-declarations -Wextra-tokens -fno-common -pipe
  14. XCFLAGS = -D_FORTIFY_SOURCE=2 -fstack-protector -fno-strict-overflow -fvisibility=hidden -DRUBY_EXPORT
  15. CPPFLAGS = -I/usr/local/opt/libyaml/include -I/usr/local/opt/readline/include -I/usr/local/opt/libksba/include -I/usr/local/opt/openssl/include -D_XOPEN_SOURCE -D_DARWIN_C_SOURCE -D_DARWIN_UNLIMITED_SELECT -D_REENTRANT -I. -I.ext/include/x86_64-darwin14 -I./include -I.
  16. DLDFLAGS = -Wl,-undefined,dynamic_lookup -Wl,-multiply_defined,suppress -L/usr/local/opt/libyaml/lib -L/usr/local/opt/readline/lib -L/usr/local/opt/libksba/lib -L/usr/local/opt/openssl/lib -install_name /Users/Alex/.rvm/rubies/ruby-2.2.0/lib/libruby.2.2.0.dylib -current_version 2.2.0 -compatibility_version 2.2.0 -fstack-protector -Wl,-u,_objc_msgSend -framework CoreFoundation -fstack-protector -Wl,-u,_objc_msgSend -framework CoreFoundation
  17. SOLIBS = -lpthread -ldl -lobjc
  18. Configured with: --prefix=/Applications/Xcode.app/Contents/Developer/usr --with-gxx-include-dir=/usr/include/c++/4.2.1
  19. Apple LLVM version 6.0 (clang-600.0.56) (based on LLVM 3.5svn)
  20. Target: x86_64-apple-darwin14.1.0
  21. Thread model: posix
  22. compiling main.c
  23. compiling dmydln.c
  24. compiling miniinit.c
  25. compiling miniprelude.c
  26. translating probes probes.d
  27. . ./vm_opts.h
  28. compiling array.c
  29. compiling bignum.c
  30. compiling class.c
  31. compiling compar.c
  32. compiling complex.c
  33. compiling dir.c
  34. compiling dln_find.c
  35. compiling encoding.c
  36. compiling enum.c
  37. compiling enumerator.c
  38. compiling error.c
  39. compiling eval.c
  40. compiling load.c
  41. compiling proc.c
  42. compiling file.c
  43. compiling gc.c
  44. compiling hash.c
  45. compiling inits.c
  46. compiling io.c
  47. compiling marshal.c
  48. compiling math.c
  49. compiling node.c
  50. compiling numeric.c
  51. compiling object.c
  52. compiling pack.c
  53. compiling parse.c
  54. compiling process.c
  55. compiling random.c
  56. compiling range.c
  57. compiling rational.c
  58. compiling re.c
  59. compiling regcomp.c
  60. compiling regenc.c
  61. compiling regerror.c
  62. compiling regexec.c
  63. compiling regparse.c
  64. compiling regsyntax.c
  65. compiling ruby.c
  66. compiling safe.c
  67. compiling signal.c
  68. compiling sprintf.c
  69. compiling st.c
  70. compiling strftime.c
  71. compiling string.c
  72. compiling struct.c
  73. compiling symbol.c
  74. compiling time.c
  75. compiling transcode.c
  76. compiling util.c
  77. compiling variable.c
  78. compiling version.c
  79. compiling compile.c
  80. compiling debug.c
  81. compiling iseq.c
  82. compiling vm.c
  83. compiling vm_dump.c
  84. compiling vm_backtrace.c
  85. compiling vm_trace.c
  86. compiling thread.c
  87. compiling cont.c
  88. compiling ./enc/ascii.c
  89. compiling ./enc/us_ascii.c
  90. compiling ./enc/unicode.c
  91. compiling ./enc/utf_8.c
  92. compiling newline.c
  93. compiling ./missing/setproctitle.c
  94. compiling dmyext.c
  95. compiling dmyenc.c
  96. linking miniruby
  97. rbconfig.rb updated
  98. generating enc.mk
  99. compiling dln.c
  100. compiling localeinit.c
  101. creating verconf.h
  102. verconf.h updated
  103. compiling loadpath.c
  104. compiling prelude.c
  105. linking static-library libruby.2.2.0-static.a
  106. verifying static-library libruby.2.2.0-static.a
  107. linking shared-library libruby.2.2.0.dylib
  108. generating encdb.h
  109. encdb.h updated
  110. making enc
  111. compiling ./enc/encdb.c
  112. linking encoding encdb.bundle
  113. compiling ./enc/big5.c
  114. linking encoding big5.bundle
  115. compiling ./enc/cp949.c
  116. linking encoding cp949.bundle
  117. compiling ./enc/emacs_mule.c
  118. linking encoding emacs_mule.bundle
  119. compiling ./enc/euc_jp.c
  120. linking encoding euc_jp.bundle
  121. compiling ./enc/euc_kr.c
  122. linking encoding euc_kr.bundle
  123. compiling ./enc/euc_tw.c
  124. linking encoding euc_tw.bundle
  125. compiling ./enc/gb2312.c
  126. linking encoding gb2312.bundle
  127. compiling ./enc/gb18030.c
  128. linking encoding gb18030.bundle
  129. compiling ./enc/gbk.c
  130. linking encoding gbk.bundle
  131. compiling ./enc/iso_8859_1.c
  132. linking encoding iso_8859_1.bundle
  133. compiling ./enc/iso_8859_2.c
  134. linking encoding iso_8859_2.bundle
  135. compiling ./enc/iso_8859_3.c
  136. linking encoding iso_8859_3.bundle
  137. compiling ./enc/iso_8859_4.c
  138. linking encoding iso_8859_4.bundle
  139. compiling ./enc/iso_8859_5.c
  140. linking encoding iso_8859_5.bundle
  141. compiling ./enc/iso_8859_6.c
  142. linking encoding iso_8859_6.bundle
  143. compiling ./enc/iso_8859_7.c
  144. linking encoding iso_8859_7.bundle
  145. compiling ./enc/iso_8859_8.c
  146. linking encoding iso_8859_8.bundle
  147. compiling ./enc/iso_8859_9.c
  148. linking encoding iso_8859_9.bundle
  149. compiling ./enc/iso_8859_10.c
  150. linking encoding iso_8859_10.bundle
  151. compiling ./enc/iso_8859_11.c
  152. linking encoding iso_8859_11.bundle
  153. compiling ./enc/iso_8859_13.c
  154. linking encoding iso_8859_13.bundle
  155. compiling ./enc/iso_8859_14.c
  156. linking encoding iso_8859_14.bundle
  157. compiling ./enc/iso_8859_15.c
  158. linking encoding iso_8859_15.bundle
  159. compiling ./enc/iso_8859_16.c
  160. linking encoding iso_8859_16.bundle
  161. compiling ./enc/koi8_r.c
  162. linking encoding koi8_r.bundle
  163. compiling ./enc/koi8_u.c
  164. linking encoding koi8_u.bundle
  165. compiling ./enc/shift_jis.c
  166. linking encoding shift_jis.bundle
  167. compiling ./enc/utf_16be.c
  168. linking encoding utf_16be.bundle
  169. compiling ./enc/utf_16le.c
  170. linking encoding utf_16le.bundle
  171. compiling ./enc/utf_32be.c
  172. linking encoding utf_32be.bundle
  173. compiling ./enc/utf_32le.c
  174. linking encoding utf_32le.bundle
  175. compiling ./enc/windows_31j.c
  176. linking encoding windows_31j.bundle
  177. compiling ./enc/windows_1251.c
  178. linking encoding windows_1251.bundle
  179. making srcs under enc
  180. make[1]: Nothing to be done for `srcs'.
  181. generating transdb.h
  182. transdb.h updated
  183. making trans
  184. compiling ./enc/trans/transdb.c
  185. linking transcoder transdb.bundle
  186. compiling ./enc/trans/big5.c
  187. linking transcoder big5.bundle
  188. compiling ./enc/trans/chinese.c
  189. linking transcoder chinese.bundle
  190. compiling ./enc/trans/emoji.c
  191. linking transcoder emoji.bundle
  192. compiling ./enc/trans/emoji_iso2022_kddi.c
  193. linking transcoder emoji_iso2022_kddi.bundle
  194. compiling ./enc/trans/emoji_sjis_docomo.c
  195. linking transcoder emoji_sjis_docomo.bundle
  196. compiling ./enc/trans/emoji_sjis_kddi.c
  197. linking transcoder emoji_sjis_kddi.bundle
  198. compiling ./enc/trans/emoji_sjis_softbank.c
  199. linking transcoder emoji_sjis_softbank.bundle
  200. compiling ./enc/trans/escape.c
  201. linking transcoder escape.bundle
  202. compiling ./enc/trans/gb18030.c
  203. linking transcoder gb18030.bundle
  204. compiling ./enc/trans/gbk.c
  205. linking transcoder gbk.bundle
  206. compiling ./enc/trans/iso2022.c
  207. linking transcoder iso2022.bundle
  208. compiling ./enc/trans/japanese.c
  209. linking transcoder japanese.bundle
  210. compiling ./enc/trans/japanese_euc.c
  211. linking transcoder japanese_euc.bundle
  212. compiling ./enc/trans/japanese_sjis.c
  213. linking transcoder japanese_sjis.bundle
  214. compiling ./enc/trans/korean.c
  215. linking transcoder korean.bundle
  216. compiling ./enc/trans/single_byte.c
  217. linking transcoder single_byte.bundle
  218. compiling ./enc/trans/utf8_mac.c
  219. linking transcoder utf8_mac.bundle
  220. compiling ./enc/trans/utf_16_32.c
  221. linking transcoder utf_16_32.bundle
  222. making encs
  223. generating makefile exts.mk
  224. configuring -test-/array/resize
  225. configuring -test-/bignum
  226. configuring -test-/bug-3571
  227. configuring -test-/bug-3662
  228. configuring -test-/bug-5832
  229. configuring -test-/bug_reporter
  230. configuring -test-/class
  231. configuring -test-/debug
  232. configuring -test-/exception
  233. configuring -test-/fatal
  234. configuring -test-/file
  235. configuring -test-/float
  236. configuring -test-/funcall
  237. configuring -test-/hash
  238. configuring -test-/iseq_load
  239. configuring -test-/iter
  240. configuring -test-/load/dot.dot
  241. configuring -test-/marshal/compat
  242. configuring -test-/marshal/usr
  243. configuring -test-/method
  244. configuring -test-/num2int
  245. configuring -test-/path_to_class
  246. configuring -test-/postponed_job
  247. configuring -test-/printf
  248. configuring -test-/proc
  249. configuring -test-/rational
  250. configuring -test-/recursion
  251. configuring -test-/st/foreach
  252. configuring -test-/st/numhash
  253. configuring -test-/st/update
  254. configuring -test-/string
  255. configuring -test-/struct
  256. configuring -test-/symbol
  257. configuring -test-/tracepoint
  258. configuring -test-/typeddata
  259. configuring -test-/wait_for_single_fd
  260. configuring -test-/win32/console
  261. Failed to configure -test-/win32/console. It will not be installed.
  262. configuring -test-/win32/dln
  263. Failed to configure -test-/win32/dln. It will not be installed.
  264. Failed to configure -test-/win32/dln/empty. It will not be installed.
  265. configuring -test-/win32/fd_setsize
  266. Failed to configure -test-/win32/fd_setsize. It will not be installed.
  267. configuring bigdecimal
  268. configuring continuation
  269. configuring coverage
  270. configuring date
  271. configuring dbm
  272. header: ndbm.h
  273. library: libc
  274. configuring digest
  275. configuring digest/bubblebabble
  276. configuring digest/md5
  277. configuring digest/rmd160
  278. configuring digest/sha1
  279. configuring digest/sha2
  280. configuring etc
  281. configuring fcntl
  282. configuring fiber
  283. configuring fiddle
  284. configuring gdbm
  285. Failed to configure gdbm. It will not be installed.
  286. configuring io/console
  287. configuring io/nonblock
  288. configuring io/wait
  289. configuring json
  290. configuring json/generator
  291. configuring json/parser
  292. configuring mathn/complex
  293. configuring mathn/rational
  294. configuring nkf
  295. configuring objspace
  296. configuring openssl
  297. configuring pathname
  298. configuring psych
  299. configuring pty
  300. configuring racc/cparse
  301. configuring rbconfig/sizeof
  302. configuring readline
  303. configuring ripper
  304. configuring sdbm
  305. configuring socket
  306. configuring stringio
  307. configuring strscan
  308. configuring syslog
  309. configuring thread
  310. configuring tk
  311. ...........
  312. check struct members..
  313. check libraries....
  314. Use ActiveTcl libraries (if available).
  315. Search tclConfig.sh and tkConfig.sh....................................
  316. Valid [tclConfig.sh, tkConfig.sh] are found in [["/System/Library/Frameworks/Tcl.framework", "/System/Library/Frameworks/Tk.framework"], ["/usr/lib", "/usr/lib"], ["/System/Library/Frameworks/Tcl.framework/Versions/Current", "/System/Library/Frameworks/Tk.framework/Versions/Current"], ["/System/Library/Frameworks/Tcl.framework/Versions/8.5", "/System/Library/Frameworks/Tk.framework/Versions/8.5"], ["/System/Library/Frameworks/Tcl.framework/Versions/8.4", "/System/Library/Frameworks/Tk.framework/Versions/8.4"]]
  317. Use [tclConfig.sh, tkConfig.sh] == ["/System/Library/Frameworks/Tcl.framework/tclConfig.sh", "/System/Library/Frameworks/Tk.framework/tkConfig.sh"]
  318. Use MacOS X Frameworks.
  319.  
  320. Find Tcl/Tk libraries. Make tcltklib.so which is required by Ruby/Tk.
  321. configuring tk/tkutil
  322. configuring win32
  323. Failed to configure win32. It will not be installed.
  324. configuring win32ole
  325. Failed to configure win32ole. It will not be installed.
  326. configuring zlib
  327. Failed to configure zlib. It will not be installed.
  328. compiling resize.c
  329. linking shared-object -test-/array/resize.bundle
  330. compiling big2str.c
  331. compiling bigzero.c
  332. compiling div.c
  333. compiling init.c
  334. compiling intpack.c
  335. compiling mul.c
  336. compiling str2big.c
  337. linking shared-object -test-/bignum.bundle
  338. compiling bug.c
  339. linking shared-object -test-/bug-3571/bug.bundle
  340. compiling bug.c
  341. linking shared-object -test-/bug-3662/bug.bundle
  342. compiling bug.c
  343. linking shared-object -test-/bug-5832/bug.bundle
  344. compiling bug_reporter.c
  345. linking shared-object -test-/bug_reporter/bug_reporter.bundle
  346. compiling class2name.c
  347. compiling init.c
  348. linking shared-object -test-/class.bundle
  349. compiling init.c
  350. compiling inspector.c
  351. compiling profile_frames.c
  352. linking shared-object -test-/debug.bundle
  353. compiling dataerror.c
  354. compiling enc_raise.c
  355. compiling ensured.c
  356. compiling init.c
  357. linking shared-object -test-/exception.bundle
  358. compiling rb_fatal.c
  359. linking shared-object -test-/fatal/rb_fatal.bundle
  360. compiling fs.c
  361. compiling init.c
  362. compiling stat.c
  363. linking shared-object -test-/file.bundle
  364. compiling init.c
  365. compiling nextafter.c
  366. linking shared-object -test-/float.bundle
  367. compiling passing_block.c
  368. linking shared-object -test-/funcall/funcall.bundle
  369. compiling delete.c
  370. compiling init.c
  371. linking shared-object -test-/hash.bundle
  372. compiling iseq_load.c
  373. linking shared-object -test-/iseq_load/iseq_load.bundle
  374. compiling break.c
  375. compiling init.c
  376. compiling yield.c
  377. linking shared-object -test-/iter.bundle
  378. compiling dot.dot.c
  379. linking shared-object -test-/load/dot.dot/dot.dot.bundle
  380. compiling usrcompat.c
  381. linking shared-object -test-/marshal/compat.bundle
  382. compiling usrmarshal.c
  383. linking shared-object -test-/marshal/usr.bundle
  384. compiling arity.c
  385. compiling init.c
  386. linking shared-object -test-/method.bundle
  387. compiling num2int.c
  388. linking shared-object -test-/num2int/num2int.bundle
  389. compiling path_to_class.c
  390. linking shared-object -test-/path_to_class/path_to_class.bundle
  391. compiling postponed_job.c
  392. linking shared-object -test-/postponed_job.bundle
  393. compiling printf.c
  394. linking shared-object -test-/printf.bundle
  395. compiling init.c
  396. compiling receiver.c
  397. compiling super.c
  398. linking shared-object -test-/proc.bundle
  399. compiling rat.c
  400. linking shared-object -test-/rational.bundle
  401. compiling recursion.c
  402. linking shared-object -test-/recursion.bundle
  403. compiling foreach.c
  404. linking shared-object -test-/st/foreach.bundle
  405. compiling numhash.c
  406. linking shared-object -test-/st/numhash.bundle
  407. compiling update.c
  408. linking shared-object -test-/st/update.bundle
  409. compiling coderange.c
  410. compiling cstr.c
  411. compiling ellipsize.c
  412. compiling enc_associate.c
  413. compiling enc_str_buf_cat.c
  414. compiling init.c
  415. compiling modify.c
  416. compiling normalize.c
  417. compiling qsort.c
  418. compiling set_len.c
  419. linking shared-object -test-/string/string.bundle
  420. compiling init.c
  421. compiling member.c
  422. linking shared-object -test-/struct.bundle
  423. compiling init.c
  424. compiling type.c
  425. linking shared-object -test-/symbol.bundle
  426. compiling gc_hook.c
  427. compiling tracepoint.c
  428. linking shared-object -test-/tracepoint.bundle
  429. compiling typeddata.c
  430. linking shared-object -test-/typeddata/typeddata.bundle
  431. compiling wait_for_single_fd.c
  432. linking shared-object -test-/wait_for_single_fd/wait_for_single_fd.bundle
  433. make[2]: Nothing to be done for `all'.
  434. make[2]: Nothing to be done for `all'.
  435. make[2]: Nothing to be done for `all'.
  436. make[2]: Nothing to be done for `all'.
  437. compiling bigdecimal.c
  438. linking shared-object bigdecimal.bundle
  439. installing default bigdecimal libraries
  440. compiling continuation.c
  441. linking shared-object continuation.bundle
  442. compiling coverage.c
  443. linking shared-object coverage.bundle
  444. compiling date_core.c
  445. compiling date_parse.c
  446. compiling date_strftime.c
  447. compiling date_strptime.c
  448. linking shared-object date_core.bundle
  449. installing default date_core libraries
  450. compiling dbm.c
  451. linking shared-object dbm.bundle
  452. compiling digest.c
  453. linking shared-object digest.bundle
  454. installing digest libraries
  455. installing default digest libraries
  456. compiling bubblebabble.c
  457. linking shared-object digest/bubblebabble.bundle
  458. compiling md5init.c
  459. compiling md5ossl.c
  460. linking shared-object digest/md5.bundle
  461. ld: warning: ignoring file /usr/local/lib/libz.a, file was built for archive which is not the architecture being linked (x86_64): /usr/local/lib/libz.a
  462. compiling rmd160init.c
  463. compiling rmd160ossl.c
  464. linking shared-object digest/rmd160.bundle
  465. ld: warning: ignoring file /usr/local/lib/libz.a, file was built for archive which is not the architecture being linked (x86_64): /usr/local/lib/libz.a
  466. compiling sha1init.c
  467. compiling sha1ossl.c
  468. linking shared-object digest/sha1.bundle
  469. ld: warning: ignoring file /usr/local/lib/libz.a, file was built for archive which is not the architecture being linked (x86_64): /usr/local/lib/libz.a
  470. compiling sha2init.c
  471. compiling sha2ossl.c
  472. linking shared-object digest/sha2.bundle
  473. ld: warning: ignoring file /usr/local/lib/libz.a, file was built for archive which is not the architecture being linked (x86_64): /usr/local/lib/libz.a
  474. installing default sha2 libraries
  475. generating constant definitions
  476. compiling etc.c
  477. linking shared-object etc.bundle
  478. compiling fcntl.c
  479. linking shared-object fcntl.bundle
  480. compiling fiber.c
  481. linking shared-object fiber.bundle
  482. compiling closure.c
  483. compiling conversions.c
  484. compiling fiddle.c
  485. compiling function.c
  486. compiling handle.c
  487. compiling pointer.c
  488. linking shared-object fiddle.bundle
  489. installing default fiddle libraries
  490. make[2]: Nothing to be done for `all'.
  491. compiling console.c
  492. linking shared-object io/console.bundle
  493. installing default console libraries
  494. compiling nonblock.c
  495. linking shared-object io/nonblock.bundle
  496. compiling wait.c
  497. linking shared-object io/wait.bundle
  498. installing default libraries
  499. compiling generator.c
  500. linking shared-object json/ext/generator.bundle
  501. compiling parser.c
  502. linking shared-object json/ext/parser.bundle
  503. compiling complex.c
  504. linking shared-object mathn/complex.bundle
  505. compiling rational.c
  506. linking shared-object mathn/rational.bundle
  507. compiling nkf.c
  508. linking shared-object nkf.bundle
  509. installing default nkf libraries
  510. compiling object_tracing.c
  511. compiling objspace.c
  512. compiling objspace_dump.c
  513. linking shared-object objspace.bundle
  514. compiling openssl_missing.c
  515. compiling ossl.c
  516. compiling ossl_asn1.c
  517. compiling ossl_bio.c
  518. compiling ossl_bn.c
  519. compiling ossl_cipher.c
  520. compiling ossl_config.c
  521. compiling ossl_digest.c
  522. compiling ossl_engine.c
  523. compiling ossl_hmac.c
  524. compiling ossl_ns_spki.c
  525. compiling ossl_ocsp.c
  526. compiling ossl_pkcs12.c
  527. compiling ossl_pkcs5.c
  528. compiling ossl_pkcs7.c
  529. compiling ossl_pkey.c
  530. compiling ossl_pkey_dh.c
  531. compiling ossl_pkey_dsa.c
  532. compiling ossl_pkey_ec.c
  533. compiling ossl_pkey_rsa.c
  534. compiling ossl_rand.c
  535. compiling ossl_ssl.c
  536. compiling ossl_ssl_session.c
  537. compiling ossl_x509.c
  538. compiling ossl_x509attr.c
  539. compiling ossl_x509cert.c
  540. compiling ossl_x509crl.c
  541. compiling ossl_x509ext.c
  542. compiling ossl_x509name.c
  543. compiling ossl_x509req.c
  544. compiling ossl_x509revoked.c
  545. compiling ossl_x509store.c
  546. linking shared-object openssl.bundle
  547. ld: warning: ignoring file /usr/local/lib/libz.a, file was built for archive which is not the architecture being linked (x86_64): /usr/local/lib/libz.a
  548. installing default openssl libraries
  549. compiling pathname.c
  550. linking shared-object pathname.bundle
  551. installing default pathname libraries
  552. compiling psych.c
  553. compiling psych_emitter.c
  554. compiling psych_parser.c
  555. compiling psych_to_ruby.c
  556. compiling psych_yaml_tree.c
  557. linking shared-object psych.bundle
  558. installing default psych libraries
  559. compiling pty.c
  560. linking shared-object pty.bundle
  561. installing default pty libraries
  562. compiling cparse.c
  563. linking shared-object racc/cparse.bundle
  564. compiling sizes.c
  565. linking shared-object rbconfig/sizeof.bundle
  566. compiling readline.c
  567. linking shared-object readline.bundle
  568. compiling ripper.c
  569. linking shared-object ripper.bundle
  570. installing default ripper libraries
  571. checking ../.././parse.y and ../.././ext/ripper/eventids2.c
  572. compiling _sdbm.c
  573. compiling init.c
  574. linking shared-object sdbm.bundle
  575. generating constant definitions
  576. compiling init.c
  577. compiling constants.c
  578. compiling basicsocket.c
  579. compiling socket.c
  580. compiling ipsocket.c
  581. compiling tcpsocket.c
  582. compiling tcpserver.c
  583. compiling sockssocket.c
  584. compiling udpsocket.c
  585. compiling unixsocket.c
  586. compiling unixserver.c
  587. compiling option.c
  588. compiling ancdata.c
  589. compiling raddrinfo.c
  590. compiling ifaddr.c
  591. linking shared-object socket.bundle
  592. installing default socket libraries
  593. compiling stringio.c
  594. linking shared-object stringio.bundle
  595. compiling strscan.c
  596. linking shared-object strscan.bundle
  597. compiling syslog.c
  598. linking shared-object syslog.bundle
  599. installing default syslog libraries
  600. compiling thread.c
  601. linking shared-object thread.bundle
  602. compiling stubs.c
  603. compiling tcltklib.c
  604. linking shared-object tcltklib.bundle
  605. installing tcltklib libraries
  606. installing default tcltklib libraries
  607. compiling tkutil.c
  608. linking shared-object tkutil.bundle
  609. make[2]: Nothing to be done for `all'.
  610. make[2]: Nothing to be done for `all'.
  611. make[2]: Nothing to be done for `all'.
  612. linking shared-library libruby.2.2.0.dylib
  613. linking ruby
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement