Build of rpc2 with musl toolchain

The build took 00h 01m 14s and was NOT successful.

The program in this build is written in the following languages, according to sloccount:

SLOCLanguage
21,647 ansic
10,693 sh
3,037 makefile
437 lex
416 yacc
35 asm
36,265 total

The process tree of the build process is here.

Several sub-process invocations were improper; see the process tree for details. Summary:

Log

To avoid scrolling, you may jump to the last line of the invocation of makepkg that was used to build this package.

Removed vanilla repositories from pacman.conf and added:
# [tuscan]
# Server = file:///var/cache/pacman/pkg/

CMD: pacman -Syy --noconfirm
# :: Synchronizing package databases...
# downloading tuscan.db...

There were existing files in /sysroot, using those
# /sysroot/lib
# /sysroot/share
# /sysroot/bin
# /sysroot/include
# /sysroot/libexec

CMD: sudo -u tuscan PATH=/sysroot/bin:/usr/local/sbin:/usr/local/bin:/usr/sbin:/usr/bin:/sbin:/bin CC=clang CXX=clang++ red makepkg --noextract --syncdeps --skipinteg --skippgpcheck --skipchecksums --noconfirm --nocolor --log --noprogressbar --nocheck
# ==> Making package: rpc2 2.10-4 (Wed Apr 5 00:31:02 UTC 2017)
# ==> Checking runtime dependencies...
# ==> Installing missing dependencies...
# resolving dependencies...
# looking for conflicting packages...
#
# Packages (1) lwp-2.6-3
#
# Total Installed Size: 0.07 MiB
#
# :: Proceed with installation? [Y/n]
# checking keyring...
# checking package integrity...
# loading package files...
# checking for file conflicts...
# checking available disk space...
# :: Processing package changes...
# installing lwp...
# ==> Checking buildtime dependencies...
# ==> WARNING: Using existing $srcdir/ tree
# ==> Starting build()...
# configure: WARNING: If you wanted to set the --build type, don't use --host.
# If a cross compiler is detected then cross compile mode will be used.
# checking for a BSD-compatible install... /usr/bin/install -c
# checking whether build environment is sane... yes
# checking for x86_64-unknown-linux-strip... no
# checking for strip... strip
# checking for a thread-safe mkdir -p... /usr/bin/mkdir -p
# checking for gawk... gawk
# checking whether make sets $(MAKE)... yes
# checking for x86_64-unknown-linux-gcc... clang
# 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 clang accepts -g... yes
# checking for clang option to accept ISO C89... none needed
# checking for style of include used by make... GNU
# checking dependency style of clang... gcc3
# checking how to run the C preprocessor... clang -E
# checking for flex... flex
# checking lex output file root... lex.yy
# checking lex library... none needed
# checking whether yytext is a pointer... no
# checking for bison... bison -y
# checking whether make sets $(MAKE)... (cached) yes
# checking build system type... x86_64-unknown-linux-gnu
# checking host system type... x86_64-unknown-linux-gnu
# checking for a sed that does not truncate output... /usr/bin/sed
# checking for grep that handles long lines and -e... /usr/bin/grep
# checking for egrep... /usr/bin/grep -E
# checking for fgrep... /usr/bin/grep -F
# checking for ld used by clang... /sysroot/bin/ld
# checking if the linker (/sysroot/bin/ld) is GNU ld... yes
# checking for BSD- or MS-compatible name lister (nm)... /sysroot/bin/nm -B
# checking the name lister (/sysroot/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 /sysroot/bin/ld option to reload object files... -r
# checking for x86_64-unknown-linux-objdump... no
# checking for objdump... objdump
# checking how to recognize dependent libraries... pass_all
# checking for x86_64-unknown-linux-ar... no
# checking for ar... ar
# checking for x86_64-unknown-linux-strip... strip
# checking for x86_64-unknown-linux-ranlib... no
# checking for ranlib... ranlib
# checking command to parse /sysroot/bin/nm -B output from clang object... ok
# 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 for dlfcn.h... yes
# checking for objdir... .libs
# checking if clang supports -fno-rtti -fno-exceptions... yes
# checking for clang option to produce PIC... -fPIC -DPIC
# checking if clang PIC flag -fPIC -DPIC works... yes
# checking if clang static flag -static works... no
# checking if clang supports -c -o file.o... yes
# checking if clang supports -c -o file.o... (cached) yes
# checking whether the clang linker (/sysroot/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 cp... cp -f
# checking for x86_64-unknown-linux-pkg-config... no
# checking for pkg-config... /usr/bin/pkg-config
# checking pkg-config is at least version 0.9.0... yes
# checking for LWP... yes
# checking for library containing tgetent... no
# checking for main in -lreadline... no
# checking for rl_completion_matches in -lreadline... no
# checking for library containing bind... none required
# checking for library containing inet_ntoa... none required
# checking for library containing gethostbyname... none required
# checking sys/stream.h usability... no
# checking sys/stream.h presence... no
# checking for sys/stream.h... no
# checking arpa/inet.h usability... yes
# checking arpa/inet.h presence... yes
# checking for arpa/inet.h... yes
# checking netdb.h usability... yes
# checking netdb.h presence... yes
# checking for netdb.h... yes
# checking for struct sockaddr_storage... yes
# checking for struct sockaddr_in6... yes
# checking for socklen_t... yes
# checking whether the C compiler accepts -Wall... yes
# checking for ffs... yes
# checking for iopen... no
# checking for getaddrinfo... yes
# checking for gai_strerror... yes
# checking for getipnodebyname... no
# checking for inet_aton... yes
# checking for inet_ntoa... yes
# checking for inet_pton... yes
# checking for inet_ntop... yes
# checking sys/select.h usability... yes
# checking sys/select.h presence... yes
# checking for sys/select.h... yes
# checking sys/socket.h usability... yes
# checking sys/socket.h presence... yes
# checking for sys/socket.h... yes
# checking types of arguments for select... int,fd_set *,struct timeval *
# checking whether byte ordering is bigendian... no
# configure: creating ./config.status
# config.status: creating Makefile
# config.status: creating include/Makefile
# config.status: creating secure/Makefile
# config.status: creating rpc2-src/Makefile
# config.status: creating rp2gen/Makefile
# config.status: creating scripts/Makefile
# config.status: creating rpc2.pc
# config.status: creating rpc2-uninstalled.pc
# config.status: creating pkgs/pkg-bsd.sh
# config.status: creating pkgs/rpc2.spec
# config.status: creating debian/changelog
# config.status: creating config.h
# config.status: executing depfiles commands
# config.status: executing libtool commands
# make all-recursive
# make[1]: Entering directory '/tmp/rpc2/src/rpc2-2.10'
# Making all in include
# make[2]: Entering directory '/tmp/rpc2/src/rpc2-2.10/include'
# make[2]: Nothing to be done for 'all'.
# make[2]: Leaving directory '/tmp/rpc2/src/rpc2-2.10/include'
# Making all in secure
# make[2]: Entering directory '/tmp/rpc2/src/rpc2-2.10/secure'
# /bin/sh ../libtool --tag=CC --mode=compile clang -DHAVE_CONFIG_H -I. -I.. -I../include -D_LARGEFILE_SOURCE -D_FILE_OFFSET_BITS=64 -Wall -MT secure_init.lo -MD -MP -MF .deps/secure_init.Tpo -c -o secure_init.lo secure_init.c
# /bin/sh ../libtool --tag=CC --mode=compile clang -DHAVE_CONFIG_H -I. -I.. -I../include -D_LARGEFILE_SOURCE -D_FILE_OFFSET_BITS=64 -Wall -MT secure_setup.lo -MD -MP -MF .deps/secure_setup.Tpo -c -o secure_setup.lo secure_setup.c
# /bin/sh ../libtool --tag=CC --mode=compile clang -DHAVE_CONFIG_H -I. -I.. -I../include -D_LARGEFILE_SOURCE -D_FILE_OFFSET_BITS=64 -Wall -MT secure_pbkdf.lo -MD -MP -MF .deps/secure_pbkdf.Tpo -c -o secure_pbkdf.lo secure_pbkdf.c
# /bin/sh ../libtool --tag=CC --mode=compile clang -DHAVE_CONFIG_H -I. -I.. -I../include -D_LARGEFILE_SOURCE -D_FILE_OFFSET_BITS=64 -Wall -MT secure_aes.lo -MD -MP -MF .deps/secure_aes.Tpo -c -o secure_aes.lo secure_aes.c
# libtool: compile: clang -DHAVE_CONFIG_H -I. -I.. -I../include -D_LARGEFILE_SOURCE -D_FILE_OFFSET_BITS=64 -Wall -MT secure_pbkdf.lo -MD -MP -MF .deps/secure_pbkdf.Tpo -c secure_pbkdf.c -fPIC -DPIC -o .libs/secure_pbkdf.o
# libtool: compile: clang -DHAVE_CONFIG_H -I. -I.. -I../include -D_LARGEFILE_SOURCE -D_FILE_OFFSET_BITS=64 -Wall -MT secure_aes.lo -MD -MP -MF .deps/secure_aes.Tpo -c secure_aes.c -fPIC -DPIC -o .libs/secure_aes.o
# libtool: compile: clang -DHAVE_CONFIG_H -I. -I.. -I../include -D_LARGEFILE_SOURCE -D_FILE_OFFSET_BITS=64 -Wall -MT secure_setup.lo -MD -MP -MF .deps/secure_setup.Tpo -c secure_setup.c -fPIC -DPIC -o .libs/secure_setup.o
# libtool: compile: clang -DHAVE_CONFIG_H -I. -I.. -I../include -D_LARGEFILE_SOURCE -D_FILE_OFFSET_BITS=64 -Wall -MT secure_init.lo -MD -MP -MF .deps/secure_init.Tpo -c secure_init.c -fPIC -DPIC -o .libs/secure_init.o
# libtool: compile: clang -DHAVE_CONFIG_H -I. -I.. -I../include -D_LARGEFILE_SOURCE -D_FILE_OFFSET_BITS=64 -Wall -MT secure_setup.lo -MD -MP -MF .deps/secure_setup.Tpo -c secure_setup.c -o secure_setup.o >/dev/null 2>&1
# libtool: compile: clang -DHAVE_CONFIG_H -I. -I.. -I../include -D_LARGEFILE_SOURCE -D_FILE_OFFSET_BITS=64 -Wall -MT secure_pbkdf.lo -MD -MP -MF .deps/secure_pbkdf.Tpo -c secure_pbkdf.c -o secure_pbkdf.o >/dev/null 2>&1
# mv -f .deps/secure_setup.Tpo .deps/secure_setup.Plo
# /bin/sh ../libtool --tag=CC --mode=compile clang -DHAVE_CONFIG_H -I. -I.. -I../include -D_LARGEFILE_SOURCE -D_FILE_OFFSET_BITS=64 -Wall -MT secure_random.lo -MD -MP -MF .deps/secure_random.Tpo -c -o secure_random.lo secure_random.c
# mv -f .deps/secure_pbkdf.Tpo .deps/secure_pbkdf.Plo
# /bin/sh ../libtool --tag=CC --mode=compile clang -DHAVE_CONFIG_H -I. -I.. -I../include -D_LARGEFILE_SOURCE -D_FILE_OFFSET_BITS=64 -Wall -MT secure_recvfrom.lo -MD -MP -MF .deps/secure_recvfrom.Tpo -c -o secure_recvfrom.lo secure_recvfrom.c
# libtool: compile: clang -DHAVE_CONFIG_H -I. -I.. -I../include -D_LARGEFILE_SOURCE -D_FILE_OFFSET_BITS=64 -Wall -MT secure_random.lo -MD -MP -MF .deps/secure_random.Tpo -c secure_random.c -fPIC -DPIC -o .libs/secure_random.o
# libtool: compile: clang -DHAVE_CONFIG_H -I. -I.. -I../include -D_LARGEFILE_SOURCE -D_FILE_OFFSET_BITS=64 -Wall -MT secure_recvfrom.lo -MD -MP -MF .deps/secure_recvfrom.Tpo -c secure_recvfrom.c -fPIC -DPIC -o .libs/secure_recvfrom.o
# libtool: compile: clang -DHAVE_CONFIG_H -I. -I.. -I../include -D_LARGEFILE_SOURCE -D_FILE_OFFSET_BITS=64 -Wall -MT secure_init.lo -MD -MP -MF .deps/secure_init.Tpo -c secure_init.c -o secure_init.o >/dev/null 2>&1
# libtool: compile: clang -DHAVE_CONFIG_H -I. -I.. -I../include -D_LARGEFILE_SOURCE -D_FILE_OFFSET_BITS=64 -Wall -MT secure_recvfrom.lo -MD -MP -MF .deps/secure_recvfrom.Tpo -c secure_recvfrom.c -o secure_recvfrom.o >/dev/null 2>&1
# libtool: compile: clang -DHAVE_CONFIG_H -I. -I.. -I../include -D_LARGEFILE_SOURCE -D_FILE_OFFSET_BITS=64 -Wall -MT secure_random.lo -MD -MP -MF .deps/secure_random.Tpo -c secure_random.c -o secure_random.o >/dev/null 2>&1
# libtool: compile: clang -DHAVE_CONFIG_H -I. -I.. -I../include -D_LARGEFILE_SOURCE -D_FILE_OFFSET_BITS=64 -Wall -MT secure_aes.lo -MD -MP -MF .deps/secure_aes.Tpo -c secure_aes.c -o secure_aes.o >/dev/null 2>&1
# mv -f .deps/secure_init.Tpo .deps/secure_init.Plo
# /bin/sh ../libtool --tag=CC --mode=compile clang -DHAVE_CONFIG_H -I. -I.. -I../include -D_LARGEFILE_SOURCE -D_FILE_OFFSET_BITS=64 -Wall -MT secure_sendto.lo -MD -MP -MF .deps/secure_sendto.Tpo -c -o secure_sendto.lo secure_sendto.c
# mv -f .deps/secure_recvfrom.Tpo .deps/secure_recvfrom.Plo
# /bin/sh ../libtool --tag=CC --mode=compile clang -DHAVE_CONFIG_H -I. -I.. -I../include -D_LARGEFILE_SOURCE -D_FILE_OFFSET_BITS=64 -Wall -MT auth_none.lo -MD -MP -MF .deps/auth_none.Tpo -c -o auth_none.lo auth_none.c
# libtool: compile: clang -DHAVE_CONFIG_H -I. -I.. -I../include -D_LARGEFILE_SOURCE -D_FILE_OFFSET_BITS=64 -Wall -MT secure_sendto.lo -MD -MP -MF .deps/secure_sendto.Tpo -c secure_sendto.c -fPIC -DPIC -o .libs/secure_sendto.o
# mv -f .deps/secure_random.Tpo .deps/secure_random.Plo
# libtool: compile: clang -DHAVE_CONFIG_H -I. -I.. -I../include -D_LARGEFILE_SOURCE -D_FILE_OFFSET_BITS=64 -Wall -MT auth_none.lo -MD -MP -MF .deps/auth_none.Tpo -c auth_none.c -fPIC -DPIC -o .libs/auth_none.o
# /bin/sh ../libtool --tag=CC --mode=compile clang -DHAVE_CONFIG_H -I. -I.. -I../include -D_LARGEFILE_SOURCE -D_FILE_OFFSET_BITS=64 -Wall -MT auth_aes_xcbc.lo -MD -MP -MF .deps/auth_aes_xcbc.Tpo -c -o auth_aes_xcbc.lo auth_aes_xcbc.c
# libtool: compile: clang -DHAVE_CONFIG_H -I. -I.. -I../include -D_LARGEFILE_SOURCE -D_FILE_OFFSET_BITS=64 -Wall -MT auth_none.lo -MD -MP -MF .deps/auth_none.Tpo -c auth_none.c -o auth_none.o >/dev/null 2>&1
# mv -f .deps/secure_aes.Tpo .deps/secure_aes.Plo
# /bin/sh ../libtool --tag=CC --mode=compile clang -DHAVE_CONFIG_H -I. -I.. -I../include -D_LARGEFILE_SOURCE -D_FILE_OFFSET_BITS=64 -Wall -MT encr_null.lo -MD -MP -MF .deps/encr_null.Tpo -c -o encr_null.lo encr_null.c
# libtool: compile: clang -DHAVE_CONFIG_H -I. -I.. -I../include -D_LARGEFILE_SOURCE -D_FILE_OFFSET_BITS=64 -Wall -MT auth_aes_xcbc.lo -MD -MP -MF .deps/auth_aes_xcbc.Tpo -c auth_aes_xcbc.c -fPIC -DPIC -o .libs/auth_aes_xcbc.o
# libtool: compile: clang -DHAVE_CONFIG_H -I. -I.. -I../include -D_LARGEFILE_SOURCE -D_FILE_OFFSET_BITS=64 -Wall -MT secure_sendto.lo -MD -MP -MF .deps/secure_sendto.Tpo -c secure_sendto.c -o secure_sendto.o >/dev/null 2>&1
# mv -f .deps/auth_none.Tpo .deps/auth_none.Plo
# libtool: compile: clang -DHAVE_CONFIG_H -I. -I.. -I../include -D_LARGEFILE_SOURCE -D_FILE_OFFSET_BITS=64 -Wall -MT encr_null.lo -MD -MP -MF .deps/encr_null.Tpo -c encr_null.c -fPIC -DPIC -o .libs/encr_null.o
# /bin/sh ../libtool --tag=CC --mode=compile clang -DHAVE_CONFIG_H -I. -I.. -I../include -D_LARGEFILE_SOURCE -D_FILE_OFFSET_BITS=64 -Wall -MT encr_aes_cbc.lo -MD -MP -MF .deps/encr_aes_cbc.Tpo -c -o encr_aes_cbc.lo encr_aes_cbc.c
# libtool: compile: clang -DHAVE_CONFIG_H -I. -I.. -I../include -D_LARGEFILE_SOURCE -D_FILE_OFFSET_BITS=64 -Wall -MT encr_aes_cbc.lo -MD -MP -MF .deps/encr_aes_cbc.Tpo -c encr_aes_cbc.c -fPIC -DPIC -o .libs/encr_aes_cbc.o
# libtool: compile: clang -DHAVE_CONFIG_H -I. -I.. -I../include -D_LARGEFILE_SOURCE -D_FILE_OFFSET_BITS=64 -Wall -MT auth_aes_xcbc.lo -MD -MP -MF .deps/auth_aes_xcbc.Tpo -c auth_aes_xcbc.c -o auth_aes_xcbc.o >/dev/null 2>&1
# mv -f .deps/secure_sendto.Tpo .deps/secure_sendto.Plo
# /bin/sh ../libtool --tag=CC --mode=compile clang -DHAVE_CONFIG_H -I. -I.. -I../include -D_LARGEFILE_SOURCE -D_FILE_OFFSET_BITS=64 -Wall -MT encr_aes_ccm.lo -MD -MP -MF .deps/encr_aes_ccm.Tpo -c -o encr_aes_ccm.lo encr_aes_ccm.c
# libtool: compile: clang -DHAVE_CONFIG_H -I. -I.. -I../include -D_LARGEFILE_SOURCE -D_FILE_OFFSET_BITS=64 -Wall -MT encr_null.lo -MD -MP -MF .deps/encr_null.Tpo -c encr_null.c -o encr_null.o >/dev/null 2>&1
# libtool: compile: clang -DHAVE_CONFIG_H -I. -I.. -I../include -D_LARGEFILE_SOURCE -D_FILE_OFFSET_BITS=64 -Wall -MT encr_aes_ccm.lo -MD -MP -MF .deps/encr_aes_ccm.Tpo -c encr_aes_ccm.c -fPIC -DPIC -o .libs/encr_aes_ccm.o
# libtool: compile: clang -DHAVE_CONFIG_H -I. -I.. -I../include -D_LARGEFILE_SOURCE -D_FILE_OFFSET_BITS=64 -Wall -MT encr_aes_cbc.lo -MD -MP -MF .deps/encr_aes_cbc.Tpo -c encr_aes_cbc.c -o encr_aes_cbc.o >/dev/null 2>&1
# mv -f .deps/encr_null.Tpo .deps/encr_null.Plo
# mv -f .deps/auth_aes_xcbc.Tpo .deps/auth_aes_xcbc.Plo
# /bin/sh ../libtool --tag=CC --mode=compile clang -DHAVE_CONFIG_H -I. -I.. -I../include -D_LARGEFILE_SOURCE -D_FILE_OFFSET_BITS=64 -Wall -MT rijndael-alg-fst.lo -MD -MP -MF .deps/rijndael-alg-fst.Tpo -c -o rijndael-alg-fst.lo rijndael-alg-fst.c
# clang -DHAVE_CONFIG_H -I. -I.. -I../include -D_LARGEFILE_SOURCE -D_FILE_OFFSET_BITS=64 -Wall -MT secure_test.o -MD -MP -MF .deps/secure_test.Tpo -c -o secure_test.o secure_test.c
# mv -f .deps/encr_aes_cbc.Tpo .deps/encr_aes_cbc.Plo
# libtool: compile: clang -DHAVE_CONFIG_H -I. -I.. -I../include -D_LARGEFILE_SOURCE -D_FILE_OFFSET_BITS=64 -Wall -MT rijndael-alg-fst.lo -MD -MP -MF .deps/rijndael-alg-fst.Tpo -c rijndael-alg-fst.c -fPIC -DPIC -o .libs/rijndael-alg-fst.o
# mv -f .deps/secure_test.Tpo .deps/secure_test.Po
# libtool: compile: clang -DHAVE_CONFIG_H -I. -I.. -I../include -D_LARGEFILE_SOURCE -D_FILE_OFFSET_BITS=64 -Wall -MT encr_aes_ccm.lo -MD -MP -MF .deps/encr_aes_ccm.Tpo -c encr_aes_ccm.c -o encr_aes_ccm.o >/dev/null 2>&1
# mv -f .deps/encr_aes_ccm.Tpo .deps/encr_aes_ccm.Plo
# libtool: compile: clang -DHAVE_CONFIG_H -I. -I.. -I../include -D_LARGEFILE_SOURCE -D_FILE_OFFSET_BITS=64 -Wall -MT rijndael-alg-fst.lo -MD -MP -MF .deps/rijndael-alg-fst.Tpo -c rijndael-alg-fst.c -o rijndael-alg-fst.o >/dev/null 2>&1
# mv -f .deps/rijndael-alg-fst.Tpo .deps/rijndael-alg-fst.Plo
# /bin/sh ../libtool --tag=CC --mode=link clang -Wall -o libsecure.la secure_init.lo secure_setup.lo secure_pbkdf.lo secure_aes.lo secure_random.lo secure_recvfrom.lo secure_sendto.lo auth_none.lo auth_aes_xcbc.lo encr_null.lo encr_aes_cbc.lo encr_aes_ccm.lo rijndael-alg-fst.lo
# libtool: link: ar cru .libs/libsecure.a .libs/secure_init.o .libs/secure_setup.o .libs/secure_pbkdf.o .libs/secure_aes.o .libs/secure_random.o .libs/secure_recvfrom.o .libs/secure_sendto.o .libs/auth_none.o .libs/auth_aes_xcbc.o .libs/encr_null.o .libs/encr_aes_cbc.o .libs/encr_aes_ccm.o .libs/rijndael-alg-fst.o
# /r: `u' modifier ignored since `D' is the default (see `U')
# libtool: link: ranlib .libs/libsecure.a
# libtool: link: ( cd ".libs" && rm -f "libsecure.la" && ln -s "../libsecure.la" "libsecure.la" )
# /bin/sh ../libtool --tag=CC --mode=link clang -Wall -o secure_test secure_test.o libsecure.la
# libtool: link: clang -Wall -o secure_test secure_test.o ./.libs/libsecure.a
# make[2]: Leaving directory '/tmp/rpc2/src/rpc2-2.10/secure'
# Making all in rpc2-src
# make[2]: Entering directory '/tmp/rpc2/src/rpc2-2.10/rpc2-src'
# /bin/sh ../libtool --tag=CC --mode=compile clang -DHAVE_CONFIG_H -I. -I.. -I../include -I../include -DRPC2DEBUG -DERRORTR -D_LARGEFILE_SOURCE -D_FILE_OFFSET_BITS=64 -Wall -MT rpc2a.lo -MD -MP -MF .deps/rpc2a.Tpo -c -o rpc2a.lo rpc2a.c
# /bin/sh ../libtool --tag=CC --mode=compile clang -DHAVE_CONFIG_H -I. -I.. -I../include -I../include -DRPC2DEBUG -DERRORTR -D_LARGEFILE_SOURCE -D_FILE_OFFSET_BITS=64 -Wall -MT rpc2b.lo -MD -MP -MF .deps/rpc2b.Tpo -c -o rpc2b.lo rpc2b.c
# /bin/sh ../libtool --tag=CC --mode=compile clang -DHAVE_CONFIG_H -I. -I.. -I../include -I../include -DRPC2DEBUG -DERRORTR -D_LARGEFILE_SOURCE -D_FILE_OFFSET_BITS=64 -Wall -MT sl.lo -MD -MP -MF .deps/sl.Tpo -c -o sl.lo sl.c
# /bin/sh ../libtool --tag=CC --mode=compile clang -DHAVE_CONFIG_H -I. -I.. -I../include -I../include -DRPC2DEBUG -DERRORTR -D_LARGEFILE_SOURCE -D_FILE_OFFSET_BITS=64 -Wall -MT packet.lo -MD -MP -MF .deps/packet.Tpo -c -o packet.lo packet.c
# libtool: compile: clang -DHAVE_CONFIG_H -I. -I.. -I../include -I../include -DRPC2DEBUG -DERRORTR -D_LARGEFILE_SOURCE -D_FILE_OFFSET_BITS=64 -Wall -MT rpc2a.lo -MD -MP -MF .deps/rpc2a.Tpo -c rpc2a.c -fPIC -DPIC -o .libs/rpc2a.o
# libtool: compile: clang -DHAVE_CONFIG_H -I. -I.. -I../include -I../include -DRPC2DEBUG -DERRORTR -D_LARGEFILE_SOURCE -D_FILE_OFFSET_BITS=64 -Wall -MT rpc2b.lo -MD -MP -MF .deps/rpc2b.Tpo -c rpc2b.c -fPIC -DPIC -o .libs/rpc2b.o
# libtool: compile: clang -DHAVE_CONFIG_H -I. -I.. -I../include -I../include -DRPC2DEBUG -DERRORTR -D_LARGEFILE_SOURCE -D_FILE_OFFSET_BITS=64 -Wall -MT sl.lo -MD -MP -MF .deps/sl.Tpo -c sl.c -fPIC -DPIC -o .libs/sl.o
# libtool: compile: clang -DHAVE_CONFIG_H -I. -I.. -I../include -I../include -DRPC2DEBUG -DERRORTR -D_LARGEFILE_SOURCE -D_FILE_OFFSET_BITS=64 -Wall -MT packet.lo -MD -MP -MF .deps/packet.Tpo -c packet.c -fPIC -DPIC -o .libs/packet.o
# packet.c:95:2: warning: "fail filters can only handle ipv4 addresses" [-W#warnings]
# #warning "fail filters can only handle ipv4 addresses"
# ^
# 1 warning generated.
# libtool: compile: clang -DHAVE_CONFIG_H -I. -I.. -I../include -I../include -DRPC2DEBUG -DERRORTR -D_LARGEFILE_SOURCE -D_FILE_OFFSET_BITS=64 -Wall -MT packet.lo -MD -MP -MF .deps/packet.Tpo -c packet.c -o packet.o >/dev/null 2>&1
# libtool: compile: clang -DHAVE_CONFIG_H -I. -I.. -I../include -I../include -DRPC2DEBUG -DERRORTR -D_LARGEFILE_SOURCE -D_FILE_OFFSET_BITS=64 -Wall -MT sl.lo -MD -MP -MF .deps/sl.Tpo -c sl.c -o sl.o >/dev/null 2>&1
# libtool: compile: clang -DHAVE_CONFIG_H -I. -I.. -I../include -I../include -DRPC2DEBUG -DERRORTR -D_LARGEFILE_SOURCE -D_FILE_OFFSET_BITS=64 -Wall -MT rpc2a.lo -MD -MP -MF .deps/rpc2a.Tpo -c rpc2a.c -o rpc2a.o >/dev/null 2>&1
# mv -f .deps/packet.Tpo .deps/packet.Plo
# rpc2b.c:913:10: warning: implicit declaration of function 'fcntl' is invalid in C99 [-Wimplicit-function-declaration]
# flags = fcntl(*svar, F_GETFL, 0);
# ^
# rpc2b.c:913:23: error: use of undeclared identifier 'F_GETFL'
# flags = fcntl(*svar, F_GETFL, 0);
# ^
# rpc2b.c:914:32: error: use of undeclared identifier 'O_NONBLOCK'
# fcntl(*svar, F_SETFL, flags | O_NONBLOCK);
# ^
# rpc2b.c:914:15: error: use of undeclared identifier 'F_SETFL'
# fcntl(*svar, F_SETFL, flags | O_NONBLOCK);
# ^
# /bin/sh ../libtool --tag=CC --mode=compile clang -DHAVE_CONFIG_H -I. -I.. -I../include -I../include -DRPC2DEBUG -DERRORTR -D_LARGEFILE_SOURCE -D_FILE_OFFSET_BITS=64 -Wall -MT secure.lo -MD -MP -MF .deps/secure.Tpo -c -o secure.lo secure.c
# 1 warning and 3 errors generated.
# make[2]: *** [Makefile:433: rpc2b.lo] Error 1
# make[2]: *** Waiting for unfinished jobs....
# mv -f .deps/sl.Tpo .deps/sl.Plo
# mv -f .deps/rpc2a.Tpo .deps/rpc2a.Plo
# libtool: compile: clang -DHAVE_CONFIG_H -I. -I.. -I../include -I../include -DRPC2DEBUG -DERRORTR -D_LARGEFILE_SOURCE -D_FILE_OFFSET_BITS=64 -Wall -MT secure.lo -MD -MP -MF .deps/secure.Tpo -c secure.c -fPIC -DPIC -o .libs/secure.o
# libtool: compile: clang -DHAVE_CONFIG_H -I. -I.. -I../include -I../include -DRPC2DEBUG -DERRORTR -D_LARGEFILE_SOURCE -D_FILE_OFFSET_BITS=64 -Wall -MT secure.lo -MD -MP -MF .deps/secure.Tpo -c secure.c -o secure.o >/dev/null 2>&1
# mv -f .deps/secure.Tpo .deps/secure.Plo
# make[2]: Leaving directory '/tmp/rpc2/src/rpc2-2.10/rpc2-src'
# make[1]: *** [Makefile:392: all-recursive] Error 1
# make[1]: Leaving directory '/tmp/rpc2/src/rpc2-2.10'
# make: *** [Makefile:291: all] Error 2
# ==> ERROR: A failure occurred in build().
# Aborting...

Printing config logfiles

CMD: config logfiles '/tmp/rpc2/src/rpc2-2.10/config.log'
# This file contains any messages produced by compilers while
# running configure, to aid debugging if configure makes a mistake.
#
# It was created by rpc2 configure 2.10, which was
# generated by GNU Autoconf 2.65. Invocation command line was
#
# $ ./configure --host=x86_64-unknown-linux --prefix=/usr
#
# ## --------- ##
# ## Platform. ##
# ## --------- ##
#
# hostname = 92765d65dfb9
# uname -m = x86_64
# uname -r = 4.10.6-1-ARCH
# uname -s = Linux
# uname -v = #1 SMP PREEMPT Mon Mar 27 08:28:22 CEST 2017
#
# /usr/bin/uname -p = unknown
# /bin/uname -X = unknown
#
# /bin/arch = unknown
# /usr/bin/arch -k = unknown
# /usr/convex/getsysinfo = unknown
# /usr/bin/hostinfo = unknown
# /bin/machine = unknown
# /usr/bin/oslevel = unknown
# /bin/universe = unknown
#
# PATH: /sysroot/bin
# PATH: /usr/local/sbin
# PATH: /usr/local/bin
# PATH: /usr/bin
# PATH: /usr/lib/jvm/default/bin
# PATH: /usr/bin/site_perl
# PATH: /usr/bin/vendor_perl
# PATH: /usr/bin/core_perl
#
#
# ## ----------- ##
# ## Core tests. ##
# ## ----------- ##
#
# configure:2438: checking for a BSD-compatible install
# configure:2506: result: /usr/bin/install -c
# configure:2517: checking whether build environment is sane
# configure:2567: result: yes
# configure:2616: checking for x86_64-unknown-linux-strip
# configure:2646: result: no
# configure:2656: checking for strip
# configure:2672: found /sysroot/bin/strip
# configure:2683: result: strip
# configure:2708: checking for a thread-safe mkdir -p
# configure:2747: result: /usr/bin/mkdir -p
# configure:2760: checking for gawk
# configure:2776: found /usr/bin/gawk
# configure:2787: result: gawk
# configure:2798: checking whether make sets $(MAKE)
# configure:2820: result: yes
# configure:2923: checking for x86_64-unknown-linux-gcc
# configure:2950: result: clang
# configure:3219: checking for C compiler version
# configure:3228: clang --version >&5
# clang version 3.8.1
# Target: x86_64-unknown-linux-gnu
# Thread model: posix
# InstalledDir: /
# configure:3239: $? = 0
# configure:3228: clang -v >&5
# clang version 3.8.1
# Target: x86_64-unknown-linux-gnu
# Thread model: posix
# InstalledDir: /
# Found candidate GCC installation: //../lib/gcc/x86_64-pc-linux-gnu/6.1.1
# Found candidate GCC installation: //../lib64/gcc/x86_64-pc-linux-gnu/6.1.1
# Selected GCC installation: //../lib64/gcc/x86_64-pc-linux-gnu/6.1.1
# Candidate multilib: .;@m64
# Selected multilib: .;@m64
# configure:3239: $? = 0
# configure:3228: clang -V >&5
# clang-3.8: error: argument to '-V' is missing (expected 1 value)
# clang-3.8: error: no input files
# configure:3239: $? = 1
# configure:3228: clang -qversion >&5
# clang-3.8: error: unknown argument: '-qversion'
# clang-3.8: error: no input files
# configure:3239: $? = 1
# configure:3259: checking whether the C compiler works
# configure:3281: clang conftest.c >&5
# configure:3285: $? = 0
# configure:3334: result: yes
# configure:3337: checking for C compiler default output file name
# configure:3339: result: a.out
# configure:3345: checking for suffix of executables
# configure:3352: clang -o conftest conftest.c >&5
# configure:3356: $? = 0
# configure:3378: result:
# configure:3400: checking whether we are cross compiling
# configure:3408: clang -o conftest conftest.c >&5
# configure:3412: $? = 0
# configure:3419: ./conftest
# configure:3423: $? = 0
# configure:3438: result: no
# configure:3443: checking for suffix of object files
# configure:3465: clang -c conftest.c >&5
# configure:3469: $? = 0
# configure:3490: result: o
# configure:3494: checking whether we are using the GNU C compiler
# configure:3513: clang -c conftest.c >&5
# configure:3513: $? = 0
# configure:3522: result: yes
# configure:3531: checking whether clang accepts -g
# configure:3551: clang -c -g conftest.c >&5
# configure:3551: $? = 0
# configure:3592: result: yes
# configure:3609: checking for clang option to accept ISO C89
# configure:3673: clang -c conftest.c >&5
# configure:3673: $? = 0
# configure:3686: result: none needed
# configure:3717: checking for style of include used by make
# configure:3745: result: GNU
# configure:3770: checking dependency style of clang
# configure:3880: result: gcc3
# configure:4002: checking how to run the C preprocessor
# configure:4033: clang -E conftest.c
# configure:4033: $? = 0
# configure:4047: clang -E conftest.c
# conftest.c:11:10: fatal error: 'ac_nonexistent.h' file not found
# #include
# ^
# 1 error generated.
# configure:4047: $? = 1
# configure: failed program was:
# | /* confdefs.h */
# | #define PACKAGE_NAME "rpc2"
# | #define PACKAGE_TARNAME "rpc2"
# | #define PACKAGE_VERSION "2.10"
# | #define PACKAGE_STRING "rpc2 2.10"
# | #define PACKAGE_BUGREPORT ""
# | #define PACKAGE_URL ""
# | #define PACKAGE "rpc2"
# | #define VERSION "2.10"
# | /* end confdefs.h. */
# | #include
# configure:4072: result: clang -E
# configure:4092: clang -E conftest.c
# configure:4092: $? = 0
# configure:4106: clang -E conftest.c
# conftest.c:11:10: fatal error: 'ac_nonexistent.h' file not found
# #include
# ^
# 1 error generated.
# configure:4106: $? = 1
# configure: failed program was:
# | /* confdefs.h */
# | #define PACKAGE_NAME "rpc2"
# | #define PACKAGE_TARNAME "rpc2"
# | #define PACKAGE_VERSION "2.10"
# | #define PACKAGE_STRING "rpc2 2.10"
# | #define PACKAGE_BUGREPORT ""
# | #define PACKAGE_URL ""
# | #define PACKAGE "rpc2"
# | #define VERSION "2.10"
# | /* end confdefs.h. */
# | #include
# configure:4139: checking for flex
# configure:4155: found /usr/bin/flex
# configure:4166: result: flex
# configure:4203: flex conftest.l
# configure:4207: $? = 1
# configure:4209: checking lex output file root
# configure:4223: result: lex.yy
# configure:4228: checking lex library
# configure:4242: clang -o conftest conftest.c >&5
# /sysroot/bin/../lib/crt1.o:/srcdir/musl/crt/crt1.c:function _start_c: error: undefined reference to 'main'
# clang-3.8: error: linker command failed with exit code 1 (use -v to see invocation)
# configure:4242: $? = 1
# configure: failed program was:
# | /* confdefs.h */
# | #define PACKAGE_NAME "rpc2"
# | #define PACKAGE_TARNAME "rpc2"
# | #define PACKAGE_VERSION "2.10"
# | #define PACKAGE_STRING "rpc2 2.10"
# | #define PACKAGE_BUGREPORT ""
# | #define PACKAGE_URL ""
# | #define PACKAGE "rpc2"
# | #define VERSION "2.10"
# | /* end confdefs.h. */
# |
# configure:4242: clang -o conftest conftest.c -lfl >&5
# /sysroot/bin/ld: error: cannot find -lfl
# /sysroot/bin/../lib/crt1.o:/srcdir/musl/crt/crt1.c:function _start_c: error: undefined reference to 'main'
# clang-3.8: error: linker command failed with exit code 1 (use -v to see invocation)
# configure:4242: $? = 1
# configure: failed program was:
# | /* confdefs.h */
# | #define PACKAGE_NAME "rpc2"
# | #define PACKAGE_TARNAME "rpc2"
# | #define PACKAGE_VERSION "2.10"
# | #define PACKAGE_STRING "rpc2 2.10"
# | #define PACKAGE_BUGREPORT ""
# | #define PACKAGE_URL ""
# | #define PACKAGE "rpc2"
# | #define VERSION "2.10"
# | /* end confdefs.h. */
# |
# configure:4242: clang -o conftest conftest.c -ll >&5
# /sysroot/bin/ld: error: cannot find -ll
# /sysroot/bin/../lib/crt1.o:/srcdir/musl/crt/crt1.c:function _start_c: error: undefined reference to 'main'
# clang-3.8: error: linker command failed with exit code 1 (use -v to see invocation)
# configure:4242: $? = 1
# configure: failed program was:
# | /* confdefs.h */
# | #define PACKAGE_NAME "rpc2"
# | #define PACKAGE_TARNAME "rpc2"
# | #define PACKAGE_VERSION "2.10"
# | #define PACKAGE_STRING "rpc2 2.10"
# | #define PACKAGE_BUGREPORT ""
# | #define PACKAGE_URL ""
# | #define PACKAGE "rpc2"
# | #define VERSION "2.10"
# | /* end confdefs.h. */
# |
# configure:4252: result: none needed
# configure:4258: checking whether yytext is a pointer
# configure:4274: clang -o conftest conftest.c >&5
# /sysroot/bin/../lib/crt1.o:/srcdir/musl/crt/crt1.c:function _start_c: error: undefined reference to 'main'
# clang-3.8: error: linker command failed with exit code 1 (use -v to see invocation)
# configure:4274: $? = 1
# configure: failed program was:
# | /* confdefs.h */
# | #define PACKAGE_NAME "rpc2"
# | #define PACKAGE_TARNAME "rpc2"
# | #define PACKAGE_VERSION "2.10"
# | #define PACKAGE_STRING "rpc2 2.10"
# | #define PACKAGE_BUGREPORT ""
# | #define PACKAGE_URL ""
# | #define PACKAGE "rpc2"
# | #define VERSION "2.10"
# | /* end confdefs.h. */
# | #define YYTEXT_POINTER 1
# |
# configure:4282: result: no
# configure:4302: checking for bison
# configure:4318: found /usr/bin/bison
# configure:4329: result: bison -y
# configure:4345: checking whether make sets $(MAKE)
# configure:4367: result: yes
# configure:4405: checking build system type
# configure:4419: result: x86_64-unknown-linux-gnu
# configure:4439: checking host system type
# configure:4452: result: x86_64-unknown-linux-gnu
# configure:4472: checking for a sed that does not truncate output
# configure:4536: result: /usr/bin/sed
# configure:4554: checking for grep that handles long lines and -e
# configure:4612: result: /usr/bin/grep
# configure:4617: checking for egrep
# configure:4679: result: /usr/bin/grep -E
# configure:4684: checking for fgrep
# configure:4746: result: /usr/bin/grep -F
# configure:4781: checking for ld used by clang
# configure:4848: result: /sysroot/bin/ld
# configure:4855: checking if the linker (/sysroot/bin/ld) is GNU ld
# configure:4870: result: yes
# configure:4882: checking for BSD- or MS-compatible name lister (nm)
# configure:4931: result: /sysroot/bin/nm -B
# configure:5049: checking the name lister (/sysroot/bin/nm -B) interface
# configure:5056: clang -c conftest.c >&5
# configure:5059: /sysroot/bin/nm -B "conftest.o"
# configure:5062: output
# 0000000000000000 B some_variable
# configure:5069: result: BSD nm
# configure:5072: checking whether ln -s works
# configure:5076: result: yes
# configure:5084: checking the maximum length of command line arguments
# configure:5204: result: 1572864
# configure:5221: checking whether the shell understands some XSI constructs
# configure:5231: result: yes
# configure:5235: checking whether the shell understands "+="
# configure:5241: result: yes
# configure:5276: checking for /sysroot/bin/ld option to reload object files
# configure:5283: result: -r
# configure:5312: checking for x86_64-unknown-linux-objdump
# configure:5342: result: no
# configure:5352: checking for objdump
# configure:5368: found /sysroot/bin/objdump
# configure:5379: result: objdump
# configure:5411: checking how to recognize dependent libraries
# configure:5607: result: pass_all
# configure:5627: checking for x86_64-unknown-linux-ar
# configure:5657: result: no
# configure:5667: checking for ar
# configure:5683: found /sysroot/bin/ar
# configure:5694: result: ar
# configure:5732: checking for x86_64-unknown-linux-strip
# configure:5759: result: strip
# configure:5831: checking for x86_64-unknown-linux-ranlib
# configure:5861: result: no
# configure:5871: checking for ranlib
# configure:5887: found /sysroot/bin/ranlib
# configure:5898: result: ranlib
# configure:5988: checking command to parse /sysroot/bin/nm -B output from clang object
# configure:6106: clang -c conftest.c >&5
# configure:6109: $? = 0
# configure:6113: /sysroot/bin/nm -B conftest.o \| sed -n -e 's/^.*[ ]\([ABCDGIRSTW][ABCDGIRSTW]*\)[ ][ ]*\([_A-Za-z][_A-Za-z0-9]*\)$/\1 \2 \2/p' \> conftest.nm
# configure:6116: $? = 0
# configure:6170: clang -o conftest conftest.c conftstm.o >&5
# configure:6173: $? = 0
# configure:6211: result: ok
# configure:6306: clang -c conftest.c >&5
# configure:6309: $? = 0
# configure:7015: checking for ANSI C header files
# configure:7035: clang -c conftest.c >&5
# configure:7035: $? = 0
# configure:7108: clang -o conftest conftest.c >&5
# configure:7108: $? = 0
# configure:7108: ./conftest
# configure:7108: $? = 0
# configure:7119: result: yes
# configure:7132: checking for sys/types.h
# configure:7132: clang -c conftest.c >&5
# configure:7132: $? = 0
# configure:7132: result: yes
# configure:7132: checking for sys/stat.h
# configure:7132: clang -c conftest.c >&5
# configure:7132: $? = 0
# configure:7132: result: yes
# configure:7132: checking for stdlib.h
# configure:7132: clang -c conftest.c >&5
# configure:7132: $? = 0
# configure:7132: result: yes
# configure:7132: checking for string.h
# configure:7132: clang -c conftest.c >&5
# configure:7132: $? = 0
# configure:7132: result: yes
# configure:7132: checking for memory.h
# configure:7132: clang -c conftest.c >&5
# configure:7132: $? = 0
# configure:7132: result: yes
# configure:7132: checking for strings.h
# configure:7132: clang -c conftest.c >&5
# configure:7132: $? = 0
# configure:7132: result: yes
# configure:7132: checking for inttypes.h
# configure:7132: clang -c conftest.c >&5
# configure:7132: $? = 0
# configure:7132: result: yes
# configure:7132: checking for stdint.h
# configure:7132: clang -c conftest.c >&5
# configure:7132: $? = 0
# configure:7132: result: yes
# configure:7132: checking for unistd.h
# configure:7132: clang -c conftest.c >&5
# configure:7132: $? = 0
# configure:7132: result: yes
# configure:7147: checking for dlfcn.h
# configure:7147: clang -c conftest.c >&5
# configure:7147: $? = 0
# configure:7147: result: yes
# configure:7331: checking for objdir
# configure:7346: result: .libs
# configure:7642: checking if clang supports -fno-rtti -fno-exceptions
# configure:7660: clang -c -fno-rtti -fno-exceptions conftest.c >&5
# configure:7664: $? = 0
# configure:7677: result: yes
# configure:7697: checking for clang option to produce PIC
# configure:7969: result: -fPIC -DPIC
# configure:7981: checking if clang PIC flag -fPIC -DPIC works
# configure:7999: clang -c -fPIC -DPIC -DPIC conftest.c >&5
# configure:8003: $? = 0
# configure:8016: result: yes
# configure:8040: checking if clang static flag -static works
# configure:8068: result: no
# configure:8083: checking if clang supports -c -o file.o
# configure:8104: clang -c -o out/conftest2.o conftest.c >&5
# configure:8108: $? = 0
# configure:8130: result: yes
# configure:8138: checking if clang supports -c -o file.o
# configure:8185: result: yes
# configure:8218: checking whether the clang linker (/sysroot/bin/ld -m elf_x86_64) supports shared libraries
# configure:9209: result: yes
# configure:9246: checking whether -lc should be explicitly linked in
# configure:9251: clang -c conftest.c >&5
# configure:9254: $? = 0
# configure:9269: clang -shared conftest.o -v -Wl,-soname -Wl,conftest -o conftest 2\>\&1 \| /usr/bin/grep -lc \>/dev/null 2\>\&1
# configure:9272: $? = 0
# configure:9284: result: no
# configure:9448: checking dynamic linker characteristics
# configure:9881: clang -o conftest -Wl,-rpath -Wl,/foo conftest.c >&5
# configure:9881: $? = 0
# configure:10111: result: GNU/Linux ld.so
# configure:10213: checking how to hardcode library paths into programs
# configure:10238: result: immediate
# configure:10758: checking whether stripping libraries is possible
# configure:10763: result: yes
# configure:10798: checking if libtool supports shared libraries
# configure:10800: result: yes
# configure:10803: checking whether to build shared libraries
# configure:10824: result: yes
# configure:10827: checking whether to build static libraries
# configure:10831: result: yes
# configure:10868: checking for cp
# configure:10895: result: cp -f
# configure:10915: checking for x86_64-unknown-linux-pkg-config
# configure:10948: result: no
# configure:10958: checking for pkg-config
# configure:10976: found /usr/bin/pkg-config
# configure:10988: result: /usr/bin/pkg-config
# configure:11013: checking pkg-config is at least version 0.9.0
# configure:11016: result: yes
# configure:11027: checking for LWP
# configure:11035: $PKG_CONFIG --exists --print-errors "lwp"
# configure:11038: $? = 0
# configure:11053: $PKG_CONFIG --exists --print-errors "lwp"
# configure:11056: $? = 0
# configure:11111: result: yes
# configure:11316: checking for library containing tgetent
# configure:11347: clang -o conftest conftest.c >&5
# /tmp/conftest-f75fde.o:conftest.c:function main: error: undefined reference to 'tgetent'
# clang-3.8: error: linker command failed with exit code 1 (use -v to see invocation)
# configure:11347: $? = 1
# configure: failed program was:
# | /* confdefs.h */
# | #define PACKAGE_NAME "rpc2"
# | #define PACKAGE_TARNAME "rpc2"
# | #define PACKAGE_VERSION "2.10"
# | #define PACKAGE_STRING "rpc2 2.10"
# | #define PACKAGE_BUGREPORT ""
# | #define PACKAGE_URL ""
# | #define PACKAGE "rpc2"
# | #define VERSION "2.10"
# | #define STDC_HEADERS 1
# | #define HAVE_SYS_TYPES_H 1
# | #define HAVE_SYS_STAT_H 1
# | #define HAVE_STDLIB_H 1
# | #define HAVE_STRING_H 1
# | #define HAVE_MEMORY_H 1
# | #define HAVE_STRINGS_H 1
# | #define HAVE_INTTYPES_H 1
# | #define HAVE_STDINT_H 1
# | #define HAVE_UNISTD_H 1
# | #define HAVE_DLFCN_H 1
# | #define LT_OBJDIR ".libs/"
# | /* end confdefs.h. */
# |
# | /* Override any GCC internal prototype to avoid an error.
# | Use char because int might match the return type of a GCC
# | builtin and then its argument prototype would still apply. */
# | #ifdef __cplusplus
# | extern "C"
# | #endif
# | char tgetent ();
# | int
# | main ()
# | {
# | return tgetent ();
# | ;
# | return 0;
# | }
# configure:11347: clang -o conftest conftest.c -lncurses >&5
# /sysroot/bin/ld: error: cannot find -lncurses
# /tmp/conftest-cd07a3.o:conftest.c:function main: error: undefined reference to 'tgetent'
# clang-3.8: error: linker command failed with exit code 1 (use -v to see invocation)
# configure:11347: $? = 1
# configure: failed program was:
# | /* confdefs.h */
# | #define PACKAGE_NAME "rpc2"
# | #define PACKAGE_TARNAME "rpc2"
# | #define PACKAGE_VERSION "2.10"
# | #define PACKAGE_STRING "rpc2 2.10"
# | #define PACKAGE_BUGREPORT ""
# | #define PACKAGE_URL ""
# | #define PACKAGE "rpc2"
# | #define VERSION "2.10"
# | #define STDC_HEADERS 1
# | #define HAVE_SYS_TYPES_H 1
# | #define HAVE_SYS_STAT_H 1
# | #define HAVE_STDLIB_H 1
# | #define HAVE_STRING_H 1
# | #define HAVE_MEMORY_H 1
# | #define HAVE_STRINGS_H 1
# | #define HAVE_INTTYPES_H 1
# | #define HAVE_STDINT_H 1
# | #define HAVE_UNISTD_H 1
# | #define HAVE_DLFCN_H 1
# | #define LT_OBJDIR ".libs/"
# | /* end confdefs.h. */
# |
# | /* Override any GCC internal prototype to avoid an error.
# | Use char because int might match the return type of a GCC
# | builtin and then its argument prototype would still apply. */
# | #ifdef __cplusplus
# | extern "C"
# | #endif
# | char tgetent ();
# | int
# | main ()
# | {
# | return tgetent ();
# | ;
# | return 0;
# | }
# configure:11347: clang -o conftest conftest.c -ltermcap >&5
# /sysroot/bin/ld: error: cannot find -ltermcap
# /tmp/conftest-804fb2.o:conftest.c:function main: error: undefined reference to 'tgetent'
# clang-3.8: error: linker command failed with exit code 1 (use -v to see invocation)
# configure:11347: $? = 1
# configure: failed program was:
# | /* confdefs.h */
# | #define PACKAGE_NAME "rpc2"
# | #define PACKAGE_TARNAME "rpc2"
# | #define PACKAGE_VERSION "2.10"
# | #define PACKAGE_STRING "rpc2 2.10"
# | #define PACKAGE_BUGREPORT ""
# | #define PACKAGE_URL ""
# | #define PACKAGE "rpc2"
# | #define VERSION "2.10"
# | #define STDC_HEADERS 1
# | #define HAVE_SYS_TYPES_H 1
# | #define HAVE_SYS_STAT_H 1
# | #define HAVE_STDLIB_H 1
# | #define HAVE_STRING_H 1
# | #define HAVE_MEMORY_H 1
# | #define HAVE_STRINGS_H 1
# | #define HAVE_INTTYPES_H 1
# | #define HAVE_STDINT_H 1
# | #define HAVE_UNISTD_H 1
# | #define HAVE_DLFCN_H 1
# | #define LT_OBJDIR ".libs/"
# | /* end confdefs.h. */
# |
# | /* Override any GCC internal prototype to avoid an error.
# | Use char because int might match the return type of a GCC
# | builtin and then its argument prototype would still apply. */
# | #ifdef __cplusplus
# | extern "C"
# | #endif
# | char tgetent ();
# | int
# | main ()
# | {
# | return tgetent ();
# | ;
# | return 0;
# | }
# configure:11364: result: no
# configure:11373: checking for main in -lreadline
# configure:11392: clang -o conftest conftest.c -lreadline >&5
# /sysroot/bin/ld: error: cannot find -lreadline
# clang-3.8: error: linker command failed with exit code 1 (use -v to see invocation)
# configure:11392: $? = 1
# configure: failed program was:
# | /* confdefs.h */
# | #define PACKAGE_NAME "rpc2"
# | #define PACKAGE_TARNAME "rpc2"
# | #define PACKAGE_VERSION "2.10"
# | #define PACKAGE_STRING "rpc2 2.10"
# | #define PACKAGE_BUGREPORT ""
# | #define PACKAGE_URL ""
# | #define PACKAGE "rpc2"
# | #define VERSION "2.10"
# | #define STDC_HEADERS 1
# | #define HAVE_SYS_TYPES_H 1
# | #define HAVE_SYS_STAT_H 1
# | #define HAVE_STDLIB_H 1
# | #define HAVE_STRING_H 1
# | #define HAVE_MEMORY_H 1
# | #define HAVE_STRINGS_H 1
# | #define HAVE_INTTYPES_H 1
# | #define HAVE_STDINT_H 1
# | #define HAVE_UNISTD_H 1
# | #define HAVE_DLFCN_H 1
# | #define LT_OBJDIR ".libs/"
# | /* end confdefs.h. */
# |
# |
# | int
# | main ()
# | {
# | return main ();
# | ;
# | return 0;
# | }
# configure:11401: result: no
# configure:11415: checking for rl_completion_matches in -lreadline
# configure:11440: clang -o conftest conftest.c -lreadline >&5
# /sysroot/bin/ld: error: cannot find -lreadline
# /tmp/conftest-02e65d.o:conftest.c:function main: error: undefined reference to 'rl_completion_matches'
# clang-3.8: error: linker command failed with exit code 1 (use -v to see invocation)
# configure:11440: $? = 1
# configure: failed program was:
# | /* confdefs.h */
# | #define PACKAGE_NAME "rpc2"
# | #define PACKAGE_TARNAME "rpc2"
# | #define PACKAGE_VERSION "2.10"
# | #define PACKAGE_STRING "rpc2 2.10"
# | #define PACKAGE_BUGREPORT ""
# | #define PACKAGE_URL ""
# | #define PACKAGE "rpc2"
# | #define VERSION "2.10"
# | #define STDC_HEADERS 1
# | #define HAVE_SYS_TYPES_H 1
# | #define HAVE_SYS_STAT_H 1
# | #define HAVE_STDLIB_H 1
# | #define HAVE_STRING_H 1
# | #define HAVE_MEMORY_H 1
# | #define HAVE_STRINGS_H 1
# | #define HAVE_INTTYPES_H 1
# | #define HAVE_STDINT_H 1
# | #define HAVE_UNISTD_H 1
# | #define HAVE_DLFCN_H 1
# | #define LT_OBJDIR ".libs/"
# | /* end confdefs.h. */
# |
# | /* Override any GCC internal prototype to avoid an error.
# | Use char because int might match the return type of a GCC
# | builtin and then its argument prototype would still apply. */
# | #ifdef __cplusplus
# | extern "C"
# | #endif
# | char rl_completion_matches ();
# | int
# | main ()
# | {
# | return rl_completion_matches ();
# | ;
# | return 0;
# | }
# configure:11449: result: no
# configure:11457: checking for library containing bind
# configure:11488: clang -o conftest conftest.c >&5
# configure:11488: $? = 0
# configure:11505: result: none required
# configure:11513: checking for library containing inet_ntoa
# configure:11544: clang -o conftest conftest.c >&5
# configure:11544: $? = 0
# configure:11561: result: none required
# configure:11569: checking for library containing gethostbyname
# configure:11600: clang -o conftest conftest.c >&5
# configure:11600: $? = 0
# configure:11617: result: none required
# configure:11629: checking sys/stream.h usability
# configure:11629: clang -c conftest.c >&5
# conftest.c:56:10: fatal error: 'sys/stream.h' file not found
# #include
# ^
# 1 error generated.
# configure:11629: $? = 1
# configure: failed program was:
# | /* confdefs.h */
# | #define PACKAGE_NAME "rpc2"
# | #define PACKAGE_TARNAME "rpc2"
# | #define PACKAGE_VERSION "2.10"
# | #define PACKAGE_STRING "rpc2 2.10"
# | #define PACKAGE_BUGREPORT ""
# | #define PACKAGE_URL ""
# | #define PACKAGE "rpc2"
# | #define VERSION "2.10"
# | #define STDC_HEADERS 1
# | #define HAVE_SYS_TYPES_H 1
# | #define HAVE_SYS_STAT_H 1
# | #define HAVE_STDLIB_H 1
# | #define HAVE_STRING_H 1
# | #define HAVE_MEMORY_H 1
# | #define HAVE_STRINGS_H 1
# | #define HAVE_INTTYPES_H 1
# | #define HAVE_STDINT_H 1
# | #define HAVE_UNISTD_H 1
# | #define HAVE_DLFCN_H 1
# | #define LT_OBJDIR ".libs/"
# | /* end confdefs.h. */
# | #include
# | #ifdef HAVE_SYS_TYPES_H
# | # include
# | #endif
# | #ifdef HAVE_SYS_STAT_H
# | # include
# | #endif
# | #ifdef STDC_HEADERS
# | # include
# | # include
# | #else
# | # ifdef HAVE_STDLIB_H
# | # include
# | # endif
# | #endif
# | #ifdef HAVE_STRING_H
# | # if !defined STDC_HEADERS && defined HAVE_MEMORY_H
# | # include
# | # endif
# | # include
# | #endif
# | #ifdef HAVE_STRINGS_H
# | # include
# | #endif
# | #ifdef HAVE_INTTYPES_H
# | # include
# | #endif
# | #ifdef HAVE_STDINT_H
# | # include
# | #endif
# | #ifdef HAVE_UNISTD_H
# | # include
# | #endif
# | #include
# configure:11629: result: no
# configure:11629: checking sys/stream.h presence
# configure:11629: clang -E conftest.c
# conftest.c:23:10: fatal error: 'sys/stream.h' file not found
# #include
# ^
# 1 error generated.
# configure:11629: $? = 1
# configure: failed program was:
# | /* confdefs.h */
# | #define PACKAGE_NAME "rpc2"
# | #define PACKAGE_TARNAME "rpc2"
# | #define PACKAGE_VERSION "2.10"
# | #define PACKAGE_STRING "rpc2 2.10"
# | #define PACKAGE_BUGREPORT ""
# | #define PACKAGE_URL ""
# | #define PACKAGE "rpc2"
# | #define VERSION "2.10"
# | #define STDC_HEADERS 1
# | #define HAVE_SYS_TYPES_H 1
# | #define HAVE_SYS_STAT_H 1
# | #define HAVE_STDLIB_H 1
# | #define HAVE_STRING_H 1
# | #define HAVE_MEMORY_H 1
# | #define HAVE_STRINGS_H 1
# | #define HAVE_INTTYPES_H 1
# | #define HAVE_STDINT_H 1
# | #define HAVE_UNISTD_H 1
# | #define HAVE_DLFCN_H 1
# | #define LT_OBJDIR ".libs/"
# | /* end confdefs.h. */
# | #include
# configure:11629: result: no
# configure:11629: checking for sys/stream.h
# configure:11629: result: no
# configure:11629: checking arpa/inet.h usability
# configure:11629: clang -c conftest.c >&5
# configure:11629: $? = 0
# configure:11629: result: yes
# configure:11629: checking arpa/inet.h presence
# configure:11629: clang -E conftest.c
# configure:11629: $? = 0
# configure:11629: result: yes
# configure:11629: checking for arpa/inet.h
# configure:11629: result: yes
# configure:11629: checking netdb.h usability
# configure:11629: clang -c conftest.c >&5
# configure:11629: $? = 0
# configure:11629: result: yes
# configure:11629: checking netdb.h presence
# configure:11629: clang -E conftest.c
# configure:11629: $? = 0
# configure:11629: result: yes
# configure:11629: checking for netdb.h
# configure:11629: result: yes
# configure:11641: checking for struct sockaddr_storage
# configure:11641: clang -c conftest.c >&5
# configure:11641: $? = 0
# configure:11641: clang -c conftest.c >&5
# conftest.c:32:38: error: expected expression
# if (sizeof ((struct sockaddr_storage)))
# ^
# 1 error generated.
# configure:11641: $? = 1
# configure: failed program was:
# | /* confdefs.h */
# | #define PACKAGE_NAME "rpc2"
# | #define PACKAGE_TARNAME "rpc2"
# | #define PACKAGE_VERSION "2.10"
# | #define PACKAGE_STRING "rpc2 2.10"
# | #define PACKAGE_BUGREPORT ""
# | #define PACKAGE_URL ""
# | #define PACKAGE "rpc2"
# | #define VERSION "2.10"
# | #define STDC_HEADERS 1
# | #define HAVE_SYS_TYPES_H 1
# | #define HAVE_SYS_STAT_H 1
# | #define HAVE_STDLIB_H 1
# | #define HAVE_STRING_H 1
# | #define HAVE_MEMORY_H 1
# | #define HAVE_STRINGS_H 1
# | #define HAVE_INTTYPES_H 1
# | #define HAVE_STDINT_H 1
# | #define HAVE_UNISTD_H 1
# | #define HAVE_DLFCN_H 1
# | #define LT_OBJDIR ".libs/"
# | #define HAVE_ARPA_INET_H 1
# | #define HAVE_NETDB_H 1
# | /* end confdefs.h. */
# | #include
# | #include
# | #include
# |
# | int
# | main ()
# | {
# | if (sizeof ((struct sockaddr_storage)))
# | return 0;
# | ;
# | return 0;
# | }
# configure:11641: result: yes
# configure:11653: checking for struct sockaddr_in6
# configure:11653: clang -c conftest.c >&5
# configure:11653: $? = 0
# configure:11653: clang -c conftest.c >&5
# conftest.c:33:34: error: expected expression
# if (sizeof ((struct sockaddr_in6)))
# ^
# 1 error generated.
# configure:11653: $? = 1
# configure: failed program was:
# | /* confdefs.h */
# | #define PACKAGE_NAME "rpc2"
# | #define PACKAGE_TARNAME "rpc2"
# | #define PACKAGE_VERSION "2.10"
# | #define PACKAGE_STRING "rpc2 2.10"
# | #define PACKAGE_BUGREPORT ""
# | #define PACKAGE_URL ""
# | #define PACKAGE "rpc2"
# | #define VERSION "2.10"
# | #define STDC_HEADERS 1
# | #define HAVE_SYS_TYPES_H 1
# | #define HAVE_SYS_STAT_H 1
# | #define HAVE_STDLIB_H 1
# | #define HAVE_STRING_H 1
# | #define HAVE_MEMORY_H 1
# | #define HAVE_STRINGS_H 1
# | #define HAVE_INTTYPES_H 1
# | #define HAVE_STDINT_H 1
# | #define HAVE_UNISTD_H 1
# | #define HAVE_DLFCN_H 1
# | #define LT_OBJDIR ".libs/"
# | #define HAVE_ARPA_INET_H 1
# | #define HAVE_NETDB_H 1
# | #define HAVE_STRUCT_SOCKADDR_STORAGE 1
# | /* end confdefs.h. */
# | #include
# | #include
# | #include
# |
# | int
# | main ()
# | {
# | if (sizeof ((struct sockaddr_in6)))
# | return 0;
# | ;
# | return 0;
# | }
# configure:11653: result: yes
# configure:11665: checking for socklen_t
# configure:11665: clang -c conftest.c >&5
# configure:11665: $? = 0
# configure:11665: clang -c conftest.c >&5
# conftest.c:34:24: error: expected expression
# if (sizeof ((socklen_t)))
# ^
# 1 error generated.
# configure:11665: $? = 1
# configure: failed program was:
# | /* confdefs.h */
# | #define PACKAGE_NAME "rpc2"
# | #define PACKAGE_TARNAME "rpc2"
# | #define PACKAGE_VERSION "2.10"
# | #define PACKAGE_STRING "rpc2 2.10"
# | #define PACKAGE_BUGREPORT ""
# | #define PACKAGE_URL ""
# | #define PACKAGE "rpc2"
# | #define VERSION "2.10"
# | #define STDC_HEADERS 1
# | #define HAVE_SYS_TYPES_H 1
# | #define HAVE_SYS_STAT_H 1
# | #define HAVE_STDLIB_H 1
# | #define HAVE_STRING_H 1
# | #define HAVE_MEMORY_H 1
# | #define HAVE_STRINGS_H 1
# | #define HAVE_INTTYPES_H 1
# | #define HAVE_STDINT_H 1
# | #define HAVE_UNISTD_H 1
# | #define HAVE_DLFCN_H 1
# | #define LT_OBJDIR ".libs/"
# | #define HAVE_ARPA_INET_H 1
# | #define HAVE_NETDB_H 1
# | #define HAVE_STRUCT_SOCKADDR_STORAGE 1
# | #define HAVE_STRUCT_SOCKADDR_IN6 1
# | /* end confdefs.h. */
# | #include
# | #include
# | #include
# |
# | int
# | main ()
# | {
# | if (sizeof ((socklen_t)))
# | return 0;
# | ;
# | return 0;
# | }
# configure:11665: result: yes
# configure:11679: checking whether the C compiler accepts -Wall
# configure:11702: clang -c -Wall conftest.c >&5
# configure:11702: $? = 0
# configure:11716: result: yes
# configure:11727: checking for ffs
# configure:11727: clang -o conftest -Wall conftest.c >&5
# configure:11727: $? = 0
# configure:11727: result: yes
# configure:11727: checking for iopen
# configure:11727: clang -o conftest -Wall conftest.c >&5
# /tmp/conftest-a05722.o:conftest.c:function main: error: undefined reference to 'iopen'
# clang-3.8: error: linker command failed with exit code 1 (use -v to see invocation)
# configure:11727: $? = 1
# configure: failed program was:
# | /* confdefs.h */
# | #define PACKAGE_NAME "rpc2"
# | #define PACKAGE_TARNAME "rpc2"
# | #define PACKAGE_VERSION "2.10"
# | #define PACKAGE_STRING "rpc2 2.10"
# | #define PACKAGE_BUGREPORT ""
# | #define PACKAGE_URL ""
# | #define PACKAGE "rpc2"
# | #define VERSION "2.10"
# | #define STDC_HEADERS 1
# | #define HAVE_SYS_TYPES_H 1
# | #define HAVE_SYS_STAT_H 1
# | #define HAVE_STDLIB_H 1
# | #define HAVE_STRING_H 1
# | #define HAVE_MEMORY_H 1
# | #define HAVE_STRINGS_H 1
# | #define HAVE_INTTYPES_H 1
# | #define HAVE_STDINT_H 1
# | #define HAVE_UNISTD_H 1
# | #define HAVE_DLFCN_H 1
# | #define LT_OBJDIR ".libs/"
# | #define HAVE_ARPA_INET_H 1
# | #define HAVE_NETDB_H 1
# | #define HAVE_STRUCT_SOCKADDR_STORAGE 1
# | #define HAVE_STRUCT_SOCKADDR_IN6 1
# | #define HAVE_SOCKLEN_T 1
# | #define HAVE_FFS 1
# | /* end confdefs.h. */
# | /* Define iopen to an innocuous variant, in case declares iopen.
# | For example, HP-UX 11i declares gettimeofday. */
# | #define iopen innocuous_iopen
# |
# | /* System header to define __stub macros and hopefully few prototypes,
# | which can conflict with char iopen (); below.
# | Prefer to if __STDC__ is defined, since
# | exists even on freestanding compilers. */
# |
# | #ifdef __STDC__
# | # include
# | #else
# | # include
# | #endif
# |
# | #undef iopen
# |
# | /* Override any GCC internal prototype to avoid an error.
# | Use char because int might match the return type of a GCC
# | builtin and then its argument prototype would still apply. */
# | #ifdef __cplusplus
# | extern "C"
# | #endif
# | char iopen ();
# | /* The GNU C library defines this for functions which it implements
# | to always fail with ENOSYS. Some functions are actually named
# | something starting with __ and the normal name is an alias. */
# | #if defined __stub_iopen || defined __stub___iopen
# | choke me
# | #endif
# |
# | int
# | main ()
# | {
# | return iopen ();
# | ;
# | return 0;
# | }
# configure:11727: result: no
# configure:11727: checking for getaddrinfo
# configure:11727: clang -o conftest -Wall conftest.c >&5
# configure:11727: $? = 0
# configure:11727: result: yes
# configure:11727: checking for gai_strerror
# configure:11727: clang -o conftest -Wall conftest.c >&5
# configure:11727: $? = 0
# configure:11727: result: yes
# configure:11727: checking for getipnodebyname
# configure:11727: clang -o conftest -Wall conftest.c >&5
# /tmp/conftest-0c2040.o:conftest.c:function main: error: undefined reference to 'getipnodebyname'
# clang-3.8: error: linker command failed with exit code 1 (use -v to see invocation)
# configure:11727: $? = 1
# configure: failed program was:
# | /* confdefs.h */
# | #define PACKAGE_NAME "rpc2"
# | #define PACKAGE_TARNAME "rpc2"
# | #define PACKAGE_VERSION "2.10"
# | #define PACKAGE_STRING "rpc2 2.10"
# | #define PACKAGE_BUGREPORT ""
# | #define PACKAGE_URL ""
# | #define PACKAGE "rpc2"
# | #define VERSION "2.10"
# | #define STDC_HEADERS 1
# | #define HAVE_SYS_TYPES_H 1
# | #define HAVE_SYS_STAT_H 1
# | #define HAVE_STDLIB_H 1
# | #define HAVE_STRING_H 1
# | #define HAVE_MEMORY_H 1
# | #define HAVE_STRINGS_H 1
# | #define HAVE_INTTYPES_H 1
# | #define HAVE_STDINT_H 1
# | #define HAVE_UNISTD_H 1
# | #define HAVE_DLFCN_H 1
# | #define LT_OBJDIR ".libs/"
# | #define HAVE_ARPA_INET_H 1
# | #define HAVE_NETDB_H 1
# | #define HAVE_STRUCT_SOCKADDR_STORAGE 1
# | #define HAVE_STRUCT_SOCKADDR_IN6 1
# | #define HAVE_SOCKLEN_T 1
# | #define HAVE_FFS 1
# | #define HAVE_GETADDRINFO 1
# | #define HAVE_GAI_STRERROR 1
# | /* end confdefs.h. */
# | /* Define getipnodebyname to an innocuous variant, in case declares getipnodebyname.
# | For example, HP-UX 11i declares gettimeofday. */
# | #define getipnodebyname innocuous_getipnodebyname
# |
# | /* System header to define __stub macros and hopefully few prototypes,
# | which can conflict with char getipnodebyname (); below.
# | Prefer to if __STDC__ is defined, since
# | exists even on freestanding compilers. */
# |
# | #ifdef __STDC__
# | # include
# | #else
# | # include
# | #endif
# |
# | #undef getipnodebyname
# |
# | /* Override any GCC internal prototype to avoid an error.
# | Use char because int might match the return type of a GCC
# | builtin and then its argument prototype would still apply. */
# | #ifdef __cplusplus
# | extern "C"
# | #endif
# | char getipnodebyname ();
# | /* The GNU C library defines this for functions which it implements
# | to always fail with ENOSYS. Some functions are actually named
# | something starting with __ and the normal name is an alias. */
# | #if defined __stub_getipnodebyname || defined __stub___getipnodebyname
# | choke me
# | #endif
# |
# | int
# | main ()
# | {
# | return getipnodebyname ();
# | ;
# | return 0;
# | }
# configure:11727: result: no
# configure:11740: checking for inet_aton
# configure:11740: clang -o conftest -Wall conftest.c >&5
# configure:11740: $? = 0
# configure:11740: result: yes
# configure:11740: checking for inet_ntoa
# configure:11740: clang -o conftest -Wall conftest.c >&5
# configure:11740: $? = 0
# configure:11740: result: yes
# configure:11740: checking for inet_pton
# configure:11740: clang -o conftest -Wall conftest.c >&5
# configure:11740: $? = 0
# configure:11740: result: yes
# configure:11740: checking for inet_ntop
# configure:11740: clang -o conftest -Wall conftest.c >&5
# configure:11740: $? = 0
# configure:11740: result: yes
# configure:11753: checking sys/select.h usability
# configure:11753: clang -c -Wall conftest.c >&5
# configure:11753: $? = 0
# configure:11753: result: yes
# configure:11753: checking sys/select.h presence
# configure:11753: clang -E conftest.c
# configure:11753: $? = 0
# configure:11753: result: yes
# configure:11753: checking for sys/select.h
# configure:11753: result: yes
# configure:11753: checking sys/socket.h usability
# configure:11753: clang -c -Wall conftest.c >&5
# configure:11753: $? = 0
# configure:11753: result: yes
# configure:11753: checking sys/socket.h presence
# configure:11753: clang -E conftest.c
# configure:11753: $? = 0
# configure:11753: result: yes
# configure:11753: checking for sys/socket.h
# configure:11753: result: yes
# configure:11764: checking types of arguments for select
# configure:11792: clang -c -Wall conftest.c >&5
# configure:11792: $? = 0
# configure:11803: result: int,fd_set *,struct timeval *
# configure:11827: checking whether byte ordering is bigendian
# configure:11842: clang -c -Wall conftest.c >&5
# conftest.c:41:9: error: unknown type name 'not'
# not a universal capable compiler
# ^
# conftest.c:41:14: error: expected ';' after top level declarator
# not a universal capable compiler
# ^
# ;
# 2 errors generated.
# configure:11842: $? = 1
# configure: failed program was:
# | /* confdefs.h */
# | #define PACKAGE_NAME "rpc2"
# | #define PACKAGE_TARNAME "rpc2"
# | #define PACKAGE_VERSION "2.10"
# | #define PACKAGE_STRING "rpc2 2.10"
# | #define PACKAGE_BUGREPORT ""
# | #define PACKAGE_URL ""
# | #define PACKAGE "rpc2"
# | #define VERSION "2.10"
# | #define STDC_HEADERS 1
# | #define HAVE_SYS_TYPES_H 1
# | #define HAVE_SYS_STAT_H 1
# | #define HAVE_STDLIB_H 1
# | #define HAVE_STRING_H 1
# | #define HAVE_MEMORY_H 1
# | #define HAVE_STRINGS_H 1
# | #define HAVE_INTTYPES_H 1
# | #define HAVE_STDINT_H 1
# | #define HAVE_UNISTD_H 1
# | #define HAVE_DLFCN_H 1
# | #define LT_OBJDIR ".libs/"
# | #define HAVE_ARPA_INET_H 1
# | #define HAVE_NETDB_H 1
# | #define HAVE_STRUCT_SOCKADDR_STORAGE 1
# | #define HAVE_STRUCT_SOCKADDR_IN6 1
# | #define HAVE_SOCKLEN_T 1
# | #define HAVE_FFS 1
# | #define HAVE_GETADDRINFO 1
# | #define HAVE_GAI_STRERROR 1
# | #define HAVE_INET_ATON 1
# | #define HAVE_INET_NTOA 1
# | #define HAVE_INET_PTON 1
# | #define HAVE_INET_NTOP 1
# | #define HAVE_SYS_SELECT_H 1
# | #define HAVE_SYS_SOCKET_H 1
# | #define SELECT_TYPE_ARG1 int
# | #define SELECT_TYPE_ARG234 (fd_set *)
# | #define SELECT_TYPE_ARG5 (struct timeval *)
# | /* end confdefs.h. */
# | #ifndef __APPLE_CC__
# | not a universal capable compiler
# | #endif
# | typedef int dummy;
# |
# configure:11887: clang -c -Wall conftest.c >&5
# configure:11887: $? = 0
# configure:11905: clang -c -Wall conftest.c >&5
# conftest.c:47:4: error: use of undeclared identifier 'not'
# not big endian
# ^
# 1 error generated.
# configure:11905: $? = 1
# configure: failed program was:
# | /* confdefs.h */
# | #define PACKAGE_NAME "rpc2"
# | #define PACKAGE_TARNAME "rpc2"
# | #define PACKAGE_VERSION "2.10"
# | #define PACKAGE_STRING "rpc2 2.10"
# | #define PACKAGE_BUGREPORT ""
# | #define PACKAGE_URL ""
# | #define PACKAGE "rpc2"
# | #define VERSION "2.10"
# | #define STDC_HEADERS 1
# | #define HAVE_SYS_TYPES_H 1
# | #define HAVE_SYS_STAT_H 1
# | #define HAVE_STDLIB_H 1
# | #define HAVE_STRING_H 1
# | #define HAVE_MEMORY_H 1
# | #define HAVE_STRINGS_H 1
# | #define HAVE_INTTYPES_H 1
# | #define HAVE_STDINT_H 1
# | #define HAVE_UNISTD_H 1
# | #define HAVE_DLFCN_H 1
# | #define LT_OBJDIR ".libs/"
# | #define HAVE_ARPA_INET_H 1
# | #define HAVE_NETDB_H 1
# | #define HAVE_STRUCT_SOCKADDR_STORAGE 1
# | #define HAVE_STRUCT_SOCKADDR_IN6 1
# | #define HAVE_SOCKLEN_T 1
# | #define HAVE_FFS 1
# | #define HAVE_GETADDRINFO 1
# | #define HAVE_GAI_STRERROR 1
# | #define HAVE_INET_ATON 1
# | #define HAVE_INET_NTOA 1
# | #define HAVE_INET_PTON 1
# | #define HAVE_INET_NTOP 1
# | #define HAVE_SYS_SELECT_H 1
# | #define HAVE_SYS_SOCKET_H 1
# | #define SELECT_TYPE_ARG1 int
# | #define SELECT_TYPE_ARG234 (fd_set *)
# | #define SELECT_TYPE_ARG5 (struct timeval *)
# | /* end confdefs.h. */
# | #include
# | #include
# |
# | int
# | main ()
# | {
# | #if BYTE_ORDER != BIG_ENDIAN
# | not big endian
# | #endif
# |
# | ;
# | return 0;
# | }
# configure:12033: result: no
# configure:12190: creating ./config.status
#
# ## ---------------------- ##
# ## Running config.status. ##
# ## ---------------------- ##
#
# This file was extended by rpc2 config.status 2.10, which was
# generated by GNU Autoconf 2.65. Invocation command line was
#
# CONFIG_FILES =
# CONFIG_HEADERS =
# CONFIG_LINKS =
# CONFIG_COMMANDS =
# $ ./config.status
#
# on 92765d65dfb9
#
# config.status:1116: creating Makefile
# config.status:1116: creating include/Makefile
# config.status:1116: creating secure/Makefile
# config.status:1116: creating rpc2-src/Makefile
# config.status:1116: creating rp2gen/Makefile
# config.status:1116: creating scripts/Makefile
# config.status:1116: creating rpc2.pc
# config.status:1116: creating rpc2-uninstalled.pc
# config.status:1116: creating pkgs/pkg-bsd.sh
# config.status:1116: creating pkgs/rpc2.spec
# config.status:1116: creating debian/changelog
# config.status:1116: creating config.h
# config.status:1336: executing depfiles commands
# config.status:1336: executing libtool commands
#
# ## ---------------- ##
# ## Cache variables. ##
# ## ---------------- ##
#
# ac_cv_build=x86_64-unknown-linux-gnu
# ac_cv_c_bigendian=no
# ac_cv_c_compiler_gnu=yes
# ac_cv_env_CC_set=set
# ac_cv_env_CC_value=clang
# ac_cv_env_CFLAGS_set=set
# ac_cv_env_CFLAGS_value=
# ac_cv_env_CPPFLAGS_set=set
# ac_cv_env_CPPFLAGS_value=
# ac_cv_env_CPP_set=
# ac_cv_env_CPP_value=
# ac_cv_env_LDFLAGS_set=set
# ac_cv_env_LDFLAGS_value=
# ac_cv_env_LIBS_set=
# ac_cv_env_LIBS_value=
# ac_cv_env_LUA_CFLAGS_set=
# ac_cv_env_LUA_CFLAGS_value=
# ac_cv_env_LUA_LIBS_set=
# ac_cv_env_LUA_LIBS_value=
# ac_cv_env_LWP_CFLAGS_set=
# ac_cv_env_LWP_CFLAGS_value=
# ac_cv_env_LWP_LIBS_set=
# ac_cv_env_LWP_LIBS_value=
# ac_cv_env_PKG_CONFIG_PATH_set=
# ac_cv_env_PKG_CONFIG_PATH_value=
# ac_cv_env_PKG_CONFIG_set=
# ac_cv_env_PKG_CONFIG_value=
# ac_cv_env_YACC_set=
# ac_cv_env_YACC_value=
# ac_cv_env_YFLAGS_set=
# ac_cv_env_YFLAGS_value=
# ac_cv_env_build_alias_set=
# ac_cv_env_build_alias_value=
# ac_cv_env_host_alias_set=set
# ac_cv_env_host_alias_value=x86_64-unknown-linux
# ac_cv_env_target_alias_set=
# ac_cv_env_target_alias_value=
# ac_cv_func_ffs=yes
# ac_cv_func_gai_strerror=yes
# ac_cv_func_getaddrinfo=yes
# ac_cv_func_getipnodebyname=no
# ac_cv_func_inet_aton=yes
# ac_cv_func_inet_ntoa=yes
# ac_cv_func_inet_ntop=yes
# ac_cv_func_inet_pton=yes
# ac_cv_func_iopen=no
# ac_cv_func_select_args='int,fd_set *,struct timeval *'
# ac_cv_header_arpa_inet_h=yes
# ac_cv_header_dlfcn_h=yes
# ac_cv_header_inttypes_h=yes
# ac_cv_header_memory_h=yes
# ac_cv_header_netdb_h=yes
# ac_cv_header_stdc=yes
# ac_cv_header_stdint_h=yes
# ac_cv_header_stdlib_h=yes
# ac_cv_header_string_h=yes
# ac_cv_header_strings_h=yes
# ac_cv_header_sys_select_h=yes
# ac_cv_header_sys_socket_h=yes
# ac_cv_header_sys_stat_h=yes
# ac_cv_header_sys_stream_h=no
# ac_cv_header_sys_types_h=yes
# ac_cv_header_unistd_h=yes
# ac_cv_host=x86_64-unknown-linux-gnu
# ac_cv_lib_lex='none needed'
# ac_cv_lib_readline_main=no
# ac_cv_lib_readline_rl_completion_matches=no
# ac_cv_objext=o
# ac_cv_path_EGREP='/usr/bin/grep -E'
# ac_cv_path_FGREP='/usr/bin/grep -F'
# ac_cv_path_GREP=/usr/bin/grep
# ac_cv_path_SED=/usr/bin/sed
# ac_cv_path_ac_pt_PKG_CONFIG=/usr/bin/pkg-config
# ac_cv_path_install='/usr/bin/install -c'
# ac_cv_path_mkdir=/usr/bin/mkdir
# ac_cv_prog_AWK=gawk
# ac_cv_prog_CC=clang
# ac_cv_prog_CP='cp -f'
# ac_cv_prog_CPP='clang -E'
# ac_cv_prog_LEX=flex
# ac_cv_prog_STRIP=strip
# ac_cv_prog_YACC='bison -y'
# ac_cv_prog_ac_ct_AR=ar
# ac_cv_prog_ac_ct_OBJDUMP=objdump
# ac_cv_prog_ac_ct_RANLIB=ranlib
# ac_cv_prog_ac_ct_STRIP=strip
# ac_cv_prog_cc_c89=
# ac_cv_prog_cc_g=yes
# ac_cv_prog_lex_root=lex.yy
# ac_cv_prog_lex_yytext_pointer=no
# ac_cv_prog_make_make_set=yes
# ac_cv_search_bind='none required'
# ac_cv_search_gethostbyname='none required'
# ac_cv_search_inet_ntoa='none required'
# ac_cv_search_tgetent=no
# ac_cv_type_socklen_t=yes
# ac_cv_type_struct_sockaddr_in6=yes
# ac_cv_type_struct_sockaddr_storage=yes
# am_cv_CC_dependencies_compiler_type=gcc3
# coda_cv_cc_Wall=yes
# lt_cv_deplibs_check_method=pass_all
# lt_cv_file_magic_cmd='$MAGIC_CMD'
# lt_cv_file_magic_test_file=
# lt_cv_ld_reload_flag=-r
# lt_cv_nm_interface='BSD nm'
# lt_cv_objdir=.libs
# lt_cv_path_LD=/sysroot/bin/ld
# lt_cv_path_NM='/sysroot/bin/nm -B'
# lt_cv_prog_compiler_c_o=yes
# lt_cv_prog_compiler_pic_works=yes
# lt_cv_prog_compiler_rtti_exceptions=yes
# lt_cv_prog_compiler_static_works=no
# lt_cv_prog_gnu_ld=yes
# lt_cv_sys_global_symbol_pipe='sed -n -e '\''s/^.*[ ]\([ABCDGIRSTW][ABCDGIRSTW]*\)[ ][ ]*\([_A-Za-z][_A-Za-z0-9]*\)$/\1 \2 \2/p'\'''
# lt_cv_sys_global_symbol_to_c_name_address='sed -n -e '\''s/^: \([^ ]*\) $/ {\"\1\", (void *) 0},/p'\'' -e '\''s/^[ABCDGIRSTW]* \([^ ]*\) \([^ ]*\)$/ {"\2", (void *) \&\2},/p'\'''
# lt_cv_sys_global_symbol_to_c_name_address_lib_prefix='sed -n -e '\''s/^: \([^ ]*\) $/ {\"\1\", (void *) 0},/p'\'' -e '\''s/^[ABCDGIRSTW]* \([^ ]*\) \(lib[^ ]*\)$/ {"\2", (void *) \&\2},/p'\'' -e '\''s/^[ABCDGIRSTW]* \([^ ]*\) \([^ ]*\)$/ {"lib\2", (void *) \&\2},/p'\'''
# lt_cv_sys_global_symbol_to_cdecl='sed -n -e '\''s/^T .* \(.*\)$/extern int \1();/p'\'' -e '\''s/^[ABCDGIRSTW]* .* \(.*\)$/extern char \1;/p'\'''
# lt_cv_sys_max_cmd_len=1572864
# pkg_cv_LWP_CFLAGS=
# pkg_cv_LWP_LIBS=-llwp
#
# ## ----------------- ##
# ## Output variables. ##
# ## ----------------- ##
#
# ACLOCAL='${SHELL} /tmp/rpc2/src/rpc2-2.10/missing --run aclocal-1.11'
# AMDEPBACKSLASH='\'
# AMDEP_FALSE='#'
# AMDEP_TRUE=''
# AMTAR='${SHELL} /tmp/rpc2/src/rpc2-2.10/missing --run tar'
# AR='ar'
# AUTOCONF='${SHELL} /tmp/rpc2/src/rpc2-2.10/missing --run autoconf'
# AUTOHEADER='${SHELL} /tmp/rpc2/src/rpc2-2.10/missing --run autoheader'
# AUTOMAKE='${SHELL} /tmp/rpc2/src/rpc2-2.10/missing --run automake-1.11'
# AWK='gawk'
# CC='clang'
# CCDEPMODE='depmode=gcc3'
# CFLAGS=' -Wall'
# CONFIG_DATE='Wed, 05 Apr 2017 00:31:06 +0000'
# CP='cp -f'
# CPP='clang -E'
# CPPFLAGS=''
# CYGPATH_W='echo'
# DEFS='-DHAVE_CONFIG_H'
# DEPDIR='.deps'
# DLL_VERSION='5-4-5'
# DSYMUTIL=''
# DUMPBIN=''
# ECHO_C=''
# ECHO_N='-n'
# ECHO_T=''
# EGREP='/usr/bin/grep -E'
# EXEEXT=''
# FGREP='/usr/bin/grep -F'
# FREEBSD_VERSION='9'
# GENERIC_VERSION='9.5'
# GREP='/usr/bin/grep'
# HAVE_READLINE_FALSE=''
# HAVE_READLINE_TRUE='#'
# INSTALL_DATA='${INSTALL} -m 644'
# INSTALL_PROGRAM='${INSTALL}'
# INSTALL_SCRIPT='${INSTALL}'
# INSTALL_STRIP_PROGRAM='$(install_sh) -c -s'
# LD='/sysroot/bin/ld -m elf_x86_64'
# LDFLAGS=''
# LEX='flex'
# LEXLIB=''
# LEX_OUTPUT_ROOT='lex.yy'
# LIBOBJS=''
# LIBREADLINE=''
# LIBS=''
# LIBTERMCAP=''
# LIBTOOL='$(SHELL) $(top_builddir)/libtool'
# LIBTOOL_LDFLAGS='-version-info 9:5:4 -no-undefined'
# LIBTOOL_VERSION=''
# LINUX_VERSION='5.4.5'
# LIPO=''
# LN_S='ln -s'
# LTLIBOBJS=''
# LUA_CFLAGS=''
# LUA_FALSE=''
# LUA_LIBS=''
# LUA_TRUE='#'
# LWP_CFLAGS=''
# LWP_LIBS='-llwp'
# MAJOR_VERSION='5'
# MAKEINFO='${SHELL} /tmp/rpc2/src/rpc2-2.10/missing --run makeinfo'
# MKDIR_P='/usr/bin/mkdir -p'
# NATIVECC='clang'
# NM='/sysroot/bin/nm -B'
# NMEDIT=''
# OBJDUMP='objdump'
# OBJEXT='o'
# OTOOL64=''
# OTOOL=''
# PACKAGE='rpc2'
# PACKAGE_BUGREPORT=''
# PACKAGE_NAME='rpc2'
# PACKAGE_STRING='rpc2 2.10'
# PACKAGE_TARNAME='rpc2'
# PACKAGE_URL=''
# PACKAGE_VERSION='2.10'
# PATH_SEPARATOR=':'
# PKG_CONFIG='/usr/bin/pkg-config'
# PKG_CONFIG_PATH='${exec_prefix}/lib/pkgconfig:/usr/local/lib/pkgconfig'
# RANLIB='ranlib'
# SED='/usr/bin/sed'
# SET_MAKE=''
# SHELL='/bin/sh'
# STRIP='strip'
# VERSION='2.10'
# YACC='bison -y'
# YFLAGS=''
# ac_ct_CC=''
# ac_ct_DUMPBIN=''
# am__EXEEXT_FALSE=''
# am__EXEEXT_TRUE='#'
# am__fastdepCC_FALSE='#'
# am__fastdepCC_TRUE=''
# am__include='include'
# am__isrc=''
# am__leading_dot='.'
# am__quote=''
# am__tar='${AMTAR} chof - "$$tardir"'
# am__untar='${AMTAR} xf -'
# bindir='${exec_prefix}/bin'
# build='x86_64-unknown-linux-gnu'
# build_alias=''
# build_cpu='x86_64'
# build_os='linux-gnu'
# build_vendor='unknown'
# datadir='${datarootdir}'
# datarootdir='${prefix}/share'
# docdir='${datarootdir}/doc/${PACKAGE_TARNAME}'
# dvidir='${docdir}'
# exec_prefix='${prefix}'
# host='x86_64-unknown-linux-gnu'
# host_alias='x86_64-unknown-linux'
# host_cpu='x86_64'
# host_os='linux-gnu'
# host_vendor='unknown'
# htmldir='${docdir}'
# includedir='${prefix}/include'
# infodir='${datarootdir}/info'
# install_sh='${SHELL} /tmp/rpc2/src/rpc2-2.10/install-sh'
# libdir='${exec_prefix}/lib'
# libexecdir='${exec_prefix}/libexec'
# localedir='${datarootdir}/locale'
# localstatedir='${prefix}/var'
# lt_ECHO='echo'
# mandir='${datarootdir}/man'
# mkdir_p='/usr/bin/mkdir -p'
# oldincludedir='/usr/include'
# pdfdir='${docdir}'
# prefix='/usr'
# program_transform_name='s,x,x,'
# psdir='${docdir}'
# sbindir='${exec_prefix}/sbin'
# sharedstatedir='${prefix}/com'
# sysconfdir='${prefix}/etc'
# target_alias=''
#
# ## ----------- ##
# ## confdefs.h. ##
# ## ----------- ##
#
# /* confdefs.h */
# #define PACKAGE_NAME "rpc2"
# #define PACKAGE_TARNAME "rpc2"
# #define PACKAGE_VERSION "2.10"
# #define PACKAGE_STRING "rpc2 2.10"
# #define PACKAGE_BUGREPORT ""
# #define PACKAGE_URL ""
# #define PACKAGE "rpc2"
# #define VERSION "2.10"
# #define STDC_HEADERS 1
# #define HAVE_SYS_TYPES_H 1
# #define HAVE_SYS_STAT_H 1
# #define HAVE_STDLIB_H 1
# #define HAVE_STRING_H 1
# #define HAVE_MEMORY_H 1
# #define HAVE_STRINGS_H 1
# #define HAVE_INTTYPES_H 1
# #define HAVE_STDINT_H 1
# #define HAVE_UNISTD_H 1
# #define HAVE_DLFCN_H 1
# #define LT_OBJDIR ".libs/"
# #define HAVE_ARPA_INET_H 1
# #define HAVE_NETDB_H 1
# #define HAVE_STRUCT_SOCKADDR_STORAGE 1
# #define HAVE_STRUCT_SOCKADDR_IN6 1
# #define HAVE_SOCKLEN_T 1
# #define HAVE_FFS 1
# #define HAVE_GETADDRINFO 1
# #define HAVE_GAI_STRERROR 1
# #define HAVE_INET_ATON 1
# #define HAVE_INET_NTOA 1
# #define HAVE_INET_PTON 1
# #define HAVE_INET_NTOP 1
# #define HAVE_SYS_SELECT_H 1
# #define HAVE_SYS_SOCKET_H 1
# #define SELECT_TYPE_ARG1 int
# #define SELECT_TYPE_ARG234 (fd_set *)
# #define SELECT_TYPE_ARG5 (struct timeval *)
#
# configure: exit 0