Build of rpcbind with clang_glibc toolchain

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

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

SLOCLanguage
5,541 ansic
1,284 sh
787 makefile
7,612 total

The process tree of the build process is here.

Due to the failure of this package to build, we did not attempt to build several packages that depend on this one. Those packages are:

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: rpcbind 0.2.3-3 (Thu Apr 13 20:57:21 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 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 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 TIRPC... yes
# checking for x86_64-unknown-linux-pkg-config... /usr/bin/pkg-config
# checking pkg-config is at least version 0.9.0... yes
# checking for SYSTEMD... yes
# checking for library containing pthread_create... -lpthread
# 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 nss.h usability... yes
# checking nss.h presence... yes
# checking for nss.h... yes
# checking rpcsvc/mount.h usability... yes
# checking rpcsvc/mount.h presence... yes
# checking for rpcsvc/mount.h... yes
# checking that generated files are newer than configure... done
# configure: creating ./config.status
# config.status: creating Makefile
# config.status: executing depfiles commands
# depbase=`echo src/check_bound.o | sed 's|[^/]*$|.deps/&|;s|\.o$||'`;\
# clang -DPACKAGE_NAME=\"rpcbind\" -DPACKAGE_TARNAME=\"rpcbind\" -DPACKAGE_VERSION=\"0.2.3\" -DPACKAGE_STRING=\"rpcbind\ 0.2.3\" -DPACKAGE_BUGREPORT=\"\" -DPACKAGE_URL=\"\" -DPACKAGE=\"rpcbind\" -DVERSION=\"0.2.3\" -DSTDC_HEADERS=1 -DHAVE_SYS_TYPES_H=1 -DHAVE_SYS_STAT_H=1 -DHAVE_STDLIB_H=1 -DHAVE_STRING_H=1 -DHAVE_MEMORY_H=1 -DHAVE_STRINGS_H=1 -DHAVE_INTTYPES_H=1 -DHAVE_STDINT_H=1 -DHAVE_UNISTD_H=1 -DHAVE_NSS_H=1 -DHAVE_RPCSVC_MOUNT_H=1 -I. -DCHECK_LOCAL -DPORTMAP -DFACILITY=LOG_MAIL -DSEVERITY=LOG_INFO -DINET6 -DRPCBIND_STATEDIR="\"/var/lib/rpcbind\"" -DRPCBIND_USER="\"rpc\"" -DNSS_MODULES="\"files\"" -D_GNU_SOURCE -I/usr/include/tirpc -DWARMSTART -DSYSTEMD -MT src/check_bound.o -MD -MP -MF $depbase.Tpo -c -o src/check_bound.o src/check_bound.c &&\
# mv -f $depbase.Tpo $depbase.Po
# depbase=`echo src/pmap_svc.o | sed 's|[^/]*$|.deps/&|;s|\.o$||'`;\
# clang -DPACKAGE_NAME=\"rpcbind\" -DPACKAGE_TARNAME=\"rpcbind\" -DPACKAGE_VERSION=\"0.2.3\" -DPACKAGE_STRING=\"rpcbind\ 0.2.3\" -DPACKAGE_BUGREPORT=\"\" -DPACKAGE_URL=\"\" -DPACKAGE=\"rpcbind\" -DVERSION=\"0.2.3\" -DSTDC_HEADERS=1 -DHAVE_SYS_TYPES_H=1 -DHAVE_SYS_STAT_H=1 -DHAVE_STDLIB_H=1 -DHAVE_STRING_H=1 -DHAVE_MEMORY_H=1 -DHAVE_STRINGS_H=1 -DHAVE_INTTYPES_H=1 -DHAVE_STDINT_H=1 -DHAVE_UNISTD_H=1 -DHAVE_NSS_H=1 -DHAVE_RPCSVC_MOUNT_H=1 -I. -DCHECK_LOCAL -DPORTMAP -DFACILITY=LOG_MAIL -DSEVERITY=LOG_INFO -DINET6 -DRPCBIND_STATEDIR="\"/var/lib/rpcbind\"" -DRPCBIND_USER="\"rpc\"" -DNSS_MODULES="\"files\"" -D_GNU_SOURCE -I/usr/include/tirpc -DWARMSTART -DSYSTEMD -MT src/pmap_svc.o -MD -MP -MF $depbase.Tpo -c -o src/pmap_svc.o src/pmap_svc.c &&\
# mv -f $depbase.Tpo $depbase.Po
# depbase=`echo src/rpcb_stat.o | sed 's|[^/]*$|.deps/&|;s|\.o$||'`;\
# clang -DPACKAGE_NAME=\"rpcbind\" -DPACKAGE_TARNAME=\"rpcbind\" -DPACKAGE_VERSION=\"0.2.3\" -DPACKAGE_STRING=\"rpcbind\ 0.2.3\" -DPACKAGE_BUGREPORT=\"\" -DPACKAGE_URL=\"\" -DPACKAGE=\"rpcbind\" -DVERSION=\"0.2.3\" -DSTDC_HEADERS=1 -DHAVE_SYS_TYPES_H=1 -DHAVE_SYS_STAT_H=1 -DHAVE_STDLIB_H=1 -DHAVE_STRING_H=1 -DHAVE_MEMORY_H=1 -DHAVE_STRINGS_H=1 -DHAVE_INTTYPES_H=1 -DHAVE_STDINT_H=1 -DHAVE_UNISTD_H=1 -DHAVE_NSS_H=1 -DHAVE_RPCSVC_MOUNT_H=1 -I. -DCHECK_LOCAL -DPORTMAP -DFACILITY=LOG_MAIL -DSEVERITY=LOG_INFO -DINET6 -DRPCBIND_STATEDIR="\"/var/lib/rpcbind\"" -DRPCBIND_USER="\"rpc\"" -DNSS_MODULES="\"files\"" -D_GNU_SOURCE -I/usr/include/tirpc -DWARMSTART -DSYSTEMD -MT src/rpcb_stat.o -MD -MP -MF $depbase.Tpo -c -o src/rpcb_stat.o src/rpcb_stat.c &&\
# mv -f $depbase.Tpo $depbase.Po
# depbase=`echo src/rpcb_svc.o | sed 's|[^/]*$|.deps/&|;s|\.o$||'`;\
# clang -DPACKAGE_NAME=\"rpcbind\" -DPACKAGE_TARNAME=\"rpcbind\" -DPACKAGE_VERSION=\"0.2.3\" -DPACKAGE_STRING=\"rpcbind\ 0.2.3\" -DPACKAGE_BUGREPORT=\"\" -DPACKAGE_URL=\"\" -DPACKAGE=\"rpcbind\" -DVERSION=\"0.2.3\" -DSTDC_HEADERS=1 -DHAVE_SYS_TYPES_H=1 -DHAVE_SYS_STAT_H=1 -DHAVE_STDLIB_H=1 -DHAVE_STRING_H=1 -DHAVE_MEMORY_H=1 -DHAVE_STRINGS_H=1 -DHAVE_INTTYPES_H=1 -DHAVE_STDINT_H=1 -DHAVE_UNISTD_H=1 -DHAVE_NSS_H=1 -DHAVE_RPCSVC_MOUNT_H=1 -I. -DCHECK_LOCAL -DPORTMAP -DFACILITY=LOG_MAIL -DSEVERITY=LOG_INFO -DINET6 -DRPCBIND_STATEDIR="\"/var/lib/rpcbind\"" -DRPCBIND_USER="\"rpc\"" -DNSS_MODULES="\"files\"" -D_GNU_SOURCE -I/usr/include/tirpc -DWARMSTART -DSYSTEMD -MT src/rpcb_svc.o -MD -MP -MF $depbase.Tpo -c -o src/rpcb_svc.o src/rpcb_svc.c &&\
# mv -f $depbase.Tpo $depbase.Po
# depbase=`echo src/rpcb_svc_4.o | sed 's|[^/]*$|.deps/&|;s|\.o$||'`;\
# clang -DPACKAGE_NAME=\"rpcbind\" -DPACKAGE_TARNAME=\"rpcbind\" -DPACKAGE_VERSION=\"0.2.3\" -DPACKAGE_STRING=\"rpcbind\ 0.2.3\" -DPACKAGE_BUGREPORT=\"\" -DPACKAGE_URL=\"\" -DPACKAGE=\"rpcbind\" -DVERSION=\"0.2.3\" -DSTDC_HEADERS=1 -DHAVE_SYS_TYPES_H=1 -DHAVE_SYS_STAT_H=1 -DHAVE_STDLIB_H=1 -DHAVE_STRING_H=1 -DHAVE_MEMORY_H=1 -DHAVE_STRINGS_H=1 -DHAVE_INTTYPES_H=1 -DHAVE_STDINT_H=1 -DHAVE_UNISTD_H=1 -DHAVE_NSS_H=1 -DHAVE_RPCSVC_MOUNT_H=1 -I. -DCHECK_LOCAL -DPORTMAP -DFACILITY=LOG_MAIL -DSEVERITY=LOG_INFO -DINET6 -DRPCBIND_STATEDIR="\"/var/lib/rpcbind\"" -DRPCBIND_USER="\"rpc\"" -DNSS_MODULES="\"files\"" -D_GNU_SOURCE -I/usr/include/tirpc -DWARMSTART -DSYSTEMD -MT src/rpcb_svc_4.o -MD -MP -MF $depbase.Tpo -c -o src/rpcb_svc_4.o src/rpcb_svc_4.c &&\
# mv -f $depbase.Tpo $depbase.Po
# depbase=`echo src/rpcb_svc_com.o | sed 's|[^/]*$|.deps/&|;s|\.o$||'`;\
# clang -DPACKAGE_NAME=\"rpcbind\" -DPACKAGE_TARNAME=\"rpcbind\" -DPACKAGE_VERSION=\"0.2.3\" -DPACKAGE_STRING=\"rpcbind\ 0.2.3\" -DPACKAGE_BUGREPORT=\"\" -DPACKAGE_URL=\"\" -DPACKAGE=\"rpcbind\" -DVERSION=\"0.2.3\" -DSTDC_HEADERS=1 -DHAVE_SYS_TYPES_H=1 -DHAVE_SYS_STAT_H=1 -DHAVE_STDLIB_H=1 -DHAVE_STRING_H=1 -DHAVE_MEMORY_H=1 -DHAVE_STRINGS_H=1 -DHAVE_INTTYPES_H=1 -DHAVE_STDINT_H=1 -DHAVE_UNISTD_H=1 -DHAVE_NSS_H=1 -DHAVE_RPCSVC_MOUNT_H=1 -I. -DCHECK_LOCAL -DPORTMAP -DFACILITY=LOG_MAIL -DSEVERITY=LOG_INFO -DINET6 -DRPCBIND_STATEDIR="\"/var/lib/rpcbind\"" -DRPCBIND_USER="\"rpc\"" -DNSS_MODULES="\"files\"" -D_GNU_SOURCE -I/usr/include/tirpc -DWARMSTART -DSYSTEMD -MT src/rpcb_svc_com.o -MD -MP -MF $depbase.Tpo -c -o src/rpcb_svc_com.o src/rpcb_svc_com.c &&\
# mv -f $depbase.Tpo $depbase.Po
# src/rpcb_svc_com.c:1277:8: error: no member named 'xp_auth' in 'struct __rpc_svcxprt'
# xprt->xp_auth = &svc_auth_none;
# ~~~~ ^
# src/rpcb_svc_com.c:1279:24: error: no member named 'xp_auth' in 'struct __rpc_svcxprt'
# SVCAUTH_DESTROY(xprt->xp_auth);
# ~~~~ ^
# /usr/include/tirpc/rpc/svc_auth.h:63:7: note: expanded from macro 'SVCAUTH_DESTROY'
# ((*((auth)->svc_ah_ops->svc_ah_destroy))(auth))
# ^~~~
# src/rpcb_svc_com.c:1279:24: error: no member named 'xp_auth' in 'struct __rpc_svcxprt'
# SVCAUTH_DESTROY(xprt->xp_auth);
# ~~~~ ^
# /usr/include/tirpc/rpc/svc_auth.h:63:43: note: expanded from macro 'SVCAUTH_DESTROY'
# ((*((auth)->svc_ah_ops->svc_ah_destroy))(auth))
# ^~~~
# src/rpcb_svc_com.c:1280:8: error: no member named 'xp_auth' in 'struct __rpc_svcxprt'
# xprt->xp_auth = NULL;
# ~~~~ ^
# 4 errors generated.
# make: *** [Makefile:481: src/rpcb_svc_com.o] Error 1
# ==> ERROR: A failure occurred in build().
# Aborting...

Printing config logfiles

CMD: config logfiles '/tmp/rpcbind/src/rpcbind-0.2.3/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 rpcbind configure 0.2.3, which was
# generated by GNU Autoconf 2.69. Invocation command line was
#
# $ ./configure --host=x86_64-unknown-linux --prefix=/usr --with-rpcuser=rpc --enable-warmstarts --with-statedir=/var/lib/rpcbind
#
# ## --------- ##
# ## Platform. ##
# ## --------- ##
#
# hostname = 49fd5395866c
# 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:2182: checking for a BSD-compatible install
# configure:2250: result: /usr/bin/install -c
# configure:2261: checking whether build environment is sane
# configure:2316: result: yes
# configure:2375: checking for x86_64-unknown-linux-strip
# configure:2405: result: no
# configure:2415: checking for strip
# configure:2431: found /usr/bin/strip
# configure:2442: result: strip
# configure:2467: checking for a thread-safe mkdir -p
# configure:2506: result: /usr/bin/mkdir -p
# configure:2513: checking for gawk
# configure:2529: found /usr/bin/gawk
# configure:2540: result: gawk
# configure:2551: checking whether make sets $(MAKE)
# configure:2573: result: yes
# configure:2602: checking whether make supports nested variables
# configure:2619: result: yes
# configure:2754: checking for x86_64-unknown-linux-gcc
# configure:2781: result: clang
# configure:3050: checking for C compiler version
# configure:3059: 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:3070: $? = 0
# configure:3059: 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:3070: $? = 0
# configure:3059: clang -V >&5
# clang-3.8: error: argument to '-V' is missing (expected 1 value)
# clang-3.8: error: no input files
# configure:3070: $? = 1
# configure:3059: clang -qversion >&5
# clang-3.8: error: unknown argument: '-qversion'
# clang-3.8: error: no input files
# configure:3070: $? = 1
# configure:3090: checking whether the C compiler works
# configure:3112: clang conftest.c >&5
# configure:3116: $? = 0
# configure:3164: result: yes
# configure:3167: checking for C compiler default output file name
# configure:3169: result: a.out
# configure:3175: checking for suffix of executables
# configure:3182: clang -o conftest conftest.c >&5
# configure:3186: $? = 0
# configure:3208: result:
# configure:3230: checking whether we are cross compiling
# configure:3238: clang -o conftest conftest.c >&5
# configure:3242: $? = 0
# configure:3249: ./conftest
# configure:3253: $? = 0
# configure:3268: result: no
# configure:3273: checking for suffix of object files
# configure:3295: clang -c conftest.c >&5
# configure:3299: $? = 0
# configure:3320: result: o
# configure:3324: checking whether we are using the GNU C compiler
# configure:3343: clang -c conftest.c >&5
# configure:3343: $? = 0
# configure:3352: result: yes
# configure:3361: checking whether clang accepts -g
# configure:3381: clang -c -g conftest.c >&5
# configure:3381: $? = 0
# configure:3422: result: yes
# configure:3439: checking for clang option to accept ISO C89
# configure:3502: clang -c conftest.c >&5
# configure:3502: $? = 0
# configure:3515: result: none needed
# configure:3540: checking whether clang understands -c and -o together
# configure:3562: clang -c conftest.c -o conftest2.o
# configure:3565: $? = 0
# configure:3562: clang -c conftest.c -o conftest2.o
# configure:3565: $? = 0
# configure:3577: result: yes
# configure:3605: checking for style of include used by make
# configure:3633: result: GNU
# configure:3659: checking dependency style of clang
# configure:3770: result: gcc3
# configure:3923: checking for x86_64-unknown-linux-pkg-config
# configure:3956: result: no
# configure:3966: checking for pkg-config
# configure:3984: found /usr/bin/pkg-config
# configure:3996: result: /usr/bin/pkg-config
# configure:4021: checking pkg-config is at least version 0.9.0
# configure:4024: result: yes
# configure:4034: checking for TIRPC
# configure:4041: $PKG_CONFIG --exists --print-errors "libtirpc"
# configure:4044: $? = 0
# configure:4058: $PKG_CONFIG --exists --print-errors "libtirpc"
# configure:4061: $? = 0
# configure:4119: result: yes
# configure:4135: checking for x86_64-unknown-linux-pkg-config
# configure:4165: result: /usr/bin/pkg-config
# configure:4233: checking pkg-config is at least version 0.9.0
# configure:4236: result: yes
# configure:4257: checking for SYSTEMD
# configure:4264: $PKG_CONFIG --exists --print-errors "libsystemd"
# configure:4267: $? = 0
# configure:4281: $PKG_CONFIG --exists --print-errors "libsystemd"
# configure:4284: $? = 0
# configure:4462: result: yes
# configure:4528: checking for library containing pthread_create
# configure:4559: clang -o conftest conftest.c >&5
# /tmp/conftest-d16e78.o: In function `main':
# conftest.c:(.text+0x12): undefined reference to `pthread_create'
# clang-3.8: error: linker command failed with exit code 1 (use -v to see invocation)
# configure:4559: $? = 1
# configure: failed program was:
# | /* confdefs.h */
# | #define PACKAGE_NAME "rpcbind"
# | #define PACKAGE_TARNAME "rpcbind"
# | #define PACKAGE_VERSION "0.2.3"
# | #define PACKAGE_STRING "rpcbind 0.2.3"
# | #define PACKAGE_BUGREPORT ""
# | #define PACKAGE_URL ""
# | #define PACKAGE "rpcbind"
# | #define VERSION "0.2.3"
# | /* 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 pthread_create ();
# | int
# | main ()
# | {
# | return pthread_create ();
# | ;
# | return 0;
# | }
# configure:4559: clang -o conftest conftest.c -lpthread >&5
# configure:4559: $? = 0
# configure:4576: result: -lpthread
# configure:4590: checking how to run the C preprocessor
# configure:4621: clang -E conftest.c
# configure:4621: $? = 0
# configure:4635: clang -E conftest.c
# conftest.c:11:10: fatal error: 'ac_nonexistent.h' file not found
# #include
# ^
# 1 error generated.
# configure:4635: $? = 1
# configure: failed program was:
# | /* confdefs.h */
# | #define PACKAGE_NAME "rpcbind"
# | #define PACKAGE_TARNAME "rpcbind"
# | #define PACKAGE_VERSION "0.2.3"
# | #define PACKAGE_STRING "rpcbind 0.2.3"
# | #define PACKAGE_BUGREPORT ""
# | #define PACKAGE_URL ""
# | #define PACKAGE "rpcbind"
# | #define VERSION "0.2.3"
# | /* end confdefs.h. */
# | #include
# configure:4660: result: clang -E
# configure:4680: clang -E conftest.c
# configure:4680: $? = 0
# configure:4694: clang -E conftest.c
# conftest.c:11:10: fatal error: 'ac_nonexistent.h' file not found
# #include
# ^
# 1 error generated.
# configure:4694: $? = 1
# configure: failed program was:
# | /* confdefs.h */
# | #define PACKAGE_NAME "rpcbind"
# | #define PACKAGE_TARNAME "rpcbind"
# | #define PACKAGE_VERSION "0.2.3"
# | #define PACKAGE_STRING "rpcbind 0.2.3"
# | #define PACKAGE_BUGREPORT ""
# | #define PACKAGE_URL ""
# | #define PACKAGE "rpcbind"
# | #define VERSION "0.2.3"
# | /* end confdefs.h. */
# | #include
# configure:4723: checking for grep that handles long lines and -e
# configure:4781: result: /usr/bin/grep
# configure:4786: checking for egrep
# configure:4848: result: /usr/bin/grep -E
# configure:4853: checking for ANSI C header files
# configure:4873: clang -c conftest.c >&5
# configure:4873: $? = 0
# configure:4946: clang -o conftest conftest.c -lpthread >&5
# configure:4946: $? = 0
# configure:4946: ./conftest
# configure:4946: $? = 0
# configure:4957: result: yes
# configure:4970: checking for sys/types.h
# configure:4970: clang -c conftest.c >&5
# configure:4970: $? = 0
# configure:4970: result: yes
# configure:4970: checking for sys/stat.h
# configure:4970: clang -c conftest.c >&5
# configure:4970: $? = 0
# configure:4970: result: yes
# configure:4970: checking for stdlib.h
# configure:4970: clang -c conftest.c >&5
# configure:4970: $? = 0
# configure:4970: result: yes
# configure:4970: checking for string.h
# configure:4970: clang -c conftest.c >&5
# configure:4970: $? = 0
# configure:4970: result: yes
# configure:4970: checking for memory.h
# configure:4970: clang -c conftest.c >&5
# configure:4970: $? = 0
# configure:4970: result: yes
# configure:4970: checking for strings.h
# configure:4970: clang -c conftest.c >&5
# configure:4970: $? = 0
# configure:4970: result: yes
# configure:4970: checking for inttypes.h
# configure:4970: clang -c conftest.c >&5
# configure:4970: $? = 0
# configure:4970: result: yes
# configure:4970: checking for stdint.h
# configure:4970: clang -c conftest.c >&5
# configure:4970: $? = 0
# configure:4970: result: yes
# configure:4970: checking for unistd.h
# configure:4970: clang -c conftest.c >&5
# configure:4970: $? = 0
# configure:4970: result: yes
# configure:4985: checking nss.h usability
# configure:4985: clang -c conftest.c >&5
# configure:4985: $? = 0
# configure:4985: result: yes
# configure:4985: checking nss.h presence
# configure:4985: clang -E conftest.c
# configure:4985: $? = 0
# configure:4985: result: yes
# configure:4985: checking for nss.h
# configure:4985: result: yes
# configure:4985: checking rpcsvc/mount.h usability
# configure:4985: clang -c conftest.c >&5
# configure:4985: $? = 0
# configure:4985: result: yes
# configure:4985: checking rpcsvc/mount.h presence
# configure:4985: clang -E conftest.c
# configure:4985: $? = 0
# configure:4985: result: yes
# configure:4985: checking for rpcsvc/mount.h
# configure:4985: result: yes
# configure:5143: checking that generated files are newer than configure
# configure:5149: result: done
# configure:5192: creating ./config.status
#
# ## ---------------------- ##
# ## Running config.status. ##
# ## ---------------------- ##
#
# This file was extended by rpcbind config.status 0.2.3, which was
# generated by GNU Autoconf 2.69. Invocation command line was
#
# CONFIG_FILES =
# CONFIG_HEADERS =
# CONFIG_LINKS =
# CONFIG_COMMANDS =
# $ ./config.status
#
# on 49fd5395866c
#
# config.status:797: creating Makefile
# config.status:969: executing depfiles commands
#
# ## ---------------- ##
# ## Cache variables. ##
# ## ---------------- ##
#
# 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_PKG_CONFIG_LIBDIR_set=
# ac_cv_env_PKG_CONFIG_LIBDIR_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_SYSTEMD_CFLAGS_set=
# ac_cv_env_SYSTEMD_CFLAGS_value=
# ac_cv_env_SYSTEMD_LIBS_set=
# ac_cv_env_SYSTEMD_LIBS_value=
# ac_cv_env_TIRPC_CFLAGS_set=
# ac_cv_env_TIRPC_CFLAGS_value=
# ac_cv_env_TIRPC_LIBS_set=
# ac_cv_env_TIRPC_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_header_inttypes_h=yes
# ac_cv_header_memory_h=yes
# ac_cv_header_nss_h=yes
# ac_cv_header_rpcsvc_mount_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_stat_h=yes
# ac_cv_header_sys_types_h=yes
# ac_cv_header_unistd_h=yes
# ac_cv_objext=o
# ac_cv_path_EGREP='/usr/bin/grep -E'
# ac_cv_path_GREP=/usr/bin/grep
# ac_cv_path_PKG_CONFIG=/usr/bin/pkg-config
# 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_CPP='clang -E'
# 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_pthread_create=-lpthread
# am_cv_CC_dependencies_compiler_type=gcc3
# am_cv_make_support_nested_variables=yes
# am_cv_prog_cc_c_o=yes
# pkg_cv_SYSTEMD_CFLAGS=
# pkg_cv_SYSTEMD_LIBS=-lsystemd
# pkg_cv_TIRPC_CFLAGS=-I/usr/include/tirpc
# pkg_cv_TIRPC_LIBS=-ltirpc
#
# ## ----------------- ##
# ## Output variables. ##
# ## ----------------- ##
#
# ACLOCAL='${SHELL} /tmp/rpcbind/src/rpcbind-0.2.3/missing aclocal-1.14'
# AMDEPBACKSLASH='\'
# AMDEP_FALSE='#'
# AMDEP_TRUE=''
# AMTAR='$${TAR-tar}'
# AM_BACKSLASH='\'
# AM_DEFAULT_V='$(AM_DEFAULT_VERBOSITY)'
# AM_DEFAULT_VERBOSITY='1'
# AM_V='$(V)'
# AUTOCONF='${SHELL} /tmp/rpcbind/src/rpcbind-0.2.3/missing autoconf'
# AUTOHEADER='${SHELL} /tmp/rpcbind/src/rpcbind-0.2.3/missing autoheader'
# AUTOMAKE='${SHELL} /tmp/rpcbind/src/rpcbind-0.2.3/missing automake-1.14'
# AWK='gawk'
# CC='clang'
# CCDEPMODE='depmode=gcc3'
# CFLAGS=''
# CPP='clang -E'
# CPPFLAGS=''
# CYGPATH_W='echo'
# DEBUG_FALSE=''
# DEBUG_TRUE='#'
# DEFS='-DPACKAGE_NAME=\"rpcbind\" -DPACKAGE_TARNAME=\"rpcbind\" -DPACKAGE_VERSION=\"0.2.3\" -DPACKAGE_STRING=\"rpcbind\ 0.2.3\" -DPACKAGE_BUGREPORT=\"\" -DPACKAGE_URL=\"\" -DPACKAGE=\"rpcbind\" -DVERSION=\"0.2.3\" -DSTDC_HEADERS=1 -DHAVE_SYS_TYPES_H=1 -DHAVE_SYS_STAT_H=1 -DHAVE_STDLIB_H=1 -DHAVE_STRING_H=1 -DHAVE_MEMORY_H=1 -DHAVE_STRINGS_H=1 -DHAVE_INTTYPES_H=1 -DHAVE_STDINT_H=1 -DHAVE_UNISTD_H=1 -DHAVE_NSS_H=1 -DHAVE_RPCSVC_MOUNT_H=1'
# DEPDIR='.deps'
# ECHO_C=''
# ECHO_N='-n'
# ECHO_T=''
# EGREP='/usr/bin/grep -E'
# EXEEXT=''
# GREP='/usr/bin/grep'
# INSTALL_DATA='${INSTALL} -m 644'
# INSTALL_PROGRAM='${INSTALL}'
# INSTALL_SCRIPT='${INSTALL}'
# INSTALL_STRIP_PROGRAM='$(install_sh) -c -s'
# LDFLAGS=''
# LIBOBJS=''
# LIBS='-lpthread '
# LIBSETDEBUG_FALSE=''
# LIBSETDEBUG_TRUE='#'
# LIBWRAP_FALSE=''
# LIBWRAP_TRUE='#'
# LTLIBOBJS=''
# MAKEINFO='${SHELL} /tmp/rpcbind/src/rpcbind-0.2.3/missing makeinfo'
# MKDIR_P='/usr/bin/mkdir -p'
# OBJEXT='o'
# PACKAGE='rpcbind'
# PACKAGE_BUGREPORT=''
# PACKAGE_NAME='rpcbind'
# PACKAGE_STRING='rpcbind 0.2.3'
# PACKAGE_TARNAME='rpcbind'
# PACKAGE_URL=''
# PACKAGE_VERSION='0.2.3'
# PATH_SEPARATOR=':'
# PKG_CONFIG='/usr/bin/pkg-config'
# PKG_CONFIG_LIBDIR=''
# PKG_CONFIG_PATH=''
# SET_MAKE=''
# SHELL='/bin/sh'
# STRIP='strip'
# SYSTEMD_CFLAGS=''
# SYSTEMD_FALSE='#'
# SYSTEMD_LIBS='-lsystemd'
# SYSTEMD_TRUE=''
# TIRPC_CFLAGS='-I/usr/include/tirpc'
# TIRPC_LIBS='-ltirpc'
# VERSION='0.2.3'
# WARMSTART_FALSE='#'
# WARMSTART_TRUE=''
# ac_ct_CC=''
# 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_alias=''
# datadir='${datarootdir}'
# datarootdir='${prefix}/share'
# docdir='${datarootdir}/doc/${PACKAGE_TARNAME}'
# dvidir='${docdir}'
# exec_prefix='${prefix}'
# host_alias='x86_64-unknown-linux'
# htmldir='${docdir}'
# includedir='${prefix}/include'
# infodir='${datarootdir}/info'
# install_sh='${SHELL} /tmp/rpcbind/src/rpcbind-0.2.3/install-sh'
# libdir='${exec_prefix}/lib'
# libexecdir='${exec_prefix}/libexec'
# localedir='${datarootdir}/locale'
# localstatedir='${prefix}/var'
# mandir='${datarootdir}/man'
# mkdir_p='$(MKDIR_P)'
# nss_modules='files'
# oldincludedir='/usr/include'
# pdfdir='${docdir}'
# prefix='/usr'
# program_transform_name='s,x,x,'
# psdir='${docdir}'
# rpcuser='rpc'
# sbindir='${exec_prefix}/sbin'
# sharedstatedir='${prefix}/com'
# statedir='/var/lib/rpcbind'
# sysconfdir='${prefix}/etc'
# systemdsystemunitdir='/usr/lib/systemd/system'
# target_alias=''
#
# ## ----------- ##
# ## confdefs.h. ##
# ## ----------- ##
#
# /* confdefs.h */
# #define PACKAGE_NAME "rpcbind"
# #define PACKAGE_TARNAME "rpcbind"
# #define PACKAGE_VERSION "0.2.3"
# #define PACKAGE_STRING "rpcbind 0.2.3"
# #define PACKAGE_BUGREPORT ""
# #define PACKAGE_URL ""
# #define PACKAGE "rpcbind"
# #define VERSION "0.2.3"
# #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_NSS_H 1
# #define HAVE_RPCSVC_MOUNT_H 1
#
# configure: exit 0