* Package: net-libs/gnutls-2.10.1  * Repository: gentoo  * Maintainer: crypto@gentoo.org  * USE: amd64 cxx elibc_glibc kernel_linux multilib nls test userland_GNU zlib >>> Unpacking source... >>> Unpacking gnutls-2.10.1.tar.bz2 to /tmp/portage/net-libs/gnutls-2.10.1/work >>> Source unpacked in /tmp/portage/net-libs/gnutls-2.10.1/work >>> Preparing source in /tmp/portage/net-libs/gnutls-2.10.1/work/gnutls-2.10.1 ... * Running eautoreconf in '/tmp/portage/net-libs/gnutls-2.10.1/work/gnutls-2.10.1' ... * Running aclocal -I m4 -I gl/m4 -I lib/gl/m4 -I libextra/gl/m4 -I lib/m4 -I libextra/m4 ...  [ ok ] * Running libtoolize --copy --force --install --automake ...  [ ok ] * Running aclocal -I m4 -I gl/m4 -I lib/gl/m4 -I libextra/gl/m4 -I lib/m4 -I libextra/m4 ...  [ ok ] * Running autoconf ...  [ ok ] * Running autoheader ...  [ ok ] * Running automake --add-missing --copy ...  [ ok ] * Running elibtoolize in: gnutls-2.10.1/build-aux/ * Applying portage-2.2.patch ... * Applying sed-1.5.6.patch ... * Applying as-needed-2.2.6.patch ... * Running eautoreconf in '/tmp/portage/net-libs/gnutls-2.10.1/work/gnutls-2.10.1/lib' ... * Running aclocal -I m4 -I gl/m4 ...  [ ok ] * Running libtoolize --copy --force --install --automake ...  [ ok ] * Running aclocal -I m4 -I gl/m4 ...  [ ok ] * Running autoconf ...  [ ok ] * Running autoheader ...  [ ok ] * Running automake --add-missing --copy ...  [ ok ] * Running elibtoolize in: gnutls-2.10.1/lib/build-aux/ * Applying portage-2.2.patch ... * Applying sed-1.5.6.patch ... * Applying as-needed-2.2.6.patch ... * Running eautoreconf in '/tmp/portage/net-libs/gnutls-2.10.1/work/gnutls-2.10.1/libextra' ... * Running aclocal -I m4 -I gl/m4 -I ../lib/m4 -I ../lib/gl/m4 ...  [ ok ] * Running libtoolize --copy --force --install --automake ...  [ ok ] * Running aclocal -I m4 -I gl/m4 -I ../lib/m4 -I ../lib/gl/m4 ...  [ ok ] * Running autoconf ...  [ ok ] * Running autoheader ...  [ ok ] * Running automake --add-missing --copy ...  [ ok ] * Running elibtoolize in: gnutls-2.10.1/libextra/build-aux/ * Applying portage-2.2.patch ... * Applying sed-1.5.6.patch ... * Applying as-needed-2.2.6.patch ... >>> Source prepared. >>> Configuring source in /tmp/portage/net-libs/gnutls-2.10.1/work/gnutls-2.10.1 ... * econf: updating gnutls-2.10.1/lib/build-aux/config.sub with /usr/share/gnuconfig/config.sub * econf: updating gnutls-2.10.1/lib/build-aux/config.guess with /usr/share/gnuconfig/config.guess * econf: updating gnutls-2.10.1/build-aux/config.sub with /usr/share/gnuconfig/config.sub * econf: updating gnutls-2.10.1/build-aux/config.guess with /usr/share/gnuconfig/config.guess * econf: updating gnutls-2.10.1/libextra/build-aux/config.sub with /usr/share/gnuconfig/config.sub * econf: updating gnutls-2.10.1/libextra/build-aux/config.guess with /usr/share/gnuconfig/config.guess ./configure --prefix=/usr --build=x86_64-pc-linux-gnu --host=x86_64-pc-linux-gnu --mandir=/usr/share/man --infodir=/usr/share/info --datadir=/usr/share --sysconfdir=/etc --localstatedir=/var/lib --libdir=/usr/lib64 --htmldir=/usr/share/doc/gnutls-2.10.1/html --enable-cxx --disable-gtk-doc --disable-guile --enable-nls --with-zlib --without-lzo 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 for compilation programs... 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 for style of include used by make... GNU checking dependency style of x86_64-pc-linux-gnu-gcc... gcc3 checking whether ln -s works... yes checking for x86_64-pc-linux-gnu-pkg-config... no checking for pkg-config... /usr/bin/pkg-config checking pkg-config is at least version 0.9.0... yes checking for gtkdoc-check... /usr/bin/gtkdoc-check checking for gtkdoc-rebase... /usr/bin/gtkdoc-rebase checking for gtkdoc-mkpdf... /usr/bin/gtkdoc-mkpdf checking whether to build gtk-doc documentation... no checking for gaa... no configure: WARNING: *** *** GAA was not found. It is only needed if you wish to modify *** the source code or command-line description files. In this case, *** you may want to get it from http://gaa.sourceforge.net/ and *** read doc/README.gaa. *** 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 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 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 for _LARGEFILE_SOURCE 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... GnuTLS configure: autobuild revision... 2.10.1 configure: autobuild hostname... devil configure: autobuild timestamp... 20101009T120112Z checking for inline... inline checking for x86_64-pc-linux-gnu-g++... x86_64-pc-linux-gnu-g++ checking whether we are using the GNU C++ compiler... yes checking whether x86_64-pc-linux-gnu-g++ accepts -g... yes checking dependency style of x86_64-pc-linux-gnu-g++... gcc3 checking for ld used by GCC... /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 shared library run path origin... done checking for libgcrypt... yes checking how to link with libgcrypt... /usr/lib64/libgcrypt.so /usr/lib64/libgpg-error.so checking for libtasn1... yes checking how to link with libtasn1... /usr/lib64/libtasn1.so checking whether to use the included minitasn1... no checking whether to include LZO compression support... no checking whether C99 macros are supported... yes checking whether to enable Opaque PRF input support... no checking whether to disable SRP authentication support... no checking whether to disable PSK authentication support... no checking whether to disable anonymous authentication support... no checking whether to disable Camellia cipher... no checking whether to disable extra PKI stuff... no checking whether to disable OpenPGP Certificate authentication support... no checking whether to disable SessionTicket extension support... no checking whether to add cryptodev support... no checking size of void *... 8 checking size of long... 8 checking size of int... 4 checking sys/socket.h usability... yes checking sys/socket.h presence... yes checking for sys/socket.h... yes checking arpa/inet.h usability... yes checking arpa/inet.h presence... yes checking for arpa/inet.h... yes checking errno.h usability... yes checking errno.h presence... yes checking for errno.h... yes checking float.h usability... yes checking float.h presence... yes checking for float.h... yes checking netdb.h usability... yes checking netdb.h presence... yes checking for netdb.h... yes checking netinet/in.h usability... yes checking netinet/in.h presence... yes checking for netinet/in.h... yes checking stdio_ext.h usability... yes checking stdio_ext.h presence... yes checking for stdio_ext.h... yes checking termios.h usability... yes checking termios.h presence... yes checking for termios.h... yes checking sys/time.h usability... yes checking sys/time.h presence... yes checking for sys/time.h... yes checking sys/mman.h usability... yes checking sys/mman.h presence... yes checking for sys/mman.h... yes checking sys/select.h usability... yes checking sys/select.h presence... yes checking for sys/select.h... yes checking stdarg.h usability... yes checking stdarg.h presence... yes checking for stdarg.h... yes checking stddef.h usability... yes checking stddef.h presence... yes checking for stddef.h... yes checking for stdint.h... (cached) yes checking wchar.h usability... yes checking wchar.h presence... yes checking for wchar.h... yes checking stdio.h usability... yes checking stdio.h presence... yes checking for stdio.h... yes checking for stdlib.h... (cached) yes checking for string.h... (cached) yes checking for sys/stat.h... (cached) yes checking time.h usability... yes checking time.h presence... yes checking for time.h... yes checking for unistd.h... (cached) yes checking sys/wait.h usability... yes checking sys/wait.h presence... yes checking for sys/wait.h... yes checking sys/ioctl.h usability... yes checking sys/ioctl.h presence... yes checking for sys/ioctl.h... yes checking whether to build OpenSSL compatibility layer... yes checking for library containing setsockopt... none needed checking for ANSI C header files... (cached) yes checking for fork... yes checking for uint... yes checking whether building Guile bindings... no checking for cfg_get_context in -lcfg+... no configure: WARNING: *** *** Libcfg+ was not found. Will use the included one. checking whether to use the included libcfg... yes 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 the maximum length of command line arguments... 1572864 checking whether the shell understands some XSI constructs... yes checking whether the shell understands "+="... yes 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-ar... x86_64-pc-linux-gnu-ar 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 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... yes checking how to run the C++ preprocessor... x86_64-pc-linux-gnu-g++ -E checking for ld used by x86_64-pc-linux-gnu-g++... /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 whether the x86_64-pc-linux-gnu-g++ linker (/usr/x86_64-pc-linux-gnu/bin/ld -m elf_x86_64) supports shared libraries... yes checking for x86_64-pc-linux-gnu-g++ option to produce PIC... -fPIC -DPIC checking if x86_64-pc-linux-gnu-g++ PIC flag -fPIC -DPIC works... yes checking if x86_64-pc-linux-gnu-g++ static flag -static works... yes checking if x86_64-pc-linux-gnu-g++ supports -c -o file.o... yes checking if x86_64-pc-linux-gnu-g++ supports -c -o file.o... (cached) yes checking whether the x86_64-pc-linux-gnu-g++ linker (/usr/x86_64-pc-linux-gnu/bin/ld -m elf_x86_64) supports shared libraries... yes checking dynamic linker characteristics... (cached) GNU/Linux ld.so checking how to hardcode library paths into programs... immediate checking whether the preprocessor supports include_next... yes checking whether is self-contained... yes checking for shutdown... yes checking whether defines the SHUT_* macros... yes checking for struct sockaddr_storage... yes checking for sa_family_t... yes checking whether socket is declared without a macro... no checking whether connect is declared without a macro... no checking whether accept is declared without a macro... no checking whether bind is declared without a macro... no checking whether getpeername is declared without a macro... no checking whether getsockname is declared without a macro... no checking whether getsockopt is declared without a macro... no checking whether listen is declared without a macro... no checking whether recv is declared without a macro... no checking whether send is declared without a macro... no checking whether recvfrom is declared without a macro... no checking whether sendto is declared without a macro... no checking whether setsockopt is declared without a macro... no checking whether shutdown is declared without a macro... no checking whether accept4 is declared without a macro... no checking for working alloca.h... yes checking for alloca... yes 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 fseeko... yes checking whether stdin defaults to large file offsets... yes checking whether getaddrinfo is declared without a macro... yes checking whether freeaddrinfo is declared without a macro... yes checking whether gai_strerror is declared without a macro... yes checking whether getnameinfo is declared without a macro... yes checking for library containing gethostbyname... none required checking for gethostbyname... yes checking for library containing getservbyname... none required checking for getservbyname... yes checking for IPv4 sockets... yes checking for IPv6 sockets... yes checking for C/C++ restrict keyword... __restrict checking for library containing inet_ntop... none required checking whether inet_ntop is declared... yes checking whether getdelim is declared... yes checking for getdelim... yes checking for __fsetlocking... yes checking for tcgetattr... yes checking for tcsetattr... yes checking for gettimeofday... yes checking for nanotime... no checking for mprotect... yes checking for memchr... yes checking for vasnprintf... no checking for shutdown... (cached) yes checking whether getline is declared... yes checking whether getpass is declared... yes checking whether fflush_unlocked is declared... yes checking whether flockfile is declared... yes checking whether fputs_unlocked is declared... yes checking whether funlockfile is declared... yes checking whether putc_unlocked is declared... yes checking for struct timeval... yes checking whether gettimeofday is declared without a macro... yes checking for mmap... yes checking for MAP_ANONYMOUS... yes checking whether memchr works... yes checking whether defines MIN and MAX... no checking whether defines MIN and MAX... yes checking whether malloc, realloc, calloc are POSIX compliant... yes checking whether is self-contained... yes checking whether select is declared without a macro... yes checking whether snprintf is declared... yes checking for stdbool.h that conforms to C99... yes checking for _Bool... yes checking for wchar_t... yes checking for long long int... yes checking for unsigned long long int... yes checking whether C symbols are prefixed with underscore at the linker level... no checking for working strerror function... 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 strsignal is declared without a macro... yes checking whether strverscmp is declared without a macro... yes checking whether stat file-mode macros are broken... no checking for struct timespec in ... yes checking for wint_t... yes checking for size_t... yes checking for inttypes.h... yes checking for stdint.h... yes checking for intmax_t... yes checking whether snprintf returns a byte count as in C99... yes checking for snprintf... yes checking for strnlen... yes checking for wcslen... yes checking for wcsnlen... yes checking for mbrtowc... yes checking for wcrtomb... yes checking whether _snprintf is declared... no checking whether uses 'inline' correctly... yes checking whether ungetc works on arbitrary bytes... yes checking for alloca as a compiler built-in... yes checking whether inet_ntop is declared without a macro... yes checking whether inet_pton is declared without a macro... yes checking for library containing clock_gettime... -lrt checking for clock_gettime... yes checking for clock_settime... yes checking for error_at_line... yes configure: checking how to do getaddrinfo, freeaddrinfo and getnameinfo checking for library containing getaddrinfo... none required checking for getaddrinfo... yes checking for gai_strerror (possibly via ws2tcpip.h)... yes checking for struct sockaddr.sa_len... no checking whether getaddrinfo is declared... (cached) yes checking whether freeaddrinfo is declared... (cached) yes checking whether gai_strerror is declared... (cached) yes checking whether getnameinfo is declared... (cached) yes checking for struct addrinfo... yes checking for working getdelim function... yes checking for getline... yes checking for working getline function... yes checking whether __fsetlocking is declared... yes checking whether gettimeofday clobbers localtime buffer... no checking for gettimeofday with POSIX signature... almost checking for library containing gethostbyname... (cached) none required checking for gethostbyname... (cached) yes checking for library containing inet_ntop... (cached) none required checking whether inet_ntop is declared... (cached) yes checking for library containing inet_pton... none required checking whether inet_pton is declared... (cached) yes checking whether lseek detects pipes... yes checking whether getaddrinfo is declared without a macro... (cached) yes checking whether freeaddrinfo is declared without a macro... (cached) yes checking whether gai_strerror is declared without a macro... (cached) yes checking whether getnameinfo is declared without a macro... (cached) yes checking whether is self-contained... yes checking for pmccabe... false checking whether program_invocation_name is declared... yes checking whether program_invocation_short_name is declared... yes checking for readline... -l checking how to link with libreadline... /usr/lib64/libreadline.so checking readline/readline.h usability... yes checking readline/readline.h presence... yes checking for readline/readline.h... yes checking whether select supports a 0 argument... yes checking for library containing getservbyname... (cached) none required checking for getservbyname... (cached) yes checking for stdint.h... (cached) yes checking for SIZE_MAX... yes checking for snprintf... (cached) yes checking whether snprintf respects a size of 1... yes checking for library containing setsockopt... (cached) none needed checking for socklen_t... yes checking for va_copy... yes checking whether NULL can be used in arbitrary expressions... yes checking whether stdint.h conforms to C99... 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 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 random.h... no checking for struct random_data... 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 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 ptsname is declared without a macro... yes checking whether random_r is declared without a macro... yes checking whether initstat_r is declared without a macro... no checking whether srandom_r is declared without a macro... yes checking whether setstate_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 setenv 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 is self-contained... (cached) yes checking whether select is declared without a macro... (cached) yes checking whether is self-contained... (cached) yes checking for shutdown... (cached) yes checking whether defines the SHUT_* macros... (cached) yes checking for struct sockaddr_storage... (cached) yes checking for sa_family_t... (cached) yes checking whether socket is declared without a macro... (cached) no checking whether connect is declared without a macro... (cached) no checking whether accept is declared without a macro... (cached) no checking whether bind is declared without a macro... (cached) no checking whether getpeername is declared without a macro... (cached) no checking whether getsockname is declared without a macro... (cached) no checking whether getsockopt is declared without a macro... (cached) no checking whether listen is declared without a macro... (cached) no checking whether recv is declared without a macro... (cached) no checking whether send is declared without a macro... (cached) no checking whether recvfrom is declared without a macro... (cached) no checking whether sendto is declared without a macro... (cached) no checking whether setsockopt is declared without a macro... (cached) no checking whether shutdown is declared without a macro... (cached) no checking whether accept4 is declared without a macro... (cached) no checking for nlink_t... yes checking whether fchmodat 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 chown 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 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 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 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 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 for valgrind... no checking whether self tests are run under valgrind... no checking for ptrdiff_t... yes 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 for stdint.h... (cached) yes checking whether byte ordering is bigendian... no checking whether byte ordering is bigendian... (cached) no checking for ioctl... yes checking for ioctl with POSIX signature... no checking for wchar_t... (cached) yes checking for wint_t... (cached) yes checking whether declares ioctl... yes checking whether ioctl is declared without a macro... yes checking for valgrind... no checking whether self tests are run under valgrind... no configure: creating ./config.status config.status: creating guile/pre-inst-guile config.status: creating Makefile config.status: creating doc/Makefile config.status: creating doc/credentials/Makefile config.status: creating doc/credentials/openpgp/Makefile config.status: creating doc/credentials/srp/Makefile config.status: creating doc/credentials/x509/Makefile config.status: creating doc/cyclo/Makefile config.status: creating doc/doxygen/Doxyfile config.status: creating doc/examples/Makefile config.status: creating doc/manpages/Makefile config.status: creating doc/reference/Makefile config.status: creating doc/scripts/Makefile config.status: creating gl/Makefile config.status: creating gl/tests/Makefile config.status: creating guile/Makefile config.status: creating guile/modules/Makefile config.status: creating guile/src/Makefile config.status: creating guile/tests/Makefile config.status: creating src/Makefile config.status: creating src/cfg/Makefile config.status: creating src/cfg/platon/Makefile config.status: creating src/cfg/platon/str/Makefile config.status: creating tests/Makefile config.status: creating tests/key-id/Makefile config.status: creating tests/openpgp-certs/Makefile config.status: creating tests/safe-renegotiation/Makefile config.status: creating tests/pathlen/Makefile config.status: creating tests/pkcs1-padding/Makefile config.status: creating tests/pkcs12-decode/Makefile config.status: creating tests/pkcs8-decode/Makefile config.status: creating tests/rsa-md5-collision/Makefile config.status: creating tests/sha2/Makefile config.status: creating tests/userid/Makefile config.status: creating config.h config.status: executing depfiles commands config.status: executing libtool commands === configuring in lib (/tmp/portage/net-libs/gnutls-2.10.1/work/gnutls-2.10.1/lib) configure: running /bin/sh ./configure --disable-option-checking '--prefix=/usr' '--build=x86_64-pc-linux-gnu' '--host=x86_64-pc-linux-gnu' '--mandir=/usr/share/man' '--infodir=/usr/share/info' '--datadir=/usr/share' '--sysconfdir=/etc' '--localstatedir=/var/lib' '--libdir=/usr/lib64' '--htmldir=/usr/share/doc/gnutls-2.10.1/html' '--enable-cxx' '--disable-gtk-doc' '--disable-guile' '--enable-nls' '--with-zlib' '--without-lzo' 'build_alias=x86_64-pc-linux-gnu' 'host_alias=x86_64-pc-linux-gnu' 'CFLAGS=-march=core2 -O2' 'LDFLAGS=-Wl,-O1 -Wl,--as-needed -Wl,--hash-style=gnu' 'CXXFLAGS=-march=core2 -O2' --cache-file=/dev/null --srcdir=. 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 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 for style of include used by make... GNU checking dependency style of x86_64-pc-linux-gnu-gcc... gcc3 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 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 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 for _LARGEFILE_SOURCE value needed for large files... no 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... /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 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-ar... x86_64-pc-linux-gnu-ar 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 object... ok checking for dlfcn.h... yes checking for objdir... .libs checking if x86_64-pc-linux-gnu-gcc supports -fno-rtti -fno-exceptions... no checking for x86_64-pc-linux-gnu-gcc option to produce PIC... -fPIC -DPIC checking if x86_64-pc-linux-gnu-gcc PIC flag -fPIC -DPIC works... yes checking if x86_64-pc-linux-gnu-gcc static flag -static works... yes checking if x86_64-pc-linux-gnu-gcc supports -c -o file.o... yes checking if x86_64-pc-linux-gnu-gcc supports -c -o file.o... (cached) yes checking whether the x86_64-pc-linux-gnu-gcc 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... yes checking for ld used by GCC... /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 libgcrypt... yes checking how to link with libgcrypt... /usr/lib64/libgcrypt.so /usr/lib64/libgpg-error.so checking for libtasn1... yes checking how to link with libtasn1... /usr/lib64/libtasn1.so checking whether to use the included minitasn1... no checking whether to include LZO compression support... no checking whether C99 macros are supported... yes checking whether to enable Opaque PRF input support... no checking whether to disable SRP authentication support... no checking whether to disable PSK authentication support... no checking whether to disable anonymous authentication support... no checking whether to disable Camellia cipher... no checking whether to disable extra PKI stuff... no checking whether to disable OpenPGP Certificate authentication support... no checking whether to disable SessionTicket extension support... no checking whether to add cryptodev support... no checking size of void *... 8 checking size of long... 8 checking size of int... 4 checking whether NLS is requested... yes 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 CFPreferencesCopyAppValue... no checking for CFLocaleCopyCurrent... no checking for GNU gettext in libc... yes checking whether to use NLS... yes checking where the gettext function comes from... libc checking whether byte ordering is bigendian... no checking for ssize_t... yes checking size of unsigned long int... 8 checking size of unsigned int... 4 checking whether to include zlib compression support... yes checking for libz... yes checking how to link with libz... /usr/lib64/libz.so checking for working alloca.h... yes checking for alloca... yes checking whether the preprocessor supports include_next... yes checking for errno.h... yes checking for float.h... yes checking for sys/mman.h... yes checking for netdb.h... yes checking for sys/socket.h... yes checking for stddef.h... yes checking for stdint.h... (cached) yes checking for wchar.h... yes checking for stdio.h... yes checking for stdlib.h... (cached) yes checking for string.h... (cached) yes checking for strings.h... (cached) yes checking for sys/stat.h... (cached) yes checking for time.h... yes checking for sys/time.h... yes checking for unistd.h... (cached) yes checking for complete errno.h... yes checking for fseeko... yes checking whether stdin defaults to large file offsets... yes checking for mprotect... yes checking for memchr... yes checking for localtime_r... yes checking for vasnprintf... no checking for shutdown... yes checking for mmap... yes checking for MAP_ANONYMOUS... yes checking whether memchr works... yes checking whether memmem is declared... yes checking whether defines MIN and MAX... no checking whether defines MIN and MAX... yes checking whether malloc, realloc, calloc are POSIX compliant... yes checking whether snprintf is declared... yes checking for inline... inline checking whether is self-contained... yes checking for shutdown... (cached) yes checking whether defines the SHUT_* macros... yes checking for struct sockaddr_storage... yes checking for sa_family_t... yes checking whether socket is declared without a macro... no checking whether connect is declared without a macro... no checking whether accept is declared without a macro... no checking whether bind is declared without a macro... no checking whether getpeername is declared without a macro... no checking whether getsockname is declared without a macro... no checking whether getsockopt is declared without a macro... no checking whether listen is declared without a macro... no checking whether recv is declared without a macro... no checking whether send is declared without a macro... no checking whether recvfrom is declared without a macro... no checking whether sendto is declared without a macro... no checking whether setsockopt is declared without a macro... no checking whether shutdown is declared without a macro... no checking whether accept4 is declared without a macro... no checking for stdbool.h that conforms to C99... yes checking for _Bool... yes checking for wchar_t... yes checking for long long int... yes checking for unsigned long long int... yes checking whether C symbols are prefixed with underscore at the linker level... no checking for C/C++ restrict keyword... __restrict 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 strsignal is declared without a macro... yes checking whether strverscmp is declared without a macro... yes checking whether strcasecmp is declared without a macro... yes checking whether strncasecmp is declared without a macro... yes checking whether stat file-mode macros are broken... no checking for struct timespec in ... yes checking for wint_t... yes checking for size_t... yes checking for inttypes.h... yes checking for stdint.h... yes checking for intmax_t... yes checking whether snprintf returns a byte count as in C99... yes checking for snprintf... yes checking for strnlen... yes checking for wcslen... yes checking for wcsnlen... yes checking for mbrtowc... yes checking for wcrtomb... yes checking whether _snprintf is declared... no checking whether vsnprintf is declared... yes checking whether uses 'inline' correctly... yes checking whether ungetc works on arbitrary bytes... yes checking for alloca as a compiler built-in... yes checking byteswap.h usability... yes checking byteswap.h presence... yes checking for byteswap.h... yes checking whether __func__ is available... yes checking if gcc/ld supports -Wl,--output-def... no checking if LD -Wl,--version-script works... yes checking whether lseek detects pipes... yes checking for memmem... yes checking whether getaddrinfo is declared without a macro... yes checking whether freeaddrinfo is declared without a macro... yes checking whether gai_strerror is declared without a macro... yes checking whether getnameinfo is declared without a macro... yes checking for stdint.h... (cached) yes checking for SIZE_MAX... yes checking for snprintf... (cached) yes checking whether snprintf respects a size of 1... yes checking for library containing setsockopt... none needed checking for socklen_t... yes checking whether NULL can be used in arbitrary expressions... yes checking whether stdint.h conforms to C99... 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 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 random.h... no checking for struct random_data... 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 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 ptsname is declared without a macro... yes checking whether random_r is declared without a macro... yes checking whether initstat_r is declared without a macro... no checking whether srandom_r is declared without a macro... yes checking whether setstate_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 setenv 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 for strcasecmp... yes checking for strncasecmp... yes checking whether strncasecmp is declared... (cached) yes checking for strverscmp... yes checking whether is self-contained... (cached) yes checking for shutdown... (cached) yes checking whether defines the SHUT_* macros... (cached) yes checking for struct sockaddr_storage... (cached) yes checking for sa_family_t... (cached) yes checking whether socket is declared without a macro... (cached) no checking whether connect is declared without a macro... (cached) no checking whether accept is declared without a macro... (cached) no checking whether bind is declared without a macro... (cached) no checking whether getpeername is declared without a macro... (cached) no checking whether getsockname is declared without a macro... (cached) no checking whether getsockopt is declared without a macro... (cached) no checking whether listen is declared without a macro... (cached) no checking whether recv is declared without a macro... (cached) no checking whether send is declared without a macro... (cached) no checking whether recvfrom is declared without a macro... (cached) no checking whether sendto is declared without a macro... (cached) no checking whether setsockopt is declared without a macro... (cached) no checking whether shutdown is declared without a macro... (cached) no checking whether accept4 is declared without a macro... (cached) no checking for nlink_t... yes checking whether fchmodat 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 localtime_r is compatible with its POSIX signature... yes checking whether chown 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 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 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 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 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 for ptrdiff_t... yes checking for vasprintf... yes checking for vsnprintf... yes checking whether snprintf respects a size of 1... (cached) yes 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 for stdint.h... (cached) yes checking for wchar_t... (cached) yes checking for wint_t... (cached) yes checking for x86_64-pc-linux-gnu-g++... x86_64-pc-linux-gnu-g++ checking whether we are using the GNU C++ compiler... yes checking whether x86_64-pc-linux-gnu-g++ accepts -g... yes checking dependency style of x86_64-pc-linux-gnu-g++... gcc3 checking how to run the C++ preprocessor... x86_64-pc-linux-gnu-g++ -E checking for ld used by x86_64-pc-linux-gnu-g++... /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 whether the x86_64-pc-linux-gnu-g++ linker (/usr/x86_64-pc-linux-gnu/bin/ld -m elf_x86_64) supports shared libraries... yes checking for x86_64-pc-linux-gnu-g++ option to produce PIC... -fPIC -DPIC checking if x86_64-pc-linux-gnu-g++ PIC flag -fPIC -DPIC works... yes checking if x86_64-pc-linux-gnu-g++ static flag -static works... yes checking if x86_64-pc-linux-gnu-g++ supports -c -o file.o... yes checking if x86_64-pc-linux-gnu-g++ supports -c -o file.o... (cached) yes checking whether the x86_64-pc-linux-gnu-g++ linker (/usr/x86_64-pc-linux-gnu/bin/ld -m elf_x86_64) supports shared libraries... yes checking dynamic linker characteristics... (cached) GNU/Linux ld.so checking how to hardcode library paths into programs... immediate configure: creating ./config.status config.status: creating Makefile config.status: creating gnutls.pc config.status: creating gl/Makefile config.status: creating gl/tests/Makefile config.status: creating includes/Makefile config.status: creating includes/gnutls/gnutls.h config.status: creating minitasn1/Makefile config.status: creating opencdk/Makefile config.status: creating openpgp/Makefile config.status: creating po/Makefile.in config.status: creating x509/Makefile config.status: creating config.h 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 === configuring in libextra (/tmp/portage/net-libs/gnutls-2.10.1/work/gnutls-2.10.1/libextra) configure: running /bin/sh ./configure --disable-option-checking '--prefix=/usr' '--build=x86_64-pc-linux-gnu' '--host=x86_64-pc-linux-gnu' '--mandir=/usr/share/man' '--infodir=/usr/share/info' '--datadir=/usr/share' '--sysconfdir=/etc' '--localstatedir=/var/lib' '--libdir=/usr/lib64' '--htmldir=/usr/share/doc/gnutls-2.10.1/html' '--enable-cxx' '--disable-gtk-doc' '--disable-guile' '--enable-nls' '--with-zlib' '--without-lzo' 'build_alias=x86_64-pc-linux-gnu' 'host_alias=x86_64-pc-linux-gnu' 'CFLAGS=-march=core2 -O2' 'LDFLAGS=-Wl,-O1 -Wl,--as-needed -Wl,--hash-style=gnu' 'CXXFLAGS=-march=core2 -O2' --cache-file=/dev/null --srcdir=. 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 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 for style of include used by make... GNU checking dependency style of x86_64-pc-linux-gnu-gcc... gcc3 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 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 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 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... /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 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-ar... x86_64-pc-linux-gnu-ar 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 object... ok checking for dlfcn.h... yes checking for objdir... .libs checking if x86_64-pc-linux-gnu-gcc supports -fno-rtti -fno-exceptions... no checking for x86_64-pc-linux-gnu-gcc option to produce PIC... -fPIC -DPIC checking if x86_64-pc-linux-gnu-gcc PIC flag -fPIC -DPIC works... yes checking if x86_64-pc-linux-gnu-gcc static flag -static works... yes checking if x86_64-pc-linux-gnu-gcc supports -c -o file.o... yes checking if x86_64-pc-linux-gnu-gcc supports -c -o file.o... (cached) yes checking whether the x86_64-pc-linux-gnu-gcc 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... yes checking for ld used by GCC... /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 libgcrypt... yes checking how to link with libgcrypt... /usr/lib64/libgcrypt.so /usr/lib64/libgpg-error.so checking for libtasn1... yes checking how to link with libtasn1... /usr/lib64/libtasn1.so checking whether to use the included minitasn1... no checking whether to include LZO compression support... no checking whether C99 macros are supported... yes checking whether to enable Opaque PRF input support... no checking whether to disable SRP authentication support... no checking whether to disable PSK authentication support... no checking whether to disable anonymous authentication support... no checking whether to disable Camellia cipher... no checking whether to disable extra PKI stuff... no checking whether to disable OpenPGP Certificate authentication support... no checking whether to disable SessionTicket extension support... no checking whether to add cryptodev support... no checking size of void *... 8 checking size of long... 8 checking size of int... 4 checking for inline... inline checking for sys/socket.h... yes checking whether to build OpenSSL compatibility layer... yes checking for library containing setsockopt... none needed checking whether byte ordering is bigendian... no checking for C/C++ restrict keyword... __restrict checking if gcc/ld supports -Wl,--output-def... no checking if LD -Wl,--version-script works... yes configure: creating ./config.status config.status: creating Makefile config.status: creating gnutls-extra.pc config.status: creating gl/Makefile config.status: creating includes/Makefile config.status: creating config.h config.status: executing depfiles commands config.status: executing libtool commands configure: summary of build options: version: 2.10.1 shared 42:9:16 Host type: x86_64-pc-linux-gnu Install prefix: /usr Compiler: x86_64-pc-linux-gnu-gcc -std=gnu99 Warning flags: errors: warnings: Library types: Shared=yes, Static=yes Valgrind: no Guile wrappers: no C++ library: yes OpenSSL library: yes /dev/crypto: no >>> Source configured. >>> Compiling source in /tmp/portage/net-libs/gnutls-2.10.1/work/gnutls-2.10.1 ... make -j4 (CDPATH="${ZSH_VERSION+.}:" && cd . && /bin/sh /tmp/portage/net-libs/gnutls-2.10.1/work/gnutls-2.10.1/build-aux/missing --run autoheader) rm -f stamp-h1 touch config.h.in cd . && /bin/sh ./config.status config.h config.status: creating config.h config.status: config.h is unchanged make all-recursive make[1]: Entering directory `/tmp/portage/net-libs/gnutls-2.10.1/work/gnutls-2.10.1' Making all in lib make[2]: Entering directory `/tmp/portage/net-libs/gnutls-2.10.1/work/gnutls-2.10.1/lib' (CDPATH="${ZSH_VERSION+.}:" && cd . && /bin/sh /tmp/portage/net-libs/gnutls-2.10.1/work/gnutls-2.10.1/lib/build-aux/missing --run autoheader) rm -f stamp-h1 touch config.h.in cd . && /bin/sh ./config.status config.h config.status: creating config.h config.status: config.h is unchanged make all-recursive make[3]: Entering directory `/tmp/portage/net-libs/gnutls-2.10.1/work/gnutls-2.10.1/lib' Making all in gl make[4]: Entering directory `/tmp/portage/net-libs/gnutls-2.10.1/work/gnutls-2.10.1/lib/gl' rm -f alloca.h-t alloca.h && \ { echo '/* DO NOT EDIT! GENERATED AUTOMATICALLY! */'; \ cat ./alloca.in.h; \ } > alloca.h-t && \ mv -f alloca.h-t alloca.h rm -f arg-nonnull.h-t arg-nonnull.h && \ sed -n -e '/GL_ARG_NONNULL/,$p' \ < ../build-aux/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' \ < ../build-aux/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' \ < ../build-aux/warn-on-use.h \ > warn-on-use.h-t && \ mv warn-on-use.h-t warn-on-use.h rm -f netdb.h-t netdb.h && \ { echo '/* DO NOT EDIT! GENERATED AUTOMATICALLY! */'; \ sed -e 's|@''INCLUDE_NEXT''@|include_next|g' \ -e 's|@''PRAGMA_SYSTEM_HEADER''@|#pragma GCC system_header|g' \ -e 's|@''NEXT_NETDB_H''@||g' \ -e 's|@''HAVE_NETDB_H''@|1|g' \ -e 's|@''GNULIB_GETADDRINFO''@|0|g' \ -e 's|@''HAVE_STRUCT_ADDRINFO''@|1|g' \ -e 's|@''HAVE_DECL_FREEADDRINFO''@|1|g' \ -e 's|@''HAVE_DECL_GAI_STRERROR''@|1|g' \ -e 's|@''HAVE_DECL_GETADDRINFO''@|1|g' \ -e 's|@''HAVE_DECL_GETNAMEINFO''@|1|g' \ -e '/definition of _GL_ARG_NONNULL/r arg-nonnull.h' \ -e '/definition of _GL_WARN_ON_USE/r warn-on-use.h' \ < ./netdb.in.h; \ } > netdb.h-t && \ mv netdb.h-t netdb.h rm -f strings.h-t strings.h && \ { echo '/* DO NOT EDIT! GENERATED AUTOMATICALLY! */' && \ sed -e 's|@''INCLUDE_NEXT''@|include_next|g' \ -e 's|@''PRAGMA_SYSTEM_HEADER''@|#pragma GCC system_header|g' \ -e 's|@''NEXT_STRINGS_H''@||g' \ -e 's|@''HAVE_STRCASECMP''@|1|g' \ -e 's|@''HAVE_DECL_STRNCASECMP''@|1|g' \ -e '/definition of _GL_ARG_NONNULL/r arg-nonnull.h' \ -e '/definition of _GL_WARN_ON_USE/r warn-on-use.h' \ < ./strings.in.h; \ } > strings.h-t && \ mv strings.h-t strings.h rm -f stdio.h-t stdio.h && \ { echo '/* DO NOT EDIT! GENERATED AUTOMATICALLY! */' && \ sed -e 's|@''INCLUDE_NEXT''@|include_next|g' \ -e 's|@''PRAGMA_SYSTEM_HEADER''@|#pragma GCC system_header|g' \ -e 's|@''NEXT_STDIO_H''@||g' \ -e 's|@''GNULIB_DPRINTF''@|0|g' \ -e 's|@''GNULIB_FCLOSE''@|0|g' \ -e 's|@''GNULIB_FFLUSH''@|0|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_FREOPEN''@|0|g' \ -e 's|@''GNULIB_FSEEK''@|0|g' \ -e 's|@''GNULIB_FSEEKO''@|1|g' \ -e 's|@''GNULIB_FTELL''@|0|g' \ -e 's|@''GNULIB_FTELLO''@|0|g' \ -e 's|@''GNULIB_FWRITE''@|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_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_SNPRINTF''@|1|g' \ -e 's|@''GNULIB_SPRINTF_POSIX''@|0|g' \ -e 's|@''GNULIB_STDIO_H_SIGPIPE''@|0|g' \ -e 's|@''GNULIB_TMPFILE''@|0|g' \ -e 's|@''GNULIB_VASPRINTF''@|1|g' \ -e 's|@''GNULIB_VDPRINTF''@|0|g' \ -e 's|@''GNULIB_VFPRINTF''@|1|g' \ -e 's|@''GNULIB_VFPRINTF_POSIX''@|0|g' \ -e 's|@''GNULIB_VPRINTF''@|1|g' \ -e 's|@''GNULIB_VPRINTF_POSIX''@|0|g' \ -e 's|@''GNULIB_VSNPRINTF''@|1|g' \ -e 's|@''GNULIB_VSPRINTF_POSIX''@|0|g' \ < ./stdio.in.h | \ sed -e 's|@''HAVE_DECL_FPURGE''@|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_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_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_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 stdlib.h-t stdlib.h && \ { echo '/* DO NOT EDIT! GENERATED AUTOMATICALLY! */' && \ sed -e 's|@''INCLUDE_NEXT''@|include_next|g' \ -e 's|@''PRAGMA_SYSTEM_HEADER''@|#pragma GCC system_header|g' \ -e 's|@''NEXT_STDLIB_H''@||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''@|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_PTSNAME''@|0|g' \ -e 's|@''GNULIB_PUTENV''@|0|g' \ -e 's|@''GNULIB_RANDOM_R''@|0|g' \ -e 's|@''GNULIB_REALLOC_POSIX''@|1|g' \ -e 's|@''GNULIB_REALPATH''@|0|g' \ -e 's|@''GNULIB_RPMATCH''@|0|g' \ -e 's|@''GNULIB_SETENV''@|0|g' \ -e 's|@''GNULIB_STRTOD''@|0|g' \ -e 's|@''GNULIB_STRTOLL''@|0|g' \ -e 's|@''GNULIB_STRTOULL''@|0|g' \ -e 's|@''GNULIB_UNLOCKPT''@|0|g' \ -e 's|@''GNULIB_UNSETENV''@|0|g' \ -e 's|@''HAVE_ATOLL''@|1|g' \ -e 's|@''HAVE_CALLOC_POSIX''@|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_MALLOC_POSIX''@|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_PTSNAME''@|1|g' \ -e 's|@''HAVE_RANDOM_H''@|0|g' \ -e 's|@''HAVE_RANDOM_R''@|1|g' \ -e 's|@''HAVE_REALLOC_POSIX''@|1|g' \ -e 's|@''HAVE_REALPATH''@|1|g' \ -e 's|@''HAVE_RPMATCH''@|1|g' \ -e 's|@''HAVE_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_UNSETENV''@|1|g' \ -e 's|@''REPLACE_CANONICALIZE_FILE_NAME''@|0|g' \ -e 's|@''REPLACE_MKSTEMP''@|0|g' \ -e 's|@''REPLACE_PUTENV''@|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 '/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' \ < ./stdlib.in.h; \ } > stdlib.h-t && \ mv stdlib.h-t stdlib.h rm -f string.h-t string.h && \ { echo '/* DO NOT EDIT! GENERATED AUTOMATICALLY! */' && \ sed -e 's|@''INCLUDE_NEXT''@|include_next|g' \ -e 's|@''PRAGMA_SYSTEM_HEADER''@|#pragma GCC system_header|g' \ -e 's|@''NEXT_STRING_H''@||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''@|1|g' \ -e 's|@''GNULIB_MEMMEM''@|1|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''@|0|g' \ -e 's|@''GNULIB_STRSIGNAL''@|0|g' \ -e 's|@''GNULIB_STRVERSCMP''@|1|g' \ < ./string.in.h | \ sed -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_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_STRDUP''@|0|g' \ -e 's|@''REPLACE_STRSTR''@|0|g' \ -e 's|@''REPLACE_STRERROR''@|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'; \ < ./string.in.h; \ } > string.h-t && \ mv string.h-t string.h /bin/mkdir -p sys rm -f sys/socket.h-t sys/socket.h && \ { echo '/* DO NOT EDIT! GENERATED AUTOMATICALLY! */'; \ sed -e 's|@''INCLUDE_NEXT''@|include_next|g' \ -e 's|@''PRAGMA_SYSTEM_HEADER''@|#pragma GCC system_header|g' \ -e 's|@''NEXT_SYS_SOCKET_H''@||g' \ -e 's|@''HAVE_SYS_SOCKET_H''@|1|g' \ -e 's|@''GNULIB_CLOSE''@|0|g' \ -e 's|@''GNULIB_SOCKET''@|0|g' \ -e 's|@''GNULIB_CONNECT''@|0|g' \ -e 's|@''GNULIB_ACCEPT''@|0|g' \ -e 's|@''GNULIB_BIND''@|0|g' \ -e 's|@''GNULIB_GETPEERNAME''@|0|g' \ -e 's|@''GNULIB_GETSOCKNAME''@|0|g' \ -e 's|@''GNULIB_GETSOCKOPT''@|0|g' \ -e 's|@''GNULIB_LISTEN''@|0|g' \ -e 's|@''GNULIB_RECV''@|0|g' \ -e 's|@''GNULIB_SEND''@|0|g' \ -e 's|@''GNULIB_RECVFROM''@|0|g' \ -e 's|@''GNULIB_SENDTO''@|0|g' \ -e 's|@''GNULIB_SETSOCKOPT''@|0|g' \ -e 's|@''GNULIB_SHUTDOWN''@|0|g' \ -e 's|@''GNULIB_ACCEPT4''@|0|g' \ -e 's|@''HAVE_WINSOCK2_H''@|0|g' \ -e 's|@''HAVE_WS2TCPIP_H''@|0|g' \ -e 's|@''HAVE_STRUCT_SOCKADDR_STORAGE''@|1|g' \ -e 's|@''HAVE_SA_FAMILY_T''@|1|g' \ -e 's|@''HAVE_ACCEPT4''@|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' \ < ./sys_socket.in.h; \ } > sys/socket.h-t && \ mv -f sys/socket.h-t sys/socket.h /bin/mkdir -p sys rm -f sys/stat.h-t sys/stat.h && \ { echo '/* DO NOT EDIT! GENERATED AUTOMATICALLY! */'; \ sed -e 's|@''INCLUDE_NEXT''@|include_next|g' \ -e 's|@''PRAGMA_SYSTEM_HEADER''@|#pragma GCC system_header|g' \ -e 's|@''NEXT_SYS_STAT_H''@||g' \ -e 's|@''GNULIB_FCHMODAT''@|0|g' \ -e 's|@''GNULIB_FSTATAT''@|0|g' \ -e 's|@''GNULIB_FUTIMENS''@|0|g' \ -e 's|@''GNULIB_LCHMOD''@|0|g' \ -e 's|@''GNULIB_LSTAT''@|0|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''@|0|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' \ < ./sys_stat.in.h; \ } > sys/stat.h-t && \ mv sys/stat.h-t sys/stat.h rm -f time.h-t time.h && \ { echo '/* DO NOT EDIT! GENERATED AUTOMATICALLY! */' && \ sed -e 's|@''INCLUDE_NEXT''@|include_next|g' \ -e 's|@''PRAGMA_SYSTEM_HEADER''@|#pragma GCC system_header|g' \ -e 's|@''NEXT_TIME_H''@||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''@|1|g' \ -e 's|@''HAVE_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_LOCALTIME_R''@|0|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' \ < ./time.in.h; \ } > time.h-t && \ mv time.h-t time.h rm -f unistd.h-t unistd.h && \ { echo '/* DO NOT EDIT! GENERATED AUTOMATICALLY! */'; \ sed -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|@''NEXT_UNISTD_H''@||g' \ -e 's|@''GNULIB_CHOWN''@|0|g' \ -e 's|@''GNULIB_CLOSE''@|0|g' \ -e 's|@''GNULIB_DUP2''@|0|g' \ -e 's|@''GNULIB_DUP3''@|0|g' \ -e 's|@''GNULIB_ENVIRON''@|0|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_FSYNC''@|0|g' \ -e 's|@''GNULIB_FTRUNCATE''@|0|g' \ -e 's|@''GNULIB_GETCWD''@|0|g' \ -e 's|@''GNULIB_GETDOMAINNAME''@|0|g' \ -e 's|@''GNULIB_GETDTABLESIZE''@|0|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_LCHOWN''@|0|g' \ -e 's|@''GNULIB_LINK''@|0|g' \ -e 's|@''GNULIB_LINKAT''@|0|g' \ -e 's|@''GNULIB_LSEEK''@|1|g' \ -e 's|@''GNULIB_PIPE2''@|0|g' \ -e 's|@''GNULIB_PREAD''@|0|g' \ -e 's|@''GNULIB_PWRITE''@|0|g' \ -e 's|@''GNULIB_READLINK''@|0|g' \ -e 's|@''GNULIB_READLINKAT''@|0|g' \ -e 's|@''GNULIB_RMDIR''@|0|g' \ -e 's|@''GNULIB_SLEEP''@|0|g' \ -e 's|@''GNULIB_SYMLINK''@|0|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_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' \ < ./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_FSYNC''@|1|g' \ -e 's|@''HAVE_FTRUNCATE''@|1|g' \ -e 's|@''HAVE_GETDOMAINNAME''@|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_LCHOWN''@|1|g' \ -e 's|@''HAVE_LINK''@|1|g' \ -e 's|@''HAVE_LINKAT''@|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_SLEEP''@|1|g' \ -e 's|@''HAVE_SYMLINK''@|1|g' \ -e 's|@''HAVE_SYMLINKAT''@|1|g' \ -e 's|@''HAVE_TTYNAME_R''@|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_GETLOGIN_R''@|1|g' \ -e 's|@''HAVE_DECL_GETPAGESIZE''@|1|g' \ -e 's|@''HAVE_DECL_GETUSERSHELL''@|1|g' \ -e 's|@''HAVE_OS_H''@|0|g' \ -e 's|@''HAVE_SYS_PARAM_H''@|0|g' \ -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_GETCWD''@|0|g' \ -e 's|@''REPLACE_GETGROUPS''@|0|g' \ -e 's|@''REPLACE_GETPAGESIZE''@|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_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|@''INCLUDE_NEXT''@|include_next|g' \ -e 's|@''PRAGMA_SYSTEM_HEADER''@|#pragma GCC system_header|g' \ -e 's|@''NEXT_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|@''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_DECL_WCTOB''@|1|g' \ -e 's|@''HAVE_DECL_WCWIDTH''@|1|g' \ -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 '/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.in.h; \ } > wchar.h-t && \ mv wchar.h-t wchar.h make all-recursive make[5]: Entering directory `/tmp/portage/net-libs/gnutls-2.10.1/work/gnutls-2.10.1/lib/gl' Making all in tests make[6]: Entering directory `/tmp/portage/net-libs/gnutls-2.10.1/work/gnutls-2.10.1/lib/gl/tests' rm -f arg-nonnull.h-t arg-nonnull.h && \ sed -n -e '/GL_ARG_NONNULL/,$p' \ < ../../build-aux/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' \ < ../../build-aux/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' \ < ../../build-aux/warn-on-use.h \ > warn-on-use.h-t && \ mv warn-on-use.h-t warn-on-use.h make all-recursive make[7]: Entering directory `/tmp/portage/net-libs/gnutls-2.10.1/work/gnutls-2.10.1/lib/gl/tests' Making all in . make[8]: Entering directory `/tmp/portage/net-libs/gnutls-2.10.1/work/gnutls-2.10.1/lib/gl/tests' make[8]: Nothing to be done for `all-am'. make[8]: Leaving directory `/tmp/portage/net-libs/gnutls-2.10.1/work/gnutls-2.10.1/lib/gl/tests' make[7]: Leaving directory `/tmp/portage/net-libs/gnutls-2.10.1/work/gnutls-2.10.1/lib/gl/tests' make[6]: Leaving directory `/tmp/portage/net-libs/gnutls-2.10.1/work/gnutls-2.10.1/lib/gl/tests' make[6]: Entering directory `/tmp/portage/net-libs/gnutls-2.10.1/work/gnutls-2.10.1/lib/gl' /bin/sh ../libtool --tag=CC --mode=compile x86_64-pc-linux-gnu-gcc -DHAVE_CONFIG_H -I. -I.. -I../intl -march=core2 -O2 -MT c-ctype.lo -MD -MP -MF .deps/c-ctype.Tpo -c -o c-ctype.lo c-ctype.c /bin/sh ../libtool --tag=CC --mode=compile x86_64-pc-linux-gnu-gcc -DHAVE_CONFIG_H -I. -I.. -I../intl -march=core2 -O2 -MT close-hook.lo -MD -MP -MF .deps/close-hook.Tpo -c -o close-hook.lo close-hook.c /bin/sh ../libtool --tag=CC --mode=compile x86_64-pc-linux-gnu-gcc -DHAVE_CONFIG_H -I. -I.. -I../intl -march=core2 -O2 -MT sockets.lo -MD -MP -MF .deps/sockets.Tpo -c -o sockets.lo sockets.c /bin/sh ../libtool --tag=CC --mode=compile x86_64-pc-linux-gnu-gcc -DHAVE_CONFIG_H -I. -I.. -I../intl -march=core2 -O2 -MT asnprintf.lo -MD -MP -MF .deps/asnprintf.Tpo -c -o asnprintf.lo asnprintf.c libtool: compile: x86_64-pc-linux-gnu-gcc -DHAVE_CONFIG_H -I. -I.. -I../intl -march=core2 -O2 -MT close-hook.lo -MD -MP -MF .deps/close-hook.Tpo -c close-hook.c -fPIC -DPIC -o .libs/close-hook.o libtool: compile: x86_64-pc-linux-gnu-gcc -DHAVE_CONFIG_H -I. -I.. -I../intl -march=core2 -O2 -MT sockets.lo -MD -MP -MF .deps/sockets.Tpo -c sockets.c -fPIC -DPIC -o .libs/sockets.o libtool: compile: x86_64-pc-linux-gnu-gcc -DHAVE_CONFIG_H -I. -I.. -I../intl -march=core2 -O2 -MT asnprintf.lo -MD -MP -MF .deps/asnprintf.Tpo -c asnprintf.c -fPIC -DPIC -o .libs/asnprintf.o libtool: compile: x86_64-pc-linux-gnu-gcc -DHAVE_CONFIG_H -I. -I.. -I../intl -march=core2 -O2 -MT c-ctype.lo -MD -MP -MF .deps/c-ctype.Tpo -c c-ctype.c -fPIC -DPIC -o .libs/c-ctype.o libtool: compile: x86_64-pc-linux-gnu-gcc -DHAVE_CONFIG_H -I. -I.. -I../intl -march=core2 -O2 -MT sockets.lo -MD -MP -MF .deps/sockets.Tpo -c sockets.c -o sockets.o >/dev/null 2>&1 libtool: compile: x86_64-pc-linux-gnu-gcc -DHAVE_CONFIG_H -I. -I.. -I../intl -march=core2 -O2 -MT asnprintf.lo -MD -MP -MF .deps/asnprintf.Tpo -c asnprintf.c -o asnprintf.o >/dev/null 2>&1 libtool: compile: x86_64-pc-linux-gnu-gcc -DHAVE_CONFIG_H -I. -I.. -I../intl -march=core2 -O2 -MT close-hook.lo -MD -MP -MF .deps/close-hook.Tpo -c close-hook.c -o close-hook.o >/dev/null 2>&1 libtool: compile: x86_64-pc-linux-gnu-gcc -DHAVE_CONFIG_H -I. -I.. -I../intl -march=core2 -O2 -MT c-ctype.lo -MD -MP -MF .deps/c-ctype.Tpo -c c-ctype.c -o c-ctype.o >/dev/null 2>&1 mv -f .deps/sockets.Tpo .deps/sockets.Plo mv -f .deps/asnprintf.Tpo .deps/asnprintf.Plo mv -f .deps/close-hook.Tpo .deps/close-hook.Plo /bin/sh ../libtool --tag=CC --mode=compile x86_64-pc-linux-gnu-gcc -DHAVE_CONFIG_H -I. -I.. -I../intl -march=core2 -O2 -MT printf-args.lo -MD -MP -MF .deps/printf-args.Tpo -c -o printf-args.lo printf-args.c /bin/sh ../libtool --tag=CC --mode=compile x86_64-pc-linux-gnu-gcc -DHAVE_CONFIG_H -I. -I.. -I../intl -march=core2 -O2 -MT printf-parse.lo -MD -MP -MF .deps/printf-parse.Tpo -c -o printf-parse.lo printf-parse.c /bin/sh ../libtool --tag=CC --mode=compile x86_64-pc-linux-gnu-gcc -DHAVE_CONFIG_H -I. -I.. -I../intl -march=core2 -O2 -MT read-file.lo -MD -MP -MF .deps/read-file.Tpo -c -o read-file.lo read-file.c libtool: compile: x86_64-pc-linux-gnu-gcc -DHAVE_CONFIG_H -I. -I.. -I../intl -march=core2 -O2 -MT printf-args.lo -MD -MP -MF .deps/printf-args.Tpo -c printf-args.c -fPIC -DPIC -o .libs/printf-args.o libtool: compile: x86_64-pc-linux-gnu-gcc -DHAVE_CONFIG_H -I. -I.. -I../intl -march=core2 -O2 -MT read-file.lo -MD -MP -MF .deps/read-file.Tpo -c read-file.c -fPIC -DPIC -o .libs/read-file.o libtool: compile: x86_64-pc-linux-gnu-gcc -DHAVE_CONFIG_H -I. -I.. -I../intl -march=core2 -O2 -MT printf-parse.lo -MD -MP -MF .deps/printf-parse.Tpo -c printf-parse.c -fPIC -DPIC -o .libs/printf-parse.o mv -f .deps/c-ctype.Tpo .deps/c-ctype.Plo /bin/sh ../libtool --tag=CC --mode=compile x86_64-pc-linux-gnu-gcc -DHAVE_CONFIG_H -I. -I.. -I../intl -march=core2 -O2 -MT vasnprintf.lo -MD -MP -MF .deps/vasnprintf.Tpo -c -o vasnprintf.lo vasnprintf.c libtool: compile: x86_64-pc-linux-gnu-gcc -DHAVE_CONFIG_H -I. -I.. -I../intl -march=core2 -O2 -MT vasnprintf.lo -MD -MP -MF .deps/vasnprintf.Tpo -c vasnprintf.c -fPIC -DPIC -o .libs/vasnprintf.o libtool: compile: x86_64-pc-linux-gnu-gcc -DHAVE_CONFIG_H -I. -I.. -I../intl -march=core2 -O2 -MT printf-args.lo -MD -MP -MF .deps/printf-args.Tpo -c printf-args.c -o printf-args.o >/dev/null 2>&1 libtool: compile: x86_64-pc-linux-gnu-gcc -DHAVE_CONFIG_H -I. -I.. -I../intl -march=core2 -O2 -MT read-file.lo -MD -MP -MF .deps/read-file.Tpo -c read-file.c -o read-file.o >/dev/null 2>&1 mv -f .deps/read-file.Tpo .deps/read-file.Plo mv -f .deps/printf-args.Tpo .deps/printf-args.Plo libtool: compile: x86_64-pc-linux-gnu-gcc -DHAVE_CONFIG_H -I. -I.. -I../intl -march=core2 -O2 -MT printf-parse.lo -MD -MP -MF .deps/printf-parse.Tpo -c printf-parse.c -o printf-parse.o >/dev/null 2>&1 libtool: compile: x86_64-pc-linux-gnu-gcc -DHAVE_CONFIG_H -I. -I.. -I../intl -march=core2 -O2 -MT vasnprintf.lo -MD -MP -MF .deps/vasnprintf.Tpo -c vasnprintf.c -o vasnprintf.o >/dev/null 2>&1 mv -f .deps/printf-parse.Tpo .deps/printf-parse.Plo mv -f .deps/vasnprintf.Tpo .deps/vasnprintf.Plo /bin/sh ../libtool --tag=CC --mode=link x86_64-pc-linux-gnu-gcc -march=core2 -O2 -Wl,-O1 -Wl,--as-needed -Wl,--hash-style=gnu -o liblgnu.la c-ctype.lo close-hook.lo sockets.lo asnprintf.lo printf-args.lo printf-parse.lo read-file.lo vasnprintf.lo libtool: link: x86_64-pc-linux-gnu-ar cru .libs/liblgnu.a .libs/c-ctype.o .libs/close-hook.o .libs/sockets.o .libs/asnprintf.o .libs/printf-args.o .libs/printf-parse.o .libs/read-file.o .libs/vasnprintf.o libtool: link: x86_64-pc-linux-gnu-ranlib .libs/liblgnu.a libtool: link: ( cd ".libs" && rm -f "liblgnu.la" && ln -s "../liblgnu.la" "liblgnu.la" ) make[6]: Leaving directory `/tmp/portage/net-libs/gnutls-2.10.1/work/gnutls-2.10.1/lib/gl' make[5]: Leaving directory `/tmp/portage/net-libs/gnutls-2.10.1/work/gnutls-2.10.1/lib/gl' make[4]: Leaving directory `/tmp/portage/net-libs/gnutls-2.10.1/work/gnutls-2.10.1/lib/gl' Making all in po make[4]: Entering directory `/tmp/portage/net-libs/gnutls-2.10.1/work/gnutls-2.10.1/lib/po' make[4]: Leaving directory `/tmp/portage/net-libs/gnutls-2.10.1/work/gnutls-2.10.1/lib/po' Making all in includes make[4]: Entering directory `/tmp/portage/net-libs/gnutls-2.10.1/work/gnutls-2.10.1/lib/includes' make[4]: Nothing to be done for `all'. make[4]: Leaving directory `/tmp/portage/net-libs/gnutls-2.10.1/work/gnutls-2.10.1/lib/includes' Making all in x509 make[4]: Entering directory `/tmp/portage/net-libs/gnutls-2.10.1/work/gnutls-2.10.1/lib/x509' /bin/sh ../libtool --tag=CC --mode=compile x86_64-pc-linux-gnu-gcc -DHAVE_CONFIG_H -I. -I.. -I./../gl -I./../gl -I./../includes -I./../includes -I./.. -march=core2 -O2 -MT common.lo -MD -MP -MF .deps/common.Tpo -c -o common.lo common.c /bin/sh ../libtool --tag=CC --mode=compile x86_64-pc-linux-gnu-gcc -DHAVE_CONFIG_H -I. -I.. -I./../gl -I./../gl -I./../includes -I./../includes -I./.. -march=core2 -O2 -MT crl.lo -MD -MP -MF .deps/crl.Tpo -c -o crl.lo crl.c /bin/sh ../libtool --tag=CC --mode=compile x86_64-pc-linux-gnu-gcc -DHAVE_CONFIG_H -I. -I.. -I./../gl -I./../gl -I./../includes -I./../includes -I./.. -march=core2 -O2 -MT crl_write.lo -MD -MP -MF .deps/crl_write.Tpo -c -o crl_write.lo crl_write.c /bin/sh ../libtool --tag=CC --mode=compile x86_64-pc-linux-gnu-gcc -DHAVE_CONFIG_H -I. -I.. -I./../gl -I./../gl -I./../includes -I./../includes -I./.. -march=core2 -O2 -MT crq.lo -MD -MP -MF .deps/crq.Tpo -c -o crq.lo crq.c libtool: compile: x86_64-pc-linux-gnu-gcc -DHAVE_CONFIG_H -I. -I.. -I./../gl -I./../gl -I./../includes -I./../includes -I./.. -march=core2 -O2 -MT crl_write.lo -MD -MP -MF .deps/crl_write.Tpo -c crl_write.c -fPIC -DPIC -o .libs/crl_write.o libtool: compile: x86_64-pc-linux-gnu-gcc -DHAVE_CONFIG_H -I. -I.. -I./../gl -I./../gl -I./../includes -I./../includes -I./.. -march=core2 -O2 -MT crl.lo -MD -MP -MF .deps/crl.Tpo -c crl.c -fPIC -DPIC -o .libs/crl.o libtool: compile: x86_64-pc-linux-gnu-gcc -DHAVE_CONFIG_H -I. -I.. -I./../gl -I./../gl -I./../includes -I./../includes -I./.. -march=core2 -O2 -MT crq.lo -MD -MP -MF .deps/crq.Tpo -c crq.c -fPIC -DPIC -o .libs/crq.o libtool: compile: x86_64-pc-linux-gnu-gcc -DHAVE_CONFIG_H -I. -I.. -I./../gl -I./../gl -I./../includes -I./../includes -I./.. -march=core2 -O2 -MT common.lo -MD -MP -MF .deps/common.Tpo -c common.c -fPIC -DPIC -o .libs/common.o libtool: compile: x86_64-pc-linux-gnu-gcc -DHAVE_CONFIG_H -I. -I.. -I./../gl -I./../gl -I./../includes -I./../includes -I./.. -march=core2 -O2 -MT crl_write.lo -MD -MP -MF .deps/crl_write.Tpo -c crl_write.c -o crl_write.o >/dev/null 2>&1 libtool: compile: x86_64-pc-linux-gnu-gcc -DHAVE_CONFIG_H -I. -I.. -I./../gl -I./../gl -I./../includes -I./../includes -I./.. -march=core2 -O2 -MT crl.lo -MD -MP -MF .deps/crl.Tpo -c crl.c -o crl.o >/dev/null 2>&1 mv -f .deps/crl_write.Tpo .deps/crl_write.Plo /bin/sh ../libtool --tag=CC --mode=compile x86_64-pc-linux-gnu-gcc -DHAVE_CONFIG_H -I. -I.. -I./../gl -I./../gl -I./../includes -I./../includes -I./.. -march=core2 -O2 -MT dn.lo -MD -MP -MF .deps/dn.Tpo -c -o dn.lo dn.c libtool: compile: x86_64-pc-linux-gnu-gcc -DHAVE_CONFIG_H -I. -I.. -I./../gl -I./../gl -I./../includes -I./../includes -I./.. -march=core2 -O2 -MT dn.lo -MD -MP -MF .deps/dn.Tpo -c dn.c -fPIC -DPIC -o .libs/dn.o libtool: compile: x86_64-pc-linux-gnu-gcc -DHAVE_CONFIG_H -I. -I.. -I./../gl -I./../gl -I./../includes -I./../includes -I./.. -march=core2 -O2 -MT common.lo -MD -MP -MF .deps/common.Tpo -c common.c -o common.o >/dev/null 2>&1 libtool: compile: x86_64-pc-linux-gnu-gcc -DHAVE_CONFIG_H -I. -I.. -I./../gl -I./../gl -I./../includes -I./../includes -I./.. -march=core2 -O2 -MT crq.lo -MD -MP -MF .deps/crq.Tpo -c crq.c -o crq.o >/dev/null 2>&1 mv -f .deps/crl.Tpo .deps/crl.Plo /bin/sh ../libtool --tag=CC --mode=compile x86_64-pc-linux-gnu-gcc -DHAVE_CONFIG_H -I. -I.. -I./../gl -I./../gl -I./../includes -I./../includes -I./.. -march=core2 -O2 -MT extensions.lo -MD -MP -MF .deps/extensions.Tpo -c -o extensions.lo extensions.c libtool: compile: x86_64-pc-linux-gnu-gcc -DHAVE_CONFIG_H -I. -I.. -I./../gl -I./../gl -I./../includes -I./../includes -I./.. -march=core2 -O2 -MT extensions.lo -MD -MP -MF .deps/extensions.Tpo -c extensions.c -fPIC -DPIC -o .libs/extensions.o libtool: compile: x86_64-pc-linux-gnu-gcc -DHAVE_CONFIG_H -I. -I.. -I./../gl -I./../gl -I./../includes -I./../includes -I./.. -march=core2 -O2 -MT dn.lo -MD -MP -MF .deps/dn.Tpo -c dn.c -o dn.o >/dev/null 2>&1 mv -f .deps/common.Tpo .deps/common.Plo /bin/sh ../libtool --tag=CC --mode=compile x86_64-pc-linux-gnu-gcc -DHAVE_CONFIG_H -I. -I.. -I./../gl -I./../gl -I./../includes -I./../includes -I./.. -march=core2 -O2 -MT mpi.lo -MD -MP -MF .deps/mpi.Tpo -c -o mpi.lo mpi.c libtool: compile: x86_64-pc-linux-gnu-gcc -DHAVE_CONFIG_H -I. -I.. -I./../gl -I./../gl -I./../includes -I./../includes -I./.. -march=core2 -O2 -MT mpi.lo -MD -MP -MF .deps/mpi.Tpo -c mpi.c -fPIC -DPIC -o .libs/mpi.o libtool: compile: x86_64-pc-linux-gnu-gcc -DHAVE_CONFIG_H -I. -I.. -I./../gl -I./../gl -I./../includes -I./../includes -I./.. -march=core2 -O2 -MT extensions.lo -MD -MP -MF .deps/extensions.Tpo -c extensions.c -o extensions.o >/dev/null 2>&1 mv -f .deps/crq.Tpo .deps/crq.Plo /bin/sh ../libtool --tag=CC --mode=compile x86_64-pc-linux-gnu-gcc -DHAVE_CONFIG_H -I. -I.. -I./../gl -I./../gl -I./../includes -I./../includes -I./.. -march=core2 -O2 -MT output.lo -MD -MP -MF .deps/output.Tpo -c -o output.lo output.c libtool: compile: x86_64-pc-linux-gnu-gcc -DHAVE_CONFIG_H -I. -I.. -I./../gl -I./../gl -I./../includes -I./../includes -I./.. -march=core2 -O2 -MT output.lo -MD -MP -MF .deps/output.Tpo -c output.c -fPIC -DPIC -o .libs/output.o libtool: compile: x86_64-pc-linux-gnu-gcc -DHAVE_CONFIG_H -I. -I.. -I./../gl -I./../gl -I./../includes -I./../includes -I./.. -march=core2 -O2 -MT mpi.lo -MD -MP -MF .deps/mpi.Tpo -c mpi.c -o mpi.o >/dev/null 2>&1 mv -f .deps/dn.Tpo .deps/dn.Plo /bin/sh ../libtool --tag=CC --mode=compile x86_64-pc-linux-gnu-gcc -DHAVE_CONFIG_H -I. -I.. -I./../gl -I./../gl -I./../includes -I./../includes -I./.. -march=core2 -O2 -MT pbkdf2-sha1.lo -MD -MP -MF .deps/pbkdf2-sha1.Tpo -c -o pbkdf2-sha1.lo pbkdf2-sha1.c libtool: compile: x86_64-pc-linux-gnu-gcc -DHAVE_CONFIG_H -I. -I.. -I./../gl -I./../gl -I./../includes -I./../includes -I./.. -march=core2 -O2 -MT pbkdf2-sha1.lo -MD -MP -MF .deps/pbkdf2-sha1.Tpo -c pbkdf2-sha1.c -fPIC -DPIC -o .libs/pbkdf2-sha1.o mv -f .deps/extensions.Tpo .deps/extensions.Plo /bin/sh ../libtool --tag=CC --mode=compile x86_64-pc-linux-gnu-gcc -DHAVE_CONFIG_H -I. -I.. -I./../gl -I./../gl -I./../includes -I./../includes -I./.. -march=core2 -O2 -MT pkcs12.lo -MD -MP -MF .deps/pkcs12.Tpo -c -o pkcs12.lo pkcs12.c libtool: compile: x86_64-pc-linux-gnu-gcc -DHAVE_CONFIG_H -I. -I.. -I./../gl -I./../gl -I./../includes -I./../includes -I./.. -march=core2 -O2 -MT pbkdf2-sha1.lo -MD -MP -MF .deps/pbkdf2-sha1.Tpo -c pbkdf2-sha1.c -o pbkdf2-sha1.o >/dev/null 2>&1 libtool: compile: x86_64-pc-linux-gnu-gcc -DHAVE_CONFIG_H -I. -I.. -I./../gl -I./../gl -I./../includes -I./../includes -I./.. -march=core2 -O2 -MT pkcs12.lo -MD -MP -MF .deps/pkcs12.Tpo -c pkcs12.c -fPIC -DPIC -o .libs/pkcs12.o mv -f .deps/mpi.Tpo .deps/mpi.Plo /bin/sh ../libtool --tag=CC --mode=compile x86_64-pc-linux-gnu-gcc -DHAVE_CONFIG_H -I. -I.. -I./../gl -I./../gl -I./../includes -I./../includes -I./.. -march=core2 -O2 -MT pkcs12_bag.lo -MD -MP -MF .deps/pkcs12_bag.Tpo -c -o pkcs12_bag.lo pkcs12_bag.c libtool: compile: x86_64-pc-linux-gnu-gcc -DHAVE_CONFIG_H -I. -I.. -I./../gl -I./../gl -I./../includes -I./../includes -I./.. -march=core2 -O2 -MT pkcs12_bag.lo -MD -MP -MF .deps/pkcs12_bag.Tpo -c pkcs12_bag.c -fPIC -DPIC -o .libs/pkcs12_bag.o mv -f .deps/pbkdf2-sha1.Tpo .deps/pbkdf2-sha1.Plo /bin/sh ../libtool --tag=CC --mode=compile x86_64-pc-linux-gnu-gcc -DHAVE_CONFIG_H -I. -I.. -I./../gl -I./../gl -I./../includes -I./../includes -I./.. -march=core2 -O2 -MT pkcs12_encr.lo -MD -MP -MF .deps/pkcs12_encr.Tpo -c -o pkcs12_encr.lo pkcs12_encr.c libtool: compile: x86_64-pc-linux-gnu-gcc -DHAVE_CONFIG_H -I. -I.. -I./../gl -I./../gl -I./../includes -I./../includes -I./.. -march=core2 -O2 -MT pkcs12_encr.lo -MD -MP -MF .deps/pkcs12_encr.Tpo -c pkcs12_encr.c -fPIC -DPIC -o .libs/pkcs12_encr.o libtool: compile: x86_64-pc-linux-gnu-gcc -DHAVE_CONFIG_H -I. -I.. -I./../gl -I./../gl -I./../includes -I./../includes -I./.. -march=core2 -O2 -MT pkcs12_bag.lo -MD -MP -MF .deps/pkcs12_bag.Tpo -c pkcs12_bag.c -o pkcs12_bag.o >/dev/null 2>&1 libtool: compile: x86_64-pc-linux-gnu-gcc -DHAVE_CONFIG_H -I. -I.. -I./../gl -I./../gl -I./../includes -I./../includes -I./.. -march=core2 -O2 -MT pkcs12_encr.lo -MD -MP -MF .deps/pkcs12_encr.Tpo -c pkcs12_encr.c -o pkcs12_encr.o >/dev/null 2>&1 mv -f .deps/pkcs12_encr.Tpo .deps/pkcs12_encr.Plo /bin/sh ../libtool --tag=CC --mode=compile x86_64-pc-linux-gnu-gcc -DHAVE_CONFIG_H -I. -I.. -I./../gl -I./../gl -I./../includes -I./../includes -I./.. -march=core2 -O2 -MT pkcs7.lo -MD -MP -MF .deps/pkcs7.Tpo -c -o pkcs7.lo pkcs7.c libtool: compile: x86_64-pc-linux-gnu-gcc -DHAVE_CONFIG_H -I. -I.. -I./../gl -I./../gl -I./../includes -I./../includes -I./.. -march=core2 -O2 -MT pkcs7.lo -MD -MP -MF .deps/pkcs7.Tpo -c pkcs7.c -fPIC -DPIC -o .libs/pkcs7.o libtool: compile: x86_64-pc-linux-gnu-gcc -DHAVE_CONFIG_H -I. -I.. -I./../gl -I./../gl -I./../includes -I./../includes -I./.. -march=core2 -O2 -MT pkcs12.lo -MD -MP -MF .deps/pkcs12.Tpo -c pkcs12.c -o pkcs12.o >/dev/null 2>&1 mv -f .deps/pkcs12_bag.Tpo .deps/pkcs12_bag.Plo libtool: compile: x86_64-pc-linux-gnu-gcc -DHAVE_CONFIG_H -I. -I.. -I./../gl -I./../gl -I./../includes -I./../includes -I./.. -march=core2 -O2 -MT output.lo -MD -MP -MF .deps/output.Tpo -c output.c -o output.o >/dev/null 2>&1 /bin/sh ../libtool --tag=CC --mode=compile x86_64-pc-linux-gnu-gcc -DHAVE_CONFIG_H -I. -I.. -I./../gl -I./../gl -I./../includes -I./../includes -I./.. -march=core2 -O2 -MT privkey.lo -MD -MP -MF .deps/privkey.Tpo -c -o privkey.lo privkey.c libtool: compile: x86_64-pc-linux-gnu-gcc -DHAVE_CONFIG_H -I. -I.. -I./../gl -I./../gl -I./../includes -I./../includes -I./.. -march=core2 -O2 -MT privkey.lo -MD -MP -MF .deps/privkey.Tpo -c privkey.c -fPIC -DPIC -o .libs/privkey.o libtool: compile: x86_64-pc-linux-gnu-gcc -DHAVE_CONFIG_H -I. -I.. -I./../gl -I./../gl -I./../includes -I./../includes -I./.. -march=core2 -O2 -MT pkcs7.lo -MD -MP -MF .deps/pkcs7.Tpo -c pkcs7.c -o pkcs7.o >/dev/null 2>&1 mv -f .deps/pkcs12.Tpo .deps/pkcs12.Plo /bin/sh ../libtool --tag=CC --mode=compile x86_64-pc-linux-gnu-gcc -DHAVE_CONFIG_H -I. -I.. -I./../gl -I./../gl -I./../includes -I./../includes -I./.. -march=core2 -O2 -MT privkey_pkcs8.lo -MD -MP -MF .deps/privkey_pkcs8.Tpo -c -o privkey_pkcs8.lo privkey_pkcs8.c libtool: compile: x86_64-pc-linux-gnu-gcc -DHAVE_CONFIG_H -I. -I.. -I./../gl -I./../gl -I./../includes -I./../includes -I./.. -march=core2 -O2 -MT privkey_pkcs8.lo -MD -MP -MF .deps/privkey_pkcs8.Tpo -c privkey_pkcs8.c -fPIC -DPIC -o .libs/privkey_pkcs8.o libtool: compile: x86_64-pc-linux-gnu-gcc -DHAVE_CONFIG_H -I. -I.. -I./../gl -I./../gl -I./../includes -I./../includes -I./.. -march=core2 -O2 -MT privkey.lo -MD -MP -MF .deps/privkey.Tpo -c privkey.c -o privkey.o >/dev/null 2>&1 mv -f .deps/pkcs7.Tpo .deps/pkcs7.Plo /bin/sh ../libtool --tag=CC --mode=compile x86_64-pc-linux-gnu-gcc -DHAVE_CONFIG_H -I. -I.. -I./../gl -I./../gl -I./../includes -I./../includes -I./.. -march=core2 -O2 -MT rfc2818_hostname.lo -MD -MP -MF .deps/rfc2818_hostname.Tpo -c -o rfc2818_hostname.lo rfc2818_hostname.c libtool: compile: x86_64-pc-linux-gnu-gcc -DHAVE_CONFIG_H -I. -I.. -I./../gl -I./../gl -I./../includes -I./../includes -I./.. -march=core2 -O2 -MT rfc2818_hostname.lo -MD -MP -MF .deps/rfc2818_hostname.Tpo -c rfc2818_hostname.c -fPIC -DPIC -o .libs/rfc2818_hostname.o libtool: compile: x86_64-pc-linux-gnu-gcc -DHAVE_CONFIG_H -I. -I.. -I./../gl -I./../gl -I./../includes -I./../includes -I./.. -march=core2 -O2 -MT rfc2818_hostname.lo -MD -MP -MF .deps/rfc2818_hostname.Tpo -c rfc2818_hostname.c -o rfc2818_hostname.o >/dev/null 2>&1 mv -f .deps/output.Tpo .deps/output.Plo /bin/sh ../libtool --tag=CC --mode=compile x86_64-pc-linux-gnu-gcc -DHAVE_CONFIG_H -I. -I.. -I./../gl -I./../gl -I./../includes -I./../includes -I./.. -march=core2 -O2 -MT sign.lo -MD -MP -MF .deps/sign.Tpo -c -o sign.lo sign.c libtool: compile: x86_64-pc-linux-gnu-gcc -DHAVE_CONFIG_H -I. -I.. -I./../gl -I./../gl -I./../includes -I./../includes -I./.. -march=core2 -O2 -MT sign.lo -MD -MP -MF .deps/sign.Tpo -c sign.c -fPIC -DPIC -o .libs/sign.o mv -f .deps/rfc2818_hostname.Tpo .deps/rfc2818_hostname.Plo /bin/sh ../libtool --tag=CC --mode=compile x86_64-pc-linux-gnu-gcc -DHAVE_CONFIG_H -I. -I.. -I./../gl -I./../gl -I./../includes -I./../includes -I./.. -march=core2 -O2 -MT verify.lo -MD -MP -MF .deps/verify.Tpo -c -o verify.lo verify.c libtool: compile: x86_64-pc-linux-gnu-gcc -DHAVE_CONFIG_H -I. -I.. -I./../gl -I./../gl -I./../includes -I./../includes -I./.. -march=core2 -O2 -MT verify.lo -MD -MP -MF .deps/verify.Tpo -c verify.c -fPIC -DPIC -o .libs/verify.o mv -f .deps/privkey.Tpo .deps/privkey.Plo /bin/sh ../libtool --tag=CC --mode=compile x86_64-pc-linux-gnu-gcc -DHAVE_CONFIG_H -I. -I.. -I./../gl -I./../gl -I./../includes -I./../includes -I./.. -march=core2 -O2 -MT x509.lo -MD -MP -MF .deps/x509.Tpo -c -o x509.lo x509.c libtool: compile: x86_64-pc-linux-gnu-gcc -DHAVE_CONFIG_H -I. -I.. -I./../gl -I./../gl -I./../includes -I./../includes -I./.. -march=core2 -O2 -MT x509.lo -MD -MP -MF .deps/x509.Tpo -c x509.c -fPIC -DPIC -o .libs/x509.o libtool: compile: x86_64-pc-linux-gnu-gcc -DHAVE_CONFIG_H -I. -I.. -I./../gl -I./../gl -I./../includes -I./../includes -I./.. -march=core2 -O2 -MT privkey_pkcs8.lo -MD -MP -MF .deps/privkey_pkcs8.Tpo -c privkey_pkcs8.c -o privkey_pkcs8.o >/dev/null 2>&1 libtool: compile: x86_64-pc-linux-gnu-gcc -DHAVE_CONFIG_H -I. -I.. -I./../gl -I./../gl -I./../includes -I./../includes -I./.. -march=core2 -O2 -MT sign.lo -MD -MP -MF .deps/sign.Tpo -c sign.c -o sign.o >/dev/null 2>&1 mv -f .deps/sign.Tpo .deps/sign.Plo /bin/sh ../libtool --tag=CC --mode=compile x86_64-pc-linux-gnu-gcc -DHAVE_CONFIG_H -I. -I.. -I./../gl -I./../gl -I./../includes -I./../includes -I./.. -march=core2 -O2 -MT x509_write.lo -MD -MP -MF .deps/x509_write.Tpo -c -o x509_write.lo x509_write.c libtool: compile: x86_64-pc-linux-gnu-gcc -DHAVE_CONFIG_H -I. -I.. -I./../gl -I./../gl -I./../includes -I./../includes -I./.. -march=core2 -O2 -MT x509_write.lo -MD -MP -MF .deps/x509_write.Tpo -c x509_write.c -fPIC -DPIC -o .libs/x509_write.o libtool: compile: x86_64-pc-linux-gnu-gcc -DHAVE_CONFIG_H -I. -I.. -I./../gl -I./../gl -I./../includes -I./../includes -I./.. -march=core2 -O2 -MT verify.lo -MD -MP -MF .deps/verify.Tpo -c verify.c -o verify.o >/dev/null 2>&1 libtool: compile: x86_64-pc-linux-gnu-gcc -DHAVE_CONFIG_H -I. -I.. -I./../gl -I./../gl -I./../includes -I./../includes -I./.. -march=core2 -O2 -MT x509_write.lo -MD -MP -MF .deps/x509_write.Tpo -c x509_write.c -o x509_write.o >/dev/null 2>&1 mv -f .deps/verify.Tpo .deps/verify.Plo libtool: compile: x86_64-pc-linux-gnu-gcc -DHAVE_CONFIG_H -I. -I.. -I./../gl -I./../gl -I./../includes -I./../includes -I./.. -march=core2 -O2 -MT x509.lo -MD -MP -MF .deps/x509.Tpo -c x509.c -o x509.o >/dev/null 2>&1 mv -f .deps/privkey_pkcs8.Tpo .deps/privkey_pkcs8.Plo mv -f .deps/x509_write.Tpo .deps/x509_write.Plo mv -f .deps/x509.Tpo .deps/x509.Plo /bin/sh ../libtool --tag=CC --mode=link x86_64-pc-linux-gnu-gcc -march=core2 -O2 -Wl,-O1 -Wl,--as-needed -Wl,--hash-style=gnu -o libgnutls_x509.la common.lo crl.lo crl_write.lo crq.lo dn.lo extensions.lo mpi.lo output.lo pbkdf2-sha1.lo pkcs12.lo pkcs12_bag.lo pkcs12_encr.lo pkcs7.lo privkey.lo privkey_pkcs8.lo rfc2818_hostname.lo sign.lo verify.lo x509.lo x509_write.lo libtool: link: x86_64-pc-linux-gnu-ar cru .libs/libgnutls_x509.a .libs/common.o .libs/crl.o .libs/crl_write.o .libs/crq.o .libs/dn.o .libs/extensions.o .libs/mpi.o .libs/output.o .libs/pbkdf2-sha1.o .libs/pkcs12.o .libs/pkcs12_bag.o .libs/pkcs12_encr.o .libs/pkcs7.o .libs/privkey.o .libs/privkey_pkcs8.o .libs/rfc2818_hostname.o .libs/sign.o .libs/verify.o .libs/x509.o .libs/x509_write.o libtool: link: x86_64-pc-linux-gnu-ranlib .libs/libgnutls_x509.a libtool: link: ( cd ".libs" && rm -f "libgnutls_x509.la" && ln -s "../libgnutls_x509.la" "libgnutls_x509.la" ) make[4]: Leaving directory `/tmp/portage/net-libs/gnutls-2.10.1/work/gnutls-2.10.1/lib/x509' Making all in opencdk make[4]: Entering directory `/tmp/portage/net-libs/gnutls-2.10.1/work/gnutls-2.10.1/lib/opencdk' /bin/sh ../libtool --tag=CC --mode=compile x86_64-pc-linux-gnu-gcc -DHAVE_CONFIG_H -I. -I.. -I./../gl -I./../gl -I./../includes -I./../includes -I./.. -march=core2 -O2 -MT armor.lo -MD -MP -MF .deps/armor.Tpo -c -o armor.lo armor.c /bin/sh ../libtool --tag=CC --mode=compile x86_64-pc-linux-gnu-gcc -DHAVE_CONFIG_H -I. -I.. -I./../gl -I./../gl -I./../includes -I./../includes -I./.. -march=core2 -O2 -MT main.lo -MD -MP -MF .deps/main.Tpo -c -o main.lo main.c /bin/sh ../libtool --tag=CC --mode=compile x86_64-pc-linux-gnu-gcc -DHAVE_CONFIG_H -I. -I.. -I./../gl -I./../gl -I./../includes -I./../includes -I./.. -march=core2 -O2 -MT kbnode.lo -MD -MP -MF .deps/kbnode.Tpo -c -o kbnode.lo kbnode.c /bin/sh ../libtool --tag=CC --mode=compile x86_64-pc-linux-gnu-gcc -DHAVE_CONFIG_H -I. -I.. -I./../gl -I./../gl -I./../includes -I./../includes -I./.. -march=core2 -O2 -MT dummy.lo -MD -MP -MF .deps/dummy.Tpo -c -o dummy.lo dummy.c libtool: compile: x86_64-pc-linux-gnu-gcc -DHAVE_CONFIG_H -I. -I.. -I./../gl -I./../gl -I./../includes -I./../includes -I./.. -march=core2 -O2 -MT main.lo -MD -MP -MF .deps/main.Tpo -c main.c -fPIC -DPIC -o .libs/main.o libtool: compile: x86_64-pc-linux-gnu-gcc -DHAVE_CONFIG_H -I. -I.. -I./../gl -I./../gl -I./../includes -I./../includes -I./.. -march=core2 -O2 -MT dummy.lo -MD -MP -MF .deps/dummy.Tpo -c dummy.c -fPIC -DPIC -o .libs/dummy.o libtool: compile: x86_64-pc-linux-gnu-gcc -DHAVE_CONFIG_H -I. -I.. -I./../gl -I./../gl -I./../includes -I./../includes -I./.. -march=core2 -O2 -MT armor.lo -MD -MP -MF .deps/armor.Tpo -c armor.c -fPIC -DPIC -o .libs/armor.o libtool: compile: x86_64-pc-linux-gnu-gcc -DHAVE_CONFIG_H -I. -I.. -I./../gl -I./../gl -I./../includes -I./../includes -I./.. -march=core2 -O2 -MT kbnode.lo -MD -MP -MF .deps/kbnode.Tpo -c kbnode.c -fPIC -DPIC -o .libs/kbnode.o libtool: compile: x86_64-pc-linux-gnu-gcc -DHAVE_CONFIG_H -I. -I.. -I./../gl -I./../gl -I./../includes -I./../includes -I./.. -march=core2 -O2 -MT dummy.lo -MD -MP -MF .deps/dummy.Tpo -c dummy.c -o dummy.o >/dev/null 2>&1 armor.c: In function 'armor_encode': armor.c:391: warning: ignoring return value of 'fwrite', declared with attribute warn_unused_result armor.c: In function 'armor_decode': armor.c:576: warning: ignoring return value of 'fwrite', declared with attribute warn_unused_result libtool: compile: x86_64-pc-linux-gnu-gcc -DHAVE_CONFIG_H -I. -I.. -I./../gl -I./../gl -I./../includes -I./../includes -I./.. -march=core2 -O2 -MT main.lo -MD -MP -MF .deps/main.Tpo -c main.c -o main.o >/dev/null 2>&1 libtool: compile: x86_64-pc-linux-gnu-gcc -DHAVE_CONFIG_H -I. -I.. -I./../gl -I./../gl -I./../includes -I./../includes -I./.. -march=core2 -O2 -MT kbnode.lo -MD -MP -MF .deps/kbnode.Tpo -c kbnode.c -o kbnode.o >/dev/null 2>&1 mv -f .deps/dummy.Tpo .deps/dummy.Plo /bin/sh ../libtool --tag=CC --mode=compile x86_64-pc-linux-gnu-gcc -DHAVE_CONFIG_H -I. -I.. -I./../gl -I./../gl -I./../includes -I./../includes -I./.. -march=core2 -O2 -MT sig-check.lo -MD -MP -MF .deps/sig-check.Tpo -c -o sig-check.lo sig-check.c armor.c:504: warning: call to 'fseek' declared with attribute warning: fseek cannot handle files larger than 4 GB on 32-bit platforms - use fseeko function for handling of large files mv -f .deps/main.Tpo .deps/main.Plo /bin/sh ../libtool --tag=CC --mode=compile x86_64-pc-linux-gnu-gcc -DHAVE_CONFIG_H -I. -I.. -I./../gl -I./../gl -I./../includes -I./../includes -I./.. -march=core2 -O2 -MT verify.lo -MD -MP -MF .deps/verify.Tpo -c -o verify.lo verify.c libtool: compile: x86_64-pc-linux-gnu-gcc -DHAVE_CONFIG_H -I. -I.. -I./../gl -I./../gl -I./../includes -I./../includes -I./.. -march=core2 -O2 -MT sig-check.lo -MD -MP -MF .deps/sig-check.Tpo -c sig-check.c -fPIC -DPIC -o .libs/sig-check.o libtool: compile: x86_64-pc-linux-gnu-gcc -DHAVE_CONFIG_H -I. -I.. -I./../gl -I./../gl -I./../includes -I./../includes -I./.. -march=core2 -O2 -MT verify.lo -MD -MP -MF .deps/verify.Tpo -c verify.c -fPIC -DPIC -o .libs/verify.o libtool: compile: x86_64-pc-linux-gnu-gcc -DHAVE_CONFIG_H -I. -I.. -I./../gl -I./../gl -I./../includes -I./../includes -I./.. -march=core2 -O2 -MT armor.lo -MD -MP -MF .deps/armor.Tpo -c armor.c -o armor.o >/dev/null 2>&1 mv -f .deps/kbnode.Tpo .deps/kbnode.Plo /bin/sh ../libtool --tag=CC --mode=compile x86_64-pc-linux-gnu-gcc -DHAVE_CONFIG_H -I. -I.. -I./../gl -I./../gl -I./../includes -I./../includes -I./.. -march=core2 -O2 -MT hash.lo -MD -MP -MF .deps/hash.Tpo -c -o hash.lo hash.c libtool: compile: x86_64-pc-linux-gnu-gcc -DHAVE_CONFIG_H -I. -I.. -I./../gl -I./../gl -I./../includes -I./../includes -I./.. -march=core2 -O2 -MT hash.lo -MD -MP -MF .deps/hash.Tpo -c hash.c -fPIC -DPIC -o .libs/hash.o libtool: compile: x86_64-pc-linux-gnu-gcc -DHAVE_CONFIG_H -I. -I.. -I./../gl -I./../gl -I./../includes -I./../includes -I./.. -march=core2 -O2 -MT sig-check.lo -MD -MP -MF .deps/sig-check.Tpo -c sig-check.c -o sig-check.o >/dev/null 2>&1 libtool: compile: x86_64-pc-linux-gnu-gcc -DHAVE_CONFIG_H -I. -I.. -I./../gl -I./../gl -I./../includes -I./../includes -I./.. -march=core2 -O2 -MT hash.lo -MD -MP -MF .deps/hash.Tpo -c hash.c -o hash.o >/dev/null 2>&1 libtool: compile: x86_64-pc-linux-gnu-gcc -DHAVE_CONFIG_H -I. -I.. -I./../gl -I./../gl -I./../includes -I./../includes -I./.. -march=core2 -O2 -MT verify.lo -MD -MP -MF .deps/verify.Tpo -c verify.c -o verify.o >/dev/null 2>&1 mv -f .deps/hash.Tpo .deps/hash.Plo /bin/sh ../libtool --tag=CC --mode=compile x86_64-pc-linux-gnu-gcc -DHAVE_CONFIG_H -I. -I.. -I./../gl -I./../gl -I./../includes -I./../includes -I./.. -march=core2 -O2 -MT keydb.lo -MD -MP -MF .deps/keydb.Tpo -c -o keydb.lo keydb.c libtool: compile: x86_64-pc-linux-gnu-gcc -DHAVE_CONFIG_H -I. -I.. -I./../gl -I./../gl -I./../includes -I./../includes -I./.. -march=core2 -O2 -MT keydb.lo -MD -MP -MF .deps/keydb.Tpo -c keydb.c -fPIC -DPIC -o .libs/keydb.o mv -f .deps/sig-check.Tpo .deps/sig-check.Plo /bin/sh ../libtool --tag=CC --mode=compile x86_64-pc-linux-gnu-gcc -DHAVE_CONFIG_H -I. -I.. -I./../gl -I./../gl -I./../includes -I./../includes -I./.. -march=core2 -O2 -MT pubkey.lo -MD -MP -MF .deps/pubkey.Tpo -c -o pubkey.lo pubkey.c libtool: compile: x86_64-pc-linux-gnu-gcc -DHAVE_CONFIG_H -I. -I.. -I./../gl -I./../gl -I./../includes -I./../includes -I./.. -march=core2 -O2 -MT pubkey.lo -MD -MP -MF .deps/pubkey.Tpo -c pubkey.c -fPIC -DPIC -o .libs/pubkey.o mv -f .deps/verify.Tpo .deps/verify.Plo mv -f .deps/armor.Tpo .deps/armor.Plo /bin/sh ../libtool --tag=CC --mode=compile x86_64-pc-linux-gnu-gcc -DHAVE_CONFIG_H -I. -I.. -I./../gl -I./../gl -I./../includes -I./../includes -I./.. -march=core2 -O2 -MT stream.lo -MD -MP -MF .deps/stream.Tpo -c -o stream.lo stream.c /bin/sh ../libtool --tag=CC --mode=compile x86_64-pc-linux-gnu-gcc -DHAVE_CONFIG_H -I. -I.. -I./../gl -I./../gl -I./../includes -I./../includes -I./.. -march=core2 -O2 -MT write-packet.lo -MD -MP -MF .deps/write-packet.Tpo -c -o write-packet.lo write-packet.c libtool: compile: x86_64-pc-linux-gnu-gcc -DHAVE_CONFIG_H -I. -I.. -I./../gl -I./../gl -I./../includes -I./../includes -I./.. -march=core2 -O2 -MT write-packet.lo -MD -MP -MF .deps/write-packet.Tpo -c write-packet.c -fPIC -DPIC -o .libs/write-packet.o libtool: compile: x86_64-pc-linux-gnu-gcc -DHAVE_CONFIG_H -I. -I.. -I./../gl -I./../gl -I./../includes -I./../includes -I./.. -march=core2 -O2 -MT stream.lo -MD -MP -MF .deps/stream.Tpo -c stream.c -fPIC -DPIC -o .libs/stream.o libtool: compile: x86_64-pc-linux-gnu-gcc -DHAVE_CONFIG_H -I. -I.. -I./../gl -I./../gl -I./../includes -I./../includes -I./.. -march=core2 -O2 -MT pubkey.lo -MD -MP -MF .deps/pubkey.Tpo -c pubkey.c -o pubkey.o >/dev/null 2>&1 stream.c: In function 'cdk_stream_seek': stream.c:1128: warning: call to 'fseek' declared with attribute warning: fseek cannot handle files larger than 4 GB on 32-bit platforms - use fseeko function for handling of large files mv -f .deps/pubkey.Tpo .deps/pubkey.Plo /bin/sh ../libtool --tag=CC --mode=compile x86_64-pc-linux-gnu-gcc -DHAVE_CONFIG_H -I. -I.. -I./../gl -I./../gl -I./../includes -I./../includes -I./.. -march=core2 -O2 -MT misc.lo -MD -MP -MF .deps/misc.Tpo -c -o misc.lo misc.c libtool: compile: x86_64-pc-linux-gnu-gcc -DHAVE_CONFIG_H -I. -I.. -I./../gl -I./../gl -I./../includes -I./../includes -I./.. -march=core2 -O2 -MT write-packet.lo -MD -MP -MF .deps/write-packet.Tpo -c write-packet.c -o write-packet.o >/dev/null 2>&1 libtool: compile: x86_64-pc-linux-gnu-gcc -DHAVE_CONFIG_H -I. -I.. -I./../gl -I./../gl -I./../includes -I./../includes -I./.. -march=core2 -O2 -MT misc.lo -MD -MP -MF .deps/misc.Tpo -c misc.c -fPIC -DPIC -o .libs/misc.o libtool: compile: x86_64-pc-linux-gnu-gcc -DHAVE_CONFIG_H -I. -I.. -I./../gl -I./../gl -I./../includes -I./../includes -I./.. -march=core2 -O2 -MT stream.lo -MD -MP -MF .deps/stream.Tpo -c stream.c -o stream.o >/dev/null 2>&1 libtool: compile: x86_64-pc-linux-gnu-gcc -DHAVE_CONFIG_H -I. -I.. -I./../gl -I./../gl -I./../includes -I./../includes -I./.. -march=core2 -O2 -MT keydb.lo -MD -MP -MF .deps/keydb.Tpo -c keydb.c -o keydb.o >/dev/null 2>&1 libtool: compile: x86_64-pc-linux-gnu-gcc -DHAVE_CONFIG_H -I. -I.. -I./../gl -I./../gl -I./../includes -I./../includes -I./.. -march=core2 -O2 -MT misc.lo -MD -MP -MF .deps/misc.Tpo -c misc.c -o misc.o >/dev/null 2>&1 mv -f .deps/write-packet.Tpo .deps/write-packet.Plo /bin/sh ../libtool --tag=CC --mode=compile x86_64-pc-linux-gnu-gcc -DHAVE_CONFIG_H -I. -I.. -I./../gl -I./../gl -I./../includes -I./../includes -I./.. -march=core2 -O2 -MT seskey.lo -MD -MP -MF .deps/seskey.Tpo -c -o seskey.lo seskey.c libtool: compile: x86_64-pc-linux-gnu-gcc -DHAVE_CONFIG_H -I. -I.. -I./../gl -I./../gl -I./../includes -I./../includes -I./.. -march=core2 -O2 -MT seskey.lo -MD -MP -MF .deps/seskey.Tpo -c seskey.c -fPIC -DPIC -o .libs/seskey.o mv -f .deps/misc.Tpo .deps/misc.Plo /bin/sh ../libtool --tag=CC --mode=compile x86_64-pc-linux-gnu-gcc -DHAVE_CONFIG_H -I. -I.. -I./../gl -I./../gl -I./../includes -I./../includes -I./.. -march=core2 -O2 -MT literal.lo -MD -MP -MF .deps/literal.Tpo -c -o literal.lo literal.c libtool: compile: x86_64-pc-linux-gnu-gcc -DHAVE_CONFIG_H -I. -I.. -I./../gl -I./../gl -I./../includes -I./../includes -I./.. -march=core2 -O2 -MT literal.lo -MD -MP -MF .deps/literal.Tpo -c literal.c -fPIC -DPIC -o .libs/literal.o libtool: compile: x86_64-pc-linux-gnu-gcc -DHAVE_CONFIG_H -I. -I.. -I./../gl -I./../gl -I./../includes -I./../includes -I./.. -march=core2 -O2 -MT seskey.lo -MD -MP -MF .deps/seskey.Tpo -c seskey.c -o seskey.o >/dev/null 2>&1 literal.c: In function 'text_encode': literal.c:269: warning: ignoring return value of 'fwrite', declared with attribute warn_unused_result literal.c: In function 'text_decode': literal.c:292: warning: ignoring return value of 'fwrite', declared with attribute warn_unused_result literal.c:293: warning: ignoring return value of 'fwrite', declared with attribute warn_unused_result libtool: compile: x86_64-pc-linux-gnu-gcc -DHAVE_CONFIG_H -I. -I.. -I./../gl -I./../gl -I./../includes -I./../includes -I./.. -march=core2 -O2 -MT literal.lo -MD -MP -MF .deps/literal.Tpo -c literal.c -o literal.o >/dev/null 2>&1 mv -f .deps/seskey.Tpo .deps/seskey.Plo /bin/sh ../libtool --tag=CC --mode=compile x86_64-pc-linux-gnu-gcc -DHAVE_CONFIG_H -I. -I.. -I./../gl -I./../gl -I./../includes -I./../includes -I./.. -march=core2 -O2 -MT new-packet.lo -MD -MP -MF .deps/new-packet.Tpo -c -o new-packet.lo new-packet.c libtool: compile: x86_64-pc-linux-gnu-gcc -DHAVE_CONFIG_H -I. -I.. -I./../gl -I./../gl -I./../includes -I./../includes -I./.. -march=core2 -O2 -MT new-packet.lo -MD -MP -MF .deps/new-packet.Tpo -c new-packet.c -fPIC -DPIC -o .libs/new-packet.o mv -f .deps/stream.Tpo .deps/stream.Plo /bin/sh ../libtool --tag=CC --mode=compile x86_64-pc-linux-gnu-gcc -DHAVE_CONFIG_H -I. -I.. -I./../gl -I./../gl -I./../includes -I./../includes -I./.. -march=core2 -O2 -MT read-packet.lo -MD -MP -MF .deps/read-packet.Tpo -c -o read-packet.lo read-packet.c libtool: compile: x86_64-pc-linux-gnu-gcc -DHAVE_CONFIG_H -I. -I.. -I./../gl -I./../gl -I./../includes -I./../includes -I./.. -march=core2 -O2 -MT read-packet.lo -MD -MP -MF .deps/read-packet.Tpo -c read-packet.c -fPIC -DPIC -o .libs/read-packet.o mv -f .deps/literal.Tpo .deps/literal.Plo libtool: compile: x86_64-pc-linux-gnu-gcc -DHAVE_CONFIG_H -I. -I.. -I./../gl -I./../gl -I./../includes -I./../includes -I./.. -march=core2 -O2 -MT new-packet.lo -MD -MP -MF .deps/new-packet.Tpo -c new-packet.c -o new-packet.o >/dev/null 2>&1 libtool: compile: x86_64-pc-linux-gnu-gcc -DHAVE_CONFIG_H -I. -I.. -I./../gl -I./../gl -I./../includes -I./../includes -I./.. -march=core2 -O2 -MT read-packet.lo -MD -MP -MF .deps/read-packet.Tpo -c read-packet.c -o read-packet.o >/dev/null 2>&1 mv -f .deps/keydb.Tpo .deps/keydb.Plo mv -f .deps/new-packet.Tpo .deps/new-packet.Plo mv -f .deps/read-packet.Tpo .deps/read-packet.Plo /bin/sh ../libtool --tag=CC --mode=link x86_64-pc-linux-gnu-gcc -march=core2 -O2 -Wl,-O1 -Wl,--as-needed -Wl,--hash-style=gnu -o libminiopencdk.la armor.lo main.lo kbnode.lo dummy.lo sig-check.lo verify.lo hash.lo keydb.lo pubkey.lo stream.lo write-packet.lo misc.lo seskey.lo literal.lo new-packet.lo read-packet.lo libtool: link: x86_64-pc-linux-gnu-ar cru .libs/libminiopencdk.a .libs/armor.o .libs/main.o .libs/kbnode.o .libs/dummy.o .libs/sig-check.o .libs/verify.o .libs/hash.o .libs/keydb.o .libs/pubkey.o .libs/stream.o .libs/write-packet.o .libs/misc.o .libs/seskey.o .libs/literal.o .libs/new-packet.o .libs/read-packet.o libtool: link: x86_64-pc-linux-gnu-ranlib .libs/libminiopencdk.a libtool: link: ( cd ".libs" && rm -f "libminiopencdk.la" && ln -s "../libminiopencdk.la" "libminiopencdk.la" ) make[4]: Leaving directory `/tmp/portage/net-libs/gnutls-2.10.1/work/gnutls-2.10.1/lib/opencdk' Making all in openpgp make[4]: Entering directory `/tmp/portage/net-libs/gnutls-2.10.1/work/gnutls-2.10.1/lib/openpgp' /bin/sh ../libtool --tag=CC --mode=compile x86_64-pc-linux-gnu-gcc -DHAVE_CONFIG_H -I. -I.. -I./../gl -I./../gl -I./../includes -I./../includes -I./.. -I./../opencdk -march=core2 -O2 -MT pgp.lo -MD -MP -MF .deps/pgp.Tpo -c -o pgp.lo pgp.c /bin/sh ../libtool --tag=CC --mode=compile x86_64-pc-linux-gnu-gcc -DHAVE_CONFIG_H -I. -I.. -I./../gl -I./../gl -I./../includes -I./../includes -I./.. -I./../opencdk -march=core2 -O2 -MT pgpverify.lo -MD -MP -MF .deps/pgpverify.Tpo -c -o pgpverify.lo pgpverify.c /bin/sh ../libtool --tag=CC --mode=compile x86_64-pc-linux-gnu-gcc -DHAVE_CONFIG_H -I. -I.. -I./../gl -I./../gl -I./../includes -I./../includes -I./.. -I./../opencdk -march=core2 -O2 -MT extras.lo -MD -MP -MF .deps/extras.Tpo -c -o extras.lo extras.c /bin/sh ../libtool --tag=CC --mode=compile x86_64-pc-linux-gnu-gcc -DHAVE_CONFIG_H -I. -I.. -I./../gl -I./../gl -I./../includes -I./../includes -I./.. -I./../opencdk -march=core2 -O2 -MT compat.lo -MD -MP -MF .deps/compat.Tpo -c -o compat.lo compat.c libtool: compile: x86_64-pc-linux-gnu-gcc -DHAVE_CONFIG_H -I. -I.. -I./../gl -I./../gl -I./../includes -I./../includes -I./.. -I./../opencdk -march=core2 -O2 -MT pgp.lo -MD -MP -MF .deps/pgp.Tpo -c pgp.c -fPIC -DPIC -o .libs/pgp.o libtool: compile: x86_64-pc-linux-gnu-gcc -DHAVE_CONFIG_H -I. -I.. -I./../gl -I./../gl -I./../includes -I./../includes -I./.. -I./../opencdk -march=core2 -O2 -MT extras.lo -MD -MP -MF .deps/extras.Tpo -c extras.c -fPIC -DPIC -o .libs/extras.o libtool: compile: x86_64-pc-linux-gnu-gcc -DHAVE_CONFIG_H -I. -I.. -I./../gl -I./../gl -I./../includes -I./../includes -I./.. -I./../opencdk -march=core2 -O2 -MT compat.lo -MD -MP -MF .deps/compat.Tpo -c compat.c -fPIC -DPIC -o .libs/compat.o libtool: compile: x86_64-pc-linux-gnu-gcc -DHAVE_CONFIG_H -I. -I.. -I./../gl -I./../gl -I./../includes -I./../includes -I./.. -I./../opencdk -march=core2 -O2 -MT pgpverify.lo -MD -MP -MF .deps/pgpverify.Tpo -c pgpverify.c -fPIC -DPIC -o .libs/pgpverify.o libtool: compile: x86_64-pc-linux-gnu-gcc -DHAVE_CONFIG_H -I. -I.. -I./../gl -I./../gl -I./../includes -I./../includes -I./.. -I./../opencdk -march=core2 -O2 -MT pgpverify.lo -MD -MP -MF .deps/pgpverify.Tpo -c pgpverify.c -o pgpverify.o >/dev/null 2>&1 libtool: compile: x86_64-pc-linux-gnu-gcc -DHAVE_CONFIG_H -I. -I.. -I./../gl -I./../gl -I./../includes -I./../includes -I./.. -I./../opencdk -march=core2 -O2 -MT extras.lo -MD -MP -MF .deps/extras.Tpo -c extras.c -o extras.o >/dev/null 2>&1 libtool: compile: x86_64-pc-linux-gnu-gcc -DHAVE_CONFIG_H -I. -I.. -I./../gl -I./../gl -I./../includes -I./../includes -I./.. -I./../opencdk -march=core2 -O2 -MT compat.lo -MD -MP -MF .deps/compat.Tpo -c compat.c -o compat.o >/dev/null 2>&1 mv -f .deps/pgpverify.Tpo .deps/pgpverify.Plo /bin/sh ../libtool --tag=CC --mode=compile x86_64-pc-linux-gnu-gcc -DHAVE_CONFIG_H -I. -I.. -I./../gl -I./../gl -I./../includes -I./../includes -I./.. -I./../opencdk -march=core2 -O2 -MT privkey.lo -MD -MP -MF .deps/privkey.Tpo -c -o privkey.lo privkey.c libtool: compile: x86_64-pc-linux-gnu-gcc -DHAVE_CONFIG_H -I. -I.. -I./../gl -I./../gl -I./../includes -I./../includes -I./.. -I./../opencdk -march=core2 -O2 -MT pgp.lo -MD -MP -MF .deps/pgp.Tpo -c pgp.c -o pgp.o >/dev/null 2>&1 libtool: compile: x86_64-pc-linux-gnu-gcc -DHAVE_CONFIG_H -I. -I.. -I./../gl -I./../gl -I./../includes -I./../includes -I./.. -I./../opencdk -march=core2 -O2 -MT privkey.lo -MD -MP -MF .deps/privkey.Tpo -c privkey.c -fPIC -DPIC -o .libs/privkey.o mv -f .deps/compat.Tpo .deps/compat.Plo /bin/sh ../libtool --tag=CC --mode=compile x86_64-pc-linux-gnu-gcc -DHAVE_CONFIG_H -I. -I.. -I./../gl -I./../gl -I./../includes -I./../includes -I./.. -I./../opencdk -march=core2 -O2 -MT output.lo -MD -MP -MF .deps/output.Tpo -c -o output.lo output.c mv -f .deps/extras.Tpo .deps/extras.Plo libtool: compile: x86_64-pc-linux-gnu-gcc -DHAVE_CONFIG_H -I. -I.. -I./../gl -I./../gl -I./../includes -I./../includes -I./.. -I./../opencdk -march=core2 -O2 -MT output.lo -MD -MP -MF .deps/output.Tpo -c output.c -fPIC -DPIC -o .libs/output.o /bin/sh ../libtool --tag=CC --mode=compile x86_64-pc-linux-gnu-gcc -DHAVE_CONFIG_H -I. -I.. -I./../gl -I./../gl -I./../includes -I./../includes -I./.. -I./../opencdk -march=core2 -O2 -MT gnutls_openpgp.lo -MD -MP -MF .deps/gnutls_openpgp.Tpo -c -o gnutls_openpgp.lo gnutls_openpgp.c libtool: compile: x86_64-pc-linux-gnu-gcc -DHAVE_CONFIG_H -I. -I.. -I./../gl -I./../gl -I./../includes -I./../includes -I./.. -I./../opencdk -march=core2 -O2 -MT gnutls_openpgp.lo -MD -MP -MF .deps/gnutls_openpgp.Tpo -c gnutls_openpgp.c -fPIC -DPIC -o .libs/gnutls_openpgp.o libtool: compile: x86_64-pc-linux-gnu-gcc -DHAVE_CONFIG_H -I. -I.. -I./../gl -I./../gl -I./../includes -I./../includes -I./.. -I./../opencdk -march=core2 -O2 -MT gnutls_openpgp.lo -MD -MP -MF .deps/gnutls_openpgp.Tpo -c gnutls_openpgp.c -o gnutls_openpgp.o >/dev/null 2>&1 libtool: compile: x86_64-pc-linux-gnu-gcc -DHAVE_CONFIG_H -I. -I.. -I./../gl -I./../gl -I./../includes -I./../includes -I./.. -I./../opencdk -march=core2 -O2 -MT output.lo -MD -MP -MF .deps/output.Tpo -c output.c -o output.o >/dev/null 2>&1 libtool: compile: x86_64-pc-linux-gnu-gcc -DHAVE_CONFIG_H -I. -I.. -I./../gl -I./../gl -I./../includes -I./../includes -I./.. -I./../opencdk -march=core2 -O2 -MT privkey.lo -MD -MP -MF .deps/privkey.Tpo -c privkey.c -o privkey.o >/dev/null 2>&1 mv -f .deps/pgp.Tpo .deps/pgp.Plo mv -f .deps/gnutls_openpgp.Tpo .deps/gnutls_openpgp.Plo mv -f .deps/output.Tpo .deps/output.Plo mv -f .deps/privkey.Tpo .deps/privkey.Plo /bin/sh ../libtool --tag=CC --mode=link x86_64-pc-linux-gnu-gcc -march=core2 -O2 -Wl,-O1 -Wl,--as-needed -Wl,--hash-style=gnu -o libgnutls_openpgp.la pgp.lo pgpverify.lo extras.lo compat.lo privkey.lo output.lo gnutls_openpgp.lo libtool: link: x86_64-pc-linux-gnu-ar cru .libs/libgnutls_openpgp.a .libs/pgp.o .libs/pgpverify.o .libs/extras.o .libs/compat.o .libs/privkey.o .libs/output.o .libs/gnutls_openpgp.o libtool: link: x86_64-pc-linux-gnu-ranlib .libs/libgnutls_openpgp.a libtool: link: ( cd ".libs" && rm -f "libgnutls_openpgp.la" && ln -s "../libgnutls_openpgp.la" "libgnutls_openpgp.la" ) make[4]: Leaving directory `/tmp/portage/net-libs/gnutls-2.10.1/work/gnutls-2.10.1/lib/openpgp' make[4]: Entering directory `/tmp/portage/net-libs/gnutls-2.10.1/work/gnutls-2.10.1/lib' /bin/sh ./libtool --tag=CC --mode=compile x86_64-pc-linux-gnu-gcc -DHAVE_CONFIG_H -I. -DLOCALEDIR=\"/usr/share/locale\" -I./gl -I./gl -I./includes -I./includes -I./x509 -I./opencdk -march=core2 -O2 -MT gnutls_record.lo -MD -MP -MF .deps/gnutls_record.Tpo -c -o gnutls_record.lo gnutls_record.c /bin/sh ./libtool --tag=CC --mode=compile x86_64-pc-linux-gnu-gcc -DHAVE_CONFIG_H -I. -DLOCALEDIR=\"/usr/share/locale\" -I./gl -I./gl -I./includes -I./includes -I./x509 -I./opencdk -march=core2 -O2 -MT gnutls_compress.lo -MD -MP -MF .deps/gnutls_compress.Tpo -c -o gnutls_compress.lo gnutls_compress.c /bin/sh ./libtool --tag=CC --mode=compile x86_64-pc-linux-gnu-gcc -DHAVE_CONFIG_H -I. -DLOCALEDIR=\"/usr/share/locale\" -I./gl -I./gl -I./includes -I./includes -I./x509 -I./opencdk -march=core2 -O2 -MT debug.lo -MD -MP -MF .deps/debug.Tpo -c -o debug.lo debug.c /bin/sh ./libtool --tag=CC --mode=compile x86_64-pc-linux-gnu-gcc -DHAVE_CONFIG_H -I. -DLOCALEDIR=\"/usr/share/locale\" -I./gl -I./gl -I./includes -I./includes -I./x509 -I./opencdk -march=core2 -O2 -MT gnutls_cipher.lo -MD -MP -MF .deps/gnutls_cipher.Tpo -c -o gnutls_cipher.lo gnutls_cipher.c libtool: compile: x86_64-pc-linux-gnu-gcc -DHAVE_CONFIG_H -I. -DLOCALEDIR=\"/usr/share/locale\" -I./gl -I./gl -I./includes -I./includes -I./x509 -I./opencdk -march=core2 -O2 -MT gnutls_record.lo -MD -MP -MF .deps/gnutls_record.Tpo -c gnutls_record.c -fPIC -DPIC -o .libs/gnutls_record.o libtool: compile: x86_64-pc-linux-gnu-gcc -DHAVE_CONFIG_H -I. -DLOCALEDIR=\"/usr/share/locale\" -I./gl -I./gl -I./includes -I./includes -I./x509 -I./opencdk -march=core2 -O2 -MT gnutls_compress.lo -MD -MP -MF .deps/gnutls_compress.Tpo -c gnutls_compress.c -fPIC -DPIC -o .libs/gnutls_compress.o libtool: compile: x86_64-pc-linux-gnu-gcc -DHAVE_CONFIG_H -I. -DLOCALEDIR=\"/usr/share/locale\" -I./gl -I./gl -I./includes -I./includes -I./x509 -I./opencdk -march=core2 -O2 -MT gnutls_cipher.lo -MD -MP -MF .deps/gnutls_cipher.Tpo -c gnutls_cipher.c -fPIC -DPIC -o .libs/gnutls_cipher.o libtool: compile: x86_64-pc-linux-gnu-gcc -DHAVE_CONFIG_H -I. -DLOCALEDIR=\"/usr/share/locale\" -I./gl -I./gl -I./includes -I./includes -I./x509 -I./opencdk -march=core2 -O2 -MT debug.lo -MD -MP -MF .deps/debug.Tpo -c debug.c -fPIC -DPIC -o .libs/debug.o libtool: compile: x86_64-pc-linux-gnu-gcc -DHAVE_CONFIG_H -I. -DLOCALEDIR=\"/usr/share/locale\" -I./gl -I./gl -I./includes -I./includes -I./x509 -I./opencdk -march=core2 -O2 -MT debug.lo -MD -MP -MF .deps/debug.Tpo -c debug.c -o debug.o >/dev/null 2>&1 mv -f .deps/debug.Tpo .deps/debug.Plo /bin/sh ./libtool --tag=CC --mode=compile x86_64-pc-linux-gnu-gcc -DHAVE_CONFIG_H -I. -DLOCALEDIR=\"/usr/share/locale\" -I./gl -I./gl -I./includes -I./includes -I./x509 -I./opencdk -march=core2 -O2 -MT gnutls_buffers.lo -MD -MP -MF .deps/gnutls_buffers.Tpo -c -o gnutls_buffers.lo gnutls_buffers.c libtool: compile: x86_64-pc-linux-gnu-gcc -DHAVE_CONFIG_H -I. -DLOCALEDIR=\"/usr/share/locale\" -I./gl -I./gl -I./includes -I./includes -I./x509 -I./opencdk -march=core2 -O2 -MT gnutls_buffers.lo -MD -MP -MF .deps/gnutls_buffers.Tpo -c gnutls_buffers.c -fPIC -DPIC -o .libs/gnutls_buffers.o libtool: compile: x86_64-pc-linux-gnu-gcc -DHAVE_CONFIG_H -I. -DLOCALEDIR=\"/usr/share/locale\" -I./gl -I./gl -I./includes -I./includes -I./x509 -I./opencdk -march=core2 -O2 -MT gnutls_compress.lo -MD -MP -MF .deps/gnutls_compress.Tpo -c gnutls_compress.c -o gnutls_compress.o >/dev/null 2>&1 libtool: compile: x86_64-pc-linux-gnu-gcc -DHAVE_CONFIG_H -I. -DLOCALEDIR=\"/usr/share/locale\" -I./gl -I./gl -I./includes -I./includes -I./x509 -I./opencdk -march=core2 -O2 -MT gnutls_cipher.lo -MD -MP -MF .deps/gnutls_cipher.Tpo -c gnutls_cipher.c -o gnutls_cipher.o >/dev/null 2>&1 libtool: compile: x86_64-pc-linux-gnu-gcc -DHAVE_CONFIG_H -I. -DLOCALEDIR=\"/usr/share/locale\" -I./gl -I./gl -I./includes -I./includes -I./x509 -I./opencdk -march=core2 -O2 -MT gnutls_record.lo -MD -MP -MF .deps/gnutls_record.Tpo -c gnutls_record.c -o gnutls_record.o >/dev/null 2>&1 mv -f .deps/gnutls_compress.Tpo .deps/gnutls_compress.Plo /bin/sh ./libtool --tag=CC --mode=compile x86_64-pc-linux-gnu-gcc -DHAVE_CONFIG_H -I. -DLOCALEDIR=\"/usr/share/locale\" -I./gl -I./gl -I./includes -I./includes -I./x509 -I./opencdk -march=core2 -O2 -MT gnutls_handshake.lo -MD -MP -MF .deps/gnutls_handshake.Tpo -c -o gnutls_handshake.lo gnutls_handshake.c libtool: compile: x86_64-pc-linux-gnu-gcc -DHAVE_CONFIG_H -I. -DLOCALEDIR=\"/usr/share/locale\" -I./gl -I./gl -I./includes -I./includes -I./x509 -I./opencdk -march=core2 -O2 -MT gnutls_handshake.lo -MD -MP -MF .deps/gnutls_handshake.Tpo -c gnutls_handshake.c -fPIC -DPIC -o .libs/gnutls_handshake.o libtool: compile: x86_64-pc-linux-gnu-gcc -DHAVE_CONFIG_H -I. -DLOCALEDIR=\"/usr/share/locale\" -I./gl -I./gl -I./includes -I./includes -I./x509 -I./opencdk -march=core2 -O2 -MT gnutls_buffers.lo -MD -MP -MF .deps/gnutls_buffers.Tpo -c gnutls_buffers.c -o gnutls_buffers.o >/dev/null 2>&1 mv -f .deps/gnutls_cipher.Tpo .deps/gnutls_cipher.Plo /bin/sh ./libtool --tag=CC --mode=compile x86_64-pc-linux-gnu-gcc -DHAVE_CONFIG_H -I. -DLOCALEDIR=\"/usr/share/locale\" -I./gl -I./gl -I./includes -I./includes -I./x509 -I./opencdk -march=core2 -O2 -MT gnutls_num.lo -MD -MP -MF .deps/gnutls_num.Tpo -c -o gnutls_num.lo gnutls_num.c libtool: compile: x86_64-pc-linux-gnu-gcc -DHAVE_CONFIG_H -I. -DLOCALEDIR=\"/usr/share/locale\" -I./gl -I./gl -I./includes -I./includes -I./x509 -I./opencdk -march=core2 -O2 -MT gnutls_num.lo -MD -MP -MF .deps/gnutls_num.Tpo -c gnutls_num.c -fPIC -DPIC -o .libs/gnutls_num.o mv -f .deps/gnutls_record.Tpo .deps/gnutls_record.Plo /bin/sh ./libtool --tag=CC --mode=compile x86_64-pc-linux-gnu-gcc -DHAVE_CONFIG_H -I. -DLOCALEDIR=\"/usr/share/locale\" -I./gl -I./gl -I./includes -I./includes -I./x509 -I./opencdk -march=core2 -O2 -MT gnutls_errors.lo -MD -MP -MF .deps/gnutls_errors.Tpo -c -o gnutls_errors.lo gnutls_errors.c libtool: compile: x86_64-pc-linux-gnu-gcc -DHAVE_CONFIG_H -I. -DLOCALEDIR=\"/usr/share/locale\" -I./gl -I./gl -I./includes -I./includes -I./x509 -I./opencdk -march=core2 -O2 -MT gnutls_errors.lo -MD -MP -MF .deps/gnutls_errors.Tpo -c gnutls_errors.c -fPIC -DPIC -o .libs/gnutls_errors.o libtool: compile: x86_64-pc-linux-gnu-gcc -DHAVE_CONFIG_H -I. -DLOCALEDIR=\"/usr/share/locale\" -I./gl -I./gl -I./includes -I./includes -I./x509 -I./opencdk -march=core2 -O2 -MT gnutls_num.lo -MD -MP -MF .deps/gnutls_num.Tpo -c gnutls_num.c -o gnutls_num.o >/dev/null 2>&1 mv -f .deps/gnutls_buffers.Tpo .deps/gnutls_buffers.Plo /bin/sh ./libtool --tag=CC --mode=compile x86_64-pc-linux-gnu-gcc -DHAVE_CONFIG_H -I. -DLOCALEDIR=\"/usr/share/locale\" -I./gl -I./gl -I./includes -I./includes -I./x509 -I./opencdk -march=core2 -O2 -MT gnutls_algorithms.lo -MD -MP -MF .deps/gnutls_algorithms.Tpo -c -o gnutls_algorithms.lo gnutls_algorithms.c libtool: compile: x86_64-pc-linux-gnu-gcc -DHAVE_CONFIG_H -I. -DLOCALEDIR=\"/usr/share/locale\" -I./gl -I./gl -I./includes -I./includes -I./x509 -I./opencdk -march=core2 -O2 -MT gnutls_errors.lo -MD -MP -MF .deps/gnutls_errors.Tpo -c gnutls_errors.c -o gnutls_errors.o >/dev/null 2>&1 libtool: compile: x86_64-pc-linux-gnu-gcc -DHAVE_CONFIG_H -I. -DLOCALEDIR=\"/usr/share/locale\" -I./gl -I./gl -I./includes -I./includes -I./x509 -I./opencdk -march=core2 -O2 -MT gnutls_algorithms.lo -MD -MP -MF .deps/gnutls_algorithms.Tpo -c gnutls_algorithms.c -fPIC -DPIC -o .libs/gnutls_algorithms.o mv -f .deps/gnutls_num.Tpo .deps/gnutls_num.Plo /bin/sh ./libtool --tag=CC --mode=compile x86_64-pc-linux-gnu-gcc -DHAVE_CONFIG_H -I. -DLOCALEDIR=\"/usr/share/locale\" -I./gl -I./gl -I./includes -I./includes -I./x509 -I./opencdk -march=core2 -O2 -MT gnutls_dh.lo -MD -MP -MF .deps/gnutls_dh.Tpo -c -o gnutls_dh.lo gnutls_dh.c libtool: compile: x86_64-pc-linux-gnu-gcc -DHAVE_CONFIG_H -I. -DLOCALEDIR=\"/usr/share/locale\" -I./gl -I./gl -I./includes -I./includes -I./x509 -I./opencdk -march=core2 -O2 -MT gnutls_dh.lo -MD -MP -MF .deps/gnutls_dh.Tpo -c gnutls_dh.c -fPIC -DPIC -o .libs/gnutls_dh.o mv -f .deps/gnutls_errors.Tpo .deps/gnutls_errors.Plo /bin/sh ./libtool --tag=CC --mode=compile x86_64-pc-linux-gnu-gcc -DHAVE_CONFIG_H -I. -DLOCALEDIR=\"/usr/share/locale\" -I./gl -I./gl -I./includes -I./includes -I./x509 -I./opencdk -march=core2 -O2 -MT gnutls_kx.lo -MD -MP -MF .deps/gnutls_kx.Tpo -c -o gnutls_kx.lo gnutls_kx.c libtool: compile: x86_64-pc-linux-gnu-gcc -DHAVE_CONFIG_H -I. -DLOCALEDIR=\"/usr/share/locale\" -I./gl -I./gl -I./includes -I./includes -I./x509 -I./opencdk -march=core2 -O2 -MT gnutls_kx.lo -MD -MP -MF .deps/gnutls_kx.Tpo -c gnutls_kx.c -fPIC -DPIC -o .libs/gnutls_kx.o libtool: compile: x86_64-pc-linux-gnu-gcc -DHAVE_CONFIG_H -I. -DLOCALEDIR=\"/usr/share/locale\" -I./gl -I./gl -I./includes -I./includes -I./x509 -I./opencdk -march=core2 -O2 -MT gnutls_dh.lo -MD -MP -MF .deps/gnutls_dh.Tpo -c gnutls_dh.c -o gnutls_dh.o >/dev/null 2>&1 mv -f .deps/gnutls_dh.Tpo .deps/gnutls_dh.Plo /bin/sh ./libtool --tag=CC --mode=compile x86_64-pc-linux-gnu-gcc -DHAVE_CONFIG_H -I. -DLOCALEDIR=\"/usr/share/locale\" -I./gl -I./gl -I./includes -I./includes -I./x509 -I./opencdk -march=core2 -O2 -MT gnutls_priority.lo -MD -MP -MF .deps/gnutls_priority.Tpo -c -o gnutls_priority.lo gnutls_priority.c libtool: compile: x86_64-pc-linux-gnu-gcc -DHAVE_CONFIG_H -I. -DLOCALEDIR=\"/usr/share/locale\" -I./gl -I./gl -I./includes -I./includes -I./x509 -I./opencdk -march=core2 -O2 -MT gnutls_handshake.lo -MD -MP -MF .deps/gnutls_handshake.Tpo -c gnutls_handshake.c -o gnutls_handshake.o >/dev/null 2>&1 libtool: compile: x86_64-pc-linux-gnu-gcc -DHAVE_CONFIG_H -I. -DLOCALEDIR=\"/usr/share/locale\" -I./gl -I./gl -I./includes -I./includes -I./x509 -I./opencdk -march=core2 -O2 -MT gnutls_priority.lo -MD -MP -MF .deps/gnutls_priority.Tpo -c gnutls_priority.c -fPIC -DPIC -o .libs/gnutls_priority.o libtool: compile: x86_64-pc-linux-gnu-gcc -DHAVE_CONFIG_H -I. -DLOCALEDIR=\"/usr/share/locale\" -I./gl -I./gl -I./includes -I./includes -I./x509 -I./opencdk -march=core2 -O2 -MT gnutls_kx.lo -MD -MP -MF .deps/gnutls_kx.Tpo -c gnutls_kx.c -o gnutls_kx.o >/dev/null 2>&1 libtool: compile: x86_64-pc-linux-gnu-gcc -DHAVE_CONFIG_H -I. -DLOCALEDIR=\"/usr/share/locale\" -I./gl -I./gl -I./includes -I./includes -I./x509 -I./opencdk -march=core2 -O2 -MT gnutls_algorithms.lo -MD -MP -MF .deps/gnutls_algorithms.Tpo -c gnutls_algorithms.c -o gnutls_algorithms.o >/dev/null 2>&1 mv -f .deps/gnutls_kx.Tpo .deps/gnutls_kx.Plo /bin/sh ./libtool --tag=CC --mode=compile x86_64-pc-linux-gnu-gcc -DHAVE_CONFIG_H -I. -DLOCALEDIR=\"/usr/share/locale\" -I./gl -I./gl -I./includes -I./includes -I./x509 -I./opencdk -march=core2 -O2 -MT gnutls_hash_int.lo -MD -MP -MF .deps/gnutls_hash_int.Tpo -c -o gnutls_hash_int.lo gnutls_hash_int.c libtool: compile: x86_64-pc-linux-gnu-gcc -DHAVE_CONFIG_H -I. -DLOCALEDIR=\"/usr/share/locale\" -I./gl -I./gl -I./includes -I./includes -I./x509 -I./opencdk -march=core2 -O2 -MT gnutls_hash_int.lo -MD -MP -MF .deps/gnutls_hash_int.Tpo -c gnutls_hash_int.c -fPIC -DPIC -o .libs/gnutls_hash_int.o libtool: compile: x86_64-pc-linux-gnu-gcc -DHAVE_CONFIG_H -I. -DLOCALEDIR=\"/usr/share/locale\" -I./gl -I./gl -I./includes -I./includes -I./x509 -I./opencdk -march=core2 -O2 -MT gnutls_priority.lo -MD -MP -MF .deps/gnutls_priority.Tpo -c gnutls_priority.c -o gnutls_priority.o >/dev/null 2>&1 libtool: compile: x86_64-pc-linux-gnu-gcc -DHAVE_CONFIG_H -I. -DLOCALEDIR=\"/usr/share/locale\" -I./gl -I./gl -I./includes -I./includes -I./x509 -I./opencdk -march=core2 -O2 -MT gnutls_hash_int.lo -MD -MP -MF .deps/gnutls_hash_int.Tpo -c gnutls_hash_int.c -o gnutls_hash_int.o >/dev/null 2>&1 mv -f .deps/gnutls_algorithms.Tpo .deps/gnutls_algorithms.Plo /bin/sh ./libtool --tag=CC --mode=compile x86_64-pc-linux-gnu-gcc -DHAVE_CONFIG_H -I. -DLOCALEDIR=\"/usr/share/locale\" -I./gl -I./gl -I./includes -I./includes -I./x509 -I./opencdk -march=core2 -O2 -MT gnutls_cipher_int.lo -MD -MP -MF .deps/gnutls_cipher_int.Tpo -c -o gnutls_cipher_int.lo gnutls_cipher_int.c libtool: compile: x86_64-pc-linux-gnu-gcc -DHAVE_CONFIG_H -I. -DLOCALEDIR=\"/usr/share/locale\" -I./gl -I./gl -I./includes -I./includes -I./x509 -I./opencdk -march=core2 -O2 -MT gnutls_cipher_int.lo -MD -MP -MF .deps/gnutls_cipher_int.Tpo -c gnutls_cipher_int.c -fPIC -DPIC -o .libs/gnutls_cipher_int.o mv -f .deps/gnutls_handshake.Tpo .deps/gnutls_handshake.Plo /bin/sh ./libtool --tag=CC --mode=compile x86_64-pc-linux-gnu-gcc -DHAVE_CONFIG_H -I. -DLOCALEDIR=\"/usr/share/locale\" -I./gl -I./gl -I./includes -I./includes -I./x509 -I./opencdk -march=core2 -O2 -MT gnutls_session.lo -MD -MP -MF .deps/gnutls_session.Tpo -c -o gnutls_session.lo gnutls_session.c mv -f .deps/gnutls_hash_int.Tpo .deps/gnutls_hash_int.Plo /bin/sh ./libtool --tag=CC --mode=compile x86_64-pc-linux-gnu-gcc -DHAVE_CONFIG_H -I. -DLOCALEDIR=\"/usr/share/locale\" -I./gl -I./gl -I./includes -I./includes -I./x509 -I./opencdk -march=core2 -O2 -MT gnutls_db.lo -MD -MP -MF .deps/gnutls_db.Tpo -c -o gnutls_db.lo gnutls_db.c libtool: compile: x86_64-pc-linux-gnu-gcc -DHAVE_CONFIG_H -I. -DLOCALEDIR=\"/usr/share/locale\" -I./gl -I./gl -I./includes -I./includes -I./x509 -I./opencdk -march=core2 -O2 -MT gnutls_session.lo -MD -MP -MF .deps/gnutls_session.Tpo -c gnutls_session.c -fPIC -DPIC -o .libs/gnutls_session.o libtool: compile: x86_64-pc-linux-gnu-gcc -DHAVE_CONFIG_H -I. -DLOCALEDIR=\"/usr/share/locale\" -I./gl -I./gl -I./includes -I./includes -I./x509 -I./opencdk -march=core2 -O2 -MT gnutls_db.lo -MD -MP -MF .deps/gnutls_db.Tpo -c gnutls_db.c -fPIC -DPIC -o .libs/gnutls_db.o libtool: compile: x86_64-pc-linux-gnu-gcc -DHAVE_CONFIG_H -I. -DLOCALEDIR=\"/usr/share/locale\" -I./gl -I./gl -I./includes -I./includes -I./x509 -I./opencdk -march=core2 -O2 -MT gnutls_cipher_int.lo -MD -MP -MF .deps/gnutls_cipher_int.Tpo -c gnutls_cipher_int.c -o gnutls_cipher_int.o >/dev/null 2>&1 mv -f .deps/gnutls_priority.Tpo .deps/gnutls_priority.Plo /bin/sh ./libtool --tag=CC --mode=compile x86_64-pc-linux-gnu-gcc -DHAVE_CONFIG_H -I. -DLOCALEDIR=\"/usr/share/locale\" -I./gl -I./gl -I./includes -I./includes -I./x509 -I./opencdk -march=core2 -O2 -MT x509_b64.lo -MD -MP -MF .deps/x509_b64.Tpo -c -o x509_b64.lo x509_b64.c libtool: compile: x86_64-pc-linux-gnu-gcc -DHAVE_CONFIG_H -I. -DLOCALEDIR=\"/usr/share/locale\" -I./gl -I./gl -I./includes -I./includes -I./x509 -I./opencdk -march=core2 -O2 -MT gnutls_session.lo -MD -MP -MF .deps/gnutls_session.Tpo -c gnutls_session.c -o gnutls_session.o >/dev/null 2>&1 libtool: compile: x86_64-pc-linux-gnu-gcc -DHAVE_CONFIG_H -I. -DLOCALEDIR=\"/usr/share/locale\" -I./gl -I./gl -I./includes -I./includes -I./x509 -I./opencdk -march=core2 -O2 -MT x509_b64.lo -MD -MP -MF .deps/x509_b64.Tpo -c x509_b64.c -fPIC -DPIC -o .libs/x509_b64.o mv -f .deps/gnutls_cipher_int.Tpo .deps/gnutls_cipher_int.Plo /bin/sh ./libtool --tag=CC --mode=compile x86_64-pc-linux-gnu-gcc -DHAVE_CONFIG_H -I. -DLOCALEDIR=\"/usr/share/locale\" -I./gl -I./gl -I./includes -I./includes -I./x509 -I./opencdk -march=core2 -O2 -MT auth_anon.lo -MD -MP -MF .deps/auth_anon.Tpo -c -o auth_anon.lo auth_anon.c libtool: compile: x86_64-pc-linux-gnu-gcc -DHAVE_CONFIG_H -I. -DLOCALEDIR=\"/usr/share/locale\" -I./gl -I./gl -I./includes -I./includes -I./x509 -I./opencdk -march=core2 -O2 -MT gnutls_db.lo -MD -MP -MF .deps/gnutls_db.Tpo -c gnutls_db.c -o gnutls_db.o >/dev/null 2>&1 libtool: compile: x86_64-pc-linux-gnu-gcc -DHAVE_CONFIG_H -I. -DLOCALEDIR=\"/usr/share/locale\" -I./gl -I./gl -I./includes -I./includes -I./x509 -I./opencdk -march=core2 -O2 -MT auth_anon.lo -MD -MP -MF .deps/auth_anon.Tpo -c auth_anon.c -fPIC -DPIC -o .libs/auth_anon.o mv -f .deps/gnutls_session.Tpo .deps/gnutls_session.Plo /bin/sh ./libtool --tag=CC --mode=compile x86_64-pc-linux-gnu-gcc -DHAVE_CONFIG_H -I. -DLOCALEDIR=\"/usr/share/locale\" -I./gl -I./gl -I./includes -I./includes -I./x509 -I./opencdk -march=core2 -O2 -MT gnutls_extensions.lo -MD -MP -MF .deps/gnutls_extensions.Tpo -c -o gnutls_extensions.lo gnutls_extensions.c libtool: compile: x86_64-pc-linux-gnu-gcc -DHAVE_CONFIG_H -I. -DLOCALEDIR=\"/usr/share/locale\" -I./gl -I./gl -I./includes -I./includes -I./x509 -I./opencdk -march=core2 -O2 -MT gnutls_extensions.lo -MD -MP -MF .deps/gnutls_extensions.Tpo -c gnutls_extensions.c -fPIC -DPIC -o .libs/gnutls_extensions.o libtool: compile: x86_64-pc-linux-gnu-gcc -DHAVE_CONFIG_H -I. -DLOCALEDIR=\"/usr/share/locale\" -I./gl -I./gl -I./includes -I./includes -I./x509 -I./opencdk -march=core2 -O2 -MT auth_anon.lo -MD -MP -MF .deps/auth_anon.Tpo -c auth_anon.c -o auth_anon.o >/dev/null 2>&1 mv -f .deps/gnutls_db.Tpo .deps/gnutls_db.Plo /bin/sh ./libtool --tag=CC --mode=compile x86_64-pc-linux-gnu-gcc -DHAVE_CONFIG_H -I. -DLOCALEDIR=\"/usr/share/locale\" -I./gl -I./gl -I./includes -I./includes -I./x509 -I./opencdk -march=core2 -O2 -MT gnutls_auth.lo -MD -MP -MF .deps/gnutls_auth.Tpo -c -o gnutls_auth.lo gnutls_auth.c libtool: compile: x86_64-pc-linux-gnu-gcc -DHAVE_CONFIG_H -I. -DLOCALEDIR=\"/usr/share/locale\" -I./gl -I./gl -I./includes -I./includes -I./x509 -I./opencdk -march=core2 -O2 -MT x509_b64.lo -MD -MP -MF .deps/x509_b64.Tpo -c x509_b64.c -o x509_b64.o >/dev/null 2>&1 libtool: compile: x86_64-pc-linux-gnu-gcc -DHAVE_CONFIG_H -I. -DLOCALEDIR=\"/usr/share/locale\" -I./gl -I./gl -I./includes -I./includes -I./x509 -I./opencdk -march=core2 -O2 -MT gnutls_auth.lo -MD -MP -MF .deps/gnutls_auth.Tpo -c gnutls_auth.c -fPIC -DPIC -o .libs/gnutls_auth.o mv -f .deps/auth_anon.Tpo .deps/auth_anon.Plo /bin/sh ./libtool --tag=CC --mode=compile x86_64-pc-linux-gnu-gcc -DHAVE_CONFIG_H -I. -DLOCALEDIR=\"/usr/share/locale\" -I./gl -I./gl -I./includes -I./includes -I./x509 -I./opencdk -march=core2 -O2 -MT gnutls_v2_compat.lo -MD -MP -MF .deps/gnutls_v2_compat.Tpo -c -o gnutls_v2_compat.lo gnutls_v2_compat.c libtool: compile: x86_64-pc-linux-gnu-gcc -DHAVE_CONFIG_H -I. -DLOCALEDIR=\"/usr/share/locale\" -I./gl -I./gl -I./includes -I./includes -I./x509 -I./opencdk -march=core2 -O2 -MT gnutls_extensions.lo -MD -MP -MF .deps/gnutls_extensions.Tpo -c gnutls_extensions.c -o gnutls_extensions.o >/dev/null 2>&1 libtool: compile: x86_64-pc-linux-gnu-gcc -DHAVE_CONFIG_H -I. -DLOCALEDIR=\"/usr/share/locale\" -I./gl -I./gl -I./includes -I./includes -I./x509 -I./opencdk -march=core2 -O2 -MT gnutls_v2_compat.lo -MD -MP -MF .deps/gnutls_v2_compat.Tpo -c gnutls_v2_compat.c -fPIC -DPIC -o .libs/gnutls_v2_compat.o libtool: compile: x86_64-pc-linux-gnu-gcc -DHAVE_CONFIG_H -I. -DLOCALEDIR=\"/usr/share/locale\" -I./gl -I./gl -I./includes -I./includes -I./x509 -I./opencdk -march=core2 -O2 -MT gnutls_auth.lo -MD -MP -MF .deps/gnutls_auth.Tpo -c gnutls_auth.c -o gnutls_auth.o >/dev/null 2>&1 mv -f .deps/x509_b64.Tpo .deps/x509_b64.Plo /bin/sh ./libtool --tag=CC --mode=compile x86_64-pc-linux-gnu-gcc -DHAVE_CONFIG_H -I. -DLOCALEDIR=\"/usr/share/locale\" -I./gl -I./gl -I./includes -I./includes -I./x509 -I./opencdk -march=core2 -O2 -MT gnutls_datum.lo -MD -MP -MF .deps/gnutls_datum.Tpo -c -o gnutls_datum.lo gnutls_datum.c libtool: compile: x86_64-pc-linux-gnu-gcc -DHAVE_CONFIG_H -I. -DLOCALEDIR=\"/usr/share/locale\" -I./gl -I./gl -I./includes -I./includes -I./x509 -I./opencdk -march=core2 -O2 -MT gnutls_datum.lo -MD -MP -MF .deps/gnutls_datum.Tpo -c gnutls_datum.c -fPIC -DPIC -o .libs/gnutls_datum.o mv -f .deps/gnutls_extensions.Tpo .deps/gnutls_extensions.Plo mv -f .deps/gnutls_auth.Tpo .deps/gnutls_auth.Plo /bin/sh ./libtool --tag=CC --mode=compile x86_64-pc-linux-gnu-gcc -DHAVE_CONFIG_H -I. -DLOCALEDIR=\"/usr/share/locale\" -I./gl -I./gl -I./includes -I./includes -I./x509 -I./opencdk -march=core2 -O2 -MT auth_rsa.lo -MD -MP -MF .deps/auth_rsa.Tpo -c -o auth_rsa.lo auth_rsa.c /bin/sh ./libtool --tag=CC --mode=compile x86_64-pc-linux-gnu-gcc -DHAVE_CONFIG_H -I. -DLOCALEDIR=\"/usr/share/locale\" -I./gl -I./gl -I./includes -I./includes -I./x509 -I./opencdk -march=core2 -O2 -MT gnutls_session_pack.lo -MD -MP -MF .deps/gnutls_session_pack.Tpo -c -o gnutls_session_pack.lo gnutls_session_pack.c libtool: compile: x86_64-pc-linux-gnu-gcc -DHAVE_CONFIG_H -I. -DLOCALEDIR=\"/usr/share/locale\" -I./gl -I./gl -I./includes -I./includes -I./x509 -I./opencdk -march=core2 -O2 -MT gnutls_session_pack.lo -MD -MP -MF .deps/gnutls_session_pack.Tpo -c gnutls_session_pack.c -fPIC -DPIC -o .libs/gnutls_session_pack.o libtool: compile: x86_64-pc-linux-gnu-gcc -DHAVE_CONFIG_H -I. -DLOCALEDIR=\"/usr/share/locale\" -I./gl -I./gl -I./includes -I./includes -I./x509 -I./opencdk -march=core2 -O2 -MT gnutls_v2_compat.lo -MD -MP -MF .deps/gnutls_v2_compat.Tpo -c gnutls_v2_compat.c -o gnutls_v2_compat.o >/dev/null 2>&1 libtool: compile: x86_64-pc-linux-gnu-gcc -DHAVE_CONFIG_H -I. -DLOCALEDIR=\"/usr/share/locale\" -I./gl -I./gl -I./includes -I./includes -I./x509 -I./opencdk -march=core2 -O2 -MT auth_rsa.lo -MD -MP -MF .deps/auth_rsa.Tpo -c auth_rsa.c -fPIC -DPIC -o .libs/auth_rsa.o libtool: compile: x86_64-pc-linux-gnu-gcc -DHAVE_CONFIG_H -I. -DLOCALEDIR=\"/usr/share/locale\" -I./gl -I./gl -I./includes -I./includes -I./x509 -I./opencdk -march=core2 -O2 -MT gnutls_datum.lo -MD -MP -MF .deps/gnutls_datum.Tpo -c gnutls_datum.c -o gnutls_datum.o >/dev/null 2>&1 mv -f .deps/gnutls_v2_compat.Tpo .deps/gnutls_v2_compat.Plo /bin/sh ./libtool --tag=CC --mode=compile x86_64-pc-linux-gnu-gcc -DHAVE_CONFIG_H -I. -DLOCALEDIR=\"/usr/share/locale\" -I./gl -I./gl -I./includes -I./includes -I./x509 -I./opencdk -march=core2 -O2 -MT gnutls_mpi.lo -MD -MP -MF .deps/gnutls_mpi.Tpo -c -o gnutls_mpi.lo gnutls_mpi.c libtool: compile: x86_64-pc-linux-gnu-gcc -DHAVE_CONFIG_H -I. -DLOCALEDIR=\"/usr/share/locale\" -I./gl -I./gl -I./includes -I./includes -I./x509 -I./opencdk -march=core2 -O2 -MT auth_rsa.lo -MD -MP -MF .deps/auth_rsa.Tpo -c auth_rsa.c -o auth_rsa.o >/dev/null 2>&1 libtool: compile: x86_64-pc-linux-gnu-gcc -DHAVE_CONFIG_H -I. -DLOCALEDIR=\"/usr/share/locale\" -I./gl -I./gl -I./includes -I./includes -I./x509 -I./opencdk -march=core2 -O2 -MT gnutls_mpi.lo -MD -MP -MF .deps/gnutls_mpi.Tpo -c gnutls_mpi.c -fPIC -DPIC -o .libs/gnutls_mpi.o mv -f .deps/gnutls_datum.Tpo .deps/gnutls_datum.Plo /bin/sh ./libtool --tag=CC --mode=compile x86_64-pc-linux-gnu-gcc -DHAVE_CONFIG_H -I. -DLOCALEDIR=\"/usr/share/locale\" -I./gl -I./gl -I./includes -I./includes -I./x509 -I./opencdk -march=core2 -O2 -MT gnutls_pk.lo -MD -MP -MF .deps/gnutls_pk.Tpo -c -o gnutls_pk.lo gnutls_pk.c libtool: compile: x86_64-pc-linux-gnu-gcc -DHAVE_CONFIG_H -I. -DLOCALEDIR=\"/usr/share/locale\" -I./gl -I./gl -I./includes -I./includes -I./x509 -I./opencdk -march=core2 -O2 -MT gnutls_pk.lo -MD -MP -MF .deps/gnutls_pk.Tpo -c gnutls_pk.c -fPIC -DPIC -o .libs/gnutls_pk.o libtool: compile: x86_64-pc-linux-gnu-gcc -DHAVE_CONFIG_H -I. -DLOCALEDIR=\"/usr/share/locale\" -I./gl -I./gl -I./includes -I./includes -I./x509 -I./opencdk -march=core2 -O2 -MT gnutls_session_pack.lo -MD -MP -MF .deps/gnutls_session_pack.Tpo -c gnutls_session_pack.c -o gnutls_session_pack.o >/dev/null 2>&1 mv -f .deps/auth_rsa.Tpo .deps/auth_rsa.Plo /bin/sh ./libtool --tag=CC --mode=compile x86_64-pc-linux-gnu-gcc -DHAVE_CONFIG_H -I. -DLOCALEDIR=\"/usr/share/locale\" -I./gl -I./gl -I./includes -I./includes -I./x509 -I./opencdk -march=core2 -O2 -MT gnutls_cert.lo -MD -MP -MF .deps/gnutls_cert.Tpo -c -o gnutls_cert.lo gnutls_cert.c libtool: compile: x86_64-pc-linux-gnu-gcc -DHAVE_CONFIG_H -I. -DLOCALEDIR=\"/usr/share/locale\" -I./gl -I./gl -I./includes -I./includes -I./x509 -I./opencdk -march=core2 -O2 -MT gnutls_cert.lo -MD -MP -MF .deps/gnutls_cert.Tpo -c gnutls_cert.c -fPIC -DPIC -o .libs/gnutls_cert.o libtool: compile: x86_64-pc-linux-gnu-gcc -DHAVE_CONFIG_H -I. -DLOCALEDIR=\"/usr/share/locale\" -I./gl -I./gl -I./includes -I./includes -I./x509 -I./opencdk -march=core2 -O2 -MT gnutls_mpi.lo -MD -MP -MF .deps/gnutls_mpi.Tpo -c gnutls_mpi.c -o gnutls_mpi.o >/dev/null 2>&1 libtool: compile: x86_64-pc-linux-gnu-gcc -DHAVE_CONFIG_H -I. -DLOCALEDIR=\"/usr/share/locale\" -I./gl -I./gl -I./includes -I./includes -I./x509 -I./opencdk -march=core2 -O2 -MT gnutls_pk.lo -MD -MP -MF .deps/gnutls_pk.Tpo -c gnutls_pk.c -o gnutls_pk.o >/dev/null 2>&1 mv -f .deps/gnutls_mpi.Tpo .deps/gnutls_mpi.Plo /bin/sh ./libtool --tag=CC --mode=compile x86_64-pc-linux-gnu-gcc -DHAVE_CONFIG_H -I. -DLOCALEDIR=\"/usr/share/locale\" -I./gl -I./gl -I./includes -I./includes -I./x509 -I./opencdk -march=core2 -O2 -MT gnutls_global.lo -MD -MP -MF .deps/gnutls_global.Tpo -c -o gnutls_global.lo gnutls_global.c libtool: compile: x86_64-pc-linux-gnu-gcc -DHAVE_CONFIG_H -I. -DLOCALEDIR=\"/usr/share/locale\" -I./gl -I./gl -I./includes -I./includes -I./x509 -I./opencdk -march=core2 -O2 -MT gnutls_global.lo -MD -MP -MF .deps/gnutls_global.Tpo -c gnutls_global.c -fPIC -DPIC -o .libs/gnutls_global.o libtool: compile: x86_64-pc-linux-gnu-gcc -DHAVE_CONFIG_H -I. -DLOCALEDIR=\"/usr/share/locale\" -I./gl -I./gl -I./includes -I./includes -I./x509 -I./opencdk -march=core2 -O2 -MT gnutls_cert.lo -MD -MP -MF .deps/gnutls_cert.Tpo -c gnutls_cert.c -o gnutls_cert.o >/dev/null 2>&1 mv -f .deps/gnutls_session_pack.Tpo .deps/gnutls_session_pack.Plo /bin/sh ./libtool --tag=CC --mode=compile x86_64-pc-linux-gnu-gcc -DHAVE_CONFIG_H -I. -DLOCALEDIR=\"/usr/share/locale\" -I./gl -I./gl -I./includes -I./includes -I./x509 -I./opencdk -march=core2 -O2 -MT gnutls_constate.lo -MD -MP -MF .deps/gnutls_constate.Tpo -c -o gnutls_constate.lo gnutls_constate.c libtool: compile: x86_64-pc-linux-gnu-gcc -DHAVE_CONFIG_H -I. -DLOCALEDIR=\"/usr/share/locale\" -I./gl -I./gl -I./includes -I./includes -I./x509 -I./opencdk -march=core2 -O2 -MT gnutls_constate.lo -MD -MP -MF .deps/gnutls_constate.Tpo -c gnutls_constate.c -fPIC -DPIC -o .libs/gnutls_constate.o libtool: compile: x86_64-pc-linux-gnu-gcc -DHAVE_CONFIG_H -I. -DLOCALEDIR=\"/usr/share/locale\" -I./gl -I./gl -I./includes -I./includes -I./x509 -I./opencdk -march=core2 -O2 -MT gnutls_global.lo -MD -MP -MF .deps/gnutls_global.Tpo -c gnutls_global.c -o gnutls_global.o >/dev/null 2>&1 mv -f .deps/gnutls_pk.Tpo .deps/gnutls_pk.Plo /bin/sh ./libtool --tag=CC --mode=compile x86_64-pc-linux-gnu-gcc -DHAVE_CONFIG_H -I. -DLOCALEDIR=\"/usr/share/locale\" -I./gl -I./gl -I./includes -I./includes -I./x509 -I./opencdk -march=core2 -O2 -MT gnutls_anon_cred.lo -MD -MP -MF .deps/gnutls_anon_cred.Tpo -c -o gnutls_anon_cred.lo gnutls_anon_cred.c mv -f .deps/gnutls_cert.Tpo .deps/gnutls_cert.Plo /bin/sh ./libtool --tag=CC --mode=compile x86_64-pc-linux-gnu-gcc -DHAVE_CONFIG_H -I. -DLOCALEDIR=\"/usr/share/locale\" -I./gl -I./gl -I./includes -I./includes -I./x509 -I./opencdk -march=core2 -O2 -MT pkix_asn1_tab.lo -MD -MP -MF .deps/pkix_asn1_tab.Tpo -c -o pkix_asn1_tab.lo pkix_asn1_tab.c libtool: compile: x86_64-pc-linux-gnu-gcc -DHAVE_CONFIG_H -I. -DLOCALEDIR=\"/usr/share/locale\" -I./gl -I./gl -I./includes -I./includes -I./x509 -I./opencdk -march=core2 -O2 -MT gnutls_anon_cred.lo -MD -MP -MF .deps/gnutls_anon_cred.Tpo -c gnutls_anon_cred.c -fPIC -DPIC -o .libs/gnutls_anon_cred.o libtool: compile: x86_64-pc-linux-gnu-gcc -DHAVE_CONFIG_H -I. -DLOCALEDIR=\"/usr/share/locale\" -I./gl -I./gl -I./includes -I./includes -I./x509 -I./opencdk -march=core2 -O2 -MT pkix_asn1_tab.lo -MD -MP -MF .deps/pkix_asn1_tab.Tpo -c pkix_asn1_tab.c -fPIC -DPIC -o .libs/pkix_asn1_tab.o mv -f .deps/gnutls_global.Tpo .deps/gnutls_global.Plo /bin/sh ./libtool --tag=CC --mode=compile x86_64-pc-linux-gnu-gcc -DHAVE_CONFIG_H -I. -DLOCALEDIR=\"/usr/share/locale\" -I./gl -I./gl -I./includes -I./includes -I./x509 -I./opencdk -march=core2 -O2 -MT gnutls_asn1_tab.lo -MD -MP -MF .deps/gnutls_asn1_tab.Tpo -c -o gnutls_asn1_tab.lo gnutls_asn1_tab.c libtool: compile: x86_64-pc-linux-gnu-gcc -DHAVE_CONFIG_H -I. -DLOCALEDIR=\"/usr/share/locale\" -I./gl -I./gl -I./includes -I./includes -I./x509 -I./opencdk -march=core2 -O2 -MT gnutls_asn1_tab.lo -MD -MP -MF .deps/gnutls_asn1_tab.Tpo -c gnutls_asn1_tab.c -fPIC -DPIC -o .libs/gnutls_asn1_tab.o libtool: compile: x86_64-pc-linux-gnu-gcc -DHAVE_CONFIG_H -I. -DLOCALEDIR=\"/usr/share/locale\" -I./gl -I./gl -I./includes -I./includes -I./x509 -I./opencdk -march=core2 -O2 -MT gnutls_constate.lo -MD -MP -MF .deps/gnutls_constate.Tpo -c gnutls_constate.c -o gnutls_constate.o >/dev/null 2>&1 libtool: compile: x86_64-pc-linux-gnu-gcc -DHAVE_CONFIG_H -I. -DLOCALEDIR=\"/usr/share/locale\" -I./gl -I./gl -I./includes -I./includes -I./x509 -I./opencdk -march=core2 -O2 -MT pkix_asn1_tab.lo -MD -MP -MF .deps/pkix_asn1_tab.Tpo -c pkix_asn1_tab.c -o pkix_asn1_tab.o >/dev/null 2>&1 libtool: compile: x86_64-pc-linux-gnu-gcc -DHAVE_CONFIG_H -I. -DLOCALEDIR=\"/usr/share/locale\" -I./gl -I./gl -I./includes -I./includes -I./x509 -I./opencdk -march=core2 -O2 -MT gnutls_asn1_tab.lo -MD -MP -MF .deps/gnutls_asn1_tab.Tpo -c gnutls_asn1_tab.c -o gnutls_asn1_tab.o >/dev/null 2>&1 libtool: compile: x86_64-pc-linux-gnu-gcc -DHAVE_CONFIG_H -I. -DLOCALEDIR=\"/usr/share/locale\" -I./gl -I./gl -I./includes -I./includes -I./x509 -I./opencdk -march=core2 -O2 -MT gnutls_anon_cred.lo -MD -MP -MF .deps/gnutls_anon_cred.Tpo -c gnutls_anon_cred.c -o gnutls_anon_cred.o >/dev/null 2>&1 mv -f .deps/pkix_asn1_tab.Tpo .deps/pkix_asn1_tab.Plo /bin/sh ./libtool --tag=CC --mode=compile x86_64-pc-linux-gnu-gcc -DHAVE_CONFIG_H -I. -DLOCALEDIR=\"/usr/share/locale\" -I./gl -I./gl -I./includes -I./includes -I./x509 -I./opencdk -march=core2 -O2 -MT gnutls_mem.lo -MD -MP -MF .deps/gnutls_mem.Tpo -c -o gnutls_mem.lo gnutls_mem.c mv -f .deps/gnutls_asn1_tab.Tpo .deps/gnutls_asn1_tab.Plo /bin/sh ./libtool --tag=CC --mode=compile x86_64-pc-linux-gnu-gcc -DHAVE_CONFIG_H -I. -DLOCALEDIR=\"/usr/share/locale\" -I./gl -I./gl -I./includes -I./includes -I./x509 -I./opencdk -march=core2 -O2 -MT auth_cert.lo -MD -MP -MF .deps/auth_cert.Tpo -c -o auth_cert.lo auth_cert.c libtool: compile: x86_64-pc-linux-gnu-gcc -DHAVE_CONFIG_H -I. -DLOCALEDIR=\"/usr/share/locale\" -I./gl -I./gl -I./includes -I./includes -I./x509 -I./opencdk -march=core2 -O2 -MT gnutls_mem.lo -MD -MP -MF .deps/gnutls_mem.Tpo -c gnutls_mem.c -fPIC -DPIC -o .libs/gnutls_mem.o libtool: compile: x86_64-pc-linux-gnu-gcc -DHAVE_CONFIG_H -I. -DLOCALEDIR=\"/usr/share/locale\" -I./gl -I./gl -I./includes -I./includes -I./x509 -I./opencdk -march=core2 -O2 -MT auth_cert.lo -MD -MP -MF .deps/auth_cert.Tpo -c auth_cert.c -fPIC -DPIC -o .libs/auth_cert.o mv -f .deps/gnutls_anon_cred.Tpo .deps/gnutls_anon_cred.Plo /bin/sh ./libtool --tag=CC --mode=compile x86_64-pc-linux-gnu-gcc -DHAVE_CONFIG_H -I. -DLOCALEDIR=\"/usr/share/locale\" -I./gl -I./gl -I./includes -I./includes -I./x509 -I./opencdk -march=core2 -O2 -MT gnutls_ui.lo -MD -MP -MF .deps/gnutls_ui.Tpo -c -o gnutls_ui.lo gnutls_ui.c mv -f .deps/gnutls_constate.Tpo .deps/gnutls_constate.Plo /bin/sh ./libtool --tag=CC --mode=compile x86_64-pc-linux-gnu-gcc -DHAVE_CONFIG_H -I. -DLOCALEDIR=\"/usr/share/locale\" -I./gl -I./gl -I./includes -I./includes -I./x509 -I./opencdk -march=core2 -O2 -MT gnutls_sig.lo -MD -MP -MF .deps/gnutls_sig.Tpo -c -o gnutls_sig.lo gnutls_sig.c libtool: compile: x86_64-pc-linux-gnu-gcc -DHAVE_CONFIG_H -I. -DLOCALEDIR=\"/usr/share/locale\" -I./gl -I./gl -I./includes -I./includes -I./x509 -I./opencdk -march=core2 -O2 -MT gnutls_mem.lo -MD -MP -MF .deps/gnutls_mem.Tpo -c gnutls_mem.c -o gnutls_mem.o >/dev/null 2>&1 libtool: compile: x86_64-pc-linux-gnu-gcc -DHAVE_CONFIG_H -I. -DLOCALEDIR=\"/usr/share/locale\" -I./gl -I./gl -I./includes -I./includes -I./x509 -I./opencdk -march=core2 -O2 -MT gnutls_ui.lo -MD -MP -MF .deps/gnutls_ui.Tpo -c gnutls_ui.c -fPIC -DPIC -o .libs/gnutls_ui.o libtool: compile: x86_64-pc-linux-gnu-gcc -DHAVE_CONFIG_H -I. -DLOCALEDIR=\"/usr/share/locale\" -I./gl -I./gl -I./includes -I./includes -I./x509 -I./opencdk -march=core2 -O2 -MT gnutls_sig.lo -MD -MP -MF .deps/gnutls_sig.Tpo -c gnutls_sig.c -fPIC -DPIC -o .libs/gnutls_sig.o mv -f .deps/gnutls_mem.Tpo .deps/gnutls_mem.Plo /bin/sh ./libtool --tag=CC --mode=compile x86_64-pc-linux-gnu-gcc -DHAVE_CONFIG_H -I. -DLOCALEDIR=\"/usr/share/locale\" -I./gl -I./gl -I./includes -I./includes -I./x509 -I./opencdk -march=core2 -O2 -MT auth_dhe.lo -MD -MP -MF .deps/auth_dhe.Tpo -c -o auth_dhe.lo auth_dhe.c libtool: compile: x86_64-pc-linux-gnu-gcc -DHAVE_CONFIG_H -I. -DLOCALEDIR=\"/usr/share/locale\" -I./gl -I./gl -I./includes -I./includes -I./x509 -I./opencdk -march=core2 -O2 -MT gnutls_sig.lo -MD -MP -MF .deps/gnutls_sig.Tpo -c gnutls_sig.c -o gnutls_sig.o >/dev/null 2>&1 libtool: compile: x86_64-pc-linux-gnu-gcc -DHAVE_CONFIG_H -I. -DLOCALEDIR=\"/usr/share/locale\" -I./gl -I./gl -I./includes -I./includes -I./x509 -I./opencdk -march=core2 -O2 -MT auth_dhe.lo -MD -MP -MF .deps/auth_dhe.Tpo -c auth_dhe.c -fPIC -DPIC -o .libs/auth_dhe.o libtool: compile: x86_64-pc-linux-gnu-gcc -DHAVE_CONFIG_H -I. -DLOCALEDIR=\"/usr/share/locale\" -I./gl -I./gl -I./includes -I./includes -I./x509 -I./opencdk -march=core2 -O2 -MT gnutls_ui.lo -MD -MP -MF .deps/gnutls_ui.Tpo -c gnutls_ui.c -o gnutls_ui.o >/dev/null 2>&1 mv -f .deps/gnutls_sig.Tpo .deps/gnutls_sig.Plo /bin/sh ./libtool --tag=CC --mode=compile x86_64-pc-linux-gnu-gcc -DHAVE_CONFIG_H -I. -DLOCALEDIR=\"/usr/share/locale\" -I./gl -I./gl -I./includes -I./includes -I./x509 -I./opencdk -march=core2 -O2 -MT gnutls_dh_primes.lo -MD -MP -MF .deps/gnutls_dh_primes.Tpo -c -o gnutls_dh_primes.lo gnutls_dh_primes.c libtool: compile: x86_64-pc-linux-gnu-gcc -DHAVE_CONFIG_H -I. -DLOCALEDIR=\"/usr/share/locale\" -I./gl -I./gl -I./includes -I./includes -I./x509 -I./opencdk -march=core2 -O2 -MT gnutls_dh_primes.lo -MD -MP -MF .deps/gnutls_dh_primes.Tpo -c gnutls_dh_primes.c -fPIC -DPIC -o .libs/gnutls_dh_primes.o libtool: compile: x86_64-pc-linux-gnu-gcc -DHAVE_CONFIG_H -I. -DLOCALEDIR=\"/usr/share/locale\" -I./gl -I./gl -I./includes -I./includes -I./x509 -I./opencdk -march=core2 -O2 -MT auth_dhe.lo -MD -MP -MF .deps/auth_dhe.Tpo -c auth_dhe.c -o auth_dhe.o >/dev/null 2>&1 mv -f .deps/gnutls_ui.Tpo .deps/gnutls_ui.Plo /bin/sh ./libtool --tag=CC --mode=compile x86_64-pc-linux-gnu-gcc -DHAVE_CONFIG_H -I. -DLOCALEDIR=\"/usr/share/locale\" -I./gl -I./gl -I./includes -I./includes -I./x509 -I./opencdk -march=core2 -O2 -MT ext_max_record.lo -MD -MP -MF .deps/ext_max_record.Tpo -c -o ext_max_record.lo ext_max_record.c libtool: compile: x86_64-pc-linux-gnu-gcc -DHAVE_CONFIG_H -I. -DLOCALEDIR=\"/usr/share/locale\" -I./gl -I./gl -I./includes -I./includes -I./x509 -I./opencdk -march=core2 -O2 -MT auth_cert.lo -MD -MP -MF .deps/auth_cert.Tpo -c auth_cert.c -o auth_cert.o >/dev/null 2>&1 libtool: compile: x86_64-pc-linux-gnu-gcc -DHAVE_CONFIG_H -I. -DLOCALEDIR=\"/usr/share/locale\" -I./gl -I./gl -I./includes -I./includes -I./x509 -I./opencdk -march=core2 -O2 -MT ext_max_record.lo -MD -MP -MF .deps/ext_max_record.Tpo -c ext_max_record.c -fPIC -DPIC -o .libs/ext_max_record.o libtool: compile: x86_64-pc-linux-gnu-gcc -DHAVE_CONFIG_H -I. -DLOCALEDIR=\"/usr/share/locale\" -I./gl -I./gl -I./includes -I./includes -I./x509 -I./opencdk -march=core2 -O2 -MT gnutls_dh_primes.lo -MD -MP -MF .deps/gnutls_dh_primes.Tpo -c gnutls_dh_primes.c -o gnutls_dh_primes.o >/dev/null 2>&1 mv -f .deps/auth_dhe.Tpo .deps/auth_dhe.Plo /bin/sh ./libtool --tag=CC --mode=compile x86_64-pc-linux-gnu-gcc -DHAVE_CONFIG_H -I. -DLOCALEDIR=\"/usr/share/locale\" -I./gl -I./gl -I./includes -I./includes -I./x509 -I./opencdk -march=core2 -O2 -MT gnutls_alert.lo -MD -MP -MF .deps/gnutls_alert.Tpo -c -o gnutls_alert.lo gnutls_alert.c libtool: compile: x86_64-pc-linux-gnu-gcc -DHAVE_CONFIG_H -I. -DLOCALEDIR=\"/usr/share/locale\" -I./gl -I./gl -I./includes -I./includes -I./x509 -I./opencdk -march=core2 -O2 -MT ext_max_record.lo -MD -MP -MF .deps/ext_max_record.Tpo -c ext_max_record.c -o ext_max_record.o >/dev/null 2>&1 libtool: compile: x86_64-pc-linux-gnu-gcc -DHAVE_CONFIG_H -I. -DLOCALEDIR=\"/usr/share/locale\" -I./gl -I./gl -I./includes -I./includes -I./x509 -I./opencdk -march=core2 -O2 -MT gnutls_alert.lo -MD -MP -MF .deps/gnutls_alert.Tpo -c gnutls_alert.c -fPIC -DPIC -o .libs/gnutls_alert.o mv -f .deps/gnutls_dh_primes.Tpo .deps/gnutls_dh_primes.Plo /bin/sh ./libtool --tag=CC --mode=compile x86_64-pc-linux-gnu-gcc -DHAVE_CONFIG_H -I. -DLOCALEDIR=\"/usr/share/locale\" -I./gl -I./gl -I./includes -I./includes -I./x509 -I./opencdk -march=core2 -O2 -MT gnutls_str.lo -MD -MP -MF .deps/gnutls_str.Tpo -c -o gnutls_str.lo gnutls_str.c libtool: compile: x86_64-pc-linux-gnu-gcc -DHAVE_CONFIG_H -I. -DLOCALEDIR=\"/usr/share/locale\" -I./gl -I./gl -I./includes -I./includes -I./x509 -I./opencdk -march=core2 -O2 -MT gnutls_str.lo -MD -MP -MF .deps/gnutls_str.Tpo -c gnutls_str.c -fPIC -DPIC -o .libs/gnutls_str.o mv -f .deps/ext_max_record.Tpo .deps/ext_max_record.Plo /bin/sh ./libtool --tag=CC --mode=compile x86_64-pc-linux-gnu-gcc -DHAVE_CONFIG_H -I. -DLOCALEDIR=\"/usr/share/locale\" -I./gl -I./gl -I./includes -I./includes -I./x509 -I./opencdk -march=core2 -O2 -MT gnutls_state.lo -MD -MP -MF .deps/gnutls_state.Tpo -c -o gnutls_state.lo gnutls_state.c libtool: compile: x86_64-pc-linux-gnu-gcc -DHAVE_CONFIG_H -I. -DLOCALEDIR=\"/usr/share/locale\" -I./gl -I./gl -I./includes -I./includes -I./x509 -I./opencdk -march=core2 -O2 -MT gnutls_alert.lo -MD -MP -MF .deps/gnutls_alert.Tpo -c gnutls_alert.c -o gnutls_alert.o >/dev/null 2>&1 libtool: compile: x86_64-pc-linux-gnu-gcc -DHAVE_CONFIG_H -I. -DLOCALEDIR=\"/usr/share/locale\" -I./gl -I./gl -I./includes -I./includes -I./x509 -I./opencdk -march=core2 -O2 -MT gnutls_state.lo -MD -MP -MF .deps/gnutls_state.Tpo -c gnutls_state.c -fPIC -DPIC -o .libs/gnutls_state.o mv -f .deps/auth_cert.Tpo .deps/auth_cert.Plo /bin/sh ./libtool --tag=CC --mode=compile x86_64-pc-linux-gnu-gcc -DHAVE_CONFIG_H -I. -DLOCALEDIR=\"/usr/share/locale\" -I./gl -I./gl -I./includes -I./includes -I./x509 -I./opencdk -march=core2 -O2 -MT gnutls_x509.lo -MD -MP -MF .deps/gnutls_x509.Tpo -c -o gnutls_x509.lo gnutls_x509.c libtool: compile: x86_64-pc-linux-gnu-gcc -DHAVE_CONFIG_H -I. -DLOCALEDIR=\"/usr/share/locale\" -I./gl -I./gl -I./includes -I./includes -I./x509 -I./opencdk -march=core2 -O2 -MT gnutls_str.lo -MD -MP -MF .deps/gnutls_str.Tpo -c gnutls_str.c -o gnutls_str.o >/dev/null 2>&1 libtool: compile: x86_64-pc-linux-gnu-gcc -DHAVE_CONFIG_H -I. -DLOCALEDIR=\"/usr/share/locale\" -I./gl -I./gl -I./includes -I./includes -I./x509 -I./opencdk -march=core2 -O2 -MT gnutls_x509.lo -MD -MP -MF .deps/gnutls_x509.Tpo -c gnutls_x509.c -fPIC -DPIC -o .libs/gnutls_x509.o mv -f .deps/gnutls_alert.Tpo .deps/gnutls_alert.Plo /bin/sh ./libtool --tag=CC --mode=compile x86_64-pc-linux-gnu-gcc -DHAVE_CONFIG_H -I. -DLOCALEDIR=\"/usr/share/locale\" -I./gl -I./gl -I./includes -I./includes -I./x509 -I./opencdk -march=core2 -O2 -MT ext_cert_type.lo -MD -MP -MF .deps/ext_cert_type.Tpo -c -o ext_cert_type.lo ext_cert_type.c libtool: compile: x86_64-pc-linux-gnu-gcc -DHAVE_CONFIG_H -I. -DLOCALEDIR=\"/usr/share/locale\" -I./gl -I./gl -I./includes -I./includes -I./x509 -I./opencdk -march=core2 -O2 -MT ext_cert_type.lo -MD -MP -MF .deps/ext_cert_type.Tpo -c ext_cert_type.c -fPIC -DPIC -o .libs/ext_cert_type.o mv -f .deps/gnutls_str.Tpo .deps/gnutls_str.Plo /bin/sh ./libtool --tag=CC --mode=compile x86_64-pc-linux-gnu-gcc -DHAVE_CONFIG_H -I. -DLOCALEDIR=\"/usr/share/locale\" -I./gl -I./gl -I./includes -I./includes -I./x509 -I./opencdk -march=core2 -O2 -MT gnutls_rsa_export.lo -MD -MP -MF .deps/gnutls_rsa_export.Tpo -c -o gnutls_rsa_export.lo gnutls_rsa_export.c libtool: compile: x86_64-pc-linux-gnu-gcc -DHAVE_CONFIG_H -I. -DLOCALEDIR=\"/usr/share/locale\" -I./gl -I./gl -I./includes -I./includes -I./x509 -I./opencdk -march=core2 -O2 -MT ext_cert_type.lo -MD -MP -MF .deps/ext_cert_type.Tpo -c ext_cert_type.c -o ext_cert_type.o >/dev/null 2>&1 libtool: compile: x86_64-pc-linux-gnu-gcc -DHAVE_CONFIG_H -I. -DLOCALEDIR=\"/usr/share/locale\" -I./gl -I./gl -I./includes -I./includes -I./x509 -I./opencdk -march=core2 -O2 -MT gnutls_rsa_export.lo -MD -MP -MF .deps/gnutls_rsa_export.Tpo -c gnutls_rsa_export.c -fPIC -DPIC -o .libs/gnutls_rsa_export.o libtool: compile: x86_64-pc-linux-gnu-gcc -DHAVE_CONFIG_H -I. -DLOCALEDIR=\"/usr/share/locale\" -I./gl -I./gl -I./includes -I./includes -I./x509 -I./opencdk -march=core2 -O2 -MT gnutls_state.lo -MD -MP -MF .deps/gnutls_state.Tpo -c gnutls_state.c -o gnutls_state.o >/dev/null 2>&1 mv -f .deps/ext_cert_type.Tpo .deps/ext_cert_type.Plo /bin/sh ./libtool --tag=CC --mode=compile x86_64-pc-linux-gnu-gcc -DHAVE_CONFIG_H -I. -DLOCALEDIR=\"/usr/share/locale\" -I./gl -I./gl -I./includes -I./includes -I./x509 -I./opencdk -march=core2 -O2 -MT auth_rsa_export.lo -MD -MP -MF .deps/auth_rsa_export.Tpo -c -o auth_rsa_export.lo auth_rsa_export.c libtool: compile: x86_64-pc-linux-gnu-gcc -DHAVE_CONFIG_H -I. -DLOCALEDIR=\"/usr/share/locale\" -I./gl -I./gl -I./includes -I./includes -I./x509 -I./opencdk -march=core2 -O2 -MT gnutls_rsa_export.lo -MD -MP -MF .deps/gnutls_rsa_export.Tpo -c gnutls_rsa_export.c -o gnutls_rsa_export.o >/dev/null 2>&1 libtool: compile: x86_64-pc-linux-gnu-gcc -DHAVE_CONFIG_H -I. -DLOCALEDIR=\"/usr/share/locale\" -I./gl -I./gl -I./includes -I./includes -I./x509 -I./opencdk -march=core2 -O2 -MT auth_rsa_export.lo -MD -MP -MF .deps/auth_rsa_export.Tpo -c auth_rsa_export.c -fPIC -DPIC -o .libs/auth_rsa_export.o mv -f .deps/gnutls_rsa_export.Tpo .deps/gnutls_rsa_export.Plo /bin/sh ./libtool --tag=CC --mode=compile x86_64-pc-linux-gnu-gcc -DHAVE_CONFIG_H -I. -DLOCALEDIR=\"/usr/share/locale\" -I./gl -I./gl -I./includes -I./includes -I./x509 -I./opencdk -march=core2 -O2 -MT ext_server_name.lo -MD -MP -MF .deps/ext_server_name.Tpo -c -o ext_server_name.lo ext_server_name.c libtool: compile: x86_64-pc-linux-gnu-gcc -DHAVE_CONFIG_H -I. -DLOCALEDIR=\"/usr/share/locale\" -I./gl -I./gl -I./includes -I./includes -I./x509 -I./opencdk -march=core2 -O2 -MT ext_server_name.lo -MD -MP -MF .deps/ext_server_name.Tpo -c ext_server_name.c -fPIC -DPIC -o .libs/ext_server_name.o libtool: compile: x86_64-pc-linux-gnu-gcc -DHAVE_CONFIG_H -I. -DLOCALEDIR=\"/usr/share/locale\" -I./gl -I./gl -I./includes -I./includes -I./x509 -I./opencdk -march=core2 -O2 -MT auth_rsa_export.lo -MD -MP -MF .deps/auth_rsa_export.Tpo -c auth_rsa_export.c -o auth_rsa_export.o >/dev/null 2>&1 libtool: compile: x86_64-pc-linux-gnu-gcc -DHAVE_CONFIG_H -I. -DLOCALEDIR=\"/usr/share/locale\" -I./gl -I./gl -I./includes -I./includes -I./x509 -I./opencdk -march=core2 -O2 -MT gnutls_x509.lo -MD -MP -MF .deps/gnutls_x509.Tpo -c gnutls_x509.c -o gnutls_x509.o >/dev/null 2>&1 mv -f .deps/gnutls_state.Tpo .deps/gnutls_state.Plo /bin/sh ./libtool --tag=CC --mode=compile x86_64-pc-linux-gnu-gcc -DHAVE_CONFIG_H -I. -DLOCALEDIR=\"/usr/share/locale\" -I./gl -I./gl -I./includes -I./includes -I./x509 -I./opencdk -march=core2 -O2 -MT auth_dh_common.lo -MD -MP -MF .deps/auth_dh_common.Tpo -c -o auth_dh_common.lo auth_dh_common.c libtool: compile: x86_64-pc-linux-gnu-gcc -DHAVE_CONFIG_H -I. -DLOCALEDIR=\"/usr/share/locale\" -I./gl -I./gl -I./includes -I./includes -I./x509 -I./opencdk -march=core2 -O2 -MT auth_dh_common.lo -MD -MP -MF .deps/auth_dh_common.Tpo -c auth_dh_common.c -fPIC -DPIC -o .libs/auth_dh_common.o libtool: compile: x86_64-pc-linux-gnu-gcc -DHAVE_CONFIG_H -I. -DLOCALEDIR=\"/usr/share/locale\" -I./gl -I./gl -I./includes -I./includes -I./x509 -I./opencdk -march=core2 -O2 -MT ext_server_name.lo -MD -MP -MF .deps/ext_server_name.Tpo -c ext_server_name.c -o ext_server_name.o >/dev/null 2>&1 mv -f .deps/auth_rsa_export.Tpo .deps/auth_rsa_export.Plo /bin/sh ./libtool --tag=CC --mode=compile x86_64-pc-linux-gnu-gcc -DHAVE_CONFIG_H -I. -DLOCALEDIR=\"/usr/share/locale\" -I./gl -I./gl -I./includes -I./includes -I./x509 -I./opencdk -march=core2 -O2 -MT gnutls_helper.lo -MD -MP -MF .deps/gnutls_helper.Tpo -c -o gnutls_helper.lo gnutls_helper.c libtool: compile: x86_64-pc-linux-gnu-gcc -DHAVE_CONFIG_H -I. -DLOCALEDIR=\"/usr/share/locale\" -I./gl -I./gl -I./includes -I./includes -I./x509 -I./opencdk -march=core2 -O2 -MT gnutls_helper.lo -MD -MP -MF .deps/gnutls_helper.Tpo -c gnutls_helper.c -fPIC -DPIC -o .libs/gnutls_helper.o libtool: compile: x86_64-pc-linux-gnu-gcc -DHAVE_CONFIG_H -I. -DLOCALEDIR=\"/usr/share/locale\" -I./gl -I./gl -I./includes -I./includes -I./x509 -I./opencdk -march=core2 -O2 -MT auth_dh_common.lo -MD -MP -MF .deps/auth_dh_common.Tpo -c auth_dh_common.c -o auth_dh_common.o >/dev/null 2>&1 mv -f .deps/ext_server_name.Tpo .deps/ext_server_name.Plo /bin/sh ./libtool --tag=CC --mode=compile x86_64-pc-linux-gnu-gcc -DHAVE_CONFIG_H -I. -DLOCALEDIR=\"/usr/share/locale\" -I./gl -I./gl -I./includes -I./includes -I./x509 -I./opencdk -march=core2 -O2 -MT gnutls_supplemental.lo -MD -MP -MF .deps/gnutls_supplemental.Tpo -c -o gnutls_supplemental.lo gnutls_supplemental.c libtool: compile: x86_64-pc-linux-gnu-gcc -DHAVE_CONFIG_H -I. -DLOCALEDIR=\"/usr/share/locale\" -I./gl -I./gl -I./includes -I./includes -I./x509 -I./opencdk -march=core2 -O2 -MT gnutls_helper.lo -MD -MP -MF .deps/gnutls_helper.Tpo -c gnutls_helper.c -o gnutls_helper.o >/dev/null 2>&1 libtool: compile: x86_64-pc-linux-gnu-gcc -DHAVE_CONFIG_H -I. -DLOCALEDIR=\"/usr/share/locale\" -I./gl -I./gl -I./includes -I./includes -I./x509 -I./opencdk -march=core2 -O2 -MT gnutls_supplemental.lo -MD -MP -MF .deps/gnutls_supplemental.Tpo -c gnutls_supplemental.c -fPIC -DPIC -o .libs/gnutls_supplemental.o mv -f .deps/gnutls_helper.Tpo .deps/gnutls_helper.Plo /bin/sh ./libtool --tag=CC --mode=compile x86_64-pc-linux-gnu-gcc -DHAVE_CONFIG_H -I. -DLOCALEDIR=\"/usr/share/locale\" -I./gl -I./gl -I./includes -I./includes -I./x509 -I./opencdk -march=core2 -O2 -MT crypto.lo -MD -MP -MF .deps/crypto.Tpo -c -o crypto.lo crypto.c mv -f .deps/auth_dh_common.Tpo .deps/auth_dh_common.Plo /bin/sh ./libtool --tag=CC --mode=compile x86_64-pc-linux-gnu-gcc -DHAVE_CONFIG_H -I. -DLOCALEDIR=\"/usr/share/locale\" -I./gl -I./gl -I./includes -I./includes -I./x509 -I./opencdk -march=core2 -O2 -MT random.lo -MD -MP -MF .deps/random.Tpo -c -o random.lo random.c libtool: compile: x86_64-pc-linux-gnu-gcc -DHAVE_CONFIG_H -I. -DLOCALEDIR=\"/usr/share/locale\" -I./gl -I./gl -I./includes -I./includes -I./x509 -I./opencdk -march=core2 -O2 -MT random.lo -MD -MP -MF .deps/random.Tpo -c random.c -fPIC -DPIC -o .libs/random.o libtool: compile: x86_64-pc-linux-gnu-gcc -DHAVE_CONFIG_H -I. -DLOCALEDIR=\"/usr/share/locale\" -I./gl -I./gl -I./includes -I./includes -I./x509 -I./opencdk -march=core2 -O2 -MT crypto.lo -MD -MP -MF .deps/crypto.Tpo -c crypto.c -fPIC -DPIC -o .libs/crypto.o mv -f .deps/gnutls_x509.Tpo .deps/gnutls_x509.Plo /bin/sh ./libtool --tag=CC --mode=compile x86_64-pc-linux-gnu-gcc -DHAVE_CONFIG_H -I. -DLOCALEDIR=\"/usr/share/locale\" -I./gl -I./gl -I./includes -I./includes -I./x509 -I./opencdk -march=core2 -O2 -MT pk-libgcrypt.lo -MD -MP -MF .deps/pk-libgcrypt.Tpo -c -o pk-libgcrypt.lo pk-libgcrypt.c libtool: compile: x86_64-pc-linux-gnu-gcc -DHAVE_CONFIG_H -I. -DLOCALEDIR=\"/usr/share/locale\" -I./gl -I./gl -I./includes -I./includes -I./x509 -I./opencdk -march=core2 -O2 -MT gnutls_supplemental.lo -MD -MP -MF .deps/gnutls_supplemental.Tpo -c gnutls_supplemental.c -o gnutls_supplemental.o >/dev/null 2>&1 libtool: compile: x86_64-pc-linux-gnu-gcc -DHAVE_CONFIG_H -I. -DLOCALEDIR=\"/usr/share/locale\" -I./gl -I./gl -I./includes -I./includes -I./x509 -I./opencdk -march=core2 -O2 -MT pk-libgcrypt.lo -MD -MP -MF .deps/pk-libgcrypt.Tpo -c pk-libgcrypt.c -fPIC -DPIC -o .libs/pk-libgcrypt.o libtool: compile: x86_64-pc-linux-gnu-gcc -DHAVE_CONFIG_H -I. -DLOCALEDIR=\"/usr/share/locale\" -I./gl -I./gl -I./includes -I./includes -I./x509 -I./opencdk -march=core2 -O2 -MT random.lo -MD -MP -MF .deps/random.Tpo -c random.c -o random.o >/dev/null 2>&1 libtool: compile: x86_64-pc-linux-gnu-gcc -DHAVE_CONFIG_H -I. -DLOCALEDIR=\"/usr/share/locale\" -I./gl -I./gl -I./includes -I./includes -I./x509 -I./opencdk -march=core2 -O2 -MT crypto.lo -MD -MP -MF .deps/crypto.Tpo -c crypto.c -o crypto.o >/dev/null 2>&1 mv -f .deps/gnutls_supplemental.Tpo .deps/gnutls_supplemental.Plo /bin/sh ./libtool --tag=CC --mode=compile x86_64-pc-linux-gnu-gcc -DHAVE_CONFIG_H -I. -DLOCALEDIR=\"/usr/share/locale\" -I./gl -I./gl -I./includes -I./includes -I./x509 -I./opencdk -march=core2 -O2 -MT mpi-libgcrypt.lo -MD -MP -MF .deps/mpi-libgcrypt.Tpo -c -o mpi-libgcrypt.lo mpi-libgcrypt.c libtool: compile: x86_64-pc-linux-gnu-gcc -DHAVE_CONFIG_H -I. -DLOCALEDIR=\"/usr/share/locale\" -I./gl -I./gl -I./includes -I./includes -I./x509 -I./opencdk -march=core2 -O2 -MT mpi-libgcrypt.lo -MD -MP -MF .deps/mpi-libgcrypt.Tpo -c mpi-libgcrypt.c -fPIC -DPIC -o .libs/mpi-libgcrypt.o mv -f .deps/random.Tpo .deps/random.Plo /bin/sh ./libtool --tag=CC --mode=compile x86_64-pc-linux-gnu-gcc -DHAVE_CONFIG_H -I. -DLOCALEDIR=\"/usr/share/locale\" -I./gl -I./gl -I./includes -I./includes -I./x509 -I./opencdk -march=core2 -O2 -MT cryptodev.lo -MD -MP -MF .deps/cryptodev.Tpo -c -o cryptodev.lo cryptodev.c libtool: compile: x86_64-pc-linux-gnu-gcc -DHAVE_CONFIG_H -I. -DLOCALEDIR=\"/usr/share/locale\" -I./gl -I./gl -I./includes -I./includes -I./x509 -I./opencdk -march=core2 -O2 -MT cryptodev.lo -MD -MP -MF .deps/cryptodev.Tpo -c cryptodev.c -fPIC -DPIC -o .libs/cryptodev.o mv -f .deps/crypto.Tpo .deps/crypto.Plo /bin/sh ./libtool --tag=CC --mode=compile x86_64-pc-linux-gnu-gcc -DHAVE_CONFIG_H -I. -DLOCALEDIR=\"/usr/share/locale\" -I./gl -I./gl -I./includes -I./includes -I./x509 -I./opencdk -march=core2 -O2 -MT rnd-libgcrypt.lo -MD -MP -MF .deps/rnd-libgcrypt.Tpo -c -o rnd-libgcrypt.lo rnd-libgcrypt.c libtool: compile: x86_64-pc-linux-gnu-gcc -DHAVE_CONFIG_H -I. -DLOCALEDIR=\"/usr/share/locale\" -I./gl -I./gl -I./includes -I./includes -I./x509 -I./opencdk -march=core2 -O2 -MT rnd-libgcrypt.lo -MD -MP -MF .deps/rnd-libgcrypt.Tpo -c rnd-libgcrypt.c -fPIC -DPIC -o .libs/rnd-libgcrypt.o libtool: compile: x86_64-pc-linux-gnu-gcc -DHAVE_CONFIG_H -I. -DLOCALEDIR=\"/usr/share/locale\" -I./gl -I./gl -I./includes -I./includes -I./x509 -I./opencdk -march=core2 -O2 -MT cryptodev.lo -MD -MP -MF .deps/cryptodev.Tpo -c cryptodev.c -o cryptodev.o >/dev/null 2>&1 libtool: compile: x86_64-pc-linux-gnu-gcc -DHAVE_CONFIG_H -I. -DLOCALEDIR=\"/usr/share/locale\" -I./gl -I./gl -I./includes -I./includes -I./x509 -I./opencdk -march=core2 -O2 -MT pk-libgcrypt.lo -MD -MP -MF .deps/pk-libgcrypt.Tpo -c pk-libgcrypt.c -o pk-libgcrypt.o >/dev/null 2>&1 mv -f .deps/cryptodev.Tpo .deps/cryptodev.Plo /bin/sh ./libtool --tag=CC --mode=compile x86_64-pc-linux-gnu-gcc -DHAVE_CONFIG_H -I. -DLOCALEDIR=\"/usr/share/locale\" -I./gl -I./gl -I./includes -I./includes -I./x509 -I./opencdk -march=core2 -O2 -MT cipher-libgcrypt.lo -MD -MP -MF .deps/cipher-libgcrypt.Tpo -c -o cipher-libgcrypt.lo cipher-libgcrypt.c libtool: compile: x86_64-pc-linux-gnu-gcc -DHAVE_CONFIG_H -I. -DLOCALEDIR=\"/usr/share/locale\" -I./gl -I./gl -I./includes -I./includes -I./x509 -I./opencdk -march=core2 -O2 -MT mpi-libgcrypt.lo -MD -MP -MF .deps/mpi-libgcrypt.Tpo -c mpi-libgcrypt.c -o mpi-libgcrypt.o >/dev/null 2>&1 libtool: compile: x86_64-pc-linux-gnu-gcc -DHAVE_CONFIG_H -I. -DLOCALEDIR=\"/usr/share/locale\" -I./gl -I./gl -I./includes -I./includes -I./x509 -I./opencdk -march=core2 -O2 -MT rnd-libgcrypt.lo -MD -MP -MF .deps/rnd-libgcrypt.Tpo -c rnd-libgcrypt.c -o rnd-libgcrypt.o >/dev/null 2>&1 libtool: compile: x86_64-pc-linux-gnu-gcc -DHAVE_CONFIG_H -I. -DLOCALEDIR=\"/usr/share/locale\" -I./gl -I./gl -I./includes -I./includes -I./x509 -I./opencdk -march=core2 -O2 -MT cipher-libgcrypt.lo -MD -MP -MF .deps/cipher-libgcrypt.Tpo -c cipher-libgcrypt.c -fPIC -DPIC -o .libs/cipher-libgcrypt.o mv -f .deps/rnd-libgcrypt.Tpo .deps/rnd-libgcrypt.Plo mv -f .deps/pk-libgcrypt.Tpo .deps/pk-libgcrypt.Plo /bin/sh ./libtool --tag=CC --mode=compile x86_64-pc-linux-gnu-gcc -DHAVE_CONFIG_H -I. -DLOCALEDIR=\"/usr/share/locale\" -I./gl -I./gl -I./includes -I./includes -I./x509 -I./opencdk -march=core2 -O2 -MT mac-libgcrypt.lo -MD -MP -MF .deps/mac-libgcrypt.Tpo -c -o mac-libgcrypt.lo mac-libgcrypt.c /bin/sh ./libtool --tag=CC --mode=compile x86_64-pc-linux-gnu-gcc -DHAVE_CONFIG_H -I. -DLOCALEDIR=\"/usr/share/locale\" -I./gl -I./gl -I./includes -I./includes -I./x509 -I./opencdk -march=core2 -O2 -MT ext_signature.lo -MD -MP -MF .deps/ext_signature.Tpo -c -o ext_signature.lo ext_signature.c libtool: compile: x86_64-pc-linux-gnu-gcc -DHAVE_CONFIG_H -I. -DLOCALEDIR=\"/usr/share/locale\" -I./gl -I./gl -I./includes -I./includes -I./x509 -I./opencdk -march=core2 -O2 -MT cipher-libgcrypt.lo -MD -MP -MF .deps/cipher-libgcrypt.Tpo -c cipher-libgcrypt.c -o cipher-libgcrypt.o >/dev/null 2>&1 mv -f .deps/mpi-libgcrypt.Tpo .deps/mpi-libgcrypt.Plo /bin/sh ./libtool --tag=CC --mode=compile x86_64-pc-linux-gnu-gcc -DHAVE_CONFIG_H -I. -DLOCALEDIR=\"/usr/share/locale\" -I./gl -I./gl -I./includes -I./includes -I./x509 -I./opencdk -march=core2 -O2 -MT crypto-api.lo -MD -MP -MF .deps/crypto-api.Tpo -c -o crypto-api.lo crypto-api.c libtool: compile: x86_64-pc-linux-gnu-gcc -DHAVE_CONFIG_H -I. -DLOCALEDIR=\"/usr/share/locale\" -I./gl -I./gl -I./includes -I./includes -I./x509 -I./opencdk -march=core2 -O2 -MT mac-libgcrypt.lo -MD -MP -MF .deps/mac-libgcrypt.Tpo -c mac-libgcrypt.c -fPIC -DPIC -o .libs/mac-libgcrypt.o libtool: compile: x86_64-pc-linux-gnu-gcc -DHAVE_CONFIG_H -I. -DLOCALEDIR=\"/usr/share/locale\" -I./gl -I./gl -I./includes -I./includes -I./x509 -I./opencdk -march=core2 -O2 -MT ext_signature.lo -MD -MP -MF .deps/ext_signature.Tpo -c ext_signature.c -fPIC -DPIC -o .libs/ext_signature.o libtool: compile: x86_64-pc-linux-gnu-gcc -DHAVE_CONFIG_H -I. -DLOCALEDIR=\"/usr/share/locale\" -I./gl -I./gl -I./includes -I./includes -I./x509 -I./opencdk -march=core2 -O2 -MT crypto-api.lo -MD -MP -MF .deps/crypto-api.Tpo -c crypto-api.c -fPIC -DPIC -o .libs/crypto-api.o mv -f .deps/cipher-libgcrypt.Tpo .deps/cipher-libgcrypt.Plo /bin/sh ./libtool --tag=CC --mode=compile x86_64-pc-linux-gnu-gcc -DHAVE_CONFIG_H -I. -DLOCALEDIR=\"/usr/share/locale\" -I./gl -I./gl -I./includes -I./includes -I./x509 -I./opencdk -march=core2 -O2 -MT ext_safe_renegotiation.lo -MD -MP -MF .deps/ext_safe_renegotiation.Tpo -c -o ext_safe_renegotiation.lo ext_safe_renegotiation.c libtool: compile: x86_64-pc-linux-gnu-gcc -DHAVE_CONFIG_H -I. -DLOCALEDIR=\"/usr/share/locale\" -I./gl -I./gl -I./includes -I./includes -I./x509 -I./opencdk -march=core2 -O2 -MT mac-libgcrypt.lo -MD -MP -MF .deps/mac-libgcrypt.Tpo -c mac-libgcrypt.c -o mac-libgcrypt.o >/dev/null 2>&1 libtool: compile: x86_64-pc-linux-gnu-gcc -DHAVE_CONFIG_H -I. -DLOCALEDIR=\"/usr/share/locale\" -I./gl -I./gl -I./includes -I./includes -I./x509 -I./opencdk -march=core2 -O2 -MT ext_signature.lo -MD -MP -MF .deps/ext_signature.Tpo -c ext_signature.c -o ext_signature.o >/dev/null 2>&1 libtool: compile: x86_64-pc-linux-gnu-gcc -DHAVE_CONFIG_H -I. -DLOCALEDIR=\"/usr/share/locale\" -I./gl -I./gl -I./includes -I./includes -I./x509 -I./opencdk -march=core2 -O2 -MT ext_safe_renegotiation.lo -MD -MP -MF .deps/ext_safe_renegotiation.Tpo -c ext_safe_renegotiation.c -fPIC -DPIC -o .libs/ext_safe_renegotiation.o libtool: compile: x86_64-pc-linux-gnu-gcc -DHAVE_CONFIG_H -I. -DLOCALEDIR=\"/usr/share/locale\" -I./gl -I./gl -I./includes -I./includes -I./x509 -I./opencdk -march=core2 -O2 -MT crypto-api.lo -MD -MP -MF .deps/crypto-api.Tpo -c crypto-api.c -o crypto-api.o >/dev/null 2>&1 mv -f .deps/mac-libgcrypt.Tpo .deps/mac-libgcrypt.Plo /bin/sh ./libtool --tag=CC --mode=compile x86_64-pc-linux-gnu-gcc -DHAVE_CONFIG_H -I. -DLOCALEDIR=\"/usr/share/locale\" -I./gl -I./gl -I./includes -I./includes -I./x509 -I./opencdk -march=core2 -O2 -MT ext_srp.lo -MD -MP -MF .deps/ext_srp.Tpo -c -o ext_srp.lo ext_srp.c mv -f .deps/ext_signature.Tpo .deps/ext_signature.Plo /bin/sh ./libtool --tag=CC --mode=compile x86_64-pc-linux-gnu-gcc -DHAVE_CONFIG_H -I. -DLOCALEDIR=\"/usr/share/locale\" -I./gl -I./gl -I./includes -I./includes -I./x509 -I./opencdk -march=core2 -O2 -MT gnutls_srp.lo -MD -MP -MF .deps/gnutls_srp.Tpo -c -o gnutls_srp.lo gnutls_srp.c libtool: compile: x86_64-pc-linux-gnu-gcc -DHAVE_CONFIG_H -I. -DLOCALEDIR=\"/usr/share/locale\" -I./gl -I./gl -I./includes -I./includes -I./x509 -I./opencdk -march=core2 -O2 -MT gnutls_srp.lo -MD -MP -MF .deps/gnutls_srp.Tpo -c gnutls_srp.c -fPIC -DPIC -o .libs/gnutls_srp.o libtool: compile: x86_64-pc-linux-gnu-gcc -DHAVE_CONFIG_H -I. -DLOCALEDIR=\"/usr/share/locale\" -I./gl -I./gl -I./includes -I./includes -I./x509 -I./opencdk -march=core2 -O2 -MT ext_safe_renegotiation.lo -MD -MP -MF .deps/ext_safe_renegotiation.Tpo -c ext_safe_renegotiation.c -o ext_safe_renegotiation.o >/dev/null 2>&1 libtool: compile: x86_64-pc-linux-gnu-gcc -DHAVE_CONFIG_H -I. -DLOCALEDIR=\"/usr/share/locale\" -I./gl -I./gl -I./includes -I./includes -I./x509 -I./opencdk -march=core2 -O2 -MT ext_srp.lo -MD -MP -MF .deps/ext_srp.Tpo -c ext_srp.c -fPIC -DPIC -o .libs/ext_srp.o mv -f .deps/crypto-api.Tpo .deps/crypto-api.Plo /bin/sh ./libtool --tag=CC --mode=compile x86_64-pc-linux-gnu-gcc -DHAVE_CONFIG_H -I. -DLOCALEDIR=\"/usr/share/locale\" -I./gl -I./gl -I./includes -I./includes -I./x509 -I./opencdk -march=core2 -O2 -MT auth_srp.lo -MD -MP -MF .deps/auth_srp.Tpo -c -o auth_srp.lo auth_srp.c libtool: compile: x86_64-pc-linux-gnu-gcc -DHAVE_CONFIG_H -I. -DLOCALEDIR=\"/usr/share/locale\" -I./gl -I./gl -I./includes -I./includes -I./x509 -I./opencdk -march=core2 -O2 -MT auth_srp.lo -MD -MP -MF .deps/auth_srp.Tpo -c auth_srp.c -fPIC -DPIC -o .libs/auth_srp.o mv -f .deps/ext_safe_renegotiation.Tpo .deps/ext_safe_renegotiation.Plo /bin/sh ./libtool --tag=CC --mode=compile x86_64-pc-linux-gnu-gcc -DHAVE_CONFIG_H -I. -DLOCALEDIR=\"/usr/share/locale\" -I./gl -I./gl -I./includes -I./includes -I./x509 -I./opencdk -march=core2 -O2 -MT auth_srp_passwd.lo -MD -MP -MF .deps/auth_srp_passwd.Tpo -c -o auth_srp_passwd.lo auth_srp_passwd.c libtool: compile: x86_64-pc-linux-gnu-gcc -DHAVE_CONFIG_H -I. -DLOCALEDIR=\"/usr/share/locale\" -I./gl -I./gl -I./includes -I./includes -I./x509 -I./opencdk -march=core2 -O2 -MT auth_srp_passwd.lo -MD -MP -MF .deps/auth_srp_passwd.Tpo -c auth_srp_passwd.c -fPIC -DPIC -o .libs/auth_srp_passwd.o libtool: compile: x86_64-pc-linux-gnu-gcc -DHAVE_CONFIG_H -I. -DLOCALEDIR=\"/usr/share/locale\" -I./gl -I./gl -I./includes -I./includes -I./x509 -I./opencdk -march=core2 -O2 -MT ext_srp.lo -MD -MP -MF .deps/ext_srp.Tpo -c ext_srp.c -o ext_srp.o >/dev/null 2>&1 libtool: compile: x86_64-pc-linux-gnu-gcc -DHAVE_CONFIG_H -I. -DLOCALEDIR=\"/usr/share/locale\" -I./gl -I./gl -I./includes -I./includes -I./x509 -I./opencdk -march=core2 -O2 -MT gnutls_srp.lo -MD -MP -MF .deps/gnutls_srp.Tpo -c gnutls_srp.c -o gnutls_srp.o >/dev/null 2>&1 libtool: compile: x86_64-pc-linux-gnu-gcc -DHAVE_CONFIG_H -I. -DLOCALEDIR=\"/usr/share/locale\" -I./gl -I./gl -I./includes -I./includes -I./x509 -I./opencdk -march=core2 -O2 -MT auth_srp.lo -MD -MP -MF .deps/auth_srp.Tpo -c auth_srp.c -o auth_srp.o >/dev/null 2>&1 mv -f .deps/ext_srp.Tpo .deps/ext_srp.Plo /bin/sh ./libtool --tag=CC --mode=compile x86_64-pc-linux-gnu-gcc -DHAVE_CONFIG_H -I. -DLOCALEDIR=\"/usr/share/locale\" -I./gl -I./gl -I./includes -I./includes -I./x509 -I./opencdk -march=core2 -O2 -MT auth_srp_sb64.lo -MD -MP -MF .deps/auth_srp_sb64.Tpo -c -o auth_srp_sb64.lo auth_srp_sb64.c libtool: compile: x86_64-pc-linux-gnu-gcc -DHAVE_CONFIG_H -I. -DLOCALEDIR=\"/usr/share/locale\" -I./gl -I./gl -I./includes -I./includes -I./x509 -I./opencdk -march=core2 -O2 -MT auth_srp_passwd.lo -MD -MP -MF .deps/auth_srp_passwd.Tpo -c auth_srp_passwd.c -o auth_srp_passwd.o >/dev/null 2>&1 libtool: compile: x86_64-pc-linux-gnu-gcc -DHAVE_CONFIG_H -I. -DLOCALEDIR=\"/usr/share/locale\" -I./gl -I./gl -I./includes -I./includes -I./x509 -I./opencdk -march=core2 -O2 -MT auth_srp_sb64.lo -MD -MP -MF .deps/auth_srp_sb64.Tpo -c auth_srp_sb64.c -fPIC -DPIC -o .libs/auth_srp_sb64.o mv -f .deps/gnutls_srp.Tpo .deps/gnutls_srp.Plo /bin/sh ./libtool --tag=CC --mode=compile x86_64-pc-linux-gnu-gcc -DHAVE_CONFIG_H -I. -DLOCALEDIR=\"/usr/share/locale\" -I./gl -I./gl -I./includes -I./includes -I./x509 -I./opencdk -march=core2 -O2 -MT auth_srp_rsa.lo -MD -MP -MF .deps/auth_srp_rsa.Tpo -c -o auth_srp_rsa.lo auth_srp_rsa.c mv -f .deps/auth_srp_passwd.Tpo .deps/auth_srp_passwd.Plo /bin/sh ./libtool --tag=CC --mode=compile x86_64-pc-linux-gnu-gcc -DHAVE_CONFIG_H -I. -DLOCALEDIR=\"/usr/share/locale\" -I./gl -I./gl -I./includes -I./includes -I./x509 -I./opencdk -march=core2 -O2 -MT auth_psk.lo -MD -MP -MF .deps/auth_psk.Tpo -c -o auth_psk.lo auth_psk.c libtool: compile: x86_64-pc-linux-gnu-gcc -DHAVE_CONFIG_H -I. -DLOCALEDIR=\"/usr/share/locale\" -I./gl -I./gl -I./includes -I./includes -I./x509 -I./opencdk -march=core2 -O2 -MT auth_srp_rsa.lo -MD -MP -MF .deps/auth_srp_rsa.Tpo -c auth_srp_rsa.c -fPIC -DPIC -o .libs/auth_srp_rsa.o libtool: compile: x86_64-pc-linux-gnu-gcc -DHAVE_CONFIG_H -I. -DLOCALEDIR=\"/usr/share/locale\" -I./gl -I./gl -I./includes -I./includes -I./x509 -I./opencdk -march=core2 -O2 -MT auth_psk.lo -MD -MP -MF .deps/auth_psk.Tpo -c auth_psk.c -fPIC -DPIC -o .libs/auth_psk.o mv -f .deps/auth_srp.Tpo .deps/auth_srp.Plo libtool: compile: x86_64-pc-linux-gnu-gcc -DHAVE_CONFIG_H -I. -DLOCALEDIR=\"/usr/share/locale\" -I./gl -I./gl -I./includes -I./includes -I./x509 -I./opencdk -march=core2 -O2 -MT auth_srp_sb64.lo -MD -MP -MF .deps/auth_srp_sb64.Tpo -c auth_srp_sb64.c -o auth_srp_sb64.o >/dev/null 2>&1 /bin/sh ./libtool --tag=CC --mode=compile x86_64-pc-linux-gnu-gcc -DHAVE_CONFIG_H -I. -DLOCALEDIR=\"/usr/share/locale\" -I./gl -I./gl -I./includes -I./includes -I./x509 -I./opencdk -march=core2 -O2 -MT auth_psk_passwd.lo -MD -MP -MF .deps/auth_psk_passwd.Tpo -c -o auth_psk_passwd.lo auth_psk_passwd.c libtool: compile: x86_64-pc-linux-gnu-gcc -DHAVE_CONFIG_H -I. -DLOCALEDIR=\"/usr/share/locale\" -I./gl -I./gl -I./includes -I./includes -I./x509 -I./opencdk -march=core2 -O2 -MT auth_psk_passwd.lo -MD -MP -MF .deps/auth_psk_passwd.Tpo -c auth_psk_passwd.c -fPIC -DPIC -o .libs/auth_psk_passwd.o libtool: compile: x86_64-pc-linux-gnu-gcc -DHAVE_CONFIG_H -I. -DLOCALEDIR=\"/usr/share/locale\" -I./gl -I./gl -I./includes -I./includes -I./x509 -I./opencdk -march=core2 -O2 -MT auth_srp_rsa.lo -MD -MP -MF .deps/auth_srp_rsa.Tpo -c auth_srp_rsa.c -o auth_srp_rsa.o >/dev/null 2>&1 libtool: compile: x86_64-pc-linux-gnu-gcc -DHAVE_CONFIG_H -I. -DLOCALEDIR=\"/usr/share/locale\" -I./gl -I./gl -I./includes -I./includes -I./x509 -I./opencdk -march=core2 -O2 -MT auth_psk_passwd.lo -MD -MP -MF .deps/auth_psk_passwd.Tpo -c auth_psk_passwd.c -o auth_psk_passwd.o >/dev/null 2>&1 libtool: compile: x86_64-pc-linux-gnu-gcc -DHAVE_CONFIG_H -I. -DLOCALEDIR=\"/usr/share/locale\" -I./gl -I./gl -I./includes -I./includes -I./x509 -I./opencdk -march=core2 -O2 -MT auth_psk.lo -MD -MP -MF .deps/auth_psk.Tpo -c auth_psk.c -o auth_psk.o >/dev/null 2>&1 mv -f .deps/auth_srp_sb64.Tpo .deps/auth_srp_sb64.Plo /bin/sh ./libtool --tag=CC --mode=compile x86_64-pc-linux-gnu-gcc -DHAVE_CONFIG_H -I. -DLOCALEDIR=\"/usr/share/locale\" -I./gl -I./gl -I./includes -I./includes -I./x509 -I./opencdk -march=core2 -O2 -MT gnutls_psk.lo -MD -MP -MF .deps/gnutls_psk.Tpo -c -o gnutls_psk.lo gnutls_psk.c mv -f .deps/auth_srp_rsa.Tpo .deps/auth_srp_rsa.Plo /bin/sh ./libtool --tag=CC --mode=compile x86_64-pc-linux-gnu-gcc -DHAVE_CONFIG_H -I. -DLOCALEDIR=\"/usr/share/locale\" -I./gl -I./gl -I./includes -I./includes -I./x509 -I./opencdk -march=core2 -O2 -MT auth_dhe_psk.lo -MD -MP -MF .deps/auth_dhe_psk.Tpo -c -o auth_dhe_psk.lo auth_dhe_psk.c libtool: compile: x86_64-pc-linux-gnu-gcc -DHAVE_CONFIG_H -I. -DLOCALEDIR=\"/usr/share/locale\" -I./gl -I./gl -I./includes -I./includes -I./x509 -I./opencdk -march=core2 -O2 -MT gnutls_psk.lo -MD -MP -MF .deps/gnutls_psk.Tpo -c gnutls_psk.c -fPIC -DPIC -o .libs/gnutls_psk.o libtool: compile: x86_64-pc-linux-gnu-gcc -DHAVE_CONFIG_H -I. -DLOCALEDIR=\"/usr/share/locale\" -I./gl -I./gl -I./includes -I./includes -I./x509 -I./opencdk -march=core2 -O2 -MT auth_dhe_psk.lo -MD -MP -MF .deps/auth_dhe_psk.Tpo -c auth_dhe_psk.c -fPIC -DPIC -o .libs/auth_dhe_psk.o mv -f .deps/auth_psk_passwd.Tpo .deps/auth_psk_passwd.Plo /bin/sh ./libtool --tag=CC --mode=compile x86_64-pc-linux-gnu-gcc -DHAVE_CONFIG_H -I. -DLOCALEDIR=\"/usr/share/locale\" -I./gl -I./gl -I./includes -I./includes -I./x509 -I./opencdk -march=core2 -O2 -MT gnutls_psk_netconf.lo -MD -MP -MF .deps/gnutls_psk_netconf.Tpo -c -o gnutls_psk_netconf.lo gnutls_psk_netconf.c libtool: compile: x86_64-pc-linux-gnu-gcc -DHAVE_CONFIG_H -I. -DLOCALEDIR=\"/usr/share/locale\" -I./gl -I./gl -I./includes -I./includes -I./x509 -I./opencdk -march=core2 -O2 -MT gnutls_psk_netconf.lo -MD -MP -MF .deps/gnutls_psk_netconf.Tpo -c gnutls_psk_netconf.c -fPIC -DPIC -o .libs/gnutls_psk_netconf.o mv -f .deps/auth_psk.Tpo .deps/auth_psk.Plo /bin/sh ./libtool --tag=CC --mode=compile x86_64-pc-linux-gnu-gcc -DHAVE_CONFIG_H -I. -DLOCALEDIR=\"/usr/share/locale\" -I./gl -I./gl -I./includes -I./includes -I./x509 -I./opencdk -march=core2 -O2 -MT ext_session_ticket.lo -MD -MP -MF .deps/ext_session_ticket.Tpo -c -o ext_session_ticket.lo ext_session_ticket.c libtool: compile: x86_64-pc-linux-gnu-gcc -DHAVE_CONFIG_H -I. -DLOCALEDIR=\"/usr/share/locale\" -I./gl -I./gl -I./includes -I./includes -I./x509 -I./opencdk -march=core2 -O2 -MT gnutls_psk.lo -MD -MP -MF .deps/gnutls_psk.Tpo -c gnutls_psk.c -o gnutls_psk.o >/dev/null 2>&1 libtool: compile: x86_64-pc-linux-gnu-gcc -DHAVE_CONFIG_H -I. -DLOCALEDIR=\"/usr/share/locale\" -I./gl -I./gl -I./includes -I./includes -I./x509 -I./opencdk -march=core2 -O2 -MT ext_session_ticket.lo -MD -MP -MF .deps/ext_session_ticket.Tpo -c ext_session_ticket.c -fPIC -DPIC -o .libs/ext_session_ticket.o libtool: compile: x86_64-pc-linux-gnu-gcc -DHAVE_CONFIG_H -I. -DLOCALEDIR=\"/usr/share/locale\" -I./gl -I./gl -I./includes -I./includes -I./x509 -I./opencdk -march=core2 -O2 -MT auth_dhe_psk.lo -MD -MP -MF .deps/auth_dhe_psk.Tpo -c auth_dhe_psk.c -o auth_dhe_psk.o >/dev/null 2>&1 libtool: compile: x86_64-pc-linux-gnu-gcc -DHAVE_CONFIG_H -I. -DLOCALEDIR=\"/usr/share/locale\" -I./gl -I./gl -I./includes -I./includes -I./x509 -I./opencdk -march=core2 -O2 -MT gnutls_psk_netconf.lo -MD -MP -MF .deps/gnutls_psk_netconf.Tpo -c gnutls_psk_netconf.c -o gnutls_psk_netconf.o >/dev/null 2>&1 mv -f .deps/gnutls_psk.Tpo .deps/gnutls_psk.Plo /bin/sh ./libtool --tag=CXX --mode=compile x86_64-pc-linux-gnu-g++ -DHAVE_CONFIG_H -I. -I./includes -I./includes -I./includes/ -march=core2 -O2 -MT libgnutlsxx_la-gnutlsxx.lo -MD -MP -MF .deps/libgnutlsxx_la-gnutlsxx.Tpo -c -o libgnutlsxx_la-gnutlsxx.lo `test -f 'gnutlsxx.cpp' || echo './'`gnutlsxx.cpp libtool: compile: x86_64-pc-linux-gnu-g++ -DHAVE_CONFIG_H -I. -I./includes -I./includes -I./includes/ -march=core2 -O2 -MT libgnutlsxx_la-gnutlsxx.lo -MD -MP -MF .deps/libgnutlsxx_la-gnutlsxx.Tpo -c gnutlsxx.cpp -fPIC -DPIC -o .libs/libgnutlsxx_la-gnutlsxx.o mv -f .deps/auth_dhe_psk.Tpo .deps/auth_dhe_psk.Plo libtool: compile: x86_64-pc-linux-gnu-gcc -DHAVE_CONFIG_H -I. -DLOCALEDIR=\"/usr/share/locale\" -I./gl -I./gl -I./includes -I./includes -I./x509 -I./opencdk -march=core2 -O2 -MT ext_session_ticket.lo -MD -MP -MF .deps/ext_session_ticket.Tpo -c ext_session_ticket.c -o ext_session_ticket.o >/dev/null 2>&1 mv -f .deps/gnutls_psk_netconf.Tpo .deps/gnutls_psk_netconf.Plo mv -f .deps/ext_session_ticket.Tpo .deps/ext_session_ticket.Plo /bin/sh ./libtool --tag=CC --mode=link x86_64-pc-linux-gnu-gcc -march=core2 -O2 -no-undefined -version-info 42:9:16 -Wl,--version-script=./libgnutls.map -L/usr/lib64 -ltasn1 -Wl,-O1 -Wl,--as-needed -Wl,--hash-style=gnu -o libgnutls.la -rpath /usr/lib64 gnutls_record.lo gnutls_compress.lo debug.lo gnutls_cipher.lo gnutls_buffers.lo gnutls_handshake.lo gnutls_num.lo gnutls_errors.lo gnutls_algorithms.lo gnutls_dh.lo gnutls_kx.lo gnutls_priority.lo gnutls_hash_int.lo gnutls_cipher_int.lo gnutls_session.lo gnutls_db.lo x509_b64.lo auth_anon.lo gnutls_extensions.lo gnutls_auth.lo gnutls_v2_compat.lo gnutls_datum.lo auth_rsa.lo gnutls_session_pack.lo gnutls_mpi.lo gnutls_pk.lo gnutls_cert.lo gnutls_global.lo gnutls_constate.lo gnutls_anon_cred.lo pkix_asn1_tab.lo gnutls_asn1_tab.lo gnutls_mem.lo auth_cert.lo gnutls_ui.lo gnutls_sig.lo auth_dhe.lo gnutls_dh_primes.lo ext_max_record.lo gnutls_alert.lo gnutls_str.lo gnutls_state.lo gnutls_x509.lo ext_cert_type.lo gnutls_rsa_export.lo auth_rsa_export.lo ext_server_name.lo auth_dh_common.lo gnutls_helper.lo gnutls_supplemental.lo crypto.lo random.lo pk-libgcrypt.lo mpi-libgcrypt.lo cryptodev.lo rnd-libgcrypt.lo cipher-libgcrypt.lo mac-libgcrypt.lo ext_signature.lo crypto-api.lo ext_safe_renegotiation.lo ext_srp.lo gnutls_srp.lo auth_srp.lo auth_srp_passwd.lo auth_srp_sb64.lo auth_srp_rsa.lo auth_psk.lo auth_psk_passwd.lo gnutls_psk.lo auth_dhe_psk.lo gnutls_psk_netconf.lo ext_session_ticket.lo gl/liblgnu.la x509/libgnutls_x509.la -L/usr/lib64 -lz -L/usr/lib64 -lgcrypt -L/usr/lib64 -lgpg-error openpgp/libgnutls_openpgp.la opencdk/libminiopencdk.la libtool: link: x86_64-pc-linux-gnu-gcc -shared .libs/gnutls_record.o .libs/gnutls_compress.o .libs/debug.o .libs/gnutls_cipher.o .libs/gnutls_buffers.o .libs/gnutls_handshake.o .libs/gnutls_num.o .libs/gnutls_errors.o .libs/gnutls_algorithms.o .libs/gnutls_dh.o .libs/gnutls_kx.o .libs/gnutls_priority.o .libs/gnutls_hash_int.o .libs/gnutls_cipher_int.o .libs/gnutls_session.o .libs/gnutls_db.o .libs/x509_b64.o .libs/auth_anon.o .libs/gnutls_extensions.o .libs/gnutls_auth.o .libs/gnutls_v2_compat.o .libs/gnutls_datum.o .libs/auth_rsa.o .libs/gnutls_session_pack.o .libs/gnutls_mpi.o .libs/gnutls_pk.o .libs/gnutls_cert.o .libs/gnutls_global.o .libs/gnutls_constate.o .libs/gnutls_anon_cred.o .libs/pkix_asn1_tab.o .libs/gnutls_asn1_tab.o .libs/gnutls_mem.o .libs/auth_cert.o .libs/gnutls_ui.o .libs/gnutls_sig.o .libs/auth_dhe.o .libs/gnutls_dh_primes.o .libs/ext_max_record.o .libs/gnutls_alert.o .libs/gnutls_str.o .libs/gnutls_state.o .libs/gnutls_x509.o .libs/ext_cert_type.o .libs/gnutls_rsa_export.o .libs/auth_rsa_export.o .libs/ext_server_name.o .libs/auth_dh_common.o .libs/gnutls_helper.o .libs/gnutls_supplemental.o .libs/crypto.o .libs/random.o .libs/pk-libgcrypt.o .libs/mpi-libgcrypt.o .libs/cryptodev.o .libs/rnd-libgcrypt.o .libs/cipher-libgcrypt.o .libs/mac-libgcrypt.o .libs/ext_signature.o .libs/crypto-api.o .libs/ext_safe_renegotiation.o .libs/ext_srp.o .libs/gnutls_srp.o .libs/auth_srp.o .libs/auth_srp_passwd.o .libs/auth_srp_sb64.o .libs/auth_srp_rsa.o .libs/auth_psk.o .libs/auth_psk_passwd.o .libs/gnutls_psk.o .libs/auth_dhe_psk.o .libs/gnutls_psk_netconf.o .libs/ext_session_ticket.o -Wl,--whole-archive gl/.libs/liblgnu.a x509/.libs/libgnutls_x509.a openpgp/.libs/libgnutls_openpgp.a opencdk/.libs/libminiopencdk.a -Wl,--no-whole-archive -L/usr/lib64 /usr/lib64/libtasn1.so -Wl,--as-needed -lz /usr/lib64/libgcrypt.so /usr/lib64/libgpg-error.so -march=core2 -Wl,--version-script=./libgnutls.map -Wl,-O1 -Wl,--hash-style=gnu -Wl,-soname -Wl,libgnutls.so.26 -o .libs/libgnutls.so.26.16.9 libtool: link: (cd ".libs" && rm -f "libgnutls.so.26" && ln -s "libgnutls.so.26.16.9" "libgnutls.so.26") libtool: link: (cd ".libs" && rm -f "libgnutls.so" && ln -s "libgnutls.so.26.16.9" "libgnutls.so") libtool: link: (cd .libs/libgnutls.lax/liblgnu.a && x86_64-pc-linux-gnu-ar x "/tmp/portage/net-libs/gnutls-2.10.1/work/gnutls-2.10.1/lib/gl/.libs/liblgnu.a") libtool: link: (cd .libs/libgnutls.lax/libgnutls_x509.a && x86_64-pc-linux-gnu-ar x "/tmp/portage/net-libs/gnutls-2.10.1/work/gnutls-2.10.1/lib/x509/.libs/libgnutls_x509.a") libtool: link: (cd .libs/libgnutls.lax/libgnutls_openpgp.a && x86_64-pc-linux-gnu-ar x "/tmp/portage/net-libs/gnutls-2.10.1/work/gnutls-2.10.1/lib/openpgp/.libs/libgnutls_openpgp.a") libtool: link: (cd .libs/libgnutls.lax/libminiopencdk.a && x86_64-pc-linux-gnu-ar x "/tmp/portage/net-libs/gnutls-2.10.1/work/gnutls-2.10.1/lib/opencdk/.libs/libminiopencdk.a") libtool: compile: x86_64-pc-linux-gnu-g++ -DHAVE_CONFIG_H -I. -I./includes -I./includes -I./includes/ -march=core2 -O2 -MT libgnutlsxx_la-gnutlsxx.lo -MD -MP -MF .deps/libgnutlsxx_la-gnutlsxx.Tpo -c gnutlsxx.cpp -o libgnutlsxx_la-gnutlsxx.o >/dev/null 2>&1 copying selected object files to avoid basename conflicts... libtool: link: ln .libs/libgnutls.lax/libgnutls_openpgp.a/output.o .libs/libgnutls.lax/lt1-output.o || cp .libs/libgnutls.lax/libgnutls_openpgp.a/output.o .libs/libgnutls.lax/lt1-output.o libtool: link: ln .libs/libgnutls.lax/libgnutls_openpgp.a/privkey.o .libs/libgnutls.lax/lt2-privkey.o || cp .libs/libgnutls.lax/libgnutls_openpgp.a/privkey.o .libs/libgnutls.lax/lt2-privkey.o libtool: link: ln .libs/libgnutls.lax/libminiopencdk.a/verify.o .libs/libgnutls.lax/lt3-verify.o || cp .libs/libgnutls.lax/libminiopencdk.a/verify.o .libs/libgnutls.lax/lt3-verify.o libtool: link: x86_64-pc-linux-gnu-ar cru .libs/libgnutls.a gnutls_record.o gnutls_compress.o debug.o gnutls_cipher.o gnutls_buffers.o gnutls_handshake.o gnutls_num.o gnutls_errors.o gnutls_algorithms.o gnutls_dh.o gnutls_kx.o gnutls_priority.o gnutls_hash_int.o gnutls_cipher_int.o gnutls_session.o gnutls_db.o x509_b64.o auth_anon.o gnutls_extensions.o gnutls_auth.o gnutls_v2_compat.o gnutls_datum.o auth_rsa.o gnutls_session_pack.o gnutls_mpi.o gnutls_pk.o gnutls_cert.o gnutls_global.o gnutls_constate.o gnutls_anon_cred.o pkix_asn1_tab.o gnutls_asn1_tab.o gnutls_mem.o auth_cert.o gnutls_ui.o gnutls_sig.o auth_dhe.o gnutls_dh_primes.o ext_max_record.o gnutls_alert.o gnutls_str.o gnutls_state.o gnutls_x509.o ext_cert_type.o gnutls_rsa_export.o auth_rsa_export.o ext_server_name.o auth_dh_common.o gnutls_helper.o gnutls_supplemental.o crypto.o random.o pk-libgcrypt.o mpi-libgcrypt.o cryptodev.o rnd-libgcrypt.o cipher-libgcrypt.o mac-libgcrypt.o ext_signature.o crypto-api.o ext_safe_renegotiation.o ext_srp.o gnutls_srp.o auth_srp.o auth_srp_passwd.o auth_srp_sb64.o auth_srp_rsa.o auth_psk.o auth_psk_passwd.o gnutls_psk.o auth_dhe_psk.o gnutls_psk_netconf.o ext_session_ticket.o .libs/libgnutls.lax/liblgnu.a/asnprintf.o .libs/libgnutls.lax/liblgnu.a/c-ctype.o .libs/libgnutls.lax/liblgnu.a/close-hook.o .libs/libgnutls.lax/liblgnu.a/printf-args.o .libs/libgnutls.lax/liblgnu.a/printf-parse.o .libs/libgnutls.lax/liblgnu.a/read-file.o .libs/libgnutls.lax/liblgnu.a/sockets.o .libs/libgnutls.lax/liblgnu.a/vasnprintf.o .libs/libgnutls.lax/libgnutls_x509.a/common.o .libs/libgnutls.lax/libgnutls_x509.a/crl.o .libs/libgnutls.lax/libgnutls_x509.a/crl_write.o .libs/libgnutls.lax/libgnutls_x509.a/crq.o .libs/libgnutls.lax/libgnutls_x509.a/dn.o .libs/libgnutls.lax/libgnutls_x509.a/extensions.o .libs/libgnutls.lax/libgnutls_x509.a/mpi.o .libs/libgnutls.lax/libgnutls_x509.a/output.o .libs/libgnutls.lax/libgnutls_x509.a/pbkdf2-sha1.o .libs/libgnutls.lax/libgnutls_x509.a/pkcs12.o .libs/libgnutls.lax/libgnutls_x509.a/pkcs12_bag.o .libs/libgnutls.lax/libgnutls_x509.a/pkcs12_encr.o .libs/libgnutls.lax/libgnutls_x509.a/pkcs7.o .libs/libgnutls.lax/libgnutls_x509.a/privkey.o .libs/libgnutls.lax/libgnutls_x509.a/privkey_pkcs8.o .libs/libgnutls.lax/libgnutls_x509.a/rfc2818_hostname.o .libs/libgnutls.lax/libgnutls_x509.a/sign.o .libs/libgnutls.lax/libgnutls_x509.a/verify.o .libs/libgnutls.lax/libgnutls_x509.a/x509.o .libs/libgnutls.lax/libgnutls_x509.a/x509_write.o .libs/libgnutls.lax/libgnutls_openpgp.a/compat.o .libs/libgnutls.lax/libgnutls_openpgp.a/extras.o .libs/libgnutls.lax/libgnutls_openpgp.a/gnutls_openpgp.o .libs/libgnutls.lax/lt1-output.o .libs/libgnutls.lax/libgnutls_openpgp.a/pgp.o .libs/libgnutls.lax/libgnutls_openpgp.a/pgpverify.o .libs/libgnutls.lax/lt2-privkey.o .libs/libgnutls.lax/libminiopencdk.a/armor.o .libs/libgnutls.lax/libminiopencdk.a/dummy.o .libs/libgnutls.lax/libminiopencdk.a/hash.o .libs/libgnutls.lax/libminiopencdk.a/kbnode.o .libs/libgnutls.lax/libminiopencdk.a/keydb.o .libs/libgnutls.lax/libminiopencdk.a/literal.o .libs/libgnutls.lax/libminiopencdk.a/main.o .libs/libgnutls.lax/libminiopencdk.a/misc.o .libs/libgnutls.lax/libminiopencdk.a/new-packet.o .libs/libgnutls.lax/libminiopencdk.a/pubkey.o .libs/libgnutls.lax/libminiopencdk.a/read-packet.o .libs/libgnutls.lax/libminiopencdk.a/seskey.o .libs/libgnutls.lax/libminiopencdk.a/sig-check.o .libs/libgnutls.lax/libminiopencdk.a/stream.o .libs/libgnutls.lax/lt3-verify.o .libs/libgnutls.lax/libminiopencdk.a/write-packet.o libtool: link: x86_64-pc-linux-gnu-ranlib .libs/libgnutls.a libtool: link: rm -fr .libs/libgnutls.lax .libs/libgnutls.lax libtool: link: ( cd ".libs" && rm -f "libgnutls.la" && ln -s "../libgnutls.la" "libgnutls.la" ) mv -f .deps/libgnutlsxx_la-gnutlsxx.Tpo .deps/libgnutlsxx_la-gnutlsxx.Plo /bin/sh ./libtool --tag=CXX --mode=link x86_64-pc-linux-gnu-g++ -I./includes/ -march=core2 -O2 -no-undefined -version-info 42:9:16 -Wl,--version-script=./libgnutlsxx.map -Wl,-O1 -Wl,--as-needed -Wl,--hash-style=gnu -o libgnutlsxx.la -rpath /usr/lib64 libgnutlsxx_la-gnutlsxx.lo libgnutls.la libtool: link: x86_64-pc-linux-gnu-g++ -shared -nostdlib /usr/lib/gcc/x86_64-pc-linux-gnu/4.4.3/../../../../lib64/crti.o /usr/lib/gcc/x86_64-pc-linux-gnu/4.4.3/crtbeginS.o .libs/libgnutlsxx_la-gnutlsxx.o -Wl,-rpath -Wl,/tmp/portage/net-libs/gnutls-2.10.1/work/gnutls-2.10.1/lib/.libs -Wl,--as-needed ./.libs/libgnutls.so -L/usr/lib64 /usr/lib64/libtasn1.so -lz /usr/lib64/libgcrypt.so /usr/lib64/libgpg-error.so -L/usr/lib/gcc/x86_64-pc-linux-gnu/4.4.3 -L/usr/lib/gcc/x86_64-pc-linux-gnu/4.4.3/../../../../lib64 -L/lib/../lib64 -L/usr/lib/../lib64 -L/usr/lib/gcc/x86_64-pc-linux-gnu/4.4.3/../../../../x86_64-pc-linux-gnu/lib -L/usr/lib/gcc/x86_64-pc-linux-gnu/4.4.3/../../.. -lstdc++ -lm -lc -lgcc_s /usr/lib/gcc/x86_64-pc-linux-gnu/4.4.3/crtendS.o /usr/lib/gcc/x86_64-pc-linux-gnu/4.4.3/../../../../lib64/crtn.o -march=core2 -Wl,--version-script=./libgnutlsxx.map -Wl,-O1 -Wl,--hash-style=gnu -Wl,-soname -Wl,libgnutlsxx.so.26 -o .libs/libgnutlsxx.so.26.16.9 libtool: link: (cd ".libs" && rm -f "libgnutlsxx.so.26" && ln -s "libgnutlsxx.so.26.16.9" "libgnutlsxx.so.26") libtool: link: (cd ".libs" && rm -f "libgnutlsxx.so" && ln -s "libgnutlsxx.so.26.16.9" "libgnutlsxx.so") libtool: link: x86_64-pc-linux-gnu-ar cru .libs/libgnutlsxx.a libgnutlsxx_la-gnutlsxx.o libtool: link: x86_64-pc-linux-gnu-ranlib .libs/libgnutlsxx.a libtool: link: ( cd ".libs" && rm -f "libgnutlsxx.la" && ln -s "../libgnutlsxx.la" "libgnutlsxx.la" ) make[4]: Leaving directory `/tmp/portage/net-libs/gnutls-2.10.1/work/gnutls-2.10.1/lib' make[3]: Leaving directory `/tmp/portage/net-libs/gnutls-2.10.1/work/gnutls-2.10.1/lib' make[2]: Leaving directory `/tmp/portage/net-libs/gnutls-2.10.1/work/gnutls-2.10.1/lib' Making all in libextra make[2]: Entering directory `/tmp/portage/net-libs/gnutls-2.10.1/work/gnutls-2.10.1/libextra' (CDPATH="${ZSH_VERSION+.}:" && cd . && /bin/sh /tmp/portage/net-libs/gnutls-2.10.1/work/gnutls-2.10.1/libextra/build-aux/missing --run autoheader) rm -f stamp-h1 touch config.h.in cd . && /bin/sh ./config.status config.h config.status: creating config.h config.status: config.h is unchanged make all-recursive make[3]: Entering directory `/tmp/portage/net-libs/gnutls-2.10.1/work/gnutls-2.10.1/libextra' Making all in gl make[4]: Entering directory `/tmp/portage/net-libs/gnutls-2.10.1/work/gnutls-2.10.1/libextra/gl' make all-am make[5]: Entering directory `/tmp/portage/net-libs/gnutls-2.10.1/work/gnutls-2.10.1/libextra/gl' /bin/sh ../libtool --tag=CC --mode=compile x86_64-pc-linux-gnu-gcc -DHAVE_CONFIG_H -I. -I.. -I./../../lib/gl -I./../../lib/gl -march=core2 -O2 -MT hmac-md5.lo -MD -MP -MF .deps/hmac-md5.Tpo -c -o hmac-md5.lo hmac-md5.c /bin/sh ../libtool --tag=CC --mode=compile x86_64-pc-linux-gnu-gcc -DHAVE_CONFIG_H -I. -I.. -I./../../lib/gl -I./../../lib/gl -march=core2 -O2 -MT md5.lo -MD -MP -MF .deps/md5.Tpo -c -o md5.lo md5.c /bin/sh ../libtool --tag=CC --mode=compile x86_64-pc-linux-gnu-gcc -DHAVE_CONFIG_H -I. -I.. -I./../../lib/gl -I./../../lib/gl -march=core2 -O2 -MT memxor.lo -MD -MP -MF .deps/memxor.Tpo -c -o memxor.lo memxor.c libtool: compile: x86_64-pc-linux-gnu-gcc -DHAVE_CONFIG_H -I. -I.. -I./../../lib/gl -I./../../lib/gl -march=core2 -O2 -MT md5.lo -MD -MP -MF .deps/md5.Tpo -c md5.c -fPIC -DPIC -o .libs/md5.o libtool: compile: x86_64-pc-linux-gnu-gcc -DHAVE_CONFIG_H -I. -I.. -I./../../lib/gl -I./../../lib/gl -march=core2 -O2 -MT hmac-md5.lo -MD -MP -MF .deps/hmac-md5.Tpo -c hmac-md5.c -fPIC -DPIC -o .libs/hmac-md5.o libtool: compile: x86_64-pc-linux-gnu-gcc -DHAVE_CONFIG_H -I. -I.. -I./../../lib/gl -I./../../lib/gl -march=core2 -O2 -MT memxor.lo -MD -MP -MF .deps/memxor.Tpo -c memxor.c -fPIC -DPIC -o .libs/memxor.o libtool: compile: x86_64-pc-linux-gnu-gcc -DHAVE_CONFIG_H -I. -I.. -I./../../lib/gl -I./../../lib/gl -march=core2 -O2 -MT memxor.lo -MD -MP -MF .deps/memxor.Tpo -c memxor.c -o memxor.o >/dev/null 2>&1 libtool: compile: x86_64-pc-linux-gnu-gcc -DHAVE_CONFIG_H -I. -I.. -I./../../lib/gl -I./../../lib/gl -march=core2 -O2 -MT hmac-md5.lo -MD -MP -MF .deps/hmac-md5.Tpo -c hmac-md5.c -o hmac-md5.o >/dev/null 2>&1 mv -f .deps/memxor.Tpo .deps/memxor.Plo mv -f .deps/hmac-md5.Tpo .deps/hmac-md5.Plo libtool: compile: x86_64-pc-linux-gnu-gcc -DHAVE_CONFIG_H -I. -I.. -I./../../lib/gl -I./../../lib/gl -march=core2 -O2 -MT md5.lo -MD -MP -MF .deps/md5.Tpo -c md5.c -o md5.o >/dev/null 2>&1 mv -f .deps/md5.Tpo .deps/md5.Plo /bin/sh ../libtool --tag=CC --mode=link x86_64-pc-linux-gnu-gcc -march=core2 -O2 -Wl,-O1 -Wl,--as-needed -Wl,--hash-style=gnu -o libxgnu.la hmac-md5.lo md5.lo memxor.lo libtool: link: x86_64-pc-linux-gnu-ar cru .libs/libxgnu.a .libs/hmac-md5.o .libs/md5.o .libs/memxor.o libtool: link: x86_64-pc-linux-gnu-ranlib .libs/libxgnu.a libtool: link: ( cd ".libs" && rm -f "libxgnu.la" && ln -s "../libxgnu.la" "libxgnu.la" ) make[5]: Leaving directory `/tmp/portage/net-libs/gnutls-2.10.1/work/gnutls-2.10.1/libextra/gl' make[4]: Leaving directory `/tmp/portage/net-libs/gnutls-2.10.1/work/gnutls-2.10.1/libextra/gl' Making all in includes make[4]: Entering directory `/tmp/portage/net-libs/gnutls-2.10.1/work/gnutls-2.10.1/libextra/includes' make[4]: Nothing to be done for `all'. make[4]: Leaving directory `/tmp/portage/net-libs/gnutls-2.10.1/work/gnutls-2.10.1/libextra/includes' make[4]: Entering directory `/tmp/portage/net-libs/gnutls-2.10.1/work/gnutls-2.10.1/libextra' /bin/sh ./libtool --tag=CC --mode=compile x86_64-pc-linux-gnu-gcc -DHAVE_CONFIG_H -I. -I./../lib/gl -I./../lib/gl -I./gl -I./../lib/includes -I./../lib/includes -I./includes -I./../lib -march=core2 -O2 -MT gnutls_extra.lo -MD -MP -MF .deps/gnutls_extra.Tpo -c -o gnutls_extra.lo gnutls_extra.c /bin/sh ./libtool --tag=CC --mode=compile x86_64-pc-linux-gnu-gcc -DHAVE_CONFIG_H -I. -I./../lib/gl -I./../lib/gl -I./gl -I./../lib/includes -I./../lib/includes -I./includes -I./../lib -march=core2 -O2 -MT fipsmd5.lo -MD -MP -MF .deps/fipsmd5.Tpo -c -o fipsmd5.lo fipsmd5.c /bin/sh ./libtool --tag=CC --mode=compile x86_64-pc-linux-gnu-gcc -DHAVE_CONFIG_H -I. -I./../lib/gl -I./../lib/gl -I./gl -I./../lib/includes -I./../lib/includes -I./includes -I./../lib -march=core2 -O2 -MT ext_inner_application.lo -MD -MP -MF .deps/ext_inner_application.Tpo -c -o ext_inner_application.lo ext_inner_application.c /bin/sh ./libtool --tag=CC --mode=compile x86_64-pc-linux-gnu-gcc -DHAVE_CONFIG_H -I. -I./../lib/gl -I./../lib/gl -I./gl -I./../lib/includes -I./../lib/includes -I./includes -I./../lib -march=core2 -O2 -MT gnutls_ia.lo -MD -MP -MF .deps/gnutls_ia.Tpo -c -o gnutls_ia.lo gnutls_ia.c libtool: compile: x86_64-pc-linux-gnu-gcc -DHAVE_CONFIG_H -I. -I./../lib/gl -I./../lib/gl -I./gl -I./../lib/includes -I./../lib/includes -I./includes -I./../lib -march=core2 -O2 -MT fipsmd5.lo -MD -MP -MF .deps/fipsmd5.Tpo -c fipsmd5.c -fPIC -DPIC -o .libs/fipsmd5.o libtool: compile: x86_64-pc-linux-gnu-gcc -DHAVE_CONFIG_H -I. -I./../lib/gl -I./../lib/gl -I./gl -I./../lib/includes -I./../lib/includes -I./includes -I./../lib -march=core2 -O2 -MT gnutls_ia.lo -MD -MP -MF .deps/gnutls_ia.Tpo -c gnutls_ia.c -fPIC -DPIC -o .libs/gnutls_ia.o libtool: compile: x86_64-pc-linux-gnu-gcc -DHAVE_CONFIG_H -I. -I./../lib/gl -I./../lib/gl -I./gl -I./../lib/includes -I./../lib/includes -I./includes -I./../lib -march=core2 -O2 -MT ext_inner_application.lo -MD -MP -MF .deps/ext_inner_application.Tpo -c ext_inner_application.c -fPIC -DPIC -o .libs/ext_inner_application.o libtool: compile: x86_64-pc-linux-gnu-gcc -DHAVE_CONFIG_H -I. -I./../lib/gl -I./../lib/gl -I./gl -I./../lib/includes -I./../lib/includes -I./includes -I./../lib -march=core2 -O2 -MT gnutls_extra.lo -MD -MP -MF .deps/gnutls_extra.Tpo -c gnutls_extra.c -fPIC -DPIC -o .libs/gnutls_extra.o libtool: compile: x86_64-pc-linux-gnu-gcc -DHAVE_CONFIG_H -I. -I./../lib/gl -I./../lib/gl -I./gl -I./../lib/includes -I./../lib/includes -I./includes -I./../lib -march=core2 -O2 -MT ext_inner_application.lo -MD -MP -MF .deps/ext_inner_application.Tpo -c ext_inner_application.c -o ext_inner_application.o >/dev/null 2>&1 libtool: compile: x86_64-pc-linux-gnu-gcc -DHAVE_CONFIG_H -I. -I./../lib/gl -I./../lib/gl -I./gl -I./../lib/includes -I./../lib/includes -I./includes -I./../lib -march=core2 -O2 -MT fipsmd5.lo -MD -MP -MF .deps/fipsmd5.Tpo -c fipsmd5.c -o fipsmd5.o >/dev/null 2>&1 libtool: compile: x86_64-pc-linux-gnu-gcc -DHAVE_CONFIG_H -I. -I./../lib/gl -I./../lib/gl -I./gl -I./../lib/includes -I./../lib/includes -I./includes -I./../lib -march=core2 -O2 -MT gnutls_extra.lo -MD -MP -MF .deps/gnutls_extra.Tpo -c gnutls_extra.c -o gnutls_extra.o >/dev/null 2>&1 libtool: compile: x86_64-pc-linux-gnu-gcc -DHAVE_CONFIG_H -I. -I./../lib/gl -I./../lib/gl -I./gl -I./../lib/includes -I./../lib/includes -I./includes -I./../lib -march=core2 -O2 -MT gnutls_ia.lo -MD -MP -MF .deps/gnutls_ia.Tpo -c gnutls_ia.c -o gnutls_ia.o >/dev/null 2>&1 mv -f .deps/ext_inner_application.Tpo .deps/ext_inner_application.Plo /bin/sh ./libtool --tag=CC --mode=compile x86_64-pc-linux-gnu-gcc -DHAVE_CONFIG_H -I. -I./../lib/gl -I./../lib/gl -I./gl -I./../lib/includes -I./../lib/includes -I./includes -I./../lib -march=core2 -O2 -MT gnutls_openssl.lo -MD -MP -MF .deps/gnutls_openssl.Tpo -c -o gnutls_openssl.lo gnutls_openssl.c mv -f .deps/gnutls_extra.Tpo .deps/gnutls_extra.Plo /bin/sh ./libtool --tag=CC --mode=compile x86_64-pc-linux-gnu-gcc -DHAVE_CONFIG_H -I. -I./../lib/gl -I./../lib/gl -I./gl -I./../lib/includes -I./../lib/includes -I./includes -I./../lib -march=core2 -O2 -MT openssl_compat.lo -MD -MP -MF .deps/openssl_compat.Tpo -c -o openssl_compat.lo openssl_compat.c mv -f .deps/fipsmd5.Tpo .deps/fipsmd5.Plo libtool: compile: x86_64-pc-linux-gnu-gcc -DHAVE_CONFIG_H -I. -I./../lib/gl -I./../lib/gl -I./gl -I./../lib/includes -I./../lib/includes -I./includes -I./../lib -march=core2 -O2 -MT openssl_compat.lo -MD -MP -MF .deps/openssl_compat.Tpo -c openssl_compat.c -fPIC -DPIC -o .libs/openssl_compat.o libtool: compile: x86_64-pc-linux-gnu-gcc -DHAVE_CONFIG_H -I. -I./../lib/gl -I./../lib/gl -I./gl -I./../lib/includes -I./../lib/includes -I./includes -I./../lib -march=core2 -O2 -MT gnutls_openssl.lo -MD -MP -MF .deps/gnutls_openssl.Tpo -c gnutls_openssl.c -fPIC -DPIC -o .libs/gnutls_openssl.o mv -f .deps/gnutls_ia.Tpo .deps/gnutls_ia.Plo /bin/sh ./libtool --tag=CC --mode=link x86_64-pc-linux-gnu-gcc -march=core2 -O2 -no-undefined -version-info 42:9:16 -Wl,--version-script=./libgnutls-extra.map -Wl,-O1 -Wl,--as-needed -Wl,--hash-style=gnu -o libgnutls-extra.la -rpath /usr/lib64 gnutls_extra.lo fipsmd5.lo ext_inner_application.lo gnutls_ia.lo ../lib/gl/liblgnu.la gl/libxgnu.la ../lib/libgnutls.la libtool: link: x86_64-pc-linux-gnu-gcc -shared .libs/gnutls_extra.o .libs/fipsmd5.o .libs/ext_inner_application.o .libs/gnutls_ia.o -Wl,--whole-archive ../lib/gl/.libs/liblgnu.a gl/.libs/libxgnu.a -Wl,--no-whole-archive -Wl,-rpath -Wl,/tmp/portage/net-libs/gnutls-2.10.1/work/gnutls-2.10.1/lib/.libs -Wl,--as-needed ../lib/.libs/libgnutls.so -L/usr/lib64 /usr/lib64/libtasn1.so -lz /usr/lib64/libgcrypt.so /usr/lib64/libgpg-error.so -march=core2 -Wl,--version-script=./libgnutls-extra.map -Wl,-O1 -Wl,--hash-style=gnu -Wl,-soname -Wl,libgnutls-extra.so.26 -o .libs/libgnutls-extra.so.26.16.9 libtool: link: (cd ".libs" && rm -f "libgnutls-extra.so.26" && ln -s "libgnutls-extra.so.26.16.9" "libgnutls-extra.so.26") libtool: link: (cd ".libs" && rm -f "libgnutls-extra.so" && ln -s "libgnutls-extra.so.26.16.9" "libgnutls-extra.so") libtool: link: (cd .libs/libgnutls-extra.lax/liblgnu.a && x86_64-pc-linux-gnu-ar x "/tmp/portage/net-libs/gnutls-2.10.1/work/gnutls-2.10.1/libextra/../lib/gl/.libs/liblgnu.a") libtool: compile: x86_64-pc-linux-gnu-gcc -DHAVE_CONFIG_H -I. -I./../lib/gl -I./../lib/gl -I./gl -I./../lib/includes -I./../lib/includes -I./includes -I./../lib -march=core2 -O2 -MT openssl_compat.lo -MD -MP -MF .deps/openssl_compat.Tpo -c openssl_compat.c -o openssl_compat.o >/dev/null 2>&1 libtool: compile: x86_64-pc-linux-gnu-gcc -DHAVE_CONFIG_H -I. -I./../lib/gl -I./../lib/gl -I./gl -I./../lib/includes -I./../lib/includes -I./includes -I./../lib -march=core2 -O2 -MT gnutls_openssl.lo -MD -MP -MF .deps/gnutls_openssl.Tpo -c gnutls_openssl.c -o gnutls_openssl.o >/dev/null 2>&1 libtool: link: (cd .libs/libgnutls-extra.lax/libxgnu.a && x86_64-pc-linux-gnu-ar x "/tmp/portage/net-libs/gnutls-2.10.1/work/gnutls-2.10.1/libextra/gl/.libs/libxgnu.a") libtool: link: x86_64-pc-linux-gnu-ar cru .libs/libgnutls-extra.a gnutls_extra.o fipsmd5.o ext_inner_application.o gnutls_ia.o .libs/libgnutls-extra.lax/liblgnu.a/asnprintf.o .libs/libgnutls-extra.lax/liblgnu.a/c-ctype.o .libs/libgnutls-extra.lax/liblgnu.a/close-hook.o .libs/libgnutls-extra.lax/liblgnu.a/printf-args.o .libs/libgnutls-extra.lax/liblgnu.a/printf-parse.o .libs/libgnutls-extra.lax/liblgnu.a/read-file.o .libs/libgnutls-extra.lax/liblgnu.a/sockets.o .libs/libgnutls-extra.lax/liblgnu.a/vasnprintf.o .libs/libgnutls-extra.lax/libxgnu.a/hmac-md5.o .libs/libgnutls-extra.lax/libxgnu.a/md5.o .libs/libgnutls-extra.lax/libxgnu.a/memxor.o libtool: link: x86_64-pc-linux-gnu-ranlib .libs/libgnutls-extra.a libtool: link: rm -fr .libs/libgnutls-extra.lax mv -f .deps/openssl_compat.Tpo .deps/openssl_compat.Plo libtool: link: ( cd ".libs" && rm -f "libgnutls-extra.la" && ln -s "../libgnutls-extra.la" "libgnutls-extra.la" ) mv -f .deps/gnutls_openssl.Tpo .deps/gnutls_openssl.Plo /bin/sh ./libtool --tag=CC --mode=link x86_64-pc-linux-gnu-gcc -march=core2 -O2 -no-undefined -version-info 42:9:16 -L/usr/lib64 -ltasn1 -Wl,-O1 -Wl,--as-needed -Wl,--hash-style=gnu -o libgnutls-openssl.la -rpath /usr/lib64 gnutls_openssl.lo openssl_compat.lo ../lib/gl/liblgnu.la ../lib/libgnutls.la libtool: link: x86_64-pc-linux-gnu-gcc -shared .libs/gnutls_openssl.o .libs/openssl_compat.o -Wl,--whole-archive ../lib/gl/.libs/liblgnu.a -Wl,--no-whole-archive -Wl,-rpath -Wl,/tmp/portage/net-libs/gnutls-2.10.1/work/gnutls-2.10.1/lib/.libs -L/usr/lib64 -Wl,--as-needed ../lib/.libs/libgnutls.so /usr/lib64/libtasn1.so -lz /usr/lib64/libgcrypt.so /usr/lib64/libgpg-error.so -march=core2 -Wl,-O1 -Wl,--hash-style=gnu -Wl,-soname -Wl,libgnutls-openssl.so.26 -o .libs/libgnutls-openssl.so.26.16.9 libtool: link: (cd ".libs" && rm -f "libgnutls-openssl.so.26" && ln -s "libgnutls-openssl.so.26.16.9" "libgnutls-openssl.so.26") libtool: link: (cd ".libs" && rm -f "libgnutls-openssl.so" && ln -s "libgnutls-openssl.so.26.16.9" "libgnutls-openssl.so") libtool: link: (cd .libs/libgnutls-openssl.lax/liblgnu.a && x86_64-pc-linux-gnu-ar x "/tmp/portage/net-libs/gnutls-2.10.1/work/gnutls-2.10.1/libextra/../lib/gl/.libs/liblgnu.a") libtool: link: x86_64-pc-linux-gnu-ar cru .libs/libgnutls-openssl.a gnutls_openssl.o openssl_compat.o .libs/libgnutls-openssl.lax/liblgnu.a/asnprintf.o .libs/libgnutls-openssl.lax/liblgnu.a/c-ctype.o .libs/libgnutls-openssl.lax/liblgnu.a/close-hook.o .libs/libgnutls-openssl.lax/liblgnu.a/printf-args.o .libs/libgnutls-openssl.lax/liblgnu.a/printf-parse.o .libs/libgnutls-openssl.lax/liblgnu.a/read-file.o .libs/libgnutls-openssl.lax/liblgnu.a/sockets.o .libs/libgnutls-openssl.lax/liblgnu.a/vasnprintf.o libtool: link: x86_64-pc-linux-gnu-ranlib .libs/libgnutls-openssl.a libtool: link: rm -fr .libs/libgnutls-openssl.lax libtool: link: ( cd ".libs" && rm -f "libgnutls-openssl.la" && ln -s "../libgnutls-openssl.la" "libgnutls-openssl.la" ) make[4]: Leaving directory `/tmp/portage/net-libs/gnutls-2.10.1/work/gnutls-2.10.1/libextra' make[3]: Leaving directory `/tmp/portage/net-libs/gnutls-2.10.1/work/gnutls-2.10.1/libextra' make[2]: Leaving directory `/tmp/portage/net-libs/gnutls-2.10.1/work/gnutls-2.10.1/libextra' Making all in gl make[2]: Entering directory `/tmp/portage/net-libs/gnutls-2.10.1/work/gnutls-2.10.1/gl' rm -f alloca.h-t alloca.h && \ { echo '/* DO NOT EDIT! GENERATED AUTOMATICALLY! */'; \ cat ./alloca.in.h; \ } > alloca.h-t && \ mv -f alloca.h-t alloca.h rm -f arg-nonnull.h-t arg-nonnull.h && \ sed -n -e '/GL_ARG_NONNULL/,$p' \ < ../build-aux/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' \ < ../build-aux/warn-on-use.h \ > warn-on-use.h-t && \ mv warn-on-use.h-t warn-on-use.h rm -f c++defs.h-t c++defs.h && \ sed -n -e '/_GL_CXXDEFS/,$p' \ < ../build-aux/c++defs.h \ > c++defs.h-t && \ mv c++defs.h-t c++defs.h /bin/mkdir -p arpa rm -f netdb.h-t netdb.h && \ { echo '/* DO NOT EDIT! GENERATED AUTOMATICALLY! */'; \ sed -e 's|@''INCLUDE_NEXT''@|include_next|g' \ -e 's|@''PRAGMA_SYSTEM_HEADER''@|#pragma GCC system_header|g' \ -e 's|@''NEXT_NETDB_H''@||g' \ -e 's|@''HAVE_NETDB_H''@|1|g' \ -e 's|@''GNULIB_GETADDRINFO''@|1|g' \ -e 's|@''HAVE_STRUCT_ADDRINFO''@|1|g' \ -e 's|@''HAVE_DECL_FREEADDRINFO''@|1|g' \ -e 's|@''HAVE_DECL_GAI_STRERROR''@|1|g' \ -e 's|@''HAVE_DECL_GETADDRINFO''@|1|g' \ -e 's|@''HAVE_DECL_GETNAMEINFO''@|1|g' \ -e '/definition of _GL_ARG_NONNULL/r arg-nonnull.h' \ -e '/definition of _GL_WARN_ON_USE/r warn-on-use.h' \ < ./netdb.in.h; \ } > netdb.h-t && \ mv netdb.h-t netdb.h rm -f stdio.h-t stdio.h && \ { echo '/* DO NOT EDIT! GENERATED AUTOMATICALLY! */' && \ sed -e 's|@''INCLUDE_NEXT''@|include_next|g' \ -e 's|@''PRAGMA_SYSTEM_HEADER''@|#pragma GCC system_header|g' \ -e 's|@''NEXT_STDIO_H''@||g' \ -e 's|@''GNULIB_DPRINTF''@|0|g' \ -e 's|@''GNULIB_FCLOSE''@|1|g' \ -e 's|@''GNULIB_FFLUSH''@|0|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_FREOPEN''@|0|g' \ -e 's|@''GNULIB_FSEEK''@|0|g' \ -e 's|@''GNULIB_FSEEKO''@|1|g' \ -e 's|@''GNULIB_FTELL''@|0|g' \ -e 's|@''GNULIB_FTELLO''@|0|g' \ -e 's|@''GNULIB_FWRITE''@|1|g' \ -e 's|@''GNULIB_GETDELIM''@|1|g' \ -e 's|@''GNULIB_GETLINE''@|1|g' \ -e 's|@''GNULIB_OBSTACK_PRINTF''@|0|g' \ -e 's|@''GNULIB_OBSTACK_PRINTF_POSIX''@|0|g' \ -e 's|@''GNULIB_PERROR''@|1|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_SNPRINTF''@|1|g' \ -e 's|@''GNULIB_SPRINTF_POSIX''@|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_VPRINTF''@|1|g' \ -e 's|@''GNULIB_VPRINTF_POSIX''@|0|g' \ -e 's|@''GNULIB_VSNPRINTF''@|0|g' \ -e 's|@''GNULIB_VSPRINTF_POSIX''@|0|g' \ < ./stdio.in.h | \ sed -e 's|@''HAVE_DECL_FPURGE''@|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_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_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_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 arpa/inet.h-t arpa/inet.h && \ { echo '/* DO NOT EDIT! GENERATED AUTOMATICALLY! */'; \ sed -e 's|@''INCLUDE_NEXT''@|include_next|g' \ -e 's|@''PRAGMA_SYSTEM_HEADER''@|#pragma GCC system_header|g' \ -e 's|@''NEXT_ARPA_INET_H''@||g' \ -e 's|@''HAVE_ARPA_INET_H''@|1|g' \ -e 's|@''GNULIB_INET_NTOP''@|1|g' \ -e 's|@''GNULIB_INET_PTON''@|1|g' \ -e 's|@''HAVE_DECL_INET_NTOP''@|1|g' \ -e 's|@''HAVE_DECL_INET_PTON''@|1|g' \ -e '/definition of _GL_ARG_NONNULL/r arg-nonnull.h' \ -e '/definition of _GL_WARN_ON_USE/r warn-on-use.h' \ < ./arpa_inet.in.h; \ } > arpa/inet.h-t && \ mv arpa/inet.h-t arpa/inet.h rm -f stdlib.h-t stdlib.h && \ { echo '/* DO NOT EDIT! GENERATED AUTOMATICALLY! */' && \ sed -e 's|@''INCLUDE_NEXT''@|include_next|g' \ -e 's|@''PRAGMA_SYSTEM_HEADER''@|#pragma GCC system_header|g' \ -e 's|@''NEXT_STDLIB_H''@||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''@|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_PTSNAME''@|0|g' \ -e 's|@''GNULIB_PUTENV''@|0|g' \ -e 's|@''GNULIB_RANDOM_R''@|0|g' \ -e 's|@''GNULIB_REALLOC_POSIX''@|1|g' \ -e 's|@''GNULIB_REALPATH''@|0|g' \ -e 's|@''GNULIB_RPMATCH''@|0|g' \ -e 's|@''GNULIB_SETENV''@|0|g' \ -e 's|@''GNULIB_STRTOD''@|0|g' \ -e 's|@''GNULIB_STRTOLL''@|0|g' \ -e 's|@''GNULIB_STRTOULL''@|0|g' \ -e 's|@''GNULIB_UNLOCKPT''@|0|g' \ -e 's|@''GNULIB_UNSETENV''@|0|g' \ -e 's|@''HAVE_ATOLL''@|1|g' \ -e 's|@''HAVE_CALLOC_POSIX''@|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_MALLOC_POSIX''@|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_PTSNAME''@|1|g' \ -e 's|@''HAVE_RANDOM_H''@|0|g' \ -e 's|@''HAVE_RANDOM_R''@|1|g' \ -e 's|@''HAVE_REALLOC_POSIX''@|1|g' \ -e 's|@''HAVE_REALPATH''@|1|g' \ -e 's|@''HAVE_RPMATCH''@|1|g' \ -e 's|@''HAVE_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_UNSETENV''@|1|g' \ -e 's|@''REPLACE_CANONICALIZE_FILE_NAME''@|0|g' \ -e 's|@''REPLACE_MKSTEMP''@|0|g' \ -e 's|@''REPLACE_PUTENV''@|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 '/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' \ < ./stdlib.in.h; \ } > stdlib.h-t && \ mv stdlib.h-t stdlib.h rm -f string.h-t string.h && \ { echo '/* DO NOT EDIT! GENERATED AUTOMATICALLY! */' && \ sed -e 's|@''INCLUDE_NEXT''@|include_next|g' \ -e 's|@''PRAGMA_SYSTEM_HEADER''@|#pragma GCC system_header|g' \ -e 's|@''NEXT_STRING_H''@||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''@|1|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_STRSIGNAL''@|0|g' \ -e 's|@''GNULIB_STRVERSCMP''@|0|g' \ < ./string.in.h | \ sed -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_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_STRDUP''@|0|g' \ -e 's|@''REPLACE_STRSTR''@|0|g' \ -e 's|@''REPLACE_STRERROR''@|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'; \ < ./string.in.h; \ } > string.h-t && \ mv string.h-t string.h /bin/mkdir -p sys rm -f sys/select.h-t sys/select.h && \ { echo '/* DO NOT EDIT! GENERATED AUTOMATICALLY! */'; \ sed -e 's|@''INCLUDE_NEXT''@|include_next|g' \ -e 's|@''PRAGMA_SYSTEM_HEADER''@|#pragma GCC system_header|g' \ -e 's|@''NEXT_SYS_SELECT_H''@||g' \ -e 's|@''HAVE_SYS_SELECT_H''@|1|g' \ -e 's|@''GNULIB_SELECT''@|1|g' \ -e 's|@''HAVE_WINSOCK2_H''@|0|g' \ -e 's|@''REPLACE_SELECT''@|0|g' \ -e '/definitions of _GL_FUNCDECL_RPL/r c++defs.h' \ -e '/definition of _GL_WARN_ON_USE/r warn-on-use.h' \ < ./sys_select.in.h; \ } > sys/select.h-t && \ mv sys/select.h-t sys/select.h /bin/mkdir -p sys rm -f sys/socket.h-t sys/socket.h && \ { echo '/* DO NOT EDIT! GENERATED AUTOMATICALLY! */'; \ sed -e 's|@''INCLUDE_NEXT''@|include_next|g' \ -e 's|@''PRAGMA_SYSTEM_HEADER''@|#pragma GCC system_header|g' \ -e 's|@''NEXT_SYS_SOCKET_H''@||g' \ -e 's|@''HAVE_SYS_SOCKET_H''@|1|g' \ -e 's|@''GNULIB_CLOSE''@|1|g' \ -e 's|@''GNULIB_SOCKET''@|1|g' \ -e 's|@''GNULIB_CONNECT''@|1|g' \ -e 's|@''GNULIB_ACCEPT''@|1|g' \ -e 's|@''GNULIB_BIND''@|1|g' \ -e 's|@''GNULIB_GETPEERNAME''@|0|g' \ -e 's|@''GNULIB_GETSOCKNAME''@|0|g' \ -e 's|@''GNULIB_GETSOCKOPT''@|0|g' \ -e 's|@''GNULIB_LISTEN''@|1|g' \ -e 's|@''GNULIB_RECV''@|1|g' \ -e 's|@''GNULIB_SEND''@|1|g' \ -e 's|@''GNULIB_RECVFROM''@|0|g' \ -e 's|@''GNULIB_SENDTO''@|0|g' \ -e 's|@''GNULIB_SETSOCKOPT''@|1|g' \ -e 's|@''GNULIB_SHUTDOWN''@|1|g' \ -e 's|@''GNULIB_ACCEPT4''@|0|g' \ -e 's|@''HAVE_WINSOCK2_H''@|0|g' \ -e 's|@''HAVE_WS2TCPIP_H''@|0|g' \ -e 's|@''HAVE_STRUCT_SOCKADDR_STORAGE''@|1|g' \ -e 's|@''HAVE_SA_FAMILY_T''@|1|g' \ -e 's|@''HAVE_ACCEPT4''@|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' \ < ./sys_socket.in.h; \ } > sys/socket.h-t && \ mv -f sys/socket.h-t sys/socket.h /bin/mkdir -p sys rm -f sys/stat.h-t sys/stat.h && \ { echo '/* DO NOT EDIT! GENERATED AUTOMATICALLY! */'; \ sed -e 's|@''INCLUDE_NEXT''@|include_next|g' \ -e 's|@''PRAGMA_SYSTEM_HEADER''@|#pragma GCC system_header|g' \ -e 's|@''NEXT_SYS_STAT_H''@||g' \ -e 's|@''GNULIB_FCHMODAT''@|0|g' \ -e 's|@''GNULIB_FSTATAT''@|0|g' \ -e 's|@''GNULIB_FUTIMENS''@|0|g' \ -e 's|@''GNULIB_LCHMOD''@|0|g' \ -e 's|@''GNULIB_LSTAT''@|0|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''@|0|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' \ < ./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/@''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|@''NEXT_SYS_TIME_H''@||g' \ -e 's/@''GNULIB_GETTIMEOFDAY''@/1/g' \ -e 's/@''HAVE_GETTIMEOFDAY''@/1/g' \ -e 's/@''HAVE_STRUCT_TIMEVAL''@/1/g' \ -e 's/@''REPLACE_GETTIMEOFDAY''@/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' \ < ./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|@''INCLUDE_NEXT''@|include_next|g' \ -e 's|@''PRAGMA_SYSTEM_HEADER''@|#pragma GCC system_header|g' \ -e 's|@''NEXT_TIME_H''@||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_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_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' \ < ./time.in.h; \ } > time.h-t && \ mv time.h-t time.h rm -f unistd.h-t unistd.h && \ { echo '/* DO NOT EDIT! GENERATED AUTOMATICALLY! */'; \ sed -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|@''NEXT_UNISTD_H''@||g' \ -e 's|@''GNULIB_CHOWN''@|0|g' \ -e 's|@''GNULIB_CLOSE''@|1|g' \ -e 's|@''GNULIB_DUP2''@|0|g' \ -e 's|@''GNULIB_DUP3''@|0|g' \ -e 's|@''GNULIB_ENVIRON''@|0|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_FSYNC''@|0|g' \ -e 's|@''GNULIB_FTRUNCATE''@|0|g' \ -e 's|@''GNULIB_GETCWD''@|0|g' \ -e 's|@''GNULIB_GETDOMAINNAME''@|0|g' \ -e 's|@''GNULIB_GETDTABLESIZE''@|0|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_LCHOWN''@|0|g' \ -e 's|@''GNULIB_LINK''@|0|g' \ -e 's|@''GNULIB_LINKAT''@|0|g' \ -e 's|@''GNULIB_LSEEK''@|1|g' \ -e 's|@''GNULIB_PIPE2''@|0|g' \ -e 's|@''GNULIB_PREAD''@|0|g' \ -e 's|@''GNULIB_PWRITE''@|0|g' \ -e 's|@''GNULIB_READLINK''@|0|g' \ -e 's|@''GNULIB_READLINKAT''@|0|g' \ -e 's|@''GNULIB_RMDIR''@|0|g' \ -e 's|@''GNULIB_SLEEP''@|0|g' \ -e 's|@''GNULIB_SYMLINK''@|0|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_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' \ < ./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_FSYNC''@|1|g' \ -e 's|@''HAVE_FTRUNCATE''@|1|g' \ -e 's|@''HAVE_GETDOMAINNAME''@|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_LCHOWN''@|1|g' \ -e 's|@''HAVE_LINK''@|1|g' \ -e 's|@''HAVE_LINKAT''@|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_SLEEP''@|1|g' \ -e 's|@''HAVE_SYMLINK''@|1|g' \ -e 's|@''HAVE_SYMLINKAT''@|1|g' \ -e 's|@''HAVE_TTYNAME_R''@|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_GETLOGIN_R''@|1|g' \ -e 's|@''HAVE_DECL_GETPAGESIZE''@|1|g' \ -e 's|@''HAVE_DECL_GETUSERSHELL''@|1|g' \ -e 's|@''HAVE_OS_H''@|0|g' \ -e 's|@''HAVE_SYS_PARAM_H''@|0|g' \ -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_GETCWD''@|0|g' \ -e 's|@''REPLACE_GETGROUPS''@|0|g' \ -e 's|@''REPLACE_GETPAGESIZE''@|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_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|@''INCLUDE_NEXT''@|include_next|g' \ -e 's|@''PRAGMA_SYSTEM_HEADER''@|#pragma GCC system_header|g' \ -e 's|@''NEXT_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|@''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_DECL_WCTOB''@|1|g' \ -e 's|@''HAVE_DECL_WCWIDTH''@|1|g' \ -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 '/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.in.h; \ } > wchar.h-t && \ mv wchar.h-t wchar.h make all-recursive make[3]: Entering directory `/tmp/portage/net-libs/gnutls-2.10.1/work/gnutls-2.10.1/gl' Making all in tests make[4]: Entering directory `/tmp/portage/net-libs/gnutls-2.10.1/work/gnutls-2.10.1/gl/tests' rm -f arg-nonnull.h-t arg-nonnull.h && \ sed -n -e '/GL_ARG_NONNULL/,$p' \ < ../../build-aux/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' \ < ../../build-aux/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' \ < ../../build-aux/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/ioctl.h-t sys/ioctl.h && \ { echo '/* DO NOT EDIT! GENERATED AUTOMATICALLY! */'; \ sed -e 's|@''HAVE_SYS_IOCTL_H''@|1|g' \ -e 's|@''INCLUDE_NEXT''@|include_next|g' \ -e 's|@''PRAGMA_SYSTEM_HEADER''@|#pragma GCC system_header|g' \ -e 's|@''NEXT_SYS_IOCTL_H''@||g' \ -e 's|@''GNULIB_IOCTL''@|IN_GNUTLS_GNULIB_TESTS|g' \ -e 's|@''SYS_IOCTL_H_HAVE_WINSOCK2_H''@|0|g' \ -e 's|@''SYS_IOCTL_H_HAVE_WINSOCK2_H_AND_USE_SOCKETS''@|0|g' \ -e 's|@''REPLACE_IOCTL''@|1|g' \ -e '/definitions of _GL_FUNCDECL_RPL/r c++defs.h' \ -e '/definition of _GL_WARN_ON_USE/r warn-on-use.h' \ < ./sys_ioctl.in.h; \ } > sys/ioctl.h-t && \ mv sys/ioctl.h-t sys/ioctl.h make all-recursive make[5]: Entering directory `/tmp/portage/net-libs/gnutls-2.10.1/work/gnutls-2.10.1/gl/tests' Making all in . make[6]: Entering directory `/tmp/portage/net-libs/gnutls-2.10.1/work/gnutls-2.10.1/gl/tests' make[6]: Nothing to be done for `all-am'. make[6]: Leaving directory `/tmp/portage/net-libs/gnutls-2.10.1/work/gnutls-2.10.1/gl/tests' make[5]: Leaving directory `/tmp/portage/net-libs/gnutls-2.10.1/work/gnutls-2.10.1/gl/tests' make[4]: Leaving directory `/tmp/portage/net-libs/gnutls-2.10.1/work/gnutls-2.10.1/gl/tests' make[4]: Entering directory `/tmp/portage/net-libs/gnutls-2.10.1/work/gnutls-2.10.1/gl' /bin/sh ../libtool --tag=CC --mode=compile x86_64-pc-linux-gnu-gcc -std=gnu99 -DHAVE_CONFIG_H -I. -I.. -march=core2 -O2 -MT c-ctype.lo -MD -MP -MF .deps/c-ctype.Tpo -c -o c-ctype.lo c-ctype.c /bin/sh ../libtool --tag=CC --mode=compile x86_64-pc-linux-gnu-gcc -std=gnu99 -DHAVE_CONFIG_H -I. -I.. -march=core2 -O2 -MT close-hook.lo -MD -MP -MF .deps/close-hook.Tpo -c -o close-hook.lo close-hook.c /bin/sh ../libtool --tag=CC --mode=compile x86_64-pc-linux-gnu-gcc -std=gnu99 -DHAVE_CONFIG_H -I. -I.. -march=core2 -O2 -MT progname.lo -MD -MP -MF .deps/progname.Tpo -c -o progname.lo progname.c /bin/sh ../libtool --tag=CC --mode=compile x86_64-pc-linux-gnu-gcc -std=gnu99 -DHAVE_CONFIG_H -I. -I.. -march=core2 -O2 -MT sockets.lo -MD -MP -MF .deps/sockets.Tpo -c -o sockets.lo sockets.c libtool: compile: x86_64-pc-linux-gnu-gcc -std=gnu99 -DHAVE_CONFIG_H -I. -I.. -march=core2 -O2 -MT c-ctype.lo -MD -MP -MF .deps/c-ctype.Tpo -c 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.. -march=core2 -O2 -MT close-hook.lo -MD -MP -MF .deps/close-hook.Tpo -c close-hook.c -fPIC -DPIC -o .libs/close-hook.o libtool: compile: x86_64-pc-linux-gnu-gcc -std=gnu99 -DHAVE_CONFIG_H -I. -I.. -march=core2 -O2 -MT sockets.lo -MD -MP -MF .deps/sockets.Tpo -c sockets.c -fPIC -DPIC -o .libs/sockets.o libtool: compile: x86_64-pc-linux-gnu-gcc -std=gnu99 -DHAVE_CONFIG_H -I. -I.. -march=core2 -O2 -MT progname.lo -MD -MP -MF .deps/progname.Tpo -c progname.c -fPIC -DPIC -o .libs/progname.o libtool: compile: x86_64-pc-linux-gnu-gcc -std=gnu99 -DHAVE_CONFIG_H -I. -I.. -march=core2 -O2 -MT sockets.lo -MD -MP -MF .deps/sockets.Tpo -c sockets.c -o sockets.o >/dev/null 2>&1 libtool: compile: x86_64-pc-linux-gnu-gcc -std=gnu99 -DHAVE_CONFIG_H -I. -I.. -march=core2 -O2 -MT close-hook.lo -MD -MP -MF .deps/close-hook.Tpo -c close-hook.c -o close-hook.o >/dev/null 2>&1 mv -f .deps/sockets.Tpo .deps/sockets.Plo /bin/sh ../libtool --tag=CC --mode=compile x86_64-pc-linux-gnu-gcc -std=gnu99 -DHAVE_CONFIG_H -I. -I.. -march=core2 -O2 -MT version-etc.lo -MD -MP -MF .deps/version-etc.Tpo -c -o version-etc.lo version-etc.c mv -f .deps/close-hook.Tpo .deps/close-hook.Plo /bin/sh ../libtool --tag=CC --mode=compile x86_64-pc-linux-gnu-gcc -std=gnu99 -DHAVE_CONFIG_H -I. -I.. -march=core2 -O2 -MT version-etc-fsf.lo -MD -MP -MF .deps/version-etc-fsf.Tpo -c -o version-etc-fsf.lo version-etc-fsf.c libtool: compile: x86_64-pc-linux-gnu-gcc -std=gnu99 -DHAVE_CONFIG_H -I. -I.. -march=core2 -O2 -MT c-ctype.lo -MD -MP -MF .deps/c-ctype.Tpo -c c-ctype.c -o c-ctype.o >/dev/null 2>&1 libtool: compile: x86_64-pc-linux-gnu-gcc -std=gnu99 -DHAVE_CONFIG_H -I. -I.. -march=core2 -O2 -MT version-etc.lo -MD -MP -MF .deps/version-etc.Tpo -c 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.. -march=core2 -O2 -MT progname.lo -MD -MP -MF .deps/progname.Tpo -c progname.c -o progname.o >/dev/null 2>&1 libtool: compile: x86_64-pc-linux-gnu-gcc -std=gnu99 -DHAVE_CONFIG_H -I. -I.. -march=core2 -O2 -MT version-etc-fsf.lo -MD -MP -MF .deps/version-etc-fsf.Tpo -c version-etc-fsf.c -fPIC -DPIC -o .libs/version-etc-fsf.o mv -f .deps/c-ctype.Tpo .deps/c-ctype.Plo /bin/sh ../libtool --tag=CC --mode=compile x86_64-pc-linux-gnu-gcc -std=gnu99 -DHAVE_CONFIG_H -I. -I.. -march=core2 -O2 -MT asnprintf.lo -MD -MP -MF .deps/asnprintf.Tpo -c -o asnprintf.lo asnprintf.c libtool: compile: x86_64-pc-linux-gnu-gcc -std=gnu99 -DHAVE_CONFIG_H -I. -I.. -march=core2 -O2 -MT version-etc-fsf.lo -MD -MP -MF .deps/version-etc-fsf.Tpo -c version-etc-fsf.c -o version-etc-fsf.o >/dev/null 2>&1 libtool: compile: x86_64-pc-linux-gnu-gcc -std=gnu99 -DHAVE_CONFIG_H -I. -I.. -march=core2 -O2 -MT asnprintf.lo -MD -MP -MF .deps/asnprintf.Tpo -c asnprintf.c -fPIC -DPIC -o .libs/asnprintf.o mv -f .deps/progname.Tpo .deps/progname.Plo /bin/sh ../libtool --tag=CC --mode=compile x86_64-pc-linux-gnu-gcc -std=gnu99 -DHAVE_CONFIG_H -I. -I.. -march=core2 -O2 -MT getpass.lo -MD -MP -MF .deps/getpass.Tpo -c -o getpass.lo getpass.c libtool: compile: x86_64-pc-linux-gnu-gcc -std=gnu99 -DHAVE_CONFIG_H -I. -I.. -march=core2 -O2 -MT version-etc.lo -MD -MP -MF .deps/version-etc.Tpo -c version-etc.c -o version-etc.o >/dev/null 2>&1 mv -f .deps/version-etc-fsf.Tpo .deps/version-etc-fsf.Plo /bin/sh ../libtool --tag=CC --mode=compile x86_64-pc-linux-gnu-gcc -std=gnu99 -DHAVE_CONFIG_H -I. -I.. -march=core2 -O2 -MT gettime.lo -MD -MP -MF .deps/gettime.Tpo -c -o gettime.lo gettime.c libtool: compile: x86_64-pc-linux-gnu-gcc -std=gnu99 -DHAVE_CONFIG_H -I. -I.. -march=core2 -O2 -MT asnprintf.lo -MD -MP -MF .deps/asnprintf.Tpo -c asnprintf.c -o asnprintf.o >/dev/null 2>&1 libtool: compile: x86_64-pc-linux-gnu-gcc -std=gnu99 -DHAVE_CONFIG_H -I. -I.. -march=core2 -O2 -MT getpass.lo -MD -MP -MF .deps/getpass.Tpo -c getpass.c -fPIC -DPIC -o .libs/getpass.o libtool: compile: x86_64-pc-linux-gnu-gcc -std=gnu99 -DHAVE_CONFIG_H -I. -I.. -march=core2 -O2 -MT gettime.lo -MD -MP -MF .deps/gettime.Tpo -c gettime.c -fPIC -DPIC -o .libs/gettime.o mv -f .deps/asnprintf.Tpo .deps/asnprintf.Plo /bin/sh ../libtool --tag=CC --mode=compile x86_64-pc-linux-gnu-gcc -std=gnu99 -DHAVE_CONFIG_H -I. -I.. -march=core2 -O2 -MT printf-args.lo -MD -MP -MF .deps/printf-args.Tpo -c -o printf-args.lo printf-args.c mv -f .deps/version-etc.Tpo .deps/version-etc.Plo /bin/sh ../libtool --tag=CC --mode=compile x86_64-pc-linux-gnu-gcc -std=gnu99 -DHAVE_CONFIG_H -I. -I.. -march=core2 -O2 -MT printf-parse.lo -MD -MP -MF .deps/printf-parse.Tpo -c -o printf-parse.lo printf-parse.c libtool: compile: x86_64-pc-linux-gnu-gcc -std=gnu99 -DHAVE_CONFIG_H -I. -I.. -march=core2 -O2 -MT gettime.lo -MD -MP -MF .deps/gettime.Tpo -c gettime.c -o gettime.o >/dev/null 2>&1 libtool: compile: x86_64-pc-linux-gnu-gcc -std=gnu99 -DHAVE_CONFIG_H -I. -I.. -march=core2 -O2 -MT getpass.lo -MD -MP -MF .deps/getpass.Tpo -c getpass.c -o getpass.o >/dev/null 2>&1 libtool: compile: x86_64-pc-linux-gnu-gcc -std=gnu99 -DHAVE_CONFIG_H -I. -I.. -march=core2 -O2 -MT printf-args.lo -MD -MP -MF .deps/printf-args.Tpo -c printf-args.c -fPIC -DPIC -o .libs/printf-args.o libtool: compile: x86_64-pc-linux-gnu-gcc -std=gnu99 -DHAVE_CONFIG_H -I. -I.. -march=core2 -O2 -MT printf-parse.lo -MD -MP -MF .deps/printf-parse.Tpo -c printf-parse.c -fPIC -DPIC -o .libs/printf-parse.o mv -f .deps/gettime.Tpo .deps/gettime.Plo /bin/sh ../libtool --tag=CC --mode=compile x86_64-pc-linux-gnu-gcc -std=gnu99 -DHAVE_CONFIG_H -I. -I.. -march=core2 -O2 -MT read-file.lo -MD -MP -MF .deps/read-file.Tpo -c -o read-file.lo read-file.c mv -f .deps/getpass.Tpo .deps/getpass.Plo /bin/sh ../libtool --tag=CC --mode=compile x86_64-pc-linux-gnu-gcc -std=gnu99 -DHAVE_CONFIG_H -I. -I.. -march=core2 -O2 -MT vasnprintf.lo -MD -MP -MF .deps/vasnprintf.Tpo -c -o vasnprintf.lo vasnprintf.c libtool: compile: x86_64-pc-linux-gnu-gcc -std=gnu99 -DHAVE_CONFIG_H -I. -I.. -march=core2 -O2 -MT read-file.lo -MD -MP -MF .deps/read-file.Tpo -c read-file.c -fPIC -DPIC -o .libs/read-file.o libtool: compile: x86_64-pc-linux-gnu-gcc -std=gnu99 -DHAVE_CONFIG_H -I. -I.. -march=core2 -O2 -MT printf-args.lo -MD -MP -MF .deps/printf-args.Tpo -c printf-args.c -o printf-args.o >/dev/null 2>&1 libtool: compile: x86_64-pc-linux-gnu-gcc -std=gnu99 -DHAVE_CONFIG_H -I. -I.. -march=core2 -O2 -MT vasnprintf.lo -MD -MP -MF .deps/vasnprintf.Tpo -c vasnprintf.c -fPIC -DPIC -o .libs/vasnprintf.o libtool: compile: x86_64-pc-linux-gnu-gcc -std=gnu99 -DHAVE_CONFIG_H -I. -I.. -march=core2 -O2 -MT read-file.lo -MD -MP -MF .deps/read-file.Tpo -c read-file.c -o read-file.o >/dev/null 2>&1 mv -f .deps/read-file.Tpo .deps/read-file.Plo mv -f .deps/printf-args.Tpo .deps/printf-args.Plo libtool: compile: x86_64-pc-linux-gnu-gcc -std=gnu99 -DHAVE_CONFIG_H -I. -I.. -march=core2 -O2 -MT printf-parse.lo -MD -MP -MF .deps/printf-parse.Tpo -c printf-parse.c -o printf-parse.o >/dev/null 2>&1 libtool: compile: x86_64-pc-linux-gnu-gcc -std=gnu99 -DHAVE_CONFIG_H -I. -I.. -march=core2 -O2 -MT vasnprintf.lo -MD -MP -MF .deps/vasnprintf.Tpo -c vasnprintf.c -o vasnprintf.o >/dev/null 2>&1 mv -f .deps/printf-parse.Tpo .deps/printf-parse.Plo mv -f .deps/vasnprintf.Tpo .deps/vasnprintf.Plo /bin/sh ../libtool --tag=CC --mode=link x86_64-pc-linux-gnu-gcc -std=gnu99 -march=core2 -O2 -Wl,-O1 -Wl,--as-needed -Wl,--hash-style=gnu -o libgnu.la c-ctype.lo close-hook.lo progname.lo sockets.lo version-etc.lo version-etc-fsf.lo asnprintf.lo getpass.lo gettime.lo printf-args.lo printf-parse.lo read-file.lo vasnprintf.lo libtool: link: x86_64-pc-linux-gnu-ar cru .libs/libgnu.a .libs/c-ctype.o .libs/close-hook.o .libs/progname.o .libs/sockets.o .libs/version-etc.o .libs/version-etc-fsf.o .libs/asnprintf.o .libs/getpass.o .libs/gettime.o .libs/printf-args.o .libs/printf-parse.o .libs/read-file.o .libs/vasnprintf.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 `/tmp/portage/net-libs/gnutls-2.10.1/work/gnutls-2.10.1/gl' make[3]: Leaving directory `/tmp/portage/net-libs/gnutls-2.10.1/work/gnutls-2.10.1/gl' make[2]: Leaving directory `/tmp/portage/net-libs/gnutls-2.10.1/work/gnutls-2.10.1/gl' Making all in src make[2]: Entering directory `/tmp/portage/net-libs/gnutls-2.10.1/work/gnutls-2.10.1/src' Making all in cfg make[3]: Entering directory `/tmp/portage/net-libs/gnutls-2.10.1/work/gnutls-2.10.1/src/cfg' Making all in platon make[4]: Entering directory `/tmp/portage/net-libs/gnutls-2.10.1/work/gnutls-2.10.1/src/cfg/platon' Making all in str make[5]: Entering directory `/tmp/portage/net-libs/gnutls-2.10.1/work/gnutls-2.10.1/src/cfg/platon/str' make[5]: Nothing to be done for `all'. make[5]: Leaving directory `/tmp/portage/net-libs/gnutls-2.10.1/work/gnutls-2.10.1/src/cfg/platon/str' make[5]: Entering directory `/tmp/portage/net-libs/gnutls-2.10.1/work/gnutls-2.10.1/src/cfg/platon' make[5]: Nothing to be done for `all-am'. make[5]: Leaving directory `/tmp/portage/net-libs/gnutls-2.10.1/work/gnutls-2.10.1/src/cfg/platon' make[4]: Leaving directory `/tmp/portage/net-libs/gnutls-2.10.1/work/gnutls-2.10.1/src/cfg/platon' make[4]: Entering directory `/tmp/portage/net-libs/gnutls-2.10.1/work/gnutls-2.10.1/src/cfg' make[4]: Nothing to be done for `all-am'. make[4]: Leaving directory `/tmp/portage/net-libs/gnutls-2.10.1/work/gnutls-2.10.1/src/cfg' make[3]: Leaving directory `/tmp/portage/net-libs/gnutls-2.10.1/work/gnutls-2.10.1/src/cfg' make[3]: Entering directory `/tmp/portage/net-libs/gnutls-2.10.1/work/gnutls-2.10.1/src' /bin/sh ../libtool --tag=CC --mode=compile x86_64-pc-linux-gnu-gcc -std=gnu99 -DHAVE_CONFIG_H -I. -I.. -I./../gl -I./../gl -I./../lib/includes -I./../lib/includes -I./../libextra/includes -I./cfg -march=core2 -O2 -MT libcmd_serv_la-serv-gaa.lo -MD -MP -MF .deps/libcmd_serv_la-serv-gaa.Tpo -c -o libcmd_serv_la-serv-gaa.lo `test -f 'serv-gaa.c' || echo './'`serv-gaa.c /bin/sh ../libtool --tag=CC --mode=compile x86_64-pc-linux-gnu-gcc -std=gnu99 -DHAVE_CONFIG_H -I. -I.. -I./../gl -I./../gl -I./../lib/includes -I./../lib/includes -I./../libextra/includes -I./cfg -march=core2 -O2 -MT libcmd_srp_la-crypt-gaa.lo -MD -MP -MF .deps/libcmd_srp_la-crypt-gaa.Tpo -c -o libcmd_srp_la-crypt-gaa.lo `test -f 'crypt-gaa.c' || echo './'`crypt-gaa.c /bin/sh ../libtool --tag=CC --mode=compile x86_64-pc-linux-gnu-gcc -std=gnu99 -DHAVE_CONFIG_H -I. -I.. -I./../gl -I./../gl -I./../lib/includes -I./../lib/includes -I./../libextra/includes -I./cfg -march=core2 -O2 -MT libcmd_psk_la-psk-gaa.lo -MD -MP -MF .deps/libcmd_psk_la-psk-gaa.Tpo -c -o libcmd_psk_la-psk-gaa.lo `test -f 'psk-gaa.c' || echo './'`psk-gaa.c /bin/sh ../libtool --tag=CC --mode=compile x86_64-pc-linux-gnu-gcc -std=gnu99 -DHAVE_CONFIG_H -I. -I.. -I./../gl -I./../gl -I./../lib/includes -I./../lib/includes -I./../libextra/includes -I./cfg -march=core2 -O2 -MT libcmd_cli_la-cli-gaa.lo -MD -MP -MF .deps/libcmd_cli_la-cli-gaa.Tpo -c -o libcmd_cli_la-cli-gaa.lo `test -f 'cli-gaa.c' || echo './'`cli-gaa.c libtool: compile: x86_64-pc-linux-gnu-gcc -std=gnu99 -DHAVE_CONFIG_H -I. -I.. -I./../gl -I./../gl -I./../lib/includes -I./../lib/includes -I./../libextra/includes -I./cfg -march=core2 -O2 -MT libcmd_srp_la-crypt-gaa.lo -MD -MP -MF .deps/libcmd_srp_la-crypt-gaa.Tpo -c crypt-gaa.c -fPIC -DPIC -o .libs/libcmd_srp_la-crypt-gaa.o libtool: compile: x86_64-pc-linux-gnu-gcc -std=gnu99 -DHAVE_CONFIG_H -I. -I.. -I./../gl -I./../gl -I./../lib/includes -I./../lib/includes -I./../libextra/includes -I./cfg -march=core2 -O2 -MT libcmd_psk_la-psk-gaa.lo -MD -MP -MF .deps/libcmd_psk_la-psk-gaa.Tpo -c psk-gaa.c -fPIC -DPIC -o .libs/libcmd_psk_la-psk-gaa.o libtool: compile: x86_64-pc-linux-gnu-gcc -std=gnu99 -DHAVE_CONFIG_H -I. -I.. -I./../gl -I./../gl -I./../lib/includes -I./../lib/includes -I./../libextra/includes -I./cfg -march=core2 -O2 -MT libcmd_serv_la-serv-gaa.lo -MD -MP -MF .deps/libcmd_serv_la-serv-gaa.Tpo -c serv-gaa.c -fPIC -DPIC -o .libs/libcmd_serv_la-serv-gaa.o libtool: compile: x86_64-pc-linux-gnu-gcc -std=gnu99 -DHAVE_CONFIG_H -I. -I.. -I./../gl -I./../gl -I./../lib/includes -I./../lib/includes -I./../libextra/includes -I./cfg -march=core2 -O2 -MT libcmd_cli_la-cli-gaa.lo -MD -MP -MF .deps/libcmd_cli_la-cli-gaa.Tpo -c cli-gaa.c -fPIC -DPIC -o .libs/libcmd_cli_la-cli-gaa.o gaa.skel: In function 'gaa_file': gaa.skel:593: warning: call to 'fseek' declared with attribute warning: fseek cannot handle files larger than 4 GB on 32-bit platforms - use fseeko function for handling of large files gaa.skel:609: warning: call to 'fseek' declared with attribute warning: fseek cannot handle files larger than 4 GB on 32-bit platforms - use fseeko function for handling of large files gaa.skel: In function 'gaa_file': gaa.skel:593: warning: call to 'fseek' declared with attribute warning: fseek cannot handle files larger than 4 GB on 32-bit platforms - use fseeko function for handling of large files gaa.skel:609: warning: call to 'fseek' declared with attribute warning: fseek cannot handle files larger than 4 GB on 32-bit platforms - use fseeko function for handling of large files libtool: compile: x86_64-pc-linux-gnu-gcc -std=gnu99 -DHAVE_CONFIG_H -I. -I.. -I./../gl -I./../gl -I./../lib/includes -I./../lib/includes -I./../libextra/includes -I./cfg -march=core2 -O2 -MT libcmd_psk_la-psk-gaa.lo -MD -MP -MF .deps/libcmd_psk_la-psk-gaa.Tpo -c psk-gaa.c -o libcmd_psk_la-psk-gaa.o >/dev/null 2>&1 libtool: compile: x86_64-pc-linux-gnu-gcc -std=gnu99 -DHAVE_CONFIG_H -I. -I.. -I./../gl -I./../gl -I./../lib/includes -I./../lib/includes -I./../libextra/includes -I./cfg -march=core2 -O2 -MT libcmd_srp_la-crypt-gaa.lo -MD -MP -MF .deps/libcmd_srp_la-crypt-gaa.Tpo -c crypt-gaa.c -o libcmd_srp_la-crypt-gaa.o >/dev/null 2>&1 mv -f .deps/libcmd_srp_la-crypt-gaa.Tpo .deps/libcmd_srp_la-crypt-gaa.Plo /bin/sh ../libtool --tag=CC --mode=compile x86_64-pc-linux-gnu-gcc -std=gnu99 -DHAVE_CONFIG_H -I. -I.. -I./../gl -I./../gl -I./../lib/includes -I./../lib/includes -I./../libextra/includes -I./cfg -march=core2 -O2 -MT libcmd_cli_debug_la-tls_test-gaa.lo -MD -MP -MF .deps/libcmd_cli_debug_la-tls_test-gaa.Tpo -c -o libcmd_cli_debug_la-tls_test-gaa.lo `test -f 'tls_test-gaa.c' || echo './'`tls_test-gaa.c libtool: compile: x86_64-pc-linux-gnu-gcc -std=gnu99 -DHAVE_CONFIG_H -I. -I.. -I./../gl -I./../gl -I./../lib/includes -I./../lib/includes -I./../libextra/includes -I./cfg -march=core2 -O2 -MT libcmd_cli_debug_la-tls_test-gaa.lo -MD -MP -MF .deps/libcmd_cli_debug_la-tls_test-gaa.Tpo -c tls_test-gaa.c -fPIC -DPIC -o .libs/libcmd_cli_debug_la-tls_test-gaa.o gaa.skel: In function 'gaa_file': gaa.skel:593: warning: call to 'fseek' declared with attribute warning: fseek cannot handle files larger than 4 GB on 32-bit platforms - use fseeko function for handling of large files gaa.skel:609: warning: call to 'fseek' declared with attribute warning: fseek cannot handle files larger than 4 GB on 32-bit platforms - use fseeko function for handling of large files mv -f .deps/libcmd_psk_la-psk-gaa.Tpo .deps/libcmd_psk_la-psk-gaa.Plo /bin/sh ../libtool --tag=CC --mode=compile x86_64-pc-linux-gnu-gcc -std=gnu99 -DHAVE_CONFIG_H -I. -I.. -I./../gl -I./../gl -I./../lib/includes -I./../lib/includes -I./../libextra/includes -I./cfg -march=core2 -O2 -MT libcfg_la-cfg+.lo -MD -MP -MF .deps/libcfg_la-cfg+.Tpo -c -o libcfg_la-cfg+.lo `test -f 'cfg/cfg+.c' || echo './'`cfg/cfg+.c gaa.skel: In function 'gaa_file': gaa.skel:593: warning: call to 'fseek' declared with attribute warning: fseek cannot handle files larger than 4 GB on 32-bit platforms - use fseeko function for handling of large files gaa.skel:609: warning: call to 'fseek' declared with attribute warning: fseek cannot handle files larger than 4 GB on 32-bit platforms - use fseeko function for handling of large files libtool: compile: x86_64-pc-linux-gnu-gcc -std=gnu99 -DHAVE_CONFIG_H -I. -I.. -I./../gl -I./../gl -I./../lib/includes -I./../lib/includes -I./../libextra/includes -I./cfg -march=core2 -O2 -MT libcmd_serv_la-serv-gaa.lo -MD -MP -MF .deps/libcmd_serv_la-serv-gaa.Tpo -c serv-gaa.c -o libcmd_serv_la-serv-gaa.o >/dev/null 2>&1 libtool: compile: x86_64-pc-linux-gnu-gcc -std=gnu99 -DHAVE_CONFIG_H -I. -I.. -I./../gl -I./../gl -I./../lib/includes -I./../lib/includes -I./../libextra/includes -I./cfg -march=core2 -O2 -MT libcmd_cli_la-cli-gaa.lo -MD -MP -MF .deps/libcmd_cli_la-cli-gaa.Tpo -c cli-gaa.c -o libcmd_cli_la-cli-gaa.o >/dev/null 2>&1 libtool: compile: x86_64-pc-linux-gnu-gcc -std=gnu99 -DHAVE_CONFIG_H -I. -I.. -I./../gl -I./../gl -I./../lib/includes -I./../lib/includes -I./../libextra/includes -I./cfg -march=core2 -O2 -MT libcfg_la-cfg+.lo -MD -MP -MF .deps/libcfg_la-cfg+.Tpo -c cfg/cfg+.c -fPIC -DPIC -o .libs/libcfg_la-cfg+.o gaa.skel: In function 'gaa_file': gaa.skel:593: warning: call to 'fseek' declared with attribute warning: fseek cannot handle files larger than 4 GB on 32-bit platforms - use fseeko function for handling of large files gaa.skel:609: warning: call to 'fseek' declared with attribute warning: fseek cannot handle files larger than 4 GB on 32-bit platforms - use fseeko function for handling of large files libtool: compile: x86_64-pc-linux-gnu-gcc -std=gnu99 -DHAVE_CONFIG_H -I. -I.. -I./../gl -I./../gl -I./../lib/includes -I./../lib/includes -I./../libextra/includes -I./cfg -march=core2 -O2 -MT libcmd_cli_debug_la-tls_test-gaa.lo -MD -MP -MF .deps/libcmd_cli_debug_la-tls_test-gaa.Tpo -c tls_test-gaa.c -o libcmd_cli_debug_la-tls_test-gaa.o >/dev/null 2>&1 libtool: compile: x86_64-pc-linux-gnu-gcc -std=gnu99 -DHAVE_CONFIG_H -I. -I.. -I./../gl -I./../gl -I./../lib/includes -I./../lib/includes -I./../libextra/includes -I./cfg -march=core2 -O2 -MT libcfg_la-cfg+.lo -MD -MP -MF .deps/libcfg_la-cfg+.Tpo -c cfg/cfg+.c -o libcfg_la-cfg+.o >/dev/null 2>&1 mv -f .deps/libcfg_la-cfg+.Tpo .deps/libcfg_la-cfg+.Plo /bin/sh ../libtool --tag=CC --mode=compile x86_64-pc-linux-gnu-gcc -std=gnu99 -DHAVE_CONFIG_H -I. -I.. -I./../gl -I./../gl -I./../lib/includes -I./../lib/includes -I./../libextra/includes -I./cfg -march=core2 -O2 -MT libcfg_la-cfgfile.lo -MD -MP -MF .deps/libcfg_la-cfgfile.Tpo -c -o libcfg_la-cfgfile.lo `test -f 'cfg/cfgfile.c' || echo './'`cfg/cfgfile.c libtool: compile: x86_64-pc-linux-gnu-gcc -std=gnu99 -DHAVE_CONFIG_H -I. -I.. -I./../gl -I./../gl -I./../lib/includes -I./../lib/includes -I./../libextra/includes -I./cfg -march=core2 -O2 -MT libcfg_la-cfgfile.lo -MD -MP -MF .deps/libcfg_la-cfgfile.Tpo -c cfg/cfgfile.c -fPIC -DPIC -o .libs/libcfg_la-cfgfile.o mv -f .deps/libcmd_cli_debug_la-tls_test-gaa.Tpo .deps/libcmd_cli_debug_la-tls_test-gaa.Plo /bin/sh ../libtool --tag=CC --mode=compile x86_64-pc-linux-gnu-gcc -std=gnu99 -DHAVE_CONFIG_H -I. -I.. -I./../gl -I./../gl -I./../lib/includes -I./../lib/includes -I./../libextra/includes -I./cfg -march=core2 -O2 -MT libcfg_la-cmdline.lo -MD -MP -MF .deps/libcfg_la-cmdline.Tpo -c -o libcfg_la-cmdline.lo `test -f 'cfg/cmdline.c' || echo './'`cfg/cmdline.c cfg/cfgfile.c: In function 'cfg_cfgfile_get_next_opt': cfg/cfgfile.c:104: warning: call to 'fseek' declared with attribute warning: fseek cannot handle files larger than 4 GB on 32-bit platforms - use fseeko function for handling of large files libtool: compile: x86_64-pc-linux-gnu-gcc -std=gnu99 -DHAVE_CONFIG_H -I. -I.. -I./../gl -I./../gl -I./../lib/includes -I./../lib/includes -I./../libextra/includes -I./cfg -march=core2 -O2 -MT libcfg_la-cmdline.lo -MD -MP -MF .deps/libcfg_la-cmdline.Tpo -c cfg/cmdline.c -fPIC -DPIC -o .libs/libcfg_la-cmdline.o libtool: compile: x86_64-pc-linux-gnu-gcc -std=gnu99 -DHAVE_CONFIG_H -I. -I.. -I./../gl -I./../gl -I./../lib/includes -I./../lib/includes -I./../libextra/includes -I./cfg -march=core2 -O2 -MT libcfg_la-cfgfile.lo -MD -MP -MF .deps/libcfg_la-cfgfile.Tpo -c cfg/cfgfile.c -o libcfg_la-cfgfile.o >/dev/null 2>&1 mv -f .deps/libcmd_cli_la-cli-gaa.Tpo .deps/libcmd_cli_la-cli-gaa.Plo /bin/sh ../libtool --tag=CC --mode=compile x86_64-pc-linux-gnu-gcc -std=gnu99 -DHAVE_CONFIG_H -I. -I.. -I./../gl -I./../gl -I./../lib/includes -I./../lib/includes -I./../libextra/includes -I./cfg -march=core2 -O2 -MT libcfg_la-parse.lo -MD -MP -MF .deps/libcfg_la-parse.Tpo -c -o libcfg_la-parse.lo `test -f 'cfg/parse.c' || echo './'`cfg/parse.c libtool: compile: x86_64-pc-linux-gnu-gcc -std=gnu99 -DHAVE_CONFIG_H -I. -I.. -I./../gl -I./../gl -I./../lib/includes -I./../lib/includes -I./../libextra/includes -I./cfg -march=core2 -O2 -MT libcfg_la-parse.lo -MD -MP -MF .deps/libcfg_la-parse.Tpo -c cfg/parse.c -fPIC -DPIC -o .libs/libcfg_la-parse.o libtool: compile: x86_64-pc-linux-gnu-gcc -std=gnu99 -DHAVE_CONFIG_H -I. -I.. -I./../gl -I./../gl -I./../lib/includes -I./../lib/includes -I./../libextra/includes -I./cfg -march=core2 -O2 -MT libcfg_la-cmdline.lo -MD -MP -MF .deps/libcfg_la-cmdline.Tpo -c cfg/cmdline.c -o libcfg_la-cmdline.o >/dev/null 2>&1 mv -f .deps/libcmd_serv_la-serv-gaa.Tpo .deps/libcmd_serv_la-serv-gaa.Plo /bin/sh ../libtool --tag=CC --mode=compile x86_64-pc-linux-gnu-gcc -std=gnu99 -DHAVE_CONFIG_H -I. -I.. -I./../gl -I./../gl -I./../lib/includes -I./../lib/includes -I./../libextra/includes -I./cfg -march=core2 -O2 -MT libcfg_la-props.lo -MD -MP -MF .deps/libcfg_la-props.Tpo -c -o libcfg_la-props.lo `test -f 'cfg/props.c' || echo './'`cfg/props.c mv -f .deps/libcfg_la-cfgfile.Tpo .deps/libcfg_la-cfgfile.Plo /bin/sh ../libtool --tag=CC --mode=compile x86_64-pc-linux-gnu-gcc -std=gnu99 -DHAVE_CONFIG_H -I. -I.. -I./../gl -I./../gl -I./../lib/includes -I./../lib/includes -I./../libextra/includes -I./cfg -march=core2 -O2 -MT libcfg_la-shared.lo -MD -MP -MF .deps/libcfg_la-shared.Tpo -c -o libcfg_la-shared.lo `test -f 'cfg/shared.c' || echo './'`cfg/shared.c libtool: compile: x86_64-pc-linux-gnu-gcc -std=gnu99 -DHAVE_CONFIG_H -I. -I.. -I./../gl -I./../gl -I./../lib/includes -I./../lib/includes -I./../libextra/includes -I./cfg -march=core2 -O2 -MT libcfg_la-props.lo -MD -MP -MF .deps/libcfg_la-props.Tpo -c cfg/props.c -fPIC -DPIC -o .libs/libcfg_la-props.o libtool: compile: x86_64-pc-linux-gnu-gcc -std=gnu99 -DHAVE_CONFIG_H -I. -I.. -I./../gl -I./../gl -I./../lib/includes -I./../lib/includes -I./../libextra/includes -I./cfg -march=core2 -O2 -MT libcfg_la-parse.lo -MD -MP -MF .deps/libcfg_la-parse.Tpo -c cfg/parse.c -o libcfg_la-parse.o >/dev/null 2>&1 libtool: compile: x86_64-pc-linux-gnu-gcc -std=gnu99 -DHAVE_CONFIG_H -I. -I.. -I./../gl -I./../gl -I./../lib/includes -I./../lib/includes -I./../libextra/includes -I./cfg -march=core2 -O2 -MT libcfg_la-shared.lo -MD -MP -MF .deps/libcfg_la-shared.Tpo -c cfg/shared.c -fPIC -DPIC -o .libs/libcfg_la-shared.o mv -f .deps/libcfg_la-cmdline.Tpo .deps/libcfg_la-cmdline.Plo /bin/sh ../libtool --tag=CC --mode=compile x86_64-pc-linux-gnu-gcc -std=gnu99 -DHAVE_CONFIG_H -I. -I.. -I./../gl -I./../gl -I./../lib/includes -I./../lib/includes -I./../libextra/includes -I./cfg -march=core2 -O2 -MT libcfg_la-dynfgets.lo -MD -MP -MF .deps/libcfg_la-dynfgets.Tpo -c -o libcfg_la-dynfgets.lo `test -f 'cfg/platon/str/dynfgets.c' || echo './'`cfg/platon/str/dynfgets.c mv -f .deps/libcfg_la-parse.Tpo .deps/libcfg_la-parse.Plo /bin/sh ../libtool --tag=CC --mode=compile x86_64-pc-linux-gnu-gcc -std=gnu99 -DHAVE_CONFIG_H -I. -I.. -I./../gl -I./../gl -I./../lib/includes -I./../lib/includes -I./../libextra/includes -I./cfg -march=core2 -O2 -MT libcfg_la-strctype.lo -MD -MP -MF .deps/libcfg_la-strctype.Tpo -c -o libcfg_la-strctype.lo `test -f 'cfg/platon/str/strctype.c' || echo './'`cfg/platon/str/strctype.c libtool: compile: x86_64-pc-linux-gnu-gcc -std=gnu99 -DHAVE_CONFIG_H -I. -I.. -I./../gl -I./../gl -I./../lib/includes -I./../lib/includes -I./../libextra/includes -I./cfg -march=core2 -O2 -MT libcfg_la-dynfgets.lo -MD -MP -MF .deps/libcfg_la-dynfgets.Tpo -c cfg/platon/str/dynfgets.c -fPIC -DPIC -o .libs/libcfg_la-dynfgets.o libtool: compile: x86_64-pc-linux-gnu-gcc -std=gnu99 -DHAVE_CONFIG_H -I. -I.. -I./../gl -I./../gl -I./../lib/includes -I./../lib/includes -I./../libextra/includes -I./cfg -march=core2 -O2 -MT libcfg_la-strctype.lo -MD -MP -MF .deps/libcfg_la-strctype.Tpo -c cfg/platon/str/strctype.c -fPIC -DPIC -o .libs/libcfg_la-strctype.o libtool: compile: x86_64-pc-linux-gnu-gcc -std=gnu99 -DHAVE_CONFIG_H -I. -I.. -I./../gl -I./../gl -I./../lib/includes -I./../lib/includes -I./../libextra/includes -I./cfg -march=core2 -O2 -MT libcfg_la-props.lo -MD -MP -MF .deps/libcfg_la-props.Tpo -c cfg/props.c -o libcfg_la-props.o >/dev/null 2>&1 libtool: compile: x86_64-pc-linux-gnu-gcc -std=gnu99 -DHAVE_CONFIG_H -I. -I.. -I./../gl -I./../gl -I./../lib/includes -I./../lib/includes -I./../libextra/includes -I./cfg -march=core2 -O2 -MT libcfg_la-dynfgets.lo -MD -MP -MF .deps/libcfg_la-dynfgets.Tpo -c cfg/platon/str/dynfgets.c -o libcfg_la-dynfgets.o >/dev/null 2>&1 libtool: compile: x86_64-pc-linux-gnu-gcc -std=gnu99 -DHAVE_CONFIG_H -I. -I.. -I./../gl -I./../gl -I./../lib/includes -I./../lib/includes -I./../libextra/includes -I./cfg -march=core2 -O2 -MT libcfg_la-strctype.lo -MD -MP -MF .deps/libcfg_la-strctype.Tpo -c cfg/platon/str/strctype.c -o libcfg_la-strctype.o >/dev/null 2>&1 mv -f .deps/libcfg_la-strctype.Tpo .deps/libcfg_la-strctype.Plo /bin/sh ../libtool --tag=CC --mode=compile x86_64-pc-linux-gnu-gcc -std=gnu99 -DHAVE_CONFIG_H -I. -I.. -I./../gl -I./../gl -I./../lib/includes -I./../lib/includes -I./../libextra/includes -I./cfg -march=core2 -O2 -MT libcfg_la-strdyn.lo -MD -MP -MF .deps/libcfg_la-strdyn.Tpo -c -o libcfg_la-strdyn.lo `test -f 'cfg/platon/str/strdyn.c' || echo './'`cfg/platon/str/strdyn.c mv -f .deps/libcfg_la-dynfgets.Tpo .deps/libcfg_la-dynfgets.Plo /bin/sh ../libtool --tag=CC --mode=compile x86_64-pc-linux-gnu-gcc -std=gnu99 -DHAVE_CONFIG_H -I. -I.. -I./../gl -I./../gl -I./../lib/includes -I./../lib/includes -I./../libextra/includes -I./cfg -march=core2 -O2 -MT libcfg_la-strplus.lo -MD -MP -MF .deps/libcfg_la-strplus.Tpo -c -o libcfg_la-strplus.lo `test -f 'cfg/platon/str/strplus.c' || echo './'`cfg/platon/str/strplus.c libtool: compile: x86_64-pc-linux-gnu-gcc -std=gnu99 -DHAVE_CONFIG_H -I. -I.. -I./../gl -I./../gl -I./../lib/includes -I./../lib/includes -I./../libextra/includes -I./cfg -march=core2 -O2 -MT libcfg_la-shared.lo -MD -MP -MF .deps/libcfg_la-shared.Tpo -c cfg/shared.c -o libcfg_la-shared.o >/dev/null 2>&1 libtool: compile: x86_64-pc-linux-gnu-gcc -std=gnu99 -DHAVE_CONFIG_H -I. -I.. -I./../gl -I./../gl -I./../lib/includes -I./../lib/includes -I./../libextra/includes -I./cfg -march=core2 -O2 -MT libcfg_la-strdyn.lo -MD -MP -MF .deps/libcfg_la-strdyn.Tpo -c cfg/platon/str/strdyn.c -fPIC -DPIC -o .libs/libcfg_la-strdyn.o libtool: compile: x86_64-pc-linux-gnu-gcc -std=gnu99 -DHAVE_CONFIG_H -I. -I.. -I./../gl -I./../gl -I./../lib/includes -I./../lib/includes -I./../libextra/includes -I./cfg -march=core2 -O2 -MT libcfg_la-strplus.lo -MD -MP -MF .deps/libcfg_la-strplus.Tpo -c cfg/platon/str/strplus.c -fPIC -DPIC -o .libs/libcfg_la-strplus.o mv -f .deps/libcfg_la-props.Tpo .deps/libcfg_la-props.Plo /bin/sh ../libtool --tag=CC --mode=compile x86_64-pc-linux-gnu-gcc -std=gnu99 -DHAVE_CONFIG_H -I. -I.. -I./../gl -I./../gl -I./../lib/includes -I./../lib/includes -I./../libextra/includes -I./cfg -march=core2 -O2 -MT libcmd_certtool_la-certtool-gaa.lo -MD -MP -MF .deps/libcmd_certtool_la-certtool-gaa.Tpo -c -o libcmd_certtool_la-certtool-gaa.lo `test -f 'certtool-gaa.c' || echo './'`certtool-gaa.c libtool: compile: x86_64-pc-linux-gnu-gcc -std=gnu99 -DHAVE_CONFIG_H -I. -I.. -I./../gl -I./../gl -I./../lib/includes -I./../lib/includes -I./../libextra/includes -I./cfg -march=core2 -O2 -MT libcmd_certtool_la-certtool-gaa.lo -MD -MP -MF .deps/libcmd_certtool_la-certtool-gaa.Tpo -c certtool-gaa.c -fPIC -DPIC -o .libs/libcmd_certtool_la-certtool-gaa.o libtool: compile: x86_64-pc-linux-gnu-gcc -std=gnu99 -DHAVE_CONFIG_H -I. -I.. -I./../gl -I./../gl -I./../lib/includes -I./../lib/includes -I./../libextra/includes -I./cfg -march=core2 -O2 -MT libcfg_la-strplus.lo -MD -MP -MF .deps/libcfg_la-strplus.Tpo -c cfg/platon/str/strplus.c -o libcfg_la-strplus.o >/dev/null 2>&1 libtool: compile: x86_64-pc-linux-gnu-gcc -std=gnu99 -DHAVE_CONFIG_H -I. -I.. -I./../gl -I./../gl -I./../lib/includes -I./../lib/includes -I./../libextra/includes -I./cfg -march=core2 -O2 -MT libcfg_la-strdyn.lo -MD -MP -MF .deps/libcfg_la-strdyn.Tpo -c cfg/platon/str/strdyn.c -o libcfg_la-strdyn.o >/dev/null 2>&1 mv -f .deps/libcfg_la-shared.Tpo .deps/libcfg_la-shared.Plo /bin/sh ../libtool --tag=CC --mode=compile x86_64-pc-linux-gnu-gcc -std=gnu99 -DHAVE_CONFIG_H -I. -I.. -I./../gl -I./../gl -I./../lib/includes -I./../lib/includes -I./../libextra/includes -I./cfg -march=core2 -O2 -MT libcmd_certtool_la-certtool-cfg.lo -MD -MP -MF .deps/libcmd_certtool_la-certtool-cfg.Tpo -c -o libcmd_certtool_la-certtool-cfg.lo `test -f 'certtool-cfg.c' || echo './'`certtool-cfg.c libtool: compile: x86_64-pc-linux-gnu-gcc -std=gnu99 -DHAVE_CONFIG_H -I. -I.. -I./../gl -I./../gl -I./../lib/includes -I./../lib/includes -I./../libextra/includes -I./cfg -march=core2 -O2 -MT libcmd_certtool_la-certtool-cfg.lo -MD -MP -MF .deps/libcmd_certtool_la-certtool-cfg.Tpo -c certtool-cfg.c -fPIC -DPIC -o .libs/libcmd_certtool_la-certtool-cfg.o mv -f .deps/libcfg_la-strplus.Tpo .deps/libcfg_la-strplus.Plo x86_64-pc-linux-gnu-gcc -std=gnu99 -DHAVE_CONFIG_H -I. -I.. -I./../gl -I./../gl -I./../lib/includes -I./../lib/includes -I./../libextra/includes -I./cfg -march=core2 -O2 -MT serv.o -MD -MP -MF .deps/serv.Tpo -c -o serv.o serv.c gaa.skel: In function 'gaa_file': gaa.skel:593: warning: call to 'fseek' declared with attribute warning: fseek cannot handle files larger than 4 GB on 32-bit platforms - use fseeko function for handling of large files gaa.skel:609: warning: call to 'fseek' declared with attribute warning: fseek cannot handle files larger than 4 GB on 32-bit platforms - use fseeko function for handling of large files mv -f .deps/libcfg_la-strdyn.Tpo .deps/libcfg_la-strdyn.Plo serv.c: In function 'main': serv.c:1187: warning: cast to pointer from integer of different size x86_64-pc-linux-gnu-gcc -std=gnu99 -DHAVE_CONFIG_H -I. -I.. -I./../gl -I./../gl -I./../lib/includes -I./../lib/includes -I./../libextra/includes -I./cfg -march=core2 -O2 -MT common.o -MD -MP -MF .deps/common.Tpo -c -o common.o common.c libtool: compile: x86_64-pc-linux-gnu-gcc -std=gnu99 -DHAVE_CONFIG_H -I. -I.. -I./../gl -I./../gl -I./../lib/includes -I./../lib/includes -I./../libextra/includes -I./cfg -march=core2 -O2 -MT libcmd_certtool_la-certtool-gaa.lo -MD -MP -MF .deps/libcmd_certtool_la-certtool-gaa.Tpo -c certtool-gaa.c -o libcmd_certtool_la-certtool-gaa.o >/dev/null 2>&1 libtool: compile: x86_64-pc-linux-gnu-gcc -std=gnu99 -DHAVE_CONFIG_H -I. -I.. -I./../gl -I./../gl -I./../lib/includes -I./../lib/includes -I./../libextra/includes -I./cfg -march=core2 -O2 -MT libcmd_certtool_la-certtool-cfg.lo -MD -MP -MF .deps/libcmd_certtool_la-certtool-cfg.Tpo -c certtool-cfg.c -o libcmd_certtool_la-certtool-cfg.o >/dev/null 2>&1 mv -f .deps/common.Tpo .deps/common.Po x86_64-pc-linux-gnu-gcc -std=gnu99 -DHAVE_CONFIG_H -I. -I.. -I./../gl -I./../gl -I./../lib/includes -I./../lib/includes -I./../libextra/includes -I./cfg -march=core2 -O2 -MT cli.o -MD -MP -MF .deps/cli.Tpo -c -o cli.o cli.c mv -f .deps/libcmd_certtool_la-certtool-gaa.Tpo .deps/libcmd_certtool_la-certtool-gaa.Plo x86_64-pc-linux-gnu-gcc -std=gnu99 -DHAVE_CONFIG_H -I. -I.. -I./../gl -I./../gl -I./../lib/includes -I./../lib/includes -I./../libextra/includes -I./cfg -march=core2 -O2 -MT psk.o -MD -MP -MF .deps/psk.Tpo -c -o psk.o psk.c cli.c: In function 'do_handshake': cli.c:1025: warning: cast to pointer from integer of different size mv -f .deps/psk.Tpo .deps/psk.Po mv -f .deps/serv.Tpo .deps/serv.Po x86_64-pc-linux-gnu-gcc -std=gnu99 -DHAVE_CONFIG_H -I. -I.. -I./../gl -I./../gl -I./../lib/includes -I./../lib/includes -I./../libextra/includes -I./cfg -march=core2 -O2 -MT tls_test.o -MD -MP -MF .deps/tls_test.Tpo -c -o tls_test.o tls_test.c x86_64-pc-linux-gnu-gcc -std=gnu99 -DHAVE_CONFIG_H -I. -I.. -I./../gl -I./../gl -I./../lib/includes -I./../lib/includes -I./../libextra/includes -I./cfg -march=core2 -O2 -MT tests.o -MD -MP -MF .deps/tests.Tpo -c -o tests.o tests.c mv -f .deps/libcmd_certtool_la-certtool-cfg.Tpo .deps/libcmd_certtool_la-certtool-cfg.Plo x86_64-pc-linux-gnu-gcc -std=gnu99 -DHAVE_CONFIG_H -I. -I.. -I./../gl -I./../gl -I./../lib/includes -I./../lib/includes -I./../libextra/includes -I./cfg -march=core2 -O2 -MT certtool.o -MD -MP -MF .deps/certtool.Tpo -c -o certtool.o certtool.c tls_test.c: In function 'main': tls_test.c:265: warning: cast to pointer from integer of different size certtool.c: In function 'print_private_key': certtool.c:279: warning: ignoring return value of 'fwrite', declared with attribute warn_unused_result certtool.c: In function 'generate_self_signed': certtool.c:723: warning: ignoring return value of 'fwrite', declared with attribute warn_unused_result certtool.c: In function 'generate_signed_certificate': certtool.c:765: warning: ignoring return value of 'fwrite', declared with attribute warn_unused_result certtool.c: In function 'generate_proxy_certificate': certtool.c:799: warning: ignoring return value of 'fwrite', declared with attribute warn_unused_result certtool.c: In function 'update_signed_certificate': certtool.c:868: warning: ignoring return value of 'fwrite', declared with attribute warn_unused_result certtool.c: In function 'certificate_info': certtool.c:1122: warning: ignoring return value of 'fwrite', declared with attribute warn_unused_result certtool.c: In function 'pgp_certificate_info': certtool.c:1187: warning: ignoring return value of 'fwrite', declared with attribute warn_unused_result certtool.c: In function 'pgp_ring_info': certtool.c:1356: warning: ignoring return value of 'fwrite', declared with attribute warn_unused_result certtool.c: In function 'print_crl_info': certtool.c:1429: warning: ignoring return value of 'fwrite', declared with attribute warn_unused_result certtool.c: In function 'print_crq_info': certtool.c:1485: warning: ignoring return value of 'fwrite', declared with attribute warn_unused_result certtool.c: In function 'generate_pkcs8': certtool.c:2508: warning: ignoring return value of 'fwrite', declared with attribute warn_unused_result certtool.c: In function 'generate_pkcs12': certtool.c:2659: warning: ignoring return value of 'fwrite', declared with attribute warn_unused_result mv -f .deps/tls_test.Tpo .deps/tls_test.Po x86_64-pc-linux-gnu-gcc -std=gnu99 -DHAVE_CONFIG_H -I. -I.. -I./../gl -I./../gl -I./../lib/includes -I./../lib/includes -I./../libextra/includes -I./cfg -march=core2 -O2 -MT prime.o -MD -MP -MF .deps/prime.Tpo -c -o prime.o prime.c mv -f .deps/cli.Tpo .deps/cli.Po x86_64-pc-linux-gnu-gcc -std=gnu99 -DHAVE_CONFIG_H -I. -I.. -I./../gl -I./../gl -I./../lib/includes -I./../lib/includes -I./../libextra/includes -I./cfg -march=core2 -O2 -MT crypt.o -MD -MP -MF .deps/crypt.Tpo -c -o crypt.o crypt.c crypt.c: In function 'generate_create_conf': crypt.c:136: warning: ignoring return value of 'fwrite', declared with attribute warn_unused_result mv -f .deps/prime.Tpo .deps/prime.Po x86_64-pc-linux-gnu-gcc -std=gnu99 -DHAVE_CONFIG_H -I. -I.. -I./../gl -I./../gl -I./../lib/includes -I./../lib/includes -I./../libextra/includes -I./cfg -march=core2 -O2 -MT benchmark.o -MD -MP -MF .deps/benchmark.Tpo -c -o benchmark.o benchmark.c mv -f .deps/tests.Tpo .deps/tests.Po /bin/sh ../libtool --tag=CC --mode=link x86_64-pc-linux-gnu-gcc -std=gnu99 -march=core2 -O2 -Wl,-O1 -Wl,--as-needed -Wl,--hash-style=gnu -o libcmd-serv.la libcmd_serv_la-serv-gaa.lo mv -f .deps/crypt.Tpo .deps/crypt.Po mv -f .deps/benchmark.Tpo .deps/benchmark.Po /bin/sh ../libtool --tag=CC --mode=link x86_64-pc-linux-gnu-gcc -std=gnu99 -march=core2 -O2 -Wl,-O1 -Wl,--as-needed -Wl,--hash-style=gnu -o libcmd-srp.la libcmd_srp_la-crypt-gaa.lo /bin/sh ../libtool --tag=CC --mode=link x86_64-pc-linux-gnu-gcc -std=gnu99 -march=core2 -O2 -Wl,-O1 -Wl,--as-needed -Wl,--hash-style=gnu -o libcmd-psk.la libcmd_psk_la-psk-gaa.lo libtool: link: x86_64-pc-linux-gnu-ar cru .libs/libcmd-serv.a .libs/libcmd_serv_la-serv-gaa.o libtool: link: x86_64-pc-linux-gnu-ranlib .libs/libcmd-serv.a libtool: link: ( cd ".libs" && rm -f "libcmd-serv.la" && ln -s "../libcmd-serv.la" "libcmd-serv.la" ) /bin/sh ../libtool --tag=CC --mode=link x86_64-pc-linux-gnu-gcc -std=gnu99 -march=core2 -O2 -Wl,-O1 -Wl,--as-needed -Wl,--hash-style=gnu -o libcmd-cli.la libcmd_cli_la-cli-gaa.lo libtool: link: x86_64-pc-linux-gnu-ar cru .libs/libcmd-psk.a .libs/libcmd_psk_la-psk-gaa.o libtool: link: x86_64-pc-linux-gnu-ranlib .libs/libcmd-psk.a libtool: link: ( cd ".libs" && rm -f "libcmd-psk.la" && ln -s "../libcmd-psk.la" "libcmd-psk.la" ) libtool: link: x86_64-pc-linux-gnu-ar cru .libs/libcmd-srp.a .libs/libcmd_srp_la-crypt-gaa.o libtool: link: x86_64-pc-linux-gnu-ranlib .libs/libcmd-srp.a /bin/sh ../libtool --tag=CC --mode=link x86_64-pc-linux-gnu-gcc -std=gnu99 -march=core2 -O2 -Wl,-O1 -Wl,--as-needed -Wl,--hash-style=gnu -o libcmd-cli-debug.la libcmd_cli_debug_la-tls_test-gaa.lo libtool: link: ( cd ".libs" && rm -f "libcmd-srp.la" && ln -s "../libcmd-srp.la" "libcmd-srp.la" ) libtool: link: x86_64-pc-linux-gnu-ar cru .libs/libcmd-cli.a .libs/libcmd_cli_la-cli-gaa.o libtool: link: x86_64-pc-linux-gnu-ranlib .libs/libcmd-cli.a /bin/sh ../libtool --tag=CC --mode=link x86_64-pc-linux-gnu-gcc -std=gnu99 -march=core2 -O2 -Wl,-O1 -Wl,--as-needed -Wl,--hash-style=gnu -o libcfg.la libcfg_la-cfg+.lo libcfg_la-cfgfile.lo libcfg_la-cmdline.lo libcfg_la-parse.lo libcfg_la-props.lo libcfg_la-shared.lo libcfg_la-dynfgets.lo libcfg_la-strctype.lo libcfg_la-strdyn.lo libcfg_la-strplus.lo libtool: link: ( cd ".libs" && rm -f "libcmd-cli.la" && ln -s "../libcmd-cli.la" "libcmd-cli.la" ) /bin/sh ../libtool --tag=CC --mode=link x86_64-pc-linux-gnu-gcc -std=gnu99 -march=core2 -O2 -Wl,-O1 -Wl,--as-needed -Wl,--hash-style=gnu -o libcmd-certtool.la libcmd_certtool_la-certtool-gaa.lo libcmd_certtool_la-certtool-cfg.lo ../gl/libgnu.la -L/usr/lib64 -lreadline ../lib/libgnutls.la ../libextra/libgnutls-extra.la ../gl/libgnu.la libtool: link: x86_64-pc-linux-gnu-ar cru .libs/libcmd-cli-debug.a .libs/libcmd_cli_debug_la-tls_test-gaa.o libtool: link: x86_64-pc-linux-gnu-ranlib .libs/libcmd-cli-debug.a libtool: link: ( cd ".libs" && rm -f "libcmd-cli-debug.la" && ln -s "../libcmd-cli-debug.la" "libcmd-cli-debug.la" ) /bin/sh ../libtool --tag=CC --mode=link x86_64-pc-linux-gnu-gcc -std=gnu99 -march=core2 -O2 -Wl,-O1 -Wl,--as-needed -Wl,--hash-style=gnu -o gnutls-serv serv.o common.o ../lib/libgnutls.la ../libextra/libgnutls-extra.la libcmd-serv.la ../gl/libgnu.la -L/usr/lib64 -lgcrypt -L/usr/lib64 -lgpg-error libtool: link: x86_64-pc-linux-gnu-ar cru .libs/libcfg.a .libs/libcfg_la-cfg+.o .libs/libcfg_la-cfgfile.o .libs/libcfg_la-cmdline.o .libs/libcfg_la-parse.o .libs/libcfg_la-props.o .libs/libcfg_la-shared.o .libs/libcfg_la-dynfgets.o .libs/libcfg_la-strctype.o .libs/libcfg_la-strdyn.o .libs/libcfg_la-strplus.o libtool: link: x86_64-pc-linux-gnu-ranlib .libs/libcfg.a libtool: link: ( cd ".libs" && rm -f "libcfg.la" && ln -s "../libcfg.la" "libcfg.la" ) /bin/sh ../libtool --tag=CC --mode=link x86_64-pc-linux-gnu-gcc -std=gnu99 -march=core2 -O2 -Wl,-O1 -Wl,--as-needed -Wl,--hash-style=gnu -o gnutls-cli cli.o common.o ../lib/libgnutls.la ../libextra/libgnutls-extra.la libcmd-cli.la ../gl/libgnu.la -L/usr/lib64 -lgcrypt -L/usr/lib64 -lgpg-error mv -f .deps/certtool.Tpo .deps/certtool.Po /bin/sh ../libtool --tag=CC --mode=link x86_64-pc-linux-gnu-gcc -std=gnu99 -march=core2 -O2 -Wl,-O1 -Wl,--as-needed -Wl,--hash-style=gnu -o psktool psk.o ../lib/libgnutls.la libcmd-psk.la ../gl/libgnu.la libtool: link: (cd .libs/libcmd-certtool.lax/libgnu.a && x86_64-pc-linux-gnu-ar x "/tmp/portage/net-libs/gnutls-2.10.1/work/gnutls-2.10.1/src/../gl/.libs/libgnu.a") libtool: link: (cd .libs/libcmd-certtool.lax/lt1-libgnu.a && x86_64-pc-linux-gnu-ar x "/tmp/portage/net-libs/gnutls-2.10.1/work/gnutls-2.10.1/src/../gl/.libs/libgnu.a") libtool: link: x86_64-pc-linux-gnu-gcc -std=gnu99 -march=core2 -O2 -Wl,-O1 -Wl,--hash-style=gnu -o .libs/gnutls-serv serv.o common.o -Wl,--as-needed ../lib/.libs/libgnutls.so -L/usr/lib64 ../libextra/.libs/libgnutls-extra.so /tmp/portage/net-libs/gnutls-2.10.1/work/gnutls-2.10.1/lib/.libs/libgnutls.so /usr/lib64/libtasn1.so -lz ./.libs/libcmd-serv.a ../gl/.libs/libgnu.a /usr/lib64/libgcrypt.so /usr/lib64/libgpg-error.so copying selected object files to avoid basename conflicts... libtool: link: ln .libs/libcmd-certtool.lax/lt1-libgnu.a/asnprintf.o .libs/libcmd-certtool.lax/lt1-asnprintf.o || cp .libs/libcmd-certtool.lax/lt1-libgnu.a/asnprintf.o .libs/libcmd-certtool.lax/lt1-asnprintf.o libtool: link: ln .libs/libcmd-certtool.lax/lt1-libgnu.a/c-ctype.o .libs/libcmd-certtool.lax/lt2-c-ctype.o || cp .libs/libcmd-certtool.lax/lt1-libgnu.a/c-ctype.o .libs/libcmd-certtool.lax/lt2-c-ctype.o libtool: link: x86_64-pc-linux-gnu-gcc -std=gnu99 -march=core2 -O2 -Wl,-O1 -Wl,--hash-style=gnu -o .libs/gnutls-cli cli.o common.o -Wl,--as-needed ../lib/.libs/libgnutls.so -L/usr/lib64 ../libextra/.libs/libgnutls-extra.so /tmp/portage/net-libs/gnutls-2.10.1/work/gnutls-2.10.1/lib/.libs/libgnutls.so /usr/lib64/libtasn1.so -lz ./.libs/libcmd-cli.a ../gl/.libs/libgnu.a /usr/lib64/libgcrypt.so /usr/lib64/libgpg-error.so libtool: link: ln .libs/libcmd-certtool.lax/lt1-libgnu.a/close-hook.o .libs/libcmd-certtool.lax/lt3-close-hook.o || cp .libs/libcmd-certtool.lax/lt1-libgnu.a/close-hook.o .libs/libcmd-certtool.lax/lt3-close-hook.o libtool: link: ln .libs/libcmd-certtool.lax/lt1-libgnu.a/getpass.o .libs/libcmd-certtool.lax/lt4-getpass.o || cp .libs/libcmd-certtool.lax/lt1-libgnu.a/getpass.o .libs/libcmd-certtool.lax/lt4-getpass.o libtool: link: ln .libs/libcmd-certtool.lax/lt1-libgnu.a/gettime.o .libs/libcmd-certtool.lax/lt5-gettime.o || cp .libs/libcmd-certtool.lax/lt1-libgnu.a/gettime.o .libs/libcmd-certtool.lax/lt5-gettime.o libtool: link: ln .libs/libcmd-certtool.lax/lt1-libgnu.a/printf-args.o .libs/libcmd-certtool.lax/lt6-printf-args.o || cp .libs/libcmd-certtool.lax/lt1-libgnu.a/printf-args.o .libs/libcmd-certtool.lax/lt6-printf-args.o libtool: link: ln .libs/libcmd-certtool.lax/lt1-libgnu.a/printf-parse.o .libs/libcmd-certtool.lax/lt7-printf-parse.o || cp .libs/libcmd-certtool.lax/lt1-libgnu.a/printf-parse.o .libs/libcmd-certtool.lax/lt7-printf-parse.o libtool: link: ln .libs/libcmd-certtool.lax/lt1-libgnu.a/progname.o .libs/libcmd-certtool.lax/lt8-progname.o || cp .libs/libcmd-certtool.lax/lt1-libgnu.a/progname.o .libs/libcmd-certtool.lax/lt8-progname.o libtool: link: ln .libs/libcmd-certtool.lax/lt1-libgnu.a/read-file.o .libs/libcmd-certtool.lax/lt9-read-file.o || cp .libs/libcmd-certtool.lax/lt1-libgnu.a/read-file.o .libs/libcmd-certtool.lax/lt9-read-file.o libtool: link: ln .libs/libcmd-certtool.lax/lt1-libgnu.a/sockets.o .libs/libcmd-certtool.lax/lt10-sockets.o || cp .libs/libcmd-certtool.lax/lt1-libgnu.a/sockets.o .libs/libcmd-certtool.lax/lt10-sockets.o libtool: link: ln .libs/libcmd-certtool.lax/lt1-libgnu.a/vasnprintf.o .libs/libcmd-certtool.lax/lt11-vasnprintf.o || cp .libs/libcmd-certtool.lax/lt1-libgnu.a/vasnprintf.o .libs/libcmd-certtool.lax/lt11-vasnprintf.o libtool: link: ln .libs/libcmd-certtool.lax/lt1-libgnu.a/version-etc-fsf.o .libs/libcmd-certtool.lax/lt12-version-etc-fsf.o || cp .libs/libcmd-certtool.lax/lt1-libgnu.a/version-etc-fsf.o .libs/libcmd-certtool.lax/lt12-version-etc-fsf.o libtool: link: ln .libs/libcmd-certtool.lax/lt1-libgnu.a/version-etc.o .libs/libcmd-certtool.lax/lt13-version-etc.o || cp .libs/libcmd-certtool.lax/lt1-libgnu.a/version-etc.o .libs/libcmd-certtool.lax/lt13-version-etc.o libtool: link: x86_64-pc-linux-gnu-ar cru .libs/libcmd-certtool.a .libs/libcmd_certtool_la-certtool-gaa.o .libs/libcmd_certtool_la-certtool-cfg.o .libs/libcmd-certtool.lax/libgnu.a/asnprintf.o .libs/libcmd-certtool.lax/libgnu.a/c-ctype.o .libs/libcmd-certtool.lax/libgnu.a/close-hook.o .libs/libcmd-certtool.lax/libgnu.a/getpass.o .libs/libcmd-certtool.lax/libgnu.a/gettime.o .libs/libcmd-certtool.lax/libgnu.a/printf-args.o .libs/libcmd-certtool.lax/libgnu.a/printf-parse.o .libs/libcmd-certtool.lax/libgnu.a/progname.o .libs/libcmd-certtool.lax/libgnu.a/read-file.o .libs/libcmd-certtool.lax/libgnu.a/sockets.o .libs/libcmd-certtool.lax/libgnu.a/vasnprintf.o .libs/libcmd-certtool.lax/libgnu.a/version-etc-fsf.o .libs/libcmd-certtool.lax/libgnu.a/version-etc.o .libs/libcmd-certtool.lax/lt1-asnprintf.o .libs/libcmd-certtool.lax/lt2-c-ctype.o .libs/libcmd-certtool.lax/lt3-close-hook.o .libs/libcmd-certtool.lax/lt4-getpass.o .libs/libcmd-certtool.lax/lt5-gettime.o .libs/libcmd-certtool.lax/lt6-printf-args.o .libs/libcmd-certtool.lax/lt7-printf-parse.o .libs/libcmd-certtool.lax/lt8-progname.o .libs/libcmd-certtool.lax/lt9-read-file.o .libs/libcmd-certtool.lax/lt10-sockets.o .libs/libcmd-certtool.lax/lt11-vasnprintf.o .libs/libcmd-certtool.lax/lt12-version-etc-fsf.o .libs/libcmd-certtool.lax/lt13-version-etc.o libtool: link: x86_64-pc-linux-gnu-ranlib .libs/libcmd-certtool.a /bin/sh ../libtool --tag=CC --mode=link x86_64-pc-linux-gnu-gcc -std=gnu99 -march=core2 -O2 -Wl,-O1 -Wl,--as-needed -Wl,--hash-style=gnu -o gnutls-cli-debug tls_test.o tests.o common.o ../lib/libgnutls.la libcmd-cli-debug.la ../gl/libgnu.la libtool: link: rm -fr .libs/libcmd-certtool.lax .libs/libcmd-certtool.lax /bin/sh ../libtool --tag=CC --mode=link x86_64-pc-linux-gnu-gcc -std=gnu99 -march=core2 -O2 -Wl,-O1 -Wl,--as-needed -Wl,--hash-style=gnu -o srptool crypt.o ../lib/libgnutls.la libcmd-srp.la ../gl/libgnu.la libtool: link: ( cd ".libs" && rm -f "libcmd-certtool.la" && ln -s "../libcmd-certtool.la" "libcmd-certtool.la" ) /bin/sh ../libtool --tag=CC --mode=link x86_64-pc-linux-gnu-gcc -std=gnu99 -march=core2 -O2 -Wl,-O1 -Wl,--as-needed -Wl,--hash-style=gnu -o benchmark benchmark.o ../lib/libgnutls.la ../gl/libgnu.la -lrt libtool: link: x86_64-pc-linux-gnu-gcc -std=gnu99 -march=core2 -O2 -Wl,-O1 -Wl,--hash-style=gnu -o .libs/psktool psk.o -Wl,--as-needed ../lib/.libs/libgnutls.so -L/usr/lib64 /usr/lib64/libtasn1.so -lz /usr/lib64/libgcrypt.so /usr/lib64/libgpg-error.so ./.libs/libcmd-psk.a ../gl/.libs/libgnu.a /bin/sh ../libtool --tag=CC --mode=link x86_64-pc-linux-gnu-gcc -std=gnu99 -march=core2 -O2 -Wl,-O1 -Wl,--as-needed -Wl,--hash-style=gnu -o certtool certtool.o prime.o ../lib/libgnutls.la ../libextra/libgnutls-extra.la libcmd-certtool.la ../gl/libgnu.la -L/usr/lib64 -lgcrypt -L/usr/lib64 -lgpg-error libcfg.la libtool: link: x86_64-pc-linux-gnu-gcc -std=gnu99 -march=core2 -O2 -Wl,-O1 -Wl,--hash-style=gnu -o .libs/gnutls-cli-debug tls_test.o tests.o common.o -Wl,--as-needed ../lib/.libs/libgnutls.so -L/usr/lib64 /usr/lib64/libtasn1.so -lz /usr/lib64/libgcrypt.so /usr/lib64/libgpg-error.so ./.libs/libcmd-cli-debug.a ../gl/.libs/libgnu.a libtool: link: x86_64-pc-linux-gnu-gcc -std=gnu99 -march=core2 -O2 -Wl,-O1 -Wl,--hash-style=gnu -o .libs/benchmark benchmark.o -Wl,--as-needed ../lib/.libs/libgnutls.so -L/usr/lib64 /usr/lib64/libtasn1.so -lz /usr/lib64/libgcrypt.so /usr/lib64/libgpg-error.so ../gl/.libs/libgnu.a -lrt libtool: link: x86_64-pc-linux-gnu-gcc -std=gnu99 -march=core2 -O2 -Wl,-O1 -Wl,--hash-style=gnu -o .libs/srptool crypt.o -Wl,--as-needed ../lib/.libs/libgnutls.so -L/usr/lib64 /usr/lib64/libtasn1.so -lz /usr/lib64/libgcrypt.so /usr/lib64/libgpg-error.so ./.libs/libcmd-srp.a ../gl/.libs/libgnu.a libtool: link: x86_64-pc-linux-gnu-gcc -std=gnu99 -march=core2 -O2 -Wl,-O1 -Wl,--hash-style=gnu -o .libs/certtool certtool.o prime.o -Wl,--as-needed ../lib/.libs/libgnutls.so -L/usr/lib64 ../libextra/.libs/libgnutls-extra.so ./.libs/libcmd-certtool.a -lreadline /tmp/portage/net-libs/gnutls-2.10.1/work/gnutls-2.10.1/libextra/.libs/libgnutls-extra.so /tmp/portage/net-libs/gnutls-2.10.1/work/gnutls-2.10.1/lib/.libs/libgnutls.so /usr/lib64/libtasn1.so -lz ../gl/.libs/libgnu.a /usr/lib64/libgcrypt.so /usr/lib64/libgpg-error.so ./.libs/libcfg.a make[3]: Leaving directory `/tmp/portage/net-libs/gnutls-2.10.1/work/gnutls-2.10.1/src' make[2]: Leaving directory `/tmp/portage/net-libs/gnutls-2.10.1/work/gnutls-2.10.1/src' Making all in doc make[2]: Entering directory `/tmp/portage/net-libs/gnutls-2.10.1/work/gnutls-2.10.1/doc' make all-recursive make[3]: Entering directory `/tmp/portage/net-libs/gnutls-2.10.1/work/gnutls-2.10.1/doc' Making all in examples make[4]: Entering directory `/tmp/portage/net-libs/gnutls-2.10.1/work/gnutls-2.10.1/doc/examples' /bin/sh ../../libtool --tag=CC --mode=compile x86_64-pc-linux-gnu-gcc -std=gnu99 -DHAVE_CONFIG_H -I. -I../.. -I../../lib/includes -I../../lib/includes -I../../libextra/includes -I../../gl -I../../gl -D_GL_NO_LARGE_FILES -march=core2 -O2 -MT ex-alert.lo -MD -MP -MF .deps/ex-alert.Tpo -c -o ex-alert.lo ex-alert.c /bin/sh ../../libtool --tag=CC --mode=compile x86_64-pc-linux-gnu-gcc -std=gnu99 -DHAVE_CONFIG_H -I. -I../.. -I../../lib/includes -I../../lib/includes -I../../libextra/includes -I../../gl -I../../gl -D_GL_NO_LARGE_FILES -march=core2 -O2 -MT ex-pkcs12.lo -MD -MP -MF .deps/ex-pkcs12.Tpo -c -o ex-pkcs12.lo ex-pkcs12.c /bin/sh ../../libtool --tag=CC --mode=compile x86_64-pc-linux-gnu-gcc -std=gnu99 -DHAVE_CONFIG_H -I. -I../.. -I../../lib/includes -I../../lib/includes -I../../libextra/includes -I../../gl -I../../gl -D_GL_NO_LARGE_FILES -march=core2 -O2 -MT ex-rfc2818.lo -MD -MP -MF .deps/ex-rfc2818.Tpo -c -o ex-rfc2818.lo ex-rfc2818.c /bin/sh ../../libtool --tag=CC --mode=compile x86_64-pc-linux-gnu-gcc -std=gnu99 -DHAVE_CONFIG_H -I. -I../.. -I../../lib/includes -I../../lib/includes -I../../libextra/includes -I../../gl -I../../gl -D_GL_NO_LARGE_FILES -march=core2 -O2 -MT ex-session-info.lo -MD -MP -MF .deps/ex-session-info.Tpo -c -o ex-session-info.lo ex-session-info.c libtool: compile: x86_64-pc-linux-gnu-gcc -std=gnu99 -DHAVE_CONFIG_H -I. -I../.. -I../../lib/includes -I../../lib/includes -I../../libextra/includes -I../../gl -I../../gl -D_GL_NO_LARGE_FILES -march=core2 -O2 -MT ex-alert.lo -MD -MP -MF .deps/ex-alert.Tpo -c ex-alert.c -fPIC -DPIC -o .libs/ex-alert.o libtool: compile: x86_64-pc-linux-gnu-gcc -std=gnu99 -DHAVE_CONFIG_H -I. -I../.. -I../../lib/includes -I../../lib/includes -I../../libextra/includes -I../../gl -I../../gl -D_GL_NO_LARGE_FILES -march=core2 -O2 -MT ex-rfc2818.lo -MD -MP -MF .deps/ex-rfc2818.Tpo -c ex-rfc2818.c -fPIC -DPIC -o .libs/ex-rfc2818.o libtool: compile: x86_64-pc-linux-gnu-gcc -std=gnu99 -DHAVE_CONFIG_H -I. -I../.. -I../../lib/includes -I../../lib/includes -I../../libextra/includes -I../../gl -I../../gl -D_GL_NO_LARGE_FILES -march=core2 -O2 -MT ex-pkcs12.lo -MD -MP -MF .deps/ex-pkcs12.Tpo -c ex-pkcs12.c -fPIC -DPIC -o .libs/ex-pkcs12.o libtool: compile: x86_64-pc-linux-gnu-gcc -std=gnu99 -DHAVE_CONFIG_H -I. -I../.. -I../../lib/includes -I../../lib/includes -I../../libextra/includes -I../../gl -I../../gl -D_GL_NO_LARGE_FILES -march=core2 -O2 -MT ex-session-info.lo -MD -MP -MF .deps/ex-session-info.Tpo -c ex-session-info.c -fPIC -DPIC -o .libs/ex-session-info.o libtool: compile: x86_64-pc-linux-gnu-gcc -std=gnu99 -DHAVE_CONFIG_H -I. -I../.. -I../../lib/includes -I../../lib/includes -I../../libextra/includes -I../../gl -I../../gl -D_GL_NO_LARGE_FILES -march=core2 -O2 -MT ex-alert.lo -MD -MP -MF .deps/ex-alert.Tpo -c ex-alert.c -o ex-alert.o >/dev/null 2>&1 ex-pkcs12.c: In function 'write_pkcs12': ex-pkcs12.c:126: warning: ignoring return value of 'fwrite', declared with attribute warn_unused_result libtool: compile: x86_64-pc-linux-gnu-gcc -std=gnu99 -DHAVE_CONFIG_H -I. -I../.. -I../../lib/includes -I../../lib/includes -I../../libextra/includes -I../../gl -I../../gl -D_GL_NO_LARGE_FILES -march=core2 -O2 -MT ex-rfc2818.lo -MD -MP -MF .deps/ex-rfc2818.Tpo -c ex-rfc2818.c -o ex-rfc2818.o >/dev/null 2>&1 libtool: compile: x86_64-pc-linux-gnu-gcc -std=gnu99 -DHAVE_CONFIG_H -I. -I../.. -I../../lib/includes -I../../lib/includes -I../../libextra/includes -I../../gl -I../../gl -D_GL_NO_LARGE_FILES -march=core2 -O2 -MT ex-session-info.lo -MD -MP -MF .deps/ex-session-info.Tpo -c ex-session-info.c -o ex-session-info.o >/dev/null 2>&1 libtool: compile: x86_64-pc-linux-gnu-gcc -std=gnu99 -DHAVE_CONFIG_H -I. -I../.. -I../../lib/includes -I../../lib/includes -I../../libextra/includes -I../../gl -I../../gl -D_GL_NO_LARGE_FILES -march=core2 -O2 -MT ex-pkcs12.lo -MD -MP -MF .deps/ex-pkcs12.Tpo -c ex-pkcs12.c -o ex-pkcs12.o >/dev/null 2>&1 mv -f .deps/ex-alert.Tpo .deps/ex-alert.Plo /bin/sh ../../libtool --tag=CC --mode=compile x86_64-pc-linux-gnu-gcc -std=gnu99 -DHAVE_CONFIG_H -I. -I../.. -I../../lib/includes -I../../lib/includes -I../../libextra/includes -I../../gl -I../../gl -D_GL_NO_LARGE_FILES -march=core2 -O2 -MT ex-x509-info.lo -MD -MP -MF .deps/ex-x509-info.Tpo -c -o ex-x509-info.lo ex-x509-info.c mv -f .deps/ex-rfc2818.Tpo .deps/ex-rfc2818.Plo /bin/sh ../../libtool --tag=CC --mode=compile x86_64-pc-linux-gnu-gcc -std=gnu99 -DHAVE_CONFIG_H -I. -I../.. -I../../lib/includes -I../../lib/includes -I../../libextra/includes -I../../gl -I../../gl -D_GL_NO_LARGE_FILES -march=core2 -O2 -MT ex-verify.lo -MD -MP -MF .deps/ex-verify.Tpo -c -o ex-verify.lo ex-verify.c libtool: compile: x86_64-pc-linux-gnu-gcc -std=gnu99 -DHAVE_CONFIG_H -I. -I../.. -I../../lib/includes -I../../lib/includes -I../../libextra/includes -I../../gl -I../../gl -D_GL_NO_LARGE_FILES -march=core2 -O2 -MT ex-x509-info.lo -MD -MP -MF .deps/ex-x509-info.Tpo -c ex-x509-info.c -fPIC -DPIC -o .libs/ex-x509-info.o libtool: compile: x86_64-pc-linux-gnu-gcc -std=gnu99 -DHAVE_CONFIG_H -I. -I../.. -I../../lib/includes -I../../lib/includes -I../../libextra/includes -I../../gl -I../../gl -D_GL_NO_LARGE_FILES -march=core2 -O2 -MT ex-verify.lo -MD -MP -MF .deps/ex-verify.Tpo -c ex-verify.c -fPIC -DPIC -o .libs/ex-verify.o mv -f .deps/ex-session-info.Tpo .deps/ex-session-info.Plo /bin/sh ../../libtool --tag=CC --mode=compile x86_64-pc-linux-gnu-gcc -std=gnu99 -DHAVE_CONFIG_H -I. -I../.. -I../../lib/includes -I../../lib/includes -I../../libextra/includes -I../../gl -I../../gl -D_GL_NO_LARGE_FILES -march=core2 -O2 -MT tcp.lo -MD -MP -MF .deps/tcp.Tpo -c -o tcp.lo tcp.c mv -f .deps/ex-pkcs12.Tpo .deps/ex-pkcs12.Plo x86_64-pc-linux-gnu-gcc -std=gnu99 -DHAVE_CONFIG_H -I. -I../.. -I../../lib/includes -I../../lib/includes -I../../libextra/includes -I../../gl -I../../gl -D_GL_NO_LARGE_FILES -march=core2 -O2 -MT ex-client2.o -MD -MP -MF .deps/ex-client2.Tpo -c -o ex-client2.o ex-client2.c libtool: compile: x86_64-pc-linux-gnu-gcc -std=gnu99 -DHAVE_CONFIG_H -I. -I../.. -I../../lib/includes -I../../lib/includes -I../../libextra/includes -I../../gl -I../../gl -D_GL_NO_LARGE_FILES -march=core2 -O2 -MT tcp.lo -MD -MP -MF .deps/tcp.Tpo -c tcp.c -fPIC -DPIC -o .libs/tcp.o libtool: compile: x86_64-pc-linux-gnu-gcc -std=gnu99 -DHAVE_CONFIG_H -I. -I../.. -I../../lib/includes -I../../lib/includes -I../../libextra/includes -I../../gl -I../../gl -D_GL_NO_LARGE_FILES -march=core2 -O2 -MT tcp.lo -MD -MP -MF .deps/tcp.Tpo -c tcp.c -o tcp.o >/dev/null 2>&1 libtool: compile: x86_64-pc-linux-gnu-gcc -std=gnu99 -DHAVE_CONFIG_H -I. -I../.. -I../../lib/includes -I../../lib/includes -I../../libextra/includes -I../../gl -I../../gl -D_GL_NO_LARGE_FILES -march=core2 -O2 -MT ex-x509-info.lo -MD -MP -MF .deps/ex-x509-info.Tpo -c ex-x509-info.c -o ex-x509-info.o >/dev/null 2>&1 ex-client2.c: In function 'main': ex-client2.c:67: warning: cast to pointer from integer of different size libtool: compile: x86_64-pc-linux-gnu-gcc -std=gnu99 -DHAVE_CONFIG_H -I. -I../.. -I../../lib/includes -I../../lib/includes -I../../libextra/includes -I../../gl -I../../gl -D_GL_NO_LARGE_FILES -march=core2 -O2 -MT ex-verify.lo -MD -MP -MF .deps/ex-verify.Tpo -c ex-verify.c -o ex-verify.o >/dev/null 2>&1 mv -f .deps/ex-client2.Tpo .deps/ex-client2.Po x86_64-pc-linux-gnu-gcc -std=gnu99 -DHAVE_CONFIG_H -I. -I../.. -I../../lib/includes -I../../lib/includes -I../../libextra/includes -I../../gl -I../../gl -D_GL_NO_LARGE_FILES -march=core2 -O2 -MT ex-client-resume.o -MD -MP -MF .deps/ex-client-resume.Tpo -c -o ex-client-resume.o ex-client-resume.c mv -f .deps/tcp.Tpo .deps/tcp.Plo x86_64-pc-linux-gnu-gcc -std=gnu99 -DHAVE_CONFIG_H -I. -I../.. -I../../lib/includes -I../../lib/includes -I../../libextra/includes -I../../gl -I../../gl -D_GL_NO_LARGE_FILES -march=core2 -O2 -MT ex-cert-select.o -MD -MP -MF .deps/ex-cert-select.Tpo -c -o ex-cert-select.o ex-cert-select.c mv -f .deps/ex-x509-info.Tpo .deps/ex-x509-info.Plo x86_64-pc-linux-gnu-gcc -std=gnu99 -DHAVE_CONFIG_H -I. -I../.. -I../../lib/includes -I../../lib/includes -I../../libextra/includes -I../../gl -I../../gl -D_GL_NO_LARGE_FILES -march=core2 -O2 -MT ex-crq.o -MD -MP -MF .deps/ex-crq.Tpo -c -o ex-crq.o ex-crq.c ex-client-resume.c: In function 'main': ex-client-resume.c:62: warning: cast to pointer from integer of different size mv -f .deps/ex-verify.Tpo .deps/ex-verify.Plo x86_64-pc-linux-gnu-gcc -std=gnu99 -DHAVE_CONFIG_H -I. -I../.. -I../../lib/includes -I../../lib/includes -I../../libextra/includes -I../../gl -I../../gl -D_GL_NO_LARGE_FILES -march=core2 -O2 -MT ex-serv1.o -MD -MP -MF .deps/ex-serv1.Tpo -c -o ex-serv1.o ex-serv1.c ex-cert-select.c: In function 'main': ex-cert-select.c:163: warning: cast to pointer from integer of different size mv -f .deps/ex-crq.Tpo .deps/ex-crq.Po mv -f .deps/ex-client-resume.Tpo .deps/ex-client-resume.Po x86_64-pc-linux-gnu-gcc -std=gnu99 -DHAVE_CONFIG_H -I. -I../.. -I../../lib/includes -I../../lib/includes -I../../libextra/includes -I../../gl -I../../gl -D_GL_NO_LARGE_FILES -march=core2 -O2 -MT ex-serv-export.o -MD -MP -MF .deps/ex-serv-export.Tpo -c -o ex-serv-export.o ex-serv-export.c x86_64-pc-linux-gnu-g++ -DHAVE_CONFIG_H -I. -I../.. -I../../lib/includes -I../../lib/includes -I../../libextra/includes -I../../gl -I../../gl -D_GL_NO_LARGE_FILES -march=core2 -O2 -MT ex-cxx.o -MD -MP -MF .deps/ex-cxx.Tpo -c -o ex-cxx.o ex-cxx.cpp ex-serv1.c: In function 'main': ex-serv1.c:149: warning: cast to pointer from integer of different size mv -f .deps/ex-cert-select.Tpo .deps/ex-cert-select.Po x86_64-pc-linux-gnu-gcc -std=gnu99 -DHAVE_CONFIG_H -I. -I../.. -I../../lib/includes -I../../lib/includes -I../../libextra/includes -I../../gl -I../../gl -D_GL_NO_LARGE_FILES -march=core2 -O2 -MT ex-client1.o -MD -MP -MF .deps/ex-client1.Tpo -c -o ex-client1.o ex-client1.c ex-serv-export.c: In function 'main': ex-serv-export.c:197: warning: cast to pointer from integer of different size mv -f .deps/ex-serv1.Tpo .deps/ex-serv1.Po x86_64-pc-linux-gnu-gcc -std=gnu99 -DHAVE_CONFIG_H -I. -I../.. -I../../lib/includes -I../../lib/includes -I../../libextra/includes -I../../gl -I../../gl -D_GL_NO_LARGE_FILES -march=core2 -O2 -MT ex-serv-anon.o -MD -MP -MF .deps/ex-serv-anon.Tpo -c -o ex-serv-anon.o ex-serv-anon.c ex-client1.c: In function 'main': ex-client1.c:54: warning: cast to pointer from integer of different size mv -f .deps/ex-serv-export.Tpo .deps/ex-serv-export.Po mv -f .deps/ex-client1.Tpo .deps/ex-client1.Po x86_64-pc-linux-gnu-gcc -std=gnu99 -DHAVE_CONFIG_H -I. -I../.. -I../../lib/includes -I../../lib/includes -I../../libextra/includes -I../../gl -I../../gl -D_GL_NO_LARGE_FILES -march=core2 -O2 -MT ex-client-tlsia.o -MD -MP -MF .deps/ex-client-tlsia.Tpo -c -o ex-client-tlsia.o ex-client-tlsia.c x86_64-pc-linux-gnu-gcc -std=gnu99 -DHAVE_CONFIG_H -I. -I../.. -I../../lib/includes -I../../lib/includes -I../../libextra/includes -I../../gl -I../../gl -D_GL_NO_LARGE_FILES -march=core2 -O2 -MT ex-serv-pgp.o -MD -MP -MF .deps/ex-serv-pgp.Tpo -c -o ex-serv-pgp.o ex-serv-pgp.c ex-serv-anon.c: In function 'main': ex-serv-anon.c:118: warning: cast to pointer from integer of different size mv -f .deps/ex-serv-anon.Tpo .deps/ex-serv-anon.Po ex-client-tlsia.c: In function 'main': ex-client-tlsia.c:85: warning: cast to pointer from integer of different size x86_64-pc-linux-gnu-gcc -std=gnu99 -DHAVE_CONFIG_H -I. -I../.. -I../../lib/includes -I../../lib/includes -I../../libextra/includes -I../../gl -I../../gl -D_GL_NO_LARGE_FILES -march=core2 -O2 -MT ex-client-psk.o -MD -MP -MF .deps/ex-client-psk.Tpo -c -o ex-client-psk.o ex-client-psk.c ex-serv-pgp.c: In function 'main': ex-serv-pgp.c:132: warning: cast to pointer from integer of different size mv -f .deps/ex-client-tlsia.Tpo .deps/ex-client-tlsia.Po x86_64-pc-linux-gnu-gcc -std=gnu99 -DHAVE_CONFIG_H -I. -I../.. -I../../lib/includes -I../../lib/includes -I../../libextra/includes -I../../gl -I../../gl -D_GL_NO_LARGE_FILES -march=core2 -O2 -MT ex-serv-psk.o -MD -MP -MF .deps/ex-serv-psk.Tpo -c -o ex-serv-psk.o ex-serv-psk.c ex-client-psk.c: In function 'main': ex-client-psk.c:64: warning: cast to pointer from integer of different size mv -f .deps/ex-serv-pgp.Tpo .deps/ex-serv-pgp.Po x86_64-pc-linux-gnu-gcc -std=gnu99 -DHAVE_CONFIG_H -I. -I../.. -I../../lib/includes -I../../lib/includes -I../../libextra/includes -I../../gl -I../../gl -D_GL_NO_LARGE_FILES -march=core2 -O2 -MT ex-client-srp.o -MD -MP -MF .deps/ex-client-srp.Tpo -c -o ex-client-srp.o ex-client-srp.c mv -f .deps/ex-client-psk.Tpo .deps/ex-client-psk.Po x86_64-pc-linux-gnu-gcc -std=gnu99 -DHAVE_CONFIG_H -I. -I../.. -I../../lib/includes -I../../lib/includes -I../../libextra/includes -I../../gl -I../../gl -D_GL_NO_LARGE_FILES -march=core2 -O2 -MT ex-serv-srp.o -MD -MP -MF .deps/ex-serv-srp.Tpo -c -o ex-serv-srp.o ex-serv-srp.c ex-serv-psk.c: In function 'main': ex-serv-psk.c:163: warning: cast to pointer from integer of different size ex-client-srp.c: In function 'main': ex-client-srp.c:67: warning: cast to pointer from integer of different size mv -f .deps/ex-cxx.Tpo .deps/ex-cxx.Po /bin/sh ../../libtool --tag=CC --mode=link x86_64-pc-linux-gnu-gcc -std=gnu99 -march=core2 -O2 -no-install -Wl,-O1 -Wl,--as-needed -Wl,--hash-style=gnu -o libexamples.la ex-alert.lo ex-pkcs12.lo ex-rfc2818.lo ex-session-info.lo ex-x509-info.lo ex-verify.lo tcp.lo mv -f .deps/ex-client-srp.Tpo .deps/ex-client-srp.Po ex-serv-srp.c: In function 'main': ex-serv-srp.c:123: warning: cast to pointer from integer of different size mv -f .deps/ex-serv-psk.Tpo .deps/ex-serv-psk.Po mv -f .deps/ex-serv-srp.Tpo .deps/ex-serv-srp.Po libtool: link: x86_64-pc-linux-gnu-ar cru .libs/libexamples.a .libs/ex-alert.o .libs/ex-pkcs12.o .libs/ex-rfc2818.o .libs/ex-session-info.o .libs/ex-x509-info.o .libs/ex-verify.o .libs/tcp.o libtool: link: x86_64-pc-linux-gnu-ranlib .libs/libexamples.a libtool: link: ( cd ".libs" && rm -f "libexamples.la" && ln -s "../libexamples.la" "libexamples.la" ) /bin/sh ../../libtool --tag=CC --mode=link x86_64-pc-linux-gnu-gcc -std=gnu99 -march=core2 -O2 -no-install -Wl,-O1 -Wl,--as-needed -Wl,--hash-style=gnu -o ex-client2 ex-client2.o libexamples.la ../../lib/libgnutls.la ../../libextra/libgnutls-extra.la ../../gl/libgnu.la /bin/sh ../../libtool --tag=CC --mode=link x86_64-pc-linux-gnu-gcc -std=gnu99 -march=core2 -O2 -no-install -Wl,-O1 -Wl,--as-needed -Wl,--hash-style=gnu -o ex-client-resume ex-client-resume.o libexamples.la ../../lib/libgnutls.la ../../libextra/libgnutls-extra.la ../../gl/libgnu.la /bin/sh ../../libtool --tag=CC --mode=link x86_64-pc-linux-gnu-gcc -std=gnu99 -march=core2 -O2 -no-install -Wl,-O1 -Wl,--as-needed -Wl,--hash-style=gnu -o ex-cert-select ex-cert-select.o libexamples.la ../../lib/libgnutls.la ../../libextra/libgnutls-extra.la ../../gl/libgnu.la /bin/sh ../../libtool --tag=CC --mode=link x86_64-pc-linux-gnu-gcc -std=gnu99 -march=core2 -O2 -no-install -Wl,-O1 -Wl,--as-needed -Wl,--hash-style=gnu -o ex-crq ex-crq.o libexamples.la ../../lib/libgnutls.la ../../libextra/libgnutls-extra.la ../../gl/libgnu.la libtool: link: x86_64-pc-linux-gnu-gcc -std=gnu99 -march=core2 -O2 -Wl,-O1 -Wl,--hash-style=gnu -o ex-client2 ex-client2.o -Wl,--as-needed ./.libs/libexamples.a ../../lib/.libs/libgnutls.so -L/usr/lib64 ../../libextra/.libs/libgnutls-extra.so /tmp/portage/net-libs/gnutls-2.10.1/work/gnutls-2.10.1/lib/.libs/libgnutls.so /usr/lib64/libtasn1.so -lz /usr/lib64/libgcrypt.so /usr/lib64/libgpg-error.so ../../gl/.libs/libgnu.a -Wl,-rpath -Wl,/tmp/portage/net-libs/gnutls-2.10.1/work/gnutls-2.10.1/lib/.libs -Wl,-rpath -Wl,/tmp/portage/net-libs/gnutls-2.10.1/work/gnutls-2.10.1/libextra/.libs libtool: link: x86_64-pc-linux-gnu-gcc -std=gnu99 -march=core2 -O2 -Wl,-O1 -Wl,--hash-style=gnu -o ex-cert-select ex-cert-select.o -Wl,--as-needed ./.libs/libexamples.a ../../lib/.libs/libgnutls.so -L/usr/lib64 ../../libextra/.libs/libgnutls-extra.so /tmp/portage/net-libs/gnutls-2.10.1/work/gnutls-2.10.1/lib/.libs/libgnutls.so /usr/lib64/libtasn1.so -lz /usr/lib64/libgcrypt.so /usr/lib64/libgpg-error.so ../../gl/.libs/libgnu.a -Wl,-rpath -Wl,/tmp/portage/net-libs/gnutls-2.10.1/work/gnutls-2.10.1/lib/.libs -Wl,-rpath -Wl,/tmp/portage/net-libs/gnutls-2.10.1/work/gnutls-2.10.1/libextra/.libs libtool: link: x86_64-pc-linux-gnu-gcc -std=gnu99 -march=core2 -O2 -Wl,-O1 -Wl,--hash-style=gnu -o ex-client-resume ex-client-resume.o -Wl,--as-needed ./.libs/libexamples.a ../../lib/.libs/libgnutls.so -L/usr/lib64 ../../libextra/.libs/libgnutls-extra.so /tmp/portage/net-libs/gnutls-2.10.1/work/gnutls-2.10.1/lib/.libs/libgnutls.so /usr/lib64/libtasn1.so -lz /usr/lib64/libgcrypt.so /usr/lib64/libgpg-error.so ../../gl/.libs/libgnu.a -Wl,-rpath -Wl,/tmp/portage/net-libs/gnutls-2.10.1/work/gnutls-2.10.1/lib/.libs -Wl,-rpath -Wl,/tmp/portage/net-libs/gnutls-2.10.1/work/gnutls-2.10.1/libextra/.libs libtool: link: x86_64-pc-linux-gnu-gcc -std=gnu99 -march=core2 -O2 -Wl,-O1 -Wl,--hash-style=gnu -o ex-crq ex-crq.o -Wl,--as-needed ./.libs/libexamples.a ../../lib/.libs/libgnutls.so -L/usr/lib64 ../../libextra/.libs/libgnutls-extra.so /tmp/portage/net-libs/gnutls-2.10.1/work/gnutls-2.10.1/lib/.libs/libgnutls.so /usr/lib64/libtasn1.so -lz /usr/lib64/libgcrypt.so /usr/lib64/libgpg-error.so ../../gl/.libs/libgnu.a -Wl,-rpath -Wl,/tmp/portage/net-libs/gnutls-2.10.1/work/gnutls-2.10.1/lib/.libs -Wl,-rpath -Wl,/tmp/portage/net-libs/gnutls-2.10.1/work/gnutls-2.10.1/libextra/.libs /bin/sh ../../libtool --tag=CC --mode=link x86_64-pc-linux-gnu-gcc -std=gnu99 -march=core2 -O2 -no-install -Wl,-O1 -Wl,--as-needed -Wl,--hash-style=gnu -o ex-serv1 ex-serv1.o libexamples.la ../../lib/libgnutls.la ../../libextra/libgnutls-extra.la ../../gl/libgnu.la /bin/sh ../../libtool --tag=CC --mode=link x86_64-pc-linux-gnu-gcc -std=gnu99 -march=core2 -O2 -no-install -Wl,-O1 -Wl,--as-needed -Wl,--hash-style=gnu -o ex-serv-export ex-serv-export.o libexamples.la ../../lib/libgnutls.la ../../libextra/libgnutls-extra.la ../../gl/libgnu.la /bin/sh ../../libtool --tag=CXX --mode=link x86_64-pc-linux-gnu-g++ -march=core2 -O2 -no-install -Wl,-O1 -Wl,--as-needed -Wl,--hash-style=gnu -o ex-cxx ex-cxx.o libexamples.la ../../lib/libgnutls.la ../../libextra/libgnutls-extra.la ../../gl/libgnu.la ../../lib/libgnutlsxx.la /bin/sh ../../libtool --tag=CC --mode=link x86_64-pc-linux-gnu-gcc -std=gnu99 -march=core2 -O2 -no-install -Wl,-O1 -Wl,--as-needed -Wl,--hash-style=gnu -o ex-client1 ex-client1.o libexamples.la ../../lib/libgnutls.la ../../libextra/libgnutls-extra.la ../../gl/libgnu.la libtool: link: x86_64-pc-linux-gnu-gcc -std=gnu99 -march=core2 -O2 -Wl,-O1 -Wl,--hash-style=gnu -o ex-serv1 ex-serv1.o -Wl,--as-needed ./.libs/libexamples.a ../../lib/.libs/libgnutls.so -L/usr/lib64 ../../libextra/.libs/libgnutls-extra.so /tmp/portage/net-libs/gnutls-2.10.1/work/gnutls-2.10.1/lib/.libs/libgnutls.so /usr/lib64/libtasn1.so -lz /usr/lib64/libgcrypt.so /usr/lib64/libgpg-error.so ../../gl/.libs/libgnu.a -Wl,-rpath -Wl,/tmp/portage/net-libs/gnutls-2.10.1/work/gnutls-2.10.1/lib/.libs -Wl,-rpath -Wl,/tmp/portage/net-libs/gnutls-2.10.1/work/gnutls-2.10.1/libextra/.libs libtool: link: x86_64-pc-linux-gnu-gcc -std=gnu99 -march=core2 -O2 -Wl,-O1 -Wl,--hash-style=gnu -o ex-serv-export ex-serv-export.o -Wl,--as-needed ./.libs/libexamples.a ../../lib/.libs/libgnutls.so -L/usr/lib64 ../../libextra/.libs/libgnutls-extra.so /tmp/portage/net-libs/gnutls-2.10.1/work/gnutls-2.10.1/lib/.libs/libgnutls.so /usr/lib64/libtasn1.so -lz /usr/lib64/libgcrypt.so /usr/lib64/libgpg-error.so ../../gl/.libs/libgnu.a -Wl,-rpath -Wl,/tmp/portage/net-libs/gnutls-2.10.1/work/gnutls-2.10.1/lib/.libs -Wl,-rpath -Wl,/tmp/portage/net-libs/gnutls-2.10.1/work/gnutls-2.10.1/libextra/.libs /bin/sh ../../libtool --tag=CC --mode=link x86_64-pc-linux-gnu-gcc -std=gnu99 -march=core2 -O2 -no-install -Wl,-O1 -Wl,--as-needed -Wl,--hash-style=gnu -o ex-serv-anon ex-serv-anon.o libexamples.la ../../lib/libgnutls.la ../../libextra/libgnutls-extra.la ../../gl/libgnu.la /bin/sh ../../libtool --tag=CC --mode=link x86_64-pc-linux-gnu-gcc -std=gnu99 -march=core2 -O2 -no-install -Wl,-O1 -Wl,--as-needed -Wl,--hash-style=gnu -o ex-client-tlsia ex-client-tlsia.o libexamples.la ../../lib/libgnutls.la ../../libextra/libgnutls-extra.la ../../gl/libgnu.la libtool: link: x86_64-pc-linux-gnu-gcc -std=gnu99 -march=core2 -O2 -Wl,-O1 -Wl,--hash-style=gnu -o ex-client1 ex-client1.o -Wl,--as-needed ./.libs/libexamples.a ../../lib/.libs/libgnutls.so -L/usr/lib64 ../../libextra/.libs/libgnutls-extra.so /tmp/portage/net-libs/gnutls-2.10.1/work/gnutls-2.10.1/lib/.libs/libgnutls.so /usr/lib64/libtasn1.so -lz /usr/lib64/libgcrypt.so /usr/lib64/libgpg-error.so ../../gl/.libs/libgnu.a -Wl,-rpath -Wl,/tmp/portage/net-libs/gnutls-2.10.1/work/gnutls-2.10.1/lib/.libs -Wl,-rpath -Wl,/tmp/portage/net-libs/gnutls-2.10.1/work/gnutls-2.10.1/libextra/.libs libtool: link: x86_64-pc-linux-gnu-g++ -march=core2 -O2 -Wl,-O1 -Wl,--hash-style=gnu -o ex-cxx ex-cxx.o -Wl,--as-needed ./.libs/libexamples.a ../../lib/.libs/libgnutls.so -L/usr/lib64 ../../libextra/.libs/libgnutls-extra.so ../../gl/.libs/libgnu.a ../../lib/.libs/libgnutlsxx.so /tmp/portage/net-libs/gnutls-2.10.1/work/gnutls-2.10.1/lib/.libs/libgnutls.so /usr/lib64/libtasn1.so -lz /usr/lib64/libgcrypt.so /usr/lib64/libgpg-error.so -Wl,-rpath -Wl,/tmp/portage/net-libs/gnutls-2.10.1/work/gnutls-2.10.1/lib/.libs -Wl,-rpath -Wl,/tmp/portage/net-libs/gnutls-2.10.1/work/gnutls-2.10.1/libextra/.libs /bin/sh ../../libtool --tag=CC --mode=link x86_64-pc-linux-gnu-gcc -std=gnu99 -march=core2 -O2 -no-install -Wl,-O1 -Wl,--as-needed -Wl,--hash-style=gnu -o ex-serv-pgp ex-serv-pgp.o libexamples.la ../../lib/libgnutls.la ../../libextra/libgnutls-extra.la ../../gl/libgnu.la /bin/sh ../../libtool --tag=CC --mode=link x86_64-pc-linux-gnu-gcc -std=gnu99 -march=core2 -O2 -no-install -Wl,-O1 -Wl,--as-needed -Wl,--hash-style=gnu -o ex-client-psk ex-client-psk.o libexamples.la ../../lib/libgnutls.la ../../libextra/libgnutls-extra.la ../../gl/libgnu.la libtool: link: x86_64-pc-linux-gnu-gcc -std=gnu99 -march=core2 -O2 -Wl,-O1 -Wl,--hash-style=gnu -o ex-serv-anon ex-serv-anon.o -Wl,--as-needed ./.libs/libexamples.a ../../lib/.libs/libgnutls.so -L/usr/lib64 ../../libextra/.libs/libgnutls-extra.so /tmp/portage/net-libs/gnutls-2.10.1/work/gnutls-2.10.1/lib/.libs/libgnutls.so /usr/lib64/libtasn1.so -lz /usr/lib64/libgcrypt.so /usr/lib64/libgpg-error.so ../../gl/.libs/libgnu.a -Wl,-rpath -Wl,/tmp/portage/net-libs/gnutls-2.10.1/work/gnutls-2.10.1/lib/.libs -Wl,-rpath -Wl,/tmp/portage/net-libs/gnutls-2.10.1/work/gnutls-2.10.1/libextra/.libs libtool: link: x86_64-pc-linux-gnu-gcc -std=gnu99 -march=core2 -O2 -Wl,-O1 -Wl,--hash-style=gnu -o ex-client-tlsia ex-client-tlsia.o -Wl,--as-needed ./.libs/libexamples.a ../../lib/.libs/libgnutls.so -L/usr/lib64 ../../libextra/.libs/libgnutls-extra.so /tmp/portage/net-libs/gnutls-2.10.1/work/gnutls-2.10.1/lib/.libs/libgnutls.so /usr/lib64/libtasn1.so -lz /usr/lib64/libgcrypt.so /usr/lib64/libgpg-error.so ../../gl/.libs/libgnu.a -Wl,-rpath -Wl,/tmp/portage/net-libs/gnutls-2.10.1/work/gnutls-2.10.1/lib/.libs -Wl,-rpath -Wl,/tmp/portage/net-libs/gnutls-2.10.1/work/gnutls-2.10.1/libextra/.libs /bin/sh ../../libtool --tag=CC --mode=link x86_64-pc-linux-gnu-gcc -std=gnu99 -march=core2 -O2 -no-install -Wl,-O1 -Wl,--as-needed -Wl,--hash-style=gnu -o ex-serv-psk ex-serv-psk.o libexamples.la ../../lib/libgnutls.la ../../libextra/libgnutls-extra.la ../../gl/libgnu.la /bin/sh ../../libtool --tag=CC --mode=link x86_64-pc-linux-gnu-gcc -std=gnu99 -march=core2 -O2 -no-install -Wl,-O1 -Wl,--as-needed -Wl,--hash-style=gnu -o ex-client-srp ex-client-srp.o libexamples.la ../../lib/libgnutls.la ../../libextra/libgnutls-extra.la ../../gl/libgnu.la libtool: link: x86_64-pc-linux-gnu-gcc -std=gnu99 -march=core2 -O2 -Wl,-O1 -Wl,--hash-style=gnu -o ex-serv-pgp ex-serv-pgp.o -Wl,--as-needed ./.libs/libexamples.a ../../lib/.libs/libgnutls.so -L/usr/lib64 ../../libextra/.libs/libgnutls-extra.so /tmp/portage/net-libs/gnutls-2.10.1/work/gnutls-2.10.1/lib/.libs/libgnutls.so /usr/lib64/libtasn1.so -lz /usr/lib64/libgcrypt.so /usr/lib64/libgpg-error.so ../../gl/.libs/libgnu.a -Wl,-rpath -Wl,/tmp/portage/net-libs/gnutls-2.10.1/work/gnutls-2.10.1/lib/.libs -Wl,-rpath -Wl,/tmp/portage/net-libs/gnutls-2.10.1/work/gnutls-2.10.1/libextra/.libs /bin/sh ../../libtool --tag=CC --mode=link x86_64-pc-linux-gnu-gcc -std=gnu99 -march=core2 -O2 -no-install -Wl,-O1 -Wl,--as-needed -Wl,--hash-style=gnu -o ex-serv-srp ex-serv-srp.o libexamples.la ../../lib/libgnutls.la ../../libextra/libgnutls-extra.la ../../gl/libgnu.la libtool: link: x86_64-pc-linux-gnu-gcc -std=gnu99 -march=core2 -O2 -Wl,-O1 -Wl,--hash-style=gnu -o ex-client-psk ex-client-psk.o -Wl,--as-needed ./.libs/libexamples.a ../../lib/.libs/libgnutls.so -L/usr/lib64 ../../libextra/.libs/libgnutls-extra.so /tmp/portage/net-libs/gnutls-2.10.1/work/gnutls-2.10.1/lib/.libs/libgnutls.so /usr/lib64/libtasn1.so -lz /usr/lib64/libgcrypt.so /usr/lib64/libgpg-error.so ../../gl/.libs/libgnu.a -Wl,-rpath -Wl,/tmp/portage/net-libs/gnutls-2.10.1/work/gnutls-2.10.1/lib/.libs -Wl,-rpath -Wl,/tmp/portage/net-libs/gnutls-2.10.1/work/gnutls-2.10.1/libextra/.libs libtool: link: x86_64-pc-linux-gnu-gcc -std=gnu99 -march=core2 -O2 -Wl,-O1 -Wl,--hash-style=gnu -o ex-serv-psk ex-serv-psk.o -Wl,--as-needed ./.libs/libexamples.a ../../lib/.libs/libgnutls.so -L/usr/lib64 ../../libextra/.libs/libgnutls-extra.so /tmp/portage/net-libs/gnutls-2.10.1/work/gnutls-2.10.1/lib/.libs/libgnutls.so /usr/lib64/libtasn1.so -lz /usr/lib64/libgcrypt.so /usr/lib64/libgpg-error.so ../../gl/.libs/libgnu.a -Wl,-rpath -Wl,/tmp/portage/net-libs/gnutls-2.10.1/work/gnutls-2.10.1/lib/.libs -Wl,-rpath -Wl,/tmp/portage/net-libs/gnutls-2.10.1/work/gnutls-2.10.1/libextra/.libs libtool: link: x86_64-pc-linux-gnu-gcc -std=gnu99 -march=core2 -O2 -Wl,-O1 -Wl,--hash-style=gnu -o ex-client-srp ex-client-srp.o -Wl,--as-needed ./.libs/libexamples.a ../../lib/.libs/libgnutls.so -L/usr/lib64 ../../libextra/.libs/libgnutls-extra.so /tmp/portage/net-libs/gnutls-2.10.1/work/gnutls-2.10.1/lib/.libs/libgnutls.so /usr/lib64/libtasn1.so -lz /usr/lib64/libgcrypt.so /usr/lib64/libgpg-error.so ../../gl/.libs/libgnu.a -Wl,-rpath -Wl,/tmp/portage/net-libs/gnutls-2.10.1/work/gnutls-2.10.1/lib/.libs -Wl,-rpath -Wl,/tmp/portage/net-libs/gnutls-2.10.1/work/gnutls-2.10.1/libextra/.libs libtool: link: x86_64-pc-linux-gnu-gcc -std=gnu99 -march=core2 -O2 -Wl,-O1 -Wl,--hash-style=gnu -o ex-serv-srp ex-serv-srp.o -Wl,--as-needed ./.libs/libexamples.a ../../lib/.libs/libgnutls.so -L/usr/lib64 ../../libextra/.libs/libgnutls-extra.so /tmp/portage/net-libs/gnutls-2.10.1/work/gnutls-2.10.1/lib/.libs/libgnutls.so /usr/lib64/libtasn1.so -lz /usr/lib64/libgcrypt.so /usr/lib64/libgpg-error.so ../../gl/.libs/libgnu.a -Wl,-rpath -Wl,/tmp/portage/net-libs/gnutls-2.10.1/work/gnutls-2.10.1/lib/.libs -Wl,-rpath -Wl,/tmp/portage/net-libs/gnutls-2.10.1/work/gnutls-2.10.1/libextra/.libs make[4]: Leaving directory `/tmp/portage/net-libs/gnutls-2.10.1/work/gnutls-2.10.1/doc/examples' Making all in cyclo make[4]: Entering directory `/tmp/portage/net-libs/gnutls-2.10.1/work/gnutls-2.10.1/doc/cyclo' make[4]: Nothing to be done for `all'. make[4]: Leaving directory `/tmp/portage/net-libs/gnutls-2.10.1/work/gnutls-2.10.1/doc/cyclo' Making all in scripts make[4]: Entering directory `/tmp/portage/net-libs/gnutls-2.10.1/work/gnutls-2.10.1/doc/scripts' make[4]: Nothing to be done for `all'. make[4]: Leaving directory `/tmp/portage/net-libs/gnutls-2.10.1/work/gnutls-2.10.1/doc/scripts' Making all in manpages make[4]: Entering directory `/tmp/portage/net-libs/gnutls-2.10.1/work/gnutls-2.10.1/doc/manpages' make[4]: Nothing to be done for `all'. make[4]: Leaving directory `/tmp/portage/net-libs/gnutls-2.10.1/work/gnutls-2.10.1/doc/manpages' Making all in credentials make[4]: Entering directory `/tmp/portage/net-libs/gnutls-2.10.1/work/gnutls-2.10.1/doc/credentials' Making all in openpgp make[5]: Entering directory `/tmp/portage/net-libs/gnutls-2.10.1/work/gnutls-2.10.1/doc/credentials/openpgp' make[5]: Nothing to be done for `all'. make[5]: Leaving directory `/tmp/portage/net-libs/gnutls-2.10.1/work/gnutls-2.10.1/doc/credentials/openpgp' Making all in srp make[5]: Entering directory `/tmp/portage/net-libs/gnutls-2.10.1/work/gnutls-2.10.1/doc/credentials/srp' make[5]: Nothing to be done for `all'. make[5]: Leaving directory `/tmp/portage/net-libs/gnutls-2.10.1/work/gnutls-2.10.1/doc/credentials/srp' Making all in x509 make[5]: Entering directory `/tmp/portage/net-libs/gnutls-2.10.1/work/gnutls-2.10.1/doc/credentials/x509' make[5]: Nothing to be done for `all'. make[5]: Leaving directory `/tmp/portage/net-libs/gnutls-2.10.1/work/gnutls-2.10.1/doc/credentials/x509' make[5]: Entering directory `/tmp/portage/net-libs/gnutls-2.10.1/work/gnutls-2.10.1/doc/credentials' make[5]: Nothing to be done for `all-am'. make[5]: Leaving directory `/tmp/portage/net-libs/gnutls-2.10.1/work/gnutls-2.10.1/doc/credentials' make[4]: Leaving directory `/tmp/portage/net-libs/gnutls-2.10.1/work/gnutls-2.10.1/doc/credentials' make[4]: Entering directory `/tmp/portage/net-libs/gnutls-2.10.1/work/gnutls-2.10.1/doc' x86_64-pc-linux-gnu-gcc -std=gnu99 -DHAVE_CONFIG_H -I. -I.. -I../lib/includes -I../lib/includes -march=core2 -O2 -MT errcodes.o -MD -MP -MF .deps/errcodes.Tpo -c -o errcodes.o errcodes.c x86_64-pc-linux-gnu-gcc -std=gnu99 -DHAVE_CONFIG_H -I. -I.. -I../lib/includes -I../lib/includes -march=core2 -O2 -MT printlist.o -MD -MP -MF .deps/printlist.Tpo -c -o printlist.o printlist.c mv -f .deps/errcodes.Tpo .deps/errcodes.Po /bin/sh ../libtool --tag=CC --mode=link x86_64-pc-linux-gnu-gcc -std=gnu99 -march=core2 -O2 -Wl,-O1 -Wl,--as-needed -Wl,--hash-style=gnu -o errcodes errcodes.o ../lib/libgnutls.la ../gl/libgnu.la mv -f .deps/printlist.Tpo .deps/printlist.Po /bin/sh ../libtool --tag=CC --mode=link x86_64-pc-linux-gnu-gcc -std=gnu99 -march=core2 -O2 -Wl,-O1 -Wl,--as-needed -Wl,--hash-style=gnu -o printlist printlist.o ../lib/libgnutls.la ../gl/libgnu.la libtool: link: x86_64-pc-linux-gnu-gcc -std=gnu99 -march=core2 -O2 -Wl,-O1 -Wl,--hash-style=gnu -o .libs/printlist printlist.o -Wl,--as-needed ../lib/.libs/libgnutls.so -L/usr/lib64 /usr/lib64/libtasn1.so -lz /usr/lib64/libgcrypt.so /usr/lib64/libgpg-error.so ../gl/.libs/libgnu.a libtool: link: x86_64-pc-linux-gnu-gcc -std=gnu99 -march=core2 -O2 -Wl,-O1 -Wl,--hash-style=gnu -o .libs/errcodes errcodes.o -Wl,--as-needed ../lib/.libs/libgnutls.so -L/usr/lib64 /usr/lib64/libtasn1.so -lz /usr/lib64/libgcrypt.so /usr/lib64/libgpg-error.so ../gl/.libs/libgnu.a make[4]: Leaving directory `/tmp/portage/net-libs/gnutls-2.10.1/work/gnutls-2.10.1/doc' make[3]: Leaving directory `/tmp/portage/net-libs/gnutls-2.10.1/work/gnutls-2.10.1/doc' make[2]: Leaving directory `/tmp/portage/net-libs/gnutls-2.10.1/work/gnutls-2.10.1/doc' Making all in tests make[2]: Entering directory `/tmp/portage/net-libs/gnutls-2.10.1/work/gnutls-2.10.1/tests' Making all in . make[3]: Entering directory `/tmp/portage/net-libs/gnutls-2.10.1/work/gnutls-2.10.1/tests' /bin/sh ../libtool --tag=CC --mode=compile x86_64-pc-linux-gnu-gcc -std=gnu99 -DHAVE_CONFIG_H -I. -I.. -I../gl -I../gl -I../lib/includes -I../lib/includes -I../libextra/includes -I../libextra/includes -I../lib -I../doc/examples -march=core2 -O2 -MT utils.lo -MD -MP -MF .deps/utils.Tpo -c -o utils.lo utils.c libtool: compile: x86_64-pc-linux-gnu-gcc -std=gnu99 -DHAVE_CONFIG_H -I. -I.. -I../gl -I../gl -I../lib/includes -I../lib/includes -I../libextra/includes -I../libextra/includes -I../lib -I../doc/examples -march=core2 -O2 -MT utils.lo -MD -MP -MF .deps/utils.Tpo -c utils.c -fPIC -DPIC -o .libs/utils.o libtool: compile: x86_64-pc-linux-gnu-gcc -std=gnu99 -DHAVE_CONFIG_H -I. -I.. -I../gl -I../gl -I../lib/includes -I../lib/includes -I../libextra/includes -I../libextra/includes -I../lib -I../doc/examples -march=core2 -O2 -MT utils.lo -MD -MP -MF .deps/utils.Tpo -c utils.c -o utils.o >/dev/null 2>&1 mv -f .deps/utils.Tpo .deps/utils.Plo /bin/sh ../libtool --tag=CC --mode=link x86_64-pc-linux-gnu-gcc -std=gnu99 -march=core2 -O2 -no-install -Wl,-O1 -Wl,--as-needed -Wl,--hash-style=gnu -o libutils.la utils.lo libtool: link: x86_64-pc-linux-gnu-ar cru .libs/libutils.a .libs/utils.o libtool: link: x86_64-pc-linux-gnu-ranlib .libs/libutils.a libtool: link: ( cd ".libs" && rm -f "libutils.la" && ln -s "../libutils.la" "libutils.la" ) make[3]: Leaving directory `/tmp/portage/net-libs/gnutls-2.10.1/work/gnutls-2.10.1/tests' Making all in rsa-md5-collision make[3]: Entering directory `/tmp/portage/net-libs/gnutls-2.10.1/work/gnutls-2.10.1/tests/rsa-md5-collision' make[3]: Nothing to be done for `all'. make[3]: Leaving directory `/tmp/portage/net-libs/gnutls-2.10.1/work/gnutls-2.10.1/tests/rsa-md5-collision' Making all in pkcs1-padding make[3]: Entering directory `/tmp/portage/net-libs/gnutls-2.10.1/work/gnutls-2.10.1/tests/pkcs1-padding' make[3]: Nothing to be done for `all'. make[3]: Leaving directory `/tmp/portage/net-libs/gnutls-2.10.1/work/gnutls-2.10.1/tests/pkcs1-padding' Making all in pkcs8-decode make[3]: Entering directory `/tmp/portage/net-libs/gnutls-2.10.1/work/gnutls-2.10.1/tests/pkcs8-decode' make[3]: Nothing to be done for `all'. make[3]: Leaving directory `/tmp/portage/net-libs/gnutls-2.10.1/work/gnutls-2.10.1/tests/pkcs8-decode' Making all in pkcs12-decode make[3]: Entering directory `/tmp/portage/net-libs/gnutls-2.10.1/work/gnutls-2.10.1/tests/pkcs12-decode' make[3]: Nothing to be done for `all'. make[3]: Leaving directory `/tmp/portage/net-libs/gnutls-2.10.1/work/gnutls-2.10.1/tests/pkcs12-decode' Making all in userid make[3]: Entering directory `/tmp/portage/net-libs/gnutls-2.10.1/work/gnutls-2.10.1/tests/userid' make[3]: Nothing to be done for `all'. make[3]: Leaving directory `/tmp/portage/net-libs/gnutls-2.10.1/work/gnutls-2.10.1/tests/userid' Making all in pathlen make[3]: Entering directory `/tmp/portage/net-libs/gnutls-2.10.1/work/gnutls-2.10.1/tests/pathlen' make[3]: Nothing to be done for `all'. make[3]: Leaving directory `/tmp/portage/net-libs/gnutls-2.10.1/work/gnutls-2.10.1/tests/pathlen' Making all in key-id make[3]: Entering directory `/tmp/portage/net-libs/gnutls-2.10.1/work/gnutls-2.10.1/tests/key-id' make[3]: Nothing to be done for `all'. make[3]: Leaving directory `/tmp/portage/net-libs/gnutls-2.10.1/work/gnutls-2.10.1/tests/key-id' Making all in sha2 make[3]: Entering directory `/tmp/portage/net-libs/gnutls-2.10.1/work/gnutls-2.10.1/tests/sha2' make[3]: Nothing to be done for `all'. make[3]: Leaving directory `/tmp/portage/net-libs/gnutls-2.10.1/work/gnutls-2.10.1/tests/sha2' Making all in safe-renegotiation make[3]: Entering directory `/tmp/portage/net-libs/gnutls-2.10.1/work/gnutls-2.10.1/tests/safe-renegotiation' make[3]: Nothing to be done for `all'. make[3]: Leaving directory `/tmp/portage/net-libs/gnutls-2.10.1/work/gnutls-2.10.1/tests/safe-renegotiation' Making all in openpgp-certs make[3]: Entering directory `/tmp/portage/net-libs/gnutls-2.10.1/work/gnutls-2.10.1/tests/openpgp-certs' make[3]: Nothing to be done for `all'. make[3]: Leaving directory `/tmp/portage/net-libs/gnutls-2.10.1/work/gnutls-2.10.1/tests/openpgp-certs' make[2]: Leaving directory `/tmp/portage/net-libs/gnutls-2.10.1/work/gnutls-2.10.1/tests' make[2]: Entering directory `/tmp/portage/net-libs/gnutls-2.10.1/work/gnutls-2.10.1' make[2]: Leaving directory `/tmp/portage/net-libs/gnutls-2.10.1/work/gnutls-2.10.1' make[1]: Leaving directory `/tmp/portage/net-libs/gnutls-2.10.1/work/gnutls-2.10.1' >>> Source compiled. >>> Test phase [check]: net-libs/gnutls-2.10.1 make -j4 -j1 check Making check in lib make[1]: Entering directory `/tmp/portage/net-libs/gnutls-2.10.1/work/gnutls-2.10.1/lib' Making check in gl make[2]: Entering directory `/tmp/portage/net-libs/gnutls-2.10.1/work/gnutls-2.10.1/lib/gl' make check-recursive make[3]: Entering directory `/tmp/portage/net-libs/gnutls-2.10.1/work/gnutls-2.10.1/lib/gl' Making check in tests make[4]: Entering directory `/tmp/portage/net-libs/gnutls-2.10.1/work/gnutls-2.10.1/lib/gl/tests' make check-recursive make[5]: Entering directory `/tmp/portage/net-libs/gnutls-2.10.1/work/gnutls-2.10.1/lib/gl/tests' Making check in . make[6]: Entering directory `/tmp/portage/net-libs/gnutls-2.10.1/work/gnutls-2.10.1/lib/gl/tests' make libtests.a test-alloca-opt test-byteswap test-c-ctype test-errno test-fseeko test-func test-memchr test-netdb test-read-file test-snprintf test-sockets test-stdbool test-stddef test-stdint test-stdio test-stdlib test-string test-strings test-strverscmp test-sys_socket test-sys_stat test-time test-unistd test-vasnprintf test-vasprintf test-verify test-vsnprintf test-wchar make[7]: Entering directory `/tmp/portage/net-libs/gnutls-2.10.1/work/gnutls-2.10.1/lib/gl/tests' x86_64-pc-linux-gnu-gcc -DHAVE_CONFIG_H -I. -I../.. -DIN_LIBGNUTLS_GNULIB_TESTS=1 -I. -I. -I../.. -I./../.. -I../../gl -I./../../gl -march=core2 -O2 -MT dummy.o -MD -MP -MF .deps/dummy.Tpo -c -o dummy.o dummy.c mv -f .deps/dummy.Tpo .deps/dummy.Po rm -f libtests.a x86_64-pc-linux-gnu-ar cru libtests.a dummy.o x86_64-pc-linux-gnu-ranlib libtests.a x86_64-pc-linux-gnu-gcc -DHAVE_CONFIG_H -I. -I../.. -DIN_LIBGNUTLS_GNULIB_TESTS=1 -I. -I. -I../.. -I./../.. -I../../gl -I./../../gl -march=core2 -O2 -MT test-alloca-opt.o -MD -MP -MF .deps/test-alloca-opt.Tpo -c -o test-alloca-opt.o test-alloca-opt.c mv -f .deps/test-alloca-opt.Tpo .deps/test-alloca-opt.Po /bin/sh ../../libtool --tag=CC --preserve-dup-deps --mode=link x86_64-pc-linux-gnu-gcc -march=core2 -O2 -Wl,-O1 -Wl,--as-needed -Wl,--hash-style=gnu -o test-alloca-opt test-alloca-opt.o libtests.a ../../gl/liblgnu.la libtests.a libtool: link: x86_64-pc-linux-gnu-gcc -march=core2 -O2 -Wl,-O1 -Wl,--hash-style=gnu -o test-alloca-opt test-alloca-opt.o -Wl,--as-needed libtests.a ../../gl/.libs/liblgnu.a libtests.a x86_64-pc-linux-gnu-gcc -DHAVE_CONFIG_H -I. -I../.. -DIN_LIBGNUTLS_GNULIB_TESTS=1 -I. -I. -I../.. -I./../.. -I../../gl -I./../../gl -march=core2 -O2 -MT test-byteswap.o -MD -MP -MF .deps/test-byteswap.Tpo -c -o test-byteswap.o test-byteswap.c mv -f .deps/test-byteswap.Tpo .deps/test-byteswap.Po /bin/sh ../../libtool --tag=CC --preserve-dup-deps --mode=link x86_64-pc-linux-gnu-gcc -march=core2 -O2 -Wl,-O1 -Wl,--as-needed -Wl,--hash-style=gnu -o test-byteswap test-byteswap.o libtests.a ../../gl/liblgnu.la libtests.a libtool: link: x86_64-pc-linux-gnu-gcc -march=core2 -O2 -Wl,-O1 -Wl,--hash-style=gnu -o test-byteswap test-byteswap.o -Wl,--as-needed libtests.a ../../gl/.libs/liblgnu.a libtests.a x86_64-pc-linux-gnu-gcc -DHAVE_CONFIG_H -I. -I../.. -DIN_LIBGNUTLS_GNULIB_TESTS=1 -I. -I. -I../.. -I./../.. -I../../gl -I./../../gl -march=core2 -O2 -MT test-c-ctype.o -MD -MP -MF .deps/test-c-ctype.Tpo -c -o test-c-ctype.o test-c-ctype.c mv -f .deps/test-c-ctype.Tpo .deps/test-c-ctype.Po /bin/sh ../../libtool --tag=CC --preserve-dup-deps --mode=link x86_64-pc-linux-gnu-gcc -march=core2 -O2 -Wl,-O1 -Wl,--as-needed -Wl,--hash-style=gnu -o test-c-ctype test-c-ctype.o libtests.a ../../gl/liblgnu.la libtests.a libtool: link: x86_64-pc-linux-gnu-gcc -march=core2 -O2 -Wl,-O1 -Wl,--hash-style=gnu -o test-c-ctype test-c-ctype.o -Wl,--as-needed libtests.a ../../gl/.libs/liblgnu.a libtests.a x86_64-pc-linux-gnu-gcc -DHAVE_CONFIG_H -I. -I../.. -DIN_LIBGNUTLS_GNULIB_TESTS=1 -I. -I. -I../.. -I./../.. -I../../gl -I./../../gl -march=core2 -O2 -MT test-errno.o -MD -MP -MF .deps/test-errno.Tpo -c -o test-errno.o test-errno.c mv -f .deps/test-errno.Tpo .deps/test-errno.Po /bin/sh ../../libtool --tag=CC --preserve-dup-deps --mode=link x86_64-pc-linux-gnu-gcc -march=core2 -O2 -Wl,-O1 -Wl,--as-needed -Wl,--hash-style=gnu -o test-errno test-errno.o libtests.a ../../gl/liblgnu.la libtests.a libtool: link: x86_64-pc-linux-gnu-gcc -march=core2 -O2 -Wl,-O1 -Wl,--hash-style=gnu -o test-errno test-errno.o -Wl,--as-needed libtests.a ../../gl/.libs/liblgnu.a libtests.a x86_64-pc-linux-gnu-gcc -DHAVE_CONFIG_H -I. -I../.. -DIN_LIBGNUTLS_GNULIB_TESTS=1 -I. -I. -I../.. -I./../.. -I../../gl -I./../../gl -march=core2 -O2 -MT test-fseeko.o -MD -MP -MF .deps/test-fseeko.Tpo -c -o test-fseeko.o test-fseeko.c mv -f .deps/test-fseeko.Tpo .deps/test-fseeko.Po /bin/sh ../../libtool --tag=CC --preserve-dup-deps --mode=link x86_64-pc-linux-gnu-gcc -march=core2 -O2 -Wl,-O1 -Wl,--as-needed -Wl,--hash-style=gnu -o test-fseeko test-fseeko.o libtests.a ../../gl/liblgnu.la libtests.a libtool: link: x86_64-pc-linux-gnu-gcc -march=core2 -O2 -Wl,-O1 -Wl,--hash-style=gnu -o test-fseeko test-fseeko.o -Wl,--as-needed libtests.a ../../gl/.libs/liblgnu.a libtests.a x86_64-pc-linux-gnu-gcc -DHAVE_CONFIG_H -I. -I../.. -DIN_LIBGNUTLS_GNULIB_TESTS=1 -I. -I. -I../.. -I./../.. -I../../gl -I./../../gl -march=core2 -O2 -MT test-func.o -MD -MP -MF .deps/test-func.Tpo -c -o test-func.o test-func.c mv -f .deps/test-func.Tpo .deps/test-func.Po /bin/sh ../../libtool --tag=CC --preserve-dup-deps --mode=link x86_64-pc-linux-gnu-gcc -march=core2 -O2 -Wl,-O1 -Wl,--as-needed -Wl,--hash-style=gnu -o test-func test-func.o libtests.a ../../gl/liblgnu.la libtests.a libtool: link: x86_64-pc-linux-gnu-gcc -march=core2 -O2 -Wl,-O1 -Wl,--hash-style=gnu -o test-func test-func.o -Wl,--as-needed libtests.a ../../gl/.libs/liblgnu.a libtests.a x86_64-pc-linux-gnu-gcc -DHAVE_CONFIG_H -I. -I../.. -DIN_LIBGNUTLS_GNULIB_TESTS=1 -I. -I. -I../.. -I./../.. -I../../gl -I./../../gl -march=core2 -O2 -MT test-memchr.o -MD -MP -MF .deps/test-memchr.Tpo -c -o test-memchr.o test-memchr.c mv -f .deps/test-memchr.Tpo .deps/test-memchr.Po /bin/sh ../../libtool --tag=CC --preserve-dup-deps --mode=link x86_64-pc-linux-gnu-gcc -march=core2 -O2 -Wl,-O1 -Wl,--as-needed -Wl,--hash-style=gnu -o test-memchr test-memchr.o libtests.a ../../gl/liblgnu.la libtests.a libtool: link: x86_64-pc-linux-gnu-gcc -march=core2 -O2 -Wl,-O1 -Wl,--hash-style=gnu -o test-memchr test-memchr.o -Wl,--as-needed libtests.a ../../gl/.libs/liblgnu.a libtests.a x86_64-pc-linux-gnu-gcc -DHAVE_CONFIG_H -I. -I../.. -DIN_LIBGNUTLS_GNULIB_TESTS=1 -I. -I. -I../.. -I./../.. -I../../gl -I./../../gl -march=core2 -O2 -MT test-netdb.o -MD -MP -MF .deps/test-netdb.Tpo -c -o test-netdb.o test-netdb.c mv -f .deps/test-netdb.Tpo .deps/test-netdb.Po /bin/sh ../../libtool --tag=CC --preserve-dup-deps --mode=link x86_64-pc-linux-gnu-gcc -march=core2 -O2 -Wl,-O1 -Wl,--as-needed -Wl,--hash-style=gnu -o test-netdb test-netdb.o libtests.a ../../gl/liblgnu.la libtests.a libtool: link: x86_64-pc-linux-gnu-gcc -march=core2 -O2 -Wl,-O1 -Wl,--hash-style=gnu -o test-netdb test-netdb.o -Wl,--as-needed libtests.a ../../gl/.libs/liblgnu.a libtests.a x86_64-pc-linux-gnu-gcc -DHAVE_CONFIG_H -I. -I../.. -DIN_LIBGNUTLS_GNULIB_TESTS=1 -I. -I. -I../.. -I./../.. -I../../gl -I./../../gl -march=core2 -O2 -MT test-read-file.o -MD -MP -MF .deps/test-read-file.Tpo -c -o test-read-file.o test-read-file.c mv -f .deps/test-read-file.Tpo .deps/test-read-file.Po /bin/sh ../../libtool --tag=CC --preserve-dup-deps --mode=link x86_64-pc-linux-gnu-gcc -march=core2 -O2 -Wl,-O1 -Wl,--as-needed -Wl,--hash-style=gnu -o test-read-file test-read-file.o libtests.a ../../gl/liblgnu.la libtests.a libtool: link: x86_64-pc-linux-gnu-gcc -march=core2 -O2 -Wl,-O1 -Wl,--hash-style=gnu -o test-read-file test-read-file.o -Wl,--as-needed libtests.a ../../gl/.libs/liblgnu.a libtests.a x86_64-pc-linux-gnu-gcc -DHAVE_CONFIG_H -I. -I../.. -DIN_LIBGNUTLS_GNULIB_TESTS=1 -I. -I. -I../.. -I./../.. -I../../gl -I./../../gl -march=core2 -O2 -MT test-snprintf.o -MD -MP -MF .deps/test-snprintf.Tpo -c -o test-snprintf.o test-snprintf.c mv -f .deps/test-snprintf.Tpo .deps/test-snprintf.Po /bin/sh ../../libtool --tag=CC --preserve-dup-deps --mode=link x86_64-pc-linux-gnu-gcc -march=core2 -O2 -Wl,-O1 -Wl,--as-needed -Wl,--hash-style=gnu -o test-snprintf test-snprintf.o libtests.a ../../gl/liblgnu.la libtests.a libtool: link: x86_64-pc-linux-gnu-gcc -march=core2 -O2 -Wl,-O1 -Wl,--hash-style=gnu -o test-snprintf test-snprintf.o -Wl,--as-needed libtests.a ../../gl/.libs/liblgnu.a libtests.a x86_64-pc-linux-gnu-gcc -DHAVE_CONFIG_H -I. -I../.. -DIN_LIBGNUTLS_GNULIB_TESTS=1 -I. -I. -I../.. -I./../.. -I../../gl -I./../../gl -march=core2 -O2 -MT test-sockets.o -MD -MP -MF .deps/test-sockets.Tpo -c -o test-sockets.o test-sockets.c mv -f .deps/test-sockets.Tpo .deps/test-sockets.Po /bin/sh ../../libtool --tag=CC --preserve-dup-deps --mode=link x86_64-pc-linux-gnu-gcc -march=core2 -O2 -Wl,-O1 -Wl,--as-needed -Wl,--hash-style=gnu -o test-sockets test-sockets.o libtests.a ../../gl/liblgnu.la libtests.a libtool: link: x86_64-pc-linux-gnu-gcc -march=core2 -O2 -Wl,-O1 -Wl,--hash-style=gnu -o test-sockets test-sockets.o -Wl,--as-needed libtests.a ../../gl/.libs/liblgnu.a libtests.a x86_64-pc-linux-gnu-gcc -DHAVE_CONFIG_H -I. -I../.. -DIN_LIBGNUTLS_GNULIB_TESTS=1 -I. -I. -I../.. -I./../.. -I../../gl -I./../../gl -march=core2 -O2 -MT test-stdbool.o -MD -MP -MF .deps/test-stdbool.Tpo -c -o test-stdbool.o test-stdbool.c mv -f .deps/test-stdbool.Tpo .deps/test-stdbool.Po /bin/sh ../../libtool --tag=CC --preserve-dup-deps --mode=link x86_64-pc-linux-gnu-gcc -march=core2 -O2 -Wl,-O1 -Wl,--as-needed -Wl,--hash-style=gnu -o test-stdbool test-stdbool.o libtests.a ../../gl/liblgnu.la libtests.a libtool: link: x86_64-pc-linux-gnu-gcc -march=core2 -O2 -Wl,-O1 -Wl,--hash-style=gnu -o test-stdbool test-stdbool.o -Wl,--as-needed libtests.a ../../gl/.libs/liblgnu.a libtests.a x86_64-pc-linux-gnu-gcc -DHAVE_CONFIG_H -I. -I../.. -DIN_LIBGNUTLS_GNULIB_TESTS=1 -I. -I. -I../.. -I./../.. -I../../gl -I./../../gl -march=core2 -O2 -MT test-stddef.o -MD -MP -MF .deps/test-stddef.Tpo -c -o test-stddef.o test-stddef.c mv -f .deps/test-stddef.Tpo .deps/test-stddef.Po /bin/sh ../../libtool --tag=CC --preserve-dup-deps --mode=link x86_64-pc-linux-gnu-gcc -march=core2 -O2 -Wl,-O1 -Wl,--as-needed -Wl,--hash-style=gnu -o test-stddef test-stddef.o libtests.a ../../gl/liblgnu.la libtests.a libtool: link: x86_64-pc-linux-gnu-gcc -march=core2 -O2 -Wl,-O1 -Wl,--hash-style=gnu -o test-stddef test-stddef.o -Wl,--as-needed libtests.a ../../gl/.libs/liblgnu.a libtests.a x86_64-pc-linux-gnu-gcc -DHAVE_CONFIG_H -I. -I../.. -DIN_LIBGNUTLS_GNULIB_TESTS=1 -I. -I. -I../.. -I./../.. -I../../gl -I./../../gl -march=core2 -O2 -MT test-stdint.o -MD -MP -MF .deps/test-stdint.Tpo -c -o test-stdint.o test-stdint.c mv -f .deps/test-stdint.Tpo .deps/test-stdint.Po /bin/sh ../../libtool --tag=CC --preserve-dup-deps --mode=link x86_64-pc-linux-gnu-gcc -march=core2 -O2 -Wl,-O1 -Wl,--as-needed -Wl,--hash-style=gnu -o test-stdint test-stdint.o libtests.a ../../gl/liblgnu.la libtests.a libtool: link: x86_64-pc-linux-gnu-gcc -march=core2 -O2 -Wl,-O1 -Wl,--hash-style=gnu -o test-stdint test-stdint.o -Wl,--as-needed libtests.a ../../gl/.libs/liblgnu.a libtests.a x86_64-pc-linux-gnu-gcc -DHAVE_CONFIG_H -I. -I../.. -DIN_LIBGNUTLS_GNULIB_TESTS=1 -I. -I. -I../.. -I./../.. -I../../gl -I./../../gl -march=core2 -O2 -MT test-stdio.o -MD -MP -MF .deps/test-stdio.Tpo -c -o test-stdio.o test-stdio.c mv -f .deps/test-stdio.Tpo .deps/test-stdio.Po /bin/sh ../../libtool --tag=CC --preserve-dup-deps --mode=link x86_64-pc-linux-gnu-gcc -march=core2 -O2 -Wl,-O1 -Wl,--as-needed -Wl,--hash-style=gnu -o test-stdio test-stdio.o libtests.a ../../gl/liblgnu.la libtests.a libtool: link: x86_64-pc-linux-gnu-gcc -march=core2 -O2 -Wl,-O1 -Wl,--hash-style=gnu -o test-stdio test-stdio.o -Wl,--as-needed libtests.a ../../gl/.libs/liblgnu.a libtests.a x86_64-pc-linux-gnu-gcc -DHAVE_CONFIG_H -I. -I../.. -DIN_LIBGNUTLS_GNULIB_TESTS=1 -I. -I. -I../.. -I./../.. -I../../gl -I./../../gl -march=core2 -O2 -MT test-stdlib.o -MD -MP -MF .deps/test-stdlib.Tpo -c -o test-stdlib.o test-stdlib.c mv -f .deps/test-stdlib.Tpo .deps/test-stdlib.Po /bin/sh ../../libtool --tag=CC --preserve-dup-deps --mode=link x86_64-pc-linux-gnu-gcc -march=core2 -O2 -Wl,-O1 -Wl,--as-needed -Wl,--hash-style=gnu -o test-stdlib test-stdlib.o libtests.a ../../gl/liblgnu.la libtests.a libtool: link: x86_64-pc-linux-gnu-gcc -march=core2 -O2 -Wl,-O1 -Wl,--hash-style=gnu -o test-stdlib test-stdlib.o -Wl,--as-needed libtests.a ../../gl/.libs/liblgnu.a libtests.a x86_64-pc-linux-gnu-gcc -DHAVE_CONFIG_H -I. -I../.. -DIN_LIBGNUTLS_GNULIB_TESTS=1 -I. -I. -I../.. -I./../.. -I../../gl -I./../../gl -march=core2 -O2 -MT test-string.o -MD -MP -MF .deps/test-string.Tpo -c -o test-string.o test-string.c mv -f .deps/test-string.Tpo .deps/test-string.Po /bin/sh ../../libtool --tag=CC --preserve-dup-deps --mode=link x86_64-pc-linux-gnu-gcc -march=core2 -O2 -Wl,-O1 -Wl,--as-needed -Wl,--hash-style=gnu -o test-string test-string.o libtests.a ../../gl/liblgnu.la libtests.a libtool: link: x86_64-pc-linux-gnu-gcc -march=core2 -O2 -Wl,-O1 -Wl,--hash-style=gnu -o test-string test-string.o -Wl,--as-needed libtests.a ../../gl/.libs/liblgnu.a libtests.a x86_64-pc-linux-gnu-gcc -DHAVE_CONFIG_H -I. -I../.. -DIN_LIBGNUTLS_GNULIB_TESTS=1 -I. -I. -I../.. -I./../.. -I../../gl -I./../../gl -march=core2 -O2 -MT test-strings.o -MD -MP -MF .deps/test-strings.Tpo -c -o test-strings.o test-strings.c mv -f .deps/test-strings.Tpo .deps/test-strings.Po /bin/sh ../../libtool --tag=CC --preserve-dup-deps --mode=link x86_64-pc-linux-gnu-gcc -march=core2 -O2 -Wl,-O1 -Wl,--as-needed -Wl,--hash-style=gnu -o test-strings test-strings.o libtests.a ../../gl/liblgnu.la libtests.a libtool: link: x86_64-pc-linux-gnu-gcc -march=core2 -O2 -Wl,-O1 -Wl,--hash-style=gnu -o test-strings test-strings.o -Wl,--as-needed libtests.a ../../gl/.libs/liblgnu.a libtests.a x86_64-pc-linux-gnu-gcc -DHAVE_CONFIG_H -I. -I../.. -DIN_LIBGNUTLS_GNULIB_TESTS=1 -I. -I. -I../.. -I./../.. -I../../gl -I./../../gl -march=core2 -O2 -MT test-strverscmp.o -MD -MP -MF .deps/test-strverscmp.Tpo -c -o test-strverscmp.o test-strverscmp.c mv -f .deps/test-strverscmp.Tpo .deps/test-strverscmp.Po /bin/sh ../../libtool --tag=CC --preserve-dup-deps --mode=link x86_64-pc-linux-gnu-gcc -march=core2 -O2 -Wl,-O1 -Wl,--as-needed -Wl,--hash-style=gnu -o test-strverscmp test-strverscmp.o libtests.a ../../gl/liblgnu.la libtests.a libtool: link: x86_64-pc-linux-gnu-gcc -march=core2 -O2 -Wl,-O1 -Wl,--hash-style=gnu -o test-strverscmp test-strverscmp.o -Wl,--as-needed libtests.a ../../gl/.libs/liblgnu.a libtests.a x86_64-pc-linux-gnu-gcc -DHAVE_CONFIG_H -I. -I../.. -DIN_LIBGNUTLS_GNULIB_TESTS=1 -I. -I. -I../.. -I./../.. -I../../gl -I./../../gl -march=core2 -O2 -MT test-sys_socket.o -MD -MP -MF .deps/test-sys_socket.Tpo -c -o test-sys_socket.o test-sys_socket.c mv -f .deps/test-sys_socket.Tpo .deps/test-sys_socket.Po /bin/sh ../../libtool --tag=CC --preserve-dup-deps --mode=link x86_64-pc-linux-gnu-gcc -march=core2 -O2 -Wl,-O1 -Wl,--as-needed -Wl,--hash-style=gnu -o test-sys_socket test-sys_socket.o libtests.a ../../gl/liblgnu.la libtests.a libtool: link: x86_64-pc-linux-gnu-gcc -march=core2 -O2 -Wl,-O1 -Wl,--hash-style=gnu -o test-sys_socket test-sys_socket.o -Wl,--as-needed libtests.a ../../gl/.libs/liblgnu.a libtests.a x86_64-pc-linux-gnu-gcc -DHAVE_CONFIG_H -I. -I../.. -DIN_LIBGNUTLS_GNULIB_TESTS=1 -I. -I. -I../.. -I./../.. -I../../gl -I./../../gl -march=core2 -O2 -MT test-sys_stat.o -MD -MP -MF .deps/test-sys_stat.Tpo -c -o test-sys_stat.o test-sys_stat.c mv -f .deps/test-sys_stat.Tpo .deps/test-sys_stat.Po /bin/sh ../../libtool --tag=CC --preserve-dup-deps --mode=link x86_64-pc-linux-gnu-gcc -march=core2 -O2 -Wl,-O1 -Wl,--as-needed -Wl,--hash-style=gnu -o test-sys_stat test-sys_stat.o libtests.a ../../gl/liblgnu.la libtests.a libtool: link: x86_64-pc-linux-gnu-gcc -march=core2 -O2 -Wl,-O1 -Wl,--hash-style=gnu -o test-sys_stat test-sys_stat.o -Wl,--as-needed libtests.a ../../gl/.libs/liblgnu.a libtests.a x86_64-pc-linux-gnu-gcc -DHAVE_CONFIG_H -I. -I../.. -DIN_LIBGNUTLS_GNULIB_TESTS=1 -I. -I. -I../.. -I./../.. -I../../gl -I./../../gl -march=core2 -O2 -MT test-time.o -MD -MP -MF .deps/test-time.Tpo -c -o test-time.o test-time.c mv -f .deps/test-time.Tpo .deps/test-time.Po /bin/sh ../../libtool --tag=CC --preserve-dup-deps --mode=link x86_64-pc-linux-gnu-gcc -march=core2 -O2 -Wl,-O1 -Wl,--as-needed -Wl,--hash-style=gnu -o test-time test-time.o libtests.a ../../gl/liblgnu.la libtests.a libtool: link: x86_64-pc-linux-gnu-gcc -march=core2 -O2 -Wl,-O1 -Wl,--hash-style=gnu -o test-time test-time.o -Wl,--as-needed libtests.a ../../gl/.libs/liblgnu.a libtests.a x86_64-pc-linux-gnu-gcc -DHAVE_CONFIG_H -I. -I../.. -DIN_LIBGNUTLS_GNULIB_TESTS=1 -I. -I. -I../.. -I./../.. -I../../gl -I./../../gl -march=core2 -O2 -MT test-unistd.o -MD -MP -MF .deps/test-unistd.Tpo -c -o test-unistd.o test-unistd.c mv -f .deps/test-unistd.Tpo .deps/test-unistd.Po /bin/sh ../../libtool --tag=CC --preserve-dup-deps --mode=link x86_64-pc-linux-gnu-gcc -march=core2 -O2 -Wl,-O1 -Wl,--as-needed -Wl,--hash-style=gnu -o test-unistd test-unistd.o libtests.a ../../gl/liblgnu.la libtests.a libtool: link: x86_64-pc-linux-gnu-gcc -march=core2 -O2 -Wl,-O1 -Wl,--hash-style=gnu -o test-unistd test-unistd.o -Wl,--as-needed libtests.a ../../gl/.libs/liblgnu.a libtests.a x86_64-pc-linux-gnu-gcc -DHAVE_CONFIG_H -I. -I../.. -DIN_LIBGNUTLS_GNULIB_TESTS=1 -I. -I. -I../.. -I./../.. -I../../gl -I./../../gl -march=core2 -O2 -MT test-vasnprintf.o -MD -MP -MF .deps/test-vasnprintf.Tpo -c -o test-vasnprintf.o test-vasnprintf.c mv -f .deps/test-vasnprintf.Tpo .deps/test-vasnprintf.Po /bin/sh ../../libtool --tag=CC --preserve-dup-deps --mode=link x86_64-pc-linux-gnu-gcc -march=core2 -O2 -Wl,-O1 -Wl,--as-needed -Wl,--hash-style=gnu -o test-vasnprintf test-vasnprintf.o libtests.a ../../gl/liblgnu.la libtests.a libtool: link: x86_64-pc-linux-gnu-gcc -march=core2 -O2 -Wl,-O1 -Wl,--hash-style=gnu -o test-vasnprintf test-vasnprintf.o -Wl,--as-needed libtests.a ../../gl/.libs/liblgnu.a libtests.a x86_64-pc-linux-gnu-gcc -DHAVE_CONFIG_H -I. -I../.. -DIN_LIBGNUTLS_GNULIB_TESTS=1 -I. -I. -I../.. -I./../.. -I../../gl -I./../../gl -march=core2 -O2 -MT test-vasprintf.o -MD -MP -MF .deps/test-vasprintf.Tpo -c -o test-vasprintf.o test-vasprintf.c mv -f .deps/test-vasprintf.Tpo .deps/test-vasprintf.Po /bin/sh ../../libtool --tag=CC --preserve-dup-deps --mode=link x86_64-pc-linux-gnu-gcc -march=core2 -O2 -Wl,-O1 -Wl,--as-needed -Wl,--hash-style=gnu -o test-vasprintf test-vasprintf.o libtests.a ../../gl/liblgnu.la libtests.a libtool: link: x86_64-pc-linux-gnu-gcc -march=core2 -O2 -Wl,-O1 -Wl,--hash-style=gnu -o test-vasprintf test-vasprintf.o -Wl,--as-needed libtests.a ../../gl/.libs/liblgnu.a libtests.a x86_64-pc-linux-gnu-gcc -DHAVE_CONFIG_H -I. -I../.. -DIN_LIBGNUTLS_GNULIB_TESTS=1 -I. -I. -I../.. -I./../.. -I../../gl -I./../../gl -march=core2 -O2 -MT test-verify.o -MD -MP -MF .deps/test-verify.Tpo -c -o test-verify.o test-verify.c mv -f .deps/test-verify.Tpo .deps/test-verify.Po /bin/sh ../../libtool --tag=CC --preserve-dup-deps --mode=link x86_64-pc-linux-gnu-gcc -march=core2 -O2 -Wl,-O1 -Wl,--as-needed -Wl,--hash-style=gnu -o test-verify test-verify.o libtests.a ../../gl/liblgnu.la libtests.a libtool: link: x86_64-pc-linux-gnu-gcc -march=core2 -O2 -Wl,-O1 -Wl,--hash-style=gnu -o test-verify test-verify.o -Wl,--as-needed libtests.a ../../gl/.libs/liblgnu.a libtests.a x86_64-pc-linux-gnu-gcc -DHAVE_CONFIG_H -I. -I../.. -DIN_LIBGNUTLS_GNULIB_TESTS=1 -I. -I. -I../.. -I./../.. -I../../gl -I./../../gl -march=core2 -O2 -MT test-vsnprintf.o -MD -MP -MF .deps/test-vsnprintf.Tpo -c -o test-vsnprintf.o test-vsnprintf.c mv -f .deps/test-vsnprintf.Tpo .deps/test-vsnprintf.Po /bin/sh ../../libtool --tag=CC --preserve-dup-deps --mode=link x86_64-pc-linux-gnu-gcc -march=core2 -O2 -Wl,-O1 -Wl,--as-needed -Wl,--hash-style=gnu -o test-vsnprintf test-vsnprintf.o libtests.a ../../gl/liblgnu.la libtests.a libtool: link: x86_64-pc-linux-gnu-gcc -march=core2 -O2 -Wl,-O1 -Wl,--hash-style=gnu -o test-vsnprintf test-vsnprintf.o -Wl,--as-needed libtests.a ../../gl/.libs/liblgnu.a libtests.a x86_64-pc-linux-gnu-gcc -DHAVE_CONFIG_H -I. -I../.. -DIN_LIBGNUTLS_GNULIB_TESTS=1 -I. -I. -I../.. -I./../.. -I../../gl -I./../../gl -march=core2 -O2 -MT test-wchar.o -MD -MP -MF .deps/test-wchar.Tpo -c -o test-wchar.o test-wchar.c mv -f .deps/test-wchar.Tpo .deps/test-wchar.Po /bin/sh ../../libtool --tag=CC --preserve-dup-deps --mode=link x86_64-pc-linux-gnu-gcc -march=core2 -O2 -Wl,-O1 -Wl,--as-needed -Wl,--hash-style=gnu -o test-wchar test-wchar.o libtests.a ../../gl/liblgnu.la libtests.a libtool: link: x86_64-pc-linux-gnu-gcc -march=core2 -O2 -Wl,-O1 -Wl,--hash-style=gnu -o test-wchar test-wchar.o -Wl,--as-needed libtests.a ../../gl/.libs/liblgnu.a libtests.a make[7]: Leaving directory `/tmp/portage/net-libs/gnutls-2.10.1/work/gnutls-2.10.1/lib/gl/tests' make check-TESTS make[7]: Entering directory `/tmp/portage/net-libs/gnutls-2.10.1/work/gnutls-2.10.1/lib/gl/tests' PASS: test-alloca-opt PASS: test-byteswap PASS: test-c-ctype PASS: test-errno PASS: test-fseeko.sh PASS: test-fseeko2.sh PASS: test-func PASS: test-memchr PASS: test-netdb PASS: test-read-file PASS: test-snprintf PASS: test-sockets PASS: test-stdbool PASS: test-stddef PASS: test-stdint PASS: test-stdio PASS: test-stdlib PASS: test-string PASS: test-strings PASS: test-strverscmp PASS: test-sys_socket PASS: test-sys_stat PASS: test-time PASS: test-unistd PASS: test-vasnprintf PASS: test-vasprintf PASS: test-verify PASS: test-verify.sh PASS: test-vsnprintf PASS: test-wchar =================== All 30 tests passed =================== make[7]: Leaving directory `/tmp/portage/net-libs/gnutls-2.10.1/work/gnutls-2.10.1/lib/gl/tests' make[6]: Leaving directory `/tmp/portage/net-libs/gnutls-2.10.1/work/gnutls-2.10.1/lib/gl/tests' make[5]: Leaving directory `/tmp/portage/net-libs/gnutls-2.10.1/work/gnutls-2.10.1/lib/gl/tests' make[4]: Leaving directory `/tmp/portage/net-libs/gnutls-2.10.1/work/gnutls-2.10.1/lib/gl/tests' make[4]: Entering directory `/tmp/portage/net-libs/gnutls-2.10.1/work/gnutls-2.10.1/lib/gl' make[4]: Nothing to be done for `check-am'. make[4]: Leaving directory `/tmp/portage/net-libs/gnutls-2.10.1/work/gnutls-2.10.1/lib/gl' make[3]: Leaving directory `/tmp/portage/net-libs/gnutls-2.10.1/work/gnutls-2.10.1/lib/gl' make[2]: Leaving directory `/tmp/portage/net-libs/gnutls-2.10.1/work/gnutls-2.10.1/lib/gl' Making check in po make[2]: Entering directory `/tmp/portage/net-libs/gnutls-2.10.1/work/gnutls-2.10.1/lib/po' make[2]: Leaving directory `/tmp/portage/net-libs/gnutls-2.10.1/work/gnutls-2.10.1/lib/po' Making check in includes make[2]: Entering directory `/tmp/portage/net-libs/gnutls-2.10.1/work/gnutls-2.10.1/lib/includes' make[2]: Nothing to be done for `check'. make[2]: Leaving directory `/tmp/portage/net-libs/gnutls-2.10.1/work/gnutls-2.10.1/lib/includes' Making check in x509 make[2]: Entering directory `/tmp/portage/net-libs/gnutls-2.10.1/work/gnutls-2.10.1/lib/x509' make[2]: Nothing to be done for `check'. make[2]: Leaving directory `/tmp/portage/net-libs/gnutls-2.10.1/work/gnutls-2.10.1/lib/x509' Making check in opencdk make[2]: Entering directory `/tmp/portage/net-libs/gnutls-2.10.1/work/gnutls-2.10.1/lib/opencdk' make[2]: Nothing to be done for `check'. make[2]: Leaving directory `/tmp/portage/net-libs/gnutls-2.10.1/work/gnutls-2.10.1/lib/opencdk' Making check in openpgp make[2]: Entering directory `/tmp/portage/net-libs/gnutls-2.10.1/work/gnutls-2.10.1/lib/openpgp' make[2]: Nothing to be done for `check'. make[2]: Leaving directory `/tmp/portage/net-libs/gnutls-2.10.1/work/gnutls-2.10.1/lib/openpgp' make[2]: Entering directory `/tmp/portage/net-libs/gnutls-2.10.1/work/gnutls-2.10.1/lib' make[2]: Leaving directory `/tmp/portage/net-libs/gnutls-2.10.1/work/gnutls-2.10.1/lib' make[1]: Leaving directory `/tmp/portage/net-libs/gnutls-2.10.1/work/gnutls-2.10.1/lib' Making check in libextra make[1]: Entering directory `/tmp/portage/net-libs/gnutls-2.10.1/work/gnutls-2.10.1/libextra' Making check in gl make[2]: Entering directory `/tmp/portage/net-libs/gnutls-2.10.1/work/gnutls-2.10.1/libextra/gl' make check-am make[3]: Entering directory `/tmp/portage/net-libs/gnutls-2.10.1/work/gnutls-2.10.1/libextra/gl' make[3]: Nothing to be done for `check-am'. make[3]: Leaving directory `/tmp/portage/net-libs/gnutls-2.10.1/work/gnutls-2.10.1/libextra/gl' make[2]: Leaving directory `/tmp/portage/net-libs/gnutls-2.10.1/work/gnutls-2.10.1/libextra/gl' Making check in includes make[2]: Entering directory `/tmp/portage/net-libs/gnutls-2.10.1/work/gnutls-2.10.1/libextra/includes' make[2]: Nothing to be done for `check'. make[2]: Leaving directory `/tmp/portage/net-libs/gnutls-2.10.1/work/gnutls-2.10.1/libextra/includes' make[2]: Entering directory `/tmp/portage/net-libs/gnutls-2.10.1/work/gnutls-2.10.1/libextra' make[2]: Leaving directory `/tmp/portage/net-libs/gnutls-2.10.1/work/gnutls-2.10.1/libextra' make[1]: Leaving directory `/tmp/portage/net-libs/gnutls-2.10.1/work/gnutls-2.10.1/libextra' Making check in gl make[1]: Entering directory `/tmp/portage/net-libs/gnutls-2.10.1/work/gnutls-2.10.1/gl' make check-recursive make[2]: Entering directory `/tmp/portage/net-libs/gnutls-2.10.1/work/gnutls-2.10.1/gl' Making check in tests make[3]: Entering directory `/tmp/portage/net-libs/gnutls-2.10.1/work/gnutls-2.10.1/gl/tests' make check-recursive make[4]: Entering directory `/tmp/portage/net-libs/gnutls-2.10.1/work/gnutls-2.10.1/gl/tests' Making check in . make[5]: Entering directory `/tmp/portage/net-libs/gnutls-2.10.1/work/gnutls-2.10.1/gl/tests' make libtests.a test-alignof test-alloca-opt test-arpa_inet test-c-ctype test-errno test-fseeko test-getaddrinfo test-getdelim test-getline test-gettimeofday test-inet_ntop test-inet_pton test-lseek test-memchr test-netdb test-netinet_in test-perror test-read-file test-select test-select-fd test-select-stdin test-snprintf test-sockets test-stdbool test-stddef test-stdint test-stdio test-stdlib test-strerror test-string test-sys_ioctl test-sys_select test-sys_socket test-sys_stat test-sys_time test-time test-unistd test-vasnprintf test-verify test-version-etc test-wchar make[6]: Entering directory `/tmp/portage/net-libs/gnutls-2.10.1/work/gnutls-2.10.1/gl/tests' x86_64-pc-linux-gnu-gcc -std=gnu99 -DHAVE_CONFIG_H -I. -I../.. -DIN_GNUTLS_GNULIB_TESTS=1 -I. -I. -I../.. -I./../.. -I../../gl -I./../../gl -march=core2 -O2 -MT dummy.o -MD -MP -MF .deps/dummy.Tpo -c -o dummy.o dummy.c mv -f .deps/dummy.Tpo .deps/dummy.Po x86_64-pc-linux-gnu-gcc -std=gnu99 -DHAVE_CONFIG_H -I. -I../.. -DIN_GNUTLS_GNULIB_TESTS=1 -I. -I. -I../.. -I./../.. -I../../gl -I./../../gl -march=core2 -O2 -MT ioctl.o -MD -MP -MF .deps/ioctl.Tpo -c -o ioctl.o ioctl.c mv -f .deps/ioctl.Tpo .deps/ioctl.Po rm -f libtests.a x86_64-pc-linux-gnu-ar cru libtests.a dummy.o ioctl.o x86_64-pc-linux-gnu-ranlib libtests.a x86_64-pc-linux-gnu-gcc -std=gnu99 -DHAVE_CONFIG_H -I. -I../.. -DIN_GNUTLS_GNULIB_TESTS=1 -I. -I. -I../.. -I./../.. -I../../gl -I./../../gl -march=core2 -O2 -MT test-alignof.o -MD -MP -MF .deps/test-alignof.Tpo -c -o test-alignof.o test-alignof.c mv -f .deps/test-alignof.Tpo .deps/test-alignof.Po /bin/sh ../../libtool --tag=CC --preserve-dup-deps --mode=link x86_64-pc-linux-gnu-gcc -std=gnu99 -march=core2 -O2 -Wl,-O1 -Wl,--as-needed -Wl,--hash-style=gnu -o test-alignof test-alignof.o libtests.a ../../gl/libgnu.la libtests.a libtool: link: x86_64-pc-linux-gnu-gcc -std=gnu99 -march=core2 -O2 -Wl,-O1 -Wl,--hash-style=gnu -o test-alignof test-alignof.o -Wl,--as-needed libtests.a ../../gl/.libs/libgnu.a libtests.a x86_64-pc-linux-gnu-gcc -std=gnu99 -DHAVE_CONFIG_H -I. -I../.. -DIN_GNUTLS_GNULIB_TESTS=1 -I. -I. -I../.. -I./../.. -I../../gl -I./../../gl -march=core2 -O2 -MT test-alloca-opt.o -MD -MP -MF .deps/test-alloca-opt.Tpo -c -o test-alloca-opt.o test-alloca-opt.c mv -f .deps/test-alloca-opt.Tpo .deps/test-alloca-opt.Po /bin/sh ../../libtool --tag=CC --preserve-dup-deps --mode=link x86_64-pc-linux-gnu-gcc -std=gnu99 -march=core2 -O2 -Wl,-O1 -Wl,--as-needed -Wl,--hash-style=gnu -o test-alloca-opt test-alloca-opt.o libtests.a ../../gl/libgnu.la libtests.a libtool: link: x86_64-pc-linux-gnu-gcc -std=gnu99 -march=core2 -O2 -Wl,-O1 -Wl,--hash-style=gnu -o test-alloca-opt test-alloca-opt.o -Wl,--as-needed libtests.a ../../gl/.libs/libgnu.a libtests.a x86_64-pc-linux-gnu-gcc -std=gnu99 -DHAVE_CONFIG_H -I. -I../.. -DIN_GNUTLS_GNULIB_TESTS=1 -I. -I. -I../.. -I./../.. -I../../gl -I./../../gl -march=core2 -O2 -MT test-arpa_inet.o -MD -MP -MF .deps/test-arpa_inet.Tpo -c -o test-arpa_inet.o test-arpa_inet.c mv -f .deps/test-arpa_inet.Tpo .deps/test-arpa_inet.Po /bin/sh ../../libtool --tag=CC --preserve-dup-deps --mode=link x86_64-pc-linux-gnu-gcc -std=gnu99 -march=core2 -O2 -Wl,-O1 -Wl,--as-needed -Wl,--hash-style=gnu -o test-arpa_inet test-arpa_inet.o libtests.a ../../gl/libgnu.la libtests.a libtool: link: x86_64-pc-linux-gnu-gcc -std=gnu99 -march=core2 -O2 -Wl,-O1 -Wl,--hash-style=gnu -o test-arpa_inet test-arpa_inet.o -Wl,--as-needed libtests.a ../../gl/.libs/libgnu.a libtests.a x86_64-pc-linux-gnu-gcc -std=gnu99 -DHAVE_CONFIG_H -I. -I../.. -DIN_GNUTLS_GNULIB_TESTS=1 -I. -I. -I../.. -I./../.. -I../../gl -I./../../gl -march=core2 -O2 -MT test-c-ctype.o -MD -MP -MF .deps/test-c-ctype.Tpo -c -o test-c-ctype.o test-c-ctype.c mv -f .deps/test-c-ctype.Tpo .deps/test-c-ctype.Po /bin/sh ../../libtool --tag=CC --preserve-dup-deps --mode=link x86_64-pc-linux-gnu-gcc -std=gnu99 -march=core2 -O2 -Wl,-O1 -Wl,--as-needed -Wl,--hash-style=gnu -o test-c-ctype test-c-ctype.o libtests.a ../../gl/libgnu.la libtests.a libtool: link: x86_64-pc-linux-gnu-gcc -std=gnu99 -march=core2 -O2 -Wl,-O1 -Wl,--hash-style=gnu -o test-c-ctype test-c-ctype.o -Wl,--as-needed libtests.a ../../gl/.libs/libgnu.a libtests.a x86_64-pc-linux-gnu-gcc -std=gnu99 -DHAVE_CONFIG_H -I. -I../.. -DIN_GNUTLS_GNULIB_TESTS=1 -I. -I. -I../.. -I./../.. -I../../gl -I./../../gl -march=core2 -O2 -MT test-errno.o -MD -MP -MF .deps/test-errno.Tpo -c -o test-errno.o test-errno.c mv -f .deps/test-errno.Tpo .deps/test-errno.Po /bin/sh ../../libtool --tag=CC --preserve-dup-deps --mode=link x86_64-pc-linux-gnu-gcc -std=gnu99 -march=core2 -O2 -Wl,-O1 -Wl,--as-needed -Wl,--hash-style=gnu -o test-errno test-errno.o libtests.a ../../gl/libgnu.la libtests.a libtool: link: x86_64-pc-linux-gnu-gcc -std=gnu99 -march=core2 -O2 -Wl,-O1 -Wl,--hash-style=gnu -o test-errno test-errno.o -Wl,--as-needed libtests.a ../../gl/.libs/libgnu.a libtests.a x86_64-pc-linux-gnu-gcc -std=gnu99 -DHAVE_CONFIG_H -I. -I../.. -DIN_GNUTLS_GNULIB_TESTS=1 -I. -I. -I../.. -I./../.. -I../../gl -I./../../gl -march=core2 -O2 -MT test-fseeko.o -MD -MP -MF .deps/test-fseeko.Tpo -c -o test-fseeko.o test-fseeko.c mv -f .deps/test-fseeko.Tpo .deps/test-fseeko.Po /bin/sh ../../libtool --tag=CC --preserve-dup-deps --mode=link x86_64-pc-linux-gnu-gcc -std=gnu99 -march=core2 -O2 -Wl,-O1 -Wl,--as-needed -Wl,--hash-style=gnu -o test-fseeko test-fseeko.o libtests.a ../../gl/libgnu.la libtests.a libtool: link: x86_64-pc-linux-gnu-gcc -std=gnu99 -march=core2 -O2 -Wl,-O1 -Wl,--hash-style=gnu -o test-fseeko test-fseeko.o -Wl,--as-needed libtests.a ../../gl/.libs/libgnu.a libtests.a x86_64-pc-linux-gnu-gcc -std=gnu99 -DHAVE_CONFIG_H -I. -I../.. -DIN_GNUTLS_GNULIB_TESTS=1 -I. -I. -I../.. -I./../.. -I../../gl -I./../../gl -march=core2 -O2 -MT test-getaddrinfo.o -MD -MP -MF .deps/test-getaddrinfo.Tpo -c -o test-getaddrinfo.o test-getaddrinfo.c mv -f .deps/test-getaddrinfo.Tpo .deps/test-getaddrinfo.Po /bin/sh ../../libtool --tag=CC --preserve-dup-deps --mode=link x86_64-pc-linux-gnu-gcc -std=gnu99 -march=core2 -O2 -Wl,-O1 -Wl,--as-needed -Wl,--hash-style=gnu -o test-getaddrinfo test-getaddrinfo.o libtests.a ../../gl/libgnu.la libtests.a libtool: link: x86_64-pc-linux-gnu-gcc -std=gnu99 -march=core2 -O2 -Wl,-O1 -Wl,--hash-style=gnu -o test-getaddrinfo test-getaddrinfo.o -Wl,--as-needed libtests.a ../../gl/.libs/libgnu.a libtests.a x86_64-pc-linux-gnu-gcc -std=gnu99 -DHAVE_CONFIG_H -I. -I../.. -DIN_GNUTLS_GNULIB_TESTS=1 -I. -I. -I../.. -I./../.. -I../../gl -I./../../gl -march=core2 -O2 -MT test-getdelim.o -MD -MP -MF .deps/test-getdelim.Tpo -c -o test-getdelim.o test-getdelim.c mv -f .deps/test-getdelim.Tpo .deps/test-getdelim.Po /bin/sh ../../libtool --tag=CC --preserve-dup-deps --mode=link x86_64-pc-linux-gnu-gcc -std=gnu99 -march=core2 -O2 -Wl,-O1 -Wl,--as-needed -Wl,--hash-style=gnu -o test-getdelim test-getdelim.o libtests.a ../../gl/libgnu.la libtests.a libtool: link: x86_64-pc-linux-gnu-gcc -std=gnu99 -march=core2 -O2 -Wl,-O1 -Wl,--hash-style=gnu -o test-getdelim test-getdelim.o -Wl,--as-needed libtests.a ../../gl/.libs/libgnu.a libtests.a x86_64-pc-linux-gnu-gcc -std=gnu99 -DHAVE_CONFIG_H -I. -I../.. -DIN_GNUTLS_GNULIB_TESTS=1 -I. -I. -I../.. -I./../.. -I../../gl -I./../../gl -march=core2 -O2 -MT test-getline.o -MD -MP -MF .deps/test-getline.Tpo -c -o test-getline.o test-getline.c mv -f .deps/test-getline.Tpo .deps/test-getline.Po /bin/sh ../../libtool --tag=CC --preserve-dup-deps --mode=link x86_64-pc-linux-gnu-gcc -std=gnu99 -march=core2 -O2 -Wl,-O1 -Wl,--as-needed -Wl,--hash-style=gnu -o test-getline test-getline.o libtests.a ../../gl/libgnu.la libtests.a libtool: link: x86_64-pc-linux-gnu-gcc -std=gnu99 -march=core2 -O2 -Wl,-O1 -Wl,--hash-style=gnu -o test-getline test-getline.o -Wl,--as-needed libtests.a ../../gl/.libs/libgnu.a libtests.a x86_64-pc-linux-gnu-gcc -std=gnu99 -DHAVE_CONFIG_H -I. -I../.. -DIN_GNUTLS_GNULIB_TESTS=1 -I. -I. -I../.. -I./../.. -I../../gl -I./../../gl -march=core2 -O2 -MT test-gettimeofday.o -MD -MP -MF .deps/test-gettimeofday.Tpo -c -o test-gettimeofday.o test-gettimeofday.c mv -f .deps/test-gettimeofday.Tpo .deps/test-gettimeofday.Po /bin/sh ../../libtool --tag=CC --preserve-dup-deps --mode=link x86_64-pc-linux-gnu-gcc -std=gnu99 -march=core2 -O2 -Wl,-O1 -Wl,--as-needed -Wl,--hash-style=gnu -o test-gettimeofday test-gettimeofday.o libtests.a ../../gl/libgnu.la libtests.a libtool: link: x86_64-pc-linux-gnu-gcc -std=gnu99 -march=core2 -O2 -Wl,-O1 -Wl,--hash-style=gnu -o test-gettimeofday test-gettimeofday.o -Wl,--as-needed libtests.a ../../gl/.libs/libgnu.a libtests.a x86_64-pc-linux-gnu-gcc -std=gnu99 -DHAVE_CONFIG_H -I. -I../.. -DIN_GNUTLS_GNULIB_TESTS=1 -I. -I. -I../.. -I./../.. -I../../gl -I./../../gl -march=core2 -O2 -MT test-inet_ntop.o -MD -MP -MF .deps/test-inet_ntop.Tpo -c -o test-inet_ntop.o test-inet_ntop.c mv -f .deps/test-inet_ntop.Tpo .deps/test-inet_ntop.Po /bin/sh ../../libtool --tag=CC --preserve-dup-deps --mode=link x86_64-pc-linux-gnu-gcc -std=gnu99 -march=core2 -O2 -Wl,-O1 -Wl,--as-needed -Wl,--hash-style=gnu -o test-inet_ntop test-inet_ntop.o libtests.a ../../gl/libgnu.la libtests.a libtool: link: x86_64-pc-linux-gnu-gcc -std=gnu99 -march=core2 -O2 -Wl,-O1 -Wl,--hash-style=gnu -o test-inet_ntop test-inet_ntop.o -Wl,--as-needed libtests.a ../../gl/.libs/libgnu.a libtests.a x86_64-pc-linux-gnu-gcc -std=gnu99 -DHAVE_CONFIG_H -I. -I../.. -DIN_GNUTLS_GNULIB_TESTS=1 -I. -I. -I../.. -I./../.. -I../../gl -I./../../gl -march=core2 -O2 -MT test-inet_pton.o -MD -MP -MF .deps/test-inet_pton.Tpo -c -o test-inet_pton.o test-inet_pton.c mv -f .deps/test-inet_pton.Tpo .deps/test-inet_pton.Po /bin/sh ../../libtool --tag=CC --preserve-dup-deps --mode=link x86_64-pc-linux-gnu-gcc -std=gnu99 -march=core2 -O2 -Wl,-O1 -Wl,--as-needed -Wl,--hash-style=gnu -o test-inet_pton test-inet_pton.o libtests.a ../../gl/libgnu.la libtests.a libtool: link: x86_64-pc-linux-gnu-gcc -std=gnu99 -march=core2 -O2 -Wl,-O1 -Wl,--hash-style=gnu -o test-inet_pton test-inet_pton.o -Wl,--as-needed libtests.a ../../gl/.libs/libgnu.a libtests.a x86_64-pc-linux-gnu-gcc -std=gnu99 -DHAVE_CONFIG_H -I. -I../.. -DIN_GNUTLS_GNULIB_TESTS=1 -I. -I. -I../.. -I./../.. -I../../gl -I./../../gl -march=core2 -O2 -MT test-lseek.o -MD -MP -MF .deps/test-lseek.Tpo -c -o test-lseek.o test-lseek.c mv -f .deps/test-lseek.Tpo .deps/test-lseek.Po /bin/sh ../../libtool --tag=CC --preserve-dup-deps --mode=link x86_64-pc-linux-gnu-gcc -std=gnu99 -march=core2 -O2 -Wl,-O1 -Wl,--as-needed -Wl,--hash-style=gnu -o test-lseek test-lseek.o libtests.a ../../gl/libgnu.la libtests.a libtool: link: x86_64-pc-linux-gnu-gcc -std=gnu99 -march=core2 -O2 -Wl,-O1 -Wl,--hash-style=gnu -o test-lseek test-lseek.o -Wl,--as-needed libtests.a ../../gl/.libs/libgnu.a libtests.a x86_64-pc-linux-gnu-gcc -std=gnu99 -DHAVE_CONFIG_H -I. -I../.. -DIN_GNUTLS_GNULIB_TESTS=1 -I. -I. -I../.. -I./../.. -I../../gl -I./../../gl -march=core2 -O2 -MT test-memchr.o -MD -MP -MF .deps/test-memchr.Tpo -c -o test-memchr.o test-memchr.c mv -f .deps/test-memchr.Tpo .deps/test-memchr.Po /bin/sh ../../libtool --tag=CC --preserve-dup-deps --mode=link x86_64-pc-linux-gnu-gcc -std=gnu99 -march=core2 -O2 -Wl,-O1 -Wl,--as-needed -Wl,--hash-style=gnu -o test-memchr test-memchr.o libtests.a ../../gl/libgnu.la libtests.a libtool: link: x86_64-pc-linux-gnu-gcc -std=gnu99 -march=core2 -O2 -Wl,-O1 -Wl,--hash-style=gnu -o test-memchr test-memchr.o -Wl,--as-needed libtests.a ../../gl/.libs/libgnu.a libtests.a x86_64-pc-linux-gnu-gcc -std=gnu99 -DHAVE_CONFIG_H -I. -I../.. -DIN_GNUTLS_GNULIB_TESTS=1 -I. -I. -I../.. -I./../.. -I../../gl -I./../../gl -march=core2 -O2 -MT test-netdb.o -MD -MP -MF .deps/test-netdb.Tpo -c -o test-netdb.o test-netdb.c mv -f .deps/test-netdb.Tpo .deps/test-netdb.Po /bin/sh ../../libtool --tag=CC --preserve-dup-deps --mode=link x86_64-pc-linux-gnu-gcc -std=gnu99 -march=core2 -O2 -Wl,-O1 -Wl,--as-needed -Wl,--hash-style=gnu -o test-netdb test-netdb.o libtests.a ../../gl/libgnu.la libtests.a libtool: link: x86_64-pc-linux-gnu-gcc -std=gnu99 -march=core2 -O2 -Wl,-O1 -Wl,--hash-style=gnu -o test-netdb test-netdb.o -Wl,--as-needed libtests.a ../../gl/.libs/libgnu.a libtests.a x86_64-pc-linux-gnu-gcc -std=gnu99 -DHAVE_CONFIG_H -I. -I../.. -DIN_GNUTLS_GNULIB_TESTS=1 -I. -I. -I../.. -I./../.. -I../../gl -I./../../gl -march=core2 -O2 -MT test-netinet_in.o -MD -MP -MF .deps/test-netinet_in.Tpo -c -o test-netinet_in.o test-netinet_in.c mv -f .deps/test-netinet_in.Tpo .deps/test-netinet_in.Po /bin/sh ../../libtool --tag=CC --preserve-dup-deps --mode=link x86_64-pc-linux-gnu-gcc -std=gnu99 -march=core2 -O2 -Wl,-O1 -Wl,--as-needed -Wl,--hash-style=gnu -o test-netinet_in test-netinet_in.o libtests.a ../../gl/libgnu.la libtests.a libtool: link: x86_64-pc-linux-gnu-gcc -std=gnu99 -march=core2 -O2 -Wl,-O1 -Wl,--hash-style=gnu -o test-netinet_in test-netinet_in.o -Wl,--as-needed libtests.a ../../gl/.libs/libgnu.a libtests.a x86_64-pc-linux-gnu-gcc -std=gnu99 -DHAVE_CONFIG_H -I. -I../.. -DIN_GNUTLS_GNULIB_TESTS=1 -I. -I. -I../.. -I./../.. -I../../gl -I./../../gl -march=core2 -O2 -MT test-perror.o -MD -MP -MF .deps/test-perror.Tpo -c -o test-perror.o test-perror.c mv -f .deps/test-perror.Tpo .deps/test-perror.Po /bin/sh ../../libtool --tag=CC --preserve-dup-deps --mode=link x86_64-pc-linux-gnu-gcc -std=gnu99 -march=core2 -O2 -Wl,-O1 -Wl,--as-needed -Wl,--hash-style=gnu -o test-perror test-perror.o libtests.a ../../gl/libgnu.la libtests.a libtool: link: x86_64-pc-linux-gnu-gcc -std=gnu99 -march=core2 -O2 -Wl,-O1 -Wl,--hash-style=gnu -o test-perror test-perror.o -Wl,--as-needed libtests.a ../../gl/.libs/libgnu.a libtests.a x86_64-pc-linux-gnu-gcc -std=gnu99 -DHAVE_CONFIG_H -I. -I../.. -DIN_GNUTLS_GNULIB_TESTS=1 -I. -I. -I../.. -I./../.. -I../../gl -I./../../gl -march=core2 -O2 -MT test-read-file.o -MD -MP -MF .deps/test-read-file.Tpo -c -o test-read-file.o test-read-file.c mv -f .deps/test-read-file.Tpo .deps/test-read-file.Po /bin/sh ../../libtool --tag=CC --preserve-dup-deps --mode=link x86_64-pc-linux-gnu-gcc -std=gnu99 -march=core2 -O2 -Wl,-O1 -Wl,--as-needed -Wl,--hash-style=gnu -o test-read-file test-read-file.o libtests.a ../../gl/libgnu.la libtests.a libtool: link: x86_64-pc-linux-gnu-gcc -std=gnu99 -march=core2 -O2 -Wl,-O1 -Wl,--hash-style=gnu -o test-read-file test-read-file.o -Wl,--as-needed libtests.a ../../gl/.libs/libgnu.a libtests.a x86_64-pc-linux-gnu-gcc -std=gnu99 -DHAVE_CONFIG_H -I. -I../.. -DIN_GNUTLS_GNULIB_TESTS=1 -I. -I. -I../.. -I./../.. -I../../gl -I./../../gl -march=core2 -O2 -MT test-select.o -MD -MP -MF .deps/test-select.Tpo -c -o test-select.o test-select.c test-select.c: In function 'test_accept_first': test-select.c:293: warning: ignoring return value of 'write', declared with attribute warn_unused_result test-select.c:294: warning: ignoring return value of 'read', declared with attribute warn_unused_result test-select.c:305: warning: ignoring return value of 'write', declared with attribute warn_unused_result test-select.c:309: warning: ignoring return value of 'read', declared with attribute warn_unused_result test-select.c:310: warning: ignoring return value of 'write', declared with attribute warn_unused_result test-select.c: In function 'test_pair': test-select.c:328: warning: ignoring return value of 'write', declared with attribute warn_unused_result test-select.c:334: warning: ignoring return value of 'read', declared with attribute warn_unused_result test-select.c: In function 'test_socket_pair': test-select.c:354: warning: ignoring return value of 'write', declared with attribute warn_unused_result test-select.c: In function 'test_pipe': test-select.c:366: warning: ignoring return value of 'pipe', declared with attribute warn_unused_result mv -f .deps/test-select.Tpo .deps/test-select.Po /bin/sh ../../libtool --tag=CC --preserve-dup-deps --mode=link x86_64-pc-linux-gnu-gcc -std=gnu99 -march=core2 -O2 -Wl,-O1 -Wl,--as-needed -Wl,--hash-style=gnu -o test-select test-select.o libtests.a ../../gl/libgnu.la libtests.a libtool: link: x86_64-pc-linux-gnu-gcc -std=gnu99 -march=core2 -O2 -Wl,-O1 -Wl,--hash-style=gnu -o test-select test-select.o -Wl,--as-needed libtests.a ../../gl/.libs/libgnu.a libtests.a x86_64-pc-linux-gnu-gcc -std=gnu99 -DHAVE_CONFIG_H -I. -I../.. -DIN_GNUTLS_GNULIB_TESTS=1 -I. -I. -I../.. -I./../.. -I../../gl -I./../../gl -march=core2 -O2 -MT test-select-fd.o -MD -MP -MF .deps/test-select-fd.Tpo -c -o test-select-fd.o test-select-fd.c mv -f .deps/test-select-fd.Tpo .deps/test-select-fd.Po /bin/sh ../../libtool --tag=CC --preserve-dup-deps --mode=link x86_64-pc-linux-gnu-gcc -std=gnu99 -march=core2 -O2 -Wl,-O1 -Wl,--as-needed -Wl,--hash-style=gnu -o test-select-fd test-select-fd.o libtests.a ../../gl/libgnu.la libtests.a libtool: link: x86_64-pc-linux-gnu-gcc -std=gnu99 -march=core2 -O2 -Wl,-O1 -Wl,--hash-style=gnu -o test-select-fd test-select-fd.o -Wl,--as-needed libtests.a ../../gl/.libs/libgnu.a libtests.a x86_64-pc-linux-gnu-gcc -std=gnu99 -DHAVE_CONFIG_H -I. -I../.. -DIN_GNUTLS_GNULIB_TESTS=1 -I. -I. -I../.. -I./../.. -I../../gl -I./../../gl -march=core2 -O2 -MT test-select-stdin.o -MD -MP -MF .deps/test-select-stdin.Tpo -c -o test-select-stdin.o test-select-stdin.c test-select-stdin.c: In function 'main': test-select-stdin.c:77: warning: ignoring return value of 'read', declared with attribute warn_unused_result mv -f .deps/test-select-stdin.Tpo .deps/test-select-stdin.Po /bin/sh ../../libtool --tag=CC --preserve-dup-deps --mode=link x86_64-pc-linux-gnu-gcc -std=gnu99 -march=core2 -O2 -Wl,-O1 -Wl,--as-needed -Wl,--hash-style=gnu -o test-select-stdin test-select-stdin.o libtests.a ../../gl/libgnu.la libtests.a libtool: link: x86_64-pc-linux-gnu-gcc -std=gnu99 -march=core2 -O2 -Wl,-O1 -Wl,--hash-style=gnu -o test-select-stdin test-select-stdin.o -Wl,--as-needed libtests.a ../../gl/.libs/libgnu.a libtests.a x86_64-pc-linux-gnu-gcc -std=gnu99 -DHAVE_CONFIG_H -I. -I../.. -DIN_GNUTLS_GNULIB_TESTS=1 -I. -I. -I../.. -I./../.. -I../../gl -I./../../gl -march=core2 -O2 -MT test-snprintf.o -MD -MP -MF .deps/test-snprintf.Tpo -c -o test-snprintf.o test-snprintf.c mv -f .deps/test-snprintf.Tpo .deps/test-snprintf.Po /bin/sh ../../libtool --tag=CC --preserve-dup-deps --mode=link x86_64-pc-linux-gnu-gcc -std=gnu99 -march=core2 -O2 -Wl,-O1 -Wl,--as-needed -Wl,--hash-style=gnu -o test-snprintf test-snprintf.o libtests.a ../../gl/libgnu.la libtests.a libtool: link: x86_64-pc-linux-gnu-gcc -std=gnu99 -march=core2 -O2 -Wl,-O1 -Wl,--hash-style=gnu -o test-snprintf test-snprintf.o -Wl,--as-needed libtests.a ../../gl/.libs/libgnu.a libtests.a x86_64-pc-linux-gnu-gcc -std=gnu99 -DHAVE_CONFIG_H -I. -I../.. -DIN_GNUTLS_GNULIB_TESTS=1 -I. -I. -I../.. -I./../.. -I../../gl -I./../../gl -march=core2 -O2 -MT test-sockets.o -MD -MP -MF .deps/test-sockets.Tpo -c -o test-sockets.o test-sockets.c mv -f .deps/test-sockets.Tpo .deps/test-sockets.Po /bin/sh ../../libtool --tag=CC --preserve-dup-deps --mode=link x86_64-pc-linux-gnu-gcc -std=gnu99 -march=core2 -O2 -Wl,-O1 -Wl,--as-needed -Wl,--hash-style=gnu -o test-sockets test-sockets.o libtests.a ../../gl/libgnu.la libtests.a libtool: link: x86_64-pc-linux-gnu-gcc -std=gnu99 -march=core2 -O2 -Wl,-O1 -Wl,--hash-style=gnu -o test-sockets test-sockets.o -Wl,--as-needed libtests.a ../../gl/.libs/libgnu.a libtests.a x86_64-pc-linux-gnu-gcc -std=gnu99 -DHAVE_CONFIG_H -I. -I../.. -DIN_GNUTLS_GNULIB_TESTS=1 -I. -I. -I../.. -I./../.. -I../../gl -I./../../gl -march=core2 -O2 -MT test-stdbool.o -MD -MP -MF .deps/test-stdbool.Tpo -c -o test-stdbool.o test-stdbool.c mv -f .deps/test-stdbool.Tpo .deps/test-stdbool.Po /bin/sh ../../libtool --tag=CC --preserve-dup-deps --mode=link x86_64-pc-linux-gnu-gcc -std=gnu99 -march=core2 -O2 -Wl,-O1 -Wl,--as-needed -Wl,--hash-style=gnu -o test-stdbool test-stdbool.o libtests.a ../../gl/libgnu.la libtests.a libtool: link: x86_64-pc-linux-gnu-gcc -std=gnu99 -march=core2 -O2 -Wl,-O1 -Wl,--hash-style=gnu -o test-stdbool test-stdbool.o -Wl,--as-needed libtests.a ../../gl/.libs/libgnu.a libtests.a x86_64-pc-linux-gnu-gcc -std=gnu99 -DHAVE_CONFIG_H -I. -I../.. -DIN_GNUTLS_GNULIB_TESTS=1 -I. -I. -I../.. -I./../.. -I../../gl -I./../../gl -march=core2 -O2 -MT test-stddef.o -MD -MP -MF .deps/test-stddef.Tpo -c -o test-stddef.o test-stddef.c mv -f .deps/test-stddef.Tpo .deps/test-stddef.Po /bin/sh ../../libtool --tag=CC --preserve-dup-deps --mode=link x86_64-pc-linux-gnu-gcc -std=gnu99 -march=core2 -O2 -Wl,-O1 -Wl,--as-needed -Wl,--hash-style=gnu -o test-stddef test-stddef.o libtests.a ../../gl/libgnu.la libtests.a libtool: link: x86_64-pc-linux-gnu-gcc -std=gnu99 -march=core2 -O2 -Wl,-O1 -Wl,--hash-style=gnu -o test-stddef test-stddef.o -Wl,--as-needed libtests.a ../../gl/.libs/libgnu.a libtests.a x86_64-pc-linux-gnu-gcc -std=gnu99 -DHAVE_CONFIG_H -I. -I../.. -DIN_GNUTLS_GNULIB_TESTS=1 -I. -I. -I../.. -I./../.. -I../../gl -I./../../gl -march=core2 -O2 -MT test-stdint.o -MD -MP -MF .deps/test-stdint.Tpo -c -o test-stdint.o test-stdint.c mv -f .deps/test-stdint.Tpo .deps/test-stdint.Po /bin/sh ../../libtool --tag=CC --preserve-dup-deps --mode=link x86_64-pc-linux-gnu-gcc -std=gnu99 -march=core2 -O2 -Wl,-O1 -Wl,--as-needed -Wl,--hash-style=gnu -o test-stdint test-stdint.o libtests.a ../../gl/libgnu.la libtests.a libtool: link: x86_64-pc-linux-gnu-gcc -std=gnu99 -march=core2 -O2 -Wl,-O1 -Wl,--hash-style=gnu -o test-stdint test-stdint.o -Wl,--as-needed libtests.a ../../gl/.libs/libgnu.a libtests.a x86_64-pc-linux-gnu-gcc -std=gnu99 -DHAVE_CONFIG_H -I. -I../.. -DIN_GNUTLS_GNULIB_TESTS=1 -I. -I. -I../.. -I./../.. -I../../gl -I./../../gl -march=core2 -O2 -MT test-stdio.o -MD -MP -MF .deps/test-stdio.Tpo -c -o test-stdio.o test-stdio.c mv -f .deps/test-stdio.Tpo .deps/test-stdio.Po /bin/sh ../../libtool --tag=CC --preserve-dup-deps --mode=link x86_64-pc-linux-gnu-gcc -std=gnu99 -march=core2 -O2 -Wl,-O1 -Wl,--as-needed -Wl,--hash-style=gnu -o test-stdio test-stdio.o libtests.a ../../gl/libgnu.la libtests.a libtool: link: x86_64-pc-linux-gnu-gcc -std=gnu99 -march=core2 -O2 -Wl,-O1 -Wl,--hash-style=gnu -o test-stdio test-stdio.o -Wl,--as-needed libtests.a ../../gl/.libs/libgnu.a libtests.a x86_64-pc-linux-gnu-gcc -std=gnu99 -DHAVE_CONFIG_H -I. -I../.. -DIN_GNUTLS_GNULIB_TESTS=1 -I. -I. -I../.. -I./../.. -I../../gl -I./../../gl -march=core2 -O2 -MT test-stdlib.o -MD -MP -MF .deps/test-stdlib.Tpo -c -o test-stdlib.o test-stdlib.c mv -f .deps/test-stdlib.Tpo .deps/test-stdlib.Po /bin/sh ../../libtool --tag=CC --preserve-dup-deps --mode=link x86_64-pc-linux-gnu-gcc -std=gnu99 -march=core2 -O2 -Wl,-O1 -Wl,--as-needed -Wl,--hash-style=gnu -o test-stdlib test-stdlib.o libtests.a ../../gl/libgnu.la libtests.a libtool: link: x86_64-pc-linux-gnu-gcc -std=gnu99 -march=core2 -O2 -Wl,-O1 -Wl,--hash-style=gnu -o test-stdlib test-stdlib.o -Wl,--as-needed libtests.a ../../gl/.libs/libgnu.a libtests.a x86_64-pc-linux-gnu-gcc -std=gnu99 -DHAVE_CONFIG_H -I. -I../.. -DIN_GNUTLS_GNULIB_TESTS=1 -I. -I. -I../.. -I./../.. -I../../gl -I./../../gl -march=core2 -O2 -MT test-strerror.o -MD -MP -MF .deps/test-strerror.Tpo -c -o test-strerror.o test-strerror.c mv -f .deps/test-strerror.Tpo .deps/test-strerror.Po /bin/sh ../../libtool --tag=CC --preserve-dup-deps --mode=link x86_64-pc-linux-gnu-gcc -std=gnu99 -march=core2 -O2 -Wl,-O1 -Wl,--as-needed -Wl,--hash-style=gnu -o test-strerror test-strerror.o libtests.a ../../gl/libgnu.la libtests.a libtool: link: x86_64-pc-linux-gnu-gcc -std=gnu99 -march=core2 -O2 -Wl,-O1 -Wl,--hash-style=gnu -o test-strerror test-strerror.o -Wl,--as-needed libtests.a ../../gl/.libs/libgnu.a libtests.a x86_64-pc-linux-gnu-gcc -std=gnu99 -DHAVE_CONFIG_H -I. -I../.. -DIN_GNUTLS_GNULIB_TESTS=1 -I. -I. -I../.. -I./../.. -I../../gl -I./../../gl -march=core2 -O2 -MT test-string.o -MD -MP -MF .deps/test-string.Tpo -c -o test-string.o test-string.c mv -f .deps/test-string.Tpo .deps/test-string.Po /bin/sh ../../libtool --tag=CC --preserve-dup-deps --mode=link x86_64-pc-linux-gnu-gcc -std=gnu99 -march=core2 -O2 -Wl,-O1 -Wl,--as-needed -Wl,--hash-style=gnu -o test-string test-string.o libtests.a ../../gl/libgnu.la libtests.a libtool: link: x86_64-pc-linux-gnu-gcc -std=gnu99 -march=core2 -O2 -Wl,-O1 -Wl,--hash-style=gnu -o test-string test-string.o -Wl,--as-needed libtests.a ../../gl/.libs/libgnu.a libtests.a x86_64-pc-linux-gnu-gcc -std=gnu99 -DHAVE_CONFIG_H -I. -I../.. -DIN_GNUTLS_GNULIB_TESTS=1 -I. -I. -I../.. -I./../.. -I../../gl -I./../../gl -march=core2 -O2 -MT test-sys_ioctl.o -MD -MP -MF .deps/test-sys_ioctl.Tpo -c -o test-sys_ioctl.o test-sys_ioctl.c mv -f .deps/test-sys_ioctl.Tpo .deps/test-sys_ioctl.Po /bin/sh ../../libtool --tag=CC --preserve-dup-deps --mode=link x86_64-pc-linux-gnu-gcc -std=gnu99 -march=core2 -O2 -Wl,-O1 -Wl,--as-needed -Wl,--hash-style=gnu -o test-sys_ioctl test-sys_ioctl.o libtests.a ../../gl/libgnu.la libtests.a libtool: link: x86_64-pc-linux-gnu-gcc -std=gnu99 -march=core2 -O2 -Wl,-O1 -Wl,--hash-style=gnu -o test-sys_ioctl test-sys_ioctl.o -Wl,--as-needed libtests.a ../../gl/.libs/libgnu.a libtests.a x86_64-pc-linux-gnu-gcc -std=gnu99 -DHAVE_CONFIG_H -I. -I../.. -DIN_GNUTLS_GNULIB_TESTS=1 -I. -I. -I../.. -I./../.. -I../../gl -I./../../gl -march=core2 -O2 -MT test-sys_select.o -MD -MP -MF .deps/test-sys_select.Tpo -c -o test-sys_select.o test-sys_select.c mv -f .deps/test-sys_select.Tpo .deps/test-sys_select.Po /bin/sh ../../libtool --tag=CC --preserve-dup-deps --mode=link x86_64-pc-linux-gnu-gcc -std=gnu99 -march=core2 -O2 -Wl,-O1 -Wl,--as-needed -Wl,--hash-style=gnu -o test-sys_select test-sys_select.o libtests.a ../../gl/libgnu.la libtests.a libtool: link: x86_64-pc-linux-gnu-gcc -std=gnu99 -march=core2 -O2 -Wl,-O1 -Wl,--hash-style=gnu -o test-sys_select test-sys_select.o -Wl,--as-needed libtests.a ../../gl/.libs/libgnu.a libtests.a x86_64-pc-linux-gnu-gcc -std=gnu99 -DHAVE_CONFIG_H -I. -I../.. -DIN_GNUTLS_GNULIB_TESTS=1 -I. -I. -I../.. -I./../.. -I../../gl -I./../../gl -march=core2 -O2 -MT test-sys_socket.o -MD -MP -MF .deps/test-sys_socket.Tpo -c -o test-sys_socket.o test-sys_socket.c mv -f .deps/test-sys_socket.Tpo .deps/test-sys_socket.Po /bin/sh ../../libtool --tag=CC --preserve-dup-deps --mode=link x86_64-pc-linux-gnu-gcc -std=gnu99 -march=core2 -O2 -Wl,-O1 -Wl,--as-needed -Wl,--hash-style=gnu -o test-sys_socket test-sys_socket.o libtests.a ../../gl/libgnu.la libtests.a libtool: link: x86_64-pc-linux-gnu-gcc -std=gnu99 -march=core2 -O2 -Wl,-O1 -Wl,--hash-style=gnu -o test-sys_socket test-sys_socket.o -Wl,--as-needed libtests.a ../../gl/.libs/libgnu.a libtests.a x86_64-pc-linux-gnu-gcc -std=gnu99 -DHAVE_CONFIG_H -I. -I../.. -DIN_GNUTLS_GNULIB_TESTS=1 -I. -I. -I../.. -I./../.. -I../../gl -I./../../gl -march=core2 -O2 -MT test-sys_stat.o -MD -MP -MF .deps/test-sys_stat.Tpo -c -o test-sys_stat.o test-sys_stat.c mv -f .deps/test-sys_stat.Tpo .deps/test-sys_stat.Po /bin/sh ../../libtool --tag=CC --preserve-dup-deps --mode=link x86_64-pc-linux-gnu-gcc -std=gnu99 -march=core2 -O2 -Wl,-O1 -Wl,--as-needed -Wl,--hash-style=gnu -o test-sys_stat test-sys_stat.o libtests.a ../../gl/libgnu.la libtests.a libtool: link: x86_64-pc-linux-gnu-gcc -std=gnu99 -march=core2 -O2 -Wl,-O1 -Wl,--hash-style=gnu -o test-sys_stat test-sys_stat.o -Wl,--as-needed libtests.a ../../gl/.libs/libgnu.a libtests.a x86_64-pc-linux-gnu-gcc -std=gnu99 -DHAVE_CONFIG_H -I. -I../.. -DIN_GNUTLS_GNULIB_TESTS=1 -I. -I. -I../.. -I./../.. -I../../gl -I./../../gl -march=core2 -O2 -MT test-sys_time.o -MD -MP -MF .deps/test-sys_time.Tpo -c -o test-sys_time.o test-sys_time.c mv -f .deps/test-sys_time.Tpo .deps/test-sys_time.Po /bin/sh ../../libtool --tag=CC --preserve-dup-deps --mode=link x86_64-pc-linux-gnu-gcc -std=gnu99 -march=core2 -O2 -Wl,-O1 -Wl,--as-needed -Wl,--hash-style=gnu -o test-sys_time test-sys_time.o libtests.a ../../gl/libgnu.la libtests.a libtool: link: x86_64-pc-linux-gnu-gcc -std=gnu99 -march=core2 -O2 -Wl,-O1 -Wl,--hash-style=gnu -o test-sys_time test-sys_time.o -Wl,--as-needed libtests.a ../../gl/.libs/libgnu.a libtests.a x86_64-pc-linux-gnu-gcc -std=gnu99 -DHAVE_CONFIG_H -I. -I../.. -DIN_GNUTLS_GNULIB_TESTS=1 -I. -I. -I../.. -I./../.. -I../../gl -I./../../gl -march=core2 -O2 -MT test-time.o -MD -MP -MF .deps/test-time.Tpo -c -o test-time.o test-time.c mv -f .deps/test-time.Tpo .deps/test-time.Po /bin/sh ../../libtool --tag=CC --preserve-dup-deps --mode=link x86_64-pc-linux-gnu-gcc -std=gnu99 -march=core2 -O2 -Wl,-O1 -Wl,--as-needed -Wl,--hash-style=gnu -o test-time test-time.o libtests.a ../../gl/libgnu.la libtests.a libtool: link: x86_64-pc-linux-gnu-gcc -std=gnu99 -march=core2 -O2 -Wl,-O1 -Wl,--hash-style=gnu -o test-time test-time.o -Wl,--as-needed libtests.a ../../gl/.libs/libgnu.a libtests.a x86_64-pc-linux-gnu-gcc -std=gnu99 -DHAVE_CONFIG_H -I. -I../.. -DIN_GNUTLS_GNULIB_TESTS=1 -I. -I. -I../.. -I./../.. -I../../gl -I./../../gl -march=core2 -O2 -MT test-unistd.o -MD -MP -MF .deps/test-unistd.Tpo -c -o test-unistd.o test-unistd.c mv -f .deps/test-unistd.Tpo .deps/test-unistd.Po /bin/sh ../../libtool --tag=CC --preserve-dup-deps --mode=link x86_64-pc-linux-gnu-gcc -std=gnu99 -march=core2 -O2 -Wl,-O1 -Wl,--as-needed -Wl,--hash-style=gnu -o test-unistd test-unistd.o libtests.a ../../gl/libgnu.la libtests.a libtool: link: x86_64-pc-linux-gnu-gcc -std=gnu99 -march=core2 -O2 -Wl,-O1 -Wl,--hash-style=gnu -o test-unistd test-unistd.o -Wl,--as-needed libtests.a ../../gl/.libs/libgnu.a libtests.a x86_64-pc-linux-gnu-gcc -std=gnu99 -DHAVE_CONFIG_H -I. -I../.. -DIN_GNUTLS_GNULIB_TESTS=1 -I. -I. -I../.. -I./../.. -I../../gl -I./../../gl -march=core2 -O2 -MT test-vasnprintf.o -MD -MP -MF .deps/test-vasnprintf.Tpo -c -o test-vasnprintf.o test-vasnprintf.c mv -f .deps/test-vasnprintf.Tpo .deps/test-vasnprintf.Po /bin/sh ../../libtool --tag=CC --preserve-dup-deps --mode=link x86_64-pc-linux-gnu-gcc -std=gnu99 -march=core2 -O2 -Wl,-O1 -Wl,--as-needed -Wl,--hash-style=gnu -o test-vasnprintf test-vasnprintf.o libtests.a ../../gl/libgnu.la libtests.a libtool: link: x86_64-pc-linux-gnu-gcc -std=gnu99 -march=core2 -O2 -Wl,-O1 -Wl,--hash-style=gnu -o test-vasnprintf test-vasnprintf.o -Wl,--as-needed libtests.a ../../gl/.libs/libgnu.a libtests.a x86_64-pc-linux-gnu-gcc -std=gnu99 -DHAVE_CONFIG_H -I. -I../.. -DIN_GNUTLS_GNULIB_TESTS=1 -I. -I. -I../.. -I./../.. -I../../gl -I./../../gl -march=core2 -O2 -MT test-verify.o -MD -MP -MF .deps/test-verify.Tpo -c -o test-verify.o test-verify.c mv -f .deps/test-verify.Tpo .deps/test-verify.Po /bin/sh ../../libtool --tag=CC --preserve-dup-deps --mode=link x86_64-pc-linux-gnu-gcc -std=gnu99 -march=core2 -O2 -Wl,-O1 -Wl,--as-needed -Wl,--hash-style=gnu -o test-verify test-verify.o libtests.a ../../gl/libgnu.la libtests.a libtool: link: x86_64-pc-linux-gnu-gcc -std=gnu99 -march=core2 -O2 -Wl,-O1 -Wl,--hash-style=gnu -o test-verify test-verify.o -Wl,--as-needed libtests.a ../../gl/.libs/libgnu.a libtests.a x86_64-pc-linux-gnu-gcc -std=gnu99 -DHAVE_CONFIG_H -I. -I../.. -DIN_GNUTLS_GNULIB_TESTS=1 -I. -I. -I../.. -I./../.. -I../../gl -I./../../gl -march=core2 -O2 -MT test-version-etc.o -MD -MP -MF .deps/test-version-etc.Tpo -c -o test-version-etc.o test-version-etc.c mv -f .deps/test-version-etc.Tpo .deps/test-version-etc.Po /bin/sh ../../libtool --tag=CC --preserve-dup-deps --mode=link x86_64-pc-linux-gnu-gcc -std=gnu99 -march=core2 -O2 -Wl,-O1 -Wl,--as-needed -Wl,--hash-style=gnu -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=core2 -O2 -Wl,-O1 -Wl,--hash-style=gnu -o test-version-etc test-version-etc.o -Wl,--as-needed libtests.a ../../gl/.libs/libgnu.a libtests.a x86_64-pc-linux-gnu-gcc -std=gnu99 -DHAVE_CONFIG_H -I. -I../.. -DIN_GNUTLS_GNULIB_TESTS=1 -I. -I. -I../.. -I./../.. -I../../gl -I./../../gl -march=core2 -O2 -MT test-wchar.o -MD -MP -MF .deps/test-wchar.Tpo -c -o test-wchar.o test-wchar.c mv -f .deps/test-wchar.Tpo .deps/test-wchar.Po /bin/sh ../../libtool --tag=CC --preserve-dup-deps --mode=link x86_64-pc-linux-gnu-gcc -std=gnu99 -march=core2 -O2 -Wl,-O1 -Wl,--as-needed -Wl,--hash-style=gnu -o test-wchar test-wchar.o libtests.a ../../gl/libgnu.la libtests.a libtool: link: x86_64-pc-linux-gnu-gcc -std=gnu99 -march=core2 -O2 -Wl,-O1 -Wl,--hash-style=gnu -o test-wchar test-wchar.o -Wl,--as-needed libtests.a ../../gl/.libs/libgnu.a libtests.a make[6]: Leaving directory `/tmp/portage/net-libs/gnutls-2.10.1/work/gnutls-2.10.1/gl/tests' make check-TESTS make[6]: Entering directory `/tmp/portage/net-libs/gnutls-2.10.1/work/gnutls-2.10.1/gl/tests' PASS: test-alignof PASS: test-alloca-opt PASS: test-arpa_inet PASS: test-c-ctype PASS: test-errno PASS: test-fseeko.sh PASS: test-fseeko2.sh PASS: test-getaddrinfo PASS: test-getdelim PASS: test-getline PASS: test-gettimeofday PASS: test-inet_ntop PASS: test-inet_pton PASS: test-lseek.sh PASS: test-memchr PASS: test-netdb PASS: test-netinet_in PASS: test-perror.sh PASS: test-read-file Unconnected socket test...