gnutls failure on Solaris 10 update 7 gcc 4.4.1

Dr. David Kirkby david.kirkby at onetel.net
Sun Nov 29 02:06:50 CET 2009


I reported on the thread:

"gnutls-2.2.1 fails to build on HP-UX"

that upgrading to a later version of gnutls had not solved the problem on HP-UX, 
but had created one on Solaris 10. Simon Josefsson asked for the details, so 
here they are. (I thought it appropriate to start a new thread).

The setup is

  * Sun Blade 2000, 2 x 1200 MHz UltraSPARC III+ processors
  * 8 GB RAM.
  * gcc 4.4.1 configured to use the Sun linker and assembler.
  * Solaris 10 update 7 (released 05/2009)
  * GNU make
  * Nothing from GNU binutils - as, ar, ld, ranlib etc are all Sun.

This build took place inside Sage, but all that does is configure gnutls with 
some options, which I list below.

Sage is a large bit of maths software

http://www.sagemath.org/

which includes gnutls 2.2.1, but I created a new package for Sage, using gnutls 
2.8.5. But the build script it simply configures it as below. I've left a note 
which is in the build script, which may not be appropriate any more. You may 
wish to comment on that.

# --disable-cxx is needed to compile on OSX.
# See 
http://www.nabble.com/%22gnutls%22-under-Darwin-%28was%3A-CVS-commit%3A-pkgsrc-security-gnutls%29-tf3062958.html#a8573149

./configure --prefix="$SAGE_LOCAL" --enable-shared --disable-static 
--disable-cxx --enable-guile=no

Whether there are more appropriate options I do not know.

Note, gcc is configured to use both the Sun linker and assembler - not GNU ones. 
  This might be relevant to the final error message.


gnutls-2.8.5/src/src/tests.h
gnutls-2.8.5/src/src/psk-gaa.c
gnutls-2.8.5/src/src/tls_test-gaa.h
gnutls-2.8.5/src/src/prime.c
gnutls-2.8.5/src/src/serv-gaa.c
gnutls-2.8.5/src/src/serv.gaa
gnutls-2.8.5/src/configure.ac
Finished extraction
****************************************************
Host system
uname -a:
SunOS swan 5.10 Generic_141444-09 sun4u sparc SUNW,Sun-Blade-1000
****************************************************
****************************************************
CC Version
gcc -v
Using built-in specs.
Target: sparc-sun-solaris2.10
Configured with: ../gcc-4.4.1/configure 
--prefix=/usr/local/gcc-4.4.1-sun-linker/ --with-as=/usr/ccs/bin/as 
--without-gnu-as --with-ld=/usr/ccs/bin/ld --without-gnu-ld 
--enable-languages=c,c++,fortran --with-mpfr-include=/usr/local/include 
--with-mpfr-lib=/usr/local/lib --with-gmp-include=/usr/local/include 
--with-gmp-lib=/usr/local/lib CC=/usr/sfw/bin/gcc CXX=/usr/sfw/bin/g++ 
LDFLAGS='-R /usr/local/lib -L /usr/local/lib'
Thread model: posix
gcc version 4.4.1 (GCC)
****************************************************
Deleting old gnutls libraries in /export/home/drkirkby/sage-4.2.1/local/lib
checking for a BSD-compatible install... /usr/local/bin/ginstall -c
checking whether build environment is sane... yes
checking for a thread-safe mkdir -p... build-aux/install-sh -c -d
checking for gawk... no
checking for mawk... no
checking for nawk... nawk
checking whether make sets $(MAKE)... yes
***
*** Checking for compilation programs...

checking for gcc... gcc
checking for C compiler default output file name... a.out
checking whether the C compiler works... yes
checking whether we are cross compiling... no
checking for suffix of executables...
checking for suffix of object files... o
checking whether we are using the GNU C compiler... yes
checking whether gcc accepts -g... yes
checking for gcc option to accept ISO C89... none needed
checking for style of include used by make... GNU
checking dependency style of gcc... gcc3
checking whether ln -s works... yes
checking for pkg-config... /usr/bin/pkg-config
checking pkg-config is at least version 0.9.0... yes
checking for gtkdoc-check... no
checking for gtkdoc-rebase... no
checking for gtkdoc-mkpdf... no
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 ranlib... ranlib
checking build system type... sparc-sun-solaris2.10
checking host system type... sparc-sun-solaris2.10
checking how to run the C preprocessor... gcc -E
checking for grep that handles long lines and -e... /usr/sfw/bin/ggrep
checking for egrep... /usr/sfw/bin/ggrep -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 gcc option to accept ISO C99... -std=gnu99
checking for gcc -std=gnu99 option to accept ISO Standard C... (cached) -std=gnu99
configure: autobuild project... GnuTLS
configure: autobuild revision... 2.8.5
configure: autobuild hostname... swan
configure: autobuild timestamp... 20091129T004624Z
checking for inline... inline
checking whether we are using the GNU C++ compiler... yes
checking whether g++ accepts -g... yes
checking dependency style of g++... gcc3
checking for ld used by GCC... ld
checking if the linker (ld) is GNU ld... no
checking for shared library run path origin... done
checking for 64-bit host... no
checking for libgcrypt... yes
checking how to link with libgcrypt... 
/export/home/drkirkby/sage-4.2.1/local/lib/libgcrypt.so 
-L/export/home/drkirkby/sage-4.2.1/local/lib 
/export/home/drkirkby/sage-4.2.1/local/lib/libgpg-error.so -lsocket 
-R/export/home/drkirkby/sage-4.2.1/local/lib
checking for libtasn1... no
configure: WARNING:
   ***
   *** Libtasn1 was not found. Will use the included one.

checking whether to use the included minitasn1... yes
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 size of void *... 4
checking size of long... 4
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/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 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 sys/time.h usability... yes
checking sys/time.h presence... yes
checking for sys/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 disable OpenSSL compatibility layer... yes
checking for library containing setsockopt... -lsocket
checking for ANSI C header files... (cached) yes
checking for fork... yes
checking for valgrind... no
checking whether self tests are run under valgrind... no
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 for a sed that does not truncate output... /usr/bin/sed
checking for fgrep... /usr/sfw/bin/ggrep -F
checking for ld used by gcc -std=gnu99... ld
checking if the linker (ld) is GNU ld... no
checking for BSD- or MS-compatible name lister (nm)... /usr/ccs/bin/nm -p
checking the name lister (/usr/ccs/bin/nm -p) interface... BSD nm
checking the maximum length of command line arguments... 786240
checking whether the shell understands some XSI constructs... yes
checking whether the shell understands "+="... no
checking for ld option to reload object files... -r
checking for objdump... objdump
checking how to recognize dependent libraries... pass_all
checking for ar... ar
checking for strip... strip
checking for ranlib... (cached) ranlib
checking command to parse /usr/ccs/bin/nm -p output from gcc -std=gnu99 object... ok
checking for dlfcn.h... yes
checking whether we are using the GNU C++ compiler... (cached) yes
checking whether g++ accepts -g... (cached) yes
checking dependency style of g++... (cached) gcc3
checking how to run the C++ preprocessor... g++ -E
checking for objdir... .libs
checking if gcc -std=gnu99 supports -fno-rtti -fno-exceptions... no
checking for gcc -std=gnu99 option to produce PIC... -fPIC -DPIC
checking if gcc -std=gnu99 PIC flag -fPIC -DPIC works... yes
checking if gcc -std=gnu99 static flag -static works... no
checking if gcc -std=gnu99 supports -c -o file.o... conftest*: No such file or 
directory
yes
checking if gcc -std=gnu99 supports -c -o file.o... (cached) yes
checking whether the gcc -std=gnu99 linker (ld) supports shared libraries... yes
checking whether -lc should be explicitly linked in... conftest*: No such file 
or directory
yes
checking dynamic linker characteristics... solaris2.10 ld.so
checking how to hardcode library paths into programs... immediate
checking whether stripping libraries is possible... no
checking if libtool supports shared libraries... yes
checking whether to build shared libraries... yes
checking whether to build static libraries... no
checking for ld used by g++... ld
checking if the linker (ld) is GNU ld... no
checking whether the g++ linker (ld) supports shared libraries... yes
checking for g++ option to produce PIC... -fPIC -DPIC
checking if g++ PIC flag -fPIC -DPIC works... yes
checking if g++ static flag -static works... no
checking if g++ supports -c -o file.o... conftest*: No such file or directory
yes
checking if g++ supports -c -o file.o... (cached) yes
checking whether the g++ linker (ld) supports shared libraries... yes
checking dynamic linker characteristics... solaris2.10 ld.so
checking how to hardcode library paths into programs... immediate
checking whether the preprocessor supports include_next... yes
checking whether <sys/socket.h> is self-contained... yes
checking for shutdown... no
checking for struct sockaddr_storage... yes
checking for sa_family_t... yes
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 *... no
checking whether stdin defaults to large file offsets... yes
checking for library containing gethostbyname... -lnsl
checking for library containing getservbyname... -lsocket
checking for C/C++ restrict keyword... __restrict
checking for IPv4 sockets... yes
checking for IPv6 sockets... yes
checking whether getdelim is declared... no
checking whether getline is declared... no
checking whether getpass is declared... yes
checking for __fsetlocking... yes
checking for tcgetattr... yes
checking for tcsetattr... yes
checking for lstat... yes
checking for vasnprintf... no
checking for gettimeofday... yes
checking whether fflush_unlocked is declared... no
checking whether flockfile is declared... yes
checking whether fputs_unlocked is declared... no
checking whether funlockfile is declared... yes
checking whether putc_unlocked is declared... yes
checking whether <limits.h> defines MIN and MAX... no
checking whether <sys/param.h> defines MIN and MAX... no
checking whether malloc, realloc, calloc are POSIX compliant... yes
checking whether <sys/select.h> is self-contained... yes
checking whether snprintf is declared... yes
checking for stdbool.h that conforms to C99... yes
checking for _Bool... yes
checking for long long int... yes
checking for unsigned long long int... yes
checking for working strerror function... yes
checking whether stat file-mode macros are broken... no
checking for struct timeval... yes
checking for wchar_t... 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 for snprintf... yes
checking for strnlen... no
checking for wcslen... yes
checking for wcsnlen... no
checking for mbrtowc... yes
checking for wcrtomb... yes
checking whether _snprintf is declared... no
checking whether ungetc works on arbitrary bytes... yes
checking for alloca as a compiler built-in... yes
checking for error_at_line... no
checking for fseeko... yes
configure: checking how to do getaddrinfo, freeaddrinfo and getnameinfo
checking for library containing getaddrinfo... -lsocket
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... yes
checking whether freeaddrinfo is declared... yes
checking whether gai_strerror is declared... yes
checking whether getnameinfo is declared... yes
checking for struct addrinfo... yes
checking for getdelim... no
checking for flockfile... yes
checking for funlockfile... yes
checking whether getc_unlocked is declared... yes
checking for getline... no
checking for getdelim... (cached) no
checking for flockfile... (cached) yes
checking for funlockfile... (cached) yes
checking whether getc_unlocked is declared... (cached) yes
checking whether __fsetlocking is declared... yes
checking for library containing gethostbyname... (cached) -lnsl
checking for library containing inet_ntop... -lnsl
checking whether inet_ntop is declared... yes
checking for inet_pton... no
checking whether inet_pton is declared... yes
checking whether lseek detects pipes... yes
checking whether <netinet/in.h> is self-contained... yes
checking for pmccabe... false
checking for readline...  -ltermcap
checking how to link with libreadline... 
/export/home/drkirkby/sage-4.2.1/local/lib/libreadline.so 
-R/export/home/drkirkby/sage-4.2.1/local/lib -ltermcap
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) -lsocket
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) -lsocket
checking for socklen_t... yes
checking for va_copy... yes
checking whether stdint.h conforms to C99... no
checking sys/inttypes.h usability... yes
checking sys/inttypes.h presence... yes
checking for sys/inttypes.h... yes
checking sys/bitypes.h usability... no
checking sys/bitypes.h presence... no
checking for sys/bitypes.h... no
checking for bit size of ptrdiff_t... 32
checking for bit size of size_t... 32
checking for bit size of sig_atomic_t... 32
checking for bit size of wchar_t... 32
checking for bit size of wint_t... 32
checking whether sig_atomic_t is signed... yes
checking whether wchar_t is signed... yes
checking whether wint_t is signed... yes
checking for ptrdiff_t integer literal suffix...
checking for size_t integer literal suffix... u
checking for sig_atomic_t integer literal suffix...
checking for wchar_t integer literal suffix... l
checking for wint_t integer literal suffix... l
checking for random.h... no
checking for struct random_data... no
checking whether <sys/select.h> is self-contained... (cached) yes
checking whether <sys/socket.h> is self-contained... (cached) yes
checking for shutdown... (cached) no
checking for struct sockaddr_storage... (cached) yes
checking for sa_family_t... (cached) yes
checking for nlink_t... yes
checking for ptrdiff_t... yes
checking whether <wchar.h> is standalone... yes
checking for stdint.h... (cached) yes
checking for gettimeofday with POSIX signature... yes
checking whether gettimeofday clobbers localtime buffer... no
checking for wchar_t... (cached) yes
checking for wint_t... (cached) yes
checking whether <sys/ioctl.h> declares ioctl... no
checking for shutdown... (cached) 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/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
libtoolT: No such file or directory
=== configuring in lib 
(/export/home/drkirkby/sage-4.2.1/spkg/build/gnutls-2.8.5/src/lib)
configure: running /bin/bash ./configure --disable-option-checking 
'--prefix=/export/home/drkirkby/sage-4.2.1/local'  '--enable-shared' 
'--disable-static' '--disable-cxx' '--enable-guile=no' 'CC=gcc' 'LDFLAGS=' 
'CXX=g++' --cache-file=/dev/null --srcdir=.
checking for a BSD-compatible install... /usr/local/bin/ginstall -c
checking whether build environment is sane... yes
checking for a thread-safe mkdir -p... build-aux/install-sh -c -d
checking for gawk... no
checking for mawk... no
checking for nawk... nawk
checking whether make sets $(MAKE)... yes
checking for gcc... gcc
checking for C compiler default output file name... a.out
checking whether the C compiler works... yes
checking whether we are cross compiling... no
checking for suffix of executables...
checking for suffix of object files... o
checking whether we are using the GNU C compiler... yes
checking whether gcc accepts -g... yes
checking for gcc option to accept ISO C89... none needed
checking for style of include used by make... GNU
checking dependency style of gcc... gcc3
checking for ranlib... ranlib
checking build system type... sparc-sun-solaris2.10
checking host system type... sparc-sun-solaris2.10
checking how to run the C preprocessor... gcc -E
checking for grep that handles long lines and -e... /usr/sfw/bin/ggrep
checking for egrep... /usr/sfw/bin/ggrep -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 a sed that does not truncate output... /usr/bin/sed
checking for fgrep... /usr/sfw/bin/ggrep -F
checking for ld used by gcc... ld
checking if the linker (ld) is GNU ld... no
checking for BSD- or MS-compatible name lister (nm)... /usr/ccs/bin/nm -p
checking the name lister (/usr/ccs/bin/nm -p) interface... BSD nm
checking whether ln -s works... yes
checking the maximum length of command line arguments... 786240
checking whether the shell understands some XSI constructs... yes
checking whether the shell understands "+="... no
checking for ld option to reload object files... -r
checking for objdump... objdump
checking how to recognize dependent libraries... pass_all
checking for ar... ar
checking for strip... strip
checking for ranlib... (cached) ranlib
checking command to parse /usr/ccs/bin/nm -p output from gcc object... ok
checking for dlfcn.h... yes
checking for objdir... .libs
checking if gcc supports -fno-rtti -fno-exceptions... no
checking for gcc option to produce PIC... -fPIC -DPIC
checking if gcc PIC flag -fPIC -DPIC works... yes
checking if gcc static flag -static works... no
checking if gcc supports -c -o file.o... conftest*: No such file or directory
yes
checking if gcc supports -c -o file.o... (cached) yes
checking whether the gcc linker (ld) supports shared libraries... yes
checking whether -lc should be explicitly linked in... conftest*: No such file 
or directory
yes
checking dynamic linker characteristics... solaris2.10 ld.so
checking how to hardcode library paths into programs... immediate
checking whether stripping libraries is possible... no
checking if libtool supports shared libraries... yes
checking whether to build shared libraries... yes
checking whether to build static libraries... no
checking for ld used by GCC... ld
checking if the linker (ld) is GNU ld... no
checking for shared library run path origin... done
checking for libgcrypt... yes
checking how to link with libgcrypt... 
/export/home/drkirkby/sage-4.2.1/local/lib/libgcrypt.so 
-L/export/home/drkirkby/sage-4.2.1/local/lib 
/export/home/drkirkby/sage-4.2.1/local/lib/libgpg-error.so -lsocket 
-R/export/home/drkirkby/sage-4.2.1/local/lib
checking for libtasn1... no
configure: WARNING:
   ***
   *** Libtasn1 was not found. Will use the included one.

checking whether to use the included minitasn1... yes
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 size of void *... 4
checking size of long... 4
checking size of int... 4
checking whether NLS is requested... yes
checking for msgfmt... no
checking for gmsgfmt... :
checking for xgettext... no
checking for msgmerge... no
checking for CFPreferencesCopyAppValue... no
checking for CFLocaleCopyCurrent... no
checking for GNU gettext in libc... no
checking for iconv... yes
checking for working iconv... yes
checking for GNU gettext in libintl... no
checking whether to use NLS... no
checking whether byte ordering is bigendian... yes
checking for ssize_t... yes
checking size of unsigned long int... 4
checking size of unsigned int... 4
checking whether to include zlib compression support... yes
checking for libz... yes
checking how to link with libz... 
/export/home/drkirkby/sage-4.2.1/local/lib/libz.so 
-R/export/home/drkirkby/sage-4.2.1/local/lib
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 netdb.h... yes
checking for sys/socket.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 whether stdin defaults to large file offsets... yes
checking whether memmem is declared... no
checking whether <limits.h> defines MIN and MAX... no
checking whether <sys/param.h> defines MIN and MAX... no
checking whether malloc, realloc, calloc are POSIX compliant... yes
checking whether snprintf is declared... yes
checking for inline... inline
checking whether <sys/socket.h> is self-contained... yes
checking for shutdown... no
checking for struct sockaddr_storage... yes
checking for sa_family_t... yes
checking for stdbool.h that conforms to C99... yes
checking for _Bool... yes
checking for long long int... yes
checking for unsigned long long int... yes
checking for C/C++ restrict keyword... __restrict
checking for lstat... yes
checking for vasnprintf... no
checking whether stat file-mode macros are broken... no
checking for struct timespec in <time.h>... yes
checking for wchar_t... 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 for snprintf... yes
checking for strnlen... no
checking for wcslen... yes
checking for wcsnlen... no
checking for mbrtowc... yes
checking for wcrtomb... yes
checking whether _snprintf is declared... no
checking whether vsnprintf is declared... yes
checking whether ungetc works on arbitrary bytes... yes
checking for alloca as a compiler built-in... yes
checking byteswap.h usability... no
checking byteswap.h presence... no
checking for byteswap.h... no
checking for fseeko... yes
checking whether __func__ is available... yes
checking if gcc/ld supports -Wl,--output-def... no
checking if LD -Wl,--version-script works... no
checking whether lseek detects pipes... yes
checking for memmem... no
checking for memmove... 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... -lsocket
checking for socklen_t... yes
checking whether stdint.h conforms to C99... no
checking sys/inttypes.h usability... yes
checking sys/inttypes.h presence... yes
checking for sys/inttypes.h... yes
checking sys/bitypes.h usability... no
checking sys/bitypes.h presence... no
checking for sys/bitypes.h... no
checking for bit size of ptrdiff_t... 32
checking for bit size of size_t... 32
checking for bit size of sig_atomic_t... 32
checking for bit size of wchar_t... 32
checking for bit size of wint_t... 32
checking whether sig_atomic_t is signed... yes
checking whether wchar_t is signed... yes
checking whether wint_t is signed... yes
checking for ptrdiff_t integer literal suffix...
checking for size_t integer literal suffix... u
checking for sig_atomic_t integer literal suffix...
checking for wchar_t integer literal suffix... l
checking for wint_t integer literal suffix... l
checking for random.h... no
checking for struct random_data... no
checking for strcasecmp... yes
checking for strncasecmp... yes
checking whether strncasecmp is declared... yes
checking for strverscmp... no
checking whether <sys/socket.h> is self-contained... (cached) yes
checking for shutdown... (cached) no
checking for struct sockaddr_storage... (cached) yes
checking for sa_family_t... (cached) yes
checking for nlink_t... yes
checking whether localtime_r is compatible with its POSIX signature... yes
checking for ptrdiff_t... yes
checking for vasprintf... no
checking for vsnprintf... yes
checking whether snprintf respects a size of 1... (cached) yes
checking whether <wchar.h> is standalone... yes
checking for stdint.h... (cached) yes
checking for wchar_t... (cached) yes
checking for wint_t... (cached) yes
checking for shutdown... (cached) no
checking whether we are using the GNU C++ compiler... yes
checking whether g++ accepts -g... yes
checking dependency style of g++... gcc3
checking whether we are using the GNU C++ compiler... (cached) yes
checking whether g++ accepts -g... (cached) yes
checking dependency style of g++... (cached) gcc3
checking how to run the C++ preprocessor... g++ -E
checking for ld used by g++... ld
checking if the linker (ld) is GNU ld... no
checking whether the g++ linker (ld) supports shared libraries... yes
checking for g++ option to produce PIC... -fPIC -DPIC
checking if g++ PIC flag -fPIC -DPIC works... yes
checking if g++ static flag -static works... no
checking if g++ supports -c -o file.o... conftest*: No such file or directory
yes
checking if g++ supports -c -o file.o... (cached) yes
checking whether the g++ linker (ld) supports shared libraries... yes
checking dynamic linker characteristics... solaris2.10 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
libtoolT: No such file or directory
config.status: executing po-directories commands
config.status: creating po/POTFILES
config.status: creating po/Makefile
=== configuring in libextra 
(/export/home/drkirkby/sage-4.2.1/spkg/build/gnutls-2.8.5/src/libextra)
configure: running /bin/bash ./configure --disable-option-checking 
'--prefix=/export/home/drkirkby/sage-4.2.1/local'  '--enable-shared' 
'--disable-static' '--disable-cxx' '--enable-guile=no' 'CC=gcc' 'LDFLAGS=' 
'CXX=g++' --cache-file=/dev/null --srcdir=.
checking for a BSD-compatible install... /usr/local/bin/ginstall -c
checking whether build environment is sane... yes
checking for a thread-safe mkdir -p... build-aux/install-sh -c -d
checking for gawk... no
checking for mawk... no
checking for nawk... nawk
checking whether make sets $(MAKE)... yes
checking for gcc... gcc
checking for C compiler default output file name... a.out
checking whether the C compiler works... yes
checking whether we are cross compiling... no
checking for suffix of executables...
checking for suffix of object files... o
checking whether we are using the GNU C compiler... yes
checking whether gcc accepts -g... yes
checking for gcc option to accept ISO C89... none needed
checking for style of include used by make... GNU
checking dependency style of gcc... gcc3
checking for ranlib... ranlib
checking build system type... sparc-sun-solaris2.10
checking host system type... sparc-sun-solaris2.10
checking how to run the C preprocessor... gcc -E
checking for grep that handles long lines and -e... /usr/sfw/bin/ggrep
checking for egrep... /usr/sfw/bin/ggrep -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 a sed that does not truncate output... /usr/bin/sed
checking for fgrep... /usr/sfw/bin/ggrep -F
checking for ld used by gcc... ld
checking if the linker (ld) is GNU ld... no
checking for BSD- or MS-compatible name lister (nm)... /usr/ccs/bin/nm -p
checking the name lister (/usr/ccs/bin/nm -p) interface... BSD nm
checking whether ln -s works... yes
checking the maximum length of command line arguments... 786240
checking whether the shell understands some XSI constructs... yes
checking whether the shell understands "+="... no
checking for ld option to reload object files... -r
checking for objdump... objdump
checking how to recognize dependent libraries... pass_all
checking for ar... ar
checking for strip... strip
checking for ranlib... (cached) ranlib
checking command to parse /usr/ccs/bin/nm -p output from gcc object... ok
checking for dlfcn.h... yes
checking for objdir... .libs
checking if gcc supports -fno-rtti -fno-exceptions... no
checking for gcc option to produce PIC... -fPIC -DPIC
checking if gcc PIC flag -fPIC -DPIC works... yes
checking if gcc static flag -static works... no
checking if gcc supports -c -o file.o... conftest*: No such file or directory
yes
checking if gcc supports -c -o file.o... (cached) yes
checking whether the gcc linker (ld) supports shared libraries... yes
checking whether -lc should be explicitly linked in... conftest*: No such file 
or directory
yes
checking dynamic linker characteristics... solaris2.10 ld.so
checking how to hardcode library paths into programs... immediate
checking whether stripping libraries is possible... no
checking if libtool supports shared libraries... yes
checking whether to build shared libraries... yes
checking whether to build static libraries... no
checking for ld used by GCC... ld
checking if the linker (ld) is GNU ld... no
checking for shared library run path origin... done
checking for 64-bit host... no
checking for libgcrypt... yes
checking how to link with libgcrypt... 
/export/home/drkirkby/sage-4.2.1/local/lib/libgcrypt.so 
-L/export/home/drkirkby/sage-4.2.1/local/lib 
/export/home/drkirkby/sage-4.2.1/local/lib/libgpg-error.so -lsocket 
-R/export/home/drkirkby/sage-4.2.1/local/lib
checking for libtasn1... no
configure: WARNING:
   ***
   *** Libtasn1 was not found. Will use the included one.

checking whether to use the included minitasn1... yes
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 size of void *... 4
checking size of long... 4
checking size of int... 4
checking for inline... inline
checking for sys/socket.h... yes
checking whether to disable OpenSSL compatibility layer... yes
checking for library containing setsockopt... -lsocket
checking whether byte ordering is bigendian... yes
checking for C/C++ restrict keyword... __restrict
checking if gcc/ld supports -Wl,--output-def... no
checking if LD -Wl,--version-script works... no
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
libtoolT: No such file or directory
configure: summary of build options:

   version:          2.8.5 shared 40:12:14
   Host type:        sparc-sun-solaris2.10
   Install prefix:   /export/home/drkirkby/sage-4.2.1/local
   Compiler:         gcc -std=gnu99
   Warning flags:    errors:  warnings:
   Library types:    Shared=yes, Static=no
   Valgrind:
   Guile wrappers:   no
   C++ library:      no
   OpenSSL library:  yes

cat: cannot open ./.prev-version
make[2]: Entering directory 
`/export/home/drkirkby/sage-4.2.1/spkg/build/gnutls-2.8.5/src'
make  all-recursive
cat: cannot open ./.prev-version
make[3]: Entering directory 
`/export/home/drkirkby/sage-4.2.1/spkg/build/gnutls-2.8.5/src'
Making all in lib
make[4]: Entering directory 
`/export/home/drkirkby/sage-4.2.1/spkg/build/gnutls-2.8.5/src/lib'
make  all-recursive
make[5]: Entering directory 
`/export/home/drkirkby/sage-4.2.1/spkg/build/gnutls-2.8.5/src/lib'
Making all in gl
make[6]: Entering directory 
`/export/home/drkirkby/sage-4.2.1/spkg/build/gnutls-2.8.5/src/lib/gl'
{ echo '/* DO NOT EDIT! GENERATED AUTOMATICALLY! */'; \
   cat ./alloca.in.h; \
} > alloca.h-t
mv -f alloca.h-t alloca.h
{ echo '/* DO NOT EDIT! GENERATED AUTOMATICALLY! */'; \
   cat ./byteswap.in.h; \
} > byteswap.h-t
mv -f byteswap.h-t byteswap.h
rm -f stdint.h-t stdint.h
{ echo '/* DO NOT EDIT! GENERATED AUTOMATICALLY! */'; \
   sed -e 's/@''HAVE_STDINT_H''@/1/g' \
       -e 's|@''INCLUDE_NEXT''@|include_next|g' \
       -e 's|@''PRAGMA_SYSTEM_HEADER''@|#pragma GCC system_header|g' \
       -e 's|@''NEXT_STDINT_H''@|<stdint.h>|g' \
       -e 's/@''HAVE_SYS_TYPES_H''@/1/g' \
       -e 's/@''HAVE_INTTYPES_H''@/1/g' \
       -e 's/@''HAVE_SYS_INTTYPES_H''@/1/g' \
       -e 's/@''HAVE_SYS_BITYPES_H''@/0/g' \
       -e 's/@''HAVE_LONG_LONG_INT''@/1/g' \
       -e 's/@''HAVE_UNSIGNED_LONG_LONG_INT''@/1/g' \
       -e 's/@''APPLE_UNIVERSAL_BUILD''@/0/g' \
       -e 's/@''BITSIZEOF_PTRDIFF_T''@/32/g' \
       -e 's/@''PTRDIFF_T_SUFFIX''@//g' \
       -e 's/@''BITSIZEOF_SIG_ATOMIC_T''@/32/g' \
       -e 's/@''HAVE_SIGNED_SIG_ATOMIC_T''@/1/g' \
       -e 's/@''SIG_ATOMIC_T_SUFFIX''@//g' \
       -e 's/@''BITSIZEOF_SIZE_T''@/32/g' \
       -e 's/@''SIZE_T_SUFFIX''@/u/g' \
       -e 's/@''BITSIZEOF_WCHAR_T''@/32/g' \
       -e 's/@''HAVE_SIGNED_WCHAR_T''@/1/g' \
       -e 's/@''WCHAR_T_SUFFIX''@/l/g' \
       -e 's/@''BITSIZEOF_WINT_T''@/32/g' \
       -e 's/@''HAVE_SIGNED_WINT_T''@/1/g' \
       -e 's/@''WINT_T_SUFFIX''@/l/g' \
       < ./stdint.in.h; \
} > stdint.h-t
mv stdint.h-t stdint.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''@|<stdio.h>|g' \
       -e 's|@''GNULIB_FPRINTF''@|1|g' \
       -e 's|@''GNULIB_FPRINTF_POSIX''@|0|g' \
       -e 's|@''GNULIB_PRINTF''@|1|g' \
       -e 's|@''GNULIB_PRINTF_POSIX''@|0|g' \
       -e 's|@''GNULIB_SNPRINTF''@|1|g' \
       -e 's|@''GNULIB_SPRINTF_POSIX''@|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' \
       -e 's|@''GNULIB_DPRINTF''@|0|g' \
       -e 's|@''GNULIB_VDPRINTF''@|0|g' \
       -e 's|@''GNULIB_VASPRINTF''@|1|g' \
       -e 's|@''GNULIB_OBSTACK_PRINTF''@|0|g' \
       -e 's|@''GNULIB_OBSTACK_PRINTF_POSIX''@|0|g' \
       -e 's|@''GNULIB_FOPEN''@|0|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_FFLUSH''@|0|g' \
       -e 's|@''GNULIB_FCLOSE''@|0|g' \
       -e 's|@''GNULIB_FPUTC''@|1|g' \
       -e 's|@''GNULIB_PUTC''@|1|g' \
       -e 's|@''GNULIB_PUTCHAR''@|1|g' \
       -e 's|@''GNULIB_FPUTS''@|1|g' \
       -e 's|@''GNULIB_PUTS''@|1|g' \
       -e 's|@''GNULIB_FWRITE''@|1|g' \
       -e 's|@''GNULIB_GETDELIM''@|0|g' \
       -e 's|@''GNULIB_GETLINE''@|0|g' \
       -e 's|@''GNULIB_PERROR''@|0|g' \
       -e 's|@''GNULIB_STDIO_H_SIGPIPE''@|0|g' \
       -e 's|@''REPLACE_STDIO_WRITE_FUNCS''@|0|g' \
       -e 's|@''REPLACE_FPRINTF''@|0|g' \
       -e 's|@''REPLACE_VFPRINTF''@|0|g' \
       -e 's|@''REPLACE_PRINTF''@|0|g' \
       -e 's|@''REPLACE_VPRINTF''@|0|g' \
       -e 's|@''REPLACE_SNPRINTF''@|0|g' \
       -e 's|@''HAVE_DECL_SNPRINTF''@|1|g' \
       -e 's|@''REPLACE_VSNPRINTF''@|0|g' \
       -e 's|@''HAVE_DECL_VSNPRINTF''@|1|g' \
       -e 's|@''REPLACE_SPRINTF''@|0|g' \
       -e 's|@''REPLACE_VSPRINTF''@|0|g' \
       -e 's|@''HAVE_DPRINTF''@|1|g' \
       -e 's|@''REPLACE_DPRINTF''@|0|g' \
       -e 's|@''HAVE_VDPRINTF''@|1|g' \
       -e 's|@''REPLACE_VDPRINTF''@|0|g' \
       -e 's|@''HAVE_VASPRINTF''@|0|g' \
       -e 's|@''REPLACE_VASPRINTF''@|0|g' \
       -e 's|@''HAVE_DECL_OBSTACK_PRINTF''@|1|g' \
       -e 's|@''REPLACE_OBSTACK_PRINTF''@|0|g' \
       -e 's|@''REPLACE_FOPEN''@|0|g' \
       -e 's|@''REPLACE_FREOPEN''@|0|g' \
       -e 's|@''REPLACE_FSEEKO''@|0|g' \
       -e 's|@''REPLACE_FSEEK''@|0|g' \
       -e 's|@''REPLACE_FTELLO''@|0|g' \
       -e 's|@''REPLACE_FTELL''@|0|g' \
       -e 's|@''REPLACE_FFLUSH''@|0|g' \
       -e 's|@''REPLACE_FCLOSE''@|0|g' \
       -e 's|@''HAVE_DECL_GETDELIM''@|1|g' \
       -e 's|@''HAVE_DECL_GETLINE''@|1|g' \
       -e 's|@''REPLACE_GETLINE''@|0|g' \
       -e 's|@''REPLACE_PERROR''@|0|g' \
       -e '/definition of GL_LINK_WARNING/r ../build-aux/link-warning.h' \
       < ./stdio.in.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''@|<stdlib.h>|g' \
       -e 's|@''HAVE_RANDOM_H''@|0|g' \
       -e 's|@''GNULIB_MALLOC_POSIX''@|0|g' \
       -e 's|@''GNULIB_REALLOC_POSIX''@|1|g' \
       -e 's|@''GNULIB_CALLOC_POSIX''@|0|g' \
       -e 's|@''GNULIB_ATOLL''@|0|g' \
       -e 's|@''GNULIB_GETLOADAVG''@|0|g' \
       -e 's|@''GNULIB_GETSUBOPT''@|0|g' \
       -e 's|@''GNULIB_MKDTEMP''@|0|g' \
       -e 's|@''GNULIB_MKSTEMP''@|0|g' \
       -e 's|@''GNULIB_PUTENV''@|0|g' \
       -e 's|@''GNULIB_RANDOM_R''@|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_UNSETENV''@|0|g' \
       -e 's|@''HAVE_ATOLL''@|1|g' \
       -e 's|@''HAVE_CALLOC_POSIX''@|1|g' \
       -e 's|@''HAVE_GETSUBOPT''@|1|g' \
       -e 's|@''HAVE_MALLOC_POSIX''@|1|g' \
       -e 's|@''HAVE_MKDTEMP''@|1|g' \
       -e 's|@''HAVE_REALLOC_POSIX''@|1|g' \
       -e 's|@''HAVE_RANDOM_R''@|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''@|0|g' \
       -e 's|@''HAVE_SYS_LOADAVG_H''@|0|g' \
       -e 's|@''HAVE_UNSETENV''@|1|g' \
       -e 's|@''HAVE_DECL_GETLOADAVG''@|1|g' \
       -e 's|@''REPLACE_MKSTEMP''@|0|g' \
       -e 's|@''REPLACE_PUTENV''@|0|g' \
       -e 's|@''REPLACE_STRTOD''@|0|g' \
       -e 's|@''VOID_UNSETENV''@|0|g' \
       -e '/definition of GL_LINK_WARNING/r ../build-aux/link-warning.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''@|<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_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_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' \
       -e 's|@''HAVE_DECL_MEMMEM''@|0|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_STRNDUP''@|1|g' \
       -e 's|@''HAVE_DECL_STRNDUP''@|1|g' \
       -e 's|@''HAVE_DECL_STRNLEN''@|1|g' \
       -e 's|@''HAVE_STRPBRK''@|1|g' \
       -e 's|@''HAVE_STRSEP''@|1|g' \
       -e 's|@''HAVE_STRCASESTR''@|1|g' \
       -e 's|@''HAVE_DECL_STRTOK_R''@|1|g' \
       -e 's|@''HAVE_DECL_STRERROR''@|1|g' \
       -e 's|@''HAVE_DECL_STRSIGNAL''@|1|g' \
       -e 's|@''HAVE_STRVERSCMP''@|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_STRSIGNAL''@|0|g' \
       -e '/definition of GL_LINK_WARNING/r ../build-aux/link-warning.h' \
       < ./string.in.h; \
} > string.h-t
mv string.h-t string.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''@|<strings.h>|g' \
       -e 's|@''HAVE_STRCASECMP''@|1|g' \
       -e 's|@''HAVE_DECL_STRNCASECMP''@|1|g' \
       -e '/definition of GL_LINK_WARNING/r ../build-aux/link-warning.h' \
       < ./strings.in.h; \
} > strings.h-t
mv strings.h-t strings.h
../build-aux/install-sh -c -d 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''@|<sys/stat.h>|g' \
       -e 's|@''GNULIB_LCHMOD''@|0|g' \
       -e 's|@''GNULIB_LSTAT''@|0|g' \
       -e 's|@''HAVE_LCHMOD''@|1|g' \
       -e 's|@''HAVE_LSTAT''@|1|g' \
       -e 's|@''REPLACE_LSTAT''@|0|g' \
       -e 's|@''REPLACE_MKDIR''@|0|g' \
       -e '/definition of GL_LINK_WARNING/r ../build-aux/link-warning.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''@|<time.h>|g' \
       -e 's|@REPLACE_LOCALTIME_R''@|0|g' \
       -e 's|@REPLACE_NANOSLEEP''@|GNULIB_PORTCHECK|g' \
       -e 's|@REPLACE_STRPTIME''@|GNULIB_PORTCHECK|g' \
       -e 's|@REPLACE_TIMEGM''@|GNULIB_PORTCHECK|g' \
       -e 's|@SYS_TIME_H_DEFINES_STRUCT_TIMESPEC''@|0|g' \
       -e 's|@TIME_H_DEFINES_STRUCT_TIMESPEC''@|1|g' \
       < ./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''@|<unistd.h>|g' \
       -e 's|@''GNULIB_CHOWN''@|0|g' \
       -e 's|@''GNULIB_CLOSE''@|0|g' \
       -e 's|@''GNULIB_DUP2''@|0|g' \
       -e 's|@''GNULIB_ENVIRON''@|0|g' \
       -e 's|@''GNULIB_EUIDACCESS''@|0|g' \
       -e 's|@''GNULIB_FCHDIR''@|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_GETHOSTNAME''@|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_LSEEK''@|1|g' \
       -e 's|@''GNULIB_READLINK''@|0|g' \
       -e 's|@''GNULIB_SLEEP''@|0|g' \
       -e 's|@''GNULIB_UNISTD_H_SIGPIPE''@|0|g' \
       -e 's|@''GNULIB_WRITE''@|0|g' \
       -e 's|@''HAVE_DUP2''@|1|g' \
       -e 's|@''HAVE_EUIDACCESS''@|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_GETHOSTNAME''@|1|g' \
       -e 's|@''HAVE_GETPAGESIZE''@|1|g' \
       -e 's|@''HAVE_GETUSERSHELL''@|1|g' \
       -e 's|@''HAVE_LINK''@|1|g' \
       -e 's|@''HAVE_READLINK''@|1|g' \
       -e 's|@''HAVE_SLEEP''@|1|g' \
       -e 's|@''HAVE_DECL_ENVIRON''@|1|g' \
       -e 's|@''HAVE_DECL_GETLOGIN_R''@|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_FCHDIR''@|0|g' \
       -e 's|@''REPLACE_GETCWD''@|0|g' \
       -e 's|@''REPLACE_GETPAGESIZE''@|0|g' \
       -e 's|@''REPLACE_LCHOWN''@|0|g' \
       -e 's|@''REPLACE_LSEEK''@|0|g' \
       -e 's|@''REPLACE_WRITE''@|0|g' \
       -e 's|@''UNISTD_H_HAVE_WINSOCK2_H''@|0|g' \
       -e '/definition of GL_LINK_WARNING/r ../build-aux/link-warning.h' \
       < ./unistd.in.h; \
} > unistd.h-t
mv unistd.h-t unistd.h
make  all-recursive
make[7]: Entering directory 
`/export/home/drkirkby/sage-4.2.1/spkg/build/gnutls-2.8.5/src/lib/gl'
Making all in tests
make[8]: Entering directory 
`/export/home/drkirkby/sage-4.2.1/spkg/build/gnutls-2.8.5/src/lib/gl/tests'
make  all-recursive
make[9]: Entering directory 
`/export/home/drkirkby/sage-4.2.1/spkg/build/gnutls-2.8.5/src/lib/gl/tests'
make[10]: Entering directory 
`/export/home/drkirkby/sage-4.2.1/spkg/build/gnutls-2.8.5/src/lib/gl/tests'
make[10]: Nothing to be done for `all-am'.
make[10]: Leaving directory 
`/export/home/drkirkby/sage-4.2.1/spkg/build/gnutls-2.8.5/src/lib/gl/tests'
make[9]: Leaving directory 
`/export/home/drkirkby/sage-4.2.1/spkg/build/gnutls-2.8.5/src/lib/gl/tests'
make[8]: Leaving directory 
`/export/home/drkirkby/sage-4.2.1/spkg/build/gnutls-2.8.5/src/lib/gl/tests'
make[8]: Entering directory 
`/export/home/drkirkby/sage-4.2.1/spkg/build/gnutls-2.8.5/src/lib/gl'
/bin/bash ../libtool --tag=CC   --mode=compile gcc -DHAVE_CONFIG_H -I. -I.. 
-I../intl -I/export/home/drkirkby/sage-4.2.1/local/include  -g -O2 -MT 
c-ctype.lo -MD -MP -MF .deps/c-ctype.Tpo -c -o c-ctype.lo c-ctype.c
.libs/c-ctype.o: No such file or directory
c-ctype.lo: No such file or directory
c-ctype.loT: No such file or directory
libtool: compile:  gcc -DHAVE_CONFIG_H -I. -I.. -I../intl 
-I/export/home/drkirkby/sage-4.2.1/local/include -g -O2 -MT c-ctype.lo -MD -MP 
-MF .deps/c-ctype.Tpo -c c-ctype.c  -fPIC -DPIC -o .libs/c-ctype.o
mv -f .deps/c-ctype.Tpo .deps/c-ctype.Plo
/bin/bash ../libtool --tag=CC   --mode=compile gcc -DHAVE_CONFIG_H -I. -I.. 
-I../intl -I/export/home/drkirkby/sage-4.2.1/local/include  -g -O2 -MT 
close-hook.lo -MD -MP -MF .deps/close-hook.Tpo -c -o close-hook.lo close-hook.c
.libs/close-hook.o: No such file or directory
close-hook.lo: No such file or directory
close-hook.loT: No such file or directory
libtool: compile:  gcc -DHAVE_CONFIG_H -I. -I.. -I../intl 
-I/export/home/drkirkby/sage-4.2.1/local/include -g -O2 -MT close-hook.lo -MD 
-MP -MF .deps/close-hook.Tpo -c close-hook.c  -fPIC -DPIC -o .libs/close-hook.o
mv -f .deps/close-hook.Tpo .deps/close-hook.Plo
/bin/bash ../libtool --tag=CC   --mode=compile gcc -DHAVE_CONFIG_H -I. -I.. 
-I../intl -I/export/home/drkirkby/sage-4.2.1/local/include  -g -O2 -MT 
sockets.lo -MD -MP -MF .deps/sockets.Tpo -c -o sockets.lo sockets.c
.libs/sockets.o: No such file or directory
sockets.lo: No such file or directory
sockets.loT: No such file or directory
libtool: compile:  gcc -DHAVE_CONFIG_H -I. -I.. -I../intl 
-I/export/home/drkirkby/sage-4.2.1/local/include -g -O2 -MT sockets.lo -MD -MP 
-MF .deps/sockets.Tpo -c sockets.c  -fPIC -DPIC -o .libs/sockets.o
mv -f .deps/sockets.Tpo .deps/sockets.Plo
/bin/bash ../libtool --tag=CC   --mode=compile gcc -DHAVE_CONFIG_H -I. -I.. 
-I../intl -I/export/home/drkirkby/sage-4.2.1/local/include  -g -O2 -MT 
asnprintf.lo -MD -MP -MF .deps/asnprintf.Tpo -c -o asnprintf.lo asnprintf.c
.libs/asnprintf.o: No such file or directory
asnprintf.lo: No such file or directory
asnprintf.loT: No such file or directory
libtool: compile:  gcc -DHAVE_CONFIG_H -I. -I.. -I../intl 
-I/export/home/drkirkby/sage-4.2.1/local/include -g -O2 -MT asnprintf.lo -MD -MP 
-MF .deps/asnprintf.Tpo -c asnprintf.c  -fPIC -DPIC -o .libs/asnprintf.o
mv -f .deps/asnprintf.Tpo .deps/asnprintf.Plo
/bin/bash ../libtool --tag=CC   --mode=compile gcc -DHAVE_CONFIG_H -I. -I.. 
-I../intl -I/export/home/drkirkby/sage-4.2.1/local/include  -g -O2 -MT 
asprintf.lo -MD -MP -MF .deps/asprintf.Tpo -c -o asprintf.lo asprintf.c
.libs/asprintf.o: No such file or directory
asprintf.lo: No such file or directory
asprintf.loT: No such file or directory
libtool: compile:  gcc -DHAVE_CONFIG_H -I. -I.. -I../intl 
-I/export/home/drkirkby/sage-4.2.1/local/include -g -O2 -MT asprintf.lo -MD -MP 
-MF .deps/asprintf.Tpo -c asprintf.c  -fPIC -DPIC -o .libs/asprintf.o
mv -f .deps/asprintf.Tpo .deps/asprintf.Plo
/bin/bash ../libtool --tag=CC   --mode=compile gcc -DHAVE_CONFIG_H -I. -I.. 
-I../intl -I/export/home/drkirkby/sage-4.2.1/local/include  -g -O2 -MT memmem.lo 
-MD -MP -MF .deps/memmem.Tpo -c -o memmem.lo memmem.c
.libs/memmem.o: No such file or directory
memmem.lo: No such file or directory
memmem.loT: No such file or directory
libtool: compile:  gcc -DHAVE_CONFIG_H -I. -I.. -I../intl 
-I/export/home/drkirkby/sage-4.2.1/local/include -g -O2 -MT memmem.lo -MD -MP 
-MF .deps/memmem.Tpo -c memmem.c  -fPIC -DPIC -o .libs/memmem.o
mv -f .deps/memmem.Tpo .deps/memmem.Plo
/bin/bash ../libtool --tag=CC   --mode=compile gcc -DHAVE_CONFIG_H -I. -I.. 
-I../intl -I/export/home/drkirkby/sage-4.2.1/local/include  -g -O2 -MT 
printf-args.lo -MD -MP -MF .deps/printf-args.Tpo -c -o printf-args.lo printf-args.c
.libs/printf-args.o: No such file or directory
printf-args.lo: No such file or directory
printf-args.loT: No such file or directory
libtool: compile:  gcc -DHAVE_CONFIG_H -I. -I.. -I../intl 
-I/export/home/drkirkby/sage-4.2.1/local/include -g -O2 -MT printf-args.lo -MD 
-MP -MF .deps/printf-args.Tpo -c printf-args.c  -fPIC -DPIC -o .libs/printf-args.o
mv -f .deps/printf-args.Tpo .deps/printf-args.Plo
/bin/bash ../libtool --tag=CC   --mode=compile gcc -DHAVE_CONFIG_H -I. -I.. 
-I../intl -I/export/home/drkirkby/sage-4.2.1/local/include  -g -O2 -MT 
printf-parse.lo -MD -MP -MF .deps/printf-parse.Tpo -c -o printf-parse.lo 
printf-parse.c
.libs/printf-parse.o: No such file or directory
printf-parse.lo: No such file or directory
printf-parse.loT: No such file or directory
libtool: compile:  gcc -DHAVE_CONFIG_H -I. -I.. -I../intl 
-I/export/home/drkirkby/sage-4.2.1/local/include -g -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/printf-parse.Tpo .deps/printf-parse.Plo
/bin/bash ../libtool --tag=CC   --mode=compile gcc -DHAVE_CONFIG_H -I. -I.. 
-I../intl -I/export/home/drkirkby/sage-4.2.1/local/include  -g -O2 -MT 
read-file.lo -MD -MP -MF .deps/read-file.Tpo -c -o read-file.lo read-file.c
.libs/read-file.o: No such file or directory
read-file.lo: No such file or directory
read-file.loT: No such file or directory
libtool: compile:  gcc -DHAVE_CONFIG_H -I. -I.. -I../intl 
-I/export/home/drkirkby/sage-4.2.1/local/include -g -O2 -MT read-file.lo -MD -MP 
-MF .deps/read-file.Tpo -c read-file.c  -fPIC -DPIC -o .libs/read-file.o
mv -f .deps/read-file.Tpo .deps/read-file.Plo
/bin/bash ../libtool --tag=CC   --mode=compile gcc -DHAVE_CONFIG_H -I. -I.. 
-I../intl -I/export/home/drkirkby/sage-4.2.1/local/include  -g -O2 -MT 
strverscmp.lo -MD -MP -MF .deps/strverscmp.Tpo -c -o strverscmp.lo strverscmp.c
.libs/strverscmp.o: No such file or directory
strverscmp.lo: No such file or directory
strverscmp.loT: No such file or directory
libtool: compile:  gcc -DHAVE_CONFIG_H -I. -I.. -I../intl 
-I/export/home/drkirkby/sage-4.2.1/local/include -g -O2 -MT strverscmp.lo -MD 
-MP -MF .deps/strverscmp.Tpo -c strverscmp.c  -fPIC -DPIC -o .libs/strverscmp.o
mv -f .deps/strverscmp.Tpo .deps/strverscmp.Plo
/bin/bash ../libtool --tag=CC   --mode=compile gcc -DHAVE_CONFIG_H -I. -I.. 
-I../intl -I/export/home/drkirkby/sage-4.2.1/local/include  -g -O2 -MT 
vasnprintf.lo -MD -MP -MF .deps/vasnprintf.Tpo -c -o vasnprintf.lo vasnprintf.c
.libs/vasnprintf.o: No such file or directory
vasnprintf.lo: No such file or directory
vasnprintf.loT: No such file or directory
libtool: compile:  gcc -DHAVE_CONFIG_H -I. -I.. -I../intl 
-I/export/home/drkirkby/sage-4.2.1/local/include -g -O2 -MT vasnprintf.lo -MD 
-MP -MF .deps/vasnprintf.Tpo -c vasnprintf.c  -fPIC -DPIC -o .libs/vasnprintf.o
mv -f .deps/vasnprintf.Tpo .deps/vasnprintf.Plo
/bin/bash ../libtool --tag=CC   --mode=compile gcc -DHAVE_CONFIG_H -I. -I.. 
-I../intl -I/export/home/drkirkby/sage-4.2.1/local/include  -g -O2 -MT 
vasprintf.lo -MD -MP -MF .deps/vasprintf.Tpo -c -o vasprintf.lo vasprintf.c
.libs/vasprintf.o: No such file or directory
vasprintf.lo: No such file or directory
vasprintf.loT: No such file or directory
libtool: compile:  gcc -DHAVE_CONFIG_H -I. -I.. -I../intl 
-I/export/home/drkirkby/sage-4.2.1/local/include -g -O2 -MT vasprintf.lo -MD -MP 
-MF .deps/vasprintf.Tpo -c vasprintf.c  -fPIC -DPIC -o .libs/vasprintf.o
mv -f .deps/vasprintf.Tpo .deps/vasprintf.Plo
/bin/bash ../libtool --tag=CC   --mode=link gcc  -g -O2   -o liblgnu.la 
c-ctype.lo close-hook.lo sockets.lo asnprintf.lo asprintf.lo memmem.lo 
printf-args.lo printf-parse.lo read-file.lo strverscmp.lo vasnprintf.lo 
vasprintf.lo
libtool: link: ar cru .libs/liblgnu.a .libs/c-ctype.o .libs/close-hook.o 
.libs/sockets.o .libs/asnprintf.o .libs/asprintf.o .libs/memmem.o 
.libs/printf-args.o .libs/printf-parse.o .libs/read-file.o .libs/strverscmp.o 
.libs/vasnprintf.o .libs/vasprintf.o
libtool: link: ranlib .libs/liblgnu.a
liblgnu.la: No such file or directory
libtool: link: ( cd ".libs" && rm "liblgnu.la" && ln -s "../liblgnu.la" 
"liblgnu.la" )
liblgnu.la: No such file or directory
make[8]: *** [liblgnu.la] Error 2
make[8]: Leaving directory 
`/export/home/drkirkby/sage-4.2.1/spkg/build/gnutls-2.8.5/src/lib/gl'
make[7]: *** [all-recursive] Error 1
make[7]: Leaving directory 
`/export/home/drkirkby/sage-4.2.1/spkg/build/gnutls-2.8.5/src/lib/gl'
make[6]: *** [all] Error 2
make[6]: Leaving directory 
`/export/home/drkirkby/sage-4.2.1/spkg/build/gnutls-2.8.5/src/lib/gl'
make[5]: *** [all-recursive] Error 1
make[5]: Leaving directory 
`/export/home/drkirkby/sage-4.2.1/spkg/build/gnutls-2.8.5/src/lib'
make[4]: *** [all] Error 2
make[4]: Leaving directory 
`/export/home/drkirkby/sage-4.2.1/spkg/build/gnutls-2.8.5/src/lib'
make[3]: *** [all-recursive] Error 1
make[3]: Leaving directory 
`/export/home/drkirkby/sage-4.2.1/spkg/build/gnutls-2.8.5/src'
make[2]: *** [all] Error 2
make[2]: Leaving directory 
`/export/home/drkirkby/sage-4.2.1/spkg/build/gnutls-2.8.5/src'
failed to build GNUTLS

real    2m0.076s
user    0m51.307s
sys     1m5.651s
sage: An error occurred while installing gnutls-2.8.5





More information about the Gnutls-devel mailing list