Build of liboping with clang_glibc toolchain

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

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

SLOCLanguage
10,830 sh
3,125 makefile
2,292 ansic
207 perl
16,454 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: liboping 1.8.0-4 (Thu Apr 13 16:25: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 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... none
# checking how to run the C preprocessor... clang -E
# checking whether ln -s works... yes
# 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 how to print strings... printf
# 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 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 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 for shl_load... no
# checking for shl_load in -ldld... no
# checking for dlopen... no
# checking for dlopen in -ldl... yes
# checking whether a program can dlopen itself... yes
# checking whether a statically linked program can dlopen itself... no
# 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
# ./configure: line 11715: PKG_INSTALLDIR: command not found
# checking for ANSI C header files... (cached) yes
# checking whether time.h and sys/time.h may both be included... yes
# checking math.h usability... yes
# checking math.h presence... yes
# checking for math.h... yes
# checking signal.h usability... yes
# checking signal.h presence... yes
# checking for signal.h... yes
# checking fcntl.h usability... yes
# checking fcntl.h presence... yes
# checking for fcntl.h... yes
# checking for inttypes.h... (cached) yes
# checking netdb.h usability... yes
# checking netdb.h presence... yes
# checking for netdb.h... yes
# checking for stdint.h... (cached) yes
# checking for stdlib.h... (cached) yes
# checking for string.h... (cached) 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 for unistd.h... (cached) yes
# checking locale.h usability... yes
# checking locale.h presence... yes
# checking for locale.h... yes
# checking langinfo.h usability... yes
# checking langinfo.h presence... yes
# checking for langinfo.h... yes
# checking for netinet/in_systm.h... yes
# checking for netinet/in.h... yes
# checking for netinet/ip.h... yes
# checking for netinet/ip_icmp.h... yes
# checking for netinet/ip_var.h... no
# checking for netinet/ip6.h... yes
# checking for netinet/icmp6.h... yes
# checking for size_t... yes
# checking for ssize_t... yes
# checking for uid_t in sys/types.h... yes
# checking for uint16_t... yes
# checking for uint32_t... yes
# checking for uint8_t... yes
# checking for socket... yes
# checking for __xnet_recvmsg in -lxnet... no
# checking for nanosleep... yes
# checking ncursesw/ncurses.h usability... no
# checking ncursesw/ncurses.h presence... no
# checking for ncursesw/ncurses.h... no
# checking ncurses.h usability... yes
# checking ncurses.h presence... yes
# checking for ncurses.h... yes
# checking for mvwprintw in -lncursesw... yes
# checking for mvwprintw in -lncurses... yes
# checking whether strerror_r is declared... yes
# checking for strerror_r... yes
# checking whether strerror_r returns char *... no
# checking for stdlib.h... (cached) yes
# checking for GNU libc compatible malloc... yes
# checking whether strerror_r is declared... (cached) yes
# checking for strerror_r... (cached) yes
# checking whether strerror_r returns char *... (cached) no
# checking for gettimeofday... yes
# checking for memset... yes
# checking for modf... yes
# checking for select... yes
# checking for socket... (cached) yes
# checking for sqrt... no
# checking for strcasecmp... yes
# checking for strdup... yes
# checking for strerror... yes
# checking for strncasecmp... yes
# checking for strtoul... 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 src/liboping.pc
# config.status: creating src/mans/Makefile
# config.status: creating bindings/Makefile
# config.status: creating src/config.h
# config.status: executing depfiles commands
# config.status: executing libtool commands
# Making all in src
# make[1]: Entering directory '/tmp/liboping/src/liboping-1.8.0/src'
# make all-recursive
# make[2]: Entering directory '/tmp/liboping/src/liboping-1.8.0/src'
# Making all in mans
# make[3]: Entering directory '/tmp/liboping/src/liboping-1.8.0/src/mans'
# make[3]: Nothing to be done for 'all'.
# make[3]: Leaving directory '/tmp/liboping/src/liboping-1.8.0/src/mans'
# make[3]: Entering directory '/tmp/liboping/src/liboping-1.8.0/src'
# /bin/sh ../libtool --tag=CC --mode=compile clang -DHAVE_CONFIG_H -I. -Wall -Werror -c -o liboping_la-liboping.lo `test -f 'liboping.c' || echo './'`liboping.c
# libtool: compile: clang -DHAVE_CONFIG_H -I. -Wall -Werror -c liboping.c -fPIC -DPIC -o .libs/liboping_la-liboping.o
# libtool: compile: clang -DHAVE_CONFIG_H -I. -Wall -Werror -c liboping.c -o liboping_la-liboping.o >/dev/null 2>&1
# /bin/sh ../libtool --tag=CC --mode=link clang -Wall -Werror -version-info 2:11:2 -o liboping.la -rpath /usr/lib liboping_la-liboping.lo
# libtool: link: clang -shared -fPIC -DPIC .libs/liboping_la-liboping.o -Wl,-soname -Wl,liboping.so.0 -o .libs/liboping.so.0.2.11
# libtool: link: (cd ".libs" && rm -f "liboping.so.0" && ln -s "liboping.so.0.2.11" "liboping.so.0")
# libtool: link: (cd ".libs" && rm -f "liboping.so" && ln -s "liboping.so.0.2.11" "liboping.so")
# libtool: link: ar cru .libs/liboping.a liboping_la-liboping.o
# ar: `u' modifier ignored since `D' is the default (see `U')
# libtool: link: ranlib .libs/liboping.a
# libtool: link: ( cd ".libs" && rm -f "liboping.la" && ln -s "../liboping.la" "liboping.la" )
# clang -DHAVE_CONFIG_H -I. -Wall -Werror -c -o oping.o oping.c
# /bin/sh ../libtool --tag=CC --mode=link clang -Wall -Werror -o oping oping.o liboping.la -lm
# libtool: link: clang -Wall -Werror -o .libs/oping oping.o ./.libs/liboping.so -lm
# clang -DHAVE_CONFIG_H -I. -DUSE_NCURSES=1 -Wall -Werror -c -o noping-oping.o `test -f 'oping.c' || echo './'`oping.c
# /bin/sh ../libtool --tag=CC --mode=link clang -Wall -Werror -o noping noping-oping.o liboping.la -lm -lncursesw
# libtool: link: clang -Wall -Werror -o .libs/noping noping-oping.o ./.libs/liboping.so -lm -lncursesw
# make[3]: Leaving directory '/tmp/liboping/src/liboping-1.8.0/src'
# make[2]: Leaving directory '/tmp/liboping/src/liboping-1.8.0/src'
# make[1]: Leaving directory '/tmp/liboping/src/liboping-1.8.0/src'
# Making all in bindings
# make[1]: Entering directory '/tmp/liboping/src/liboping-1.8.0/bindings'
# if test ! -d perl; then \
# for file in perl/Changes perl/MANIFEST perl/META.yml perl/Makefile.PL perl/Oping.xs perl/README perl/lib/Net/Oping.pm perl/t/Oping.t perl/typemap; do \
# mkdir -p `dirname $file`; \
# cp ./$file `dirname $file`; \
# done \
# fi
# cd perl && perl Makefile.PL PREFIX="/usr" TOP_BUILDDIR=".." TARGET_LIBDIR="/usr/lib" INSTALLDIRS=vendor
# Checking if your kit is complete...
# Looks good
# Warning: -L../../src/.libs changed to -L/tmp/liboping/src/liboping-1.8.0/bindings/perl/../../src/.libs
# Generating a Unix-style Makefile
# Writing Makefile for Net::Oping
# Writing MYMETA.yml and MYMETA.json
# cd perl && make
# make[2]: Entering directory '/tmp/liboping/src/liboping-1.8.0/bindings/perl'
# cp lib/Net/Oping.pm blib/lib/Net/Oping.pm
# Running Mkbootstrap for Net::Oping ()
# chmod 644 "Oping.bs"
# "/usr/bin/perl" "/usr/share/perl5/core_perl/ExtUtils/xsubpp" -typemap "/usr/share/perl5/core_perl/ExtUtils/typemap" -typemap "typemap" Oping.xs > Oping.xsc && mv Oping.xsc Oping.c
# cc -c -I../../src -D_REENTRANT -D_GNU_SOURCE -fwrapv -fno-strict-aliasing -pipe -fstack-protector-strong -I/usr/local/include -D_LARGEFILE_SOURCE -D_FILE_OFFSET_BITS=64 -march=x86-64 -mtune=generic -O2 -pipe -fstack-protector-strong -DVERSION=\"1.21\" -DXS_VERSION=\"1.21\" -fPIC "-I/usr/lib/perl5/core_perl/CORE" Oping.c
# rm -f blib/arch/auto/Net/Oping/Oping.so
# LD_RUN_PATH="/tmp/liboping/src/liboping-1.8.0/bindings/perl/../../src/.libs" cc -L../../src/.libs -shared -Wl,-O1,--sort-common,--as-needed,-z,relro -L/usr/local/lib -fstack-protector-strong Oping.o -o blib/arch/auto/Net/Oping/Oping.so \
# -L/tmp/liboping/src/liboping-1.8.0/bindings/perl/../../src/.libs -loping \
#
# chmod 755 blib/arch/auto/Net/Oping/Oping.so
# "/usr/bin/perl" -MExtUtils::Command::MM -e 'cp_nonempty' -- Oping.bs blib/arch/auto/Net/Oping/Oping.bs 644
# Manifying 1 pod document
# make[2]: Leaving directory '/tmp/liboping/src/liboping-1.8.0/bindings/perl'
# [ ! -f perl/Makefile ] || ( cd perl && make all )
# make[2]: Entering directory '/tmp/liboping/src/liboping-1.8.0/bindings/perl'
# Running Mkbootstrap for Net::Oping ()
# chmod 644 "Oping.bs"
# Manifying 1 pod document
# make[2]: Leaving directory '/tmp/liboping/src/liboping-1.8.0/bindings/perl'
# make[1]: Leaving directory '/tmp/liboping/src/liboping-1.8.0/bindings'
# make[1]: Entering directory '/tmp/liboping/src/liboping-1.8.0'
# make[1]: Nothing to be done for 'all-am'.
# make[1]: Leaving directory '/tmp/liboping/src/liboping-1.8.0'
# ==> Entering fakeroot environment...
# ==> Starting package()...
# Making install in src
# make[1]: Entering directory '/tmp/liboping/src/liboping-1.8.0/src'
# Making install in mans
# make[2]: Entering directory '/tmp/liboping/src/liboping-1.8.0/src/mans'
# make[3]: Entering directory '/tmp/liboping/src/liboping-1.8.0/src/mans'
# make[3]: Nothing to be done for 'install-exec-am'.
# /usr/bin/mkdir -p '/tmp/liboping/pkg/liboping/usr/share/man/man3'
# /usr/bin/install -c -m 644 liboping.3 ping_construct.3 ping_setopt.3 ping_host_add.3 ping_send.3 ping_get_error.3 ping_iterator_get.3 ping_iterator_get_info.3 ping_iterator_get_context.3 '/tmp/liboping/pkg/liboping/usr/share/man/man3'
# /usr/bin/mkdir -p '/tmp/liboping/pkg/liboping/usr/share/man/man8'
# /usr/bin/install -c -m 644 oping.8 '/tmp/liboping/pkg/liboping/usr/share/man/man8'
# make[3]: Leaving directory '/tmp/liboping/src/liboping-1.8.0/src/mans'
# make[2]: Leaving directory '/tmp/liboping/src/liboping-1.8.0/src/mans'
# make[2]: Entering directory '/tmp/liboping/src/liboping-1.8.0/src'
# make[3]: Entering directory '/tmp/liboping/src/liboping-1.8.0/src'
# /usr/bin/mkdir -p '/tmp/liboping/pkg/liboping/usr/lib'
# /bin/sh ../libtool --mode=install /usr/bin/install -c liboping.la '/tmp/liboping/pkg/liboping/usr/lib'
# libtool: install: /usr/bin/install -c .libs/liboping.so.0.2.11 /tmp/liboping/pkg/liboping/usr/lib/liboping.so.0.2.11
# libtool: install: (cd /tmp/liboping/pkg/liboping/usr/lib && { ln -s -f liboping.so.0.2.11 liboping.so.0 || { rm -f liboping.so.0 && ln -s liboping.so.0.2.11 liboping.so.0; }; })
# libtool: install: (cd /tmp/liboping/pkg/liboping/usr/lib && { ln -s -f liboping.so.0.2.11 liboping.so || { rm -f liboping.so && ln -s liboping.so.0.2.11 liboping.so; }; })
# libtool: install: /usr/bin/install -c .libs/liboping.lai /tmp/liboping/pkg/liboping/usr/lib/liboping.la
# libtool: install: /usr/bin/install -c .libs/liboping.a /tmp/liboping/pkg/liboping/usr/lib/liboping.a
# libtool: install: chmod 644 /tmp/liboping/pkg/liboping/usr/lib/liboping.a
# libtool: install: ranlib /tmp/liboping/pkg/liboping/usr/lib/liboping.a
# libtool: install: warning: remember to run `libtool --finish /usr/lib'
# /usr/bin/mkdir -p '/tmp/liboping/pkg/liboping/usr/bin'
# /bin/sh ../libtool --mode=install /usr/bin/install -c oping noping '/tmp/liboping/pkg/liboping/usr/bin'
# libtool: install: warning: `liboping.la' has not been installed in `/usr/lib'
# libtool: install: /usr/bin/install -c .libs/oping /tmp/liboping/pkg/liboping/usr/bin/oping
# libtool: install: warning: `liboping.la' has not been installed in `/usr/lib'
# libtool: install: /usr/bin/install -c .libs/noping /tmp/liboping/pkg/liboping/usr/bin/noping
# make
# make[4]: Entering directory '/tmp/liboping/src/liboping-1.8.0/src'
# make all-recursive
# make[5]: Entering directory '/tmp/liboping/src/liboping-1.8.0/src'
# Making all in mans
# make[6]: Entering directory '/tmp/liboping/src/liboping-1.8.0/src/mans'
# make[6]: Nothing to be done for 'all'.
# make[6]: Leaving directory '/tmp/liboping/src/liboping-1.8.0/src/mans'
# make[6]: Entering directory '/tmp/liboping/src/liboping-1.8.0/src'
# make[6]: Leaving directory '/tmp/liboping/src/liboping-1.8.0/src'
# make[5]: Leaving directory '/tmp/liboping/src/liboping-1.8.0/src'
# make[4]: Leaving directory '/tmp/liboping/src/liboping-1.8.0/src'
# /usr/bin/mkdir -p '/tmp/liboping/pkg/liboping/usr/include'
# /usr/bin/install -c -m 644 oping.h '/tmp/liboping/pkg/liboping/usr/include'
# /usr/bin/mkdir -p '/tmp/liboping/pkg/liboping/usr/lib/pkgconfig'
# /usr/bin/install -c -m 644 liboping.pc '/tmp/liboping/pkg/liboping/usr/lib/pkgconfig'
# make[3]: Leaving directory '/tmp/liboping/src/liboping-1.8.0/src'
# make[2]: Leaving directory '/tmp/liboping/src/liboping-1.8.0/src'
# make[1]: Leaving directory '/tmp/liboping/src/liboping-1.8.0/src'
# Making install in bindings
# make[1]: Entering directory '/tmp/liboping/src/liboping-1.8.0/bindings'
# cd perl && make
# make[2]: Entering directory '/tmp/liboping/src/liboping-1.8.0/bindings/perl'
# Manifying 1 pod document
# make[2]: Leaving directory '/tmp/liboping/src/liboping-1.8.0/bindings/perl'
# [ ! -f perl/Makefile ] || ( cd perl && make all )
# make[2]: Entering directory '/tmp/liboping/src/liboping-1.8.0/bindings/perl'
# Manifying 1 pod document
# make[2]: Leaving directory '/tmp/liboping/src/liboping-1.8.0/bindings/perl'
# make[2]: Entering directory '/tmp/liboping/src/liboping-1.8.0/bindings'
# [ ! -f perl/Makefile ] || ( cd perl && make install )
# make[3]: Entering directory '/tmp/liboping/src/liboping-1.8.0/bindings/perl'
# Manifying 1 pod document
# Files found in blib/arch: installing files in blib/lib into architecture dependent library tree
# Installing /tmp/liboping/pkg/liboping/usr/lib/perl5/vendor_perl/auto/Net/Oping/Oping.so
# Installing /tmp/liboping/pkg/liboping/usr/lib/perl5/vendor_perl/Net/Oping.pm
# Installing /tmp/liboping/pkg/liboping/usr/share/man/man3/Net::Oping.3pm
# Appending installation info to /tmp/liboping/pkg/liboping/usr/lib/perl5/core_perl/perllocal.pod
# make[3]: Leaving directory '/tmp/liboping/src/liboping-1.8.0/bindings/perl'
# make[2]: Nothing to be done for 'install-data-am'.
# make[2]: Leaving directory '/tmp/liboping/src/liboping-1.8.0/bindings'
# make[1]: Leaving directory '/tmp/liboping/src/liboping-1.8.0/bindings'
# make[1]: Entering directory '/tmp/liboping/src/liboping-1.8.0'
# make[2]: Entering directory '/tmp/liboping/src/liboping-1.8.0'
# make[2]: Nothing to be done for 'install-exec-am'.
# make[2]: Nothing to be done for 'install-data-am'.
# make[2]: Leaving directory '/tmp/liboping/src/liboping-1.8.0'
# make[1]: Leaving directory '/tmp/liboping/src/liboping-1.8.0'
# ==> Tidying install...
# -> Removing doc files...
# -> Purging unwanted files...
# ==> Checking for packaging issue...
# ==> Creating package "liboping"...
# -> Generating .PKGINFO file...
# -> Generating .BUILDINFO file...
# error: invalid option '--noprogressbar'
# -> Adding install file...
# -> Generating .MTREE file...
# -> Compressing package...
# ==> Leaving fakeroot environment.
# ==> Finished making: liboping 1.8.0-4 (Thu Apr 13 16:26:10 UTC 2017)

CMD: pacman --query --file liboping-1.8.0-4-x86_64.pkg.tar.xz
# liboping 1.8.0-4

Creating hybrid package for 'liboping'

Trying to find vanilla package 'liboping'...

CMD: pacman --query --file /mirror/liboping-1.8.0-4.pkg.tar.xz
# liboping 1.8.0-4

Package file has the following structure:
# /.PKGINFO
# /.BUILDINFO
# /.INSTALL
# /.MTREE
# /usr/bin/oping
# /usr/bin/noping
# /usr/include/oping.h
# /usr/share/man/man3/ping_send.3.gz
# /usr/share/man/man3/ping_host_add.3.gz
# /usr/share/man/man3/ping_setopt.3.gz
# /usr/share/man/man3/ping_get_error.3.gz
# /usr/share/man/man3/ping_iterator_get_context.3.gz
# /usr/share/man/man3/liboping.3.gz
# /usr/share/man/man3/ping_iterator_get.3.gz
# /usr/share/man/man3/ping_iterator_get_info.3.gz
# /usr/share/man/man3/ping_construct.3.gz
# /usr/share/man/man3/Net::Oping.3pm.gz
# /usr/share/man/man8/oping.8.gz
# /usr/lib/liboping.so
# /usr/lib/liboping.so.0.2.11
# /usr/lib/liboping.so.0
# /usr/lib/perl5/vendor_perl/Net/Oping.pm
# /usr/lib/perl5/vendor_perl/auto/Net/Oping/Oping.so
# /usr/lib/pkgconfig/liboping.pc
# /sysroot/usr/lib/liboping.so.0.2.11
# /sysroot/usr/lib/liboping.so.0
# /sysroot/usr/lib/liboping.so
# /sysroot/usr/lib/liboping.la
# /sysroot/usr/lib/liboping.a
# /sysroot/usr/lib/pkgconfig/liboping.pc
# /sysroot/usr/lib/perl5/vendor_perl/Net/Oping.pm
# /sysroot/usr/lib/perl5/vendor_perl/auto/Net/Oping/Oping.so
# /sysroot/usr/include/oping.h

Generating .MTREE

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

Tar-ing up files

CMD: bsdtar -cf - .PKGINFO .BUILDINFO .INSTALL usr sysroot .MTREE

CMD: xz -c -z

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

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

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

Attempting to access local repository, attempt 1

CMD: repo-add /var/cache/pacman/pkg/tuscan.db.tar /var/cache/pacman/pkg/liboping.pkg.tar.xz
# ==> Extracting database to a temporary location...
# ==> Extracting database to a temporary location...
# ==> Adding package '/var/cache/pacman/pkg/liboping.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/liboping/src/liboping-1.8.0/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 liboping configure 1.8.0, which was
# generated by GNU Autoconf 2.69. Invocation command line was
#
# $ ./configure --host=x86_64-unknown-linux --prefix=/usr --with-perl-bindings=INSTALLDIRS=vendor
#
# ## --------- ##
# ## Platform. ##
# ## --------- ##
#
# hostname = 46015792f094
# 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:2440: checking for a BSD-compatible install
# configure:2508: result: /usr/bin/install -c
# configure:2519: checking whether build environment is sane
# configure:2574: result: yes
# configure:2633: checking for x86_64-unknown-linux-strip
# configure:2663: result: no
# configure:2673: checking for strip
# configure:2689: found /usr/bin/strip
# configure:2700: result: strip
# configure:2725: checking for a thread-safe mkdir -p
# configure:2764: result: /usr/bin/mkdir -p
# configure:2771: checking for gawk
# configure:2787: found /usr/bin/gawk
# configure:2798: result: gawk
# configure:2809: checking whether make sets $(MAKE)
# configure:2831: result: yes
# configure:2860: checking whether make supports nested variables
# configure:2877: result: yes
# configure:3038: checking for x86_64-unknown-linux-gcc
# configure:3065: result: clang
# configure:3334: checking for C compiler version
# configure:3343: 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:3354: $? = 0
# configure:3343: 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:3354: $? = 0
# configure:3343: clang -V >&5
# clang-3.8: error: argument to '-V' is missing (expected 1 value)
# clang-3.8: error: no input files
# configure:3354: $? = 1
# configure:3343: clang -qversion >&5
# clang-3.8: error: unknown argument: '-qversion'
# clang-3.8: error: no input files
# configure:3354: $? = 1
# configure:3374: checking whether the C compiler works
# configure:3396: clang conftest.c >&5
# configure:3400: $? = 0
# configure:3448: result: yes
# configure:3451: checking for C compiler default output file name
# configure:3453: result: a.out
# configure:3459: checking for suffix of executables
# configure:3466: clang -o conftest conftest.c >&5
# configure:3470: $? = 0
# configure:3492: result:
# configure:3514: checking whether we are cross compiling
# configure:3522: clang -o conftest conftest.c >&5
# configure:3526: $? = 0
# configure:3533: ./conftest
# configure:3537: $? = 0
# configure:3552: result: no
# configure:3557: checking for suffix of object files
# configure:3579: clang -c conftest.c >&5
# configure:3583: $? = 0
# configure:3604: result: o
# configure:3608: checking whether we are using the GNU C compiler
# configure:3627: clang -c conftest.c >&5
# configure:3627: $? = 0
# configure:3636: result: yes
# configure:3645: checking whether clang accepts -g
# configure:3665: clang -c -g conftest.c >&5
# configure:3665: $? = 0
# configure:3706: result: yes
# configure:3723: checking for clang option to accept ISO C89
# configure:3786: clang -c conftest.c >&5
# configure:3786: $? = 0
# configure:3799: result: none needed
# configure:3824: checking whether clang understands -c and -o together
# configure:3846: clang -c conftest.c -o conftest2.o
# configure:3849: $? = 0
# configure:3846: clang -c conftest.c -o conftest2.o
# configure:3849: $? = 0
# configure:3861: result: yes
# configure:3889: checking for style of include used by make
# configure:3917: result: GNU
# configure:3943: checking dependency style of clang
# configure:4054: result: none
# configure:4074: checking how to run the C preprocessor
# configure:4105: clang -E conftest.c
# configure:4105: $? = 0
# configure:4119: clang -E conftest.c
# conftest.c:11:10: fatal error: 'ac_nonexistent.h' file not found
# #include
# ^
# 1 error generated.
# configure:4119: $? = 1
# configure: failed program was:
# | /* confdefs.h */
# | #define PACKAGE_NAME "liboping"
# | #define PACKAGE_TARNAME "liboping"
# | #define PACKAGE_VERSION "1.8.0"
# | #define PACKAGE_STRING "liboping 1.8.0"
# | #define PACKAGE_BUGREPORT "liboping@verplant.org"
# | #define PACKAGE_URL "http://noping.cc/"
# | #define PACKAGE "liboping"
# | #define VERSION "1.8.0"
# | /* end confdefs.h. */
# | #include
# configure:4144: result: clang -E
# configure:4164: clang -E conftest.c
# configure:4164: $? = 0
# configure:4178: clang -E conftest.c
# conftest.c:11:10: fatal error: 'ac_nonexistent.h' file not found
# #include
# ^
# 1 error generated.
# configure:4178: $? = 1
# configure: failed program was:
# | /* confdefs.h */
# | #define PACKAGE_NAME "liboping"
# | #define PACKAGE_TARNAME "liboping"
# | #define PACKAGE_VERSION "1.8.0"
# | #define PACKAGE_STRING "liboping 1.8.0"
# | #define PACKAGE_BUGREPORT "liboping@verplant.org"
# | #define PACKAGE_URL "http://noping.cc/"
# | #define PACKAGE "liboping"
# | #define VERSION "1.8.0"
# | /* end confdefs.h. */
# | #include
# configure:4207: checking whether ln -s works
# configure:4211: result: yes
# configure:4218: checking whether make sets $(MAKE)
# configure:4240: result: yes
# configure:4294: checking build system type
# configure:4308: result: x86_64-unknown-linux-gnu
# configure:4328: checking host system type
# configure:4341: result: x86_64-unknown-linux-gnu
# configure:4382: checking how to print strings
# configure:4409: result: printf
# configure:4430: checking for a sed that does not truncate output
# configure:4494: result: /usr/bin/sed
# configure:4512: checking for grep that handles long lines and -e
# configure:4570: result: /usr/bin/grep
# configure:4575: checking for egrep
# configure:4637: result: /usr/bin/grep -E
# configure:4642: checking for fgrep
# configure:4704: result: /usr/bin/grep -F
# configure:4739: checking for ld used by clang
# configure:4806: result: /usr/bin/ld
# configure:4813: checking if the linker (/usr/bin/ld) is GNU ld
# configure:4828: result: yes
# configure:4840: checking for BSD- or MS-compatible name lister (nm)
# configure:4889: result: /usr/bin/nm -B
# configure:5019: checking the name lister (/usr/bin/nm -B) interface
# configure:5026: clang -c conftest.c >&5
# configure:5029: /usr/bin/nm -B "conftest.o"
# configure:5032: output
# 0000000000000000 B some_variable
# configure:5039: result: BSD nm
# configure:5043: checking the maximum length of command line arguments
# configure:5174: result: 1572864
# configure:5191: checking whether the shell understands some XSI constructs
# configure:5201: result: yes
# configure:5205: checking whether the shell understands "+="
# configure:5211: result: yes
# configure:5246: checking how to convert x86_64-unknown-linux-gnu file names to x86_64-unknown-linux-gnu format
# configure:5286: result: func_convert_file_noop
# configure:5293: checking how to convert x86_64-unknown-linux-gnu file names to toolchain format
# configure:5313: result: func_convert_file_noop
# configure:5320: checking for /usr/bin/ld option to reload object files
# configure:5327: result: -r
# configure:5361: checking for x86_64-unknown-linux-objdump
# configure:5391: result: no
# configure:5401: checking for objdump
# configure:5417: found /usr/bin/objdump
# configure:5428: result: objdump
# configure:5460: checking how to recognize dependent libraries
# configure:5658: result: pass_all
# configure:5703: checking for x86_64-unknown-linux-dlltool
# configure:5733: result: no
# configure:5743: checking for dlltool
# configure:5773: result: no
# configure:5803: checking how to associate runtime and link libraries
# configure:5830: result: printf %s\n
# configure:5847: checking for x86_64-unknown-linux-ar
# configure:5877: result: no
# configure:5891: checking for ar
# configure:5907: found /usr/bin/ar
# configure:5918: result: ar
# configure:5955: checking for archiver @FILE support
# configure:5972: clang -c conftest.c >&5
# configure:5972: $? = 0
# configure:5975: ar cru libconftest.a @conftest.lst >&5
# ar: `u' modifier ignored since `D' is the default (see `U')
# configure:5978: $? = 0
# configure:5983: 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:5986: $? = 1
# configure:5998: result: @
# configure:6016: checking for x86_64-unknown-linux-strip
# configure:6043: result: strip
# configure:6115: checking for x86_64-unknown-linux-ranlib
# configure:6145: result: no
# configure:6155: checking for ranlib
# configure:6171: found /usr/bin/ranlib
# configure:6182: result: ranlib
# configure:6284: checking command to parse /usr/bin/nm -B output from clang object
# configure:6404: clang -c conftest.c >&5
# configure:6407: $? = 0
# configure:6411: /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:6414: $? = 0
# configure:6480: clang -o conftest conftest.c conftstm.o >&5
# configure:6483: $? = 0
# configure:6521: result: ok
# configure:6558: checking for sysroot
# configure:6588: result: no
# configure:6665: clang -c conftest.c >&5
# configure:6668: $? = 0
# configure:6817: checking for x86_64-unknown-linux-mt
# configure:6847: result: no
# configure:6857: checking for mt
# configure:6887: result: no
# configure:6907: checking if : is a manifest tool
# configure:6913: : '-?'
# configure:6921: result: no
# configure:7559: checking for ANSI C header files
# configure:7579: clang -c conftest.c >&5
# configure:7579: $? = 0
# configure:7652: clang -o conftest conftest.c >&5
# configure:7652: $? = 0
# configure:7652: ./conftest
# configure:7652: $? = 0
# configure:7663: result: yes
# configure:7676: checking for sys/types.h
# configure:7676: clang -c conftest.c >&5
# configure:7676: $? = 0
# configure:7676: result: yes
# configure:7676: checking for sys/stat.h
# configure:7676: clang -c conftest.c >&5
# configure:7676: $? = 0
# configure:7676: result: yes
# configure:7676: checking for stdlib.h
# configure:7676: clang -c conftest.c >&5
# configure:7676: $? = 0
# configure:7676: result: yes
# configure:7676: checking for string.h
# configure:7676: clang -c conftest.c >&5
# configure:7676: $? = 0
# configure:7676: result: yes
# configure:7676: checking for memory.h
# configure:7676: clang -c conftest.c >&5
# configure:7676: $? = 0
# configure:7676: result: yes
# configure:7676: checking for strings.h
# configure:7676: clang -c conftest.c >&5
# configure:7676: $? = 0
# configure:7676: result: yes
# configure:7676: checking for inttypes.h
# configure:7676: clang -c conftest.c >&5
# configure:7676: $? = 0
# configure:7676: result: yes
# configure:7676: checking for stdint.h
# configure:7676: clang -c conftest.c >&5
# configure:7676: $? = 0
# configure:7676: result: yes
# configure:7676: checking for unistd.h
# configure:7676: clang -c conftest.c >&5
# configure:7676: $? = 0
# configure:7676: result: yes
# configure:7690: checking for dlfcn.h
# configure:7690: clang -c conftest.c >&5
# configure:7690: $? = 0
# configure:7690: result: yes
# configure:7895: checking for objdir
# configure:7910: result: .libs
# configure:8181: checking if clang supports -fno-rtti -fno-exceptions
# configure:8199: clang -c -fno-rtti -fno-exceptions conftest.c >&5
# configure:8203: $? = 0
# configure:8216: result: yes
# configure:8543: checking for clang option to produce PIC
# configure:8550: result: -fPIC -DPIC
# configure:8558: checking if clang PIC flag -fPIC -DPIC works
# configure:8576: clang -c -fPIC -DPIC -DPIC conftest.c >&5
# configure:8580: $? = 0
# configure:8593: result: yes
# configure:8622: checking if clang static flag -static works
# configure:8650: result: yes
# configure:8665: checking if clang supports -c -o file.o
# configure:8686: clang -c -o out/conftest2.o conftest.c >&5
# configure:8690: $? = 0
# configure:8712: result: yes
# configure:8720: checking if clang supports -c -o file.o
# configure:8767: result: yes
# configure:8800: checking whether the clang linker (/usr/bin/ld -m elf_x86_64) supports shared libraries
# configure:9957: result: yes
# configure:9994: checking whether -lc should be explicitly linked in
# configure:10002: clang -c conftest.c >&5
# configure:10005: $? = 0
# configure:10020: clang -shared -fPIC -DPIC conftest.o -v -Wl,-soname -Wl,conftest -o conftest 2\>\&1 \| /usr/bin/grep -lc \>/dev/null 2\>\&1
# configure:10023: $? = 0
# configure:10037: result: no
# configure:10197: checking dynamic linker characteristics
# configure:10697: clang -o conftest -Wl,-rpath -Wl,/foo conftest.c >&5
# configure:10697: $? = 0
# configure:10931: result: GNU/Linux ld.so
# configure:11038: checking how to hardcode library paths into programs
# configure:11063: result: immediate
# configure:11157: checking for shl_load
# configure:11157: clang -o conftest conftest.c >&5
# /tmp/conftest-a140ff.o: In function `main':
# conftest.c:(.text+0x12): undefined reference to `shl_load'
# clang-3.8: error: linker command failed with exit code 1 (use -v to see invocation)
# configure:11157: $? = 1
# configure: failed program was:
# | /* confdefs.h */
# | #define PACKAGE_NAME "liboping"
# | #define PACKAGE_TARNAME "liboping"
# | #define PACKAGE_VERSION "1.8.0"
# | #define PACKAGE_STRING "liboping 1.8.0"
# | #define PACKAGE_BUGREPORT "liboping@verplant.org"
# | #define PACKAGE_URL "http://noping.cc/"
# | #define PACKAGE "liboping"
# | #define VERSION "1.8.0"
# | #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. */
# | /* Define shl_load to an innocuous variant, in case declares shl_load.
# | For example, HP-UX 11i declares gettimeofday. */
# | #define shl_load innocuous_shl_load
# |
# | /* System header to define __stub macros and hopefully few prototypes,
# | which can conflict with char shl_load (); below.
# | Prefer to if __STDC__ is defined, since
# | exists even on freestanding compilers. */
# |
# | #ifdef __STDC__
# | # include
# | #else
# | # include
# | #endif
# |
# | #undef shl_load
# |
# | /* 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 shl_load ();
# | /* 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_shl_load || defined __stub___shl_load
# | choke me
# | #endif
# |
# | int
# | main ()
# | {
# | return shl_load ();
# | ;
# | return 0;
# | }
# configure:11157: result: no
# configure:11161: checking for shl_load in -ldld
# configure:11186: clang -o conftest conftest.c -ldld >&5
# /usr/bin/ld: cannot find -ldld
# clang-3.8: error: linker command failed with exit code 1 (use -v to see invocation)
# configure:11186: $? = 1
# configure: failed program was:
# | /* confdefs.h */
# | #define PACKAGE_NAME "liboping"
# | #define PACKAGE_TARNAME "liboping"
# | #define PACKAGE_VERSION "1.8.0"
# | #define PACKAGE_STRING "liboping 1.8.0"
# | #define PACKAGE_BUGREPORT "liboping@verplant.org"
# | #define PACKAGE_URL "http://noping.cc/"
# | #define PACKAGE "liboping"
# | #define VERSION "1.8.0"
# | #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 shl_load ();
# | int
# | main ()
# | {
# | return shl_load ();
# | ;
# | return 0;
# | }
# configure:11195: result: no
# configure:11200: checking for dlopen
# configure:11200: clang -o conftest conftest.c >&5
# /tmp/conftest-5dbce3.o: In function `main':
# conftest.c:(.text+0x12): undefined reference to `dlopen'
# clang-3.8: error: linker command failed with exit code 1 (use -v to see invocation)
# configure:11200: $? = 1
# configure: failed program was:
# | /* confdefs.h */
# | #define PACKAGE_NAME "liboping"
# | #define PACKAGE_TARNAME "liboping"
# | #define PACKAGE_VERSION "1.8.0"
# | #define PACKAGE_STRING "liboping 1.8.0"
# | #define PACKAGE_BUGREPORT "liboping@verplant.org"
# | #define PACKAGE_URL "http://noping.cc/"
# | #define PACKAGE "liboping"
# | #define VERSION "1.8.0"
# | #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. */
# | /* Define dlopen to an innocuous variant, in case declares dlopen.
# | For example, HP-UX 11i declares gettimeofday. */
# | #define dlopen innocuous_dlopen
# |
# | /* System header to define __stub macros and hopefully few prototypes,
# | which can conflict with char dlopen (); below.
# | Prefer to if __STDC__ is defined, since
# | exists even on freestanding compilers. */
# |
# | #ifdef __STDC__
# | # include
# | #else
# | # include
# | #endif
# |
# | #undef dlopen
# |
# | /* 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 dlopen ();
# | /* 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_dlopen || defined __stub___dlopen
# | choke me
# | #endif
# |
# | int
# | main ()
# | {
# | return dlopen ();
# | ;
# | return 0;
# | }
# configure:11200: result: no
# configure:11204: checking for dlopen in -ldl
# configure:11229: clang -o conftest conftest.c -ldl >&5
# configure:11229: $? = 0
# configure:11238: result: yes
# configure:11357: checking whether a program can dlopen itself
# configure:11437: clang -o conftest -DHAVE_DLFCN_H -Wl,--export-dynamic conftest.c -ldl >&5
# configure:11440: $? = 0
# configure:11458: result: yes
# configure:11463: checking whether a statically linked program can dlopen itself
# configure:11543: clang -o conftest -DHAVE_DLFCN_H -Wl,--export-dynamic -static conftest.c -ldl >&5
# /tmp/conftest-4b125a.o: In function `main':
# conftest.c:(.text+0x29): warning: Using 'dlopen' in statically linked applications requires at runtime the shared libraries from the glibc version used for linking
# /usr/bin/ld: dynamic STT_GNU_IFUNC symbol `strcmp' with pointer equality in `/usr/bin/../lib64/gcc/x86_64-pc-linux-gnu/6.1.1/../../../../lib64/libc.a(strcmp.o)' can not be used when making an executable; recompile with -fPIE and relink with -pie
# clang-3.8: error: linker command failed with exit code 1 (use -v to see invocation)
# configure:11546: $? = 1
# configure:11564: result: no
# configure:11603: checking whether stripping libraries is possible
# configure:11608: result: yes
# configure:11643: checking if libtool supports shared libraries
# configure:11645: result: yes
# configure:11648: checking whether to build shared libraries
# configure:11669: result: yes
# configure:11672: checking whether to build static libraries
# configure:11676: result: yes
# configure:11728: checking for ANSI C header files
# configure:11832: result: yes
# configure:11840: checking whether time.h and sys/time.h may both be included
# configure:11860: clang -c conftest.c >&5
# configure:11860: $? = 0
# configure:11867: result: yes
# configure:11878: checking math.h usability
# configure:11878: clang -c conftest.c >&5
# configure:11878: $? = 0
# configure:11878: result: yes
# configure:11878: checking math.h presence
# configure:11878: clang -E conftest.c
# configure:11878: $? = 0
# configure:11878: result: yes
# configure:11878: checking for math.h
# configure:11878: result: yes
# configure:11878: checking signal.h usability
# configure:11878: clang -c conftest.c >&5
# configure:11878: $? = 0
# configure:11878: result: yes
# configure:11878: checking signal.h presence
# configure:11878: clang -E conftest.c
# configure:11878: $? = 0
# configure:11878: result: yes
# configure:11878: checking for signal.h
# configure:11878: result: yes
# configure:11878: checking fcntl.h usability
# configure:11878: clang -c conftest.c >&5
# configure:11878: $? = 0
# configure:11878: result: yes
# configure:11878: checking fcntl.h presence
# configure:11878: clang -E conftest.c
# configure:11878: $? = 0
# configure:11878: result: yes
# configure:11878: checking for fcntl.h
# configure:11878: result: yes
# configure:11878: checking for inttypes.h
# configure:11878: result: yes
# configure:11878: checking netdb.h usability
# configure:11878: clang -c conftest.c >&5
# configure:11878: $? = 0
# configure:11878: result: yes
# configure:11878: checking netdb.h presence
# configure:11878: clang -E conftest.c
# configure:11878: $? = 0
# configure:11878: result: yes
# configure:11878: checking for netdb.h
# configure:11878: result: yes
# configure:11878: checking for stdint.h
# configure:11878: result: yes
# configure:11878: checking for stdlib.h
# configure:11878: result: yes
# configure:11878: checking for string.h
# configure:11878: result: yes
# configure:11878: checking sys/socket.h usability
# configure:11878: clang -c conftest.c >&5
# configure:11878: $? = 0
# configure:11878: result: yes
# configure:11878: checking sys/socket.h presence
# configure:11878: clang -E conftest.c
# configure:11878: $? = 0
# configure:11878: result: yes
# configure:11878: checking for sys/socket.h
# configure:11878: result: yes
# configure:11878: checking sys/time.h usability
# configure:11878: clang -c conftest.c >&5
# configure:11878: $? = 0
# configure:11878: result: yes
# configure:11878: checking sys/time.h presence
# configure:11878: clang -E conftest.c
# configure:11878: $? = 0
# configure:11878: result: yes
# configure:11878: checking for sys/time.h
# configure:11878: result: yes
# configure:11878: checking for unistd.h
# configure:11878: result: yes
# configure:11878: checking locale.h usability
# configure:11878: clang -c conftest.c >&5
# configure:11878: $? = 0
# configure:11878: result: yes
# configure:11878: checking locale.h presence
# configure:11878: clang -E conftest.c
# configure:11878: $? = 0
# configure:11878: result: yes
# configure:11878: checking for locale.h
# configure:11878: result: yes
# configure:11878: checking langinfo.h usability
# configure:11878: clang -c conftest.c >&5
# configure:11878: $? = 0
# configure:11878: result: yes
# configure:11878: checking langinfo.h presence
# configure:11878: clang -E conftest.c
# configure:11878: $? = 0
# configure:11878: result: yes
# configure:11878: checking for langinfo.h
# configure:11878: result: yes
# configure:11892: checking for netinet/in_systm.h
# configure:11892: clang -c conftest.c >&5
# configure:11892: $? = 0
# configure:11892: result: yes
# configure:11911: checking for netinet/in.h
# configure:11911: clang -c conftest.c >&5
# configure:11911: $? = 0
# configure:11911: result: yes
# configure:11933: checking for netinet/ip.h
# configure:11933: clang -c conftest.c >&5
# configure:11933: $? = 0
# configure:11933: result: yes
# configure:11958: checking for netinet/ip_icmp.h
# configure:11958: clang -c conftest.c >&5
# configure:11958: $? = 0
# configure:11958: result: yes
# configure:11986: checking for netinet/ip_var.h
# configure:11986: clang -c conftest.c >&5
# conftest.c:59:10: fatal error: 'netinet/ip_var.h' file not found
# #include
# ^
# 1 error generated.
# configure:11986: $? = 1
# configure: failed program was:
# | /* confdefs.h */
# | #define PACKAGE_NAME "liboping"
# | #define PACKAGE_TARNAME "liboping"
# | #define PACKAGE_VERSION "1.8.0"
# | #define PACKAGE_STRING "liboping 1.8.0"
# | #define PACKAGE_BUGREPORT "liboping@verplant.org"
# | #define PACKAGE_URL "http://noping.cc/"
# | #define PACKAGE "liboping"
# | #define VERSION "1.8.0"
# | #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 STDC_HEADERS 1
# | #define TIME_WITH_SYS_TIME 1
# | #define HAVE_MATH_H 1
# | #define HAVE_SIGNAL_H 1
# | #define HAVE_FCNTL_H 1
# | #define HAVE_INTTYPES_H 1
# | #define HAVE_NETDB_H 1
# | #define HAVE_STDINT_H 1
# | #define HAVE_STDLIB_H 1
# | #define HAVE_STRING_H 1
# | #define HAVE_SYS_SOCKET_H 1
# | #define HAVE_SYS_TIME_H 1
# | #define HAVE_UNISTD_H 1
# | #define HAVE_LOCALE_H 1
# | #define HAVE_LANGINFO_H 1
# | #define HAVE_NETINET_IN_SYSTM_H 1
# | #define HAVE_NETINET_IN_H 1
# | #define HAVE_NETINET_IP_H 1
# | #define HAVE_NETINET_IP_ICMP_H 1
# | /* end confdefs.h. */
# | #if HAVE_STDINT_H
# | # include
# | #endif
# | #if HAVE_SYS_TYPES_H
# | # include
# | #endif
# | #if HAVE_NETINET_IN_SYSTM_H
# | # include
# | #endif
# | #if HAVE_NETINET_IN_H
# | # include
# | #endif
# | #if HAVE_NETINET_IP_H
# | # include
# | #endif
# |
# |
# | #include
# configure:11986: result: no
# configure:12014: checking for netinet/ip6.h
# configure:12014: clang -c conftest.c >&5
# configure:12014: $? = 0
# configure:12014: result: yes
# configure:12042: checking for netinet/icmp6.h
# configure:12042: clang -c conftest.c >&5
# configure:12042: $? = 0
# configure:12042: result: yes
# configure:12070: checking for size_t
# configure:12070: clang -c conftest.c >&5
# configure:12070: $? = 0
# configure:12070: clang -c conftest.c >&5
# conftest.c:80:21: error: expected expression
# if (sizeof ((size_t)))
# ^
# 1 error generated.
# configure:12070: $? = 1
# configure: failed program was:
# | /* confdefs.h */
# | #define PACKAGE_NAME "liboping"
# | #define PACKAGE_TARNAME "liboping"
# | #define PACKAGE_VERSION "1.8.0"
# | #define PACKAGE_STRING "liboping 1.8.0"
# | #define PACKAGE_BUGREPORT "liboping@verplant.org"
# | #define PACKAGE_URL "http://noping.cc/"
# | #define PACKAGE "liboping"
# | #define VERSION "1.8.0"
# | #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 STDC_HEADERS 1
# | #define TIME_WITH_SYS_TIME 1
# | #define HAVE_MATH_H 1
# | #define HAVE_SIGNAL_H 1
# | #define HAVE_FCNTL_H 1
# | #define HAVE_INTTYPES_H 1
# | #define HAVE_NETDB_H 1
# | #define HAVE_STDINT_H 1
# | #define HAVE_STDLIB_H 1
# | #define HAVE_STRING_H 1
# | #define HAVE_SYS_SOCKET_H 1
# | #define HAVE_SYS_TIME_H 1
# | #define HAVE_UNISTD_H 1
# | #define HAVE_LOCALE_H 1
# | #define HAVE_LANGINFO_H 1
# | #define HAVE_NETINET_IN_SYSTM_H 1
# | #define HAVE_NETINET_IN_H 1
# | #define HAVE_NETINET_IP_H 1
# | #define HAVE_NETINET_IP_ICMP_H 1
# | #define HAVE_NETINET_IP6_H 1
# | #define HAVE_NETINET_ICMP6_H 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
# | int
# | main ()
# | {
# | if (sizeof ((size_t)))
# | return 0;
# | ;
# | return 0;
# | }
# configure:12070: result: yes
# configure:12081: checking for ssize_t
# configure:12081: clang -c conftest.c >&5
# configure:12081: $? = 0
# configure:12081: clang -c conftest.c >&5
# conftest.c:80:22: error: expected expression
# if (sizeof ((ssize_t)))
# ^
# 1 error generated.
# configure:12081: $? = 1
# configure: failed program was:
# | /* confdefs.h */
# | #define PACKAGE_NAME "liboping"
# | #define PACKAGE_TARNAME "liboping"
# | #define PACKAGE_VERSION "1.8.0"
# | #define PACKAGE_STRING "liboping 1.8.0"
# | #define PACKAGE_BUGREPORT "liboping@verplant.org"
# | #define PACKAGE_URL "http://noping.cc/"
# | #define PACKAGE "liboping"
# | #define VERSION "1.8.0"
# | #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 STDC_HEADERS 1
# | #define TIME_WITH_SYS_TIME 1
# | #define HAVE_MATH_H 1
# | #define HAVE_SIGNAL_H 1
# | #define HAVE_FCNTL_H 1
# | #define HAVE_INTTYPES_H 1
# | #define HAVE_NETDB_H 1
# | #define HAVE_STDINT_H 1
# | #define HAVE_STDLIB_H 1
# | #define HAVE_STRING_H 1
# | #define HAVE_SYS_SOCKET_H 1
# | #define HAVE_SYS_TIME_H 1
# | #define HAVE_UNISTD_H 1
# | #define HAVE_LOCALE_H 1
# | #define HAVE_LANGINFO_H 1
# | #define HAVE_NETINET_IN_SYSTM_H 1
# | #define HAVE_NETINET_IN_H 1
# | #define HAVE_NETINET_IP_H 1
# | #define HAVE_NETINET_IP_ICMP_H 1
# | #define HAVE_NETINET_IP6_H 1
# | #define HAVE_NETINET_ICMP6_H 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
# | int
# | main ()
# | {
# | if (sizeof ((ssize_t)))
# | return 0;
# | ;
# | return 0;
# | }
# configure:12081: result: yes
# configure:12092: checking for uid_t in sys/types.h
# configure:12111: result: yes
# configure:12122: checking for uint16_t
# configure:12122: clang -c conftest.c >&5
# configure:12122: $? = 0
# configure:12122: result: yes
# configure:12134: checking for uint32_t
# configure:12134: clang -c conftest.c >&5
# configure:12134: $? = 0
# configure:12134: result: yes
# configure:12148: checking for uint8_t
# configure:12148: clang -c conftest.c >&5
# configure:12148: $? = 0
# configure:12148: result: yes
# configure:12168: checking for socket
# configure:12168: clang -o conftest conftest.c >&5
# configure:12168: $? = 0
# configure:12168: result: yes
# configure:12227: checking for __xnet_recvmsg in -lxnet
# configure:12252: clang -o conftest conftest.c -lxnet >&5
# /usr/bin/ld: cannot find -lxnet
# clang-3.8: error: linker command failed with exit code 1 (use -v to see invocation)
# configure:12252: $? = 1
# configure: failed program was:
# | /* confdefs.h */
# | #define PACKAGE_NAME "liboping"
# | #define PACKAGE_TARNAME "liboping"
# | #define PACKAGE_VERSION "1.8.0"
# | #define PACKAGE_STRING "liboping 1.8.0"
# | #define PACKAGE_BUGREPORT "liboping@verplant.org"
# | #define PACKAGE_URL "http://noping.cc/"
# | #define PACKAGE "liboping"
# | #define VERSION "1.8.0"
# | #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 STDC_HEADERS 1
# | #define TIME_WITH_SYS_TIME 1
# | #define HAVE_MATH_H 1
# | #define HAVE_SIGNAL_H 1
# | #define HAVE_FCNTL_H 1
# | #define HAVE_INTTYPES_H 1
# | #define HAVE_NETDB_H 1
# | #define HAVE_STDINT_H 1
# | #define HAVE_STDLIB_H 1
# | #define HAVE_STRING_H 1
# | #define HAVE_SYS_SOCKET_H 1
# | #define HAVE_SYS_TIME_H 1
# | #define HAVE_UNISTD_H 1
# | #define HAVE_LOCALE_H 1
# | #define HAVE_LANGINFO_H 1
# | #define HAVE_NETINET_IN_SYSTM_H 1
# | #define HAVE_NETINET_IN_H 1
# | #define HAVE_NETINET_IP_H 1
# | #define HAVE_NETINET_IP_ICMP_H 1
# | #define HAVE_NETINET_IP6_H 1
# | #define HAVE_NETINET_ICMP6_H 1
# | #define HAVE_SOCKET 1
# | /* 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 __xnet_recvmsg ();
# | int
# | main ()
# | {
# | return __xnet_recvmsg ();
# | ;
# | return 0;
# | }
# configure:12261: result: no
# configure:12280: checking for nanosleep
# configure:12280: clang -o conftest conftest.c >&5
# configure:12280: $? = 0
# configure:12280: result: yes
# configure:12345: checking ncursesw/ncurses.h usability
# configure:12345: clang -c conftest.c >&5
# conftest.c:79:10: fatal error: 'ncursesw/ncurses.h' file not found
# #include
# ^
# 1 error generated.
# configure:12345: $? = 1
# configure: failed program was:
# | /* confdefs.h */
# | #define PACKAGE_NAME "liboping"
# | #define PACKAGE_TARNAME "liboping"
# | #define PACKAGE_VERSION "1.8.0"
# | #define PACKAGE_STRING "liboping 1.8.0"
# | #define PACKAGE_BUGREPORT "liboping@verplant.org"
# | #define PACKAGE_URL "http://noping.cc/"
# | #define PACKAGE "liboping"
# | #define VERSION "1.8.0"
# | #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 STDC_HEADERS 1
# | #define TIME_WITH_SYS_TIME 1
# | #define HAVE_MATH_H 1
# | #define HAVE_SIGNAL_H 1
# | #define HAVE_FCNTL_H 1
# | #define HAVE_INTTYPES_H 1
# | #define HAVE_NETDB_H 1
# | #define HAVE_STDINT_H 1
# | #define HAVE_STDLIB_H 1
# | #define HAVE_STRING_H 1
# | #define HAVE_SYS_SOCKET_H 1
# | #define HAVE_SYS_TIME_H 1
# | #define HAVE_UNISTD_H 1
# | #define HAVE_LOCALE_H 1
# | #define HAVE_LANGINFO_H 1
# | #define HAVE_NETINET_IN_SYSTM_H 1
# | #define HAVE_NETINET_IN_H 1
# | #define HAVE_NETINET_IP_H 1
# | #define HAVE_NETINET_IP_ICMP_H 1
# | #define HAVE_NETINET_IP6_H 1
# | #define HAVE_NETINET_ICMP6_H 1
# | #define HAVE_SOCKET 1
# | #define HAVE_NANOSLEEP 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:12345: result: no
# configure:12345: checking ncursesw/ncurses.h presence
# configure:12345: clang -E conftest.c
# conftest.c:46:10: fatal error: 'ncursesw/ncurses.h' file not found
# #include
# ^
# 1 error generated.
# configure:12345: $? = 1
# configure: failed program was:
# | /* confdefs.h */
# | #define PACKAGE_NAME "liboping"
# | #define PACKAGE_TARNAME "liboping"
# | #define PACKAGE_VERSION "1.8.0"
# | #define PACKAGE_STRING "liboping 1.8.0"
# | #define PACKAGE_BUGREPORT "liboping@verplant.org"
# | #define PACKAGE_URL "http://noping.cc/"
# | #define PACKAGE "liboping"
# | #define VERSION "1.8.0"
# | #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 STDC_HEADERS 1
# | #define TIME_WITH_SYS_TIME 1
# | #define HAVE_MATH_H 1
# | #define HAVE_SIGNAL_H 1
# | #define HAVE_FCNTL_H 1
# | #define HAVE_INTTYPES_H 1
# | #define HAVE_NETDB_H 1
# | #define HAVE_STDINT_H 1
# | #define HAVE_STDLIB_H 1
# | #define HAVE_STRING_H 1
# | #define HAVE_SYS_SOCKET_H 1
# | #define HAVE_SYS_TIME_H 1
# | #define HAVE_UNISTD_H 1
# | #define HAVE_LOCALE_H 1
# | #define HAVE_LANGINFO_H 1
# | #define HAVE_NETINET_IN_SYSTM_H 1
# | #define HAVE_NETINET_IN_H 1
# | #define HAVE_NETINET_IP_H 1
# | #define HAVE_NETINET_IP_ICMP_H 1
# | #define HAVE_NETINET_IP6_H 1
# | #define HAVE_NETINET_ICMP6_H 1
# | #define HAVE_SOCKET 1
# | #define HAVE_NANOSLEEP 1
# | /* end confdefs.h. */
# | #include
# configure:12345: result: no
# configure:12345: checking for ncursesw/ncurses.h
# configure:12345: result: no
# configure:12345: checking ncurses.h usability
# configure:12345: clang -c conftest.c >&5
# configure:12345: $? = 0
# configure:12345: result: yes
# configure:12345: checking ncurses.h presence
# configure:12345: clang -E conftest.c
# configure:12345: $? = 0
# configure:12345: result: yes
# configure:12345: checking for ncurses.h
# configure:12345: result: yes
# configure:12361: checking for mvwprintw in -lncursesw
# configure:12386: clang -o conftest conftest.c -lncursesw >&5
# configure:12386: $? = 0
# configure:12395: result: yes
# configure:12403: checking for mvwprintw in -lncurses
# configure:12428: clang -o conftest conftest.c -lncurses >&5
# configure:12428: $? = 0
# configure:12437: result: yes
# configure:12464: checking whether strerror_r is declared
# configure:12464: clang -c conftest.c >&5
# configure:12464: $? = 0
# configure:12464: result: yes
# configure:12477: checking for strerror_r
# configure:12477: clang -o conftest conftest.c >&5
# configure:12477: $? = 0
# configure:12477: result: yes
# configure:12486: checking whether strerror_r returns char *
# configure:12510: clang -c conftest.c >&5
# conftest.c:87:13: error: indirection requires pointer operand ('int' invalid)
# char x = *strerror_r (0, buf, sizeof buf);
# ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
# conftest.c:88:10: warning: incompatible integer to pointer conversion initializing 'char *' with an expression of type 'int' [-Wint-conversion]
# char *p = strerror_r (0, buf, sizeof buf);
# ^ ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
# 1 warning and 1 error generated.
# configure:12510: $? = 1
# configure: failed program was:
# | /* confdefs.h */
# | #define PACKAGE_NAME "liboping"
# | #define PACKAGE_TARNAME "liboping"
# | #define PACKAGE_VERSION "1.8.0"
# | #define PACKAGE_STRING "liboping 1.8.0"
# | #define PACKAGE_BUGREPORT "liboping@verplant.org"
# | #define PACKAGE_URL "http://noping.cc/"
# | #define PACKAGE "liboping"
# | #define VERSION "1.8.0"
# | #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 STDC_HEADERS 1
# | #define TIME_WITH_SYS_TIME 1
# | #define HAVE_MATH_H 1
# | #define HAVE_SIGNAL_H 1
# | #define HAVE_FCNTL_H 1
# | #define HAVE_INTTYPES_H 1
# | #define HAVE_NETDB_H 1
# | #define HAVE_STDINT_H 1
# | #define HAVE_STDLIB_H 1
# | #define HAVE_STRING_H 1
# | #define HAVE_SYS_SOCKET_H 1
# | #define HAVE_SYS_TIME_H 1
# | #define HAVE_UNISTD_H 1
# | #define HAVE_LOCALE_H 1
# | #define HAVE_LANGINFO_H 1
# | #define HAVE_NETINET_IN_SYSTM_H 1
# | #define HAVE_NETINET_IN_H 1
# | #define HAVE_NETINET_IP_H 1
# | #define HAVE_NETINET_IP_ICMP_H 1
# | #define HAVE_NETINET_IP6_H 1
# | #define HAVE_NETINET_ICMP6_H 1
# | #define HAVE_SOCKET 1
# | #define HAVE_NANOSLEEP 1
# | #define HAVE_NCURSES_H 1
# | #define HAVE_DECL_STRERROR_R 1
# | #define HAVE_STRERROR_R 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
# | int
# | main ()
# | {
# |
# | char buf[100];
# | char x = *strerror_r (0, buf, sizeof buf);
# | char *p = strerror_r (0, buf, sizeof buf);
# | return !p || x;
# |
# | ;
# | return 0;
# | }
# configure:12548: result: no
# configure:12613: checking for stdlib.h
# configure:12613: result: yes
# configure:12623: checking for GNU libc compatible malloc
# configure:12647: clang -o conftest conftest.c >&5
# configure:12647: $? = 0
# configure:12647: ./conftest
# configure:12647: $? = 0
# configure:12657: result: yes
# configure:12678: checking whether strerror_r is declared
# configure:12678: result: yes
# configure:12691: checking for strerror_r
# configure:12691: result: yes
# configure:12700: checking whether strerror_r returns char *
# configure:12762: result: no
# configure:12773: checking for gettimeofday
# configure:12773: clang -o conftest conftest.c >&5
# configure:12773: $? = 0
# configure:12773: result: yes
# configure:12773: checking for memset
# configure:12773: clang -o conftest conftest.c >&5
# conftest.c:77:6: warning: incompatible redeclaration of library function 'memset' [-Wincompatible-library-redeclaration]
# char memset ();
# ^
# conftest.c:77:6: note: 'memset' is a builtin with type 'void *(void *, int, unsigned long)'
# 1 warning generated.
# configure:12773: $? = 0
# configure:12773: result: yes
# configure:12773: checking for modf
# configure:12773: clang -o conftest conftest.c >&5
# conftest.c:78:6: warning: incompatible redeclaration of library function 'modf' [-Wincompatible-library-redeclaration]
# char modf ();
# ^
# conftest.c:78:6: note: 'modf' is a builtin with type 'double (double, double *)'
# 1 warning generated.
# configure:12773: $? = 0
# configure:12773: result: yes
# configure:12773: checking for select
# configure:12773: clang -o conftest conftest.c >&5
# configure:12773: $? = 0
# configure:12773: result: yes
# configure:12773: checking for socket
# configure:12773: result: yes
# configure:12773: checking for sqrt
# configure:12773: clang -o conftest conftest.c >&5
# conftest.c:81:6: warning: incompatible redeclaration of library function 'sqrt' [-Wincompatible-library-redeclaration]
# char sqrt ();
# ^
# conftest.c:81:6: note: 'sqrt' is a builtin with type 'double (double)'
# 1 warning generated.
# /tmp/conftest-df5ce6.o: In function `main':
# conftest.c:(.text+0x16): undefined reference to `sqrt'
# clang-3.8: error: linker command failed with exit code 1 (use -v to see invocation)
# configure:12773: $? = 1
# configure: failed program was:
# | /* confdefs.h */
# | #define PACKAGE_NAME "liboping"
# | #define PACKAGE_TARNAME "liboping"
# | #define PACKAGE_VERSION "1.8.0"
# | #define PACKAGE_STRING "liboping 1.8.0"
# | #define PACKAGE_BUGREPORT "liboping@verplant.org"
# | #define PACKAGE_URL "http://noping.cc/"
# | #define PACKAGE "liboping"
# | #define VERSION "1.8.0"
# | #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 STDC_HEADERS 1
# | #define TIME_WITH_SYS_TIME 1
# | #define HAVE_MATH_H 1
# | #define HAVE_SIGNAL_H 1
# | #define HAVE_FCNTL_H 1
# | #define HAVE_INTTYPES_H 1
# | #define HAVE_NETDB_H 1
# | #define HAVE_STDINT_H 1
# | #define HAVE_STDLIB_H 1
# | #define HAVE_STRING_H 1
# | #define HAVE_SYS_SOCKET_H 1
# | #define HAVE_SYS_TIME_H 1
# | #define HAVE_UNISTD_H 1
# | #define HAVE_LOCALE_H 1
# | #define HAVE_LANGINFO_H 1
# | #define HAVE_NETINET_IN_SYSTM_H 1
# | #define HAVE_NETINET_IN_H 1
# | #define HAVE_NETINET_IP_H 1
# | #define HAVE_NETINET_IP_ICMP_H 1
# | #define HAVE_NETINET_IP6_H 1
# | #define HAVE_NETINET_ICMP6_H 1
# | #define HAVE_SOCKET 1
# | #define HAVE_NANOSLEEP 1
# | #define HAVE_NCURSES_H 1
# | #define HAVE_DECL_STRERROR_R 1
# | #define HAVE_STRERROR_R 1
# | #define HAVE_STDLIB_H 1
# | #define HAVE_MALLOC 1
# | #define HAVE_DECL_STRERROR_R 1
# | #define HAVE_STRERROR_R 1
# | #define HAVE_GETTIMEOFDAY 1
# | #define HAVE_MEMSET 1
# | #define HAVE_MODF 1
# | #define HAVE_SELECT 1
# | #define HAVE_SOCKET 1
# | /* end confdefs.h. */
# | /* Define sqrt to an innocuous variant, in case declares sqrt.
# | For example, HP-UX 11i declares gettimeofday. */
# | #define sqrt innocuous_sqrt
# |
# | /* System header to define __stub macros and hopefully few prototypes,
# | which can conflict with char sqrt (); below.
# | Prefer to if __STDC__ is defined, since
# | exists even on freestanding compilers. */
# |
# | #ifdef __STDC__
# | # include
# | #else
# | # include
# | #endif
# |
# | #undef sqrt
# |
# | /* 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 sqrt ();
# | /* 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_sqrt || defined __stub___sqrt
# | choke me
# | #endif
# |
# | int
# | main ()
# | {
# | return sqrt ();
# | ;
# | return 0;
# | }
# configure:12773: result: no
# configure:12773: checking for strcasecmp
# configure:12773: clang -o conftest conftest.c >&5
# conftest.c:81:6: warning: incompatible redeclaration of library function 'strcasecmp' [-Wincompatible-library-redeclaration]
# char strcasecmp ();
# ^
# conftest.c:81:6: note: 'strcasecmp' is a builtin with type 'int (const char *, const char *)'
# 1 warning generated.
# configure:12773: $? = 0
# configure:12773: result: yes
# configure:12773: checking for strdup
# configure:12773: clang -o conftest conftest.c >&5
# conftest.c:82:6: warning: incompatible redeclaration of library function 'strdup' [-Wincompatible-library-redeclaration]
# char strdup ();
# ^
# conftest.c:82:6: note: 'strdup' is a builtin with type 'char *(const char *)'
# 1 warning generated.
# configure:12773: $? = 0
# configure:12773: result: yes
# configure:12773: checking for strerror
# configure:12773: clang -o conftest conftest.c >&5
# conftest.c:83:6: warning: incompatible redeclaration of library function 'strerror' [-Wincompatible-library-redeclaration]
# char strerror ();
# ^
# conftest.c:83:6: note: 'strerror' is a builtin with type 'char *(int)'
# 1 warning generated.
# configure:12773: $? = 0
# configure:12773: result: yes
# configure:12773: checking for strncasecmp
# configure:12773: clang -o conftest conftest.c >&5
# conftest.c:84:6: warning: incompatible redeclaration of library function 'strncasecmp' [-Wincompatible-library-redeclaration]
# char strncasecmp ();
# ^
# conftest.c:84:6: note: 'strncasecmp' is a builtin with type 'int (const char *, const char *, unsigned long)'
# 1 warning generated.
# configure:12773: $? = 0
# configure:12773: result: yes
# configure:12773: checking for strtoul
# configure:12773: clang -o conftest conftest.c >&5
# configure:12773: $? = 0
# configure:12773: result: yes
# configure:12894: checking that generated files are newer than configure
# configure:12900: result: done
# configure:12939: creating ./config.status
#
# ## ---------------------- ##
# ## Running config.status. ##
# ## ---------------------- ##
#
# This file was extended by liboping config.status 1.8.0, which was
# generated by GNU Autoconf 2.69. Invocation command line was
#
# CONFIG_FILES =
# CONFIG_HEADERS =
# CONFIG_LINKS =
# CONFIG_COMMANDS =
# $ ./config.status
#
# on 46015792f094
#
# config.status:1145: creating Makefile
# config.status:1145: creating src/Makefile
# config.status:1145: creating src/liboping.pc
# config.status:1145: creating src/mans/Makefile
# config.status:1145: creating bindings/Makefile
# config.status:1145: creating src/config.h
# config.status:1374: executing depfiles commands
# config.status:1374: executing libtool commands
#
# ## ---------------- ##
# ## Cache variables. ##
# ## ---------------- ##
#
# ac_cv_build=x86_64-unknown-linux-gnu
# ac_cv_c_compiler_gnu=yes
# ac_cv_c_uint16_t=yes
# ac_cv_c_uint32_t=yes
# ac_cv_c_uint8_t=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_PERL_set=
# ac_cv_env_PERL_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_dlopen=no
# ac_cv_func_gettimeofday=yes
# ac_cv_func_malloc_0_nonnull=yes
# ac_cv_func_memset=yes
# ac_cv_func_modf=yes
# ac_cv_func_nanosleep=yes
# ac_cv_func_select=yes
# ac_cv_func_shl_load=no
# ac_cv_func_socket=yes
# ac_cv_func_sqrt=no
# ac_cv_func_strcasecmp=yes
# ac_cv_func_strdup=yes
# ac_cv_func_strerror=yes
# ac_cv_func_strerror_r=yes
# ac_cv_func_strerror_r_char_p=no
# ac_cv_func_strncasecmp=yes
# ac_cv_func_strtoul=yes
# ac_cv_have_decl_strerror_r=yes
# ac_cv_header_dlfcn_h=yes
# ac_cv_header_fcntl_h=yes
# ac_cv_header_inttypes_h=yes
# ac_cv_header_langinfo_h=yes
# ac_cv_header_locale_h=yes
# ac_cv_header_math_h=yes
# ac_cv_header_memory_h=yes
# ac_cv_header_ncurses_h=yes
# ac_cv_header_ncursesw_ncurses_h=no
# ac_cv_header_netdb_h=yes
# ac_cv_header_netinet_icmp6_h=yes
# ac_cv_header_netinet_in_h=yes
# ac_cv_header_netinet_in_systm_h=yes
# ac_cv_header_netinet_ip6_h=yes
# ac_cv_header_netinet_ip_h=yes
# ac_cv_header_netinet_ip_icmp_h=yes
# ac_cv_header_netinet_ip_var_h=no
# ac_cv_header_signal_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_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_time=yes
# ac_cv_header_unistd_h=yes
# ac_cv_host=x86_64-unknown-linux-gnu
# ac_cv_lib_dl_dlopen=yes
# ac_cv_lib_dld_shl_load=no
# ac_cv_lib_ncurses_mvwprintw=yes
# ac_cv_lib_ncursesw_mvwprintw=yes
# ac_cv_lib_xnet___xnet_recvmsg=no
# ac_cv_objext=o
# ac_cv_path_EGREP='/usr/bin/grep -E'
# ac_cv_path_FGREP='/usr/bin/grep -F'
# ac_cv_path_GREP=/usr/bin/grep
# ac_cv_path_SED=/usr/bin/sed
# ac_cv_path_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_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_type_size_t=yes
# ac_cv_type_ssize_t=yes
# ac_cv_type_uid_t=yes
# am_cv_CC_dependencies_compiler_type=none
# 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_dlopen=dlopen
# lt_cv_dlopen_libs=-ldl
# lt_cv_dlopen_self=yes
# lt_cv_dlopen_self_static=no
# 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/liboping/src/liboping-1.8.0/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)'
# AR='ar'
# AUTOCONF='${SHELL} /tmp/liboping/src/liboping-1.8.0/missing autoconf'
# AUTOHEADER='${SHELL} /tmp/liboping/src/liboping-1.8.0/missing autoheader'
# AUTOMAKE='${SHELL} /tmp/liboping/src/liboping-1.8.0/missing automake-1.14'
# AWK='gawk'
# BINDINGS='perl-bindings'
# BUILD_WITH_DEBUG_FALSE=''
# BUILD_WITH_DEBUG_TRUE='#'
# BUILD_WITH_LIBNCURSES_FALSE='#'
# BUILD_WITH_LIBNCURSES_TRUE=''
# BUILD_WITH_LIBRT_FALSE=''
# BUILD_WITH_LIBRT_TRUE='#'
# CC='clang'
# CCDEPMODE='depmode=none'
# CFLAGS=''
# COMPILER_IS_GCC_FALSE='#'
# COMPILER_IS_GCC_TRUE=''
# 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'
# 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=''
# LIBOBJS=''
# LIBOPING_AGE='2'
# LIBOPING_CURRENT='2'
# LIBOPING_MAJOR='1'
# LIBOPING_MINOR='8'
# LIBOPING_PATCH='0'
# LIBOPING_PC_LIBS_PRIVATE=''
# LIBOPING_REVISION='11'
# LIBS=''
# LIBTOOL='$(SHELL) $(top_builddir)/libtool'
# LIPO=''
# LN_S='ln -s'
# LTLIBOBJS=''
# MAKEINFO='${SHELL} /tmp/liboping/src/liboping-1.8.0/missing makeinfo'
# MANIFEST_TOOL=':'
# MKDIR_P='/usr/bin/mkdir -p'
# NCURSES_LIB='-lncursesw'
# NM='/usr/bin/nm -B'
# NMEDIT=''
# OBJDUMP='objdump'
# OBJEXT='o'
# OTOOL64=''
# OTOOL=''
# PACKAGE='liboping'
# PACKAGE_BUGREPORT='liboping@verplant.org'
# PACKAGE_NAME='liboping'
# PACKAGE_STRING='liboping 1.8.0'
# PACKAGE_TARNAME='liboping'
# PACKAGE_URL='http://noping.cc/'
# PACKAGE_VERSION='1.8.0'
# PATH_SEPARATOR=':'
# PERL='perl'
# PERL_BINDINGS_OPTIONS='INSTALLDIRS=vendor'
# RANLIB='ranlib'
# SED='/usr/bin/sed'
# SET_MAKE=''
# SHELL='/bin/sh'
# STRIP='strip'
# VERSION='1.8.0'
# 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/liboping/src/liboping-1.8.0/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}'
# pkgconfigdir='${libdir}/pkgconfig'
# 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 "liboping"
# #define PACKAGE_TARNAME "liboping"
# #define PACKAGE_VERSION "1.8.0"
# #define PACKAGE_STRING "liboping 1.8.0"
# #define PACKAGE_BUGREPORT "liboping@verplant.org"
# #define PACKAGE_URL "http://noping.cc/"
# #define PACKAGE "liboping"
# #define VERSION "1.8.0"
# #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 STDC_HEADERS 1
# #define TIME_WITH_SYS_TIME 1
# #define HAVE_MATH_H 1
# #define HAVE_SIGNAL_H 1
# #define HAVE_FCNTL_H 1
# #define HAVE_INTTYPES_H 1
# #define HAVE_NETDB_H 1
# #define HAVE_STDINT_H 1
# #define HAVE_STDLIB_H 1
# #define HAVE_STRING_H 1
# #define HAVE_SYS_SOCKET_H 1
# #define HAVE_SYS_TIME_H 1
# #define HAVE_UNISTD_H 1
# #define HAVE_LOCALE_H 1
# #define HAVE_LANGINFO_H 1
# #define HAVE_NETINET_IN_SYSTM_H 1
# #define HAVE_NETINET_IN_H 1
# #define HAVE_NETINET_IP_H 1
# #define HAVE_NETINET_IP_ICMP_H 1
# #define HAVE_NETINET_IP6_H 1
# #define HAVE_NETINET_ICMP6_H 1
# #define HAVE_SOCKET 1
# #define HAVE_NANOSLEEP 1
# #define HAVE_NCURSES_H 1
# #define HAVE_DECL_STRERROR_R 1
# #define HAVE_STRERROR_R 1
# #define HAVE_STDLIB_H 1
# #define HAVE_MALLOC 1
# #define HAVE_DECL_STRERROR_R 1
# #define HAVE_STRERROR_R 1
# #define HAVE_GETTIMEOFDAY 1
# #define HAVE_MEMSET 1
# #define HAVE_MODF 1
# #define HAVE_SELECT 1
# #define HAVE_SOCKET 1
# #define HAVE_STRCASECMP 1
# #define HAVE_STRDUP 1
# #define HAVE_STRERROR 1
# #define HAVE_STRNCASECMP 1
# #define HAVE_STRTOUL 1
#
# configure: exit 0