1. * Package: dev-util/febootstrap-2.11
  2. * Repository: gentoo
  3. * Maintainer: andreis.vinogradovs@gmail.com maksbotan@gentoo.org,proxy-maint@gentoo.org
  4. * USE: amd64 elibc_glibc kernel_linux multilib test userland_GNU
  5. * FEATURES: sandbox test userpriv usersandbox
  6. >>> Unpacking source...
  7. >>> Unpacking febootstrap-2.11.tar.gz to /tmp/portage/dev-util/febootstrap-2.11/work
  8. >>> Source unpacked in /tmp/portage/dev-util/febootstrap-2.11/work
  9. >>> Preparing source in /tmp/portage/dev-util/febootstrap-2.11/work/febootstrap-2.11 ...
  10. >>> Source prepared.
  11. >>> Configuring source in /tmp/portage/dev-util/febootstrap-2.11/work/febootstrap-2.11 ...
  12. * econf: updating febootstrap-2.11/config.guess with /usr/share/gnuconfig/config.guess
  13. * econf: updating febootstrap-2.11/config.sub with /usr/share/gnuconfig/config.sub
  14. ./configure --prefix=/usr --build=x86_64-pc-linux-gnu --host=x86_64-pc-linux-gnu --mandir=/usr/share/man --infodir=/usr/share/info --datadir=/usr/share --sysconfdir=/etc --localstatedir=/var/lib --libdir=/usr/lib64
  15. configure: loading site script /usr/share/config.site
  16. configure: loading site script /usr/share/crossdev/include/site/linux
  17. configure: loading site script /usr/share/crossdev/include/site/linux-gnu
  18. configure: loading site script /usr/share/crossdev/include/site/x86_64-linux-gnu
  19. checking for a BSD-compatible install... /usr/bin/install -c
  20. checking whether build environment is sane... yes
  21. checking for a thread-safe mkdir -p... /bin/mkdir -p
  22. checking for gawk... gawk
  23. checking whether make sets $(MAKE)... yes
  24. checking for style of include used by make... GNU
  25. checking for x86_64-pc-linux-gnu-gcc... x86_64-pc-linux-gnu-gcc
  26. checking whether the C compiler works... yes
  27. checking for C compiler default output file name... a.out
  28. checking for suffix of executables...
  29. checking whether we are cross compiling... no
  30. checking for suffix of object files... o
  31. checking whether we are using the GNU C compiler... yes
  32. checking whether x86_64-pc-linux-gnu-gcc accepts -g... yes
  33. checking for x86_64-pc-linux-gnu-gcc option to accept ISO C89... none needed
  34. checking dependency style of x86_64-pc-linux-gnu-gcc... gcc3
  35. checking for x86_64-pc-linux-gnu-gcc option to accept ISO C99... -std=gnu99
  36. checking for x86_64-pc-linux-gnu-gcc -std=gnu99 option to accept ISO Standard C... (cached) -std=gnu99
  37. checking for x86_64-pc-linux-gnu-ranlib... x86_64-pc-linux-gnu-ranlib
  38. checking build system type... x86_64-pc-linux-gnu
  39. checking host system type... x86_64-pc-linux-gnu
  40. checking how to run the C preprocessor... x86_64-pc-linux-gnu-gcc -std=gnu99 -E
  41. checking for grep that handles long lines and -e... /bin/grep
  42. checking for egrep... /bin/grep -E
  43. checking for ANSI C header files... yes
  44. checking for sys/types.h... yes
  45. checking for sys/stat.h... yes
  46. checking for stdlib.h... yes
  47. checking for string.h... yes
  48. checking for memory.h... yes
  49. checking for strings.h... yes
  50. checking for inttypes.h... yes
  51. checking for stdint.h... yes
  52. checking for unistd.h... yes
  53. checking minix/config.h usability... no
  54. checking minix/config.h presence... no
  55. checking for minix/config.h... no
  56. checking whether it is safe to define __EXTENSIONS__... yes
  57. checking how to run the C preprocessor... x86_64-pc-linux-gnu-gcc -std=gnu99 -E
  58. checking for function prototypes... yes
  59. checking whether x86_64-pc-linux-gnu-gcc -std=gnu99 and cc understand -c and -o together... yes
  60. checking for special C compiler options needed for large files... no
  61. checking for _FILE_OFFSET_BITS value needed for large files... no
  62. checking for working alloca.h... yes
  63. checking for alloca... yes
  64. checking for inline... inline
  65. checking for uid_t in sys/types.h... yes
  66. checking for unistd.h... (cached) yes
  67. checking for working chown... yes
  68. checking whether chown dereferences symlinks... yes
  69. checking for chown... yes
  70. checking for fchown... yes
  71. checking for fdopendir... yes
  72. checking for dup2... yes
  73. checking for fchdir... yes
  74. checking for fcntl... yes
  75. checking for lchmod... no
  76. checking for fstatfs... yes
  77. checking for getdtablesize... yes
  78. checking for lstat... yes
  79. checking for mprotect... yes
  80. checking for memchr... yes
  81. checking for strdup... yes
  82. checking for pipe... yes
  83. checking for vasnprintf... no
  84. checking whether chown honors trailing slash... yes
  85. checking whether chown always updates ctime... yes
  86. checking whether the preprocessor supports include_next... yes
  87. checking dirent.h usability... yes
  88. checking dirent.h presence... yes
  89. checking for dirent.h... yes
  90. checking errno.h usability... yes
  91. checking errno.h presence... yes
  92. checking for errno.h... yes
  93. checking fcntl.h usability... yes
  94. checking fcntl.h presence... yes
  95. checking for fcntl.h... yes
  96. checking float.h usability... yes
  97. checking float.h presence... yes
  98. checking for float.h... yes
  99. checking sys/param.h usability... yes
  100. checking sys/param.h presence... yes
  101. checking for sys/param.h... yes
  102. checking sys/vfs.h usability... yes
  103. checking sys/vfs.h presence... yes
  104. checking for sys/vfs.h... yes
  105. checking getopt.h usability... yes
  106. checking getopt.h presence... yes
  107. checking for getopt.h... yes
  108. checking for stdint.h... (cached) yes
  109. checking wchar.h usability... yes
  110. checking wchar.h presence... yes
  111. checking for wchar.h... yes
  112. checking for inttypes.h... (cached) yes
  113. checking sys/mman.h usability... yes
  114. checking sys/mman.h presence... yes
  115. checking for sys/mman.h... yes
  116. checking for unistd.h... (cached) yes
  117. checking stdarg.h usability... yes
  118. checking stdarg.h presence... yes
  119. checking for stdarg.h... yes
  120. checking stddef.h usability... yes
  121. checking stddef.h presence... yes
  122. checking for stddef.h... yes
  123. checking stdio.h usability... yes
  124. checking stdio.h presence... yes
  125. checking for stdio.h... yes
  126. checking for stdlib.h... (cached) yes
  127. checking sys/socket.h usability... yes
  128. checking sys/socket.h presence... yes
  129. checking for sys/socket.h... yes
  130. checking for string.h... (cached) yes
  131. checking for sys/stat.h... (cached) yes
  132. checking sys/wait.h usability... yes
  133. checking sys/wait.h presence... yes
  134. checking for sys/wait.h... yes
  135. checking time.h usability... yes
  136. checking time.h presence... yes
  137. checking for time.h... yes
  138. checking sys/time.h usability... yes
  139. checking sys/time.h presence... yes
  140. checking for sys/time.h... yes
  141. checking whether system is Windows or MSDOS... no
  142. checking whether // is distinct from /... no
  143. checking for complete errno.h... yes
  144. checking whether strerror_r is declared... yes
  145. checking for strerror_r... yes
  146. checking whether strerror_r returns char *... yes
  147. checking for mode_t... yes
  148. checking for promoted mode_t type... mode_t
  149. checking for working fcntl.h... yes
  150. checking whether lstat correctly handles trailing slash... yes
  151. checking whether unlink honors trailing slashes... yes
  152. checking whether unlink of a parent directory fails is it should... guessing yes
  153. checking whether getcwd (NULL, 0) allocates memory for result... yes
  154. checking whether getcwd is declared... yes
  155. checking for getopt.h... (cached) yes
  156. checking for getopt_long_only... yes
  157. checking whether optreset is declared... no
  158. checking whether getopt_clip is declared... no
  159. checking whether getopt is POSIX compatible... yes
  160. checking for working GNU getopt function... yes
  161. checking whether getenv is declared... yes
  162. checking for stdbool.h that conforms to C99... yes
  163. checking for _Bool... yes
  164. checking for long long int... yes
  165. checking for unsigned long long int... yes
  166. checking whether stdint.h conforms to C99... yes
  167. checking for inttypes.h... (cached) yes
  168. checking whether the inttypes.h PRIxNN macros are broken... no
  169. checking whether imaxabs is declared... yes
  170. checking whether imaxdiv is declared... yes
  171. checking whether strtoimax is declared... yes
  172. checking whether strtoumax is declared... yes
  173. checking whether malloc, realloc, calloc are POSIX compliant... yes
  174. checking for mmap... yes
  175. checking for MAP_ANONYMOUS... yes
  176. checking whether memchr works... yes
  177. checking for C/C++ restrict keyword... __restrict
  178. checking whether memrchr is declared... yes
  179. checking for ssize_t... yes
  180. checking for wchar_t... yes
  181. checking whether C symbols are prefixed with underscore at the linker level... no
  182. checking whether strdup is declared... yes
  183. checking for working strerror function... yes
  184. checking whether memmem is declared without a macro... yes
  185. checking whether mempcpy is declared without a macro... yes
  186. checking whether memrchr is declared without a macro... yes
  187. checking whether rawmemchr is declared without a macro... yes
  188. checking whether stpcpy is declared without a macro... yes
  189. checking whether stpncpy is declared without a macro... yes
  190. checking whether strchrnul is declared without a macro... yes
  191. checking whether strdup is declared without a macro... yes
  192. checking whether strncat is declared without a macro... yes
  193. checking whether strndup is declared without a macro... yes
  194. checking whether strnlen is declared without a macro... yes
  195. checking whether strpbrk is declared without a macro... yes
  196. checking whether strsep is declared without a macro... yes
  197. checking whether strcasestr is declared without a macro... yes
  198. checking whether strtok_r is declared without a macro... yes
  199. checking whether strsignal is declared without a macro... yes
  200. checking whether strverscmp is declared without a macro... yes
  201. checking whether stat file-mode macros are broken... no
  202. checking for struct timespec in <time.h>... yes
  203. checking for wint_t... yes
  204. checking for size_t... yes
  205. checking for inttypes.h... yes
  206. checking for stdint.h... yes
  207. checking for intmax_t... yes
  208. checking whether snprintf returns a byte count as in C99... yes
  209. checking for snprintf... yes
  210. checking for strnlen... yes
  211. checking for wcslen... yes
  212. checking for wcsnlen... yes
  213. checking for mbrtowc... yes
  214. checking for wcrtomb... yes
  215. checking whether _snprintf is declared... no
  216. checking whether <wchar.h> uses 'inline' correctly... yes
  217. checking for alloca as a compiler built-in... yes
  218. checking whether this system has an arbitrary file name length limit... yes
  219. checking for d_ino member in directory struct... yes
  220. checking for d_type member in directory struct... yes
  221. checking whether alphasort is declared without a macro... yes
  222. checking whether dirfd is declared without a macro... yes
  223. checking whether fdopendir is declared without a macro... yes
  224. checking whether scandir is declared without a macro... yes
  225. checking for dirfd... yes
  226. checking whether dirfd is declared... (cached) yes
  227. checking whether dirfd is a macro... no
  228. checking whether // is distinct from /... (cached) no
  229. checking whether dup2 works... yes
  230. checking for error_at_line... yes
  231. checking whether fcntl handles F_DUPFD correctly... yes
  232. checking whether fcntl understands F_DUPFD_CLOEXEC... needs runtime check
  233. checking whether fcntl is declared without a macro... yes
  234. checking whether openat is declared without a macro... yes
  235. checking whether fdopendir is declared... (cached) yes
  236. checking whether fdopendir works... yes
  237. checking for fchmodat... yes
  238. checking for fstatat... yes
  239. checking for mkdirat... yes
  240. checking for openat... yes
  241. checking for unlinkat... yes
  242. checking for fchownat... yes
  243. checking whether fchownat works with AT_SYMLINK_NOFOLLOW... yes
  244. checking for struct statfs.f_type... yes
  245. checking whether getcwd handles long file names properly... yes
  246. checking for getpagesize... yes
  247. checking whether getcwd aborts when 4k < cwd_length < 16k... no
  248. checking whether the compiler generally respects inline... yes
  249. checking whether inttypes.h conforms to C99... yes
  250. checking whether INT32_MAX < INTMAX_MAX... yes
  251. checking whether INT64_MAX == LONG_MAX... yes
  252. checking whether UINT32_MAX < UINTMAX_MAX... yes
  253. checking whether UINT64_MAX == ULONG_MAX... yes
  254. checking whether imaxabs is declared without a macro... yes
  255. checking whether imaxdiv is declared without a macro... yes
  256. checking whether strtoimax is declared without a macro... yes
  257. checking whether strtoumax is declared without a macro... yes
  258. checking for lchown... yes
  259. checking for mempcpy... yes
  260. checking for memrchr... yes
  261. checking whether mkdir handles trailing slash... yes
  262. checking whether mkdir handles trailing dot... yes
  263. checking whether open recognizes a trailing slash... yes
  264. checking for fchmodat... (cached) yes
  265. checking for fstatat... (cached) yes
  266. checking for mkdirat... (cached) yes
  267. checking for openat... (cached) yes
  268. checking for unlinkat... (cached) yes
  269. checking for fchownat... (cached) yes
  270. checking whether fchownat works with AT_SYMLINK_NOFOLLOW... (cached) yes
  271. checking whether rmdir works... yes
  272. checking for stdint.h... (cached) yes
  273. checking for SIZE_MAX... yes
  274. checking for ssize_t... (cached) yes
  275. checking whether stat handles trailing slashes on directories... yes
  276. checking whether stat handles trailing slashes on files... yes
  277. checking for va_copy... yes
  278. checking whether NULL can be used in arbitrary expressions... yes
  279. checking whether stdint.h conforms to C99... (cached) yes
  280. checking whether dprintf is declared without a macro... yes
  281. checking whether fpurge is declared without a macro... no
  282. checking whether fseeko is declared without a macro... yes
  283. checking whether ftello is declared without a macro... yes
  284. checking whether getdelim is declared without a macro... yes
  285. checking whether getline is declared without a macro... yes
  286. checking whether popen is declared without a macro... yes
  287. checking whether renameat is declared without a macro... yes
  288. checking whether snprintf is declared without a macro... yes
  289. checking whether tmpfile is declared without a macro... yes
  290. checking whether vdprintf is declared without a macro... yes
  291. checking whether vsnprintf is declared without a macro... yes
  292. checking for random.h... no
  293. checking for struct random_data... yes
  294. checking whether _Exit is declared without a macro... yes
  295. checking whether atoll is declared without a macro... yes
  296. checking whether canonicalize_file_name is declared without a macro... yes
  297. checking whether getloadavg is declared without a macro... yes
  298. checking whether getsubopt is declared without a macro... yes
  299. checking whether grantpt is declared without a macro... yes
  300. checking whether mkdtemp is declared without a macro... yes
  301. checking whether mkostemp is declared without a macro... yes
  302. checking whether mkostemps is declared without a macro... yes
  303. checking whether mkstemp is declared without a macro... yes
  304. checking whether mkstemps is declared without a macro... yes
  305. checking whether ptsname is declared without a macro... yes
  306. checking whether random_r is declared without a macro... yes
  307. checking whether initstat_r is declared without a macro... no
  308. checking whether srandom_r is declared without a macro... yes
  309. checking whether setstate_r is declared without a macro... yes
  310. checking whether realpath is declared without a macro... yes
  311. checking whether rpmatch is declared without a macro... yes
  312. checking whether setenv is declared without a macro... yes
  313. checking whether strtod is declared without a macro... yes
  314. checking whether strtoll is declared without a macro... yes
  315. checking whether strtoull is declared without a macro... yes
  316. checking whether unlockpt is declared without a macro... yes
  317. checking whether unsetenv is declared without a macro... yes
  318. checking for nlink_t... yes
  319. checking whether fchmodat is declared without a macro... yes
  320. checking whether fstatat is declared without a macro... yes
  321. checking whether futimens is declared without a macro... yes
  322. checking whether lchmod is declared without a macro... yes
  323. checking whether lstat is declared without a macro... yes
  324. checking whether mkdirat is declared without a macro... yes
  325. checking whether mkfifo is declared without a macro... yes
  326. checking whether mkfifoat is declared without a macro... yes
  327. checking whether mknod is declared without a macro... yes
  328. checking whether mknodat is declared without a macro... yes
  329. checking whether stat is declared without a macro... yes
  330. checking whether utimensat is declared without a macro... yes
  331. checking whether waitpid is declared without a macro... yes
  332. checking whether chown is declared without a macro... yes
  333. checking whether dup2 is declared without a macro... yes
  334. checking whether dup3 is declared without a macro... yes
  335. checking whether environ is declared without a macro... yes
  336. checking whether euidaccess is declared without a macro... yes
  337. checking whether faccessat is declared without a macro... yes
  338. checking whether fchdir is declared without a macro... yes
  339. checking whether fchownat is declared without a macro... yes
  340. checking whether fsync is declared without a macro... yes
  341. checking whether ftruncate is declared without a macro... yes
  342. checking whether getcwd is declared without a macro... yes
  343. checking whether getdomainname is declared without a macro... yes
  344. checking whether getdtablesize is declared without a macro... yes
  345. checking whether getgroups is declared without a macro... yes
  346. checking whether gethostname is declared without a macro... yes
  347. checking whether getlogin is declared without a macro... yes
  348. checking whether getlogin_r is declared without a macro... yes
  349. checking whether getpagesize is declared without a macro... yes
  350. checking whether getusershell is declared without a macro... yes
  351. checking whether setusershell is declared without a macro... yes
  352. checking whether endusershell is declared without a macro... yes
  353. checking whether lchown is declared without a macro... yes
  354. checking whether link is declared without a macro... yes
  355. checking whether linkat is declared without a macro... yes
  356. checking whether lseek is declared without a macro... yes
  357. checking whether pipe2 is declared without a macro... yes
  358. checking whether pread is declared without a macro... yes
  359. checking whether pwrite is declared without a macro... yes
  360. checking whether readlink is declared without a macro... yes
  361. checking whether readlinkat is declared without a macro... yes
  362. checking whether rmdir is declared without a macro... yes
  363. checking whether sleep is declared without a macro... yes
  364. checking whether symlink is declared without a macro... yes
  365. checking whether symlinkat is declared without a macro... yes
  366. checking whether ttyname_r is declared without a macro... yes
  367. checking whether unlink is declared without a macro... yes
  368. checking whether unlinkat is declared without a macro... yes
  369. checking whether usleep is declared without a macro... yes
  370. checking whether unlink honors trailing slashes... (cached) yes
  371. checking whether unlink of a parent directory fails is it should... (cached) guessing yes
  372. checking for ptrdiff_t... yes
  373. checking for vasprintf... yes
  374. checking whether btowc is declared without a macro... yes
  375. checking whether wctob is declared without a macro... yes
  376. checking whether mbsinit is declared without a macro... yes
  377. checking whether mbrtowc is declared without a macro... yes
  378. checking whether mbrlen is declared without a macro... yes
  379. checking whether mbsrtowcs is declared without a macro... yes
  380. checking whether mbsnrtowcs is declared without a macro... yes
  381. checking whether wcrtomb is declared without a macro... yes
  382. checking whether wcsrtombs is declared without a macro... yes
  383. checking whether wcsnrtombs is declared without a macro... yes
  384. checking whether wcwidth is declared without a macro... yes
  385. checking for stdint.h... (cached) yes
  386. checking for perldoc... perldoc
  387. checking for fakeroot... fakeroot
  388. checking for fakechroot... fakechroot
  389. checking for yum... yum
  390. checking for mke2fs... /sbin/mke2fs
  391. checking for error_message in -lcom_err... yes
  392. checking for ext2fs_file_open2 in -lext2fs... yes
  393. checking ext2fs/ext2fs.h usability... yes
  394. checking ext2fs/ext2fs.h presence... yes
  395. checking for ext2fs/ext2fs.h... yes
  396. configure: creating ./config.status
  397. config.status: creating Makefile
  398. config.status: creating lib/Makefile
  399. config.status: creating helper/Makefile
  400. config.status: creating examples/Makefile
  401. config.status: creating config.h
  402. config.status: executing depfiles commands
  403. >>> Source configured.
  404. >>> Compiling source in /tmp/portage/dev-util/febootstrap-2.11/work/febootstrap-2.11 ...
  405. make -j24
  406. make all-recursive
  407. make[1]: Entering directory `/tmp/portage/dev-util/febootstrap-2.11/work/febootstrap-2.11'
  408. Making all in lib
  409. make[2]: Entering directory `/tmp/portage/dev-util/febootstrap-2.11/work/febootstrap-2.11/lib'
  410. rm -f alloca.h-t alloca.h && \
  411. { echo '/* DO NOT EDIT! GENERATED AUTOMATICALLY! */'; \
  412. cat ./alloca.in.h; \
  413. } > alloca.h-t && \
  414. mv -f alloca.h-t alloca.h
  415. rm -f arg-nonnull.h-t arg-nonnull.h && \
  416. sed -n -e '/GL_ARG_NONNULL/,$p' \
  417. < .././arg-nonnull.h \
  418. > arg-nonnull.h-t && \
  419. mv arg-nonnull.h-t arg-nonnull.h
  420. rm -f c++defs.h-t c++defs.h && \
  421. sed -n -e '/_GL_CXXDEFS/,$p' \
  422. < .././c++defs.h \
  423. > c++defs.h-t && \
  424. mv c++defs.h-t c++defs.h
  425. rm -f warn-on-use.h-t warn-on-use.h && \
  426. sed -n -e '/^.ifndef/,$p' \
  427. < .././warn-on-use.h \
  428. > warn-on-use.h-t && \
  429. mv warn-on-use.h-t warn-on-use.h
  430. rm -f dirent.h-t dirent.h && \
  431. { echo '/* DO NOT EDIT! GENERATED AUTOMATICALLY! */'; \
  432. sed -e 's|@''INCLUDE_NEXT''@|include_next|g' \
  433. -e 's|@''PRAGMA_SYSTEM_HEADER''@|#pragma GCC system_header|g' \
  434. -e 's|@''NEXT_DIRENT_H''@|<dirent.h>|g' \
  435. -e 's|@''GNULIB_DIRFD''@|1|g' \
  436. -e 's|@''GNULIB_FDOPENDIR''@|1|g' \
  437. -e 's|@''GNULIB_SCANDIR''@|0|g' \
  438. -e 's|@''GNULIB_ALPHASORT''@|0|g' \
  439. -e 's|@''HAVE_DECL_DIRFD''@|1|g' \
  440. -e 's|@''HAVE_DECL_FDOPENDIR''@|1|g' \
  441. -e 's|@''HAVE_FDOPENDIR''@|1|g' \
  442. -e 's|@''HAVE_SCANDIR''@|1|g' \
  443. -e 's|@''HAVE_ALPHASORT''@|1|g' \
  444. -e 's|@''REPLACE_CLOSEDIR''@|0|g' \
  445. -e 's|@''REPLACE_DIRFD''@|0|g' \
  446. -e 's|@''REPLACE_FDOPENDIR''@|0|g' \
  447. -e 's|@''REPLACE_OPENDIR''@|0|g' \
  448. -e '/definitions of _GL_FUNCDECL_RPL/r c++defs.h' \
  449. -e '/definition of _GL_ARG_NONNULL/r arg-nonnull.h' \
  450. -e '/definition of _GL_WARN_ON_USE/r warn-on-use.h' \
  451. < ./dirent.in.h; \
  452. } > dirent.h-t && \
  453. mv dirent.h-t dirent.h
  454. rm -f fcntl.h-t fcntl.h && \
  455. { echo '/* DO NOT EDIT! GENERATED AUTOMATICALLY! */'; \
  456. sed -e 's|@''INCLUDE_NEXT''@|include_next|g' \
  457. -e 's|@''PRAGMA_SYSTEM_HEADER''@|#pragma GCC system_header|g' \
  458. -e 's|@''NEXT_FCNTL_H''@|<fcntl.h>|g' \
  459. -e 's|@''GNULIB_FCNTL''@|1|g' \
  460. -e 's|@''GNULIB_OPEN''@|1|g' \
  461. -e 's|@''GNULIB_OPENAT''@|1|g' \
  462. -e 's|@''HAVE_FCNTL''@|1|g' \
  463. -e 's|@''HAVE_OPENAT''@|1|g' \
  464. -e 's|@''REPLACE_FCNTL''@|1|g' \
  465. -e 's|@''REPLACE_OPEN''@|0|g' \
  466. -e 's|@''REPLACE_OPENAT''@|0|g' \
  467. -e '/definitions of _GL_FUNCDECL_RPL/r c++defs.h' \
  468. -e '/definition of _GL_ARG_NONNULL/r arg-nonnull.h' \
  469. -e '/definition of _GL_WARN_ON_USE/r warn-on-use.h' \
  470. < ./fcntl.in.h; \
  471. } > fcntl.h-t && \
  472. mv fcntl.h-t fcntl.h
  473. rm -f inttypes.h-t inttypes.h && \
  474. { echo '/* DO NOT EDIT! GENERATED AUTOMATICALLY! */'; \
  475. sed -e 's/@''HAVE_INTTYPES_H''@/1/g' \
  476. -e 's|@''INCLUDE_NEXT''@|include_next|g' \
  477. -e 's|@''PRAGMA_SYSTEM_HEADER''@|#pragma GCC system_header|g' \
  478. -e 's|@''NEXT_INTTYPES_H''@|<inttypes.h>|g' \
  479. -e 's/@''PRI_MACROS_BROKEN''@/0/g' \
  480. -e 's/@''APPLE_UNIVERSAL_BUILD''@/0/g' \
  481. -e 's/@''HAVE_LONG_LONG_INT''@/1/g' \
  482. -e 's/@''HAVE_UNSIGNED_LONG_LONG_INT''@/1/g' \
  483. -e 's/@''PRIPTR_PREFIX''@/"l"/g' \
  484. -e 's/@''GNULIB_IMAXABS''@/0/g' \
  485. -e 's/@''GNULIB_IMAXDIV''@/0/g' \
  486. -e 's/@''GNULIB_STRTOIMAX''@/0/g' \
  487. -e 's/@''GNULIB_STRTOUMAX''@/0/g' \
  488. -e 's/@''HAVE_DECL_IMAXABS''@/1/g' \
  489. -e 's/@''HAVE_DECL_IMAXDIV''@/1/g' \
  490. -e 's/@''HAVE_DECL_STRTOIMAX''@/1/g' \
  491. -e 's/@''HAVE_DECL_STRTOUMAX''@/1/g' \
  492. -e 's/@''INT32_MAX_LT_INTMAX_MAX''@/1/g' \
  493. -e 's/@''INT64_MAX_EQ_LONG_MAX''@/1/g' \
  494. -e 's/@''UINT32_MAX_LT_UINTMAX_MAX''@/1/g' \
  495. -e 's/@''UINT64_MAX_EQ_ULONG_MAX''@/1/g' \
  496. -e '/definition of _GL_ARG_NONNULL/r arg-nonnull.h' \
  497. -e '/definition of _GL_WARN_ON_USE/r warn-on-use.h' \
  498. < ./inttypes.in.h; \
  499. } > inttypes.h-t && \
  500. mv inttypes.h-t inttypes.h
  501. rm -f stdio.h-t stdio.h && \
  502. { echo '/* DO NOT EDIT! GENERATED AUTOMATICALLY! */' && \
  503. sed -e 's|@''INCLUDE_NEXT''@|include_next|g' \
  504. -e 's|@''PRAGMA_SYSTEM_HEADER''@|#pragma GCC system_header|g' \
  505. -e 's|@''NEXT_STDIO_H''@|<stdio.h>|g' \
  506. -e 's|@''GNULIB_DPRINTF''@|0|g' \
  507. -e 's|@''GNULIB_FCLOSE''@|1|g' \
  508. -e 's|@''GNULIB_FFLUSH''@|0|g' \
  509. -e 's|@''GNULIB_FOPEN''@|0|g' \
  510. -e 's|@''GNULIB_FPRINTF''@|1|g' \
  511. -e 's|@''GNULIB_FPRINTF_POSIX''@|0|g' \
  512. -e 's|@''GNULIB_FPURGE''@|0|g' \
  513. -e 's|@''GNULIB_FPUTC''@|1|g' \
  514. -e 's|@''GNULIB_FPUTS''@|1|g' \
  515. -e 's|@''GNULIB_FREOPEN''@|0|g' \
  516. -e 's|@''GNULIB_FSEEK''@|0|g' \
  517. -e 's|@''GNULIB_FSEEKO''@|0|g' \
  518. -e 's|@''GNULIB_FTELL''@|0|g' \
  519. -e 's|@''GNULIB_FTELLO''@|0|g' \
  520. -e 's|@''GNULIB_FWRITE''@|1|g' \
  521. -e 's|@''GNULIB_GETDELIM''@|0|g' \
  522. -e 's|@''GNULIB_GETLINE''@|0|g' \
  523. -e 's|@''GNULIB_OBSTACK_PRINTF''@|0|g' \
  524. -e 's|@''GNULIB_OBSTACK_PRINTF_POSIX''@|0|g' \
  525. -e 's|@''GNULIB_PERROR''@|0|g' \
  526. -e 's|@''GNULIB_POPEN''@|0|g' \
  527. -e 's|@''GNULIB_PRINTF''@|1|g' \
  528. -e 's|@''GNULIB_PRINTF_POSIX''@|0|g' \
  529. -e 's|@''GNULIB_PUTC''@|1|g' \
  530. -e 's|@''GNULIB_PUTCHAR''@|1|g' \
  531. -e 's|@''GNULIB_PUTS''@|1|g' \
  532. -e 's|@''GNULIB_REMOVE''@|0|g' \
  533. -e 's|@''GNULIB_RENAME''@|0|g' \
  534. -e 's|@''GNULIB_RENAMEAT''@|0|g' \
  535. -e 's|@''GNULIB_SNPRINTF''@|0|g' \
  536. -e 's|@''GNULIB_SPRINTF_POSIX''@|0|g' \
  537. -e 's|@''GNULIB_STDIO_H_SIGPIPE''@|0|g' \
  538. -e 's|@''GNULIB_TMPFILE''@|0|g' \
  539. -e 's|@''GNULIB_VASPRINTF''@|1|g' \
  540. -e 's|@''GNULIB_VDPRINTF''@|0|g' \
  541. -e 's|@''GNULIB_VFPRINTF''@|1|g' \
  542. -e 's|@''GNULIB_VFPRINTF_POSIX''@|0|g' \
  543. -e 's|@''GNULIB_VPRINTF''@|1|g' \
  544. -e 's|@''GNULIB_VPRINTF_POSIX''@|0|g' \
  545. -e 's|@''GNULIB_VSNPRINTF''@|0|g' \
  546. -e 's|@''GNULIB_VSPRINTF_POSIX''@|0|g' \
  547. < ./stdio.in.h | \
  548. sed -e 's|@''HAVE_DECL_FPURGE''@|1|g' \
  549. -e 's|@''HAVE_DECL_GETDELIM''@|1|g' \
  550. -e 's|@''HAVE_DECL_GETLINE''@|1|g' \
  551. -e 's|@''HAVE_DECL_OBSTACK_PRINTF''@|1|g' \
  552. -e 's|@''HAVE_DECL_SNPRINTF''@|1|g' \
  553. -e 's|@''HAVE_DECL_VSNPRINTF''@|1|g' \
  554. -e 's|@''HAVE_DPRINTF''@|1|g' \
  555. -e 's|@''HAVE_FSEEKO''@|1|g' \
  556. -e 's|@''HAVE_FTELLO''@|1|g' \
  557. -e 's|@''HAVE_RENAMEAT''@|1|g' \
  558. -e 's|@''HAVE_VASPRINTF''@|1|g' \
  559. -e 's|@''HAVE_VDPRINTF''@|1|g' \
  560. -e 's|@''REPLACE_DPRINTF''@|0|g' \
  561. -e 's|@''REPLACE_FCLOSE''@|0|g' \
  562. -e 's|@''REPLACE_FFLUSH''@|0|g' \
  563. -e 's|@''REPLACE_FOPEN''@|0|g' \
  564. -e 's|@''REPLACE_FPRINTF''@|0|g' \
  565. -e 's|@''REPLACE_FPURGE''@|0|g' \
  566. -e 's|@''REPLACE_FREOPEN''@|0|g' \
  567. -e 's|@''REPLACE_FSEEK''@|0|g' \
  568. -e 's|@''REPLACE_FSEEKO''@|0|g' \
  569. -e 's|@''REPLACE_FTELL''@|0|g' \
  570. -e 's|@''REPLACE_FTELLO''@|0|g' \
  571. -e 's|@''REPLACE_GETDELIM''@|0|g' \
  572. -e 's|@''REPLACE_GETLINE''@|0|g' \
  573. -e 's|@''REPLACE_OBSTACK_PRINTF''@|0|g' \
  574. -e 's|@''REPLACE_PERROR''@|0|g' \
  575. -e 's|@''REPLACE_POPEN''@|0|g' \
  576. -e 's|@''REPLACE_PRINTF''@|0|g' \
  577. -e 's|@''REPLACE_REMOVE''@|0|g' \
  578. -e 's|@''REPLACE_RENAME''@|0|g' \
  579. -e 's|@''REPLACE_RENAMEAT''@|0|g' \
  580. -e 's|@''REPLACE_SNPRINTF''@|0|g' \
  581. -e 's|@''REPLACE_SPRINTF''@|0|g' \
  582. -e 's|@''REPLACE_STDIO_WRITE_FUNCS''@|0|g' \
  583. -e 's|@''REPLACE_TMPFILE''@|0|g' \
  584. -e 's|@''REPLACE_VASPRINTF''@|0|g' \
  585. -e 's|@''REPLACE_VDPRINTF''@|0|g' \
  586. -e 's|@''REPLACE_VFPRINTF''@|0|g' \
  587. -e 's|@''REPLACE_VPRINTF''@|0|g' \
  588. -e 's|@''REPLACE_VSNPRINTF''@|0|g' \
  589. -e 's|@''REPLACE_VSPRINTF''@|0|g' \
  590. -e 's|@''ASM_SYMBOL_PREFIX''@|""|g' \
  591. -e '/definitions of _GL_FUNCDECL_RPL/r c++defs.h' \
  592. -e '/definition of _GL_ARG_NONNULL/r arg-nonnull.h' \
  593. -e '/definition of _GL_WARN_ON_USE/r warn-on-use.h'; \
  594. } > stdio.h-t && \
  595. mv stdio.h-t stdio.h
  596. rm -f stdlib.h-t stdlib.h && \
  597. { echo '/* DO NOT EDIT! GENERATED AUTOMATICALLY! */' && \
  598. sed -e 's|@''INCLUDE_NEXT''@|include_next|g' \
  599. -e 's|@''PRAGMA_SYSTEM_HEADER''@|#pragma GCC system_header|g' \
  600. -e 's|@''NEXT_STDLIB_H''@|<stdlib.h>|g' \
  601. -e 's|@''GNULIB__EXIT''@|0|g' \
  602. -e 's|@''GNULIB_ATOLL''@|0|g' \
  603. -e 's|@''GNULIB_CALLOC_POSIX''@|0|g' \
  604. -e 's|@''GNULIB_CANONICALIZE_FILE_NAME''@|0|g' \
  605. -e 's|@''GNULIB_GETLOADAVG''@|0|g' \
  606. -e 's|@''GNULIB_GETSUBOPT''@|0|g' \
  607. -e 's|@''GNULIB_GRANTPT''@|0|g' \
  608. -e 's|@''GNULIB_MALLOC_POSIX''@|1|g' \
  609. -e 's|@''GNULIB_MKDTEMP''@|0|g' \
  610. -e 's|@''GNULIB_MKOSTEMP''@|0|g' \
  611. -e 's|@''GNULIB_MKOSTEMPS''@|0|g' \
  612. -e 's|@''GNULIB_MKSTEMP''@|0|g' \
  613. -e 's|@''GNULIB_MKSTEMPS''@|0|g' \
  614. -e 's|@''GNULIB_PTSNAME''@|0|g' \
  615. -e 's|@''GNULIB_PUTENV''@|0|g' \
  616. -e 's|@''GNULIB_RANDOM_R''@|0|g' \
  617. -e 's|@''GNULIB_REALLOC_POSIX''@|1|g' \
  618. -e 's|@''GNULIB_REALPATH''@|0|g' \
  619. -e 's|@''GNULIB_RPMATCH''@|0|g' \
  620. -e 's|@''GNULIB_SETENV''@|0|g' \
  621. -e 's|@''GNULIB_STRTOD''@|0|g' \
  622. -e 's|@''GNULIB_STRTOLL''@|0|g' \
  623. -e 's|@''GNULIB_STRTOULL''@|0|g' \
  624. -e 's|@''GNULIB_UNLOCKPT''@|0|g' \
  625. -e 's|@''GNULIB_UNSETENV''@|0|g' \
  626. -e 's|@''HAVE__EXIT''@|1|g' \
  627. -e 's|@''HAVE_ATOLL''@|1|g' \
  628. -e 's|@''HAVE_CANONICALIZE_FILE_NAME''@|1|g' \
  629. -e 's|@''HAVE_DECL_GETLOADAVG''@|1|g' \
  630. -e 's|@''HAVE_GETSUBOPT''@|1|g' \
  631. -e 's|@''HAVE_GRANTPT''@|1|g' \
  632. -e 's|@''HAVE_MKDTEMP''@|1|g' \
  633. -e 's|@''HAVE_MKOSTEMP''@|1|g' \
  634. -e 's|@''HAVE_MKOSTEMPS''@|1|g' \
  635. -e 's|@''HAVE_MKSTEMP''@|1|g' \
  636. -e 's|@''HAVE_MKSTEMPS''@|1|g' \
  637. -e 's|@''HAVE_PTSNAME''@|1|g' \
  638. -e 's|@''HAVE_RANDOM_H''@|0|g' \
  639. -e 's|@''HAVE_RANDOM_R''@|1|g' \
  640. -e 's|@''HAVE_REALPATH''@|1|g' \
  641. -e 's|@''HAVE_RPMATCH''@|1|g' \
  642. -e 's|@''HAVE_SETENV''@|1|g' \
  643. -e 's|@''HAVE_STRTOD''@|1|g' \
  644. -e 's|@''HAVE_STRTOLL''@|1|g' \
  645. -e 's|@''HAVE_STRTOULL''@|1|g' \
  646. -e 's|@''HAVE_STRUCT_RANDOM_DATA''@|1|g' \
  647. -e 's|@''HAVE_SYS_LOADAVG_H''@|0|g' \
  648. -e 's|@''HAVE_UNLOCKPT''@|1|g' \
  649. -e 's|@''HAVE_UNSETENV''@|1|g' \
  650. -e 's|@''REPLACE_CALLOC''@|0|g' \
  651. -e 's|@''REPLACE_CANONICALIZE_FILE_NAME''@|0|g' \
  652. -e 's|@''REPLACE_MALLOC''@|0|g' \
  653. -e 's|@''REPLACE_MKSTEMP''@|0|g' \
  654. -e 's|@''REPLACE_PUTENV''@|0|g' \
  655. -e 's|@''REPLACE_REALLOC''@|0|g' \
  656. -e 's|@''REPLACE_REALPATH''@|0|g' \
  657. -e 's|@''REPLACE_SETENV''@|0|g' \
  658. -e 's|@''REPLACE_STRTOD''@|0|g' \
  659. -e 's|@''REPLACE_UNSETENV''@|0|g' \
  660. -e '/definitions of _GL_FUNCDECL_RPL/r c++defs.h' \
  661. -e '/definition of _GL_ARG_NONNULL/r arg-nonnull.h' \
  662. -e '/definition of _GL_WARN_ON_USE/r warn-on-use.h' \
  663. < ./stdlib.in.h; \
  664. } > stdlib.h-t && \
  665. mv stdlib.h-t stdlib.h
  666. rm -f string.h-t string.h && \
  667. { echo '/* DO NOT EDIT! GENERATED AUTOMATICALLY! */' && \
  668. sed -e 's|@''INCLUDE_NEXT''@|include_next|g' \
  669. -e 's|@''PRAGMA_SYSTEM_HEADER''@|#pragma GCC system_header|g' \
  670. -e 's|@''NEXT_STRING_H''@|<string.h>|g' \
  671. -e 's|@''GNULIB_MBSLEN''@|0|g' \
  672. -e 's|@''GNULIB_MBSNLEN''@|0|g' \
  673. -e 's|@''GNULIB_MBSCHR''@|0|g' \
  674. -e 's|@''GNULIB_MBSRCHR''@|0|g' \
  675. -e 's|@''GNULIB_MBSSTR''@|0|g' \
  676. -e 's|@''GNULIB_MBSCASECMP''@|0|g' \
  677. -e 's|@''GNULIB_MBSNCASECMP''@|0|g' \
  678. -e 's|@''GNULIB_MBSPCASECMP''@|0|g' \
  679. -e 's|@''GNULIB_MBSCASESTR''@|0|g' \
  680. -e 's|@''GNULIB_MBSCSPN''@|0|g' \
  681. -e 's|@''GNULIB_MBSPBRK''@|0|g' \
  682. -e 's|@''GNULIB_MBSSPN''@|0|g' \
  683. -e 's|@''GNULIB_MBSSEP''@|0|g' \
  684. -e 's|@''GNULIB_MBSTOK_R''@|0|g' \
  685. -e 's|@''GNULIB_MEMCHR''@|1|g' \
  686. -e 's|@''GNULIB_MEMMEM''@|0|g' \
  687. -e 's|@''GNULIB_MEMPCPY''@|1|g' \
  688. -e 's|@''GNULIB_MEMRCHR''@|1|g' \
  689. -e 's|@''GNULIB_RAWMEMCHR''@|0|g' \
  690. -e 's|@''GNULIB_STPCPY''@|0|g' \
  691. -e 's|@''GNULIB_STPNCPY''@|0|g' \
  692. -e 's|@''GNULIB_STRCHRNUL''@|0|g' \
  693. -e 's|@''GNULIB_STRDUP''@|1|g' \
  694. -e 's|@''GNULIB_STRNCAT''@|0|g' \
  695. -e 's|@''GNULIB_STRNDUP''@|0|g' \
  696. -e 's|@''GNULIB_STRNLEN''@|0|g' \
  697. -e 's|@''GNULIB_STRPBRK''@|0|g' \
  698. -e 's|@''GNULIB_STRSEP''@|0|g' \
  699. -e 's|@''GNULIB_STRSTR''@|0|g' \
  700. -e 's|@''GNULIB_STRCASESTR''@|0|g' \
  701. -e 's|@''GNULIB_STRTOK_R''@|0|g' \
  702. -e 's|@''GNULIB_STRERROR''@|1|g' \
  703. -e 's|@''GNULIB_STRSIGNAL''@|0|g' \
  704. -e 's|@''GNULIB_STRVERSCMP''@|0|g' \
  705. < ./string.in.h | \
  706. sed -e 's|@''HAVE_MBSLEN''@|0|g' \
  707. -e 's|@''HAVE_MEMCHR''@|1|g' \
  708. -e 's|@''HAVE_DECL_MEMMEM''@|1|g' \
  709. -e 's|@''HAVE_MEMPCPY''@|1|g' \
  710. -e 's|@''HAVE_DECL_MEMRCHR''@|1|g' \
  711. -e 's|@''HAVE_RAWMEMCHR''@|1|g' \
  712. -e 's|@''HAVE_STPCPY''@|1|g' \
  713. -e 's|@''HAVE_STPNCPY''@|1|g' \
  714. -e 's|@''HAVE_STRCHRNUL''@|1|g' \
  715. -e 's|@''HAVE_DECL_STRDUP''@|1|g' \
  716. -e 's|@''HAVE_DECL_STRNDUP''@|1|g' \
  717. -e 's|@''HAVE_DECL_STRNLEN''@|1|g' \
  718. -e 's|@''HAVE_STRPBRK''@|1|g' \
  719. -e 's|@''HAVE_STRSEP''@|1|g' \
  720. -e 's|@''HAVE_STRCASESTR''@|1|g' \
  721. -e 's|@''HAVE_DECL_STRTOK_R''@|1|g' \
  722. -e 's|@''HAVE_DECL_STRSIGNAL''@|1|g' \
  723. -e 's|@''HAVE_STRVERSCMP''@|1|g' \
  724. -e 's|@''REPLACE_STPNCPY''@|0|g' \
  725. -e 's|@''REPLACE_MEMCHR''@|0|g' \
  726. -e 's|@''REPLACE_MEMMEM''@|0|g' \
  727. -e 's|@''REPLACE_STRCASESTR''@|0|g' \
  728. -e 's|@''REPLACE_STRDUP''@|0|g' \
  729. -e 's|@''REPLACE_STRSTR''@|0|g' \
  730. -e 's|@''REPLACE_STRERROR''@|0|g' \
  731. -e 's|@''REPLACE_STRNCAT''@|0|g' \
  732. -e 's|@''REPLACE_STRNDUP''@|0|g' \
  733. -e 's|@''REPLACE_STRNLEN''@|0|g' \
  734. -e 's|@''REPLACE_STRSIGNAL''@|0|g' \
  735. -e 's|@''REPLACE_STRTOK_R''@|0|g' \
  736. -e 's|@''UNDEFINE_STRTOK_R''@|0|g' \
  737. -e '/definitions of _GL_FUNCDECL_RPL/r c++defs.h' \
  738. -e '/definition of _GL_ARG_NONNULL/r arg-nonnull.h' \
  739. -e '/definition of _GL_WARN_ON_USE/r warn-on-use.h'; \
  740. < ./string.in.h; \
  741. } > string.h-t && \
  742. mv string.h-t string.h
  743. /bin/mkdir -p sys
  744. /bin/mkdir -p sys
  745. rm -f time.h-t time.h && \
  746. { echo '/* DO NOT EDIT! GENERATED AUTOMATICALLY! */' && \
  747. sed -e 's|@''INCLUDE_NEXT''@|include_next|g' \
  748. -e 's|@''PRAGMA_SYSTEM_HEADER''@|#pragma GCC system_header|g' \
  749. -e 's|@''NEXT_TIME_H''@|<time.h>|g' \
  750. -e 's|@''GNULIB_MKTIME''@|0|g' \
  751. -e 's|@''GNULIB_NANOSLEEP''@|0|g' \
  752. -e 's|@''GNULIB_STRPTIME''@|0|g' \
  753. -e 's|@''GNULIB_TIMEGM''@|0|g' \
  754. -e 's|@''GNULIB_TIME_R''@|0|g' \
  755. -e 's|@''HAVE_LOCALTIME_R''@|1|g' \
  756. -e 's|@''HAVE_NANOSLEEP''@|1|g' \
  757. -e 's|@''HAVE_STRPTIME''@|1|g' \
  758. -e 's|@''HAVE_TIMEGM''@|1|g' \
  759. -e 's|@''REPLACE_LOCALTIME_R''@|GNULIB_PORTCHECK|g' \
  760. -e 's|@''REPLACE_MKTIME''@|GNULIB_PORTCHECK|g' \
  761. -e 's|@''REPLACE_NANOSLEEP''@|GNULIB_PORTCHECK|g' \
  762. -e 's|@''REPLACE_TIMEGM''@|GNULIB_PORTCHECK|g' \
  763. -e 's|@''PTHREAD_H_DEFINES_STRUCT_TIMESPEC''@|0|g' \
  764. -e 's|@''SYS_TIME_H_DEFINES_STRUCT_TIMESPEC''@|0|g' \
  765. -e 's|@''TIME_H_DEFINES_STRUCT_TIMESPEC''@|1|g' \
  766. -e '/definitions of _GL_FUNCDECL_RPL/r c++defs.h' \
  767. -e '/definition of _GL_ARG_NONNULL/r arg-nonnull.h' \
  768. -e '/definition of _GL_WARN_ON_USE/r warn-on-use.h' \
  769. < ./time.in.h; \
  770. } > time.h-t && \
  771. mv time.h-t time.h
  772. rm -f unistd.h-t unistd.h && \
  773. { echo '/* DO NOT EDIT! GENERATED AUTOMATICALLY! */'; \
  774. sed -e 's|@''HAVE_UNISTD_H''@|1|g' \
  775. -e 's|@''INCLUDE_NEXT''@|include_next|g' \
  776. -e 's|@''PRAGMA_SYSTEM_HEADER''@|#pragma GCC system_header|g' \
  777. -e 's|@''NEXT_UNISTD_H''@|<unistd.h>|g' \
  778. -e 's|@''GNULIB_CHOWN''@|1|g' \
  779. -e 's|@''GNULIB_CLOSE''@|1|g' \
  780. -e 's|@''GNULIB_DUP2''@|1|g' \
  781. -e 's|@''GNULIB_DUP3''@|0|g' \
  782. -e 's|@''GNULIB_ENVIRON''@|0|g' \
  783. -e 's|@''GNULIB_EUIDACCESS''@|0|g' \
  784. -e 's|@''GNULIB_FACCESSAT''@|0|g' \
  785. -e 's|@''GNULIB_FCHDIR''@|1|g' \
  786. -e 's|@''GNULIB_FCHOWNAT''@|1|g' \
  787. -e 's|@''GNULIB_FSYNC''@|0|g' \
  788. -e 's|@''GNULIB_FTRUNCATE''@|0|g' \
  789. -e 's|@''GNULIB_GETCWD''@|1|g' \
  790. -e 's|@''GNULIB_GETDOMAINNAME''@|0|g' \
  791. -e 's|@''GNULIB_GETDTABLESIZE''@|1|g' \
  792. -e 's|@''GNULIB_GETGROUPS''@|0|g' \
  793. -e 's|@''GNULIB_GETHOSTNAME''@|0|g' \
  794. -e 's|@''GNULIB_GETLOGIN''@|0|g' \
  795. -e 's|@''GNULIB_GETLOGIN_R''@|0|g' \
  796. -e 's|@''GNULIB_GETPAGESIZE''@|0|g' \
  797. -e 's|@''GNULIB_GETUSERSHELL''@|0|g' \
  798. -e 's|@''GNULIB_LCHOWN''@|1|g' \
  799. -e 's|@''GNULIB_LINK''@|0|g' \
  800. -e 's|@''GNULIB_LINKAT''@|0|g' \
  801. -e 's|@''GNULIB_LSEEK''@|0|g' \
  802. -e 's|@''GNULIB_PIPE2''@|0|g' \
  803. -e 's|@''GNULIB_PREAD''@|0|g' \
  804. -e 's|@''GNULIB_PWRITE''@|0|g' \
  805. -e 's|@''GNULIB_READLINK''@|0|g' \
  806. -e 's|@''GNULIB_READLINKAT''@|0|g' \
  807. -e 's|@''GNULIB_RMDIR''@|1|g' \
  808. -e 's|@''GNULIB_SLEEP''@|0|g' \
  809. -e 's|@''GNULIB_SYMLINK''@|0|g' \
  810. -e 's|@''GNULIB_SYMLINKAT''@|0|g' \
  811. -e 's|@''GNULIB_TTYNAME_R''@|0|g' \
  812. -e 's|@''GNULIB_UNISTD_H_GETOPT''@|0|g' \
  813. -e 's|@''GNULIB_UNISTD_H_SIGPIPE''@|0|g' \
  814. -e 's|@''GNULIB_UNLINK''@|1|g' \
  815. -e 's|@''GNULIB_UNLINKAT''@|1|g' \
  816. -e 's|@''GNULIB_USLEEP''@|0|g' \
  817. -e 's|@''GNULIB_WRITE''@|1|g' \
  818. < ./unistd.in.h | \
  819. sed -e 's|@''HAVE_CHOWN''@|1|g' \
  820. -e 's|@''HAVE_DUP2''@|1|g' \
  821. -e 's|@''HAVE_DUP3''@|1|g' \
  822. -e 's|@''HAVE_EUIDACCESS''@|1|g' \
  823. -e 's|@''HAVE_FACCESSAT''@|1|g' \
  824. -e 's|@''HAVE_FCHDIR''@|1|g' \
  825. -e 's|@''HAVE_FCHOWNAT''@|1|g' \
  826. -e 's|@''HAVE_FSYNC''@|1|g' \
  827. -e 's|@''HAVE_FTRUNCATE''@|1|g' \
  828. -e 's|@''HAVE_GETDOMAINNAME''@|1|g' \
  829. -e 's|@''HAVE_GETDTABLESIZE''@|1|g' \
  830. -e 's|@''HAVE_GETGROUPS''@|1|g' \
  831. -e 's|@''HAVE_GETHOSTNAME''@|1|g' \
  832. -e 's|@''HAVE_GETLOGIN''@|1|g' \
  833. -e 's|@''HAVE_GETPAGESIZE''@|1|g' \
  834. -e 's|@''HAVE_LCHOWN''@|1|g' \
  835. -e 's|@''HAVE_LINK''@|1|g' \
  836. -e 's|@''HAVE_LINKAT''@|1|g' \
  837. -e 's|@''HAVE_PIPE2''@|1|g' \
  838. -e 's|@''HAVE_PREAD''@|1|g' \
  839. -e 's|@''HAVE_PWRITE''@|1|g' \
  840. -e 's|@''HAVE_READLINK''@|1|g' \
  841. -e 's|@''HAVE_READLINKAT''@|1|g' \
  842. -e 's|@''HAVE_SLEEP''@|1|g' \
  843. -e 's|@''HAVE_SYMLINK''@|1|g' \
  844. -e 's|@''HAVE_SYMLINKAT''@|1|g' \
  845. -e 's|@''HAVE_TTYNAME_R''@|1|g' \
  846. -e 's|@''HAVE_UNLINKAT''@|1|g' \
  847. -e 's|@''HAVE_USLEEP''@|1|g' \
  848. -e 's|@''HAVE_DECL_ENVIRON''@|1|g' \
  849. -e 's|@''HAVE_DECL_GETLOGIN_R''@|1|g' \
  850. -e 's|@''HAVE_DECL_GETPAGESIZE''@|1|g' \
  851. -e 's|@''HAVE_DECL_GETUSERSHELL''@|1|g' \
  852. -e 's|@''HAVE_OS_H''@|0|g' \
  853. -e 's|@''HAVE_SYS_PARAM_H''@|0|g' \
  854. -e 's|@''REPLACE_CHOWN''@|0|g' \
  855. -e 's|@''REPLACE_CLOSE''@|0|g' \
  856. -e 's|@''REPLACE_DUP''@|0|g' \
  857. -e 's|@''REPLACE_DUP2''@|0|g' \
  858. -e 's|@''REPLACE_FCHOWNAT''@|0|g' \
  859. -e 's|@''REPLACE_GETCWD''@|0|g' \
  860. -e 's|@''REPLACE_GETGROUPS''@|0|g' \
  861. -e 's|@''REPLACE_GETPAGESIZE''@|0|g' \
  862. -e 's|@''REPLACE_LCHOWN''@|0|g' \
  863. -e 's|@''REPLACE_LINK''@|0|g' \
  864. -e 's|@''REPLACE_LINKAT''@|0|g' \
  865. -e 's|@''REPLACE_LSEEK''@|0|g' \
  866. -e 's|@''REPLACE_PREAD''@|0|g' \
  867. -e 's|@''REPLACE_PWRITE''@|0|g' \
  868. -e 's|@''REPLACE_READLINK''@|0|g' \
  869. -e 's|@''REPLACE_RMDIR''@|0|g' \
  870. -e 's|@''REPLACE_SLEEP''@|0|g' \
  871. -e 's|@''REPLACE_SYMLINK''@|0|g' \
  872. -e 's|@''REPLACE_TTYNAME_R''@|0|g' \
  873. -e 's|@''REPLACE_UNLINK''@|0|g' \
  874. -e 's|@''REPLACE_UNLINKAT''@|0|g' \
  875. -e 's|@''REPLACE_USLEEP''@|0|g' \
  876. -e 's|@''REPLACE_WRITE''@|0|g' \
  877. -e 's|@''UNISTD_H_HAVE_WINSOCK2_H''@|0|g' \
  878. -e 's|@''UNISTD_H_HAVE_WINSOCK2_H_AND_USE_SOCKETS''@|0|g' \
  879. -e '/definitions of _GL_FUNCDECL_RPL/r c++defs.h' \
  880. -e '/definition of _GL_ARG_NONNULL/r arg-nonnull.h' \
  881. -e '/definition of _GL_WARN_ON_USE/r warn-on-use.h'; \
  882. } > unistd.h-t && \
  883. mv unistd.h-t unistd.h
  884. rm -f sys/stat.h-t sys/stat.h && \
  885. { echo '/* DO NOT EDIT! GENERATED AUTOMATICALLY! */'; \
  886. sed -e 's|@''INCLUDE_NEXT''@|include_next|g' \
  887. -e 's|@''PRAGMA_SYSTEM_HEADER''@|#pragma GCC system_header|g' \
  888. -e 's|@''NEXT_SYS_STAT_H''@|<sys/stat.h>|g' \
  889. -e 's|@''GNULIB_FCHMODAT''@|1|g' \
  890. -e 's|@''GNULIB_FSTATAT''@|1|g' \
  891. -e 's|@''GNULIB_FUTIMENS''@|0|g' \
  892. -e 's|@''GNULIB_LCHMOD''@|0|g' \
  893. -e 's|@''GNULIB_LSTAT''@|1|g' \
  894. -e 's|@''GNULIB_MKDIRAT''@|1|g' \
  895. -e 's|@''GNULIB_MKFIFO''@|0|g' \
  896. -e 's|@''GNULIB_MKFIFOAT''@|0|g' \
  897. -e 's|@''GNULIB_MKNOD''@|0|g' \
  898. -e 's|@''GNULIB_MKNODAT''@|0|g' \
  899. -e 's|@''GNULIB_STAT''@|1|g' \
  900. -e 's|@''GNULIB_UTIMENSAT''@|0|g' \
  901. -e 's|@''HAVE_FCHMODAT''@|1|g' \
  902. -e 's|@''HAVE_FSTATAT''@|1|g' \
  903. -e 's|@''HAVE_FUTIMENS''@|1|g' \
  904. -e 's|@''HAVE_LCHMOD''@|1|g' \
  905. -e 's|@''HAVE_LSTAT''@|1|g' \
  906. -e 's|@''HAVE_MKDIRAT''@|1|g' \
  907. -e 's|@''HAVE_MKFIFO''@|1|g' \
  908. -e 's|@''HAVE_MKFIFOAT''@|1|g' \
  909. -e 's|@''HAVE_MKNOD''@|1|g' \
  910. -e 's|@''HAVE_MKNODAT''@|1|g' \
  911. -e 's|@''HAVE_UTIMENSAT''@|1|g' \
  912. -e 's|@''REPLACE_FSTAT''@|0|g' \
  913. -e 's|@''REPLACE_FSTATAT''@|0|g' \
  914. -e 's|@''REPLACE_FUTIMENS''@|0|g' \
  915. -e 's|@''REPLACE_LSTAT''@|0|g' \
  916. -e 's|@''REPLACE_MKDIR''@|0|g' \
  917. -e 's|@''REPLACE_MKFIFO''@|0|g' \
  918. -e 's|@''REPLACE_MKNOD''@|0|g' \
  919. -e 's|@''REPLACE_STAT''@|0|g' \
  920. -e 's|@''REPLACE_UTIMENSAT''@|0|g' \
  921. -e '/definitions of _GL_FUNCDECL_RPL/r c++defs.h' \
  922. -e '/definition of _GL_ARG_NONNULL/r arg-nonnull.h' \
  923. -e '/definition of _GL_WARN_ON_USE/r warn-on-use.h' \
  924. < ./sys_stat.in.h; \
  925. } > sys/stat.h-t && \
  926. mv sys/stat.h-t sys/stat.h
  927. rm -f sys/wait.h-t sys/wait.h && \
  928. { echo '/* DO NOT EDIT! GENERATED AUTOMATICALLY! */'; \
  929. sed -e 's|@''INCLUDE_NEXT''@|include_next|g' \
  930. -e 's|@''PRAGMA_SYSTEM_HEADER''@|#pragma GCC system_header|g' \
  931. -e 's|@''NEXT_SYS_WAIT_H''@|<sys/wait.h>|g' \
  932. -e 's|@''GNULIB_WAITPID''@|0|g' \
  933. -e '/definitions of _GL_FUNCDECL_RPL/r c++defs.h' \
  934. -e '/definition of _GL_WARN_ON_USE/r warn-on-use.h' \
  935. < ./sys_wait.in.h; \
  936. } > sys/wait.h-t && \
  937. mv sys/wait.h-t sys/wait.h
  938. rm -f wchar.h-t wchar.h && \
  939. { echo '/* DO NOT EDIT! GENERATED AUTOMATICALLY! */'; \
  940. sed -e 's|@''INCLUDE_NEXT''@|include_next|g' \
  941. -e 's|@''PRAGMA_SYSTEM_HEADER''@|#pragma GCC system_header|g' \
  942. -e 's|@''NEXT_WCHAR_H''@|<wchar.h>|g' \
  943. -e 's|@''HAVE_WCHAR_H''@|1|g' \
  944. -e 's|@''GNULIB_BTOWC''@|0|g' \
  945. -e 's|@''GNULIB_WCTOB''@|0|g' \
  946. -e 's|@''GNULIB_MBSINIT''@|0|g' \
  947. -e 's|@''GNULIB_MBRTOWC''@|0|g' \
  948. -e 's|@''GNULIB_MBRLEN''@|0|g' \
  949. -e 's|@''GNULIB_MBSRTOWCS''@|0|g' \
  950. -e 's|@''GNULIB_MBSNRTOWCS''@|0|g' \
  951. -e 's|@''GNULIB_WCRTOMB''@|0|g' \
  952. -e 's|@''GNULIB_WCSRTOMBS''@|0|g' \
  953. -e 's|@''GNULIB_WCSNRTOMBS''@|0|g' \
  954. -e 's|@''GNULIB_WCWIDTH''@|0|g' \
  955. -e 's|@''HAVE_WINT_T''@|1|g' \
  956. -e 's|@''HAVE_BTOWC''@|1|g' \
  957. -e 's|@''HAVE_MBSINIT''@|1|g' \
  958. -e 's|@''HAVE_MBRTOWC''@|1|g' \
  959. -e 's|@''HAVE_MBRLEN''@|1|g' \
  960. -e 's|@''HAVE_MBSRTOWCS''@|1|g' \
  961. -e 's|@''HAVE_MBSNRTOWCS''@|1|g' \
  962. -e 's|@''HAVE_WCRTOMB''@|1|g' \
  963. -e 's|@''HAVE_WCSRTOMBS''@|1|g' \
  964. -e 's|@''HAVE_WCSNRTOMBS''@|1|g' \
  965. -e 's|@''HAVE_DECL_WCTOB''@|1|g' \
  966. -e 's|@''HAVE_DECL_WCWIDTH''@|1|g' \
  967. -e 's|@''REPLACE_MBSTATE_T''@|0|g' \
  968. -e 's|@''REPLACE_BTOWC''@|0|g' \
  969. -e 's|@''REPLACE_WCTOB''@|0|g' \
  970. -e 's|@''REPLACE_MBSINIT''@|0|g' \
  971. -e 's|@''REPLACE_MBRTOWC''@|0|g' \
  972. -e 's|@''REPLACE_MBRLEN''@|0|g' \
  973. -e 's|@''REPLACE_MBSRTOWCS''@|0|g' \
  974. -e 's|@''REPLACE_MBSNRTOWCS''@|0|g' \
  975. -e 's|@''REPLACE_WCRTOMB''@|0|g' \
  976. -e 's|@''REPLACE_WCSRTOMBS''@|0|g' \
  977. -e 's|@''REPLACE_WCSNRTOMBS''@|0|g' \
  978. -e 's|@''REPLACE_WCWIDTH''@|0|g' \
  979. -e '/definitions of _GL_FUNCDECL_RPL/r c++defs.h' \
  980. -e '/definition of _GL_ARG_NONNULL/r arg-nonnull.h' \
  981. -e '/definition of _GL_WARN_ON_USE/r warn-on-use.h' \
  982. < ./wchar.in.h; \
  983. } > wchar.h-t && \
  984. mv wchar.h-t wchar.h
  985. make all-recursive
  986. make[3]: Entering directory `/tmp/portage/dev-util/febootstrap-2.11/work/febootstrap-2.11/lib'
  987. make[4]: Entering directory `/tmp/portage/dev-util/febootstrap-2.11/work/febootstrap-2.11/lib'
  988. x86_64-pc-linux-gnu-gcc -std=gnu99 -DHAVE_CONFIG_H -I. -I.. -O2 -pipe -ggdb -march=native -ftracer -frecord-gcc-switches -MT c-ctype.o -MD -MP -MF .deps/c-ctype.Tpo -c -o c-ctype.o c-ctype.c
  989. x86_64-pc-linux-gnu-gcc -std=gnu99 -DHAVE_CONFIG_H -I. -I.. -O2 -pipe -ggdb -march=native -ftracer -frecord-gcc-switches -MT close-hook.o -MD -MP -MF .deps/close-hook.Tpo -c -o close-hook.o close-hook.c
  990. x86_64-pc-linux-gnu-gcc -std=gnu99 -DHAVE_CONFIG_H -I. -I.. -O2 -pipe -ggdb -march=native -ftracer -frecord-gcc-switches -MT exitfail.o -MD -MP -MF .deps/exitfail.Tpo -c -o exitfail.o exitfail.c
  991. x86_64-pc-linux-gnu-gcc -std=gnu99 -DHAVE_CONFIG_H -I. -I.. -O2 -pipe -ggdb -march=native -ftracer -frecord-gcc-switches -MT filevercmp.o -MD -MP -MF .deps/filevercmp.Tpo -c -o filevercmp.o filevercmp.c
  992. x86_64-pc-linux-gnu-gcc -std=gnu99 -DHAVE_CONFIG_H -I. -I.. -O2 -pipe -ggdb -march=native -ftracer -frecord-gcc-switches -MT full-write.o -MD -MP -MF .deps/full-write.Tpo -c -o full-write.o full-write.c
  993. x86_64-pc-linux-gnu-gcc -std=gnu99 -DHAVE_CONFIG_H -I. -I.. -O2 -pipe -ggdb -march=native -ftracer -frecord-gcc-switches -MT hash-pjw.o -MD -MP -MF .deps/hash-pjw.Tpo -c -o hash-pjw.o hash-pjw.c
  994. x86_64-pc-linux-gnu-gcc -std=gnu99 -DHAVE_CONFIG_H -I. -I.. -O2 -pipe -ggdb -march=native -ftracer -frecord-gcc-switches -MT openat-die.o -MD -MP -MF .deps/openat-die.Tpo -c -o openat-die.o openat-die.c
  995. x86_64-pc-linux-gnu-gcc -std=gnu99 -DHAVE_CONFIG_H -I. -I.. -O2 -pipe -ggdb -march=native -ftracer -frecord-gcc-switches -MT xalloc-die.o -MD -MP -MF .deps/xalloc-die.Tpo -c -o xalloc-die.o xalloc-die.c
  996. x86_64-pc-linux-gnu-gcc -std=gnu99 -DHAVE_CONFIG_H -I. -I.. -O2 -pipe -ggdb -march=native -ftracer -frecord-gcc-switches -MT xvasprintf.o -MD -MP -MF .deps/xvasprintf.Tpo -c -o xvasprintf.o xvasprintf.c
  997. x86_64-pc-linux-gnu-gcc -std=gnu99 -DHAVE_CONFIG_H -I. -I.. -O2 -pipe -ggdb -march=native -ftracer -frecord-gcc-switches -MT xasprintf.o -MD -MP -MF .deps/xasprintf.Tpo -c -o xasprintf.o xasprintf.c
  998. x86_64-pc-linux-gnu-gcc -std=gnu99 -DHAVE_CONFIG_H -I. -I.. -O2 -pipe -ggdb -march=native -ftracer -frecord-gcc-switches -MT asnprintf.o -MD -MP -MF .deps/asnprintf.Tpo -c -o asnprintf.o asnprintf.c
  999. x86_64-pc-linux-gnu-gcc -std=gnu99 -DHAVE_CONFIG_H -I. -I.. -O2 -pipe -ggdb -march=native -ftracer -frecord-gcc-switches -MT basename-lgpl.o -MD -MP -MF .deps/basename-lgpl.Tpo -c -o basename-lgpl.o basename-lgpl.c
  1000. x86_64-pc-linux-gnu-gcc -std=gnu99 -DHAVE_CONFIG_H -I. -I.. -O2 -pipe -ggdb -march=native -ftracer -frecord-gcc-switches -MT chdir-long.o -MD -MP -MF .deps/chdir-long.Tpo -c -o chdir-long.o chdir-long.c
  1001. x86_64-pc-linux-gnu-gcc -std=gnu99 -DHAVE_CONFIG_H -I. -I.. -O2 -pipe -ggdb -march=native -ftracer -frecord-gcc-switches -MT cloexec.o -MD -MP -MF .deps/cloexec.Tpo -c -o cloexec.o cloexec.c
  1002. x86_64-pc-linux-gnu-gcc -std=gnu99 -DHAVE_CONFIG_H -I. -I.. -O2 -pipe -ggdb -march=native -ftracer -frecord-gcc-switches -MT creat-safer.o -MD -MP -MF .deps/creat-safer.Tpo -c -o creat-safer.o creat-safer.c
  1003. x86_64-pc-linux-gnu-gcc -std=gnu99 -DHAVE_CONFIG_H -I. -I.. -O2 -pipe -ggdb -march=native -ftracer -frecord-gcc-switches -MT cycle-check.o -MD -MP -MF .deps/cycle-check.Tpo -c -o cycle-check.o cycle-check.c
  1004. x86_64-pc-linux-gnu-gcc -std=gnu99 -DHAVE_CONFIG_H -I. -I.. -O2 -pipe -ggdb -march=native -ftracer -frecord-gcc-switches -MT dirname-lgpl.o -MD -MP -MF .deps/dirname-lgpl.Tpo -c -o dirname-lgpl.o dirname-lgpl.c
  1005. x86_64-pc-linux-gnu-gcc -std=gnu99 -DHAVE_CONFIG_H -I. -I.. -O2 -pipe -ggdb -march=native -ftracer -frecord-gcc-switches -MT dup-safer.o -MD -MP -MF .deps/dup-safer.Tpo -c -o dup-safer.o dup-safer.c
  1006. x86_64-pc-linux-gnu-gcc -std=gnu99 -DHAVE_CONFIG_H -I. -I.. -O2 -pipe -ggdb -march=native -ftracer -frecord-gcc-switches -MT fcntl.o -MD -MP -MF .deps/fcntl.Tpo -c -o fcntl.o fcntl.c
  1007. x86_64-pc-linux-gnu-gcc -std=gnu99 -DHAVE_CONFIG_H -I. -I.. -O2 -pipe -ggdb -march=native -ftracer -frecord-gcc-switches -MT fd-safer.o -MD -MP -MF .deps/fd-safer.Tpo -c -o fd-safer.o fd-safer.c
  1008. x86_64-pc-linux-gnu-gcc -std=gnu99 -DHAVE_CONFIG_H -I. -I.. -O2 -pipe -ggdb -march=native -ftracer -frecord-gcc-switches -MT fts.o -MD -MP -MF .deps/fts.Tpo -c -o fts.o fts.c
  1009. x86_64-pc-linux-gnu-gcc -std=gnu99 -DHAVE_CONFIG_H -I. -I.. -O2 -pipe -ggdb -march=native -ftracer -frecord-gcc-switches -MT hash.o -MD -MP -MF .deps/hash.Tpo -c -o hash.o hash.c
  1010. x86_64-pc-linux-gnu-gcc -std=gnu99 -DHAVE_CONFIG_H -I. -I.. -O2 -pipe -ggdb -march=native -ftracer -frecord-gcc-switches -MT i-ring.o -MD -MP -MF .deps/i-ring.Tpo -c -o i-ring.o i-ring.c
  1011. x86_64-pc-linux-gnu-gcc -std=gnu99 -DHAVE_CONFIG_H -I. -I.. -O2 -pipe -ggdb -march=native -ftracer -frecord-gcc-switches -MT open-safer.o -MD -MP -MF .deps/open-safer.Tpo -c -o open-safer.o open-safer.c
  1012. mv -f .deps/hash-pjw.Tpo .deps/hash-pjw.Po
  1013. mv -f .deps/full-write.Tpo .deps/full-write.Po
  1014. x86_64-pc-linux-gnu-gcc -std=gnu99 -DHAVE_CONFIG_H -I. -I.. -O2 -pipe -ggdb -march=native -ftracer -frecord-gcc-switches -MT openat-proc.o -MD -MP -MF .deps/openat-proc.Tpo -c -o openat-proc.o openat-proc.c
  1015. mv -f .deps/asnprintf.Tpo .deps/asnprintf.Po
  1016. mv -f .deps/exitfail.Tpo .deps/exitfail.Po
  1017. mv -f .deps/xasprintf.Tpo .deps/xasprintf.Po
  1018. x86_64-pc-linux-gnu-gcc -std=gnu99 -DHAVE_CONFIG_H -I. -I.. -O2 -pipe -ggdb -march=native -ftracer -frecord-gcc-switches -MT openat-safer.o -MD -MP -MF .deps/openat-safer.Tpo -c -o openat-safer.o openat-safer.c
  1019. x86_64-pc-linux-gnu-gcc -std=gnu99 -DHAVE_CONFIG_H -I. -I.. -O2 -pipe -ggdb -march=native -ftracer -frecord-gcc-switches -MT opendir-safer.o -MD -MP -MF .deps/opendir-safer.Tpo -c -o opendir-safer.o opendir-safer.c
  1020. x86_64-pc-linux-gnu-gcc -std=gnu99 -DHAVE_CONFIG_H -I. -I.. -O2 -pipe -ggdb -march=native -ftracer -frecord-gcc-switches -MT pipe-safer.o -MD -MP -MF .deps/pipe-safer.Tpo -c -o pipe-safer.o pipe-safer.c
  1021. x86_64-pc-linux-gnu-gcc -std=gnu99 -DHAVE_CONFIG_H -I. -I.. -O2 -pipe -ggdb -march=native -ftracer -frecord-gcc-switches -MT printf-args.o -MD -MP -MF .deps/printf-args.Tpo -c -o printf-args.o printf-args.c
  1022. mv -f .deps/close-hook.Tpo .deps/close-hook.Po
  1023. mv -f .deps/creat-safer.Tpo .deps/creat-safer.Po
  1024. x86_64-pc-linux-gnu-gcc -std=gnu99 -DHAVE_CONFIG_H -I. -I.. -O2 -pipe -ggdb -march=native -ftracer -frecord-gcc-switches -MT printf-parse.o -MD -MP -MF .deps/printf-parse.Tpo -c -o printf-parse.o printf-parse.c
  1025. mv -f .deps/xalloc-die.Tpo .deps/xalloc-die.Po
  1026. x86_64-pc-linux-gnu-gcc -std=gnu99 -DHAVE_CONFIG_H -I. -I.. -O2 -pipe -ggdb -march=native -ftracer -frecord-gcc-switches -MT safe-read.o -MD -MP -MF .deps/safe-read.Tpo -c -o safe-read.o safe-read.c
  1027. x86_64-pc-linux-gnu-gcc -std=gnu99 -DHAVE_CONFIG_H -I. -I.. -O2 -pipe -ggdb -march=native -ftracer -frecord-gcc-switches -MT safe-write.o -MD -MP -MF .deps/safe-write.Tpo -c -o safe-write.o safe-write.c
  1028. mv -f .deps/basename-lgpl.Tpo .deps/basename-lgpl.Po
  1029. x86_64-pc-linux-gnu-gcc -std=gnu99 -DHAVE_CONFIG_H -I. -I.. -O2 -pipe -ggdb -march=native -ftracer -frecord-gcc-switches -MT save-cwd.o -MD -MP -MF .deps/save-cwd.Tpo -c -o save-cwd.o save-cwd.c
  1030. mv -f .deps/dup-safer.Tpo .deps/dup-safer.Po
  1031. mv -f .deps/open-safer.Tpo .deps/open-safer.Po
  1032. mv -f .deps/fd-safer.Tpo .deps/fd-safer.Po
  1033. x86_64-pc-linux-gnu-gcc -std=gnu99 -DHAVE_CONFIG_H -I. -I.. -O2 -pipe -ggdb -march=native -ftracer -frecord-gcc-switches -MT stripslash.o -MD -MP -MF .deps/stripslash.Tpo -c -o stripslash.o stripslash.c
  1034. x86_64-pc-linux-gnu-gcc -std=gnu99 -DHAVE_CONFIG_H -I. -I.. -O2 -pipe -ggdb -march=native -ftracer -frecord-gcc-switches -MT vasnprintf.o -MD -MP -MF .deps/vasnprintf.Tpo -c -o vasnprintf.o vasnprintf.c
  1035. x86_64-pc-linux-gnu-gcc -std=gnu99 -DHAVE_CONFIG_H -I. -I.. -O2 -pipe -ggdb -march=native -ftracer -frecord-gcc-switches -MT xgetcwd.o -MD -MP -MF .deps/xgetcwd.Tpo -c -o xgetcwd.o xgetcwd.c
  1036. mv -f .deps/cloexec.Tpo .deps/cloexec.Po
  1037. mv -f .deps/c-ctype.Tpo .deps/c-ctype.Po
  1038. x86_64-pc-linux-gnu-gcc -std=gnu99 -DHAVE_CONFIG_H -I. -I.. -O2 -pipe -ggdb -march=native -ftracer -frecord-gcc-switches -MT xmalloc.o -MD -MP -MF .deps/xmalloc.Tpo -c -o xmalloc.o xmalloc.c
  1039. x86_64-pc-linux-gnu-gcc -std=gnu99 -DHAVE_CONFIG_H -I. -I.. -O2 -pipe -ggdb -march=native -ftracer -frecord-gcc-switches -MT xstrtol.o -MD -MP -MF .deps/xstrtol.Tpo -c -o xstrtol.o xstrtol.c
  1040. mv -f .deps/i-ring.Tpo .deps/i-ring.Po
  1041. mv -f .deps/dirname-lgpl.Tpo .deps/dirname-lgpl.Po
  1042. x86_64-pc-linux-gnu-gcc -std=gnu99 -DHAVE_CONFIG_H -I. -I.. -O2 -pipe -ggdb -march=native -ftracer -frecord-gcc-switches -MT xstrtol-error.o -MD -MP -MF .deps/xstrtol-error.Tpo -c -o xstrtol-error.o xstrtol-error.c
  1043. mv -f .deps/openat-die.Tpo .deps/openat-die.Po
  1044. x86_64-pc-linux-gnu-gcc -std=gnu99 -DHAVE_CONFIG_H -I. -I.. -O2 -pipe -ggdb -march=native -ftracer -frecord-gcc-switches -MT xstrtoul.o -MD -MP -MF .deps/xstrtoul.Tpo -c -o xstrtoul.o xstrtoul.c
  1045. mv -f .deps/cycle-check.Tpo .deps/cycle-check.Po
  1046. mv -f .deps/fcntl.Tpo .deps/fcntl.Po
  1047. mv -f .deps/openat-safer.Tpo .deps/openat-safer.Po
  1048. mv -f .deps/xvasprintf.Tpo .deps/xvasprintf.Po
  1049. mv -f .deps/opendir-safer.Tpo .deps/opendir-safer.Po
  1050. mv -f .deps/stripslash.Tpo .deps/stripslash.Po
  1051. mv -f .deps/pipe-safer.Tpo .deps/pipe-safer.Po
  1052. mv -f .deps/safe-write.Tpo .deps/safe-write.Po
  1053. mv -f .deps/safe-read.Tpo .deps/safe-read.Po
  1054. mv -f .deps/xgetcwd.Tpo .deps/xgetcwd.Po
  1055. mv -f .deps/xstrtol-error.Tpo .deps/xstrtol-error.Po
  1056. mv -f .deps/filevercmp.Tpo .deps/filevercmp.Po
  1057. mv -f .deps/chdir-long.Tpo .deps/chdir-long.Po
  1058. mv -f .deps/openat-proc.Tpo .deps/openat-proc.Po
  1059. mv -f .deps/save-cwd.Tpo .deps/save-cwd.Po
  1060. mv -f .deps/xmalloc.Tpo .deps/xmalloc.Po
  1061. mv -f .deps/printf-args.Tpo .deps/printf-args.Po
  1062. mv -f .deps/xstrtol.Tpo .deps/xstrtol.Po
  1063. mv -f .deps/xstrtoul.Tpo .deps/xstrtoul.Po
  1064. mv -f .deps/printf-parse.Tpo .deps/printf-parse.Po
  1065. mv -f .deps/hash.Tpo .deps/hash.Po
  1066. mv -f .deps/vasnprintf.Tpo .deps/vasnprintf.Po
  1067. mv -f .deps/fts.Tpo .deps/fts.Po
  1068. rm -f libgnu.a
  1069. ar cru libgnu.a c-ctype.o close-hook.o exitfail.o filevercmp.o full-write.o hash-pjw.o openat-die.o xalloc-die.o xvasprintf.o xasprintf.o asnprintf.o basename-lgpl.o chdir-long.o cloexec.o creat-safer.o cycle-check.o dirname-lgpl.o dup-safer.o fcntl.o fd-safer.o fts.o hash.o i-ring.o open-safer.o openat-proc.o openat-safer.o opendir-safer.o pipe-safer.o printf-args.o printf-parse.o safe-read.o safe-write.o save-cwd.o stripslash.o vasnprintf.o xgetcwd.o xmalloc.o xstrtol.o xstrtol-error.o xstrtoul.o
  1070. x86_64-pc-linux-gnu-ranlib libgnu.a
  1071. make[4]: Leaving directory `/tmp/portage/dev-util/febootstrap-2.11/work/febootstrap-2.11/lib'
  1072. make[3]: Leaving directory `/tmp/portage/dev-util/febootstrap-2.11/work/febootstrap-2.11/lib'
  1073. make[2]: Leaving directory `/tmp/portage/dev-util/febootstrap-2.11/work/febootstrap-2.11/lib'
  1074. Making all in helper
  1075. make[2]: Entering directory `/tmp/portage/dev-util/febootstrap-2.11/work/febootstrap-2.11/helper'
  1076. x86_64-pc-linux-gnu-gcc -std=gnu99 -DHAVE_CONFIG_H -I. -I.. -Wall -I../lib -O2 -pipe -ggdb -march=native -ftracer -frecord-gcc-switches -MT febootstrap_supermin_helper-appliance.o -MD -MP -MF .deps/febootstrap_supermin_helper-appliance.Tpo -c -o febootstrap_supermin_helper-appliance.o `test -f 'appliance.c' || echo './'`appliance.c
  1077. x86_64-pc-linux-gnu-gcc -std=gnu99 -DHAVE_CONFIG_H -I. -I.. -Wall -I../lib -O2 -pipe -ggdb -march=native -ftracer -frecord-gcc-switches -MT febootstrap_supermin_helper-checksum.o -MD -MP -MF .deps/febootstrap_supermin_helper-checksum.Tpo -c -o febootstrap_supermin_helper-checksum.o `test -f 'checksum.c' || echo './'`checksum.c
  1078. x86_64-pc-linux-gnu-gcc -std=gnu99 -DHAVE_CONFIG_H -I. -I.. -Wall -I../lib -O2 -pipe -ggdb -march=native -ftracer -frecord-gcc-switches -MT febootstrap_supermin_helper-cpio.o -MD -MP -MF .deps/febootstrap_supermin_helper-cpio.Tpo -c -o febootstrap_supermin_helper-cpio.o `test -f 'cpio.c' || echo './'`cpio.c
  1079. x86_64-pc-linux-gnu-gcc -std=gnu99 -DHAVE_CONFIG_H -I. -I.. -Wall -I../lib -O2 -pipe -ggdb -march=native -ftracer -frecord-gcc-switches -MT febootstrap_supermin_helper-ext2.o -MD -MP -MF .deps/febootstrap_supermin_helper-ext2.Tpo -c -o febootstrap_supermin_helper-ext2.o `test -f 'ext2.c' || echo './'`ext2.c
  1080. x86_64-pc-linux-gnu-gcc -std=gnu99 -DHAVE_CONFIG_H -I. -I.. -Wall -I../lib -O2 -pipe -ggdb -march=native -ftracer -frecord-gcc-switches -MT febootstrap_supermin_helper-ext2cpio.o -MD -MP -MF .deps/febootstrap_supermin_helper-ext2cpio.Tpo -c -o febootstrap_supermin_helper-ext2cpio.o `test -f 'ext2cpio.c' || echo './'`ext2cpio.c
  1081. x86_64-pc-linux-gnu-gcc -std=gnu99 -DHAVE_CONFIG_H -I. -I.. -Wall -I../lib -O2 -pipe -ggdb -march=native -ftracer -frecord-gcc-switches -MT febootstrap_supermin_helper-ext2initrd.o -MD -MP -MF .deps/febootstrap_supermin_helper-ext2initrd.Tpo -c -o febootstrap_supermin_helper-ext2initrd.o `test -f 'ext2initrd.c' || echo './'`ext2initrd.c
  1082. x86_64-pc-linux-gnu-gcc -std=gnu99 -DHAVE_CONFIG_H -I. -I.. -Wall -I../lib -O2 -pipe -ggdb -march=native -ftracer -frecord-gcc-switches -MT febootstrap_supermin_helper-kernel.o -MD -MP -MF .deps/febootstrap_supermin_helper-kernel.Tpo -c -o febootstrap_supermin_helper-kernel.o `test -f 'kernel.c' || echo './'`kernel.c
  1083. x86_64-pc-linux-gnu-gcc -std=gnu99 -DHAVE_CONFIG_H -I. -I.. -Wall -I../lib -O2 -pipe -ggdb -march=native -ftracer -frecord-gcc-switches -MT febootstrap_supermin_helper-main.o -MD -MP -MF .deps/febootstrap_supermin_helper-main.Tpo -c -o febootstrap_supermin_helper-main.o `test -f 'main.c' || echo './'`main.c
  1084. x86_64-pc-linux-gnu-gcc -std=gnu99 -DHAVE_CONFIG_H -I. -I.. -Wall -I../lib -O2 -pipe -ggdb -march=native -ftracer -frecord-gcc-switches -MT febootstrap_supermin_helper-utils.o -MD -MP -MF .deps/febootstrap_supermin_helper-utils.Tpo -c -o febootstrap_supermin_helper-utils.o `test -f 'utils.c' || echo './'`utils.c
  1085. x86_64-pc-linux-gnu-gcc -std=gnu99 -DHAVE_CONFIG_H -I. -I.. -static -O2 -pipe -ggdb -march=native -ftracer -frecord-gcc-switches -MT init-init.o -MD -MP -MF .deps/init-init.Tpo -c -o init-init.o `test -f 'init.c' || echo './'`init.c
  1086. init.c: In function 'main':
  1087. init.c:106:9: warning: ignoring return value of 'fgets', declared with attribute warn_unused_result [-Wunused-result]
  1088. init.c:146:9: warning: ignoring return value of 'chdir', declared with attribute warn_unused_result [-Wunused-result]
  1089. init.c: In function 'print_uptime':
  1090. init.c:191:9: warning: ignoring return value of 'fgets', declared with attribute warn_unused_result [-Wunused-result]
  1091. ext2initrd.c: In function 'ext2_make_initrd':
  1092. ext2initrd.c:183:10: warning: ignoring return value of 'system', declared with attribute warn_unused_result [-Wunused-result]
  1093. mv -f .deps/febootstrap_supermin_helper-kernel.Tpo .deps/febootstrap_supermin_helper-kernel.Po
  1094. mv -f .deps/febootstrap_supermin_helper-checksum.Tpo .deps/febootstrap_supermin_helper-checksum.Po
  1095. mv -f .deps/init-init.Tpo .deps/init-init.Po
  1096. x86_64-pc-linux-gnu-gcc -std=gnu99 -static -O2 -pipe -ggdb -march=native -ftracer -frecord-gcc-switches -all-static -Wl,-O1 -Wl,--as-needed -o init init-init.o
  1097. x86_64-pc-linux-gnu-gcc: error: unrecognized command line option '-all-static'
  1098. make[2]: *** [init] Error 1
  1099. make[2]: *** Waiting for unfinished jobs....
  1100. mv -f .deps/febootstrap_supermin_helper-main.Tpo .deps/febootstrap_supermin_helper-main.Po
  1101. mv -f .deps/febootstrap_supermin_helper-cpio.Tpo .deps/febootstrap_supermin_helper-cpio.Po
  1102. mv -f .deps/febootstrap_supermin_helper-ext2initrd.Tpo .deps/febootstrap_supermin_helper-ext2initrd.Po
  1103. mv -f .deps/febootstrap_supermin_helper-utils.Tpo .deps/febootstrap_supermin_helper-utils.Po
  1104. mv -f .deps/febootstrap_supermin_helper-ext2cpio.Tpo .deps/febootstrap_supermin_helper-ext2cpio.Po
  1105. mv -f .deps/febootstrap_supermin_helper-appliance.Tpo .deps/febootstrap_supermin_helper-appliance.Po
  1106. mv -f .deps/febootstrap_supermin_helper-ext2.Tpo .deps/febootstrap_supermin_helper-ext2.Po
  1107. make[2]: Leaving directory `/tmp/portage/dev-util/febootstrap-2.11/work/febootstrap-2.11/helper'
  1108. make[1]: *** [all-recursive] Error 1
  1109. make[1]: Leaving directory `/tmp/portage/dev-util/febootstrap-2.11/work/febootstrap-2.11'
  1110. make: *** [all] Error 2
  1111. emake failed
  1112. * ERROR: dev-util/febootstrap-2.11 failed (compile phase):
  1113. * emake failed
  1114. *
  1115. * Call stack:
  1116. * ebuild.sh, line 85: Called src_compile
  1117. * environment, line 2216: Called _eapi2_src_compile
  1118. * phase-helpers.sh, line 573: Called die
  1119. * The specific snippet of code:
  1120. * emake || die "emake failed"
  1121. *
  1122. * If you need support, post the output of `emerge --info '=dev-util/febootstrap-2.11'`,
  1123. * the complete build log and the output of `emerge -pqv '=dev-util/febootstrap-2.11'`.
  1124. sed: couldn't open temporary file /etc/portage/package.mask/sedYlynqq: Permission denied