Build of rpc2 with clang_glibc toolchain

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

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

SLOCLanguage
21,648 ansic
10,693 sh
3,037 makefile
437 lex
416 yacc
35 asm
36,266 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...

Copied permanent toolchain into container-local sysroot
# /toolchain_root/sysroot --> /sysroot/sysroot
# /toolchain_root/lib --> /sysroot/lib
# /toolchain_root/sbin --> /sysroot/sbin
# /toolchain_root/lib64 --> /sysroot/lib64
# /toolchain_root/etc --> /sysroot/etc
# /toolchain_root/share --> /sysroot/share
# /toolchain_root/bin --> /sysroot/bin
# /toolchain_root/var --> /sysroot/var
# /toolchain_root/usr --> /sysroot/usr
# /toolchain_root/glibc-build --> /sysroot/glibc-build
# /toolchain_root/x86_64-pc-linux-gnu --> /sysroot/x86_64-pc-linux-gnu
# /toolchain_root/include --> /sysroot/include
# /toolchain_root/libexec --> /sysroot/libexec

CMD: sudo -u tuscan PATH=/usr/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 (Thu Apr 13 16:33:03 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... /usr/bin/ld
# checking if the linker (/usr/bin/ld) is GNU ld... yes
# checking for BSD- or MS-compatible name lister (nm)... /usr/bin/nm -B
# checking the name lister (/usr/bin/nm -B) interface... BSD nm
# checking whether ln -s works... yes
# checking the maximum length of command line arguments... 1572864
# checking whether the shell understands some XSI constructs... yes
# checking whether the shell understands "+="... yes
# checking for /usr/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 /usr/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... yes
# checking if clang supports -c -o file.o... yes
# checking if clang supports -c -o file.o... (cached) yes
# checking whether the clang linker (/usr/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... -lncurses
# checking for main in -lreadline... yes
# checking for rl_completion_matches in -lreadline... yes
# 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
# 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_init.lo -MD -MP -MF .deps/secure_init.Tpo -c secure_init.c -o secure_init.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_setup.lo -MD -MP -MF .deps/secure_setup.Tpo -c -o secure_setup.lo secure_setup.c
# 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_setup.lo -MD -MP -MF .deps/secure_setup.Tpo -c secure_setup.c -o secure_setup.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_pbkdf.lo -MD -MP -MF .deps/secure_pbkdf.Tpo -c -o secure_pbkdf.lo secure_pbkdf.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_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_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_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_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_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_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 secure_random.lo -MD -MP -MF .deps/secure_random.Tpo -c -o secure_random.lo secure_random.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_random.lo -MD -MP -MF .deps/secure_random.Tpo -c secure_random.c -o secure_random.o >/dev/null 2>&1
# mv -f .deps/secure_random.Tpo .deps/secure_random.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_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_recvfrom.lo -MD -MP -MF .deps/secure_recvfrom.Tpo -c secure_recvfrom.c -o secure_recvfrom.o >/dev/null 2>&1
# 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 secure_sendto.lo -MD -MP -MF .deps/secure_sendto.Tpo -c -o secure_sendto.lo secure_sendto.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
# 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/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 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 auth_none.lo -MD -MP -MF .deps/auth_none.Tpo -c auth_none.c -fPIC -DPIC -o .libs/auth_none.o
# 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/auth_none.Tpo .deps/auth_none.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_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_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 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/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 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 encr_null.lo -MD -MP -MF .deps/encr_null.Tpo -c encr_null.c -fPIC -DPIC -o .libs/encr_null.o
# 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
# mv -f .deps/encr_null.Tpo .deps/encr_null.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_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 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_aes_cbc.Tpo .deps/encr_aes_cbc.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_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_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
# /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
# 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
# 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
# ar: `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" )
# 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/secure_test.Tpo .deps/secure_test.Po
# /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
# 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 rpc2a.lo -MD -MP -MF .deps/rpc2a.Tpo -c rpc2a.c -o rpc2a.o >/dev/null 2>&1
# mv -f .deps/rpc2a.Tpo .deps/rpc2a.Plo
# /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
# 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 rpc2b.lo -MD -MP -MF .deps/rpc2b.Tpo -c rpc2b.c -o rpc2b.o >/dev/null 2>&1
# mv -f .deps/rpc2b.Tpo .deps/rpc2b.Plo
# /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
# 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 sl.lo -MD -MP -MF .deps/sl.Tpo -c sl.c -o sl.o >/dev/null 2>&1
# mv -f .deps/sl.Tpo .deps/sl.Plo
# /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 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
# mv -f .deps/packet.Tpo .deps/packet.Plo
# /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
# 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
# /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 globals.lo -MD -MP -MF .deps/globals.Tpo -c -o globals.lo globals.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 globals.lo -MD -MP -MF .deps/globals.Tpo -c globals.c -fPIC -DPIC -o .libs/globals.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 globals.lo -MD -MP -MF .deps/globals.Tpo -c globals.c -o globals.o >/dev/null 2>&1
# mv -f .deps/globals.Tpo .deps/globals.Plo
# /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 se.lo -MD -MP -MF .deps/se.Tpo -c -o se.lo se.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 se.lo -MD -MP -MF .deps/se.Tpo -c se.c -fPIC -DPIC -o .libs/se.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 se.lo -MD -MP -MF .deps/se.Tpo -c se.c -o se.o >/dev/null 2>&1
# mv -f .deps/se.Tpo .deps/se.Plo
# /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 lists.lo -MD -MP -MF .deps/lists.Tpo -c -o lists.lo lists.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 lists.lo -MD -MP -MF .deps/lists.Tpo -c lists.c -fPIC -DPIC -o .libs/lists.o
# lists.c:148:19: warning: incompatible pointer types passing 'struct SL_Entry **' to parameter of type 'struct LinkEntry **' [-Wincompatible-pointer-types]
# rpc2_Replenish(&rpc2_SLFreeList, &rpc2_SLFreeCount,
# ^~~~~~~~~~~~~~~~
# lists.c:163:44: warning: incompatible pointer types passing 'struct SL_Entry **' to parameter of type 'struct LinkEntry **' [-Wincompatible-pointer-types]
# sl = (struct SL_Entry *)rpc2_MoveEntry(&rpc2_SLFreeList,
# ^~~~~~~~~~~~~~~~
# lists.c:164:6: warning: incompatible pointer types passing 'struct SL_Entry **' to parameter of type 'struct LinkEntry **' [-Wincompatible-pointer-types]
# tolist, NULL, &rpc2_SLFreeCount, tocount);
# ^~~~~~
# lists.c:201:20: warning: incompatible pointer types passing 'struct SL_Entry **' to parameter of type 'struct LinkEntry **' [-Wincompatible-pointer-types]
# rpc2_MoveEntry(fromlist, &rpc2_SLFreeList, tsl, fromcount, &rpc2_SLFreeCount);
# ^~~~~~~~
# lists.c:201:30: warning: incompatible pointer types passing 'struct SL_Entry **' to parameter of type 'struct LinkEntry **' [-Wincompatible-pointer-types]
# rpc2_MoveEntry(fromlist, &rpc2_SLFreeList, tsl, fromcount, &rpc2_SLFreeCount);
# ^~~~~~~~~~~~~~~~
# lists.c:201:48: warning: incompatible pointer types passing 'struct SL_Entry *' to parameter of type 'struct LinkEntry *' [-Wincompatible-pointer-types]
# rpc2_MoveEntry(fromlist, &rpc2_SLFreeList, tsl, fromcount, &rpc2_SLFreeCount);
# ^~~
# lists.c:263:21: warning: incompatible pointer types passing 'struct SubsysEntry **' to parameter of type 'struct LinkEntry **' [-Wincompatible-pointer-types]
# rpc2_Replenish(&rpc2_SSFreeList,
# ^~~~~~~~~~~~~~~~
# lists.c:266:47: warning: incompatible pointer types passing 'struct SubsysEntry **' to parameter of type 'struct LinkEntry **' [-Wincompatible-pointer-types]
# ss = (struct SubsysEntry *)rpc2_MoveEntry(&rpc2_SSFreeList,
# ^~~~~~~~~~~~~~~~
# lists.c:267:3: warning: incompatible pointer types passing 'struct SubsysEntry **' to parameter of type 'struct LinkEntry **' [-Wincompatible-pointer-types]
# &rpc2_SSList, NULL, &rpc2_SSFreeCount, &rpc2_SSCount);
# ^~~~~~~~~~~~
# lists.c:278:17: warning: incompatible pointer types passing 'struct SubsysEntry **' to parameter of type 'struct LinkEntry **' [-Wincompatible-pointer-types]
# rpc2_MoveEntry(&rpc2_SSList, &rpc2_SSFreeList, whichSubsys,
# ^~~~~~~~~~~~
# lists.c:278:31: warning: incompatible pointer types passing 'struct SubsysEntry **' to parameter of type 'struct LinkEntry **' [-Wincompatible-pointer-types]
# rpc2_MoveEntry(&rpc2_SSList, &rpc2_SSFreeList, whichSubsys,
# ^~~~~~~~~~~~~~~~
# lists.c:278:49: warning: incompatible pointer types passing 'struct SubsysEntry **' to parameter of type 'struct LinkEntry *' [-Wincompatible-pointer-types]
# rpc2_MoveEntry(&rpc2_SSList, &rpc2_SSFreeList, whichSubsys,
# ^~~~~~~~~~~
# lists.c:289:17: warning: incompatible pointer types passing 'RPC2_PacketBuffer **' (aka 'struct RPC2_PacketBuffer **') to parameter of type 'struct LinkEntry **' [-Wincompatible-pointer-types]
# rpc2_MoveEntry(&rpc2_PBList, &rpc2_PBHoldList, whichPB,
# ^~~~~~~~~~~~
# lists.c:289:31: warning: incompatible pointer types passing 'RPC2_PacketBuffer **' (aka 'struct RPC2_PacketBuffer **') to parameter of type 'struct LinkEntry **' [-Wincompatible-pointer-types]
# rpc2_MoveEntry(&rpc2_PBList, &rpc2_PBHoldList, whichPB,
# ^~~~~~~~~~~~~~~~
# lists.c:289:49: warning: incompatible pointer types passing 'RPC2_PacketBuffer *' (aka 'struct RPC2_PacketBuffer *') to parameter of type 'struct LinkEntry *' [-Wincompatible-pointer-types]
# rpc2_MoveEntry(&rpc2_PBList, &rpc2_PBHoldList, whichPB,
# ^~~~~~~
# lists.c:299:17: warning: incompatible pointer types passing 'RPC2_PacketBuffer **' (aka 'struct RPC2_PacketBuffer **') to parameter of type 'struct LinkEntry **' [-Wincompatible-pointer-types]
# rpc2_MoveEntry(&rpc2_PBHoldList, &rpc2_PBList, whichPB,
# ^~~~~~~~~~~~~~~~
# lists.c:299:35: warning: incompatible pointer types passing 'RPC2_PacketBuffer **' (aka 'struct RPC2_PacketBuffer **') to parameter of type 'struct LinkEntry **' [-Wincompatible-pointer-types]
# rpc2_MoveEntry(&rpc2_PBHoldList, &rpc2_PBList, whichPB,
# ^~~~~~~~~~~~
# lists.c:299:49: warning: incompatible pointer types passing 'RPC2_PacketBuffer *' (aka 'struct RPC2_PacketBuffer *') to parameter of type 'struct LinkEntry *' [-Wincompatible-pointer-types]
# rpc2_MoveEntry(&rpc2_PBHoldList, &rpc2_PBList, whichPB,
# ^~~~~~~
# 18 warnings 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 lists.lo -MD -MP -MF .deps/lists.Tpo -c lists.c -o lists.o >/dev/null 2>&1
# mv -f .deps/lists.Tpo .deps/lists.Plo
# /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 ct.lo -MD -MP -MF .deps/ct.Tpo -c -o ct.lo ct.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 ct.lo -MD -MP -MF .deps/ct.Tpo -c ct.c -fPIC -DPIC -o .libs/ct.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 ct.lo -MD -MP -MF .deps/ct.Tpo -c ct.c -o ct.o >/dev/null 2>&1
# mv -f .deps/ct.Tpo .deps/ct.Plo
# /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 debug.lo -MD -MP -MF .deps/debug.Tpo -c -o debug.lo debug.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 debug.lo -MD -MP -MF .deps/debug.Tpo -c debug.c -fPIC -DPIC -o .libs/debug.o
# debug.c:313:14: warning: case value not in enumerated type 'HostTag' [-Wswitch]
# case RPC2_MGRPBYADDRINFO:
# ^
# debug.c:322:14: warning: case value not in enumerated type 'HostTag' [-Wswitch]
# case RPC2_MGRPBYNAME:
# ^
# 2 warnings 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 debug.lo -MD -MP -MF .deps/debug.Tpo -c debug.c -o debug.o >/dev/null 2>&1
# mv -f .deps/debug.Tpo .deps/debug.Plo
# /bin/sh ../libtool --tag=CC --mode=compile clang -DHAVE_CONFIG_H -I. -I.. -I../include -I../include -DRPC2DEBUG -DERRORTR -D_LARGEFILE_SOURCE -D_FILE_OFFSET_BITS=64 -Wall -MT conn.lo -MD -MP -MF .deps/conn.Tpo -c -o conn.lo conn.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 conn.lo -MD -MP -MF .deps/conn.Tpo -c conn.c -fPIC -DPIC -o .libs/conn.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 conn.lo -MD -MP -MF .deps/conn.Tpo -c conn.c -o conn.o >/dev/null 2>&1
# mv -f .deps/conn.Tpo .deps/conn.Plo
# /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 cbuf.lo -MD -MP -MF .deps/cbuf.Tpo -c -o cbuf.lo cbuf.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 cbuf.lo -MD -MP -MF .deps/cbuf.Tpo -c cbuf.c -fPIC -DPIC -o .libs/cbuf.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 cbuf.lo -MD -MP -MF .deps/cbuf.Tpo -c cbuf.c -o cbuf.o >/dev/null 2>&1
# mv -f .deps/cbuf.Tpo .deps/cbuf.Plo
# /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 ffs.lo -MD -MP -MF .deps/ffs.Tpo -c -o ffs.lo ffs.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 ffs.lo -MD -MP -MF .deps/ffs.Tpo -c ffs.c -fPIC -DPIC -o .libs/ffs.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 ffs.lo -MD -MP -MF .deps/ffs.Tpo -c ffs.c -o ffs.o >/dev/null 2>&1
# mv -f .deps/ffs.Tpo .deps/ffs.Plo
# /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 host.lo -MD -MP -MF .deps/host.Tpo -c -o host.lo host.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 host.lo -MD -MP -MF .deps/host.Tpo -c host.c -fPIC -DPIC -o .libs/host.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 host.lo -MD -MP -MF .deps/host.Tpo -c host.c -o host.o >/dev/null 2>&1
# mv -f .deps/host.Tpo .deps/host.Plo
# /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 multi1.lo -MD -MP -MF .deps/multi1.Tpo -c -o multi1.lo multi1.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 multi1.lo -MD -MP -MF .deps/multi1.Tpo -c multi1.c -fPIC -DPIC -o .libs/multi1.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 multi1.lo -MD -MP -MF .deps/multi1.Tpo -c multi1.c -o multi1.o >/dev/null 2>&1
# mv -f .deps/multi1.Tpo .deps/multi1.Plo
# /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 multi2.lo -MD -MP -MF .deps/multi2.Tpo -c -o multi2.lo multi2.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 multi2.lo -MD -MP -MF .deps/multi2.Tpo -c multi2.c -fPIC -DPIC -o .libs/multi2.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 multi2.lo -MD -MP -MF .deps/multi2.Tpo -c multi2.c -o multi2.o >/dev/null 2>&1
# mv -f .deps/multi2.Tpo .deps/multi2.Plo
# /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 multi3.lo -MD -MP -MF .deps/multi3.Tpo -c -o multi3.lo multi3.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 multi3.lo -MD -MP -MF .deps/multi3.Tpo -c multi3.c -fPIC -DPIC -o .libs/multi3.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 multi3.lo -MD -MP -MF .deps/multi3.Tpo -c multi3.c -o multi3.o >/dev/null 2>&1
# mv -f .deps/multi3.Tpo .deps/multi3.Plo
# /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 mkcall.lo -MD -MP -MF .deps/mkcall.Tpo -c -o mkcall.lo mkcall.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 mkcall.lo -MD -MP -MF .deps/mkcall.Tpo -c mkcall.c -fPIC -DPIC -o .libs/mkcall.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 mkcall.lo -MD -MP -MF .deps/mkcall.Tpo -c mkcall.c -o mkcall.o >/dev/null 2>&1
# mv -f .deps/mkcall.Tpo .deps/mkcall.Plo
# /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 stats.lo -MD -MP -MF .deps/stats.Tpo -c -o stats.lo stats.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 stats.lo -MD -MP -MF .deps/stats.Tpo -c stats.c -fPIC -DPIC -o .libs/stats.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 stats.lo -MD -MP -MF .deps/stats.Tpo -c stats.c -o stats.o >/dev/null 2>&1
# mv -f .deps/stats.Tpo .deps/stats.Plo
# /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 errors.lo -MD -MP -MF .deps/errors.Tpo -c -o errors.lo errors.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 errors.lo -MD -MP -MF .deps/errors.Tpo -c errors.c -fPIC -DPIC -o .libs/errors.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 errors.lo -MD -MP -MF .deps/errors.Tpo -c errors.c -o errors.o >/dev/null 2>&1
# mv -f .deps/errors.Tpo .deps/errors.Plo
# /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 dllist.lo -MD -MP -MF .deps/dllist.Tpo -c -o dllist.lo dllist.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 dllist.lo -MD -MP -MF .deps/dllist.Tpo -c dllist.c -fPIC -DPIC -o .libs/dllist.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 dllist.lo -MD -MP -MF .deps/dllist.Tpo -c dllist.c -o dllist.o >/dev/null 2>&1
# mv -f .deps/dllist.Tpo .deps/dllist.Plo
# /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 rpc2_addrinfo.lo -MD -MP -MF .deps/rpc2_addrinfo.Tpo -c -o rpc2_addrinfo.lo rpc2_addrinfo.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 rpc2_addrinfo.lo -MD -MP -MF .deps/rpc2_addrinfo.Tpo -c rpc2_addrinfo.c -fPIC -DPIC -o .libs/rpc2_addrinfo.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 rpc2_addrinfo.lo -MD -MP -MF .deps/rpc2_addrinfo.Tpo -c rpc2_addrinfo.c -o rpc2_addrinfo.o >/dev/null 2>&1
# mv -f .deps/rpc2_addrinfo.Tpo .deps/rpc2_addrinfo.Plo
# /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 compat.lo -MD -MP -MF .deps/compat.Tpo -c -o compat.lo compat.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 compat.lo -MD -MP -MF .deps/compat.Tpo -c compat.c -fPIC -DPIC -o .libs/compat.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 compat.lo -MD -MP -MF .deps/compat.Tpo -c compat.c -o compat.o >/dev/null 2>&1
# mv -f .deps/compat.Tpo .deps/compat.Plo
# /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 lua.lo -MD -MP -MF .deps/lua.Tpo -c -o lua.lo lua.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 lua.lo -MD -MP -MF .deps/lua.Tpo -c lua.c -fPIC -DPIC -o .libs/lua.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 lua.lo -MD -MP -MF .deps/lua.Tpo -c lua.c -o lua.o >/dev/null 2>&1
# mv -f .deps/lua.Tpo .deps/lua.Plo
# /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 delay.lo -MD -MP -MF .deps/delay.Tpo -c -o delay.lo delay.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 delay.lo -MD -MP -MF .deps/delay.Tpo -c delay.c -fPIC -DPIC -o .libs/delay.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 delay.lo -MD -MP -MF .deps/delay.Tpo -c delay.c -o delay.o >/dev/null 2>&1
# mv -f .deps/delay.Tpo .deps/delay.Plo
# /bin/sh ../libtool --tag=CC --mode=link clang -Wall -version-info 9:5:4 -no-undefined -o librpc2.la -rpath /usr/lib rpc2a.lo rpc2b.lo sl.lo packet.lo secure.lo globals.lo se.lo lists.lo ct.lo debug.lo conn.lo cbuf.lo ffs.lo host.lo multi1.lo multi2.lo multi3.lo mkcall.lo stats.lo errors.lo dllist.lo rpc2_addrinfo.lo compat.lo lua.lo delay.lo ../secure/libsecure.la -llwp
# libtool: link: clang -shared .libs/rpc2a.o .libs/rpc2b.o .libs/sl.o .libs/packet.o .libs/secure.o .libs/globals.o .libs/se.o .libs/lists.o .libs/ct.o .libs/debug.o .libs/conn.o .libs/cbuf.o .libs/ffs.o .libs/host.o .libs/multi1.o .libs/multi2.o .libs/multi3.o .libs/mkcall.o .libs/stats.o .libs/errors.o .libs/dllist.o .libs/rpc2_addrinfo.o .libs/compat.o .libs/lua.o .libs/delay.o -Wl,--whole-archive ../secure/.libs/libsecure.a -Wl,--no-whole-archive -llwp -Wl,-soname -Wl,librpc2.so.5 -o .libs/librpc2.so.5.4.5
# libtool: link: (cd ".libs" && rm -f "librpc2.so.5" && ln -s "librpc2.so.5.4.5" "librpc2.so.5")
# libtool: link: (cd ".libs" && rm -f "librpc2.so" && ln -s "librpc2.so.5.4.5" "librpc2.so")
# libtool: link: (cd .libs/librpc2.lax/libsecure.a && ar x "/tmp/rpc2/src/rpc2-2.10/rpc2-src/../secure/.libs/libsecure.a")
# libtool: link: ar cru .libs/librpc2.a rpc2a.o rpc2b.o sl.o packet.o secure.o globals.o se.o lists.o ct.o debug.o conn.o cbuf.o ffs.o host.o multi1.o multi2.o multi3.o mkcall.o stats.o errors.o dllist.o rpc2_addrinfo.o compat.o lua.o delay.o .libs/librpc2.lax/libsecure.a/secure_init.o .libs/librpc2.lax/libsecure.a/secure_setup.o .libs/librpc2.lax/libsecure.a/secure_pbkdf.o .libs/librpc2.lax/libsecure.a/secure_aes.o .libs/librpc2.lax/libsecure.a/secure_random.o .libs/librpc2.lax/libsecure.a/secure_recvfrom.o .libs/librpc2.lax/libsecure.a/secure_sendto.o .libs/librpc2.lax/libsecure.a/auth_none.o .libs/librpc2.lax/libsecure.a/auth_aes_xcbc.o .libs/librpc2.lax/libsecure.a/encr_null.o .libs/librpc2.lax/libsecure.a/encr_aes_cbc.o .libs/librpc2.lax/libsecure.a/encr_aes_ccm.o .libs/librpc2.lax/libsecure.a/rijndael-alg-fst.o
# ar: `u' modifier ignored since `D' is the default (see `U')
# libtool: link: ranlib .libs/librpc2.a
# libtool: link: rm -fr .libs/librpc2.lax
# libtool: link: ( cd ".libs" && rm -f "librpc2.la" && ln -s "../librpc2.la" "librpc2.la" )
# /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 sftp1.lo -MD -MP -MF .deps/sftp1.Tpo -c -o sftp1.lo sftp1.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 sftp1.lo -MD -MP -MF .deps/sftp1.Tpo -c sftp1.c -fPIC -DPIC -o .libs/sftp1.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 sftp1.lo -MD -MP -MF .deps/sftp1.Tpo -c sftp1.c -o sftp1.o >/dev/null 2>&1
# mv -f .deps/sftp1.Tpo .deps/sftp1.Plo
# /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 sftp2.lo -MD -MP -MF .deps/sftp2.Tpo -c -o sftp2.lo sftp2.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 sftp2.lo -MD -MP -MF .deps/sftp2.Tpo -c sftp2.c -fPIC -DPIC -o .libs/sftp2.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 sftp2.lo -MD -MP -MF .deps/sftp2.Tpo -c sftp2.c -o sftp2.o >/dev/null 2>&1
# mv -f .deps/sftp2.Tpo .deps/sftp2.Plo
# /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 sftp3.lo -MD -MP -MF .deps/sftp3.Tpo -c -o sftp3.lo sftp3.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 sftp3.lo -MD -MP -MF .deps/sftp3.Tpo -c sftp3.c -fPIC -DPIC -o .libs/sftp3.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 sftp3.lo -MD -MP -MF .deps/sftp3.Tpo -c sftp3.c -o sftp3.o >/dev/null 2>&1
# mv -f .deps/sftp3.Tpo .deps/sftp3.Plo
# /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 sftp4.lo -MD -MP -MF .deps/sftp4.Tpo -c -o sftp4.lo sftp4.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 sftp4.lo -MD -MP -MF .deps/sftp4.Tpo -c sftp4.c -fPIC -DPIC -o .libs/sftp4.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 sftp4.lo -MD -MP -MF .deps/sftp4.Tpo -c sftp4.c -o sftp4.o >/dev/null 2>&1
# mv -f .deps/sftp4.Tpo .deps/sftp4.Plo
# /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 sftp5.lo -MD -MP -MF .deps/sftp5.Tpo -c -o sftp5.lo sftp5.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 sftp5.lo -MD -MP -MF .deps/sftp5.Tpo -c sftp5.c -fPIC -DPIC -o .libs/sftp5.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 sftp5.lo -MD -MP -MF .deps/sftp5.Tpo -c sftp5.c -o sftp5.o >/dev/null 2>&1
# mv -f .deps/sftp5.Tpo .deps/sftp5.Plo
# /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 sftp6.lo -MD -MP -MF .deps/sftp6.Tpo -c -o sftp6.lo sftp6.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 sftp6.lo -MD -MP -MF .deps/sftp6.Tpo -c sftp6.c -fPIC -DPIC -o .libs/sftp6.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 sftp6.lo -MD -MP -MF .deps/sftp6.Tpo -c sftp6.c -o sftp6.o >/dev/null 2>&1
# mv -f .deps/sftp6.Tpo .deps/sftp6.Plo
# /bin/sh ../libtool --tag=CC --mode=link clang -Wall -version-info 9:5:4 -no-undefined -o libse.la -rpath /usr/lib sftp1.lo sftp2.lo sftp3.lo sftp4.lo sftp5.lo sftp6.lo librpc2.la -llwp
# libtool: link: clang -shared .libs/sftp1.o .libs/sftp2.o .libs/sftp3.o .libs/sftp4.o .libs/sftp5.o .libs/sftp6.o -Wl,-rpath -Wl,/tmp/rpc2/src/rpc2-2.10/rpc2-src/.libs ./.libs/librpc2.so -llwp -Wl,-soname -Wl,libse.so.5 -o .libs/libse.so.5.4.5
# libtool: link: (cd ".libs" && rm -f "libse.so.5" && ln -s "libse.so.5.4.5" "libse.so.5")
# libtool: link: (cd ".libs" && rm -f "libse.so" && ln -s "libse.so.5.4.5" "libse.so")
# libtool: link: ar cru .libs/libse.a sftp1.o sftp2.o sftp3.o sftp4.o sftp5.o sftp6.o
# ar: `u' modifier ignored since `D' is the default (see `U')
# libtool: link: ranlib .libs/libse.a
# libtool: link: ( cd ".libs" && rm -f "libse.la" && ln -s "../libse.la" "libse.la" )
# clang -DHAVE_CONFIG_H -I. -I.. -I../include -I../include -DRPC2DEBUG -DERRORTR -D_LARGEFILE_SOURCE -D_FILE_OFFSET_BITS=64 -Wall -MT ctest.o -MD -MP -MF .deps/ctest.Tpo -c -o ctest.o ctest.c
# mv -f .deps/ctest.Tpo .deps/ctest.Po
# /bin/sh ../libtool --tag=CC --mode=link clang -Wall -o ctest ctest.o librpc2.la libse.la -llwp
# libtool: link: clang -Wall -o .libs/ctest ctest.o ./.libs/librpc2.so ./.libs/libse.so -llwp
# clang -DHAVE_CONFIG_H -I. -I.. -I../include -I../include -DRPC2DEBUG -DERRORTR -D_LARGEFILE_SOURCE -D_FILE_OFFSET_BITS=64 -Wall -MT stest.o -MD -MP -MF .deps/stest.Tpo -c -o stest.o stest.c
# stest.c:97:5: error: first parameter of 'main' (argument count) must be of type 'int'
# int main(argc, argv)
# ^
# stest.c:126:20: warning: cast to 'void *' from smaller integer type 'int' [-Wint-to-void-pointer-cast]
# HandleRequests((void *)numLWPs);
# ^
# stest.c:173:7: warning: cast to 'void *' from smaller integer type 'int' [-Wint-to-void-pointer-cast]
# (void *)numLWPs, "server", &pids[numLWPs]);
# ^
# 2 warnings and 1 error generated.
# make[2]: *** [Makefile:419: stest.o] Error 1
# 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 = 408f09f93f22
# 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: /usr/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 /usr/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.0 (tags/RELEASE_380/final)
# Target: x86_64-unknown-linux-gnu
# Thread model: posix
# InstalledDir: /usr/bin
# configure:3239: $? = 0
# configure:3228: clang -v >&5
# clang version 3.8.0 (tags/RELEASE_380/final)
# Target: x86_64-unknown-linux-gnu
# Thread model: posix
# InstalledDir: /usr/bin
# Found candidate GCC installation: /usr/bin/../lib/gcc/x86_64-pc-linux-gnu/6.1.1
# Found candidate GCC installation: /usr/bin/../lib64/gcc/x86_64-pc-linux-gnu/6.1.1
# Found candidate GCC installation: /usr/lib/gcc/x86_64-pc-linux-gnu/6.1.1
# Found candidate GCC installation: /usr/lib64/gcc/x86_64-pc-linux-gnu/6.1.1
# Selected GCC installation: /usr/bin/../lib64/gcc/x86_64-pc-linux-gnu/6.1.1
# Candidate multilib: .;@m64
# ... rest of stderr output deleted ...
# 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
# /usr/bin/../lib64/gcc/x86_64-pc-linux-gnu/6.1.1/../../../../lib64/crt1.o: In function `_start':
# (.text+0x20): 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
# /usr/bin/../lib64/gcc/x86_64-pc-linux-gnu/6.1.1/../../../../lib64/libfl.so: undefined reference to `yylex'
# 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
# /usr/bin/ld: cannot find -ll
# 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
# /usr/bin/../lib64/gcc/x86_64-pc-linux-gnu/6.1.1/../../../../lib64/crt1.o: In function `_start':
# (.text+0x20): 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: /usr/bin/ld
# configure:4855: checking if the linker (/usr/bin/ld) is GNU ld
# configure:4870: result: yes
# configure:4882: checking for BSD- or MS-compatible name lister (nm)
# configure:4931: result: /usr/bin/nm -B
# configure:5049: checking the name lister (/usr/bin/nm -B) interface
# configure:5056: clang -c conftest.c >&5
# configure:5059: /usr/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 /usr/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 /usr/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 /usr/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 /usr/bin/ranlib
# configure:5898: result: ranlib
# configure:5988: checking command to parse /usr/bin/nm -B output from clang object
# configure:6106: clang -c conftest.c >&5
# configure:6109: $? = 0
# configure:6113: /usr/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: yes
# 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 (/usr/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-18920d.o: In function `main':
# conftest.c:(.text+0x12): 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
# configure:11347: $? = 0
# configure:11364: result: -lncurses
# configure:11373: checking for main in -lreadline
# configure:11392: clang -o conftest conftest.c -lreadline -lncurses >&5
# configure:11392: $? = 0
# configure:11401: result: yes
# configure:11415: checking for rl_completion_matches in -lreadline
# configure:11440: clang -o conftest conftest.c -lreadline -lncurses >&5
# configure:11440: $? = 0
# configure:11449: result: yes
# 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:57: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/"
# | #define HAVE_RL_COMPLETION_MATCHES 1
# | /* 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:24: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/"
# | #define HAVE_RL_COMPLETION_MATCHES 1
# | /* 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:33: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_RL_COMPLETION_MATCHES 1
# | #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:34: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_RL_COMPLETION_MATCHES 1
# | #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:35: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_RL_COMPLETION_MATCHES 1
# | #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-5b8dae.o: In function `main':
# conftest.c:(.text+0x12): 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_RL_COMPLETION_MATCHES 1
# | #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-1398e6.o: In function `main':
# conftest.c:(.text+0x12): 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_RL_COMPLETION_MATCHES 1
# | #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:42:9: error: unknown type name 'not'
# not a universal capable compiler
# ^
# conftest.c:42: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_RL_COMPLETION_MATCHES 1
# | #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:48: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_RL_COMPLETION_MATCHES 1
# | #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 408f09f93f22
#
# config.status:1117: creating Makefile
# config.status:1117: creating include/Makefile
# config.status:1117: creating secure/Makefile
# config.status:1117: creating rpc2-src/Makefile
# config.status:1117: creating rp2gen/Makefile
# config.status:1117: creating scripts/Makefile
# config.status:1117: creating rpc2.pc
# config.status:1117: creating rpc2-uninstalled.pc
# config.status:1117: creating pkgs/pkg-bsd.sh
# config.status:1117: creating pkgs/rpc2.spec
# config.status:1117: creating debian/changelog
# config.status:1117: creating config.h
# config.status:1337: executing depfiles commands
# config.status:1337: 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=yes
# ac_cv_lib_readline_rl_completion_matches=yes
# 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=-lncurses
# 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=/usr/bin/ld
# lt_cv_path_NM='/usr/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=yes
# 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='Thu, 13 Apr 2017 16:33:05 +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='/usr/bin/ld -m elf_x86_64'
# LDFLAGS=''
# LEX='flex'
# LEXLIB=''
# LEX_OUTPUT_ROOT='lex.yy'
# LIBOBJS=''
# LIBREADLINE='-lreadline'
# LIBS=''
# LIBTERMCAP='-lncurses '
# 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='/usr/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_RL_COMPLETION_MATCHES 1
# #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