Build of bird with vanilla toolchain

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

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

SLOCLanguage
42,148 ansic
5,042 yacc
3,015 sh
2,083 perl
700 lex
287 makefile
13 sed
53,288 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...

CMD: sudo -u tuscan red makepkg --noextract --syncdeps --skipinteg --skippgpcheck --skipchecksums --noconfirm --nocolor --log --noprogressbar --nocheck
# ==> Making package: bird 1.6.0-1 (Wed Aug 24 13:28:01 UTC 2016)
# ==> Checking runtime dependencies...
# ==> Checking buildtime dependencies...
# ==> WARNING: Using existing $srcdir/ tree
# ==> Starting build()...
# checking for x86_64-unknown-linux-gcc... no
# checking for gcc... gcc
# 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 gcc accepts -g... yes
# checking for gcc 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... gcc
# checking whether we are using the GNU C compiler... (cached) yes
# checking whether gcc accepts -g... (cached) yes
# checking for gcc 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... gcc -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/sbin/grep
# checking for egrep... /usr/sbin/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
# mkdir -p nest filter proto/bfd proto/bgp proto/ospf proto/pipe proto/rip proto/static client doc
# make[1]: Entering directory '/tmp/bird/src/bird-1.6.0/_build4'
# make: Circular birdcl <- birdcl dependency dropped.
# make: Circular birdc <- birdc dependency dropped.
# mkdir -p nest filter proto/bfd proto/bgp proto/ospf proto/pipe proto/rip proto/static client doc
# touch .dir-stamp
# 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'
# gcc -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
# flex -s -B -8 -ocf-lex.c -Pcf_ cf-lex.l
# bison -bcf-parse -dv -pcf_ cf-parse.y
# gcc -I../ -I../.. -MM cf-parse.tab.c cf-lex.c conf.c >depend
# make[2]: Leaving directory '/tmp/bird/src/bird-1.6.0/_build4/conf'
# set -e ; for a in nest filter proto/bfd proto/bgp proto/ospf proto/pipe proto/rip proto/static client ; do make -C $a -f /tmp/bird/src/bird-1.6.0/$a/Makefile depend ; done
# make[2]: Entering directory '/tmp/bird/src/bird-1.6.0/_build4/nest'
# gcc -I../ -I../.. -MM ../../nest/rt-table.c ../../nest/rt-fib.c ../../nest/rt-attr.c ../../nest/rt-roa.c ../../nest/proto.c ../../nest/iface.c ../../nest/rt-dev.c ../../nest/password.c ../../nest/cli.c ../../nest/locks.c ../../nest/cmds.c ../../nest/neighbor.c ../../nest/a-path.c ../../nest/a-set.c >depend
# make[2]: Leaving directory '/tmp/bird/src/bird-1.6.0/_build4/nest'
# make[2]: Entering directory '/tmp/bird/src/bird-1.6.0/_build4/filter'
# gcc -I../ -I../.. -MM ../../filter/f-util.c ../../filter/filter.c ../../filter/tree.c ../../filter/trie.c >depend
# make[2]: Leaving directory '/tmp/bird/src/bird-1.6.0/_build4/filter'
# make[2]: Entering directory '/tmp/bird/src/bird-1.6.0/_build4/proto/bfd'
# gcc -I../../ -I../../.. -MM ../../../proto/bfd/bfd.c ../../../proto/bfd/packets.c ../../../proto/bfd/io.c >depend
# make[2]: Leaving directory '/tmp/bird/src/bird-1.6.0/_build4/proto/bfd'
# make[2]: Entering directory '/tmp/bird/src/bird-1.6.0/_build4/proto/bgp'
# gcc -I../../ -I../../.. -MM ../../../proto/bgp/bgp.c ../../../proto/bgp/attrs.c ../../../proto/bgp/packets.c >depend
# make[2]: Leaving directory '/tmp/bird/src/bird-1.6.0/_build4/proto/bgp'
# make[2]: Entering directory '/tmp/bird/src/bird-1.6.0/_build4/proto/ospf'
# gcc -I../../ -I../../.. -MM ../../../proto/ospf/ospf.c ../../../proto/ospf/topology.c ../../../proto/ospf/packet.c ../../../proto/ospf/hello.c ../../../proto/ospf/neighbor.c ../../../proto/ospf/iface.c ../../../proto/ospf/dbdes.c ../../../proto/ospf/lsreq.c ../../../proto/ospf/lsupd.c ../../../proto/ospf/lsack.c ../../../proto/ospf/lsalib.c ../../../proto/ospf/rt.c >depend
# make[2]: Leaving directory '/tmp/bird/src/bird-1.6.0/_build4/proto/ospf'
# make[2]: Entering directory '/tmp/bird/src/bird-1.6.0/_build4/proto/pipe'
# gcc -I../../ -I../../.. -MM ../../../proto/pipe/pipe.c >depend
# make[2]: Leaving directory '/tmp/bird/src/bird-1.6.0/_build4/proto/pipe'
# make[2]: Entering directory '/tmp/bird/src/bird-1.6.0/_build4/proto/rip'
# gcc -I../../ -I../../.. -MM ../../../proto/rip/rip.c ../../../proto/rip/packets.c >depend
# make[2]: Leaving directory '/tmp/bird/src/bird-1.6.0/_build4/proto/rip'
# make[2]: Entering directory '/tmp/bird/src/bird-1.6.0/_build4/proto/static'
# gcc -I../../ -I../../.. -MM ../../../proto/static/static.c >depend
# make[2]: Leaving directory '/tmp/bird/src/bird-1.6.0/_build4/proto/static'
# make[2]: Entering directory '/tmp/bird/src/bird-1.6.0/_build4/client'
# gcc -I../ -I../.. -MM ../../client/commands.c ../../client/util.c ../../client/client.c ../../client/birdc.c ../../client/birdcl.c >depend
# make[2]: Leaving directory '/tmp/bird/src/bird-1.6.0/_build4/client'
# make[1]: Leaving directory '/tmp/bird/src/bird-1.6.0/_build4'
# touch .dep-stamp
# set -e ; for a in lib conf ; do make -C $a subdir ; done
# make[1]: Entering directory '/tmp/bird/src/bird-1.6.0/_build4/lib'
# CC -o bitops.o -c bitops.c
# CC -o checksum.o -c checksum.c
# CC -o event.o -c event.c
# CC -o io.o -c io.c
# CC -o ip.o -c ip.c
# CC -o krt.o -c krt.c
# CC -o lists.o -c lists.c
# CC -o log.o -c log.c
# CC -o main.o -c main.c
# CC -o md5.o -c md5.c
# CC -o mempool.o -c mempool.c
# CC -o netlink.o -c netlink.c
# CC -o patmatch.o -c patmatch.c
# CC -o printf.o -c printf.c
# CC -o random.o -c random.c
# CC -o resource.o -c resource.c
# CC -o sha1.o -c sha1.c
# CC -o sha256.o -c sha256.c
# CC -o sha512.o -c sha512.c
# CC -o slab.o -c slab.c
# CC -o slists.o -c slists.c
# CC -o tbf.o -c tbf.c
# CC -o xmalloc.o -c xmalloc.c
# rm -f birdlib.a
# ar rcs birdlib.a bitops.o checksum.o event.o io.o ip.o krt.o lists.o log.o main.o md5.o mempool.o netlink.o patmatch.o printf.o random.o resource.o sha1.o sha256.o sha512.o slab.o slists.o tbf.o xmalloc.o
# ranlib birdlib.a
# make[1]: Leaving directory '/tmp/bird/src/bird-1.6.0/_build4/lib'
# make[1]: Entering directory '/tmp/bird/src/bird-1.6.0/_build4/conf'
# CC -o cf-parse.tab.o -c cf-parse.tab.c
# CC -o cf-lex.o -c cf-lex.c
# CC -o conf.o -c conf.c
# LD -r -o all.o cf-parse.tab.o cf-lex.o conf.o
# make[1]: Leaving directory '/tmp/bird/src/bird-1.6.0/_build4/conf'
# set -e ; for a in nest filter proto/bfd proto/bgp proto/ospf proto/pipe proto/rip proto/static client ; do make -C $a -f /tmp/bird/src/bird-1.6.0/$a/Makefile subdir ; done
# make[1]: Entering directory '/tmp/bird/src/bird-1.6.0/_build4/nest'
# CC -o rt-table.o -c ../../nest/rt-table.c
# CC -o rt-fib.o -c ../../nest/rt-fib.c
# CC -o rt-attr.o -c ../../nest/rt-attr.c
# CC -o rt-roa.o -c ../../nest/rt-roa.c
# CC -o proto.o -c ../../nest/proto.c
# CC -o iface.o -c ../../nest/iface.c
# CC -o rt-dev.o -c ../../nest/rt-dev.c
# CC -o password.o -c ../../nest/password.c
# CC -o cli.o -c ../../nest/cli.c
# CC -o locks.o -c ../../nest/locks.c
# CC -o cmds.o -c ../../nest/cmds.c
# CC -o neighbor.o -c ../../nest/neighbor.c
# CC -o a-path.o -c ../../nest/a-path.c
# CC -o a-set.o -c ../../nest/a-set.c
# LD -r -o all.o rt-table.o rt-fib.o rt-attr.o rt-roa.o proto.o iface.o rt-dev.o password.o cli.o locks.o cmds.o neighbor.o a-path.o a-set.o
# make[1]: Leaving directory '/tmp/bird/src/bird-1.6.0/_build4/nest'
# make[1]: Entering directory '/tmp/bird/src/bird-1.6.0/_build4/filter'
# CC -o f-util.o -c ../../filter/f-util.c
# CC -o filter.o -c ../../filter/filter.c
# CC -o tree.o -c ../../filter/tree.c
# CC -o trie.o -c ../../filter/trie.c
# LD -r -o all.o f-util.o filter.o tree.o trie.o
# make[1]: Leaving directory '/tmp/bird/src/bird-1.6.0/_build4/filter'
# make[1]: Entering directory '/tmp/bird/src/bird-1.6.0/_build4/proto/bfd'
# CC -o bfd.o -c ../../../proto/bfd/bfd.c
# CC -o packets.o -c ../../../proto/bfd/packets.c
# CC -o io.o -c ../../../proto/bfd/io.c
# LD -r -o all.o bfd.o packets.o io.o
# make[1]: Leaving directory '/tmp/bird/src/bird-1.6.0/_build4/proto/bfd'
# make[1]: Entering directory '/tmp/bird/src/bird-1.6.0/_build4/proto/bgp'
# CC -o bgp.o -c ../../../proto/bgp/bgp.c
# CC -o attrs.o -c ../../../proto/bgp/attrs.c
# CC -o packets.o -c ../../../proto/bgp/packets.c
# LD -r -o all.o bgp.o attrs.o packets.o
# make[1]: Leaving directory '/tmp/bird/src/bird-1.6.0/_build4/proto/bgp'
# make[1]: Entering directory '/tmp/bird/src/bird-1.6.0/_build4/proto/ospf'
# CC -o ospf.o -c ../../../proto/ospf/ospf.c
# CC -o topology.o -c ../../../proto/ospf/topology.c
# CC -o packet.o -c ../../../proto/ospf/packet.c
# CC -o hello.o -c ../../../proto/ospf/hello.c
# CC -o neighbor.o -c ../../../proto/ospf/neighbor.c
# CC -o iface.o -c ../../../proto/ospf/iface.c
# CC -o dbdes.o -c ../../../proto/ospf/dbdes.c
# CC -o lsreq.o -c ../../../proto/ospf/lsreq.c
# CC -o lsupd.o -c ../../../proto/ospf/lsupd.c
# CC -o lsack.o -c ../../../proto/ospf/lsack.c
# CC -o lsalib.o -c ../../../proto/ospf/lsalib.c
# CC -o rt.o -c ../../../proto/ospf/rt.c
# LD -r -o all.o ospf.o topology.o packet.o hello.o neighbor.o iface.o dbdes.o lsreq.o lsupd.o lsack.o lsalib.o rt.o
# make[1]: Leaving directory '/tmp/bird/src/bird-1.6.0/_build4/proto/ospf'
# make[1]: Entering directory '/tmp/bird/src/bird-1.6.0/_build4/proto/pipe'
# CC -o pipe.o -c ../../../proto/pipe/pipe.c
# LD -r -o all.o pipe.o
# make[1]: Leaving directory '/tmp/bird/src/bird-1.6.0/_build4/proto/pipe'
# make[1]: Entering directory '/tmp/bird/src/bird-1.6.0/_build4/proto/rip'
# CC -o rip.o -c ../../../proto/rip/rip.c
# CC -o packets.o -c ../../../proto/rip/packets.c
# LD -r -o all.o rip.o packets.o
# make[1]: Leaving directory '/tmp/bird/src/bird-1.6.0/_build4/proto/rip'
# make[1]: Entering directory '/tmp/bird/src/bird-1.6.0/_build4/proto/static'
# CC -o static.o -c ../../../proto/static/static.c
# LD -r -o all.o static.o
# make[1]: Leaving directory '/tmp/bird/src/bird-1.6.0/_build4/proto/static'
# make[1]: Entering directory '/tmp/bird/src/bird-1.6.0/_build4/client'
# CC -o birdc.o -c ../../client/birdc.c
# CC -o birdcl.o -c ../../client/birdcl.c
# CC -o commands.o -c ../../client/commands.c
# CC -o util.o -c ../../client/util.c
# CC -o client.o -c ../../client/client.c
# LD -r -o all.o commands.o util.o client.o
# make[1]: Leaving directory '/tmp/bird/src/bird-1.6.0/_build4/client'
# LD -pthread -o bird nest/all.o filter/all.o proto/bfd/all.o proto/bgp/all.o proto/ospf/all.o proto/pipe/all.o proto/rip/all.o proto/static/all.o conf/all.o lib/birdlib.a
# LD -pthread -o birdcl client/birdcl.o client/all.o lib/birdlib.a
# LD -pthread -o birdc client/birdc.o client/all.o lib/birdlib.a -lreadline -lhistory -lncurses
# checking for x86_64-unknown-linux-gcc... no
# checking for gcc... gcc
# 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 gcc accepts -g... yes
# checking for gcc 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... gcc
# checking whether we are using the GNU C compiler... (cached) yes
# checking whether gcc accepts -g... (cached) yes
# checking for gcc 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... gcc -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-v6.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/sbin/grep
# checking for egrep... /usr/sbin/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-v6.h
# Debugging: no
# POSIX threads: yes
# Routing protocols: bfd bgp ospf pipe radv rip static babel
# Client: yes
# echo >sysdep/paths.h "/* Generated by Makefile, don't edit manually! */"
# make depend
# make[1]: Entering directory '/tmp/bird/src/bird-1.6.0/_build6'
# make: Circular birdcl <- birdcl dependency dropped.
# make: Circular birdc <- birdc dependency dropped.
# echo >>sysdep/paths.h "#define PATH_CONFIG_FILE \"/etc/bird6.conf\""
# mkdir -p nest filter proto/bfd proto/bgp proto/ospf proto/pipe proto/radv proto/rip proto/static proto/babel client doc
# echo >>sysdep/paths.h "#define PATH_CONTROL_SOCKET \"/var/run/bird6.ctl\""
# touch .dir-stamp
# set -e ; for a in lib conf ; do make -C $a depend ; done
# if test -n "/etc/iproute2" ; then echo >>sysdep/paths.h "#define PATH_IPROUTE_DIR \"/etc/iproute2\"" ; fi
# mkdir -p nest filter proto/bfd proto/bgp proto/ospf proto/pipe proto/radv proto/rip proto/static proto/babel client doc
# touch .dir-stamp
# make[2]: Entering directory '/tmp/bird/src/bird-1.6.0/_build6/lib'
# gcc -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/_build6/lib'
# make[2]: Entering directory '/tmp/bird/src/bird-1.6.0/_build6/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/radv/config.Y ../../proto/rip/config.Y ../../proto/static/config.Y ../../proto/babel/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/radv/config.Y ../../proto/rip/config.Y ../../proto/static/config.Y ../../proto/babel/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/radv/config.Y ../../proto/rip/config.Y ../../proto/static/config.Y ../../proto/babel/config.Y >cf-parse.y
# flex -s -B -8 -ocf-lex.c -Pcf_ cf-lex.l
# bison -bcf-parse -dv -pcf_ cf-parse.y
# gcc -I../ -I../.. -MM cf-parse.tab.c cf-lex.c conf.c >depend
# make[2]: Leaving directory '/tmp/bird/src/bird-1.6.0/_build6/conf'
# set -e ; for a in nest filter proto/bfd proto/bgp proto/ospf proto/pipe proto/radv proto/rip proto/static proto/babel client ; do make -C $a -f /tmp/bird/src/bird-1.6.0/$a/Makefile depend ; done
# make[2]: Entering directory '/tmp/bird/src/bird-1.6.0/_build6/nest'
# gcc -I../ -I../.. -MM ../../nest/rt-table.c ../../nest/rt-fib.c ../../nest/rt-attr.c ../../nest/rt-roa.c ../../nest/proto.c ../../nest/iface.c ../../nest/rt-dev.c ../../nest/password.c ../../nest/cli.c ../../nest/locks.c ../../nest/cmds.c ../../nest/neighbor.c ../../nest/a-path.c ../../nest/a-set.c >depend
# make[2]: Leaving directory '/tmp/bird/src/bird-1.6.0/_build6/nest'
# make[2]: Entering directory '/tmp/bird/src/bird-1.6.0/_build6/filter'
# gcc -I../ -I../.. -MM ../../filter/f-util.c ../../filter/filter.c ../../filter/tree.c ../../filter/trie.c >depend
# make[2]: Leaving directory '/tmp/bird/src/bird-1.6.0/_build6/filter'
# make[2]: Entering directory '/tmp/bird/src/bird-1.6.0/_build6/proto/bfd'
# gcc -I../../ -I../../.. -MM ../../../proto/bfd/bfd.c ../../../proto/bfd/packets.c ../../../proto/bfd/io.c >depend
# make[2]: Leaving directory '/tmp/bird/src/bird-1.6.0/_build6/proto/bfd'
# make[2]: Entering directory '/tmp/bird/src/bird-1.6.0/_build6/proto/bgp'
# gcc -I../../ -I../../.. -MM ../../../proto/bgp/bgp.c ../../../proto/bgp/attrs.c ../../../proto/bgp/packets.c >depend
# make[2]: Leaving directory '/tmp/bird/src/bird-1.6.0/_build6/proto/bgp'
# make[2]: Entering directory '/tmp/bird/src/bird-1.6.0/_build6/proto/ospf'
# gcc -I../../ -I../../.. -MM ../../../proto/ospf/ospf.c ../../../proto/ospf/topology.c ../../../proto/ospf/packet.c ../../../proto/ospf/hello.c ../../../proto/ospf/neighbor.c ../../../proto/ospf/iface.c ../../../proto/ospf/dbdes.c ../../../proto/ospf/lsreq.c ../../../proto/ospf/lsupd.c ../../../proto/ospf/lsack.c ../../../proto/ospf/lsalib.c ../../../proto/ospf/rt.c >depend
# make[2]: Leaving directory '/tmp/bird/src/bird-1.6.0/_build6/proto/ospf'
# make[2]: Entering directory '/tmp/bird/src/bird-1.6.0/_build6/proto/pipe'
# gcc -I../../ -I../../.. -MM ../../../proto/pipe/pipe.c >depend
# make[2]: Leaving directory '/tmp/bird/src/bird-1.6.0/_build6/proto/pipe'
# make[2]: Entering directory '/tmp/bird/src/bird-1.6.0/_build6/proto/radv'
# gcc -I../../ -I../../.. -MM ../../../proto/radv/radv.c ../../../proto/radv/packets.c >depend
# make[2]: Leaving directory '/tmp/bird/src/bird-1.6.0/_build6/proto/radv'
# make[2]: Entering directory '/tmp/bird/src/bird-1.6.0/_build6/proto/rip'
# gcc -I../../ -I../../.. -MM ../../../proto/rip/rip.c ../../../proto/rip/packets.c >depend
# make[2]: Leaving directory '/tmp/bird/src/bird-1.6.0/_build6/proto/rip'
# make[2]: Entering directory '/tmp/bird/src/bird-1.6.0/_build6/proto/static'
# gcc -I../../ -I../../.. -MM ../../../proto/static/static.c >depend
# make[2]: Leaving directory '/tmp/bird/src/bird-1.6.0/_build6/proto/static'
# make[2]: Entering directory '/tmp/bird/src/bird-1.6.0/_build6/proto/babel'
# gcc -I../../ -I../../.. -MM ../../../proto/babel/babel.c ../../../proto/babel/packets.c >depend
# make[2]: Leaving directory '/tmp/bird/src/bird-1.6.0/_build6/proto/babel'
# make[2]: Entering directory '/tmp/bird/src/bird-1.6.0/_build6/client'
# gcc -I../ -I../.. -MM ../../client/commands.c ../../client/util.c ../../client/client.c ../../client/birdc.c ../../client/birdcl.c >depend
# make[2]: Leaving directory '/tmp/bird/src/bird-1.6.0/_build6/client'
# make[1]: Leaving directory '/tmp/bird/src/bird-1.6.0/_build6'
# touch .dep-stamp
# set -e ; for a in lib conf ; do make -C $a subdir ; done
# make[1]: Entering directory '/tmp/bird/src/bird-1.6.0/_build6/lib'
# CC -o bitops.o -c bitops.c
# CC -o checksum.o -c checksum.c
# CC -o event.o -c event.c
# CC -o io.o -c io.c
# CC -o ip.o -c ip.c
# CC -o krt.o -c krt.c
# CC -o lists.o -c lists.c
# CC -o log.o -c log.c
# CC -o main.o -c main.c
# CC -o md5.o -c md5.c
# CC -o mempool.o -c mempool.c
# CC -o netlink.o -c netlink.c
# CC -o patmatch.o -c patmatch.c
# CC -o printf.o -c printf.c
# CC -o random.o -c random.c
# CC -o resource.o -c resource.c
# CC -o sha1.o -c sha1.c
# CC -o sha256.o -c sha256.c
# CC -o sha512.o -c sha512.c
# CC -o slab.o -c slab.c
# CC -o slists.o -c slists.c
# CC -o tbf.o -c tbf.c
# CC -o xmalloc.o -c xmalloc.c
# rm -f birdlib.a
# ar rcs birdlib.a bitops.o checksum.o event.o io.o ip.o krt.o lists.o log.o main.o md5.o mempool.o netlink.o patmatch.o printf.o random.o resource.o sha1.o sha256.o sha512.o slab.o slists.o tbf.o xmalloc.o
# ranlib birdlib.a
# make[1]: Leaving directory '/tmp/bird/src/bird-1.6.0/_build6/lib'
# make[1]: Entering directory '/tmp/bird/src/bird-1.6.0/_build6/conf'
# CC -o cf-parse.tab.o -c cf-parse.tab.c
# CC -o cf-lex.o -c cf-lex.c
# CC -o conf.o -c conf.c
# LD -r -o all.o cf-parse.tab.o cf-lex.o conf.o
# make[1]: Leaving directory '/tmp/bird/src/bird-1.6.0/_build6/conf'
# set -e ; for a in nest filter proto/bfd proto/bgp proto/ospf proto/pipe proto/radv proto/rip proto/static proto/babel client ; do make -C $a -f /tmp/bird/src/bird-1.6.0/$a/Makefile subdir ; done
# make[1]: Entering directory '/tmp/bird/src/bird-1.6.0/_build6/nest'
# CC -o rt-table.o -c ../../nest/rt-table.c
# CC -o rt-fib.o -c ../../nest/rt-fib.c
# CC -o rt-attr.o -c ../../nest/rt-attr.c
# CC -o rt-roa.o -c ../../nest/rt-roa.c
# CC -o proto.o -c ../../nest/proto.c
# CC -o iface.o -c ../../nest/iface.c
# CC -o rt-dev.o -c ../../nest/rt-dev.c
# CC -o password.o -c ../../nest/password.c
# CC -o cli.o -c ../../nest/cli.c
# CC -o locks.o -c ../../nest/locks.c
# CC -o cmds.o -c ../../nest/cmds.c
# CC -o neighbor.o -c ../../nest/neighbor.c
# CC -o a-path.o -c ../../nest/a-path.c
# CC -o a-set.o -c ../../nest/a-set.c
# LD -r -o all.o rt-table.o rt-fib.o rt-attr.o rt-roa.o proto.o iface.o rt-dev.o password.o cli.o locks.o cmds.o neighbor.o a-path.o a-set.o
# make[1]: Leaving directory '/tmp/bird/src/bird-1.6.0/_build6/nest'
# make[1]: Entering directory '/tmp/bird/src/bird-1.6.0/_build6/filter'
# CC -o f-util.o -c ../../filter/f-util.c
# CC -o filter.o -c ../../filter/filter.c
# CC -o tree.o -c ../../filter/tree.c
# CC -o trie.o -c ../../filter/trie.c
# LD -r -o all.o f-util.o filter.o tree.o trie.o
# make[1]: Leaving directory '/tmp/bird/src/bird-1.6.0/_build6/filter'
# make[1]: Entering directory '/tmp/bird/src/bird-1.6.0/_build6/proto/bfd'
# CC -o bfd.o -c ../../../proto/bfd/bfd.c
# CC -o packets.o -c ../../../proto/bfd/packets.c
# CC -o io.o -c ../../../proto/bfd/io.c
# LD -r -o all.o bfd.o packets.o io.o
# make[1]: Leaving directory '/tmp/bird/src/bird-1.6.0/_build6/proto/bfd'
# make[1]: Entering directory '/tmp/bird/src/bird-1.6.0/_build6/proto/bgp'
# CC -o bgp.o -c ../../../proto/bgp/bgp.c
# CC -o attrs.o -c ../../../proto/bgp/attrs.c
# CC -o packets.o -c ../../../proto/bgp/packets.c
# LD -r -o all.o bgp.o attrs.o packets.o
# make[1]: Leaving directory '/tmp/bird/src/bird-1.6.0/_build6/proto/bgp'
# make[1]: Entering directory '/tmp/bird/src/bird-1.6.0/_build6/proto/ospf'
# CC -o ospf.o -c ../../../proto/ospf/ospf.c
# CC -o topology.o -c ../../../proto/ospf/topology.c
# CC -o packet.o -c ../../../proto/ospf/packet.c
# CC -o hello.o -c ../../../proto/ospf/hello.c
# CC -o neighbor.o -c ../../../proto/ospf/neighbor.c
# CC -o iface.o -c ../../../proto/ospf/iface.c
# CC -o dbdes.o -c ../../../proto/ospf/dbdes.c
# CC -o lsreq.o -c ../../../proto/ospf/lsreq.c
# CC -o lsupd.o -c ../../../proto/ospf/lsupd.c
# CC -o lsack.o -c ../../../proto/ospf/lsack.c
# CC -o lsalib.o -c ../../../proto/ospf/lsalib.c
# CC -o rt.o -c ../../../proto/ospf/rt.c
# LD -r -o all.o ospf.o topology.o packet.o hello.o neighbor.o iface.o dbdes.o lsreq.o lsupd.o lsack.o lsalib.o rt.o
# make[1]: Leaving directory '/tmp/bird/src/bird-1.6.0/_build6/proto/ospf'
# make[1]: Entering directory '/tmp/bird/src/bird-1.6.0/_build6/proto/pipe'
# CC -o pipe.o -c ../../../proto/pipe/pipe.c
# LD -r -o all.o pipe.o
# make[1]: Leaving directory '/tmp/bird/src/bird-1.6.0/_build6/proto/pipe'
# make[1]: Entering directory '/tmp/bird/src/bird-1.6.0/_build6/proto/radv'
# CC -o radv.o -c ../../../proto/radv/radv.c
# CC -o packets.o -c ../../../proto/radv/packets.c
# LD -r -o all.o radv.o packets.o
# make[1]: Leaving directory '/tmp/bird/src/bird-1.6.0/_build6/proto/radv'
# make[1]: Entering directory '/tmp/bird/src/bird-1.6.0/_build6/proto/rip'
# CC -o rip.o -c ../../../proto/rip/rip.c
# CC -o packets.o -c ../../../proto/rip/packets.c
# LD -r -o all.o rip.o packets.o
# make[1]: Leaving directory '/tmp/bird/src/bird-1.6.0/_build6/proto/rip'
# make[1]: Entering directory '/tmp/bird/src/bird-1.6.0/_build6/proto/static'
# CC -o static.o -c ../../../proto/static/static.c
# LD -r -o all.o static.o
# make[1]: Leaving directory '/tmp/bird/src/bird-1.6.0/_build6/proto/static'
# make[1]: Entering directory '/tmp/bird/src/bird-1.6.0/_build6/proto/babel'
# CC -o babel.o -c ../../../proto/babel/babel.c
# CC -o packets.o -c ../../../proto/babel/packets.c
# LD -r -o all.o babel.o packets.o
# make[1]: Leaving directory '/tmp/bird/src/bird-1.6.0/_build6/proto/babel'
# make[1]: Entering directory '/tmp/bird/src/bird-1.6.0/_build6/client'
# CC -o birdc.o -c ../../client/birdc.c
# CC -o birdcl.o -c ../../client/birdcl.c
# CC -o commands.o -c ../../client/commands.c
# CC -o util.o -c ../../client/util.c
# CC -o client.o -c ../../client/client.c
# LD -r -o all.o commands.o util.o client.o
# make[1]: Leaving directory '/tmp/bird/src/bird-1.6.0/_build6/client'
# LD -pthread -o bird nest/all.o filter/all.o proto/bfd/all.o proto/bgp/all.o proto/ospf/all.o proto/pipe/all.o proto/radv/all.o proto/rip/all.o proto/static/all.o proto/babel/all.o conf/all.o lib/birdlib.a
# LD -pthread -o birdcl client/birdcl.o client/all.o lib/birdlib.a
# LD -pthread -o birdc client/birdc.o client/all.o lib/birdlib.a -lreadline -lhistory -lncurses
# ==> Entering fakeroot environment...
# ==> Starting package_bird()...
# set -e ; for a in lib conf ; do make -C $a subdir ; done
# make: Circular birdcl <- birdcl dependency dropped.
# make: Circular birdc <- birdc dependency dropped.
# make[1]: Entering directory '/tmp/bird/src/bird-1.6.0/_build4/lib'
# make[1]: Nothing to be done for 'subdir'.
# make[1]: Leaving directory '/tmp/bird/src/bird-1.6.0/_build4/lib'
# make[1]: Entering directory '/tmp/bird/src/bird-1.6.0/_build4/conf'
# make[1]: Nothing to be done for 'subdir'.
# make[1]: Leaving directory '/tmp/bird/src/bird-1.6.0/_build4/conf'
# set -e ; for a in nest filter proto/bfd proto/bgp proto/ospf proto/pipe proto/rip proto/static client ; do make -C $a -f /tmp/bird/src/bird-1.6.0/$a/Makefile subdir ; done
# make[1]: Entering directory '/tmp/bird/src/bird-1.6.0/_build4/nest'
# make[1]: Nothing to be done for 'subdir'.
# make[1]: Leaving directory '/tmp/bird/src/bird-1.6.0/_build4/nest'
# make[1]: Entering directory '/tmp/bird/src/bird-1.6.0/_build4/filter'
# make[1]: Nothing to be done for 'subdir'.
# make[1]: Leaving directory '/tmp/bird/src/bird-1.6.0/_build4/filter'
# make[1]: Entering directory '/tmp/bird/src/bird-1.6.0/_build4/proto/bfd'
# make[1]: Nothing to be done for 'subdir'.
# make[1]: Leaving directory '/tmp/bird/src/bird-1.6.0/_build4/proto/bfd'
# make[1]: Entering directory '/tmp/bird/src/bird-1.6.0/_build4/proto/bgp'
# make[1]: Nothing to be done for 'subdir'.
# make[1]: Leaving directory '/tmp/bird/src/bird-1.6.0/_build4/proto/bgp'
# make[1]: Entering directory '/tmp/bird/src/bird-1.6.0/_build4/proto/ospf'
# make[1]: Nothing to be done for 'subdir'.
# make[1]: Leaving directory '/tmp/bird/src/bird-1.6.0/_build4/proto/ospf'
# make[1]: Entering directory '/tmp/bird/src/bird-1.6.0/_build4/proto/pipe'
# make[1]: Nothing to be done for 'subdir'.
# make[1]: Leaving directory '/tmp/bird/src/bird-1.6.0/_build4/proto/pipe'
# make[1]: Entering directory '/tmp/bird/src/bird-1.6.0/_build4/proto/rip'
# make[1]: Nothing to be done for 'subdir'.
# make[1]: Leaving directory '/tmp/bird/src/bird-1.6.0/_build4/proto/rip'
# make[1]: Entering directory '/tmp/bird/src/bird-1.6.0/_build4/proto/static'
# make[1]: Nothing to be done for 'subdir'.
# make[1]: Leaving directory '/tmp/bird/src/bird-1.6.0/_build4/proto/static'
# make[1]: Entering directory '/tmp/bird/src/bird-1.6.0/_build4/client'
# make[1]: Nothing to be done for 'subdir'.
# make[1]: Leaving directory '/tmp/bird/src/bird-1.6.0/_build4/client'
# LD -pthread -o birdcl client/birdcl.o client/all.o lib/birdlib.a
# LD -pthread -o birdc client/birdc.o client/all.o lib/birdlib.a -lreadline -lhistory -lncurses
# /usr/bin/install -c -d //tmp/bird/pkg/bird/usr/bin //tmp/bird/pkg/bird/etc //tmp/bird/pkg/bird/var/run
# /usr/bin/install -c ./bird //tmp/bird/pkg/bird/usr/bin/bird
# /usr/bin/install -c ./birdcl //tmp/bird/pkg/bird/usr/bin/birdcl
# if test -n "birdc" ; then \
# /usr/bin/install -c ./birdc //tmp/bird/pkg/bird/usr/bin/birdc ; \
# fi
# if ! test -f //tmp/bird/pkg/bird/etc/bird.conf ; then \
# /usr/bin/install -c -m 644 ../doc/bird.conf.example //tmp/bird/pkg/bird/etc/bird.conf ; \
# else \
# echo "Not overwriting old bird.conf" ; \
# fi
# ==> Tidying install...
# -> Removing doc files...
# -> Purging unwanted files...
# ==> Checking for packaging issue...
# ==> Creating package "bird"...
# -> Generating .PKGINFO file...
# -> Generating .BUILDINFO file...
# error: invalid option '--noprogressbar'
# -> Generating .MTREE file...
# -> Compressing package...
# ==> Starting package_bird6()...
# set -e ; for a in lib conf ; do make -C $a subdir ; done
# make: Circular birdcl <- birdcl dependency dropped.
# make: Circular birdc <- birdc dependency dropped.
# make[1]: Entering directory '/tmp/bird/src/bird-1.6.0/_build6/lib'
# make[1]: Nothing to be done for 'subdir'.
# make[1]: Leaving directory '/tmp/bird/src/bird-1.6.0/_build6/lib'
# make[1]: Entering directory '/tmp/bird/src/bird-1.6.0/_build6/conf'
# make[1]: Nothing to be done for 'subdir'.
# make[1]: Leaving directory '/tmp/bird/src/bird-1.6.0/_build6/conf'
# set -e ; for a in nest filter proto/bfd proto/bgp proto/ospf proto/pipe proto/radv proto/rip proto/static proto/babel client ; do make -C $a -f /tmp/bird/src/bird-1.6.0/$a/Makefile subdir ; done
# make[1]: Entering directory '/tmp/bird/src/bird-1.6.0/_build6/nest'
# make[1]: Nothing to be done for 'subdir'.
# make[1]: Leaving directory '/tmp/bird/src/bird-1.6.0/_build6/nest'
# make[1]: Entering directory '/tmp/bird/src/bird-1.6.0/_build6/filter'
# make[1]: Nothing to be done for 'subdir'.
# make[1]: Leaving directory '/tmp/bird/src/bird-1.6.0/_build6/filter'
# make[1]: Entering directory '/tmp/bird/src/bird-1.6.0/_build6/proto/bfd'
# make[1]: Nothing to be done for 'subdir'.
# make[1]: Leaving directory '/tmp/bird/src/bird-1.6.0/_build6/proto/bfd'
# make[1]: Entering directory '/tmp/bird/src/bird-1.6.0/_build6/proto/bgp'
# make[1]: Nothing to be done for 'subdir'.
# make[1]: Leaving directory '/tmp/bird/src/bird-1.6.0/_build6/proto/bgp'
# make[1]: Entering directory '/tmp/bird/src/bird-1.6.0/_build6/proto/ospf'
# make[1]: Nothing to be done for 'subdir'.
# make[1]: Leaving directory '/tmp/bird/src/bird-1.6.0/_build6/proto/ospf'
# make[1]: Entering directory '/tmp/bird/src/bird-1.6.0/_build6/proto/pipe'
# make[1]: Nothing to be done for 'subdir'.
# make[1]: Leaving directory '/tmp/bird/src/bird-1.6.0/_build6/proto/pipe'
# make[1]: Entering directory '/tmp/bird/src/bird-1.6.0/_build6/proto/radv'
# make[1]: Nothing to be done for 'subdir'.
# make[1]: Leaving directory '/tmp/bird/src/bird-1.6.0/_build6/proto/radv'
# make[1]: Entering directory '/tmp/bird/src/bird-1.6.0/_build6/proto/rip'
# make[1]: Nothing to be done for 'subdir'.
# make[1]: Leaving directory '/tmp/bird/src/bird-1.6.0/_build6/proto/rip'
# make[1]: Entering directory '/tmp/bird/src/bird-1.6.0/_build6/proto/static'
# make[1]: Nothing to be done for 'subdir'.
# make[1]: Leaving directory '/tmp/bird/src/bird-1.6.0/_build6/proto/static'
# make[1]: Entering directory '/tmp/bird/src/bird-1.6.0/_build6/proto/babel'
# make[1]: Nothing to be done for 'subdir'.
# make[1]: Leaving directory '/tmp/bird/src/bird-1.6.0/_build6/proto/babel'
# make[1]: Entering directory '/tmp/bird/src/bird-1.6.0/_build6/client'
# make[1]: Nothing to be done for 'subdir'.
# make[1]: Leaving directory '/tmp/bird/src/bird-1.6.0/_build6/client'
# LD -pthread -o birdcl client/birdcl.o client/all.o lib/birdlib.a
# LD -pthread -o birdc client/birdc.o client/all.o lib/birdlib.a -lreadline -lhistory -lncurses
# /usr/bin/install -c -d //tmp/bird/pkg/bird6/usr/bin //tmp/bird/pkg/bird6/etc //tmp/bird/pkg/bird6/var/run
# /usr/bin/install -c ./bird //tmp/bird/pkg/bird6/usr/bin/bird6
# /usr/bin/install -c ./birdcl //tmp/bird/pkg/bird6/usr/bin/birdcl6
# if test -n "birdc" ; then \
# /usr/bin/install -c ./birdc //tmp/bird/pkg/bird6/usr/bin/birdc6 ; \
# fi
# if ! test -f //tmp/bird/pkg/bird6/etc/bird6.conf ; then \
# /usr/bin/install -c -m 644 ../doc/bird.conf.example //tmp/bird/pkg/bird6/etc/bird6.conf ; \
# else \
# echo "Not overwriting old bird6.conf" ; \
# fi
# ==> Tidying install...
# -> Removing doc files...
# -> Purging unwanted files...
# ==> Checking for packaging issue...
# ==> Creating package "bird6"...
# -> Generating .PKGINFO file...
# -> Generating .BUILDINFO file...
# error: invalid option '--noprogressbar'
# -> Generating .MTREE file...
# -> Compressing package...
# ==> Leaving fakeroot environment.
# ==> Finished making: bird 1.6.0-1 (Wed Aug 24 13:28:30 UTC 2016)

CMD: pacman --query --file bird-1.6.0-1-x86_64.pkg.tar.xz
# bird 1.6.0-1

Creating hybrid package for 'bird'

Trying to find vanilla package 'bird'...

CMD: pacman --query --file /mirror/thunderbird-i18n-bn-bd-45.2.0-1.pkg.tar.xz
# thunderbird-i18n-bn-bd 45.2.0-1

CMD: pacman --query --file /mirror/thunderbird-i18n-el-45.2.0-1.pkg.tar.xz
# thunderbird-i18n-el 45.2.0-1

CMD: pacman --query --file /mirror/thunderbird-i18n-zh-tw-45.2.0-1.pkg.tar.xz
# thunderbird-i18n-zh-tw 45.2.0-1

CMD: pacman --query --file /mirror/thunderbird-i18n-sl-45.2.0-1.pkg.tar.xz
# thunderbird-i18n-sl 45.2.0-1

CMD: pacman --query --file /mirror/thunderbird-i18n-is-45.2.0-1.pkg.tar.xz
# thunderbird-i18n-is 45.2.0-1

CMD: pacman --query --file /mirror/thunderbird-i18n-be-45.2.0-1.pkg.tar.xz
# thunderbird-i18n-be 45.2.0-1

CMD: pacman --query --file /mirror/thunderbird-i18n-vi-45.2.0-1.pkg.tar.xz
# thunderbird-i18n-vi 45.2.0-1

CMD: pacman --query --file /mirror/thunderbird-i18n-tr-45.2.0-1.pkg.tar.xz
# thunderbird-i18n-tr 45.2.0-1

CMD: pacman --query --file /mirror/thunderbird-i18n-da-45.2.0-1.pkg.tar.xz
# thunderbird-i18n-da 45.2.0-1

CMD: pacman --query --file /mirror/thunderbird-i18n-pl-45.2.0-1.pkg.tar.xz
# thunderbird-i18n-pl 45.2.0-1

CMD: pacman --query --file /mirror/thunderbird-i18n-ast-45.2.0-1.pkg.tar.xz
# thunderbird-i18n-ast 45.2.0-1

CMD: pacman --query --file /mirror/thunderbird-i18n-lt-45.2.0-1.pkg.tar.xz
# thunderbird-i18n-lt 45.2.0-1

CMD: pacman --query --file /mirror/thunderbird-i18n-bg-45.2.0-1.pkg.tar.xz
# thunderbird-i18n-bg 45.2.0-1

CMD: pacman --query --file /mirror/thunderbird-i18n-en-gb-45.2.0-1.pkg.tar.xz
# thunderbird-i18n-en-gb 45.2.0-1

CMD: pacman --query --file /mirror/thunderbird-i18n-zh-cn-45.2.0-1.pkg.tar.xz
# thunderbird-i18n-zh-cn 45.2.0-1

CMD: pacman --query --file /mirror/thunderbird-i18n-id-45.2.0-1.pkg.tar.xz
# thunderbird-i18n-id 45.2.0-1

CMD: pacman --query --file /mirror/thunderbird-i18n-ro-45.2.0-1.pkg.tar.xz
# thunderbird-i18n-ro 45.2.0-1

CMD: pacman --query --file /mirror/thunderbird-i18n-nl-45.2.0-1.pkg.tar.xz
# thunderbird-i18n-nl 45.2.0-1

CMD: pacman --query --file /mirror/thunderbird-i18n-nb-no-45.2.0-1.pkg.tar.xz
# thunderbird-i18n-nb-no 45.2.0-1

CMD: pacman --query --file /mirror/thunderbird-i18n-dsb-45.2.0-1.pkg.tar.xz
# thunderbird-i18n-dsb 45.2.0-1

CMD: pacman --query --file /mirror/thunderbird-i18n-et-45.2.0-1.pkg.tar.xz
# thunderbird-i18n-et 45.2.0-1

CMD: pacman --query --file /mirror/thunderbird-i18n-pt-pt-45.2.0-1.pkg.tar.xz
# thunderbird-i18n-pt-pt 45.2.0-1

CMD: pacman --query --file /mirror/thunderbird-i18n-he-45.2.0-1.pkg.tar.xz
# thunderbird-i18n-he 45.2.0-1

CMD: pacman --query --file /mirror/thunderbird-i18n-ar-45.2.0-1.pkg.tar.xz
# thunderbird-i18n-ar 45.2.0-1

CMD: pacman --query --file /mirror/bird-1.6.0-1.pkg.tar.xz
# bird 1.6.0-1

Package file has the following structure:
# /.PKGINFO
# /.BUILDINFO
# /.MTREE
# /etc/bird.conf
# /usr/bin/bird
# /usr/bin/birdcl
# /usr/bin/birdc
# /usr/lib/systemd/system/bird.service
# /sysroot/usr/lib/systemd/system/bird.service

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 bird.pkg.tar.xz .PKGINFO
# .PKGINFO

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

CMD: pacman --query --file bird6-1.6.0-1-x86_64.pkg.tar.xz
# bird6 1.6.0-1

Creating hybrid package for 'bird6'

Trying to find vanilla package 'bird6'...

CMD: pacman --query --file /mirror/bird6-1.6.0-1.pkg.tar.xz
# bird6 1.6.0-1

Package file has the following structure:
# /.PKGINFO
# /.BUILDINFO
# /.MTREE
# /etc/bird6.conf
# /usr/bin/bird6
# /usr/bin/birdcl6
# /usr/bin/birdc6
# /usr/lib/systemd/system/bird6.service
# /sysroot/usr/lib/systemd/system/bird6.service

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 bird6.pkg.tar.xz .PKGINFO
# .PKGINFO

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

Attempting to access local repository, attempt 1

CMD: repo-add /var/cache/pacman/pkg/tuscan.db.tar /var/cache/pacman/pkg/bird.pkg.tar.xz
# ==> ERROR: Failed to acquire lockfile: /var/cache/pacman/pkg/tuscan.db.tar.lck.
# ==> ERROR: Held by process 3656

Attempting to access local repository, attempt 2

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

Attempting to access local repository, attempt 1

CMD: repo-add /var/cache/pacman/pkg/tuscan.db.tar /var/cache/pacman/pkg/bird6.pkg.tar.xz
# ==> ERROR: Failed to acquire lockfile: /var/cache/pacman/pkg/tuscan.db.tar.lck.
# ==> ERROR: Held by process 870

Attempting to access local repository, attempt 2

CMD: repo-add /var/cache/pacman/pkg/tuscan.db.tar /var/cache/pacman/pkg/bird6.pkg.tar.xz
# ==> Extracting database to a temporary location...
# ==> Extracting database to a temporary location...
# ==> Adding package '/var/cache/pacman/pkg/bird6.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/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 = 4cceb938e1e5
# uname -m = x86_64
# uname -r = 4.7.1-1-ARCH
# uname -s = Linux
# uname -v = #1 SMP PREEMPT Wed Aug 17 08:13:35 CEST 2016
#
# /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/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:2457: result: no
# configure:2467: checking for gcc
# configure:2483: found /usr/sbin/gcc
# configure:2494: result: gcc
# configure:2723: checking for C compiler version
# configure:2732: gcc --version >&5
# gcc (GCC) 6.1.1 20160602
# Copyright (C) 2016 Free Software Foundation, Inc.
# This is free software; see the source for copying conditions. There is NO
# warranty; not even for MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE.
#
# configure:2743: $? = 0
# configure:2732: gcc -v >&5
# Using built-in specs.
# COLLECT_GCC=gcc
# COLLECT_LTO_WRAPPER=/usr/lib/gcc/x86_64-pc-linux-gnu/6.1.1/lto-wrapper
# Target: x86_64-pc-linux-gnu
# Configured with: /build/gcc/src/gcc/configure --prefix=/usr --libdir=/usr/lib --libexecdir=/usr/lib --mandir=/usr/share/man --infodir=/usr/share/info --with-bugurl=https://bugs.archlinux.org/ --enable-languages=c,c++,ada,fortran,go,lto,objc,obj-c++ --enable-shared --enable-threads=posix --enable-libmpx --with-system-zlib --with-isl --enable-__cxa_atexit --disable-libunwind-exceptions --enable-clocale=gnu --disable-libstdcxx-pch --disable-libssp --enable-gnu-unique-object --enable-linker-build-id --enable-lto --enable-plugin --enable-install-libiberty --with-linker-hash-style=gnu --enable-gnu-indirect-function --disable-multilib --disable-werror --enable-checking=release
# Thread model: posix
# gcc version 6.1.1 20160602 (GCC)
# configure:2743: $? = 0
# configure:2732: gcc -V >&5
# gcc: error: unrecognized command line option '-V'
# gcc: fatal error: no input files
# compilation terminated.
# configure:2743: $? = 1
# configure:2732: gcc -qversion >&5
# gcc: error: unrecognized command line option '-qversion'; did you mean '--version'?
# gcc: fatal error: no input files
# compilation terminated.
# configure:2743: $? = 1
# configure:2763: checking whether the C compiler works
# configure:2785: gcc 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: gcc -o conftest conftest.c >&5
# configure:2859: $? = 0
# configure:2881: result:
# configure:2903: checking whether we are cross compiling
# configure:2911: gcc -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: gcc -c conftest.c >&5
# configure:2972: $? = 0
# configure:2993: result: o
# configure:2997: checking whether we are using the GNU C compiler
# configure:3016: gcc -c conftest.c >&5
# configure:3016: $? = 0
# configure:3025: result: yes
# configure:3034: checking whether gcc accepts -g
# configure:3054: gcc -c -g conftest.c >&5
# configure:3054: $? = 0
# configure:3095: result: yes
# configure:3112: checking for gcc option to accept ISO C89
# configure:3175: gcc -c conftest.c >&5
# configure:3175: $? = 0
# configure:3188: result: none needed
# configure:3209: checking for library containing clock_gettime
# configure:3240: gcc -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: gcc
# configure:3649: checking for C compiler version
# configure:3658: gcc --version >&5
# gcc (GCC) 6.1.1 20160602
# Copyright (C) 2016 Free Software Foundation, Inc.
# This is free software; see the source for copying conditions. There is NO
# warranty; not even for MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE.
#
# configure:3669: $? = 0
# configure:3658: gcc -v >&5
# Using built-in specs.
# COLLECT_GCC=gcc
# COLLECT_LTO_WRAPPER=/usr/lib/gcc/x86_64-pc-linux-gnu/6.1.1/lto-wrapper
# Target: x86_64-pc-linux-gnu
# Configured with: /build/gcc/src/gcc/configure --prefix=/usr --libdir=/usr/lib --libexecdir=/usr/lib --mandir=/usr/share/man --infodir=/usr/share/info --with-bugurl=https://bugs.archlinux.org/ --enable-languages=c,c++,ada,fortran,go,lto,objc,obj-c++ --enable-shared --enable-threads=posix --enable-libmpx --with-system-zlib --with-isl --enable-__cxa_atexit --disable-libunwind-exceptions --enable-clocale=gnu --disable-libstdcxx-pch --disable-libssp --enable-gnu-unique-object --enable-linker-build-id --enable-lto --enable-plugin --enable-install-libiberty --with-linker-hash-style=gnu --enable-gnu-indirect-function --disable-multilib --disable-werror --enable-checking=release
# Thread model: posix
# gcc version 6.1.1 20160602 (GCC)
# configure:3669: $? = 0
# configure:3658: gcc -V >&5
# gcc: error: unrecognized command line option '-V'
# gcc: fatal error: no input files
# compilation terminated.
# configure:3669: $? = 1
# configure:3658: gcc -qversion >&5
# gcc: error: unrecognized command line option '-qversion'; did you mean '--version'?
# gcc: fatal error: no input files
# compilation terminated.
# configure:3669: $? = 1
# configure:3673: checking whether we are using the GNU C compiler
# configure:3701: result: yes
# configure:3710: checking whether gcc accepts -g
# configure:3771: result: yes
# configure:3788: checking for gcc option to accept ISO C89
# configure:3864: result: none needed
# configure:3901: checking whether POSIX threads are available
# configure:3917: gcc -o conftest -pthread conftest.c >&5
# 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: gcc -E conftest.c
# configure:4103: $? = 0
# configure:4117: gcc -E conftest.c
# conftest.c:10:28: fatal error: ac_nonexistent.h: No such file or directory
# #include
# ^
# compilation terminated.
# 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: gcc -E
# configure:4162: gcc -E conftest.c
# configure:4162: $? = 0
# configure:4176: gcc -E conftest.c
# conftest.c:10:28: fatal error: ac_nonexistent.h: No such file or directory
# #include
# ^
# compilation terminated.
# 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/sbin/ranlib
# configure:4367: result: ranlib
# configure:4391: checking for flex
# configure:4407: found /usr/sbin/flex
# configure:4418: result: flex
# configure:4428: checking for bison
# configure:4444: found /usr/sbin/bison
# configure:4455: result: bison
# configure:4467: checking for gm4
# configure:4497: result: no
# configure:4467: checking for m4
# configure:4483: found /usr/sbin/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: gcc -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/sbin/grep
# configure:4705: checking for egrep
# configure:4767: result: /usr/sbin/grep -E
# configure:4772: checking for ANSI C header files
# configure:4792: gcc -c -pthread conftest.c >&5
# configure:4792: $? = 0
# configure:4865: gcc -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: gcc -c -pthread conftest.c >&5
# configure:4889: $? = 0
# configure:4889: result: yes
# configure:4889: checking for sys/stat.h
# configure:4889: gcc -c -pthread conftest.c >&5
# configure:4889: $? = 0
# configure:4889: result: yes
# configure:4889: checking for stdlib.h
# configure:4889: gcc -c -pthread conftest.c >&5
# configure:4889: $? = 0
# configure:4889: result: yes
# configure:4889: checking for string.h
# configure:4889: gcc -c -pthread conftest.c >&5
# configure:4889: $? = 0
# configure:4889: result: yes
# configure:4889: checking for memory.h
# configure:4889: gcc -c -pthread conftest.c >&5
# configure:4889: $? = 0
# configure:4889: result: yes
# configure:4889: checking for strings.h
# configure:4889: gcc -c -pthread conftest.c >&5
# configure:4889: $? = 0
# configure:4889: result: yes
# configure:4889: checking for inttypes.h
# configure:4889: gcc -c -pthread conftest.c >&5
# configure:4889: $? = 0
# configure:4889: result: yes
# configure:4889: checking for stdint.h
# configure:4889: gcc -c -pthread conftest.c >&5
# configure:4889: $? = 0
# configure:4889: result: yes
# configure:4889: checking for unistd.h
# configure:4889: gcc -c -pthread conftest.c >&5
# configure:4889: $? = 0
# configure:4889: result: yes
# configure:4901: checking syslog.h usability
# configure:4901: gcc -c -pthread conftest.c >&5
# configure:4901: $? = 0
# configure:4901: result: yes
# configure:4901: checking syslog.h presence
# configure:4901: gcc -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: gcc -c -pthread conftest.c >&5
# configure:4908: $? = 0
# configure:4908: result: yes
# configure:4908: checking alloca.h presence
# configure:4908: gcc -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: gcc -c -pthread conftest.c >&5
# conftest.c: In function 'main':
# conftest.c:35:45: error: 'struct sockaddr' has no member named 'sa_len'
# static struct sockaddr sa; int i = sizeof(sa.sa_len);
# ^
# 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: gcc -c -pthread conftest.c >&5
# conftest.c:30:9: error: unknown type name 'not'
# not a universal capable compiler
# ^~~
# conftest.c:30:15: error: expected '=', ',', ';', 'asm' or '__attribute__' before 'universal'
# not a universal capable compiler
# ^~~~~~~~~
# conftest.c:30:15: error: unknown type name 'universal'
# 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: gcc -c -pthread conftest.c >&5
# configure:5002: $? = 0
# configure:5020: gcc -c -pthread conftest.c >&5
# conftest.c: In function 'main':
# conftest.c:36:4: error: unknown type name 'not'
# not big endian
# ^~~
# conftest.c:36:12: error: expected '=', ',', ';', 'asm' or '__attribute__' before 'endian'
# not big endian
# ^~~~~~
# 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: gcc -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: gcc -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: gcc -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: gcc -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: gcc -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: gcc -o conftest -pthread -pthread conftest.c >&5
# conftest.c: In function 'main':
# conftest.c:50:3: warning: implicit declaration of function 'exit' [-Wimplicit-function-declaration]
# exit(0);
# ^~~~
# conftest.c:50:3: warning: incompatible implicit declaration of built-in function 'exit'
# conftest.c:50:3: note: include '' or provide a declaration of 'exit'
# configure:5385: $? = 0
# configure:5385: ./conftest
# configure:5385: $? = 0
# configure:5402: result: 16
# configure:5409: checking characteristics of time_t
# configure:5437: gcc -o conftest -pthread -pthread conftest.c >&5
# conftest.c: In function 'main':
# conftest.c:53:3: warning: implicit declaration of function 'exit' [-Wimplicit-function-declaration]
# exit(0);
# ^~~~
# conftest.c:53:3: warning: incompatible implicit declaration of built-in function 'exit'
# conftest.c:53:3: note: include '' or provide a declaration of 'exit'
# configure:5437: $? = 0
# configure:5437: ./conftest
# configure:5437: $? = 0
# configure:5452: result: 64-bit signed
# configure:5464: checking for struct ip_mreqn
# configure:5483: gcc -c -pthread conftest.c >&5
# configure:5483: $? = 0
# configure:5492: result: yes
# configure:5603: checking for add_history in -lhistory
# configure:5628: gcc -o conftest -pthread -pthread conftest.c -lhistory >&5
# configure:5628: $? = 0
# configure:5637: result: yes
# configure:5643: checking for tgetent in -lncurses
# configure:5668: gcc -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: gcc -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: gcc -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: gcc -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 4cceb938e1e5
#
# 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=
# ac_cv_env_CC_value=
# 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/sbin/grep -E'
# ac_cv_path_GREP=/usr/sbin/grep
# ac_cv_path_install='/usr/bin/install -c'
# ac_cv_prog_BISON=bison
# ac_cv_prog_CC=gcc
# ac_cv_prog_CPP='gcc -E'
# ac_cv_prog_FLEX=flex
# ac_cv_prog_M4=m4
# ac_cv_prog_ac_ct_CC=gcc
# 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='gcc'
# CFLAGS=' -pthread'
# CLIENT='birdc'
# CLIENT_LIBS='-lreadline -lhistory -lncurses'
# CONFIG_FILE='$(sysconfdir)/bird.conf'
# CONTROL_SOCKET='$(localstatedir)/run/bird.ctl'
# CPP='gcc -E'
# CPPFLAGS=''
# DEFS='-DHAVE_CONFIG_H'
# ECHO_C=''
# ECHO_N='-n'
# ECHO_T=''
# EGREP='/usr/sbin/grep -E'
# EXEEXT=''
# FLEX='flex'
# GREP='/usr/sbin/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='gcc'
# 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

CMD: config logfiles '/tmp/bird/src/bird-1.6.0/_build6/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 --enable-ipv6
#
# ## --------- ##
# ## Platform. ##
# ## --------- ##
#
# hostname = 4cceb938e1e5
# uname -m = x86_64
# uname -r = 4.7.1-1-ARCH
# uname -s = Linux
# uname -v = #1 SMP PREEMPT Wed Aug 17 08:13:35 CEST 2016
#
# /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/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:2457: result: no
# configure:2467: checking for gcc
# configure:2483: found /usr/sbin/gcc
# configure:2494: result: gcc
# configure:2723: checking for C compiler version
# configure:2732: gcc --version >&5
# gcc (GCC) 6.1.1 20160602
# Copyright (C) 2016 Free Software Foundation, Inc.
# This is free software; see the source for copying conditions. There is NO
# warranty; not even for MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE.
#
# configure:2743: $? = 0
# configure:2732: gcc -v >&5
# Using built-in specs.
# COLLECT_GCC=gcc
# COLLECT_LTO_WRAPPER=/usr/lib/gcc/x86_64-pc-linux-gnu/6.1.1/lto-wrapper
# Target: x86_64-pc-linux-gnu
# Configured with: /build/gcc/src/gcc/configure --prefix=/usr --libdir=/usr/lib --libexecdir=/usr/lib --mandir=/usr/share/man --infodir=/usr/share/info --with-bugurl=https://bugs.archlinux.org/ --enable-languages=c,c++,ada,fortran,go,lto,objc,obj-c++ --enable-shared --enable-threads=posix --enable-libmpx --with-system-zlib --with-isl --enable-__cxa_atexit --disable-libunwind-exceptions --enable-clocale=gnu --disable-libstdcxx-pch --disable-libssp --enable-gnu-unique-object --enable-linker-build-id --enable-lto --enable-plugin --enable-install-libiberty --with-linker-hash-style=gnu --enable-gnu-indirect-function --disable-multilib --disable-werror --enable-checking=release
# Thread model: posix
# gcc version 6.1.1 20160602 (GCC)
# configure:2743: $? = 0
# configure:2732: gcc -V >&5
# gcc: error: unrecognized command line option '-V'
# gcc: fatal error: no input files
# compilation terminated.
# configure:2743: $? = 1
# configure:2732: gcc -qversion >&5
# gcc: error: unrecognized command line option '-qversion'; did you mean '--version'?
# gcc: fatal error: no input files
# compilation terminated.
# configure:2743: $? = 1
# configure:2763: checking whether the C compiler works
# configure:2785: gcc 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: gcc -o conftest conftest.c >&5
# configure:2859: $? = 0
# configure:2881: result:
# configure:2903: checking whether we are cross compiling
# configure:2911: gcc -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: gcc -c conftest.c >&5
# configure:2972: $? = 0
# configure:2993: result: o
# configure:2997: checking whether we are using the GNU C compiler
# configure:3016: gcc -c conftest.c >&5
# configure:3016: $? = 0
# configure:3025: result: yes
# configure:3034: checking whether gcc accepts -g
# configure:3054: gcc -c -g conftest.c >&5
# configure:3054: $? = 0
# configure:3095: result: yes
# configure:3112: checking for gcc option to accept ISO C89
# configure:3175: gcc -c conftest.c >&5
# configure:3175: $? = 0
# configure:3188: result: none needed
# configure:3209: checking for library containing clock_gettime
# configure:3240: gcc -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: gcc
# configure:3649: checking for C compiler version
# configure:3658: gcc --version >&5
# gcc (GCC) 6.1.1 20160602
# Copyright (C) 2016 Free Software Foundation, Inc.
# This is free software; see the source for copying conditions. There is NO
# warranty; not even for MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE.
#
# configure:3669: $? = 0
# configure:3658: gcc -v >&5
# Using built-in specs.
# COLLECT_GCC=gcc
# COLLECT_LTO_WRAPPER=/usr/lib/gcc/x86_64-pc-linux-gnu/6.1.1/lto-wrapper
# Target: x86_64-pc-linux-gnu
# Configured with: /build/gcc/src/gcc/configure --prefix=/usr --libdir=/usr/lib --libexecdir=/usr/lib --mandir=/usr/share/man --infodir=/usr/share/info --with-bugurl=https://bugs.archlinux.org/ --enable-languages=c,c++,ada,fortran,go,lto,objc,obj-c++ --enable-shared --enable-threads=posix --enable-libmpx --with-system-zlib --with-isl --enable-__cxa_atexit --disable-libunwind-exceptions --enable-clocale=gnu --disable-libstdcxx-pch --disable-libssp --enable-gnu-unique-object --enable-linker-build-id --enable-lto --enable-plugin --enable-install-libiberty --with-linker-hash-style=gnu --enable-gnu-indirect-function --disable-multilib --disable-werror --enable-checking=release
# Thread model: posix
# gcc version 6.1.1 20160602 (GCC)
# configure:3669: $? = 0
# configure:3658: gcc -V >&5
# gcc: error: unrecognized command line option '-V'
# gcc: fatal error: no input files
# compilation terminated.
# configure:3669: $? = 1
# configure:3658: gcc -qversion >&5
# gcc: error: unrecognized command line option '-qversion'; did you mean '--version'?
# gcc: fatal error: no input files
# compilation terminated.
# configure:3669: $? = 1
# configure:3673: checking whether we are using the GNU C compiler
# configure:3701: result: yes
# configure:3710: checking whether gcc accepts -g
# configure:3771: result: yes
# configure:3788: checking for gcc option to accept ISO C89
# configure:3864: result: none needed
# configure:3901: checking whether POSIX threads are available
# configure:3917: gcc -o conftest -pthread conftest.c >&5
# 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: gcc -E conftest.c
# configure:4103: $? = 0
# configure:4117: gcc -E conftest.c
# conftest.c:10:28: fatal error: ac_nonexistent.h: No such file or directory
# #include
# ^
# compilation terminated.
# 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: gcc -E
# configure:4162: gcc -E conftest.c
# configure:4162: $? = 0
# configure:4176: gcc -E conftest.c
# conftest.c:10:28: fatal error: ac_nonexistent.h: No such file or directory
# #include
# ^
# compilation terminated.
# 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/sbin/ranlib
# configure:4367: result: ranlib
# configure:4391: checking for flex
# configure:4407: found /usr/sbin/flex
# configure:4418: result: flex
# configure:4428: checking for bison
# configure:4444: found /usr/sbin/bison
# configure:4455: result: bison
# configure:4467: checking for gm4
# configure:4497: result: no
# configure:4467: checking for m4
# configure:4483: found /usr/sbin/m4
# configure:4494: result: m4
# configure:4566: checking which OS configuration should we use
# configure:4568: result: ../sysdep/cf/linux-v6.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: gcc -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/sbin/grep
# configure:4705: checking for egrep
# configure:4767: result: /usr/sbin/grep -E
# configure:4772: checking for ANSI C header files
# configure:4792: gcc -c -pthread conftest.c >&5
# configure:4792: $? = 0
# configure:4865: gcc -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: gcc -c -pthread conftest.c >&5
# configure:4889: $? = 0
# configure:4889: result: yes
# configure:4889: checking for sys/stat.h
# configure:4889: gcc -c -pthread conftest.c >&5
# configure:4889: $? = 0
# configure:4889: result: yes
# configure:4889: checking for stdlib.h
# configure:4889: gcc -c -pthread conftest.c >&5
# configure:4889: $? = 0
# configure:4889: result: yes
# configure:4889: checking for string.h
# configure:4889: gcc -c -pthread conftest.c >&5
# configure:4889: $? = 0
# configure:4889: result: yes
# configure:4889: checking for memory.h
# configure:4889: gcc -c -pthread conftest.c >&5
# configure:4889: $? = 0
# configure:4889: result: yes
# configure:4889: checking for strings.h
# configure:4889: gcc -c -pthread conftest.c >&5
# configure:4889: $? = 0
# configure:4889: result: yes
# configure:4889: checking for inttypes.h
# configure:4889: gcc -c -pthread conftest.c >&5
# configure:4889: $? = 0
# configure:4889: result: yes
# configure:4889: checking for stdint.h
# configure:4889: gcc -c -pthread conftest.c >&5
# configure:4889: $? = 0
# configure:4889: result: yes
# configure:4889: checking for unistd.h
# configure:4889: gcc -c -pthread conftest.c >&5
# configure:4889: $? = 0
# configure:4889: result: yes
# configure:4901: checking syslog.h usability
# configure:4901: gcc -c -pthread conftest.c >&5
# configure:4901: $? = 0
# configure:4901: result: yes
# configure:4901: checking syslog.h presence
# configure:4901: gcc -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: gcc -c -pthread conftest.c >&5
# configure:4908: $? = 0
# configure:4908: result: yes
# configure:4908: checking alloca.h presence
# configure:4908: gcc -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: gcc -c -pthread conftest.c >&5
# conftest.c: In function 'main':
# conftest.c:37:45: error: 'struct sockaddr' has no member named 'sa_len'
# static struct sockaddr sa; int i = sizeof(sa.sa_len);
# ^
# 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-v6.h"
# | #define CONFIG_BFD 1
# | #define CONFIG_BGP 1
# | #define CONFIG_OSPF 1
# | #define CONFIG_PIPE 1
# | #define CONFIG_RADV 1
# | #define CONFIG_RIP 1
# | #define CONFIG_STATIC 1
# | #define CONFIG_BABEL 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: gcc -c -pthread conftest.c >&5
# conftest.c:32:9: error: unknown type name 'not'
# not a universal capable compiler
# ^~~
# conftest.c:32:15: error: expected '=', ',', ';', 'asm' or '__attribute__' before 'universal'
# not a universal capable compiler
# ^~~~~~~~~
# conftest.c:32:15: error: unknown type name 'universal'
# 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-v6.h"
# | #define CONFIG_BFD 1
# | #define CONFIG_BGP 1
# | #define CONFIG_OSPF 1
# | #define CONFIG_PIPE 1
# | #define CONFIG_RADV 1
# | #define CONFIG_RIP 1
# | #define CONFIG_STATIC 1
# | #define CONFIG_BABEL 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: gcc -c -pthread conftest.c >&5
# configure:5002: $? = 0
# configure:5020: gcc -c -pthread conftest.c >&5
# conftest.c: In function 'main':
# conftest.c:38:4: error: unknown type name 'not'
# not big endian
# ^~~
# conftest.c:38:12: error: expected '=', ',', ';', 'asm' or '__attribute__' before 'endian'
# not big endian
# ^~~~~~
# 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-v6.h"
# | #define CONFIG_BFD 1
# | #define CONFIG_BGP 1
# | #define CONFIG_OSPF 1
# | #define CONFIG_PIPE 1
# | #define CONFIG_RADV 1
# | #define CONFIG_RIP 1
# | #define CONFIG_STATIC 1
# | #define CONFIG_BABEL 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: gcc -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: gcc -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: gcc -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: gcc -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: gcc -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: gcc -o conftest -pthread -pthread conftest.c >&5
# conftest.c: In function 'main':
# conftest.c:52:3: warning: implicit declaration of function 'exit' [-Wimplicit-function-declaration]
# exit(0);
# ^~~~
# conftest.c:52:3: warning: incompatible implicit declaration of built-in function 'exit'
# conftest.c:52:3: note: include '' or provide a declaration of 'exit'
# configure:5385: $? = 0
# configure:5385: ./conftest
# configure:5385: $? = 0
# configure:5402: result: 16
# configure:5409: checking characteristics of time_t
# configure:5437: gcc -o conftest -pthread -pthread conftest.c >&5
# conftest.c: In function 'main':
# conftest.c:55:3: warning: implicit declaration of function 'exit' [-Wimplicit-function-declaration]
# exit(0);
# ^~~~
# conftest.c:55:3: warning: incompatible implicit declaration of built-in function 'exit'
# conftest.c:55:3: note: include '' or provide a declaration of 'exit'
# configure:5437: $? = 0
# configure:5437: ./conftest
# configure:5437: $? = 0
# configure:5452: result: 64-bit signed
# configure:5464: checking for struct ip_mreqn
# configure:5483: gcc -c -pthread conftest.c >&5
# configure:5483: $? = 0
# configure:5492: result: yes
# configure:5603: checking for add_history in -lhistory
# configure:5628: gcc -o conftest -pthread -pthread conftest.c -lhistory >&5
# configure:5628: $? = 0
# configure:5637: result: yes
# configure:5643: checking for tgetent in -lncurses
# configure:5668: gcc -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: gcc -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: gcc -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: gcc -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 4cceb938e1e5
#
# config.status:867: creating Makefile
# config.status:867: creating Rules
# config.status:867: creating ./sysdep/autoconf.h
# config.status:1041: 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=
# ac_cv_env_CC_value=
# 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/sbin/grep -E'
# ac_cv_path_GREP=/usr/sbin/grep
# ac_cv_path_install='/usr/bin/install -c'
# ac_cv_prog_BISON=bison
# ac_cv_prog_CC=gcc
# ac_cv_prog_CPP='gcc -E'
# ac_cv_prog_FLEX=flex
# ac_cv_prog_M4=m4
# ac_cv_prog_ac_ct_CC=gcc
# 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='gcc'
# CFLAGS=' -pthread'
# CLIENT='birdc'
# CLIENT_LIBS='-lreadline -lhistory -lncurses'
# CONFIG_FILE='$(sysconfdir)/bird6.conf'
# CONTROL_SOCKET='$(localstatedir)/run/bird6.ctl'
# CPP='gcc -E'
# CPPFLAGS=''
# DEFS='-DHAVE_CONFIG_H'
# ECHO_C=''
# ECHO_N='-n'
# ECHO_T=''
# EGREP='/usr/sbin/grep -E'
# EXEEXT=''
# FLEX='flex'
# GREP='/usr/sbin/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='6'
# ac_ct_CC='gcc'
# 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 radv rip static babel'
# 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-v6.h"
# #define CONFIG_BFD 1
# #define CONFIG_BGP 1
# #define CONFIG_OSPF 1
# #define CONFIG_PIPE 1
# #define CONFIG_RADV 1
# #define CONFIG_RIP 1
# #define CONFIG_STATIC 1
# #define CONFIG_BABEL 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