Advertisement
Guest User

Untitled

a guest
Dec 1st, 2017
674
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 116.90 KB | None | 0 0
  1. cat /var/tmp/portage/net-misc/wget-1.19.1-r2/temp/build.log
  2. * Package: net-misc/wget-1.19.1-r2
  3. * Repository: gentoo
  4. * Maintainer: base-system@gentoo.org
  5. * USE: abi_x86_32 elibc_glibc ipv6 kernel_linux nls pcre ssl userland_GNU x86 zlib
  6. * FEATURES: preserve-libs sandbox userpriv usersandbox
  7. >>> Unpacking source...
  8. >>> Unpacking wget-1.19.1.tar.xz to /var/tmp/portage/net-misc/wget-1.19.1-r2/work
  9. >>> Source unpacked in /var/tmp/portage/net-misc/wget-1.19.1-r2/work
  10. >>> Preparing source in /var/tmp/portage/net-misc/wget-1.19.1-r2/work/wget-1.19.1 ...
  11. * Applying wget-1.19.1-CRLF_injection.patch ... [ ok ]
  12. * Applying wget-1.19.1-fix-Perl-warnings-in-tests.patch ... [ ok ]
  13. * Applying wget-1.19.1-fix-Python-test-suite.patch ... [ ok ]
  14. * Applying wget-1.19.1-CVE-2017-13089.patch ... [ ok ]
  15. * Applying wget-1.19.1-CVE-2017-13090.patch ... [ ok ]
  16. >>> Source prepared.
  17. >>> Configuring source in /var/tmp/portage/net-misc/wget-1.19.1-r2/work/wget-1.19.1 ...
  18. * econf: updating wget-1.19.1/build-aux/config.sub with /usr/share/gnuconfig/config.sub
  19. * econf: updating wget-1.19.1/build-aux/config.guess with /usr/share/gnuconfig/config.guess
  20. ./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 --disable-dependency-tracking --disable-silent-rules --docdir=/usr/share/doc/wget-1.19.1-r2 --htmldir=/usr/share/doc/wget-1.19.1-r2/html --libdir=/usr/lib --disable-assert --disable-rpath --without-included-libunistring --without-libunistring-prefix --disable-debug --disable-iri --enable-ipv6 --enable-nls --disable-ntlm --enable-pcre --enable-digest --enable-opie --without-libidn --with-ssl=openssl --without-libuuid --with-zlib
  21. configure: configuring for GNU Wget 1.19.1
  22. checking for a BSD-compatible install... /usr/lib/portage/python3.4/ebuild-helpers/xattr/install -c
  23. checking whether build environment is sane... yes
  24. checking for a thread-safe mkdir -p... /bin/mkdir -p
  25. checking for gawk... gawk
  26. checking whether make sets $(MAKE)... yes
  27. checking whether make supports nested variables... yes
  28. checking build system type... i686-pc-linux-gnu
  29. checking host system type... i686-pc-linux-gnu
  30. checking whether make supports nested variables... (cached) yes
  31. checking for i686-pc-linux-gnu-gcc... i686-pc-linux-gnu-gcc
  32. checking whether the C compiler works... yes
  33. checking for C compiler default output file name... a.out
  34. checking for suffix of executables...
  35. checking whether we are cross compiling... no
  36. checking for suffix of object files... o
  37. checking whether we are using the GNU C compiler... yes
  38. checking whether i686-pc-linux-gnu-gcc accepts -g... yes
  39. checking for i686-pc-linux-gnu-gcc option to accept ISO C89... none needed
  40. checking whether i686-pc-linux-gnu-gcc understands -c and -o together... yes
  41. checking for style of include used by make... GNU
  42. checking dependency style of i686-pc-linux-gnu-gcc... none
  43. checking how to run the C preprocessor... i686-pc-linux-gnu-gcc -E
  44. checking for grep that handles long lines and -e... /bin/grep
  45. checking for egrep... /bin/grep -E
  46. checking for ANSI C header files... yes
  47. checking for sys/types.h... yes
  48. checking for sys/stat.h... yes
  49. checking for stdlib.h... yes
  50. checking for string.h... yes
  51. checking for memory.h... yes
  52. checking for strings.h... yes
  53. checking for inttypes.h... yes
  54. checking for stdint.h... yes
  55. checking for unistd.h... yes
  56. checking minix/config.h usability... no
  57. checking minix/config.h presence... no
  58. checking for minix/config.h... no
  59. checking whether it is safe to define __EXTENSIONS__... yes
  60. checking whether _XOPEN_SOURCE should be defined... no
  61. checking for Minix Amsterdam compiler... no
  62. checking for i686-pc-linux-gnu-ar... i686-pc-linux-gnu-ar
  63. checking the archiver (i686-pc-linux-gnu-ar) interface... ar
  64. checking for i686-pc-linux-gnu-ar... (cached) i686-pc-linux-gnu-ar
  65. checking for i686-pc-linux-gnu-ranlib... i686-pc-linux-gnu-ranlib
  66. checking for _LARGEFILE_SOURCE value needed for large files... no
  67. checking for special C compiler options needed for large files... no
  68. checking for _FILE_OFFSET_BITS value needed for large files... 64
  69. checking for a Python interpreter with version >= 3.0... python
  70. checking for python... /usr/bin/python
  71. checking for python version... 3.4
  72. checking for python platform... linux
  73. checking for python script directory... ${prefix}/lib/python3.4/site-packages
  74. checking for python extension module directory... ${exec_prefix}/lib/python3.4/site-packages
  75. checking for a sed that does not truncate output... /bin/sed
  76. checking whether NLS is requested... yes
  77. checking for msgfmt... /usr/bin/msgfmt
  78. checking for gmsgfmt... /usr/bin/gmsgfmt
  79. checking for xgettext... /usr/bin/xgettext
  80. checking for msgmerge... /usr/bin/msgmerge
  81. checking for ld used by i686-pc-linux-gnu-gcc... /usr/i686-pc-linux-gnu/bin/ld
  82. checking if the linker (/usr/i686-pc-linux-gnu/bin/ld) is GNU ld... yes
  83. checking for shared library run path origin... done
  84. checking for CFPreferencesCopyAppValue... no
  85. checking for CFLocaleCopyCurrent... no
  86. checking for GNU gettext in libc... yes
  87. checking whether to use NLS... yes
  88. checking where the gettext function comes from... libc
  89. checking for i686-pc-linux-gnu-ranlib... (cached) i686-pc-linux-gnu-ranlib
  90. checking for flex... flex
  91. checking lex output file root... lex.yy
  92. checking lex library... -lfl
  93. checking whether yytext is a pointer... yes
  94. checking for an ANSI C-conforming const... yes
  95. checking for inline... inline
  96. checking for working volatile... yes
  97. checking for ANSI C header files... (cached) yes
  98. checking for special C compiler options needed for large files... (cached) no
  99. checking for _FILE_OFFSET_BITS value needed for large files... (cached) 64
  100. checking size of off_t... 8
  101. checking for stdbool.h that conforms to C99... yes
  102. checking for _Bool... yes
  103. checking for unistd.h... (cached) yes
  104. checking sys/time.h usability... yes
  105. checking sys/time.h presence... yes
  106. checking for sys/time.h... yes
  107. checking termios.h usability... yes
  108. checking termios.h presence... yes
  109. checking for termios.h... yes
  110. checking sys/ioctl.h usability... yes
  111. checking sys/ioctl.h presence... yes
  112. checking for sys/ioctl.h... yes
  113. checking sys/select.h usability... yes
  114. checking sys/select.h presence... yes
  115. checking for sys/select.h... yes
  116. checking utime.h usability... yes
  117. checking utime.h presence... yes
  118. checking for utime.h... yes
  119. checking sys/utime.h usability... no
  120. checking sys/utime.h presence... no
  121. checking for sys/utime.h... no
  122. checking for stdint.h... (cached) yes
  123. checking for inttypes.h... (cached) yes
  124. checking pwd.h usability... yes
  125. checking pwd.h presence... yes
  126. checking for pwd.h... yes
  127. checking wchar.h usability... yes
  128. checking wchar.h presence... yes
  129. checking for wchar.h... yes
  130. checking whether h_errno is declared... yes
  131. checking size of short... 2
  132. checking size of int... 4
  133. checking size of long... 4
  134. checking size of long long... 8
  135. checking size of void *... 4
  136. checking for size_t... yes
  137. checking for pid_t... yes
  138. checking for uint32_t... yes
  139. checking for uintptr_t... yes
  140. checking for intptr_t... yes
  141. checking for int64_t... yes
  142. checking for sig_atomic_t... yes
  143. checking for sys/socket.h... yes
  144. checking for arpa/inet.h... yes
  145. checking for features.h... yes
  146. checking for unistd.h... (cached) yes
  147. checking for wctype.h... yes
  148. checking for sys/stat.h... (cached) yes
  149. checking for netdb.h... yes
  150. checking for netinet/in.h... yes
  151. checking for getopt.h... yes
  152. checking for stdio_ext.h... yes
  153. checking for termios.h... (cached) yes
  154. checking for sys/time.h... (cached) yes
  155. checking for iconv.h... yes
  156. checking for limits.h... yes
  157. checking for wchar.h... (cached) yes
  158. checking for stdint.h... (cached) yes
  159. checking for inttypes.h... (cached) yes
  160. checking for langinfo.h... yes
  161. checking for xlocale.h... yes
  162. checking for sys/mman.h... yes
  163. checking for sys/select.h... (cached) yes
  164. checking for sys/param.h... yes
  165. checking for malloc.h... yes
  166. checking for sys/cdefs.h... yes
  167. checking for spawn.h... yes
  168. checking for strings.h... (cached) yes
  169. checking for sys/file.h... yes
  170. checking for sys/ioctl.h... (cached) yes
  171. checking for sys/uio.h... yes
  172. checking for sys/wait.h... yes
  173. checking for utime.h... (cached) yes
  174. checking for stdlib.h... (cached) yes
  175. checking whether the preprocessor supports include_next... yes
  176. checking whether system header files limit the line length... no
  177. checking whether <sys/socket.h> is self-contained... yes
  178. checking for shutdown... yes
  179. checking whether <sys/socket.h> defines the SHUT_* macros... yes
  180. checking for struct sockaddr_storage... yes
  181. checking for sa_family_t... yes
  182. checking for struct sockaddr_storage.ss_family... yes
  183. checking whether socket is declared without a macro... yes
  184. checking whether connect is declared without a macro... yes
  185. checking whether accept is declared without a macro... yes
  186. checking whether bind is declared without a macro... yes
  187. checking whether getpeername is declared without a macro... yes
  188. checking whether getsockname is declared without a macro... yes
  189. checking whether getsockopt is declared without a macro... yes
  190. checking whether listen is declared without a macro... yes
  191. checking whether recv is declared without a macro... yes
  192. checking whether send is declared without a macro... yes
  193. checking whether recvfrom is declared without a macro... yes
  194. checking whether sendto is declared without a macro... yes
  195. checking whether setsockopt is declared without a macro... yes
  196. checking whether shutdown is declared without a macro... yes
  197. checking whether accept4 is declared without a macro... yes
  198. checking for working alloca.h... yes
  199. checking for alloca... yes
  200. checking for C/C++ restrict keyword... __restrict
  201. checking whether <wchar.h> uses 'inline' correctly... yes
  202. checking for btowc... yes
  203. checking for _set_invalid_parameter_handler... no
  204. checking for fcntl... yes
  205. checking for symlink... yes
  206. checking for flock... yes
  207. checking for isblank... yes
  208. checking for iswctype... yes
  209. checking for mbsrtowcs... yes
  210. checking for mempcpy... yes
  211. checking for wmemchr... yes
  212. checking for wmemcpy... yes
  213. checking for wmempcpy... yes
  214. checking for futimens... yes
  215. checking for getdelim... yes
  216. checking for getdtablesize... yes
  217. checking for __fsetlocking... yes
  218. checking for tcgetattr... yes
  219. checking for tcsetattr... yes
  220. checking for getprogname... no
  221. checking for getexecname... no
  222. checking for gettimeofday... yes
  223. checking for nanotime... no
  224. checking for iswcntrl... yes
  225. checking for iswblank... yes
  226. checking for link... yes
  227. checking for lstat... yes
  228. checking for mbsinit... yes
  229. checking for mbrtowc... yes
  230. checking for mprotect... yes
  231. checking for mkostemp... yes
  232. checking for mkstemp... yes
  233. checking for tzset... yes
  234. checking for nl_langinfo... yes
  235. checking for pipe... yes
  236. checking for pipe2... yes
  237. checking for secure_getenv... yes
  238. checking for getuid... yes
  239. checking for geteuid... yes
  240. checking for getgid... yes
  241. checking for getegid... yes
  242. checking for sigaction... yes
  243. checking for sigaltstack... yes
  244. checking for siginterrupt... yes
  245. checking for snprintf... yes
  246. checking for strdup... yes
  247. checking for __xpg_strerror_r... yes
  248. checking for catgets... yes
  249. checking for strndup... yes
  250. checking for strptime... yes
  251. checking for localtime_r... yes
  252. checking for timegm... yes
  253. checking for futimes... yes
  254. checking for futimesat... yes
  255. checking for utimensat... yes
  256. checking for lutimes... yes
  257. checking for vasnprintf... no
  258. checking for wcrtomb... yes
  259. checking for wcwidth... yes
  260. checking for nl_langinfo and CODESET... yes
  261. checking for a traditional french locale... none
  262. checking whether byte ordering is bigendian... no
  263. checking whether // is distinct from /... no
  264. checking if environ is properly declared... yes
  265. checking for complete errno.h... yes
  266. checking for sig_atomic_t... (cached) yes
  267. checking for working fcntl.h... yes
  268. checking for mode_t... yes
  269. checking for mbstate_t... yes
  270. checking whether stdin defaults to large file offsets... yes
  271. checking whether fseeko is declared... yes
  272. checking for fseeko... yes
  273. checking whether stat file-mode macros are broken... no
  274. checking for nlink_t... yes
  275. checking whether fchmodat is declared without a macro... yes
  276. checking whether fstat is declared without a macro... yes
  277. checking whether fstatat is declared without a macro... yes
  278. checking whether futimens is declared without a macro... yes
  279. checking whether lchmod is declared without a macro... yes
  280. checking whether lstat is declared without a macro... yes
  281. checking whether mkdirat is declared without a macro... yes
  282. checking whether mkfifo is declared without a macro... yes
  283. checking whether mkfifoat is declared without a macro... yes
  284. checking whether mknod is declared without a macro... yes
  285. checking whether mknodat is declared without a macro... yes
  286. checking whether stat is declared without a macro... yes
  287. checking whether utimensat is declared without a macro... yes
  288. checking whether ftello is declared... yes
  289. checking for ftello... yes
  290. checking whether ftello works... yes
  291. checking whether getaddrinfo is declared without a macro... yes
  292. checking whether freeaddrinfo is declared without a macro... yes
  293. checking whether gai_strerror is declared without a macro... yes
  294. checking whether getnameinfo is declared without a macro... yes
  295. checking for library containing gethostbyname... none required
  296. checking for gethostbyname... yes
  297. checking for library containing getservbyname... none required
  298. checking for getservbyname... yes
  299. checking for library containing inet_ntop... none required
  300. checking whether inet_ntop is declared... yes
  301. checking for IPv4 sockets... yes
  302. checking for IPv6 sockets... yes
  303. checking whether getdelim is declared... yes
  304. checking whether getdtablesize is declared... yes
  305. checking whether getline is declared... yes
  306. checking for getopt.h... (cached) yes
  307. checking for getopt_long_only... yes
  308. checking whether getopt is POSIX compatible... yes
  309. checking for working GNU getopt function... yes
  310. checking for working GNU getopt_long function... yes
  311. checking whether getenv is declared... yes
  312. checking whether getpass is declared... yes
  313. checking whether fflush_unlocked is declared... yes
  314. checking whether flockfile is declared... yes
  315. checking whether fputs_unlocked is declared... yes
  316. checking whether funlockfile is declared... yes
  317. checking whether putc_unlocked is declared... yes
  318. checking for struct timeval... yes
  319. checking for wide-enough struct timeval.tv_sec member... yes
  320. checking whether gettimeofday is declared without a macro... yes
  321. checking for iconv... yes
  322. checking for working iconv... yes
  323. checking for iconv declaration...
  324. extern size_t iconv (iconv_t cd, char * *inbuf, size_t *inbytesleft, char * *outbuf, size_t *outbytesleft);
  325. checking whether limits.h has ULLONG_WIDTH etc.... yes
  326. checking for wint_t... yes
  327. checking whether wint_t is too small... no
  328. checking for unsigned long long int... yes
  329. checking for long long int... yes
  330. checking whether stdint.h conforms to C99... yes
  331. checking whether stdint.h predates C++11... no
  332. checking whether stdint.h has UINTMAX_WIDTH etc.... yes
  333. checking whether imaxabs is declared without a macro... yes
  334. checking whether imaxdiv is declared without a macro... yes
  335. checking whether strtoimax is declared without a macro... yes
  336. checking whether strtoumax is declared without a macro... yes
  337. checking for inttypes.h... (cached) yes
  338. checking whether the inttypes.h PRIxNN macros are broken... no
  339. checking whether iswcntrl works... yes
  340. checking for towlower... yes
  341. checking for wctype_t... yes
  342. checking for wctrans_t... yes
  343. checking whether wctype is declared without a macro... yes
  344. checking whether iswctype is declared without a macro... yes
  345. checking whether wctrans is declared without a macro... yes
  346. checking whether towctrans is declared without a macro... yes
  347. checking whether included libunistring is requested... no
  348. checking for libunistring... (cached) no
  349. checking whether getc_unlocked is declared... yes
  350. checking whether we are using the GNU C Library >= 2.1 or uClibc... yes
  351. checking for wchar_t... yes
  352. checking for max_align_t... yes
  353. checking whether NULL can be used in arbitrary expressions... yes
  354. checking whether imported symbols can be declared weak... yes
  355. checking pthread.h usability... yes
  356. checking pthread.h presence... yes
  357. checking for pthread.h... yes
  358. checking for multithread API to use... posix
  359. checking whether lstat correctly handles trailing slash... yes
  360. checking whether malloc, realloc, calloc are POSIX compliant... yes
  361. checking for a traditional japanese locale... none
  362. checking for a transitional chinese locale... none
  363. checking for a french Unicode locale... none
  364. checking for mmap... yes
  365. checking for MAP_ANONYMOUS... yes
  366. checking whether memchr works... yes
  367. checking whether memrchr is declared... yes
  368. checking whether <limits.h> defines MIN and MAX... no
  369. checking whether <sys/param.h> defines MIN and MAX... yes
  370. checking whether time_t is signed... yes
  371. checking whether alarm is declared... yes
  372. checking whether <sys/select.h> is self-contained... yes
  373. checking whether pselect is declared without a macro... yes
  374. checking whether select is declared without a macro... yes
  375. checking for library containing setsockopt... none needed
  376. checking whether select supports a 0 argument... yes
  377. checking whether select detects invalid fds... yes
  378. checking for promoted mode_t type... mode_t
  379. checking for library containing posix_spawn... none required
  380. checking for posix_spawn... yes
  381. checking whether posix_spawn works... yes
  382. checking whether posix_spawnattr_setschedpolicy is supported... yes
  383. checking whether posix_spawnattr_setschedparam is supported... yes
  384. checking for sigset_t... yes
  385. checking for SIGPIPE... yes
  386. checking for stdlib.h... (cached) yes
  387. checking for GNU libc compatible malloc... yes
  388. checking for uid_t in sys/types.h... yes
  389. checking whether C symbols are prefixed with underscore at the linker level... no
  390. checking whether snprintf returns a byte count as in C99... yes
  391. checking whether snprintf is declared... yes
  392. checking whether strdup is declared... yes
  393. checking whether strerror(0) succeeds... yes
  394. checking for strerror_r... yes
  395. checking for strerror_r with POSIX signature... no
  396. checking whether __xpg_strerror_r works... yes
  397. checking whether ffsl is declared without a macro... yes
  398. checking whether ffsll is declared without a macro... yes
  399. checking whether memmem is declared without a macro... yes
  400. checking whether mempcpy is declared without a macro... yes
  401. checking whether memrchr is declared without a macro... yes
  402. checking whether rawmemchr is declared without a macro... yes
  403. checking whether stpcpy is declared without a macro... yes
  404. checking whether stpncpy is declared without a macro... yes
  405. checking whether strchrnul is declared without a macro... yes
  406. checking whether strdup is declared without a macro... yes
  407. checking whether strncat is declared without a macro... yes
  408. checking whether strndup is declared without a macro... yes
  409. checking whether strnlen is declared without a macro... yes
  410. checking whether strpbrk is declared without a macro... yes
  411. checking whether strsep is declared without a macro... yes
  412. checking whether strcasestr is declared without a macro... yes
  413. checking whether strtok_r is declared without a macro... yes
  414. checking whether strerror_r is declared without a macro... yes
  415. checking whether strsignal is declared without a macro... yes
  416. checking whether strverscmp is declared without a macro... yes
  417. checking whether ffs is declared without a macro... yes
  418. checking whether strcasecmp is declared without a macro... yes
  419. checking whether strncasecmp is declared without a macro... yes
  420. checking whether strndup is declared... (cached) yes
  421. checking whether strnlen is declared... (cached) yes
  422. checking for struct tm.tm_gmtoff... yes
  423. checking whether strtok_r is declared... (cached) yes
  424. checking for struct timespec in <time.h>... yes
  425. checking whether clearerr_unlocked is declared... yes
  426. checking whether feof_unlocked is declared... yes
  427. checking whether ferror_unlocked is declared... yes
  428. checking whether fgets_unlocked is declared... yes
  429. checking whether fputc_unlocked is declared... yes
  430. checking whether fread_unlocked is declared... yes
  431. checking whether fwrite_unlocked is declared... yes
  432. checking whether getchar_unlocked is declared... yes
  433. checking whether putchar_unlocked is declared... yes
  434. checking whether the utimes function works... yes
  435. checking for struct utimbuf... yes
  436. checking for inttypes.h... yes
  437. checking for stdint.h... yes
  438. checking for intmax_t... yes
  439. checking where to find the exponent in a 'double'... word 1 bit 20
  440. checking for snprintf... (cached) yes
  441. checking for strnlen... yes
  442. checking for wcslen... yes
  443. checking for wcsnlen... yes
  444. checking for mbrtowc... (cached) yes
  445. checking for wcrtomb... (cached) yes
  446. checking whether _snprintf is declared... no
  447. checking whether vsnprintf is declared... yes
  448. checking for alloca as a compiler built-in... yes
  449. checking whether inet_ntop is declared without a macro... yes
  450. checking whether inet_pton is declared without a macro... yes
  451. checking whether btowc(0) is correct... yes
  452. checking whether btowc(EOF) is correct... guessing yes
  453. checking for __builtin_expect... yes
  454. checking for library containing clock_gettime... none required
  455. checking for clock_gettime... yes
  456. checking for clock_settime... yes
  457. checking whether // is distinct from /... (cached) no
  458. checking whether dup2 works... yes
  459. checking for error_at_line... yes
  460. checking whether fcntl handles F_DUPFD correctly... yes
  461. checking whether fcntl understands F_DUPFD_CLOEXEC... needs runtime check
  462. checking whether fcntl is declared without a macro... yes
  463. checking whether openat is declared without a macro... yes
  464. checking for flexible array member... yes
  465. checking whether conversion from 'int' to 'long double' works... yes
  466. checking for working POSIX fnmatch... yes
  467. checking whether fopen recognizes a trailing slash... yes
  468. checking for fseeko... (cached) yes
  469. checking for ftello... (cached) yes
  470. checking whether ftello works... (cached) yes
  471. checking whether futimens works... yes
  472. checking how to do getaddrinfo, freeaddrinfo and getnameinfo... checking for library containing getaddrinfo... none required
  473. checking for getaddrinfo... yes
  474. checking whether gai_strerror is declared... (cached) yes
  475. checking whether gai_strerrorA is declared... no
  476. checking for gai_strerror with POSIX signature... yes
  477. checking for struct sockaddr.sa_len... no
  478. checking whether getaddrinfo is declared... (cached) yes
  479. checking whether freeaddrinfo is declared... (cached) yes
  480. checking whether getnameinfo is declared... (cached) yes
  481. checking for struct addrinfo... yes
  482. checking for working getdelim function... yes
  483. checking whether getdtablesize works... yes
  484. checking for getline... yes
  485. checking for working getline function... yes
  486. checking whether __fsetlocking is declared... yes
  487. checking whether program_invocation_name is declared... yes
  488. checking whether program_invocation_short_name is declared... yes
  489. checking whether __argv is declared... no
  490. checking whether gettimeofday clobbers localtime buffer... no
  491. checking for gettimeofday with POSIX signature... almost
  492. checking for library containing gethostbyname... (cached) none required
  493. checking for gethostbyname... (cached) yes
  494. checking for library containing inet_ntop... (cached) none required
  495. checking whether inet_ntop is declared... (cached) yes
  496. checking whether the compiler generally respects inline... yes
  497. checking whether INT32_MAX < INTMAX_MAX... yes
  498. checking whether INT64_MAX == LONG_MAX... no
  499. checking whether UINT32_MAX < UINTMAX_MAX... yes
  500. checking whether UINT64_MAX == ULONG_MAX... no
  501. checking for ioctl... yes
  502. checking for ioctl with POSIX signature... no
  503. checking whether iswblank is declared... yes
  504. checking whether langinfo.h defines CODESET... yes
  505. checking whether langinfo.h defines T_FMT_AMPM... yes
  506. checking whether langinfo.h defines ERA... yes
  507. checking whether langinfo.h defines YESEXPR... yes
  508. checking whether nl_langinfo is declared without a macro... yes
  509. checking whether to use the included libunistring... yes
  510. checking whether link obeys POSIX... yes
  511. checking whether locale.h conforms to POSIX:2001... yes
  512. checking whether locale.h defines locale_t... yes
  513. checking whether struct lconv is properly defined... yes
  514. checking whether setlocale is declared without a macro... yes
  515. checking whether duplocale is declared without a macro... yes
  516. checking for pthread_rwlock_t... yes
  517. checking whether pthread_rwlock_rdlock prefers a writer to a reader... no
  518. checking whether lseek detects pipes... yes
  519. checking whether mbrtowc handles incomplete characters... guessing yes
  520. checking whether mbrtowc works as well as mbtowc... guessing yes
  521. checking whether mbrtowc handles a NULL pwc argument... guessing yes
  522. checking whether mbrtowc handles a NULL string argument... guessing yes
  523. checking whether mbrtowc has a correct return value... guessing yes
  524. checking whether mbrtowc returns 0 when parsing a NUL character... guessing yes
  525. checking whether mbrtowc works on empty input... yes
  526. checking whether the C locale is free of encoding errors... no
  527. checking whether mbrtowc handles incomplete characters... (cached) guessing yes
  528. checking whether mbrtowc works as well as mbtowc... (cached) guessing yes
  529. checking whether mbrtowc handles incomplete characters... (cached) guessing yes
  530. checking whether mbrtowc works as well as mbtowc... (cached) guessing yes
  531. checking whether mbsrtowcs works... guessing yes
  532. checking for memrchr... yes
  533. checking whether mkdir handles trailing slash... yes
  534. checking whether mkdir handles trailing dot... yes
  535. checking for working mkstemp... yes
  536. checking for working mktime... yes
  537. checking for __mktime_internal... no
  538. checking for library containing nanosleep... none required
  539. checking for working nanosleep... yes
  540. checking whether getaddrinfo is declared without a macro... (cached) yes
  541. checking whether freeaddrinfo is declared without a macro... (cached) yes
  542. checking whether gai_strerror is declared without a macro... (cached) yes
  543. checking whether getnameinfo is declared without a macro... (cached) yes
  544. checking whether <netinet/in.h> is self-contained... yes
  545. checking whether YESEXPR works... yes
  546. checking whether open recognizes a trailing slash... yes
  547. checking whether posix_spawn_file_actions_addclose works... yes
  548. checking whether posix_spawn_file_actions_adddup2 works... yes
  549. checking whether posix_spawn_file_actions_addopen works... yes
  550. checking for raise... yes
  551. checking for sigprocmask... yes
  552. checking for rawmemchr... yes
  553. checking for working re_compile_pattern... yes
  554. checking whether select supports a 0 argument... (cached) yes
  555. checking whether select detects invalid fds... (cached) yes
  556. checking for library containing getservbyname... (cached) none required
  557. checking for getservbyname... (cached) yes
  558. checking for struct sigaction.sa_sigaction... yes
  559. checking for volatile sig_atomic_t... yes
  560. checking for sighandler_t... yes
  561. checking whether pthread_sigmask is declared without a macro... yes
  562. checking whether sigaction is declared without a macro... yes
  563. checking whether sigaddset is declared without a macro... yes
  564. checking whether sigdelset is declared without a macro... yes
  565. checking whether sigemptyset is declared without a macro... yes
  566. checking whether sigfillset is declared without a macro... yes
  567. checking whether sigismember is declared without a macro... yes
  568. checking whether sigpending is declared without a macro... yes
  569. checking whether sigprocmask is declared without a macro... yes
  570. checking for sigprocmask... (cached) yes
  571. checking for stdint.h... (cached) yes
  572. checking for SIZE_MAX... yes
  573. checking for snprintf... (cached) yes
  574. checking whether snprintf respects a size of 1... yes
  575. checking whether printf supports POSIX/XSI format strings with positions... yes
  576. checking for socklen_t... yes
  577. checking for posix_spawnattr_t... yes
  578. checking for posix_spawn_file_actions_t... yes
  579. checking whether posix_spawn is declared without a macro... yes
  580. checking whether posix_spawnp is declared without a macro... yes
  581. checking whether posix_spawnattr_init is declared without a macro... yes
  582. checking whether posix_spawnattr_destroy is declared without a macro... yes
  583. checking whether posix_spawnattr_getsigdefault is declared without a macro... yes
  584. checking whether posix_spawnattr_setsigdefault is declared without a macro... yes
  585. checking whether posix_spawnattr_getsigmask is declared without a macro... yes
  586. checking whether posix_spawnattr_setsigmask is declared without a macro... yes
  587. checking whether posix_spawnattr_getflags is declared without a macro... yes
  588. checking whether posix_spawnattr_setflags is declared without a macro... yes
  589. checking whether posix_spawnattr_getpgroup is declared without a macro... yes
  590. checking whether posix_spawnattr_setpgroup is declared without a macro... yes
  591. checking whether posix_spawnattr_getschedpolicy is declared without a macro... yes
  592. checking whether posix_spawnattr_setschedpolicy is declared without a macro... yes
  593. checking whether posix_spawnattr_getschedparam is declared without a macro... yes
  594. checking whether posix_spawnattr_setschedparam is declared without a macro... yes
  595. checking whether posix_spawn_file_actions_init is declared without a macro... yes
  596. checking whether posix_spawn_file_actions_destroy is declared without a macro... yes
  597. checking whether posix_spawn_file_actions_addopen is declared without a macro... yes
  598. checking whether posix_spawn_file_actions_addclose is declared without a macro... yes
  599. checking whether posix_spawn_file_actions_adddup2 is declared without a macro... yes
  600. checking for ssize_t... yes
  601. checking whether stat handles trailing slashes on directories... yes
  602. checking whether stat handles trailing slashes on files... yes
  603. checking for struct stat.st_atim.tv_nsec... yes
  604. checking whether struct stat.st_atim is of type struct timespec... yes
  605. checking for struct stat.st_birthtimespec.tv_nsec... no
  606. checking for struct stat.st_birthtimensec... no
  607. checking for struct stat.st_birthtim.tv_nsec... no
  608. checking for working stdalign.h... yes
  609. checking for max_align_t... (cached) yes
  610. checking whether NULL can be used in arbitrary expressions... (cached) yes
  611. checking which flavor of printf attribute matches inttypes macros... system
  612. checking whether dprintf is declared without a macro... yes
  613. checking whether fpurge is declared without a macro... no
  614. checking whether fseeko is declared without a macro... yes
  615. checking whether ftello is declared without a macro... yes
  616. checking whether getdelim is declared without a macro... yes
  617. checking whether getline is declared without a macro... yes
  618. checking whether gets is declared without a macro... no
  619. checking whether pclose is declared without a macro... yes
  620. checking whether popen is declared without a macro... yes
  621. checking whether renameat is declared without a macro... yes
  622. checking whether snprintf is declared without a macro... yes
  623. checking whether tmpfile is declared without a macro... yes
  624. checking whether vdprintf is declared without a macro... yes
  625. checking whether vsnprintf is declared without a macro... yes
  626. checking whether _Exit is declared without a macro... yes
  627. checking whether atoll is declared without a macro... yes
  628. checking whether canonicalize_file_name is declared without a macro... yes
  629. checking whether getloadavg is declared without a macro... yes
  630. checking whether getsubopt is declared without a macro... yes
  631. checking whether grantpt is declared without a macro... yes
  632. checking whether initstate is declared without a macro... yes
  633. checking whether initstate_r is declared without a macro... yes
  634. checking whether mkdtemp is declared without a macro... yes
  635. checking whether mkostemp is declared without a macro... yes
  636. checking whether mkostemps is declared without a macro... yes
  637. checking whether mkstemp is declared without a macro... yes
  638. checking whether mkstemps is declared without a macro... yes
  639. checking whether posix_openpt is declared without a macro... yes
  640. checking whether ptsname is declared without a macro... yes
  641. checking whether ptsname_r is declared without a macro... yes
  642. checking whether qsort_r is declared without a macro... yes
  643. checking whether random is declared without a macro... yes
  644. checking whether random_r is declared without a macro... yes
  645. checking whether realpath is declared without a macro... yes
  646. checking whether rpmatch is declared without a macro... yes
  647. checking whether secure_getenv is declared without a macro... yes
  648. checking whether setenv is declared without a macro... yes
  649. checking whether setstate is declared without a macro... yes
  650. checking whether setstate_r is declared without a macro... yes
  651. checking whether srandom is declared without a macro... yes
  652. checking whether srandom_r is declared without a macro... yes
  653. checking whether strtod is declared without a macro... yes
  654. checking whether strtoll is declared without a macro... yes
  655. checking whether strtoull is declared without a macro... yes
  656. checking whether unlockpt is declared without a macro... yes
  657. checking whether unsetenv is declared without a macro... yes
  658. checking for strcasecmp... yes
  659. checking for strncasecmp... yes
  660. checking whether strncasecmp is declared... (cached) yes
  661. checking for strchrnul... yes
  662. checking whether strchrnul works... yes
  663. checking for working strerror function... yes
  664. checking whether strerror_r is declared... (cached) yes
  665. checking for working strndup... yes
  666. checking for working strnlen... yes
  667. checking for strpbrk... yes
  668. checking for strtok_r... yes
  669. checking whether strtok_r works... yes
  670. checking for strtoll... yes
  671. checking whether symlink handles trailing slash correctly... yes
  672. checking whether flock is declared without a macro... yes
  673. checking whether <sys/ioctl.h> declares ioctl... yes
  674. checking whether ioctl is declared without a macro... yes
  675. checking whether <sys/select.h> is self-contained... (cached) yes
  676. checking whether pselect is declared without a macro... (cached) yes
  677. checking whether select is declared without a macro... (cached) yes
  678. checking for nlink_t... (cached) yes
  679. checking whether fchmodat is declared without a macro... (cached) yes
  680. checking whether fstat is declared without a macro... (cached) yes
  681. checking whether fstatat is declared without a macro... (cached) yes
  682. checking whether futimens is declared without a macro... (cached) yes
  683. checking whether lchmod is declared without a macro... (cached) yes
  684. checking whether lstat is declared without a macro... (cached) yes
  685. checking whether mkdirat is declared without a macro... (cached) yes
  686. checking whether mkfifo is declared without a macro... (cached) yes
  687. checking whether mkfifoat is declared without a macro... (cached) yes
  688. checking whether mknod is declared without a macro... (cached) yes
  689. checking whether mknodat is declared without a macro... (cached) yes
  690. checking whether stat is declared without a macro... (cached) yes
  691. checking whether utimensat is declared without a macro... (cached) yes
  692. checking whether waitpid is declared without a macro... yes
  693. checking whether localtime_r is declared... yes
  694. checking whether localtime_r is compatible with its POSIX signature... yes
  695. checking whether chdir is declared without a macro... yes
  696. checking whether chown is declared without a macro... yes
  697. checking whether dup is declared without a macro... yes
  698. checking whether dup2 is declared without a macro... yes
  699. checking whether dup3 is declared without a macro... yes
  700. checking whether environ is declared without a macro... yes
  701. checking whether euidaccess is declared without a macro... yes
  702. checking whether faccessat is declared without a macro... yes
  703. checking whether fchdir is declared without a macro... yes
  704. checking whether fchownat is declared without a macro... yes
  705. checking whether fdatasync is declared without a macro... yes
  706. checking whether fsync is declared without a macro... yes
  707. checking whether ftruncate is declared without a macro... yes
  708. checking whether getcwd is declared without a macro... yes
  709. checking whether getdomainname is declared without a macro... yes
  710. checking whether getdtablesize is declared without a macro... yes
  711. checking whether getgroups is declared without a macro... yes
  712. checking whether gethostname is declared without a macro... yes
  713. checking whether getlogin is declared without a macro... yes
  714. checking whether getlogin_r is declared without a macro... yes
  715. checking whether getpagesize is declared without a macro... yes
  716. checking whether getusershell is declared without a macro... yes
  717. checking whether setusershell is declared without a macro... yes
  718. checking whether endusershell is declared without a macro... yes
  719. checking whether group_member is declared without a macro... yes
  720. checking whether isatty is declared without a macro... yes
  721. checking whether lchown is declared without a macro... yes
  722. checking whether link is declared without a macro... yes
  723. checking whether linkat is declared without a macro... yes
  724. checking whether lseek is declared without a macro... yes
  725. checking whether pipe is declared without a macro... yes
  726. checking whether pipe2 is declared without a macro... yes
  727. checking whether pread is declared without a macro... yes
  728. checking whether pwrite is declared without a macro... yes
  729. checking whether readlink is declared without a macro... yes
  730. checking whether readlinkat is declared without a macro... yes
  731. checking whether rmdir is declared without a macro... yes
  732. checking whether sethostname is declared without a macro... yes
  733. checking whether sleep is declared without a macro... yes
  734. checking whether symlink is declared without a macro... yes
  735. checking whether symlinkat is declared without a macro... yes
  736. checking whether ttyname_r is declared without a macro... yes
  737. checking whether unlink is declared without a macro... yes
  738. checking whether unlinkat is declared without a macro... yes
  739. checking whether usleep is declared without a macro... yes
  740. checking whether unlink honors trailing slashes... yes
  741. checking whether unlink of a parent directory fails as it should... guessing yes
  742. checking for ptrdiff_t... yes
  743. checking for vasprintf... yes
  744. checking for vsnprintf... yes
  745. checking whether snprintf respects a size of 1... (cached) yes
  746. checking whether printf supports POSIX/XSI format strings with positions... (cached) yes
  747. checking for waitid... yes
  748. checking whether btowc is declared without a macro... yes
  749. checking whether wctob is declared without a macro... yes
  750. checking whether mbsinit is declared without a macro... yes
  751. checking whether mbrtowc is declared without a macro... yes
  752. checking whether mbrlen is declared without a macro... yes
  753. checking whether mbsrtowcs is declared without a macro... yes
  754. checking whether mbsnrtowcs is declared without a macro... yes
  755. checking whether wcrtomb is declared without a macro... yes
  756. checking whether wcsrtombs is declared without a macro... yes
  757. checking whether wcsnrtombs is declared without a macro... yes
  758. checking whether wcwidth is declared without a macro... yes
  759. checking whether wmemchr is declared without a macro... yes
  760. checking whether wmemcmp is declared without a macro... yes
  761. checking whether wmemcpy is declared without a macro... yes
  762. checking whether wmemmove is declared without a macro... yes
  763. checking whether wmemset is declared without a macro... yes
  764. checking whether wcslen is declared without a macro... yes
  765. checking whether wcsnlen is declared without a macro... yes
  766. checking whether wcscpy is declared without a macro... yes
  767. checking whether wcpcpy is declared without a macro... yes
  768. checking whether wcsncpy is declared without a macro... yes
  769. checking whether wcpncpy is declared without a macro... yes
  770. checking whether wcscat is declared without a macro... yes
  771. checking whether wcsncat is declared without a macro... yes
  772. checking whether wcscmp is declared without a macro... yes
  773. checking whether wcsncmp is declared without a macro... yes
  774. checking whether wcscasecmp is declared without a macro... yes
  775. checking whether wcsncasecmp is declared without a macro... yes
  776. checking whether wcscoll is declared without a macro... yes
  777. checking whether wcsxfrm is declared without a macro... yes
  778. checking whether wcsdup is declared without a macro... yes
  779. checking whether wcschr is declared without a macro... yes
  780. checking whether wcsrchr is declared without a macro... yes
  781. checking whether wcscspn is declared without a macro... yes
  782. checking whether wcsspn is declared without a macro... yes
  783. checking whether wcspbrk is declared without a macro... yes
  784. checking whether wcsstr is declared without a macro... yes
  785. checking whether wcstok is declared without a macro... yes
  786. checking whether wcswidth is declared without a macro... yes
  787. checking whether mbrtowc handles incomplete characters... (cached) guessing yes
  788. checking whether mbrtowc works as well as mbtowc... (cached) guessing yes
  789. checking whether wcrtomb return value is correct... guessing yes
  790. checking whether iswcntrl works... (cached) yes
  791. checking for towlower... (cached) yes
  792. checking for wctype_t... (cached) yes
  793. checking for wctrans_t... (cached) yes
  794. checking whether wctype is declared without a macro... (cached) yes
  795. checking whether iswctype is declared without a macro... (cached) yes
  796. checking whether wctrans is declared without a macro... (cached) yes
  797. checking whether towctrans is declared without a macro... (cached) yes
  798. checking whether wcwidth is declared... (cached) yes
  799. checking whether wcwidth works reasonably in UTF-8 locales... yes
  800. checking for stdint.h... (cached) yes
  801. checking for getpagesize... yes
  802. checking for working mmap... yes
  803. checking for _LARGEFILE_SOURCE value needed for large files... (cached) no
  804. checking for strptime... (cached) yes
  805. checking for timegm... (cached) yes
  806. checking for vsnprintf... (cached) yes
  807. checking for vasprintf... (cached) yes
  808. checking for drand48... yes
  809. checking for pathconf... yes
  810. checking for strtoll... (cached) yes
  811. checking for usleep... yes
  812. checking for ftello... yes
  813. checking for sigblock... yes
  814. checking for sigsetjmp... no
  815. checking for memrchr... (cached) yes
  816. checking for wcwidth... (cached) yes
  817. checking for mbtowc... yes
  818. checking for sleep... yes
  819. checking for symlink... (cached) yes
  820. checking for utime... yes
  821. checking for strlcpy... no
  822. checking for random... yes
  823. checking for i686-pc-linux-gnu-pkg-config... /usr/bin/i686-pc-linux-gnu-pkg-config
  824. checking pkg-config is at least version 0.9.0... yes
  825. checking for LIBPSL... no
  826. checking for library containing psl_builtin... no
  827. configure: WARNING: *** libpsl was not found. Fallback to builtin cookie checking.
  828. checking for ZLIB... yes
  829. checking for OPENSSL... yes
  830. configure: compiling in support for SSL via OpenSSL
  831. checking for RAND_egd... no
  832. checking for METALINK... no
  833. checking for INET6 protocol support... yes
  834. checking for struct sockaddr_in6... yes
  835. checking for struct sockaddr_storage... (cached) yes
  836. checking for struct sockaddr_in6.sin6_scope_id... yes
  837. configure: Enabling support for IPv6.
  838. checking for makeinfo... ${SHELL} /var/tmp/portage/net-misc/wget-1.19.1-r2/work/wget-1.19.1/build-aux/missing makeinfo
  839. checking for perl5... no
  840. checking for perl... /usr/bin/perl
  841. checking for pod2man... /usr/bin/pod2man
  842. configure: disabling IRIs at user request
  843. checking uuid.h usability... no
  844. checking uuid.h presence... no
  845. checking for uuid.h... no
  846. checking for PCRE... yes
  847. checking pcre.h usability... yes
  848. checking pcre.h presence... yes
  849. checking for pcre.h... yes
  850. checking for fsetxattr... yes
  851. checking that generated files are newer than configure... done
  852. configure: creating ./config.status
  853. config.status: creating Makefile
  854. config.status: creating src/Makefile
  855. config.status: creating doc/Makefile
  856. config.status: creating util/Makefile
  857. config.status: creating po/Makefile.in
  858. config.status: creating tests/Makefile
  859. config.status: creating lib/Makefile
  860. config.status: creating testenv/Makefile
  861. config.status: creating src/config.h
  862. config.status: executing depfiles commands
  863. config.status: executing po-directories commands
  864. config.status: creating po/POTFILES
  865. config.status: creating po/Makefile
  866. configure: Summary of build options:
  867.  
  868. Version: 1.19.1
  869. Host OS: linux-gnu
  870. Install prefix: /usr
  871. Compiler: i686-pc-linux-gnu-gcc
  872. CFlags: -DHAVE_LIBSSL -DNDEBUG -O2 -march=i686 -pipe
  873. LDFlags: -Wl,-O1 -Wl,--as-needed
  874. Libs: -lpcre -lssl -lcrypto -lz
  875. SSL: openssl
  876. Zlib: yes
  877. PSL: no
  878. Digest: yes
  879. NTLM: no
  880. OPIE: yes
  881. POSIX xattr: yes
  882. Debugging: no
  883. Assertions: no
  884. Valgrind: Valgrind testing not enabled
  885. Metalink: no
  886. Resolver: libc, --bind-dns-address and --dns-servers not available
  887. GPGME: no
  888. IRI: no
  889.  
  890. >>> Source configured.
  891. >>> Compiling source in /var/tmp/portage/net-misc/wget-1.19.1-r2/work/wget-1.19.1 ...
  892. make -j2
  893. make all-recursive
  894. make[1]: Entering directory '/var/tmp/portage/net-misc/wget-1.19.1-r2/work/wget-1.19.1'
  895. Making all in lib
  896. make[2]: Entering directory '/var/tmp/portage/net-misc/wget-1.19.1-r2/work/wget-1.19.1/lib'
  897. rm -f alloca.h-t alloca.h && \
  898. { echo '/* DO NOT EDIT! GENERATED AUTOMATICALLY! */'; \
  899. cat ./alloca.in.h; \
  900. } > alloca.h-t && \
  901. mv -f alloca.h-t alloca.h
  902. rm -f c++defs.h-t c++defs.h && \
  903. sed -n -e '/_GL_CXXDEFS/,$p' \
  904. < ../build-aux/snippet/c++defs.h \
  905. > c++defs.h-t && \
  906. mv c++defs.h-t c++defs.h
  907. rm -f warn-on-use.h-t warn-on-use.h && \
  908. sed -n -e '/^.ifndef/,$p' \
  909. < ../build-aux/snippet/warn-on-use.h \
  910. > warn-on-use.h-t && \
  911. mv warn-on-use.h-t warn-on-use.h
  912. rm -f arg-nonnull.h-t arg-nonnull.h && \
  913. sed -n -e '/GL_ARG_NONNULL/,$p' \
  914. < ../build-aux/snippet/arg-nonnull.h \
  915. > arg-nonnull.h-t && \
  916. mv arg-nonnull.h-t arg-nonnull.h
  917. rm -f configmake.h-t && \
  918. { echo '/* DO NOT EDIT! GENERATED AUTOMATICALLY! */'; \
  919. echo '#define PREFIX "/usr"'; \
  920. echo '#define EXEC_PREFIX "/usr"'; \
  921. echo '#define BINDIR "/usr/bin"'; \
  922. echo '#define SBINDIR "/usr/sbin"'; \
  923. echo '#define LIBEXECDIR "/usr/libexec"'; \
  924. echo '#define DATAROOTDIR "/usr/share"'; \
  925. echo '#define DATADIR "/usr/share"'; \
  926. echo '#define SYSCONFDIR "/etc"'; \
  927. echo '#define SHAREDSTATEDIR "/usr/com"'; \
  928. echo '#define LOCALSTATEDIR "/var/lib"'; \
  929. echo '#define RUNSTATEDIR "/var/lib/run"'; \
  930. echo '#define INCLUDEDIR "/usr/include"'; \
  931. echo '#define OLDINCLUDEDIR "/usr/include"'; \
  932. echo '#define DOCDIR "/usr/share/doc/wget-1.19.1-r2"'; \
  933. echo '#define INFODIR "/usr/share/info"'; \
  934. echo '#define HTMLDIR "/usr/share/doc/wget-1.19.1-r2/html"'; \
  935. echo '#define DVIDIR "/usr/share/doc/wget-1.19.1-r2"'; \
  936. echo '#define PDFDIR "/usr/share/doc/wget-1.19.1-r2"'; \
  937. echo '#define PSDIR "/usr/share/doc/wget-1.19.1-r2"'; \
  938. echo '#define LIBDIR "/usr/lib"'; \
  939. echo '#define LISPDIR "/usr/share/emacs/site-lisp"'; \
  940. echo '#define LOCALEDIR "/usr/share/locale"'; \
  941. echo '#define MANDIR "/usr/share/man"'; \
  942. echo '#define MANEXT ""'; \
  943. echo '#define PKGDATADIR "/usr/share/wget"'; \
  944. echo '#define PKGINCLUDEDIR "/usr/include/wget"'; \
  945. echo '#define PKGLIBDIR "/usr/lib/wget"'; \
  946. echo '#define PKGLIBEXECDIR "/usr/libexec/wget"'; \
  947. } | sed '/""/d' > configmake.h-t && \
  948. mv -f configmake.h-t configmake.h
  949. rm -f langinfo.h-t langinfo.h && \
  950. { echo '/* DO NOT EDIT! GENERATED AUTOMATICALLY! */'; \
  951. sed -e 's|@''GUARD_PREFIX''@|GL|g' \
  952. -e 's|@''HAVE_LANGINFO_H''@|1|g' \
  953. -e 's|@''INCLUDE_NEXT''@|include_next|g' \
  954. -e 's|@''PRAGMA_SYSTEM_HEADER''@|#pragma GCC system_header|g' \
  955. -e 's|@''PRAGMA_COLUMNS''@||g' \
  956. -e 's|@''NEXT_LANGINFO_H''@|<langinfo.h>|g' \
  957. -e 's/@''GNULIB_NL_LANGINFO''@/1/g' \
  958. -e 's|@''HAVE_LANGINFO_CODESET''@|1|g' \
  959. -e 's|@''HAVE_LANGINFO_T_FMT_AMPM''@|1|g' \
  960. -e 's|@''HAVE_LANGINFO_ERA''@|1|g' \
  961. -e 's|@''HAVE_LANGINFO_YESEXPR''@|1|g' \
  962. -e 's|@''HAVE_NL_LANGINFO''@|1|g' \
  963. -e 's|@''REPLACE_NL_LANGINFO''@|0|g' \
  964. -e '/definitions of _GL_FUNCDECL_RPL/r c++defs.h' \
  965. -e '/definition of _GL_WARN_ON_USE/r warn-on-use.h' \
  966. < ./langinfo.in.h; \
  967. } > langinfo.h-t && \
  968. mv langinfo.h-t langinfo.h
  969. rm -f limits.h-t limits.h && \
  970. { echo '/* DO NOT EDIT! GENERATED AUTOMATICALLY! */' && \
  971. sed -e 's|@''GUARD_PREFIX''@|GL|g' \
  972. -e 's|@''INCLUDE_NEXT''@|include_next|g' \
  973. -e 's|@''PRAGMA_SYSTEM_HEADER''@|#pragma GCC system_header|g' \
  974. -e 's|@''PRAGMA_COLUMNS''@||g' \
  975. -e 's|@''NEXT_LIMITS_H''@|<limits.h>|g' \
  976. < ./limits.in.h; \
  977. } > limits.h-t && \
  978. mv limits.h-t limits.h
  979. rm -f locale.h-t locale.h && \
  980. { echo '/* DO NOT EDIT! GENERATED AUTOMATICALLY! */' && \
  981. sed -e 's|@''GUARD_PREFIX''@|GL|g' \
  982. -e 's|@''INCLUDE_NEXT''@|include_next|g' \
  983. -e 's|@''PRAGMA_SYSTEM_HEADER''@|#pragma GCC system_header|g' \
  984. -e 's|@''PRAGMA_COLUMNS''@||g' \
  985. -e 's|@''NEXT_LOCALE_H''@|<locale.h>|g' \
  986. -e 's/@''GNULIB_LOCALECONV''@/1/g' \
  987. -e 's/@''GNULIB_SETLOCALE''@/0/g' \
  988. -e 's/@''GNULIB_DUPLOCALE''@/0/g' \
  989. -e 's|@''HAVE_DUPLOCALE''@|1|g' \
  990. -e 's|@''HAVE_XLOCALE_H''@|1|g' \
  991. -e 's|@''REPLACE_LOCALECONV''@|0|g' \
  992. -e 's|@''REPLACE_SETLOCALE''@|0|g' \
  993. -e 's|@''REPLACE_DUPLOCALE''@|0|g' \
  994. -e 's|@''REPLACE_STRUCT_LCONV''@|0|g' \
  995. -e '/definitions of _GL_FUNCDECL_RPL/r c++defs.h' \
  996. -e '/definition of _GL_ARG_NONNULL/r arg-nonnull.h' \
  997. -e '/definition of _GL_WARN_ON_USE/r warn-on-use.h' \
  998. < ./locale.in.h; \
  999. } > locale.h-t && \
  1000. mv locale.h-t locale.h
  1001. rm -f netdb.h-t netdb.h && \
  1002. { echo '/* DO NOT EDIT! GENERATED AUTOMATICALLY! */'; \
  1003. sed -e 's|@''GUARD_PREFIX''@|GL|g' \
  1004. -e 's|@''INCLUDE_NEXT''@|include_next|g' \
  1005. -e 's|@''PRAGMA_SYSTEM_HEADER''@|#pragma GCC system_header|g' \
  1006. -e 's|@''PRAGMA_COLUMNS''@||g' \
  1007. -e 's|@''NEXT_NETDB_H''@|<netdb.h>|g' \
  1008. -e 's|@''HAVE_NETDB_H''@|1|g' \
  1009. -e 's/@''GNULIB_GETADDRINFO''@/1/g' \
  1010. -e 's|@''HAVE_STRUCT_ADDRINFO''@|1|g' \
  1011. -e 's|@''HAVE_DECL_FREEADDRINFO''@|1|g' \
  1012. -e 's|@''HAVE_DECL_GAI_STRERROR''@|1|g' \
  1013. -e 's|@''HAVE_DECL_GETADDRINFO''@|1|g' \
  1014. -e 's|@''HAVE_DECL_GETNAMEINFO''@|1|g' \
  1015. -e 's|@''REPLACE_GAI_STRERROR''@|0|g' \
  1016. -e '/definitions of _GL_FUNCDECL_RPL/r c++defs.h' \
  1017. -e '/definition of _GL_ARG_NONNULL/r arg-nonnull.h' \
  1018. -e '/definition of _GL_WARN_ON_USE/r warn-on-use.h' \
  1019. < ./netdb.in.h; \
  1020. } > netdb.h-t && \
  1021. mv netdb.h-t netdb.h
  1022. rm -f signal.h-t signal.h && \
  1023. { echo '/* DO NOT EDIT! GENERATED AUTOMATICALLY! */' && \
  1024. sed -e 's|@''GUARD_PREFIX''@|GL|g' \
  1025. -e 's|@''INCLUDE_NEXT''@|include_next|g' \
  1026. -e 's|@''PRAGMA_SYSTEM_HEADER''@|#pragma GCC system_header|g' \
  1027. -e 's|@''PRAGMA_COLUMNS''@||g' \
  1028. -e 's|@''NEXT_SIGNAL_H''@|<signal.h>|g' \
  1029. -e 's|@''GNULIB_PTHREAD_SIGMASK''@|0|g' \
  1030. -e 's|@''GNULIB_RAISE''@|1|g' \
  1031. -e 's/@''GNULIB_SIGNAL_H_SIGPIPE''@/1/g' \
  1032. -e 's/@''GNULIB_SIGPROCMASK''@/1/g' \
  1033. -e 's/@''GNULIB_SIGACTION''@/1/g' \
  1034. -e 's|@''HAVE_POSIX_SIGNALBLOCKING''@|1|g' \
  1035. -e 's|@''HAVE_PTHREAD_SIGMASK''@|1|g' \
  1036. -e 's|@''HAVE_RAISE''@|1|g' \
  1037. -e 's|@''HAVE_SIGSET_T''@|1|g' \
  1038. -e 's|@''HAVE_SIGINFO_T''@|1|g' \
  1039. -e 's|@''HAVE_SIGACTION''@|1|g' \
  1040. -e 's|@''HAVE_STRUCT_SIGACTION_SA_SIGACTION''@|1|g' \
  1041. -e 's|@''HAVE_TYPE_VOLATILE_SIG_ATOMIC_T''@|1|g' \
  1042. -e 's|@''HAVE_SIGHANDLER_T''@|1|g' \
  1043. -e 's|@''REPLACE_PTHREAD_SIGMASK''@|0|g' \
  1044. -e 's|@''REPLACE_RAISE''@|0|g' \
  1045. -e '/definitions of _GL_FUNCDECL_RPL/r c++defs.h' \
  1046. -e '/definition of _GL_ARG_NONNULL/r arg-nonnull.h' \
  1047. -e '/definition of _GL_WARN_ON_USE/r warn-on-use.h' \
  1048. < ./signal.in.h; \
  1049. } > signal.h-t && \
  1050. mv signal.h-t signal.h
  1051. rm -f unused-parameter.h-t unused-parameter.h && \
  1052. sed -n -e '/GL_UNUSED_PARAMETER/,$p' \
  1053. < ../build-aux/snippet/unused-parameter.h \
  1054. > unused-parameter.h-t && \
  1055. mv unused-parameter.h-t unused-parameter.h
  1056. rm -f spawn.h-t spawn.h && \
  1057. { echo '/* DO NOT EDIT! GENERATED AUTOMATICALLY! */'; \
  1058. sed -e 's|@''GUARD_PREFIX''@|GL|g' \
  1059. -e 's|@''HAVE_SPAWN_H''@|1|g' \
  1060. -e 's|@''INCLUDE_NEXT''@|include_next|g' \
  1061. -e 's|@''PRAGMA_SYSTEM_HEADER''@|#pragma GCC system_header|g' \
  1062. -e 's|@''PRAGMA_COLUMNS''@||g' \
  1063. -e 's|@''NEXT_SPAWN_H''@|<spawn.h>|g' \
  1064. -e 's/@''GNULIB_POSIX_SPAWN''@/1/g' \
  1065. -e 's/@''GNULIB_POSIX_SPAWNP''@/1/g' \
  1066. -e 's/@''GNULIB_POSIX_SPAWN_FILE_ACTIONS_INIT''@/1/g' \
  1067. -e 's/@''GNULIB_POSIX_SPAWN_FILE_ACTIONS_ADDCLOSE''@/1/g' \
  1068. -e 's/@''GNULIB_POSIX_SPAWN_FILE_ACTIONS_ADDDUP2''@/1/g' \
  1069. -e 's/@''GNULIB_POSIX_SPAWN_FILE_ACTIONS_ADDOPEN''@/1/g' \
  1070. -e 's/@''GNULIB_POSIX_SPAWN_FILE_ACTIONS_DESTROY''@/1/g' \
  1071. -e 's/@''GNULIB_POSIX_SPAWNATTR_INIT''@/1/g' \
  1072. -e 's/@''GNULIB_POSIX_SPAWNATTR_GETFLAGS''@/0/g' \
  1073. -e 's/@''GNULIB_POSIX_SPAWNATTR_SETFLAGS''@/1/g' \
  1074. -e 's/@''GNULIB_POSIX_SPAWNATTR_GETPGROUP''@/0/g' \
  1075. -e 's/@''GNULIB_POSIX_SPAWNATTR_SETPGROUP''@/0/g' \
  1076. -e 's/@''GNULIB_POSIX_SPAWNATTR_GETSCHEDPARAM''@/0/g' \
  1077. -e 's/@''GNULIB_POSIX_SPAWNATTR_SETSCHEDPARAM''@/0/g' \
  1078. -e 's/@''GNULIB_POSIX_SPAWNATTR_GETSCHEDPOLICY''@/0/g' \
  1079. -e 's/@''GNULIB_POSIX_SPAWNATTR_SETSCHEDPOLICY''@/0/g' \
  1080. -e 's/@''GNULIB_POSIX_SPAWNATTR_GETSIGDEFAULT''@/0/g' \
  1081. -e 's/@''GNULIB_POSIX_SPAWNATTR_SETSIGDEFAULT''@/0/g' \
  1082. -e 's/@''GNULIB_POSIX_SPAWNATTR_GETSIGMASK''@/0/g' \
  1083. -e 's/@''GNULIB_POSIX_SPAWNATTR_SETSIGMASK''@/1/g' \
  1084. -e 's/@''GNULIB_POSIX_SPAWNATTR_DESTROY''@/1/g' \
  1085. -e 's|@''HAVE_POSIX_SPAWN''@|1|g' \
  1086. -e 's|@''HAVE_POSIX_SPAWNATTR_T''@|1|g' \
  1087. -e 's|@''HAVE_POSIX_SPAWN_FILE_ACTIONS_T''@|1|g' \
  1088. -e 's|@''REPLACE_POSIX_SPAWN''@|0|g' \
  1089. -e 's|@''REPLACE_POSIX_SPAWN_FILE_ACTIONS_ADDCLOSE''@|0|g' \
  1090. -e 's|@''REPLACE_POSIX_SPAWN_FILE_ACTIONS_ADDDUP2''@|0|g' \
  1091. -e 's|@''REPLACE_POSIX_SPAWN_FILE_ACTIONS_ADDOPEN''@|0|g' \
  1092. -e '/definitions of _GL_FUNCDECL_RPL/r c++defs.h' \
  1093. -e '/definition of _GL_ARG_NONNULL/r arg-nonnull.h' \
  1094. -e '/definition of _GL_WARN_ON_USE/r warn-on-use.h' \
  1095. < ./spawn.in.h; \
  1096. } > spawn.h-t && \
  1097. mv spawn.h-t spawn.h
  1098. rm -f stdio.h-t stdio.h && \
  1099. { echo '/* DO NOT EDIT! GENERATED AUTOMATICALLY! */' && \
  1100. sed -e 's|@''GUARD_PREFIX''@|GL|g' \
  1101. -e 's|@''INCLUDE_NEXT''@|include_next|g' \
  1102. -e 's|@''PRAGMA_SYSTEM_HEADER''@|#pragma GCC system_header|g' \
  1103. -e 's|@''PRAGMA_COLUMNS''@||g' \
  1104. -e 's|@''NEXT_STDIO_H''@|<stdio.h>|g' \
  1105. -e 's/@''GNULIB_DPRINTF''@/0/g' \
  1106. -e 's/@''GNULIB_FCLOSE''@/0/g' \
  1107. -e 's/@''GNULIB_FDOPEN''@/0/g' \
  1108. -e 's/@''GNULIB_FFLUSH''@/0/g' \
  1109. -e 's/@''GNULIB_FGETC''@/1/g' \
  1110. -e 's/@''GNULIB_FGETS''@/1/g' \
  1111. -e 's/@''GNULIB_FOPEN''@/1/g' \
  1112. -e 's/@''GNULIB_FPRINTF''@/1/g' \
  1113. -e 's/@''GNULIB_FPRINTF_POSIX''@/0/g' \
  1114. -e 's/@''GNULIB_FPURGE''@/0/g' \
  1115. -e 's/@''GNULIB_FPUTC''@/1/g' \
  1116. -e 's/@''GNULIB_FPUTS''@/1/g' \
  1117. -e 's/@''GNULIB_FREAD''@/1/g' \
  1118. -e 's/@''GNULIB_FREOPEN''@/0/g' \
  1119. -e 's/@''GNULIB_FSCANF''@/1/g' \
  1120. -e 's/@''GNULIB_FSEEK''@/1/g' \
  1121. -e 's/@''GNULIB_FSEEKO''@/1/g' \
  1122. -e 's/@''GNULIB_FTELL''@/1/g' \
  1123. -e 's/@''GNULIB_FTELLO''@/1/g' \
  1124. -e 's/@''GNULIB_FWRITE''@/1/g' \
  1125. -e 's/@''GNULIB_GETC''@/1/g' \
  1126. -e 's/@''GNULIB_GETCHAR''@/1/g' \
  1127. -e 's/@''GNULIB_GETDELIM''@/1/g' \
  1128. -e 's/@''GNULIB_GETLINE''@/1/g' \
  1129. -e 's/@''GNULIB_OBSTACK_PRINTF''@/0/g' \
  1130. -e 's/@''GNULIB_OBSTACK_PRINTF_POSIX''@/0/g' \
  1131. -e 's/@''GNULIB_PCLOSE''@/0/g' \
  1132. -e 's/@''GNULIB_PERROR''@/0/g' \
  1133. -e 's/@''GNULIB_POPEN''@/0/g' \
  1134. -e 's/@''GNULIB_PRINTF''@/1/g' \
  1135. -e 's/@''GNULIB_PRINTF_POSIX''@/0/g' \
  1136. -e 's/@''GNULIB_PUTC''@/1/g' \
  1137. -e 's/@''GNULIB_PUTCHAR''@/1/g' \
  1138. -e 's/@''GNULIB_PUTS''@/1/g' \
  1139. -e 's/@''GNULIB_REMOVE''@/0/g' \
  1140. -e 's/@''GNULIB_RENAME''@/0/g' \
  1141. -e 's/@''GNULIB_RENAMEAT''@/0/g' \
  1142. -e 's/@''GNULIB_SCANF''@/1/g' \
  1143. -e 's/@''GNULIB_SNPRINTF''@/1/g' \
  1144. -e 's/@''GNULIB_SPRINTF_POSIX''@/0/g' \
  1145. -e 's/@''GNULIB_STDIO_H_NONBLOCKING''@/0/g' \
  1146. -e 's/@''GNULIB_STDIO_H_SIGPIPE''@/1/g' \
  1147. -e 's/@''GNULIB_TMPFILE''@/0/g' \
  1148. -e 's/@''GNULIB_VASPRINTF''@/1/g' \
  1149. -e 's/@''GNULIB_VDPRINTF''@/0/g' \
  1150. -e 's/@''GNULIB_VFPRINTF''@/1/g' \
  1151. -e 's/@''GNULIB_VFPRINTF_POSIX''@/0/g' \
  1152. -e 's/@''GNULIB_VFSCANF''@/0/g' \
  1153. -e 's/@''GNULIB_VSCANF''@/0/g' \
  1154. -e 's/@''GNULIB_VPRINTF''@/1/g' \
  1155. -e 's/@''GNULIB_VPRINTF_POSIX''@/0/g' \
  1156. -e 's/@''GNULIB_VSNPRINTF''@/1/g' \
  1157. -e 's/@''GNULIB_VSPRINTF_POSIX''@/0/g' \
  1158. < ./stdio.in.h | \
  1159. sed -e 's|@''HAVE_DECL_FPURGE''@|1|g' \
  1160. -e 's|@''HAVE_DECL_FSEEKO''@|1|g' \
  1161. -e 's|@''HAVE_DECL_FTELLO''@|1|g' \
  1162. -e 's|@''HAVE_DECL_GETDELIM''@|1|g' \
  1163. -e 's|@''HAVE_DECL_GETLINE''@|1|g' \
  1164. -e 's|@''HAVE_DECL_OBSTACK_PRINTF''@|1|g' \
  1165. -e 's|@''HAVE_DECL_SNPRINTF''@|1|g' \
  1166. -e 's|@''HAVE_DECL_VSNPRINTF''@|1|g' \
  1167. -e 's|@''HAVE_DPRINTF''@|1|g' \
  1168. -e 's|@''HAVE_FSEEKO''@|1|g' \
  1169. -e 's|@''HAVE_FTELLO''@|1|g' \
  1170. -e 's|@''HAVE_PCLOSE''@|1|g' \
  1171. -e 's|@''HAVE_POPEN''@|1|g' \
  1172. -e 's|@''HAVE_RENAMEAT''@|1|g' \
  1173. -e 's|@''HAVE_VASPRINTF''@|1|g' \
  1174. -e 's|@''HAVE_VDPRINTF''@|1|g' \
  1175. -e 's|@''REPLACE_DPRINTF''@|0|g' \
  1176. -e 's|@''REPLACE_FCLOSE''@|0|g' \
  1177. -e 's|@''REPLACE_FDOPEN''@|0|g' \
  1178. -e 's|@''REPLACE_FFLUSH''@|0|g' \
  1179. -e 's|@''REPLACE_FOPEN''@|0|g' \
  1180. -e 's|@''REPLACE_FPRINTF''@|0|g' \
  1181. -e 's|@''REPLACE_FPURGE''@|0|g' \
  1182. -e 's|@''REPLACE_FREOPEN''@|0|g' \
  1183. -e 's|@''REPLACE_FSEEK''@|0|g' \
  1184. -e 's|@''REPLACE_FSEEKO''@|0|g' \
  1185. -e 's|@''REPLACE_FTELL''@|0|g' \
  1186. -e 's|@''REPLACE_FTELLO''@|0|g' \
  1187. -e 's|@''REPLACE_GETDELIM''@|0|g' \
  1188. -e 's|@''REPLACE_GETLINE''@|0|g' \
  1189. -e 's|@''REPLACE_OBSTACK_PRINTF''@|0|g' \
  1190. -e 's|@''REPLACE_PERROR''@|0|g' \
  1191. -e 's|@''REPLACE_POPEN''@|0|g' \
  1192. -e 's|@''REPLACE_PRINTF''@|0|g' \
  1193. -e 's|@''REPLACE_REMOVE''@|0|g' \
  1194. -e 's|@''REPLACE_RENAME''@|0|g' \
  1195. -e 's|@''REPLACE_RENAMEAT''@|0|g' \
  1196. -e 's|@''REPLACE_SNPRINTF''@|0|g' \
  1197. -e 's|@''REPLACE_SPRINTF''@|0|g' \
  1198. -e 's|@''REPLACE_STDIO_READ_FUNCS''@|0|g' \
  1199. -e 's|@''REPLACE_STDIO_WRITE_FUNCS''@|0|g' \
  1200. -e 's|@''REPLACE_TMPFILE''@|0|g' \
  1201. -e 's|@''REPLACE_VASPRINTF''@|0|g' \
  1202. -e 's|@''REPLACE_VDPRINTF''@|0|g' \
  1203. -e 's|@''REPLACE_VFPRINTF''@|0|g' \
  1204. -e 's|@''REPLACE_VPRINTF''@|0|g' \
  1205. -e 's|@''REPLACE_VSNPRINTF''@|0|g' \
  1206. -e 's|@''REPLACE_VSPRINTF''@|0|g' \
  1207. -e 's|@''ASM_SYMBOL_PREFIX''@|""|g' \
  1208. -e '/definitions of _GL_FUNCDECL_RPL/r c++defs.h' \
  1209. -e '/definition of _GL_ARG_NONNULL/r arg-nonnull.h' \
  1210. -e '/definition of _GL_WARN_ON_USE/r warn-on-use.h'; \
  1211. } > stdio.h-t && \
  1212. mv stdio.h-t stdio.h
  1213. rm -f stdlib.h-t stdlib.h && \
  1214. { echo '/* DO NOT EDIT! GENERATED AUTOMATICALLY! */' && \
  1215. sed -e 's|@''GUARD_PREFIX''@|GL|g' \
  1216. -e 's|@''INCLUDE_NEXT''@|include_next|g' \
  1217. -e 's|@''PRAGMA_SYSTEM_HEADER''@|#pragma GCC system_header|g' \
  1218. -e 's|@''PRAGMA_COLUMNS''@||g' \
  1219. -e 's|@''NEXT_STDLIB_H''@|<stdlib.h>|g' \
  1220. -e 's/@''GNULIB__EXIT''@/0/g' \
  1221. -e 's/@''GNULIB_ATOLL''@/0/g' \
  1222. -e 's/@''GNULIB_CALLOC_POSIX''@/0/g' \
  1223. -e 's/@''GNULIB_CANONICALIZE_FILE_NAME''@/0/g' \
  1224. -e 's/@''GNULIB_GETLOADAVG''@/0/g' \
  1225. -e 's/@''GNULIB_GETSUBOPT''@/0/g' \
  1226. -e 's/@''GNULIB_GRANTPT''@/0/g' \
  1227. -e 's/@''GNULIB_MALLOC_POSIX''@/1/g' \
  1228. -e 's/@''GNULIB_MBTOWC''@/1/g' \
  1229. -e 's/@''GNULIB_MKDTEMP''@/0/g' \
  1230. -e 's/@''GNULIB_MKOSTEMP''@/1/g' \
  1231. -e 's/@''GNULIB_MKOSTEMPS''@/0/g' \
  1232. -e 's/@''GNULIB_MKSTEMP''@/1/g' \
  1233. -e 's/@''GNULIB_MKSTEMPS''@/0/g' \
  1234. -e 's/@''GNULIB_POSIX_OPENPT''@/0/g' \
  1235. -e 's/@''GNULIB_PTSNAME''@/0/g' \
  1236. -e 's/@''GNULIB_PTSNAME_R''@/0/g' \
  1237. -e 's/@''GNULIB_PUTENV''@/0/g' \
  1238. -e 's/@''GNULIB_QSORT_R''@/0/g' \
  1239. -e 's/@''GNULIB_RANDOM''@/0/g' \
  1240. -e 's/@''GNULIB_RANDOM_R''@/0/g' \
  1241. -e 's/@''GNULIB_REALLOC_POSIX''@/0/g' \
  1242. -e 's/@''GNULIB_REALPATH''@/0/g' \
  1243. -e 's/@''GNULIB_RPMATCH''@/0/g' \
  1244. -e 's/@''GNULIB_SECURE_GETENV''@/1/g' \
  1245. -e 's/@''GNULIB_SETENV''@/0/g' \
  1246. -e 's/@''GNULIB_STRTOD''@/0/g' \
  1247. -e 's/@''GNULIB_STRTOLL''@/1/g' \
  1248. -e 's/@''GNULIB_STRTOULL''@/0/g' \
  1249. -e 's/@''GNULIB_SYSTEM_POSIX''@/0/g' \
  1250. -e 's/@''GNULIB_UNLOCKPT''@/0/g' \
  1251. -e 's/@''GNULIB_UNSETENV''@/0/g' \
  1252. -e 's/@''GNULIB_WCTOMB''@/0/g' \
  1253. < ./stdlib.in.h | \
  1254. sed -e 's|@''HAVE__EXIT''@|1|g' \
  1255. -e 's|@''HAVE_ATOLL''@|1|g' \
  1256. -e 's|@''HAVE_CANONICALIZE_FILE_NAME''@|1|g' \
  1257. -e 's|@''HAVE_DECL_GETLOADAVG''@|1|g' \
  1258. -e 's|@''HAVE_GETSUBOPT''@|1|g' \
  1259. -e 's|@''HAVE_GRANTPT''@|1|g' \
  1260. -e 's|@''HAVE_MKDTEMP''@|1|g' \
  1261. -e 's|@''HAVE_MKOSTEMP''@|1|g' \
  1262. -e 's|@''HAVE_MKOSTEMPS''@|1|g' \
  1263. -e 's|@''HAVE_MKSTEMP''@|1|g' \
  1264. -e 's|@''HAVE_MKSTEMPS''@|1|g' \
  1265. -e 's|@''HAVE_POSIX_OPENPT''@|1|g' \
  1266. -e 's|@''HAVE_PTSNAME''@|1|g' \
  1267. -e 's|@''HAVE_PTSNAME_R''@|1|g' \
  1268. -e 's|@''HAVE_QSORT_R''@|1|g' \
  1269. -e 's|@''HAVE_RANDOM''@|1|g' \
  1270. -e 's|@''HAVE_RANDOM_H''@|1|g' \
  1271. -e 's|@''HAVE_RANDOM_R''@|1|g' \
  1272. -e 's|@''HAVE_REALPATH''@|1|g' \
  1273. -e 's|@''HAVE_RPMATCH''@|1|g' \
  1274. -e 's|@''HAVE_SECURE_GETENV''@|1|g' \
  1275. -e 's|@''HAVE_DECL_SETENV''@|1|g' \
  1276. -e 's|@''HAVE_STRTOD''@|1|g' \
  1277. -e 's|@''HAVE_STRTOLL''@|1|g' \
  1278. -e 's|@''HAVE_STRTOULL''@|1|g' \
  1279. -e 's|@''HAVE_STRUCT_RANDOM_DATA''@|1|g' \
  1280. -e 's|@''HAVE_SYS_LOADAVG_H''@|0|g' \
  1281. -e 's|@''HAVE_UNLOCKPT''@|1|g' \
  1282. -e 's|@''HAVE_DECL_UNSETENV''@|1|g' \
  1283. -e 's|@''REPLACE_CALLOC''@|0|g' \
  1284. -e 's|@''REPLACE_CANONICALIZE_FILE_NAME''@|0|g' \
  1285. -e 's|@''REPLACE_MALLOC''@|0|g' \
  1286. -e 's|@''REPLACE_MBTOWC''@|0|g' \
  1287. -e 's|@''REPLACE_MKSTEMP''@|0|g' \
  1288. -e 's|@''REPLACE_PTSNAME''@|0|g' \
  1289. -e 's|@''REPLACE_PTSNAME_R''@|0|g' \
  1290. -e 's|@''REPLACE_PUTENV''@|0|g' \
  1291. -e 's|@''REPLACE_QSORT_R''@|0|g' \
  1292. -e 's|@''REPLACE_RANDOM_R''@|0|g' \
  1293. -e 's|@''REPLACE_REALLOC''@|0|g' \
  1294. -e 's|@''REPLACE_REALPATH''@|0|g' \
  1295. -e 's|@''REPLACE_SETENV''@|0|g' \
  1296. -e 's|@''REPLACE_STRTOD''@|0|g' \
  1297. -e 's|@''REPLACE_UNSETENV''@|0|g' \
  1298. -e 's|@''REPLACE_WCTOMB''@|0|g' \
  1299. -e '/definitions of _GL_FUNCDECL_RPL/r c++defs.h' \
  1300. -e '/definition of _Noreturn/r ../build-aux/snippet/_Noreturn.h' \
  1301. -e '/definition of _GL_ARG_NONNULL/r arg-nonnull.h' \
  1302. -e '/definition of _GL_WARN_ON_USE/r warn-on-use.h'; \
  1303. } > stdlib.h-t && \
  1304. mv stdlib.h-t stdlib.h
  1305. rm -f string.h-t string.h && \
  1306. { echo '/* DO NOT EDIT! GENERATED AUTOMATICALLY! */' && \
  1307. sed -e 's|@''GUARD_PREFIX''@|GL|g' \
  1308. -e 's|@''INCLUDE_NEXT''@|include_next|g' \
  1309. -e 's|@''PRAGMA_SYSTEM_HEADER''@|#pragma GCC system_header|g' \
  1310. -e 's|@''PRAGMA_COLUMNS''@||g' \
  1311. -e 's|@''NEXT_STRING_H''@|<string.h>|g' \
  1312. -e 's/@''GNULIB_FFSL''@/0/g' \
  1313. -e 's/@''GNULIB_FFSLL''@/0/g' \
  1314. -e 's/@''GNULIB_MBSLEN''@/0/g' \
  1315. -e 's/@''GNULIB_MBSNLEN''@/0/g' \
  1316. -e 's/@''GNULIB_MBSCHR''@/0/g' \
  1317. -e 's/@''GNULIB_MBSRCHR''@/0/g' \
  1318. -e 's/@''GNULIB_MBSSTR''@/0/g' \
  1319. -e 's/@''GNULIB_MBSCASECMP''@/0/g' \
  1320. -e 's/@''GNULIB_MBSNCASECMP''@/0/g' \
  1321. -e 's/@''GNULIB_MBSPCASECMP''@/0/g' \
  1322. -e 's/@''GNULIB_MBSCASESTR''@/0/g' \
  1323. -e 's/@''GNULIB_MBSCSPN''@/0/g' \
  1324. -e 's/@''GNULIB_MBSPBRK''@/0/g' \
  1325. -e 's/@''GNULIB_MBSSPN''@/0/g' \
  1326. -e 's/@''GNULIB_MBSSEP''@/0/g' \
  1327. -e 's/@''GNULIB_MBSTOK_R''@/0/g' \
  1328. -e 's/@''GNULIB_MEMCHR''@/1/g' \
  1329. -e 's/@''GNULIB_MEMMEM''@/0/g' \
  1330. -e 's/@''GNULIB_MEMPCPY''@/0/g' \
  1331. -e 's/@''GNULIB_MEMRCHR''@/1/g' \
  1332. -e 's/@''GNULIB_RAWMEMCHR''@/1/g' \
  1333. -e 's/@''GNULIB_STPCPY''@/0/g' \
  1334. -e 's/@''GNULIB_STPNCPY''@/0/g' \
  1335. -e 's/@''GNULIB_STRCHRNUL''@/1/g' \
  1336. -e 's/@''GNULIB_STRDUP''@/1/g' \
  1337. -e 's/@''GNULIB_STRNCAT''@/0/g' \
  1338. -e 's/@''GNULIB_STRNDUP''@/1/g' \
  1339. -e 's/@''GNULIB_STRNLEN''@/1/g' \
  1340. -e 's/@''GNULIB_STRPBRK''@/1/g' \
  1341. -e 's/@''GNULIB_STRSEP''@/0/g' \
  1342. -e 's/@''GNULIB_STRSTR''@/0/g' \
  1343. -e 's/@''GNULIB_STRCASESTR''@/0/g' \
  1344. -e 's/@''GNULIB_STRTOK_R''@/1/g' \
  1345. -e 's/@''GNULIB_STRERROR''@/1/g' \
  1346. -e 's/@''GNULIB_STRERROR_R''@/1/g' \
  1347. -e 's/@''GNULIB_STRSIGNAL''@/0/g' \
  1348. -e 's/@''GNULIB_STRVERSCMP''@/0/g' \
  1349. < ./string.in.h | \
  1350. sed -e 's|@''HAVE_FFSL''@|1|g' \
  1351. -e 's|@''HAVE_FFSLL''@|1|g' \
  1352. -e 's|@''HAVE_MBSLEN''@|0|g' \
  1353. -e 's|@''HAVE_MEMCHR''@|1|g' \
  1354. -e 's|@''HAVE_DECL_MEMMEM''@|1|g' \
  1355. -e 's|@''HAVE_MEMPCPY''@|1|g' \
  1356. -e 's|@''HAVE_DECL_MEMRCHR''@|1|g' \
  1357. -e 's|@''HAVE_RAWMEMCHR''@|1|g' \
  1358. -e 's|@''HAVE_STPCPY''@|1|g' \
  1359. -e 's|@''HAVE_STPNCPY''@|1|g' \
  1360. -e 's|@''HAVE_STRCHRNUL''@|1|g' \
  1361. -e 's|@''HAVE_DECL_STRDUP''@|1|g' \
  1362. -e 's|@''HAVE_DECL_STRNDUP''@|1|g' \
  1363. -e 's|@''HAVE_DECL_STRNLEN''@|1|g' \
  1364. -e 's|@''HAVE_STRPBRK''@|1|g' \
  1365. -e 's|@''HAVE_STRSEP''@|1|g' \
  1366. -e 's|@''HAVE_STRCASESTR''@|1|g' \
  1367. -e 's|@''HAVE_DECL_STRTOK_R''@|1|g' \
  1368. -e 's|@''HAVE_DECL_STRERROR_R''@|1|g' \
  1369. -e 's|@''HAVE_DECL_STRSIGNAL''@|1|g' \
  1370. -e 's|@''HAVE_STRVERSCMP''@|1|g' \
  1371. -e 's|@''REPLACE_STPNCPY''@|0|g' \
  1372. -e 's|@''REPLACE_MEMCHR''@|0|g' \
  1373. -e 's|@''REPLACE_MEMMEM''@|0|g' \
  1374. -e 's|@''REPLACE_STRCASESTR''@|0|g' \
  1375. -e 's|@''REPLACE_STRCHRNUL''@|0|g' \
  1376. -e 's|@''REPLACE_STRDUP''@|0|g' \
  1377. -e 's|@''REPLACE_STRSTR''@|0|g' \
  1378. -e 's|@''REPLACE_STRERROR''@|0|g' \
  1379. -e 's|@''REPLACE_STRERROR_R''@|1|g' \
  1380. -e 's|@''REPLACE_STRNCAT''@|0|g' \
  1381. -e 's|@''REPLACE_STRNDUP''@|0|g' \
  1382. -e 's|@''REPLACE_STRNLEN''@|0|g' \
  1383. -e 's|@''REPLACE_STRSIGNAL''@|0|g' \
  1384. -e 's|@''REPLACE_STRTOK_R''@|0|g' \
  1385. -e 's|@''UNDEFINE_STRTOK_R''@|0|g' \
  1386. -e '/definitions of _GL_FUNCDECL_RPL/r c++defs.h' \
  1387. -e '/definition of _GL_ARG_NONNULL/r arg-nonnull.h' \
  1388. -e '/definition of _GL_WARN_ON_USE/r warn-on-use.h'; \
  1389. < ./string.in.h; \
  1390. } > string.h-t && \
  1391. mv string.h-t string.h
  1392. rm -f strings.h-t strings.h && \
  1393. { echo '/* DO NOT EDIT! GENERATED AUTOMATICALLY! */' && \
  1394. sed -e 's|@''GUARD_PREFIX''@|GL|g' \
  1395. -e 's|@''HAVE_STRINGS_H''@|1|g' \
  1396. -e 's|@''INCLUDE_NEXT''@|include_next|g' \
  1397. -e 's|@''PRAGMA_SYSTEM_HEADER''@|#pragma GCC system_header|g' \
  1398. -e 's|@''PRAGMA_COLUMNS''@||g' \
  1399. -e 's|@''NEXT_STRINGS_H''@|<strings.h>|g' \
  1400. -e 's|@''GNULIB_FFS''@|0|g' \
  1401. -e 's|@''HAVE_FFS''@|1|g' \
  1402. -e 's|@''HAVE_STRCASECMP''@|1|g' \
  1403. -e 's|@''HAVE_DECL_STRNCASECMP''@|1|g' \
  1404. -e '/definitions of _GL_FUNCDECL_RPL/r c++defs.h' \
  1405. -e '/definition of _GL_ARG_NONNULL/r arg-nonnull.h' \
  1406. -e '/definition of _GL_WARN_ON_USE/r warn-on-use.h' \
  1407. < ./strings.in.h; \
  1408. } > strings.h-t && \
  1409. mv strings.h-t strings.h
  1410. /bin/mkdir -p sys
  1411. rm -f sys/file.h-t sys/file.h && \
  1412. { echo '/* DO NOT EDIT! GENERATED AUTOMATICALLY! */'; \
  1413. sed -e 's|@''GUARD_PREFIX''@|GL|g' \
  1414. -e 's/@''HAVE_SYS_FILE_H''@/1/g' \
  1415. -e 's|@''INCLUDE_NEXT''@|include_next|g' \
  1416. -e 's|@''PRAGMA_SYSTEM_HEADER''@|#pragma GCC system_header|g' \
  1417. -e 's|@''PRAGMA_COLUMNS''@||g' \
  1418. -e 's|@''NEXT_SYS_FILE_H''@|<sys/file.h>|g' \
  1419. -e 's/@''HAVE_FLOCK''@/1/g' \
  1420. -e 's/@''GNULIB_FLOCK''@/1/g' \
  1421. -e '/definition of _GL_WARN_ON_USE/r warn-on-use.h' \
  1422. < ./sys_file.in.h; \
  1423. } > sys/file.h-t && \
  1424. mv sys/file.h-t sys/file.h
  1425. /bin/mkdir -p sys
  1426. rm -f sys/ioctl.h-t sys/ioctl.h && \
  1427. { echo '/* DO NOT EDIT! GENERATED AUTOMATICALLY! */'; \
  1428. sed -e 's|@''GUARD_PREFIX''@|GL|g' \
  1429. -e 's|@''HAVE_SYS_IOCTL_H''@|1|g' \
  1430. -e 's|@''INCLUDE_NEXT''@|include_next|g' \
  1431. -e 's|@''PRAGMA_SYSTEM_HEADER''@|#pragma GCC system_header|g' \
  1432. -e 's|@''PRAGMA_COLUMNS''@||g' \
  1433. -e 's|@''NEXT_SYS_IOCTL_H''@|<sys/ioctl.h>|g' \
  1434. -e 's/@''GNULIB_IOCTL''@/1/g' \
  1435. -e 's|@''SYS_IOCTL_H_HAVE_WINSOCK2_H''@|0|g' \
  1436. -e 's|@''SYS_IOCTL_H_HAVE_WINSOCK2_H_AND_USE_SOCKETS''@|0|g' \
  1437. -e 's|@''REPLACE_IOCTL''@|1|g' \
  1438. -e '/definitions of _GL_FUNCDECL_RPL/r c++defs.h' \
  1439. -e '/definition of _GL_WARN_ON_USE/r warn-on-use.h' \
  1440. < ./sys_ioctl.in.h; \
  1441. } > sys/ioctl.h-t && \
  1442. mv sys/ioctl.h-t sys/ioctl.h
  1443. /bin/mkdir -p sys
  1444. rm -f sys/select.h-t sys/select.h && \
  1445. { echo '/* DO NOT EDIT! GENERATED AUTOMATICALLY! */'; \
  1446. sed -e 's|@''GUARD_PREFIX''@|GL|g' \
  1447. -e 's|@''INCLUDE_NEXT''@|include_next|g' \
  1448. -e 's|@''PRAGMA_SYSTEM_HEADER''@|#pragma GCC system_header|g' \
  1449. -e 's|@''PRAGMA_COLUMNS''@||g' \
  1450. -e 's|@''NEXT_SYS_SELECT_H''@|<sys/select.h>|g' \
  1451. -e 's|@''HAVE_SYS_SELECT_H''@|1|g' \
  1452. -e 's/@''GNULIB_PSELECT''@/0/g' \
  1453. -e 's/@''GNULIB_SELECT''@/1/g' \
  1454. -e 's|@''HAVE_WINSOCK2_H''@|0|g' \
  1455. -e 's|@''HAVE_PSELECT''@|1|g' \
  1456. -e 's|@''REPLACE_PSELECT''@|0|g' \
  1457. -e 's|@''REPLACE_SELECT''@|0|g' \
  1458. -e '/definitions of _GL_FUNCDECL_RPL/r c++defs.h' \
  1459. -e '/definition of _GL_WARN_ON_USE/r warn-on-use.h' \
  1460. < ./sys_select.in.h; \
  1461. } > sys/select.h-t && \
  1462. mv sys/select.h-t sys/select.h
  1463. /bin/mkdir -p sys
  1464. rm -f sys/socket.h-t sys/socket.h && \
  1465. { echo '/* DO NOT EDIT! GENERATED AUTOMATICALLY! */'; \
  1466. sed -e 's|@''GUARD_PREFIX''@|GL|g' \
  1467. -e 's|@''INCLUDE_NEXT''@|include_next|g' \
  1468. -e 's|@''PRAGMA_SYSTEM_HEADER''@|#pragma GCC system_header|g' \
  1469. -e 's|@''PRAGMA_COLUMNS''@||g' \
  1470. -e 's|@''NEXT_SYS_SOCKET_H''@|<sys/socket.h>|g' \
  1471. -e 's|@''HAVE_SYS_SOCKET_H''@|1|g' \
  1472. -e 's/@''GNULIB_CLOSE''@/1/g' \
  1473. -e 's/@''GNULIB_SOCKET''@/1/g' \
  1474. -e 's/@''GNULIB_CONNECT''@/1/g' \
  1475. -e 's/@''GNULIB_ACCEPT''@/1/g' \
  1476. -e 's/@''GNULIB_BIND''@/1/g' \
  1477. -e 's/@''GNULIB_GETPEERNAME''@/1/g' \
  1478. -e 's/@''GNULIB_GETSOCKNAME''@/1/g' \
  1479. -e 's/@''GNULIB_GETSOCKOPT''@/0/g' \
  1480. -e 's/@''GNULIB_LISTEN''@/1/g' \
  1481. -e 's/@''GNULIB_RECV''@/1/g' \
  1482. -e 's/@''GNULIB_SEND''@/1/g' \
  1483. -e 's/@''GNULIB_RECVFROM''@/0/g' \
  1484. -e 's/@''GNULIB_SENDTO''@/0/g' \
  1485. -e 's/@''GNULIB_SETSOCKOPT''@/1/g' \
  1486. -e 's/@''GNULIB_SHUTDOWN''@/0/g' \
  1487. -e 's/@''GNULIB_ACCEPT4''@/0/g' \
  1488. -e 's|@''HAVE_WINSOCK2_H''@|0|g' \
  1489. -e 's|@''HAVE_WS2TCPIP_H''@|0|g' \
  1490. -e 's|@''HAVE_STRUCT_SOCKADDR_STORAGE''@|1|g' \
  1491. -e 's|@''HAVE_STRUCT_SOCKADDR_STORAGE_SS_FAMILY''@|1|g' \
  1492. -e 's|@''HAVE_SA_FAMILY_T''@|1|g' \
  1493. -e 's|@''HAVE_ACCEPT4''@|1|g' \
  1494. -e '/definitions of _GL_FUNCDECL_RPL/r c++defs.h' \
  1495. -e '/definition of _GL_ARG_NONNULL/r arg-nonnull.h' \
  1496. -e '/definition of _GL_WARN_ON_USE/r warn-on-use.h' \
  1497. < ./sys_socket.in.h; \
  1498. } > sys/socket.h-t && \
  1499. mv -f sys/socket.h-t sys/socket.h
  1500. /bin/mkdir -p sys
  1501. rm -f sys/stat.h-t sys/stat.h && \
  1502. { echo '/* DO NOT EDIT! GENERATED AUTOMATICALLY! */'; \
  1503. sed -e 's|@''GUARD_PREFIX''@|GL|g' \
  1504. -e 's|@''INCLUDE_NEXT''@|include_next|g' \
  1505. -e 's|@''PRAGMA_SYSTEM_HEADER''@|#pragma GCC system_header|g' \
  1506. -e 's|@''PRAGMA_COLUMNS''@||g' \
  1507. -e 's|@''NEXT_SYS_STAT_H''@|<sys/stat.h>|g' \
  1508. -e 's|@''WINDOWS_64_BIT_ST_SIZE''@|0|g' \
  1509. -e 's/@''GNULIB_FCHMODAT''@/0/g' \
  1510. -e 's/@''GNULIB_FSTAT''@/1/g' \
  1511. -e 's/@''GNULIB_FSTATAT''@/0/g' \
  1512. -e 's/@''GNULIB_FUTIMENS''@/1/g' \
  1513. -e 's/@''GNULIB_LCHMOD''@/0/g' \
  1514. -e 's/@''GNULIB_LSTAT''@/1/g' \
  1515. -e 's/@''GNULIB_MKDIRAT''@/0/g' \
  1516. -e 's/@''GNULIB_MKFIFO''@/0/g' \
  1517. -e 's/@''GNULIB_MKFIFOAT''@/0/g' \
  1518. -e 's/@''GNULIB_MKNOD''@/0/g' \
  1519. -e 's/@''GNULIB_MKNODAT''@/0/g' \
  1520. -e 's/@''GNULIB_STAT''@/1/g' \
  1521. -e 's/@''GNULIB_UTIMENSAT''@/0/g' \
  1522. -e 's|@''HAVE_FCHMODAT''@|1|g' \
  1523. -e 's|@''HAVE_FSTATAT''@|1|g' \
  1524. -e 's|@''HAVE_FUTIMENS''@|1|g' \
  1525. -e 's|@''HAVE_LCHMOD''@|1|g' \
  1526. -e 's|@''HAVE_LSTAT''@|1|g' \
  1527. -e 's|@''HAVE_MKDIRAT''@|1|g' \
  1528. -e 's|@''HAVE_MKFIFO''@|1|g' \
  1529. -e 's|@''HAVE_MKFIFOAT''@|1|g' \
  1530. -e 's|@''HAVE_MKNOD''@|1|g' \
  1531. -e 's|@''HAVE_MKNODAT''@|1|g' \
  1532. -e 's|@''HAVE_UTIMENSAT''@|1|g' \
  1533. -e 's|@''REPLACE_FSTAT''@|0|g' \
  1534. -e 's|@''REPLACE_FSTATAT''@|0|g' \
  1535. -e 's|@''REPLACE_FUTIMENS''@|0|g' \
  1536. -e 's|@''REPLACE_LSTAT''@|0|g' \
  1537. -e 's|@''REPLACE_MKDIR''@|0|g' \
  1538. -e 's|@''REPLACE_MKFIFO''@|0|g' \
  1539. -e 's|@''REPLACE_MKNOD''@|0|g' \
  1540. -e 's|@''REPLACE_STAT''@|0|g' \
  1541. -e 's|@''REPLACE_UTIMENSAT''@|0|g' \
  1542. -e '/definitions of _GL_FUNCDECL_RPL/r c++defs.h' \
  1543. -e '/definition of _GL_ARG_NONNULL/r arg-nonnull.h' \
  1544. -e '/definition of _GL_WARN_ON_USE/r warn-on-use.h' \
  1545. < ./sys_stat.in.h; \
  1546. } > sys/stat.h-t && \
  1547. mv sys/stat.h-t sys/stat.h
  1548. /bin/mkdir -p sys
  1549. rm -f sys/time.h-t sys/time.h && \
  1550. { echo '/* DO NOT EDIT! GENERATED AUTOMATICALLY! */'; \
  1551. sed -e 's|@''GUARD_PREFIX''@|GL|g' \
  1552. -e 's/@''HAVE_SYS_TIME_H''@/1/g' \
  1553. -e 's|@''INCLUDE_NEXT''@|include_next|g' \
  1554. -e 's|@''PRAGMA_SYSTEM_HEADER''@|#pragma GCC system_header|g' \
  1555. -e 's|@''PRAGMA_COLUMNS''@||g' \
  1556. -e 's|@''NEXT_SYS_TIME_H''@|<sys/time.h>|g' \
  1557. -e 's/@''GNULIB_GETTIMEOFDAY''@/1/g' \
  1558. -e 's|@''HAVE_WINSOCK2_H''@|0|g' \
  1559. -e 's/@''HAVE_GETTIMEOFDAY''@/1/g' \
  1560. -e 's/@''HAVE_STRUCT_TIMEVAL''@/1/g' \
  1561. -e 's/@''REPLACE_GETTIMEOFDAY''@/0/g' \
  1562. -e 's/@''REPLACE_STRUCT_TIMEVAL''@/0/g' \
  1563. -e '/definitions of _GL_FUNCDECL_RPL/r c++defs.h' \
  1564. -e '/definition of _GL_ARG_NONNULL/r arg-nonnull.h' \
  1565. -e '/definition of _GL_WARN_ON_USE/r warn-on-use.h' \
  1566. < ./sys_time.in.h; \
  1567. } > sys/time.h-t && \
  1568. mv sys/time.h-t sys/time.h
  1569. /bin/mkdir -p sys
  1570. /bin/mkdir -p sys
  1571. rm -f sys/types.h-t sys/types.h && \
  1572. { echo '/* DO NOT EDIT! GENERATED AUTOMATICALLY! */'; \
  1573. sed -e 's|@''GUARD_PREFIX''@|GL|g' \
  1574. -e 's|@''INCLUDE_NEXT''@|include_next|g' \
  1575. -e 's|@''PRAGMA_SYSTEM_HEADER''@|#pragma GCC system_header|g' \
  1576. -e 's|@''PRAGMA_COLUMNS''@||g' \
  1577. -e 's|@''NEXT_SYS_TYPES_H''@|<sys/types.h>|g' \
  1578. -e 's|@''WINDOWS_64_BIT_OFF_T''@|0|g' \
  1579. < ./sys_types.in.h; \
  1580. } > sys/types.h-t && \
  1581. mv sys/types.h-t sys/types.h
  1582. rm -f sys/uio.h-t sys/uio.h && \
  1583. { echo '/* DO NOT EDIT! GENERATED AUTOMATICALLY! */'; \
  1584. sed -e 's|@''GUARD_PREFIX''@|GL|g' \
  1585. -e 's|@''INCLUDE_NEXT''@|include_next|g' \
  1586. -e 's|@''PRAGMA_SYSTEM_HEADER''@|#pragma GCC system_header|g' \
  1587. -e 's|@''PRAGMA_COLUMNS''@||g' \
  1588. -e 's|@''NEXT_SYS_UIO_H''@|<sys/uio.h>|g' \
  1589. -e 's|@''HAVE_SYS_UIO_H''@|1|g' \
  1590. < ./sys_uio.in.h; \
  1591. } > sys/uio.h-t && \
  1592. mv -f sys/uio.h-t sys/uio.h
  1593. /bin/mkdir -p sys
  1594. rm -f time.h-t time.h && \
  1595. { echo '/* DO NOT EDIT! GENERATED AUTOMATICALLY! */' && \
  1596. sed -e 's|@''GUARD_PREFIX''@|GL|g' \
  1597. -e 's|@''INCLUDE_NEXT''@|include_next|g' \
  1598. -e 's|@''PRAGMA_SYSTEM_HEADER''@|#pragma GCC system_header|g' \
  1599. -e 's|@''PRAGMA_COLUMNS''@||g' \
  1600. -e 's|@''NEXT_TIME_H''@|<time.h>|g' \
  1601. -e 's/@''GNULIB_GETTIMEOFDAY''@/1/g' \
  1602. -e 's/@''GNULIB_MKTIME''@/1/g' \
  1603. -e 's/@''GNULIB_NANOSLEEP''@/1/g' \
  1604. -e 's/@''GNULIB_STRPTIME''@/1/g' \
  1605. -e 's/@''GNULIB_TIMEGM''@/1/g' \
  1606. -e 's/@''GNULIB_TIME_R''@/1/g' \
  1607. -e 's/@''GNULIB_TIME_RZ''@/0/g' \
  1608. -e 's|@''HAVE_DECL_LOCALTIME_R''@|1|g' \
  1609. -e 's|@''HAVE_NANOSLEEP''@|1|g' \
  1610. -e 's|@''HAVE_STRPTIME''@|1|g' \
  1611. -e 's|@''HAVE_TIMEGM''@|1|g' \
  1612. -e 's|@''HAVE_TIMEZONE_T''@|0|g' \
  1613. -e 's|@''REPLACE_GMTIME''@|0|g' \
  1614. -e 's|@''REPLACE_LOCALTIME''@|0|g' \
  1615. -e 's|@''REPLACE_LOCALTIME_R''@|0|g' \
  1616. -e 's|@''REPLACE_MKTIME''@|1|g' \
  1617. -e 's|@''REPLACE_NANOSLEEP''@|0|g' \
  1618. -e 's|@''REPLACE_TIMEGM''@|0|g' \
  1619. -e 's|@''PTHREAD_H_DEFINES_STRUCT_TIMESPEC''@|0|g' \
  1620. -e 's|@''SYS_TIME_H_DEFINES_STRUCT_TIMESPEC''@|0|g' \
  1621. -e 's|@''TIME_H_DEFINES_STRUCT_TIMESPEC''@|1|g' \
  1622. -e 's|@''UNISTD_H_DEFINES_STRUCT_TIMESPEC''@|0|g' \
  1623. -e '/definitions of _GL_FUNCDECL_RPL/r c++defs.h' \
  1624. -e '/definition of _GL_ARG_NONNULL/r arg-nonnull.h' \
  1625. -e '/definition of _GL_WARN_ON_USE/r warn-on-use.h' \
  1626. < ./time.in.h; \
  1627. } > time.h-t && \
  1628. mv time.h-t time.h
  1629. rm -f sys/wait.h-t sys/wait.h && \
  1630. { echo '/* DO NOT EDIT! GENERATED AUTOMATICALLY! */'; \
  1631. sed -e 's|@''GUARD_PREFIX''@|GL|g' \
  1632. -e 's|@''INCLUDE_NEXT''@|include_next|g' \
  1633. -e 's|@''PRAGMA_SYSTEM_HEADER''@|#pragma GCC system_header|g' \
  1634. -e 's|@''PRAGMA_COLUMNS''@||g' \
  1635. -e 's|@''NEXT_SYS_WAIT_H''@|<sys/wait.h>|g' \
  1636. -e 's/@''GNULIB_WAITPID''@/1/g' \
  1637. -e '/definitions of _GL_FUNCDECL_RPL/r c++defs.h' \
  1638. -e '/definition of _GL_WARN_ON_USE/r warn-on-use.h' \
  1639. < ./sys_wait.in.h; \
  1640. } > sys/wait.h-t && \
  1641. mv sys/wait.h-t sys/wait.h
  1642. rm -f unicase.h-t unicase.h && \
  1643. { echo '/* DO NOT EDIT! GENERATED AUTOMATICALLY! */'; \
  1644. cat ./unicase.in.h; \
  1645. } > unicase.h-t && \
  1646. mv -f unicase.h-t unicase.h
  1647. rm -f unictype.h-t unictype.h && \
  1648. { echo '/* DO NOT EDIT! GENERATED AUTOMATICALLY! */'; \
  1649. cat ./unictype.in.h; \
  1650. } > unictype.h-t && \
  1651. mv -f unictype.h-t unictype.h
  1652. rm -f uninorm.h-t uninorm.h && \
  1653. { echo '/* DO NOT EDIT! GENERATED AUTOMATICALLY! */'; \
  1654. cat ./uninorm.in.h; \
  1655. } > uninorm.h-t && \
  1656. mv -f uninorm.h-t uninorm.h
  1657. rm -f unistd.h-t unistd.h && \
  1658. { echo '/* DO NOT EDIT! GENERATED AUTOMATICALLY! */'; \
  1659. sed -e 's|@''GUARD_PREFIX''@|GL|g' \
  1660. -e 's|@''HAVE_UNISTD_H''@|1|g' \
  1661. -e 's|@''INCLUDE_NEXT''@|include_next|g' \
  1662. -e 's|@''PRAGMA_SYSTEM_HEADER''@|#pragma GCC system_header|g' \
  1663. -e 's|@''PRAGMA_COLUMNS''@||g' \
  1664. -e 's|@''NEXT_UNISTD_H''@|<unistd.h>|g' \
  1665. -e 's|@''WINDOWS_64_BIT_OFF_T''@|0|g' \
  1666. -e 's/@''GNULIB_CHDIR''@/0/g' \
  1667. -e 's/@''GNULIB_CHOWN''@/0/g' \
  1668. -e 's/@''GNULIB_CLOSE''@/1/g' \
  1669. -e 's/@''GNULIB_DUP''@/0/g' \
  1670. -e 's/@''GNULIB_DUP2''@/1/g' \
  1671. -e 's/@''GNULIB_DUP3''@/0/g' \
  1672. -e 's/@''GNULIB_ENVIRON''@/1/g' \
  1673. -e 's/@''GNULIB_EUIDACCESS''@/0/g' \
  1674. -e 's/@''GNULIB_FACCESSAT''@/0/g' \
  1675. -e 's/@''GNULIB_FCHDIR''@/0/g' \
  1676. -e 's/@''GNULIB_FCHOWNAT''@/0/g' \
  1677. -e 's/@''GNULIB_FDATASYNC''@/0/g' \
  1678. -e 's/@''GNULIB_FSYNC''@/0/g' \
  1679. -e 's/@''GNULIB_FTRUNCATE''@/0/g' \
  1680. -e 's/@''GNULIB_GETCWD''@/0/g' \
  1681. -e 's/@''GNULIB_GETDOMAINNAME''@/0/g' \
  1682. -e 's/@''GNULIB_GETDTABLESIZE''@/1/g' \
  1683. -e 's/@''GNULIB_GETGROUPS''@/0/g' \
  1684. -e 's/@''GNULIB_GETHOSTNAME''@/0/g' \
  1685. -e 's/@''GNULIB_GETLOGIN''@/0/g' \
  1686. -e 's/@''GNULIB_GETLOGIN_R''@/0/g' \
  1687. -e 's/@''GNULIB_GETPAGESIZE''@/0/g' \
  1688. -e 's/@''GNULIB_GETUSERSHELL''@/0/g' \
  1689. -e 's/@''GNULIB_GROUP_MEMBER''@/0/g' \
  1690. -e 's/@''GNULIB_ISATTY''@/0/g' \
  1691. -e 's/@''GNULIB_LCHOWN''@/0/g' \
  1692. -e 's/@''GNULIB_LINK''@/1/g' \
  1693. -e 's/@''GNULIB_LINKAT''@/0/g' \
  1694. -e 's/@''GNULIB_LSEEK''@/1/g' \
  1695. -e 's/@''GNULIB_PIPE''@/1/g' \
  1696. -e 's/@''GNULIB_PIPE2''@/1/g' \
  1697. -e 's/@''GNULIB_PREAD''@/0/g' \
  1698. -e 's/@''GNULIB_PWRITE''@/0/g' \
  1699. -e 's/@''GNULIB_READ''@/0/g' \
  1700. -e 's/@''GNULIB_READLINK''@/0/g' \
  1701. -e 's/@''GNULIB_READLINKAT''@/0/g' \
  1702. -e 's/@''GNULIB_RMDIR''@/0/g' \
  1703. -e 's/@''GNULIB_SETHOSTNAME''@/0/g' \
  1704. -e 's/@''GNULIB_SLEEP''@/0/g' \
  1705. -e 's/@''GNULIB_SYMLINK''@/1/g' \
  1706. -e 's/@''GNULIB_SYMLINKAT''@/0/g' \
  1707. -e 's/@''GNULIB_TTYNAME_R''@/0/g' \
  1708. -e 's/@''GNULIB_UNISTD_H_GETOPT''@/0/g' \
  1709. -e 's/@''GNULIB_UNISTD_H_NONBLOCKING''@/0/g' \
  1710. -e 's/@''GNULIB_UNISTD_H_SIGPIPE''@/1/g' \
  1711. -e 's/@''GNULIB_UNLINK''@/1/g' \
  1712. -e 's/@''GNULIB_UNLINKAT''@/0/g' \
  1713. -e 's/@''GNULIB_USLEEP''@/0/g' \
  1714. -e 's/@''GNULIB_WRITE''@/1/g' \
  1715. < ./unistd.in.h | \
  1716. sed -e 's|@''HAVE_CHOWN''@|1|g' \
  1717. -e 's|@''HAVE_DUP2''@|1|g' \
  1718. -e 's|@''HAVE_DUP3''@|1|g' \
  1719. -e 's|@''HAVE_EUIDACCESS''@|1|g' \
  1720. -e 's|@''HAVE_FACCESSAT''@|1|g' \
  1721. -e 's|@''HAVE_FCHDIR''@|1|g' \
  1722. -e 's|@''HAVE_FCHOWNAT''@|1|g' \
  1723. -e 's|@''HAVE_FDATASYNC''@|1|g' \
  1724. -e 's|@''HAVE_FSYNC''@|1|g' \
  1725. -e 's|@''HAVE_FTRUNCATE''@|1|g' \
  1726. -e 's|@''HAVE_GETDTABLESIZE''@|1|g' \
  1727. -e 's|@''HAVE_GETGROUPS''@|1|g' \
  1728. -e 's|@''HAVE_GETHOSTNAME''@|1|g' \
  1729. -e 's|@''HAVE_GETPAGESIZE''@|1|g' \
  1730. -e 's|@''HAVE_GROUP_MEMBER''@|1|g' \
  1731. -e 's|@''HAVE_LCHOWN''@|1|g' \
  1732. -e 's|@''HAVE_LINK''@|1|g' \
  1733. -e 's|@''HAVE_LINKAT''@|1|g' \
  1734. -e 's|@''HAVE_PIPE''@|1|g' \
  1735. -e 's|@''HAVE_PIPE2''@|1|g' \
  1736. -e 's|@''HAVE_PREAD''@|1|g' \
  1737. -e 's|@''HAVE_PWRITE''@|1|g' \
  1738. -e 's|@''HAVE_READLINK''@|1|g' \
  1739. -e 's|@''HAVE_READLINKAT''@|1|g' \
  1740. -e 's|@''HAVE_SETHOSTNAME''@|1|g' \
  1741. -e 's|@''HAVE_SLEEP''@|1|g' \
  1742. -e 's|@''HAVE_SYMLINK''@|1|g' \
  1743. -e 's|@''HAVE_SYMLINKAT''@|1|g' \
  1744. -e 's|@''HAVE_UNLINKAT''@|1|g' \
  1745. -e 's|@''HAVE_USLEEP''@|1|g' \
  1746. -e 's|@''HAVE_DECL_ENVIRON''@|1|g' \
  1747. -e 's|@''HAVE_DECL_FCHDIR''@|1|g' \
  1748. -e 's|@''HAVE_DECL_FDATASYNC''@|1|g' \
  1749. -e 's|@''HAVE_DECL_GETDOMAINNAME''@|1|g' \
  1750. -e 's|@''HAVE_DECL_GETLOGIN''@|1|g' \
  1751. -e 's|@''HAVE_DECL_GETLOGIN_R''@|1|g' \
  1752. -e 's|@''HAVE_DECL_GETPAGESIZE''@|1|g' \
  1753. -e 's|@''HAVE_DECL_GETUSERSHELL''@|1|g' \
  1754. -e 's|@''HAVE_DECL_SETHOSTNAME''@|1|g' \
  1755. -e 's|@''HAVE_DECL_TTYNAME_R''@|1|g' \
  1756. -e 's|@''HAVE_OS_H''@|0|g' \
  1757. -e 's|@''HAVE_SYS_PARAM_H''@|0|g' \
  1758. | \
  1759. sed -e 's|@''REPLACE_CHOWN''@|0|g' \
  1760. -e 's|@''REPLACE_CLOSE''@|0|g' \
  1761. -e 's|@''REPLACE_DUP''@|0|g' \
  1762. -e 's|@''REPLACE_DUP2''@|0|g' \
  1763. -e 's|@''REPLACE_FCHOWNAT''@|0|g' \
  1764. -e 's|@''REPLACE_FTRUNCATE''@|0|g' \
  1765. -e 's|@''REPLACE_GETCWD''@|0|g' \
  1766. -e 's|@''REPLACE_GETDOMAINNAME''@|0|g' \
  1767. -e 's|@''REPLACE_GETDTABLESIZE''@|0|g' \
  1768. -e 's|@''REPLACE_GETLOGIN_R''@|0|g' \
  1769. -e 's|@''REPLACE_GETGROUPS''@|0|g' \
  1770. -e 's|@''REPLACE_GETPAGESIZE''@|0|g' \
  1771. -e 's|@''REPLACE_ISATTY''@|0|g' \
  1772. -e 's|@''REPLACE_LCHOWN''@|0|g' \
  1773. -e 's|@''REPLACE_LINK''@|0|g' \
  1774. -e 's|@''REPLACE_LINKAT''@|0|g' \
  1775. -e 's|@''REPLACE_LSEEK''@|0|g' \
  1776. -e 's|@''REPLACE_PREAD''@|0|g' \
  1777. -e 's|@''REPLACE_PWRITE''@|0|g' \
  1778. -e 's|@''REPLACE_READ''@|0|g' \
  1779. -e 's|@''REPLACE_READLINK''@|0|g' \
  1780. -e 's|@''REPLACE_READLINKAT''@|0|g' \
  1781. -e 's|@''REPLACE_RMDIR''@|0|g' \
  1782. -e 's|@''REPLACE_SLEEP''@|0|g' \
  1783. -e 's|@''REPLACE_SYMLINK''@|0|g' \
  1784. -e 's|@''REPLACE_SYMLINKAT''@|0|g' \
  1785. -e 's|@''REPLACE_TTYNAME_R''@|0|g' \
  1786. -e 's|@''REPLACE_UNLINK''@|0|g' \
  1787. -e 's|@''REPLACE_UNLINKAT''@|0|g' \
  1788. -e 's|@''REPLACE_USLEEP''@|0|g' \
  1789. -e 's|@''REPLACE_WRITE''@|0|g' \
  1790. -e 's|@''UNISTD_H_HAVE_WINSOCK2_H''@|0|g' \
  1791. -e 's|@''UNISTD_H_HAVE_WINSOCK2_H_AND_USE_SOCKETS''@|0|g' \
  1792. -e '/definitions of _GL_FUNCDECL_RPL/r c++defs.h' \
  1793. -e '/definition of _GL_ARG_NONNULL/r arg-nonnull.h' \
  1794. -e '/definition of _GL_WARN_ON_USE/r warn-on-use.h'; \
  1795. } > unistd.h-t && \
  1796. mv unistd.h-t unistd.h
  1797. rm -f unistr.h-t unistr.h && \
  1798. { echo '/* DO NOT EDIT! GENERATED AUTOMATICALLY! */'; \
  1799. cat ./unistr.in.h; \
  1800. } > unistr.h-t && \
  1801. mv -f unistr.h-t unistr.h
  1802. rm -f unitypes.h-t unitypes.h && \
  1803. { echo '/* DO NOT EDIT! GENERATED AUTOMATICALLY! */'; \
  1804. cat ./unitypes.in.h; \
  1805. } > unitypes.h-t && \
  1806. mv -f unitypes.h-t unitypes.h
  1807. rm -f uniwidth.h-t uniwidth.h && \
  1808. { echo '/* DO NOT EDIT! GENERATED AUTOMATICALLY! */'; \
  1809. cat ./uniwidth.in.h; \
  1810. } > uniwidth.h-t && \
  1811. mv -f uniwidth.h-t uniwidth.h
  1812. rm -f wchar.h-t wchar.h && \
  1813. { echo '/* DO NOT EDIT! GENERATED AUTOMATICALLY! */'; \
  1814. sed -e 's|@''GUARD_PREFIX''@|GL|g' \
  1815. -e 's|@''INCLUDE_NEXT''@|include_next|g' \
  1816. -e 's|@''PRAGMA_SYSTEM_HEADER''@|#pragma GCC system_header|g' \
  1817. -e 's|@''PRAGMA_COLUMNS''@||g' \
  1818. -e 's|@''HAVE_FEATURES_H''@|1|g' \
  1819. -e 's|@''NEXT_WCHAR_H''@|<wchar.h>|g' \
  1820. -e 's|@''HAVE_WCHAR_H''@|1|g' \
  1821. -e 's/@''GNULIB_OVERRIDES_WINT_T''@/0/g' \
  1822. -e 's/@''GNULIB_BTOWC''@/1/g' \
  1823. -e 's/@''GNULIB_WCTOB''@/0/g' \
  1824. -e 's/@''GNULIB_MBSINIT''@/1/g' \
  1825. -e 's/@''GNULIB_MBRTOWC''@/1/g' \
  1826. -e 's/@''GNULIB_MBRLEN''@/0/g' \
  1827. -e 's/@''GNULIB_MBSRTOWCS''@/1/g' \
  1828. -e 's/@''GNULIB_MBSNRTOWCS''@/0/g' \
  1829. -e 's/@''GNULIB_WCRTOMB''@/1/g' \
  1830. -e 's/@''GNULIB_WCSRTOMBS''@/0/g' \
  1831. -e 's/@''GNULIB_WCSNRTOMBS''@/0/g' \
  1832. -e 's/@''GNULIB_WCWIDTH''@/1/g' \
  1833. -e 's/@''GNULIB_WMEMCHR''@/0/g' \
  1834. -e 's/@''GNULIB_WMEMCMP''@/0/g' \
  1835. -e 's/@''GNULIB_WMEMCPY''@/0/g' \
  1836. -e 's/@''GNULIB_WMEMMOVE''@/0/g' \
  1837. -e 's/@''GNULIB_WMEMSET''@/0/g' \
  1838. -e 's/@''GNULIB_WCSLEN''@/0/g' \
  1839. -e 's/@''GNULIB_WCSNLEN''@/0/g' \
  1840. -e 's/@''GNULIB_WCSCPY''@/0/g' \
  1841. -e 's/@''GNULIB_WCPCPY''@/0/g' \
  1842. -e 's/@''GNULIB_WCSNCPY''@/0/g' \
  1843. -e 's/@''GNULIB_WCPNCPY''@/0/g' \
  1844. -e 's/@''GNULIB_WCSCAT''@/0/g' \
  1845. -e 's/@''GNULIB_WCSNCAT''@/0/g' \
  1846. -e 's/@''GNULIB_WCSCMP''@/0/g' \
  1847. -e 's/@''GNULIB_WCSNCMP''@/0/g' \
  1848. -e 's/@''GNULIB_WCSCASECMP''@/0/g' \
  1849. -e 's/@''GNULIB_WCSNCASECMP''@/0/g' \
  1850. -e 's/@''GNULIB_WCSCOLL''@/0/g' \
  1851. -e 's/@''GNULIB_WCSXFRM''@/0/g' \
  1852. -e 's/@''GNULIB_WCSDUP''@/0/g' \
  1853. -e 's/@''GNULIB_WCSCHR''@/0/g' \
  1854. -e 's/@''GNULIB_WCSRCHR''@/0/g' \
  1855. -e 's/@''GNULIB_WCSCSPN''@/0/g' \
  1856. -e 's/@''GNULIB_WCSSPN''@/0/g' \
  1857. -e 's/@''GNULIB_WCSPBRK''@/0/g' \
  1858. -e 's/@''GNULIB_WCSSTR''@/0/g' \
  1859. -e 's/@''GNULIB_WCSTOK''@/0/g' \
  1860. -e 's/@''GNULIB_WCSWIDTH''@/0/g' \
  1861. < ./wchar.in.h | \
  1862. sed -e 's|@''HAVE_WINT_T''@|1|g' \
  1863. -e 's|@''HAVE_BTOWC''@|1|g' \
  1864. -e 's|@''HAVE_MBSINIT''@|1|g' \
  1865. -e 's|@''HAVE_MBRTOWC''@|1|g' \
  1866. -e 's|@''HAVE_MBRLEN''@|1|g' \
  1867. -e 's|@''HAVE_MBSRTOWCS''@|1|g' \
  1868. -e 's|@''HAVE_MBSNRTOWCS''@|1|g' \
  1869. -e 's|@''HAVE_WCRTOMB''@|1|g' \
  1870. -e 's|@''HAVE_WCSRTOMBS''@|1|g' \
  1871. -e 's|@''HAVE_WCSNRTOMBS''@|1|g' \
  1872. -e 's|@''HAVE_WMEMCHR''@|1|g' \
  1873. -e 's|@''HAVE_WMEMCMP''@|1|g' \
  1874. -e 's|@''HAVE_WMEMCPY''@|1|g' \
  1875. -e 's|@''HAVE_WMEMMOVE''@|1|g' \
  1876. -e 's|@''HAVE_WMEMSET''@|1|g' \
  1877. -e 's|@''HAVE_WCSLEN''@|1|g' \
  1878. -e 's|@''HAVE_WCSNLEN''@|1|g' \
  1879. -e 's|@''HAVE_WCSCPY''@|1|g' \
  1880. -e 's|@''HAVE_WCPCPY''@|1|g' \
  1881. -e 's|@''HAVE_WCSNCPY''@|1|g' \
  1882. -e 's|@''HAVE_WCPNCPY''@|1|g' \
  1883. -e 's|@''HAVE_WCSCAT''@|1|g' \
  1884. -e 's|@''HAVE_WCSNCAT''@|1|g' \
  1885. -e 's|@''HAVE_WCSCMP''@|1|g' \
  1886. -e 's|@''HAVE_WCSNCMP''@|1|g' \
  1887. -e 's|@''HAVE_WCSCASECMP''@|1|g' \
  1888. -e 's|@''HAVE_WCSNCASECMP''@|1|g' \
  1889. -e 's|@''HAVE_WCSCOLL''@|1|g' \
  1890. -e 's|@''HAVE_WCSXFRM''@|1|g' \
  1891. -e 's|@''HAVE_WCSDUP''@|1|g' \
  1892. -e 's|@''HAVE_WCSCHR''@|1|g' \
  1893. -e 's|@''HAVE_WCSRCHR''@|1|g' \
  1894. -e 's|@''HAVE_WCSCSPN''@|1|g' \
  1895. -e 's|@''HAVE_WCSSPN''@|1|g' \
  1896. -e 's|@''HAVE_WCSPBRK''@|1|g' \
  1897. -e 's|@''HAVE_WCSSTR''@|1|g' \
  1898. -e 's|@''HAVE_WCSTOK''@|1|g' \
  1899. -e 's|@''HAVE_WCSWIDTH''@|1|g' \
  1900. -e 's|@''HAVE_DECL_WCTOB''@|1|g' \
  1901. -e 's|@''HAVE_DECL_WCWIDTH''@|1|g' \
  1902. | \
  1903. sed -e 's|@''REPLACE_MBSTATE_T''@|0|g' \
  1904. -e 's|@''REPLACE_BTOWC''@|0|g' \
  1905. -e 's|@''REPLACE_WCTOB''@|0|g' \
  1906. -e 's|@''REPLACE_MBSINIT''@|0|g' \
  1907. -e 's|@''REPLACE_MBRTOWC''@|1|g' \
  1908. -e 's|@''REPLACE_MBRLEN''@|0|g' \
  1909. -e 's|@''REPLACE_MBSRTOWCS''@|0|g' \
  1910. -e 's|@''REPLACE_MBSNRTOWCS''@|0|g' \
  1911. -e 's|@''REPLACE_WCRTOMB''@|0|g' \
  1912. -e 's|@''REPLACE_WCSRTOMBS''@|0|g' \
  1913. -e 's|@''REPLACE_WCSNRTOMBS''@|0|g' \
  1914. -e 's|@''REPLACE_WCWIDTH''@|0|g' \
  1915. -e 's|@''REPLACE_WCSWIDTH''@|0|g' \
  1916. -e '/definitions of _GL_FUNCDECL_RPL/r c++defs.h' \
  1917. -e '/definition of _GL_ARG_NONNULL/r arg-nonnull.h' \
  1918. -e '/definition of _GL_WARN_ON_USE/r warn-on-use.h'; \
  1919. } > wchar.h-t && \
  1920. mv wchar.h-t wchar.h
  1921. rm -f wctype.h-t wctype.h && \
  1922. { echo '/* DO NOT EDIT! GENERATED AUTOMATICALLY! */'; \
  1923. sed -e 's|@''GUARD_PREFIX''@|GL|g' \
  1924. -e 's/@''HAVE_WCTYPE_H''@/1/g' \
  1925. -e 's|@''INCLUDE_NEXT''@|include_next|g' \
  1926. -e 's|@''PRAGMA_SYSTEM_HEADER''@|#pragma GCC system_header|g' \
  1927. -e 's|@''PRAGMA_COLUMNS''@||g' \
  1928. -e 's|@''NEXT_WCTYPE_H''@|<wctype.h>|g' \
  1929. -e 's/@''GNULIB_OVERRIDES_WINT_T''@/0/g' \
  1930. -e 's/@''GNULIB_ISWBLANK''@/1/g' \
  1931. -e 's/@''GNULIB_WCTYPE''@/0/g' \
  1932. -e 's/@''GNULIB_ISWCTYPE''@/0/g' \
  1933. -e 's/@''GNULIB_WCTRANS''@/0/g' \
  1934. -e 's/@''GNULIB_TOWCTRANS''@/0/g' \
  1935. -e 's/@''HAVE_ISWBLANK''@/1/g' \
  1936. -e 's/@''HAVE_ISWCNTRL''@/1/g' \
  1937. -e 's/@''HAVE_WCTYPE_T''@/1/g' \
  1938. -e 's/@''HAVE_WCTRANS_T''@/1/g' \
  1939. -e 's/@''HAVE_WINT_T''@/1/g' \
  1940. -e 's/@''REPLACE_ISWBLANK''@/0/g' \
  1941. -e 's/@''REPLACE_ISWCNTRL''@/0/g' \
  1942. -e 's/@''REPLACE_TOWLOWER''@/0/g' \
  1943. -e '/definitions of _GL_FUNCDECL_RPL/r c++defs.h' \
  1944. -e '/definition of _GL_WARN_ON_USE/r warn-on-use.h' \
  1945. < ./wctype.in.h; \
  1946. } > wctype.h-t && \
  1947. mv wctype.h-t wctype.h
  1948. /bin/mkdir -p arpa
  1949. rm -f arpa/inet.h-t arpa/inet.h && \
  1950. { echo '/* DO NOT EDIT! GENERATED AUTOMATICALLY! */'; \
  1951. sed -e 's|@''GUARD_PREFIX''@|GL|g' \
  1952. -e 's|@''INCLUDE_NEXT''@|include_next|g' \
  1953. -e 's|@''PRAGMA_SYSTEM_HEADER''@|#pragma GCC system_header|g' \
  1954. -e 's|@''PRAGMA_COLUMNS''@||g' \
  1955. -e 's|@''HAVE_FEATURES_H''@|1|g' \
  1956. -e 's|@''NEXT_ARPA_INET_H''@|<arpa/inet.h>|g' \
  1957. -e 's|@''HAVE_ARPA_INET_H''@|1|g' \
  1958. -e 's/@''GNULIB_INET_NTOP''@/1/g' \
  1959. -e 's/@''GNULIB_INET_PTON''@/0/g' \
  1960. -e 's|@''HAVE_DECL_INET_NTOP''@|1|g' \
  1961. -e 's|@''HAVE_DECL_INET_PTON''@|1|g' \
  1962. -e 's|@''REPLACE_INET_NTOP''@|0|g' \
  1963. -e 's|@''REPLACE_INET_PTON''@|0|g' \
  1964. -e '/definitions of _GL_FUNCDECL_RPL/r c++defs.h' \
  1965. -e '/definition of _GL_ARG_NONNULL/r arg-nonnull.h' \
  1966. -e '/definition of _GL_WARN_ON_USE/r warn-on-use.h' \
  1967. < ./arpa_inet.in.h; \
  1968. } > arpa/inet.h-t && \
  1969. mv arpa/inet.h-t arpa/inet.h
  1970. rm -f fcntl.h-t fcntl.h && \
  1971. { echo '/* DO NOT EDIT! GENERATED AUTOMATICALLY! */'; \
  1972. sed -e 's|@''GUARD_PREFIX''@|GL|g' \
  1973. -e 's|@''INCLUDE_NEXT''@|include_next|g' \
  1974. -e 's|@''PRAGMA_SYSTEM_HEADER''@|#pragma GCC system_header|g' \
  1975. -e 's|@''PRAGMA_COLUMNS''@||g' \
  1976. -e 's|@''NEXT_FCNTL_H''@|<fcntl.h>|g' \
  1977. -e 's/@''GNULIB_FCNTL''@/1/g' \
  1978. -e 's/@''GNULIB_NONBLOCKING''@/0/g' \
  1979. -e 's/@''GNULIB_OPEN''@/1/g' \
  1980. -e 's/@''GNULIB_OPENAT''@/0/g' \
  1981. -e 's|@''HAVE_FCNTL''@|1|g' \
  1982. -e 's|@''HAVE_OPENAT''@|1|g' \
  1983. -e 's|@''REPLACE_FCNTL''@|1|g' \
  1984. -e 's|@''REPLACE_OPEN''@|0|g' \
  1985. -e 's|@''REPLACE_OPENAT''@|0|g' \
  1986. -e '/definitions of _GL_FUNCDECL_RPL/r c++defs.h' \
  1987. -e '/definition of _GL_ARG_NONNULL/r arg-nonnull.h' \
  1988. -e '/definition of _GL_WARN_ON_USE/r warn-on-use.h' \
  1989. < ./fcntl.in.h; \
  1990. } > fcntl.h-t && \
  1991. mv fcntl.h-t fcntl.h
  1992. rm -f inttypes.h-t inttypes.h && \
  1993. { echo '/* DO NOT EDIT! GENERATED AUTOMATICALLY! */'; \
  1994. sed -e 's/@''HAVE_INTTYPES_H''@/1/g' \
  1995. -e 's|@''INCLUDE_NEXT''@|include_next|g' \
  1996. -e 's|@''PRAGMA_SYSTEM_HEADER''@|#pragma GCC system_header|g' \
  1997. -e 's|@''PRAGMA_COLUMNS''@||g' \
  1998. -e 's|@''NEXT_INTTYPES_H''@|<inttypes.h>|g' \
  1999. -e 's/@''PRI_MACROS_BROKEN''@/0/g' \
  2000. -e 's/@''APPLE_UNIVERSAL_BUILD''@/0/g' \
  2001. -e 's/@''HAVE_LONG_LONG_INT''@/1/g' \
  2002. -e 's/@''HAVE_UNSIGNED_LONG_LONG_INT''@/1/g' \
  2003. -e 's/@''PRIPTR_PREFIX''@/""/g' \
  2004. -e 's/@''GNULIB_IMAXABS''@/0/g' \
  2005. -e 's/@''GNULIB_IMAXDIV''@/0/g' \
  2006. -e 's/@''GNULIB_STRTOIMAX''@/0/g' \
  2007. -e 's/@''GNULIB_STRTOUMAX''@/0/g' \
  2008. -e 's/@''HAVE_DECL_IMAXABS''@/1/g' \
  2009. -e 's/@''HAVE_DECL_IMAXDIV''@/1/g' \
  2010. -e 's/@''HAVE_DECL_STRTOIMAX''@/1/g' \
  2011. -e 's/@''HAVE_DECL_STRTOUMAX''@/1/g' \
  2012. -e 's/@''REPLACE_STRTOIMAX''@/0/g' \
  2013. -e 's/@''REPLACE_STRTOUMAX''@/0/g' \
  2014. -e 's/@''INT32_MAX_LT_INTMAX_MAX''@/1/g' \
  2015. -e 's/@''INT64_MAX_EQ_LONG_MAX''@/0/g' \
  2016. -e 's/@''UINT32_MAX_LT_UINTMAX_MAX''@/1/g' \
  2017. -e 's/@''UINT64_MAX_EQ_ULONG_MAX''@/0/g' \
  2018. -e '/definitions of _GL_FUNCDECL_RPL/r c++defs.h' \
  2019. -e '/definition of _GL_ARG_NONNULL/r arg-nonnull.h' \
  2020. -e '/definition of _GL_WARN_ON_USE/r warn-on-use.h' \
  2021. < ./inttypes.in.h; \
  2022. } > inttypes.h-t && \
  2023. mv inttypes.h-t inttypes.h
  2024. make all-recursive
  2025. make[3]: Entering directory '/var/tmp/portage/net-misc/wget-1.19.1-r2/work/wget-1.19.1/lib'
  2026. make[4]: Entering directory '/var/tmp/portage/net-misc/wget-1.19.1-r2/work/wget-1.19.1/lib'
  2027. i686-pc-linux-gnu-gcc -DHAVE_CONFIG_H -I. -I../src -DHAVE_LIBSSL -DNDEBUG -O2 -march=i686 -pipe -c -o base32.o base32.c
  2028. i686-pc-linux-gnu-gcc -DHAVE_CONFIG_H -I. -I../src -DHAVE_LIBSSL -DNDEBUG -O2 -march=i686 -pipe -c -o binary-io.o binary-io.c
  2029. i686-pc-linux-gnu-gcc -DHAVE_CONFIG_H -I. -I../src -DHAVE_LIBSSL -DNDEBUG -O2 -march=i686 -pipe -c -o c-ctype.o c-ctype.c
  2030. i686-pc-linux-gnu-gcc -DHAVE_CONFIG_H -I. -I../src -DHAVE_LIBSSL -DNDEBUG -O2 -march=i686 -pipe -c -o c-strcasecmp.o c-strcasecmp.c
  2031. i686-pc-linux-gnu-gcc -DHAVE_CONFIG_H -I. -I../src -DHAVE_LIBSSL -DNDEBUG -O2 -march=i686 -pipe -c -o c-strncasecmp.o c-strncasecmp.c
  2032. i686-pc-linux-gnu-gcc -DHAVE_CONFIG_H -I. -I../src -DHAVE_LIBSSL -DNDEBUG -O2 -march=i686 -pipe -c -o c-strcasestr.o c-strcasestr.c
  2033. i686-pc-linux-gnu-gcc -DHAVE_CONFIG_H -I. -I../src -DHAVE_LIBSSL -DNDEBUG -O2 -march=i686 -pipe -c -o cloexec.o cloexec.c
  2034. i686-pc-linux-gnu-gcc -DHAVE_CONFIG_H -I. -I../src -DHAVE_LIBSSL -DNDEBUG -O2 -march=i686 -pipe -c -o md2.o md2.c
  2035. i686-pc-linux-gnu-gcc -DHAVE_CONFIG_H -I. -I../src -DHAVE_LIBSSL -DNDEBUG -O2 -march=i686 -pipe -c -o md4.o md4.c
  2036. i686-pc-linux-gnu-gcc -DHAVE_CONFIG_H -I. -I../src -DHAVE_LIBSSL -DNDEBUG -O2 -march=i686 -pipe -c -o md5.o md5.c
  2037. i686-pc-linux-gnu-gcc -DHAVE_CONFIG_H -I. -I../src -DHAVE_LIBSSL -DNDEBUG -O2 -march=i686 -pipe -c -o sha1.o sha1.c
  2038. i686-pc-linux-gnu-gcc -DHAVE_CONFIG_H -I. -I../src -DHAVE_LIBSSL -DNDEBUG -O2 -march=i686 -pipe -c -o sha256.o sha256.c
  2039. i686-pc-linux-gnu-gcc -DHAVE_CONFIG_H -I. -I../src -DHAVE_LIBSSL -DNDEBUG -O2 -march=i686 -pipe -c -o sha512.o sha512.c
  2040. i686-pc-linux-gnu-gcc -DHAVE_CONFIG_H -I. -I../src -DHAVE_LIBSSL -DNDEBUG -O2 -march=i686 -pipe -c -o dirname.o dirname.c
  2041. i686-pc-linux-gnu-gcc -DHAVE_CONFIG_H -I. -I../src -DHAVE_LIBSSL -DNDEBUG -O2 -march=i686 -pipe -c -o basename.o basename.c
  2042. i686-pc-linux-gnu-gcc -DHAVE_CONFIG_H -I. -I../src -DHAVE_LIBSSL -DNDEBUG -O2 -march=i686 -pipe -c -o dirname-lgpl.o dirname-lgpl.c
  2043. i686-pc-linux-gnu-gcc -DHAVE_CONFIG_H -I. -I../src -DHAVE_LIBSSL -DNDEBUG -O2 -march=i686 -pipe -c -o basename-lgpl.o basename-lgpl.c
  2044. i686-pc-linux-gnu-gcc -DHAVE_CONFIG_H -I. -I../src -DHAVE_LIBSSL -DNDEBUG -O2 -march=i686 -pipe -c -o stripslash.o stripslash.c
  2045. i686-pc-linux-gnu-gcc -DHAVE_CONFIG_H -I. -I../src -DHAVE_LIBSSL -DNDEBUG -O2 -march=i686 -pipe -c -o exitfail.o exitfail.c
  2046. i686-pc-linux-gnu-gcc -DHAVE_CONFIG_H -I. -I../src -DHAVE_LIBSSL -DNDEBUG -O2 -march=i686 -pipe -c -o fatal-signal.o fatal-signal.c
  2047. i686-pc-linux-gnu-gcc -DHAVE_CONFIG_H -I. -I../src -DHAVE_LIBSSL -DNDEBUG -O2 -march=i686 -pipe -c -o fd-hook.o fd-hook.c
  2048. i686-pc-linux-gnu-gcc -DHAVE_CONFIG_H -I. -I../src -DHAVE_LIBSSL -DNDEBUG -O2 -march=i686 -pipe -c -o fd-safer-flag.o fd-safer-flag.c
  2049. i686-pc-linux-gnu-gcc -DHAVE_CONFIG_H -I. -I../src -DHAVE_LIBSSL -DNDEBUG -O2 -march=i686 -pipe -c -o dup-safer-flag.o dup-safer-flag.c
  2050. i686-pc-linux-gnu-gcc -DHAVE_CONFIG_H -I. -I../src -DHAVE_LIBSSL -DNDEBUG -O2 -march=i686 -pipe -c -o getprogname.o getprogname.c
  2051. i686-pc-linux-gnu-gcc -DHAVE_CONFIG_H -I. -I../src -DHAVE_LIBSSL -DNDEBUG -O2 -march=i686 -pipe -c -o gettime.o gettime.c
  2052. i686-pc-linux-gnu-gcc -DHAVE_CONFIG_H -I. -I../src -DHAVE_LIBSSL -DNDEBUG -O2 -march=i686 -pipe -c -o hard-locale.o hard-locale.c
  2053. i686-pc-linux-gnu-gcc -DHAVE_CONFIG_H -I. -I../src -DHAVE_LIBSSL -DNDEBUG -O2 -march=i686 -pipe -c -o localcharset.o localcharset.c
  2054. i686-pc-linux-gnu-gcc -DHAVE_CONFIG_H -I. -I../src -DHAVE_LIBSSL -DNDEBUG -O2 -march=i686 -pipe -c -o mbchar.o mbchar.c
  2055. i686-pc-linux-gnu-gcc -DHAVE_CONFIG_H -I. -I../src -DHAVE_LIBSSL -DNDEBUG -O2 -march=i686 -pipe -c -o mbiter.o mbiter.c
  2056. i686-pc-linux-gnu-gcc -DHAVE_CONFIG_H -I. -I../src -DHAVE_LIBSSL -DNDEBUG -O2 -march=i686 -pipe -c -o pipe2.o pipe2.c
  2057. i686-pc-linux-gnu-gcc -DHAVE_CONFIG_H -I. -I../src -DHAVE_LIBSSL -DNDEBUG -O2 -march=i686 -pipe -c -o pipe2-safer.o pipe2-safer.c
  2058. i686-pc-linux-gnu-gcc -DHAVE_CONFIG_H -I. -I../src -DHAVE_LIBSSL -DNDEBUG -O2 -march=i686 -pipe -c -o quotearg.o quotearg.c
  2059. i686-pc-linux-gnu-gcc -DHAVE_CONFIG_H -I. -I../src -DHAVE_LIBSSL -DNDEBUG -O2 -march=i686 -pipe -c -o sig-handler.o sig-handler.c
  2060. i686-pc-linux-gnu-gcc -DHAVE_CONFIG_H -I. -I../src -DHAVE_LIBSSL -DNDEBUG -O2 -march=i686 -pipe -c -o sockets.o sockets.c
  2061. i686-pc-linux-gnu-gcc -DHAVE_CONFIG_H -I. -I../src -DHAVE_LIBSSL -DNDEBUG -O2 -march=i686 -pipe -c -o spawn-pipe.o spawn-pipe.c
  2062. i686-pc-linux-gnu-gcc -DHAVE_CONFIG_H -I. -I../src -DHAVE_LIBSSL -DNDEBUG -O2 -march=i686 -pipe -c -o stat-time.o stat-time.c
  2063. i686-pc-linux-gnu-gcc -DHAVE_CONFIG_H -I. -I../src -DHAVE_LIBSSL -DNDEBUG -O2 -march=i686 -pipe -c -o strnlen1.o strnlen1.c
  2064. i686-pc-linux-gnu-gcc -DHAVE_CONFIG_H -I. -I../src -DHAVE_LIBSSL -DNDEBUG -O2 -march=i686 -pipe -c -o sys_socket.o sys_socket.c
  2065. i686-pc-linux-gnu-gcc -DHAVE_CONFIG_H -I. -I../src -DHAVE_LIBSSL -DNDEBUG -O2 -march=i686 -pipe -c -o tempname.o tempname.c
  2066. i686-pc-linux-gnu-gcc -DHAVE_CONFIG_H -I. -I../src -DHAVE_LIBSSL -DNDEBUG -O2 -march=i686 -pipe -c -o glthread/threadlib.o glthread/threadlib.c
  2067. i686-pc-linux-gnu-gcc -DHAVE_CONFIG_H -I. -I../src -DHAVE_LIBSSL -DNDEBUG -O2 -march=i686 -pipe -c -o timespec.o timespec.c
  2068. i686-pc-linux-gnu-gcc -DHAVE_CONFIG_H -I. -I../src -DHAVE_LIBSSL -DNDEBUG -O2 -march=i686 -pipe -c -o tmpdir.o tmpdir.c
  2069. i686-pc-linux-gnu-gcc -DHAVE_CONFIG_H -I. -I../src -DHAVE_LIBSSL -DNDEBUG -O2 -march=i686 -pipe -c -o u64.o u64.c
  2070. i686-pc-linux-gnu-gcc -DHAVE_CONFIG_H -I. -I../src -DHAVE_LIBSSL -DNDEBUG -O2 -march=i686 -pipe -c -o unistd.o unistd.c
  2071. i686-pc-linux-gnu-gcc -DHAVE_CONFIG_H -I. -I../src -DHAVE_LIBSSL -DNDEBUG -O2 -march=i686 -pipe -c -o dup-safer.o dup-safer.c
  2072. i686-pc-linux-gnu-gcc -DHAVE_CONFIG_H -I. -I../src -DHAVE_LIBSSL -DNDEBUG -O2 -march=i686 -pipe -c -o fd-safer.o fd-safer.c
  2073. i686-pc-linux-gnu-gcc -DHAVE_CONFIG_H -I. -I../src -DHAVE_LIBSSL -DNDEBUG -O2 -march=i686 -pipe -c -o pipe-safer.o pipe-safer.c
  2074. i686-pc-linux-gnu-gcc -DHAVE_CONFIG_H -I. -I../src -DHAVE_LIBSSL -DNDEBUG -O2 -march=i686 -pipe -c -o utimens.o utimens.c
  2075. i686-pc-linux-gnu-gcc -DHAVE_CONFIG_H -I. -I../src -DHAVE_LIBSSL -DNDEBUG -O2 -march=i686 -pipe -c -o wait-process.o wait-process.c
  2076. i686-pc-linux-gnu-gcc -DHAVE_CONFIG_H -I. -I../src -DHAVE_LIBSSL -DNDEBUG -O2 -march=i686 -pipe -c -o wctype-h.o wctype-h.c
  2077. i686-pc-linux-gnu-gcc -DHAVE_CONFIG_H -I. -I../src -DHAVE_LIBSSL -DNDEBUG -O2 -march=i686 -pipe -c -o xmalloc.o xmalloc.c
  2078. i686-pc-linux-gnu-gcc -DHAVE_CONFIG_H -I. -I../src -DHAVE_LIBSSL -DNDEBUG -O2 -march=i686 -pipe -c -o xalloc-die.o xalloc-die.c
  2079. i686-pc-linux-gnu-gcc -DHAVE_CONFIG_H -I. -I../src -DHAVE_LIBSSL -DNDEBUG -O2 -march=i686 -pipe -c -o xsize.o xsize.c
  2080. i686-pc-linux-gnu-gcc -DHAVE_CONFIG_H -I. -I../src -DHAVE_LIBSSL -DNDEBUG -O2 -march=i686 -pipe -c -o xstrndup.o xstrndup.c
  2081. i686-pc-linux-gnu-gcc -DHAVE_CONFIG_H -I. -I../src -DHAVE_LIBSSL -DNDEBUG -O2 -march=i686 -pipe -c -o asnprintf.o asnprintf.c
  2082. i686-pc-linux-gnu-gcc -DHAVE_CONFIG_H -I. -I../src -DHAVE_LIBSSL -DNDEBUG -O2 -march=i686 -pipe -c -o fcntl.o fcntl.c
  2083. i686-pc-linux-gnu-gcc -DHAVE_CONFIG_H -I. -I../src -DHAVE_LIBSSL -DNDEBUG -O2 -march=i686 -pipe -c -o getpass.o getpass.c
  2084. i686-pc-linux-gnu-gcc -DHAVE_CONFIG_H -I. -I../src -DHAVE_LIBSSL -DNDEBUG -O2 -march=i686 -pipe -c -o ioctl.o ioctl.c
  2085. i686-pc-linux-gnu-gcc -DHAVE_CONFIG_H -I. -I../src -DHAVE_LIBSSL -DNDEBUG -O2 -march=i686 -pipe -c -o mbrtowc.o mbrtowc.c
  2086. i686-pc-linux-gnu-gcc -DHAVE_CONFIG_H -I. -I../src -DHAVE_LIBSSL -DNDEBUG -O2 -march=i686 -pipe -c -o mktime.o mktime.c
  2087. i686-pc-linux-gnu-gcc -DHAVE_CONFIG_H -I. -I../src -DHAVE_LIBSSL -DNDEBUG -O2 -march=i686 -pipe -c -o printf-args.o printf-args.c
  2088. i686-pc-linux-gnu-gcc -DHAVE_CONFIG_H -I. -I../src -DHAVE_LIBSSL -DNDEBUG -O2 -march=i686 -pipe -c -o printf-parse.o printf-parse.c
  2089. i686-pc-linux-gnu-gcc -DHAVE_CONFIG_H -I. -I../src -DHAVE_LIBSSL -DNDEBUG -O2 -march=i686 -pipe -c -o strerror_r.o strerror_r.c
  2090. i686-pc-linux-gnu-gcc -DHAVE_CONFIG_H -I. -I../src -DHAVE_LIBSSL -DNDEBUG -O2 -march=i686 -pipe -c -o vasnprintf.o vasnprintf.c
  2091. i686-pc-linux-gnu-gcc -DHAVE_CONFIG_H -I. -I../src -DHAVE_LIBSSL -DNDEBUG -O2 -march=i686 -pipe -c -o xmemdup0.o xmemdup0.c
  2092. rm -f t-charset.alias charset.alias && \
  2093. /bin/sh ./config.charset 'i686-pc-linux-gnu' > t-charset.alias && \
  2094. mv t-charset.alias charset.alias
  2095. rm -f t-ref-add.sed ref-add.sed && \
  2096. sed -e '/^#/d' -e 's/@''PACKAGE''@/wget/g' ref-add.sin > t-ref-add.sed && \
  2097. mv t-ref-add.sed ref-add.sed
  2098. rm -f t-ref-del.sed ref-del.sed && \
  2099. sed -e '/^#/d' -e 's/@''PACKAGE''@/wget/g' ref-del.sin > t-ref-del.sed && \
  2100. mv t-ref-del.sed ref-del.sed
  2101. i686-pc-linux-gnu-gcc -DHAVE_CONFIG_H -I. -I../src -DHAVE_LIBSSL -DNDEBUG -O2 -march=i686 -pipe -c -o glthread/lock.o glthread/lock.c
  2102. i686-pc-linux-gnu-gcc -DHAVE_CONFIG_H -I. -I../src -DHAVE_LIBSSL -DNDEBUG -O2 -march=i686 -pipe -c -o unicase/cased.o unicase/cased.c
  2103. i686-pc-linux-gnu-gcc -DHAVE_CONFIG_H -I. -I../src -DHAVE_LIBSSL -DNDEBUG -O2 -march=i686 -pipe -c -o unicase/empty-prefix-context.o unicase/empty-prefix-context.c
  2104. i686-pc-linux-gnu-gcc -DHAVE_CONFIG_H -I. -I../src -DHAVE_LIBSSL -DNDEBUG -O2 -march=i686 -pipe -c -o unicase/empty-suffix-context.o unicase/empty-suffix-context.c
  2105. i686-pc-linux-gnu-gcc -DHAVE_CONFIG_H -I. -I../src -DHAVE_LIBSSL -DNDEBUG -O2 -march=i686 -pipe -c -o unicase/ignorable.o unicase/ignorable.c
  2106. i686-pc-linux-gnu-gcc -DHAVE_CONFIG_H -I. -I../src -DHAVE_LIBSSL -DNDEBUG -O2 -march=i686 -pipe -c -o unicase/special-casing.o unicase/special-casing.c
  2107. i686-pc-linux-gnu-gcc -DHAVE_CONFIG_H -I. -I../src -DHAVE_LIBSSL -DNDEBUG -O2 -march=i686 -pipe -c -o unicase/tolower.o unicase/tolower.c
  2108. i686-pc-linux-gnu-gcc -DHAVE_CONFIG_H -I. -I../src -DHAVE_LIBSSL -DNDEBUG -O2 -march=i686 -pipe -c -o unicase/u8-casemap.o unicase/u8-casemap.c
  2109. i686-pc-linux-gnu-gcc -DHAVE_CONFIG_H -I. -I../src -DHAVE_LIBSSL -DNDEBUG -O2 -march=i686 -pipe -c -o unicase/u8-tolower.o unicase/u8-tolower.c
  2110. i686-pc-linux-gnu-gcc -DHAVE_CONFIG_H -I. -I../src -DHAVE_LIBSSL -DNDEBUG -O2 -march=i686 -pipe -c -o unictype/combiningclass.o unictype/combiningclass.c
  2111. i686-pc-linux-gnu-gcc -DHAVE_CONFIG_H -I. -I../src -DHAVE_LIBSSL -DNDEBUG -O2 -march=i686 -pipe -c -o unictype/pr_soft_dotted.o unictype/pr_soft_dotted.c
  2112. i686-pc-linux-gnu-gcc -DHAVE_CONFIG_H -I. -I../src -DHAVE_LIBSSL -DNDEBUG -O2 -march=i686 -pipe -c -o uninorm/decompose-internal.o uninorm/decompose-internal.c
  2113. i686-pc-linux-gnu-gcc -DHAVE_CONFIG_H -I. -I../src -DHAVE_LIBSSL -DNDEBUG -O2 -march=i686 -pipe -c -o uninorm/u8-normalize.o uninorm/u8-normalize.c
  2114. i686-pc-linux-gnu-gcc -DHAVE_CONFIG_H -I. -I../src -DHAVE_LIBSSL -DNDEBUG -O2 -march=i686 -pipe -c -o unistr/u8-cpy.o unistr/u8-cpy.c
  2115. i686-pc-linux-gnu-gcc -DHAVE_CONFIG_H -I. -I../src -DHAVE_LIBSSL -DNDEBUG -O2 -march=i686 -pipe -c -o unistr/u8-mbtouc-unsafe.o unistr/u8-mbtouc-unsafe.c
  2116. i686-pc-linux-gnu-gcc -DHAVE_CONFIG_H -I. -I../src -DHAVE_LIBSSL -DNDEBUG -O2 -march=i686 -pipe -c -o unistr/u8-mbtouc-unsafe-aux.o unistr/u8-mbtouc-unsafe-aux.c
  2117. i686-pc-linux-gnu-gcc -DHAVE_CONFIG_H -I. -I../src -DHAVE_LIBSSL -DNDEBUG -O2 -march=i686 -pipe -c -o unistr/u8-strlen.o unistr/u8-strlen.c
  2118. i686-pc-linux-gnu-gcc -DHAVE_CONFIG_H -I. -I../src -DHAVE_LIBSSL -DNDEBUG -O2 -march=i686 -pipe -c -o unistr/u8-uctomb.o unistr/u8-uctomb.c
  2119. i686-pc-linux-gnu-gcc -DHAVE_CONFIG_H -I. -I../src -DHAVE_LIBSSL -DNDEBUG -O2 -march=i686 -pipe -c -o unistr/u8-uctomb-aux.o unistr/u8-uctomb-aux.c
  2120. i686-pc-linux-gnu-gcc -DHAVE_CONFIG_H -I. -I../src -DHAVE_LIBSSL -DNDEBUG -O2 -march=i686 -pipe -c -o uniwidth/width.o uniwidth/width.c
  2121. rm -f libgnu.a
  2122. i686-pc-linux-gnu-ar cr libgnu.a base32.o binary-io.o c-ctype.o c-strcasecmp.o c-strncasecmp.o c-strcasestr.o cloexec.o md2.o md4.o md5.o sha1.o sha256.o sha512.o dirname.o basename.o dirname-lgpl.o basename-lgpl.o stripslash.o exitfail.o fatal-signal.o fd-hook.o fd-safer-flag.o dup-safer-flag.o getprogname.o gettime.o hard-locale.o localcharset.o glthread/lock.o mbchar.o mbiter.o pipe2.o pipe2-safer.o quotearg.o sig-handler.o sockets.o spawn-pipe.o stat-time.o strnlen1.o sys_socket.o tempname.o glthread/threadlib.o timespec.o tmpdir.o u64.o unicase/cased.o unicase/empty-prefix-context.o unicase/empty-suffix-context.o unicase/ignorable.o unicase/special-casing.o unicase/tolower.o unicase/u8-casemap.o unicase/u8-tolower.o unictype/combiningclass.o unictype/pr_soft_dotted.o uninorm/decompose-internal.o uninorm/u8-normalize.o unistd.o dup-safer.o fd-safer.o pipe-safer.o unistr/u8-cpy.o unistr/u8-mbtouc-unsafe.o unistr/u8-mbtouc-unsafe-aux.o unistr/u8-strlen.o unistr/u8-uctomb.o unistr/u8-uctomb-aux.o uniwidth/width.o utimens.o wait-process.o wctype-h.o xmalloc.o xalloc-die.o xsize.o xstrndup.o asnprintf.o fcntl.o getpass.o ioctl.o mbrtowc.o mktime.o printf-args.o printf-parse.o strerror_r.o vasnprintf.o xmemdup0.o
  2123. i686-pc-linux-gnu-ranlib libgnu.a
  2124. make[4]: Leaving directory '/var/tmp/portage/net-misc/wget-1.19.1-r2/work/wget-1.19.1/lib'
  2125. make[3]: Leaving directory '/var/tmp/portage/net-misc/wget-1.19.1-r2/work/wget-1.19.1/lib'
  2126. make[2]: Leaving directory '/var/tmp/portage/net-misc/wget-1.19.1-r2/work/wget-1.19.1/lib'
  2127. Making all in src
  2128. make[2]: Entering directory '/var/tmp/portage/net-misc/wget-1.19.1-r2/work/wget-1.19.1/src'
  2129. make all-am
  2130. make[3]: Entering directory '/var/tmp/portage/net-misc/wget-1.19.1-r2/work/wget-1.19.1/src'
  2131. i686-pc-linux-gnu-gcc -DHAVE_CONFIG_H -DSYSTEM_WGETRC=\"/etc/wgetrc\" -DLOCALEDIR=\"/usr/share/locale\" -I. -I../lib -I../lib -DHAVE_LIBSSL -DNDEBUG -O2 -march=i686 -pipe -c -o connect.o connect.c
  2132. i686-pc-linux-gnu-gcc -DHAVE_CONFIG_H -DSYSTEM_WGETRC=\"/etc/wgetrc\" -DLOCALEDIR=\"/usr/share/locale\" -I. -I../lib -I../lib -DHAVE_LIBSSL -DNDEBUG -O2 -march=i686 -pipe -c -o convert.o convert.c
  2133. i686-pc-linux-gnu-gcc -DHAVE_CONFIG_H -DSYSTEM_WGETRC=\"/etc/wgetrc\" -DLOCALEDIR=\"/usr/share/locale\" -I. -I../lib -I../lib -DHAVE_LIBSSL -DNDEBUG -O2 -march=i686 -pipe -c -o cookies.o cookies.c
  2134. i686-pc-linux-gnu-gcc -DHAVE_CONFIG_H -DSYSTEM_WGETRC=\"/etc/wgetrc\" -DLOCALEDIR=\"/usr/share/locale\" -I. -I../lib -I../lib -DHAVE_LIBSSL -DNDEBUG -O2 -march=i686 -pipe -c -o ftp.o ftp.c
  2135. i686-pc-linux-gnu-gcc -DHAVE_CONFIG_H -DSYSTEM_WGETRC=\"/etc/wgetrc\" -DLOCALEDIR=\"/usr/share/locale\" -I. -I../lib -I../lib -DHAVE_LIBSSL -DNDEBUG -O2 -march=i686 -pipe -c -o css_.o css_.c
  2136. i686-pc-linux-gnu-gcc -DHAVE_CONFIG_H -DSYSTEM_WGETRC=\"/etc/wgetrc\" -DLOCALEDIR=\"/usr/share/locale\" -I. -I../lib -I../lib -DHAVE_LIBSSL -DNDEBUG -O2 -march=i686 -pipe -c -o css-url.o css-url.c
  2137. i686-pc-linux-gnu-gcc -DHAVE_CONFIG_H -DSYSTEM_WGETRC=\"/etc/wgetrc\" -DLOCALEDIR=\"/usr/share/locale\" -I. -I../lib -I../lib -DHAVE_LIBSSL -DNDEBUG -O2 -march=i686 -pipe -c -o ftp-basic.o ftp-basic.c
  2138. i686-pc-linux-gnu-gcc -DHAVE_CONFIG_H -DSYSTEM_WGETRC=\"/etc/wgetrc\" -DLOCALEDIR=\"/usr/share/locale\" -I. -I../lib -I../lib -DHAVE_LIBSSL -DNDEBUG -O2 -march=i686 -pipe -c -o ftp-ls.o ftp-ls.c
  2139. i686-pc-linux-gnu-gcc -DHAVE_CONFIG_H -DSYSTEM_WGETRC=\"/etc/wgetrc\" -DLOCALEDIR=\"/usr/share/locale\" -I. -I../lib -I../lib -DHAVE_LIBSSL -DNDEBUG -O2 -march=i686 -pipe -c -o hash.o hash.c
  2140. i686-pc-linux-gnu-gcc -DHAVE_CONFIG_H -DSYSTEM_WGETRC=\"/etc/wgetrc\" -DLOCALEDIR=\"/usr/share/locale\" -I. -I../lib -I../lib -DHAVE_LIBSSL -DNDEBUG -O2 -march=i686 -pipe -c -o host.o host.c
  2141. i686-pc-linux-gnu-gcc -DHAVE_CONFIG_H -DSYSTEM_WGETRC=\"/etc/wgetrc\" -DLOCALEDIR=\"/usr/share/locale\" -I. -I../lib -I../lib -DHAVE_LIBSSL -DNDEBUG -O2 -march=i686 -pipe -c -o hsts.o hsts.c
  2142. i686-pc-linux-gnu-gcc -DHAVE_CONFIG_H -DSYSTEM_WGETRC=\"/etc/wgetrc\" -DLOCALEDIR=\"/usr/share/locale\" -I. -I../lib -I../lib -DHAVE_LIBSSL -DNDEBUG -O2 -march=i686 -pipe -c -o html-parse.o html-parse.c
  2143. hsts.c: In function 'hsts_store_save':
  2144. hsts.c:575:11: warning: ignoring return value of 'ftruncate', declared with attribute warn_unused_result [-Wunused-result]
  2145. ftruncate (fd, 0);
  2146. ^~~~~~~~~~~~~~~~~
  2147. i686-pc-linux-gnu-gcc -DHAVE_CONFIG_H -DSYSTEM_WGETRC=\"/etc/wgetrc\" -DLOCALEDIR=\"/usr/share/locale\" -I. -I../lib -I../lib -DHAVE_LIBSSL -DNDEBUG -O2 -march=i686 -pipe -c -o html-url.o html-url.c
  2148. i686-pc-linux-gnu-gcc -DHAVE_CONFIG_H -DSYSTEM_WGETRC=\"/etc/wgetrc\" -DLOCALEDIR=\"/usr/share/locale\" -I. -I../lib -I../lib -DHAVE_LIBSSL -DNDEBUG -O2 -march=i686 -pipe -c -o http.o http.c
  2149. i686-pc-linux-gnu-gcc -DHAVE_CONFIG_H -DSYSTEM_WGETRC=\"/etc/wgetrc\" -DLOCALEDIR=\"/usr/share/locale\" -I. -I../lib -I../lib -DHAVE_LIBSSL -DNDEBUG -O2 -march=i686 -pipe -c -o init.o init.c
  2150. i686-pc-linux-gnu-gcc -DHAVE_CONFIG_H -DSYSTEM_WGETRC=\"/etc/wgetrc\" -DLOCALEDIR=\"/usr/share/locale\" -I. -I../lib -I../lib -DHAVE_LIBSSL -DNDEBUG -O2 -march=i686 -pipe -c -o log.o log.c
  2151. i686-pc-linux-gnu-gcc -DHAVE_CONFIG_H -DSYSTEM_WGETRC=\"/etc/wgetrc\" -DLOCALEDIR=\"/usr/share/locale\" -I. -I../lib -I../lib -DHAVE_LIBSSL -DNDEBUG -O2 -march=i686 -pipe -c -o main.o main.c
  2152. i686-pc-linux-gnu-gcc -DHAVE_CONFIG_H -DSYSTEM_WGETRC=\"/etc/wgetrc\" -DLOCALEDIR=\"/usr/share/locale\" -I. -I../lib -I../lib -DHAVE_LIBSSL -DNDEBUG -O2 -march=i686 -pipe -c -o netrc.o netrc.c
  2153. i686-pc-linux-gnu-gcc -DHAVE_CONFIG_H -DSYSTEM_WGETRC=\"/etc/wgetrc\" -DLOCALEDIR=\"/usr/share/locale\" -I. -I../lib -I../lib -DHAVE_LIBSSL -DNDEBUG -O2 -march=i686 -pipe -c -o progress.o progress.c
  2154. i686-pc-linux-gnu-gcc -DHAVE_CONFIG_H -DSYSTEM_WGETRC=\"/etc/wgetrc\" -DLOCALEDIR=\"/usr/share/locale\" -I. -I../lib -I../lib -DHAVE_LIBSSL -DNDEBUG -O2 -march=i686 -pipe -c -o ptimer.o ptimer.c
  2155. i686-pc-linux-gnu-gcc -DHAVE_CONFIG_H -DSYSTEM_WGETRC=\"/etc/wgetrc\" -DLOCALEDIR=\"/usr/share/locale\" -I. -I../lib -I../lib -DHAVE_LIBSSL -DNDEBUG -O2 -march=i686 -pipe -c -o recur.o recur.c
  2156. i686-pc-linux-gnu-gcc -DHAVE_CONFIG_H -DSYSTEM_WGETRC=\"/etc/wgetrc\" -DLOCALEDIR=\"/usr/share/locale\" -I. -I../lib -I../lib -DHAVE_LIBSSL -DNDEBUG -O2 -march=i686 -pipe -c -o res.o res.c
  2157. i686-pc-linux-gnu-gcc -DHAVE_CONFIG_H -DSYSTEM_WGETRC=\"/etc/wgetrc\" -DLOCALEDIR=\"/usr/share/locale\" -I. -I../lib -I../lib -DHAVE_LIBSSL -DNDEBUG -O2 -march=i686 -pipe -c -o retr.o retr.c
  2158. i686-pc-linux-gnu-gcc -DHAVE_CONFIG_H -DSYSTEM_WGETRC=\"/etc/wgetrc\" -DLOCALEDIR=\"/usr/share/locale\" -I. -I../lib -I../lib -DHAVE_LIBSSL -DNDEBUG -O2 -march=i686 -pipe -c -o spider.o spider.c
  2159. i686-pc-linux-gnu-gcc -DHAVE_CONFIG_H -DSYSTEM_WGETRC=\"/etc/wgetrc\" -DLOCALEDIR=\"/usr/share/locale\" -I. -I../lib -I../lib -DHAVE_LIBSSL -DNDEBUG -O2 -march=i686 -pipe -c -o url.o url.c
  2160. i686-pc-linux-gnu-gcc -DHAVE_CONFIG_H -DSYSTEM_WGETRC=\"/etc/wgetrc\" -DLOCALEDIR=\"/usr/share/locale\" -I. -I../lib -I../lib -DHAVE_LIBSSL -DNDEBUG -O2 -march=i686 -pipe -c -o warc.o warc.c
  2161. i686-pc-linux-gnu-gcc -DHAVE_CONFIG_H -DSYSTEM_WGETRC=\"/etc/wgetrc\" -DLOCALEDIR=\"/usr/share/locale\" -I. -I../lib -I../lib -DHAVE_LIBSSL -DNDEBUG -O2 -march=i686 -pipe -c -o xattr.o xattr.c
  2162. i686-pc-linux-gnu-gcc -DHAVE_CONFIG_H -DSYSTEM_WGETRC=\"/etc/wgetrc\" -DLOCALEDIR=\"/usr/share/locale\" -I. -I../lib -I../lib -DHAVE_LIBSSL -DNDEBUG -O2 -march=i686 -pipe -c -o utils.o utils.c
  2163. i686-pc-linux-gnu-gcc -DHAVE_CONFIG_H -DSYSTEM_WGETRC=\"/etc/wgetrc\" -DLOCALEDIR=\"/usr/share/locale\" -I. -I../lib -I../lib -DHAVE_LIBSSL -DNDEBUG -O2 -march=i686 -pipe -c -o exits.o exits.c
  2164. i686-pc-linux-gnu-gcc -DHAVE_CONFIG_H -DSYSTEM_WGETRC=\"/etc/wgetrc\" -DLOCALEDIR=\"/usr/share/locale\" -I. -I../lib -I../lib -DHAVE_LIBSSL -DNDEBUG -O2 -march=i686 -pipe -c -o build_info.o build_info.c
  2165. echo '/* version.c */' > version.c
  2166. echo '/* Autogenerated by Makefile - DO NOT EDIT */' >> version.c
  2167. echo '' >> version.c
  2168. echo '#include "version.h"' >> version.c
  2169. echo 'const char *version_string = "1.19.1";' >> version.c
  2170. echo 'const char *compilation_string = "'i686-pc-linux-gnu-gcc -DHAVE_CONFIG_H -DSYSTEM_WGETRC=\"/etc/wgetrc\" -DLOCALEDIR=\"/usr/share/locale\" -I. -I../lib -I../lib -DHAVE_LIBSSL -DNDEBUG -O2 -march=i686 -pipe'";' \
  2171. | sed -e 's/[\\"]/\\&/g' -e 's/\\"/"/' -e 's/\\";$/";/' >> version.c
  2172. echo 'const char *link_string = "'i686-pc-linux-gnu-gcc -DHAVE_LIBSSL -DNDEBUG -O2 -march=i686 -pipe \
  2173. -Wl,-O1 -Wl,--as-needed -lpcre -lssl -lcrypto -lz ftp-opie.o openssl.o ../lib/libgnu.a '";' \
  2174. | sed -e 's/[\\"]/\\&/g' -e 's/\\"/"/' -e 's/\\";$/";/' >> version.c
  2175. i686-pc-linux-gnu-gcc -DHAVE_CONFIG_H -DSYSTEM_WGETRC=\"/etc/wgetrc\" -DLOCALEDIR=\"/usr/share/locale\" -I. -I../lib -I../lib -DHAVE_LIBSSL -DNDEBUG -O2 -march=i686 -pipe -c -o ftp-opie.o ftp-opie.c
  2176. i686-pc-linux-gnu-gcc -DHAVE_CONFIG_H -DSYSTEM_WGETRC=\"/etc/wgetrc\" -DLOCALEDIR=\"/usr/share/locale\" -I. -I../lib -I../lib -DHAVE_LIBSSL -DNDEBUG -O2 -march=i686 -pipe -c -o openssl.o openssl.c
  2177. openssl.c: In function 'ssl_init':
  2178. openssl.c:181:7: warning: implicit declaration of function 'OPENSSL_config' [-Wimplicit-function-declaration]
  2179. OPENSSL_config (NULL);
  2180. ^~~~~~~~~~~~~~
  2181. openssl.c:205:3: warning: implicit declaration of function 'SSL_library_init' [-Wimplicit-function-declaration]
  2182. SSL_library_init ();
  2183. ^~~~~~~~~~~~~~~~
  2184. openssl.c:206:3: warning: implicit declaration of function 'SSL_load_error_strings' [-Wimplicit-function-declaration]
  2185. SSL_load_error_strings ();
  2186. ^~~~~~~~~~~~~~~~~~~~~~
  2187. openssl.c:232:14: warning: implicit declaration of function 'TLSv1_client_method' [-Wimplicit-function-declaration]
  2188. meth = TLSv1_client_method ();
  2189. ^~~~~~~~~~~~~~~~~~~
  2190. openssl.c:232:12: warning: assignment makes pointer from integer without a cast [-Wint-conversion]
  2191. meth = TLSv1_client_method ();
  2192. ^
  2193. openssl.c:237:14: warning: implicit declaration of function 'TLSv1_1_client_method' [-Wimplicit-function-declaration]
  2194. meth = TLSv1_1_client_method ();
  2195. ^~~~~~~~~~~~~~~~~~~~~
  2196. openssl.c:237:12: warning: assignment makes pointer from integer without a cast [-Wint-conversion]
  2197. meth = TLSv1_1_client_method ();
  2198. ^
  2199. openssl.c:241:14: warning: implicit declaration of function 'TLSv1_2_client_method' [-Wimplicit-function-declaration]
  2200. meth = TLSv1_2_client_method ();
  2201. ^~~~~~~~~~~~~~~~~~~~~
  2202. openssl.c:241:12: warning: assignment makes pointer from integer without a cast [-Wint-conversion]
  2203. meth = TLSv1_2_client_method ();
  2204. ^
  2205. i686-pc-linux-gnu-gcc -DHAVE_CONFIG_H -DSYSTEM_WGETRC=\"/etc/wgetrc\" -DLOCALEDIR=\"/usr/share/locale\" -I. -I../lib -I../lib -DHAVE_LIBSSL -DNDEBUG -O2 -march=i686 -pipe -c -o version.o version.c
  2206. i686-pc-linux-gnu-gcc -DHAVE_LIBSSL -DNDEBUG -O2 -march=i686 -pipe -Wl,-O1 -Wl,--as-needed -o wget connect.o convert.o cookies.o ftp.o css_.o css-url.o ftp-basic.o ftp-ls.o hash.o host.o hsts.o html-parse.o html-url.o http.o init.o log.o main.o netrc.o progress.o ptimer.o recur.o res.o retr.o spider.o url.o warc.o xattr.o utils.o exits.o build_info.o version.o ftp-opie.o openssl.o ../lib/libgnu.a -lpcre -lssl -lcrypto -lz
  2207. openssl.o: In function `ssl_init':
  2208. openssl.c:(.text+0x5c5): undefined reference to `OPENSSL_config'
  2209. openssl.c:(.text+0x6b6): undefined reference to `SSL_library_init'
  2210. openssl.c:(.text+0x6bb): undefined reference to `SSL_load_error_strings'
  2211. openssl.c:(.text+0x6d6): undefined reference to `TLSv1_2_client_method'
  2212. openssl.c:(.text+0x889): undefined reference to `TLSv1_1_client_method'
  2213. openssl.c:(.text+0x896): undefined reference to `TLSv1_client_method'
  2214. collect2: error: ld returned 1 exit status
  2215. make[3]: *** [Makefile:1565: wget] Error 1
  2216. make[3]: Leaving directory '/var/tmp/portage/net-misc/wget-1.19.1-r2/work/wget-1.19.1/src'
  2217. make[2]: *** [Makefile:1464: all] Error 2
  2218. make[2]: Leaving directory '/var/tmp/portage/net-misc/wget-1.19.1-r2/work/wget-1.19.1/src'
  2219. make[1]: *** [Makefile:1454: all-recursive] Error 1
  2220. make[1]: Leaving directory '/var/tmp/portage/net-misc/wget-1.19.1-r2/work/wget-1.19.1'
  2221. make: *** [Makefile:1410: all] Error 2
  2222. * ERROR: net-misc/wget-1.19.1-r2::gentoo failed (compile phase):
  2223. * emake failed
  2224. *
  2225. * If you need support, post the output of `emerge --info '=net-misc/wget-1.19.1-r2::gentoo'`,
  2226. * the complete build log and the output of `emerge -pqv '=net-misc/wget-1.19.1-r2::gentoo'`.
  2227. * The complete build log is located at '/var/tmp/portage/net-misc/wget-1.19.1-r2/temp/build.log'.
  2228. * The ebuild environment file is located at '/var/tmp/portage/net-misc/wget-1.19.1-r2/temp/environment'.
  2229. * Working directory: '/var/tmp/portage/net-misc/wget-1.19.1-r2/work/wget-1.19.1'
  2230. * S: '/var/tmp/portage/net-misc/wget-1.19.1-r2/work/wget-1.19.1'
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement