Advertisement
Guest User

brew upgrade ruby

a guest
Aug 27th, 2012
428
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
Bash 19.88 KB | None | 0 0
  1. ==> Upgrading 2 outdated packages, with result:
  2. pkg-config 0.27.1, ruby 1.9.3-p194
  3. ==> Upgrading pkg-config
  4. ==> Downloading https://downloads.sf.net/project/machomebrew/Bottles/pkg-config-0.27.1.mountainlion.bottle.tar.gz
  5. ######################################################################## 100.0%
  6. ==> Pouring pkg-config-0.27.1.mountainlion.bottle.tar.gz
  7. /usr/local/Cellar/pkg-config/0.27.1: 9 files, 624K
  8. ==> Upgrading ruby
  9. ==> Downloading http://ftp.ruby-lang.org/pub/ruby/1.9/ruby-1.9.3-p194.tar.gz
  10. Already downloaded: /Library/Caches/Homebrew/ruby-1.9.3-p194.tar.gz
  11. ==> ./configure --prefix=/usr/local/Cellar/ruby/1.9.3-p194 --enable-shared
  12. ==> make
  13.     CC = /Applications/Xcode.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain/usr/bin/clang
  14.     LD = /Applications/Xcode.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain/usr/bin/clang
  15.     LDSHARED = /Applications/Xcode.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain/usr/bin/clang -dynamiclib
  16.     CFLAGS = -Os -w -pipe -march=native -Qunused-arguments -mmacosx-version-min=10.8 -isysroot /Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX10.8.sdk -fno-common
  17.     XCFLAGS = -include ruby/config.h -include ruby/missing.h -fvisibility=hidden -DRUBY_EXPORT
  18.     CPPFLAGS = -I/usr/local/Cellar/readline/6.2.4/include -isysroot /Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX10.8.sdk -D_XOPEN_SOURCE -D_DARWIN_C_SOURCE   -I. -I.ext/include/x86_64-darwin12.1.0 -I./include -I.
  19.     DLDFLAGS = -Wl,-undefined,dynamic_lookup -Wl,-multiply_defined,suppress -Wl,-flat_namespace -install_name /usr/local/Cellar/ruby/1.9.3-p194/lib/libruby.1.9.1.dylib -current_version 1.9.1 -compatibility_version 1.9.1 -Wl,-unexported_symbol,_Init_* -Wl,-unexported_symbol,*_threadptr_*  -Wl,-u,_objc_msgSend  
  20.     SOLIBS =
  21. compiling main.c
  22. compiling dmydln.c
  23. compiling dmyencoding.c
  24. compiling version.c
  25. compiling miniprelude.c
  26. compiling array.c
  27. compiling bignum.c
  28. compiling class.c
  29. compiling compar.c
  30. compiling complex.c
  31. compiling dir.c
  32. compiling dln_find.c
  33. compiling enum.c
  34. compiling enumerator.c
  35. compiling error.c
  36. compiling eval.c
  37. compiling load.c
  38. compiling proc.c
  39. compiling file.c
  40. compiling gc.c
  41. compiling hash.c
  42. compiling inits.c
  43. compiling io.c
  44. compiling marshal.c
  45. compiling math.c
  46. compiling node.c
  47. compiling numeric.c
  48. compiling object.c
  49. compiling pack.c
  50. compiling parse.c
  51. compiling process.c
  52. compiling random.c
  53. compiling range.c
  54. compiling rational.c
  55. compiling re.c
  56. compiling regcomp.c
  57. compiling regenc.c
  58. compiling regerror.c
  59. compiling regexec.c
  60. compiling regparse.c
  61. compiling regsyntax.c
  62. compiling ruby.c
  63. compiling safe.c
  64. compiling signal.c
  65. compiling sprintf.c
  66. compiling st.c
  67. compiling strftime.c
  68. compiling string.c
  69. compiling struct.c
  70. compiling time.c
  71. compiling transcode.c
  72. compiling util.c
  73. compiling variable.c
  74. compiling compile.c
  75. compiling debug.c
  76. compiling iseq.c
  77. compiling vm.c
  78. compiling vm_dump.c
  79. compiling thread.c
  80. compiling cont.c
  81. compiling ./enc/ascii.c
  82. compiling ./enc/us_ascii.c
  83. compiling ./enc/unicode.c
  84. compiling ./enc/utf_8.c
  85. compiling newline.c
  86. compiling ./missing/setproctitle.c
  87. compiling dmyext.c
  88. compiling dln.c
  89. compiling encoding.c
  90. compiling dmyversion.c
  91. linking miniruby
  92. generating encdb.h
  93. rbconfig.rb updated
  94. generating enc.mk
  95. encdb.h unchanged
  96. generating prelude.c
  97. making srcs under enc
  98. make[1]: Nothing to be done for `srcs'.
  99. generating transdb.h
  100. compiling prelude.c
  101. linking static-library libruby.1.9.1-static.a
  102. linking shared-library libruby.1.9.1.dylib
  103. transdb.h unchanged
  104. making enc
  105. making trans
  106. compiling ./enc/encdb.c
  107. compiling ./enc/trans/transdb.c
  108. compiling ./enc/big5.c
  109. compiling ./enc/trans/big5.c
  110. compiling ./enc/cp949.c
  111. compiling ./enc/emacs_mule.c
  112. compiling ./enc/euc_jp.c
  113. compiling ./enc/euc_kr.c
  114. compiling ./enc/euc_tw.c
  115. compiling ./enc/gb2312.c
  116. compiling ./enc/gb18030.c
  117. compiling ./enc/gbk.c
  118. compiling ./enc/iso_8859_1.c
  119. compiling ./enc/iso_8859_2.c
  120. compiling ./enc/iso_8859_3.c
  121. compiling ./enc/iso_8859_4.c
  122. compiling ./enc/iso_8859_5.c
  123. compiling ./enc/iso_8859_6.c
  124. compiling ./enc/iso_8859_7.c
  125. compiling ./enc/iso_8859_8.c
  126. compiling ./enc/iso_8859_9.c
  127. compiling ./enc/iso_8859_10.c
  128. compiling ./enc/iso_8859_11.c
  129. compiling ./enc/iso_8859_13.c
  130. compiling ./enc/iso_8859_14.c
  131. compiling ./enc/iso_8859_15.c
  132. compiling ./enc/iso_8859_16.c
  133. compiling ./enc/koi8_r.c
  134. compiling ./enc/koi8_u.c
  135. compiling ./enc/shift_jis.c
  136. compiling ./enc/utf_16be.c
  137. compiling ./enc/utf_16le.c
  138. compiling ./enc/utf_32be.c
  139. compiling ./enc/utf_32le.c
  140. compiling ./enc/windows_1251.c
  141. linking encoding encdb.bundle
  142. linking encoding big5.bundle
  143. linking encoding cp949.bundle
  144. linking encoding emacs_mule.bundle
  145. linking encoding euc_jp.bundle
  146. linking encoding euc_kr.bundle
  147. linking encoding euc_tw.bundle
  148. linking encoding gb2312.bundle
  149. linking encoding gb18030.bundle
  150. linking encoding gbk.bundle
  151. linking encoding iso_8859_1.bundle
  152. linking encoding iso_8859_2.bundle
  153. linking encoding iso_8859_3.bundle
  154. linking encoding iso_8859_4.bundle
  155. linking encoding iso_8859_5.bundle
  156. linking encoding iso_8859_6.bundle
  157. linking encoding iso_8859_7.bundle
  158. linking encoding iso_8859_8.bundle
  159. linking encoding iso_8859_9.bundle
  160. linking encoding iso_8859_10.bundle
  161. linking encoding iso_8859_11.bundle
  162. linking encoding iso_8859_13.bundle
  163. linking encoding iso_8859_14.bundle
  164. linking encoding iso_8859_15.bundle
  165. linking encoding iso_8859_16.bundle
  166. linking encoding koi8_r.bundle
  167. linking encoding koi8_u.bundle
  168. linking encoding shift_jis.bundle
  169. linking encoding utf_16be.bundle
  170. linking encoding utf_16le.bundle
  171. linking encoding utf_32be.bundle
  172. linking encoding utf_32le.bundle
  173. linking encoding windows_1251.bundle
  174. configuring -test-/add_suffix
  175. configuring -test-/array/resize
  176. configuring -test-/bug-3571
  177. configuring -test-/bug-3662
  178. configuring -test-/funcall
  179. configuring -test-/load/dot.dot
  180. configuring -test-/old_thread_select
  181. configuring -test-/st/numhash
  182. configuring -test-/string
  183. configuring -test-/wait_for_single_fd
  184. configuring -test-/win32/dln
  185. Failed to configure -test-/win32/dln. It will not be installed.
  186. configuring bigdecimal
  187. configuring continuation
  188. configuring coverage
  189. configuring curses
  190. compiling ./enc/trans/chinese.c
  191. compiling ./enc/trans/emoji.c
  192. compiling ./enc/trans/emoji_iso2022_kddi.c
  193. compiling ./enc/trans/emoji_sjis_docomo.c
  194. compiling ./enc/trans/emoji_sjis_kddi.c
  195. configuring date
  196. configuring dbm
  197. configuring digest
  198. configuring digest/bubblebabble
  199. configuring digest/md5
  200. configuring digest/rmd160
  201. compiling ./enc/trans/emoji_sjis_softbank.c
  202. configuring digest/sha1
  203. configuring digest/sha2
  204. configuring dl
  205. compiling ./enc/trans/escape.c
  206. compiling ./enc/trans/gb18030.c
  207. configuring dl/callback
  208. configuring dl/win32
  209. Failed to configure dl/win32. It will not be installed.
  210. configuring etc
  211. compiling ./enc/trans/gbk.c
  212. configuring fcntl
  213. configuring fiber
  214. configuring fiddle
  215. configuring gdbm
  216. configuring iconv
  217. configuring io/console
  218. configuring io/nonblock
  219. configuring io/wait
  220. configuring json
  221. configuring json/generator
  222. configuring json/parser
  223. compiling ./enc/trans/iso2022.c
  224. configuring mathn/complex
  225. configuring mathn/rational
  226. configuring nkf
  227. configuring objspace
  228. configuring openssl
  229. compiling ./enc/trans/japanese.c
  230. compiling ./enc/trans/japanese_euc.c
  231. compiling ./enc/trans/japanese_sjis.c
  232. compiling ./enc/trans/korean.c
  233. compiling ./enc/trans/single_byte.c
  234. compiling ./enc/trans/utf8_mac.c
  235. compiling ./enc/trans/utf_16_32.c
  236. linking transcoder transdb.bundle
  237. linking transcoder big5.bundle
  238. linking transcoder chinese.bundle
  239. linking transcoder emoji.bundle
  240. linking transcoder emoji_iso2022_kddi.bundle
  241. linking transcoder emoji_sjis_docomo.bundle
  242. linking transcoder emoji_sjis_kddi.bundle
  243. linking transcoder emoji_sjis_softbank.bundle
  244. linking transcoder escape.bundle
  245. linking transcoder gb18030.bundle
  246. linking transcoder gbk.bundle
  247. linking transcoder iso2022.bundle
  248. linking transcoder japanese.bundle
  249. linking transcoder japanese_euc.bundle
  250. linking transcoder japanese_sjis.bundle
  251. linking transcoder korean.bundle
  252. linking transcoder single_byte.bundle
  253. linking transcoder utf8_mac.bundle
  254. linking transcoder utf_16_32.bundle
  255. making encs
  256. configuring pathname
  257. configuring psych
  258. configuring pty
  259. configuring racc/cparse
  260. configuring readline
  261. configuring ripper
  262. configuring sdbm
  263. configuring socket
  264. configuring stringio
  265. configuring strscan
  266. configuring syck
  267. configuring syslog
  268. configuring tk
  269. check functions.........
  270. check struct members..
  271. check libraries....
  272. Use ActiveTcl libraries (if available).
  273. Search tclConfig.sh and tkConfig.sh....................................
  274. Fail to find [tclConfig.sh, tkConfig.sh]
  275. Use MacOS X Frameworks.
  276. *****************************************************************************
  277. **
  278. ** NATIVETHREAD SUPPORT MODE WARNING:
  279. **
  280. **   Ruby is compiled with --enable-pthread, but your Tcl/Tk library
  281. **   seems to be compiled without nativethread support. Although you can
  282. **   create the tcltklib library, this combination may cause errors (e.g.
  283. **   hangs or segmentation faults). If you have no reason to keep the
  284. **   current nativethread support status, we recommend you reconfigure and
  285. **   recompile the libraries so that both or neither support nativethreads.
  286. **
  287. **   If you want change the status of nativethread support, please recompile
  288. **   Ruby without "--enable-pthread" configure option (If you use Ruby 1.9.x
  289. **   or later, you cannot remove this option, because it requires native-
  290. **   thread support.) or recompile Tcl/Tk with "--enable-threads" configure
  291. **   option (if your Tcl/Tk is later than or equal to Tcl/Tk 8.1).
  292. **
  293. *****************************************************************************
  294.  
  295. Find Tcl/Tk libraries. Make tcltklib.so which is required by Ruby/Tk.
  296. configuring tk/tkutil
  297. configuring win32ole
  298. Failed to configure win32ole. It will not be installed.
  299. configuring zlib
  300. compiling bug.c
  301. compiling resize.c
  302. installing default resize libraries
  303. linking shared-object -test-/array/resize.bundle
  304. installing default bug libraries
  305. linking shared-object -test-/add_suffix/bug.bundle
  306. compiling bug.c
  307. compiling bug.c
  308. installing default bug libraries
  309. linking shared-object -test-/bug-3571/bug.bundle
  310. installing default bug libraries
  311. linking shared-object -test-/bug-3662/bug.bundle
  312. compiling passing_block.c
  313. compiling dot.dot.c
  314. installing default dot.dot libraries
  315. linking shared-object -test-/load/dot.dot/dot.dot.bundle
  316. installing default funcall libraries
  317. linking shared-object -test-/funcall/funcall.bundle
  318. compiling old_thread_select.c
  319. compiling numhash.c
  320. installing default numhash libraries
  321. linking shared-object -test-/st/numhash.bundle
  322. installing default old_thread_select libraries
  323. linking shared-object -test-/old_thread_select/old_thread_select.bundle
  324. compiling wait_for_single_fd.c
  325. compiling cstr.c
  326. compiling ellipsize.c
  327. installing default wait_for_single_fd libraries
  328. linking shared-object -test-/wait_for_single_fd/wait_for_single_fd.bundle
  329. compiling enc_associate.c
  330. make[2]: Nothing to be done for `all'.
  331. compiling bigdecimal.c
  332. compiling init.c
  333. compiling modify.c
  334. compiling set_len.c
  335. installing default string libraries
  336. linking shared-object -test-/string/string.bundle
  337. compiling continuation.c
  338. installing default continuation libraries
  339. linking shared-object continuation.bundle
  340. compiling coverage.c
  341. installing default coverage libraries
  342. linking shared-object coverage.bundle
  343. compiling curses.c
  344. installing default curses libraries
  345. linking shared-object curses.bundle
  346. compiling date_core.c
  347. linking shared-object bigdecimal.bundle
  348. installing default bigdecimal libraries
  349. compiling dbm.c
  350. installing default dbm libraries
  351. linking shared-object dbm.bundle
  352. compiling date_parse.c
  353. compiling date_strftime.c
  354. compiling date_strptime.c
  355. compiling digest.c
  356. linking shared-object digest.bundle
  357. installing digest libraries
  358. installing default digest libraries
  359. compiling bubblebabble.c
  360. installing default bubblebabble libraries
  361. linking shared-object digest/bubblebabble.bundle
  362. compiling md5init.c
  363. compiling md5ossl.c
  364. installing default md5 libraries
  365. linking shared-object digest/md5.bundle
  366. compiling rmd160init.c
  367. compiling rmd160ossl.c
  368. installing default rmd160 libraries
  369. linking shared-object digest/rmd160.bundle
  370. compiling sha1init.c
  371. compiling sha1ossl.c
  372. installing default sha1 libraries
  373. linking shared-object digest/sha1.bundle
  374. compiling sha2init.c
  375. linking shared-object date_core.bundle
  376. compiling sha2ossl.c
  377. installing default date_core libraries
  378. compiling cfunc.c
  379. installing default sha2 libraries
  380. linking shared-object digest/sha2.bundle
  381. generating callback.c
  382. installing default callback libraries
  383. compiling callback.c
  384. compiling callback-0.c
  385. compiling cptr.c
  386. compiling dl.c
  387. compiling handle.c
  388. installing dl libraries
  389. linking shared-object dl.bundle
  390. installing default dl libraries
  391. compiling callback-1.c
  392. compiling callback-2.c
  393. make[2]: Nothing to be done for `all'.
  394. compiling etc.c
  395. installing default etc libraries
  396. linking shared-object etc.bundle
  397. compiling fcntl.c
  398. installing default fcntl libraries
  399. linking shared-object fcntl.bundle
  400. compiling callback-3.c
  401. compiling callback-4.c
  402. compiling callback-5.c
  403. compiling callback-6.c
  404. compiling fiber.c
  405. installing default fiber libraries
  406. linking shared-object fiber.bundle
  407. compiling closure.c
  408. compiling conversions.c
  409. compiling fiddle.c
  410. compiling function.c
  411. linking shared-object fiddle.bundle
  412. installing default fiddle libraries
  413. compiling gdbm.c
  414. installing default gdbm libraries
  415. linking shared-object gdbm.bundle
  416. compiling iconv.c
  417. installing default iconv libraries
  418. linking shared-object iconv.bundle
  419. compiling console.c
  420. linking shared-object io/console.bundle
  421. installing default console libraries
  422. compiling nonblock.c
  423. installing default nonblock libraries
  424. linking shared-object io/nonblock.bundle
  425. compiling wait.c
  426. installing default wait libraries
  427. linking shared-object io/wait.bundle
  428. compiling callback-7.c
  429. compiling callback-8.c
  430. installing default libraries
  431. compiling generator.c
  432. linking shared-object dl/callback.bundle
  433. installing default generator libraries
  434. compiling parser.c
  435. linking shared-object json/ext/generator.bundle
  436. installing default parser libraries
  437. compiling complex.c
  438. installing default complex libraries
  439. linking shared-object mathn/complex.bundle
  440. compiling rational.c
  441. installing default rational libraries
  442. linking shared-object mathn/rational.bundle
  443. linking shared-object json/ext/parser.bundle
  444. compiling nkf.c
  445. compiling objspace.c
  446. installing default objspace libraries
  447. linking shared-object objspace.bundle
  448. installing default nkf libraries
  449. compiling openssl_missing.c
  450. compiling ossl.c
  451. compiling ossl_asn1.c
  452. linking shared-object nkf.bundle
  453. compiling ossl_bio.c
  454. compiling ossl_bn.c
  455. compiling ossl_cipher.c
  456. compiling ossl_config.c
  457. compiling ossl_digest.c
  458. compiling ossl_engine.c
  459. compiling pathname.c
  460. compiling ossl_hmac.c
  461. installing default pathname libraries
  462. linking shared-object pathname.bundle
  463. compiling emitter.c
  464. compiling ossl_ns_spki.c
  465. compiling parser.c
  466. compiling ossl_ocsp.c
  467. compiling psych.c
  468. compiling to_ruby.c
  469. compiling yaml_tree.c
  470. compiling ossl_pkcs12.c
  471. linking shared-object psych.bundle
  472. installing default psych libraries
  473. compiling pty.c
  474. compiling ossl_pkcs5.c
  475. installing default pty libraries
  476. linking shared-object pty.bundle
  477. compiling cparse.c
  478. compiling ossl_pkcs7.c
  479. installing default cparse libraries
  480. linking shared-object racc/cparse.bundle
  481. compiling readline.c
  482. compiling ossl_pkey.c
  483. installing default readline libraries
  484. linking shared-object readline.bundle
  485. compiling ripper.c
  486. compiling ossl_pkey_dh.c
  487. compiling ossl_pkey_dsa.c
  488. compiling ossl_pkey_ec.c
  489. compiling ossl_pkey_rsa.c
  490. compiling ossl_rand.c
  491. compiling ossl_ssl.c
  492. checking ../.././parse.y and ../.././ext/ripper/eventids2.c
  493. linking shared-object ripper.bundle
  494. installing default ripper libraries
  495. compiling ossl_ssl_session.c
  496. compiling _sdbm.c
  497. compiling init.c
  498. compiling ossl_x509.c
  499. compiling ossl_x509attr.c
  500. installing default sdbm libraries
  501. linking shared-object sdbm.bundle
  502. generating constant definitions
  503. generating constant definitions
  504. compiling ossl_x509cert.c
  505. compiling basicsocket.c
  506. compiling socket.c
  507. compiling ossl_x509crl.c
  508. compiling ipsocket.c
  509. compiling tcpsocket.c
  510. compiling ossl_x509ext.c
  511. compiling tcpserver.c
  512. compiling sockssocket.c
  513. compiling udpsocket.c
  514. compiling ossl_x509name.c
  515. compiling unixsocket.c
  516. compiling ossl_x509req.c
  517. compiling unixserver.c
  518. compiling option.c
  519. compiling ossl_x509revoked.c
  520. compiling ancdata.c
  521. compiling ossl_x509store.c
  522. compiling raddrinfo.c
  523. linking shared-object openssl.bundle
  524. installing default openssl libraries
  525. compiling stringio.c
  526. installing default socket libraries
  527. compiling init.c
  528. installing default stringio libraries
  529. linking shared-object stringio.bundle
  530. compiling strscan.c
  531. compiling constants.c
  532. installing default strscan libraries
  533. linking shared-object strscan.bundle
  534. compiling bytecode.c
  535. compiling emitter.c
  536. compiling gram.c
  537. linking shared-object socket.bundle
  538. compiling syslog.c
  539. compiling handler.c
  540. installing default syslog libraries
  541. linking shared-object syslog.bundle
  542. compiling implicit.c
  543. compiling stubs.c
  544. In file included from stubs.c:16:
  545. /Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX10.8.sdk/usr/include/tk.h:78:11: fatal error: 'X11/Xlib.h' file not found
  546. #       include <X11/Xlib.h>
  547.                ^
  548. 1 error generated.
  549. make[2]: *** [stubs.o] Error 1
  550. make[1]: *** [ext/tk/all] Error 2
  551. make[1]: *** Waiting for unfinished jobs....
  552. compiling node.c
  553. compiling rubyext.c
  554. compiling syck.c
  555. compiling token.c
  556. compiling yaml2byte.c
  557. installing default syck libraries
  558. linking shared-object syck.bundle
  559. make: *** [build-ext] Error 2
  560. config.log was copied to /Users/markmcdonnell/Library/Logs/Homebrew
  561. ==> Build Environment
  562. HOMEBREW_VERSION: 0.9.2
  563. HEAD: 6c444e05e349ced57090caf72afa9bf6201c894a
  564. CPU: dual-core 64-bit penryn
  565. OS X: 10.8.1-x86_64
  566. Xcode: 4.4.1
  567. CLT: N/A
  568. X11: N/A
  569. CC: /Applications/Xcode.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain/usr/bin/clang
  570. CXX: /Applications/Xcode.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain/usr/bin/clang++ => /Applications/Xcode.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain/usr/bin/clang
  571. LD: /Applications/Xcode.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain/usr/bin/clang
  572. CFLAGS: -Os -w -pipe -march=native -Qunused-arguments -mmacosx-version-min=10.8 -isysroot /Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX10.8.sdk
  573. CXXFLAGS: -Os -w -pipe -march=native -Qunused-arguments -mmacosx-version-min=10.8 -isysroot /Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX10.8.sdk
  574. CPPFLAGS: -I/usr/local/Cellar/readline/6.2.4/include -isysroot /Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX10.8.sdk
  575. LDFLAGS: -L/usr/local/Cellar/readline/6.2.4/lib -L/usr/local/lib -isysroot /Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX10.8.sdk
  576. SDKROOT: /Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX10.8.sdk
  577. CMAKE_PREFIX_PATH: /Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX10.8.sdk/usr
  578. CMAKE_FRAMEWORK_PATH: /Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX10.8.sdk/System/Library/Frameworks
  579. MAKEFLAGS: -j2
  580. MACOSX_DEPLOYMENT_TARGET: 10.8
  581. PKG_CONFIG_PATH: /usr/local/Library/Homebrew/pkgconfig
  582. OBJC: /Applications/Xcode.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain/usr/bin/clang
  583. PATH: /usr/local/Cellar/readline/6.2.4/bin:/usr/bin:/bin:/usr/sbin:/sbin:/usr/local/bin:/Users/markmcdonnell/.rvm/bin:/Applications/Xcode.app/Contents/Developer/usr/bin:/usr/local/Library/Contributions/cmds:/Applications/Xcode.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain/usr/bin:/Applications/Xcode.app/Contents/Developer/usr/bin
  584.  
  585. Error: Failed executing: make (ruby.rb:47)
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement