Don't like ads? PRO users don't see any ads ;-)
Guest

Untitled

By: a guest on Jun 4th, 2012  |  syntax: None  |  size: 19.12 KB  |  hits: 14  |  expires: Never
download  |  raw  |  embed  |  report abuse  |  print
Text below is selected. Please press Ctrl+C to copy to your clipboard. (⌘+C on Mac)
  1. Andrew-Grimms-MacBook-Pro:~ agrimm$ rvm --version
  2.  
  3. rvm 1.9.2 by Wayne E. Seguin (wayneeseguin@gmail.com) [https://rvm.beginrescueend.com/]
  4.  
  5. Andrew-Grimms-MacBook-Pro:~ agrimm$ rvm install ruby-head
  6. Installing Ruby from source to: /Users/agrimm/.rvm/rubies/ruby-head, this may take a while depending on your cpu(s)...
  7.  
  8. ruby-head - #fetching
  9. Cloning from git://github.com/ruby/ruby.git, this may take a while depending on your connection...
  10. Initialized empty Git repository in /Users/agrimm/.rvm/repos/ruby/.git/
  11. remote: Counting objects: 215146, done.
  12. remote: Compressing objects: 100% (43626/43626), done.
  13. remote: Total 215146 (delta 171011), reused 212766 (delta 169830)
  14. Receiving objects: 100% (215146/215146), 75.39 MiB | 4 KiB/s, done.
  15. Resolving deltas: 100% (171011/171011), done.
  16. Checking out files: 100% (3647/3647), done.
  17. HEAD is now at bdf357b * ext/openssl/ossl_ssl.c: add comment on where to find implementation
  18. remote: Counting objects: 21, done.
  19. remote: Compressing objects: 100% (13/13), done.
  20. remote: Total 15 (delta 11), reused 6 (delta 2)
  21. Unpacking objects: 100% (15/15), done.
  22. From git://github.com/ruby/ruby
  23.    bdf357b..5606f11  trunk      -> origin/trunk
  24. From git://github.com/ruby/ruby
  25.  * branch            trunk      -> FETCH_HEAD
  26. Updating bdf357b..5606f11
  27. Fast-forward
  28.  .travis.yml                |    7 +++++++
  29.  ChangeLog                  |   15 +++++++++++++++
  30.  ext/openssl/extconf.rb     |    2 --
  31.  ext/openssl/ruby_missing.h |   13 -------------
  32.  4 files changed, 22 insertions(+), 15 deletions(-)
  33.  create mode 100644 .travis.yml
  34. Copying from repo to src path...
  35. Running autoreconf
  36. ruby-head - #configuring
  37. ERROR: Error running 'MACOSX_DEPLOYMENT_TARGET=10.6 CFLAGS='-arch x86_64 -g -Os -pipe -no-cpp-precomp' CCFLAGS='-arch x86_64 -g -Os -pipe' CXXFLAGS='-arch x86_64 -g -Os -pipe' LDFLAGS='-arch x86_64 -bind_at_load' LDSHARED='cc -arch x86_64 -dynamiclib -undefined suppress -flat_namespace' ./configure --prefix=/Users/agrimm/.rvm/rubies/ruby-head --enable-shared --disable-install-doc  --with-baseruby=/Users/agrimm/.rvm/wrappers/ruby-1.8.7-head/ruby', please read /Users/agrimm/.rvm/log/ruby-head/configure.log
  38. ERROR: There has been an error while running configure. Halting the installation.
  39. Andrew-Grimms-MacBook-Pro:~ agrimm$
  40.  
  41. == .rvm/log/ruby-head/configure.log ==
  42.  
  43.  
  44. [2011-11-26 17:41:45] MACOSX_DEPLOYMENT_TARGET=10.6 CFLAGS='-arch x86_64 -g -Os -pipe -no-cpp-precomp' CCFLAGS='-arch x86_64 -g -Os -pipe' CXXFLAGS='-arch x86_64 -g -Os -pipe' LDFLAGS='-arch x86_64 -bind_at_load' LDSHARED='cc -arch x86_64 -dynamiclib -undefined suppress -flat_namespace' ./configure --prefix=/Users/agrimm/.rvm/rubies/ruby-head --enable-shared --disable-install-doc  --with-baseruby=/Users/agrimm/.rvm/wrappers/ruby-1.8.7-head/ruby
  45. checking build system type... x86_64-apple-darwin10.8.0
  46. checking host system type... x86_64-apple-darwin10.8.0
  47. checking target system type... x86_64-apple-darwin10.8.0
  48. checking for C compiler default output file name... a.out
  49. checking whether the C compiler works... yes
  50. checking whether we are cross compiling... no
  51. checking for suffix of executables...
  52. checking for suffix of object files... o
  53. checking whether we are using the GNU C compiler... yes
  54. checking whether gcc-4.2 accepts -g... yes
  55. checking for gcc-4.2 option to accept ISO C89... none needed
  56. checking how to run the C preprocessor... gcc-4.2 -E
  57. checking whether we are using the GNU C compiler... (cached) yes
  58. checking whether gcc-4.2 accepts -g... (cached) yes
  59. checking for gcc-4.2 option to accept ISO C89... (cached) none needed
  60. checking for g++... g++
  61. checking whether we are using the GNU C++ compiler... yes
  62. checking whether g++ accepts -g... yes
  63. checking for grep that handles long lines and -e... /usr/bin/grep
  64. checking for egrep... /usr/bin/grep -E
  65. checking whether gcc-4.2 needs -traditional... no
  66. checking whether the linker is GNU ld... no
  67. checking whether gcc-4.2 -E accepts -o... rm: conftest.dSYM: is a directory
  68. yes
  69. checking for real target cpu... x86_64
  70. checking for ranlib... ranlib
  71. checking for ar... ar
  72. checking for as... as
  73. checking for objdump... no
  74. checking for gobjdump... no
  75. checking for objcopy... no
  76. checking for gobjcopy... no
  77. checking for nm... nm
  78. checking whether ln -s works... yes
  79. checking whether make sets $(MAKE)... yes
  80. checking for a BSD-compatible install... /usr/bin/install -c
  81. checking for a thread-safe mkdir -p...  -d
  82. use 'mkdir -p' as MKDIR_P
  83. checking for dot... no
  84. checking for doxygen... no
  85. checking for pkg-config... no
  86. checking for AIX... no
  87. checking for ANSI C header files... yes
  88. checking for sys/types.h... yes
  89. checking for sys/stat.h... yes
  90. checking for stdlib.h... yes
  91. checking for string.h... yes
  92. checking for memory.h... yes
  93. checking for strings.h... yes
  94. checking for inttypes.h... yes
  95. checking for stdint.h... yes
  96. checking for unistd.h... yes
  97. checking minix/config.h usability... no
  98. checking minix/config.h presence... no
  99. checking for minix/config.h... no
  100. checking whether it is safe to define __EXTENSIONS__... yes
  101. checking for cd using physical directory... cd -P
  102. checking whether -Wno-unused-parameter is accepted... yes
  103. checking whether -Wno-parentheses is accepted... yes
  104. checking whether -Wno-long-long is accepted... yes
  105. checking whether -Wno-missing-field-initializers is accepted... yes
  106. checking whether -Wunused-variable is accepted... yes
  107. checking whether -Werror=pointer-arith is accepted... yes
  108. checking whether -Werror=write-strings is accepted... yes
  109. checking whether -Werror=declaration-after-statement is accepted... yes
  110. checking whether -Werror=shorten-64-to-32 is accepted... yes
  111. checking whether -Werror=implicit-function-declaration is accepted... yes
  112. checking whether -Wall -Wextra is accepted... yes
  113. checking whether -D_FORTIFY_SOURCE=2 is accepted... yes
  114. checking whether -fstack-protector is accepted... yes
  115. checking whether -fvisibility=hidden is accepted... yes
  116. checking whether -Wl,-unexported_symbol,_Init_* is accepted... yes
  117. checking for special C compiler options needed for large files... no
  118. checking for _FILE_OFFSET_BITS value needed for large files... no
  119. checking whether byte ordering is bigendian... no
  120. checking for an ANSI C-conforming const... yes
  121. checking whether char is unsigned... no
  122. checking for inline... inline
  123. checking for working volatile... yes
  124. checking for long long... yes
  125. checking for off_t... yes
  126. checking char bit... 8
  127. checking for int... yes
  128. checking size of int... 4
  129. checking for short... yes
  130. checking size of short... 2
  131. checking for long... yes
  132. checking size of long... 8
  133. checking for long long... (cached) yes
  134. checking size of long long... 8
  135. checking for __int64... no
  136. checking size of __int64... 0
  137. checking for off_t... (cached) yes
  138. checking size of off_t... 8
  139. checking for void*... yes
  140. checking size of void*... 8
  141. checking for float... yes
  142. checking size of float... 4
  143. checking for double... yes
  144. checking size of double... 8
  145. checking for time_t... yes
  146. checking size of time_t... 8
  147. checking for printf prefix for long long... ll
  148. checking for pid_t... yes
  149. checking for convertible type of pid_t... INT
  150. checking for uid_t... yes
  151. checking for convertible type of uid_t... UINT
  152. checking for gid_t... yes
  153. checking for convertible type of gid_t... UINT
  154. checking for time_t... (cached) yes
  155. checking for convertible type of time_t... LONG
  156. checking for dev_t... yes
  157. checking for convertible type of dev_t... INT
  158. checking for mode_t... yes
  159. checking for convertible type of mode_t... UINT
  160. checking for rlim_t... yes
  161. checking for convertible type of rlim_t... ULL
  162. checking for prototypes... yes
  163. checking token paste string... ansi
  164. checking stringization... #expr
  165. checking string literal concatenation... yes
  166. checking for variable length prototypes and stdarg.h... yes
  167. checking for variable length macro... yes
  168. checking for noreturn function attribute... __attribute__ ((noreturn)) x
  169. checking for deprecated function attribute... __attribute__ ((deprecated)) x
  170. checking for noinline function attribute... __attribute__ ((noinline)) x
  171. checking for stdcall function attribute... x
  172. checking for cdecl function attribute... x
  173. checking for fastcall function attribute... x
  174. checking for function alias... no
  175. checking for atomic builtins... yes
  176. checking for exported function attribute... __attribute__ ((visibility("default")))
  177. checking whether sys_nerr is declared... yes
  178. checking whether Mac OS X 10.5 or later... yes
  179. checking for broken crypt with 8bit chars... yes
  180. checking for crypt in -lcrypt... (cached) no
  181. checking for dlopen in -ldl... yes
  182. checking for shl_load in -ldld... no
  183. checking for socketpair in -lsocket... no
  184. checking for clock_gettime in -lrt... no
  185. checking for dirent.h that defines DIR... yes
  186. checking for library containing opendir... none required
  187. checking for stdbool.h that conforms to C99... yes
  188. checking for _Bool... yes
  189. checking for sys/wait.h that is POSIX.1 compatible... yes
  190. checking limits.h usability... yes
  191. checking limits.h presence... yes
  192. checking for limits.h... yes
  193. checking sys/file.h usability... yes
  194. checking sys/file.h presence... yes
  195. checking for sys/file.h... yes
  196. checking sys/ioctl.h usability... yes
  197. checking sys/ioctl.h presence... yes
  198. checking for sys/ioctl.h... yes
  199. checking sys/syscall.h usability... yes
  200. checking sys/syscall.h presence... yes
  201. checking for sys/syscall.h... yes
  202. checking fcntl.h usability... yes
  203. checking fcntl.h presence... yes
  204. checking for fcntl.h... yes
  205. checking sys/fcntl.h usability... yes
  206. checking sys/fcntl.h presence... yes
  207. checking for sys/fcntl.h... yes
  208. checking sys/select.h usability... yes
  209. checking sys/select.h presence... yes
  210. checking for sys/select.h... yes
  211. checking sys/time.h usability... yes
  212. checking sys/time.h presence... yes
  213. checking for sys/time.h... yes
  214. checking sys/times.h usability... yes
  215. checking sys/times.h presence... yes
  216. checking for sys/times.h... yes
  217. checking sys/param.h usability... yes
  218. checking sys/param.h presence... yes
  219. checking for sys/param.h... yes
  220. checking syscall.h usability... no
  221. checking syscall.h presence... no
  222. checking for syscall.h... no
  223. checking pwd.h usability... yes
  224. checking pwd.h presence... yes
  225. checking for pwd.h... yes
  226. checking grp.h usability... yes
  227. checking grp.h presence... yes
  228. checking for grp.h... yes
  229. checking a.out.h usability... no
  230. checking a.out.h presence... no
  231. checking for a.out.h... no
  232. checking utime.h usability... yes
  233. checking utime.h presence... yes
  234. checking for utime.h... yes
  235. checking direct.h usability... no
  236. checking direct.h presence... no
  237. checking for direct.h... no
  238. checking sys/resource.h usability... yes
  239. checking sys/resource.h presence... yes
  240. checking for sys/resource.h... yes
  241. checking sys/mkdev.h usability... no
  242. checking sys/mkdev.h presence... no
  243. checking for sys/mkdev.h... no
  244. checking sys/utime.h usability... no
  245. checking sys/utime.h presence... no
  246. checking for sys/utime.h... no
  247. checking xti.h usability... no
  248. checking xti.h presence... no
  249. checking for xti.h... no
  250. checking netinet/in_systm.h usability... yes
  251. checking netinet/in_systm.h presence... yes
  252. checking for netinet/in_systm.h... yes
  253. checking float.h usability... yes
  254. checking float.h presence... yes
  255. checking for float.h... yes
  256. checking ieeefp.h usability... no
  257. checking ieeefp.h presence... no
  258. checking for ieeefp.h... no
  259. checking for ucontext.h... (cached) no
  260. checking intrinsics.h usability... no
  261. checking intrinsics.h presence... no
  262. checking for intrinsics.h... no
  263. checking langinfo.h usability... yes
  264. checking langinfo.h presence... yes
  265. checking for langinfo.h... yes
  266. checking locale.h usability... yes
  267. checking locale.h presence... yes
  268. checking for locale.h... yes
  269. checking sys/sendfile.h usability... no
  270. checking sys/sendfile.h presence... no
  271. checking for sys/sendfile.h... no
  272. checking time.h usability... yes
  273. checking time.h presence... yes
  274. checking for time.h... yes
  275. checking for net/socket.h... (cached) no
  276. checking for sys/socket.h... (cached) yes
  277. checking process.h usability... no
  278. checking process.h presence... no
  279. checking for process.h... no
  280. checking for size_t... yes
  281. checking for size_t... (cached) yes
  282. checking size of size_t... 8
  283. checking for ptrdiff_t... yes
  284. checking size of ptrdiff_t... 8
  285. checking for printf prefix for size_t... z
  286. checking for printf prefix for ptrdiff_t... t
  287. checking for struct stat.st_blksize... yes
  288. checking for struct stat.st_blocks... yes
  289. checking for struct stat.st_rdev... yes
  290. checking size of struct stat.st_size... SIZEOF_LONG
  291. checking size of struct stat.st_blocks... SIZEOF_LONG
  292. checking for struct stat.st_atim... no
  293. checking for struct stat.st_atimespec... yes
  294. checking for struct stat.st_atimensec... no
  295. checking for struct stat.st_mtim... no
  296. checking for struct stat.st_mtimespec... yes
  297. checking for struct stat.st_mtimensec... no
  298. checking for struct stat.st_ctim... no
  299. checking for struct stat.st_ctimespec... yes
  300. checking for struct stat.st_ctimensec... no
  301. checking for struct timespec... yes
  302. checking for struct timezone... yes
  303. checking for clockid_t... no
  304. checking for fd_mask... yes
  305. checking for int8_t... yes
  306. checking for int8_t... yes
  307. checking size of int8_t... 1
  308. checking for uint8_t... yes
  309. checking for uint8_t... yes
  310. checking size of uint8_t... 1
  311. checking for int16_t... yes
  312. checking for int16_t... yes
  313. checking size of int16_t... 2
  314. checking for uint16_t... yes
  315. checking for uint16_t... yes
  316. checking size of uint16_t... 2
  317. checking for int32_t... yes
  318. checking for int32_t... yes
  319. checking size of int32_t... 4
  320. checking for uint32_t... yes
  321. checking for uint32_t... yes
  322. checking size of uint32_t... 4
  323. checking for int64_t... yes
  324. checking for int64_t... yes
  325. checking size of int64_t... 8
  326. checking for uint64_t... yes
  327. checking for uint64_t... yes
  328. checking size of uint64_t... 8
  329. checking for int128_t... no
  330. checking for uint128_t... no
  331. checking for intptr_t... yes
  332. checking for intptr_t... yes
  333. checking size of intptr_t... 8
  334. checking for uintptr_t... yes
  335. checking for uintptr_t... yes
  336. checking size of uintptr_t... 8
  337. checking for ssize_t... yes
  338. checking for ssize_t... yes
  339. checking size of ssize_t... 8
  340. checking for stack end address... no
  341. checking for gc_mark and gc_children stack frame approximate size(word)... 20
  342. checking for uid_t in sys/types.h... (cached) yes
  343. checking type of array argument to getgroups... (cached) gid_t
  344. checking return type of signal handlers... void
  345. checking for working alloca.h... yes
  346. checking for alloca... yes
  347. checking for dynamic size alloca... ok
  348. checking for working memcmp... yes
  349. checking for broken erfc of glibc-2.3.6 on IA64... no
  350. checking for dup2... yes
  351. checking for memmove... yes
  352. checking for strerror... yes
  353. checking for strchr... yes
  354. checking for strstr... yes
  355. checking for crypt... yes
  356. checking for flock... yes
  357. checking for isnan... yes
  358. checking for finite... yes
  359. checking for isinf... yes
  360. checking for hypot... yes
  361. checking for acosh... yes
  362. checking for erf... yes
  363. checking for tgamma... yes
  364. checking for lgamma_r... yes
  365. checking for cbrt... yes
  366. checking for strlcpy... yes
  367. checking for strlcat... yes
  368. checking for ffs... yes
  369. checking for setproctitle... no
  370. checking for signbit... yes
  371. checking for fmod... yes
  372. checking for killpg... yes
  373. checking for wait4... yes
  374. checking for waitpid... yes
  375. checking for fork... yes
  376. checking for spawnv... no
  377. checking for syscall... yes
  378. checking for __syscall... no
  379. checking for chroot... yes
  380. checking for getcwd... yes
  381. checking for eaccess... no
  382. checking for truncate... yes
  383. checking for ftruncate... yes
  384. checking for ftello... yes
  385. checking for chsize... no
  386. checking for times... yes
  387. checking for utimes... yes
  388. checking for utimensat... no
  389. checking for fcntl... yes
  390. checking for lockf... yes
  391. checking for lstat... yes
  392. checking for truncate64... no
  393. checking for ftruncate64... no
  394. checking for ftello64... no
  395. checking for fseeko... yes
  396. checking for fseeko64... no
  397. checking for link... yes
  398. checking for symlink... yes
  399. checking for readlink... yes
  400. checking for readdir_r... yes
  401. checking for fsync... yes
  402. checking for fdatasync... (cached) no
  403. checking for fchown... yes
  404. checking for posix_fadvise... no
  405. checking for setitimer... yes
  406. checking for setruid... yes
  407. checking for seteuid... yes
  408. checking for setreuid... yes
  409. checking for setresuid... no
  410. checking for setproctitle... (cached) no
  411. checking for socketpair... yes
  412. checking for setrgid... yes
  413. checking for setegid... yes
  414. checking for setregid... yes
  415. checking for setresgid... no
  416. checking for issetugid... yes
  417. checking for pause... yes
  418. checking for lchown... yes
  419. checking for lchmod... yes
  420. checking for getpgrp... yes
  421. checking for setpgrp... yes
  422. checking for getpgid... yes
  423. checking for setpgid... yes
  424. checking for initgroups... yes
  425. checking for getgroups... yes
  426. checking for setgroups... yes
  427. checking for getpriority... yes
  428. checking for getrlimit... yes
  429. checking for setrlimit... yes
  430. checking for sysconf... yes
  431. checking for close... yes
  432. checking for getgrnam_r... yes
  433. checking for dlopen... yes
  434. checking for sigprocmask... yes
  435. checking for sigaction... yes
  436. checking for sigsetjmp... yes
  437. checking for _setjmp... yes
  438. checking for _longjmp... yes
  439. checking for setsid... yes
  440. checking for telldir... yes
  441. checking for seekdir... yes
  442. checking for fchmod... yes
  443. checking for cosh... yes
  444. checking for sinh... yes
  445. checking for tanh... yes
  446. checking for log2... yes
  447. checking for round... yes
  448. checking for setuid... yes
  449. checking for setgid... yes
  450. checking for daemon... (cached) no
  451. checking for select_large_fdset... no
  452. checking for setenv... yes
  453. checking for unsetenv... yes
  454. checking for mktime... yes
  455. checking for timegm... yes
  456. checking for gmtime_r... yes
  457. checking for clock_gettime... no
  458. checking for gettimeofday... yes
  459. checking for poll... yes
  460. checking for ppoll... no
  461. checking for pread... yes
  462. checking for sendfile... yes
  463. checking for shutdown... yes
  464. checking for sigaltstack... yes
  465. checking for dl_iterate_phdr... no
  466. checking for dup3... no
  467. checking for pipe2... no
  468. checking for unsetenv returns a value... yes
  469. checking for __builtin_setjmp... no
  470. checking for setjmp type... _setjmp
  471. checking whether struct tm is in sys/time.h or time.h... time.h
  472. checking for struct tm.tm_zone... yes
  473. checking for struct tm.tm_gmtoff... yes
  474. checking for external int daylight... yes
  475. checking for external timezone... long
  476. checking for external altzone... no
  477. checking for timezone... yes
  478. checking whether timezone requires zero arguments... yes
  479. checking for negative time_t for gmtime(3)... yes
  480. checking for localtime(3) overflow correctly... yes
  481. checking whether right shift preserve sign bit... yes
  482. checking size of struct stat.st_ino... SIZEOF_LONG
  483. checking whether struct dirent.d_name is too small... no
  484. checking whether _SC_CLK_TCK is supported... yes
  485. checking stack growing direction on x86_64... -1
  486. checking for pthread_kill in -lthr... no
  487. checking for pthread_kill in -lpthread... yes
  488. checking for pthread_np.h... no
  489. checking for sched_yield... yes
  490. checking for pthread_attr_setinheritsched... yes
  491. checking for pthread_getattr_np... no
  492. checking for pthread_attr_get_np... no
  493. checking for pthread_attr_getstack... yes
  494. checking for pthread_get_stackaddr_np... yes
  495. checking for pthread_get_stacksize_np... yes
  496. checking for thr_stksegment... no
  497. checking for pthread_stackseg_np... no
  498. checking for pthread_getthrds_np... no
  499. checking for pthread_condattr_setclock... no
  500. checking for pthread_sigmask... yes
  501. checking if fork works with pthread... yes
  502. checking for backtrace... yes
  503. checking valgrind/memcheck.h usability... no
  504. checking valgrind/memcheck.h presence... no
  505. checking for valgrind/memcheck.h... no
  506. checking whether ELF binaries are produced... no
  507. checking whether OS depend dynamic link works... yes
  508. checking for strip... strip
  509. ./configure: line 39683: syntax error near unexpected token `newline'
  510. ./configure: line 39683: `  *' -Xlinker --no-undefined '*'