help-libidn
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

Re: Specific tests failing when linked with --as-needed


From: Simon Josefsson
Subject: Re: Specific tests failing when linked with --as-needed
Date: Mon, 02 Mar 2015 14:06:11 +0100
User-agent: Gnus/5.130012 (Ma Gnus v0.12) Emacs/24.4 (gnu/linux)

Hi.  Can you please try 1.30?  If the problem still persists, I can
bring up on the gnulib list (where test-lock comes from) the question of
whether --as-needed is intended to work or not.  It may be that it is
not supported.  Can you explain why you use?

/Simon

Anthony Ryan <address@hidden> writes:

> Hello,
>
> In the most recent release (1.29) I have observed that both the test-lock
> and test-thread_create tests are failing when compiling with the following
> LDFLAGs:
>
> LDFLAGS="-Wl,--as-needed"
>
> Removing "--as-needed" or adding "--no-as-needed" gets the tests passing
> again.
>
> I'm compiling on x86_64 and have attached both the test-suite.log file and
> a build.log file.
>
> Please let me know if I can be of further assistance in resolving this
> issue.
>
> Kind regards,
> Anthony Ryan
> =================================================
>    GNU Libidn 1.29: lib/gltests/test-suite.log
> =================================================
>
> # TOTAL: 30
> # PASS:  27
> # SKIP:  1
> # XFAIL: 0
> # FAIL:  2
> # XPASS: 0
> # ERROR: 0
>
> .. contents:: :depth: 2
>
> FAIL: test-lock
> ===============
>
> Starting test_lock ...
>
> SKIP: test-setlocale1.sh
> ========================
>
> Skipping test: no locale for testing is installed
>
> FAIL: test-thread_create
> ========================
>
> glthread_create failed
>
>  * Package:    net-dns/libidn-1.29
>  * Repository: gentoo
>  * Maintainer: address@hidden
>  * USE:        abi_x86_64 amd64 elibc_glibc kernel_linux userland_GNU
>  * FEATURES:   preserve-libs sandbox test userpriv usersandbox
>>>> Unpacking source...
>>>> Unpacking libidn-1.29.tar.gz to /var/tmp/portage/net-dns/libidn-1.29/work
>>>> Source unpacked in /var/tmp/portage/net-dns/libidn-1.29/work
>>>> Preparing source in /var/tmp/portage/net-dns/libidn-1.29/work/libidn-1.29 
>>>> ...
>>>> Source prepared.
>>>> Configuring source in 
>>>> /var/tmp/portage/net-dns/libidn-1.29/work/libidn-1.29 ...
>  * abi_x86_64.amd64: running multilib-minimal_abi_src_configure
>  * econf: updating libidn-1.29/build-aux/config.sub with 
> /usr/share/gnuconfig/config.sub
>  * econf: updating libidn-1.29/build-aux/config.guess with 
> /usr/share/gnuconfig/config.guess
> /var/tmp/portage/net-dns/libidn-1.29/work/libidn-1.29/configure --prefix=/usr 
> --build=x86_64-pc-linux-gnu --host=x86_64-pc-linux-gnu 
> --mandir=/usr/share/man --infodir=/usr/share/info --datadir=/usr/share 
> --sysconfdir=/etc --localstatedir=/var/lib --disable-dependency-tracking 
> --disable-silent-rules --libdir=/usr/lib64 --disable-java --disable-csharp 
> --disable-nls --disable-static --disable-silent-rules 
> --disable-valgrind-tests --with-lispdir=/usr/share/emacs/site-lisp/libidn 
> --with-packager-bug-reports=https://bugs.gentoo.org 
> --with-packager-version=rr0 --with-packager=Gentoo
> checking for a BSD-compatible install... /usr/bin/install -c
> checking whether build environment is sane... yes
> checking for a thread-safe mkdir -p... /bin/mkdir -p
> checking for gawk... gawk
> checking whether make sets $(MAKE)... yes
> checking whether make supports nested variables... yes
> checking whether make supports nested variables... (cached) yes
> checking for x86_64-pc-linux-gnu-gcc... x86_64-pc-linux-gnu-gcc
> checking whether the C compiler works... yes
> checking for C compiler default output file name... a.out
> checking for suffix of executables... 
> checking whether we are cross compiling... no
> checking for suffix of object files... o
> checking whether we are using the GNU C compiler... yes
> checking whether x86_64-pc-linux-gnu-gcc accepts -g... yes
> checking for x86_64-pc-linux-gnu-gcc option to accept ISO C89... none needed
> checking whether x86_64-pc-linux-gnu-gcc understands -c and -o together... yes
> checking for style of include used by make... GNU
> checking dependency style of x86_64-pc-linux-gnu-gcc... none
> checking how to run the C preprocessor... x86_64-pc-linux-gnu-gcc -E
> checking for grep that handles long lines and -e... /bin/grep
> checking for egrep... /bin/grep -E
> checking for Minix Amsterdam compiler... no
> checking for x86_64-pc-linux-gnu-ar... x86_64-pc-linux-gnu-ar
> checking for x86_64-pc-linux-gnu-ranlib... x86_64-pc-linux-gnu-ranlib
> checking build system type... x86_64-pc-linux-gnu
> checking host system type... x86_64-pc-linux-gnu
> checking for ANSI C header files... yes
> checking for sys/types.h... yes
> checking for sys/stat.h... yes
> checking for stdlib.h... yes
> checking for string.h... yes
> checking for memory.h... yes
> checking for strings.h... yes
> checking for inttypes.h... yes
> checking for stdint.h... yes
> checking for unistd.h... yes
> checking minix/config.h usability... no
> checking minix/config.h presence... no
> checking for minix/config.h... no
> checking whether it is safe to define __EXTENSIONS__... yes
> checking whether _XOPEN_SOURCE should be defined... no
> checking for special C compiler options needed for large files... no
> checking for _FILE_OFFSET_BITS value needed for large files... no
> checking for x86_64-pc-linux-gnu-gcc option to accept ISO C99... -std=gnu99
> checking for x86_64-pc-linux-gnu-gcc -std=gnu99 option to accept ISO Standard 
> C... (cached) -std=gnu99
> configure: autobuild project... GNU Libidn
> configure: autobuild revision... 1.29
> configure: autobuild hostname... snow.ancient.whatbox.ca
> configure: autobuild timestamp... 20150208T174831Z
> checking for x86_64-pc-linux-gnu-ar... (cached) x86_64-pc-linux-gnu-ar
> checking the archiver (x86_64-pc-linux-gnu-ar) interface... ar
> checking how to print strings... printf
> checking for a sed that does not truncate output... /bin/sed
> checking for fgrep... /bin/grep -F
> checking for ld used by x86_64-pc-linux-gnu-gcc -std=gnu99... 
> /usr/x86_64-pc-linux-gnu/bin/ld
> checking if the linker (/usr/x86_64-pc-linux-gnu/bin/ld) is GNU ld... yes
> checking for BSD- or MS-compatible name lister (nm)... /usr/bin/nm -B
> checking the name lister (/usr/bin/nm -B) interface... BSD nm
> checking whether ln -s works... yes
> checking the maximum length of command line arguments... 1572864
> checking whether the shell understands some XSI constructs... yes
> checking whether the shell understands "+="... yes
> checking how to convert x86_64-pc-linux-gnu file names to x86_64-pc-linux-gnu 
> format... func_convert_file_noop
> checking how to convert x86_64-pc-linux-gnu file names to toolchain format... 
> func_convert_file_noop
> checking for /usr/x86_64-pc-linux-gnu/bin/ld option to reload object files... 
> -r
> checking for x86_64-pc-linux-gnu-objdump... objdump
> checking how to recognize dependent libraries... pass_all
> checking for x86_64-pc-linux-gnu-dlltool... dlltool
> checking how to associate runtime and link libraries... printf %s\n
> checking for x86_64-pc-linux-gnu-ar... (cached) x86_64-pc-linux-gnu-ar
> checking for archiver @FILE support... @
> checking for x86_64-pc-linux-gnu-strip... x86_64-pc-linux-gnu-strip
> checking for x86_64-pc-linux-gnu-ranlib... (cached) x86_64-pc-linux-gnu-ranlib
> checking command to parse /usr/bin/nm -B output from x86_64-pc-linux-gnu-gcc 
> -std=gnu99 object... ok
> checking for sysroot... no
> checking for x86_64-pc-linux-gnu-mt... no
> checking for mt... no
> checking if : is a manifest tool... no
> checking for dlfcn.h... yes
> checking for objdir... .libs
> checking if x86_64-pc-linux-gnu-gcc -std=gnu99 supports -fno-rtti 
> -fno-exceptions... no
> checking for x86_64-pc-linux-gnu-gcc -std=gnu99 option to produce PIC... 
> -fPIC -DPIC
> checking if x86_64-pc-linux-gnu-gcc -std=gnu99 PIC flag -fPIC -DPIC works... 
> yes
> checking if x86_64-pc-linux-gnu-gcc -std=gnu99 static flag -static works... 
> yes
> checking if x86_64-pc-linux-gnu-gcc -std=gnu99 supports -c -o file.o... yes
> checking if x86_64-pc-linux-gnu-gcc -std=gnu99 supports -c -o file.o... 
> (cached) yes
> checking whether the x86_64-pc-linux-gnu-gcc -std=gnu99 linker 
> (/usr/x86_64-pc-linux-gnu/bin/ld -m elf_x86_64) supports shared libraries... 
> yes
> checking whether -lc should be explicitly linked in... no
> checking dynamic linker characteristics... GNU/Linux ld.so
> checking how to hardcode library paths into programs... immediate
> checking whether stripping libraries is possible... yes
> checking if libtool supports shared libraries... yes
> checking whether to build shared libraries... yes
> checking whether to build static libraries... no
> checking whether NLS is requested... no
> checking for msgfmt... /usr/bin/msgfmt
> checking for gmsgfmt... /usr/bin/gmsgfmt
> checking for xgettext... /usr/bin/xgettext
> checking for msgmerge... /usr/bin/msgmerge
> checking for ld used by x86_64-pc-linux-gnu-gcc -std=gnu99... 
> /usr/x86_64-pc-linux-gnu/bin/ld -m elf_x86_64
> checking if the linker (/usr/x86_64-pc-linux-gnu/bin/ld -m elf_x86_64) is GNU 
> ld... yes
> checking for shared library run path origin... done
> checking for CFPreferencesCopyAppValue... no
> checking for CFLocaleCopyCurrent... no
> checking whether to use NLS... no
> checking for iconv... yes
> checking for working iconv... yes
> checking for iconv declaration... 
>          extern size_t iconv (iconv_t cd, char * *inbuf, size_t *inbytesleft, 
> char * *outbuf, size_t *outbytesleft);
> checking for emacs... no
> checking for xemacs... no
> checking where .elc files should go... /usr/share/emacs/site-lisp/libidn
> checking for ANSI C header files... (cached) yes
> checking for preferred C# implementation... no
> checking for C# compiler... no
> checking whether the preprocessor supports include_next... yes
> checking whether system header files limit the line length... no
> checking for complete errno.h... yes
> checking whether strerror_r is declared... yes
> checking for strerror_r... yes
> checking whether strerror_r returns char *... yes
> checking for getopt.h... yes
> checking for sys/socket.h... yes
> checking for unistd.h... (cached) yes
> checking for sys/stat.h... (cached) yes
> checking for sys/time.h... yes
> checking for wchar.h... yes
> checking for stdint.h... (cached) yes
> checking for inttypes.h... (cached) yes
> checking for sys/param.h... yes
> checking for features.h... yes
> checking for iconv.h... yes
> checking for xlocale.h... yes
> checking for getopt.h... (cached) yes
> checking for getopt_long_only... yes
> checking whether getopt is POSIX compatible... yes
> checking for working GNU getopt function... yes
> checking for working GNU getopt_long function... yes
> checking whether getenv is declared... yes
> checking for _set_invalid_parameter_handler... no
> checking for getdtablesize... yes
> checking for symlink... yes
> checking for gettimeofday... yes
> checking for lstat... yes
> checking for setenv... yes
> checking for newlocale... yes
> checking for wchar_t... yes
> checking whether strerror(0) succeeds... yes
> checking for C/C++ restrict keyword... __restrict
> checking whether ffsl is declared without a macro... yes
> checking whether ffsll is declared without a macro... yes
> checking whether memmem is declared without a macro... yes
> checking whether mempcpy is declared without a macro... yes
> checking whether memrchr is declared without a macro... yes
> checking whether rawmemchr is declared without a macro... yes
> checking whether stpcpy is declared without a macro... yes
> checking whether stpncpy is declared without a macro... yes
> checking whether strchrnul is declared without a macro... yes
> checking whether strdup is declared without a macro... yes
> checking whether strncat is declared without a macro... yes
> checking whether strndup is declared without a macro... yes
> checking whether strnlen is declared without a macro... yes
> checking whether strpbrk is declared without a macro... yes
> checking whether strsep is declared without a macro... yes
> checking whether strcasestr is declared without a macro... yes
> checking whether strtok_r is declared without a macro... yes
> checking whether strerror_r is declared without a macro... yes
> checking whether strsignal is declared without a macro... yes
> checking whether strverscmp is declared without a macro... yes
> checking for pid_t... yes
> checking for mode_t... yes
> checking for size_t... yes
> checking for working alloca.h... yes
> checking for alloca... yes
> checking if environ is properly declared... yes
> checking for working fcntl.h... yes
> checking whether stat file-mode macros are broken... no
> checking for nlink_t... yes
> checking whether fchmodat is declared without a macro... yes
> checking whether fstat is declared without a macro... yes
> checking whether fstatat is declared without a macro... yes
> checking whether futimens is declared without a macro... yes
> checking whether lchmod is declared without a macro... yes
> checking whether lstat is declared without a macro... yes
> checking whether mkdirat is declared without a macro... yes
> checking whether mkfifo is declared without a macro... yes
> checking whether mkfifoat is declared without a macro... yes
> checking whether mknod is declared without a macro... yes
> checking whether mknodat is declared without a macro... yes
> checking whether stat is declared without a macro... yes
> checking whether utimensat is declared without a macro... yes
> checking whether getcwd (NULL, 0) allocates memory for result... yes
> checking for getcwd with POSIX signature... yes
> checking for struct timeval... yes
> checking for wide-enough struct timeval.tv_sec member... yes
> checking whether gettimeofday is declared without a macro... yes
> checking for unsigned long long int... yes
> checking for long long int... yes
> checking whether stdint.h conforms to C99... yes
> checking whether imaxabs is declared without a macro... yes
> checking whether imaxdiv is declared without a macro... yes
> checking whether strtoimax is declared without a macro... yes
> checking whether strtoumax is declared without a macro... yes
> checking for inttypes.h... (cached) yes
> checking whether the inttypes.h PRIxNN macros are broken... no
> checking whether lstat correctly handles trailing slash... yes
> checking whether malloc, realloc, calloc are POSIX compliant... yes
> checking for stdlib.h... (cached) yes
> checking for GNU libc compatible malloc... yes
> checking for promoted mode_t type... mode_t
> checking whether setenv is declared... yes
> checking search.h usability... yes
> checking search.h presence... yes
> checking for search.h... yes
> checking for tsearch... yes
> checking for stdbool.h that conforms to C99... yes
> checking for _Bool... yes
> checking for wint_t... yes
> checking for struct timespec in <time.h>... yes
> checking whether unsetenv is declared... yes
> checking whether <wchar.h> uses 'inline' correctly... yes
> checking for error_at_line... yes
> checking for pmccabe... false
> checking whether program_invocation_name is declared... yes
> checking whether program_invocation_short_name is declared... yes
> checking for ssize_t... yes
> checking for va_copy... yes
> checking whether NULL can be used in arbitrary expressions... yes
> checking whether dprintf is declared without a macro... yes
> checking whether fpurge is declared without a macro... no
> checking whether fseeko is declared without a macro... yes
> checking whether ftello is declared without a macro... yes
> checking whether getdelim is declared without a macro... yes
> checking whether getline is declared without a macro... yes
> checking whether gets is declared without a macro... no
> checking whether pclose is declared without a macro... yes
> checking whether popen is declared without a macro... yes
> checking whether renameat is declared without a macro... yes
> checking whether snprintf is declared without a macro... yes
> checking whether tmpfile is declared without a macro... yes
> checking whether vdprintf is declared without a macro... yes
> checking whether vsnprintf is declared without a macro... yes
> checking for working strerror function... yes
> checking whether chdir is declared without a macro... yes
> checking whether chown is declared without a macro... yes
> checking whether dup is declared without a macro... yes
> checking whether dup2 is declared without a macro... yes
> checking whether dup3 is declared without a macro... yes
> checking whether environ is declared without a macro... yes
> checking whether euidaccess is declared without a macro... yes
> checking whether faccessat is declared without a macro... yes
> checking whether fchdir is declared without a macro... yes
> checking whether fchownat is declared without a macro... yes
> checking whether fdatasync is declared without a macro... yes
> checking whether fsync is declared without a macro... yes
> checking whether ftruncate is declared without a macro... yes
> checking whether getcwd is declared without a macro... yes
> checking whether getdomainname is declared without a macro... yes
> checking whether getdtablesize is declared without a macro... yes
> checking whether getgroups is declared without a macro... yes
> checking whether gethostname is declared without a macro... yes
> checking whether getlogin is declared without a macro... yes
> checking whether getlogin_r is declared without a macro... yes
> checking whether getpagesize is declared without a macro... yes
> checking whether getusershell is declared without a macro... yes
> checking whether setusershell is declared without a macro... yes
> checking whether endusershell is declared without a macro... yes
> checking whether group_member is declared without a macro... yes
> checking whether isatty is declared without a macro... yes
> checking whether lchown is declared without a macro... yes
> checking whether link is declared without a macro... yes
> checking whether linkat is declared without a macro... yes
> checking whether lseek is declared without a macro... yes
> checking whether pipe is declared without a macro... yes
> checking whether pipe2 is declared without a macro... yes
> checking whether pread is declared without a macro... yes
> checking whether pwrite is declared without a macro... yes
> checking whether readlink is declared without a macro... yes
> checking whether readlinkat is declared without a macro... yes
> checking whether rmdir is declared without a macro... yes
> checking whether sethostname is declared without a macro... yes
> checking whether sleep is declared without a macro... yes
> checking whether symlink is declared without a macro... yes
> checking whether symlinkat is declared without a macro... yes
> checking whether ttyname_r is declared without a macro... yes
> checking whether unlink is declared without a macro... yes
> checking whether unlinkat is declared without a macro... yes
> checking whether usleep is declared without a macro... yes
> checking whether self tests are run under valgrind... no
> checking for alloca as a compiler built-in... yes
> checking whether dup2 works... yes
> checking whether fcntl is declared without a macro... yes
> checking whether openat is declared without a macro... yes
> checking whether fdopen sets errno... yes
> checking whether getdtablesize works... yes
> checking whether gettimeofday clobbers localtime buffer... no
> checking for gettimeofday with POSIX signature... almost
> checking whether INT32_MAX < INTMAX_MAX... yes
> checking whether INT64_MAX == LONG_MAX... yes
> checking whether UINT32_MAX < UINTMAX_MAX... yes
> checking whether UINT64_MAX == ULONG_MAX... yes
> checking whether open recognizes a trailing slash... yes
> checking for putenv compatible with GNU and SVID... yes
> checking whether setenv validates arguments... yes
> checking whether stat handles trailing slashes on directories... yes
> checking whether stat handles trailing slashes on files... yes
> checking whether _Exit is declared without a macro... yes
> checking whether atoll is declared without a macro... yes
> checking whether canonicalize_file_name is declared without a macro... yes
> checking whether getloadavg is declared without a macro... yes
> checking whether getsubopt is declared without a macro... yes
> checking whether grantpt is declared without a macro... yes
> checking whether initstate is declared without a macro... yes
> checking whether initstate_r is declared without a macro... yes
> checking whether mkdtemp is declared without a macro... yes
> checking whether mkostemp is declared without a macro... yes
> checking whether mkostemps is declared without a macro... yes
> checking whether mkstemp is declared without a macro... yes
> checking whether mkstemps is declared without a macro... yes
> checking whether posix_openpt is declared without a macro... yes
> checking whether ptsname is declared without a macro... yes
> checking whether ptsname_r is declared without a macro... yes
> checking whether random is declared without a macro... yes
> checking whether random_r is declared without a macro... yes
> checking whether realpath is declared without a macro... yes
> checking whether rpmatch is declared without a macro... yes
> checking whether secure_getenv is declared without a macro... yes
> checking whether setenv is declared without a macro... yes
> checking whether setstate is declared without a macro... yes
> checking whether setstate_r is declared without a macro... yes
> checking whether srandom is declared without a macro... yes
> checking whether srandom_r is declared without a macro... yes
> checking whether strtod is declared without a macro... yes
> checking whether strtoll is declared without a macro... yes
> checking whether strtoull is declared without a macro... yes
> checking whether unlockpt is declared without a macro... yes
> checking whether unsetenv is declared without a macro... yes
> checking whether symlink handles trailing slash correctly... yes
> checking for nlink_t... (cached) yes
> checking whether fchmodat is declared without a macro... (cached) yes
> checking whether fstat is declared without a macro... (cached) yes
> checking whether fstatat is declared without a macro... (cached) yes
> checking whether futimens is declared without a macro... (cached) yes
> checking whether lchmod is declared without a macro... (cached) yes
> checking whether lstat is declared without a macro... (cached) yes
> checking whether mkdirat is declared without a macro... (cached) yes
> checking whether mkfifo is declared without a macro... (cached) yes
> checking whether mkfifoat is declared without a macro... (cached) yes
> checking whether mknod is declared without a macro... (cached) yes
> checking whether mknodat is declared without a macro... (cached) yes
> checking whether stat is declared without a macro... (cached) yes
> checking whether utimensat is declared without a macro... (cached) yes
> checking for unsetenv... yes
> checking for unsetenv() return type... int
> checking whether unsetenv obeys POSIX... yes
> checking whether self tests are run under valgrind... no
> checking whether btowc is declared without a macro... yes
> checking whether wctob is declared without a macro... yes
> checking whether mbsinit is declared without a macro... yes
> checking whether mbrtowc is declared without a macro... yes
> checking whether mbrlen is declared without a macro... yes
> checking whether mbsrtowcs is declared without a macro... yes
> checking whether mbsnrtowcs is declared without a macro... yes
> checking whether wcrtomb is declared without a macro... yes
> checking whether wcsrtombs is declared without a macro... yes
> checking whether wcsnrtombs is declared without a macro... yes
> checking whether wcwidth is declared without a macro... yes
> checking whether wmemchr is declared without a macro... yes
> checking whether wmemcmp is declared without a macro... yes
> checking whether wmemcpy is declared without a macro... yes
> checking whether wmemmove is declared without a macro... yes
> checking whether wmemset is declared without a macro... yes
> checking whether wcslen is declared without a macro... yes
> checking whether wcsnlen is declared without a macro... yes
> checking whether wcscpy is declared without a macro... yes
> checking whether wcpcpy is declared without a macro... yes
> checking whether wcsncpy is declared without a macro... yes
> checking whether wcpncpy is declared without a macro... yes
> checking whether wcscat is declared without a macro... yes
> checking whether wcsncat is declared without a macro... yes
> checking whether wcscmp is declared without a macro... yes
> checking whether wcsncmp is declared without a macro... yes
> checking whether wcscasecmp is declared without a macro... yes
> checking whether wcsncasecmp is declared without a macro... yes
> checking whether wcscoll is declared without a macro... yes
> checking whether wcsxfrm is declared without a macro... yes
> checking whether wcsdup is declared without a macro... yes
> checking whether wcschr is declared without a macro... yes
> checking whether wcsrchr is declared without a macro... yes
> checking whether wcscspn is declared without a macro... yes
> checking whether wcsspn is declared without a macro... yes
> checking whether wcspbrk is declared without a macro... yes
> checking whether wcsstr is declared without a macro... yes
> checking whether wcstok is declared without a macro... yes
> checking whether wcswidth is declared without a macro... yes
> checking for inline... inline
> checking for nl_langinfo and CODESET... yes
> checking for LC_MESSAGES... yes
> checking whether imported symbols can be declared weak... yes
> checking pthread.h usability... yes
> checking pthread.h presence... yes
> checking for pthread.h... yes
> checking for pthread_kill in -lpthread... yes
> checking for multithread API to use... posix
> checking whether the compiler generally respects inline... yes
> checking if gcc/ld supports -Wl,--output-def... no
> checking if LD -Wl,--version-script works... yes
> checking whether the -Werror option is usable... yes
> checking for simple visibility declarations... yes
> checking for ssize_t... (cached) yes
> checking whether NULL can be used in arbitrary expressions... (cached) yes
> checking for strverscmp... yes
> checking for alloca as a compiler built-in... (cached) yes
> checking for a traditional french locale... none
> checking for a turkish Unicode locale... none
> checking whether INT32_MAX < INTMAX_MAX... (cached) yes
> checking whether INT64_MAX == LONG_MAX... (cached) yes
> checking whether UINT32_MAX < UINTMAX_MAX... (cached) yes
> checking whether UINT64_MAX == ULONG_MAX... (cached) yes
> checking whether locale.h conforms to POSIX:2001... yes
> checking whether locale.h defines locale_t... yes
> checking whether struct lconv is properly defined... yes
> checking whether setlocale is declared without a macro... yes
> checking whether duplocale is declared without a macro... yes
> checking for setlocale... yes
> checking for uselocale... yes
> checking for pthread_rwlock_t... yes
> checking for putenv compatible with GNU and SVID... (cached) yes
> checking whether setenv validates arguments... (cached) yes
> checking for a traditional french locale... (cached) none
> checking for a french Unicode locale... none
> checking for a traditional japanese locale... none
> checking for a transitional chinese locale... none
> checking whether _Exit is declared without a macro... (cached) yes
> checking whether atoll is declared without a macro... (cached) yes
> checking whether canonicalize_file_name is declared without a macro... 
> (cached) yes
> checking whether getloadavg is declared without a macro... (cached) yes
> checking whether getsubopt is declared without a macro... (cached) yes
> checking whether grantpt is declared without a macro... (cached) yes
> checking whether initstate is declared without a macro... (cached) yes
> checking whether initstate_r is declared without a macro... (cached) yes
> checking whether mkdtemp is declared without a macro... (cached) yes
> checking whether mkostemp is declared without a macro... (cached) yes
> checking whether mkostemps is declared without a macro... (cached) yes
> checking whether mkstemp is declared without a macro... (cached) yes
> checking whether mkstemps is declared without a macro... (cached) yes
> checking whether posix_openpt is declared without a macro... (cached) yes
> checking whether ptsname is declared without a macro... (cached) yes
> checking whether ptsname_r is declared without a macro... (cached) yes
> checking whether random is declared without a macro... (cached) yes
> checking whether random_r is declared without a macro... (cached) yes
> checking whether realpath is declared without a macro... (cached) yes
> checking whether rpmatch is declared without a macro... (cached) yes
> checking whether secure_getenv is declared without a macro... (cached) yes
> checking whether setenv is declared without a macro... (cached) yes
> checking whether setstate is declared without a macro... (cached) yes
> checking whether setstate_r is declared without a macro... (cached) yes
> checking whether srandom is declared without a macro... (cached) yes
> checking whether srandom_r is declared without a macro... (cached) yes
> checking whether strtod is declared without a macro... (cached) yes
> checking whether strtoll is declared without a macro... (cached) yes
> checking whether strtoull is declared without a macro... (cached) yes
> checking whether unlockpt is declared without a macro... (cached) yes
> checking whether unsetenv is declared without a macro... (cached) yes
> checking for pthread_atfork... yes
> checking whether chdir is declared without a macro... (cached) yes
> checking whether chown is declared without a macro... (cached) yes
> checking whether dup is declared without a macro... (cached) yes
> checking whether dup2 is declared without a macro... (cached) yes
> checking whether dup3 is declared without a macro... (cached) yes
> checking whether environ is declared without a macro... (cached) yes
> checking whether euidaccess is declared without a macro... (cached) yes
> checking whether faccessat is declared without a macro... (cached) yes
> checking whether fchdir is declared without a macro... (cached) yes
> checking whether fchownat is declared without a macro... (cached) yes
> checking whether fdatasync is declared without a macro... (cached) yes
> checking whether fsync is declared without a macro... (cached) yes
> checking whether ftruncate is declared without a macro... (cached) yes
> checking whether getcwd is declared without a macro... (cached) yes
> checking whether getdomainname is declared without a macro... (cached) yes
> checking whether getdtablesize is declared without a macro... (cached) yes
> checking whether getgroups is declared without a macro... (cached) yes
> checking whether gethostname is declared without a macro... (cached) yes
> checking whether getlogin is declared without a macro... (cached) yes
> checking whether getlogin_r is declared without a macro... (cached) yes
> checking whether getpagesize is declared without a macro... (cached) yes
> checking whether getusershell is declared without a macro... (cached) yes
> checking whether setusershell is declared without a macro... (cached) yes
> checking whether endusershell is declared without a macro... (cached) yes
> checking whether group_member is declared without a macro... (cached) yes
> checking whether isatty is declared without a macro... (cached) yes
> checking whether lchown is declared without a macro... (cached) yes
> checking whether link is declared without a macro... (cached) yes
> checking whether linkat is declared without a macro... (cached) yes
> checking whether lseek is declared without a macro... (cached) yes
> checking whether pipe is declared without a macro... (cached) yes
> checking whether pipe2 is declared without a macro... (cached) yes
> checking whether pread is declared without a macro... (cached) yes
> checking whether pwrite is declared without a macro... (cached) yes
> checking whether readlink is declared without a macro... (cached) yes
> checking whether readlinkat is declared without a macro... (cached) yes
> checking whether rmdir is declared without a macro... (cached) yes
> checking whether sethostname is declared without a macro... (cached) yes
> checking whether sleep is declared without a macro... (cached) yes
> checking whether symlink is declared without a macro... (cached) yes
> checking whether symlinkat is declared without a macro... (cached) yes
> checking whether ttyname_r is declared without a macro... (cached) yes
> checking whether unlink is declared without a macro... (cached) yes
> checking whether unlinkat is declared without a macro... (cached) yes
> checking whether usleep is declared without a macro... (cached) yes
> checking for unsetenv... (cached) yes
> checking for unsetenv() return type... (cached) int
> checking whether unsetenv obeys POSIX... (cached) yes
> checking whether btowc is declared without a macro... (cached) yes
> checking whether wctob is declared without a macro... (cached) yes
> checking whether mbsinit is declared without a macro... (cached) yes
> checking whether mbrtowc is declared without a macro... (cached) yes
> checking whether mbrlen is declared without a macro... (cached) yes
> checking whether mbsrtowcs is declared without a macro... (cached) yes
> checking whether mbsnrtowcs is declared without a macro... (cached) yes
> checking whether wcrtomb is declared without a macro... (cached) yes
> checking whether wcsrtombs is declared without a macro... (cached) yes
> checking whether wcsnrtombs is declared without a macro... (cached) yes
> checking whether wcwidth is declared without a macro... (cached) yes
> checking whether wmemchr is declared without a macro... (cached) yes
> checking whether wmemcmp is declared without a macro... (cached) yes
> checking whether wmemcpy is declared without a macro... (cached) yes
> checking whether wmemmove is declared without a macro... (cached) yes
> checking whether wmemset is declared without a macro... (cached) yes
> checking whether wcslen is declared without a macro... (cached) yes
> checking whether wcsnlen is declared without a macro... (cached) yes
> checking whether wcscpy is declared without a macro... (cached) yes
> checking whether wcpcpy is declared without a macro... (cached) yes
> checking whether wcsncpy is declared without a macro... (cached) yes
> checking whether wcpncpy is declared without a macro... (cached) yes
> checking whether wcscat is declared without a macro... (cached) yes
> checking whether wcsncat is declared without a macro... (cached) yes
> checking whether wcscmp is declared without a macro... (cached) yes
> checking whether wcsncmp is declared without a macro... (cached) yes
> checking whether wcscasecmp is declared without a macro... (cached) yes
> checking whether wcsncasecmp is declared without a macro... (cached) yes
> checking whether wcscoll is declared without a macro... (cached) yes
> checking whether wcsxfrm is declared without a macro... (cached) yes
> checking whether wcsdup is declared without a macro... (cached) yes
> checking whether wcschr is declared without a macro... (cached) yes
> checking whether wcsrchr is declared without a macro... (cached) yes
> checking whether wcscspn is declared without a macro... (cached) yes
> checking whether wcsspn is declared without a macro... (cached) yes
> checking whether wcspbrk is declared without a macro... (cached) yes
> checking whether wcsstr is declared without a macro... (cached) yes
> checking whether wcstok is declared without a macro... (cached) yes
> checking whether wcswidth is declared without a macro... (cached) yes
> checking for sched_yield in -lrt... yes
> checking for nl_langinfo and CODESET... (cached) yes
> checking if TLD API for specific TLD rules should be built... yes
> checking for x86_64-pc-linux-gnu-pkg-config... 
> /usr/bin/x86_64-pc-linux-gnu-pkg-config
> checking pkg-config is at least version 0.9.0... yes
> checking for gtkdoc-check... no
> checking for gtkdoc-rebase... /usr/bin/gtkdoc-rebase
> checking for gtkdoc-mkpdf... no
> checking whether to build gtk-doc documentation... no
> checking for x86_64-pc-linux-gnu-gcj... no
> checking for gcj... no
> checking dependency style of gcj... none
> checking for x86_64-pc-linux-gnu-gcj... gcj
> checking dependency style of gcj... (cached) none
> checking if gcj supports -fno-rtti -fno-exceptions... (cached) no
> checking for gcj option to produce PIC... -fPIC
> checking if gcj PIC flag -fPIC works... no
> checking if gcj static flag -static works... no
> checking if gcj supports -c -o file.o... no
> checking if gcj supports -c -o file.o... (cached) no
> checking whether the gcj linker (/usr/x86_64-pc-linux-gnu/bin/ld -m 
> elf_x86_64) supports shared libraries... yes
> checking how to hardcode library paths into programs... immediate
> checking if implementation in Java should be built... no
> checking if implementation in C# should be built... no
> checking that generated files are newer than configure... done
> configure: creating ./config.status
> config.status: creating csharpcomp.sh
> config.status: creating csharpexec.sh
> config.status: creating Makefile
> config.status: creating contrib/doxygen/Doxyfile
> config.status: creating csharp/Makefile
> config.status: creating doc/Makefile
> config.status: creating doc/cyclo/Makefile
> config.status: creating doc/java/Makefile
> config.status: creating doc/reference/Makefile
> config.status: creating doc/reference/version.xml
> config.status: creating doc/specifications/Makefile
> config.status: creating doc/tld/Makefile
> config.status: creating examples/Makefile
> config.status: creating gl/Makefile
> config.status: creating gltests/Makefile
> config.status: creating java/Makefile
> config.status: creating java/pom.xml
> config.status: creating java/src/Makefile
> config.status: creating java/src/main/Makefile
> config.status: creating java/src/main/java/Makefile
> config.status: creating java/src/main/java/gnu/Makefile
> config.status: creating java/src/main/java/gnu/inet/Makefile
> config.status: creating java/src/main/java/gnu/inet/encoding/Makefile
> config.status: creating java/src/util/Makefile
> config.status: creating java/src/util/java/Makefile
> config.status: creating java/src/test/Makefile
> config.status: creating java/src/test/java/Makefile
> config.status: creating lib/Makefile
> config.status: creating lib/gl/Makefile
> config.status: creating lib/gltests/Makefile
> config.status: creating libidn.pc
> config.status: creating po/Makefile.in
> config.status: creating src/Makefile
> config.status: creating tests/Makefile
> config.status: creating config.h
> config.status: linking 
> /var/tmp/portage/net-dns/libidn-1.29/work/libidn-1.29/GNUmakefile to 
> GNUmakefile
> config.status: executing depfiles commands
> config.status: executing libtool commands
> config.status: executing po-directories commands
> config.status: creating po/POTFILES
> config.status: creating po/Makefile
> configure: summary of build options:
>
>   version:          1.29 shared 17:12:6
>   Host type:        x86_64-pc-linux-gnu
>   Install prefix:   /usr
>   Compiler:         x86_64-pc-linux-gnu-gcc -std=gnu99
>   Warning flags:    
>   Library types:    Shared=yes, Static=no
>   Libiconv:         yes
>   Valgrind:         
>   Version script:   yes
>   TLD code:         yes
>   Build Java port:  no
>   Build C# port:    no
>
>>>> Source configured.
>>>> Compiling source in /var/tmp/portage/net-dns/libidn-1.29/work/libidn-1.29 
>>>> ...
>  * abi_x86_64.amd64: running multilib-minimal_abi_src_compile
> make -j3 
> make  all-recursive
> make[1]: Entering directory 
> '/var/tmp/portage/net-dns/libidn-1.29/work/libidn-1.29-abi_x86_64.amd64'
> Making all in gl
> make[2]: Entering directory 
> '/var/tmp/portage/net-dns/libidn-1.29/work/libidn-1.29-abi_x86_64.amd64/gl'
> rm -f arg-nonnull.h-t arg-nonnull.h && \
> sed -n -e '/GL_ARG_NONNULL/,$p' \
>   < 
> /var/tmp/portage/net-dns/libidn-1.29/work/libidn-1.29/build-aux/snippet/arg-nonnull.h
>  \
>   > arg-nonnull.h-t && \
> mv arg-nonnull.h-t arg-nonnull.h
> rm -f c++defs.h-t c++defs.h && \
> sed -n -e '/_GL_CXXDEFS/,$p' \
>   < 
> /var/tmp/portage/net-dns/libidn-1.29/work/libidn-1.29/build-aux/snippet/c++defs.h
>  \
>   > c++defs.h-t && \
> mv c++defs.h-t c++defs.h
> rm -f warn-on-use.h-t warn-on-use.h && \
> sed -n -e '/^.ifndef/,$p' \
>   < 
> /var/tmp/portage/net-dns/libidn-1.29/work/libidn-1.29/build-aux/snippet/warn-on-use.h
>  \
>   > warn-on-use.h-t && \
> mv warn-on-use.h-t warn-on-use.h
> /bin/mkdir -p sys
> rm -f sys/types.h-t sys/types.h && \
> { echo '/* DO NOT EDIT! GENERATED AUTOMATICALLY! */'; \
>   sed -e 's|@''GUARD_PREFIX''@|GL|g' \
>       -e 's|@''INCLUDE_NEXT''@|include_next|g' \
>       -e 's|@''PRAGMA_SYSTEM_HEADER''@|#pragma GCC system_header|g' \
>       -e 's|@''PRAGMA_COLUMNS''@||g' \
>       -e 's|@''NEXT_SYS_TYPES_H''@|<sys/types.h>|g' \
>       -e 's|@''WINDOWS_64_BIT_OFF_T''@|0|g' \
>       < 
> /var/tmp/portage/net-dns/libidn-1.29/work/libidn-1.29/gl/sys_types.in.h; \
> } > sys/types.h-t && \
> mv sys/types.h-t sys/types.h
> rm -f stdio.h-t stdio.h && \
> { echo '/* DO NOT EDIT! GENERATED AUTOMATICALLY! */' && \
>   sed -e 's|@''GUARD_PREFIX''@|GL|g' \
>       -e 's|@''INCLUDE_NEXT''@|include_next|g' \
>       -e 's|@''PRAGMA_SYSTEM_HEADER''@|#pragma GCC system_header|g' \
>       -e 's|@''PRAGMA_COLUMNS''@||g' \
>       -e 's|@''NEXT_STDIO_H''@|<stdio.h>|g' \
>       -e 's/@''GNULIB_DPRINTF''@/0/g' \
>       -e 's/@''GNULIB_FCLOSE''@/0/g' \
>       -e 's/@''GNULIB_FDOPEN''@/IN_LIBIDN_GNULIB_TESTS/g' \
>       -e 's/@''GNULIB_FFLUSH''@/0/g' \
>       -e 's/@''GNULIB_FGETC''@/1/g' \
>       -e 's/@''GNULIB_FGETS''@/1/g' \
>       -e 's/@''GNULIB_FOPEN''@/0/g' \
>       -e 's/@''GNULIB_FPRINTF''@/1/g' \
>       -e 's/@''GNULIB_FPRINTF_POSIX''@/0/g' \
>       -e 's/@''GNULIB_FPURGE''@/0/g' \
>       -e 's/@''GNULIB_FPUTC''@/1/g' \
>       -e 's/@''GNULIB_FPUTS''@/1/g' \
>       -e 's/@''GNULIB_FREAD''@/1/g' \
>       -e 's/@''GNULIB_FREOPEN''@/0/g' \
>       -e 's/@''GNULIB_FSCANF''@/1/g' \
>       -e 's/@''GNULIB_FSEEK''@/0/g' \
>       -e 's/@''GNULIB_FSEEKO''@/0/g' \
>       -e 's/@''GNULIB_FTELL''@/0/g' \
>       -e 's/@''GNULIB_FTELLO''@/0/g' \
>       -e 's/@''GNULIB_FWRITE''@/1/g' \
>       -e 's/@''GNULIB_GETC''@/1/g' \
>       -e 's/@''GNULIB_GETCHAR''@/1/g' \
>       -e 's/@''GNULIB_GETDELIM''@/0/g' \
>       -e 's/@''GNULIB_GETLINE''@/0/g' \
>       -e 's/@''GNULIB_OBSTACK_PRINTF''@/0/g' \
>       -e 's/@''GNULIB_OBSTACK_PRINTF_POSIX''@/0/g' \
>       -e 's/@''GNULIB_PCLOSE''@/0/g' \
>       -e 's/@''GNULIB_PERROR''@/0/g' \
>       -e 's/@''GNULIB_POPEN''@/0/g' \
>       -e 's/@''GNULIB_PRINTF''@/1/g' \
>       -e 's/@''GNULIB_PRINTF_POSIX''@/0/g' \
>       -e 's/@''GNULIB_PUTC''@/1/g' \
>       -e 's/@''GNULIB_PUTCHAR''@/1/g' \
>       -e 's/@''GNULIB_PUTS''@/1/g' \
>       -e 's/@''GNULIB_REMOVE''@/0/g' \
>       -e 's/@''GNULIB_RENAME''@/0/g' \
>       -e 's/@''GNULIB_RENAMEAT''@/0/g' \
>       -e 's/@''GNULIB_SCANF''@/1/g' \
>       -e 's/@''GNULIB_SNPRINTF''@/0/g' \
>       -e 's/@''GNULIB_SPRINTF_POSIX''@/0/g' \
>       -e 's/@''GNULIB_STDIO_H_NONBLOCKING''@/0/g' \
>       -e 's/@''GNULIB_STDIO_H_SIGPIPE''@/0/g' \
>       -e 's/@''GNULIB_TMPFILE''@/0/g' \
>       -e 's/@''GNULIB_VASPRINTF''@/0/g' \
>       -e 's/@''GNULIB_VDPRINTF''@/0/g' \
>       -e 's/@''GNULIB_VFPRINTF''@/1/g' \
>       -e 's/@''GNULIB_VFPRINTF_POSIX''@/0/g' \
>       -e 's/@''GNULIB_VFSCANF''@/0/g' \
>       -e 's/@''GNULIB_VSCANF''@/0/g' \
>       -e 's/@''GNULIB_VPRINTF''@/1/g' \
>       -e 's/@''GNULIB_VPRINTF_POSIX''@/0/g' \
>       -e 's/@''GNULIB_VSNPRINTF''@/0/g' \
>       -e 's/@''GNULIB_VSPRINTF_POSIX''@/0/g' \
>       < /var/tmp/portage/net-dns/libidn-1.29/work/libidn-1.29/gl/stdio.in.h | 
> \
>   sed -e 's|@''HAVE_DECL_FPURGE''@|1|g' \
>       -e 's|@''HAVE_DECL_FSEEKO''@|1|g' \
>       -e 's|@''HAVE_DECL_FTELLO''@|1|g' \
>       -e 's|@''HAVE_DECL_GETDELIM''@|1|g' \
>       -e 's|@''HAVE_DECL_GETLINE''@|1|g' \
>       -e 's|@''HAVE_DECL_OBSTACK_PRINTF''@|1|g' \
>       -e 's|@''HAVE_DECL_SNPRINTF''@|1|g' \
>       -e 's|@''HAVE_DECL_VSNPRINTF''@|1|g' \
>       -e 's|@''HAVE_DPRINTF''@|1|g' \
>       -e 's|@''HAVE_FSEEKO''@|1|g' \
>       -e 's|@''HAVE_FTELLO''@|1|g' \
>       -e 's|@''HAVE_PCLOSE''@|1|g' \
>       -e 's|@''HAVE_POPEN''@|1|g' \
>       -e 's|@''HAVE_RENAMEAT''@|1|g' \
>       -e 's|@''HAVE_VASPRINTF''@|1|g' \
>       -e 's|@''HAVE_VDPRINTF''@|1|g' \
>       -e 's|@''REPLACE_DPRINTF''@|0|g' \
>       -e 's|@''REPLACE_FCLOSE''@|0|g' \
>       -e 's|@''REPLACE_FDOPEN''@|0|g' \
>       -e 's|@''REPLACE_FFLUSH''@|0|g' \
>       -e 's|@''REPLACE_FOPEN''@|0|g' \
>       -e 's|@''REPLACE_FPRINTF''@|0|g' \
>       -e 's|@''REPLACE_FPURGE''@|0|g' \
>       -e 's|@''REPLACE_FREOPEN''@|0|g' \
>       -e 's|@''REPLACE_FSEEK''@|0|g' \
>       -e 's|@''REPLACE_FSEEKO''@|0|g' \
>       -e 's|@''REPLACE_FTELL''@|0|g' \
>       -e 's|@''REPLACE_FTELLO''@|0|g' \
>       -e 's|@''REPLACE_GETDELIM''@|0|g' \
>       -e 's|@''REPLACE_GETLINE''@|0|g' \
>       -e 's|@''REPLACE_OBSTACK_PRINTF''@|0|g' \
>       -e 's|@''REPLACE_PERROR''@|0|g' \
>       -e 's|@''REPLACE_POPEN''@|0|g' \
>       -e 's|@''REPLACE_PRINTF''@|0|g' \
>       -e 's|@''REPLACE_REMOVE''@|0|g' \
>       -e 's|@''REPLACE_RENAME''@|0|g' \
>       -e 's|@''REPLACE_RENAMEAT''@|0|g' \
>       -e 's|@''REPLACE_SNPRINTF''@|0|g' \
>       -e 's|@''REPLACE_SPRINTF''@|0|g' \
>       -e 's|@''REPLACE_STDIO_READ_FUNCS''@|0|g' \
>       -e 's|@''REPLACE_STDIO_WRITE_FUNCS''@|0|g' \
>       -e 's|@''REPLACE_TMPFILE''@|0|g' \
>       -e 's|@''REPLACE_VASPRINTF''@|0|g' \
>       -e 's|@''REPLACE_VDPRINTF''@|0|g' \
>       -e 's|@''REPLACE_VFPRINTF''@|0|g' \
>       -e 's|@''REPLACE_VPRINTF''@|0|g' \
>       -e 's|@''REPLACE_VSNPRINTF''@|0|g' \
>       -e 's|@''REPLACE_VSPRINTF''@|0|g' \
>       -e 's|@''ASM_SYMBOL_PREFIX''@||g' \
>       -e '/definitions of _GL_FUNCDECL_RPL/r c++defs.h' \
>       -e '/definition of _GL_ARG_NONNULL/r arg-nonnull.h' \
>       -e '/definition of _GL_WARN_ON_USE/r warn-on-use.h'; \
> } > stdio.h-t && \
> mv stdio.h-t stdio.h
> rm -f string.h-t string.h && \
> { echo '/* DO NOT EDIT! GENERATED AUTOMATICALLY! */' && \
>   sed -e 's|@''GUARD_PREFIX''@|GL|g' \
>       -e 's|@''INCLUDE_NEXT''@|include_next|g' \
>       -e 's|@''PRAGMA_SYSTEM_HEADER''@|#pragma GCC system_header|g' \
>       -e 's|@''PRAGMA_COLUMNS''@||g' \
>       -e 's|@''NEXT_STRING_H''@|<string.h>|g' \
>       -e 's/@''GNULIB_FFSL''@/0/g' \
>       -e 's/@''GNULIB_FFSLL''@/0/g' \
>       -e 's/@''GNULIB_MBSLEN''@/0/g' \
>       -e 's/@''GNULIB_MBSNLEN''@/0/g' \
>       -e 's/@''GNULIB_MBSCHR''@/0/g' \
>       -e 's/@''GNULIB_MBSRCHR''@/0/g' \
>       -e 's/@''GNULIB_MBSSTR''@/0/g' \
>       -e 's/@''GNULIB_MBSCASECMP''@/0/g' \
>       -e 's/@''GNULIB_MBSNCASECMP''@/0/g' \
>       -e 's/@''GNULIB_MBSPCASECMP''@/0/g' \
>       -e 's/@''GNULIB_MBSCASESTR''@/0/g' \
>       -e 's/@''GNULIB_MBSCSPN''@/0/g' \
>       -e 's/@''GNULIB_MBSPBRK''@/0/g' \
>       -e 's/@''GNULIB_MBSSPN''@/0/g' \
>       -e 's/@''GNULIB_MBSSEP''@/0/g' \
>       -e 's/@''GNULIB_MBSTOK_R''@/0/g' \
>       -e 's/@''GNULIB_MEMCHR''@/0/g' \
>       -e 's/@''GNULIB_MEMMEM''@/0/g' \
>       -e 's/@''GNULIB_MEMPCPY''@/0/g' \
>       -e 's/@''GNULIB_MEMRCHR''@/0/g' \
>       -e 's/@''GNULIB_RAWMEMCHR''@/0/g' \
>       -e 's/@''GNULIB_STPCPY''@/0/g' \
>       -e 's/@''GNULIB_STPNCPY''@/0/g' \
>       -e 's/@''GNULIB_STRCHRNUL''@/0/g' \
>       -e 's/@''GNULIB_STRDUP''@/0/g' \
>       -e 's/@''GNULIB_STRNCAT''@/0/g' \
>       -e 's/@''GNULIB_STRNDUP''@/0/g' \
>       -e 's/@''GNULIB_STRNLEN''@/0/g' \
>       -e 's/@''GNULIB_STRPBRK''@/0/g' \
>       -e 's/@''GNULIB_STRSEP''@/0/g' \
>       -e 's/@''GNULIB_STRSTR''@/0/g' \
>       -e 's/@''GNULIB_STRCASESTR''@/0/g' \
>       -e 's/@''GNULIB_STRTOK_R''@/0/g' \
>       -e 's/@''GNULIB_STRERROR''@/1/g' \
>       -e 's/@''GNULIB_STRERROR_R''@/0/g' \
>       -e 's/@''GNULIB_STRSIGNAL''@/0/g' \
>       -e 's/@''GNULIB_STRVERSCMP''@/1/g' \
>       < /var/tmp/portage/net-dns/libidn-1.29/work/libidn-1.29/gl/string.in.h 
> | \
>   sed -e 's|@''HAVE_FFSL''@|1|g' \
>       -e 's|@''HAVE_FFSLL''@|1|g' \
>       -e 's|@''HAVE_MBSLEN''@|0|g' \
>       -e 's|@''HAVE_MEMCHR''@|1|g' \
>       -e 's|@''HAVE_DECL_MEMMEM''@|1|g' \
>       -e 's|@''HAVE_MEMPCPY''@|1|g' \
>       -e 's|@''HAVE_DECL_MEMRCHR''@|1|g' \
>       -e 's|@''HAVE_RAWMEMCHR''@|1|g' \
>       -e 's|@''HAVE_STPCPY''@|1|g' \
>       -e 's|@''HAVE_STPNCPY''@|1|g' \
>       -e 's|@''HAVE_STRCHRNUL''@|1|g' \
>       -e 's|@''HAVE_DECL_STRDUP''@|1|g' \
>       -e 's|@''HAVE_DECL_STRNDUP''@|1|g' \
>       -e 's|@''HAVE_DECL_STRNLEN''@|1|g' \
>       -e 's|@''HAVE_STRPBRK''@|1|g' \
>       -e 's|@''HAVE_STRSEP''@|1|g' \
>       -e 's|@''HAVE_STRCASESTR''@|1|g' \
>       -e 's|@''HAVE_DECL_STRTOK_R''@|1|g' \
>       -e 's|@''HAVE_DECL_STRERROR_R''@|1|g' \
>       -e 's|@''HAVE_DECL_STRSIGNAL''@|1|g' \
>       -e 's|@''HAVE_STRVERSCMP''@|1|g' \
>       -e 's|@''REPLACE_STPNCPY''@|0|g' \
>       -e 's|@''REPLACE_MEMCHR''@|0|g' \
>       -e 's|@''REPLACE_MEMMEM''@|0|g' \
>       -e 's|@''REPLACE_STRCASESTR''@|0|g' \
>       -e 's|@''REPLACE_STRCHRNUL''@|0|g' \
>       -e 's|@''REPLACE_STRDUP''@|0|g' \
>       -e 's|@''REPLACE_STRSTR''@|0|g' \
>       -e 's|@''REPLACE_STRERROR''@|0|g' \
>       -e 's|@''REPLACE_STRERROR_R''@|0|g' \
>       -e 's|@''REPLACE_STRNCAT''@|0|g' \
>       -e 's|@''REPLACE_STRNDUP''@|0|g' \
>       -e 's|@''REPLACE_STRNLEN''@|0|g' \
>       -e 's|@''REPLACE_STRSIGNAL''@|0|g' \
>       -e 's|@''REPLACE_STRTOK_R''@|0|g' \
>       -e 's|@''UNDEFINE_STRTOK_R''@|0|g' \
>       -e '/definitions of _GL_FUNCDECL_RPL/r c++defs.h' \
>       -e '/definition of _GL_ARG_NONNULL/r arg-nonnull.h' \
>       -e '/definition of _GL_WARN_ON_USE/r warn-on-use.h'; \
>       < /var/tmp/portage/net-dns/libidn-1.29/work/libidn-1.29/gl/string.in.h; 
> \
> } > string.h-t && \
> mv string.h-t string.h
> rm -f unistd.h-t unistd.h && \
> { echo '/* DO NOT EDIT! GENERATED AUTOMATICALLY! */'; \
>   sed -e 's|@''GUARD_PREFIX''@|GL|g' \
>       -e 's|@''HAVE_UNISTD_H''@|1|g' \
>       -e 's|@''INCLUDE_NEXT''@|include_next|g' \
>       -e 's|@''PRAGMA_SYSTEM_HEADER''@|#pragma GCC system_header|g' \
>       -e 's|@''PRAGMA_COLUMNS''@||g' \
>       -e 's|@''NEXT_UNISTD_H''@|<unistd.h>|g' \
>       -e 's|@''WINDOWS_64_BIT_OFF_T''@|0|g' \
>       -e 's/@''GNULIB_CHDIR''@/0/g' \
>       -e 's/@''GNULIB_CHOWN''@/0/g' \
>       -e 's/@''GNULIB_CLOSE''@/IN_LIBIDN_GNULIB_TESTS/g' \
>       -e 's/@''GNULIB_DUP''@/0/g' \
>       -e 's/@''GNULIB_DUP2''@/IN_LIBIDN_GNULIB_TESTS/g' \
>       -e 's/@''GNULIB_DUP3''@/0/g' \
>       -e 's/@''GNULIB_ENVIRON''@/(IN_LIBIDN_GNULIB_TESTS || 
> IN_LIBIDN_GNULIB_TESTS)/g' \
>       -e 's/@''GNULIB_EUIDACCESS''@/0/g' \
>       -e 's/@''GNULIB_FACCESSAT''@/0/g' \
>       -e 's/@''GNULIB_FCHDIR''@/0/g' \
>       -e 's/@''GNULIB_FCHOWNAT''@/0/g' \
>       -e 's/@''GNULIB_FDATASYNC''@/0/g' \
>       -e 's/@''GNULIB_FSYNC''@/0/g' \
>       -e 's/@''GNULIB_FTRUNCATE''@/0/g' \
>       -e 's/@''GNULIB_GETCWD''@/IN_LIBIDN_GNULIB_TESTS/g' \
>       -e 's/@''GNULIB_GETDOMAINNAME''@/0/g' \
>       -e 's/@''GNULIB_GETDTABLESIZE''@/IN_LIBIDN_GNULIB_TESTS/g' \
>       -e 's/@''GNULIB_GETGROUPS''@/0/g' \
>       -e 's/@''GNULIB_GETHOSTNAME''@/0/g' \
>       -e 's/@''GNULIB_GETLOGIN''@/0/g' \
>       -e 's/@''GNULIB_GETLOGIN_R''@/0/g' \
>       -e 's/@''GNULIB_GETPAGESIZE''@/0/g' \
>       -e 's/@''GNULIB_GETUSERSHELL''@/0/g' \
>       -e 's/@''GNULIB_GROUP_MEMBER''@/0/g' \
>       -e 's/@''GNULIB_ISATTY''@/0/g' \
>       -e 's/@''GNULIB_LCHOWN''@/0/g' \
>       -e 's/@''GNULIB_LINK''@/0/g' \
>       -e 's/@''GNULIB_LINKAT''@/0/g' \
>       -e 's/@''GNULIB_LSEEK''@/0/g' \
>       -e 's/@''GNULIB_PIPE''@/0/g' \
>       -e 's/@''GNULIB_PIPE2''@/0/g' \
>       -e 's/@''GNULIB_PREAD''@/0/g' \
>       -e 's/@''GNULIB_PWRITE''@/0/g' \
>       -e 's/@''GNULIB_READ''@/0/g' \
>       -e 's/@''GNULIB_READLINK''@/0/g' \
>       -e 's/@''GNULIB_READLINKAT''@/0/g' \
>       -e 's/@''GNULIB_RMDIR''@/0/g' \
>       -e 's/@''GNULIB_SETHOSTNAME''@/0/g' \
>       -e 's/@''GNULIB_SLEEP''@/0/g' \
>       -e 's/@''GNULIB_SYMLINK''@/IN_LIBIDN_GNULIB_TESTS/g' \
>       -e 's/@''GNULIB_SYMLINKAT''@/0/g' \
>       -e 's/@''GNULIB_TTYNAME_R''@/0/g' \
>       -e 's/@''GNULIB_UNISTD_H_GETOPT''@/0/g' \
>       -e 's/@''GNULIB_UNISTD_H_NONBLOCKING''@/0/g' \
>       -e 's/@''GNULIB_UNISTD_H_SIGPIPE''@/0/g' \
>       -e 's/@''GNULIB_UNLINK''@/0/g' \
>       -e 's/@''GNULIB_UNLINKAT''@/0/g' \
>       -e 's/@''GNULIB_USLEEP''@/0/g' \
>       -e 's/@''GNULIB_WRITE''@/0/g' \
>       < /var/tmp/portage/net-dns/libidn-1.29/work/libidn-1.29/gl/unistd.in.h 
> | \
>   sed -e 's|@''HAVE_CHOWN''@|1|g' \
>       -e 's|@''HAVE_DUP2''@|1|g' \
>       -e 's|@''HAVE_DUP3''@|1|g' \
>       -e 's|@''HAVE_EUIDACCESS''@|1|g' \
>       -e 's|@''HAVE_FACCESSAT''@|1|g' \
>       -e 's|@''HAVE_FCHDIR''@|1|g' \
>       -e 's|@''HAVE_FCHOWNAT''@|1|g' \
>       -e 's|@''HAVE_FDATASYNC''@|1|g' \
>       -e 's|@''HAVE_FSYNC''@|1|g' \
>       -e 's|@''HAVE_FTRUNCATE''@|1|g' \
>       -e 's|@''HAVE_GETDTABLESIZE''@|1|g' \
>       -e 's|@''HAVE_GETGROUPS''@|1|g' \
>       -e 's|@''HAVE_GETHOSTNAME''@|1|g' \
>       -e 's|@''HAVE_GETLOGIN''@|1|g' \
>       -e 's|@''HAVE_GETPAGESIZE''@|1|g' \
>       -e 's|@''HAVE_GROUP_MEMBER''@|1|g' \
>       -e 's|@''HAVE_LCHOWN''@|1|g' \
>       -e 's|@''HAVE_LINK''@|1|g' \
>       -e 's|@''HAVE_LINKAT''@|1|g' \
>       -e 's|@''HAVE_PIPE''@|1|g' \
>       -e 's|@''HAVE_PIPE2''@|1|g' \
>       -e 's|@''HAVE_PREAD''@|1|g' \
>       -e 's|@''HAVE_PWRITE''@|1|g' \
>       -e 's|@''HAVE_READLINK''@|1|g' \
>       -e 's|@''HAVE_READLINKAT''@|1|g' \
>       -e 's|@''HAVE_SETHOSTNAME''@|1|g' \
>       -e 's|@''HAVE_SLEEP''@|1|g' \
>       -e 's|@''HAVE_SYMLINK''@|1|g' \
>       -e 's|@''HAVE_SYMLINKAT''@|1|g' \
>       -e 's|@''HAVE_UNLINKAT''@|1|g' \
>       -e 's|@''HAVE_USLEEP''@|1|g' \
>       -e 's|@''HAVE_DECL_ENVIRON''@|1|g' \
>       -e 's|@''HAVE_DECL_FCHDIR''@|1|g' \
>       -e 's|@''HAVE_DECL_FDATASYNC''@|1|g' \
>       -e 's|@''HAVE_DECL_GETDOMAINNAME''@|1|g' \
>       -e 's|@''HAVE_DECL_GETLOGIN_R''@|1|g' \
>       -e 's|@''HAVE_DECL_GETPAGESIZE''@|1|g' \
>       -e 's|@''HAVE_DECL_GETUSERSHELL''@|1|g' \
>       -e 's|@''HAVE_DECL_SETHOSTNAME''@|1|g' \
>       -e 's|@''HAVE_DECL_TTYNAME_R''@|1|g' \
>       -e 's|@''HAVE_OS_H''@|0|g' \
>       -e 's|@''HAVE_SYS_PARAM_H''@|0|g' \
>   | \
>   sed -e 's|@''REPLACE_CHOWN''@|0|g' \
>       -e 's|@''REPLACE_CLOSE''@|0|g' \
>       -e 's|@''REPLACE_DUP''@|0|g' \
>       -e 's|@''REPLACE_DUP2''@|0|g' \
>       -e 's|@''REPLACE_FCHOWNAT''@|0|g' \
>       -e 's|@''REPLACE_FTRUNCATE''@|0|g' \
>       -e 's|@''REPLACE_GETCWD''@|0|g' \
>       -e 's|@''REPLACE_GETDOMAINNAME''@|0|g' \
>       -e 's|@''REPLACE_GETDTABLESIZE''@|0|g' \
>       -e 's|@''REPLACE_GETLOGIN_R''@|0|g' \
>       -e 's|@''REPLACE_GETGROUPS''@|0|g' \
>       -e 's|@''REPLACE_GETPAGESIZE''@|0|g' \
>       -e 's|@''REPLACE_ISATTY''@|0|g' \
>       -e 's|@''REPLACE_LCHOWN''@|0|g' \
>       -e 's|@''REPLACE_LINK''@|0|g' \
>       -e 's|@''REPLACE_LINKAT''@|0|g' \
>       -e 's|@''REPLACE_LSEEK''@|0|g' \
>       -e 's|@''REPLACE_PREAD''@|0|g' \
>       -e 's|@''REPLACE_PWRITE''@|0|g' \
>       -e 's|@''REPLACE_READ''@|0|g' \
>       -e 's|@''REPLACE_READLINK''@|0|g' \
>       -e 's|@''REPLACE_RMDIR''@|0|g' \
>       -e 's|@''REPLACE_SLEEP''@|0|g' \
>       -e 's|@''REPLACE_SYMLINK''@|0|g' \
>       -e 's|@''REPLACE_TTYNAME_R''@|0|g' \
>       -e 's|@''REPLACE_UNLINK''@|0|g' \
>       -e 's|@''REPLACE_UNLINKAT''@|0|g' \
>       -e 's|@''REPLACE_USLEEP''@|0|g' \
>       -e 's|@''REPLACE_WRITE''@|0|g' \
>       -e 's|@''UNISTD_H_HAVE_WINSOCK2_H''@|0|g' \
>       -e 's|@''UNISTD_H_HAVE_WINSOCK2_H_AND_USE_SOCKETS''@|0|g' \
>       -e '/definitions of _GL_FUNCDECL_RPL/r c++defs.h' \
>       -e '/definition of _GL_ARG_NONNULL/r arg-nonnull.h' \
>       -e '/definition of _GL_WARN_ON_USE/r warn-on-use.h'; \
> } > unistd.h-t && \
> mv unistd.h-t unistd.h
> make  all-recursive
> make[3]: Entering directory 
> '/var/tmp/portage/net-dns/libidn-1.29/work/libidn-1.29-abi_x86_64.amd64/gl'
> make[4]: Entering directory 
> '/var/tmp/portage/net-dns/libidn-1.29/work/libidn-1.29-abi_x86_64.amd64/gl'
> /bin/sh ../libtool  --tag=CC   --mode=compile x86_64-pc-linux-gnu-gcc 
> -std=gnu99 -DHAVE_CONFIG_H -I. 
> -I/var/tmp/portage/net-dns/libidn-1.29/work/libidn-1.29/gl -I..     
> -march=native -O2 -pipe -fomit-frame-pointer -c -o progname.lo 
> /var/tmp/portage/net-dns/libidn-1.29/work/libidn-1.29/gl/progname.c
> /bin/sh ../libtool  --tag=CC   --mode=compile x86_64-pc-linux-gnu-gcc 
> -std=gnu99 -DHAVE_CONFIG_H -I. 
> -I/var/tmp/portage/net-dns/libidn-1.29/work/libidn-1.29/gl -I..     
> -march=native -O2 -pipe -fomit-frame-pointer -c -o unistd.lo 
> /var/tmp/portage/net-dns/libidn-1.29/work/libidn-1.29/gl/unistd.c
> /bin/sh ../libtool  --tag=CC   --mode=compile x86_64-pc-linux-gnu-gcc 
> -std=gnu99 -DHAVE_CONFIG_H -I. 
> -I/var/tmp/portage/net-dns/libidn-1.29/work/libidn-1.29/gl -I..     
> -march=native -O2 -pipe -fomit-frame-pointer -c -o version-etc.lo 
> /var/tmp/portage/net-dns/libidn-1.29/work/libidn-1.29/gl/version-etc.c
> libtool: compile:  x86_64-pc-linux-gnu-gcc -std=gnu99 -DHAVE_CONFIG_H -I. 
> -I/var/tmp/portage/net-dns/libidn-1.29/work/libidn-1.29/gl -I.. -march=native 
> -O2 -pipe -fomit-frame-pointer -c 
> /var/tmp/portage/net-dns/libidn-1.29/work/libidn-1.29/gl/progname.c  -fPIC 
> -DPIC -o .libs/progname.o
> libtool: compile:  x86_64-pc-linux-gnu-gcc -std=gnu99 -DHAVE_CONFIG_H -I. 
> -I/var/tmp/portage/net-dns/libidn-1.29/work/libidn-1.29/gl -I.. -march=native 
> -O2 -pipe -fomit-frame-pointer -c 
> /var/tmp/portage/net-dns/libidn-1.29/work/libidn-1.29/gl/version-etc.c  -fPIC 
> -DPIC -o .libs/version-etc.o
> libtool: compile:  x86_64-pc-linux-gnu-gcc -std=gnu99 -DHAVE_CONFIG_H -I. 
> -I/var/tmp/portage/net-dns/libidn-1.29/work/libidn-1.29/gl -I.. -march=native 
> -O2 -pipe -fomit-frame-pointer -c 
> /var/tmp/portage/net-dns/libidn-1.29/work/libidn-1.29/gl/unistd.c  -fPIC 
> -DPIC -o .libs/unistd.o
> /bin/sh ../libtool  --tag=CC   --mode=link x86_64-pc-linux-gnu-gcc -std=gnu99 
>  -march=native -O2 -pipe -fomit-frame-pointer  -no-undefined  -Wl,--as-needed 
> -o libgnu.la  progname.lo unistd.lo version-etc.lo  
> libtool: link: x86_64-pc-linux-gnu-ar cru .libs/libgnu.a .libs/progname.o 
> .libs/unistd.o .libs/version-etc.o 
> libtool: link: x86_64-pc-linux-gnu-ranlib .libs/libgnu.a
> libtool: link: ( cd ".libs" && rm -f "libgnu.la" && ln -s "../libgnu.la" 
> "libgnu.la" )
> make[4]: Leaving directory 
> '/var/tmp/portage/net-dns/libidn-1.29/work/libidn-1.29-abi_x86_64.amd64/gl'
> make[3]: Leaving directory 
> '/var/tmp/portage/net-dns/libidn-1.29/work/libidn-1.29-abi_x86_64.amd64/gl'
> make[2]: Leaving directory 
> '/var/tmp/portage/net-dns/libidn-1.29/work/libidn-1.29-abi_x86_64.amd64/gl'
> Making all in lib/gl
> make[2]: Entering directory 
> '/var/tmp/portage/net-dns/libidn-1.29/work/libidn-1.29-abi_x86_64.amd64/lib/gl'
> rm -f c++defs.h-t c++defs.h && \
> sed -n -e '/_GL_CXXDEFS/,$p' \
>   < 
> /var/tmp/portage/net-dns/libidn-1.29/work/libidn-1.29/build-aux/snippet/c++defs.h
>  \
>   > c++defs.h-t && \
> mv c++defs.h-t c++defs.h
> rm -f arg-nonnull.h-t arg-nonnull.h && \
> sed -n -e '/GL_ARG_NONNULL/,$p' \
>   < 
> /var/tmp/portage/net-dns/libidn-1.29/work/libidn-1.29/build-aux/snippet/arg-nonnull.h
>  \
>   > arg-nonnull.h-t && \
> mv arg-nonnull.h-t arg-nonnull.h
> rm -f warn-on-use.h-t warn-on-use.h && \
> sed -n -e '/^.ifndef/,$p' \
>   < 
> /var/tmp/portage/net-dns/libidn-1.29/work/libidn-1.29/build-aux/snippet/warn-on-use.h
>  \
>   > warn-on-use.h-t && \
> mv warn-on-use.h-t warn-on-use.h
> rm -f unused-parameter.h-t unused-parameter.h && \
> sed -n -e '/GL_UNUSED_PARAMETER/,$p' \
>   < 
> /var/tmp/portage/net-dns/libidn-1.29/work/libidn-1.29/build-aux/snippet/unused-parameter.h
>  \
>   > unused-parameter.h-t && \
> mv unused-parameter.h-t unused-parameter.h
> /bin/mkdir -p sys
> rm -f sys/types.h-t sys/types.h && \
> { echo '/* DO NOT EDIT! GENERATED AUTOMATICALLY! */'; \
>   sed -e 's|@''GUARD_PREFIX''@|GL_LGL|g' \
>       -e 's|@''INCLUDE_NEXT''@|include_next|g' \
>       -e 's|@''PRAGMA_SYSTEM_HEADER''@|#pragma GCC system_header|g' \
>       -e 's|@''PRAGMA_COLUMNS''@||g' \
>       -e 's|@''NEXT_SYS_TYPES_H''@|<sys/types.h>|g' \
>       -e 's|@''WINDOWS_64_BIT_OFF_T''@|0|g' \
>       < 
> /var/tmp/portage/net-dns/libidn-1.29/work/libidn-1.29/lib/gl/sys_types.in.h; \
> } > sys/types.h-t && \
> mv sys/types.h-t sys/types.h
> rm -f unistr.h-t unistr.h && \
> { echo '/* DO NOT EDIT! GENERATED AUTOMATICALLY! */'; \
>   cat 
> /var/tmp/portage/net-dns/libidn-1.29/work/libidn-1.29/lib/gl/unistr.in.h; \
> } > unistr.h-t && \
> mv -f unistr.h-t unistr.h
> rm -f unitypes.h-t unitypes.h && \
> { echo '/* DO NOT EDIT! GENERATED AUTOMATICALLY! */'; \
>   cat 
> /var/tmp/portage/net-dns/libidn-1.29/work/libidn-1.29/lib/gl/unitypes.in.h; \
> } > unitypes.h-t && \
> mv -f unitypes.h-t unitypes.h
> rm -f iconv.h-t iconv.h && \
> { echo '/* DO NOT EDIT! GENERATED AUTOMATICALLY! */' && \
>   sed -e 's|@''GUARD_PREFIX''@|GL_LGL|g' \
>       -e 's|@''INCLUDE_NEXT''@|include_next|g' \
>       -e 's|@''PRAGMA_SYSTEM_HEADER''@|#pragma GCC system_header|g' \
>       -e 's|@''PRAGMA_COLUMNS''@||g' \
>       -e 's|@''NEXT_ICONV_H''@|<iconv.h>|g' \
>       -e 's/@''GNULIB_ICONV''@/1/g' \
>       -e 's|@''ICONV_CONST''@||g' \
>       -e 's|@''REPLACE_ICONV''@|0|g' \
>       -e 's|@''REPLACE_ICONV_OPEN''@|0|g' \
>       -e 's|@''REPLACE_ICONV_UTF''@|0|g' \
>       -e '/definitions of _GL_FUNCDECL_RPL/r c++defs.h' \
>       -e '/definition of _GL_ARG_NONNULL/r arg-nonnull.h' \
>       -e '/definition of _GL_WARN_ON_USE/r warn-on-use.h' \
>       < 
> /var/tmp/portage/net-dns/libidn-1.29/work/libidn-1.29/lib/gl/iconv.in.h; \
> } > iconv.h-t && \
> mv iconv.h-t iconv.h
> rm -f string.h-t string.h && \
> { echo '/* DO NOT EDIT! GENERATED AUTOMATICALLY! */' && \
>   sed -e 's|@''GUARD_PREFIX''@|GL_LGL|g' \
>       -e 's|@''INCLUDE_NEXT''@|include_next|g' \
>       -e 's|@''PRAGMA_SYSTEM_HEADER''@|#pragma GCC system_header|g' \
>       -e 's|@''PRAGMA_COLUMNS''@||g' \
>       -e 's|@''NEXT_STRING_H''@|<string.h>|g' \
>       -e 's/@''GNULIB_FFSL''@/0/g' \
>       -e 's/@''GNULIB_FFSLL''@/0/g' \
>       -e 's/@''GNULIB_MBSLEN''@/0/g' \
>       -e 's/@''GNULIB_MBSNLEN''@/0/g' \
>       -e 's/@''GNULIB_MBSCHR''@/0/g' \
>       -e 's/@''GNULIB_MBSRCHR''@/0/g' \
>       -e 's/@''GNULIB_MBSSTR''@/0/g' \
>       -e 's/@''GNULIB_MBSCASECMP''@/0/g' \
>       -e 's/@''GNULIB_MBSNCASECMP''@/0/g' \
>       -e 's/@''GNULIB_MBSPCASECMP''@/0/g' \
>       -e 's/@''GNULIB_MBSCASESTR''@/0/g' \
>       -e 's/@''GNULIB_MBSCSPN''@/0/g' \
>       -e 's/@''GNULIB_MBSPBRK''@/0/g' \
>       -e 's/@''GNULIB_MBSSPN''@/0/g' \
>       -e 's/@''GNULIB_MBSSEP''@/0/g' \
>       -e 's/@''GNULIB_MBSTOK_R''@/0/g' \
>       -e 's/@''GNULIB_MEMCHR''@/0/g' \
>       -e 's/@''GNULIB_MEMMEM''@/0/g' \
>       -e 's/@''GNULIB_MEMPCPY''@/0/g' \
>       -e 's/@''GNULIB_MEMRCHR''@/0/g' \
>       -e 's/@''GNULIB_RAWMEMCHR''@/0/g' \
>       -e 's/@''GNULIB_STPCPY''@/0/g' \
>       -e 's/@''GNULIB_STPNCPY''@/0/g' \
>       -e 's/@''GNULIB_STRCHRNUL''@/0/g' \
>       -e 's/@''GNULIB_STRDUP''@/0/g' \
>       -e 's/@''GNULIB_STRNCAT''@/0/g' \
>       -e 's/@''GNULIB_STRNDUP''@/0/g' \
>       -e 's/@''GNULIB_STRNLEN''@/0/g' \
>       -e 's/@''GNULIB_STRPBRK''@/0/g' \
>       -e 's/@''GNULIB_STRSEP''@/0/g' \
>       -e 's/@''GNULIB_STRSTR''@/0/g' \
>       -e 's/@''GNULIB_STRCASESTR''@/0/g' \
>       -e 's/@''GNULIB_STRTOK_R''@/0/g' \
>       -e 's/@''GNULIB_STRERROR''@/1/g' \
>       -e 's/@''GNULIB_STRERROR_R''@/0/g' \
>       -e 's/@''GNULIB_STRSIGNAL''@/0/g' \
>       -e 's/@''GNULIB_STRVERSCMP''@/1/g' \
>       < 
> /var/tmp/portage/net-dns/libidn-1.29/work/libidn-1.29/lib/gl/string.in.h | \
>   sed -e 's|@''HAVE_FFSL''@|1|g' \
>       -e 's|@''HAVE_FFSLL''@|1|g' \
>       -e 's|@''HAVE_MBSLEN''@|0|g' \
>       -e 's|@''HAVE_MEMCHR''@|1|g' \
>       -e 's|@''HAVE_DECL_MEMMEM''@|1|g' \
>       -e 's|@''HAVE_MEMPCPY''@|1|g' \
>       -e 's|@''HAVE_DECL_MEMRCHR''@|1|g' \
>       -e 's|@''HAVE_RAWMEMCHR''@|1|g' \
>       -e 's|@''HAVE_STPCPY''@|1|g' \
>       -e 's|@''HAVE_STPNCPY''@|1|g' \
>       -e 's|@''HAVE_STRCHRNUL''@|1|g' \
>       -e 's|@''HAVE_DECL_STRDUP''@|1|g' \
>       -e 's|@''HAVE_DECL_STRNDUP''@|1|g' \
>       -e 's|@''HAVE_DECL_STRNLEN''@|1|g' \
>       -e 's|@''HAVE_STRPBRK''@|1|g' \
>       -e 's|@''HAVE_STRSEP''@|1|g' \
>       -e 's|@''HAVE_STRCASESTR''@|1|g' \
>       -e 's|@''HAVE_DECL_STRTOK_R''@|1|g' \
>       -e 's|@''HAVE_DECL_STRERROR_R''@|1|g' \
>       -e 's|@''HAVE_DECL_STRSIGNAL''@|1|g' \
>       -e 's|@''HAVE_STRVERSCMP''@|1|g' \
>       -e 's|@''REPLACE_STPNCPY''@|0|g' \
>       -e 's|@''REPLACE_MEMCHR''@|0|g' \
>       -e 's|@''REPLACE_MEMMEM''@|0|g' \
>       -e 's|@''REPLACE_STRCASESTR''@|0|g' \
>       -e 's|@''REPLACE_STRCHRNUL''@|0|g' \
>       -e 's|@''REPLACE_STRDUP''@|0|g' \
>       -e 's|@''REPLACE_STRSTR''@|0|g' \
>       -e 's|@''REPLACE_STRERROR''@|0|g' \
>       -e 's|@''REPLACE_STRERROR_R''@|0|g' \
>       -e 's|@''REPLACE_STRNCAT''@|0|g' \
>       -e 's|@''REPLACE_STRNDUP''@|0|g' \
>       -e 's|@''REPLACE_STRNLEN''@|0|g' \
>       -e 's|@''REPLACE_STRSIGNAL''@|0|g' \
>       -e 's|@''REPLACE_STRTOK_R''@|0|g' \
>       -e 's|@''UNDEFINE_STRTOK_R''@|0|g' \
>       -e '/definitions of _GL_FUNCDECL_RPL/r c++defs.h' \
>       -e '/definition of _GL_ARG_NONNULL/r arg-nonnull.h' \
>       -e '/definition of _GL_WARN_ON_USE/r warn-on-use.h'; \
>       < 
> /var/tmp/portage/net-dns/libidn-1.29/work/libidn-1.29/lib/gl/string.in.h; \
> } > string.h-t && \
> mv string.h-t string.h
> make  all-recursive
> make[3]: Entering directory 
> '/var/tmp/portage/net-dns/libidn-1.29/work/libidn-1.29-abi_x86_64.amd64/lib/gl'
> make[4]: Entering directory 
> '/var/tmp/portage/net-dns/libidn-1.29/work/libidn-1.29-abi_x86_64.amd64/lib/gl'
> /bin/sh ../../libtool  --tag=CC   --mode=compile x86_64-pc-linux-gnu-gcc 
> -std=gnu99 -DHAVE_CONFIG_H -I. 
> -I/var/tmp/portage/net-dns/libidn-1.29/work/libidn-1.29/lib/gl -I../..    
> -fvisibility=hidden -march=native -O2 -pipe -fomit-frame-pointer -c -o 
> c-ctype.lo 
> /var/tmp/portage/net-dns/libidn-1.29/work/libidn-1.29/lib/gl/c-ctype.c
> /bin/sh ../../libtool  --tag=CC   --mode=compile x86_64-pc-linux-gnu-gcc 
> -std=gnu99 -DHAVE_CONFIG_H -I. 
> -I/var/tmp/portage/net-dns/libidn-1.29/work/libidn-1.29/lib/gl -I../..    
> -fvisibility=hidden -march=native -O2 -pipe -fomit-frame-pointer -c -o 
> c-strcasecmp.lo 
> /var/tmp/portage/net-dns/libidn-1.29/work/libidn-1.29/lib/gl/c-strcasecmp.c
> /bin/sh ../../libtool  --tag=CC   --mode=compile x86_64-pc-linux-gnu-gcc 
> -std=gnu99 -DHAVE_CONFIG_H -I. 
> -I/var/tmp/portage/net-dns/libidn-1.29/work/libidn-1.29/lib/gl -I../..    
> -fvisibility=hidden -march=native -O2 -pipe -fomit-frame-pointer -c -o 
> c-strncasecmp.lo 
> /var/tmp/portage/net-dns/libidn-1.29/work/libidn-1.29/lib/gl/c-strncasecmp.c
> libtool: compile:  x86_64-pc-linux-gnu-gcc -std=gnu99 -DHAVE_CONFIG_H -I. 
> -I/var/tmp/portage/net-dns/libidn-1.29/work/libidn-1.29/lib/gl -I../.. 
> -fvisibility=hidden -march=native -O2 -pipe -fomit-frame-pointer -c 
> /var/tmp/portage/net-dns/libidn-1.29/work/libidn-1.29/lib/gl/c-ctype.c  -fPIC 
> -DPIC -o .libs/c-ctype.o
> libtool: compile:  x86_64-pc-linux-gnu-gcc -std=gnu99 -DHAVE_CONFIG_H -I. 
> -I/var/tmp/portage/net-dns/libidn-1.29/work/libidn-1.29/lib/gl -I../.. 
> -fvisibility=hidden -march=native -O2 -pipe -fomit-frame-pointer -c 
> /var/tmp/portage/net-dns/libidn-1.29/work/libidn-1.29/lib/gl/c-strncasecmp.c  
> -fPIC -DPIC -o .libs/c-strncasecmp.o
> libtool: compile:  x86_64-pc-linux-gnu-gcc -std=gnu99 -DHAVE_CONFIG_H -I. 
> -I/var/tmp/portage/net-dns/libidn-1.29/work/libidn-1.29/lib/gl -I../.. 
> -fvisibility=hidden -march=native -O2 -pipe -fomit-frame-pointer -c 
> /var/tmp/portage/net-dns/libidn-1.29/work/libidn-1.29/lib/gl/c-strcasecmp.c  
> -fPIC -DPIC -o .libs/c-strcasecmp.o
> /bin/sh ../../libtool  --tag=CC   --mode=compile x86_64-pc-linux-gnu-gcc 
> -std=gnu99 -DHAVE_CONFIG_H -I. 
> -I/var/tmp/portage/net-dns/libidn-1.29/work/libidn-1.29/lib/gl -I../..    
> -fvisibility=hidden -march=native -O2 -pipe -fomit-frame-pointer -c -o 
> striconv.lo 
> /var/tmp/portage/net-dns/libidn-1.29/work/libidn-1.29/lib/gl/striconv.c
> /bin/sh ../../libtool  --tag=CC   --mode=compile x86_64-pc-linux-gnu-gcc 
> -std=gnu99 -DHAVE_CONFIG_H -I. 
> -I/var/tmp/portage/net-dns/libidn-1.29/work/libidn-1.29/lib/gl -I../..    
> -fvisibility=hidden -march=native -O2 -pipe -fomit-frame-pointer -c -o 
> unistr/u8-mbtoucr.lo 
> /var/tmp/portage/net-dns/libidn-1.29/work/libidn-1.29/lib/gl/unistr/u8-mbtoucr.c
> libtool: compile:  x86_64-pc-linux-gnu-gcc -std=gnu99 -DHAVE_CONFIG_H -I. 
> -I/var/tmp/portage/net-dns/libidn-1.29/work/libidn-1.29/lib/gl -I../.. 
> -fvisibility=hidden -march=native -O2 -pipe -fomit-frame-pointer -c 
> /var/tmp/portage/net-dns/libidn-1.29/work/libidn-1.29/lib/gl/striconv.c  
> -fPIC -DPIC -o .libs/striconv.o
> /bin/sh ../../libtool  --tag=CC   --mode=compile x86_64-pc-linux-gnu-gcc 
> -std=gnu99 -DHAVE_CONFIG_H -I. 
> -I/var/tmp/portage/net-dns/libidn-1.29/work/libidn-1.29/lib/gl -I../..    
> -fvisibility=hidden -march=native -O2 -pipe -fomit-frame-pointer -c -o 
> unistr/u8-uctomb.lo 
> /var/tmp/portage/net-dns/libidn-1.29/work/libidn-1.29/lib/gl/unistr/u8-uctomb.c
> libtool: compile:  x86_64-pc-linux-gnu-gcc -std=gnu99 -DHAVE_CONFIG_H -I. 
> -I/var/tmp/portage/net-dns/libidn-1.29/work/libidn-1.29/lib/gl -I../.. 
> -fvisibility=hidden -march=native -O2 -pipe -fomit-frame-pointer -c 
> /var/tmp/portage/net-dns/libidn-1.29/work/libidn-1.29/lib/gl/unistr/u8-mbtoucr.c
>   -fPIC -DPIC -o unistr/.libs/u8-mbtoucr.o
> libtool: compile:  x86_64-pc-linux-gnu-gcc -std=gnu99 -DHAVE_CONFIG_H -I. 
> -I/var/tmp/portage/net-dns/libidn-1.29/work/libidn-1.29/lib/gl -I../.. 
> -fvisibility=hidden -march=native -O2 -pipe -fomit-frame-pointer -c 
> /var/tmp/portage/net-dns/libidn-1.29/work/libidn-1.29/lib/gl/unistr/u8-uctomb.c
>   -fPIC -DPIC -o unistr/.libs/u8-uctomb.o
> /bin/sh ../../libtool  --tag=CC   --mode=compile x86_64-pc-linux-gnu-gcc 
> -std=gnu99 -DHAVE_CONFIG_H -I. 
> -I/var/tmp/portage/net-dns/libidn-1.29/work/libidn-1.29/lib/gl -I../..    
> -fvisibility=hidden -march=native -O2 -pipe -fomit-frame-pointer -c -o 
> unistr/u8-uctomb-aux.lo 
> /var/tmp/portage/net-dns/libidn-1.29/work/libidn-1.29/lib/gl/unistr/u8-uctomb-aux.c
> libtool: compile:  x86_64-pc-linux-gnu-gcc -std=gnu99 -DHAVE_CONFIG_H -I. 
> -I/var/tmp/portage/net-dns/libidn-1.29/work/libidn-1.29/lib/gl -I../.. 
> -fvisibility=hidden -march=native -O2 -pipe -fomit-frame-pointer -c 
> /var/tmp/portage/net-dns/libidn-1.29/work/libidn-1.29/lib/gl/unistr/u8-uctomb-aux.c
>   -fPIC -DPIC -o unistr/.libs/u8-uctomb-aux.o
> /bin/sh ../../libtool  --tag=CC   --mode=link x86_64-pc-linux-gnu-gcc 
> -std=gnu99 -fvisibility=hidden -march=native -O2 -pipe -fomit-frame-pointer  
> -no-undefined    -Wl,--as-needed -o libgnu.la  c-ctype.lo c-strcasecmp.lo 
> c-strncasecmp.lo striconv.lo unistr/u8-mbtoucr.lo unistr/u8-uctomb.lo 
> unistr/u8-uctomb-aux.lo  
> libtool: link: x86_64-pc-linux-gnu-ar cru .libs/libgnu.a .libs/c-ctype.o 
> .libs/c-strcasecmp.o .libs/c-strncasecmp.o .libs/striconv.o 
> unistr/.libs/u8-mbtoucr.o unistr/.libs/u8-uctomb.o 
> unistr/.libs/u8-uctomb-aux.o 
> libtool: link: x86_64-pc-linux-gnu-ranlib .libs/libgnu.a
> libtool: link: ( cd ".libs" && rm -f "libgnu.la" && ln -s "../libgnu.la" 
> "libgnu.la" )
> make[4]: Leaving directory 
> '/var/tmp/portage/net-dns/libidn-1.29/work/libidn-1.29-abi_x86_64.amd64/lib/gl'
> make[3]: Leaving directory 
> '/var/tmp/portage/net-dns/libidn-1.29/work/libidn-1.29-abi_x86_64.amd64/lib/gl'
> make[2]: Leaving directory 
> '/var/tmp/portage/net-dns/libidn-1.29/work/libidn-1.29-abi_x86_64.amd64/lib/gl'
> Making all in lib
> make[2]: Entering directory 
> '/var/tmp/portage/net-dns/libidn-1.29/work/libidn-1.29-abi_x86_64.amd64/lib'
> if test -n ""; then \
>       sed -e s/include_next/include/ gl/stdint.h > idn-int.h; \
> else \
>       echo '#include <stdint.h>' > idn-int.h; \
> fi
> make  all-am
> make[3]: Entering directory 
> '/var/tmp/portage/net-dns/libidn-1.29/work/libidn-1.29-abi_x86_64.amd64/lib'
> /bin/sh ../libtool  --tag=CC   --mode=compile x86_64-pc-linux-gnu-gcc 
> -std=gnu99 -DHAVE_CONFIG_H -I. 
> -I/var/tmp/portage/net-dns/libidn-1.29/work/libidn-1.29/lib -I..  
> -I/var/tmp/portage/net-dns/libidn-1.29/work/libidn-1.29/lib/gl -Igl 
> -DLIBIDN_BUILDING -DLOCALEDIR=\"/usr/share/locale\"     -fvisibility=hidden 
> -march=native -O2 -pipe -fomit-frame-pointer -c -o nfkc.lo 
> /var/tmp/portage/net-dns/libidn-1.29/work/libidn-1.29/lib/nfkc.c
> /bin/sh ../libtool  --tag=CC   --mode=compile x86_64-pc-linux-gnu-gcc 
> -std=gnu99 -DHAVE_CONFIG_H -I. 
> -I/var/tmp/portage/net-dns/libidn-1.29/work/libidn-1.29/lib -I..  
> -I/var/tmp/portage/net-dns/libidn-1.29/work/libidn-1.29/lib/gl -Igl 
> -DLIBIDN_BUILDING -DLOCALEDIR=\"/usr/share/locale\"     -fvisibility=hidden 
> -march=native -O2 -pipe -fomit-frame-pointer -c -o toutf8.lo 
> /var/tmp/portage/net-dns/libidn-1.29/work/libidn-1.29/lib/toutf8.c
> /bin/sh ../libtool  --tag=CC   --mode=compile x86_64-pc-linux-gnu-gcc 
> -std=gnu99 -DHAVE_CONFIG_H -I. 
> -I/var/tmp/portage/net-dns/libidn-1.29/work/libidn-1.29/lib -I..  
> -I/var/tmp/portage/net-dns/libidn-1.29/work/libidn-1.29/lib/gl -Igl 
> -DLIBIDN_BUILDING -DLOCALEDIR=\"/usr/share/locale\"     -fvisibility=hidden 
> -march=native -O2 -pipe -fomit-frame-pointer -c -o version.lo 
> /var/tmp/portage/net-dns/libidn-1.29/work/libidn-1.29/lib/version.c
> libtool: compile:  x86_64-pc-linux-gnu-gcc -std=gnu99 -DHAVE_CONFIG_H -I. 
> -I/var/tmp/portage/net-dns/libidn-1.29/work/libidn-1.29/lib -I.. 
> -I/var/tmp/portage/net-dns/libidn-1.29/work/libidn-1.29/lib/gl -Igl 
> -DLIBIDN_BUILDING -DLOCALEDIR=\"/usr/share/locale\" -fvisibility=hidden 
> -march=native -O2 -pipe -fomit-frame-pointer -c 
> /var/tmp/portage/net-dns/libidn-1.29/work/libidn-1.29/lib/toutf8.c  -fPIC 
> -DPIC -o .libs/toutf8.o
> libtool: compile:  x86_64-pc-linux-gnu-gcc -std=gnu99 -DHAVE_CONFIG_H -I. 
> -I/var/tmp/portage/net-dns/libidn-1.29/work/libidn-1.29/lib -I.. 
> -I/var/tmp/portage/net-dns/libidn-1.29/work/libidn-1.29/lib/gl -Igl 
> -DLIBIDN_BUILDING -DLOCALEDIR=\"/usr/share/locale\" -fvisibility=hidden 
> -march=native -O2 -pipe -fomit-frame-pointer -c 
> /var/tmp/portage/net-dns/libidn-1.29/work/libidn-1.29/lib/version.c  -fPIC 
> -DPIC -o .libs/version.o
> libtool: compile:  x86_64-pc-linux-gnu-gcc -std=gnu99 -DHAVE_CONFIG_H -I. 
> -I/var/tmp/portage/net-dns/libidn-1.29/work/libidn-1.29/lib -I.. 
> -I/var/tmp/portage/net-dns/libidn-1.29/work/libidn-1.29/lib/gl -Igl 
> -DLIBIDN_BUILDING -DLOCALEDIR=\"/usr/share/locale\" -fvisibility=hidden 
> -march=native -O2 -pipe -fomit-frame-pointer -c 
> /var/tmp/portage/net-dns/libidn-1.29/work/libidn-1.29/lib/nfkc.c  -fPIC -DPIC 
> -o .libs/nfkc.o
> /bin/sh ../libtool  --tag=CC   --mode=compile x86_64-pc-linux-gnu-gcc 
> -std=gnu99 -DHAVE_CONFIG_H -I. 
> -I/var/tmp/portage/net-dns/libidn-1.29/work/libidn-1.29/lib -I..  
> -I/var/tmp/portage/net-dns/libidn-1.29/work/libidn-1.29/lib/gl -Igl 
> -DLIBIDN_BUILDING -DLOCALEDIR=\"/usr/share/locale\"     -fvisibility=hidden 
> -march=native -O2 -pipe -fomit-frame-pointer -c -o stringprep.lo 
> /var/tmp/portage/net-dns/libidn-1.29/work/libidn-1.29/lib/stringprep.c
> /bin/sh ../libtool  --tag=CC   --mode=compile x86_64-pc-linux-gnu-gcc 
> -std=gnu99 -DHAVE_CONFIG_H -I. 
> -I/var/tmp/portage/net-dns/libidn-1.29/work/libidn-1.29/lib -I..  
> -I/var/tmp/portage/net-dns/libidn-1.29/work/libidn-1.29/lib/gl -Igl 
> -DLIBIDN_BUILDING -DLOCALEDIR=\"/usr/share/locale\"     -fvisibility=hidden 
> -march=native -O2 -pipe -fomit-frame-pointer -c -o rfc3454.lo 
> /var/tmp/portage/net-dns/libidn-1.29/work/libidn-1.29/lib/rfc3454.c
> libtool: compile:  x86_64-pc-linux-gnu-gcc -std=gnu99 -DHAVE_CONFIG_H -I. 
> -I/var/tmp/portage/net-dns/libidn-1.29/work/libidn-1.29/lib -I.. 
> -I/var/tmp/portage/net-dns/libidn-1.29/work/libidn-1.29/lib/gl -Igl 
> -DLIBIDN_BUILDING -DLOCALEDIR=\"/usr/share/locale\" -fvisibility=hidden 
> -march=native -O2 -pipe -fomit-frame-pointer -c 
> /var/tmp/portage/net-dns/libidn-1.29/work/libidn-1.29/lib/stringprep.c  -fPIC 
> -DPIC -o .libs/stringprep.o
> libtool: compile:  x86_64-pc-linux-gnu-gcc -std=gnu99 -DHAVE_CONFIG_H -I. 
> -I/var/tmp/portage/net-dns/libidn-1.29/work/libidn-1.29/lib -I.. 
> -I/var/tmp/portage/net-dns/libidn-1.29/work/libidn-1.29/lib/gl -Igl 
> -DLIBIDN_BUILDING -DLOCALEDIR=\"/usr/share/locale\" -fvisibility=hidden 
> -march=native -O2 -pipe -fomit-frame-pointer -c 
> /var/tmp/portage/net-dns/libidn-1.29/work/libidn-1.29/lib/rfc3454.c  -fPIC 
> -DPIC -o .libs/rfc3454.o
> /bin/sh ../libtool  --tag=CC   --mode=compile x86_64-pc-linux-gnu-gcc 
> -std=gnu99 -DHAVE_CONFIG_H -I. 
> -I/var/tmp/portage/net-dns/libidn-1.29/work/libidn-1.29/lib -I..  
> -I/var/tmp/portage/net-dns/libidn-1.29/work/libidn-1.29/lib/gl -Igl 
> -DLIBIDN_BUILDING -DLOCALEDIR=\"/usr/share/locale\"     -fvisibility=hidden 
> -march=native -O2 -pipe -fomit-frame-pointer -c -o profiles.lo 
> /var/tmp/portage/net-dns/libidn-1.29/work/libidn-1.29/lib/profiles.c
> libtool: compile:  x86_64-pc-linux-gnu-gcc -std=gnu99 -DHAVE_CONFIG_H -I. 
> -I/var/tmp/portage/net-dns/libidn-1.29/work/libidn-1.29/lib -I.. 
> -I/var/tmp/portage/net-dns/libidn-1.29/work/libidn-1.29/lib/gl -Igl 
> -DLIBIDN_BUILDING -DLOCALEDIR=\"/usr/share/locale\" -fvisibility=hidden 
> -march=native -O2 -pipe -fomit-frame-pointer -c 
> /var/tmp/portage/net-dns/libidn-1.29/work/libidn-1.29/lib/profiles.c  -fPIC 
> -DPIC -o .libs/profiles.o
> /bin/sh ../libtool  --tag=CC   --mode=compile x86_64-pc-linux-gnu-gcc 
> -std=gnu99 -DHAVE_CONFIG_H -I. 
> -I/var/tmp/portage/net-dns/libidn-1.29/work/libidn-1.29/lib -I..  
> -I/var/tmp/portage/net-dns/libidn-1.29/work/libidn-1.29/lib/gl -Igl 
> -DLIBIDN_BUILDING -DLOCALEDIR=\"/usr/share/locale\"     -fvisibility=hidden 
> -march=native -O2 -pipe -fomit-frame-pointer -c -o punycode.lo 
> /var/tmp/portage/net-dns/libidn-1.29/work/libidn-1.29/lib/punycode.c
> /bin/sh ../libtool  --tag=CC   --mode=compile x86_64-pc-linux-gnu-gcc 
> -std=gnu99 -DHAVE_CONFIG_H -I. 
> -I/var/tmp/portage/net-dns/libidn-1.29/work/libidn-1.29/lib -I..  
> -I/var/tmp/portage/net-dns/libidn-1.29/work/libidn-1.29/lib/gl -Igl 
> -DLIBIDN_BUILDING -DLOCALEDIR=\"/usr/share/locale\"     -fvisibility=hidden 
> -march=native -O2 -pipe -fomit-frame-pointer -c -o idna.lo 
> /var/tmp/portage/net-dns/libidn-1.29/work/libidn-1.29/lib/idna.c
> libtool: compile:  x86_64-pc-linux-gnu-gcc -std=gnu99 -DHAVE_CONFIG_H -I. 
> -I/var/tmp/portage/net-dns/libidn-1.29/work/libidn-1.29/lib -I.. 
> -I/var/tmp/portage/net-dns/libidn-1.29/work/libidn-1.29/lib/gl -Igl 
> -DLIBIDN_BUILDING -DLOCALEDIR=\"/usr/share/locale\" -fvisibility=hidden 
> -march=native -O2 -pipe -fomit-frame-pointer -c 
> /var/tmp/portage/net-dns/libidn-1.29/work/libidn-1.29/lib/punycode.c  -fPIC 
> -DPIC -o .libs/punycode.o
> libtool: compile:  x86_64-pc-linux-gnu-gcc -std=gnu99 -DHAVE_CONFIG_H -I. 
> -I/var/tmp/portage/net-dns/libidn-1.29/work/libidn-1.29/lib -I.. 
> -I/var/tmp/portage/net-dns/libidn-1.29/work/libidn-1.29/lib/gl -Igl 
> -DLIBIDN_BUILDING -DLOCALEDIR=\"/usr/share/locale\" -fvisibility=hidden 
> -march=native -O2 -pipe -fomit-frame-pointer -c 
> /var/tmp/portage/net-dns/libidn-1.29/work/libidn-1.29/lib/idna.c  -fPIC -DPIC 
> -o .libs/idna.o
> /bin/sh ../libtool  --tag=CC   --mode=compile x86_64-pc-linux-gnu-gcc 
> -std=gnu99 -DHAVE_CONFIG_H -I. 
> -I/var/tmp/portage/net-dns/libidn-1.29/work/libidn-1.29/lib -I..  
> -I/var/tmp/portage/net-dns/libidn-1.29/work/libidn-1.29/lib/gl -Igl 
> -DLIBIDN_BUILDING -DLOCALEDIR=\"/usr/share/locale\"     -fvisibility=hidden 
> -march=native -O2 -pipe -fomit-frame-pointer -c -o pr29.lo 
> /var/tmp/portage/net-dns/libidn-1.29/work/libidn-1.29/lib/pr29.c
> /bin/sh ../libtool  --tag=CC   --mode=compile x86_64-pc-linux-gnu-gcc 
> -std=gnu99 -DHAVE_CONFIG_H -I. 
> -I/var/tmp/portage/net-dns/libidn-1.29/work/libidn-1.29/lib -I..  
> -I/var/tmp/portage/net-dns/libidn-1.29/work/libidn-1.29/lib/gl -Igl 
> -DLIBIDN_BUILDING -DLOCALEDIR=\"/usr/share/locale\"     -fvisibility=hidden 
> -march=native -O2 -pipe -fomit-frame-pointer -c -o idn-free.lo 
> /var/tmp/portage/net-dns/libidn-1.29/work/libidn-1.29/lib/idn-free.c
> libtool: compile:  x86_64-pc-linux-gnu-gcc -std=gnu99 -DHAVE_CONFIG_H -I. 
> -I/var/tmp/portage/net-dns/libidn-1.29/work/libidn-1.29/lib -I.. 
> -I/var/tmp/portage/net-dns/libidn-1.29/work/libidn-1.29/lib/gl -Igl 
> -DLIBIDN_BUILDING -DLOCALEDIR=\"/usr/share/locale\" -fvisibility=hidden 
> -march=native -O2 -pipe -fomit-frame-pointer -c 
> /var/tmp/portage/net-dns/libidn-1.29/work/libidn-1.29/lib/idn-free.c  -fPIC 
> -DPIC -o .libs/idn-free.o
> libtool: compile:  x86_64-pc-linux-gnu-gcc -std=gnu99 -DHAVE_CONFIG_H -I. 
> -I/var/tmp/portage/net-dns/libidn-1.29/work/libidn-1.29/lib -I.. 
> -I/var/tmp/portage/net-dns/libidn-1.29/work/libidn-1.29/lib/gl -Igl 
> -DLIBIDN_BUILDING -DLOCALEDIR=\"/usr/share/locale\" -fvisibility=hidden 
> -march=native -O2 -pipe -fomit-frame-pointer -c 
> /var/tmp/portage/net-dns/libidn-1.29/work/libidn-1.29/lib/pr29.c  -fPIC -DPIC 
> -o .libs/pr29.o
> /bin/sh ../libtool  --tag=CC   --mode=compile x86_64-pc-linux-gnu-gcc 
> -std=gnu99 -DHAVE_CONFIG_H -I. 
> -I/var/tmp/portage/net-dns/libidn-1.29/work/libidn-1.29/lib -I..  
> -I/var/tmp/portage/net-dns/libidn-1.29/work/libidn-1.29/lib/gl -Igl 
> -DLIBIDN_BUILDING -DLOCALEDIR=\"/usr/share/locale\"     -fvisibility=hidden 
> -march=native -O2 -pipe -fomit-frame-pointer -c -o strerror-idna.lo 
> /var/tmp/portage/net-dns/libidn-1.29/work/libidn-1.29/lib/strerror-idna.c
> /bin/sh ../libtool  --tag=CC   --mode=compile x86_64-pc-linux-gnu-gcc 
> -std=gnu99 -DHAVE_CONFIG_H -I. 
> -I/var/tmp/portage/net-dns/libidn-1.29/work/libidn-1.29/lib -I..  
> -I/var/tmp/portage/net-dns/libidn-1.29/work/libidn-1.29/lib/gl -Igl 
> -DLIBIDN_BUILDING -DLOCALEDIR=\"/usr/share/locale\"     -fvisibility=hidden 
> -march=native -O2 -pipe -fomit-frame-pointer -c -o strerror-pr29.lo 
> /var/tmp/portage/net-dns/libidn-1.29/work/libidn-1.29/lib/strerror-pr29.c
> libtool: compile:  x86_64-pc-linux-gnu-gcc -std=gnu99 -DHAVE_CONFIG_H -I. 
> -I/var/tmp/portage/net-dns/libidn-1.29/work/libidn-1.29/lib -I.. 
> -I/var/tmp/portage/net-dns/libidn-1.29/work/libidn-1.29/lib/gl -Igl 
> -DLIBIDN_BUILDING -DLOCALEDIR=\"/usr/share/locale\" -fvisibility=hidden 
> -march=native -O2 -pipe -fomit-frame-pointer -c 
> /var/tmp/portage/net-dns/libidn-1.29/work/libidn-1.29/lib/strerror-idna.c  
> -fPIC -DPIC -o .libs/strerror-idna.o
> /bin/sh ../libtool  --tag=CC   --mode=compile x86_64-pc-linux-gnu-gcc 
> -std=gnu99 -DHAVE_CONFIG_H -I. 
> -I/var/tmp/portage/net-dns/libidn-1.29/work/libidn-1.29/lib -I..  
> -I/var/tmp/portage/net-dns/libidn-1.29/work/libidn-1.29/lib/gl -Igl 
> -DLIBIDN_BUILDING -DLOCALEDIR=\"/usr/share/locale\"     -fvisibility=hidden 
> -march=native -O2 -pipe -fomit-frame-pointer -c -o strerror-punycode.lo 
> /var/tmp/portage/net-dns/libidn-1.29/work/libidn-1.29/lib/strerror-punycode.c
> libtool: compile:  x86_64-pc-linux-gnu-gcc -std=gnu99 -DHAVE_CONFIG_H -I. 
> -I/var/tmp/portage/net-dns/libidn-1.29/work/libidn-1.29/lib -I.. 
> -I/var/tmp/portage/net-dns/libidn-1.29/work/libidn-1.29/lib/gl -Igl 
> -DLIBIDN_BUILDING -DLOCALEDIR=\"/usr/share/locale\" -fvisibility=hidden 
> -march=native -O2 -pipe -fomit-frame-pointer -c 
> /var/tmp/portage/net-dns/libidn-1.29/work/libidn-1.29/lib/strerror-pr29.c  
> -fPIC -DPIC -o .libs/strerror-pr29.o
> /bin/sh ../libtool  --tag=CC   --mode=compile x86_64-pc-linux-gnu-gcc 
> -std=gnu99 -DHAVE_CONFIG_H -I. 
> -I/var/tmp/portage/net-dns/libidn-1.29/work/libidn-1.29/lib -I..  
> -I/var/tmp/portage/net-dns/libidn-1.29/work/libidn-1.29/lib/gl -Igl 
> -DLIBIDN_BUILDING -DLOCALEDIR=\"/usr/share/locale\"     -fvisibility=hidden 
> -march=native -O2 -pipe -fomit-frame-pointer -c -o strerror-stringprep.lo 
> /var/tmp/portage/net-dns/libidn-1.29/work/libidn-1.29/lib/strerror-stringprep.c
> libtool: compile:  x86_64-pc-linux-gnu-gcc -std=gnu99 -DHAVE_CONFIG_H -I. 
> -I/var/tmp/portage/net-dns/libidn-1.29/work/libidn-1.29/lib -I.. 
> -I/var/tmp/portage/net-dns/libidn-1.29/work/libidn-1.29/lib/gl -Igl 
> -DLIBIDN_BUILDING -DLOCALEDIR=\"/usr/share/locale\" -fvisibility=hidden 
> -march=native -O2 -pipe -fomit-frame-pointer -c 
> /var/tmp/portage/net-dns/libidn-1.29/work/libidn-1.29/lib/strerror-punycode.c 
>  -fPIC -DPIC -o .libs/strerror-punycode.o
> libtool: compile:  x86_64-pc-linux-gnu-gcc -std=gnu99 -DHAVE_CONFIG_H -I. 
> -I/var/tmp/portage/net-dns/libidn-1.29/work/libidn-1.29/lib -I.. 
> -I/var/tmp/portage/net-dns/libidn-1.29/work/libidn-1.29/lib/gl -Igl 
> -DLIBIDN_BUILDING -DLOCALEDIR=\"/usr/share/locale\" -fvisibility=hidden 
> -march=native -O2 -pipe -fomit-frame-pointer -c 
> /var/tmp/portage/net-dns/libidn-1.29/work/libidn-1.29/lib/strerror-stringprep.c
>   -fPIC -DPIC -o .libs/strerror-stringprep.o
> /bin/sh ../libtool  --tag=CC   --mode=compile x86_64-pc-linux-gnu-gcc 
> -std=gnu99 -DHAVE_CONFIG_H -I. 
> -I/var/tmp/portage/net-dns/libidn-1.29/work/libidn-1.29/lib -I..  
> -I/var/tmp/portage/net-dns/libidn-1.29/work/libidn-1.29/lib/gl -Igl 
> -DLIBIDN_BUILDING -DLOCALEDIR=\"/usr/share/locale\"     -fvisibility=hidden 
> -march=native -O2 -pipe -fomit-frame-pointer -c -o strerror-tld.lo 
> /var/tmp/portage/net-dns/libidn-1.29/work/libidn-1.29/lib/strerror-tld.c
> /bin/sh ../libtool  --tag=CC   --mode=compile x86_64-pc-linux-gnu-gcc 
> -std=gnu99 -DHAVE_CONFIG_H -I. 
> -I/var/tmp/portage/net-dns/libidn-1.29/work/libidn-1.29/lib -I..  
> -I/var/tmp/portage/net-dns/libidn-1.29/work/libidn-1.29/lib/gl -Igl 
> -DLIBIDN_BUILDING -DLOCALEDIR=\"/usr/share/locale\"     -fvisibility=hidden 
> -march=native -O2 -pipe -fomit-frame-pointer -c -o tld.lo 
> /var/tmp/portage/net-dns/libidn-1.29/work/libidn-1.29/lib/tld.c
> libtool: compile:  x86_64-pc-linux-gnu-gcc -std=gnu99 -DHAVE_CONFIG_H -I. 
> -I/var/tmp/portage/net-dns/libidn-1.29/work/libidn-1.29/lib -I.. 
> -I/var/tmp/portage/net-dns/libidn-1.29/work/libidn-1.29/lib/gl -Igl 
> -DLIBIDN_BUILDING -DLOCALEDIR=\"/usr/share/locale\" -fvisibility=hidden 
> -march=native -O2 -pipe -fomit-frame-pointer -c 
> /var/tmp/portage/net-dns/libidn-1.29/work/libidn-1.29/lib/strerror-tld.c  
> -fPIC -DPIC -o .libs/strerror-tld.o
> /bin/sh ../libtool  --tag=CC   --mode=compile x86_64-pc-linux-gnu-gcc 
> -std=gnu99 -DHAVE_CONFIG_H -I. 
> -I/var/tmp/portage/net-dns/libidn-1.29/work/libidn-1.29/lib -I..  
> -I/var/tmp/portage/net-dns/libidn-1.29/work/libidn-1.29/lib/gl -Igl 
> -DLIBIDN_BUILDING -DLOCALEDIR=\"/usr/share/locale\"     -fvisibility=hidden 
> -march=native -O2 -pipe -fomit-frame-pointer -c -o tlds.lo 
> /var/tmp/portage/net-dns/libidn-1.29/work/libidn-1.29/lib/tlds.c
> libtool: compile:  x86_64-pc-linux-gnu-gcc -std=gnu99 -DHAVE_CONFIG_H -I. 
> -I/var/tmp/portage/net-dns/libidn-1.29/work/libidn-1.29/lib -I.. 
> -I/var/tmp/portage/net-dns/libidn-1.29/work/libidn-1.29/lib/gl -Igl 
> -DLIBIDN_BUILDING -DLOCALEDIR=\"/usr/share/locale\" -fvisibility=hidden 
> -march=native -O2 -pipe -fomit-frame-pointer -c 
> /var/tmp/portage/net-dns/libidn-1.29/work/libidn-1.29/lib/tld.c  -fPIC -DPIC 
> -o .libs/tld.o
> libtool: compile:  x86_64-pc-linux-gnu-gcc -std=gnu99 -DHAVE_CONFIG_H -I. 
> -I/var/tmp/portage/net-dns/libidn-1.29/work/libidn-1.29/lib -I.. 
> -I/var/tmp/portage/net-dns/libidn-1.29/work/libidn-1.29/lib/gl -Igl 
> -DLIBIDN_BUILDING -DLOCALEDIR=\"/usr/share/locale\" -fvisibility=hidden 
> -march=native -O2 -pipe -fomit-frame-pointer -c 
> /var/tmp/portage/net-dns/libidn-1.29/work/libidn-1.29/lib/tlds.c  -fPIC -DPIC 
> -o .libs/tlds.o
> /bin/sh ../libtool  --tag=CC   --mode=link x86_64-pc-linux-gnu-gcc -std=gnu99 
>    -fvisibility=hidden -march=native -O2 -pipe -fomit-frame-pointer 
> -version-info 17:12:6 -no-undefined 
> -Wl,--version-script=/var/tmp/portage/net-dns/libidn-1.29/work/libidn-1.29/lib/libidn.map
>    -Wl,--as-needed -o libidn.la -rpath /usr/lib64 nfkc.lo toutf8.lo 
> version.lo stringprep.lo rfc3454.lo profiles.lo punycode.lo idna.lo pr29.lo 
> idn-free.lo strerror-idna.lo strerror-pr29.lo strerror-punycode.lo 
> strerror-stringprep.lo strerror-tld.lo tld.lo tlds.lo   gl/libgnu.la 
> libtool: link: x86_64-pc-linux-gnu-gcc -std=gnu99 -shared  -fPIC -DPIC  
> .libs/nfkc.o .libs/toutf8.o .libs/version.o .libs/stringprep.o 
> .libs/rfc3454.o .libs/profiles.o .libs/punycode.o .libs/idna.o .libs/pr29.o 
> .libs/idn-free.o .libs/strerror-idna.o .libs/strerror-pr29.o 
> .libs/strerror-punycode.o .libs/strerror-stringprep.o .libs/strerror-tld.o 
> .libs/tld.o .libs/tlds.o  -Wl,--whole-archive gl/.libs/libgnu.a 
> -Wl,--no-whole-archive   -march=native -O2 
> -Wl,--version-script=/var/tmp/portage/net-dns/libidn-1.29/work/libidn-1.29/lib/libidn.map
>  -Wl,--as-needed   -Wl,-soname -Wl,libidn.so.11 -o .libs/libidn.so.11.6.12
> libtool: link: (cd ".libs" && rm -f "libidn.so.11" && ln -s 
> "libidn.so.11.6.12" "libidn.so.11")
> libtool: link: (cd ".libs" && rm -f "libidn.so" && ln -s "libidn.so.11.6.12" 
> "libidn.so")
> libtool: link: ( cd ".libs" && rm -f "libidn.la" && ln -s "../libidn.la" 
> "libidn.la" )
> make[3]: Leaving directory 
> '/var/tmp/portage/net-dns/libidn-1.29/work/libidn-1.29-abi_x86_64.amd64/lib'
> make[2]: Leaving directory 
> '/var/tmp/portage/net-dns/libidn-1.29/work/libidn-1.29-abi_x86_64.amd64/lib'
> Making all in po
> make[2]: Entering directory 
> '/var/tmp/portage/net-dns/libidn-1.29/work/libidn-1.29-abi_x86_64.amd64/po'
> make[2]: Nothing to be done for 'all'.
> make[2]: Leaving directory 
> '/var/tmp/portage/net-dns/libidn-1.29/work/libidn-1.29-abi_x86_64.amd64/po'
> Making all in src
> make[2]: Entering directory 
> '/var/tmp/portage/net-dns/libidn-1.29/work/libidn-1.29-abi_x86_64.amd64/src'
> make  all-am
> make[3]: Entering directory 
> '/var/tmp/portage/net-dns/libidn-1.29/work/libidn-1.29-abi_x86_64.amd64/src'
> /bin/sh ../libtool  --tag=CC   --mode=compile x86_64-pc-linux-gnu-gcc 
> -std=gnu99 -DHAVE_CONFIG_H -I. 
> -I/var/tmp/portage/net-dns/libidn-1.29/work/libidn-1.29/src -I..  
> -I/var/tmp/portage/net-dns/libidn-1.29/work/libidn-1.29/lib -I../lib 
> -I/var/tmp/portage/net-dns/libidn-1.29/work/libidn-1.29/gl -I../gl 
> -DLOCALEDIR=\"/usr/share/locale\"   -march=native -O2 -pipe 
> -fomit-frame-pointer -c -o libidn_cmd_la-idn_cmd.lo `test -f 'idn_cmd.c' || 
> echo '/var/tmp/portage/net-dns/libidn-1.29/work/libidn-1.29/src/'`idn_cmd.c
> x86_64-pc-linux-gnu-gcc -std=gnu99 -DHAVE_CONFIG_H -I. 
> -I/var/tmp/portage/net-dns/libidn-1.29/work/libidn-1.29/src -I..  
> -I/var/tmp/portage/net-dns/libidn-1.29/work/libidn-1.29/lib -I../lib 
> -I/var/tmp/portage/net-dns/libidn-1.29/work/libidn-1.29/gl -I../gl 
> -DLOCALEDIR=\"/usr/share/locale\"    -march=native -O2 -pipe 
> -fomit-frame-pointer -c -o idn.o 
> /var/tmp/portage/net-dns/libidn-1.29/work/libidn-1.29/src/idn.c
> libtool: compile:  x86_64-pc-linux-gnu-gcc -std=gnu99 -DHAVE_CONFIG_H -I. 
> -I/var/tmp/portage/net-dns/libidn-1.29/work/libidn-1.29/src -I.. 
> -I/var/tmp/portage/net-dns/libidn-1.29/work/libidn-1.29/lib -I../lib 
> -I/var/tmp/portage/net-dns/libidn-1.29/work/libidn-1.29/gl -I../gl 
> -DLOCALEDIR=\"/usr/share/locale\" -march=native -O2 -pipe 
> -fomit-frame-pointer -c 
> /var/tmp/portage/net-dns/libidn-1.29/work/libidn-1.29/src/idn_cmd.c  -fPIC 
> -DPIC -o .libs/libidn_cmd_la-idn_cmd.o
> /var/tmp/portage/net-dns/libidn-1.29/work/libidn-1.29/src/idn.c: In function 
> 'main':
> /var/tmp/portage/net-dns/libidn-1.29/work/libidn-1.29/src/idn.c:172:7: 
> warning: format not a string literal and no format arguments 
> [-Wformat-security]
>        error (0, 0, _("only one of -s, -e, -d, -a, -u or -n can be 
> specified"));
>        ^
> /var/tmp/portage/net-dns/libidn-1.29/work/libidn-1.29/src/idn.c:187:5: 
> warning: format not a string literal and no format arguments 
> [-Wformat-security]
>      fprintf (stderr, _("Type each input string on a line by itself, "
>      ^
> /var/tmp/portage/net-dns/libidn-1.29/work/libidn-1.29/src/idn.c:202:4: 
> warning: format not a string literal and no format arguments 
> [-Wformat-security]
>     error (EXIT_FAILURE, errno, _("input error"));
>     ^
> /var/tmp/portage/net-dns/libidn-1.29/work/libidn-1.29/src/idn.c:220:8: 
> warning: format not a string literal and no format arguments 
> [-Wformat-security]
>         _("could not convert from UTF-8 to UCS-4"));
>         ^
> /var/tmp/portage/net-dns/libidn-1.29/work/libidn-1.29/src/idn.c:245:8: 
> warning: format not a string literal and no format arguments 
> [-Wformat-security]
>         _("could not convert from UTF-8 to UCS-4"));
>         ^
> /var/tmp/portage/net-dns/libidn-1.29/work/libidn-1.29/src/idn.c:281:6: 
> warning: format not a string literal and no format arguments 
> [-Wformat-security]
>       _("could not convert from UTF-8 to UCS-4"));
>       ^
> /var/tmp/portage/net-dns/libidn-1.29/work/libidn-1.29/src/idn.c:340:6: 
> warning: format not a string literal and no format arguments 
> [-Wformat-security]
>       _("could not convert from UCS-4 to UTF-8"));
>       ^
> /var/tmp/portage/net-dns/libidn-1.29/work/libidn-1.29/src/idn.c:364:6: 
> warning: format not a string literal and no format arguments 
> [-Wformat-security]
>       _("could not convert from UCS-4 to UTF-8"));
>       ^
> /var/tmp/portage/net-dns/libidn-1.29/work/libidn-1.29/src/idn.c:442:8: 
> warning: format not a string literal and no format arguments 
> [-Wformat-security]
>         _("could not convert from UCS-4 to UTF-8"));
>         ^
> /var/tmp/portage/net-dns/libidn-1.29/work/libidn-1.29/src/idn.c:498:6: 
> warning: format not a string literal and no format arguments 
> [-Wformat-security]
>       _("could not convert from UTF-8 to UCS-4"));
>       ^
> /var/tmp/portage/net-dns/libidn-1.29/work/libidn-1.29/src/idn.c:527:5: 
> warning: format not a string literal and no format arguments 
> [-Wformat-security]
>      _("could not convert from UTF-8 to UCS-4"));
>      ^
> /var/tmp/portage/net-dns/libidn-1.29/work/libidn-1.29/src/idn.c:540:6: 
> warning: format not a string literal and no format arguments 
> [-Wformat-security]
>       error (EXIT_FAILURE, 0, _("could not do NFKC normalization"));
>       ^
> /var/tmp/portage/net-dns/libidn-1.29/work/libidn-1.29/src/idn.c:551:5: 
> warning: format not a string literal and no format arguments 
> [-Wformat-security]
>      _("could not convert from UTF-8 to UCS-4"));
>      ^
> /bin/sh ../libtool  --tag=CC   --mode=link x86_64-pc-linux-gnu-gcc -std=gnu99 
>  -march=native -O2 -pipe -fomit-frame-pointer  -Wl,--as-needed -o 
> libidn_cmd.la  libidn_cmd_la-idn_cmd.lo ../gl/libgnu.la 
> libtool: link: (cd .libs/libidn_cmd.lax/libgnu.a && x86_64-pc-linux-gnu-ar x 
> "/var/tmp/portage/net-dns/libidn-1.29/work/libidn-1.29-abi_x86_64.amd64/src/../gl/.libs/libgnu.a")
> libtool: link: x86_64-pc-linux-gnu-ar cru .libs/libidn_cmd.a 
> .libs/libidn_cmd_la-idn_cmd.o   .libs/libidn_cmd.lax/libgnu.a/progname.o 
> .libs/libidn_cmd.lax/libgnu.a/unistd.o 
> .libs/libidn_cmd.lax/libgnu.a/version-etc.o 
> libtool: link: x86_64-pc-linux-gnu-ranlib .libs/libidn_cmd.a
> libtool: link: rm -fr .libs/libidn_cmd.lax
> libtool: link: ( cd ".libs" && rm -f "libidn_cmd.la" && ln -s 
> "../libidn_cmd.la" "libidn_cmd.la" )
> /bin/sh ../libtool  --tag=CC   --mode=link x86_64-pc-linux-gnu-gcc -std=gnu99 
>   -march=native -O2 -pipe -fomit-frame-pointer  -Wl,--as-needed -o idn idn.o 
> libidn_cmd.la ../lib/libidn.la ../gl/libgnu.la  
> libtool: link: x86_64-pc-linux-gnu-gcc -std=gnu99 -march=native -O2 -pipe 
> -fomit-frame-pointer -Wl,--as-needed -o .libs/idn idn.o  ./.libs/libidn_cmd.a 
> ../lib/.libs/libidn.so ../gl/.libs/libgnu.a
> make[3]: Leaving directory 
> '/var/tmp/portage/net-dns/libidn-1.29/work/libidn-1.29-abi_x86_64.amd64/src'
> make[2]: Leaving directory 
> '/var/tmp/portage/net-dns/libidn-1.29/work/libidn-1.29-abi_x86_64.amd64/src'
> Making all in doc
> make[2]: Entering directory 
> '/var/tmp/portage/net-dns/libidn-1.29/work/libidn-1.29-abi_x86_64.amd64/doc'
> make  all-recursive
> make[3]: Entering directory 
> '/var/tmp/portage/net-dns/libidn-1.29/work/libidn-1.29-abi_x86_64.amd64/doc'
> Making all in specifications
> make[4]: Entering directory 
> '/var/tmp/portage/net-dns/libidn-1.29/work/libidn-1.29-abi_x86_64.amd64/doc/specifications'
> make[4]: Nothing to be done for 'all'.
> make[4]: Leaving directory 
> '/var/tmp/portage/net-dns/libidn-1.29/work/libidn-1.29-abi_x86_64.amd64/doc/specifications'
> Making all in tld
> make[4]: Entering directory 
> '/var/tmp/portage/net-dns/libidn-1.29/work/libidn-1.29-abi_x86_64.amd64/doc/tld'
> make[4]: Nothing to be done for 'all'.
> make[4]: Leaving directory 
> '/var/tmp/portage/net-dns/libidn-1.29/work/libidn-1.29-abi_x86_64.amd64/doc/tld'
> Making all in java
> make[4]: Entering directory 
> '/var/tmp/portage/net-dns/libidn-1.29/work/libidn-1.29-abi_x86_64.amd64/doc/java'
> make[4]: Nothing to be done for 'all'.
> make[4]: Leaving directory 
> '/var/tmp/portage/net-dns/libidn-1.29/work/libidn-1.29-abi_x86_64.amd64/doc/java'
> Making all in cyclo
> make[4]: Entering directory 
> '/var/tmp/portage/net-dns/libidn-1.29/work/libidn-1.29-abi_x86_64.amd64/doc/cyclo'
> make[4]: Nothing to be done for 'all'.
> make[4]: Leaving directory 
> '/var/tmp/portage/net-dns/libidn-1.29/work/libidn-1.29-abi_x86_64.amd64/doc/cyclo'
> make[4]: Entering directory 
> '/var/tmp/portage/net-dns/libidn-1.29/work/libidn-1.29-abi_x86_64.amd64/doc'
> make[4]: Nothing to be done for 'all-am'.
> make[4]: Leaving directory 
> '/var/tmp/portage/net-dns/libidn-1.29/work/libidn-1.29-abi_x86_64.amd64/doc'
> make[3]: Leaving directory 
> '/var/tmp/portage/net-dns/libidn-1.29/work/libidn-1.29-abi_x86_64.amd64/doc'
> make[2]: Leaving directory 
> '/var/tmp/portage/net-dns/libidn-1.29/work/libidn-1.29-abi_x86_64.amd64/doc'
> Making all in gltests
> make[2]: Entering directory 
> '/var/tmp/portage/net-dns/libidn-1.29/work/libidn-1.29-abi_x86_64.amd64/gltests'
> rm -f alloca.h-t alloca.h && \
> { echo '/* DO NOT EDIT! GENERATED AUTOMATICALLY! */'; \
>   cat 
> /var/tmp/portage/net-dns/libidn-1.29/work/libidn-1.29/gltests/alloca.in.h; \
> } > alloca.h-t && \
> mv -f alloca.h-t alloca.h
> rm -f c++defs.h-t c++defs.h && \
> sed -n -e '/_GL_CXXDEFS/,$p' \
>   < 
> /var/tmp/portage/net-dns/libidn-1.29/work/libidn-1.29/build-aux/snippet/c++defs.h
>  \
>   > c++defs.h-t && \
> mv c++defs.h-t c++defs.h
> rm -f arg-nonnull.h-t arg-nonnull.h && \
> sed -n -e '/GL_ARG_NONNULL/,$p' \
>   < 
> /var/tmp/portage/net-dns/libidn-1.29/work/libidn-1.29/build-aux/snippet/arg-nonnull.h
>  \
>   > arg-nonnull.h-t && \
> mv arg-nonnull.h-t arg-nonnull.h
> rm -f warn-on-use.h-t warn-on-use.h && \
> sed -n -e '/^.ifndef/,$p' \
>   < 
> /var/tmp/portage/net-dns/libidn-1.29/work/libidn-1.29/build-aux/snippet/warn-on-use.h
>  \
>   > warn-on-use.h-t && \
> mv warn-on-use.h-t warn-on-use.h
> rm -f fcntl.h-t fcntl.h && \
> { echo '/* DO NOT EDIT! GENERATED AUTOMATICALLY! */'; \
>   sed -e 's|@''GUARD_PREFIX''@|GL|g' \
>       -e 's|@''INCLUDE_NEXT''@|include_next|g' \
>       -e 's|@''PRAGMA_SYSTEM_HEADER''@|#pragma GCC system_header|g' \
>       -e 's|@''PRAGMA_COLUMNS''@||g' \
>       -e 's|@''NEXT_FCNTL_H''@|<fcntl.h>|g' \
>       -e 's/@''GNULIB_FCNTL''@/0/g' \
>       -e 's/@''GNULIB_NONBLOCKING''@/0/g' \
>       -e 's/@''GNULIB_OPEN''@/IN_LIBIDN_GNULIB_TESTS/g' \
>       -e 's/@''GNULIB_OPENAT''@/0/g' \
>       -e 's|@''HAVE_FCNTL''@|1|g' \
>       -e 's|@''HAVE_OPENAT''@|1|g' \
>       -e 's|@''REPLACE_FCNTL''@|0|g' \
>       -e 's|@''REPLACE_OPEN''@|0|g' \
>       -e 's|@''REPLACE_OPENAT''@|0|g' \
>       -e '/definitions of _GL_FUNCDECL_RPL/r c++defs.h' \
>       -e '/definition of _GL_ARG_NONNULL/r arg-nonnull.h' \
>       -e '/definition of _GL_WARN_ON_USE/r warn-on-use.h' \
>       < 
> /var/tmp/portage/net-dns/libidn-1.29/work/libidn-1.29/gltests/fcntl.in.h; \
> } > fcntl.h-t && \
> mv fcntl.h-t fcntl.h
> rm -f inttypes.h-t inttypes.h && \
> { echo '/* DO NOT EDIT! GENERATED AUTOMATICALLY! */'; \
>   sed -e 's/@''HAVE_INTTYPES_H''@/1/g' \
>       -e 's|@''INCLUDE_NEXT''@|include_next|g' \
>       -e 's|@''PRAGMA_SYSTEM_HEADER''@|#pragma GCC system_header|g' \
>       -e 's|@''PRAGMA_COLUMNS''@||g' \
>       -e 's|@''NEXT_INTTYPES_H''@|<inttypes.h>|g' \
>       -e 's/@''PRI_MACROS_BROKEN''@/0/g' \
>       -e 's/@''APPLE_UNIVERSAL_BUILD''@/0/g' \
>       -e 's/@''HAVE_LONG_LONG_INT''@/1/g' \
>       -e 's/@''HAVE_UNSIGNED_LONG_LONG_INT''@/1/g' \
>       -e 's/@''PRIPTR_PREFIX''@/"l"/g' \
>       -e 's/@''GNULIB_IMAXABS''@/0/g' \
>       -e 's/@''GNULIB_IMAXDIV''@/0/g' \
>       -e 's/@''GNULIB_STRTOIMAX''@/0/g' \
>       -e 's/@''GNULIB_STRTOUMAX''@/0/g' \
>       -e 's/@''HAVE_DECL_IMAXABS''@/1/g' \
>       -e 's/@''HAVE_DECL_IMAXDIV''@/1/g' \
>       -e 's/@''HAVE_DECL_STRTOIMAX''@/1/g' \
>       -e 's/@''HAVE_DECL_STRTOUMAX''@/1/g' \
>       -e 's/@''REPLACE_STRTOIMAX''@/0/g' \
>       -e 's/@''REPLACE_STRTOUMAX''@/0/g' \
>       -e 's/@''INT32_MAX_LT_INTMAX_MAX''@/1/g' \
>       -e 's/@''INT64_MAX_EQ_LONG_MAX''@/1/g' \
>       -e 's/@''UINT32_MAX_LT_UINTMAX_MAX''@/1/g' \
>       -e 's/@''UINT64_MAX_EQ_ULONG_MAX''@/1/g' \
>       -e '/definitions of _GL_FUNCDECL_RPL/r c++defs.h' \
>       -e '/definition of _GL_ARG_NONNULL/r arg-nonnull.h' \
>       -e '/definition of _GL_WARN_ON_USE/r warn-on-use.h' \
>       < 
> /var/tmp/portage/net-dns/libidn-1.29/work/libidn-1.29/gltests/inttypes.in.h; \
> } > inttypes.h-t && \
> mv inttypes.h-t inttypes.h
> rm -f stdlib.h-t stdlib.h && \
> { echo '/* DO NOT EDIT! GENERATED AUTOMATICALLY! */' && \
>   sed -e 's|@''GUARD_PREFIX''@|GL|g' \
>       -e 's|@''INCLUDE_NEXT''@|include_next|g' \
>       -e 's|@''PRAGMA_SYSTEM_HEADER''@|#pragma GCC system_header|g' \
>       -e 's|@''PRAGMA_COLUMNS''@||g' \
>       -e 's|@''NEXT_STDLIB_H''@|<stdlib.h>|g' \
>       -e 's/@''GNULIB__EXIT''@/0/g' \
>       -e 's/@''GNULIB_ATOLL''@/0/g' \
>       -e 's/@''GNULIB_CALLOC_POSIX''@/0/g' \
>       -e 's/@''GNULIB_CANONICALIZE_FILE_NAME''@/0/g' \
>       -e 's/@''GNULIB_GETLOADAVG''@/0/g' \
>       -e 's/@''GNULIB_GETSUBOPT''@/0/g' \
>       -e 's/@''GNULIB_GRANTPT''@/0/g' \
>       -e 's/@''GNULIB_MALLOC_POSIX''@/(IN_LIBIDN_GNULIB_TESTS || 
> IN_LIBIDN_GNULIB_TESTS)/g' \
>       -e 's/@''GNULIB_MBTOWC''@/0/g' \
>       -e 's/@''GNULIB_MKDTEMP''@/0/g' \
>       -e 's/@''GNULIB_MKOSTEMP''@/0/g' \
>       -e 's/@''GNULIB_MKOSTEMPS''@/0/g' \
>       -e 's/@''GNULIB_MKSTEMP''@/0/g' \
>       -e 's/@''GNULIB_MKSTEMPS''@/0/g' \
>       -e 's/@''GNULIB_POSIX_OPENPT''@/0/g' \
>       -e 's/@''GNULIB_PTSNAME''@/0/g' \
>       -e 's/@''GNULIB_PTSNAME_R''@/0/g' \
>       -e 's/@''GNULIB_PUTENV''@/(IN_LIBIDN_GNULIB_TESTS || 
> IN_LIBIDN_GNULIB_TESTS)/g' \
>       -e 's/@''GNULIB_RANDOM''@/0/g' \
>       -e 's/@''GNULIB_RANDOM_R''@/0/g' \
>       -e 's/@''GNULIB_REALLOC_POSIX''@/0/g' \
>       -e 's/@''GNULIB_REALPATH''@/0/g' \
>       -e 's/@''GNULIB_RPMATCH''@/0/g' \
>       -e 's/@''GNULIB_SECURE_GETENV''@/0/g' \
>       -e 's/@''GNULIB_SETENV''@/(IN_LIBIDN_GNULIB_TESTS || 
> IN_LIBIDN_GNULIB_TESTS)/g' \
>       -e 's/@''GNULIB_STRTOD''@/0/g' \
>       -e 's/@''GNULIB_STRTOLL''@/0/g' \
>       -e 's/@''GNULIB_STRTOULL''@/0/g' \
>       -e 's/@''GNULIB_SYSTEM_POSIX''@/0/g' \
>       -e 's/@''GNULIB_UNLOCKPT''@/0/g' \
>       -e 's/@''GNULIB_UNSETENV''@/(IN_LIBIDN_GNULIB_TESTS || 
> IN_LIBIDN_GNULIB_TESTS)/g' \
>       -e 's/@''GNULIB_WCTOMB''@/0/g' \
>       < 
> /var/tmp/portage/net-dns/libidn-1.29/work/libidn-1.29/gltests/stdlib.in.h | \
>   sed -e 's|@''HAVE__EXIT''@|1|g' \
>       -e 's|@''HAVE_ATOLL''@|1|g' \
>       -e 's|@''HAVE_CANONICALIZE_FILE_NAME''@|1|g' \
>       -e 's|@''HAVE_DECL_GETLOADAVG''@|1|g' \
>       -e 's|@''HAVE_GETSUBOPT''@|1|g' \
>       -e 's|@''HAVE_GRANTPT''@|1|g' \
>       -e 's|@''HAVE_MKDTEMP''@|1|g' \
>       -e 's|@''HAVE_MKOSTEMP''@|1|g' \
>       -e 's|@''HAVE_MKOSTEMPS''@|1|g' \
>       -e 's|@''HAVE_MKSTEMP''@|1|g' \
>       -e 's|@''HAVE_MKSTEMPS''@|1|g' \
>       -e 's|@''HAVE_POSIX_OPENPT''@|1|g' \
>       -e 's|@''HAVE_PTSNAME''@|1|g' \
>       -e 's|@''HAVE_PTSNAME_R''@|1|g' \
>       -e 's|@''HAVE_RANDOM''@|1|g' \
>       -e 's|@''HAVE_RANDOM_H''@|1|g' \
>       -e 's|@''HAVE_RANDOM_R''@|1|g' \
>       -e 's|@''HAVE_REALPATH''@|1|g' \
>       -e 's|@''HAVE_RPMATCH''@|1|g' \
>       -e 's|@''HAVE_SECURE_GETENV''@|1|g' \
>       -e 's|@''HAVE_DECL_SETENV''@|1|g' \
>       -e 's|@''HAVE_STRTOD''@|1|g' \
>       -e 's|@''HAVE_STRTOLL''@|1|g' \
>       -e 's|@''HAVE_STRTOULL''@|1|g' \
>       -e 's|@''HAVE_STRUCT_RANDOM_DATA''@|1|g' \
>       -e 's|@''HAVE_SYS_LOADAVG_H''@|0|g' \
>       -e 's|@''HAVE_UNLOCKPT''@|1|g' \
>       -e 's|@''HAVE_DECL_UNSETENV''@|1|g' \
>       -e 's|@''REPLACE_CALLOC''@|0|g' \
>       -e 's|@''REPLACE_CANONICALIZE_FILE_NAME''@|0|g' \
>       -e 's|@''REPLACE_MALLOC''@|0|g' \
>       -e 's|@''REPLACE_MBTOWC''@|0|g' \
>       -e 's|@''REPLACE_MKSTEMP''@|0|g' \
>       -e 's|@''REPLACE_PTSNAME''@|0|g' \
>       -e 's|@''REPLACE_PTSNAME_R''@|0|g' \
>       -e 's|@''REPLACE_PUTENV''@|0|g' \
>       -e 's|@''REPLACE_RANDOM_R''@|0|g' \
>       -e 's|@''REPLACE_REALLOC''@|0|g' \
>       -e 's|@''REPLACE_REALPATH''@|0|g' \
>       -e 's|@''REPLACE_SETENV''@|0|g' \
>       -e 's|@''REPLACE_STRTOD''@|0|g' \
>       -e 's|@''REPLACE_UNSETENV''@|0|g' \
>       -e 's|@''REPLACE_WCTOMB''@|0|g' \
>       -e '/definitions of _GL_FUNCDECL_RPL/r c++defs.h' \
>       -e '/definition of _Noreturn/r 
> /var/tmp/portage/net-dns/libidn-1.29/work/libidn-1.29/build-aux/snippet/_Noreturn.h'
>  \
>       -e '/definition of _GL_ARG_NONNULL/r arg-nonnull.h' \
>       -e '/definition of _GL_WARN_ON_USE/r warn-on-use.h'; \
> } > stdlib.h-t && \
> mv stdlib.h-t stdlib.h
> /bin/mkdir -p sys
> rm -f sys/stat.h-t sys/stat.h && \
> { echo '/* DO NOT EDIT! GENERATED AUTOMATICALLY! */'; \
>   sed -e 's|@''GUARD_PREFIX''@|GL|g' \
>       -e 's|@''INCLUDE_NEXT''@|include_next|g' \
>       -e 's|@''PRAGMA_SYSTEM_HEADER''@|#pragma GCC system_header|g' \
>       -e 's|@''PRAGMA_COLUMNS''@||g' \
>       -e 's|@''NEXT_SYS_STAT_H''@|<sys/stat.h>|g' \
>       -e 's|@''WINDOWS_64_BIT_ST_SIZE''@|0|g' \
>       -e 's/@''GNULIB_FCHMODAT''@/0/g' \
>       -e 's/@''GNULIB_FSTAT''@/IN_LIBIDN_GNULIB_TESTS/g' \
>       -e 's/@''GNULIB_FSTATAT''@/0/g' \
>       -e 's/@''GNULIB_FUTIMENS''@/0/g' \
>       -e 's/@''GNULIB_LCHMOD''@/0/g' \
>       -e 's/@''GNULIB_LSTAT''@/IN_LIBIDN_GNULIB_TESTS/g' \
>       -e 's/@''GNULIB_MKDIRAT''@/0/g' \
>       -e 's/@''GNULIB_MKFIFO''@/0/g' \
>       -e 's/@''GNULIB_MKFIFOAT''@/0/g' \
>       -e 's/@''GNULIB_MKNOD''@/0/g' \
>       -e 's/@''GNULIB_MKNODAT''@/0/g' \
>       -e 's/@''GNULIB_STAT''@/IN_LIBIDN_GNULIB_TESTS/g' \
>       -e 's/@''GNULIB_UTIMENSAT''@/0/g' \
>       -e 's|@''HAVE_FCHMODAT''@|1|g' \
>       -e 's|@''HAVE_FSTATAT''@|1|g' \
>       -e 's|@''HAVE_FUTIMENS''@|1|g' \
>       -e 's|@''HAVE_LCHMOD''@|1|g' \
>       -e 's|@''HAVE_LSTAT''@|1|g' \
>       -e 's|@''HAVE_MKDIRAT''@|1|g' \
>       -e 's|@''HAVE_MKFIFO''@|1|g' \
>       -e 's|@''HAVE_MKFIFOAT''@|1|g' \
>       -e 's|@''HAVE_MKNOD''@|1|g' \
>       -e 's|@''HAVE_MKNODAT''@|1|g' \
>       -e 's|@''HAVE_UTIMENSAT''@|1|g' \
>       -e 's|@''REPLACE_FSTAT''@|0|g' \
>       -e 's|@''REPLACE_FSTATAT''@|0|g' \
>       -e 's|@''REPLACE_FUTIMENS''@|0|g' \
>       -e 's|@''REPLACE_LSTAT''@|0|g' \
>       -e 's|@''REPLACE_MKDIR''@|0|g' \
>       -e 's|@''REPLACE_MKFIFO''@|0|g' \
>       -e 's|@''REPLACE_MKNOD''@|0|g' \
>       -e 's|@''REPLACE_STAT''@|0|g' \
>       -e 's|@''REPLACE_UTIMENSAT''@|0|g' \
>       -e '/definitions of _GL_FUNCDECL_RPL/r c++defs.h' \
>       -e '/definition of _GL_ARG_NONNULL/r arg-nonnull.h' \
>       -e '/definition of _GL_WARN_ON_USE/r warn-on-use.h' \
>       < 
> /var/tmp/portage/net-dns/libidn-1.29/work/libidn-1.29/gltests/sys_stat.in.h; \
> } > sys/stat.h-t && \
> mv sys/stat.h-t sys/stat.h
> /bin/mkdir -p sys
> rm -f sys/time.h-t sys/time.h && \
> { echo '/* DO NOT EDIT! GENERATED AUTOMATICALLY! */'; \
>   sed -e 's|@''GUARD_PREFIX''@|GL|g' \
>       -e 's/@''HAVE_SYS_TIME_H''@/1/g' \
>       -e 's|@''INCLUDE_NEXT''@|include_next|g' \
>       -e 's|@''PRAGMA_SYSTEM_HEADER''@|#pragma GCC system_header|g' \
>       -e 's|@''PRAGMA_COLUMNS''@||g' \
>       -e 's|@''NEXT_SYS_TIME_H''@|<sys/time.h>|g' \
>       -e 's/@''GNULIB_GETTIMEOFDAY''@/IN_LIBIDN_GNULIB_TESTS/g' \
>       -e 's|@''HAVE_WINSOCK2_H''@|0|g' \
>       -e 's/@''HAVE_GETTIMEOFDAY''@/1/g' \
>       -e 's/@''HAVE_STRUCT_TIMEVAL''@/1/g' \
>       -e 's/@''REPLACE_GETTIMEOFDAY''@/0/g' \
>       -e 's/@''REPLACE_STRUCT_TIMEVAL''@/0/g' \
>       -e '/definitions of _GL_FUNCDECL_RPL/r c++defs.h' \
>       -e '/definition of _GL_ARG_NONNULL/r arg-nonnull.h' \
>       -e '/definition of _GL_WARN_ON_USE/r warn-on-use.h' \
>       < 
> /var/tmp/portage/net-dns/libidn-1.29/work/libidn-1.29/gltests/sys_time.in.h; \
> } > sys/time.h-t && \
> mv sys/time.h-t sys/time.h
> rm -f time.h-t time.h && \
> { echo '/* DO NOT EDIT! GENERATED AUTOMATICALLY! */' && \
>   sed -e 's|@''GUARD_PREFIX''@|GL|g' \
>       -e 's|@''INCLUDE_NEXT''@|include_next|g' \
>       -e 's|@''PRAGMA_SYSTEM_HEADER''@|#pragma GCC system_header|g' \
>       -e 's|@''PRAGMA_COLUMNS''@||g' \
>       -e 's|@''NEXT_TIME_H''@|<time.h>|g' \
>       -e 's/@''GNULIB_GETTIMEOFDAY''@/IN_LIBIDN_GNULIB_TESTS/g' \
>       -e 's/@''GNULIB_MKTIME''@/0/g' \
>       -e 's/@''GNULIB_NANOSLEEP''@/0/g' \
>       -e 's/@''GNULIB_STRPTIME''@/0/g' \
>       -e 's/@''GNULIB_TIMEGM''@/0/g' \
>       -e 's/@''GNULIB_TIME_R''@/0/g' \
>       -e 's|@''HAVE_DECL_LOCALTIME_R''@|1|g' \
>       -e 's|@''HAVE_NANOSLEEP''@|1|g' \
>       -e 's|@''HAVE_STRPTIME''@|1|g' \
>       -e 's|@''HAVE_TIMEGM''@|1|g' \
>       -e 's|@''REPLACE_GMTIME''@|0|g' \
>       -e 's|@''REPLACE_LOCALTIME''@|0|g' \
>       -e 's|@''REPLACE_LOCALTIME_R''@|GNULIB_PORTCHECK|g' \
>       -e 's|@''REPLACE_MKTIME''@|GNULIB_PORTCHECK|g' \
>       -e 's|@''REPLACE_NANOSLEEP''@|GNULIB_PORTCHECK|g' \
>       -e 's|@''REPLACE_TIMEGM''@|GNULIB_PORTCHECK|g' \
>       -e 's|@''PTHREAD_H_DEFINES_STRUCT_TIMESPEC''@|0|g' \
>       -e 's|@''SYS_TIME_H_DEFINES_STRUCT_TIMESPEC''@|0|g' \
>       -e 's|@''TIME_H_DEFINES_STRUCT_TIMESPEC''@|1|g' \
>       -e '/definitions of _GL_FUNCDECL_RPL/r c++defs.h' \
>       -e '/definition of _GL_ARG_NONNULL/r arg-nonnull.h' \
>       -e '/definition of _GL_WARN_ON_USE/r warn-on-use.h' \
>       < 
> /var/tmp/portage/net-dns/libidn-1.29/work/libidn-1.29/gltests/time.in.h; \
> } > time.h-t && \
> mv time.h-t time.h
> rm -f wchar.h-t wchar.h && \
> { echo '/* DO NOT EDIT! GENERATED AUTOMATICALLY! */'; \
>   sed -e 's|@''GUARD_PREFIX''@|GL|g' \
>       -e 's|@''INCLUDE_NEXT''@|include_next|g' \
>       -e 's|@''PRAGMA_SYSTEM_HEADER''@|#pragma GCC system_header|g' \
>       -e 's|@''PRAGMA_COLUMNS''@||g' \
>       -e 's|@''HAVE_FEATURES_H''@|1|g' \
>       -e 's|@''NEXT_WCHAR_H''@|<wchar.h>|g' \
>       -e 's|@''HAVE_WCHAR_H''@|1|g' \
>       -e 's/@''GNULIB_BTOWC''@/0/g' \
>       -e 's/@''GNULIB_WCTOB''@/0/g' \
>       -e 's/@''GNULIB_MBSINIT''@/0/g' \
>       -e 's/@''GNULIB_MBRTOWC''@/0/g' \
>       -e 's/@''GNULIB_MBRLEN''@/0/g' \
>       -e 's/@''GNULIB_MBSRTOWCS''@/0/g' \
>       -e 's/@''GNULIB_MBSNRTOWCS''@/0/g' \
>       -e 's/@''GNULIB_WCRTOMB''@/0/g' \
>       -e 's/@''GNULIB_WCSRTOMBS''@/0/g' \
>       -e 's/@''GNULIB_WCSNRTOMBS''@/0/g' \
>       -e 's/@''GNULIB_WCWIDTH''@/0/g' \
>       -e 's/@''GNULIB_WMEMCHR''@/0/g' \
>       -e 's/@''GNULIB_WMEMCMP''@/0/g' \
>       -e 's/@''GNULIB_WMEMCPY''@/0/g' \
>       -e 's/@''GNULIB_WMEMMOVE''@/0/g' \
>       -e 's/@''GNULIB_WMEMSET''@/0/g' \
>       -e 's/@''GNULIB_WCSLEN''@/0/g' \
>       -e 's/@''GNULIB_WCSNLEN''@/0/g' \
>       -e 's/@''GNULIB_WCSCPY''@/0/g' \
>       -e 's/@''GNULIB_WCPCPY''@/0/g' \
>       -e 's/@''GNULIB_WCSNCPY''@/0/g' \
>       -e 's/@''GNULIB_WCPNCPY''@/0/g' \
>       -e 's/@''GNULIB_WCSCAT''@/0/g' \
>       -e 's/@''GNULIB_WCSNCAT''@/0/g' \
>       -e 's/@''GNULIB_WCSCMP''@/0/g' \
>       -e 's/@''GNULIB_WCSNCMP''@/0/g' \
>       -e 's/@''GNULIB_WCSCASECMP''@/0/g' \
>       -e 's/@''GNULIB_WCSNCASECMP''@/0/g' \
>       -e 's/@''GNULIB_WCSCOLL''@/0/g' \
>       -e 's/@''GNULIB_WCSXFRM''@/0/g' \
>       -e 's/@''GNULIB_WCSDUP''@/0/g' \
>       -e 's/@''GNULIB_WCSCHR''@/0/g' \
>       -e 's/@''GNULIB_WCSRCHR''@/0/g' \
>       -e 's/@''GNULIB_WCSCSPN''@/0/g' \
>       -e 's/@''GNULIB_WCSSPN''@/0/g' \
>       -e 's/@''GNULIB_WCSPBRK''@/0/g' \
>       -e 's/@''GNULIB_WCSSTR''@/0/g' \
>       -e 's/@''GNULIB_WCSTOK''@/0/g' \
>       -e 's/@''GNULIB_WCSWIDTH''@/0/g' \
>       < 
> /var/tmp/portage/net-dns/libidn-1.29/work/libidn-1.29/gltests/wchar.in.h | \
>   sed -e 's|@''HAVE_WINT_T''@|1|g' \
>       -e 's|@''HAVE_BTOWC''@|1|g' \
>       -e 's|@''HAVE_MBSINIT''@|1|g' \
>       -e 's|@''HAVE_MBRTOWC''@|1|g' \
>       -e 's|@''HAVE_MBRLEN''@|1|g' \
>       -e 's|@''HAVE_MBSRTOWCS''@|1|g' \
>       -e 's|@''HAVE_MBSNRTOWCS''@|1|g' \
>       -e 's|@''HAVE_WCRTOMB''@|1|g' \
>       -e 's|@''HAVE_WCSRTOMBS''@|1|g' \
>       -e 's|@''HAVE_WCSNRTOMBS''@|1|g' \
>       -e 's|@''HAVE_WMEMCHR''@|1|g' \
>       -e 's|@''HAVE_WMEMCMP''@|1|g' \
>       -e 's|@''HAVE_WMEMCPY''@|1|g' \
>       -e 's|@''HAVE_WMEMMOVE''@|1|g' \
>       -e 's|@''HAVE_WMEMSET''@|1|g' \
>       -e 's|@''HAVE_WCSLEN''@|1|g' \
>       -e 's|@''HAVE_WCSNLEN''@|1|g' \
>       -e 's|@''HAVE_WCSCPY''@|1|g' \
>       -e 's|@''HAVE_WCPCPY''@|1|g' \
>       -e 's|@''HAVE_WCSNCPY''@|1|g' \
>       -e 's|@''HAVE_WCPNCPY''@|1|g' \
>       -e 's|@''HAVE_WCSCAT''@|1|g' \
>       -e 's|@''HAVE_WCSNCAT''@|1|g' \
>       -e 's|@''HAVE_WCSCMP''@|1|g' \
>       -e 's|@''HAVE_WCSNCMP''@|1|g' \
>       -e 's|@''HAVE_WCSCASECMP''@|1|g' \
>       -e 's|@''HAVE_WCSNCASECMP''@|1|g' \
>       -e 's|@''HAVE_WCSCOLL''@|1|g' \
>       -e 's|@''HAVE_WCSXFRM''@|1|g' \
>       -e 's|@''HAVE_WCSDUP''@|1|g' \
>       -e 's|@''HAVE_WCSCHR''@|1|g' \
>       -e 's|@''HAVE_WCSRCHR''@|1|g' \
>       -e 's|@''HAVE_WCSCSPN''@|1|g' \
>       -e 's|@''HAVE_WCSSPN''@|1|g' \
>       -e 's|@''HAVE_WCSPBRK''@|1|g' \
>       -e 's|@''HAVE_WCSSTR''@|1|g' \
>       -e 's|@''HAVE_WCSTOK''@|1|g' \
>       -e 's|@''HAVE_WCSWIDTH''@|1|g' \
>       -e 's|@''HAVE_DECL_WCTOB''@|1|g' \
>       -e 's|@''HAVE_DECL_WCWIDTH''@|1|g' \
>   | \
>   sed -e 's|@''REPLACE_MBSTATE_T''@|0|g' \
>       -e 's|@''REPLACE_BTOWC''@|0|g' \
>       -e 's|@''REPLACE_WCTOB''@|0|g' \
>       -e 's|@''REPLACE_MBSINIT''@|0|g' \
>       -e 's|@''REPLACE_MBRTOWC''@|0|g' \
>       -e 's|@''REPLACE_MBRLEN''@|0|g' \
>       -e 's|@''REPLACE_MBSRTOWCS''@|0|g' \
>       -e 's|@''REPLACE_MBSNRTOWCS''@|0|g' \
>       -e 's|@''REPLACE_WCRTOMB''@|0|g' \
>       -e 's|@''REPLACE_WCSRTOMBS''@|0|g' \
>       -e 's|@''REPLACE_WCSNRTOMBS''@|0|g' \
>       -e 's|@''REPLACE_WCWIDTH''@|0|g' \
>       -e 's|@''REPLACE_WCSWIDTH''@|0|g' \
>       -e '/definitions of _GL_FUNCDECL_RPL/r c++defs.h' \
>       -e '/definition of _GL_ARG_NONNULL/r arg-nonnull.h' \
>       -e '/definition of _GL_WARN_ON_USE/r warn-on-use.h'; \
> } > wchar.h-t && \
> mv wchar.h-t wchar.h
> make  all-recursive
> make[3]: Entering directory 
> '/var/tmp/portage/net-dns/libidn-1.29/work/libidn-1.29-abi_x86_64.amd64/gltests'
> Making all in .
> make[4]: Entering directory 
> '/var/tmp/portage/net-dns/libidn-1.29/work/libidn-1.29-abi_x86_64.amd64/gltests'
> make[4]: Nothing to be done for 'all-am'.
> make[4]: Leaving directory 
> '/var/tmp/portage/net-dns/libidn-1.29/work/libidn-1.29-abi_x86_64.amd64/gltests'
> make[3]: Leaving directory 
> '/var/tmp/portage/net-dns/libidn-1.29/work/libidn-1.29-abi_x86_64.amd64/gltests'
> make[2]: Leaving directory 
> '/var/tmp/portage/net-dns/libidn-1.29/work/libidn-1.29-abi_x86_64.amd64/gltests'
> Making all in lib/gltests
> make[2]: Entering directory 
> '/var/tmp/portage/net-dns/libidn-1.29/work/libidn-1.29-abi_x86_64.amd64/lib/gltests'
> rm -f alloca.h-t alloca.h && \
> { echo '/* DO NOT EDIT! GENERATED AUTOMATICALLY! */'; \
>   cat 
> /var/tmp/portage/net-dns/libidn-1.29/work/libidn-1.29/lib/gltests/alloca.in.h;
>  \
> } > alloca.h-t && \
> mv -f alloca.h-t alloca.h
> rm -f c++defs.h-t c++defs.h && \
> sed -n -e '/_GL_CXXDEFS/,$p' \
>   < 
> /var/tmp/portage/net-dns/libidn-1.29/work/libidn-1.29/build-aux/snippet/c++defs.h
>  \
>   > c++defs.h-t && \
> mv c++defs.h-t c++defs.h
> rm -f warn-on-use.h-t warn-on-use.h && \
> sed -n -e '/^.ifndef/,$p' \
>   < 
> /var/tmp/portage/net-dns/libidn-1.29/work/libidn-1.29/build-aux/snippet/warn-on-use.h
>  \
>   > warn-on-use.h-t && \
> mv warn-on-use.h-t warn-on-use.h
> rm -f arg-nonnull.h-t arg-nonnull.h && \
> sed -n -e '/GL_ARG_NONNULL/,$p' \
>   < 
> /var/tmp/portage/net-dns/libidn-1.29/work/libidn-1.29/build-aux/snippet/arg-nonnull.h
>  \
>   > arg-nonnull.h-t && \
> mv arg-nonnull.h-t arg-nonnull.h
> rm -f unused-parameter.h-t unused-parameter.h && \
> sed -n -e '/GL_UNUSED_PARAMETER/,$p' \
>   < 
> /var/tmp/portage/net-dns/libidn-1.29/work/libidn-1.29/build-aux/snippet/unused-parameter.h
>  \
>   > unused-parameter.h-t && \
> mv unused-parameter.h-t unused-parameter.h
> rm -f inttypes.h-t inttypes.h && \
> { echo '/* DO NOT EDIT! GENERATED AUTOMATICALLY! */'; \
>   sed -e 's/@''HAVE_INTTYPES_H''@/1/g' \
>       -e 's|@''INCLUDE_NEXT''@|include_next|g' \
>       -e 's|@''PRAGMA_SYSTEM_HEADER''@|#pragma GCC system_header|g' \
>       -e 's|@''PRAGMA_COLUMNS''@||g' \
>       -e 's|@''NEXT_INTTYPES_H''@|<inttypes.h>|g' \
>       -e 's/@''PRI_MACROS_BROKEN''@/0/g' \
>       -e 's/@''APPLE_UNIVERSAL_BUILD''@/0/g' \
>       -e 's/@''HAVE_LONG_LONG_INT''@/1/g' \
>       -e 's/@''HAVE_UNSIGNED_LONG_LONG_INT''@/1/g' \
>       -e 's/@''PRIPTR_PREFIX''@/"l"/g' \
>       -e 's/@''GNULIB_IMAXABS''@/0/g' \
>       -e 's/@''GNULIB_IMAXDIV''@/0/g' \
>       -e 's/@''GNULIB_STRTOIMAX''@/0/g' \
>       -e 's/@''GNULIB_STRTOUMAX''@/0/g' \
>       -e 's/@''HAVE_DECL_IMAXABS''@/1/g' \
>       -e 's/@''HAVE_DECL_IMAXDIV''@/1/g' \
>       -e 's/@''HAVE_DECL_STRTOIMAX''@/1/g' \
>       -e 's/@''HAVE_DECL_STRTOUMAX''@/1/g' \
>       -e 's/@''REPLACE_STRTOIMAX''@/0/g' \
>       -e 's/@''REPLACE_STRTOUMAX''@/0/g' \
>       -e 's/@''INT32_MAX_LT_INTMAX_MAX''@/1/g' \
>       -e 's/@''INT64_MAX_EQ_LONG_MAX''@/1/g' \
>       -e 's/@''UINT32_MAX_LT_UINTMAX_MAX''@/1/g' \
>       -e 's/@''UINT64_MAX_EQ_ULONG_MAX''@/1/g' \
>       -e '/definitions of _GL_FUNCDECL_RPL/r c++defs.h' \
>       -e '/definition of _GL_ARG_NONNULL/r arg-nonnull.h' \
>       -e '/definition of _GL_WARN_ON_USE/r warn-on-use.h' \
>       < 
> /var/tmp/portage/net-dns/libidn-1.29/work/libidn-1.29/lib/gltests/inttypes.in.h;
>  \
> } > inttypes.h-t && \
> mv inttypes.h-t inttypes.h
> rm -f locale.h-t locale.h && \
> { echo '/* DO NOT EDIT! GENERATED AUTOMATICALLY! */' && \
>   sed -e 's|@''GUARD_PREFIX''@|GL_LGL|g' \
>       -e 's|@''INCLUDE_NEXT''@|include_next|g' \
>       -e 's|@''PRAGMA_SYSTEM_HEADER''@|#pragma GCC system_header|g' \
>       -e 's|@''PRAGMA_COLUMNS''@||g' \
>       -e 's|@''NEXT_LOCALE_H''@|<locale.h>|g' \
>       -e 's/@''GNULIB_LOCALECONV''@/0/g' \
>       -e 's/@''GNULIB_SETLOCALE''@/IN_LIBIDN_GNULIB_TESTS/g' \
>       -e 's/@''GNULIB_DUPLOCALE''@/0/g' \
>       -e 's|@''HAVE_DUPLOCALE''@|1|g' \
>       -e 's|@''HAVE_XLOCALE_H''@|1|g' \
>       -e 's|@''REPLACE_LOCALECONV''@|0|g' \
>       -e 's|@''REPLACE_SETLOCALE''@|0|g' \
>       -e 's|@''REPLACE_DUPLOCALE''@|0|g' \
>       -e 's|@''REPLACE_STRUCT_LCONV''@|0|g' \
>       -e '/definitions of _GL_FUNCDECL_RPL/r c++defs.h' \
>       -e '/definition of _GL_ARG_NONNULL/r arg-nonnull.h' \
>       -e '/definition of _GL_WARN_ON_USE/r warn-on-use.h' \
>       < 
> /var/tmp/portage/net-dns/libidn-1.29/work/libidn-1.29/lib/gltests/locale.in.h;
>  \
> } > locale.h-t && \
> mv locale.h-t locale.h
> rm -f stdlib.h-t stdlib.h && \
> { echo '/* DO NOT EDIT! GENERATED AUTOMATICALLY! */' && \
>   sed -e 's|@''GUARD_PREFIX''@|GL_LGL|g' \
>       -e 's|@''INCLUDE_NEXT''@|include_next|g' \
>       -e 's|@''PRAGMA_SYSTEM_HEADER''@|#pragma GCC system_header|g' \
>       -e 's|@''PRAGMA_COLUMNS''@||g' \
>       -e 's|@''NEXT_STDLIB_H''@|<stdlib.h>|g' \
>       -e 's/@''GNULIB__EXIT''@/0/g' \
>       -e 's/@''GNULIB_ATOLL''@/0/g' \
>       -e 's/@''GNULIB_CALLOC_POSIX''@/0/g' \
>       -e 's/@''GNULIB_CANONICALIZE_FILE_NAME''@/0/g' \
>       -e 's/@''GNULIB_GETLOADAVG''@/0/g' \
>       -e 's/@''GNULIB_GETSUBOPT''@/0/g' \
>       -e 's/@''GNULIB_GRANTPT''@/0/g' \
>       -e 's/@''GNULIB_MALLOC_POSIX''@/(IN_LIBIDN_GNULIB_TESTS || 
> IN_LIBIDN_GNULIB_TESTS)/g' \
>       -e 's/@''GNULIB_MBTOWC''@/0/g' \
>       -e 's/@''GNULIB_MKDTEMP''@/0/g' \
>       -e 's/@''GNULIB_MKOSTEMP''@/0/g' \
>       -e 's/@''GNULIB_MKOSTEMPS''@/0/g' \
>       -e 's/@''GNULIB_MKSTEMP''@/0/g' \
>       -e 's/@''GNULIB_MKSTEMPS''@/0/g' \
>       -e 's/@''GNULIB_POSIX_OPENPT''@/0/g' \
>       -e 's/@''GNULIB_PTSNAME''@/0/g' \
>       -e 's/@''GNULIB_PTSNAME_R''@/0/g' \
>       -e 's/@''GNULIB_PUTENV''@/(IN_LIBIDN_GNULIB_TESTS || 
> IN_LIBIDN_GNULIB_TESTS)/g' \
>       -e 's/@''GNULIB_RANDOM''@/0/g' \
>       -e 's/@''GNULIB_RANDOM_R''@/0/g' \
>       -e 's/@''GNULIB_REALLOC_POSIX''@/0/g' \
>       -e 's/@''GNULIB_REALPATH''@/0/g' \
>       -e 's/@''GNULIB_RPMATCH''@/0/g' \
>       -e 's/@''GNULIB_SECURE_GETENV''@/0/g' \
>       -e 's/@''GNULIB_SETENV''@/(IN_LIBIDN_GNULIB_TESTS || 
> IN_LIBIDN_GNULIB_TESTS)/g' \
>       -e 's/@''GNULIB_STRTOD''@/0/g' \
>       -e 's/@''GNULIB_STRTOLL''@/0/g' \
>       -e 's/@''GNULIB_STRTOULL''@/0/g' \
>       -e 's/@''GNULIB_SYSTEM_POSIX''@/0/g' \
>       -e 's/@''GNULIB_UNLOCKPT''@/0/g' \
>       -e 's/@''GNULIB_UNSETENV''@/(IN_LIBIDN_GNULIB_TESTS || 
> IN_LIBIDN_GNULIB_TESTS)/g' \
>       -e 's/@''GNULIB_WCTOMB''@/0/g' \
>       < 
> /var/tmp/portage/net-dns/libidn-1.29/work/libidn-1.29/lib/gltests/stdlib.in.h 
> | \
>   sed -e 's|@''HAVE__EXIT''@|1|g' \
>       -e 's|@''HAVE_ATOLL''@|1|g' \
>       -e 's|@''HAVE_CANONICALIZE_FILE_NAME''@|1|g' \
>       -e 's|@''HAVE_DECL_GETLOADAVG''@|1|g' \
>       -e 's|@''HAVE_GETSUBOPT''@|1|g' \
>       -e 's|@''HAVE_GRANTPT''@|1|g' \
>       -e 's|@''HAVE_MKDTEMP''@|1|g' \
>       -e 's|@''HAVE_MKOSTEMP''@|1|g' \
>       -e 's|@''HAVE_MKOSTEMPS''@|1|g' \
>       -e 's|@''HAVE_MKSTEMP''@|1|g' \
>       -e 's|@''HAVE_MKSTEMPS''@|1|g' \
>       -e 's|@''HAVE_POSIX_OPENPT''@|1|g' \
>       -e 's|@''HAVE_PTSNAME''@|1|g' \
>       -e 's|@''HAVE_PTSNAME_R''@|1|g' \
>       -e 's|@''HAVE_RANDOM''@|1|g' \
>       -e 's|@''HAVE_RANDOM_H''@|1|g' \
>       -e 's|@''HAVE_RANDOM_R''@|1|g' \
>       -e 's|@''HAVE_REALPATH''@|1|g' \
>       -e 's|@''HAVE_RPMATCH''@|1|g' \
>       -e 's|@''HAVE_SECURE_GETENV''@|1|g' \
>       -e 's|@''HAVE_DECL_SETENV''@|1|g' \
>       -e 's|@''HAVE_STRTOD''@|1|g' \
>       -e 's|@''HAVE_STRTOLL''@|1|g' \
>       -e 's|@''HAVE_STRTOULL''@|1|g' \
>       -e 's|@''HAVE_STRUCT_RANDOM_DATA''@|1|g' \
>       -e 's|@''HAVE_SYS_LOADAVG_H''@|0|g' \
>       -e 's|@''HAVE_UNLOCKPT''@|1|g' \
>       -e 's|@''HAVE_DECL_UNSETENV''@|1|g' \
>       -e 's|@''REPLACE_CALLOC''@|0|g' \
>       -e 's|@''REPLACE_CANONICALIZE_FILE_NAME''@|0|g' \
>       -e 's|@''REPLACE_MALLOC''@|0|g' \
>       -e 's|@''REPLACE_MBTOWC''@|0|g' \
>       -e 's|@''REPLACE_MKSTEMP''@|0|g' \
>       -e 's|@''REPLACE_PTSNAME''@|0|g' \
>       -e 's|@''REPLACE_PTSNAME_R''@|0|g' \
>       -e 's|@''REPLACE_PUTENV''@|0|g' \
>       -e 's|@''REPLACE_RANDOM_R''@|0|g' \
>       -e 's|@''REPLACE_REALLOC''@|0|g' \
>       -e 's|@''REPLACE_REALPATH''@|0|g' \
>       -e 's|@''REPLACE_SETENV''@|0|g' \
>       -e 's|@''REPLACE_STRTOD''@|0|g' \
>       -e 's|@''REPLACE_UNSETENV''@|0|g' \
>       -e 's|@''REPLACE_WCTOMB''@|0|g' \
>       -e '/definitions of _GL_FUNCDECL_RPL/r c++defs.h' \
>       -e '/definition of _Noreturn/r 
> /var/tmp/portage/net-dns/libidn-1.29/work/libidn-1.29/build-aux/snippet/_Noreturn.h'
>  \
>       -e '/definition of _GL_ARG_NONNULL/r arg-nonnull.h' \
>       -e '/definition of _GL_WARN_ON_USE/r warn-on-use.h'; \
> } > stdlib.h-t && \
> mv stdlib.h-t stdlib.h
> rm -f unistd.h-t unistd.h && \
> { echo '/* DO NOT EDIT! GENERATED AUTOMATICALLY! */'; \
>   sed -e 's|@''GUARD_PREFIX''@|GL_LGL|g' \
>       -e 's|@''HAVE_UNISTD_H''@|1|g' \
>       -e 's|@''INCLUDE_NEXT''@|include_next|g' \
>       -e 's|@''PRAGMA_SYSTEM_HEADER''@|#pragma GCC system_header|g' \
>       -e 's|@''PRAGMA_COLUMNS''@||g' \
>       -e 's|@''NEXT_UNISTD_H''@|<unistd.h>|g' \
>       -e 's|@''WINDOWS_64_BIT_OFF_T''@|0|g' \
>       -e 's/@''GNULIB_CHDIR''@/0/g' \
>       -e 's/@''GNULIB_CHOWN''@/0/g' \
>       -e 's/@''GNULIB_CLOSE''@/IN_LIBIDN_GNULIB_TESTS/g' \
>       -e 's/@''GNULIB_DUP''@/0/g' \
>       -e 's/@''GNULIB_DUP2''@/IN_LIBIDN_GNULIB_TESTS/g' \
>       -e 's/@''GNULIB_DUP3''@/0/g' \
>       -e 's/@''GNULIB_ENVIRON''@/(IN_LIBIDN_GNULIB_TESTS || 
> IN_LIBIDN_GNULIB_TESTS)/g' \
>       -e 's/@''GNULIB_EUIDACCESS''@/0/g' \
>       -e 's/@''GNULIB_FACCESSAT''@/0/g' \
>       -e 's/@''GNULIB_FCHDIR''@/0/g' \
>       -e 's/@''GNULIB_FCHOWNAT''@/0/g' \
>       -e 's/@''GNULIB_FDATASYNC''@/0/g' \
>       -e 's/@''GNULIB_FSYNC''@/0/g' \
>       -e 's/@''GNULIB_FTRUNCATE''@/0/g' \
>       -e 's/@''GNULIB_GETCWD''@/IN_LIBIDN_GNULIB_TESTS/g' \
>       -e 's/@''GNULIB_GETDOMAINNAME''@/0/g' \
>       -e 's/@''GNULIB_GETDTABLESIZE''@/IN_LIBIDN_GNULIB_TESTS/g' \
>       -e 's/@''GNULIB_GETGROUPS''@/0/g' \
>       -e 's/@''GNULIB_GETHOSTNAME''@/0/g' \
>       -e 's/@''GNULIB_GETLOGIN''@/0/g' \
>       -e 's/@''GNULIB_GETLOGIN_R''@/0/g' \
>       -e 's/@''GNULIB_GETPAGESIZE''@/0/g' \
>       -e 's/@''GNULIB_GETUSERSHELL''@/0/g' \
>       -e 's/@''GNULIB_GROUP_MEMBER''@/0/g' \
>       -e 's/@''GNULIB_ISATTY''@/0/g' \
>       -e 's/@''GNULIB_LCHOWN''@/0/g' \
>       -e 's/@''GNULIB_LINK''@/0/g' \
>       -e 's/@''GNULIB_LINKAT''@/0/g' \
>       -e 's/@''GNULIB_LSEEK''@/0/g' \
>       -e 's/@''GNULIB_PIPE''@/0/g' \
>       -e 's/@''GNULIB_PIPE2''@/0/g' \
>       -e 's/@''GNULIB_PREAD''@/0/g' \
>       -e 's/@''GNULIB_PWRITE''@/0/g' \
>       -e 's/@''GNULIB_READ''@/0/g' \
>       -e 's/@''GNULIB_READLINK''@/0/g' \
>       -e 's/@''GNULIB_READLINKAT''@/0/g' \
>       -e 's/@''GNULIB_RMDIR''@/0/g' \
>       -e 's/@''GNULIB_SETHOSTNAME''@/0/g' \
>       -e 's/@''GNULIB_SLEEP''@/0/g' \
>       -e 's/@''GNULIB_SYMLINK''@/IN_LIBIDN_GNULIB_TESTS/g' \
>       -e 's/@''GNULIB_SYMLINKAT''@/0/g' \
>       -e 's/@''GNULIB_TTYNAME_R''@/0/g' \
>       -e 's/@''GNULIB_UNISTD_H_GETOPT''@/0/g' \
>       -e 's/@''GNULIB_UNISTD_H_NONBLOCKING''@/0/g' \
>       -e 's/@''GNULIB_UNISTD_H_SIGPIPE''@/0/g' \
>       -e 's/@''GNULIB_UNLINK''@/0/g' \
>       -e 's/@''GNULIB_UNLINKAT''@/0/g' \
>       -e 's/@''GNULIB_USLEEP''@/0/g' \
>       -e 's/@''GNULIB_WRITE''@/0/g' \
>       < 
> /var/tmp/portage/net-dns/libidn-1.29/work/libidn-1.29/lib/gltests/unistd.in.h 
> | \
>   sed -e 's|@''HAVE_CHOWN''@|1|g' \
>       -e 's|@''HAVE_DUP2''@|1|g' \
>       -e 's|@''HAVE_DUP3''@|1|g' \
>       -e 's|@''HAVE_EUIDACCESS''@|1|g' \
>       -e 's|@''HAVE_FACCESSAT''@|1|g' \
>       -e 's|@''HAVE_FCHDIR''@|1|g' \
>       -e 's|@''HAVE_FCHOWNAT''@|1|g' \
>       -e 's|@''HAVE_FDATASYNC''@|1|g' \
>       -e 's|@''HAVE_FSYNC''@|1|g' \
>       -e 's|@''HAVE_FTRUNCATE''@|1|g' \
>       -e 's|@''HAVE_GETDTABLESIZE''@|1|g' \
>       -e 's|@''HAVE_GETGROUPS''@|1|g' \
>       -e 's|@''HAVE_GETHOSTNAME''@|1|g' \
>       -e 's|@''HAVE_GETLOGIN''@|1|g' \
>       -e 's|@''HAVE_GETPAGESIZE''@|1|g' \
>       -e 's|@''HAVE_GROUP_MEMBER''@|1|g' \
>       -e 's|@''HAVE_LCHOWN''@|1|g' \
>       -e 's|@''HAVE_LINK''@|1|g' \
>       -e 's|@''HAVE_LINKAT''@|1|g' \
>       -e 's|@''HAVE_PIPE''@|1|g' \
>       -e 's|@''HAVE_PIPE2''@|1|g' \
>       -e 's|@''HAVE_PREAD''@|1|g' \
>       -e 's|@''HAVE_PWRITE''@|1|g' \
>       -e 's|@''HAVE_READLINK''@|1|g' \
>       -e 's|@''HAVE_READLINKAT''@|1|g' \
>       -e 's|@''HAVE_SETHOSTNAME''@|1|g' \
>       -e 's|@''HAVE_SLEEP''@|1|g' \
>       -e 's|@''HAVE_SYMLINK''@|1|g' \
>       -e 's|@''HAVE_SYMLINKAT''@|1|g' \
>       -e 's|@''HAVE_UNLINKAT''@|1|g' \
>       -e 's|@''HAVE_USLEEP''@|1|g' \
>       -e 's|@''HAVE_DECL_ENVIRON''@|1|g' \
>       -e 's|@''HAVE_DECL_FCHDIR''@|1|g' \
>       -e 's|@''HAVE_DECL_FDATASYNC''@|1|g' \
>       -e 's|@''HAVE_DECL_GETDOMAINNAME''@|1|g' \
>       -e 's|@''HAVE_DECL_GETLOGIN_R''@|1|g' \
>       -e 's|@''HAVE_DECL_GETPAGESIZE''@|1|g' \
>       -e 's|@''HAVE_DECL_GETUSERSHELL''@|1|g' \
>       -e 's|@''HAVE_DECL_SETHOSTNAME''@|1|g' \
>       -e 's|@''HAVE_DECL_TTYNAME_R''@|1|g' \
>       -e 's|@''HAVE_OS_H''@|0|g' \
>       -e 's|@''HAVE_SYS_PARAM_H''@|0|g' \
>   | \
>   sed -e 's|@''REPLACE_CHOWN''@|0|g' \
>       -e 's|@''REPLACE_CLOSE''@|0|g' \
>       -e 's|@''REPLACE_DUP''@|0|g' \
>       -e 's|@''REPLACE_DUP2''@|0|g' \
>       -e 's|@''REPLACE_FCHOWNAT''@|0|g' \
>       -e 's|@''REPLACE_FTRUNCATE''@|0|g' \
>       -e 's|@''REPLACE_GETCWD''@|0|g' \
>       -e 's|@''REPLACE_GETDOMAINNAME''@|0|g' \
>       -e 's|@''REPLACE_GETDTABLESIZE''@|0|g' \
>       -e 's|@''REPLACE_GETLOGIN_R''@|0|g' \
>       -e 's|@''REPLACE_GETGROUPS''@|0|g' \
>       -e 's|@''REPLACE_GETPAGESIZE''@|0|g' \
>       -e 's|@''REPLACE_ISATTY''@|0|g' \
>       -e 's|@''REPLACE_LCHOWN''@|0|g' \
>       -e 's|@''REPLACE_LINK''@|0|g' \
>       -e 's|@''REPLACE_LINKAT''@|0|g' \
>       -e 's|@''REPLACE_LSEEK''@|0|g' \
>       -e 's|@''REPLACE_PREAD''@|0|g' \
>       -e 's|@''REPLACE_PWRITE''@|0|g' \
>       -e 's|@''REPLACE_READ''@|0|g' \
>       -e 's|@''REPLACE_READLINK''@|0|g' \
>       -e 's|@''REPLACE_RMDIR''@|0|g' \
>       -e 's|@''REPLACE_SLEEP''@|0|g' \
>       -e 's|@''REPLACE_SYMLINK''@|0|g' \
>       -e 's|@''REPLACE_TTYNAME_R''@|0|g' \
>       -e 's|@''REPLACE_UNLINK''@|0|g' \
>       -e 's|@''REPLACE_UNLINKAT''@|0|g' \
>       -e 's|@''REPLACE_USLEEP''@|0|g' \
>       -e 's|@''REPLACE_WRITE''@|0|g' \
>       -e 's|@''UNISTD_H_HAVE_WINSOCK2_H''@|0|g' \
>       -e 's|@''UNISTD_H_HAVE_WINSOCK2_H_AND_USE_SOCKETS''@|0|g' \
>       -e '/definitions of _GL_FUNCDECL_RPL/r c++defs.h' \
>       -e '/definition of _GL_ARG_NONNULL/r arg-nonnull.h' \
>       -e '/definition of _GL_WARN_ON_USE/r warn-on-use.h'; \
> } > unistd.h-t && \
> mv unistd.h-t unistd.h
> rm -f wchar.h-t wchar.h && \
> { echo '/* DO NOT EDIT! GENERATED AUTOMATICALLY! */'; \
>   sed -e 's|@''GUARD_PREFIX''@|GL_LGL|g' \
>       -e 's|@''INCLUDE_NEXT''@|include_next|g' \
>       -e 's|@''PRAGMA_SYSTEM_HEADER''@|#pragma GCC system_header|g' \
>       -e 's|@''PRAGMA_COLUMNS''@||g' \
>       -e 's|@''HAVE_FEATURES_H''@|1|g' \
>       -e 's|@''NEXT_WCHAR_H''@|<wchar.h>|g' \
>       -e 's|@''HAVE_WCHAR_H''@|1|g' \
>       -e 's/@''GNULIB_BTOWC''@/0/g' \
>       -e 's/@''GNULIB_WCTOB''@/0/g' \
>       -e 's/@''GNULIB_MBSINIT''@/0/g' \
>       -e 's/@''GNULIB_MBRTOWC''@/0/g' \
>       -e 's/@''GNULIB_MBRLEN''@/0/g' \
>       -e 's/@''GNULIB_MBSRTOWCS''@/0/g' \
>       -e 's/@''GNULIB_MBSNRTOWCS''@/0/g' \
>       -e 's/@''GNULIB_WCRTOMB''@/0/g' \
>       -e 's/@''GNULIB_WCSRTOMBS''@/0/g' \
>       -e 's/@''GNULIB_WCSNRTOMBS''@/0/g' \
>       -e 's/@''GNULIB_WCWIDTH''@/0/g' \
>       -e 's/@''GNULIB_WMEMCHR''@/0/g' \
>       -e 's/@''GNULIB_WMEMCMP''@/0/g' \
>       -e 's/@''GNULIB_WMEMCPY''@/0/g' \
>       -e 's/@''GNULIB_WMEMMOVE''@/0/g' \
>       -e 's/@''GNULIB_WMEMSET''@/0/g' \
>       -e 's/@''GNULIB_WCSLEN''@/0/g' \
>       -e 's/@''GNULIB_WCSNLEN''@/0/g' \
>       -e 's/@''GNULIB_WCSCPY''@/0/g' \
>       -e 's/@''GNULIB_WCPCPY''@/0/g' \
>       -e 's/@''GNULIB_WCSNCPY''@/0/g' \
>       -e 's/@''GNULIB_WCPNCPY''@/0/g' \
>       -e 's/@''GNULIB_WCSCAT''@/0/g' \
>       -e 's/@''GNULIB_WCSNCAT''@/0/g' \
>       -e 's/@''GNULIB_WCSCMP''@/0/g' \
>       -e 's/@''GNULIB_WCSNCMP''@/0/g' \
>       -e 's/@''GNULIB_WCSCASECMP''@/0/g' \
>       -e 's/@''GNULIB_WCSNCASECMP''@/0/g' \
>       -e 's/@''GNULIB_WCSCOLL''@/0/g' \
>       -e 's/@''GNULIB_WCSXFRM''@/0/g' \
>       -e 's/@''GNULIB_WCSDUP''@/0/g' \
>       -e 's/@''GNULIB_WCSCHR''@/0/g' \
>       -e 's/@''GNULIB_WCSRCHR''@/0/g' \
>       -e 's/@''GNULIB_WCSCSPN''@/0/g' \
>       -e 's/@''GNULIB_WCSSPN''@/0/g' \
>       -e 's/@''GNULIB_WCSPBRK''@/0/g' \
>       -e 's/@''GNULIB_WCSSTR''@/0/g' \
>       -e 's/@''GNULIB_WCSTOK''@/0/g' \
>       -e 's/@''GNULIB_WCSWIDTH''@/0/g' \
>       < 
> /var/tmp/portage/net-dns/libidn-1.29/work/libidn-1.29/lib/gltests/wchar.in.h 
> | \
>   sed -e 's|@''HAVE_WINT_T''@|1|g' \
>       -e 's|@''HAVE_BTOWC''@|1|g' \
>       -e 's|@''HAVE_MBSINIT''@|1|g' \
>       -e 's|@''HAVE_MBRTOWC''@|1|g' \
>       -e 's|@''HAVE_MBRLEN''@|1|g' \
>       -e 's|@''HAVE_MBSRTOWCS''@|1|g' \
>       -e 's|@''HAVE_MBSNRTOWCS''@|1|g' \
>       -e 's|@''HAVE_WCRTOMB''@|1|g' \
>       -e 's|@''HAVE_WCSRTOMBS''@|1|g' \
>       -e 's|@''HAVE_WCSNRTOMBS''@|1|g' \
>       -e 's|@''HAVE_WMEMCHR''@|1|g' \
>       -e 's|@''HAVE_WMEMCMP''@|1|g' \
>       -e 's|@''HAVE_WMEMCPY''@|1|g' \
>       -e 's|@''HAVE_WMEMMOVE''@|1|g' \
>       -e 's|@''HAVE_WMEMSET''@|1|g' \
>       -e 's|@''HAVE_WCSLEN''@|1|g' \
>       -e 's|@''HAVE_WCSNLEN''@|1|g' \
>       -e 's|@''HAVE_WCSCPY''@|1|g' \
>       -e 's|@''HAVE_WCPCPY''@|1|g' \
>       -e 's|@''HAVE_WCSNCPY''@|1|g' \
>       -e 's|@''HAVE_WCPNCPY''@|1|g' \
>       -e 's|@''HAVE_WCSCAT''@|1|g' \
>       -e 's|@''HAVE_WCSNCAT''@|1|g' \
>       -e 's|@''HAVE_WCSCMP''@|1|g' \
>       -e 's|@''HAVE_WCSNCMP''@|1|g' \
>       -e 's|@''HAVE_WCSCASECMP''@|1|g' \
>       -e 's|@''HAVE_WCSNCASECMP''@|1|g' \
>       -e 's|@''HAVE_WCSCOLL''@|1|g' \
>       -e 's|@''HAVE_WCSXFRM''@|1|g' \
>       -e 's|@''HAVE_WCSDUP''@|1|g' \
>       -e 's|@''HAVE_WCSCHR''@|1|g' \
>       -e 's|@''HAVE_WCSRCHR''@|1|g' \
>       -e 's|@''HAVE_WCSCSPN''@|1|g' \
>       -e 's|@''HAVE_WCSSPN''@|1|g' \
>       -e 's|@''HAVE_WCSPBRK''@|1|g' \
>       -e 's|@''HAVE_WCSSTR''@|1|g' \
>       -e 's|@''HAVE_WCSTOK''@|1|g' \
>       -e 's|@''HAVE_WCSWIDTH''@|1|g' \
>       -e 's|@''HAVE_DECL_WCTOB''@|1|g' \
>       -e 's|@''HAVE_DECL_WCWIDTH''@|1|g' \
>   | \
>   sed -e 's|@''REPLACE_MBSTATE_T''@|0|g' \
>       -e 's|@''REPLACE_BTOWC''@|0|g' \
>       -e 's|@''REPLACE_WCTOB''@|0|g' \
>       -e 's|@''REPLACE_MBSINIT''@|0|g' \
>       -e 's|@''REPLACE_MBRTOWC''@|0|g' \
>       -e 's|@''REPLACE_MBRLEN''@|0|g' \
>       -e 's|@''REPLACE_MBSRTOWCS''@|0|g' \
>       -e 's|@''REPLACE_MBSNRTOWCS''@|0|g' \
>       -e 's|@''REPLACE_WCRTOMB''@|0|g' \
>       -e 's|@''REPLACE_WCSRTOMBS''@|0|g' \
>       -e 's|@''REPLACE_WCSNRTOMBS''@|0|g' \
>       -e 's|@''REPLACE_WCWIDTH''@|0|g' \
>       -e 's|@''REPLACE_WCSWIDTH''@|0|g' \
>       -e '/definitions of _GL_FUNCDECL_RPL/r c++defs.h' \
>       -e '/definition of _GL_ARG_NONNULL/r arg-nonnull.h' \
>       -e '/definition of _GL_WARN_ON_USE/r warn-on-use.h'; \
> } > wchar.h-t && \
> mv wchar.h-t wchar.h
> make  all-recursive
> make[3]: Entering directory 
> '/var/tmp/portage/net-dns/libidn-1.29/work/libidn-1.29-abi_x86_64.amd64/lib/gltests'
> Making all in .
> make[4]: Entering directory 
> '/var/tmp/portage/net-dns/libidn-1.29/work/libidn-1.29-abi_x86_64.amd64/lib/gltests'
> make[4]: Nothing to be done for 'all-am'.
> make[4]: Leaving directory 
> '/var/tmp/portage/net-dns/libidn-1.29/work/libidn-1.29-abi_x86_64.amd64/lib/gltests'
> make[3]: Leaving directory 
> '/var/tmp/portage/net-dns/libidn-1.29/work/libidn-1.29-abi_x86_64.amd64/lib/gltests'
> make[2]: Leaving directory 
> '/var/tmp/portage/net-dns/libidn-1.29/work/libidn-1.29-abi_x86_64.amd64/lib/gltests'
> Making all in tests
> make[2]: Entering directory 
> '/var/tmp/portage/net-dns/libidn-1.29/work/libidn-1.29-abi_x86_64.amd64/tests'
> make[2]: Nothing to be done for 'all'.
> make[2]: Leaving directory 
> '/var/tmp/portage/net-dns/libidn-1.29/work/libidn-1.29-abi_x86_64.amd64/tests'
> Making all in examples
> make[2]: Entering directory 
> '/var/tmp/portage/net-dns/libidn-1.29/work/libidn-1.29-abi_x86_64.amd64/examples'
> x86_64-pc-linux-gnu-gcc -std=gnu99 -DHAVE_CONFIG_H -I. 
> -I/var/tmp/portage/net-dns/libidn-1.29/work/libidn-1.29/examples -I..  
> -I/var/tmp/portage/net-dns/libidn-1.29/work/libidn-1.29/lib -I../lib    
> -march=native -O2 -pipe -fomit-frame-pointer -c -o example.o 
> /var/tmp/portage/net-dns/libidn-1.29/work/libidn-1.29/examples/example.c
> x86_64-pc-linux-gnu-gcc -std=gnu99 -DHAVE_CONFIG_H -I. 
> -I/var/tmp/portage/net-dns/libidn-1.29/work/libidn-1.29/examples -I..  
> -I/var/tmp/portage/net-dns/libidn-1.29/work/libidn-1.29/lib -I../lib    
> -march=native -O2 -pipe -fomit-frame-pointer -c -o example2.o 
> /var/tmp/portage/net-dns/libidn-1.29/work/libidn-1.29/examples/example2.c
> x86_64-pc-linux-gnu-gcc -std=gnu99 -DHAVE_CONFIG_H -I. 
> -I/var/tmp/portage/net-dns/libidn-1.29/work/libidn-1.29/examples -I..  
> -I/var/tmp/portage/net-dns/libidn-1.29/work/libidn-1.29/lib -I../lib    
> -march=native -O2 -pipe -fomit-frame-pointer -c -o example3.o 
> /var/tmp/portage/net-dns/libidn-1.29/work/libidn-1.29/examples/example3.c
> x86_64-pc-linux-gnu-gcc -std=gnu99 -DHAVE_CONFIG_H -I. 
> -I/var/tmp/portage/net-dns/libidn-1.29/work/libidn-1.29/examples -I..  
> -I/var/tmp/portage/net-dns/libidn-1.29/work/libidn-1.29/lib -I../lib    
> -march=native -O2 -pipe -fomit-frame-pointer -c -o example4.o 
> /var/tmp/portage/net-dns/libidn-1.29/work/libidn-1.29/examples/example4.c
> x86_64-pc-linux-gnu-gcc -std=gnu99 -DHAVE_CONFIG_H -I. 
> -I/var/tmp/portage/net-dns/libidn-1.29/work/libidn-1.29/examples -I..  
> -I/var/tmp/portage/net-dns/libidn-1.29/work/libidn-1.29/lib -I../lib    
> -march=native -O2 -pipe -fomit-frame-pointer -c -o example5.o 
> /var/tmp/portage/net-dns/libidn-1.29/work/libidn-1.29/examples/example5.c
> /bin/sh ../libtool  --tag=CC   --mode=link x86_64-pc-linux-gnu-gcc -std=gnu99 
>   -march=native -O2 -pipe -fomit-frame-pointer  -Wl,--as-needed -o example 
> example.o ../lib/libidn.la 
> /bin/sh ../libtool  --tag=CC   --mode=link x86_64-pc-linux-gnu-gcc -std=gnu99 
>   -march=native -O2 -pipe -fomit-frame-pointer  -Wl,--as-needed -o example2 
> example2.o ../lib/libidn.la 
> libtool: link: x86_64-pc-linux-gnu-gcc -std=gnu99 -march=native -O2 -pipe 
> -fomit-frame-pointer -Wl,--as-needed -o .libs/example example.o  
> ../lib/.libs/libidn.so
> /bin/sh ../libtool  --tag=CC   --mode=link x86_64-pc-linux-gnu-gcc -std=gnu99 
>   -march=native -O2 -pipe -fomit-frame-pointer  -Wl,--as-needed -o example3 
> example3.o ../lib/libidn.la 
> /bin/sh ../libtool  --tag=CC   --mode=link x86_64-pc-linux-gnu-gcc -std=gnu99 
>   -march=native -O2 -pipe -fomit-frame-pointer  -Wl,--as-needed -o example4 
> example4.o ../lib/libidn.la 
> libtool: link: x86_64-pc-linux-gnu-gcc -std=gnu99 -march=native -O2 -pipe 
> -fomit-frame-pointer -Wl,--as-needed -o .libs/example2 example2.o  
> ../lib/.libs/libidn.so
> libtool: link: x86_64-pc-linux-gnu-gcc -std=gnu99 -march=native -O2 -pipe 
> -fomit-frame-pointer -Wl,--as-needed -o .libs/example3 example3.o  
> ../lib/.libs/libidn.so
> libtool: link: x86_64-pc-linux-gnu-gcc -std=gnu99 -march=native -O2 -pipe 
> -fomit-frame-pointer -Wl,--as-needed -o .libs/example4 example4.o  
> ../lib/.libs/libidn.so
> /bin/sh ../libtool  --tag=CC   --mode=link x86_64-pc-linux-gnu-gcc -std=gnu99 
>   -march=native -O2 -pipe -fomit-frame-pointer  -Wl,--as-needed -o example5 
> example5.o ../lib/libidn.la 
> libtool: link: x86_64-pc-linux-gnu-gcc -std=gnu99 -march=native -O2 -pipe 
> -fomit-frame-pointer -Wl,--as-needed -o .libs/example5 example5.o  
> ../lib/.libs/libidn.so
> make[2]: Leaving directory 
> '/var/tmp/portage/net-dns/libidn-1.29/work/libidn-1.29-abi_x86_64.amd64/examples'
> Making all in java
> make[2]: Entering directory 
> '/var/tmp/portage/net-dns/libidn-1.29/work/libidn-1.29-abi_x86_64.amd64/java'
> Making all in src
> make[3]: Entering directory 
> '/var/tmp/portage/net-dns/libidn-1.29/work/libidn-1.29-abi_x86_64.amd64/java/src'
> Making all in main
> make[4]: Entering directory 
> '/var/tmp/portage/net-dns/libidn-1.29/work/libidn-1.29-abi_x86_64.amd64/java/src/main'
> Making all in java
> make[5]: Entering directory 
> '/var/tmp/portage/net-dns/libidn-1.29/work/libidn-1.29-abi_x86_64.amd64/java/src/main/java'
> Making all in gnu
> make[6]: Entering directory 
> '/var/tmp/portage/net-dns/libidn-1.29/work/libidn-1.29-abi_x86_64.amd64/java/src/main/java/gnu'
> Making all in inet
> make[7]: Entering directory 
> '/var/tmp/portage/net-dns/libidn-1.29/work/libidn-1.29-abi_x86_64.amd64/java/src/main/java/gnu/inet'
> Making all in encoding
> make[8]: Entering directory 
> '/var/tmp/portage/net-dns/libidn-1.29/work/libidn-1.29-abi_x86_64.amd64/java/src/main/java/gnu/inet/encoding'
> echo timestamp > classnoinst.stamp
> make[8]: Leaving directory 
> '/var/tmp/portage/net-dns/libidn-1.29/work/libidn-1.29-abi_x86_64.amd64/java/src/main/java/gnu/inet/encoding'
> make[8]: Entering directory 
> '/var/tmp/portage/net-dns/libidn-1.29/work/libidn-1.29-abi_x86_64.amd64/java/src/main/java/gnu/inet'
> make[8]: Nothing to be done for 'all-am'.
> make[8]: Leaving directory 
> '/var/tmp/portage/net-dns/libidn-1.29/work/libidn-1.29-abi_x86_64.amd64/java/src/main/java/gnu/inet'
> make[7]: Leaving directory 
> '/var/tmp/portage/net-dns/libidn-1.29/work/libidn-1.29-abi_x86_64.amd64/java/src/main/java/gnu/inet'
> make[7]: Entering directory 
> '/var/tmp/portage/net-dns/libidn-1.29/work/libidn-1.29-abi_x86_64.amd64/java/src/main/java/gnu'
> make[7]: Nothing to be done for 'all-am'.
> make[7]: Leaving directory 
> '/var/tmp/portage/net-dns/libidn-1.29/work/libidn-1.29-abi_x86_64.amd64/java/src/main/java/gnu'
> make[6]: Leaving directory 
> '/var/tmp/portage/net-dns/libidn-1.29/work/libidn-1.29-abi_x86_64.amd64/java/src/main/java/gnu'
> Making all in .
> make[6]: Entering directory 
> '/var/tmp/portage/net-dns/libidn-1.29/work/libidn-1.29-abi_x86_64.amd64/java/src/main/java'
> make[6]: Nothing to be done for 'all-am'.
> make[6]: Leaving directory 
> '/var/tmp/portage/net-dns/libidn-1.29/work/libidn-1.29-abi_x86_64.amd64/java/src/main/java'
> make[5]: Leaving directory 
> '/var/tmp/portage/net-dns/libidn-1.29/work/libidn-1.29-abi_x86_64.amd64/java/src/main/java'
> make[5]: Entering directory 
> '/var/tmp/portage/net-dns/libidn-1.29/work/libidn-1.29-abi_x86_64.amd64/java/src/main'
> make[5]: Nothing to be done for 'all-am'.
> make[5]: Leaving directory 
> '/var/tmp/portage/net-dns/libidn-1.29/work/libidn-1.29-abi_x86_64.amd64/java/src/main'
> make[4]: Leaving directory 
> '/var/tmp/portage/net-dns/libidn-1.29/work/libidn-1.29-abi_x86_64.amd64/java/src/main'
> Making all in test
> make[4]: Entering directory 
> '/var/tmp/portage/net-dns/libidn-1.29/work/libidn-1.29-abi_x86_64.amd64/java/src/test'
> Making all in java
> make[5]: Entering directory 
> '/var/tmp/portage/net-dns/libidn-1.29/work/libidn-1.29-abi_x86_64.amd64/java/src/test/java'
> make[5]: Nothing to be done for 'all'.
> make[5]: Leaving directory 
> '/var/tmp/portage/net-dns/libidn-1.29/work/libidn-1.29-abi_x86_64.amd64/java/src/test/java'
> make[5]: Entering directory 
> '/var/tmp/portage/net-dns/libidn-1.29/work/libidn-1.29-abi_x86_64.amd64/java/src/test'
> make[5]: Nothing to be done for 'all-am'.
> make[5]: Leaving directory 
> '/var/tmp/portage/net-dns/libidn-1.29/work/libidn-1.29-abi_x86_64.amd64/java/src/test'
> make[4]: Leaving directory 
> '/var/tmp/portage/net-dns/libidn-1.29/work/libidn-1.29-abi_x86_64.amd64/java/src/test'
> Making all in util
> make[4]: Entering directory 
> '/var/tmp/portage/net-dns/libidn-1.29/work/libidn-1.29-abi_x86_64.amd64/java/src/util'
> Making all in java
> make[5]: Entering directory 
> '/var/tmp/portage/net-dns/libidn-1.29/work/libidn-1.29-abi_x86_64.amd64/java/src/util/java'
> echo timestamp > classnoinst.stamp
> make[5]: Leaving directory 
> '/var/tmp/portage/net-dns/libidn-1.29/work/libidn-1.29-abi_x86_64.amd64/java/src/util/java'
> make[5]: Entering directory 
> '/var/tmp/portage/net-dns/libidn-1.29/work/libidn-1.29-abi_x86_64.amd64/java/src/util'
> make[5]: Nothing to be done for 'all-am'.
> make[5]: Leaving directory 
> '/var/tmp/portage/net-dns/libidn-1.29/work/libidn-1.29-abi_x86_64.amd64/java/src/util'
> make[4]: Leaving directory 
> '/var/tmp/portage/net-dns/libidn-1.29/work/libidn-1.29-abi_x86_64.amd64/java/src/util'
> make[4]: Entering directory 
> '/var/tmp/portage/net-dns/libidn-1.29/work/libidn-1.29-abi_x86_64.amd64/java/src'
> make[4]: Nothing to be done for 'all-am'.
> make[4]: Leaving directory 
> '/var/tmp/portage/net-dns/libidn-1.29/work/libidn-1.29-abi_x86_64.amd64/java/src'
> make[3]: Leaving directory 
> '/var/tmp/portage/net-dns/libidn-1.29/work/libidn-1.29-abi_x86_64.amd64/java/src'
> make[3]: Entering directory 
> '/var/tmp/portage/net-dns/libidn-1.29/work/libidn-1.29-abi_x86_64.amd64/java'
> make[3]: Nothing to be done for 'all-am'.
> make[3]: Leaving directory 
> '/var/tmp/portage/net-dns/libidn-1.29/work/libidn-1.29-abi_x86_64.amd64/java'
> make[2]: Leaving directory 
> '/var/tmp/portage/net-dns/libidn-1.29/work/libidn-1.29-abi_x86_64.amd64/java'
> Making all in csharp
> make[2]: Entering directory 
> '/var/tmp/portage/net-dns/libidn-1.29/work/libidn-1.29-abi_x86_64.amd64/csharp'
> make[2]: Nothing to be done for 'all'.
> make[2]: Leaving directory 
> '/var/tmp/portage/net-dns/libidn-1.29/work/libidn-1.29-abi_x86_64.amd64/csharp'
> make[2]: Entering directory 
> '/var/tmp/portage/net-dns/libidn-1.29/work/libidn-1.29-abi_x86_64.amd64'
> make[2]: Leaving directory 
> '/var/tmp/portage/net-dns/libidn-1.29/work/libidn-1.29-abi_x86_64.amd64'
> make[1]: Leaving directory 
> '/var/tmp/portage/net-dns/libidn-1.29/work/libidn-1.29-abi_x86_64.amd64'
>>>> Source compiled.
>>>> Test phase: net-dns/libidn-1.29
>  * abi_x86_64.amd64: running multilib-minimal_abi_src_test
> make -j3   check
> if test -d /var/tmp/portage/net-dns/libidn-1.29/work/libidn-1.29/.git         
>                 \
>       && git --version >/dev/null 2>&1; then                  \
>   cd /var/tmp/portage/net-dns/libidn-1.29/work/libidn-1.29 &&                 
>                         \
>   git submodule --quiet foreach                                       \
>       'test "$(git rev-parse "$sha1")"                        \
>         = "$(git merge-base origin "$sha1")"'         \
>     || { echo 'maint.mk: found non-public submodule commit' >&2;      \
>        exit 1; };                                             \
> else                                                          \
>   : ;                                                         \
> fi
> Making check in gl
> make[1]: Entering directory 
> '/var/tmp/portage/net-dns/libidn-1.29/work/libidn-1.29-abi_x86_64.amd64/gl'
> make  check-recursive
> make[2]: Entering directory 
> '/var/tmp/portage/net-dns/libidn-1.29/work/libidn-1.29-abi_x86_64.amd64/gl'
> make[3]: Entering directory 
> '/var/tmp/portage/net-dns/libidn-1.29/work/libidn-1.29-abi_x86_64.amd64/gl'
> make[3]: Nothing to be done for 'check-am'.
> make[3]: Leaving directory 
> '/var/tmp/portage/net-dns/libidn-1.29/work/libidn-1.29-abi_x86_64.amd64/gl'
> make[2]: Leaving directory 
> '/var/tmp/portage/net-dns/libidn-1.29/work/libidn-1.29-abi_x86_64.amd64/gl'
> make[1]: Leaving directory 
> '/var/tmp/portage/net-dns/libidn-1.29/work/libidn-1.29-abi_x86_64.amd64/gl'
> Making check in lib/gl
> make[1]: Entering directory 
> '/var/tmp/portage/net-dns/libidn-1.29/work/libidn-1.29-abi_x86_64.amd64/lib/gl'
> make  check-recursive
> make[2]: Entering directory 
> '/var/tmp/portage/net-dns/libidn-1.29/work/libidn-1.29-abi_x86_64.amd64/lib/gl'
> make[3]: Entering directory 
> '/var/tmp/portage/net-dns/libidn-1.29/work/libidn-1.29-abi_x86_64.amd64/lib/gl'
> make[3]: Nothing to be done for 'check-am'.
> make[3]: Leaving directory 
> '/var/tmp/portage/net-dns/libidn-1.29/work/libidn-1.29-abi_x86_64.amd64/lib/gl'
> make[2]: Leaving directory 
> '/var/tmp/portage/net-dns/libidn-1.29/work/libidn-1.29-abi_x86_64.amd64/lib/gl'
> make[1]: Leaving directory 
> '/var/tmp/portage/net-dns/libidn-1.29/work/libidn-1.29-abi_x86_64.amd64/lib/gl'
> Making check in lib
> make[1]: Entering directory 
> '/var/tmp/portage/net-dns/libidn-1.29/work/libidn-1.29-abi_x86_64.amd64/lib'
> make  check-am
> make[2]: Entering directory 
> '/var/tmp/portage/net-dns/libidn-1.29/work/libidn-1.29-abi_x86_64.amd64/lib'
> make[2]: Nothing to be done for 'check-am'.
> make[2]: Leaving directory 
> '/var/tmp/portage/net-dns/libidn-1.29/work/libidn-1.29-abi_x86_64.amd64/lib'
> make[1]: Leaving directory 
> '/var/tmp/portage/net-dns/libidn-1.29/work/libidn-1.29-abi_x86_64.amd64/lib'
> Making check in po
> make[1]: Entering directory 
> '/var/tmp/portage/net-dns/libidn-1.29/work/libidn-1.29-abi_x86_64.amd64/po'
> make[1]: Nothing to be done for 'check'.
> make[1]: Leaving directory 
> '/var/tmp/portage/net-dns/libidn-1.29/work/libidn-1.29-abi_x86_64.amd64/po'
> Making check in src
> make[1]: Entering directory 
> '/var/tmp/portage/net-dns/libidn-1.29/work/libidn-1.29-abi_x86_64.amd64/src'
> make  check-am
> make[2]: Entering directory 
> '/var/tmp/portage/net-dns/libidn-1.29/work/libidn-1.29-abi_x86_64.amd64/src'
> make[2]: Nothing to be done for 'check-am'.
> make[2]: Leaving directory 
> '/var/tmp/portage/net-dns/libidn-1.29/work/libidn-1.29-abi_x86_64.amd64/src'
> make[1]: Leaving directory 
> '/var/tmp/portage/net-dns/libidn-1.29/work/libidn-1.29-abi_x86_64.amd64/src'
> Making check in doc
> make[1]: Entering directory 
> '/var/tmp/portage/net-dns/libidn-1.29/work/libidn-1.29-abi_x86_64.amd64/doc'
> make  check-recursive
> make[2]: Entering directory 
> '/var/tmp/portage/net-dns/libidn-1.29/work/libidn-1.29-abi_x86_64.amd64/doc'
> Making check in specifications
> make[3]: Entering directory 
> '/var/tmp/portage/net-dns/libidn-1.29/work/libidn-1.29-abi_x86_64.amd64/doc/specifications'
> make[3]: Nothing to be done for 'check'.
> make[3]: Leaving directory 
> '/var/tmp/portage/net-dns/libidn-1.29/work/libidn-1.29-abi_x86_64.amd64/doc/specifications'
> Making check in tld
> make[3]: Entering directory 
> '/var/tmp/portage/net-dns/libidn-1.29/work/libidn-1.29-abi_x86_64.amd64/doc/tld'
> make[3]: Nothing to be done for 'check'.
> make[3]: Leaving directory 
> '/var/tmp/portage/net-dns/libidn-1.29/work/libidn-1.29-abi_x86_64.amd64/doc/tld'
> Making check in java
> make[3]: Entering directory 
> '/var/tmp/portage/net-dns/libidn-1.29/work/libidn-1.29-abi_x86_64.amd64/doc/java'
> make[3]: Nothing to be done for 'check'.
> make[3]: Leaving directory 
> '/var/tmp/portage/net-dns/libidn-1.29/work/libidn-1.29-abi_x86_64.amd64/doc/java'
> Making check in cyclo
> make[3]: Entering directory 
> '/var/tmp/portage/net-dns/libidn-1.29/work/libidn-1.29-abi_x86_64.amd64/doc/cyclo'
> make[3]: Nothing to be done for 'check'.
> make[3]: Leaving directory 
> '/var/tmp/portage/net-dns/libidn-1.29/work/libidn-1.29-abi_x86_64.amd64/doc/cyclo'
> make[3]: Entering directory 
> '/var/tmp/portage/net-dns/libidn-1.29/work/libidn-1.29-abi_x86_64.amd64/doc'
> make[3]: Nothing to be done for 'check-am'.
> make[3]: Leaving directory 
> '/var/tmp/portage/net-dns/libidn-1.29/work/libidn-1.29-abi_x86_64.amd64/doc'
> make[2]: Leaving directory 
> '/var/tmp/portage/net-dns/libidn-1.29/work/libidn-1.29-abi_x86_64.amd64/doc'
> make[1]: Leaving directory 
> '/var/tmp/portage/net-dns/libidn-1.29/work/libidn-1.29-abi_x86_64.amd64/doc'
> Making check in gltests
> make[1]: Entering directory 
> '/var/tmp/portage/net-dns/libidn-1.29/work/libidn-1.29-abi_x86_64.amd64/gltests'
> make  check-recursive
> make[2]: Entering directory 
> '/var/tmp/portage/net-dns/libidn-1.29/work/libidn-1.29-abi_x86_64.amd64/gltests'
> Making check in .
> make[3]: Entering directory 
> '/var/tmp/portage/net-dns/libidn-1.29/work/libidn-1.29-abi_x86_64.amd64/gltests'
> make  libtests.a test-alloca-opt test-binary-io test-close test-dup2 
> test-environ test-errno test-fdopen test-fgetc test-fputc test-fread 
> test-fstat test-fwrite test-getcwd-lgpl test-getdtablesize test-getopt 
> test-gettimeofday test-ignore-value test-intprops test-inttypes test-lstat 
> test-malloca test-open test-pathmax test-setenv test-stat test-stdbool 
> test-stddef test-stdint test-stdio test-strerror test-symlink test-sys_time 
> test-sys_types test-unsetenv test-verify test-version-etc
> make[4]: Entering directory 
> '/var/tmp/portage/net-dns/libidn-1.29/work/libidn-1.29-abi_x86_64.amd64/gltests'
> x86_64-pc-linux-gnu-gcc -std=gnu99 -DHAVE_CONFIG_H -I. 
> -I/var/tmp/portage/net-dns/libidn-1.29/work/libidn-1.29/gltests -I..  
> -DIN_LIBIDN_GNULIB_TESTS=1 -I. 
> -I/var/tmp/portage/net-dns/libidn-1.29/work/libidn-1.29/gltests -I.. 
> -I/var/tmp/portage/net-dns/libidn-1.29/work/libidn-1.29/gltests/.. -I../gl 
> -I/var/tmp/portage/net-dns/libidn-1.29/work/libidn-1.29/gltests/../gl   
> -march=native -O2 -pipe -fomit-frame-pointer -c -o binary-io.o 
> /var/tmp/portage/net-dns/libidn-1.29/work/libidn-1.29/gltests/binary-io.c
> x86_64-pc-linux-gnu-gcc -std=gnu99 -DHAVE_CONFIG_H -I. 
> -I/var/tmp/portage/net-dns/libidn-1.29/work/libidn-1.29/gltests -I..  
> -DIN_LIBIDN_GNULIB_TESTS=1 -I. 
> -I/var/tmp/portage/net-dns/libidn-1.29/work/libidn-1.29/gltests -I.. 
> -I/var/tmp/portage/net-dns/libidn-1.29/work/libidn-1.29/gltests/.. -I../gl 
> -I/var/tmp/portage/net-dns/libidn-1.29/work/libidn-1.29/gltests/../gl   
> -march=native -O2 -pipe -fomit-frame-pointer -c -o fd-hook.o 
> /var/tmp/portage/net-dns/libidn-1.29/work/libidn-1.29/gltests/fd-hook.c
> x86_64-pc-linux-gnu-gcc -std=gnu99 -DHAVE_CONFIG_H -I. 
> -I/var/tmp/portage/net-dns/libidn-1.29/work/libidn-1.29/gltests -I..  
> -DIN_LIBIDN_GNULIB_TESTS=1 -I. 
> -I/var/tmp/portage/net-dns/libidn-1.29/work/libidn-1.29/gltests -I.. 
> -I/var/tmp/portage/net-dns/libidn-1.29/work/libidn-1.29/gltests/.. -I../gl 
> -I/var/tmp/portage/net-dns/libidn-1.29/work/libidn-1.29/gltests/../gl   
> -march=native -O2 -pipe -fomit-frame-pointer -c -o malloca.o 
> /var/tmp/portage/net-dns/libidn-1.29/work/libidn-1.29/gltests/malloca.c
> x86_64-pc-linux-gnu-gcc -std=gnu99 -DHAVE_CONFIG_H -I. 
> -I/var/tmp/portage/net-dns/libidn-1.29/work/libidn-1.29/gltests -I..  
> -DIN_LIBIDN_GNULIB_TESTS=1 -I. 
> -I/var/tmp/portage/net-dns/libidn-1.29/work/libidn-1.29/gltests -I.. 
> -I/var/tmp/portage/net-dns/libidn-1.29/work/libidn-1.29/gltests/.. -I../gl 
> -I/var/tmp/portage/net-dns/libidn-1.29/work/libidn-1.29/gltests/../gl   
> -march=native -O2 -pipe -fomit-frame-pointer -c -o version-etc-fsf.o 
> /var/tmp/portage/net-dns/libidn-1.29/work/libidn-1.29/gltests/version-etc-fsf.c
> x86_64-pc-linux-gnu-gcc -std=gnu99 -DHAVE_CONFIG_H -I. 
> -I/var/tmp/portage/net-dns/libidn-1.29/work/libidn-1.29/gltests -I..  
> -DIN_LIBIDN_GNULIB_TESTS=1 -I. 
> -I/var/tmp/portage/net-dns/libidn-1.29/work/libidn-1.29/gltests -I.. 
> -I/var/tmp/portage/net-dns/libidn-1.29/work/libidn-1.29/gltests/.. -I../gl 
> -I/var/tmp/portage/net-dns/libidn-1.29/work/libidn-1.29/gltests/../gl   
> -march=native -O2 -pipe -fomit-frame-pointer -c -o test-alloca-opt.o 
> /var/tmp/portage/net-dns/libidn-1.29/work/libidn-1.29/gltests/test-alloca-opt.c
> x86_64-pc-linux-gnu-gcc -std=gnu99 -DHAVE_CONFIG_H -I. 
> -I/var/tmp/portage/net-dns/libidn-1.29/work/libidn-1.29/gltests -I..  
> -DIN_LIBIDN_GNULIB_TESTS=1 -I. 
> -I/var/tmp/portage/net-dns/libidn-1.29/work/libidn-1.29/gltests -I.. 
> -I/var/tmp/portage/net-dns/libidn-1.29/work/libidn-1.29/gltests/.. -I../gl 
> -I/var/tmp/portage/net-dns/libidn-1.29/work/libidn-1.29/gltests/../gl   
> -march=native -O2 -pipe -fomit-frame-pointer -c -o test-binary-io.o 
> /var/tmp/portage/net-dns/libidn-1.29/work/libidn-1.29/gltests/test-binary-io.c
> x86_64-pc-linux-gnu-gcc -std=gnu99 -DHAVE_CONFIG_H -I. 
> -I/var/tmp/portage/net-dns/libidn-1.29/work/libidn-1.29/gltests -I..  
> -DIN_LIBIDN_GNULIB_TESTS=1 -I. 
> -I/var/tmp/portage/net-dns/libidn-1.29/work/libidn-1.29/gltests -I.. 
> -I/var/tmp/portage/net-dns/libidn-1.29/work/libidn-1.29/gltests/.. -I../gl 
> -I/var/tmp/portage/net-dns/libidn-1.29/work/libidn-1.29/gltests/../gl   
> -march=native -O2 -pipe -fomit-frame-pointer -c -o test-close.o 
> /var/tmp/portage/net-dns/libidn-1.29/work/libidn-1.29/gltests/test-close.c
> x86_64-pc-linux-gnu-gcc -std=gnu99 -DHAVE_CONFIG_H -I. 
> -I/var/tmp/portage/net-dns/libidn-1.29/work/libidn-1.29/gltests -I..  
> -DIN_LIBIDN_GNULIB_TESTS=1 -I. 
> -I/var/tmp/portage/net-dns/libidn-1.29/work/libidn-1.29/gltests -I.. 
> -I/var/tmp/portage/net-dns/libidn-1.29/work/libidn-1.29/gltests/.. -I../gl 
> -I/var/tmp/portage/net-dns/libidn-1.29/work/libidn-1.29/gltests/../gl   
> -march=native -O2 -pipe -fomit-frame-pointer -c -o test-dup2.o 
> /var/tmp/portage/net-dns/libidn-1.29/work/libidn-1.29/gltests/test-dup2.c
> x86_64-pc-linux-gnu-gcc -std=gnu99 -DHAVE_CONFIG_H -I. 
> -I/var/tmp/portage/net-dns/libidn-1.29/work/libidn-1.29/gltests -I..  
> -DIN_LIBIDN_GNULIB_TESTS=1 -I. 
> -I/var/tmp/portage/net-dns/libidn-1.29/work/libidn-1.29/gltests -I.. 
> -I/var/tmp/portage/net-dns/libidn-1.29/work/libidn-1.29/gltests/.. -I../gl 
> -I/var/tmp/portage/net-dns/libidn-1.29/work/libidn-1.29/gltests/../gl   
> -march=native -O2 -pipe -fomit-frame-pointer -c -o test-environ.o 
> /var/tmp/portage/net-dns/libidn-1.29/work/libidn-1.29/gltests/test-environ.c
> x86_64-pc-linux-gnu-gcc -std=gnu99 -DHAVE_CONFIG_H -I. 
> -I/var/tmp/portage/net-dns/libidn-1.29/work/libidn-1.29/gltests -I..  
> -DIN_LIBIDN_GNULIB_TESTS=1 -I. 
> -I/var/tmp/portage/net-dns/libidn-1.29/work/libidn-1.29/gltests -I.. 
> -I/var/tmp/portage/net-dns/libidn-1.29/work/libidn-1.29/gltests/.. -I../gl 
> -I/var/tmp/portage/net-dns/libidn-1.29/work/libidn-1.29/gltests/../gl   
> -march=native -O2 -pipe -fomit-frame-pointer -c -o test-errno.o 
> /var/tmp/portage/net-dns/libidn-1.29/work/libidn-1.29/gltests/test-errno.c
> x86_64-pc-linux-gnu-gcc -std=gnu99 -DHAVE_CONFIG_H -I. 
> -I/var/tmp/portage/net-dns/libidn-1.29/work/libidn-1.29/gltests -I..  
> -DIN_LIBIDN_GNULIB_TESTS=1 -I. 
> -I/var/tmp/portage/net-dns/libidn-1.29/work/libidn-1.29/gltests -I.. 
> -I/var/tmp/portage/net-dns/libidn-1.29/work/libidn-1.29/gltests/.. -I../gl 
> -I/var/tmp/portage/net-dns/libidn-1.29/work/libidn-1.29/gltests/../gl   
> -march=native -O2 -pipe -fomit-frame-pointer -c -o test-fdopen.o 
> /var/tmp/portage/net-dns/libidn-1.29/work/libidn-1.29/gltests/test-fdopen.c
> x86_64-pc-linux-gnu-gcc -std=gnu99 -DHAVE_CONFIG_H -I. 
> -I/var/tmp/portage/net-dns/libidn-1.29/work/libidn-1.29/gltests -I..  
> -DIN_LIBIDN_GNULIB_TESTS=1 -I. 
> -I/var/tmp/portage/net-dns/libidn-1.29/work/libidn-1.29/gltests -I.. 
> -I/var/tmp/portage/net-dns/libidn-1.29/work/libidn-1.29/gltests/.. -I../gl 
> -I/var/tmp/portage/net-dns/libidn-1.29/work/libidn-1.29/gltests/../gl   
> -march=native -O2 -pipe -fomit-frame-pointer -c -o test-fgetc.o 
> /var/tmp/portage/net-dns/libidn-1.29/work/libidn-1.29/gltests/test-fgetc.c
> x86_64-pc-linux-gnu-gcc -std=gnu99 -DHAVE_CONFIG_H -I. 
> -I/var/tmp/portage/net-dns/libidn-1.29/work/libidn-1.29/gltests -I..  
> -DIN_LIBIDN_GNULIB_TESTS=1 -I. 
> -I/var/tmp/portage/net-dns/libidn-1.29/work/libidn-1.29/gltests -I.. 
> -I/var/tmp/portage/net-dns/libidn-1.29/work/libidn-1.29/gltests/.. -I../gl 
> -I/var/tmp/portage/net-dns/libidn-1.29/work/libidn-1.29/gltests/../gl   
> -march=native -O2 -pipe -fomit-frame-pointer -c -o test-fputc.o 
> /var/tmp/portage/net-dns/libidn-1.29/work/libidn-1.29/gltests/test-fputc.c
> x86_64-pc-linux-gnu-gcc -std=gnu99 -DHAVE_CONFIG_H -I. 
> -I/var/tmp/portage/net-dns/libidn-1.29/work/libidn-1.29/gltests -I..  
> -DIN_LIBIDN_GNULIB_TESTS=1 -I. 
> -I/var/tmp/portage/net-dns/libidn-1.29/work/libidn-1.29/gltests -I.. 
> -I/var/tmp/portage/net-dns/libidn-1.29/work/libidn-1.29/gltests/.. -I../gl 
> -I/var/tmp/portage/net-dns/libidn-1.29/work/libidn-1.29/gltests/../gl   
> -march=native -O2 -pipe -fomit-frame-pointer -c -o test-fread.o 
> /var/tmp/portage/net-dns/libidn-1.29/work/libidn-1.29/gltests/test-fread.c
> x86_64-pc-linux-gnu-gcc -std=gnu99 -DHAVE_CONFIG_H -I. 
> -I/var/tmp/portage/net-dns/libidn-1.29/work/libidn-1.29/gltests -I..  
> -DIN_LIBIDN_GNULIB_TESTS=1 -I. 
> -I/var/tmp/portage/net-dns/libidn-1.29/work/libidn-1.29/gltests -I.. 
> -I/var/tmp/portage/net-dns/libidn-1.29/work/libidn-1.29/gltests/.. -I../gl 
> -I/var/tmp/portage/net-dns/libidn-1.29/work/libidn-1.29/gltests/../gl   
> -march=native -O2 -pipe -fomit-frame-pointer -c -o test-fstat.o 
> /var/tmp/portage/net-dns/libidn-1.29/work/libidn-1.29/gltests/test-fstat.c
> x86_64-pc-linux-gnu-gcc -std=gnu99 -DHAVE_CONFIG_H -I. 
> -I/var/tmp/portage/net-dns/libidn-1.29/work/libidn-1.29/gltests -I..  
> -DIN_LIBIDN_GNULIB_TESTS=1 -I. 
> -I/var/tmp/portage/net-dns/libidn-1.29/work/libidn-1.29/gltests -I.. 
> -I/var/tmp/portage/net-dns/libidn-1.29/work/libidn-1.29/gltests/.. -I../gl 
> -I/var/tmp/portage/net-dns/libidn-1.29/work/libidn-1.29/gltests/../gl   
> -march=native -O2 -pipe -fomit-frame-pointer -c -o test-fwrite.o 
> /var/tmp/portage/net-dns/libidn-1.29/work/libidn-1.29/gltests/test-fwrite.c
> x86_64-pc-linux-gnu-gcc -std=gnu99 -DHAVE_CONFIG_H -I. 
> -I/var/tmp/portage/net-dns/libidn-1.29/work/libidn-1.29/gltests -I..  
> -DIN_LIBIDN_GNULIB_TESTS=1 -I. 
> -I/var/tmp/portage/net-dns/libidn-1.29/work/libidn-1.29/gltests -I.. 
> -I/var/tmp/portage/net-dns/libidn-1.29/work/libidn-1.29/gltests/.. -I../gl 
> -I/var/tmp/portage/net-dns/libidn-1.29/work/libidn-1.29/gltests/../gl   
> -march=native -O2 -pipe -fomit-frame-pointer -c -o test-getcwd-lgpl.o 
> /var/tmp/portage/net-dns/libidn-1.29/work/libidn-1.29/gltests/test-getcwd-lgpl.c
> x86_64-pc-linux-gnu-gcc -std=gnu99 -DHAVE_CONFIG_H -I. 
> -I/var/tmp/portage/net-dns/libidn-1.29/work/libidn-1.29/gltests -I..  
> -DIN_LIBIDN_GNULIB_TESTS=1 -I. 
> -I/var/tmp/portage/net-dns/libidn-1.29/work/libidn-1.29/gltests -I.. 
> -I/var/tmp/portage/net-dns/libidn-1.29/work/libidn-1.29/gltests/.. -I../gl 
> -I/var/tmp/portage/net-dns/libidn-1.29/work/libidn-1.29/gltests/../gl   
> -march=native -O2 -pipe -fomit-frame-pointer -c -o test-getdtablesize.o 
> /var/tmp/portage/net-dns/libidn-1.29/work/libidn-1.29/gltests/test-getdtablesize.c
> x86_64-pc-linux-gnu-gcc -std=gnu99 -DHAVE_CONFIG_H -I. 
> -I/var/tmp/portage/net-dns/libidn-1.29/work/libidn-1.29/gltests -I..  
> -DIN_LIBIDN_GNULIB_TESTS=1 -I. 
> -I/var/tmp/portage/net-dns/libidn-1.29/work/libidn-1.29/gltests -I.. 
> -I/var/tmp/portage/net-dns/libidn-1.29/work/libidn-1.29/gltests/.. -I../gl 
> -I/var/tmp/portage/net-dns/libidn-1.29/work/libidn-1.29/gltests/../gl   
> -march=native -O2 -pipe -fomit-frame-pointer -c -o test-getopt.o 
> /var/tmp/portage/net-dns/libidn-1.29/work/libidn-1.29/gltests/test-getopt.c
> x86_64-pc-linux-gnu-gcc -std=gnu99 -DHAVE_CONFIG_H -I. 
> -I/var/tmp/portage/net-dns/libidn-1.29/work/libidn-1.29/gltests -I..  
> -DIN_LIBIDN_GNULIB_TESTS=1 -I. 
> -I/var/tmp/portage/net-dns/libidn-1.29/work/libidn-1.29/gltests -I.. 
> -I/var/tmp/portage/net-dns/libidn-1.29/work/libidn-1.29/gltests/.. -I../gl 
> -I/var/tmp/portage/net-dns/libidn-1.29/work/libidn-1.29/gltests/../gl   
> -march=native -O2 -pipe -fomit-frame-pointer -c -o test-gettimeofday.o 
> /var/tmp/portage/net-dns/libidn-1.29/work/libidn-1.29/gltests/test-gettimeofday.c
> x86_64-pc-linux-gnu-gcc -std=gnu99 -DHAVE_CONFIG_H -I. 
> -I/var/tmp/portage/net-dns/libidn-1.29/work/libidn-1.29/gltests -I..  
> -DIN_LIBIDN_GNULIB_TESTS=1 -I. 
> -I/var/tmp/portage/net-dns/libidn-1.29/work/libidn-1.29/gltests -I.. 
> -I/var/tmp/portage/net-dns/libidn-1.29/work/libidn-1.29/gltests/.. -I../gl 
> -I/var/tmp/portage/net-dns/libidn-1.29/work/libidn-1.29/gltests/../gl   
> -march=native -O2 -pipe -fomit-frame-pointer -c -o test-ignore-value.o 
> /var/tmp/portage/net-dns/libidn-1.29/work/libidn-1.29/gltests/test-ignore-value.c
> x86_64-pc-linux-gnu-gcc -std=gnu99 -DHAVE_CONFIG_H -I. 
> -I/var/tmp/portage/net-dns/libidn-1.29/work/libidn-1.29/gltests -I..  
> -DIN_LIBIDN_GNULIB_TESTS=1 -I. 
> -I/var/tmp/portage/net-dns/libidn-1.29/work/libidn-1.29/gltests -I.. 
> -I/var/tmp/portage/net-dns/libidn-1.29/work/libidn-1.29/gltests/.. -I../gl 
> -I/var/tmp/portage/net-dns/libidn-1.29/work/libidn-1.29/gltests/../gl   
> -march=native -O2 -pipe -fomit-frame-pointer -c -o test-intprops.o 
> /var/tmp/portage/net-dns/libidn-1.29/work/libidn-1.29/gltests/test-intprops.c
> x86_64-pc-linux-gnu-gcc -std=gnu99 -DHAVE_CONFIG_H -I. 
> -I/var/tmp/portage/net-dns/libidn-1.29/work/libidn-1.29/gltests -I..  
> -DIN_LIBIDN_GNULIB_TESTS=1 -I. 
> -I/var/tmp/portage/net-dns/libidn-1.29/work/libidn-1.29/gltests -I.. 
> -I/var/tmp/portage/net-dns/libidn-1.29/work/libidn-1.29/gltests/.. -I../gl 
> -I/var/tmp/portage/net-dns/libidn-1.29/work/libidn-1.29/gltests/../gl   
> -march=native -O2 -pipe -fomit-frame-pointer -c -o test-inttypes.o 
> /var/tmp/portage/net-dns/libidn-1.29/work/libidn-1.29/gltests/test-inttypes.c
> x86_64-pc-linux-gnu-gcc -std=gnu99 -DHAVE_CONFIG_H -I. 
> -I/var/tmp/portage/net-dns/libidn-1.29/work/libidn-1.29/gltests -I..  
> -DIN_LIBIDN_GNULIB_TESTS=1 -I. 
> -I/var/tmp/portage/net-dns/libidn-1.29/work/libidn-1.29/gltests -I.. 
> -I/var/tmp/portage/net-dns/libidn-1.29/work/libidn-1.29/gltests/.. -I../gl 
> -I/var/tmp/portage/net-dns/libidn-1.29/work/libidn-1.29/gltests/../gl   
> -march=native -O2 -pipe -fomit-frame-pointer -c -o test-lstat.o 
> /var/tmp/portage/net-dns/libidn-1.29/work/libidn-1.29/gltests/test-lstat.c
> x86_64-pc-linux-gnu-gcc -std=gnu99 -DHAVE_CONFIG_H -I. 
> -I/var/tmp/portage/net-dns/libidn-1.29/work/libidn-1.29/gltests -I..  
> -DIN_LIBIDN_GNULIB_TESTS=1 -I. 
> -I/var/tmp/portage/net-dns/libidn-1.29/work/libidn-1.29/gltests -I.. 
> -I/var/tmp/portage/net-dns/libidn-1.29/work/libidn-1.29/gltests/.. -I../gl 
> -I/var/tmp/portage/net-dns/libidn-1.29/work/libidn-1.29/gltests/../gl   
> -march=native -O2 -pipe -fomit-frame-pointer -c -o test-malloca.o 
> /var/tmp/portage/net-dns/libidn-1.29/work/libidn-1.29/gltests/test-malloca.c
> x86_64-pc-linux-gnu-gcc -std=gnu99 -DHAVE_CONFIG_H -I. 
> -I/var/tmp/portage/net-dns/libidn-1.29/work/libidn-1.29/gltests -I..  
> -DIN_LIBIDN_GNULIB_TESTS=1 -I. 
> -I/var/tmp/portage/net-dns/libidn-1.29/work/libidn-1.29/gltests -I.. 
> -I/var/tmp/portage/net-dns/libidn-1.29/work/libidn-1.29/gltests/.. -I../gl 
> -I/var/tmp/portage/net-dns/libidn-1.29/work/libidn-1.29/gltests/../gl   
> -march=native -O2 -pipe -fomit-frame-pointer -c -o test-open.o 
> /var/tmp/portage/net-dns/libidn-1.29/work/libidn-1.29/gltests/test-open.c
> x86_64-pc-linux-gnu-gcc -std=gnu99 -DHAVE_CONFIG_H -I. 
> -I/var/tmp/portage/net-dns/libidn-1.29/work/libidn-1.29/gltests -I..  
> -DIN_LIBIDN_GNULIB_TESTS=1 -I. 
> -I/var/tmp/portage/net-dns/libidn-1.29/work/libidn-1.29/gltests -I.. 
> -I/var/tmp/portage/net-dns/libidn-1.29/work/libidn-1.29/gltests/.. -I../gl 
> -I/var/tmp/portage/net-dns/libidn-1.29/work/libidn-1.29/gltests/../gl   
> -march=native -O2 -pipe -fomit-frame-pointer -c -o test-pathmax.o 
> /var/tmp/portage/net-dns/libidn-1.29/work/libidn-1.29/gltests/test-pathmax.c
> x86_64-pc-linux-gnu-gcc -std=gnu99 -DHAVE_CONFIG_H -I. 
> -I/var/tmp/portage/net-dns/libidn-1.29/work/libidn-1.29/gltests -I..  
> -DIN_LIBIDN_GNULIB_TESTS=1 -I. 
> -I/var/tmp/portage/net-dns/libidn-1.29/work/libidn-1.29/gltests -I.. 
> -I/var/tmp/portage/net-dns/libidn-1.29/work/libidn-1.29/gltests/.. -I../gl 
> -I/var/tmp/portage/net-dns/libidn-1.29/work/libidn-1.29/gltests/../gl   
> -march=native -O2 -pipe -fomit-frame-pointer -c -o test-setenv.o 
> /var/tmp/portage/net-dns/libidn-1.29/work/libidn-1.29/gltests/test-setenv.c
> x86_64-pc-linux-gnu-gcc -std=gnu99 -DHAVE_CONFIG_H -I. 
> -I/var/tmp/portage/net-dns/libidn-1.29/work/libidn-1.29/gltests -I..  
> -DIN_LIBIDN_GNULIB_TESTS=1 -I. 
> -I/var/tmp/portage/net-dns/libidn-1.29/work/libidn-1.29/gltests -I.. 
> -I/var/tmp/portage/net-dns/libidn-1.29/work/libidn-1.29/gltests/.. -I../gl 
> -I/var/tmp/portage/net-dns/libidn-1.29/work/libidn-1.29/gltests/../gl   
> -march=native -O2 -pipe -fomit-frame-pointer -c -o test-stat.o 
> /var/tmp/portage/net-dns/libidn-1.29/work/libidn-1.29/gltests/test-stat.c
> x86_64-pc-linux-gnu-gcc -std=gnu99 -DHAVE_CONFIG_H -I. 
> -I/var/tmp/portage/net-dns/libidn-1.29/work/libidn-1.29/gltests -I..  
> -DIN_LIBIDN_GNULIB_TESTS=1 -I. 
> -I/var/tmp/portage/net-dns/libidn-1.29/work/libidn-1.29/gltests -I.. 
> -I/var/tmp/portage/net-dns/libidn-1.29/work/libidn-1.29/gltests/.. -I../gl 
> -I/var/tmp/portage/net-dns/libidn-1.29/work/libidn-1.29/gltests/../gl   
> -march=native -O2 -pipe -fomit-frame-pointer -c -o test-stdbool.o 
> /var/tmp/portage/net-dns/libidn-1.29/work/libidn-1.29/gltests/test-stdbool.c
> x86_64-pc-linux-gnu-gcc -std=gnu99 -DHAVE_CONFIG_H -I. 
> -I/var/tmp/portage/net-dns/libidn-1.29/work/libidn-1.29/gltests -I..  
> -DIN_LIBIDN_GNULIB_TESTS=1 -I. 
> -I/var/tmp/portage/net-dns/libidn-1.29/work/libidn-1.29/gltests -I.. 
> -I/var/tmp/portage/net-dns/libidn-1.29/work/libidn-1.29/gltests/.. -I../gl 
> -I/var/tmp/portage/net-dns/libidn-1.29/work/libidn-1.29/gltests/../gl   
> -march=native -O2 -pipe -fomit-frame-pointer -c -o test-stddef.o 
> /var/tmp/portage/net-dns/libidn-1.29/work/libidn-1.29/gltests/test-stddef.c
> x86_64-pc-linux-gnu-gcc -std=gnu99 -DHAVE_CONFIG_H -I. 
> -I/var/tmp/portage/net-dns/libidn-1.29/work/libidn-1.29/gltests -I..  
> -DIN_LIBIDN_GNULIB_TESTS=1 -I. 
> -I/var/tmp/portage/net-dns/libidn-1.29/work/libidn-1.29/gltests -I.. 
> -I/var/tmp/portage/net-dns/libidn-1.29/work/libidn-1.29/gltests/.. -I../gl 
> -I/var/tmp/portage/net-dns/libidn-1.29/work/libidn-1.29/gltests/../gl   
> -march=native -O2 -pipe -fomit-frame-pointer -c -o test-stdint.o 
> /var/tmp/portage/net-dns/libidn-1.29/work/libidn-1.29/gltests/test-stdint.c
> x86_64-pc-linux-gnu-gcc -std=gnu99 -DHAVE_CONFIG_H -I. 
> -I/var/tmp/portage/net-dns/libidn-1.29/work/libidn-1.29/gltests -I..  
> -DIN_LIBIDN_GNULIB_TESTS=1 -I. 
> -I/var/tmp/portage/net-dns/libidn-1.29/work/libidn-1.29/gltests -I.. 
> -I/var/tmp/portage/net-dns/libidn-1.29/work/libidn-1.29/gltests/.. -I../gl 
> -I/var/tmp/portage/net-dns/libidn-1.29/work/libidn-1.29/gltests/../gl   
> -march=native -O2 -pipe -fomit-frame-pointer -c -o test-stdio.o 
> /var/tmp/portage/net-dns/libidn-1.29/work/libidn-1.29/gltests/test-stdio.c
> x86_64-pc-linux-gnu-gcc -std=gnu99 -DHAVE_CONFIG_H -I. 
> -I/var/tmp/portage/net-dns/libidn-1.29/work/libidn-1.29/gltests -I..  
> -DIN_LIBIDN_GNULIB_TESTS=1 -I. 
> -I/var/tmp/portage/net-dns/libidn-1.29/work/libidn-1.29/gltests -I.. 
> -I/var/tmp/portage/net-dns/libidn-1.29/work/libidn-1.29/gltests/.. -I../gl 
> -I/var/tmp/portage/net-dns/libidn-1.29/work/libidn-1.29/gltests/../gl   
> -march=native -O2 -pipe -fomit-frame-pointer -c -o test-strerror.o 
> /var/tmp/portage/net-dns/libidn-1.29/work/libidn-1.29/gltests/test-strerror.c
> x86_64-pc-linux-gnu-gcc -std=gnu99 -DHAVE_CONFIG_H -I. 
> -I/var/tmp/portage/net-dns/libidn-1.29/work/libidn-1.29/gltests -I..  
> -DIN_LIBIDN_GNULIB_TESTS=1 -I. 
> -I/var/tmp/portage/net-dns/libidn-1.29/work/libidn-1.29/gltests -I.. 
> -I/var/tmp/portage/net-dns/libidn-1.29/work/libidn-1.29/gltests/.. -I../gl 
> -I/var/tmp/portage/net-dns/libidn-1.29/work/libidn-1.29/gltests/../gl   
> -march=native -O2 -pipe -fomit-frame-pointer -c -o test-symlink.o 
> /var/tmp/portage/net-dns/libidn-1.29/work/libidn-1.29/gltests/test-symlink.c
> x86_64-pc-linux-gnu-gcc -std=gnu99 -DHAVE_CONFIG_H -I. 
> -I/var/tmp/portage/net-dns/libidn-1.29/work/libidn-1.29/gltests -I..  
> -DIN_LIBIDN_GNULIB_TESTS=1 -I. 
> -I/var/tmp/portage/net-dns/libidn-1.29/work/libidn-1.29/gltests -I.. 
> -I/var/tmp/portage/net-dns/libidn-1.29/work/libidn-1.29/gltests/.. -I../gl 
> -I/var/tmp/portage/net-dns/libidn-1.29/work/libidn-1.29/gltests/../gl   
> -march=native -O2 -pipe -fomit-frame-pointer -c -o test-sys_time.o 
> /var/tmp/portage/net-dns/libidn-1.29/work/libidn-1.29/gltests/test-sys_time.c
> x86_64-pc-linux-gnu-gcc -std=gnu99 -DHAVE_CONFIG_H -I. 
> -I/var/tmp/portage/net-dns/libidn-1.29/work/libidn-1.29/gltests -I..  
> -DIN_LIBIDN_GNULIB_TESTS=1 -I. 
> -I/var/tmp/portage/net-dns/libidn-1.29/work/libidn-1.29/gltests -I.. 
> -I/var/tmp/portage/net-dns/libidn-1.29/work/libidn-1.29/gltests/.. -I../gl 
> -I/var/tmp/portage/net-dns/libidn-1.29/work/libidn-1.29/gltests/../gl   
> -march=native -O2 -pipe -fomit-frame-pointer -c -o test-sys_types.o 
> /var/tmp/portage/net-dns/libidn-1.29/work/libidn-1.29/gltests/test-sys_types.c
> x86_64-pc-linux-gnu-gcc -std=gnu99 -DHAVE_CONFIG_H -I. 
> -I/var/tmp/portage/net-dns/libidn-1.29/work/libidn-1.29/gltests -I..  
> -DIN_LIBIDN_GNULIB_TESTS=1 -I. 
> -I/var/tmp/portage/net-dns/libidn-1.29/work/libidn-1.29/gltests -I.. 
> -I/var/tmp/portage/net-dns/libidn-1.29/work/libidn-1.29/gltests/.. -I../gl 
> -I/var/tmp/portage/net-dns/libidn-1.29/work/libidn-1.29/gltests/../gl   
> -march=native -O2 -pipe -fomit-frame-pointer -c -o test-unsetenv.o 
> /var/tmp/portage/net-dns/libidn-1.29/work/libidn-1.29/gltests/test-unsetenv.c
> x86_64-pc-linux-gnu-gcc -std=gnu99 -DHAVE_CONFIG_H -I. 
> -I/var/tmp/portage/net-dns/libidn-1.29/work/libidn-1.29/gltests -I..  
> -DIN_LIBIDN_GNULIB_TESTS=1 -I. 
> -I/var/tmp/portage/net-dns/libidn-1.29/work/libidn-1.29/gltests -I.. 
> -I/var/tmp/portage/net-dns/libidn-1.29/work/libidn-1.29/gltests/.. -I../gl 
> -I/var/tmp/portage/net-dns/libidn-1.29/work/libidn-1.29/gltests/../gl   
> -march=native -O2 -pipe -fomit-frame-pointer -c -o test-verify.o 
> /var/tmp/portage/net-dns/libidn-1.29/work/libidn-1.29/gltests/test-verify.c
> x86_64-pc-linux-gnu-gcc -std=gnu99 -DHAVE_CONFIG_H -I. 
> -I/var/tmp/portage/net-dns/libidn-1.29/work/libidn-1.29/gltests -I..  
> -DIN_LIBIDN_GNULIB_TESTS=1 -I. 
> -I/var/tmp/portage/net-dns/libidn-1.29/work/libidn-1.29/gltests -I.. 
> -I/var/tmp/portage/net-dns/libidn-1.29/work/libidn-1.29/gltests/.. -I../gl 
> -I/var/tmp/portage/net-dns/libidn-1.29/work/libidn-1.29/gltests/../gl   
> -march=native -O2 -pipe -fomit-frame-pointer -c -o test-version-etc.o 
> /var/tmp/portage/net-dns/libidn-1.29/work/libidn-1.29/gltests/test-version-etc.c
> rm -f libtests.a
> x86_64-pc-linux-gnu-ar cru libtests.a binary-io.o fd-hook.o malloca.o 
> version-etc-fsf.o 
> x86_64-pc-linux-gnu-ranlib libtests.a
> /bin/sh ../libtool  --tag=CC --preserve-dup-deps  --mode=link 
> x86_64-pc-linux-gnu-gcc -std=gnu99  -march=native -O2 -pipe 
> -fomit-frame-pointer  -Wl,--as-needed -o test-alloca-opt test-alloca-opt.o 
> libtests.a ../gl/libgnu.la libtests.a  
> /bin/sh ../libtool  --tag=CC --preserve-dup-deps  --mode=link 
> x86_64-pc-linux-gnu-gcc -std=gnu99  -march=native -O2 -pipe 
> -fomit-frame-pointer  -Wl,--as-needed -o test-binary-io test-binary-io.o 
> libtests.a ../gl/libgnu.la libtests.a  
> libtool: link: x86_64-pc-linux-gnu-gcc -std=gnu99 -march=native -O2 -pipe 
> -fomit-frame-pointer -Wl,--as-needed -o test-alloca-opt test-alloca-opt.o  
> libtests.a ../gl/.libs/libgnu.a libtests.a
> libtool: link: x86_64-pc-linux-gnu-gcc -std=gnu99 -march=native -O2 -pipe 
> -fomit-frame-pointer -Wl,--as-needed -o test-binary-io test-binary-io.o  
> libtests.a ../gl/.libs/libgnu.a libtests.a
> /bin/sh ../libtool  --tag=CC --preserve-dup-deps  --mode=link 
> x86_64-pc-linux-gnu-gcc -std=gnu99  -march=native -O2 -pipe 
> -fomit-frame-pointer  -Wl,--as-needed -o test-close test-close.o libtests.a 
> ../gl/libgnu.la libtests.a  
> /bin/sh ../libtool  --tag=CC --preserve-dup-deps  --mode=link 
> x86_64-pc-linux-gnu-gcc -std=gnu99  -march=native -O2 -pipe 
> -fomit-frame-pointer  -Wl,--as-needed -o test-dup2 test-dup2.o libtests.a 
> ../gl/libgnu.la libtests.a  
> libtool: link: x86_64-pc-linux-gnu-gcc -std=gnu99 -march=native -O2 -pipe 
> -fomit-frame-pointer -Wl,--as-needed -o test-close test-close.o  libtests.a 
> ../gl/.libs/libgnu.a libtests.a
> libtool: link: x86_64-pc-linux-gnu-gcc -std=gnu99 -march=native -O2 -pipe 
> -fomit-frame-pointer -Wl,--as-needed -o test-dup2 test-dup2.o  libtests.a 
> ../gl/.libs/libgnu.a libtests.a
> /bin/sh ../libtool  --tag=CC --preserve-dup-deps  --mode=link 
> x86_64-pc-linux-gnu-gcc -std=gnu99  -march=native -O2 -pipe 
> -fomit-frame-pointer  -Wl,--as-needed -o test-environ test-environ.o 
> libtests.a ../gl/libgnu.la libtests.a  
> /bin/sh ../libtool  --tag=CC --preserve-dup-deps  --mode=link 
> x86_64-pc-linux-gnu-gcc -std=gnu99  -march=native -O2 -pipe 
> -fomit-frame-pointer  -Wl,--as-needed -o test-errno test-errno.o libtests.a 
> ../gl/libgnu.la libtests.a  
> libtool: link: x86_64-pc-linux-gnu-gcc -std=gnu99 -march=native -O2 -pipe 
> -fomit-frame-pointer -Wl,--as-needed -o test-errno test-errno.o  libtests.a 
> ../gl/.libs/libgnu.a libtests.a
> libtool: link: x86_64-pc-linux-gnu-gcc -std=gnu99 -march=native -O2 -pipe 
> -fomit-frame-pointer -Wl,--as-needed -o test-environ test-environ.o  
> libtests.a ../gl/.libs/libgnu.a libtests.a
> /bin/sh ../libtool  --tag=CC --preserve-dup-deps  --mode=link 
> x86_64-pc-linux-gnu-gcc -std=gnu99  -march=native -O2 -pipe 
> -fomit-frame-pointer  -Wl,--as-needed -o test-fdopen test-fdopen.o libtests.a 
> ../gl/libgnu.la libtests.a  
> /bin/sh ../libtool  --tag=CC --preserve-dup-deps  --mode=link 
> x86_64-pc-linux-gnu-gcc -std=gnu99  -march=native -O2 -pipe 
> -fomit-frame-pointer  -Wl,--as-needed -o test-fgetc test-fgetc.o libtests.a 
> ../gl/libgnu.la libtests.a  
> libtool: link: x86_64-pc-linux-gnu-gcc -std=gnu99 -march=native -O2 -pipe 
> -fomit-frame-pointer -Wl,--as-needed -o test-fdopen test-fdopen.o  libtests.a 
> ../gl/.libs/libgnu.a libtests.a
> libtool: link: x86_64-pc-linux-gnu-gcc -std=gnu99 -march=native -O2 -pipe 
> -fomit-frame-pointer -Wl,--as-needed -o test-fgetc test-fgetc.o  libtests.a 
> ../gl/.libs/libgnu.a libtests.a
> /bin/sh ../libtool  --tag=CC --preserve-dup-deps  --mode=link 
> x86_64-pc-linux-gnu-gcc -std=gnu99  -march=native -O2 -pipe 
> -fomit-frame-pointer  -Wl,--as-needed -o test-fputc test-fputc.o libtests.a 
> ../gl/libgnu.la libtests.a  
> /bin/sh ../libtool  --tag=CC --preserve-dup-deps  --mode=link 
> x86_64-pc-linux-gnu-gcc -std=gnu99  -march=native -O2 -pipe 
> -fomit-frame-pointer  -Wl,--as-needed -o test-fread test-fread.o libtests.a 
> ../gl/libgnu.la libtests.a  
> libtool: link: x86_64-pc-linux-gnu-gcc -std=gnu99 -march=native -O2 -pipe 
> -fomit-frame-pointer -Wl,--as-needed -o test-fputc test-fputc.o  libtests.a 
> ../gl/.libs/libgnu.a libtests.a
> libtool: link: x86_64-pc-linux-gnu-gcc -std=gnu99 -march=native -O2 -pipe 
> -fomit-frame-pointer -Wl,--as-needed -o test-fread test-fread.o  libtests.a 
> ../gl/.libs/libgnu.a libtests.a
> /bin/sh ../libtool  --tag=CC --preserve-dup-deps  --mode=link 
> x86_64-pc-linux-gnu-gcc -std=gnu99  -march=native -O2 -pipe 
> -fomit-frame-pointer  -Wl,--as-needed -o test-fstat test-fstat.o libtests.a 
> ../gl/libgnu.la libtests.a  
> /bin/sh ../libtool  --tag=CC --preserve-dup-deps  --mode=link 
> x86_64-pc-linux-gnu-gcc -std=gnu99  -march=native -O2 -pipe 
> -fomit-frame-pointer  -Wl,--as-needed -o test-fwrite test-fwrite.o libtests.a 
> ../gl/libgnu.la libtests.a  
> libtool: link: x86_64-pc-linux-gnu-gcc -std=gnu99 -march=native -O2 -pipe 
> -fomit-frame-pointer -Wl,--as-needed -o test-fstat test-fstat.o  libtests.a 
> ../gl/.libs/libgnu.a libtests.a
> libtool: link: x86_64-pc-linux-gnu-gcc -std=gnu99 -march=native -O2 -pipe 
> -fomit-frame-pointer -Wl,--as-needed -o test-fwrite test-fwrite.o  libtests.a 
> ../gl/.libs/libgnu.a libtests.a
> /bin/sh ../libtool  --tag=CC --preserve-dup-deps  --mode=link 
> x86_64-pc-linux-gnu-gcc -std=gnu99  -march=native -O2 -pipe 
> -fomit-frame-pointer  -Wl,--as-needed -o test-getcwd-lgpl test-getcwd-lgpl.o 
> libtests.a ../gl/libgnu.la libtests.a   
> /bin/sh ../libtool  --tag=CC --preserve-dup-deps  --mode=link 
> x86_64-pc-linux-gnu-gcc -std=gnu99  -march=native -O2 -pipe 
> -fomit-frame-pointer  -Wl,--as-needed -o test-getdtablesize 
> test-getdtablesize.o libtests.a ../gl/libgnu.la libtests.a  
> libtool: link: x86_64-pc-linux-gnu-gcc -std=gnu99 -march=native -O2 -pipe 
> -fomit-frame-pointer -Wl,--as-needed -o test-getcwd-lgpl test-getcwd-lgpl.o  
> libtests.a ../gl/.libs/libgnu.a libtests.a
> libtool: link: x86_64-pc-linux-gnu-gcc -std=gnu99 -march=native -O2 -pipe 
> -fomit-frame-pointer -Wl,--as-needed -o test-getdtablesize 
> test-getdtablesize.o  libtests.a ../gl/.libs/libgnu.a libtests.a
> /bin/sh ../libtool  --tag=CC --preserve-dup-deps  --mode=link 
> x86_64-pc-linux-gnu-gcc -std=gnu99  -march=native -O2 -pipe 
> -fomit-frame-pointer  -Wl,--as-needed -o test-gettimeofday 
> test-gettimeofday.o libtests.a ../gl/libgnu.la libtests.a  
> /bin/sh ../libtool  --tag=CC --preserve-dup-deps  --mode=link 
> x86_64-pc-linux-gnu-gcc -std=gnu99  -march=native -O2 -pipe 
> -fomit-frame-pointer  -Wl,--as-needed -o test-ignore-value 
> test-ignore-value.o libtests.a ../gl/libgnu.la libtests.a  
> libtool: link: x86_64-pc-linux-gnu-gcc -std=gnu99 -march=native -O2 -pipe 
> -fomit-frame-pointer -Wl,--as-needed -o test-gettimeofday test-gettimeofday.o 
>  libtests.a ../gl/.libs/libgnu.a libtests.a
> libtool: link: x86_64-pc-linux-gnu-gcc -std=gnu99 -march=native -O2 -pipe 
> -fomit-frame-pointer -Wl,--as-needed -o test-ignore-value test-ignore-value.o 
>  libtests.a ../gl/.libs/libgnu.a libtests.a
> /bin/sh ../libtool  --tag=CC --preserve-dup-deps  --mode=link 
> x86_64-pc-linux-gnu-gcc -std=gnu99  -march=native -O2 -pipe 
> -fomit-frame-pointer  -Wl,--as-needed -o test-intprops test-intprops.o 
> libtests.a ../gl/libgnu.la libtests.a  
> /bin/sh ../libtool  --tag=CC --preserve-dup-deps  --mode=link 
> x86_64-pc-linux-gnu-gcc -std=gnu99  -march=native -O2 -pipe 
> -fomit-frame-pointer  -Wl,--as-needed -o test-inttypes test-inttypes.o 
> libtests.a ../gl/libgnu.la libtests.a  
> libtool: link: x86_64-pc-linux-gnu-gcc -std=gnu99 -march=native -O2 -pipe 
> -fomit-frame-pointer -Wl,--as-needed -o test-intprops test-intprops.o  
> libtests.a ../gl/.libs/libgnu.a libtests.a
> libtool: link: x86_64-pc-linux-gnu-gcc -std=gnu99 -march=native -O2 -pipe 
> -fomit-frame-pointer -Wl,--as-needed -o test-inttypes test-inttypes.o  
> libtests.a ../gl/.libs/libgnu.a libtests.a
> /bin/sh ../libtool  --tag=CC --preserve-dup-deps  --mode=link 
> x86_64-pc-linux-gnu-gcc -std=gnu99  -march=native -O2 -pipe 
> -fomit-frame-pointer  -Wl,--as-needed -o test-lstat test-lstat.o libtests.a 
> ../gl/libgnu.la libtests.a  
> /bin/sh ../libtool  --tag=CC --preserve-dup-deps  --mode=link 
> x86_64-pc-linux-gnu-gcc -std=gnu99  -march=native -O2 -pipe 
> -fomit-frame-pointer  -Wl,--as-needed -o test-malloca test-malloca.o 
> libtests.a ../gl/libgnu.la libtests.a  
> libtool: link: x86_64-pc-linux-gnu-gcc -std=gnu99 -march=native -O2 -pipe 
> -fomit-frame-pointer -Wl,--as-needed -o test-lstat test-lstat.o  libtests.a 
> ../gl/.libs/libgnu.a libtests.a
> libtool: link: x86_64-pc-linux-gnu-gcc -std=gnu99 -march=native -O2 -pipe 
> -fomit-frame-pointer -Wl,--as-needed -o test-malloca test-malloca.o  
> libtests.a ../gl/.libs/libgnu.a libtests.a
> /bin/sh ../libtool  --tag=CC --preserve-dup-deps  --mode=link 
> x86_64-pc-linux-gnu-gcc -std=gnu99  -march=native -O2 -pipe 
> -fomit-frame-pointer  -Wl,--as-needed -o test-open test-open.o libtests.a 
> ../gl/libgnu.la libtests.a  
> /bin/sh ../libtool  --tag=CC --preserve-dup-deps  --mode=link 
> x86_64-pc-linux-gnu-gcc -std=gnu99  -march=native -O2 -pipe 
> -fomit-frame-pointer  -Wl,--as-needed -o test-pathmax test-pathmax.o 
> libtests.a ../gl/libgnu.la libtests.a  
> libtool: link: x86_64-pc-linux-gnu-gcc -std=gnu99 -march=native -O2 -pipe 
> -fomit-frame-pointer -Wl,--as-needed -o test-open test-open.o  libtests.a 
> ../gl/.libs/libgnu.a libtests.a
> libtool: link: x86_64-pc-linux-gnu-gcc -std=gnu99 -march=native -O2 -pipe 
> -fomit-frame-pointer -Wl,--as-needed -o test-pathmax test-pathmax.o  
> libtests.a ../gl/.libs/libgnu.a libtests.a
> /bin/sh ../libtool  --tag=CC --preserve-dup-deps  --mode=link 
> x86_64-pc-linux-gnu-gcc -std=gnu99  -march=native -O2 -pipe 
> -fomit-frame-pointer  -Wl,--as-needed -o test-setenv test-setenv.o libtests.a 
> ../gl/libgnu.la libtests.a  
> /bin/sh ../libtool  --tag=CC --preserve-dup-deps  --mode=link 
> x86_64-pc-linux-gnu-gcc -std=gnu99  -march=native -O2 -pipe 
> -fomit-frame-pointer  -Wl,--as-needed -o test-stat test-stat.o libtests.a 
> ../gl/libgnu.la libtests.a   
> libtool: link: x86_64-pc-linux-gnu-gcc -std=gnu99 -march=native -O2 -pipe 
> -fomit-frame-pointer -Wl,--as-needed -o test-stat test-stat.o  libtests.a 
> ../gl/.libs/libgnu.a libtests.a
> libtool: link: x86_64-pc-linux-gnu-gcc -std=gnu99 -march=native -O2 -pipe 
> -fomit-frame-pointer -Wl,--as-needed -o test-setenv test-setenv.o  libtests.a 
> ../gl/.libs/libgnu.a libtests.a
> /bin/sh ../libtool  --tag=CC --preserve-dup-deps  --mode=link 
> x86_64-pc-linux-gnu-gcc -std=gnu99  -march=native -O2 -pipe 
> -fomit-frame-pointer  -Wl,--as-needed -o test-stdbool test-stdbool.o 
> libtests.a ../gl/libgnu.la libtests.a  
> /bin/sh ../libtool  --tag=CC --preserve-dup-deps  --mode=link 
> x86_64-pc-linux-gnu-gcc -std=gnu99  -march=native -O2 -pipe 
> -fomit-frame-pointer  -Wl,--as-needed -o test-stddef test-stddef.o libtests.a 
> ../gl/libgnu.la libtests.a  
> libtool: link: x86_64-pc-linux-gnu-gcc -std=gnu99 -march=native -O2 -pipe 
> -fomit-frame-pointer -Wl,--as-needed -o test-stdbool test-stdbool.o  
> libtests.a ../gl/.libs/libgnu.a libtests.a
> libtool: link: x86_64-pc-linux-gnu-gcc -std=gnu99 -march=native -O2 -pipe 
> -fomit-frame-pointer -Wl,--as-needed -o test-stddef test-stddef.o  libtests.a 
> ../gl/.libs/libgnu.a libtests.a
> /bin/sh ../libtool  --tag=CC --preserve-dup-deps  --mode=link 
> x86_64-pc-linux-gnu-gcc -std=gnu99  -march=native -O2 -pipe 
> -fomit-frame-pointer  -Wl,--as-needed -o test-stdint test-stdint.o libtests.a 
> ../gl/libgnu.la libtests.a  
> /bin/sh ../libtool  --tag=CC --preserve-dup-deps  --mode=link 
> x86_64-pc-linux-gnu-gcc -std=gnu99  -march=native -O2 -pipe 
> -fomit-frame-pointer  -Wl,--as-needed -o test-stdio test-stdio.o libtests.a 
> ../gl/libgnu.la libtests.a  
> libtool: link: x86_64-pc-linux-gnu-gcc -std=gnu99 -march=native -O2 -pipe 
> -fomit-frame-pointer -Wl,--as-needed -o test-stdint test-stdint.o  libtests.a 
> ../gl/.libs/libgnu.a libtests.a
> libtool: link: x86_64-pc-linux-gnu-gcc -std=gnu99 -march=native -O2 -pipe 
> -fomit-frame-pointer -Wl,--as-needed -o test-stdio test-stdio.o  libtests.a 
> ../gl/.libs/libgnu.a libtests.a
> /bin/sh ../libtool  --tag=CC --preserve-dup-deps  --mode=link 
> x86_64-pc-linux-gnu-gcc -std=gnu99  -march=native -O2 -pipe 
> -fomit-frame-pointer  -Wl,--as-needed -o test-strerror test-strerror.o 
> libtests.a ../gl/libgnu.la libtests.a  
> /bin/sh ../libtool  --tag=CC --preserve-dup-deps  --mode=link 
> x86_64-pc-linux-gnu-gcc -std=gnu99  -march=native -O2 -pipe 
> -fomit-frame-pointer  -Wl,--as-needed -o test-symlink test-symlink.o 
> libtests.a ../gl/libgnu.la libtests.a  
> libtool: link: x86_64-pc-linux-gnu-gcc -std=gnu99 -march=native -O2 -pipe 
> -fomit-frame-pointer -Wl,--as-needed -o test-symlink test-symlink.o  
> libtests.a ../gl/.libs/libgnu.a libtests.a
> libtool: link: x86_64-pc-linux-gnu-gcc -std=gnu99 -march=native -O2 -pipe 
> -fomit-frame-pointer -Wl,--as-needed -o test-strerror test-strerror.o  
> libtests.a ../gl/.libs/libgnu.a libtests.a
> /bin/sh ../libtool  --tag=CC --preserve-dup-deps  --mode=link 
> x86_64-pc-linux-gnu-gcc -std=gnu99  -march=native -O2 -pipe 
> -fomit-frame-pointer  -Wl,--as-needed -o test-sys_time test-sys_time.o 
> libtests.a ../gl/libgnu.la libtests.a  
> /bin/sh ../libtool  --tag=CC --preserve-dup-deps  --mode=link 
> x86_64-pc-linux-gnu-gcc -std=gnu99  -march=native -O2 -pipe 
> -fomit-frame-pointer  -Wl,--as-needed -o test-sys_types test-sys_types.o 
> libtests.a ../gl/libgnu.la libtests.a  
> libtool: link: x86_64-pc-linux-gnu-gcc -std=gnu99 -march=native -O2 -pipe 
> -fomit-frame-pointer -Wl,--as-needed -o test-sys_time test-sys_time.o  
> libtests.a ../gl/.libs/libgnu.a libtests.a
> libtool: link: x86_64-pc-linux-gnu-gcc -std=gnu99 -march=native -O2 -pipe 
> -fomit-frame-pointer -Wl,--as-needed -o test-sys_types test-sys_types.o  
> libtests.a ../gl/.libs/libgnu.a libtests.a
> /bin/sh ../libtool  --tag=CC --preserve-dup-deps  --mode=link 
> x86_64-pc-linux-gnu-gcc -std=gnu99  -march=native -O2 -pipe 
> -fomit-frame-pointer  -Wl,--as-needed -o test-unsetenv test-unsetenv.o 
> libtests.a ../gl/libgnu.la libtests.a  
> /bin/sh ../libtool  --tag=CC --preserve-dup-deps  --mode=link 
> x86_64-pc-linux-gnu-gcc -std=gnu99  -march=native -O2 -pipe 
> -fomit-frame-pointer  -Wl,--as-needed -o test-verify test-verify.o libtests.a 
> ../gl/libgnu.la libtests.a  
> libtool: link: x86_64-pc-linux-gnu-gcc -std=gnu99 -march=native -O2 -pipe 
> -fomit-frame-pointer -Wl,--as-needed -o test-unsetenv test-unsetenv.o  
> libtests.a ../gl/.libs/libgnu.a libtests.a
> libtool: link: x86_64-pc-linux-gnu-gcc -std=gnu99 -march=native -O2 -pipe 
> -fomit-frame-pointer -Wl,--as-needed -o test-verify test-verify.o  libtests.a 
> ../gl/.libs/libgnu.a libtests.a
> /bin/sh ../libtool  --tag=CC --preserve-dup-deps  --mode=link 
> x86_64-pc-linux-gnu-gcc -std=gnu99  -march=native -O2 -pipe 
> -fomit-frame-pointer  -Wl,--as-needed -o test-version-etc test-version-etc.o 
> libtests.a ../gl/libgnu.la libtests.a   
> libtool: link: x86_64-pc-linux-gnu-gcc -std=gnu99 -march=native -O2 -pipe 
> -fomit-frame-pointer -Wl,--as-needed -o test-version-etc test-version-etc.o  
> libtests.a ../gl/.libs/libgnu.a libtests.a
> /bin/sh ../libtool  --tag=CC --preserve-dup-deps  --mode=link 
> x86_64-pc-linux-gnu-gcc -std=gnu99  -march=native -O2 -pipe 
> -fomit-frame-pointer  -Wl,--as-needed -o test-getopt test-getopt.o libtests.a 
> ../gl/libgnu.la libtests.a   
> libtool: link: x86_64-pc-linux-gnu-gcc -std=gnu99 -march=native -O2 -pipe 
> -fomit-frame-pointer -Wl,--as-needed -o test-getopt test-getopt.o  libtests.a 
> ../gl/.libs/libgnu.a libtests.a
> make[4]: Leaving directory 
> '/var/tmp/portage/net-dns/libidn-1.29/work/libidn-1.29-abi_x86_64.amd64/gltests'
> make  check-TESTS
> make[4]: Entering directory 
> '/var/tmp/portage/net-dns/libidn-1.29/work/libidn-1.29-abi_x86_64.amd64/gltests'
> make[5]: Entering directory 
> '/var/tmp/portage/net-dns/libidn-1.29/work/libidn-1.29-abi_x86_64.amd64/gltests'
> PASS: test-alloca-opt
> PASS: test-close
> PASS: test-dup2
> PASS: test-binary-io.sh
> PASS: test-environ
> PASS: test-errno
> PASS: test-fdopen
> PASS: test-fgetc
> PASS: test-fputc
> PASS: test-fread
> PASS: test-fstat
> PASS: test-fwrite
> PASS: test-getdtablesize
> PASS: test-getcwd-lgpl
> PASS: test-getopt
> PASS: test-ignore-value
> PASS: test-gettimeofday
> PASS: test-inttypes
> PASS: test-intprops
> PASS: test-lstat
> PASS: test-open
> PASS: test-pathmax
> PASS: test-setenv
> PASS: test-malloca
> PASS: test-stat
> PASS: test-stdbool
> PASS: test-stddef
> PASS: test-stdint
> PASS: test-stdio
> PASS: test-strerror
> PASS: test-sys_time
> PASS: test-symlink
> PASS: test-sys_types
> PASS: test-unsetenv
> PASS: test-init.sh
> SKIP: test-vc-list-files-cvs.sh
> PASS: test-verify
> PASS: test-version-etc.sh
> PASS: test-vc-list-files-git.sh
> PASS: test-verify.sh
> make[6]: Entering directory 
> '/var/tmp/portage/net-dns/libidn-1.29/work/libidn-1.29-abi_x86_64.amd64/gltests'
> make  all-recursive
> make[7]: Entering directory 
> '/var/tmp/portage/net-dns/libidn-1.29/work/libidn-1.29-abi_x86_64.amd64/gltests'
> Making all in .
> make[8]: Entering directory 
> '/var/tmp/portage/net-dns/libidn-1.29/work/libidn-1.29-abi_x86_64.amd64/gltests'
> make[8]: Nothing to be done for 'all-am'.
> make[8]: Leaving directory 
> '/var/tmp/portage/net-dns/libidn-1.29/work/libidn-1.29-abi_x86_64.amd64/gltests'
> make[7]: Leaving directory 
> '/var/tmp/portage/net-dns/libidn-1.29/work/libidn-1.29-abi_x86_64.amd64/gltests'
> make[6]: Leaving directory 
> '/var/tmp/portage/net-dns/libidn-1.29/work/libidn-1.29-abi_x86_64.amd64/gltests'
> ============================================================================
> Testsuite summary for GNU Libidn 1.29
> ============================================================================
> # TOTAL: 40
> # PASS:  39
> # SKIP:  1
> # XFAIL: 0
> # FAIL:  0
> # XPASS: 0
> # ERROR: 0
> ============================================================================
> make[5]: Leaving directory 
> '/var/tmp/portage/net-dns/libidn-1.29/work/libidn-1.29-abi_x86_64.amd64/gltests'
> make[4]: Leaving directory 
> '/var/tmp/portage/net-dns/libidn-1.29/work/libidn-1.29-abi_x86_64.amd64/gltests'
> make[3]: Leaving directory 
> '/var/tmp/portage/net-dns/libidn-1.29/work/libidn-1.29-abi_x86_64.amd64/gltests'
> make[2]: Leaving directory 
> '/var/tmp/portage/net-dns/libidn-1.29/work/libidn-1.29-abi_x86_64.amd64/gltests'
> make[1]: Leaving directory 
> '/var/tmp/portage/net-dns/libidn-1.29/work/libidn-1.29-abi_x86_64.amd64/gltests'
> Making check in lib/gltests
> make[1]: Entering directory 
> '/var/tmp/portage/net-dns/libidn-1.29/work/libidn-1.29-abi_x86_64.amd64/lib/gltests'
> make  check-recursive
> make[2]: Entering directory 
> '/var/tmp/portage/net-dns/libidn-1.29/work/libidn-1.29-abi_x86_64.amd64/lib/gltests'
> Making check in .
> make[3]: Entering directory 
> '/var/tmp/portage/net-dns/libidn-1.29/work/libidn-1.29-abi_x86_64.amd64/lib/gltests'
> make  libtests.a test-alloca-opt test-c-ctype test-c-strcasecmp 
> test-c-strncasecmp test-environ test-iconv test-intprops test-inttypes 
> test-locale test-localename test-lock test-malloca test-setenv 
> test-setlocale1 test-setlocale2 test-stdbool test-stddef test-stdint 
> test-stdlib test-striconv test-strverscmp test-sys_types test-thread_self 
> test-thread_create test-unistd test-u8-mbtoucr test-u8-uctomb test-unsetenv 
> test-verify
> make[4]: Entering directory 
> '/var/tmp/portage/net-dns/libidn-1.29/work/libidn-1.29-abi_x86_64.amd64/lib/gltests'
> x86_64-pc-linux-gnu-gcc -std=gnu99 -DHAVE_CONFIG_H -I. 
> -I/var/tmp/portage/net-dns/libidn-1.29/work/libidn-1.29/lib/gltests -I../..  
> -DIN_LIBIDN_GNULIB_TESTS=1 -I. 
> -I/var/tmp/portage/net-dns/libidn-1.29/work/libidn-1.29/lib/gltests -I../.. 
> -I/var/tmp/portage/net-dns/libidn-1.29/work/libidn-1.29/lib/gltests/../.. 
> -I../../lib/gl 
> -I/var/tmp/portage/net-dns/libidn-1.29/work/libidn-1.29/lib/gltests/../../lib/gl
>    -march=native -O2 -pipe -fomit-frame-pointer -c -o localename.o 
> /var/tmp/portage/net-dns/libidn-1.29/work/libidn-1.29/lib/gltests/localename.c
> x86_64-pc-linux-gnu-gcc -std=gnu99 -DHAVE_CONFIG_H -I. 
> -I/var/tmp/portage/net-dns/libidn-1.29/work/libidn-1.29/lib/gltests -I../..  
> -DIN_LIBIDN_GNULIB_TESTS=1 -I. 
> -I/var/tmp/portage/net-dns/libidn-1.29/work/libidn-1.29/lib/gltests -I../.. 
> -I/var/tmp/portage/net-dns/libidn-1.29/work/libidn-1.29/lib/gltests/../.. 
> -I../../lib/gl 
> -I/var/tmp/portage/net-dns/libidn-1.29/work/libidn-1.29/lib/gltests/../../lib/gl
>    -march=native -O2 -pipe -fomit-frame-pointer -c -o malloca.o 
> /var/tmp/portage/net-dns/libidn-1.29/work/libidn-1.29/lib/gltests/malloca.c
> x86_64-pc-linux-gnu-gcc -std=gnu99 -DHAVE_CONFIG_H -I. 
> -I/var/tmp/portage/net-dns/libidn-1.29/work/libidn-1.29/lib/gltests -I../..  
> -DIN_LIBIDN_GNULIB_TESTS=1 -I. 
> -I/var/tmp/portage/net-dns/libidn-1.29/work/libidn-1.29/lib/gltests -I../.. 
> -I/var/tmp/portage/net-dns/libidn-1.29/work/libidn-1.29/lib/gltests/../.. 
> -I../../lib/gl 
> -I/var/tmp/portage/net-dns/libidn-1.29/work/libidn-1.29/lib/gltests/../../lib/gl
>    -march=native -O2 -pipe -fomit-frame-pointer -c -o unistd.o 
> /var/tmp/portage/net-dns/libidn-1.29/work/libidn-1.29/lib/gltests/unistd.c
> x86_64-pc-linux-gnu-gcc -std=gnu99 -DHAVE_CONFIG_H -I. 
> -I/var/tmp/portage/net-dns/libidn-1.29/work/libidn-1.29/lib/gltests -I../..  
> -DIN_LIBIDN_GNULIB_TESTS=1 -I. 
> -I/var/tmp/portage/net-dns/libidn-1.29/work/libidn-1.29/lib/gltests -I../.. 
> -I/var/tmp/portage/net-dns/libidn-1.29/work/libidn-1.29/lib/gltests/../.. 
> -I../../lib/gl 
> -I/var/tmp/portage/net-dns/libidn-1.29/work/libidn-1.29/lib/gltests/../../lib/gl
>    -march=native -O2 -pipe -fomit-frame-pointer -c -o test-alloca-opt.o 
> /var/tmp/portage/net-dns/libidn-1.29/work/libidn-1.29/lib/gltests/test-alloca-opt.c
> x86_64-pc-linux-gnu-gcc -std=gnu99 -DHAVE_CONFIG_H -I. 
> -I/var/tmp/portage/net-dns/libidn-1.29/work/libidn-1.29/lib/gltests -I../..  
> -DIN_LIBIDN_GNULIB_TESTS=1 -I. 
> -I/var/tmp/portage/net-dns/libidn-1.29/work/libidn-1.29/lib/gltests -I../.. 
> -I/var/tmp/portage/net-dns/libidn-1.29/work/libidn-1.29/lib/gltests/../.. 
> -I../../lib/gl 
> -I/var/tmp/portage/net-dns/libidn-1.29/work/libidn-1.29/lib/gltests/../../lib/gl
>    -march=native -O2 -pipe -fomit-frame-pointer -c -o test-c-ctype.o 
> /var/tmp/portage/net-dns/libidn-1.29/work/libidn-1.29/lib/gltests/test-c-ctype.c
> x86_64-pc-linux-gnu-gcc -std=gnu99 -DHAVE_CONFIG_H -I. 
> -I/var/tmp/portage/net-dns/libidn-1.29/work/libidn-1.29/lib/gltests -I../..  
> -DIN_LIBIDN_GNULIB_TESTS=1 -I. 
> -I/var/tmp/portage/net-dns/libidn-1.29/work/libidn-1.29/lib/gltests -I../.. 
> -I/var/tmp/portage/net-dns/libidn-1.29/work/libidn-1.29/lib/gltests/../.. 
> -I../../lib/gl 
> -I/var/tmp/portage/net-dns/libidn-1.29/work/libidn-1.29/lib/gltests/../../lib/gl
>    -march=native -O2 -pipe -fomit-frame-pointer -c -o test-c-strcasecmp.o 
> /var/tmp/portage/net-dns/libidn-1.29/work/libidn-1.29/lib/gltests/test-c-strcasecmp.c
> x86_64-pc-linux-gnu-gcc -std=gnu99 -DHAVE_CONFIG_H -I. 
> -I/var/tmp/portage/net-dns/libidn-1.29/work/libidn-1.29/lib/gltests -I../..  
> -DIN_LIBIDN_GNULIB_TESTS=1 -I. 
> -I/var/tmp/portage/net-dns/libidn-1.29/work/libidn-1.29/lib/gltests -I../.. 
> -I/var/tmp/portage/net-dns/libidn-1.29/work/libidn-1.29/lib/gltests/../.. 
> -I../../lib/gl 
> -I/var/tmp/portage/net-dns/libidn-1.29/work/libidn-1.29/lib/gltests/../../lib/gl
>    -march=native -O2 -pipe -fomit-frame-pointer -c -o test-c-strncasecmp.o 
> /var/tmp/portage/net-dns/libidn-1.29/work/libidn-1.29/lib/gltests/test-c-strncasecmp.c
> x86_64-pc-linux-gnu-gcc -std=gnu99 -DHAVE_CONFIG_H -I. 
> -I/var/tmp/portage/net-dns/libidn-1.29/work/libidn-1.29/lib/gltests -I../..  
> -DIN_LIBIDN_GNULIB_TESTS=1 -I. 
> -I/var/tmp/portage/net-dns/libidn-1.29/work/libidn-1.29/lib/gltests -I../.. 
> -I/var/tmp/portage/net-dns/libidn-1.29/work/libidn-1.29/lib/gltests/../.. 
> -I../../lib/gl 
> -I/var/tmp/portage/net-dns/libidn-1.29/work/libidn-1.29/lib/gltests/../../lib/gl
>    -march=native -O2 -pipe -fomit-frame-pointer -c -o test-environ.o 
> /var/tmp/portage/net-dns/libidn-1.29/work/libidn-1.29/lib/gltests/test-environ.c
> x86_64-pc-linux-gnu-gcc -std=gnu99 -DHAVE_CONFIG_H -I. 
> -I/var/tmp/portage/net-dns/libidn-1.29/work/libidn-1.29/lib/gltests -I../..  
> -DIN_LIBIDN_GNULIB_TESTS=1 -I. 
> -I/var/tmp/portage/net-dns/libidn-1.29/work/libidn-1.29/lib/gltests -I../.. 
> -I/var/tmp/portage/net-dns/libidn-1.29/work/libidn-1.29/lib/gltests/../.. 
> -I../../lib/gl 
> -I/var/tmp/portage/net-dns/libidn-1.29/work/libidn-1.29/lib/gltests/../../lib/gl
>    -march=native -O2 -pipe -fomit-frame-pointer -c -o test-iconv.o 
> /var/tmp/portage/net-dns/libidn-1.29/work/libidn-1.29/lib/gltests/test-iconv.c
> x86_64-pc-linux-gnu-gcc -std=gnu99 -DHAVE_CONFIG_H -I. 
> -I/var/tmp/portage/net-dns/libidn-1.29/work/libidn-1.29/lib/gltests -I../..  
> -DIN_LIBIDN_GNULIB_TESTS=1 -I. 
> -I/var/tmp/portage/net-dns/libidn-1.29/work/libidn-1.29/lib/gltests -I../.. 
> -I/var/tmp/portage/net-dns/libidn-1.29/work/libidn-1.29/lib/gltests/../.. 
> -I../../lib/gl 
> -I/var/tmp/portage/net-dns/libidn-1.29/work/libidn-1.29/lib/gltests/../../lib/gl
>    -march=native -O2 -pipe -fomit-frame-pointer -c -o test-intprops.o 
> /var/tmp/portage/net-dns/libidn-1.29/work/libidn-1.29/lib/gltests/test-intprops.c
> x86_64-pc-linux-gnu-gcc -std=gnu99 -DHAVE_CONFIG_H -I. 
> -I/var/tmp/portage/net-dns/libidn-1.29/work/libidn-1.29/lib/gltests -I../..  
> -DIN_LIBIDN_GNULIB_TESTS=1 -I. 
> -I/var/tmp/portage/net-dns/libidn-1.29/work/libidn-1.29/lib/gltests -I../.. 
> -I/var/tmp/portage/net-dns/libidn-1.29/work/libidn-1.29/lib/gltests/../.. 
> -I../../lib/gl 
> -I/var/tmp/portage/net-dns/libidn-1.29/work/libidn-1.29/lib/gltests/../../lib/gl
>    -march=native -O2 -pipe -fomit-frame-pointer -c -o test-inttypes.o 
> /var/tmp/portage/net-dns/libidn-1.29/work/libidn-1.29/lib/gltests/test-inttypes.c
> x86_64-pc-linux-gnu-gcc -std=gnu99 -DHAVE_CONFIG_H -I. 
> -I/var/tmp/portage/net-dns/libidn-1.29/work/libidn-1.29/lib/gltests -I../..  
> -DIN_LIBIDN_GNULIB_TESTS=1 -I. 
> -I/var/tmp/portage/net-dns/libidn-1.29/work/libidn-1.29/lib/gltests -I../.. 
> -I/var/tmp/portage/net-dns/libidn-1.29/work/libidn-1.29/lib/gltests/../.. 
> -I../../lib/gl 
> -I/var/tmp/portage/net-dns/libidn-1.29/work/libidn-1.29/lib/gltests/../../lib/gl
>    -march=native -O2 -pipe -fomit-frame-pointer -c -o test-locale.o 
> /var/tmp/portage/net-dns/libidn-1.29/work/libidn-1.29/lib/gltests/test-locale.c
> x86_64-pc-linux-gnu-gcc -std=gnu99 -DHAVE_CONFIG_H -I. 
> -I/var/tmp/portage/net-dns/libidn-1.29/work/libidn-1.29/lib/gltests -I../..  
> -DIN_LIBIDN_GNULIB_TESTS=1 -I. 
> -I/var/tmp/portage/net-dns/libidn-1.29/work/libidn-1.29/lib/gltests -I../.. 
> -I/var/tmp/portage/net-dns/libidn-1.29/work/libidn-1.29/lib/gltests/../.. 
> -I../../lib/gl 
> -I/var/tmp/portage/net-dns/libidn-1.29/work/libidn-1.29/lib/gltests/../../lib/gl
>    -march=native -O2 -pipe -fomit-frame-pointer -c -o test-localename.o 
> /var/tmp/portage/net-dns/libidn-1.29/work/libidn-1.29/lib/gltests/test-localename.c
> x86_64-pc-linux-gnu-gcc -std=gnu99 -DHAVE_CONFIG_H -I. 
> -I/var/tmp/portage/net-dns/libidn-1.29/work/libidn-1.29/lib/gltests -I../..  
> -DIN_LIBIDN_GNULIB_TESTS=1 -I. 
> -I/var/tmp/portage/net-dns/libidn-1.29/work/libidn-1.29/lib/gltests -I../.. 
> -I/var/tmp/portage/net-dns/libidn-1.29/work/libidn-1.29/lib/gltests/../.. 
> -I../../lib/gl 
> -I/var/tmp/portage/net-dns/libidn-1.29/work/libidn-1.29/lib/gltests/../../lib/gl
>    -march=native -O2 -pipe -fomit-frame-pointer -c -o test-lock.o 
> /var/tmp/portage/net-dns/libidn-1.29/work/libidn-1.29/lib/gltests/test-lock.c
> x86_64-pc-linux-gnu-gcc -std=gnu99 -DHAVE_CONFIG_H -I. 
> -I/var/tmp/portage/net-dns/libidn-1.29/work/libidn-1.29/lib/gltests -I../..  
> -DIN_LIBIDN_GNULIB_TESTS=1 -I. 
> -I/var/tmp/portage/net-dns/libidn-1.29/work/libidn-1.29/lib/gltests -I../.. 
> -I/var/tmp/portage/net-dns/libidn-1.29/work/libidn-1.29/lib/gltests/../.. 
> -I../../lib/gl 
> -I/var/tmp/portage/net-dns/libidn-1.29/work/libidn-1.29/lib/gltests/../../lib/gl
>    -march=native -O2 -pipe -fomit-frame-pointer -c -o test-malloca.o 
> /var/tmp/portage/net-dns/libidn-1.29/work/libidn-1.29/lib/gltests/test-malloca.c
> x86_64-pc-linux-gnu-gcc -std=gnu99 -DHAVE_CONFIG_H -I. 
> -I/var/tmp/portage/net-dns/libidn-1.29/work/libidn-1.29/lib/gltests -I../..  
> -DIN_LIBIDN_GNULIB_TESTS=1 -I. 
> -I/var/tmp/portage/net-dns/libidn-1.29/work/libidn-1.29/lib/gltests -I../.. 
> -I/var/tmp/portage/net-dns/libidn-1.29/work/libidn-1.29/lib/gltests/../.. 
> -I../../lib/gl 
> -I/var/tmp/portage/net-dns/libidn-1.29/work/libidn-1.29/lib/gltests/../../lib/gl
>    -march=native -O2 -pipe -fomit-frame-pointer -c -o test-setenv.o 
> /var/tmp/portage/net-dns/libidn-1.29/work/libidn-1.29/lib/gltests/test-setenv.c
> x86_64-pc-linux-gnu-gcc -std=gnu99 -DHAVE_CONFIG_H -I. 
> -I/var/tmp/portage/net-dns/libidn-1.29/work/libidn-1.29/lib/gltests -I../..  
> -DIN_LIBIDN_GNULIB_TESTS=1 -I. 
> -I/var/tmp/portage/net-dns/libidn-1.29/work/libidn-1.29/lib/gltests -I../.. 
> -I/var/tmp/portage/net-dns/libidn-1.29/work/libidn-1.29/lib/gltests/../.. 
> -I../../lib/gl 
> -I/var/tmp/portage/net-dns/libidn-1.29/work/libidn-1.29/lib/gltests/../../lib/gl
>    -march=native -O2 -pipe -fomit-frame-pointer -c -o test-setlocale1.o 
> /var/tmp/portage/net-dns/libidn-1.29/work/libidn-1.29/lib/gltests/test-setlocale1.c
> x86_64-pc-linux-gnu-gcc -std=gnu99 -DHAVE_CONFIG_H -I. 
> -I/var/tmp/portage/net-dns/libidn-1.29/work/libidn-1.29/lib/gltests -I../..  
> -DIN_LIBIDN_GNULIB_TESTS=1 -I. 
> -I/var/tmp/portage/net-dns/libidn-1.29/work/libidn-1.29/lib/gltests -I../.. 
> -I/var/tmp/portage/net-dns/libidn-1.29/work/libidn-1.29/lib/gltests/../.. 
> -I../../lib/gl 
> -I/var/tmp/portage/net-dns/libidn-1.29/work/libidn-1.29/lib/gltests/../../lib/gl
>    -march=native -O2 -pipe -fomit-frame-pointer -c -o test-setlocale2.o 
> /var/tmp/portage/net-dns/libidn-1.29/work/libidn-1.29/lib/gltests/test-setlocale2.c
> x86_64-pc-linux-gnu-gcc -std=gnu99 -DHAVE_CONFIG_H -I. 
> -I/var/tmp/portage/net-dns/libidn-1.29/work/libidn-1.29/lib/gltests -I../..  
> -DIN_LIBIDN_GNULIB_TESTS=1 -I. 
> -I/var/tmp/portage/net-dns/libidn-1.29/work/libidn-1.29/lib/gltests -I../.. 
> -I/var/tmp/portage/net-dns/libidn-1.29/work/libidn-1.29/lib/gltests/../.. 
> -I../../lib/gl 
> -I/var/tmp/portage/net-dns/libidn-1.29/work/libidn-1.29/lib/gltests/../../lib/gl
>    -march=native -O2 -pipe -fomit-frame-pointer -c -o test-stdbool.o 
> /var/tmp/portage/net-dns/libidn-1.29/work/libidn-1.29/lib/gltests/test-stdbool.c
> x86_64-pc-linux-gnu-gcc -std=gnu99 -DHAVE_CONFIG_H -I. 
> -I/var/tmp/portage/net-dns/libidn-1.29/work/libidn-1.29/lib/gltests -I../..  
> -DIN_LIBIDN_GNULIB_TESTS=1 -I. 
> -I/var/tmp/portage/net-dns/libidn-1.29/work/libidn-1.29/lib/gltests -I../.. 
> -I/var/tmp/portage/net-dns/libidn-1.29/work/libidn-1.29/lib/gltests/../.. 
> -I../../lib/gl 
> -I/var/tmp/portage/net-dns/libidn-1.29/work/libidn-1.29/lib/gltests/../../lib/gl
>    -march=native -O2 -pipe -fomit-frame-pointer -c -o test-stddef.o 
> /var/tmp/portage/net-dns/libidn-1.29/work/libidn-1.29/lib/gltests/test-stddef.c
> x86_64-pc-linux-gnu-gcc -std=gnu99 -DHAVE_CONFIG_H -I. 
> -I/var/tmp/portage/net-dns/libidn-1.29/work/libidn-1.29/lib/gltests -I../..  
> -DIN_LIBIDN_GNULIB_TESTS=1 -I. 
> -I/var/tmp/portage/net-dns/libidn-1.29/work/libidn-1.29/lib/gltests -I../.. 
> -I/var/tmp/portage/net-dns/libidn-1.29/work/libidn-1.29/lib/gltests/../.. 
> -I../../lib/gl 
> -I/var/tmp/portage/net-dns/libidn-1.29/work/libidn-1.29/lib/gltests/../../lib/gl
>    -march=native -O2 -pipe -fomit-frame-pointer -c -o test-stdint.o 
> /var/tmp/portage/net-dns/libidn-1.29/work/libidn-1.29/lib/gltests/test-stdint.c
> x86_64-pc-linux-gnu-gcc -std=gnu99 -DHAVE_CONFIG_H -I. 
> -I/var/tmp/portage/net-dns/libidn-1.29/work/libidn-1.29/lib/gltests -I../..  
> -DIN_LIBIDN_GNULIB_TESTS=1 -I. 
> -I/var/tmp/portage/net-dns/libidn-1.29/work/libidn-1.29/lib/gltests -I../.. 
> -I/var/tmp/portage/net-dns/libidn-1.29/work/libidn-1.29/lib/gltests/../.. 
> -I../../lib/gl 
> -I/var/tmp/portage/net-dns/libidn-1.29/work/libidn-1.29/lib/gltests/../../lib/gl
>    -march=native -O2 -pipe -fomit-frame-pointer -c -o test-stdlib.o 
> /var/tmp/portage/net-dns/libidn-1.29/work/libidn-1.29/lib/gltests/test-stdlib.c
> x86_64-pc-linux-gnu-gcc -std=gnu99 -DHAVE_CONFIG_H -I. 
> -I/var/tmp/portage/net-dns/libidn-1.29/work/libidn-1.29/lib/gltests -I../..  
> -DIN_LIBIDN_GNULIB_TESTS=1 -I. 
> -I/var/tmp/portage/net-dns/libidn-1.29/work/libidn-1.29/lib/gltests -I../.. 
> -I/var/tmp/portage/net-dns/libidn-1.29/work/libidn-1.29/lib/gltests/../.. 
> -I../../lib/gl 
> -I/var/tmp/portage/net-dns/libidn-1.29/work/libidn-1.29/lib/gltests/../../lib/gl
>    -march=native -O2 -pipe -fomit-frame-pointer -c -o test-striconv.o 
> /var/tmp/portage/net-dns/libidn-1.29/work/libidn-1.29/lib/gltests/test-striconv.c
> x86_64-pc-linux-gnu-gcc -std=gnu99 -DHAVE_CONFIG_H -I. 
> -I/var/tmp/portage/net-dns/libidn-1.29/work/libidn-1.29/lib/gltests -I../..  
> -DIN_LIBIDN_GNULIB_TESTS=1 -I. 
> -I/var/tmp/portage/net-dns/libidn-1.29/work/libidn-1.29/lib/gltests -I../.. 
> -I/var/tmp/portage/net-dns/libidn-1.29/work/libidn-1.29/lib/gltests/../.. 
> -I../../lib/gl 
> -I/var/tmp/portage/net-dns/libidn-1.29/work/libidn-1.29/lib/gltests/../../lib/gl
>    -march=native -O2 -pipe -fomit-frame-pointer -c -o test-strverscmp.o 
> /var/tmp/portage/net-dns/libidn-1.29/work/libidn-1.29/lib/gltests/test-strverscmp.c
> x86_64-pc-linux-gnu-gcc -std=gnu99 -DHAVE_CONFIG_H -I. 
> -I/var/tmp/portage/net-dns/libidn-1.29/work/libidn-1.29/lib/gltests -I../..  
> -DIN_LIBIDN_GNULIB_TESTS=1 -I. 
> -I/var/tmp/portage/net-dns/libidn-1.29/work/libidn-1.29/lib/gltests -I../.. 
> -I/var/tmp/portage/net-dns/libidn-1.29/work/libidn-1.29/lib/gltests/../.. 
> -I../../lib/gl 
> -I/var/tmp/portage/net-dns/libidn-1.29/work/libidn-1.29/lib/gltests/../../lib/gl
>    -march=native -O2 -pipe -fomit-frame-pointer -c -o test-sys_types.o 
> /var/tmp/portage/net-dns/libidn-1.29/work/libidn-1.29/lib/gltests/test-sys_types.c
> x86_64-pc-linux-gnu-gcc -std=gnu99 -DHAVE_CONFIG_H -I. 
> -I/var/tmp/portage/net-dns/libidn-1.29/work/libidn-1.29/lib/gltests -I../..  
> -DIN_LIBIDN_GNULIB_TESTS=1 -I. 
> -I/var/tmp/portage/net-dns/libidn-1.29/work/libidn-1.29/lib/gltests -I../.. 
> -I/var/tmp/portage/net-dns/libidn-1.29/work/libidn-1.29/lib/gltests/../.. 
> -I../../lib/gl 
> -I/var/tmp/portage/net-dns/libidn-1.29/work/libidn-1.29/lib/gltests/../../lib/gl
>    -march=native -O2 -pipe -fomit-frame-pointer -c -o test-thread_self.o 
> /var/tmp/portage/net-dns/libidn-1.29/work/libidn-1.29/lib/gltests/test-thread_self.c
> x86_64-pc-linux-gnu-gcc -std=gnu99 -DHAVE_CONFIG_H -I. 
> -I/var/tmp/portage/net-dns/libidn-1.29/work/libidn-1.29/lib/gltests -I../..  
> -DIN_LIBIDN_GNULIB_TESTS=1 -I. 
> -I/var/tmp/portage/net-dns/libidn-1.29/work/libidn-1.29/lib/gltests -I../.. 
> -I/var/tmp/portage/net-dns/libidn-1.29/work/libidn-1.29/lib/gltests/../.. 
> -I../../lib/gl 
> -I/var/tmp/portage/net-dns/libidn-1.29/work/libidn-1.29/lib/gltests/../../lib/gl
>    -march=native -O2 -pipe -fomit-frame-pointer -c -o test-thread_create.o 
> /var/tmp/portage/net-dns/libidn-1.29/work/libidn-1.29/lib/gltests/test-thread_create.c
> x86_64-pc-linux-gnu-gcc -std=gnu99 -DHAVE_CONFIG_H -I. 
> -I/var/tmp/portage/net-dns/libidn-1.29/work/libidn-1.29/lib/gltests -I../..  
> -DIN_LIBIDN_GNULIB_TESTS=1 -I. 
> -I/var/tmp/portage/net-dns/libidn-1.29/work/libidn-1.29/lib/gltests -I../.. 
> -I/var/tmp/portage/net-dns/libidn-1.29/work/libidn-1.29/lib/gltests/../.. 
> -I../../lib/gl 
> -I/var/tmp/portage/net-dns/libidn-1.29/work/libidn-1.29/lib/gltests/../../lib/gl
>    -march=native -O2 -pipe -fomit-frame-pointer -c -o test-unistd.o 
> /var/tmp/portage/net-dns/libidn-1.29/work/libidn-1.29/lib/gltests/test-unistd.c
> x86_64-pc-linux-gnu-gcc -std=gnu99 -DHAVE_CONFIG_H -I. 
> -I/var/tmp/portage/net-dns/libidn-1.29/work/libidn-1.29/lib/gltests -I../..  
> -DIN_LIBIDN_GNULIB_TESTS=1 -I. 
> -I/var/tmp/portage/net-dns/libidn-1.29/work/libidn-1.29/lib/gltests -I../.. 
> -I/var/tmp/portage/net-dns/libidn-1.29/work/libidn-1.29/lib/gltests/../.. 
> -I../../lib/gl 
> -I/var/tmp/portage/net-dns/libidn-1.29/work/libidn-1.29/lib/gltests/../../lib/gl
>    -march=native -O2 -pipe -fomit-frame-pointer -c -o test-unsetenv.o 
> /var/tmp/portage/net-dns/libidn-1.29/work/libidn-1.29/lib/gltests/test-unsetenv.c
> x86_64-pc-linux-gnu-gcc -std=gnu99 -DHAVE_CONFIG_H -I. 
> -I/var/tmp/portage/net-dns/libidn-1.29/work/libidn-1.29/lib/gltests -I../..  
> -DIN_LIBIDN_GNULIB_TESTS=1 -I. 
> -I/var/tmp/portage/net-dns/libidn-1.29/work/libidn-1.29/lib/gltests -I../.. 
> -I/var/tmp/portage/net-dns/libidn-1.29/work/libidn-1.29/lib/gltests/../.. 
> -I../../lib/gl 
> -I/var/tmp/portage/net-dns/libidn-1.29/work/libidn-1.29/lib/gltests/../../lib/gl
>    -march=native -O2 -pipe -fomit-frame-pointer -c -o test-verify.o 
> /var/tmp/portage/net-dns/libidn-1.29/work/libidn-1.29/lib/gltests/test-verify.c
> x86_64-pc-linux-gnu-gcc -std=gnu99 -DHAVE_CONFIG_H -I. 
> -I/var/tmp/portage/net-dns/libidn-1.29/work/libidn-1.29/lib/gltests -I../..  
> -DIN_LIBIDN_GNULIB_TESTS=1 -I. 
> -I/var/tmp/portage/net-dns/libidn-1.29/work/libidn-1.29/lib/gltests -I../.. 
> -I/var/tmp/portage/net-dns/libidn-1.29/work/libidn-1.29/lib/gltests/../.. 
> -I../../lib/gl 
> -I/var/tmp/portage/net-dns/libidn-1.29/work/libidn-1.29/lib/gltests/../../lib/gl
>    -march=native -O2 -pipe -fomit-frame-pointer -c -o glthread/lock.o 
> /var/tmp/portage/net-dns/libidn-1.29/work/libidn-1.29/lib/gltests/glthread/lock.c
> x86_64-pc-linux-gnu-gcc -std=gnu99 -DHAVE_CONFIG_H -I. 
> -I/var/tmp/portage/net-dns/libidn-1.29/work/libidn-1.29/lib/gltests -I../..  
> -DIN_LIBIDN_GNULIB_TESTS=1 -I. 
> -I/var/tmp/portage/net-dns/libidn-1.29/work/libidn-1.29/lib/gltests -I../.. 
> -I/var/tmp/portage/net-dns/libidn-1.29/work/libidn-1.29/lib/gltests/../.. 
> -I../../lib/gl 
> -I/var/tmp/portage/net-dns/libidn-1.29/work/libidn-1.29/lib/gltests/../../lib/gl
>    -march=native -O2 -pipe -fomit-frame-pointer -c -o glthread/thread.o 
> /var/tmp/portage/net-dns/libidn-1.29/work/libidn-1.29/lib/gltests/glthread/thread.c
> x86_64-pc-linux-gnu-gcc -std=gnu99 -DHAVE_CONFIG_H -I. 
> -I/var/tmp/portage/net-dns/libidn-1.29/work/libidn-1.29/lib/gltests -I../..  
> -DIN_LIBIDN_GNULIB_TESTS=1 -I. 
> -I/var/tmp/portage/net-dns/libidn-1.29/work/libidn-1.29/lib/gltests -I../.. 
> -I/var/tmp/portage/net-dns/libidn-1.29/work/libidn-1.29/lib/gltests/../.. 
> -I../../lib/gl 
> -I/var/tmp/portage/net-dns/libidn-1.29/work/libidn-1.29/lib/gltests/../../lib/gl
>    -march=native -O2 -pipe -fomit-frame-pointer -c -o glthread/threadlib.o 
> /var/tmp/portage/net-dns/libidn-1.29/work/libidn-1.29/lib/gltests/glthread/threadlib.c
> x86_64-pc-linux-gnu-gcc -std=gnu99 -DHAVE_CONFIG_H -I. 
> -I/var/tmp/portage/net-dns/libidn-1.29/work/libidn-1.29/lib/gltests -I../..  
> -DIN_LIBIDN_GNULIB_TESTS=1 -I. 
> -I/var/tmp/portage/net-dns/libidn-1.29/work/libidn-1.29/lib/gltests -I../.. 
> -I/var/tmp/portage/net-dns/libidn-1.29/work/libidn-1.29/lib/gltests/../.. 
> -I../../lib/gl 
> -I/var/tmp/portage/net-dns/libidn-1.29/work/libidn-1.29/lib/gltests/../../lib/gl
>    -march=native -O2 -pipe -fomit-frame-pointer -c -o 
> unistr/test-u8-mbtoucr.o 
> /var/tmp/portage/net-dns/libidn-1.29/work/libidn-1.29/lib/gltests/unistr/test-u8-mbtoucr.c
> x86_64-pc-linux-gnu-gcc -std=gnu99 -DHAVE_CONFIG_H -I. 
> -I/var/tmp/portage/net-dns/libidn-1.29/work/libidn-1.29/lib/gltests -I../..  
> -DIN_LIBIDN_GNULIB_TESTS=1 -I. 
> -I/var/tmp/portage/net-dns/libidn-1.29/work/libidn-1.29/lib/gltests -I../.. 
> -I/var/tmp/portage/net-dns/libidn-1.29/work/libidn-1.29/lib/gltests/../.. 
> -I../../lib/gl 
> -I/var/tmp/portage/net-dns/libidn-1.29/work/libidn-1.29/lib/gltests/../../lib/gl
>    -march=native -O2 -pipe -fomit-frame-pointer -c -o unistr/test-u8-uctomb.o 
> /var/tmp/portage/net-dns/libidn-1.29/work/libidn-1.29/lib/gltests/unistr/test-u8-uctomb.c
> rm -f libtests.a
> x86_64-pc-linux-gnu-ar cru libtests.a localename.o glthread/lock.o malloca.o 
> glthread/thread.o glthread/threadlib.o unistd.o 
> x86_64-pc-linux-gnu-ranlib libtests.a
> /bin/sh ../../libtool  --tag=CC --preserve-dup-deps  --mode=link 
> x86_64-pc-linux-gnu-gcc -std=gnu99  -march=native -O2 -pipe 
> -fomit-frame-pointer  -Wl,--as-needed -o test-alloca-opt test-alloca-opt.o 
> libtests.a ../../lib/gl/libgnu.la libtests.a  
> /bin/sh ../../libtool  --tag=CC --preserve-dup-deps  --mode=link 
> x86_64-pc-linux-gnu-gcc -std=gnu99  -march=native -O2 -pipe 
> -fomit-frame-pointer  -Wl,--as-needed -o test-c-ctype test-c-ctype.o 
> libtests.a ../../lib/gl/libgnu.la libtests.a  
> libtool: link: x86_64-pc-linux-gnu-gcc -std=gnu99 -march=native -O2 -pipe 
> -fomit-frame-pointer -Wl,--as-needed -o test-alloca-opt test-alloca-opt.o  
> libtests.a ../../lib/gl/.libs/libgnu.a libtests.a
> /bin/sh ../../libtool  --tag=CC --preserve-dup-deps  --mode=link 
> x86_64-pc-linux-gnu-gcc -std=gnu99  -march=native -O2 -pipe 
> -fomit-frame-pointer  -Wl,--as-needed -o test-c-strcasecmp 
> test-c-strcasecmp.o libtests.a ../../lib/gl/libgnu.la libtests.a  
> /bin/sh ../../libtool  --tag=CC --preserve-dup-deps  --mode=link 
> x86_64-pc-linux-gnu-gcc -std=gnu99  -march=native -O2 -pipe 
> -fomit-frame-pointer  -Wl,--as-needed -o test-c-strncasecmp 
> test-c-strncasecmp.o libtests.a ../../lib/gl/libgnu.la libtests.a  
> libtool: link: x86_64-pc-linux-gnu-gcc -std=gnu99 -march=native -O2 -pipe 
> -fomit-frame-pointer -Wl,--as-needed -o test-c-ctype test-c-ctype.o  
> libtests.a ../../lib/gl/.libs/libgnu.a libtests.a
> libtool: link: x86_64-pc-linux-gnu-gcc -std=gnu99 -march=native -O2 -pipe 
> -fomit-frame-pointer -Wl,--as-needed -o test-c-strcasecmp test-c-strcasecmp.o 
>  libtests.a ../../lib/gl/.libs/libgnu.a libtests.a
> /bin/sh ../../libtool  --tag=CC --preserve-dup-deps  --mode=link 
> x86_64-pc-linux-gnu-gcc -std=gnu99  -march=native -O2 -pipe 
> -fomit-frame-pointer  -Wl,--as-needed -o test-environ test-environ.o 
> libtests.a ../../lib/gl/libgnu.la libtests.a  
> libtool: link: x86_64-pc-linux-gnu-gcc -std=gnu99 -march=native -O2 -pipe 
> -fomit-frame-pointer -Wl,--as-needed -o test-c-strncasecmp 
> test-c-strncasecmp.o  libtests.a ../../lib/gl/.libs/libgnu.a libtests.a
> /bin/sh ../../libtool  --tag=CC --preserve-dup-deps  --mode=link 
> x86_64-pc-linux-gnu-gcc -std=gnu99  -march=native -O2 -pipe 
> -fomit-frame-pointer  -Wl,--as-needed -o test-iconv test-iconv.o libtests.a 
> ../../lib/gl/libgnu.la libtests.a   
> /bin/sh ../../libtool  --tag=CC --preserve-dup-deps  --mode=link 
> x86_64-pc-linux-gnu-gcc -std=gnu99  -march=native -O2 -pipe 
> -fomit-frame-pointer  -Wl,--as-needed -o test-intprops test-intprops.o 
> libtests.a ../../lib/gl/libgnu.la libtests.a  
> libtool: link: x86_64-pc-linux-gnu-gcc -std=gnu99 -march=native -O2 -pipe 
> -fomit-frame-pointer -Wl,--as-needed -o test-environ test-environ.o  
> libtests.a ../../lib/gl/.libs/libgnu.a libtests.a
> libtool: link: x86_64-pc-linux-gnu-gcc -std=gnu99 -march=native -O2 -pipe 
> -fomit-frame-pointer -Wl,--as-needed -o test-iconv test-iconv.o  libtests.a 
> ../../lib/gl/.libs/libgnu.a libtests.a
> /bin/sh ../../libtool  --tag=CC --preserve-dup-deps  --mode=link 
> x86_64-pc-linux-gnu-gcc -std=gnu99  -march=native -O2 -pipe 
> -fomit-frame-pointer  -Wl,--as-needed -o test-inttypes test-inttypes.o 
> libtests.a ../../lib/gl/libgnu.la libtests.a  
> /bin/sh ../../libtool  --tag=CC --preserve-dup-deps  --mode=link 
> x86_64-pc-linux-gnu-gcc -std=gnu99  -march=native -O2 -pipe 
> -fomit-frame-pointer  -Wl,--as-needed -o test-locale test-locale.o libtests.a 
> ../../lib/gl/libgnu.la libtests.a  
> libtool: link: x86_64-pc-linux-gnu-gcc -std=gnu99 -march=native -O2 -pipe 
> -fomit-frame-pointer -Wl,--as-needed -o test-intprops test-intprops.o  
> libtests.a ../../lib/gl/.libs/libgnu.a libtests.a
> /bin/sh ../../libtool  --tag=CC --preserve-dup-deps  --mode=link 
> x86_64-pc-linux-gnu-gcc -std=gnu99  -march=native -O2 -pipe 
> -fomit-frame-pointer  -Wl,--as-needed -o test-localename test-localename.o 
> libtests.a ../../lib/gl/libgnu.la libtests.a    
> libtool: link: x86_64-pc-linux-gnu-gcc -std=gnu99 -march=native -O2 -pipe 
> -fomit-frame-pointer -Wl,--as-needed -o test-inttypes test-inttypes.o  
> libtests.a ../../lib/gl/.libs/libgnu.a libtests.a
> libtool: link: x86_64-pc-linux-gnu-gcc -std=gnu99 -march=native -O2 -pipe 
> -fomit-frame-pointer -Wl,--as-needed -o test-locale test-locale.o  libtests.a 
> ../../lib/gl/.libs/libgnu.a libtests.a
> /bin/sh ../../libtool  --tag=CC --preserve-dup-deps  --mode=link 
> x86_64-pc-linux-gnu-gcc -std=gnu99  -march=native -O2 -pipe 
> -fomit-frame-pointer  -Wl,--as-needed -o test-lock test-lock.o libtests.a 
> ../../lib/gl/libgnu.la libtests.a  -lpthread -lrt 
> /bin/sh ../../libtool  --tag=CC --preserve-dup-deps  --mode=link 
> x86_64-pc-linux-gnu-gcc -std=gnu99  -march=native -O2 -pipe 
> -fomit-frame-pointer  -Wl,--as-needed -o test-malloca test-malloca.o 
> libtests.a ../../lib/gl/libgnu.la libtests.a  
> libtool: link: x86_64-pc-linux-gnu-gcc -std=gnu99 -march=native -O2 -pipe 
> -fomit-frame-pointer -Wl,--as-needed -o test-localename test-localename.o  
> libtests.a ../../lib/gl/.libs/libgnu.a libtests.a
> /bin/sh ../../libtool  --tag=CC --preserve-dup-deps  --mode=link 
> x86_64-pc-linux-gnu-gcc -std=gnu99  -march=native -O2 -pipe 
> -fomit-frame-pointer  -Wl,--as-needed -o test-setenv test-setenv.o libtests.a 
> ../../lib/gl/libgnu.la libtests.a  
> libtool: link: x86_64-pc-linux-gnu-gcc -std=gnu99 -march=native -O2 -pipe 
> -fomit-frame-pointer -Wl,--as-needed -o test-lock test-lock.o  libtests.a 
> ../../lib/gl/.libs/libgnu.a libtests.a -lpthread -lrt
> libtool: link: x86_64-pc-linux-gnu-gcc -std=gnu99 -march=native -O2 -pipe 
> -fomit-frame-pointer -Wl,--as-needed -o test-malloca test-malloca.o  
> libtests.a ../../lib/gl/.libs/libgnu.a libtests.a
> /bin/sh ../../libtool  --tag=CC --preserve-dup-deps  --mode=link 
> x86_64-pc-linux-gnu-gcc -std=gnu99  -march=native -O2 -pipe 
> -fomit-frame-pointer  -Wl,--as-needed -o test-setlocale1 test-setlocale1.o 
> libtests.a ../../lib/gl/libgnu.la libtests.a  
> /bin/sh ../../libtool  --tag=CC --preserve-dup-deps  --mode=link 
> x86_64-pc-linux-gnu-gcc -std=gnu99  -march=native -O2 -pipe 
> -fomit-frame-pointer  -Wl,--as-needed -o test-setlocale2 test-setlocale2.o 
> libtests.a ../../lib/gl/libgnu.la libtests.a  
> libtool: link: x86_64-pc-linux-gnu-gcc -std=gnu99 -march=native -O2 -pipe 
> -fomit-frame-pointer -Wl,--as-needed -o test-setenv test-setenv.o  libtests.a 
> ../../lib/gl/.libs/libgnu.a libtests.a
> /bin/sh ../../libtool  --tag=CC --preserve-dup-deps  --mode=link 
> x86_64-pc-linux-gnu-gcc -std=gnu99  -march=native -O2 -pipe 
> -fomit-frame-pointer  -Wl,--as-needed -o test-stdbool test-stdbool.o 
> libtests.a ../../lib/gl/libgnu.la libtests.a  
> libtool: link: x86_64-pc-linux-gnu-gcc -std=gnu99 -march=native -O2 -pipe 
> -fomit-frame-pointer -Wl,--as-needed -o test-setlocale1 test-setlocale1.o  
> libtests.a ../../lib/gl/.libs/libgnu.a libtests.a
> libtool: link: x86_64-pc-linux-gnu-gcc -std=gnu99 -march=native -O2 -pipe 
> -fomit-frame-pointer -Wl,--as-needed -o test-setlocale2 test-setlocale2.o  
> libtests.a ../../lib/gl/.libs/libgnu.a libtests.a
> /bin/sh ../../libtool  --tag=CC --preserve-dup-deps  --mode=link 
> x86_64-pc-linux-gnu-gcc -std=gnu99  -march=native -O2 -pipe 
> -fomit-frame-pointer  -Wl,--as-needed -o test-stddef test-stddef.o libtests.a 
> ../../lib/gl/libgnu.la libtests.a  
> /bin/sh ../../libtool  --tag=CC --preserve-dup-deps  --mode=link 
> x86_64-pc-linux-gnu-gcc -std=gnu99  -march=native -O2 -pipe 
> -fomit-frame-pointer  -Wl,--as-needed -o test-stdint test-stdint.o libtests.a 
> ../../lib/gl/libgnu.la libtests.a  
> libtool: link: x86_64-pc-linux-gnu-gcc -std=gnu99 -march=native -O2 -pipe 
> -fomit-frame-pointer -Wl,--as-needed -o test-stdbool test-stdbool.o  
> libtests.a ../../lib/gl/.libs/libgnu.a libtests.a
> /bin/sh ../../libtool  --tag=CC --preserve-dup-deps  --mode=link 
> x86_64-pc-linux-gnu-gcc -std=gnu99  -march=native -O2 -pipe 
> -fomit-frame-pointer  -Wl,--as-needed -o test-stdlib test-stdlib.o libtests.a 
> ../../lib/gl/libgnu.la libtests.a  
> libtool: link: x86_64-pc-linux-gnu-gcc -std=gnu99 -march=native -O2 -pipe 
> -fomit-frame-pointer -Wl,--as-needed -o test-stddef test-stddef.o  libtests.a 
> ../../lib/gl/.libs/libgnu.a libtests.a
> libtool: link: x86_64-pc-linux-gnu-gcc -std=gnu99 -march=native -O2 -pipe 
> -fomit-frame-pointer -Wl,--as-needed -o test-stdint test-stdint.o  libtests.a 
> ../../lib/gl/.libs/libgnu.a libtests.a
> /bin/sh ../../libtool  --tag=CC --preserve-dup-deps  --mode=link 
> x86_64-pc-linux-gnu-gcc -std=gnu99  -march=native -O2 -pipe 
> -fomit-frame-pointer  -Wl,--as-needed -o test-striconv test-striconv.o 
> libtests.a ../../lib/gl/libgnu.la libtests.a   
> /bin/sh ../../libtool  --tag=CC --preserve-dup-deps  --mode=link 
> x86_64-pc-linux-gnu-gcc -std=gnu99  -march=native -O2 -pipe 
> -fomit-frame-pointer  -Wl,--as-needed -o test-strverscmp test-strverscmp.o 
> libtests.a ../../lib/gl/libgnu.la libtests.a  
> libtool: link: x86_64-pc-linux-gnu-gcc -std=gnu99 -march=native -O2 -pipe 
> -fomit-frame-pointer -Wl,--as-needed -o test-stdlib test-stdlib.o  libtests.a 
> ../../lib/gl/.libs/libgnu.a libtests.a
> /bin/sh ../../libtool  --tag=CC --preserve-dup-deps  --mode=link 
> x86_64-pc-linux-gnu-gcc -std=gnu99  -march=native -O2 -pipe 
> -fomit-frame-pointer  -Wl,--as-needed -o test-sys_types test-sys_types.o 
> libtests.a ../../lib/gl/libgnu.la libtests.a  
> libtool: link: x86_64-pc-linux-gnu-gcc -std=gnu99 -march=native -O2 -pipe 
> -fomit-frame-pointer -Wl,--as-needed -o test-striconv test-striconv.o  
> libtests.a ../../lib/gl/.libs/libgnu.a libtests.a
> libtool: link: x86_64-pc-linux-gnu-gcc -std=gnu99 -march=native -O2 -pipe 
> -fomit-frame-pointer -Wl,--as-needed -o test-strverscmp test-strverscmp.o  
> libtests.a ../../lib/gl/.libs/libgnu.a libtests.a
> /bin/sh ../../libtool  --tag=CC --preserve-dup-deps  --mode=link 
> x86_64-pc-linux-gnu-gcc -std=gnu99  -march=native -O2 -pipe 
> -fomit-frame-pointer  -Wl,--as-needed -o test-thread_self test-thread_self.o 
> libtests.a ../../lib/gl/libgnu.la libtests.a   
> libtool: link: x86_64-pc-linux-gnu-gcc -std=gnu99 -march=native -O2 -pipe 
> -fomit-frame-pointer -Wl,--as-needed -o test-sys_types test-sys_types.o  
> libtests.a ../../lib/gl/.libs/libgnu.a libtests.a
> /bin/sh ../../libtool  --tag=CC --preserve-dup-deps  --mode=link 
> x86_64-pc-linux-gnu-gcc -std=gnu99  -march=native -O2 -pipe 
> -fomit-frame-pointer  -Wl,--as-needed -o test-thread_create 
> test-thread_create.o libtests.a ../../lib/gl/libgnu.la libtests.a  -lpthread 
> /bin/sh ../../libtool  --tag=CC --preserve-dup-deps  --mode=link 
> x86_64-pc-linux-gnu-gcc -std=gnu99  -march=native -O2 -pipe 
> -fomit-frame-pointer  -Wl,--as-needed -o test-unistd test-unistd.o libtests.a 
> ../../lib/gl/libgnu.la libtests.a  
> libtool: link: x86_64-pc-linux-gnu-gcc -std=gnu99 -march=native -O2 -pipe 
> -fomit-frame-pointer -Wl,--as-needed -o test-thread_self test-thread_self.o  
> libtests.a ../../lib/gl/.libs/libgnu.a libtests.a
> libtool: link: x86_64-pc-linux-gnu-gcc -std=gnu99 -march=native -O2 -pipe 
> -fomit-frame-pointer -Wl,--as-needed -o test-thread_create 
> test-thread_create.o  libtests.a ../../lib/gl/.libs/libgnu.a libtests.a 
> -lpthread
> /bin/sh ../../libtool  --tag=CC --preserve-dup-deps  --mode=link 
> x86_64-pc-linux-gnu-gcc -std=gnu99  -march=native -O2 -pipe 
> -fomit-frame-pointer  -Wl,--as-needed -o test-u8-mbtoucr 
> unistr/test-u8-mbtoucr.o libtests.a ../../lib/gl/libgnu.la libtests.a   
> libtool: link: x86_64-pc-linux-gnu-gcc -std=gnu99 -march=native -O2 -pipe 
> -fomit-frame-pointer -Wl,--as-needed -o test-unistd test-unistd.o  libtests.a 
> ../../lib/gl/.libs/libgnu.a libtests.a
> /bin/sh ../../libtool  --tag=CC --preserve-dup-deps  --mode=link 
> x86_64-pc-linux-gnu-gcc -std=gnu99  -march=native -O2 -pipe 
> -fomit-frame-pointer  -Wl,--as-needed -o test-u8-uctomb 
> unistr/test-u8-uctomb.o libtests.a ../../lib/gl/libgnu.la libtests.a   
> /bin/sh ../../libtool  --tag=CC --preserve-dup-deps  --mode=link 
> x86_64-pc-linux-gnu-gcc -std=gnu99  -march=native -O2 -pipe 
> -fomit-frame-pointer  -Wl,--as-needed -o test-unsetenv test-unsetenv.o 
> libtests.a ../../lib/gl/libgnu.la libtests.a  
> libtool: link: x86_64-pc-linux-gnu-gcc -std=gnu99 -march=native -O2 -pipe 
> -fomit-frame-pointer -Wl,--as-needed -o test-u8-mbtoucr 
> unistr/test-u8-mbtoucr.o  libtests.a ../../lib/gl/.libs/libgnu.a libtests.a
> /bin/sh ../../libtool  --tag=CC --preserve-dup-deps  --mode=link 
> x86_64-pc-linux-gnu-gcc -std=gnu99  -march=native -O2 -pipe 
> -fomit-frame-pointer  -Wl,--as-needed -o test-verify test-verify.o libtests.a 
> ../../lib/gl/libgnu.la libtests.a  
> libtool: link: x86_64-pc-linux-gnu-gcc -std=gnu99 -march=native -O2 -pipe 
> -fomit-frame-pointer -Wl,--as-needed -o test-u8-uctomb 
> unistr/test-u8-uctomb.o  libtests.a ../../lib/gl/.libs/libgnu.a libtests.a
> libtool: link: x86_64-pc-linux-gnu-gcc -std=gnu99 -march=native -O2 -pipe 
> -fomit-frame-pointer -Wl,--as-needed -o test-unsetenv test-unsetenv.o  
> libtests.a ../../lib/gl/.libs/libgnu.a libtests.a
> libtool: link: x86_64-pc-linux-gnu-gcc -std=gnu99 -march=native -O2 -pipe 
> -fomit-frame-pointer -Wl,--as-needed -o test-verify test-verify.o  libtests.a 
> ../../lib/gl/.libs/libgnu.a libtests.a
> make[4]: Leaving directory 
> '/var/tmp/portage/net-dns/libidn-1.29/work/libidn-1.29-abi_x86_64.amd64/lib/gltests'
> make  check-TESTS
> make[4]: Entering directory 
> '/var/tmp/portage/net-dns/libidn-1.29/work/libidn-1.29-abi_x86_64.amd64/lib/gltests'
> make[5]: Entering directory 
> '/var/tmp/portage/net-dns/libidn-1.29/work/libidn-1.29-abi_x86_64.amd64/lib/gltests'
> PASS: test-c-ctype
> PASS: test-alloca-opt
> PASS: test-c-strcase.sh
> PASS: test-environ
> PASS: test-intprops
> PASS: test-iconv
> PASS: test-inttypes
> PASS: test-locale
> PASS: test-localename
> /var/tmp/portage/net-dns/libidn-1.29/work/libidn-1.29/build-aux/test-driver: 
> line 95:  2323 Aborted                 "$@" > $log_file 2>&1
> FAIL: test-lock
> PASS: test-setenv
> SKIP: test-setlocale1.sh
> PASS: test-malloca
> PASS: test-stdbool
> PASS: test-stddef
> PASS: test-stdint
> PASS: test-stdlib
> PASS: test-striconv
> PASS: test-strverscmp
> PASS: test-sys_types
> PASS: test-thread_self
> PASS: test-setlocale2.sh
> FAIL: test-thread_create
> PASS: test-unistd
> PASS: test-u8-mbtoucr
> PASS: test-u8-uctomb
> PASS: test-unsetenv
> PASS: test-verify
> PASS: test-init.sh
> PASS: test-verify.sh
> make[6]: Entering directory 
> '/var/tmp/portage/net-dns/libidn-1.29/work/libidn-1.29-abi_x86_64.amd64/lib/gltests'
> make  all-recursive
> make[7]: Entering directory 
> '/var/tmp/portage/net-dns/libidn-1.29/work/libidn-1.29-abi_x86_64.amd64/lib/gltests'
> Making all in .
> make[8]: Entering directory 
> '/var/tmp/portage/net-dns/libidn-1.29/work/libidn-1.29-abi_x86_64.amd64/lib/gltests'
> make[8]: Nothing to be done for 'all-am'.
> make[8]: Leaving directory 
> '/var/tmp/portage/net-dns/libidn-1.29/work/libidn-1.29-abi_x86_64.amd64/lib/gltests'
> make[7]: Leaving directory 
> '/var/tmp/portage/net-dns/libidn-1.29/work/libidn-1.29-abi_x86_64.amd64/lib/gltests'
> make[6]: Leaving directory 
> '/var/tmp/portage/net-dns/libidn-1.29/work/libidn-1.29-abi_x86_64.amd64/lib/gltests'
> ============================================================================
> Testsuite summary for GNU Libidn 1.29
> ============================================================================
> # TOTAL: 30
> # PASS:  27
> # SKIP:  1
> # XFAIL: 0
> # FAIL:  2
> # XPASS: 0
> # ERROR: 0
> ============================================================================
> See lib/gltests/test-suite.log
> Please report to address@hidden
> ============================================================================
> Makefile:2041: recipe for target 'test-suite.log' failed
> make[5]: *** [test-suite.log] Error 1
> make[5]: Leaving directory 
> '/var/tmp/portage/net-dns/libidn-1.29/work/libidn-1.29-abi_x86_64.amd64/lib/gltests'
> Makefile:2147: recipe for target 'check-TESTS' failed
> make[4]: *** [check-TESTS] Error 2
> make[4]: Leaving directory 
> '/var/tmp/portage/net-dns/libidn-1.29/work/libidn-1.29-abi_x86_64.amd64/lib/gltests'
> Makefile:2448: recipe for target 'check-am' failed
> make[3]: *** [check-am] Error 2
> make[3]: Leaving directory 
> '/var/tmp/portage/net-dns/libidn-1.29/work/libidn-1.29-abi_x86_64.amd64/lib/gltests'
> Makefile:1934: recipe for target 'check-recursive' failed
> make[2]: *** [check-recursive] Error 1
> make[2]: Leaving directory 
> '/var/tmp/portage/net-dns/libidn-1.29/work/libidn-1.29-abi_x86_64.amd64/lib/gltests'
> Makefile:2451: recipe for target 'check' failed
> make[1]: *** [check] Error 2
> make[1]: Leaving directory 
> '/var/tmp/portage/net-dns/libidn-1.29/work/libidn-1.29-abi_x86_64.amd64/lib/gltests'
> Makefile:1307: recipe for target 'check-recursive' failed
> make: *** [check-recursive] Error 1
>  * ERROR: net-dns/libidn-1.29::gentoo failed (test phase):
>  *   Make check failed. See above for details.
>  * 
>  * Call stack:
>  *            ebuild.sh, line   93:  Called src_test
>  *          environment, line 4287:  Called multilib-minimal_src_test
>  *          environment, line 3550:  Called multilib_foreach_abi 
> 'multilib-minimal_abi_src_test'
>  *          environment, line 3715:  Called multibuild_foreach_variant 
> '_multilib_multibuild_wrapper' 'multilib-minimal_abi_src_test'
>  *          environment, line 3416:  Called _multibuild_run 
> '_multilib_multibuild_wrapper' 'multilib-minimal_abi_src_test'
>  *          environment, line 3414:  Called _multilib_multibuild_wrapper 
> 'multilib-minimal_abi_src_test'
>  *          environment, line  353:  Called multilib-minimal_abi_src_test
>  *          environment, line 3546:  Called default_src_test
>  *   phase-functions.sh, line  799:  Called __eapi0_src_test
>  *     phase-helpers.sh, line  672:  Called die
>  * The specific snippet of code:
>  *            $emake_cmd ${internal_opts} check || \
>  *                    die "Make check failed. See above for details."
>  * 
>  * If you need support, post the output of `emerge --info 
> '=net-dns/libidn-1.29::gentoo'`,
>  * the complete build log and the output of `emerge -pqv 
> '=net-dns/libidn-1.29::gentoo'`.
> !!! When you file a bug report, please include the following information:
> GENTOO_VM=  CLASSPATH="" JAVA_HOME="/etc/java-config-2/current-system-vm"
> JAVACFLAGS="" COMPILER=""
> and of course, the output of emerge --info =libidn-1.29
>  * The complete build log is located at 
> '/var/tmp/portage/net-dns/libidn-1.29/temp/build.log'.
>  * The ebuild environment file is located at 
> '/var/tmp/portage/net-dns/libidn-1.29/temp/environment'.
>  * Working directory: 
> '/var/tmp/portage/net-dns/libidn-1.29/work/libidn-1.29-abi_x86_64.amd64'
>  * S: '/var/tmp/portage/net-dns/libidn-1.29/work/libidn-1.29'
>
> _______________________________________________
> Help-libidn mailing list
> address@hidden
> https://lists.gnu.org/mailman/listinfo/help-libidn
>

Attachment: signature.asc
Description: PGP signature


reply via email to

[Prev in Thread] Current Thread [Next in Thread]