Build of ipset with clang_glibc toolchain

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

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

SLOCLanguage
31,090 ansic
14,761 sh
3,318 makefile
125 pascal
3 awk
49,297 total

The process tree of the build process is here.

Log

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

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

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

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

CMD: sudo -u tuscan PATH=/usr/bin:/usr/local/sbin:/usr/local/bin:/usr/sbin:/usr/bin:/sbin:/bin CC=clang CXX=clang++ red makepkg --noextract --syncdeps --skipinteg --skippgpcheck --skipchecksums --noconfirm --nocolor --log --noprogressbar --nocheck
# ==> Making package: ipset 6.29-1 (Thu Apr 13 17:54:19 UTC 2017)
# ==> Checking runtime dependencies...
# ==> Checking buildtime dependencies...
# ==> WARNING: Using existing $srcdir/ tree
# ==> Starting build()...
# checking build system type... x86_64-unknown-linux-gnu
# checking host system type... x86_64-unknown-linux-gnu
# 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 how to create a pax tar archive... gnutar
# checking whether make supports nested variables... (cached) yes
# checking how to print strings... printf
# checking for style of include used by make... GNU
# 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 dependency style of clang... gcc3
# checking for a sed that does not truncate output... /usr/bin/sed
# checking for grep that handles long lines and -e... /usr/bin/grep
# checking for egrep... /usr/bin/grep -E
# checking for fgrep... /usr/bin/grep -F
# checking for ld used by clang... /usr/bin/ld
# checking if the linker (/usr/bin/ld) is GNU ld... yes
# checking for BSD- or MS-compatible name lister (nm)... /usr/bin/nm -B
# checking the name lister (/usr/bin/nm -B) interface... BSD nm
# checking whether ln -s works... yes
# checking the maximum length of command line arguments... 1572864
# checking whether the shell understands some XSI constructs... yes
# checking whether the shell understands "+="... yes
# checking 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 how to run the C preprocessor... clang -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 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
# checking which extension is used for runtime loadable modules... .so
# checking which variable specifies run-time module search path... LD_LIBRARY_PATH
# checking for the default library search path... /lib /usr/lib /usr/lib/R/lib /usr/lib/libfakeroot
# checking for library containing dlopen... -ldl
# checking for dlerror... yes
# checking for shl_load... (cached) no
# checking for shl_load in -ldld... (cached) no
# checking for dld_link in -ldld... no
# checking for _ prefix in compiled symbols... no
# checking whether deplibs are loaded by dlopen... yes
# checking for argz.h... yes
# checking for error_t... yes
# checking for argz_add... yes
# checking for argz_append... yes
# checking for argz_count... yes
# checking for argz_create_sep... yes
# checking for argz_insert... yes
# checking for argz_next... yes
# checking for argz_stringify... yes
# checking if argz actually works... yes
# checking whether libtool supports -dlopen/-dlpreopen... yes
# checking for ltdl.h... yes
# checking whether lt_dlinterface_register is declared... yes
# checking for lt_dladvise_preload in -lltdl... yes
# checking where to find libltdl headers...
# checking where to find libltdl library... -lltdl
# checking for unistd.h... (cached) yes
# checking for dl.h... no
# checking for sys/dl.h... no
# checking for dld.h... no
# checking for mach-o/dyld.h... no
# checking for dirent.h... yes
# checking for closedir... yes
# checking for opendir... yes
# checking for readdir... yes
# checking for strlcat... no
# checking for strlcpy... no
# 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 x86_64-unknown-linux-gcc... (cached) clang
# checking whether we are using the GNU C compiler... (cached) yes
# checking whether clang accepts -g... (cached) yes
# checking for clang option to accept ISO C89... (cached) none needed
# checking whether clang understands -c and -o together... (cached) yes
# checking dependency style of clang... (cached) gcc3
# checking whether ln -s works... yes
# checking for libmnl... yes
# checking whether NLA_F_NESTED is declared... yes
# checking whether NLA_F_NET_BYTEORDER is declared... yes
# checking whether NLA_TYPE_MASK is declared... yes
# checking for union nf_inet_addr... yes
# checking for gethostbyname2... yes
# checking that generated files are newer than configure... done
# configure: creating ./config.status
# config.status: creating Makefile
# config.status: creating include/libipset/Makefile
# config.status: creating lib/Makefile
# config.status: creating lib/libipset.pc
# config.status: creating src/Makefile
# config.status: creating utils/Makefile
# config.status: creating kernel/include/linux/netfilter/ipset/ip_set_compat.h
# config.status: creating config.h
# config.status: executing depfiles commands
# config.status: executing libtool commands
#
# ipset userspace tool configuration:
# Dynamic module loading: disabled
# Static modules:
# ipset_bitmap_ip
# ipset_bitmap_ipmac
# ipset_bitmap_port
# ipset_hash_ip
# ipset_hash_ipmark
# ipset_hash_ipport
# ipset_hash_ipportip
# ipset_hash_ipportnet
# ipset_hash_mac
# ipset_hash_net
# ipset_hash_netiface
# ipset_hash_netnet
# ipset_hash_netport
# ipset_hash_netportnet
# ipset_list_set
# Dynamic modules:
# make all-recursive
# make[1]: Entering directory '/tmp/ipset/src/ipset-6.29'
# Making all in include/libipset
# make[2]: Entering directory '/tmp/ipset/src/ipset-6.29/include/libipset'
# make[2]: Nothing to be done for 'all'.
# make[2]: Leaving directory '/tmp/ipset/src/ipset-6.29/include/libipset'
# Making all in lib
# make[2]: Entering directory '/tmp/ipset/src/ipset-6.29/lib'
# CC ipset_bitmap_ip.lo
# CC ipset_bitmap_ipmac.lo
# CC ipset_bitmap_port.lo
# CC ipset_hash_ip.lo
# CC ipset_hash_ipport.lo
# CC ipset_hash_ipmark.lo
# CC ipset_hash_ipportip.lo
# CC ipset_hash_ipportnet.lo
# CC ipset_hash_net.lo
# CC ipset_hash_netnet.lo
# CC ipset_hash_netportnet.lo
# CC ipset_hash_netport.lo
# CC ipset_hash_netiface.lo
# CC ipset_hash_mac.lo
# CC ipset_list_set.lo
# GEN types_init.c
# CC data.lo
# CC errcode.lo
# CC icmp.lo
# CC icmpv6.lo
# CC mnl.lo
# CC parse.lo
# CC print.lo
# CC session.lo
# CC types.lo
# CC ui.lo
# CC types_init.lo
# CCLD libipset.la
# ar: `u' modifier ignored since `D' is the default (see `U')
# make all-am
# make[3]: Entering directory '/tmp/ipset/src/ipset-6.29/lib'
# make[3]: Nothing to be done for 'all-am'.
# make[3]: Leaving directory '/tmp/ipset/src/ipset-6.29/lib'
# make[2]: Leaving directory '/tmp/ipset/src/ipset-6.29/lib'
# Making all in src
# make[2]: Entering directory '/tmp/ipset/src/ipset-6.29/src'
# CC ipset.o
# CC ui.o
# CCLD ipset
# make[2]: Leaving directory '/tmp/ipset/src/ipset-6.29/src'
# Making all in utils
# make[2]: Entering directory '/tmp/ipset/src/ipset-6.29/utils'
# make[2]: Nothing to be done for 'all'.
# make[2]: Leaving directory '/tmp/ipset/src/ipset-6.29/utils'
# make[2]: Entering directory '/tmp/ipset/src/ipset-6.29'
# make[2]: Leaving directory '/tmp/ipset/src/ipset-6.29'
# make[1]: Leaving directory '/tmp/ipset/src/ipset-6.29'
# ==> Entering fakeroot environment...
# ==> Starting package()...
# /tmp/ipset/src/ipset-6.29 /tmp/ipset/src
# Making install in include/libipset
# make[1]: Entering directory '/tmp/ipset/src/ipset-6.29/include/libipset'
# make[2]: Entering directory '/tmp/ipset/src/ipset-6.29/include/libipset'
# make[2]: Nothing to be done for 'install-exec-am'.
# /usr/bin/mkdir -p '/tmp/ipset/pkg/ipset/usr/include/libipset'
# /usr/bin/install -c -m 644 data.h errcode.h linux_ip_set_bitmap.h linux_ip_set.h linux_ip_set_hash.h linux_ip_set_list.h mnl.h nf_inet_addr.h nfproto.h parse.h pfxlen.h print.h session.h transport.h types.h ui.h utils.h '/tmp/ipset/pkg/ipset/usr/include/libipset'
# make[2]: Leaving directory '/tmp/ipset/src/ipset-6.29/include/libipset'
# make[1]: Leaving directory '/tmp/ipset/src/ipset-6.29/include/libipset'
# Making install in lib
# make[1]: Entering directory '/tmp/ipset/src/ipset-6.29/lib'
# make install-am
# make[2]: Entering directory '/tmp/ipset/src/ipset-6.29/lib'
# make[3]: Entering directory '/tmp/ipset/src/ipset-6.29/lib'
# /usr/bin/mkdir -p '/tmp/ipset/pkg/ipset/usr/lib'
# /bin/sh ../libtool --mode=install /usr/bin/install -c libipset.la '/tmp/ipset/pkg/ipset/usr/lib'
# libtool: install: /usr/bin/install -c .libs/libipset.so.3.6.0 /tmp/ipset/pkg/ipset/usr/lib/libipset.so.3.6.0
# libtool: install: (cd /tmp/ipset/pkg/ipset/usr/lib && { ln -s -f libipset.so.3.6.0 libipset.so.3 || { rm -f libipset.so.3 && ln -s libipset.so.3.6.0 libipset.so.3; }; })
# libtool: install: (cd /tmp/ipset/pkg/ipset/usr/lib && { ln -s -f libipset.so.3.6.0 libipset.so || { rm -f libipset.so && ln -s libipset.so.3.6.0 libipset.so; }; })
# libtool: install: /usr/bin/install -c .libs/libipset.lai /tmp/ipset/pkg/ipset/usr/lib/libipset.la
# libtool: install: /usr/bin/install -c .libs/libipset.a /tmp/ipset/pkg/ipset/usr/lib/libipset.a
# libtool: install: chmod 644 /tmp/ipset/pkg/ipset/usr/lib/libipset.a
# libtool: install: ranlib /tmp/ipset/pkg/ipset/usr/lib/libipset.a
# libtool: install: warning: remember to run `libtool --finish /usr/lib'
# /usr/bin/mkdir -p '/tmp/ipset/pkg/ipset/usr/lib/pkgconfig'
# /usr/bin/install -c -m 644 libipset.pc '/tmp/ipset/pkg/ipset/usr/lib/pkgconfig'
# make[3]: Leaving directory '/tmp/ipset/src/ipset-6.29/lib'
# make[2]: Leaving directory '/tmp/ipset/src/ipset-6.29/lib'
# make[1]: Leaving directory '/tmp/ipset/src/ipset-6.29/lib'
# Making install in src
# make[1]: Entering directory '/tmp/ipset/src/ipset-6.29/src'
# make[2]: Entering directory '/tmp/ipset/src/ipset-6.29/src'
# /usr/bin/mkdir -p '/tmp/ipset/pkg/ipset/usr/bin'
# /bin/sh ../libtool --mode=install /usr/bin/install -c ipset '/tmp/ipset/pkg/ipset/usr/bin'
# libtool: install: /usr/bin/install -c ipset /tmp/ipset/pkg/ipset/usr/bin/ipset
# /usr/bin/mkdir -p '/tmp/ipset/pkg/ipset/usr/share/man/man8'
# /usr/bin/install -c -m 644 ipset.8 '/tmp/ipset/pkg/ipset/usr/share/man/man8'
# make[2]: Leaving directory '/tmp/ipset/src/ipset-6.29/src'
# make[1]: Leaving directory '/tmp/ipset/src/ipset-6.29/src'
# Making install in utils
# make[1]: Entering directory '/tmp/ipset/src/ipset-6.29/utils'
# make[2]: Entering directory '/tmp/ipset/src/ipset-6.29/utils'
# make[2]: Nothing to be done for 'install-exec-am'.
# make[2]: Leaving directory '/tmp/ipset/src/ipset-6.29/utils'
# make[1]: Leaving directory '/tmp/ipset/src/ipset-6.29/utils'
# make[1]: Entering directory '/tmp/ipset/src/ipset-6.29'
# make[2]: Entering directory '/tmp/ipset/src/ipset-6.29'
# 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/ipset/src/ipset-6.29'
# make[1]: Leaving directory '/tmp/ipset/src/ipset-6.29'
# /tmp/ipset/src
# ==> Tidying install...
# -> Removing doc files...
# -> Purging unwanted files...
# ==> Checking for packaging issue...
# ==> Creating package "ipset"...
# -> Generating .PKGINFO file...
# -> Generating .BUILDINFO file...
# error: invalid option '--noprogressbar'
# -> Generating .MTREE file...
# -> Compressing package...
# ==> Leaving fakeroot environment.
# ==> Finished making: ipset 6.29-1 (Thu Apr 13 17:55:11 UTC 2017)

CMD: pacman --query --file ipset-6.29-1-x86_64.pkg.tar.xz
# ipset 6.29-1

Creating hybrid package for 'ipset'

Trying to find vanilla package 'ipset'...

CMD: pacman --query --file /mirror/ipset-6.29-1.pkg.tar.xz
# ipset 6.29-1

Package file has the following structure:
# /.PKGINFO
# /.BUILDINFO
# /.MTREE
# /etc/ipset.conf
# /usr/include/libipset/data.h
# /usr/include/libipset/errcode.h
# /usr/include/libipset/linux_ip_set_bitmap.h
# /usr/include/libipset/linux_ip_set.h
# /usr/include/libipset/linux_ip_set_hash.h
# /usr/include/libipset/linux_ip_set_list.h
# /usr/include/libipset/mnl.h
# /usr/include/libipset/nf_inet_addr.h
# /usr/include/libipset/nfproto.h
# /usr/include/libipset/parse.h
# /usr/include/libipset/pfxlen.h
# /usr/include/libipset/print.h
# /usr/include/libipset/session.h
# /usr/include/libipset/transport.h
# /usr/include/libipset/types.h
# /usr/include/libipset/ui.h
# /usr/include/libipset/utils.h
# /usr/lib/libipset.so.3
# /usr/lib/libipset.so
# /usr/lib/libipset.so.3.6.0
# /usr/lib/pkgconfig/libipset.pc
# /usr/lib/systemd/system/ipset.service
# /usr/bin/ipset
# /usr/share/man/man8/ipset.8.gz
# /usr/share/doc/ipset/README
# /usr/share/doc/ipset/UPGRADE
# /usr/share/doc/ipset/ChangeLog
# /sysroot/usr/lib/libipset.so.3.6.0
# /sysroot/usr/lib/libipset.so.3
# /sysroot/usr/lib/libipset.so
# /sysroot/usr/lib/libipset.la
# /sysroot/usr/lib/libipset.a
# /sysroot/usr/lib/pkgconfig/libipset.pc
# /sysroot/usr/lib/systemd/system/ipset.service
# /sysroot/usr/include/libipset/data.h
# /sysroot/usr/include/libipset/errcode.h
# /sysroot/usr/include/libipset/linux_ip_set_bitmap.h
# /sysroot/usr/include/libipset/linux_ip_set.h
# /sysroot/usr/include/libipset/linux_ip_set_hash.h
# /sysroot/usr/include/libipset/linux_ip_set_list.h
# /sysroot/usr/include/libipset/mnl.h
# /sysroot/usr/include/libipset/nf_inet_addr.h
# /sysroot/usr/include/libipset/nfproto.h
# /sysroot/usr/include/libipset/parse.h
# /sysroot/usr/include/libipset/pfxlen.h
# /sysroot/usr/include/libipset/print.h
# /sysroot/usr/include/libipset/session.h
# /sysroot/usr/include/libipset/transport.h
# /sysroot/usr/include/libipset/types.h
# /sysroot/usr/include/libipset/ui.h
# /sysroot/usr/include/libipset/utils.h

Generating .MTREE

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

Tar-ing up files

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

CMD: xz -c -z

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

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

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

Attempting to access local repository, attempt 1

CMD: repo-add /var/cache/pacman/pkg/tuscan.db.tar /var/cache/pacman/pkg/ipset.pkg.tar.xz
# ==> Extracting database to a temporary location...
# ==> Extracting database to a temporary location...
# ==> Adding package '/var/cache/pacman/pkg/ipset.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/ipset/src/ipset-6.29/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 ipset configure 6.29, which was
# generated by GNU Autoconf 2.69. Invocation command line was
#
# $ ./configure --host=x86_64-unknown-linux --prefix=/usr --sbindir=/usr/bin --with-kmod=no
#
# ## --------- ##
# ## Platform. ##
# ## --------- ##
#
# hostname = 99b0575e307f
# 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:2367: checking build system type
# configure:2381: result: x86_64-unknown-linux-gnu
# configure:2401: checking host system type
# configure:2414: result: x86_64-unknown-linux-gnu
# configure:2453: checking for a BSD-compatible install
# configure:2521: result: /usr/bin/install -c
# configure:2532: checking whether build environment is sane
# configure:2587: result: yes
# configure:2646: checking for x86_64-unknown-linux-strip
# configure:2676: result: no
# configure:2686: checking for strip
# configure:2702: found /usr/bin/strip
# configure:2713: result: strip
# configure:2738: checking for a thread-safe mkdir -p
# configure:2777: result: /usr/bin/mkdir -p
# configure:2784: checking for gawk
# configure:2800: found /usr/bin/gawk
# configure:2811: result: gawk
# configure:2822: checking whether make sets $(MAKE)
# configure:2844: result: yes
# configure:2873: checking whether make supports nested variables
# configure:2890: result: yes
# configure:2969: checking how to create a pax tar archive
# configure:2980: tar --version
# tar (GNU tar) 1.29
# Copyright (C) 2015 Free Software Foundation, Inc.
# License GPLv3+: GNU GPL version 3 or later .
# This is free software: you are free to change and redistribute it.
# There is NO WARRANTY, to the extent permitted by law.
#
# Written by John Gilmore and Jay Fenlason.
# configure:2983: $? = 0
# configure:3023: tardir=conftest.dir && eval tar --format=posix -chf - "$tardir" >conftest.tar
# configure:3026: $? = 0
# configure:3030: tar -xf -
# configure:3033: $? = 0
# configure:3035: cat conftest.dir/file
# GrepMe
# configure:3038: $? = 0
# configure:3051: result: gnutar
# configure:3111: checking whether make supports nested variables
# configure:3128: result: yes
# configure:3217: checking how to print strings
# configure:3244: result: printf
# configure:3277: checking for style of include used by make
# configure:3305: result: GNU
# configure:3336: checking for x86_64-unknown-linux-gcc
# configure:3363: result: clang
# configure:3632: checking for C compiler version
# configure:3641: 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:3652: $? = 0
# configure:3641: 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:3652: $? = 0
# configure:3641: clang -V >&5
# clang-3.8: error: argument to '-V' is missing (expected 1 value)
# clang-3.8: error: no input files
# configure:3652: $? = 1
# configure:3641: clang -qversion >&5
# clang-3.8: error: unknown argument: '-qversion'
# clang-3.8: error: no input files
# configure:3652: $? = 1
# configure:3672: checking whether the C compiler works
# configure:3694: clang conftest.c >&5
# configure:3698: $? = 0
# configure:3746: result: yes
# configure:3749: checking for C compiler default output file name
# configure:3751: result: a.out
# configure:3757: checking for suffix of executables
# configure:3764: clang -o conftest conftest.c >&5
# configure:3768: $? = 0
# configure:3790: result:
# configure:3812: checking whether we are cross compiling
# configure:3820: clang -o conftest conftest.c >&5
# configure:3824: $? = 0
# configure:3831: ./conftest
# configure:3835: $? = 0
# configure:3850: result: no
# configure:3855: checking for suffix of object files
# configure:3877: clang -c conftest.c >&5
# configure:3881: $? = 0
# configure:3902: result: o
# configure:3906: checking whether we are using the GNU C compiler
# configure:3925: clang -c conftest.c >&5
# configure:3925: $? = 0
# configure:3934: result: yes
# configure:3943: checking whether clang accepts -g
# configure:3963: clang -c -g conftest.c >&5
# configure:3963: $? = 0
# configure:4004: result: yes
# configure:4021: checking for clang option to accept ISO C89
# configure:4084: clang -c conftest.c >&5
# configure:4084: $? = 0
# configure:4097: result: none needed
# configure:4122: checking whether clang understands -c and -o together
# configure:4144: clang -c conftest.c -o conftest2.o
# configure:4147: $? = 0
# configure:4144: clang -c conftest.c -o conftest2.o
# configure:4147: $? = 0
# configure:4159: result: yes
# configure:4178: checking dependency style of clang
# configure:4289: result: gcc3
# configure:4304: checking for a sed that does not truncate output
# configure:4368: result: /usr/bin/sed
# configure:4386: checking for grep that handles long lines and -e
# configure:4444: result: /usr/bin/grep
# configure:4449: checking for egrep
# configure:4511: result: /usr/bin/grep -E
# configure:4516: checking for fgrep
# configure:4578: result: /usr/bin/grep -F
# configure:4613: checking for ld used by clang
# configure:4680: result: /usr/bin/ld
# configure:4687: checking if the linker (/usr/bin/ld) is GNU ld
# configure:4702: result: yes
# configure:4714: checking for BSD- or MS-compatible name lister (nm)
# configure:4763: result: /usr/bin/nm -B
# configure:4893: checking the name lister (/usr/bin/nm -B) interface
# configure:4900: clang -c conftest.c >&5
# configure:4903: /usr/bin/nm -B "conftest.o"
# configure:4906: output
# 0000000000000000 B some_variable
# configure:4913: result: BSD nm
# configure:4916: checking whether ln -s works
# configure:4920: result: yes
# configure:4928: checking the maximum length of command line arguments
# configure:5059: result: 1572864
# configure:5076: checking whether the shell understands some XSI constructs
# configure:5086: result: yes
# configure:5090: checking whether the shell understands "+="
# configure:5096: result: yes
# configure:5131: checking how to convert x86_64-unknown-linux-gnu file names to x86_64-unknown-linux-gnu format
# configure:5171: result: func_convert_file_noop
# configure:5178: checking how to convert x86_64-unknown-linux-gnu file names to toolchain format
# configure:5198: result: func_convert_file_noop
# configure:5205: checking for /usr/bin/ld option to reload object files
# configure:5212: result: -r
# configure:5246: checking for x86_64-unknown-linux-objdump
# configure:5276: result: no
# configure:5286: checking for objdump
# configure:5302: found /usr/bin/objdump
# configure:5313: result: objdump
# configure:5345: checking how to recognize dependent libraries
# configure:5543: result: pass_all
# configure:5588: checking for x86_64-unknown-linux-dlltool
# configure:5618: result: no
# configure:5628: checking for dlltool
# configure:5658: result: no
# configure:5688: checking how to associate runtime and link libraries
# configure:5715: result: printf %s\n
# configure:5732: checking for x86_64-unknown-linux-ar
# configure:5762: result: no
# configure:5776: checking for ar
# configure:5792: found /usr/bin/ar
# configure:5803: result: ar
# configure:5840: checking for archiver @FILE support
# configure:5857: clang -c conftest.c >&5
# configure:5857: $? = 0
# configure:5860: ar cru libconftest.a @conftest.lst >&5
# ar: `u' modifier ignored since `D' is the default (see `U')
# configure:5863: $? = 0
# configure:5868: 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:5871: $? = 1
# configure:5883: result: @
# configure:5901: checking for x86_64-unknown-linux-strip
# configure:5928: result: strip
# configure:6000: checking for x86_64-unknown-linux-ranlib
# configure:6030: result: no
# configure:6040: checking for ranlib
# configure:6056: found /usr/bin/ranlib
# configure:6067: result: ranlib
# configure:6169: checking command to parse /usr/bin/nm -B output from clang object
# configure:6289: clang -c conftest.c >&5
# configure:6292: $? = 0
# configure:6296: /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:6299: $? = 0
# configure:6365: clang -o conftest conftest.c conftstm.o >&5
# configure:6368: $? = 0
# configure:6406: result: ok
# configure:6443: checking for sysroot
# configure:6473: result: no
# configure:6550: clang -c conftest.c >&5
# configure:6553: $? = 0
# configure:6696: checking for x86_64-unknown-linux-mt
# configure:6726: result: no
# configure:6736: checking for mt
# configure:6766: result: no
# configure:6786: checking if : is a manifest tool
# configure:6792: : '-?'
# configure:6800: result: no
# configure:7442: checking how to run the C preprocessor
# configure:7473: clang -E conftest.c
# configure:7473: $? = 0
# configure:7487: clang -E conftest.c
# conftest.c:11:10: fatal error: 'ac_nonexistent.h' file not found
# #include
# ^
# 1 error generated.
# configure:7487: $? = 1
# configure: failed program was:
# | /* confdefs.h */
# | #define PACKAGE_NAME "ipset"
# | #define PACKAGE_TARNAME "ipset"
# | #define PACKAGE_VERSION "6.29"
# | #define PACKAGE_STRING "ipset 6.29"
# | #define PACKAGE_BUGREPORT "kadlec@blackhole.kfki.hu"
# | #define PACKAGE_URL ""
# | #define PACKAGE "ipset"
# | #define VERSION "6.29"
# | /* end confdefs.h. */
# | #include
# configure:7512: result: clang -E
# configure:7532: clang -E conftest.c
# configure:7532: $? = 0
# configure:7546: clang -E conftest.c
# conftest.c:11:10: fatal error: 'ac_nonexistent.h' file not found
# #include
# ^
# 1 error generated.
# configure:7546: $? = 1
# configure: failed program was:
# | /* confdefs.h */
# | #define PACKAGE_NAME "ipset"
# | #define PACKAGE_TARNAME "ipset"
# | #define PACKAGE_VERSION "6.29"
# | #define PACKAGE_STRING "ipset 6.29"
# | #define PACKAGE_BUGREPORT "kadlec@blackhole.kfki.hu"
# | #define PACKAGE_URL ""
# | #define PACKAGE "ipset"
# | #define VERSION "6.29"
# | /* end confdefs.h. */
# | #include
# configure:7575: checking for ANSI C header files
# configure:7595: clang -c conftest.c >&5
# configure:7595: $? = 0
# configure:7668: clang -o conftest conftest.c >&5
# configure:7668: $? = 0
# configure:7668: ./conftest
# configure:7668: $? = 0
# configure:7679: result: yes
# configure:7692: checking for sys/types.h
# configure:7692: clang -c conftest.c >&5
# configure:7692: $? = 0
# configure:7692: result: yes
# configure:7692: checking for sys/stat.h
# configure:7692: clang -c conftest.c >&5
# configure:7692: $? = 0
# configure:7692: result: yes
# configure:7692: checking for stdlib.h
# configure:7692: clang -c conftest.c >&5
# configure:7692: $? = 0
# configure:7692: result: yes
# configure:7692: checking for string.h
# configure:7692: clang -c conftest.c >&5
# configure:7692: $? = 0
# configure:7692: result: yes
# configure:7692: checking for memory.h
# configure:7692: clang -c conftest.c >&5
# configure:7692: $? = 0
# configure:7692: result: yes
# configure:7692: checking for strings.h
# configure:7692: clang -c conftest.c >&5
# configure:7692: $? = 0
# configure:7692: result: yes
# configure:7692: checking for inttypes.h
# configure:7692: clang -c conftest.c >&5
# configure:7692: $? = 0
# configure:7692: result: yes
# configure:7692: checking for stdint.h
# configure:7692: clang -c conftest.c >&5
# configure:7692: $? = 0
# configure:7692: result: yes
# configure:7692: checking for unistd.h
# configure:7692: clang -c conftest.c >&5
# configure:7692: $? = 0
# configure:7692: result: yes
# configure:7706: checking for dlfcn.h
# configure:7706: clang -c conftest.c >&5
# configure:7706: $? = 0
# configure:7706: result: yes
# configure:7881: checking for objdir
# configure:7896: result: .libs
# configure:8167: checking if clang supports -fno-rtti -fno-exceptions
# configure:8185: clang -c -fno-rtti -fno-exceptions conftest.c >&5
# configure:8189: $? = 0
# configure:8202: result: yes
# configure:8529: checking for clang option to produce PIC
# configure:8536: result: -fPIC -DPIC
# configure:8544: checking if clang PIC flag -fPIC -DPIC works
# configure:8562: clang -c -fPIC -DPIC -DPIC conftest.c >&5
# configure:8566: $? = 0
# configure:8579: result: yes
# configure:8608: checking if clang static flag -static works
# configure:8636: result: yes
# configure:8651: checking if clang supports -c -o file.o
# configure:8672: clang -c -o out/conftest2.o conftest.c >&5
# configure:8676: $? = 0
# configure:8698: result: yes
# configure:8706: checking if clang supports -c -o file.o
# configure:8753: result: yes
# configure:8786: checking whether the clang linker (/usr/bin/ld -m elf_x86_64) supports shared libraries
# configure:9943: result: yes
# configure:9980: checking whether -lc should be explicitly linked in
# configure:9988: clang -c conftest.c >&5
# configure:9991: $? = 0
# configure:10006: clang -shared -fPIC -DPIC conftest.o -v -Wl,-soname -Wl,conftest -o conftest 2\>\&1 \| /usr/bin/grep -lc \>/dev/null 2\>\&1
# configure:10009: $? = 0
# configure:10023: result: no
# configure:10183: checking dynamic linker characteristics
# configure:10683: clang -o conftest -Wl,-rpath -Wl,/foo conftest.c >&5
# configure:10683: $? = 0
# configure:10917: result: GNU/Linux ld.so
# configure:11024: checking how to hardcode library paths into programs
# configure:11049: result: immediate
# configure:11143: checking for shl_load
# configure:11143: clang -o conftest conftest.c >&5
# /tmp/conftest-89714a.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:11143: $? = 1
# configure: failed program was:
# | /* confdefs.h */
# | #define PACKAGE_NAME "ipset"
# | #define PACKAGE_TARNAME "ipset"
# | #define PACKAGE_VERSION "6.29"
# | #define PACKAGE_STRING "ipset 6.29"
# | #define PACKAGE_BUGREPORT "kadlec@blackhole.kfki.hu"
# | #define PACKAGE_URL ""
# | #define PACKAGE "ipset"
# | #define VERSION "6.29"
# | #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:11143: result: no
# configure:11147: checking for shl_load in -ldld
# configure:11172: 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:11172: $? = 1
# configure: failed program was:
# | /* confdefs.h */
# | #define PACKAGE_NAME "ipset"
# | #define PACKAGE_TARNAME "ipset"
# | #define PACKAGE_VERSION "6.29"
# | #define PACKAGE_STRING "ipset 6.29"
# | #define PACKAGE_BUGREPORT "kadlec@blackhole.kfki.hu"
# | #define PACKAGE_URL ""
# | #define PACKAGE "ipset"
# | #define VERSION "6.29"
# | #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:11181: result: no
# configure:11186: checking for dlopen
# configure:11186: clang -o conftest conftest.c >&5
# /tmp/conftest-d4853e.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:11186: $? = 1
# configure: failed program was:
# | /* confdefs.h */
# | #define PACKAGE_NAME "ipset"
# | #define PACKAGE_TARNAME "ipset"
# | #define PACKAGE_VERSION "6.29"
# | #define PACKAGE_STRING "ipset 6.29"
# | #define PACKAGE_BUGREPORT "kadlec@blackhole.kfki.hu"
# | #define PACKAGE_URL ""
# | #define PACKAGE "ipset"
# | #define VERSION "6.29"
# | #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:11186: result: no
# configure:11190: checking for dlopen in -ldl
# configure:11215: clang -o conftest conftest.c -ldl >&5
# configure:11215: $? = 0
# configure:11224: result: yes
# configure:11343: checking whether a program can dlopen itself
# configure:11423: clang -o conftest -DHAVE_DLFCN_H -Wl,--export-dynamic conftest.c -ldl >&5
# configure:11426: $? = 0
# configure:11444: result: yes
# configure:11449: checking whether a statically linked program can dlopen itself
# configure:11529: clang -o conftest -DHAVE_DLFCN_H -Wl,--export-dynamic -static conftest.c -ldl >&5
# /tmp/conftest-c467ea.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:11532: $? = 1
# configure:11550: result: no
# configure:11589: checking whether stripping libraries is possible
# configure:11594: result: yes
# configure:11629: checking if libtool supports shared libraries
# configure:11631: result: yes
# configure:11634: checking whether to build shared libraries
# configure:11655: result: yes
# configure:11658: checking whether to build static libraries
# configure:11662: result: yes
# configure:11706: checking which extension is used for runtime loadable modules
# configure:11718: result: .so
# configure:11735: checking which variable specifies run-time module search path
# configure:11742: result: LD_LIBRARY_PATH
# configure:11752: checking for the default library search path
# configure:11759: result: /lib /usr/lib /usr/lib/R/lib /usr/lib/libfakeroot
# configure:11789: checking for library containing dlopen
# configure:11820: clang -o conftest conftest.c >&5
# /tmp/conftest-f7db4a.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:11820: $? = 1
# configure: failed program was:
# | /* confdefs.h */
# | #define PACKAGE_NAME "ipset"
# | #define PACKAGE_TARNAME "ipset"
# | #define PACKAGE_VERSION "6.29"
# | #define PACKAGE_STRING "ipset 6.29"
# | #define PACKAGE_BUGREPORT "kadlec@blackhole.kfki.hu"
# | #define PACKAGE_URL ""
# | #define PACKAGE "ipset"
# | #define VERSION "6.29"
# | #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 LT_MODULE_EXT ".so"
# | #define LT_MODULE_PATH_VAR "LD_LIBRARY_PATH"
# | #define LT_DLSEARCH_PATH "/lib:/usr/lib:/usr/lib/R/lib:/usr/lib/libfakeroot"
# | /* 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 dlopen ();
# | int
# | main ()
# | {
# | return dlopen ();
# | ;
# | return 0;
# | }
# configure:11820: clang -o conftest conftest.c -ldl >&5
# configure:11820: $? = 0
# configure:11837: result: -ldl
# configure:11927: checking for dlerror
# configure:11927: clang -o conftest conftest.c -ldl -ldl >&5
# configure:11927: $? = 0
# configure:11927: result: yes
# configure:11941: checking for shl_load
# configure:11941: result: no
# configure:11948: checking for shl_load in -ldld
# configure:11982: result: no
# configure:12028: checking for dld_link in -ldld
# configure:12053: clang -o conftest conftest.c -ldld -ldl >&5
# /usr/bin/ld: cannot find -ldld
# clang-3.8: error: linker command failed with exit code 1 (use -v to see invocation)
# configure:12053: $? = 1
# configure: failed program was:
# | /* confdefs.h */
# | #define PACKAGE_NAME "ipset"
# | #define PACKAGE_TARNAME "ipset"
# | #define PACKAGE_VERSION "6.29"
# | #define PACKAGE_STRING "ipset 6.29"
# | #define PACKAGE_BUGREPORT "kadlec@blackhole.kfki.hu"
# | #define PACKAGE_URL ""
# | #define PACKAGE "ipset"
# | #define VERSION "6.29"
# | #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 LT_MODULE_EXT ".so"
# | #define LT_MODULE_PATH_VAR "LD_LIBRARY_PATH"
# | #define LT_DLSEARCH_PATH "/lib:/usr/lib:/usr/lib/R/lib:/usr/lib/libfakeroot"
# | #define HAVE_LIBDL 1
# | #define HAVE_DLERROR 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 dld_link ();
# | int
# | main ()
# | {
# | return dld_link ();
# | ;
# | return 0;
# | }
# configure:12062: result: no
# configure:12096: checking for _ prefix in compiled symbols
# configure:12106: clang -c conftest.c >&5
# conftest.c:2:12: warning: expression result unused [-Wunused-value]
# int main(){nm_test_func;return 0;}
# ^~~~~~~~~~~~
# 1 warning generated.
# configure:12109: $? = 0
# configure:12113: /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:12116: $? = 0
# configure:12138: result: no
# configure:12262: checking whether deplibs are loaded by dlopen
# configure:12356: result: yes
# configure:12368: checking for argz.h
# configure:12368: clang -c conftest.c >&5
# configure:12368: $? = 0
# configure:12368: result: yes
# configure:12380: checking for error_t
# configure:12380: clang -c conftest.c >&5
# configure:12380: $? = 0
# configure:12380: clang -c conftest.c >&5
# conftest.c:37:22: error: expected expression
# if (sizeof ((error_t)))
# ^
# 1 error generated.
# configure:12380: $? = 1
# configure: failed program was:
# | /* confdefs.h */
# | #define PACKAGE_NAME "ipset"
# | #define PACKAGE_TARNAME "ipset"
# | #define PACKAGE_VERSION "6.29"
# | #define PACKAGE_STRING "ipset 6.29"
# | #define PACKAGE_BUGREPORT "kadlec@blackhole.kfki.hu"
# | #define PACKAGE_URL ""
# | #define PACKAGE "ipset"
# | #define VERSION "6.29"
# | #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 LT_MODULE_EXT ".so"
# | #define LT_MODULE_PATH_VAR "LD_LIBRARY_PATH"
# | #define LT_DLSEARCH_PATH "/lib:/usr/lib:/usr/lib/R/lib:/usr/lib/libfakeroot"
# | #define HAVE_LIBDL 1
# | #define HAVE_DLERROR 1
# | #define HAVE_LIBDLLOADER 1
# | #define HAVE_ARGZ_H 1
# | /* end confdefs.h. */
# | #if defined(HAVE_ARGZ_H)
# | # include
# | #endif
# |
# | int
# | main ()
# | {
# | if (sizeof ((error_t)))
# | return 0;
# | ;
# | return 0;
# | }
# configure:12380: result: yes
# configure:12406: checking for argz_add
# configure:12406: clang -o conftest conftest.c -ldl >&5
# configure:12406: $? = 0
# configure:12406: result: yes
# configure:12406: checking for argz_append
# configure:12406: clang -o conftest conftest.c -ldl >&5
# configure:12406: $? = 0
# configure:12406: result: yes
# configure:12406: checking for argz_count
# configure:12406: clang -o conftest conftest.c -ldl >&5
# configure:12406: $? = 0
# configure:12406: result: yes
# configure:12406: checking for argz_create_sep
# configure:12406: clang -o conftest conftest.c -ldl >&5
# configure:12406: $? = 0
# configure:12406: result: yes
# configure:12406: checking for argz_insert
# configure:12406: clang -o conftest conftest.c -ldl >&5
# configure:12406: $? = 0
# configure:12406: result: yes
# configure:12406: checking for argz_next
# configure:12406: clang -o conftest conftest.c -ldl >&5
# configure:12406: $? = 0
# configure:12406: result: yes
# configure:12406: checking for argz_stringify
# configure:12406: clang -o conftest conftest.c -ldl >&5
# configure:12406: $? = 0
# configure:12406: result: yes
# configure:12422: checking if argz actually works
# configure:12453: result: yes
# configure:12470: checking whether libtool supports -dlopen/-dlpreopen
# configure:12482: result: yes
# configure:12511: checking for ltdl.h
# configure:12511: clang -c conftest.c >&5
# configure:12511: $? = 0
# configure:12511: result: yes
# configure:12515: checking whether lt_dlinterface_register is declared
# configure:12515: clang -c conftest.c >&5
# configure:12515: $? = 0
# configure:12515: result: yes
# configure:12519: checking for lt_dladvise_preload in -lltdl
# configure:12544: clang -o conftest conftest.c -lltdl -ldl >&5
# configure:12544: $? = 0
# configure:12553: result: yes
# configure:12648: checking where to find libltdl headers
# configure:12650: result:
# configure:12652: checking where to find libltdl library
# configure:12654: result: -lltdl
# configure:12702: checking for unistd.h
# configure:12702: result: yes
# configure:12702: checking for dl.h
# configure:12702: clang -c conftest.c >&5
# conftest.c:76:10: fatal error: 'dl.h' file not found
# #include
# ^
# 1 error generated.
# configure:12702: $? = 1
# configure: failed program was:
# | /* confdefs.h */
# | #define PACKAGE_NAME "ipset"
# | #define PACKAGE_TARNAME "ipset"
# | #define PACKAGE_VERSION "6.29"
# | #define PACKAGE_STRING "ipset 6.29"
# | #define PACKAGE_BUGREPORT "kadlec@blackhole.kfki.hu"
# | #define PACKAGE_URL ""
# | #define PACKAGE "ipset"
# | #define VERSION "6.29"
# | #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 LT_MODULE_EXT ".so"
# | #define LT_MODULE_PATH_VAR "LD_LIBRARY_PATH"
# | #define LT_DLSEARCH_PATH "/lib:/usr/lib:/usr/lib/R/lib:/usr/lib/libfakeroot"
# | #define HAVE_LIBDL 1
# | #define HAVE_DLERROR 1
# | #define HAVE_LIBDLLOADER 1
# | #define HAVE_ARGZ_H 1
# | #define HAVE_ERROR_T 1
# | #define HAVE_ARGZ_ADD 1
# | #define HAVE_ARGZ_APPEND 1
# | #define HAVE_ARGZ_COUNT 1
# | #define HAVE_ARGZ_CREATE_SEP 1
# | #define HAVE_ARGZ_INSERT 1
# | #define HAVE_ARGZ_NEXT 1
# | #define HAVE_ARGZ_STRINGIFY 1
# | #define HAVE_WORKING_ARGZ 1
# | #define HAVE_PRELOADED_SYMBOLS 1
# | #define HAVE_LTDL 1
# | #define HAVE_UNISTD_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
# |
# | #include
# configure:12702: result: no
# configure:12702: checking for sys/dl.h
# configure:12702: clang -c conftest.c >&5
# conftest.c:76:10: fatal error: 'sys/dl.h' file not found
# #include
# ^
# 1 error generated.
# configure:12702: $? = 1
# configure: failed program was:
# | /* confdefs.h */
# | #define PACKAGE_NAME "ipset"
# | #define PACKAGE_TARNAME "ipset"
# | #define PACKAGE_VERSION "6.29"
# | #define PACKAGE_STRING "ipset 6.29"
# | #define PACKAGE_BUGREPORT "kadlec@blackhole.kfki.hu"
# | #define PACKAGE_URL ""
# | #define PACKAGE "ipset"
# | #define VERSION "6.29"
# | #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 LT_MODULE_EXT ".so"
# | #define LT_MODULE_PATH_VAR "LD_LIBRARY_PATH"
# | #define LT_DLSEARCH_PATH "/lib:/usr/lib:/usr/lib/R/lib:/usr/lib/libfakeroot"
# | #define HAVE_LIBDL 1
# | #define HAVE_DLERROR 1
# | #define HAVE_LIBDLLOADER 1
# | #define HAVE_ARGZ_H 1
# | #define HAVE_ERROR_T 1
# | #define HAVE_ARGZ_ADD 1
# | #define HAVE_ARGZ_APPEND 1
# | #define HAVE_ARGZ_COUNT 1
# | #define HAVE_ARGZ_CREATE_SEP 1
# | #define HAVE_ARGZ_INSERT 1
# | #define HAVE_ARGZ_NEXT 1
# | #define HAVE_ARGZ_STRINGIFY 1
# | #define HAVE_WORKING_ARGZ 1
# | #define HAVE_PRELOADED_SYMBOLS 1
# | #define HAVE_LTDL 1
# | #define HAVE_UNISTD_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
# |
# | #include
# configure:12702: result: no
# configure:12702: checking for dld.h
# configure:12702: clang -c conftest.c >&5
# conftest.c:76:10: fatal error: 'dld.h' file not found
# #include
# ^
# 1 error generated.
# configure:12702: $? = 1
# configure: failed program was:
# | /* confdefs.h */
# | #define PACKAGE_NAME "ipset"
# | #define PACKAGE_TARNAME "ipset"
# | #define PACKAGE_VERSION "6.29"
# | #define PACKAGE_STRING "ipset 6.29"
# | #define PACKAGE_BUGREPORT "kadlec@blackhole.kfki.hu"
# | #define PACKAGE_URL ""
# | #define PACKAGE "ipset"
# | #define VERSION "6.29"
# | #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 LT_MODULE_EXT ".so"
# | #define LT_MODULE_PATH_VAR "LD_LIBRARY_PATH"
# | #define LT_DLSEARCH_PATH "/lib:/usr/lib:/usr/lib/R/lib:/usr/lib/libfakeroot"
# | #define HAVE_LIBDL 1
# | #define HAVE_DLERROR 1
# | #define HAVE_LIBDLLOADER 1
# | #define HAVE_ARGZ_H 1
# | #define HAVE_ERROR_T 1
# | #define HAVE_ARGZ_ADD 1
# | #define HAVE_ARGZ_APPEND 1
# | #define HAVE_ARGZ_COUNT 1
# | #define HAVE_ARGZ_CREATE_SEP 1
# | #define HAVE_ARGZ_INSERT 1
# | #define HAVE_ARGZ_NEXT 1
# | #define HAVE_ARGZ_STRINGIFY 1
# | #define HAVE_WORKING_ARGZ 1
# | #define HAVE_PRELOADED_SYMBOLS 1
# | #define HAVE_LTDL 1
# | #define HAVE_UNISTD_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
# |
# | #include
# configure:12702: result: no
# configure:12702: checking for mach-o/dyld.h
# configure:12702: clang -c conftest.c >&5
# conftest.c:76:10: fatal error: 'mach-o/dyld.h' file not found
# #include
# ^
# 1 error generated.
# configure:12702: $? = 1
# configure: failed program was:
# | /* confdefs.h */
# | #define PACKAGE_NAME "ipset"
# | #define PACKAGE_TARNAME "ipset"
# | #define PACKAGE_VERSION "6.29"
# | #define PACKAGE_STRING "ipset 6.29"
# | #define PACKAGE_BUGREPORT "kadlec@blackhole.kfki.hu"
# | #define PACKAGE_URL ""
# | #define PACKAGE "ipset"
# | #define VERSION "6.29"
# | #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 LT_MODULE_EXT ".so"
# | #define LT_MODULE_PATH_VAR "LD_LIBRARY_PATH"
# | #define LT_DLSEARCH_PATH "/lib:/usr/lib:/usr/lib/R/lib:/usr/lib/libfakeroot"
# | #define HAVE_LIBDL 1
# | #define HAVE_DLERROR 1
# | #define HAVE_LIBDLLOADER 1
# | #define HAVE_ARGZ_H 1
# | #define HAVE_ERROR_T 1
# | #define HAVE_ARGZ_ADD 1
# | #define HAVE_ARGZ_APPEND 1
# | #define HAVE_ARGZ_COUNT 1
# | #define HAVE_ARGZ_CREATE_SEP 1
# | #define HAVE_ARGZ_INSERT 1
# | #define HAVE_ARGZ_NEXT 1
# | #define HAVE_ARGZ_STRINGIFY 1
# | #define HAVE_WORKING_ARGZ 1
# | #define HAVE_PRELOADED_SYMBOLS 1
# | #define HAVE_LTDL 1
# | #define HAVE_UNISTD_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
# |
# | #include
# configure:12702: result: no
# configure:12702: checking for dirent.h
# configure:12702: clang -c conftest.c >&5
# configure:12702: $? = 0
# configure:12702: result: yes
# configure:12717: checking for closedir
# configure:12717: clang -o conftest conftest.c -ldl >&5
# configure:12717: $? = 0
# configure:12717: result: yes
# configure:12717: checking for opendir
# configure:12717: clang -o conftest conftest.c -ldl >&5
# configure:12717: $? = 0
# configure:12717: result: yes
# configure:12717: checking for readdir
# configure:12717: clang -o conftest conftest.c -ldl >&5
# configure:12717: $? = 0
# configure:12717: result: yes
# configure:12734: checking for strlcat
# configure:12734: clang -o conftest conftest.c -ldl >&5
# conftest.c:69:6: warning: incompatible redeclaration of library function 'strlcat' [-Wincompatible-library-redeclaration]
# char strlcat ();
# ^
# conftest.c:69:6: note: 'strlcat' is a builtin with type 'unsigned long (char *, const char *, unsigned long)'
# 1 warning generated.
# /tmp/conftest-ac1050.o: In function `main':
# conftest.c:(.text+0x12): undefined reference to `strlcat'
# clang-3.8: error: linker command failed with exit code 1 (use -v to see invocation)
# configure:12734: $? = 1
# configure: failed program was:
# | /* confdefs.h */
# | #define PACKAGE_NAME "ipset"
# | #define PACKAGE_TARNAME "ipset"
# | #define PACKAGE_VERSION "6.29"
# | #define PACKAGE_STRING "ipset 6.29"
# | #define PACKAGE_BUGREPORT "kadlec@blackhole.kfki.hu"
# | #define PACKAGE_URL ""
# | #define PACKAGE "ipset"
# | #define VERSION "6.29"
# | #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 LT_MODULE_EXT ".so"
# | #define LT_MODULE_PATH_VAR "LD_LIBRARY_PATH"
# | #define LT_DLSEARCH_PATH "/lib:/usr/lib:/usr/lib/R/lib:/usr/lib/libfakeroot"
# | #define HAVE_LIBDL 1
# | #define HAVE_DLERROR 1
# | #define HAVE_LIBDLLOADER 1
# | #define HAVE_ARGZ_H 1
# | #define HAVE_ERROR_T 1
# | #define HAVE_ARGZ_ADD 1
# | #define HAVE_ARGZ_APPEND 1
# | #define HAVE_ARGZ_COUNT 1
# | #define HAVE_ARGZ_CREATE_SEP 1
# | #define HAVE_ARGZ_INSERT 1
# | #define HAVE_ARGZ_NEXT 1
# | #define HAVE_ARGZ_STRINGIFY 1
# | #define HAVE_WORKING_ARGZ 1
# | #define HAVE_PRELOADED_SYMBOLS 1
# | #define HAVE_LTDL 1
# | #define HAVE_UNISTD_H 1
# | #define HAVE_DIRENT_H 1
# | #define HAVE_CLOSEDIR 1
# | #define HAVE_OPENDIR 1
# | #define HAVE_READDIR 1
# | /* end confdefs.h. */
# | /* Define strlcat to an innocuous variant, in case declares strlcat.
# | For example, HP-UX 11i declares gettimeofday. */
# | #define strlcat innocuous_strlcat
# |
# | /* System header to define __stub macros and hopefully few prototypes,
# | which can conflict with char strlcat (); below.
# | Prefer to if __STDC__ is defined, since
# | exists even on freestanding compilers. */
# |
# | #ifdef __STDC__
# | # include
# | #else
# | # include
# | #endif
# |
# | #undef strlcat
# |
# | /* 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 strlcat ();
# | /* 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_strlcat || defined __stub___strlcat
# | choke me
# | #endif
# |
# | int
# | main ()
# | {
# | return strlcat ();
# | ;
# | return 0;
# | }
# configure:12734: result: no
# configure:12734: checking for strlcpy
# configure:12734: clang -o conftest conftest.c -ldl >&5
# conftest.c:69:6: warning: incompatible redeclaration of library function 'strlcpy' [-Wincompatible-library-redeclaration]
# char strlcpy ();
# ^
# conftest.c:69:6: note: 'strlcpy' is a builtin with type 'unsigned long (char *, const char *, unsigned long)'
# 1 warning generated.
# /tmp/conftest-e28b65.o: In function `main':
# conftest.c:(.text+0x12): undefined reference to `strlcpy'
# clang-3.8: error: linker command failed with exit code 1 (use -v to see invocation)
# configure:12734: $? = 1
# configure: failed program was:
# | /* confdefs.h */
# | #define PACKAGE_NAME "ipset"
# | #define PACKAGE_TARNAME "ipset"
# | #define PACKAGE_VERSION "6.29"
# | #define PACKAGE_STRING "ipset 6.29"
# | #define PACKAGE_BUGREPORT "kadlec@blackhole.kfki.hu"
# | #define PACKAGE_URL ""
# | #define PACKAGE "ipset"
# | #define VERSION "6.29"
# | #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 LT_MODULE_EXT ".so"
# | #define LT_MODULE_PATH_VAR "LD_LIBRARY_PATH"
# | #define LT_DLSEARCH_PATH "/lib:/usr/lib:/usr/lib/R/lib:/usr/lib/libfakeroot"
# | #define HAVE_LIBDL 1
# | #define HAVE_DLERROR 1
# | #define HAVE_LIBDLLOADER 1
# | #define HAVE_ARGZ_H 1
# | #define HAVE_ERROR_T 1
# | #define HAVE_ARGZ_ADD 1
# | #define HAVE_ARGZ_APPEND 1
# | #define HAVE_ARGZ_COUNT 1
# | #define HAVE_ARGZ_CREATE_SEP 1
# | #define HAVE_ARGZ_INSERT 1
# | #define HAVE_ARGZ_NEXT 1
# | #define HAVE_ARGZ_STRINGIFY 1
# | #define HAVE_WORKING_ARGZ 1
# | #define HAVE_PRELOADED_SYMBOLS 1
# | #define HAVE_LTDL 1
# | #define HAVE_UNISTD_H 1
# | #define HAVE_DIRENT_H 1
# | #define HAVE_CLOSEDIR 1
# | #define HAVE_OPENDIR 1
# | #define HAVE_READDIR 1
# | /* end confdefs.h. */
# | /* Define strlcpy to an innocuous variant, in case declares strlcpy.
# | For example, HP-UX 11i declares gettimeofday. */
# | #define strlcpy innocuous_strlcpy
# |
# | /* System header to define __stub macros and hopefully few prototypes,
# | which can conflict with char strlcpy (); below.
# | Prefer to if __STDC__ is defined, since
# | exists even on freestanding compilers. */
# |
# | #ifdef __STDC__
# | # include
# | #else
# | # include
# | #endif
# |
# | #undef strlcpy
# |
# | /* 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 strlcpy ();
# | /* 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_strlcpy || defined __stub___strlcpy
# | choke me
# | #endif
# |
# | int
# | main ()
# | {
# | return strlcpy ();
# | ;
# | return 0;
# | }
# configure:12734: result: no
# configure:12788: checking for x86_64-unknown-linux-pkg-config
# configure:12821: result: no
# configure:12831: checking for pkg-config
# configure:12849: found /usr/bin/pkg-config
# configure:12861: result: /usr/bin/pkg-config
# configure:12886: checking pkg-config is at least version 0.9.0
# configure:12889: result: yes
# configure:13248: checking for x86_64-unknown-linux-gcc
# configure:13275: result: clang
# configure:13544: checking for C compiler version
# configure:13553: 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:13564: $? = 0
# configure:13553: 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:13564: $? = 0
# configure:13553: clang -V >&5
# clang-3.8: error: argument to '-V' is missing (expected 1 value)
# clang-3.8: error: no input files
# configure:13564: $? = 1
# configure:13553: clang -qversion >&5
# clang-3.8: error: unknown argument: '-qversion'
# clang-3.8: error: no input files
# configure:13564: $? = 1
# configure:13568: checking whether we are using the GNU C compiler
# configure:13596: result: yes
# configure:13605: checking whether clang accepts -g
# configure:13666: result: yes
# configure:13683: checking for clang option to accept ISO C89
# configure:13759: result: none needed
# configure:13784: checking whether clang understands -c and -o together
# configure:13821: result: yes
# configure:13840: checking dependency style of clang
# configure:13951: result: gcc3
# configure:13969: checking whether ln -s works
# configure:13973: result: yes
# configure:13983: checking for libmnl
# configure:13990: $PKG_CONFIG --exists --print-errors "libmnl >= 1"
# configure:13993: $? = 0
# configure:14007: $PKG_CONFIG --exists --print-errors "libmnl >= 1"
# configure:14010: $? = 0
# configure:14068: result: yes
# configure:14074: checking whether NLA_F_NESTED is declared
# configure:14074: clang -c conftest.c >&5
# configure:14074: $? = 0
# configure:14074: result: yes
# configure:14091: checking whether NLA_F_NET_BYTEORDER is declared
# configure:14091: clang -c conftest.c >&5
# configure:14091: $? = 0
# configure:14091: result: yes
# configure:14108: checking whether NLA_TYPE_MASK is declared
# configure:14108: clang -c conftest.c >&5
# configure:14108: $? = 0
# configure:14108: result: yes
# configure:14127: checking for union nf_inet_addr
# configure:14127: clang -c conftest.c >&5
# configure:14127: $? = 0
# configure:14127: clang -c conftest.c >&5
# conftest.c:58:33: error: expected expression
# if (sizeof ((union nf_inet_addr)))
# ^
# 1 error generated.
# configure:14127: $? = 1
# configure: failed program was:
# | /* confdefs.h */
# | #define PACKAGE_NAME "ipset"
# | #define PACKAGE_TARNAME "ipset"
# | #define PACKAGE_VERSION "6.29"
# | #define PACKAGE_STRING "ipset 6.29"
# | #define PACKAGE_BUGREPORT "kadlec@blackhole.kfki.hu"
# | #define PACKAGE_URL ""
# | #define PACKAGE "ipset"
# | #define VERSION "6.29"
# | #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 LT_MODULE_EXT ".so"
# | #define LT_MODULE_PATH_VAR "LD_LIBRARY_PATH"
# | #define LT_DLSEARCH_PATH "/lib:/usr/lib:/usr/lib/R/lib:/usr/lib/libfakeroot"
# | #define HAVE_LIBDL 1
# | #define HAVE_DLERROR 1
# | #define HAVE_LIBDLLOADER 1
# | #define HAVE_ARGZ_H 1
# | #define HAVE_ERROR_T 1
# | #define HAVE_ARGZ_ADD 1
# | #define HAVE_ARGZ_APPEND 1
# | #define HAVE_ARGZ_COUNT 1
# | #define HAVE_ARGZ_CREATE_SEP 1
# | #define HAVE_ARGZ_INSERT 1
# | #define HAVE_ARGZ_NEXT 1
# | #define HAVE_ARGZ_STRINGIFY 1
# | #define HAVE_WORKING_ARGZ 1
# | #define HAVE_PRELOADED_SYMBOLS 1
# | #define HAVE_LTDL 1
# | #define HAVE_UNISTD_H 1
# | #define HAVE_DIRENT_H 1
# | #define HAVE_CLOSEDIR 1
# | #define HAVE_OPENDIR 1
# | #define HAVE_READDIR 1
# | #define LT_LIBEXT "a"
# | #define LT_LIBPREFIX "lib"
# | #define HAVE_DECL_NLA_F_NESTED 1
# | #define HAVE_DECL_NLA_F_NET_BYTEORDER 1
# | #define HAVE_DECL_NLA_TYPE_MASK 1
# | /* end confdefs.h. */
# | #include
# | #include
# | #include
# |
# | int
# | main ()
# | {
# | if (sizeof ((union nf_inet_addr)))
# | return 0;
# | ;
# | return 0;
# | }
# configure:14127: result: yes
# configure:14143: checking for gethostbyname2
# configure:14143: clang -o conftest conftest.c -ldl >&5
# configure:14143: $? = 0
# configure:14143: result: yes
# configure:16681: checking that generated files are newer than configure
# configure:16687: result: done
# configure:16767: creating ./config.status
#
# ## ---------------------- ##
# ## Running config.status. ##
# ## ---------------------- ##
#
# This file was extended by ipset config.status 6.29, which was
# generated by GNU Autoconf 2.69. Invocation command line was
#
# CONFIG_FILES =
# CONFIG_HEADERS =
# CONFIG_LINKS =
# CONFIG_COMMANDS =
# $ ./config.status
#
# on 99b0575e307f
#
# config.status:1186: creating Makefile
# config.status:1186: creating include/libipset/Makefile
# config.status:1186: creating lib/Makefile
# config.status:1186: creating lib/libipset.pc
# config.status:1186: creating src/Makefile
# config.status:1186: creating utils/Makefile
# config.status:1186: creating kernel/include/linux/netfilter/ipset/ip_set_compat.h
# config.status:1186: creating config.h
# config.status:1415: executing depfiles commands
# config.status:1415: executing libtool commands
# configure:18998: result:
# configure:19000: result: ipset userspace tool configuration:
# configure:19007: result: Dynamic module loading: disabled
# configure:19014: result: Static modules:
# configure:19018: result: ipset_bitmap_ip
# configure:19018: result: ipset_bitmap_ipmac
# configure:19018: result: ipset_bitmap_port
# configure:19018: result: ipset_hash_ip
# configure:19018: result: ipset_hash_ipmark
# configure:19018: result: ipset_hash_ipport
# configure:19018: result: ipset_hash_ipportip
# configure:19018: result: ipset_hash_ipportnet
# configure:19018: result: ipset_hash_mac
# configure:19018: result: ipset_hash_net
# configure:19018: result: ipset_hash_netiface
# configure:19018: result: ipset_hash_netnet
# configure:19018: result: ipset_hash_netport
# configure:19018: result: ipset_hash_netportnet
# configure:19018: result: ipset_list_set
# configure:19021: result: Dynamic modules:
#
# ## ---------------- ##
# ## Cache variables. ##
# ## ---------------- ##
#
# ac_cv_build=x86_64-unknown-linux-gnu
# ac_cv_c_compiler_gnu=yes
# ac_cv_env_CC_set=set
# ac_cv_env_CC_value=clang
# ac_cv_env_CFLAGS_set=set
# ac_cv_env_CFLAGS_value=
# ac_cv_env_CPPFLAGS_set=set
# ac_cv_env_CPPFLAGS_value=
# ac_cv_env_CPP_set=
# ac_cv_env_CPP_value=
# ac_cv_env_LDFLAGS_set=set
# ac_cv_env_LDFLAGS_value=
# ac_cv_env_LIBS_set=
# ac_cv_env_LIBS_value=
# ac_cv_env_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_bashcompdir_set=
# ac_cv_env_bashcompdir_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_libmnl_CFLAGS_set=
# ac_cv_env_libmnl_CFLAGS_value=
# ac_cv_env_libmnl_LIBS_set=
# ac_cv_env_libmnl_LIBS_value=
# ac_cv_env_target_alias_set=
# ac_cv_env_target_alias_value=
# ac_cv_func_argz_add=yes
# ac_cv_func_argz_append=yes
# ac_cv_func_argz_count=yes
# ac_cv_func_argz_create_sep=yes
# ac_cv_func_argz_insert=yes
# ac_cv_func_argz_next=yes
# ac_cv_func_argz_stringify=yes
# ac_cv_func_closedir=yes
# ac_cv_func_dlerror=yes
# ac_cv_func_dlopen=no
# ac_cv_func_gethostbyname2=yes
# ac_cv_func_opendir=yes
# ac_cv_func_readdir=yes
# ac_cv_func_shl_load=no
# ac_cv_func_strlcat=no
# ac_cv_func_strlcpy=no
# ac_cv_have_decl_NLA_F_NESTED=yes
# ac_cv_have_decl_NLA_F_NET_BYTEORDER=yes
# ac_cv_have_decl_NLA_TYPE_MASK=yes
# ac_cv_have_decl_lt_dlinterface_register=yes
# ac_cv_header_argz_h=yes
# ac_cv_header_dirent_h=yes
# ac_cv_header_dl_h=no
# ac_cv_header_dld_h=no
# ac_cv_header_dlfcn_h=yes
# ac_cv_header_inttypes_h=yes
# ac_cv_header_ltdl_h=yes
# ac_cv_header_mach_o_dyld_h=no
# ac_cv_header_memory_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_dl_h=no
# ac_cv_header_sys_stat_h=yes
# ac_cv_header_sys_types_h=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_dld_link=no
# ac_cv_lib_dld_shl_load=no
# ac_cv_lib_ltdl_lt_dladvise_preload=yes
# ac_cv_objext=o
# ac_cv_path_EGREP='/usr/bin/grep -E'
# ac_cv_path_FGREP='/usr/bin/grep -F'
# ac_cv_path_GREP=/usr/bin/grep
# ac_cv_path_SED=/usr/bin/sed
# ac_cv_path_ac_pt_PKG_CONFIG=/usr/bin/pkg-config
# ac_cv_path_install='/usr/bin/install -c'
# ac_cv_path_mkdir=/usr/bin/mkdir
# ac_cv_prog_AWK=gawk
# ac_cv_prog_CC=clang
# ac_cv_prog_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_search_dlopen=-ldl
# ac_cv_type_error_t=yes
# ac_cv_type_union_nf_inet_addr=yes
# am_cv_CC_dependencies_compiler_type=gcc3
# am_cv_make_support_nested_variables=yes
# am_cv_prog_cc_c_o=yes
# am_cv_prog_tar_pax=gnutar
# libltdl_cv_lib_dl_dlopen=yes
# libltdl_cv_preloaded_symbols=yes
# libltdl_cv_shlibext=.so
# libltdl_cv_shrext=.so
# 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_module_path_var=LD_LIBRARY_PATH
# 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_argz_works=yes
# lt_cv_sys_dlopen_deplibs=yes
# lt_cv_sys_dlsearch_path='/lib /usr/lib /usr/lib/R/lib /usr/lib/libfakeroot '
# 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_sys_symbol_underscore=no
# lt_cv_to_host_file_cmd=func_convert_file_noop
# lt_cv_to_tool_file_cmd=func_convert_file_noop
# pkg_cv_libmnl_CFLAGS=
# pkg_cv_libmnl_LIBS=-lmnl
#
# ## ----------------- ##
# ## Output variables. ##
# ## ----------------- ##
#
# ACLOCAL='${SHELL} /tmp/ipset/src/ipset-6.29/build-aux/missing aclocal-1.14'
# AMDEPBACKSLASH='\'
# AMDEP_FALSE='#'
# AMDEP_TRUE=''
# AMTAR='$${TAR-tar}'
# AM_BACKSLASH='\'
# AM_DEFAULT_V='$(AM_DEFAULT_VERBOSITY)'
# AM_DEFAULT_VERBOSITY='0'
# AM_V='$(V)'
# AR='ar'
# ARGZ_H=''
# AUTOCONF='${SHELL} /tmp/ipset/src/ipset-6.29/build-aux/missing autoconf'
# AUTOHEADER='${SHELL} /tmp/ipset/src/ipset-6.29/build-aux/missing autoheader'
# AUTOMAKE='${SHELL} /tmp/ipset/src/ipset-6.29/build-aux/missing automake-1.14'
# AWK='gawk'
# CC='clang'
# CCDEPMODE='depmode=gcc3'
# CFLAGS=''
# CONVENIENCE_LTDL_FALSE='#'
# CONVENIENCE_LTDL_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'
# ENABLE_DEBUG_FALSE=''
# ENABLE_DEBUG_TRUE='#'
# ENABLE_SETTYPE_MODULES_FALSE=''
# ENABLE_SETTYPE_MODULES_TRUE='#'
# ENABLE_SHARED_FALSE='#'
# ENABLE_SHARED_TRUE=''
# ENABLE_STATIC_FALSE='#'
# ENABLE_STATIC_TRUE=''
# EXEEXT=''
# FGREP='/usr/bin/grep -F'
# GREP='/usr/bin/grep'
# HAVE_CHECKENTRY_BOOL=''
# HAVE_ETHER_ADDR_COPY=''
# HAVE_ETHER_ADDR_EQUAL=''
# HAVE_EXPORT_H=''
# HAVE_EXPORT_SYMBOL_GPL_IN_MODULE_H=''
# HAVE_IPV6_SKIP_EXTHDR_ARGS=''
# HAVE_KVFREE=''
# HAVE_LIST_LAST_ENTRY=''
# HAVE_LIST_NEXT_ENTRY=''
# HAVE_NETLINK_DUMP_START_ARGS=''
# HAVE_NET_IN_NFNL_CALLBACK_FN=''
# HAVE_NET_OPS_ID=''
# HAVE_NFNL_LOCK_SUBSYS=''
# HAVE_NF_BRIDGE_GET_PHYSDEV=''
# HAVE_NLA_PUT_BE16=''
# HAVE_NLA_PUT_BE64=''
# HAVE_NLA_PUT_IN_ADDR=''
# HAVE_NL_INFO_PORTID=''
# HAVE_NS_CAPABLE=''
# HAVE_RBTREE_POSTORDER_FOR_EACH_ENTRY_SAFE=''
# HAVE_STRUCT_XT_ACTION_PARAM=''
# HAVE_TCF_EMATCH_OPS_CHANGE_ARG_NET=''
# HAVE_TCF_EMATCH_STRUCT_NET=''
# HAVE_USER_NS_IN_STRUCT_NET=''
# HAVE_VZALLOC=''
# HAVE_XT_MTCHK_PARAM_STRUCT_NET=''
# HAVE_XT_TARGET_PARAM=''
# INCLTDL=''
# INSTALL_DATA='${INSTALL} -m 644'
# INSTALL_LTDL_FALSE=''
# INSTALL_LTDL_TRUE='#'
# INSTALL_PROGRAM='${INSTALL}'
# INSTALL_SCRIPT='${INSTALL}'
# INSTALL_STRIP_PROGRAM='$(install_sh) -c -s'
# KBUILDDIR=''
# LD='/usr/bin/ld -m elf_x86_64'
# LDFLAGS=''
# LIBADD_DL='-ldl '
# LIBADD_DLD_LINK=''
# LIBADD_DLOPEN='-ldl'
# LIBADD_SHL_LOAD=''
# LIBLTDL='-lltdl'
# LIBOBJS=''
# LIBS='-ldl '
# LIBTOOL='$(SHELL) $(top_builddir)/libtool'
# LIPO=''
# LN_S='ln -s'
# LTDLDEPS=''
# LTDLINCL=''
# LTDLOPEN='libltdl'
# LTLIBOBJS=''
# LT_CONFIG_H='config.h'
# LT_DLLOADERS=' libltdl/dlopen.la'
# LT_DLPREOPEN='-dlpreopen libltdl/dlopen.la '
# MAKEINFO='${SHELL} /tmp/ipset/src/ipset-6.29/build-aux/missing makeinfo'
# MANIFEST_TOOL=':'
# MAXSETS=''
# MKDIR_P='/usr/bin/mkdir -p'
# NM='/usr/bin/nm -B'
# NMEDIT=''
# OBJDUMP='objdump'
# OBJEXT='o'
# OTOOL64=''
# OTOOL=''
# PACKAGE='ipset'
# PACKAGE_BUGREPORT='kadlec@blackhole.kfki.hu'
# PACKAGE_NAME='ipset'
# PACKAGE_STRING='ipset 6.29'
# PACKAGE_TARNAME='ipset'
# PACKAGE_URL=''
# PACKAGE_VERSION='6.29'
# PATH_SEPARATOR=':'
# PKG_CONFIG='/usr/bin/pkg-config'
# PKG_CONFIG_LIBDIR=''
# PKG_CONFIG_PATH=''
# RANLIB='ranlib'
# SED='/usr/bin/sed'
# SETTYPE_MODLIST=''
# SET_MAKE=''
# SHELL='/bin/sh'
# STRIP='strip'
# VERSION='6.29'
# WITH_KBUILDDIR_FALSE=''
# WITH_KBUILDDIR_TRUE='#'
# WITH_KMOD_FALSE=''
# WITH_KMOD_TRUE='#'
# WITH_MAXSETS_FALSE=''
# WITH_MAXSETS_TRUE='#'
# 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 --format=posix -chf - "$$tardir"'
# am__untar='tar -xf -'
# bashcompdir=''
# 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/ipset/src/ipset-6.29/build-aux/install-sh'
# libdir='${exec_prefix}/lib'
# libexecdir='${exec_prefix}/libexec'
# libmnl_CFLAGS=''
# libmnl_LIBS='-lmnl'
# localedir='${datarootdir}/locale'
# localstatedir='${prefix}/var'
# ltdl_LIBOBJS=' libltdl/lt__strl.o'
# ltdl_LTLIBOBJS=' libltdl/lt__strl.lo'
# mandir='${datarootdir}/man'
# mkdir_p='$(MKDIR_P)'
# oldincludedir='/usr/include'
# pdfdir='${docdir}'
# prefix='/usr'
# program_transform_name='s,x,x,'
# psdir='${docdir}'
# sbindir='/usr/bin'
# sharedstatedir='${prefix}/com'
# sys_symbol_underscore='no'
# sysconfdir='${prefix}/etc'
# target_alias=''
#
# ## ----------- ##
# ## confdefs.h. ##
# ## ----------- ##
#
# /* confdefs.h */
# #define PACKAGE_NAME "ipset"
# #define PACKAGE_TARNAME "ipset"
# #define PACKAGE_VERSION "6.29"
# #define PACKAGE_STRING "ipset 6.29"
# #define PACKAGE_BUGREPORT "kadlec@blackhole.kfki.hu"
# #define PACKAGE_URL ""
# #define PACKAGE "ipset"
# #define VERSION "6.29"
# #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 LT_MODULE_EXT ".so"
# #define LT_MODULE_PATH_VAR "LD_LIBRARY_PATH"
# #define LT_DLSEARCH_PATH "/lib:/usr/lib:/usr/lib/R/lib:/usr/lib/libfakeroot"
# #define HAVE_LIBDL 1
# #define HAVE_DLERROR 1
# #define HAVE_LIBDLLOADER 1
# #define HAVE_ARGZ_H 1
# #define HAVE_ERROR_T 1
# #define HAVE_ARGZ_ADD 1
# #define HAVE_ARGZ_APPEND 1
# #define HAVE_ARGZ_COUNT 1
# #define HAVE_ARGZ_CREATE_SEP 1
# #define HAVE_ARGZ_INSERT 1
# #define HAVE_ARGZ_NEXT 1
# #define HAVE_ARGZ_STRINGIFY 1
# #define HAVE_WORKING_ARGZ 1
# #define HAVE_PRELOADED_SYMBOLS 1
# #define HAVE_LTDL 1
# #define HAVE_UNISTD_H 1
# #define HAVE_DIRENT_H 1
# #define HAVE_CLOSEDIR 1
# #define HAVE_OPENDIR 1
# #define HAVE_READDIR 1
# #define LT_LIBEXT "a"
# #define LT_LIBPREFIX "lib"
# #define HAVE_DECL_NLA_F_NESTED 1
# #define HAVE_DECL_NLA_F_NET_BYTEORDER 1
# #define HAVE_DECL_NLA_TYPE_MASK 1
# #define HAVE_UNION_NF_INET_ADDR 1
# #define HAVE_GETHOSTBYNAME2 1
#
# configure: exit 0