Build of libtirpc with clang_glibc toolchain

The build took 00h 01m 44s and was SUCCESSFUL.

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

SLOCLanguage
19,495 ansic
11,285 sh
2,664 makefile
33,444 total

The process tree of the build process is here.

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: libtirpc 1.0.1-2 (Thu Apr 13 20:55:35 UTC 2017)
# ==> Checking runtime dependencies...
# ==> Checking buildtime dependencies...
# ==> WARNING: Using existing $srcdir/ tree
# ==> Starting build()...
# 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 whether make supports nested variables... yes
# checking whether make supports nested variables... (cached) 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 whether clang understands -c and -o together... yes
# 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 grep that handles long lines and -e... /usr/bin/grep
# checking for egrep... /usr/bin/grep -E
# checking for ANSI C header files... yes
# checking for sys/types.h... yes
# checking for sys/stat.h... yes
# checking for stdlib.h... yes
# checking for string.h... yes
# checking for memory.h... yes
# checking for strings.h... yes
# checking for inttypes.h... yes
# checking for stdint.h... yes
# checking for unistd.h... yes
# checking gssapi/gssapi.h usability... yes
# checking gssapi/gssapi.h presence... yes
# checking for gssapi/gssapi.h... yes
# checking for x86_64-unknown-linux-krb5-config... no
# checking for krb5-config... krb5-config
# checking build system type... x86_64-unknown-linux-gnu
# checking host system type... x86_64-unknown-linux-gnu
# checking how to print strings... printf
# checking for a sed that does not truncate output... /usr/bin/sed
# 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 how to convert x86_64-unknown-linux-gnu file names to x86_64-unknown-linux-gnu format... func_convert_file_noop
# checking how to convert x86_64-unknown-linux-gnu file names to toolchain format... func_convert_file_noop
# 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-dlltool... no
# checking for dlltool... no
# checking how to associate runtime and link libraries... printf %s\n
# checking for x86_64-unknown-linux-ar... no
# checking for ar... ar
# checking for archiver @FILE support... @
# 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 sysroot... no
# checking for x86_64-unknown-linux-mt... no
# checking for mt... no
# checking if : is a manifest tool... no
# 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 dirent.h that defines DIR... yes
# checking for library containing opendir... none required
# checking arpa/inet.h usability... yes
# checking arpa/inet.h presence... yes
# checking for arpa/inet.h... yes
# checking fcntl.h usability... yes
# checking fcntl.h presence... yes
# checking for fcntl.h... yes
# checking libintl.h usability... yes
# checking libintl.h presence... yes
# checking for libintl.h... yes
# checking limits.h usability... yes
# checking limits.h presence... yes
# checking for limits.h... yes
# checking locale.h usability... yes
# checking locale.h presence... yes
# checking for locale.h... yes
# checking netdb.h usability... yes
# checking netdb.h presence... yes
# checking for netdb.h... yes
# checking netinet/in.h usability... yes
# checking netinet/in.h presence... yes
# checking for netinet/in.h... yes
# checking stddef.h usability... yes
# checking stddef.h presence... yes
# checking for stddef.h... yes
# checking for stdint.h... (cached) yes
# checking for stdlib.h... (cached) yes
# checking for string.h... (cached) yes
# checking sys/ioctl.h usability... yes
# checking sys/ioctl.h presence... yes
# checking for sys/ioctl.h... yes
# checking sys/param.h usability... yes
# checking sys/param.h presence... yes
# checking for sys/param.h... yes
# checking sys/socket.h usability... yes
# checking sys/socket.h presence... yes
# checking for sys/socket.h... yes
# checking sys/time.h usability... yes
# checking sys/time.h presence... yes
# checking for sys/time.h... yes
# checking syslog.h usability... yes
# checking syslog.h presence... yes
# checking for syslog.h... yes
# checking for unistd.h... (cached) yes
# checking features.h usability... yes
# checking features.h presence... yes
# checking for features.h... yes
# checking gssapi/gssapi_ext.h usability... yes
# checking gssapi/gssapi_ext.h presence... yes
# checking for gssapi/gssapi_ext.h... yes
# checking for pthread_create in -lpthread... yes
# checking for getrpcbyname... yes
# checking for getrpcbynumber... yes
# checking for setrpcent... yes
# checking for endrpcent... yes
# checking for getrpcent... yes
# checking that generated files are newer than configure... done
# configure: creating ./config.status
# config.status: creating Makefile
# config.status: creating src/Makefile
# config.status: creating man/Makefile
# config.status: creating doc/Makefile
# config.status: creating libtirpc.pc
# config.status: creating config.h
# config.status: executing depfiles commands
# config.status: executing libtool commands
# make all-recursive
# make[1]: Entering directory '/tmp/libtirpc/src/libtirpc-1.0.1'
# Making all in src
# make[2]: Entering directory '/tmp/libtirpc/src/libtirpc-1.0.1/src'
# CC libtirpc_la-auth_none.lo
# CC libtirpc_la-auth_unix.lo
# CC libtirpc_la-authunix_prot.lo
# CC libtirpc_la-bindresvport.lo
# CC libtirpc_la-clnt_bcast.lo
# CC libtirpc_la-clnt_dg.lo
# CC libtirpc_la-clnt_generic.lo
# CC libtirpc_la-clnt_perror.lo
# CC libtirpc_la-clnt_raw.lo
# CC libtirpc_la-clnt_simple.lo
# CC libtirpc_la-clnt_vc.lo
# clnt_vc.c:92:24: warning: field 'cmsg' with variable sized type 'struct cmsghdr' not at the end of a struct or class is a GNU extension [-Wgnu-variable-sized-type-not-at-end]
# struct cmsghdr cmsg;
# ^
# clnt_vc.c:149:19: warning: unused variable 'clnt_read_vc_str' [-Wunused-const-variable]
# static const char clnt_read_vc_str[] = "read_vc";
# ^
# 2 warnings generated.
# CC libtirpc_la-rpc_dtablesize.lo
# CC libtirpc_la-getnetconfig.lo
# CC libtirpc_la-getnetpath.lo
# CC libtirpc_la-getrpcent.lo
# CC libtirpc_la-getrpcport.lo
# CC libtirpc_la-mt_misc.lo
# CC libtirpc_la-pmap_clnt.lo
# CC libtirpc_la-pmap_getmaps.lo
# CC libtirpc_la-pmap_getport.lo
# CC libtirpc_la-pmap_prot.lo
# CC libtirpc_la-pmap_prot2.lo
# CC libtirpc_la-pmap_rmt.lo
# CC libtirpc_la-rpc_prot.lo
# CC libtirpc_la-rpc_commondata.lo
# CC libtirpc_la-rpc_callmsg.lo
# CC libtirpc_la-rpc_generic.lo
# CC libtirpc_la-rpc_soc.lo
# CC libtirpc_la-rpcb_clnt.lo
# CC libtirpc_la-rpcb_prot.lo
# CC libtirpc_la-rpcb_st_xdr.lo
# CC libtirpc_la-svc.lo
# CC libtirpc_la-svc_auth.lo
# CC libtirpc_la-svc_dg.lo
# CC libtirpc_la-svc_auth_unix.lo
# CC libtirpc_la-svc_auth_none.lo
# CC libtirpc_la-svc_auth_des.lo
# CC libtirpc_la-svc_generic.lo
# CC libtirpc_la-svc_raw.lo
# CC libtirpc_la-svc_run.lo
# CC libtirpc_la-svc_simple.lo
# CC libtirpc_la-svc_vc.lo
# CC libtirpc_la-getpeereid.lo
# CC libtirpc_la-auth_time.lo
# CC libtirpc_la-auth_des.lo
# CC libtirpc_la-authdes_prot.lo
# CC libtirpc_la-debug.lo
# CC libtirpc_la-xdr.lo
# CC libtirpc_la-xdr_rec.lo
# CC libtirpc_la-xdr_array.lo
# CC libtirpc_la-xdr_float.lo
# CC libtirpc_la-xdr_mem.lo
# CC libtirpc_la-xdr_reference.lo
# CC libtirpc_la-xdr_stdio.lo
# CC libtirpc_la-xdr_sizeof.lo
# CC libtirpc_la-auth_gss.lo
# CC libtirpc_la-authgss_prot.lo
# CC libtirpc_la-svc_auth_gss.lo
# CC libtirpc_la-rpc_gss_utils.lo
# CC libtirpc_la-key_call.lo
# CC libtirpc_la-key_prot_xdr.lo
# CC libtirpc_la-getpublickey.lo
# getpublickey.c:167:30: warning: passing 'const char *' to parameter of type 'char *' discards qualifiers [-Wincompatible-pointer-types-discards-qualifiers]
# return(__getpublickey_real(netname, publickey));
# ^~~~~~~
# 1 warning generated.
# CC libtirpc_la-netname.lo
# CC libtirpc_la-netnamer.lo
# CC libtirpc_la-rpcdname.lo
# CC libtirpc_la-rtime.lo
# CCLD libtirpc.la
# ar: `u' modifier ignored since `D' is the default (see `U')
# make[2]: Leaving directory '/tmp/libtirpc/src/libtirpc-1.0.1/src'
# Making all in man
# make[2]: Entering directory '/tmp/libtirpc/src/libtirpc-1.0.1/man'
# make[2]: Nothing to be done for 'all'.
# make[2]: Leaving directory '/tmp/libtirpc/src/libtirpc-1.0.1/man'
# Making all in doc
# make[2]: Entering directory '/tmp/libtirpc/src/libtirpc-1.0.1/doc'
# make[2]: Nothing to be done for 'all'.
# make[2]: Leaving directory '/tmp/libtirpc/src/libtirpc-1.0.1/doc'
# make[2]: Entering directory '/tmp/libtirpc/src/libtirpc-1.0.1'
# make[2]: Leaving directory '/tmp/libtirpc/src/libtirpc-1.0.1'
# make[1]: Leaving directory '/tmp/libtirpc/src/libtirpc-1.0.1'
# ==> Entering fakeroot environment...
# ==> Starting package()...
# Making install in src
# make[1]: Entering directory '/tmp/libtirpc/src/libtirpc-1.0.1/src'
# make[2]: Entering directory '/tmp/libtirpc/src/libtirpc-1.0.1/src'
# /usr/bin/mkdir -p '/tmp/libtirpc/pkg/libtirpc/usr/lib'
# /bin/sh ../libtool --mode=install /usr/bin/install -c libtirpc.la '/tmp/libtirpc/pkg/libtirpc/usr/lib'
# libtool: install: /usr/bin/install -c .libs/libtirpc.so.3.0.0 /tmp/libtirpc/pkg/libtirpc/usr/lib/libtirpc.so.3.0.0
# libtool: install: (cd /tmp/libtirpc/pkg/libtirpc/usr/lib && { ln -s -f libtirpc.so.3.0.0 libtirpc.so.3 || { rm -f libtirpc.so.3 && ln -s libtirpc.so.3.0.0 libtirpc.so.3; }; })
# libtool: install: (cd /tmp/libtirpc/pkg/libtirpc/usr/lib && { ln -s -f libtirpc.so.3.0.0 libtirpc.so || { rm -f libtirpc.so && ln -s libtirpc.so.3.0.0 libtirpc.so; }; })
# libtool: install: /usr/bin/install -c .libs/libtirpc.lai /tmp/libtirpc/pkg/libtirpc/usr/lib/libtirpc.la
# libtool: install: /usr/bin/install -c .libs/libtirpc.a /tmp/libtirpc/pkg/libtirpc/usr/lib/libtirpc.a
# libtool: install: chmod 644 /tmp/libtirpc/pkg/libtirpc/usr/lib/libtirpc.a
# libtool: install: ranlib /tmp/libtirpc/pkg/libtirpc/usr/lib/libtirpc.a
# libtool: install: warning: remember to run `libtool --finish /usr/lib'
# make[2]: Nothing to be done for 'install-data-am'.
# make[2]: Leaving directory '/tmp/libtirpc/src/libtirpc-1.0.1/src'
# make[1]: Leaving directory '/tmp/libtirpc/src/libtirpc-1.0.1/src'
# Making install in man
# make[1]: Entering directory '/tmp/libtirpc/src/libtirpc-1.0.1/man'
# make[2]: Entering directory '/tmp/libtirpc/src/libtirpc-1.0.1/man'
# make[2]: Nothing to be done for 'install-exec-am'.
# /usr/bin/mkdir -p '/tmp/libtirpc/pkg/libtirpc/usr/share/man/man3'
# /usr/bin/install -c -m 644 getrpcent.3t getrpcport.3t getnetconfig.3t getnetpath.3t bindresvport.3t rpc.3t rpc_xdr.3t des_crypt.3t rpc_soc.3t rpc_secure.3t rtime.3t rpc_clnt_auth.3t rpc_clnt_calls.3t rpc_clnt_create.3t rpcbind.3t rpc_svc_calls.3t rpc_svc_create.3t rpc_svc_err.3t rpc_svc_reg.3t rpcsec_gss.3t rpc_gss_get_error.3t rpc_gss_get_mechanisms.3t rpc_gss_get_mech_info.3t rpc_gss_get_versions.3t rpc_gss_is_installed.3t rpc_gss_mech_to_oid.3t rpc_gss_qop_to_num.3t rpc_gss_max_data_length.3t rpc_gss_seccreate.3t rpc_gss_set_defaults.3t rpc_gss_getcred.3t rpc_gss_get_principal_name.3t rpc_gss_set_callback.3t rpc_gss_set_svc_name.3t rpc_gss_svc_max_data_length.3t '/tmp/libtirpc/pkg/libtirpc/usr/share/man/man3'
# /usr/bin/mkdir -p '/tmp/libtirpc/pkg/libtirpc/usr/share/man/man5'
# /usr/bin/install -c -m 644 netconfig.5 '/tmp/libtirpc/pkg/libtirpc/usr/share/man/man5'
# make[2]: Leaving directory '/tmp/libtirpc/src/libtirpc-1.0.1/man'
# make[1]: Leaving directory '/tmp/libtirpc/src/libtirpc-1.0.1/man'
# Making install in doc
# make[1]: Entering directory '/tmp/libtirpc/src/libtirpc-1.0.1/doc'
# make[2]: Entering directory '/tmp/libtirpc/src/libtirpc-1.0.1/doc'
# /usr/bin/mkdir -p '/tmp/libtirpc/pkg/libtirpc/etc'
# /usr/bin/install -c -m 644 netconfig '/tmp/libtirpc/pkg/libtirpc/etc'
# make[2]: Nothing to be done for 'install-data-am'.
# make[2]: Leaving directory '/tmp/libtirpc/src/libtirpc-1.0.1/doc'
# make[1]: Leaving directory '/tmp/libtirpc/src/libtirpc-1.0.1/doc'
# make[1]: Entering directory '/tmp/libtirpc/src/libtirpc-1.0.1'
# make[2]: Entering directory '/tmp/libtirpc/src/libtirpc-1.0.1'
# make[2]: Nothing to be done for 'install-exec-am'.
# /usr/bin/mkdir -p '/tmp/libtirpc/pkg/libtirpc/usr/include'
# /usr/bin/mkdir -p '/tmp/libtirpc/pkg/libtirpc/usr/include/tirpc/rpcsvc'
# /usr/bin/install -c -m 644 tirpc/rpcsvc/crypt.x tirpc/rpcsvc/crypt.h '/tmp/libtirpc/pkg/libtirpc/usr/include/tirpc/rpcsvc'
# /usr/bin/mkdir -p '/tmp/libtirpc/pkg/libtirpc/usr/include/tirpc'
# /usr/bin/install -c -m 644 tirpc/netconfig.h '/tmp/libtirpc/pkg/libtirpc/usr/include/tirpc'
# /usr/bin/mkdir -p '/tmp/libtirpc/pkg/libtirpc/usr/include/tirpc/rpc'
# /usr/bin/install -c -m 644 tirpc/rpc/xdr.h tirpc/rpc/types.h tirpc/rpc/svc_soc.h tirpc/rpc/svc.h tirpc/rpc/svc_dg.h tirpc/rpc/svc_auth.h tirpc/rpc/svc_mt.h tirpc/rpc/rpc_msg.h tirpc/rpc/rpc.h tirpc/rpc/rpcent.h tirpc/rpc/rpc_com.h tirpc/rpc/rpcb_prot.x tirpc/rpc/rpcb_prot.h tirpc/rpc/rpcb_clnt.h tirpc/rpc/raw.h tirpc/rpc/pmap_rmt.h tirpc/rpc/pmap_prot.h tirpc/rpc/pmap_clnt.h tirpc/rpc/nettype.h tirpc/rpc/key_prot.h tirpc/rpc/des.h tirpc/rpc/des_crypt.h tirpc/rpc/clnt_stat.h tirpc/rpc/clnt_soc.h tirpc/rpc/clnt.h tirpc/rpc/auth_unix.h tirpc/rpc/auth_des.h tirpc/rpc/auth.h tirpc/rpc/rpcsec_gss.h tirpc/rpc/auth_gss.h tirpc/rpc/svc_auth_gss.h '/tmp/libtirpc/pkg/libtirpc/usr/include/tirpc/rpc'
# /usr/bin/mkdir -p '/tmp/libtirpc/pkg/libtirpc/usr/lib/pkgconfig'
# /usr/bin/install -c -m 644 libtirpc.pc '/tmp/libtirpc/pkg/libtirpc/usr/lib/pkgconfig'
# make[2]: Leaving directory '/tmp/libtirpc/src/libtirpc-1.0.1'
# make[1]: Leaving directory '/tmp/libtirpc/src/libtirpc-1.0.1'
# ==> Tidying install...
# -> Removing doc files...
# -> Purging unwanted files...
# ==> Checking for packaging issue...
# ==> Creating package "libtirpc"...
# -> Generating .PKGINFO file...
# -> Generating .BUILDINFO file...
# error: invalid option '--noprogressbar'
# -> Generating .MTREE file...
# -> Compressing package...
# ==> Leaving fakeroot environment.
# ==> Finished making: libtirpc 1.0.1-2 (Thu Apr 13 20:56:04 UTC 2017)

CMD: pacman --query --file libtirpc-1.0.1-2-x86_64.pkg.tar.xz
# libtirpc 1.0.1-2

Creating hybrid package for 'libtirpc'

Trying to find vanilla package 'libtirpc'...

CMD: pacman --query --file /mirror/libtirpc-1.0.1-2.pkg.tar.xz
# libtirpc 1.0.1-2

Package file has the following structure:
# /.PKGINFO
# /.MTREE
# /etc/netconfig
# /usr/lib/libtirpc.so.3.0.0
# /usr/lib/libtirpc.so.3
# /usr/lib/libtirpc.so
# /usr/lib/pkgconfig/libtirpc.pc
# /usr/share/man/man3/rpc_gss_max_data_length.3t.gz
# /usr/share/man/man3/rpc_gss_get_error.3t.gz
# /usr/share/man/man3/rpc_gss_get_versions.3t.gz
# /usr/share/man/man3/rpc_gss_getcred.3t.gz
# /usr/share/man/man3/rpc_xdr.3t.gz
# /usr/share/man/man3/rpc_clnt_auth.3t.gz
# /usr/share/man/man3/rpcbind.3t.gz
# /usr/share/man/man3/des_crypt.3t.gz
# /usr/share/man/man3/rpc_gss_qop_to_num.3t.gz
# /usr/share/man/man3/getnetconfig.3t.gz
# /usr/share/man/man3/getrpcent.3t.gz
# /usr/share/man/man3/rpc.3t.gz
# /usr/share/man/man3/rpc_gss_get_principal_name.3t.gz
# /usr/share/man/man3/rpc_secure.3t.gz
# /usr/share/man/man3/rpc_clnt_calls.3t.gz
# /usr/share/man/man3/bindresvport.3t.gz
# /usr/share/man/man3/rpc_gss_seccreate.3t.gz
# /usr/share/man/man3/rpc_gss_set_callback.3t.gz
# /usr/share/man/man3/rpc_gss_set_svc_name.3t.gz
# /usr/share/man/man3/rpc_gss_get_mechanisms.3t.gz
# /usr/share/man/man3/rpc_soc.3t.gz
# /usr/share/man/man3/rpc_gss_mech_to_oid.3t.gz
# /usr/share/man/man3/getnetpath.3t.gz
# /usr/share/man/man3/rpc_gss_set_defaults.3t.gz
# /usr/share/man/man3/rpc_svc_err.3t.gz
# /usr/share/man/man3/rtime.3t.gz
# /usr/share/man/man3/rpc_svc_create.3t.gz
# /usr/share/man/man3/rpc_gss_is_installed.3t.gz
# /usr/share/man/man3/rpcsec_gss.3t.gz
# /usr/share/man/man3/rpc_gss_get_mech_info.3t.gz
# /usr/share/man/man3/rpc_gss_svc_max_data_length.3t.gz
# /usr/share/man/man3/rpc_svc_calls.3t.gz
# /usr/share/man/man3/rpc_svc_reg.3t.gz
# /usr/share/man/man3/getrpcport.3t.gz
# /usr/share/man/man3/rpc_clnt_create.3t.gz
# /usr/share/man/man5/netconfig.5.gz
# /usr/share/licenses/libtirpc/LICENSE
# /usr/include/tirpc/netconfig.h
# /usr/include/tirpc/rpcsvc/crypt.h
# /usr/include/tirpc/rpcsvc/crypt.x
# /usr/include/tirpc/rpc/nettype.h
# /usr/include/tirpc/rpc/clnt_stat.h
# /usr/include/tirpc/rpc/types.h
# /usr/include/tirpc/rpc/rpcb_clnt.h
# /usr/include/tirpc/rpc/des_crypt.h
# /usr/include/tirpc/rpc/rpcsec_gss.h
# /usr/include/tirpc/rpc/auth_unix.h
# /usr/include/tirpc/rpc/svc_auth_gss.h
# /usr/include/tirpc/rpc/auth.h
# /usr/include/tirpc/rpc/rpcb_prot.x
# /usr/include/tirpc/rpc/svc_mt.h
# /usr/include/tirpc/rpc/rpcb_prot.h
# /usr/include/tirpc/rpc/pmap_clnt.h
# /usr/include/tirpc/rpc/clnt_soc.h
# /usr/include/tirpc/rpc/svc.h
# /usr/include/tirpc/rpc/key_prot.h
# /usr/include/tirpc/rpc/raw.h
# /usr/include/tirpc/rpc/clnt.h
# /usr/include/tirpc/rpc/pmap_rmt.h
# /usr/include/tirpc/rpc/rpc_com.h
# /usr/include/tirpc/rpc/rpc_msg.h
# /usr/include/tirpc/rpc/xdr.h
# /usr/include/tirpc/rpc/des.h
# /usr/include/tirpc/rpc/rpcent.h
# /usr/include/tirpc/rpc/svc_auth.h
# /usr/include/tirpc/rpc/auth_des.h
# /usr/include/tirpc/rpc/rpc.h
# /usr/include/tirpc/rpc/svc_soc.h
# /usr/include/tirpc/rpc/svc_dg.h
# /usr/include/tirpc/rpc/auth_gss.h
# /usr/include/tirpc/rpc/pmap_prot.h
# /sysroot/usr/lib/libtirpc.so.3.0.0
# /sysroot/usr/lib/libtirpc.so.3
# /sysroot/usr/lib/libtirpc.so
# /sysroot/usr/lib/libtirpc.la
# /sysroot/usr/lib/libtirpc.a
# /sysroot/usr/lib/pkgconfig/libtirpc.pc
# /sysroot/usr/include/tirpc/netconfig.h
# /sysroot/usr/include/tirpc/rpcsvc/crypt.x
# /sysroot/usr/include/tirpc/rpcsvc/crypt.h
# /sysroot/usr/include/tirpc/rpc/xdr.h
# /sysroot/usr/include/tirpc/rpc/types.h
# /sysroot/usr/include/tirpc/rpc/svc_soc.h
# /sysroot/usr/include/tirpc/rpc/svc.h
# /sysroot/usr/include/tirpc/rpc/svc_dg.h
# /sysroot/usr/include/tirpc/rpc/svc_auth.h
# /sysroot/usr/include/tirpc/rpc/svc_mt.h
# /sysroot/usr/include/tirpc/rpc/rpc_msg.h
# /sysroot/usr/include/tirpc/rpc/rpc.h
# /sysroot/usr/include/tirpc/rpc/rpcent.h
# /sysroot/usr/include/tirpc/rpc/rpc_com.h
# /sysroot/usr/include/tirpc/rpc/rpcb_prot.x
# /sysroot/usr/include/tirpc/rpc/rpcb_prot.h
# /sysroot/usr/include/tirpc/rpc/rpcb_clnt.h
# /sysroot/usr/include/tirpc/rpc/raw.h
# /sysroot/usr/include/tirpc/rpc/pmap_rmt.h
# /sysroot/usr/include/tirpc/rpc/pmap_prot.h
# /sysroot/usr/include/tirpc/rpc/pmap_clnt.h
# /sysroot/usr/include/tirpc/rpc/nettype.h
# /sysroot/usr/include/tirpc/rpc/key_prot.h
# /sysroot/usr/include/tirpc/rpc/des.h
# /sysroot/usr/include/tirpc/rpc/des_crypt.h
# /sysroot/usr/include/tirpc/rpc/clnt_stat.h
# /sysroot/usr/include/tirpc/rpc/clnt_soc.h
# /sysroot/usr/include/tirpc/rpc/clnt.h
# /sysroot/usr/include/tirpc/rpc/auth_unix.h
# /sysroot/usr/include/tirpc/rpc/auth_des.h
# /sysroot/usr/include/tirpc/rpc/auth.h
# /sysroot/usr/include/tirpc/rpc/rpcsec_gss.h
# /sysroot/usr/include/tirpc/rpc/auth_gss.h
# /sysroot/usr/include/tirpc/rpc/svc_auth_gss.h

Generating .MTREE

CMD: bsdtar -czf .MTREE --format=mtree --options=!all,use-set,type,uid,mode,time,size,md5,sha256,link .PKGINFO etc usr sysroot

Tar-ing up files

CMD: bsdtar -cf - .PKGINFO etc usr sysroot .MTREE

CMD: xz -c -z

Successfully ran bsdtar -cf - .PKGINFO etc usr sysroot .MTREE | xz -c -z

CMD: bsdtar -tqf libtirpc.pkg.tar.xz .PKGINFO
# .PKGINFO

Created package at path /var/cache/pacman/pkg/libtirpc.pkg.tar.xz

Attempting to access local repository, attempt 1

CMD: repo-add /var/cache/pacman/pkg/tuscan.db.tar /var/cache/pacman/pkg/libtirpc.pkg.tar.xz
# ==> Extracting database to a temporary location...
# ==> Extracting database to a temporary location...
# ==> Adding package '/var/cache/pacman/pkg/libtirpc.pkg.tar.xz'
# -> Computing checksums...
# -> Creating 'desc' db entry...
# -> Creating 'files' db entry...
# ==> Creating updated database file '/var/cache/pacman/pkg/tuscan.db.tar'

Printing config logfiles

CMD: config logfiles '/tmp/libtirpc/src/libtirpc-1.0.1/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 libtirpc configure 1.0.1, which was
# generated by GNU Autoconf 2.69. Invocation command line was
#
# $ ./configure --host=x86_64-unknown-linux --prefix=/usr --sysconf=/etc
#
# ## --------- ##
# ## Platform. ##
# ## --------- ##
#
# hostname = 35fe56e92176
# 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/sbin
# PATH: /usr/bin
# PATH: /sbin
# PATH: /bin
#
#
# ## ----------- ##
# ## Core tests. ##
# ## ----------- ##
#
# configure:2261: checking for a BSD-compatible install
# configure:2329: result: /usr/bin/install -c
# configure:2340: checking whether build environment is sane
# configure:2395: result: yes
# configure:2454: checking for x86_64-unknown-linux-strip
# configure:2484: result: no
# configure:2494: checking for strip
# configure:2510: found /usr/bin/strip
# configure:2521: result: strip
# configure:2546: checking for a thread-safe mkdir -p
# configure:2585: result: /usr/bin/mkdir -p
# configure:2592: checking for gawk
# configure:2608: found /usr/bin/gawk
# configure:2619: result: gawk
# configure:2630: checking whether make sets $(MAKE)
# configure:2652: result: yes
# configure:2681: checking whether make supports nested variables
# configure:2698: result: yes
# configure:2835: checking whether make supports nested variables
# configure:2852: result: yes
# configure:2873: checking for x86_64-unknown-linux-gcc
# configure:2900: result: clang
# configure:3169: checking for C compiler version
# configure:3178: 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:3189: $? = 0
# configure:3178: 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:3189: $? = 0
# configure:3178: clang -V >&5
# clang-3.8: error: argument to '-V' is missing (expected 1 value)
# clang-3.8: error: no input files
# configure:3189: $? = 1
# configure:3178: clang -qversion >&5
# clang-3.8: error: unknown argument: '-qversion'
# clang-3.8: error: no input files
# configure:3189: $? = 1
# configure:3209: checking whether the C compiler works
# configure:3231: clang conftest.c >&5
# configure:3235: $? = 0
# configure:3283: result: yes
# configure:3286: checking for C compiler default output file name
# configure:3288: result: a.out
# configure:3294: checking for suffix of executables
# configure:3301: clang -o conftest conftest.c >&5
# configure:3305: $? = 0
# configure:3327: result:
# configure:3349: checking whether we are cross compiling
# configure:3357: clang -o conftest conftest.c >&5
# configure:3361: $? = 0
# configure:3368: ./conftest
# configure:3372: $? = 0
# configure:3387: result: no
# configure:3392: checking for suffix of object files
# configure:3414: clang -c conftest.c >&5
# configure:3418: $? = 0
# configure:3439: result: o
# configure:3443: checking whether we are using the GNU C compiler
# configure:3462: clang -c conftest.c >&5
# configure:3462: $? = 0
# configure:3471: result: yes
# configure:3480: checking whether clang accepts -g
# configure:3500: clang -c -g conftest.c >&5
# configure:3500: $? = 0
# configure:3541: result: yes
# configure:3558: checking for clang option to accept ISO C89
# configure:3621: clang -c conftest.c >&5
# configure:3621: $? = 0
# configure:3634: result: none needed
# configure:3659: checking whether clang understands -c and -o together
# configure:3681: clang -c conftest.c -o conftest2.o
# configure:3684: $? = 0
# configure:3681: clang -c conftest.c -o conftest2.o
# configure:3684: $? = 0
# configure:3696: result: yes
# configure:3724: checking for style of include used by make
# configure:3752: result: GNU
# configure:3778: checking dependency style of clang
# configure:3889: result: gcc3
# configure:3938: checking how to run the C preprocessor
# configure:3969: clang -E conftest.c
# configure:3969: $? = 0
# configure:3983: clang -E conftest.c
# conftest.c:11:10: fatal error: 'ac_nonexistent.h' file not found
# #include
# ^
# 1 error generated.
# configure:3983: $? = 1
# configure: failed program was:
# | /* confdefs.h */
# | #define PACKAGE_NAME "libtirpc"
# | #define PACKAGE_TARNAME "libtirpc"
# | #define PACKAGE_VERSION "1.0.1"
# | #define PACKAGE_STRING "libtirpc 1.0.1"
# | #define PACKAGE_BUGREPORT ""
# | #define PACKAGE_URL ""
# | #define PACKAGE "libtirpc"
# | #define VERSION "1.0.1"
# | /* end confdefs.h. */
# | #include
# configure:4008: result: clang -E
# configure:4028: clang -E conftest.c
# configure:4028: $? = 0
# configure:4042: clang -E conftest.c
# conftest.c:11:10: fatal error: 'ac_nonexistent.h' file not found
# #include
# ^
# 1 error generated.
# configure:4042: $? = 1
# configure: failed program was:
# | /* confdefs.h */
# | #define PACKAGE_NAME "libtirpc"
# | #define PACKAGE_TARNAME "libtirpc"
# | #define PACKAGE_VERSION "1.0.1"
# | #define PACKAGE_STRING "libtirpc 1.0.1"
# | #define PACKAGE_BUGREPORT ""
# | #define PACKAGE_URL ""
# | #define PACKAGE "libtirpc"
# | #define VERSION "1.0.1"
# | /* end confdefs.h. */
# | #include
# configure:4071: checking for grep that handles long lines and -e
# configure:4129: result: /usr/bin/grep
# configure:4134: checking for egrep
# configure:4196: result: /usr/bin/grep -E
# configure:4201: checking for ANSI C header files
# configure:4221: clang -c conftest.c >&5
# configure:4221: $? = 0
# configure:4294: clang -o conftest conftest.c >&5
# configure:4294: $? = 0
# configure:4294: ./conftest
# configure:4294: $? = 0
# configure:4305: result: yes
# configure:4318: checking for sys/types.h
# configure:4318: clang -c conftest.c >&5
# configure:4318: $? = 0
# configure:4318: result: yes
# configure:4318: checking for sys/stat.h
# configure:4318: clang -c conftest.c >&5
# configure:4318: $? = 0
# configure:4318: result: yes
# configure:4318: checking for stdlib.h
# configure:4318: clang -c conftest.c >&5
# configure:4318: $? = 0
# configure:4318: result: yes
# configure:4318: checking for string.h
# configure:4318: clang -c conftest.c >&5
# configure:4318: $? = 0
# configure:4318: result: yes
# configure:4318: checking for memory.h
# configure:4318: clang -c conftest.c >&5
# configure:4318: $? = 0
# configure:4318: result: yes
# configure:4318: checking for strings.h
# configure:4318: clang -c conftest.c >&5
# configure:4318: $? = 0
# configure:4318: result: yes
# configure:4318: checking for inttypes.h
# configure:4318: clang -c conftest.c >&5
# configure:4318: $? = 0
# configure:4318: result: yes
# configure:4318: checking for stdint.h
# configure:4318: clang -c conftest.c >&5
# configure:4318: $? = 0
# configure:4318: result: yes
# configure:4318: checking for unistd.h
# configure:4318: clang -c conftest.c >&5
# configure:4318: $? = 0
# configure:4318: result: yes
# configure:4330: checking gssapi/gssapi.h usability
# configure:4330: clang -c conftest.c >&5
# configure:4330: $? = 0
# configure:4330: result: yes
# configure:4330: checking gssapi/gssapi.h presence
# configure:4330: clang -E conftest.c
# configure:4330: $? = 0
# configure:4330: result: yes
# configure:4330: checking for gssapi/gssapi.h
# configure:4330: result: yes
# configure:4362: checking for x86_64-unknown-linux-krb5-config
# configure:4392: result: no
# configure:4402: checking for krb5-config
# configure:4418: found /usr/bin/krb5-config
# configure:4429: result: krb5-config
# configure:4501: checking build system type
# configure:4515: result: x86_64-unknown-linux-gnu
# configure:4576: checking host system type
# configure:4589: result: x86_64-unknown-linux-gnu
# configure:4630: checking how to print strings
# configure:4657: result: printf
# configure:4678: checking for a sed that does not truncate output
# configure:4742: result: /usr/bin/sed
# configure:4760: checking for fgrep
# configure:4822: result: /usr/bin/grep -F
# configure:4857: checking for ld used by clang
# configure:4924: result: /usr/bin/ld
# configure:4931: checking if the linker (/usr/bin/ld) is GNU ld
# configure:4946: result: yes
# configure:4958: checking for BSD- or MS-compatible name lister (nm)
# configure:5007: result: /usr/bin/nm -B
# configure:5137: checking the name lister (/usr/bin/nm -B) interface
# configure:5144: clang -c conftest.c >&5
# configure:5147: /usr/bin/nm -B "conftest.o"
# configure:5150: output
# 0000000000000000 B some_variable
# configure:5157: result: BSD nm
# configure:5160: checking whether ln -s works
# configure:5164: result: yes
# configure:5172: checking the maximum length of command line arguments
# configure:5302: result: 1572864
# configure:5319: checking whether the shell understands some XSI constructs
# configure:5329: result: yes
# configure:5333: checking whether the shell understands "+="
# configure:5339: result: yes
# configure:5374: checking how to convert x86_64-unknown-linux-gnu file names to x86_64-unknown-linux-gnu format
# configure:5414: result: func_convert_file_noop
# configure:5421: checking how to convert x86_64-unknown-linux-gnu file names to toolchain format
# configure:5441: result: func_convert_file_noop
# configure:5448: checking for /usr/bin/ld option to reload object files
# configure:5455: result: -r
# configure:5489: checking for x86_64-unknown-linux-objdump
# configure:5519: result: no
# configure:5529: checking for objdump
# configure:5545: found /usr/bin/objdump
# configure:5556: result: objdump
# configure:5588: checking how to recognize dependent libraries
# configure:5790: result: pass_all
# configure:5835: checking for x86_64-unknown-linux-dlltool
# configure:5865: result: no
# configure:5875: checking for dlltool
# configure:5905: result: no
# configure:5935: checking how to associate runtime and link libraries
# configure:5962: result: printf %s\n
# configure:5978: checking for x86_64-unknown-linux-ar
# configure:6008: result: no
# configure:6022: checking for ar
# configure:6038: found /usr/bin/ar
# configure:6049: result: ar
# configure:6086: checking for archiver @FILE support
# configure:6103: clang -c conftest.c >&5
# configure:6103: $? = 0
# configure:6106: ar cru libconftest.a @conftest.lst >&5
# ar: `u' modifier ignored since `D' is the default (see `U')
# configure:6109: $? = 0
# configure:6114: ar cru libconftest.a @conftest.lst >&5
# ar: `u' modifier ignored since `D' is the default (see `U')
# ar: conftest.o: No such file or directory
# configure:6117: $? = 1
# configure:6129: result: @
# configure:6147: checking for x86_64-unknown-linux-strip
# configure:6174: result: strip
# configure:6246: checking for x86_64-unknown-linux-ranlib
# configure:6276: result: no
# configure:6286: checking for ranlib
# configure:6302: found /usr/bin/ranlib
# configure:6313: result: ranlib
# configure:6415: checking command to parse /usr/bin/nm -B output from clang object
# configure:6535: clang -c conftest.c >&5
# configure:6538: $? = 0
# configure:6542: /usr/bin/nm -B conftest.o \| sed -n -e 's/^.*[ ]\([ABCDGIRSTW][ABCDGIRSTW]*\)[ ][ ]*\([_A-Za-z][_A-Za-z0-9]*\)$/\1 \2 \2/p' | sed '/ __gnu_lto/d' \> conftest.nm
# configure:6545: $? = 0
# configure:6611: clang -o conftest conftest.c conftstm.o >&5
# configure:6614: $? = 0
# configure:6652: result: ok
# configure:6689: checking for sysroot
# configure:6719: result: no
# configure:6796: clang -c conftest.c >&5
# configure:6799: $? = 0
# configure:6941: checking for x86_64-unknown-linux-mt
# configure:6971: result: no
# configure:6981: checking for mt
# configure:7011: result: no
# configure:7031: checking if : is a manifest tool
# configure:7037: : '-?'
# configure:7045: result: no
# configure:7684: checking for dlfcn.h
# configure:7684: clang -c conftest.c >&5
# configure:7684: $? = 0
# configure:7684: result: yes
# configure:7890: checking for objdir
# configure:7905: result: .libs
# configure:8172: checking if clang supports -fno-rtti -fno-exceptions
# configure:8190: clang -c -fno-rtti -fno-exceptions conftest.c >&5
# configure:8194: $? = 0
# configure:8207: result: yes
# configure:8534: checking for clang option to produce PIC
# configure:8541: result: -fPIC -DPIC
# configure:8549: checking if clang PIC flag -fPIC -DPIC works
# configure:8567: clang -c -fPIC -DPIC -DPIC conftest.c >&5
# configure:8571: $? = 0
# configure:8584: result: yes
# configure:8613: checking if clang static flag -static works
# configure:8641: result: yes
# configure:8656: checking if clang supports -c -o file.o
# configure:8677: clang -c -o out/conftest2.o conftest.c >&5
# configure:8681: $? = 0
# configure:8703: result: yes
# configure:8711: checking if clang supports -c -o file.o
# configure:8758: result: yes
# configure:8791: checking whether the clang linker (/usr/bin/ld -m elf_x86_64) supports shared libraries
# configure:9944: result: yes
# configure:9981: checking whether -lc should be explicitly linked in
# configure:9989: clang -c conftest.c >&5
# configure:9992: $? = 0
# configure:10007: clang -shared -fPIC -DPIC conftest.o -v -Wl,-soname -Wl,conftest -o conftest 2\>\&1 \| /usr/bin/grep -lc \>/dev/null 2\>\&1
# configure:10010: $? = 0
# configure:10024: result: no
# configure:10184: checking dynamic linker characteristics
# configure:10695: clang -o conftest -Wl,-rpath -Wl,/foo conftest.c >&5
# configure:10695: $? = 0
# configure:10921: result: GNU/Linux ld.so
# configure:11028: checking how to hardcode library paths into programs
# configure:11053: result: immediate
# configure:11593: checking whether stripping libraries is possible
# configure:11598: result: yes
# configure:11633: checking if libtool supports shared libraries
# configure:11635: result: yes
# configure:11638: checking whether to build shared libraries
# configure:11659: result: yes
# configure:11662: checking whether to build static libraries
# configure:11666: result: yes
# configure:11706: checking for dirent.h that defines DIR
# configure:11725: clang -c conftest.c >&5
# configure:11725: $? = 0
# configure:11733: result: yes
# configure:11746: checking for library containing opendir
# configure:11777: clang -o conftest conftest.c >&5
# configure:11777: $? = 0
# configure:11794: result: none required
# configure:11865: checking arpa/inet.h usability
# configure:11865: clang -c conftest.c >&5
# configure:11865: $? = 0
# configure:11865: result: yes
# configure:11865: checking arpa/inet.h presence
# configure:11865: clang -E conftest.c
# configure:11865: $? = 0
# configure:11865: result: yes
# configure:11865: checking for arpa/inet.h
# configure:11865: result: yes
# configure:11865: checking fcntl.h usability
# configure:11865: clang -c conftest.c >&5
# configure:11865: $? = 0
# configure:11865: result: yes
# configure:11865: checking fcntl.h presence
# configure:11865: clang -E conftest.c
# configure:11865: $? = 0
# configure:11865: result: yes
# configure:11865: checking for fcntl.h
# configure:11865: result: yes
# configure:11865: checking libintl.h usability
# configure:11865: clang -c conftest.c >&5
# configure:11865: $? = 0
# configure:11865: result: yes
# configure:11865: checking libintl.h presence
# configure:11865: clang -E conftest.c
# configure:11865: $? = 0
# configure:11865: result: yes
# configure:11865: checking for libintl.h
# configure:11865: result: yes
# configure:11865: checking limits.h usability
# configure:11865: clang -c conftest.c >&5
# configure:11865: $? = 0
# configure:11865: result: yes
# configure:11865: checking limits.h presence
# configure:11865: clang -E conftest.c
# configure:11865: $? = 0
# configure:11865: result: yes
# configure:11865: checking for limits.h
# configure:11865: result: yes
# configure:11865: checking locale.h usability
# configure:11865: clang -c conftest.c >&5
# configure:11865: $? = 0
# configure:11865: result: yes
# configure:11865: checking locale.h presence
# configure:11865: clang -E conftest.c
# configure:11865: $? = 0
# configure:11865: result: yes
# configure:11865: checking for locale.h
# configure:11865: result: yes
# configure:11865: checking netdb.h usability
# configure:11865: clang -c conftest.c >&5
# configure:11865: $? = 0
# configure:11865: result: yes
# configure:11865: checking netdb.h presence
# configure:11865: clang -E conftest.c
# configure:11865: $? = 0
# configure:11865: result: yes
# configure:11865: checking for netdb.h
# configure:11865: result: yes
# configure:11865: checking netinet/in.h usability
# configure:11865: clang -c conftest.c >&5
# configure:11865: $? = 0
# configure:11865: result: yes
# configure:11865: checking netinet/in.h presence
# configure:11865: clang -E conftest.c
# configure:11865: $? = 0
# configure:11865: result: yes
# configure:11865: checking for netinet/in.h
# configure:11865: result: yes
# configure:11865: checking stddef.h usability
# configure:11865: clang -c conftest.c >&5
# configure:11865: $? = 0
# configure:11865: result: yes
# configure:11865: checking stddef.h presence
# configure:11865: clang -E conftest.c
# configure:11865: $? = 0
# configure:11865: result: yes
# configure:11865: checking for stddef.h
# configure:11865: result: yes
# configure:11865: checking for stdint.h
# configure:11865: result: yes
# configure:11865: checking for stdlib.h
# configure:11865: result: yes
# configure:11865: checking for string.h
# configure:11865: result: yes
# configure:11865: checking sys/ioctl.h usability
# configure:11865: clang -c conftest.c >&5
# configure:11865: $? = 0
# configure:11865: result: yes
# configure:11865: checking sys/ioctl.h presence
# configure:11865: clang -E conftest.c
# configure:11865: $? = 0
# configure:11865: result: yes
# configure:11865: checking for sys/ioctl.h
# configure:11865: result: yes
# configure:11865: checking sys/param.h usability
# configure:11865: clang -c conftest.c >&5
# configure:11865: $? = 0
# configure:11865: result: yes
# configure:11865: checking sys/param.h presence
# configure:11865: clang -E conftest.c
# configure:11865: $? = 0
# configure:11865: result: yes
# configure:11865: checking for sys/param.h
# configure:11865: result: yes
# configure:11865: checking sys/socket.h usability
# configure:11865: clang -c conftest.c >&5
# configure:11865: $? = 0
# configure:11865: result: yes
# configure:11865: checking sys/socket.h presence
# configure:11865: clang -E conftest.c
# configure:11865: $? = 0
# configure:11865: result: yes
# configure:11865: checking for sys/socket.h
# configure:11865: result: yes
# configure:11865: checking sys/time.h usability
# configure:11865: clang -c conftest.c >&5
# configure:11865: $? = 0
# configure:11865: result: yes
# configure:11865: checking sys/time.h presence
# configure:11865: clang -E conftest.c
# configure:11865: $? = 0
# configure:11865: result: yes
# configure:11865: checking for sys/time.h
# configure:11865: result: yes
# configure:11865: checking syslog.h usability
# configure:11865: clang -c conftest.c >&5
# configure:11865: $? = 0
# configure:11865: result: yes
# configure:11865: checking syslog.h presence
# configure:11865: clang -E conftest.c
# configure:11865: $? = 0
# configure:11865: result: yes
# configure:11865: checking for syslog.h
# configure:11865: result: yes
# configure:11865: checking for unistd.h
# configure:11865: result: yes
# configure:11865: checking features.h usability
# configure:11865: clang -c conftest.c >&5
# configure:11865: $? = 0
# configure:11865: result: yes
# configure:11865: checking features.h presence
# configure:11865: clang -E conftest.c
# configure:11865: $? = 0
# configure:11865: result: yes
# configure:11865: checking for features.h
# configure:11865: result: yes
# configure:11865: checking gssapi/gssapi_ext.h usability
# configure:11865: clang -c conftest.c >&5
# configure:11865: $? = 0
# configure:11865: result: yes
# configure:11865: checking gssapi/gssapi_ext.h presence
# configure:11865: clang -E conftest.c
# configure:11865: $? = 0
# configure:11865: result: yes
# configure:11865: checking for gssapi/gssapi_ext.h
# configure:11865: result: yes
# configure:11875: checking for pthread_create in -lpthread
# configure:11900: clang -o conftest conftest.c -lpthread >&5
# configure:11900: $? = 0
# configure:11909: result: yes
# configure:11923: checking for getrpcbyname
# configure:11923: clang -o conftest conftest.c -lpthread >&5
# configure:11923: $? = 0
# configure:11923: result: yes
# configure:11923: checking for getrpcbynumber
# configure:11923: clang -o conftest conftest.c -lpthread >&5
# configure:11923: $? = 0
# configure:11923: result: yes
# configure:11923: checking for setrpcent
# configure:11923: clang -o conftest conftest.c -lpthread >&5
# configure:11923: $? = 0
# configure:11923: result: yes
# configure:11923: checking for endrpcent
# configure:11923: clang -o conftest conftest.c -lpthread >&5
# configure:11923: $? = 0
# configure:11923: result: yes
# configure:11923: checking for getrpcent
# configure:11923: clang -o conftest conftest.c -lpthread >&5
# configure:11923: $? = 0
# configure:11923: result: yes
# configure:12046: checking that generated files are newer than configure
# configure:12052: result: done
# configure:12087: creating ./config.status
#
# ## ---------------------- ##
# ## Running config.status. ##
# ## ---------------------- ##
#
# This file was extended by libtirpc config.status 1.0.1, which was
# generated by GNU Autoconf 2.69. Invocation command line was
#
# CONFIG_FILES =
# CONFIG_HEADERS =
# CONFIG_LINKS =
# CONFIG_COMMANDS =
# $ ./config.status
#
# on 35fe56e92176
#
# config.status:1122: creating Makefile
# config.status:1122: creating src/Makefile
# config.status:1122: creating man/Makefile
# config.status:1122: creating doc/Makefile
# config.status:1122: creating libtirpc.pc
# config.status:1122: creating config.h
# config.status:1351: executing depfiles commands
# config.status:1351: executing libtool commands
#
# ## ---------------- ##
# ## Cache variables. ##
# ## ---------------- ##
#
# ac_cv_build=x86_64-unknown-linux-gnu
# 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_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_endrpcent=yes
# ac_cv_func_getrpcbyname=yes
# ac_cv_func_getrpcbynumber=yes
# ac_cv_func_getrpcent=yes
# ac_cv_func_setrpcent=yes
# ac_cv_header_arpa_inet_h=yes
# ac_cv_header_dirent_dirent_h=yes
# ac_cv_header_dlfcn_h=yes
# ac_cv_header_fcntl_h=yes
# ac_cv_header_features_h=yes
# ac_cv_header_gssapi_gssapi_ext_h=yes
# ac_cv_header_gssapi_gssapi_h=yes
# ac_cv_header_inttypes_h=yes
# ac_cv_header_libintl_h=yes
# ac_cv_header_limits_h=yes
# ac_cv_header_locale_h=yes
# ac_cv_header_memory_h=yes
# ac_cv_header_netdb_h=yes
# ac_cv_header_netinet_in_h=yes
# ac_cv_header_stdc=yes
# ac_cv_header_stddef_h=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_ioctl_h=yes
# ac_cv_header_sys_param_h=yes
# ac_cv_header_sys_socket_h=yes
# ac_cv_header_sys_stat_h=yes
# ac_cv_header_sys_time_h=yes
# ac_cv_header_sys_types_h=yes
# ac_cv_header_syslog_h=yes
# ac_cv_header_unistd_h=yes
# ac_cv_host=x86_64-unknown-linux-gnu
# ac_cv_lib_pthread_pthread_create=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_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_CPP='clang -E'
# ac_cv_prog_STRIP=strip
# ac_cv_prog_ac_ct_AR=ar
# ac_cv_prog_ac_ct_KRB5_CONFIG=krb5-config
# 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_make_make_set=yes
# ac_cv_search_opendir='none required'
# am_cv_CC_dependencies_compiler_type=gcc3
# am_cv_make_support_nested_variables=yes
# am_cv_prog_cc_c_o=yes
# lt_cv_ar_at_file=@
# lt_cv_archive_cmds_need_lc=no
# 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_path_mainfest_tool=no
# lt_cv_prog_compiler_c_o=yes
# lt_cv_prog_compiler_pic='-fPIC -DPIC'
# 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_sharedlib_from_linklib_cmd='printf %s\n'
# lt_cv_shlibpath_overrides_runpath=no
# lt_cv_sys_global_symbol_pipe='sed -n -e '\''s/^.*[ ]\([ABCDGIRSTW][ABCDGIRSTW]*\)[ ][ ]*\([_A-Za-z][_A-Za-z0-9]*\)$/\1 \2 \2/p'\'' | sed '\''/ __gnu_lto/d'\'''
# 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
# lt_cv_to_host_file_cmd=func_convert_file_noop
# lt_cv_to_tool_file_cmd=func_convert_file_noop
#
# ## ----------------- ##
# ## Output variables. ##
# ## ----------------- ##
#
# ACLOCAL='${SHELL} /tmp/libtirpc/src/libtirpc-1.0.1/missing aclocal-1.15'
# AMDEPBACKSLASH='\'
# AMDEP_FALSE='#'
# AMDEP_TRUE=''
# AMTAR='$${TAR-tar}'
# AM_BACKSLASH='\'
# AM_DEFAULT_V='$(AM_DEFAULT_VERBOSITY)'
# AM_DEFAULT_VERBOSITY='0'
# AM_V='$(V)'
# AR='ar'
# AUTOCONF='${SHELL} /tmp/libtirpc/src/libtirpc-1.0.1/missing autoconf'
# AUTOHEADER='${SHELL} /tmp/libtirpc/src/libtirpc-1.0.1/missing autoheader'
# AUTOMAKE='${SHELL} /tmp/libtirpc/src/libtirpc-1.0.1/missing automake-1.15'
# AWK='gawk'
# CC='clang'
# CCDEPMODE='depmode=gcc3'
# CFLAGS=''
# CPP='clang -E'
# CPPFLAGS=''
# CYGPATH_W='echo'
# DEFS='-DHAVE_CONFIG_H'
# DEPDIR='.deps'
# DLLTOOL='false'
# DSYMUTIL=''
# DUMPBIN=''
# ECHO_C=''
# ECHO_N='-n'
# ECHO_T=''
# EGREP='/usr/bin/grep -E'
# EXEEXT=''
# FGREP='/usr/bin/grep -F'
# GREP='/usr/bin/grep'
# GSSAPI_CFLAGS=''
# GSSAPI_LIBS='-lgssapi_krb5 -lkrb5 -lk5crypto -lcom_err'
# GSS_FALSE='#'
# GSS_TRUE=''
# INET6_FALSE='#'
# INET6_TRUE=''
# INSTALL_DATA='${INSTALL} -m 644'
# INSTALL_PROGRAM='${INSTALL}'
# INSTALL_SCRIPT='${INSTALL}'
# INSTALL_STRIP_PROGRAM='$(install_sh) -c -s'
# KRB5_CONFIG='krb5-config'
# LD='/usr/bin/ld -m elf_x86_64'
# LDFLAGS=''
# LDFLAG_NOUNDEFINED='-Wl,--no-undefined'
# LIBOBJS=''
# LIBS='-lpthread '
# LIBTOOL='$(SHELL) $(top_builddir)/libtool'
# LIPO=''
# LN_S='ln -s'
# LTLIBOBJS=''
# LT_VERSION_INFO='3:0:0'
# MAKEINFO='${SHELL} /tmp/libtirpc/src/libtirpc-1.0.1/missing makeinfo'
# MANIFEST_TOOL=':'
# MKDIR_P='/usr/bin/mkdir -p'
# NM='/usr/bin/nm -B'
# NMEDIT=''
# OBJDUMP='objdump'
# OBJEXT='o'
# OTOOL64=''
# OTOOL=''
# PACKAGE='libtirpc'
# PACKAGE_BUGREPORT=''
# PACKAGE_NAME='libtirpc'
# PACKAGE_STRING='libtirpc 1.0.1'
# PACKAGE_TARNAME='libtirpc'
# PACKAGE_URL=''
# PACKAGE_VERSION='1.0.1'
# PATH_SEPARATOR=':'
# RANLIB='ranlib'
# SED='/usr/bin/sed'
# SET_MAKE=''
# SHELL='/bin/sh'
# STRIP='strip'
# SYMVERS_FALSE='#'
# SYMVERS_TRUE=''
# VERSION='1.0.1'
# ac_ct_AR='ar'
# 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__nodep='_no'
# am__quote=''
# am__tar='$${TAR-tar} chof - "$$tardir"'
# am__untar='$${TAR-tar} 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/libtirpc/src/libtirpc-1.0.1/install-sh'
# libdir='${exec_prefix}/lib'
# libexecdir='${exec_prefix}/libexec'
# localedir='${datarootdir}/locale'
# localstatedir='${prefix}/var'
# mandir='${datarootdir}/man'
# mkdir_p='$(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='/etc'
# target_alias=''
#
# ## ----------- ##
# ## confdefs.h. ##
# ## ----------- ##
#
# /* confdefs.h */
# #define PACKAGE_NAME "libtirpc"
# #define PACKAGE_TARNAME "libtirpc"
# #define PACKAGE_VERSION "1.0.1"
# #define PACKAGE_STRING "libtirpc 1.0.1"
# #define PACKAGE_BUGREPORT ""
# #define PACKAGE_URL ""
# #define PACKAGE "libtirpc"
# #define VERSION "1.0.1"
# #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 INET6 1
# #define HAVE_DLFCN_H 1
# #define LT_OBJDIR ".libs/"
# #define HAVE_DIRENT_H 1
# #define HAVE_ARPA_INET_H 1
# #define HAVE_FCNTL_H 1
# #define HAVE_LIBINTL_H 1
# #define HAVE_LIMITS_H 1
# #define HAVE_LOCALE_H 1
# #define HAVE_NETDB_H 1
# #define HAVE_NETINET_IN_H 1
# #define HAVE_STDDEF_H 1
# #define HAVE_STDINT_H 1
# #define HAVE_STDLIB_H 1
# #define HAVE_STRING_H 1
# #define HAVE_SYS_IOCTL_H 1
# #define HAVE_SYS_PARAM_H 1
# #define HAVE_SYS_SOCKET_H 1
# #define HAVE_SYS_TIME_H 1
# #define HAVE_SYSLOG_H 1
# #define HAVE_UNISTD_H 1
# #define HAVE_FEATURES_H 1
# #define HAVE_GSSAPI_GSSAPI_EXT_H 1
# #define HAVE_LIBPTHREAD 1
# #define HAVE_GETRPCBYNAME 1
# #define HAVE_GETRPCBYNUMBER 1
# #define HAVE_SETRPCENT 1
# #define HAVE_ENDRPCENT 1
# #define HAVE_GETRPCENT 1
#
# configure: exit 0