Guest User

Untitled

a guest
Oct 17th, 2018
83
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 29.86 KB | None | 0 0
  1.  * Package: app-arch/cpio-2.11
  2.  * Repository: gentoo
  3.  * Maintainer: base-system@gentoo.org
  4.  * USE: elibc_glibc kernel_linux nls userland_GNU x86
  5.  * FEATURES: sandbox
  6. >>> Unpacking source...
  7. >>> Unpacking cpio-2.11.tar.bz2 to /var/tmp/portage/app-arch/cpio-2.11/work
  8. >>> Source unpacked in /var/tmp/portage/app-arch/cpio-2.11/work
  9. >>> Preparing source in /var/tmp/portage/app-arch/cpio-2.11/work/cpio-2.11 ...
  10. * Applying cpio-2.11-stat.patch ...
  11.  [ ok ]
  12. >>> Source prepared.
  13. >>> Configuring source in /var/tmp/portage/app-arch/cpio-2.11/work/cpio-2.11 ...
  14. * econf: updating cpio-2.11/build-aux/config.guess with /usr/share/gnuconfig/config.guess
  15. * econf: updating cpio-2.11/build-aux/config.sub with /usr/share/gnuconfig/config.sub
  16. ./configure --prefix=/usr --build=i686-pc-linux-gnu --host=i686-pc-linux-gnu --mandir=/usr/share/man --infodir=/usr/share/info --datadir=/usr/share --sysconfdir=/etc --localstatedir=/var/lib --enable-nls --bindir=/bin --with-rmt=/usr/sbin/rmt
  17. checking for a BSD-compatible install... /usr/bin/install -c
  18. checking whether build environment is sane... yes
  19. checking for a thread-safe mkdir -p... /bin/mkdir -p
  20. checking for gawk... gawk
  21. checking whether make sets $(MAKE)... yes
  22. checking how to create a ustar tar archive... gnutar
  23. checking for i686-pc-linux-gnu-gcc... i686-pc-linux-gnu-gcc
  24. checking for C compiler default output file name... a.out
  25. checking whether the C compiler works... yes
  26. checking whether we are cross compiling... no
  27. checking for suffix of executables...
  28. checking for suffix of object files... o
  29. checking whether we are using the GNU C compiler... yes
  30. checking whether i686-pc-linux-gnu-gcc accepts -g... yes
  31. checking for i686-pc-linux-gnu-gcc option to accept ISO C89... none needed
  32. checking for style of include used by make... GNU
  33. checking dependency style of i686-pc-linux-gnu-gcc... gcc3
  34. checking how to run the C preprocessor... i686-pc-linux-gnu-gcc -E
  35. checking for grep that handles long lines and -e... /bin/grep
  36. checking for egrep... /bin/grep -E
  37. checking whether i686-pc-linux-gnu-gcc needs -traditional... no
  38. checking for a BSD-compatible install... /usr/bin/install -c
  39. checking for i686-pc-linux-gnu-ranlib... i686-pc-linux-gnu-ranlib
  40. checking for bison... no
  41. checking for byacc... no
  42. checking build system type... i686-pc-linux-gnu
  43. checking host system type... i686-pc-linux-gnu
  44. checking for ANSI C header files... yes
  45. checking for sys/types.h... yes
  46. checking for sys/stat.h... yes
  47. checking for stdlib.h... yes
  48. checking for string.h... yes
  49. checking for memory.h... yes
  50. checking for strings.h... yes
  51. checking for inttypes.h... yes
  52. checking for stdint.h... yes
  53. checking for unistd.h... yes
  54. checking minix/config.h usability... no
  55. checking minix/config.h presence... no
  56. checking for minix/config.h... no
  57. checking whether it is safe to define __EXTENSIONS__... yes
  58. checking for _LARGEFILE_SOURCE value needed for large files... no
  59. checking for i686-pc-linux-gnu-gcc option to accept ISO C99... -std=gnu99
  60. checking for i686-pc-linux-gnu-gcc -std=gnu99 option to accept ISO Standard C... (cached) -std=gnu99
  61. checking for function prototypes... yes
  62. checking for special C compiler options needed for large files... no
  63. checking for _FILE_OFFSET_BITS value needed for large files... 64
  64. checking return type of signal handlers... void
  65. checking whether sys/types.h defines makedev... yes
  66. checking for an ANSI C-conforming const... yes
  67. checking for uid_t in sys/types.h... yes
  68. checking for gid_t... yes
  69. checking for ANSI C header files... (cached) yes
  70. checking for dirent.h that defines DIR... yes
  71. checking for library containing opendir... none required
  72. checking for fchmod... yes
  73. checking for fchown... yes
  74. checking for setmode... no
  75. checking for getpwuid... yes
  76. checking for getpwnam... yes
  77. checking for getgrgid... yes
  78. checking for getgrnam... yes
  79. checking for pipe... yes
  80. checking for fork... yes
  81. checking for getuid... yes
  82. checking for geteuid... yes
  83. checking for working alloca.h... yes
  84. checking for alloca... yes
  85. checking for inline... inline
  86. checking for C/C++ restrict keyword... __restrict
  87. checking whether getenv is declared... yes
  88. checking whether clearerr_unlocked is declared... yes
  89. checking whether feof_unlocked is declared... yes
  90. checking whether ferror_unlocked is declared... yes
  91. checking whether fflush_unlocked is declared... yes
  92. checking whether fgets_unlocked is declared... yes
  93. checking whether fputc_unlocked is declared... yes
  94. checking whether fputs_unlocked is declared... yes
  95. checking whether fread_unlocked is declared... yes
  96. checking whether fwrite_unlocked is declared... yes
  97. checking whether getc_unlocked is declared... yes
  98. checking whether getchar_unlocked is declared... yes
  99. checking whether putc_unlocked is declared... yes
  100. checking whether putchar_unlocked is declared... yes
  101. checking for flockfile... yes
  102. checking for funlockfile... yes
  103. checking for chown... yes
  104. checking for fchown... (cached) yes
  105. checking for fdopendir... yes
  106. checking for dup2... yes
  107. checking for fchdir... yes
  108. checking for fcntl... yes
  109. checking for btowc... yes
  110. checking for isblank... yes
  111. checking for iswctype... yes
  112. checking for mbsrtowcs... yes
  113. checking for mempcpy... yes
  114. checking for wmemchr... yes
  115. checking for wmemcpy... yes
  116. checking for wmempcpy... yes
  117. checking for __fpending... yes
  118. checking for getdtablesize... yes
  119. checking for gettimeofday... yes
  120. checking for nanotime... no
  121. checking for lchmod... no
  122. checking for lstat... yes
  123. checking for mbsinit... yes
  124. checking for mbrtowc... yes
  125. checking for mprotect... yes
  126. checking for alarm... yes
  127. checking for setenv... yes
  128. checking for sleep... yes
  129. checking for strndup... yes
  130. checking for pipe... (cached) yes
  131. checking for futimes... yes
  132. checking for futimesat... yes
  133. checking for futimens... yes
  134. checking for utimensat... yes
  135. checking for lutimes... yes
  136. checking for vasnprintf... no
  137. checking for iswcntrl... yes
  138. checking for mkfifo... yes
  139. checking for setlocale... yes
  140. checking features.h usability... yes
  141. checking features.h presence... yes
  142. checking for features.h... yes
  143. checking linewrap.h usability... no
  144. checking linewrap.h presence... no
  145. checking for linewrap.h... no
  146. checking dirent.h usability... yes
  147. checking dirent.h presence... yes
  148. checking for dirent.h... yes
  149. checking errno.h usability... yes
  150. checking errno.h presence... yes
  151. checking for errno.h... yes
  152. checking fcntl.h usability... yes
  153. checking fcntl.h presence... yes
  154. checking for fcntl.h... yes
  155. checking sys/param.h usability... yes
  156. checking sys/param.h presence... yes
  157. checking for sys/param.h... yes
  158. checking float.h usability... yes
  159. checking float.h presence... yes
  160. checking for float.h... yes
  161. checking wctype.h usability... yes
  162. checking wctype.h presence... yes
  163. checking for wctype.h... yes
  164. checking stdio_ext.h usability... yes
  165. checking stdio_ext.h presence... yes
  166. checking for stdio_ext.h... yes
  167. checking getopt.h usability... yes
  168. checking getopt.h presence... yes
  169. checking for getopt.h... yes
  170. checking sys/time.h usability... yes
  171. checking sys/time.h presence... yes
  172. checking for sys/time.h... yes
  173. checking for stdint.h... (cached) yes
  174. checking wchar.h usability... yes
  175. checking wchar.h presence... yes
  176. checking for wchar.h... yes
  177. checking for inttypes.h... (cached) yes
  178. checking sys/mman.h usability... yes
  179. checking sys/mman.h presence... yes
  180. checking for sys/mman.h... yes
  181. checking for unistd.h... (cached) yes
  182. checking stdarg.h usability... yes
  183. checking stdarg.h presence... yes
  184. checking for stdarg.h... yes
  185. checking stddef.h usability... yes
  186. checking stddef.h presence... yes
  187. checking for stddef.h... yes
  188. checking stdio.h usability... yes
  189. checking stdio.h presence... yes
  190. checking for stdio.h... yes
  191. checking for stdlib.h... (cached) yes
  192. checking sys/socket.h usability... yes
  193. checking sys/socket.h presence... yes
  194. checking for sys/socket.h... yes
  195. checking for string.h... (cached) yes
  196. checking for strings.h... (cached) yes
  197. checking for sys/stat.h... (cached) yes
  198. checking sysexits.h usability... yes
  199. checking sysexits.h presence... yes
  200. checking for sysexits.h... yes
  201. checking time.h usability... yes
  202. checking time.h presence... yes
  203. checking for time.h... yes
  204. checking utime.h usability... yes
  205. checking utime.h presence... yes
  206. checking for utime.h... yes
  207. checking net/errno.h usability... no
  208. checking net/errno.h presence... no
  209. checking for net/errno.h... no
  210. checking sys/inet.h usability... no
  211. checking sys/inet.h presence... no
  212. checking for sys/inet.h... no
  213. checking netdb.h usability... yes
  214. checking netdb.h presence... yes
  215. checking for netdb.h... yes
  216. checking for memory.h... (cached) yes
  217. checking sys/wait.h usability... yes
  218. checking sys/wait.h presence... yes
  219. checking for sys/wait.h... yes
  220. checking sys/gentape.h usability... no
  221. checking sys/gentape.h presence... no
  222. checking for sys/gentape.h... no
  223. checking sys/tape.h usability... no
  224. checking sys/tape.h presence... no
  225. checking for sys/tape.h... no
  226. checking sys/device.h usability... no
  227. checking sys/device.h presence... no
  228. checking for sys/device.h... no
  229. checking sys/tprintf.h usability... no
  230. checking sys/tprintf.h presence... no
  231. checking for sys/tprintf.h... no
  232. checking sys/mtio.h usability... yes
  233. checking sys/mtio.h presence... yes
  234. checking for sys/mtio.h... yes
  235. checking sgtty.h usability... yes
  236. checking sgtty.h presence... yes
  237. checking for sgtty.h... yes
  238. checking sys/io/trioctl.h usability... no
  239. checking sys/io/trioctl.h presence... no
  240. checking for sys/io/trioctl.h... no
  241. checking locale.h usability... yes
  242. checking locale.h presence... yes
  243. checking for locale.h... yes
  244. checking pwd.h usability... yes
  245. checking pwd.h presence... yes
  246. checking for pwd.h... yes
  247. checking grp.h usability... yes
  248. checking grp.h presence... yes
  249. checking for grp.h... yes
  250. checking for unistd.h... (cached) yes
  251. checking for working chown... yes
  252. checking whether chown dereferences symlinks... yes
  253. checking whether chown honors trailing slash... yes
  254. checking whether chown always updates ctime... yes
  255. checking whether the preprocessor supports include_next... yes
  256. checking whether system is Windows or MSDOS... no
  257. checking whether // is distinct from /... no
  258. checking if environ is properly declared... yes
  259. checking for complete errno.h... yes
  260. checking whether strerror_r is declared... yes
  261. checking for strerror_r... yes
  262. checking whether strerror_r returns char *... yes
  263. checking for mode_t... yes
  264. checking for promoted mode_t type... mode_t
  265. checking for working fcntl.h... yes
  266. checking for mbstate_t... yes
  267. checking whether stdin defaults to large file offsets... yes
  268. checking whether getcwd (NULL, 0) allocates memory for result... yes
  269. checking whether getcwd is declared... yes
  270. checking for stdbool.h that conforms to C99... yes
  271. checking for _Bool... yes
  272. checking for compound literals... yes
  273. checking whether struct tm is in sys/time.h or time.h... time.h
  274. checking for struct tm.tm_gmtoff... yes
  275. checking for getopt.h... (cached) yes
  276. checking for getopt_long_only... yes
  277. checking whether optreset is declared... no
  278. checking whether getopt is POSIX compatible... yes
  279. checking for working GNU getopt function... yes
  280. checking for struct timeval... yes
  281. checking whether gettimeofday is declared without a macro... yes
  282. checking for off_t... yes
  283. checking for long long int... yes
  284. checking for unsigned long long int... yes
  285. checking whether stdint.h conforms to C99... yes
  286. checking for inttypes.h... (cached) yes
  287. checking whether the inttypes.h PRIxNN macros are broken... no
  288. checking whether imaxabs is declared... yes
  289. checking whether imaxdiv is declared... yes
  290. checking whether strtoimax is declared... yes
  291. checking whether strtoumax is declared... yes
  292. checking for nl_langinfo and CODESET... yes
  293. checking whether we are using the GNU C Library 2.1 or newer... yes
  294. checking whether lstat dereferences a symlink specified with a trailing slash... yes
  295. checking whether malloc, realloc, calloc are POSIX compliant... yes
  296. checking for stdlib.h... (cached) yes
  297. checking for GNU libc compatible malloc... yes
  298. checking for a traditional japanese locale... ja_JP
  299. checking for a transitional chinese locale... none
  300. checking for a french Unicode locale... fr_FR.UTF-8
  301. checking for mmap... yes
  302. checking for MAP_ANONYMOUS... yes
  303. checking for memchr... yes
  304. checking whether memchr works... yes
  305. checking whether memrchr is declared... yes
  306. checking whether unlink honors trailing slashes... yes
  307. checking for ssize_t... yes
  308. checking whether setenv validates arguments... yes
  309. checking search.h usability... yes
  310. checking search.h presence... yes
  311. checking for search.h... yes
  312. checking for tsearch... yes
  313. checking for wchar_t... yes
  314. checking whether strdup is declared... yes
  315. checking for working strerror function... yes
  316. checking whether memmem is declared without a macro... yes
  317. checking whether mempcpy is declared without a macro... yes
  318. checking whether memrchr is declared without a macro... yes
  319. checking whether rawmemchr is declared without a macro... yes
  320. checking whether stpcpy is declared without a macro... yes
  321. checking whether stpncpy is declared without a macro... yes
  322. checking whether strchrnul is declared without a macro... yes
  323. checking whether strdup is declared without a macro... yes
  324. checking whether strndup is declared without a macro... yes
  325. checking whether strnlen is declared without a macro... yes
  326. checking whether strpbrk is declared without a macro... yes
  327. checking whether strsep is declared without a macro... yes
  328. checking whether strcasestr is declared without a macro... yes
  329. checking whether strtok_r is declared without a macro... yes
  330. checking whether strsignal is declared without a macro... yes
  331. checking whether strverscmp is declared without a macro... yes
  332. checking whether strcasecmp is declared without a macro... yes
  333. checking whether strncasecmp is declared without a macro... yes
  334. checking whether strndup is declared... (cached) yes
  335. checking whether strnlen is declared... (cached) yes
  336. checking whether stat file-mode macros are broken... no
  337. checking for struct timespec in <time.h>... yes
  338. checking whether the utimes function works... yes
  339. checking for struct utimbuf... yes
  340. checking for wint_t... yes
  341. checking for size_t... yes
  342. checking for inttypes.h... yes
  343. checking for stdint.h... yes
  344. checking for intmax_t... yes
  345. checking for snprintf... yes
  346. checking for strnlen... yes
  347. checking for wcslen... yes
  348. checking for wcsnlen... yes
  349. checking for mbrtowc... (cached) yes
  350. checking for wcrtomb... yes
  351. checking whether _snprintf is declared... no
  352. checking whether vsnprintf is declared... yes
  353. checking whether <wchar.h> uses 'inline' correctly... yes
  354. checking for alloca as a compiler built-in... yes
  355. checking whether program_invocation_name is declared... yes
  356. checking whether program_invocation_short_name is declared... yes
  357. checking whether program_invocation_name is defined... yes
  358. checking whether program_invocation_short_name is defined... yes
  359. checking whether this system has an arbitrary file name length limit... yes
  360. checking for library containing clock_gettime... -lrt
  361. checking for clock_gettime... yes
  362. checking for clock_settime... yes
  363. checking for d_ino member in directory struct... yes
  364. checking whether alphasort is declared without a macro... yes
  365. checking whether dirfd is declared without a macro... yes
  366. checking whether fdopendir is declared without a macro... yes
  367. checking whether scandir is declared without a macro... yes
  368. checking for dirfd... yes
  369. checking whether dirfd is declared... (cached) yes
  370. checking whether dirfd is a macro... no
  371. checking whether // is distinct from /... (cached) no
  372. checking whether dup2 works... yes
  373. checking for error_at_line... yes
  374. checking whether fcntl handles F_DUPFD correctly... yes
  375. checking whether fcntl understands F_DUPFD_CLOEXEC... needs runtime check
  376. checking whether fcntl is declared without a macro... yes
  377. checking whether openat is declared without a macro... yes
  378. checking whether fdopendir works... yes
  379. checking for struct stat.st_blocks... yes
  380. checking for working GNU fnmatch... yes
  381. checking whether __fpending is declared... yes
  382. checking for fseeko... yes
  383. checking whether getcwd handles long file names properly... yes
  384. checking for getpagesize... yes
  385. checking whether getcwd aborts when 4k < cwd_length < 16k... no
  386. checking for struct tm.tm_zone... yes
  387. checking whether gettimeofday clobbers localtime buffer... no
  388. checking for gettimeofday with POSIX signature... almost
  389. checking whether the compiler generally respects inline... yes
  390. checking whether inttypes.h conforms to C99... yes
  391. checking whether INT32_MAX < INTMAX_MAX... yes
  392. checking whether INT64_MAX == LONG_MAX... no
  393. checking whether UINT32_MAX < UINTMAX_MAX... yes
  394. checking whether UINT64_MAX == ULONG_MAX... no
  395. checking whether imaxabs is declared without a macro... yes
  396. checking whether imaxdiv is declared without a macro... yes
  397. checking whether strtoimax is declared without a macro... yes
  398. checking whether strtoumax is declared without a macro... yes
  399. checking for lchown... yes
  400. checking whether lseek detects pipes... yes
  401. checking for stdlib.h... (cached) yes
  402. checking for GNU libc compatible malloc... (cached) yes
  403. checking whether mbrtowc handles incomplete characters... yes
  404. checking whether mbrtowc works as well as mbtowc... guessing yes
  405. checking whether mbrtowc handles a NULL string argument... yes
  406. checking whether mbrtowc has a correct return value... yes
  407. checking whether mbrtowc returns 0 when parsing a NUL character... guessing yes
  408. checking whether mbrtowc handles incomplete characters... (cached) yes
  409. checking whether mbrtowc works as well as mbtowc... (cached) guessing yes
  410. checking whether mbrtowc handles incomplete characters... (cached) yes
  411. checking whether mbrtowc works as well as mbtowc... (cached) guessing yes
  412. checking whether mbsrtowcs works... yes
  413. checking for mempcpy... (cached) yes
  414. checking for memrchr... yes
  415. checking whether mkdir handles trailing slash... yes
  416. checking whether mkdir handles trailing dot... yes
  417. checking for working mktime... yes
  418. checking for obstacks... yes
  419. checking whether open recognizes a trailing slash... yes
  420. checking for fchmodat... yes
  421. checking for fstatat... yes
  422. checking for mkdirat... yes
  423. checking for openat... yes
  424. checking for unlinkat... yes
  425. checking for fchownat... yes
  426. checking whether fchownat works with AT_SYMLINK_NOFOLLOW... yes
  427. checking whether program_invocation_name is declared... (cached) yes
  428. checking whether program_invocation_short_name is declared... (cached) yes
  429. checking for rawmemchr... yes
  430. checking for rmdir... yes
  431. checking whether rmdir works... yes
  432. checking for stdint.h... (cached) yes
  433. checking for SIZE_MAX... yes
  434. checking whether sleep is declared... yes
  435. checking for working sleep... yes
  436. checking for ssize_t... (cached) yes
  437. checking whether stat handles trailing slashes on directories... yes
  438. checking whether stat handles trailing slashes on files... yes
  439. checking for struct stat.st_atim.tv_nsec... yes
  440. checking whether struct stat.st_atim is of type struct timespec... yes
  441. checking for struct stat.st_birthtimespec.tv_nsec... no
  442. checking for struct stat.st_birthtimensec... no
  443. checking for struct stat.st_birthtim.tv_nsec... no
  444. checking for va_copy... yes
  445. checking whether NULL can be used in arbitrary expressions... yes
  446. checking whether stdint.h conforms to C99... (cached) yes
  447. checking whether dprintf is declared without a macro... yes
  448. checking whether fpurge is declared without a macro... no
  449. checking whether fseeko is declared without a macro... yes
  450. checking whether ftello is declared without a macro... yes
  451. checking whether getdelim is declared without a macro... yes
  452. checking whether getline is declared without a macro... yes
  453. checking whether popen is declared without a macro... yes
  454. checking whether renameat is declared without a macro... yes
  455. checking whether snprintf is declared without a macro... yes
  456. checking whether vdprintf is declared without a macro... yes
  457. checking whether vsnprintf is declared without a macro... yes
  458. checking for random.h... no
  459. checking for struct random_data... yes
  460. checking whether atoll is declared without a macro... yes
  461. checking whether canonicalize_file_name is declared without a macro... yes
  462. checking whether getloadavg is declared without a macro... yes
  463. checking whether getsubopt is declared without a macro... yes
  464. checking whether mkdtemp is declared without a macro... yes
  465. checking whether mkostemp is declared without a macro... yes
  466. checking whether mkostemps is declared without a macro... yes
  467. checking whether mkstemp is declared without a macro... yes
  468. checking whether mkstemps is declared without a macro... yes
  469. checking whether random_r is declared without a macro... yes
  470. checking whether initstat_r is declared without a macro... no
  471. checking whether srandom_r is declared without a macro... yes
  472. checking whether setstate_r is declared without a macro... yes
  473. checking whether realpath is declared without a macro... yes
  474. checking whether rpmatch is declared without a macro... yes
  475. checking whether setenv is declared without a macro... yes
  476. checking whether strtod is declared without a macro... yes
  477. checking whether strtoll is declared without a macro... yes
  478. checking whether strtoull is declared without a macro... yes
  479. checking whether unsetenv is declared without a macro... yes
  480. checking for stpcpy... yes
  481. checking for strcasecmp... yes
  482. checking for strncasecmp... yes
  483. checking whether strncasecmp is declared... (cached) yes
  484. checking for strchrnul... yes
  485. checking for strdup... yes
  486. checking for working strndup... yes
  487. checking for working strnlen... yes
  488. checking for strtol... yes
  489. checking for nlink_t... yes
  490. checking whether fchmodat is declared without a macro... yes
  491. checking whether fstatat is declared without a macro... yes
  492. checking whether futimens is declared without a macro... yes
  493. checking whether lchmod is declared without a macro... yes
  494. checking whether lstat is declared without a macro... yes
  495. checking whether mkdirat is declared without a macro... yes
  496. checking whether mkfifo is declared without a macro... yes
  497. checking whether mkfifoat is declared without a macro... yes
  498. checking whether mknod is declared without a macro... yes
  499. checking whether mknodat is declared without a macro... yes
  500. checking whether stat is declared without a macro... yes
  501. checking whether utimensat is declared without a macro... yes
  502. checking for a thread-safe mkdir -p... /bin/mkdir -p
  503. checking for a thread-safe mkdir -p... /bin/mkdir -p
  504. checking whether localtime_r is compatible with its POSIX signature... yes
  505. checking whether chown is declared without a macro... yes
  506. checking whether dup2 is declared without a macro... yes
  507. checking whether dup3 is declared without a macro... yes
  508. checking whether environ is declared without a macro... yes
  509. checking whether euidaccess is declared without a macro... yes
  510. checking whether faccessat is declared without a macro... yes
  511. checking whether fchdir is declared without a macro... yes
  512. checking whether fchownat is declared without a macro... yes
  513. checking whether fsync is declared without a macro... yes
  514. checking whether ftruncate is declared without a macro... yes
  515. checking whether getcwd is declared without a macro... yes
  516. checking whether getdomainname is declared without a macro... yes
  517. checking whether getdtablesize is declared without a macro... yes
  518. checking whether getgroups is declared without a macro... yes
  519. checking whether gethostname is declared without a macro... yes
  520. checking whether getlogin is declared without a macro... yes
  521. checking whether getlogin_r is declared without a macro... yes
  522. checking whether getpagesize is declared without a macro... yes
  523. checking whether getusershell is declared without a macro... yes
  524. checking whether setusershell is declared without a macro... yes
  525. checking whether endusershell is declared without a macro... yes
  526. checking whether lchown is declared without a macro... yes
  527. checking whether link is declared without a macro... yes
  528. checking whether linkat is declared without a macro... yes
  529. checking whether lseek is declared without a macro... yes
  530. checking whether pipe2 is declared without a macro... yes
  531. checking whether pread is declared without a macro... yes
  532. checking whether readlink is declared without a macro... yes
  533. checking whether readlinkat is declared without a macro... yes
  534. checking whether rmdir is declared without a macro... yes
  535. checking whether sleep is declared without a macro... yes
  536. checking whether symlink is declared without a macro... yes
  537. checking whether symlinkat is declared without a macro... yes
  538. checking whether unlink is declared without a macro... yes
  539. checking whether unlinkat is declared without a macro... yes
  540. checking whether usleep is declared without a macro... yes
  541. checking whether unlink honors trailing slashes... (cached) yes
  542. checking for unsetenv... yes
  543. checking for unsetenv() return type... int
  544. checking whether unsetenv works on duplicates... yes
  545. checking for ptrdiff_t... yes
  546. checking for vsnprintf... yes
  547. checking whether snprintf respects a size of 1... yes
  548. checking whether btowc is declared without a macro... yes
  549. checking whether wctob is declared without a macro... yes
  550. checking whether mbsinit is declared without a macro... yes
  551. checking whether mbrtowc is declared without a macro... yes
  552. checking whether mbrlen is declared without a macro... yes
  553. checking whether mbsrtowcs is declared without a macro... yes
  554. checking whether mbsnrtowcs is declared without a macro... yes
  555. checking whether wcrtomb is declared without a macro... yes
  556. checking whether wcsrtombs is declared without a macro... yes
  557. checking whether wcsnrtombs is declared without a macro... yes
  558. checking whether wcwidth is declared without a macro... yes
  559. checking whether iswcntrl works... yes
  560. checking for stdint.h... (cached) yes
  561. checking whether time.h and sys/time.h may both be included... yes
  562. checking for struct stat.st_blksize... yes
  563. checking for library containing setsockopt... none required
  564. checking for library containing setsockopt... (cached) none required
  565. checking for sys/mtio.h... (cached) yes
  566. checking which ioctl field to test for reversed bytes... mt_type
  567. checking whether to build rmt... no, use /usr/sbin/rmt instead
  568. checking for sys/buf.h... no
  569. checking for struct stat.st_blksize... (cached) yes
  570. checking for library containing gethostbyname... none required
  571. checking for getpwuid... (cached) yes
  572. checking for getpwnam... (cached) yes
  573. checking for getgrgid... (cached) yes
  574. checking for getgrnam... (cached) yes
  575. checking for pipe... (cached) yes
  576. checking for fork... (cached) yes
  577. checking for getuid... (cached) yes
  578. checking for geteuid... (cached) yes
  579. checking for getgid... yes
  580. checking for setuid... yes
  581. checking for setgid... yes
  582. checking for mknod... yes
  583. checking for symlink... yes
  584. checking for link... yes
  585. checking for chown... (cached) yes
  586. checking for structure packing via __attribute__((packed))... yes
  587. checking for unistd.h... (cached) yes
  588. checking for stdlib.h... (cached) yes
  589. checking for string.h... (cached) yes
  590. checking for fcntl.h... (cached) yes
  591. checking for pwd.h... (cached) yes
  592. checking for grp.h... (cached) yes
  593. checking for sys/io/trioctl.h... (cached) no
  594. checking utmp.h usability... yes
  595. checking utmp.h presence... yes
  596. checking for utmp.h... yes
  597. checking for getopt.h... (cached) yes
  598. checking for locale.h... (cached) yes
  599. checking libintl.h usability... yes
  600. checking libintl.h presence... yes
  601. checking for libintl.h... yes
  602. checking for sys/wait.h... (cached) yes
  603. checking for utime.h... (cached) yes
  604. checking for locale.h... (cached) yes
  605. checking process.h usability... no
  606. checking process.h presence... no
  607. checking for process.h... no
  608. checking sys/ioctl.h usability... yes
  609. checking sys/ioctl.h presence... yes
  610. checking for sys/ioctl.h... yes
  611. checking whether errno is declared... yes
  612. checking whether getpwnam is declared... yes
  613. checking whether getgrnam is declared... yes
  614. checking whether getgrgid is declared... yes
  615. checking whether strdup is declared... (cached) yes
  616. checking whether strerror is declared... yes
  617. checking whether getenv is declared... (cached) yes
  618. checking whether atoi is declared... yes
  619. checking whether exit is declared... yes
  620. checking for ld used by GCC... /usr/i686-pc-linux-gnu/bin/ld
  621. checking if the linker (/usr/i686-pc-linux-gnu/bin/ld) is GNU ld... yes
  622. checking for shared library run path origin... done
  623. checking for iconv... yes
  624. checking for working iconv... yes
  625. checking for iconv declaration...
  626. extern size_t iconv (iconv_t cd, char * *inbuf, size_t *inbytesleft, char * *outbuf, size_t *outbytesleft);
  627. checking whether NLS is requested... yes
  628. checking for msgfmt... /usr/bin/msgfmt
  629. checking for gmsgfmt... /usr/bin/gmsgfmt
  630. checking for xgettext... /usr/bin/xgettext
  631. checking for msgmerge... /usr/bin/msgmerge
  632. checking for CFPreferencesCopyAppValue... no
  633. checking for CFLocaleCopyCurrent... no
  634. checking for GNU gettext in libc... yes
  635. checking whether to use NLS... yes
  636. checking where the gettext function comes from... libc
  637. configure: creating ./config.status
  638. config.status: creating tests/Makefile
  639. config.status: creating tests/atlocal
  640. config.status: creating Makefile
  641. config.status: creating doc/Makefile
  642. config.status: creating headers/Makefile
  643. config.status: creating gnu/Makefile
  644. config.status: creating lib/Makefile
  645. config.status: creating rmt/Makefile
  646. config.status: creating src/Makefile
  647. config.status: creating po/Makefile.in
  648. config.status: creating config.h
  649. config.status: executing depfiles commands
  650. config.status: executing po-directories commands
  651. config.status: creating po/POTFILES
  652. config.status: creating po/Makefile
  653. config.status: executing tests/atconfig commands
  654. >>> Source configured.
  655. >>> Compiling source in /var/tmp/portage/app-arch/cpio-2.11/work/cpio-2.11 ...
  656. make j2
  657. make: *** No rule to make target `j2'. Stop.
  658. emake failed
  659. * ERROR: app-arch/cpio-2.11 failed (compile phase):
  660. * emake failed
  661. *
  662. * Call stack:
  663. * ebuild.sh, line 85: Called src_compile
  664. * environment, line 1809: Called _eapi2_src_compile
  665. * phase-helpers.sh, line 573: Called die
  666. * The specific snippet of code:
  667. * emake || die "emake failed"
  668. *
  669. * If you need support, post the output of 'emerge --info =app-arch/cpio-2.11',
  670. * the complete build log and the output of 'emerge -pqv =app-arch/cpio-2.11'.
  671. * The complete build log is located at '/var/tmp/portage/app-arch/cpio-2.11/temp/build.log'.
  672. * The ebuild environment file is located at '/var/tmp/portage/app-arch/cpio-2.11/temp/environment'.
  673. * S: '/var/tmp/portage/app-arch/cpio-2.11/work/cpio-2.11'
Add Comment
Please, Sign In to add comment