Advertisement
Guest User

Untitled

a guest
Jun 3rd, 2015
226
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 34.59 KB | None | 0 0
  1. === Running ebuild phase killold as root:root...
  2. === Starting builtin_killold
  3. === Done builtin_killold
  4. === Completed ebuild phase killold
  5. === Running ebuild phases init saveenv as paludisbuild:paludisbuild...
  6. === Starting builtin_init
  7. === Done builtin_init
  8. === Starting builtin_saveenv
  9. === Done builtin_saveenv
  10. === Completed ebuild phases init saveenv
  11. --- No need to do anything for setup phase
  12. === Running ebuild phases loadenv unpack saveenv as paludisbuild:paludisbuild...
  13. === Starting builtin_loadenv
  14. === Done builtin_loadenv
  15. === Starting src_unpack
  16. >>> Unpacking ruby-2.2.1.tar.bz2 to /var/tmp/paludis/build/dev-lang-ruby-2.2.1-r2/work
  17. tar jxf /var/cache/paludis/distfiles/ruby-2.2.1.tar.bz2 --no-same-owner
  18. === Done src_unpack
  19. === Starting builtin_saveenv
  20. === Done builtin_saveenv
  21. === Completed ebuild phases loadenv unpack saveenv
  22. === Running ebuild phases loadenv prepare saveenv as paludisbuild:paludisbuild...
  23. === Starting builtin_loadenv
  24. === Done builtin_loadenv
  25. cd /var/tmp/paludis/build/dev-lang-ruby-2.2.1-r2/work/ruby-2.2.1
  26. === Starting src_prepare
  27. === Done src_prepare
  28. === Starting builtin_saveenv
  29. === Done builtin_saveenv
  30. === Completed ebuild phases loadenv prepare saveenv
  31. === Running ebuild phases loadenv configure saveenv as paludisbuild:paludisbuild...
  32. === Starting builtin_loadenv
  33. === Done builtin_loadenv
  34. === Starting src_configure
  35. econf: updating /var/tmp/paludis/build/dev-lang-ruby-2.2.1-r2/work/ruby-2.2.1/tool/config.sub with /usr/share/gnuconfig/config.sub
  36. econf: updating /var/tmp/paludis/build/dev-lang-ruby-2.2.1-r2/work/ruby-2.2.1/tool/config.guess with /usr/share/gnuconfig/config.guess
  37. econf: updating /var/tmp/paludis/build/dev-lang-ruby-2.2.1-r2/work/ruby-2.2.1/ext/fiddle/libffi-3.2.1/config.sub with /usr/share/gnuconfig/config.sub
  38. econf: updating /var/tmp/paludis/build/dev-lang-ruby-2.2.1-r2/work/ruby-2.2.1/ext/fiddle/libffi-3.2.1/config.guess with /usr/share/gnuconfig/config.guess
  39. ./configure --build=x86_64-pc-linux-gnu --host=x86_64-pc-linux-gnu --prefix=/usr/x86_64-pc-linux-gnu --bindir=/usr/x86_64-pc-linux-gnu/bin --sbindir=/usr/x86_64-pc-linux-gnu/bin --libdir=/usr/x86_64-pc-linux-gnu/lib --datadir=/usr/share --datarootdir=/usr/share --docdir=/usr/share/doc/ruby-2.2.1-r2 --infodir=/usr/share/info --mandir=/usr/share/man --sysconfdir=/etc --localstatedir=/var/lib --disable-dependency-tracking --disable-silent-rules --enable-fast-install --enable-ipv6 --disable-install-doc --with-ruby-version=minor --with-rubylibprefix=/usr/x86_64-pc-linux-gnu/lib/ruby --with-rubyhdrdir=/usr/x86_64-pc-linux-gnu/include/ruby-2.2 --program-suffix=2.2 --enable-shared --with-dbm-type=db,gdbm --with-out-ext=gdbm,tk,dbm --without-jemalloc
  40. config.guess already exists
  41. config.sub already exists
  42. checking build system type... x86_64-pc-linux-gnu
  43. checking host system type... x86_64-pc-linux-gnu
  44. checking target system type... x86_64-pc-linux-gnu
  45. checking for x86_64-pc-linux-gnu-gcc... (cached) x86_64-pc-linux-gnu-gcc
  46. checking whether the C compiler works... yes
  47. checking for C compiler default output file name... a.out
  48. checking for suffix of executables...
  49. checking whether we are cross compiling... no
  50. checking for suffix of object files... o
  51. checking whether we are using the GNU C compiler... yes
  52. checking whether x86_64-pc-linux-gnu-gcc accepts -g... yes
  53. checking for x86_64-pc-linux-gnu-gcc option to accept ISO C89... none needed
  54. checking whether we are using the GNU C++ compiler... yes
  55. checking whether x86_64-pc-linux-gnu-g++ accepts -g... yes
  56. checking how to run the C preprocessor... x86_64-pc-linux-gnu-cpp
  57. checking for grep that handles long lines and -e... /usr/bin/grep
  58. checking for egrep... /usr/bin/grep -E
  59. checking whether x86_64-pc-linux-gnu-gcc needs -traditional... no
  60. checking for x86_64-pc-linux-gnu-ld... x86_64-pc-linux-gnu-ld
  61. checking whether the linker is GNU ld... yes
  62. checking whether x86_64-pc-linux-gnu-cpp accepts -o... yes
  63. checking for x86_64-pc-linux-gnu-ranlib... x86_64-pc-linux-gnu-ranlib
  64. checking for x86_64-pc-linux-gnu-ar... x86_64-pc-linux-gnu-ar
  65. checking for x86_64-pc-linux-gnu-as... x86_64-pc-linux-gnu-as
  66. checking for x86_64-pc-linux-gnu-objdump... x86_64-pc-linux-gnu-objdump
  67. checking for x86_64-pc-linux-gnu-objcopy... x86_64-pc-linux-gnu-objcopy
  68. checking for x86_64-pc-linux-gnu-nm... x86_64-pc-linux-gnu-nm
  69. checking whether ln -s works... yes
  70. checking whether make sets $(MAKE)... yes
  71. checking for a BSD-compatible install... /usr/bin/install -c
  72. checking for a thread-safe mkdir -p... /usr/bin/mkdir -p
  73. checking for x86_64-pc-linux-gnu-dtrace... no
  74. checking for dtrace... no
  75. checking for dot... no
  76. checking for doxygen... no
  77. checking for pkg-config... x86_64-pc-linux-gnu-pkg-config
  78. checking for ANSI C header files... yes
  79. checking for sys/types.h... yes
  80. checking for sys/stat.h... yes
  81. checking for stdlib.h... yes
  82. checking for string.h... yes
  83. checking for memory.h... yes
  84. checking for strings.h... yes
  85. checking for inttypes.h... yes
  86. checking for stdint.h... yes
  87. checking for unistd.h... yes
  88. checking minix/config.h usability... no
  89. checking minix/config.h presence... no
  90. checking for minix/config.h... no
  91. checking whether it is safe to define __EXTENSIONS__... yes
  92. checking for cd using physical directory... cd -P
  93. checking whether CFLAGS is valid... yes
  94. checking whether LDFLAGS is valid... yes
  95. checking whether -Wno-unused-parameter is accepted as CFLAGS... yes
  96. checking whether -Wno-parentheses is accepted as CFLAGS... yes
  97. checking whether -Wno-long-long is accepted as CFLAGS... yes
  98. checking whether -Wno-missing-field-initializers is accepted as CFLAGS... yes
  99. checking whether -Wunused-variable is accepted as CFLAGS... yes
  100. checking whether -Wpointer-arith is accepted as CFLAGS... yes
  101. checking whether -Wwrite-strings is accepted as CFLAGS... yes
  102. checking whether -Wdeclaration-after-statement is accepted as CFLAGS... yes
  103. checking whether -Wshorten-64-to-32 is accepted as CFLAGS... no
  104. checking whether -Wimplicit-function-declaration is accepted as CFLAGS... yes
  105. checking whether -Wdivision-by-zero is accepted as CFLAGS... no
  106. checking whether -Wdeprecated-declarations is accepted as CFLAGS... yes
  107. checking whether -Wno-packed-bitfield-compat is accepted as CFLAGS... yes
  108. checking whether -Wextra-tokens is accepted as CFLAGS... no
  109. checking whether -Wall -Wextra is accepted as CFLAGS... yes
  110. checking whether -Qunused-arguments is accepted as CFLAGS... no
  111. checking whether -D_FORTIFY_SOURCE=2 is accepted as CFLAGS... yes
  112. checking whether -fstack-protector is accepted as CFLAGS... yes
  113. checking whether -fstack-protector is accepted as LDFLAGS... yes
  114. checking whether -std=iso9899:1999 is accepted as CFLAGS... yes
  115. checking whether -fno-strict-overflow is accepted as CFLAGS... yes
  116. checking whether -ggdb3 is accepted as CFLAGS... yes
  117. checking whether -fvisibility=hidden is accepted as CFLAGS... yes
  118. checking whether -fno-fast-math is accepted as CFLAGS... yes
  119. checking for crypt in -lcrypt... yes
  120. checking for dlopen in -ldl... yes
  121. checking for shl_load in -ldld... no
  122. checking for shutdown in -lsocket... no
  123. checking for dirent.h that defines DIR... yes
  124. checking for library containing opendir... none required
  125. checking for stdbool.h that conforms to C99... yes
  126. checking for _Bool... yes
  127. checking for sys/wait.h that is POSIX.1 compatible... yes
  128. checking limits.h usability... yes
  129. checking limits.h presence... yes
  130. checking for limits.h... yes
  131. checking sys/file.h usability... yes
  132. checking sys/file.h presence... yes
  133. checking for sys/file.h... yes
  134. checking sys/ioctl.h usability... yes
  135. checking sys/ioctl.h presence... yes
  136. checking for sys/ioctl.h... yes
  137. checking sys/syscall.h usability... yes
  138. checking sys/syscall.h presence... yes
  139. checking for sys/syscall.h... yes
  140. checking fcntl.h usability... yes
  141. checking fcntl.h presence... yes
  142. checking for fcntl.h... yes
  143. checking sys/fcntl.h usability... yes
  144. checking sys/fcntl.h presence... yes
  145. checking for sys/fcntl.h... yes
  146. checking sys/param.h usability... yes
  147. checking sys/param.h presence... yes
  148. checking for sys/param.h... yes
  149. checking sys/select.h usability... yes
  150. checking sys/select.h presence... yes
  151. checking for sys/select.h... yes
  152. checking sys/time.h usability... yes
  153. checking sys/time.h presence... yes
  154. checking for sys/time.h... yes
  155. checking sys/times.h usability... yes
  156. checking sys/times.h presence... yes
  157. checking for sys/times.h... yes
  158. checking syscall.h usability... yes
  159. checking syscall.h presence... yes
  160. checking for syscall.h... yes
  161. checking pwd.h usability... yes
  162. checking pwd.h presence... yes
  163. checking for pwd.h... yes
  164. checking grp.h usability... yes
  165. checking grp.h presence... yes
  166. checking for grp.h... yes
  167. checking a.out.h usability... yes
  168. checking a.out.h presence... yes
  169. checking for a.out.h... yes
  170. checking utime.h usability... yes
  171. checking utime.h presence... yes
  172. checking for utime.h... yes
  173. checking direct.h usability... no
  174. checking direct.h presence... no
  175. checking for direct.h... no
  176. checking sys/resource.h usability... yes
  177. checking sys/resource.h presence... yes
  178. checking for sys/resource.h... yes
  179. checking sys/mkdev.h usability... no
  180. checking sys/mkdev.h presence... no
  181. checking for sys/mkdev.h... no
  182. checking sys/utime.h usability... no
  183. checking sys/utime.h presence... no
  184. checking for sys/utime.h... no
  185. checking float.h usability... yes
  186. checking float.h presence... yes
  187. checking for float.h... yes
  188. checking ieeefp.h usability... no
  189. checking ieeefp.h presence... no
  190. checking for ieeefp.h... no
  191. checking ucontext.h usability... yes
  192. checking ucontext.h presence... yes
  193. checking for ucontext.h... yes
  194. checking intrinsics.h usability... no
  195. checking intrinsics.h presence... no
  196. checking for intrinsics.h... no
  197. checking langinfo.h usability... yes
  198. checking langinfo.h presence... yes
  199. checking for langinfo.h... yes
  200. checking locale.h usability... yes
  201. checking locale.h presence... yes
  202. checking for locale.h... yes
  203. checking sys/sendfile.h usability... yes
  204. checking sys/sendfile.h presence... yes
  205. checking for sys/sendfile.h... yes
  206. checking time.h usability... yes
  207. checking time.h presence... yes
  208. checking for time.h... yes
  209. checking net/socket.h usability... no
  210. checking net/socket.h presence... no
  211. checking for net/socket.h... no
  212. checking sys/socket.h usability... yes
  213. checking sys/socket.h presence... yes
  214. checking for sys/socket.h... yes
  215. checking process.h usability... no
  216. checking process.h presence... no
  217. checking for process.h... no
  218. checking sys/prctl.h usability... yes
  219. checking sys/prctl.h presence... yes
  220. checking for sys/prctl.h... yes
  221. checking sys/uio.h usability... yes
  222. checking sys/uio.h presence... yes
  223. checking for sys/uio.h... yes
  224. checking atomic.h usability... no
  225. checking atomic.h presence... no
  226. checking for atomic.h... no
  227. checking malloc.h usability... yes
  228. checking malloc.h presence... yes
  229. checking for malloc.h... yes
  230. checking malloc_np.h usability... no
  231. checking malloc_np.h presence... no
  232. checking for malloc_np.h... no
  233. checking malloc/malloc.h usability... no
  234. checking malloc/malloc.h presence... no
  235. checking for malloc/malloc.h... no
  236. checking setjmpex.h usability... no
  237. checking setjmpex.h presence... no
  238. checking for setjmpex.h... no
  239. checking sys/attr.h usability... no
  240. checking sys/attr.h presence... no
  241. checking for sys/attr.h... no
  242. checking sys/id.h usability... no
  243. checking sys/id.h presence... no
  244. checking for sys/id.h... no
  245. checking gmp.h usability... yes
  246. checking gmp.h presence... yes
  247. checking for gmp.h... yes
  248. checking for __gmpz_init in -lgmp... yes
  249. checking for special C compiler options needed for large files... no
  250. checking for _FILE_OFFSET_BITS value needed for large files... no
  251. checking whether byte ordering is bigendian... no
  252. checking for an ANSI C-conforming const... yes
  253. checking whether char is unsigned... no
  254. checking for inline... inline
  255. checking for working volatile... yes
  256. checking for typeof syntax and keyword spelling... typeof
  257. checking for long long... yes
  258. checking for off_t... yes
  259. checking char bit... 8
  260. checking size of int... 4
  261. checking size of short... 2
  262. checking size of long... 8
  263. checking size of long long... 8
  264. checking size of __int64... 0
  265. checking size of __int128... 16
  266. checking size of off_t... 8
  267. checking size of void*... 8
  268. checking size of float... 4
  269. checking size of double... 8
  270. checking size of time_t... 8
  271. checking size of clock_t... 8
  272. checking packed struct attribute... x __attribute__((packed))
  273. checking for printf prefix for long long... ll
  274. checking for pid_t... yes
  275. checking for convertible type of pid_t... INT
  276. checking for uid_t... yes
  277. checking for convertible type of uid_t... UINT
  278. checking for gid_t... yes
  279. checking for convertible type of gid_t... UINT
  280. checking for time_t... yes
  281. checking for convertible type of time_t... LONG
  282. checking for dev_t... yes
  283. checking for convertible type of dev_t... ULONG
  284. checking for mode_t... yes
  285. checking for convertible type of mode_t... UINT
  286. checking for rlim_t... yes
  287. checking for convertible type of rlim_t... ULONG
  288. checking for off_t... (cached) yes
  289. checking for convertible type of off_t... LONG
  290. checking for clockid_t... yes
  291. checking for convertible type of clockid_t... INT
  292. checking for prototypes... yes
  293. checking token paste string... ansi
  294. checking stringization... #expr
  295. checking string literal concatenation... yes
  296. checking for variable length prototypes and stdarg.h... yes
  297. checking for variable length macro... yes
  298. checking for NORETURN function attribute... __attribute__ ((noreturn)) x
  299. checking for DEPRECATED function attribute... __attribute__ ((deprecated)) x
  300. checking for NOINLINE function attribute... __attribute__ ((noinline)) x
  301. checking for stdcall function attribute... x
  302. checking for cdecl function attribute... x
  303. checking for fastcall function attribute... x
  304. checking for FUNC_MINIMIZED function attribute... __attribute__ ((optimize("-Os","-fomit-frame-pointer"))) x
  305. checking for function alias... alias
  306. checking for __atomic builtins... yes
  307. checking for __sync builtins... yes
  308. checking for __builtin_unreachable... yes
  309. checking for exported function attribute... __attribute__ ((visibility("default")))
  310. checking for function name string predefined identifier... __func__
  311. checking whether sys_nerr is declared... yes
  312. checking whether getenv is declared... yes
  313. checking for size_t... yes
  314. checking size of size_t... 8
  315. checking size of ptrdiff_t... 8
  316. checking for printf prefix for size_t... z
  317. checking for printf prefix for ptrdiff_t... t
  318. checking for struct stat.st_blksize... yes
  319. checking for struct stat.st_blocks... yes
  320. checking for struct stat.st_rdev... yes
  321. checking size of struct stat.st_size... SIZEOF_OFF_T
  322. checking size of struct stat.st_blocks... SIZEOF_OFF_T
  323. checking size of struct stat.st_ino... SIZEOF_LONG
  324. checking for struct stat.st_atim... yes
  325. checking for struct stat.st_atimespec... no
  326. checking for struct stat.st_atimensec... no
  327. checking for struct stat.st_mtim... yes
  328. checking for struct stat.st_mtimespec... no
  329. checking for struct stat.st_mtimensec... no
  330. checking for struct stat.st_ctim... yes
  331. checking for struct stat.st_ctimespec... no
  332. checking for struct stat.st_ctimensec... no
  333. checking for struct stat.st_birthtimespec... no
  334. checking for struct timeval... yes
  335. checking size of struct timeval.tv_sec... SIZEOF_TIME_T
  336. checking for struct timespec... yes
  337. checking for struct timezone... yes
  338. checking for clockid_t... (cached) yes
  339. checking for fd_mask... yes
  340. checking for int8_t... yes
  341. checking size of int8_t... 1
  342. checking for uint8_t... yes
  343. checking size of uint8_t... 1
  344. checking for int16_t... yes
  345. checking size of int16_t... 2
  346. checking for uint16_t... yes
  347. checking size of uint16_t... 2
  348. checking for int32_t... yes
  349. checking size of int32_t... 4
  350. checking for uint32_t... yes
  351. checking size of uint32_t... 4
  352. checking for int64_t... yes
  353. checking size of int64_t... 8
  354. checking for uint64_t... yes
  355. checking size of uint64_t... 8
  356. checking for int128_t... __int128
  357. checking for uint128_t... unsigned __int128
  358. checking for intptr_t... yes
  359. checking size of intptr_t... 8
  360. checking for uintptr_t... yes
  361. checking size of uintptr_t... 8
  362. checking for ssize_t... yes
  363. checking size of ssize_t... 8
  364. checking for stack end address... __libc_stack_end
  365. checking for uid_t in sys/types.h... (cached) yes
  366. checking type of array argument to getgroups... gid_t
  367. checking return type of signal handlers... void
  368. checking for working alloca.h... yes
  369. checking for alloca... yes
  370. checking for dynamic size alloca... ok
  371. checking for working memcmp... yes
  372. checking for broken erfc of glibc-2.3.6 on IA64... no
  373. checking for acosh... yes
  374. checking for cbrt... yes
  375. checking for crypt... yes
  376. checking for dup2... yes
  377. checking for erf... yes
  378. checking for ffs... yes
  379. checking for finite... yes
  380. checking for flock... yes
  381. checking for hypot... yes
  382. checking for isinf... yes
  383. checking for isnan... yes
  384. checking for lgamma_r... yes
  385. checking for memmove... yes
  386. checking for nextafter... yes
  387. checking for setproctitle... no
  388. checking for strchr... yes
  389. checking for strerror... yes
  390. checking for strlcat... no
  391. checking for strlcpy... no
  392. checking for strstr... yes
  393. checking for tgamma... yes
  394. checking sys/pstat.h usability... no
  395. checking sys/pstat.h presence... no
  396. checking for sys/pstat.h... no
  397. checking for signbit... yes
  398. checking for pid_t... (cached) yes
  399. checking vfork.h usability... no
  400. checking vfork.h presence... no
  401. checking for vfork.h... no
  402. checking for fork... yes
  403. checking for vfork... yes
  404. checking for working fork... yes
  405. checking for working vfork... (cached) yes
  406. checking for __syscall... no
  407. checking for _longjmp... yes
  408. checking for _setjmp... yes
  409. checking for _setjmpex... no
  410. checking for atan2l... yes
  411. checking for atan2f... yes
  412. checking for chroot... yes
  413. checking for chsize... no
  414. checking for clock_gettime... yes
  415. checking for cosh... yes
  416. checking for daemon... (cached) no
  417. checking for dirfd... yes
  418. checking for dl_iterate_phdr... yes
  419. checking for dlopen... yes
  420. checking for dladdr... yes
  421. checking for dup... yes
  422. checking for dup3... yes
  423. checking for eaccess... yes
  424. checking for endgrent... yes
  425. checking for fchmod... yes
  426. checking for fchown... yes
  427. checking for fcntl... yes
  428. checking for fdatasync... yes
  429. checking for fmod... yes
  430. checking for fsync... yes
  431. checking for ftruncate... yes
  432. checking for ftruncate64... yes
  433. checking for getattrlist... no
  434. checking for getcwd... yes
  435. checking for getgidx... no
  436. checking for getgrnam... yes
  437. checking for getgrnam_r... yes
  438. checking for getgroups... yes
  439. checking for getpgid... yes
  440. checking for getpgrp... yes
  441. checking for getpriority... yes
  442. checking for getpwnam_r... yes
  443. checking for getresgid... yes
  444. checking for getresuid... yes
  445. checking for getrlimit... yes
  446. checking for getsid... yes
  447. checking for gettimeofday... yes
  448. checking for getuidx... no
  449. checking for gmtime_r... yes
  450. checking for initgroups... yes
  451. checking for ioctl... yes
  452. checking for isfinite... no
  453. checking for issetugid... no
  454. checking for killpg... yes
  455. checking for lchmod... no
  456. checking for lchown... yes
  457. checking for link... yes
  458. checking for llabs... yes
  459. checking for lockf... yes
  460. checking for log2... yes
  461. checking for lstat... yes
  462. checking for malloc_usable_size... yes
  463. checking for malloc_size... no
  464. checking for mblen... yes
  465. checking for memalign... yes
  466. checking for writev... yes
  467. checking for memrchr... yes
  468. checking for memmem... yes
  469. checking for mktime... yes
  470. checking for pipe2... yes
  471. checking for poll... yes
  472. checking for posix_fadvise... yes
  473. checking for posix_memalign... yes
  474. checking for ppoll... yes
  475. checking for pread... yes
  476. checking for qsort_r... yes
  477. checking for readlink... yes
  478. checking for round... yes
  479. checking for sched_getaffinity... yes
  480. checking for seekdir... yes
  481. checking for select_large_fdset... no
  482. checking for sendfile... yes
  483. checking for setegid... yes
  484. checking for setenv... yes
  485. checking for seteuid... yes
  486. checking for setgid... yes
  487. checking for setgroups... yes
  488. checking for setpgid... yes
  489. checking for setpgrp... yes
  490. checking for setregid... yes
  491. checking for setresgid... yes
  492. checking for setresuid... yes
  493. checking for setreuid... yes
  494. checking for setrgid... no
  495. checking for setrlimit... yes
  496. checking for setruid... no
  497. checking for setsid... yes
  498. checking for setuid... yes
  499. checking for shutdown... yes
  500. checking for sigaction... yes
  501. checking for sigaltstack... yes
  502. checking for sigprocmask... yes
  503. checking for sinh... yes
  504. checking for spawnv... no
  505. checking for symlink... yes
  506. checking for syscall... yes
  507. checking for sysconf... yes
  508. checking for tanh... yes
  509. checking for telldir... yes
  510. checking for timegm... yes
  511. checking for times... yes
  512. checking for truncate... yes
  513. checking for truncate64... yes
  514. checking for unsetenv... yes
  515. checking for utimensat... yes
  516. checking for utimes... yes
  517. checking for wait4... yes
  518. checking for waitpid... yes
  519. checking if getcwd allocates buffer if NULL is given... yes
  520. checking for __builtin_bswap16... yes
  521. checking for __builtin_bswap32... yes
  522. checking for __builtin_bswap64... yes
  523. checking for __builtin_clz... yes
  524. checking for __builtin_clzl... yes
  525. checking for __builtin_clzll... yes
  526. checking for __builtin_choose_expr... yes
  527. checking for __builtin_choose_expr_constant_p... yes
  528. checking for __builtin_types_compatible_p... yes
  529. checking whether qsort_r is GNU version... yes
  530. checking whether qsort_r is BSD version... no
  531. checking whether atan2 handles Inf as C99... yes
  532. checking for clock_getres... yes
  533. checking for unsetenv returns a value... yes
  534. checking for sigsetjmp as a macro or function... yes
  535. checking whether struct tm is in sys/time.h or time.h... time.h
  536. checking for struct tm.tm_zone... yes
  537. checking for struct tm.tm_gmtoff... yes
  538. checking for external int daylight... yes
  539. checking for external timezone... long
  540. checking for external altzone... no
  541. checking for timezone... yes
  542. checking whether timezone requires zero arguments... yes
  543. checking for negative time_t for gmtime(3)... yes
  544. checking for localtime(3) overflow correctly... yes
  545. checking whether right shift preserve sign bit... yes
  546. checking whether _SC_CLK_TCK is supported... yes
  547. checking stack growing direction on x86_64... -1
  548. checking for pthread_kill in -lthr... no
  549. checking for pthread_kill in -lpthread... yes
  550. checking for pthread_np.h... no
  551. checking whether pthread_t is scalar type... yes
  552. checking for sched_yield... yes
  553. checking for pthread_attr_setinheritsched... yes
  554. checking for pthread_getattr_np... yes
  555. checking for pthread_attr_get_np... no
  556. checking for pthread_attr_getstack... yes
  557. checking for pthread_get_stackaddr_np... no
  558. checking for pthread_get_stacksize_np... no
  559. checking for thr_stksegment... no
  560. checking for pthread_stackseg_np... no
  561. checking for pthread_getthrds_np... no
  562. checking for pthread_cond_init... yes
  563. checking for pthread_condattr_setclock... yes
  564. checking for pthread_condattr_init... yes
  565. checking for pthread_sigmask... yes
  566. checking for pthread_setname_np... yes
  567. checking for pthread_attr_init... yes
  568. checking arguments of pthread_setname_np... (pthread_self(), name)
  569. checking if mcontext_t is a pointer... no
  570. checking for getcontext... yes
  571. checking for setcontext... yes
  572. checking if fork works with pthread... yes
  573. checking whether ELF binaries are produced... yes
  574. checking elf.h usability... yes
  575. checking elf.h presence... yes
  576. checking for elf.h... yes
  577. checking elf_abi.h usability... no
  578. checking elf_abi.h presence... no
  579. checking for elf_abi.h... no
  580. checking whether OS depend dynamic link works... yes
  581. checking whether -Wl,-R. is accepted as LDFLAGS... yes
  582. checking for backtrace... yes
  583. checking for broken backtrace... no
  584. checking valgrind/memcheck.h usability... no
  585. checking valgrind/memcheck.h presence... no
  586. checking for valgrind/memcheck.h... no
  587. checking for x86_64-pc-linux-gnu-strip... x86_64-pc-linux-gnu-strip
  588. checking whether -Wl,--no-undefined is accepted as LDFLAGS... yes
  589. checking for __builtin_setjmp... yes with cast ()
  590. checking for setjmp type... __builtin_setjmp
  591. checking for prefix of external symbols... NONE
  592. checking pthread.h usability... yes
  593. checking pthread.h presence... yes
  594. checking for pthread.h... yes
  595. checking if make is GNU make... yes
  596. checking for broken memmem... no
  597. checking for nroff... /usr/bin/nroff
  598. .ext/include/x86_64-linux/ruby/config.h updated
  599. ruby library version = 2.2
  600. configure: creating ./config.status
  601. config.status: creating GNUmakefile
  602. config.status: creating Makefile
  603. config.status: creating ruby-2.2.pc
  604. === Done src_configure
  605. === Starting builtin_saveenv
  606. === Done builtin_saveenv
  607. === Completed ebuild phases loadenv configure saveenv
  608. === Running ebuild phases loadenv compile saveenv as paludisbuild:paludisbuild...
  609. === Starting builtin_loadenv
  610. === Done builtin_loadenv
  611. === Starting src_compile
  612. make -j1 EXTLDFLAGS=-march=native -pipe -O2 -Wl,-O2 -Wl,--as-needed
  613. CC = x86_64-pc-linux-gnu-gcc
  614. LD = x86_64-pc-linux-gnu-ld
  615. LDSHARED = x86_64-pc-linux-gnu-gcc -shared
  616. CFLAGS = -march=native -pipe -O2 -fPIC
  617. XCFLAGS = -D_FORTIFY_SOURCE=2 -fstack-protector -fno-strict-overflow -fvisibility=hidden -DRUBY_EXPORT
  618. CPPFLAGS = -march=native -pipe -O2 -I. -I.ext/include/x86_64-linux -I./include -I.
  619. DLDFLAGS = -Wl,-soname,libruby.so.2.2 -fstack-protector -march=native -pipe -O2 -Wl,-O2 -Wl,--as-needed
  620. SOLIBS = -lpthread -lgmp -ldl -lcrypt -lm
  621. Using built-in specs.
  622. COLLECT_GCC=x86_64-pc-linux-gnu-gcc
  623. COLLECT_LTO_WRAPPER=/usr/x86_64-pc-linux-gnu/libexec/gcc/x86_64-pc-linux-gnu/5.1.0/lto-wrapper
  624. Target: x86_64-pc-linux-gnu
  625. Configured with: /var/tmp/paludis/build/sys-devel-gcc-5.1.0/work/gcc-5.1.0/configure --cache-file=config.cache --build=x86_64-pc-linux-gnu --host=x86_64-pc-linux-gnu --target=x86_64-pc-linux-gnu --prefix=/usr/x86_64-pc-linux-gnu --datarootdir=/usr/share --localstatedir=/var --sysconfdir=/etc --disable-dependency-tracking --enable-fast-install --enable-serial-configure --disable-bootstrap --disable-decimal-float --disable-install-libiberty --disable-libada --disable-libatomic --disable-libcilkrts --disable-libffi --disable-libgfortran --disable-libgo --disable-libgomp --disable-libitm --disable-libjava --disable-libmpx --disable-libobjc --disable-liboffloadmic --disable-libquadmath --disable-libsanitizer --disable-libssp --disable-libstdcxx --disable-libstdc++-v3 --disable-libvtv --disable-vtable-verify --disable-multilib --disable-nls --disable-shared --enable-lto --disable-plugin --enable-threads --enable-languages=c,c++,fortran,objc,obj-c++ --with-sysroot= --with-gxx-include-dir=/usr/x86_64-pc-linux-gnu/include/c++/5.1.0 --with-cloog --program-transform='s,$,-5.1,' --with-lib-path=/usr/x86_64-pc-linux-gnu/lib --with-as=/usr/x86_64-pc-linux-gnu/bin/x86_64-pc-linux-gnu-as --with-ld=/usr/x86_64-pc-linux-gnu/bin/x86_64-pc-linux-gnu-ld --with-system-zlib --with-glibc-version=2.11 --enable-linker-build-id --with-multilib-list=
  626. Thread model: posix
  627. gcc version 5.1.0 (GCC)
  628. compiling main.c
  629. compiling dmydln.c
  630. compiling miniinit.c
  631. compiling miniprelude.c
  632. copying dummy probes.h
  633. compiling array.c
  634. compiling bignum.c
  635. compiling class.c
  636. compiling compar.c
  637. compiling complex.c
  638. compiling dir.c
  639. compiling dln_find.c
  640. compiling encoding.c
  641. compiling enum.c
  642. compiling enumerator.c
  643. compiling error.c
  644. compiling eval.c
  645. compiling load.c
  646. compiling proc.c
  647. compiling file.c
  648. compiling gc.c
  649. compiling hash.c
  650. compiling inits.c
  651. compiling io.c
  652. compiling marshal.c
  653. compiling math.c
  654. compiling node.c
  655. compiling numeric.c
  656. compiling object.c
  657. compiling pack.c
  658. compiling parse.c
  659. compiling process.c
  660. compiling random.c
  661. compiling range.c
  662. compiling rational.c
  663. compiling re.c
  664. compiling regcomp.c
  665. compiling regenc.c
  666. compiling regerror.c
  667. compiling regexec.c
  668. compiling regparse.c
  669. compiling regsyntax.c
  670. compiling ruby.c
  671. compiling safe.c
  672. compiling signal.c
  673. compiling sprintf.c
  674. compiling st.c
  675. compiling strftime.c
  676. compiling string.c
  677. compiling struct.c
  678. compiling symbol.c
  679. compiling time.c
  680. compiling transcode.c
  681. compiling util.c
  682. compiling variable.c
  683. compiling version.c
  684. compiling compile.c
  685. compiling debug.c
  686. compiling iseq.c
  687. compiling vm.c
  688. compiling vm_dump.c
  689. compiling vm_backtrace.c
  690. compiling vm_trace.c
  691. compiling thread.c
  692. compiling cont.c
  693. compiling ./enc/ascii.c
  694. compiling ./enc/us_ascii.c
  695. compiling ./enc/unicode.c
  696. compiling ./enc/utf_8.c
  697. compiling newline.c
  698. compiling ./missing/setproctitle.c
  699. compiling ./missing/strlcat.c
  700. compiling ./missing/strlcpy.c
  701. compiling addr2line.c
  702. compiling dmyext.c
  703. compiling dmyenc.c
  704. linking miniruby
  705. rbconfig.rb updated
  706. generating enc.mk
  707. compiling dln.c
  708. compiling localeinit.c
  709. creating verconf.h
  710. verconf.h updated
  711. compiling loadpath.c
  712. compiling prelude.c
  713. linking static-library libruby-static.a
  714. verifying static-library libruby-static.a
  715. linking shared-library libruby.so.2.2.0
  716. generating encdb.h
  717. encdb.h updated
  718. making enc
  719. make[1]: Entering directory '/var/tmp/paludis/build/dev-lang-ruby-2.2.1-r2/work/ruby-2.2.1'
  720. compiling ./enc/encdb.c
  721. linking encoding encdb.so
  722. compiling ./enc/big5.c
  723. linking encoding big5.so
  724. compiling ./enc/cp949.c
  725. linking encoding cp949.so
  726. compiling ./enc/emacs_mule.c
  727. linking encoding emacs_mule.so
  728. compiling ./enc/euc_jp.c
  729. linking encoding euc_jp.so
  730. compiling ./enc/euc_kr.c
  731. linking encoding euc_kr.so
  732. compiling ./enc/euc_tw.c
  733. linking encoding euc_tw.so
  734. compiling ./enc/gb2312.c
  735. linking encoding gb2312.so
  736. compiling ./enc/gb18030.c
  737. linking encoding gb18030.so
  738. compiling ./enc/gbk.c
  739. linking encoding gbk.so
  740. compiling ./enc/iso_8859_1.c
  741. linking encoding iso_8859_1.so
  742. compiling ./enc/iso_8859_2.c
  743. linking encoding iso_8859_2.so
  744. compiling ./enc/iso_8859_3.c
  745. linking encoding iso_8859_3.so
  746. compiling ./enc/iso_8859_4.c
  747. linking encoding iso_8859_4.so
  748. compiling ./enc/iso_8859_5.c
  749. linking encoding iso_8859_5.so
  750. compiling ./enc/iso_8859_6.c
  751. linking encoding iso_8859_6.so
  752. compiling ./enc/iso_8859_7.c
  753. linking encoding iso_8859_7.so
  754. compiling ./enc/iso_8859_8.c
  755. linking encoding iso_8859_8.so
  756. compiling ./enc/iso_8859_9.c
  757. linking encoding iso_8859_9.so
  758. compiling ./enc/iso_8859_10.c
  759. linking encoding iso_8859_10.so
  760. compiling ./enc/iso_8859_11.c
  761. linking encoding iso_8859_11.so
  762. compiling ./enc/iso_8859_13.c
  763. linking encoding iso_8859_13.so
  764. compiling ./enc/iso_8859_14.c
  765. linking encoding iso_8859_14.so
  766. compiling ./enc/iso_8859_15.c
  767. linking encoding iso_8859_15.so
  768. compiling ./enc/iso_8859_16.c
  769. linking encoding iso_8859_16.so
  770. compiling ./enc/koi8_r.c
  771. linking encoding koi8_r.so
  772. compiling ./enc/koi8_u.c
  773. linking encoding koi8_u.so
  774. compiling ./enc/shift_jis.c
  775. linking encoding shift_jis.so
  776. compiling ./enc/utf_16be.c
  777. linking encoding utf_16be.so
  778. compiling ./enc/utf_16le.c
  779. linking encoding utf_16le.so
  780. compiling ./enc/utf_32be.c
  781. linking encoding utf_32be.so
  782. compiling ./enc/utf_32le.c
  783. linking encoding utf_32le.so
  784. compiling ./enc/windows_31j.c
  785. linking encoding windows_31j.so
  786. compiling ./enc/windows_1251.c
  787. linking encoding windows_1251.so
  788. make[1]: Leaving directory '/var/tmp/paludis/build/dev-lang-ruby-2.2.1-r2/work/ruby-2.2.1'
  789. making srcs under enc
  790. make[1]: Entering directory '/var/tmp/paludis/build/dev-lang-ruby-2.2.1-r2/work/ruby-2.2.1'
  791. make[1]: Nothing to be done for 'srcs'.
  792. make[1]: Leaving directory '/var/tmp/paludis/build/dev-lang-ruby-2.2.1-r2/work/ruby-2.2.1'
  793. generating transdb.h
  794. transdb.h updated
  795. making trans
  796. make[1]: Entering directory '/var/tmp/paludis/build/dev-lang-ruby-2.2.1-r2/work/ruby-2.2.1'
  797. compiling ./enc/trans/transdb.c
  798. linking transcoder transdb.so
  799. compiling ./enc/trans/big5.c
  800. linking transcoder big5.so
  801. compiling ./enc/trans/chinese.c
  802. linking transcoder chinese.so
  803. compiling ./enc/trans/emoji.c
  804. linking transcoder emoji.so
  805. compiling ./enc/trans/emoji_iso2022_kddi.c
  806. linking transcoder emoji_iso2022_kddi.so
  807. compiling ./enc/trans/emoji_sjis_docomo.c
  808. linking transcoder emoji_sjis_docomo.so
  809. compiling ./enc/trans/emoji_sjis_kddi.c
  810. linking transcoder emoji_sjis_kddi.so
  811. compiling ./enc/trans/emoji_sjis_softbank.c
  812. linking transcoder emoji_sjis_softbank.so
  813. compiling ./enc/trans/escape.c
  814. linking transcoder escape.so
  815. compiling ./enc/trans/gb18030.c
  816. linking transcoder gb18030.so
  817. compiling ./enc/trans/gbk.c
  818. linking transcoder gbk.so
  819. compiling ./enc/trans/iso2022.c
  820. linking transcoder iso2022.so
  821. compiling ./enc/trans/japanese.c
  822. linking transcoder japanese.so
  823. compiling ./enc/trans/japanese_euc.c
  824. linking transcoder japanese_euc.so
  825. compiling ./enc/trans/japanese_sjis.c
  826. linking transcoder japanese_sjis.so
  827. compiling ./enc/trans/korean.c
  828. linking transcoder korean.so
  829. compiling ./enc/trans/single_byte.c
  830. linking transcoder single_byte.so
  831. compiling ./enc/trans/utf8_mac.c
  832. linking transcoder utf8_mac.so
  833. compiling ./enc/trans/utf_16_32.c
  834. linking transcoder utf_16_32.so
  835. make[1]: Leaving directory '/var/tmp/paludis/build/dev-lang-ruby-2.2.1-r2/work/ruby-2.2.1'
  836. making encs
  837. make[1]: Entering directory '/var/tmp/paludis/build/dev-lang-ruby-2.2.1-r2/work/ruby-2.2.1'
  838. make[1]: Leaving directory '/var/tmp/paludis/build/dev-lang-ruby-2.2.1-r2/work/ruby-2.2.1'
  839. generating makefile exts.mk
  840. configuring -test-/array/resize
  841. configuring -test-/bignum
  842. configuring -test-/bug-3571
  843. configuring -test-/bug-3662
  844. configuring -test-/bug-5832
  845. configuring -test-/bug_reporter
  846. configuring -test-/class
  847. configuring -test-/debug
  848. configuring -test-/exception
  849. configuring -test-/fatal
  850. configuring -test-/file
  851. configuring -test-/float
  852. configuring -test-/funcall
  853. configuring -test-/hash
  854. configuring -test-/iseq_load
  855. configuring -test-/iter
  856. configuring -test-/load/dot.dot
  857. configuring -test-/marshal/compat
  858. configuring -test-/marshal/usr
  859. configuring -test-/method
  860. configuring -test-/num2int
  861. configuring -test-/path_to_class
  862. configuring -test-/postponed_job
  863. configuring -test-/printf
  864. configuring -test-/proc
  865. configuring -test-/rational
  866. configuring -test-/recursion
  867. configuring -test-/st/foreach
  868. configuring -test-/st/numhash
  869. configuring -test-/st/update
  870. configuring -test-/string
  871. configuring -test-/struct
  872. configuring -test-/symbol
  873. configuring -test-/tracepoint
  874. configuring -test-/typeddata
  875. configuring -test-/wait_for_single_fd
  876. configuring -test-/win32/console
  877. Failed to configure -test-/win32/console. It will not be installed.
  878. configuring -test-/win32/dln
  879. Failed to configure -test-/win32/dln. It will not be installed.
  880. Failed to configure -test-/win32/dln/empty. It will not be installed.
  881. configuring -test-/win32/fd_setsize
  882. Failed to configure -test-/win32/fd_setsize. It will not be installed.
  883. configuring bigdecimal
  884. configuring continuation
  885. configuring coverage
  886. configuring date
  887. configuring digest
  888. configuring digest/bubblebabble
  889. configuring digest/md5
  890. configuring digest/rmd160
  891. configuring digest/sha1
  892. configuring digest/sha2
  893. configuring etc
  894. configuring fcntl
  895. configuring fiber
  896. configuring fiddle
  897. missing function dlopen
  898. ./ext/extmk.rb:78:in `rename': No such file or directory @ sys_fail2 - (./Makefile.new.19001, ./Makefile) (Errno::ENOENT)
  899. from ./ext/extmk.rb:78:in `atomic_write_open'
  900. from ./ext/extmk.rb:254:in `extmake'
  901. from ./ext/extmk.rb:547:in `block in <main>'
  902. from ./ext/extmk.rb:543:in `each'
  903. from ./ext/extmk.rb:543:in `<main>'
  904. uncommon.mk:183: recipe for target 'exts.mk' failed
  905. make: *** [exts.mk] Error 1
  906.  
  907. !!! ERROR in dev-lang/ruby-2.2.1-r2::arbor:
  908. !!! In /usr/x86_64-pc-linux-gnu/libexec/paludis/utils/exheres-0/emake at line 30
  909. !!! emake returned error 2
  910.  
  911. !!! Call stack:
  912. !!! * paludis_die_or_error_func (/usr/x86_64-pc-linux-gnu/libexec/paludis/die_functions.bash:67)
  913. !!! * main (/usr/x86_64-pc-linux-gnu/libexec/paludis/utils/exheres-0/emake:30)
  914.  
  915. diefunc: making ebuild PID 17969 exit with error
  916. die trap: exiting with error.
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement