Build of bird with clang_glibc toolchain

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

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

SLOCLanguage
41,590 ansic
3,015 sh
2,372 yacc
2,083 perl
700 lex
221 makefile
13 sed
49,994 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: bird 1.6.0-1 (Thu Apr 13 17:27:44 UTC 2017)
# ==> Checking runtime dependencies...
# ==> Checking buildtime dependencies...
# ==> WARNING: Using existing $srcdir/ tree
# ==> Starting build()...
# checking for x86_64-unknown-linux-gcc... clang
# checking whether the C compiler works... yes
# checking for C compiler default output file name... a.out
# checking for suffix of executables...
# checking whether we are cross compiling... no
# checking for suffix of object files... o
# checking whether we are using the GNU C compiler... yes
# checking whether clang accepts -g... yes
# checking for clang option to accept ISO C89... none needed
# checking for library containing clock_gettime... none required
# checking build system type... x86_64-unknown-linux-gnu
# checking host system type... x86_64-unknown-linux-gnu
# 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 POSIX threads are available... yes
# checking CFLAGS... -pthread
# checking how to run the C preprocessor... clang -E
# checking for a BSD-compatible install... /usr/bin/install -c
# checking for x86_64-unknown-linux-ranlib... no
# checking for ranlib... ranlib
# checking for flex... flex
# checking for bison... bison
# checking for gm4... no
# checking for m4... m4
# checking which OS configuration should we use... ../sysdep/cf/linux.h
# checking system-dependent directories... sysdep/linux sysdep/unix lib
# checking protocols... ok
# checking for linux/rtnetlink.h... yes
# checking for grep that handles long lines and -e... /usr/bin/grep
# checking for egrep... /usr/bin/grep -E
# checking for ANSI C header files... yes
# checking for sys/types.h... yes
# checking for sys/stat.h... yes
# checking for stdlib.h... yes
# checking for string.h... yes
# checking for memory.h... yes
# checking for strings.h... yes
# checking for inttypes.h... yes
# checking for stdint.h... yes
# checking for unistd.h... yes
# checking syslog.h usability... yes
# checking syslog.h presence... yes
# checking for syslog.h... yes
# checking alloca.h usability... yes
# checking alloca.h presence... yes
# checking for alloca.h... yes
# checking whether 'struct sockaddr' has sa_len... no
# checking whether byte ordering is bigendian... no
# checking size of char... 1
# checking size of short int... 2
# checking size of int... 4
# checking size of long int... 8
# checking size of long long int... 8
# checking for 8-bit type... char
# checking for 16-bit type... short int
# checking for 32-bit type... int
# checking for 64-bit type... long int
# checking usual alignment of structures... 16
# checking characteristics of time_t... 64-bit signed
# checking for struct ip_mreqn... yes
# checking for add_history in -lhistory... yes
# checking for tgetent in -lncurses... yes
# checking for rl_callback_read_char in -lreadline... yes
# checking for rl_crlf in -lreadline... yes
# checking for rl_ding in -lreadline... yes
# configure: creating ./config.status
# config.status: creating Makefile
# config.status: creating Rules
# config.status: creating ./sysdep/autoconf.h
# config.status: executing merge commands
# Merging system-dependent modules (sysdep/linux sysdep/unix lib)
#
# BIRD was configured with the following options:
# Source directory: ..
# Object directory: .
# Iproute2 directory: /etc/iproute2
# System configuration: ../sysdep/cf/linux.h
# Debugging: no
# POSIX threads: yes
# Routing protocols: bfd bgp ospf pipe rip static
# Client: yes
# echo >sysdep/paths.h "/* Generated by Makefile, don't edit manually! */"
# echo >>sysdep/paths.h "#define PATH_CONFIG_FILE \"/etc/bird.conf\""
# echo >>sysdep/paths.h "#define PATH_CONTROL_SOCKET \"/var/run/bird.ctl\""
# if test -n "/etc/iproute2" ; then echo >>sysdep/paths.h "#define PATH_IPROUTE_DIR \"/etc/iproute2\"" ; fi
# make depend
# make[1]: Entering directory '/tmp/bird/src/bird-1.6.0/_build4'
# mkdir -p nest filter proto/bfd proto/bgp proto/ospf proto/pipe proto/rip proto/static client doc
# touch .dir-stamp
# set -e ; for a in lib conf ; do make -C $a depend ; done
# make[2]: Entering directory '/tmp/bird/src/bird-1.6.0/_build4/lib'
# clang -I../ -I../.. -MM bitops.c checksum.c event.c io.c ip.c krt.c lists.c log.c main.c md5.c mempool.c netlink.c patmatch.c printf.c random.c resource.c sha1.c sha256.c sha512.c slab.c slists.c tbf.c xmalloc.c >depend
# make[2]: Leaving directory '/tmp/bird/src/bird-1.6.0/_build4/lib'
# make[2]: Entering directory '/tmp/bird/src/bird-1.6.0/_build4/conf'
# m4 -P ../../conf/gen_keywords.m4 ../../conf/confbase.Y ../../sysdep/unix/config.Y ../../sysdep/unix/krt.Y ../../sysdep/linux/netlink.Y ../../nest/config.Y ../../filter/config.Y ../../proto/bfd/config.Y ../../proto/bgp/config.Y ../../proto/ospf/config.Y ../../proto/pipe/config.Y ../../proto/rip/config.Y ../../proto/static/config.Y >keywords.h
# m4 -P ../../conf/gen_commands.m4 ../../client/cmds.m4 ../../conf/confbase.Y ../../sysdep/unix/config.Y ../../sysdep/unix/krt.Y ../../sysdep/linux/netlink.Y ../../nest/config.Y ../../filter/config.Y ../../proto/bfd/config.Y ../../proto/bgp/config.Y ../../proto/ospf/config.Y ../../proto/pipe/config.Y ../../proto/rip/config.Y ../../proto/static/config.Y | sort >commands.h
# m4 -P ../../conf/gen_parser.m4 ../../conf/confbase.Y ../../sysdep/unix/config.Y ../../sysdep/unix/krt.Y ../../sysdep/linux/netlink.Y ../../nest/config.Y ../../filter/config.Y ../../proto/bfd/config.Y ../../proto/bgp/config.Y ../../proto/ospf/config.Y ../../proto/pipe/config.Y ../../proto/rip/config.Y ../../proto/static/config.Y >cf-parse.y
# bison -bcf-parse -dv -pcf_ cf-parse.y
# make[2]: *** [Makefile:17: cf-parse.tab.c] Segmentation fault (core dumped)
# make[2]: Leaving directory '/tmp/bird/src/bird-1.6.0/_build4/conf'
# make[1]: *** [Makefile:32: depend] Error 2
# make[1]: Leaving directory '/tmp/bird/src/bird-1.6.0/_build4'
# make: *** [Makefile:56: .dep-stamp] Error 2
# ==> ERROR: A failure occurred in build().
# Aborting...

Printing config logfiles

CMD: config logfiles '/tmp/bird/src/bird-1.6.0/_build4/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 configure, which was
# generated by GNU Autoconf 2.69. Invocation command line was
#
# $ ../configure --host=x86_64-unknown-linux --prefix=/usr --sbindir=/usr/bin --sysconfdir=/etc --localstatedir=/var --docdir=/usr/share/doc/bird
#
# ## --------- ##
# ## Platform. ##
# ## --------- ##
#
# hostname = 38a74eb10dad
# 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:2427: checking for x86_64-unknown-linux-gcc
# configure:2454: result: clang
# configure:2723: checking for C compiler version
# configure:2732: 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:2743: $? = 0
# configure:2732: 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:2743: $? = 0
# configure:2732: clang -V >&5
# clang-3.8: error: argument to '-V' is missing (expected 1 value)
# clang-3.8: error: no input files
# configure:2743: $? = 1
# configure:2732: clang -qversion >&5
# clang-3.8: error: unknown argument: '-qversion'
# clang-3.8: error: no input files
# configure:2743: $? = 1
# configure:2763: checking whether the C compiler works
# configure:2785: clang conftest.c >&5
# configure:2789: $? = 0
# configure:2837: result: yes
# configure:2840: checking for C compiler default output file name
# configure:2842: result: a.out
# configure:2848: checking for suffix of executables
# configure:2855: clang -o conftest conftest.c >&5
# configure:2859: $? = 0
# configure:2881: result:
# configure:2903: checking whether we are cross compiling
# configure:2911: clang -o conftest conftest.c >&5
# configure:2915: $? = 0
# configure:2922: ./conftest
# configure:2926: $? = 0
# configure:2941: result: no
# configure:2946: checking for suffix of object files
# configure:2968: clang -c conftest.c >&5
# configure:2972: $? = 0
# configure:2993: result: o
# configure:2997: checking whether we are using the GNU C compiler
# configure:3016: clang -c conftest.c >&5
# configure:3016: $? = 0
# configure:3025: result: yes
# configure:3034: checking whether clang accepts -g
# configure:3054: clang -c -g conftest.c >&5
# configure:3054: $? = 0
# configure:3095: result: yes
# configure:3112: checking for clang option to accept ISO C89
# configure:3175: clang -c conftest.c >&5
# configure:3175: $? = 0
# configure:3188: result: none needed
# configure:3209: checking for library containing clock_gettime
# configure:3240: clang -o conftest conftest.c >&5
# configure:3240: $? = 0
# configure:3257: result: none required
# configure:3272: checking build system type
# configure:3286: result: x86_64-unknown-linux-gnu
# configure:3306: checking host system type
# configure:3319: result: x86_64-unknown-linux-gnu
# configure:3353: checking for x86_64-unknown-linux-gcc
# configure:3380: result: clang
# configure:3649: checking for C compiler version
# configure:3658: 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:3669: $? = 0
# configure:3658: 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:3669: $? = 0
# configure:3658: clang -V >&5
# clang-3.8: error: argument to '-V' is missing (expected 1 value)
# clang-3.8: error: no input files
# configure:3669: $? = 1
# configure:3658: clang -qversion >&5
# clang-3.8: error: unknown argument: '-qversion'
# clang-3.8: error: no input files
# configure:3669: $? = 1
# configure:3673: checking whether we are using the GNU C compiler
# configure:3701: result: yes
# configure:3710: checking whether clang accepts -g
# configure:3771: result: yes
# configure:3788: checking for clang option to accept ISO C89
# configure:3864: result: none needed
# configure:3901: checking whether POSIX threads are available
# configure:3917: clang -o conftest -pthread conftest.c >&5
# conftest.c:13:51: warning: null passed to a callee that requires a non-null argument [-Wnonnull]
# pthread_t pt; pthread_create(&pt, NULL, NULL, NULL); pthread_spinlock_t lock; pthread_spin_lock(&lock);
# ~~~~ ^
# 1 warning generated.
# configure:3917: $? = 0
# configure:3925: result: yes
# configure:4061: checking CFLAGS
# configure:4063: result: -pthread
# configure:4072: checking how to run the C preprocessor
# configure:4103: clang -E conftest.c
# configure:4103: $? = 0
# configure:4117: clang -E conftest.c
# conftest.c:10:10: fatal error: 'ac_nonexistent.h' file not found
# #include
# ^
# 1 error generated.
# configure:4117: $? = 1
# configure: failed program was:
# | /* confdefs.h */
# | #define PACKAGE_NAME ""
# | #define PACKAGE_TARNAME ""
# | #define PACKAGE_VERSION ""
# | #define PACKAGE_STRING ""
# | #define PACKAGE_BUGREPORT ""
# | #define PACKAGE_URL ""
# | #define USE_PTHREADS 1
# | /* end confdefs.h. */
# | #include
# configure:4142: result: clang -E
# configure:4162: clang -E conftest.c
# configure:4162: $? = 0
# configure:4176: clang -E conftest.c
# conftest.c:10:10: fatal error: 'ac_nonexistent.h' file not found
# #include
# ^
# 1 error generated.
# configure:4176: $? = 1
# configure: failed program was:
# | /* confdefs.h */
# | #define PACKAGE_NAME ""
# | #define PACKAGE_TARNAME ""
# | #define PACKAGE_VERSION ""
# | #define PACKAGE_STRING ""
# | #define PACKAGE_BUGREPORT ""
# | #define PACKAGE_URL ""
# | #define USE_PTHREADS 1
# | /* end confdefs.h. */
# | #include
# configure:4218: checking for a BSD-compatible install
# configure:4286: result: /usr/bin/install -c
# configure:4300: checking for x86_64-unknown-linux-ranlib
# configure:4330: result: no
# configure:4340: checking for ranlib
# configure:4356: found /usr/bin/ranlib
# configure:4367: result: ranlib
# configure:4391: checking for flex
# configure:4407: found /usr/bin/flex
# configure:4418: result: flex
# configure:4428: checking for bison
# configure:4444: found /usr/bin/bison
# configure:4455: result: bison
# configure:4467: checking for gm4
# configure:4497: result: no
# configure:4467: checking for m4
# configure:4483: found /usr/bin/m4
# configure:4494: result: m4
# configure:4566: checking which OS configuration should we use
# configure:4568: result: ../sysdep/cf/linux.h
# configure:4579: checking system-dependent directories
# configure:4582: result: sysdep/linux sysdep/unix lib
# configure:4605: checking protocols
# configure:4620: result: ok
# configure:4626: checking for linux/rtnetlink.h
# configure:4626: clang -c -pthread conftest.c >&5
# configure:4626: $? = 0
# configure:4626: result: yes
# configure:4642: checking for grep that handles long lines and -e
# configure:4700: result: /usr/bin/grep
# configure:4705: checking for egrep
# configure:4767: result: /usr/bin/grep -E
# configure:4772: checking for ANSI C header files
# configure:4792: clang -c -pthread conftest.c >&5
# configure:4792: $? = 0
# configure:4865: clang -o conftest -pthread -pthread conftest.c >&5
# configure:4865: $? = 0
# configure:4865: ./conftest
# configure:4865: $? = 0
# configure:4876: result: yes
# configure:4889: checking for sys/types.h
# configure:4889: clang -c -pthread conftest.c >&5
# configure:4889: $? = 0
# configure:4889: result: yes
# configure:4889: checking for sys/stat.h
# configure:4889: clang -c -pthread conftest.c >&5
# configure:4889: $? = 0
# configure:4889: result: yes
# configure:4889: checking for stdlib.h
# configure:4889: clang -c -pthread conftest.c >&5
# configure:4889: $? = 0
# configure:4889: result: yes
# configure:4889: checking for string.h
# configure:4889: clang -c -pthread conftest.c >&5
# configure:4889: $? = 0
# configure:4889: result: yes
# configure:4889: checking for memory.h
# configure:4889: clang -c -pthread conftest.c >&5
# configure:4889: $? = 0
# configure:4889: result: yes
# configure:4889: checking for strings.h
# configure:4889: clang -c -pthread conftest.c >&5
# configure:4889: $? = 0
# configure:4889: result: yes
# configure:4889: checking for inttypes.h
# configure:4889: clang -c -pthread conftest.c >&5
# configure:4889: $? = 0
# configure:4889: result: yes
# configure:4889: checking for stdint.h
# configure:4889: clang -c -pthread conftest.c >&5
# configure:4889: $? = 0
# configure:4889: result: yes
# configure:4889: checking for unistd.h
# configure:4889: clang -c -pthread conftest.c >&5
# configure:4889: $? = 0
# configure:4889: result: yes
# configure:4901: checking syslog.h usability
# configure:4901: clang -c -pthread conftest.c >&5
# configure:4901: $? = 0
# configure:4901: result: yes
# configure:4901: checking syslog.h presence
# configure:4901: clang -E conftest.c
# configure:4901: $? = 0
# configure:4901: result: yes
# configure:4901: checking for syslog.h
# configure:4901: result: yes
# configure:4908: checking alloca.h usability
# configure:4908: clang -c -pthread conftest.c >&5
# configure:4908: $? = 0
# configure:4908: result: yes
# configure:4908: checking alloca.h presence
# configure:4908: clang -E conftest.c
# configure:4908: $? = 0
# configure:4908: result: yes
# configure:4908: checking for alloca.h
# configure:4908: result: yes
# configure:4915: checking whether 'struct sockaddr' has sa_len
# configure:4930: clang -c -pthread conftest.c >&5
# conftest.c:35:46: error: no member named 'sa_len' in 'struct sockaddr'
# static struct sockaddr sa; int i = sizeof(sa.sa_len);
# ~~ ^
# 1 error generated.
# configure:4930: $? = 1
# configure: failed program was:
# | /* confdefs.h */
# | #define PACKAGE_NAME ""
# | #define PACKAGE_TARNAME ""
# | #define PACKAGE_VERSION ""
# | #define PACKAGE_STRING ""
# | #define PACKAGE_BUGREPORT ""
# | #define PACKAGE_URL ""
# | #define USE_PTHREADS 1
# | #define SYSCONF_INCLUDE "../sysdep/cf/linux.h"
# | #define CONFIG_BFD 1
# | #define CONFIG_BGP 1
# | #define CONFIG_OSPF 1
# | #define CONFIG_PIPE 1
# | #define CONFIG_RIP 1
# | #define CONFIG_STATIC 1
# | #define STDC_HEADERS 1
# | #define HAVE_SYS_TYPES_H 1
# | #define HAVE_SYS_STAT_H 1
# | #define HAVE_STDLIB_H 1
# | #define HAVE_STRING_H 1
# | #define HAVE_MEMORY_H 1
# | #define HAVE_STRINGS_H 1
# | #define HAVE_INTTYPES_H 1
# | #define HAVE_STDINT_H 1
# | #define HAVE_UNISTD_H 1
# | #define HAVE_SYSLOG 1
# | #define HAVE_ALLOCA_H 1
# | /* end confdefs.h. */
# | #include
# | #include
# |
# | int
# | main ()
# | {
# | static struct sockaddr sa; int i = sizeof(sa.sa_len);
# | ;
# | return 0;
# | }
# configure:4937: result: no
# configure:4942: checking whether byte ordering is bigendian
# configure:4957: clang -c -pthread conftest.c >&5
# conftest.c:30:9: error: unknown type name 'not'
# not a universal capable compiler
# ^
# conftest.c:30:14: error: expected ';' after top level declarator
# not a universal capable compiler
# ^
# ;
# 2 errors generated.
# configure:4957: $? = 1
# configure: failed program was:
# | /* confdefs.h */
# | #define PACKAGE_NAME ""
# | #define PACKAGE_TARNAME ""
# | #define PACKAGE_VERSION ""
# | #define PACKAGE_STRING ""
# | #define PACKAGE_BUGREPORT ""
# | #define PACKAGE_URL ""
# | #define USE_PTHREADS 1
# | #define SYSCONF_INCLUDE "../sysdep/cf/linux.h"
# | #define CONFIG_BFD 1
# | #define CONFIG_BGP 1
# | #define CONFIG_OSPF 1
# | #define CONFIG_PIPE 1
# | #define CONFIG_RIP 1
# | #define CONFIG_STATIC 1
# | #define STDC_HEADERS 1
# | #define HAVE_SYS_TYPES_H 1
# | #define HAVE_SYS_STAT_H 1
# | #define HAVE_STDLIB_H 1
# | #define HAVE_STRING_H 1
# | #define HAVE_MEMORY_H 1
# | #define HAVE_STRINGS_H 1
# | #define HAVE_INTTYPES_H 1
# | #define HAVE_STDINT_H 1
# | #define HAVE_UNISTD_H 1
# | #define HAVE_SYSLOG 1
# | #define HAVE_ALLOCA_H 1
# | /* end confdefs.h. */
# | #ifndef __APPLE_CC__
# | not a universal capable compiler
# | #endif
# | typedef int dummy;
# |
# configure:5002: clang -c -pthread conftest.c >&5
# configure:5002: $? = 0
# configure:5020: clang -c -pthread conftest.c >&5
# conftest.c:36:4: error: use of undeclared identifier 'not'
# not big endian
# ^
# 1 error generated.
# configure:5020: $? = 1
# configure: failed program was:
# | /* confdefs.h */
# | #define PACKAGE_NAME ""
# | #define PACKAGE_TARNAME ""
# | #define PACKAGE_VERSION ""
# | #define PACKAGE_STRING ""
# | #define PACKAGE_BUGREPORT ""
# | #define PACKAGE_URL ""
# | #define USE_PTHREADS 1
# | #define SYSCONF_INCLUDE "../sysdep/cf/linux.h"
# | #define CONFIG_BFD 1
# | #define CONFIG_BGP 1
# | #define CONFIG_OSPF 1
# | #define CONFIG_PIPE 1
# | #define CONFIG_RIP 1
# | #define CONFIG_STATIC 1
# | #define STDC_HEADERS 1
# | #define HAVE_SYS_TYPES_H 1
# | #define HAVE_SYS_STAT_H 1
# | #define HAVE_STDLIB_H 1
# | #define HAVE_STRING_H 1
# | #define HAVE_MEMORY_H 1
# | #define HAVE_STRINGS_H 1
# | #define HAVE_INTTYPES_H 1
# | #define HAVE_STDINT_H 1
# | #define HAVE_UNISTD_H 1
# | #define HAVE_SYSLOG 1
# | #define HAVE_ALLOCA_H 1
# | /* end confdefs.h. */
# | #include
# | #include
# |
# | int
# | main ()
# | {
# | #if BYTE_ORDER != BIG_ENDIAN
# | not big endian
# | #endif
# |
# | ;
# | return 0;
# | }
# configure:5148: result: no
# configure:5171: checking size of char
# configure:5176: clang -o conftest -pthread -pthread conftest.c >&5
# configure:5176: $? = 0
# configure:5176: ./conftest
# configure:5176: $? = 0
# configure:5190: result: 1
# configure:5204: checking size of short int
# configure:5209: clang -o conftest -pthread -pthread conftest.c >&5
# configure:5209: $? = 0
# configure:5209: ./conftest
# configure:5209: $? = 0
# configure:5223: result: 2
# configure:5237: checking size of int
# configure:5242: clang -o conftest -pthread -pthread conftest.c >&5
# configure:5242: $? = 0
# configure:5242: ./conftest
# configure:5242: $? = 0
# configure:5256: result: 4
# configure:5270: checking size of long int
# configure:5275: clang -o conftest -pthread -pthread conftest.c >&5
# configure:5275: $? = 0
# configure:5275: ./conftest
# configure:5275: $? = 0
# configure:5289: result: 8
# configure:5303: checking size of long long int
# configure:5308: clang -o conftest -pthread -pthread conftest.c >&5
# configure:5308: $? = 0
# configure:5308: ./conftest
# configure:5308: $? = 0
# configure:5322: result: 8
# configure:5334: checking for 8-bit type
# configure:5351: result: char
# configure:5334: checking for 16-bit type
# configure:5351: result: short int
# configure:5334: checking for 32-bit type
# configure:5351: result: int
# configure:5334: checking for 64-bit type
# configure:5351: result: long int
# configure:5359: checking usual alignment of structures
# configure:5385: clang -o conftest -pthread -pthread conftest.c >&5
# conftest.c:48:20: warning: format specifies type 'int' but the argument has type 'unsigned long' [-Wformat]
# fprintf(f, "%d", sizeof(ary)/2);
# ~~ ^~~~~~~~~~~~~
# %lu
# conftest.c:50:3: warning: implicitly declaring library function 'exit' with type 'void (int) __attribute__((noreturn))' [-Wimplicit-function-declaration]
# exit(0);
# ^
# conftest.c:50:3: note: include the header or explicitly provide a declaration for 'exit'
# 2 warnings generated.
# configure:5385: $? = 0
# configure:5385: ./conftest
# configure:5385: $? = 0
# configure:5402: result: 16
# configure:5409: checking characteristics of time_t
# configure:5437: clang -o conftest -pthread -pthread conftest.c >&5
# conftest.c:49:25: warning: format specifies type 'int' but the argument has type 'unsigned long' [-Wformat]
# fprintf(f, "%d-bit ", sizeof(time_t)*CHAR_BIT);
# ~~ ^~~~~~~~~~~~~~~~~~~~~~~
# %lu
# conftest.c:53:3: warning: implicitly declaring library function 'exit' with type 'void (int) __attribute__((noreturn))' [-Wimplicit-function-declaration]
# exit(0);
# ^
# conftest.c:53:3: note: include the header or explicitly provide a declaration for 'exit'
# 2 warnings generated.
# configure:5437: $? = 0
# configure:5437: ./conftest
# configure:5437: $? = 0
# configure:5452: result: 64-bit signed
# configure:5464: checking for struct ip_mreqn
# configure:5483: clang -c -pthread conftest.c >&5
# configure:5483: $? = 0
# configure:5492: result: yes
# configure:5603: checking for add_history in -lhistory
# configure:5628: clang -o conftest -pthread -pthread conftest.c -lhistory >&5
# configure:5628: $? = 0
# configure:5637: result: yes
# configure:5643: checking for tgetent in -lncurses
# configure:5668: clang -o conftest -pthread -pthread conftest.c -lncurses >&5
# configure:5668: $? = 0
# configure:5677: result: yes
# configure:5849: checking for rl_callback_read_char in -lreadline
# configure:5874: clang -o conftest -pthread -pthread conftest.c -lreadline -lncurses >&5
# configure:5874: $? = 0
# configure:5883: result: yes
# configure:5891: checking for rl_crlf in -lreadline
# configure:5916: clang -o conftest -pthread -pthread conftest.c -lreadline -lncurses >&5
# configure:5916: $? = 0
# configure:5925: result: yes
# configure:5932: checking for rl_ding in -lreadline
# configure:5957: clang -o conftest -pthread -pthread conftest.c -lreadline -lncurses >&5
# configure:5957: $? = 0
# configure:5966: result: yes
# configure:6099: creating ./config.status
#
# ## ---------------------- ##
# ## Running config.status. ##
# ## ---------------------- ##
#
# This file was extended by config.status, which was
# generated by GNU Autoconf 2.69. Invocation command line was
#
# CONFIG_FILES =
# CONFIG_HEADERS =
# CONFIG_LINKS =
# CONFIG_COMMANDS =
# $ ./config.status
#
# on 38a74eb10dad
#
# config.status:865: creating Makefile
# config.status:865: creating Rules
# config.status:865: creating ./sysdep/autoconf.h
# config.status:1039: executing merge commands
#
# ## ---------------- ##
# ## Cache variables. ##
# ## ---------------- ##
#
# ac_cv_build=x86_64-unknown-linux-gnu
# ac_cv_c_bigendian=no
# ac_cv_c_compiler_gnu=yes
# ac_cv_env_BISON_set=
# ac_cv_env_BISON_value=
# 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_FLEX_set=
# ac_cv_env_FLEX_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_M4_set=
# ac_cv_env_M4_value=
# ac_cv_env_build_alias_set=
# ac_cv_env_build_alias_value=
# ac_cv_env_host_alias_set=set
# ac_cv_env_host_alias_value=x86_64-unknown-linux
# ac_cv_env_target_alias_set=
# ac_cv_env_target_alias_value=
# ac_cv_header_alloca_h=yes
# ac_cv_header_inttypes_h=yes
# ac_cv_header_linux_rtnetlink_h=yes
# 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_stat_h=yes
# ac_cv_header_sys_types_h=yes
# ac_cv_header_syslog_h=yes
# ac_cv_header_unistd_h=yes
# ac_cv_host=x86_64-unknown-linux-gnu
# ac_cv_lib_history_add_history=yes
# ac_cv_lib_ncurses_tgetent=yes
# ac_cv_lib_readline_rl_callback_read_char=yes
# ac_cv_lib_readline_rl_crlf=yes
# ac_cv_lib_readline_rl_ding=yes
# ac_cv_objext=o
# ac_cv_path_EGREP='/usr/bin/grep -E'
# ac_cv_path_GREP=/usr/bin/grep
# ac_cv_path_install='/usr/bin/install -c'
# ac_cv_prog_BISON=bison
# ac_cv_prog_CC=clang
# ac_cv_prog_CPP='clang -E'
# ac_cv_prog_FLEX=flex
# ac_cv_prog_M4=m4
# ac_cv_prog_ac_ct_RANLIB=ranlib
# ac_cv_prog_cc_c89=
# ac_cv_prog_cc_g=yes
# ac_cv_search_clock_gettime='none required'
# ac_cv_sizeof_char=1
# ac_cv_sizeof_int=4
# ac_cv_sizeof_long_int=8
# ac_cv_sizeof_long_long_int=8
# ac_cv_sizeof_short_int=2
# bird_cv_c_struct_align=16
# bird_cv_lib_pthreads=yes
# bird_cv_struct_ip_mreqn=yes
# bird_cv_type_time_t='64-bit signed'
#
# ## ----------------- ##
# ## Output variables. ##
# ## ----------------- ##
#
# BISON='bison'
# CC='clang'
# CFLAGS=' -pthread'
# CLIENT='birdc'
# CLIENT_LIBS='-lreadline -lhistory -lncurses'
# CONFIG_FILE='$(sysconfdir)/bird.conf'
# CONTROL_SOCKET='$(localstatedir)/run/bird.ctl'
# CPP='clang -E'
# CPPFLAGS=''
# DEFS='-DHAVE_CONFIG_H'
# ECHO_C=''
# ECHO_N='-n'
# ECHO_T=''
# EGREP='/usr/bin/grep -E'
# EXEEXT=''
# FLEX='flex'
# GREP='/usr/bin/grep'
# INSTALL_DATA='${INSTALL} -m 644'
# INSTALL_PROGRAM='${INSTALL}'
# INSTALL_SCRIPT='${INSTALL}'
# LDFLAGS=' -pthread'
# LIBOBJS=''
# LIBS=''
# LTLIBOBJS=''
# M4='m4'
# OBJEXT='o'
# PACKAGE_BUGREPORT=''
# PACKAGE_NAME=''
# PACKAGE_STRING=''
# PACKAGE_TARNAME=''
# PACKAGE_URL=''
# PACKAGE_VERSION=''
# PATH_SEPARATOR=':'
# RANLIB='ranlib'
# SHELL='/bin/sh'
# SUFFIX=''
# ac_ct_CC=''
# 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='/usr/share/doc/bird'
# dvidir='${docdir}'
# exec_prefix='${prefix}'
# exedir='.'
# 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'
# iproutedir='/etc/iproute2'
# libdir='${exec_prefix}/lib'
# libexecdir='${exec_prefix}/libexec'
# localedir='${datarootdir}/locale'
# localstatedir='/var'
# mandir='${datarootdir}/man'
# objdir='.'
# oldincludedir='/usr/include'
# pdfdir='${docdir}'
# prefix='/usr'
# program_transform_name='s,x,x,'
# protocols='bfd bgp ospf pipe rip static'
# psdir='${docdir}'
# runtimedir='$(localstatedir)/run'
# sbindir='/usr/bin'
# sharedstatedir='${prefix}/com'
# srcdir_rel_mf='$(root-rel)..'
# sysconfdir='/etc'
# sysdep_dirs='sysdep/linux sysdep/unix lib'
# target_alias=''
#
# ## ----------- ##
# ## confdefs.h. ##
# ## ----------- ##
#
# /* confdefs.h */
# #define PACKAGE_NAME ""
# #define PACKAGE_TARNAME ""
# #define PACKAGE_VERSION ""
# #define PACKAGE_STRING ""
# #define PACKAGE_BUGREPORT ""
# #define PACKAGE_URL ""
# #define USE_PTHREADS 1
# #define SYSCONF_INCLUDE "../sysdep/cf/linux.h"
# #define CONFIG_BFD 1
# #define CONFIG_BGP 1
# #define CONFIG_OSPF 1
# #define CONFIG_PIPE 1
# #define CONFIG_RIP 1
# #define CONFIG_STATIC 1
# #define STDC_HEADERS 1
# #define HAVE_SYS_TYPES_H 1
# #define HAVE_SYS_STAT_H 1
# #define HAVE_STDLIB_H 1
# #define HAVE_STRING_H 1
# #define HAVE_MEMORY_H 1
# #define HAVE_STRINGS_H 1
# #define HAVE_INTTYPES_H 1
# #define HAVE_STDINT_H 1
# #define HAVE_UNISTD_H 1
# #define HAVE_SYSLOG 1
# #define HAVE_ALLOCA_H 1
# #define CPU_LITTLE_ENDIAN 1
# #define SIZEOF_CHAR 1
# #define SIZEOF_SHORT_INT 2
# #define SIZEOF_INT 4
# #define SIZEOF_LONG_INT 8
# #define SIZEOF_LONG_LONG_INT 8
# #define INTEGER_8 char
# #define INTEGER_16 short int
# #define INTEGER_32 int
# #define INTEGER_64 long int
# #define CPU_STRUCT_ALIGN 16
# #define TIME_T_IS_64BIT 1
# #define TIME_T_IS_SIGNED 1
# #define HAVE_STRUCT_IP_MREQN 1
# #define HAVE_RL_CRLF 1
# #define HAVE_RL_DING 1
#
# configure: exit 0