Build of bridge-utils with clang_glibc toolchain

The build took 00h 00m 58s and was SUCCESSFUL.

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

SLOCLanguage
1,308 ansic
372 sh
93 makefile
1,773 total

The process tree of the build process is here.

Log

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

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

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

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

CMD: sudo -u tuscan PATH=/usr/bin:/usr/local/sbin:/usr/local/bin:/usr/sbin:/usr/bin:/sbin:/bin CC=clang CXX=clang++ red makepkg --noextract --syncdeps --skipinteg --skippgpcheck --skipchecksums --noconfirm --nocolor --log --noprogressbar --nocheck
# ==> Making package: bridge-utils 1.5-2 (Thu Apr 13 16:36:56 UTC 2017)
# ==> Checking runtime dependencies...
# ==> Checking buildtime dependencies...
# ==> WARNING: Using existing $srcdir/ tree
# ==> Starting build()...
# aclocal: warning: autoconf input should be named 'configure.ac', not 'configure.in'
# checking for x86_64-unknown-linux-gcc... clang
# checking whether the C compiler works... yes
# checking for C compiler default output file name... a.out
# checking for suffix of executables...
# checking whether we are cross compiling... no
# checking for suffix of object files... o
# checking whether we are using the GNU C compiler... yes
# checking whether clang accepts -g... yes
# checking for clang option to accept ISO C89... none needed
# checking for a BSD-compatible install... /usr/bin/install -c
# checking for x86_64-unknown-linux-ranlib... no
# checking for ranlib... ranlib
# checking how to run the C preprocessor... clang -E
# checking for grep that handles long lines and -e... /usr/bin/grep
# checking for egrep... /usr/bin/grep -E
# checking for ANSI C header files... yes
# checking for sys/types.h... yes
# checking for sys/stat.h... yes
# checking for stdlib.h... yes
# checking for string.h... yes
# checking for memory.h... yes
# checking for strings.h... yes
# checking for inttypes.h... yes
# checking for stdint.h... yes
# checking for unistd.h... yes
# checking sys/ioctl.h usability... yes
# checking sys/ioctl.h presence... yes
# checking for sys/ioctl.h... yes
# checking sys/time.h usability... yes
# checking sys/time.h presence... yes
# checking for sys/time.h... yes
# checking for an ANSI C-conforming const... yes
# checking whether time.h and sys/time.h may both be included... yes
# checking for gethostname... yes
# checking for socket... yes
# checking for strdup... yes
# checking for uname... yes
# checking for if_nametoindex... yes
# checking for if_indextoname... yes
# configure: creating ./config.status
# config.status: creating doc/Makefile
# config.status: WARNING: 'doc/Makefile.in' seems to ignore the --datarootdir setting
# config.status: creating libbridge/Makefile
# config.status: creating brctl/Makefile
# config.status: WARNING: 'brctl/Makefile.in' seems to ignore the --datarootdir setting
# config.status: creating Makefile
# config.status: WARNING: 'Makefile.in' seems to ignore the --datarootdir setting
# config.status: creating bridge-utils.spec
# config.status: creating libbridge/config.h
# for x in libbridge brctl doc; do make -j1 -C $x ; done
# make[1]: Entering directory '/tmp/bridge-utils/src/bridge-utils-1.5/libbridge'
# clang -Wall -g -I/usr/src/linux/include -c libbridge_devif.c
# clang -Wall -g -I/usr/src/linux/include -c libbridge_if.c
# clang -Wall -g -I/usr/src/linux/include -c libbridge_init.c
# clang -Wall -g -I/usr/src/linux/include -c libbridge_misc.c
# ar rcs libbridge.a libbridge_devif.o libbridge_if.o libbridge_init.o libbridge_misc.o
# ranlib libbridge.a
# make[1]: Leaving directory '/tmp/bridge-utils/src/bridge-utils-1.5/libbridge'
# make[1]: Entering directory '/tmp/bridge-utils/src/bridge-utils-1.5/brctl'
# clang -Wall -I../libbridge -I/usr/src/linux/include -c brctl.c
# clang -Wall -I../libbridge -I/usr/src/linux/include -c brctl_cmd.c
# clang -Wall -I../libbridge -I/usr/src/linux/include -c brctl_disp.c
# clang brctl.o brctl_cmd.o brctl_disp.o -L ../libbridge -lbridge -o brctl
# make[1]: Leaving directory '/tmp/bridge-utils/src/bridge-utils-1.5/brctl'
# make[1]: Entering directory '/tmp/bridge-utils/src/bridge-utils-1.5/doc'
# make[1]: Nothing to be done for 'all'.
# make[1]: Leaving directory '/tmp/bridge-utils/src/bridge-utils-1.5/doc'
# ==> Entering fakeroot environment...
# ==> Starting package()...
# for x in libbridge brctl doc; do make -j1 -C $x install; done
# make[1]: Entering directory '/tmp/bridge-utils/src/bridge-utils-1.5/libbridge'
# make[1]: Nothing to be done for 'install'.
# make[1]: Leaving directory '/tmp/bridge-utils/src/bridge-utils-1.5/libbridge'
# make[1]: Entering directory '/tmp/bridge-utils/src/bridge-utils-1.5/brctl'
# mkdir -p /tmp/bridge-utils/pkg/bridge-utils/usr/bin
# /usr/bin/install -c -m 755 brctl /tmp/bridge-utils/pkg/bridge-utils/usr/bin
# make[1]: Leaving directory '/tmp/bridge-utils/src/bridge-utils-1.5/brctl'
# make[1]: Entering directory '/tmp/bridge-utils/src/bridge-utils-1.5/doc'
# mkdir -p /tmp/bridge-utils/pkg/bridge-utils/usr/share/man/man8
# /usr/bin/install -c -m 644 brctl.8 /tmp/bridge-utils/pkg/bridge-utils/usr/share/man/man8
# make[1]: Leaving directory '/tmp/bridge-utils/src/bridge-utils-1.5/doc'
# ==> Tidying install...
# -> Removing doc files...
# -> Purging unwanted files...
# ==> Checking for packaging issue...
# ==> Creating package "bridge-utils"...
# -> Generating .PKGINFO file...
# -> Generating .BUILDINFO file...
# error: invalid option '--noprogressbar'
# -> Generating .MTREE file...
# -> Compressing package...
# ==> Leaving fakeroot environment.
# ==> Finished making: bridge-utils 1.5-2 (Thu Apr 13 16:36:59 UTC 2017)

CMD: pacman --query --file bridge-utils-1.5-2-x86_64.pkg.tar.xz
# bridge-utils 1.5-2

Creating hybrid package for 'bridge-utils'

Trying to find vanilla package 'bridge-utils'...

CMD: pacman --query --file /mirror/bridge-utils-1.5-2.pkg.tar.xz
# bridge-utils 1.5-2

Package file has the following structure:
# /.PKGINFO
# /.MTREE
# /usr/share/man/man8/brctl.8.gz
# /usr/bin/brctl

Generating .MTREE

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

Tar-ing up files

CMD: bsdtar -cf - .PKGINFO usr .MTREE

CMD: xz -c -z

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

CMD: bsdtar -tqf bridge-utils.pkg.tar.xz .PKGINFO
# .PKGINFO

Created package at path /var/cache/pacman/pkg/bridge-utils.pkg.tar.xz

Attempting to access local repository, attempt 1

CMD: repo-add /var/cache/pacman/pkg/tuscan.db.tar /var/cache/pacman/pkg/bridge-utils.pkg.tar.xz
# ==> Extracting database to a temporary location...
# ==> Extracting database to a temporary location...
# ==> Adding package '/var/cache/pacman/pkg/bridge-utils.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/bridge-utils/src/bridge-utils-1.5/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 bridge-utils configure 1.5, 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
#
# ## --------- ##
# ## Platform. ##
# ## --------- ##
#
# hostname = 6f986621c5ad
# uname -m = x86_64
# uname -r = 4.10.6-1-ARCH
# uname -s = Linux
# uname -v = #1 SMP PREEMPT Mon Mar 27 08:28:22 CEST 2017
#
# /usr/bin/uname -p = unknown
# /bin/uname -X = unknown
#
# /bin/arch = unknown
# /usr/bin/arch -k = unknown
# /usr/convex/getsysinfo = unknown
# /usr/bin/hostinfo = unknown
# /bin/machine = unknown
# /usr/bin/oslevel = unknown
# /bin/universe = unknown
#
# PATH: /usr/bin
# PATH: /usr/local/sbin
# PATH: /usr/local/bin
# PATH: /usr/sbin
# PATH: /usr/bin
# PATH: /sbin
# PATH: /bin
#
#
# ## ----------- ##
# ## Core tests. ##
# ## ----------- ##
#
# configure:2109: checking for x86_64-unknown-linux-gcc
# configure:2136: result: clang
# configure:2405: checking for C compiler version
# configure:2414: clang --version >&5
# clang version 3.8.0 (tags/RELEASE_380/final)
# Target: x86_64-unknown-linux-gnu
# Thread model: posix
# InstalledDir: /usr/bin
# configure:2425: $? = 0
# configure:2414: clang -v >&5
# clang version 3.8.0 (tags/RELEASE_380/final)
# Target: x86_64-unknown-linux-gnu
# Thread model: posix
# InstalledDir: /usr/bin
# Found candidate GCC installation: /usr/bin/../lib/gcc/x86_64-pc-linux-gnu/6.1.1
# Found candidate GCC installation: /usr/bin/../lib64/gcc/x86_64-pc-linux-gnu/6.1.1
# Found candidate GCC installation: /usr/lib/gcc/x86_64-pc-linux-gnu/6.1.1
# Found candidate GCC installation: /usr/lib64/gcc/x86_64-pc-linux-gnu/6.1.1
# Selected GCC installation: /usr/bin/../lib64/gcc/x86_64-pc-linux-gnu/6.1.1
# Candidate multilib: .;@m64
# ... rest of stderr output deleted ...
# configure:2425: $? = 0
# configure:2414: clang -V >&5
# clang-3.8: error: argument to '-V' is missing (expected 1 value)
# clang-3.8: error: no input files
# configure:2425: $? = 1
# configure:2414: clang -qversion >&5
# clang-3.8: error: unknown argument: '-qversion'
# clang-3.8: error: no input files
# configure:2425: $? = 1
# configure:2445: checking whether the C compiler works
# configure:2467: clang conftest.c >&5
# configure:2471: $? = 0
# configure:2519: result: yes
# configure:2522: checking for C compiler default output file name
# configure:2524: result: a.out
# configure:2530: checking for suffix of executables
# configure:2537: clang -o conftest conftest.c >&5
# configure:2541: $? = 0
# configure:2563: result:
# configure:2585: checking whether we are cross compiling
# configure:2593: clang -o conftest conftest.c >&5
# configure:2597: $? = 0
# configure:2604: ./conftest
# configure:2608: $? = 0
# configure:2623: result: no
# configure:2628: checking for suffix of object files
# configure:2650: clang -c conftest.c >&5
# configure:2654: $? = 0
# configure:2675: result: o
# configure:2679: checking whether we are using the GNU C compiler
# configure:2698: clang -c conftest.c >&5
# configure:2698: $? = 0
# configure:2707: result: yes
# configure:2716: checking whether clang accepts -g
# configure:2736: clang -c -g conftest.c >&5
# configure:2736: $? = 0
# configure:2777: result: yes
# configure:2794: checking for clang option to accept ISO C89
# configure:2857: clang -c conftest.c >&5
# configure:2857: $? = 0
# configure:2870: result: none needed
# configure:2933: checking for a BSD-compatible install
# configure:3001: result: /usr/bin/install -c
# configure:3015: checking for x86_64-unknown-linux-ranlib
# configure:3045: result: no
# configure:3055: checking for ranlib
# configure:3071: found /usr/bin/ranlib
# configure:3082: result: ranlib
# configure:3111: checking how to run the C preprocessor
# configure:3142: clang -E conftest.c
# configure:3142: $? = 0
# configure:3156: clang -E conftest.c
# conftest.c:9:10: fatal error: 'ac_nonexistent.h' file not found
# #include
# ^
# 1 error generated.
# configure:3156: $? = 1
# configure: failed program was:
# | /* confdefs.h */
# | #define PACKAGE_NAME "bridge-utils"
# | #define PACKAGE_TARNAME "bridge-utils"
# | #define PACKAGE_VERSION "1.5"
# | #define PACKAGE_STRING "bridge-utils 1.5"
# | #define PACKAGE_BUGREPORT ""
# | #define PACKAGE_URL ""
# | /* end confdefs.h. */
# | #include
# configure:3181: result: clang -E
# configure:3201: clang -E conftest.c
# configure:3201: $? = 0
# configure:3215: clang -E conftest.c
# conftest.c:9:10: fatal error: 'ac_nonexistent.h' file not found
# #include
# ^
# 1 error generated.
# configure:3215: $? = 1
# configure: failed program was:
# | /* confdefs.h */
# | #define PACKAGE_NAME "bridge-utils"
# | #define PACKAGE_TARNAME "bridge-utils"
# | #define PACKAGE_VERSION "1.5"
# | #define PACKAGE_STRING "bridge-utils 1.5"
# | #define PACKAGE_BUGREPORT ""
# | #define PACKAGE_URL ""
# | /* end confdefs.h. */
# | #include
# configure:3244: checking for grep that handles long lines and -e
# configure:3302: result: /usr/bin/grep
# configure:3307: checking for egrep
# configure:3369: result: /usr/bin/grep -E
# configure:3374: checking for ANSI C header files
# configure:3394: clang -c conftest.c >&5
# configure:3394: $? = 0
# configure:3467: clang -o conftest conftest.c >&5
# configure:3467: $? = 0
# configure:3467: ./conftest
# configure:3467: $? = 0
# configure:3478: result: yes
# configure:3491: checking for sys/types.h
# configure:3491: clang -c conftest.c >&5
# configure:3491: $? = 0
# configure:3491: result: yes
# configure:3491: checking for sys/stat.h
# configure:3491: clang -c conftest.c >&5
# configure:3491: $? = 0
# configure:3491: result: yes
# configure:3491: checking for stdlib.h
# configure:3491: clang -c conftest.c >&5
# configure:3491: $? = 0
# configure:3491: result: yes
# configure:3491: checking for string.h
# configure:3491: clang -c conftest.c >&5
# configure:3491: $? = 0
# configure:3491: result: yes
# configure:3491: checking for memory.h
# configure:3491: clang -c conftest.c >&5
# configure:3491: $? = 0
# configure:3491: result: yes
# configure:3491: checking for strings.h
# configure:3491: clang -c conftest.c >&5
# configure:3491: $? = 0
# configure:3491: result: yes
# configure:3491: checking for inttypes.h
# configure:3491: clang -c conftest.c >&5
# configure:3491: $? = 0
# configure:3491: result: yes
# configure:3491: checking for stdint.h
# configure:3491: clang -c conftest.c >&5
# configure:3491: $? = 0
# configure:3491: result: yes
# configure:3491: checking for unistd.h
# configure:3491: clang -c conftest.c >&5
# configure:3491: $? = 0
# configure:3491: result: yes
# configure:3506: checking sys/ioctl.h usability
# configure:3506: clang -c conftest.c >&5
# configure:3506: $? = 0
# configure:3506: result: yes
# configure:3506: checking sys/ioctl.h presence
# configure:3506: clang -E conftest.c
# configure:3506: $? = 0
# configure:3506: result: yes
# configure:3506: checking for sys/ioctl.h
# configure:3506: result: yes
# configure:3506: checking sys/time.h usability
# configure:3506: clang -c conftest.c >&5
# configure:3506: $? = 0
# configure:3506: result: yes
# configure:3506: checking sys/time.h presence
# configure:3506: clang -E conftest.c
# configure:3506: $? = 0
# configure:3506: result: yes
# configure:3506: checking for sys/time.h
# configure:3506: result: yes
# configure:3517: checking for an ANSI C-conforming const
# configure:3583: clang -c conftest.c >&5
# configure:3583: $? = 0
# configure:3590: result: yes
# configure:3598: checking whether time.h and sys/time.h may both be included
# configure:3618: clang -c conftest.c >&5
# configure:3618: $? = 0
# configure:3625: result: yes
# configure:3637: checking for gethostname
# configure:3637: clang -o conftest conftest.c >&5
# configure:3637: $? = 0
# configure:3637: result: yes
# configure:3637: checking for socket
# configure:3637: clang -o conftest conftest.c >&5
# configure:3637: $? = 0
# configure:3637: result: yes
# configure:3637: checking for strdup
# configure:3637: clang -o conftest conftest.c >&5
# conftest.c:47:6: warning: incompatible redeclaration of library function 'strdup' [-Wincompatible-library-redeclaration]
# char strdup ();
# ^
# conftest.c:47:6: note: 'strdup' is a builtin with type 'char *(const char *)'
# 1 warning generated.
# configure:3637: $? = 0
# configure:3637: result: yes
# configure:3637: checking for uname
# configure:3637: clang -o conftest conftest.c >&5
# configure:3637: $? = 0
# configure:3637: result: yes
# configure:3649: checking for if_nametoindex
# configure:3649: clang -o conftest conftest.c >&5
# configure:3649: $? = 0
# configure:3649: result: yes
# configure:3649: checking for if_indextoname
# configure:3649: clang -o conftest conftest.c >&5
# configure:3649: $? = 0
# configure:3649: result: yes
# configure:3777: creating ./config.status
#
# ## ---------------------- ##
# ## Running config.status. ##
# ## ---------------------- ##
#
# This file was extended by bridge-utils config.status 1.5, which was
# generated by GNU Autoconf 2.69. Invocation command line was
#
# CONFIG_FILES =
# CONFIG_HEADERS =
# CONFIG_LINKS =
# CONFIG_COMMANDS =
# $ ./config.status
#
# on 6f986621c5ad
#
# config.status:816: creating doc/Makefile
# config.status:919: WARNING: 'doc/Makefile.in' seems to ignore the --datarootdir setting
# config.status:816: creating libbridge/Makefile
# config.status:816: creating brctl/Makefile
# config.status:919: WARNING: 'brctl/Makefile.in' seems to ignore the --datarootdir setting
# config.status:816: creating Makefile
# config.status:919: WARNING: 'Makefile.in' seems to ignore the --datarootdir setting
# config.status:816: creating bridge-utils.spec
# config.status:816: creating libbridge/config.h
#
# ## ---------------- ##
# ## Cache variables. ##
# ## ---------------- ##
#
# ac_cv_c_compiler_gnu=yes
# ac_cv_c_const=yes
# ac_cv_env_CC_set=set
# ac_cv_env_CC_value=clang
# ac_cv_env_CFLAGS_set=set
# ac_cv_env_CFLAGS_value=
# ac_cv_env_CPPFLAGS_set=set
# ac_cv_env_CPPFLAGS_value=
# ac_cv_env_CPP_set=
# ac_cv_env_CPP_value=
# ac_cv_env_LDFLAGS_set=set
# ac_cv_env_LDFLAGS_value=
# ac_cv_env_LIBS_set=
# ac_cv_env_LIBS_value=
# ac_cv_env_build_alias_set=
# ac_cv_env_build_alias_value=
# ac_cv_env_host_alias_set=set
# ac_cv_env_host_alias_value=x86_64-unknown-linux
# ac_cv_env_target_alias_set=
# ac_cv_env_target_alias_value=
# ac_cv_func_gethostname=yes
# ac_cv_func_if_indextoname=yes
# ac_cv_func_if_nametoindex=yes
# ac_cv_func_socket=yes
# ac_cv_func_strdup=yes
# ac_cv_func_uname=yes
# ac_cv_header_inttypes_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_ioctl_h=yes
# ac_cv_header_sys_stat_h=yes
# ac_cv_header_sys_time_h=yes
# ac_cv_header_sys_types_h=yes
# ac_cv_header_time=yes
# ac_cv_header_unistd_h=yes
# ac_cv_objext=o
# ac_cv_path_EGREP='/usr/bin/grep -E'
# ac_cv_path_GREP=/usr/bin/grep
# ac_cv_path_install='/usr/bin/install -c'
# ac_cv_prog_CC=clang
# ac_cv_prog_CPP='clang -E'
# ac_cv_prog_ac_ct_RANLIB=ranlib
# ac_cv_prog_cc_c89=
# ac_cv_prog_cc_g=yes
#
# ## ----------------- ##
# ## Output variables. ##
# ## ----------------- ##
#
# CC='clang'
# CFLAGS=''
# CPP='clang -E'
# CPPFLAGS=''
# DEFS='-DHAVE_CONFIG_H'
# ECHO_C=''
# ECHO_N='-n'
# ECHO_T=''
# EGREP='/usr/bin/grep -E'
# EXEEXT=''
# GREP='/usr/bin/grep'
# INSTALL_DATA='${INSTALL} -m 644'
# INSTALL_PROGRAM='${INSTALL}'
# INSTALL_SCRIPT='${INSTALL}'
# KERNEL_HEADERS='/usr/src/linux/include'
# LDFLAGS=''
# LIBOBJS=''
# LIBS=''
# LTLIBOBJS=''
# OBJEXT='o'
# PACKAGE_BUGREPORT=''
# PACKAGE_NAME='bridge-utils'
# PACKAGE_STRING='bridge-utils 1.5'
# PACKAGE_TARNAME='bridge-utils'
# PACKAGE_URL=''
# PACKAGE_VERSION='1.5'
# PATH_SEPARATOR=':'
# RANLIB='ranlib'
# SHELL='/bin/sh'
# ac_ct_CC=''
# bindir='${exec_prefix}/bin'
# build_alias=''
# datadir='${datarootdir}'
# datarootdir='${prefix}/share'
# docdir='${datarootdir}/doc/${PACKAGE_TARNAME}'
# dvidir='${docdir}'
# exec_prefix='${prefix}'
# host_alias='x86_64-unknown-linux'
# htmldir='${docdir}'
# includedir='${prefix}/include'
# infodir='${datarootdir}/info'
# libdir='${exec_prefix}/lib'
# libexecdir='${exec_prefix}/libexec'
# localedir='${datarootdir}/locale'
# localstatedir='${prefix}/var'
# mandir='${datarootdir}/man'
# oldincludedir='/usr/include'
# pdfdir='${docdir}'
# prefix='/usr'
# program_transform_name='s,x,x,'
# psdir='${docdir}'
# sbindir='/usr/bin'
# sharedstatedir='${prefix}/com'
# sysconfdir='/etc'
# target_alias=''
#
# ## ----------- ##
# ## confdefs.h. ##
# ## ----------- ##
#
# /* confdefs.h */
# #define PACKAGE_NAME "bridge-utils"
# #define PACKAGE_TARNAME "bridge-utils"
# #define PACKAGE_VERSION "1.5"
# #define PACKAGE_STRING "bridge-utils 1.5"
# #define PACKAGE_BUGREPORT ""
# #define PACKAGE_URL ""
# #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_SYS_IOCTL_H 1
# #define HAVE_SYS_TIME_H 1
# #define TIME_WITH_SYS_TIME 1
# #define HAVE_GETHOSTNAME 1
# #define HAVE_SOCKET 1
# #define HAVE_STRDUP 1
# #define HAVE_UNAME 1
# #define HAVE_IF_NAMETOINDEX 1
# #define HAVE_IF_INDEXTONAME 1
#
# configure: exit 0