Build of bridge-utils with android toolchain

The build took 00h 01m 07s 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.

List of Errors

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/arm-linux-androideabi --> /sysroot/arm-linux-androideabi
# /toolchain_root/COPYING3.LIB --> /sysroot/COPYING3.LIB
# /toolchain_root/sysroot --> /sysroot/sysroot
# /toolchain_root/COPYING.RUNTIME --> /sysroot/COPYING.RUNTIME
# /toolchain_root/lib --> /sysroot/lib
# /toolchain_root/SOURCES --> /sysroot/SOURCES
# /toolchain_root/lib64 --> /sysroot/lib64
# /toolchain_root/share --> /sysroot/share
# /toolchain_root/bin --> /sysroot/bin
# /toolchain_root/COPYING --> /sysroot/COPYING
# /toolchain_root/COPYING3 --> /sysroot/COPYING3
# /toolchain_root/COPYING.LIB --> /sysroot/COPYING.LIB
# /toolchain_root/include --> /sysroot/include
# /toolchain_root/libexec --> /sysroot/libexec

CMD: sudo -u tuscan PATH=/sysroot/bin:/sysroot/libexec/gcc/arm-linux-androideabi/4.8:/usr/local/sbin:/usr/local/bin:/usr/sbin:/usr/bin:/sbin:/bin CC=arm-linux-androideabi-gcc CXX=arm-linux-androideabi-g++ red makepkg --noextract --syncdeps --skipinteg --skippgpcheck --skipchecksums --noconfirm --nocolor --log --noprogressbar --nocheck
# ==> Making package: bridge-utils 1.5-2 (Tue Apr 4 20:56:41 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 arm-linux-androideabi-gcc... arm-linux-androideabi-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... yes
# checking for suffix of object files... o
# checking whether we are using the GNU C compiler... yes
# checking whether arm-linux-androideabi-gcc accepts -g... yes
# checking for arm-linux-androideabi-gcc option to accept ISO C89... none needed
# checking for a BSD-compatible install... /usr/bin/install -c
# checking for arm-linux-androideabi-ranlib... arm-linux-androideabi-ranlib
# checking how to run the C preprocessor... arm-linux-androideabi-gcc -E
# 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 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 -j4 --jobserver-auth=3,4 -C $x ; done
# make[1]: warning: -jN forced in submake: disabling jobserver mode.
# make[1]: Entering directory '/tmp/bridge-utils/src/bridge-utils-1.5/libbridge'
# arm-linux-androideabi-gcc -Wall -g -I/usr/src/linux/include -c libbridge_devif.c
# arm-linux-androideabi-gcc -Wall -g -I/usr/src/linux/include -c libbridge_if.c
# arm-linux-androideabi-gcc -Wall -g -I/usr/src/linux/include -c libbridge_init.c
# arm-linux-androideabi-gcc -Wall -g -I/usr/src/linux/include -c libbridge_misc.c
# In file included from libbridge.h:24:0,
# from libbridge_misc.c:24:
# /sysroot/sysroot/usr/include/linux/if_bridge.h:186:18: error: field 'ip6' has incomplete type
# struct in6_addr ip6;
# ^
# libbridge_devif.c:26:23: fatal error: sys/fcntl.h: No such file or directory
# #include
# ^
# compilation terminated.
# libbridge_if.c:23:23: fatal error: sys/fcntl.h: No such file or directory
# #include
# ^
# compilation terminated.
# make[1]: *** [Makefile:37: libbridge_devif.o] Error 1
# make[1]: *** Waiting for unfinished jobs....
# In file included from libbridge.h:24:0,
# from libbridge_init.c:28:
# /sysroot/sysroot/usr/include/linux/if_bridge.h:186:18: error: field 'ip6' has incomplete type
# struct in6_addr ip6;
# ^
# make[1]: *** [Makefile:37: libbridge_if.o] Error 1
# make[1]: *** [Makefile:37: libbridge_misc.o] Error 1
# make[1]: *** [Makefile:37: libbridge_init.o] Error 1
# make[1]: Leaving directory '/tmp/bridge-utils/src/bridge-utils-1.5/libbridge'
# make[1]: warning: -jN forced in submake: disabling jobserver mode.
# make[1]: Entering directory '/tmp/bridge-utils/src/bridge-utils-1.5/brctl'
# arm-linux-androideabi-gcc -Wall -I../libbridge -I/usr/src/linux/include -c brctl.c
# arm-linux-androideabi-gcc -Wall -I../libbridge -I/usr/src/linux/include -c brctl_cmd.c
# arm-linux-androideabi-gcc -Wall -I../libbridge -I/usr/src/linux/include -c brctl_disp.c
# make[1]: *** No rule to make target '../libbridge/libbridge.a', needed by 'brctl'. Stop.
# make[1]: *** Waiting for unfinished jobs....
# In file included from ../libbridge/libbridge.h:24:0,
# from brctl.c:25:
# /sysroot/sysroot/usr/include/linux/if_bridge.h:186:18: error: field 'ip6' has incomplete type
# struct in6_addr ip6;
# ^
# In file included from brctl.c:25:0:
# ../libbridge/libbridge.h:42:17: error: field 'max_age' has incomplete type
# struct timeval max_age;
# ^
# ../libbridge/libbridge.h:43:17: error: field 'hello_time' has incomplete type
# struct timeval hello_time;
# ^
# ../libbridge/libbridge.h:44:17: error: field 'forward_delay' has incomplete type
# struct timeval forward_delay;
# ^
# ../libbridge/libbridge.h:45:17: error: field 'bridge_max_age' has incomplete type
# struct timeval bridge_max_age;
# ^
# ../libbridge/libbridge.h:46:17: error: field 'bridge_hello_time' has incomplete type
# struct timeval bridge_hello_time;
# ^
# ../libbridge/libbridge.h:47:17: error: field 'bridge_forward_delay' has incomplete type
# struct timeval bridge_forward_delay;
# ^
# ../libbridge/libbridge.h:52:17: error: field 'ageing_time' has incomplete type
# struct timeval ageing_time;
# ^
# ../libbridge/libbridge.h:53:17: error: field 'hello_timer_value' has incomplete type
# struct timeval hello_timer_value;
# ^
# ../libbridge/libbridge.h:54:17: error: field 'tcn_timer_value' has incomplete type
# struct timeval tcn_timer_value;
# ^
# ../libbridge/libbridge.h:55:17: error: field 'topology_change_timer_value' has incomplete type
# struct timeval topology_change_timer_value;
# ^
# ../libbridge/libbridge.h:56:17: error: field 'gc_timer_value' has incomplete type
# struct timeval gc_timer_value;
# ^
# ../libbridge/libbridge.h:64:17: error: field 'ageing_timer_value' has incomplete type
# struct timeval ageing_timer_value;
# ^
# ../libbridge/libbridge.h:80:17: error: field 'message_age_timer_value' has incomplete type
# struct timeval message_age_timer_value;
# ^
# ../libbridge/libbridge.h:81:17: error: field 'forward_delay_timer_value' has incomplete type
# struct timeval forward_delay_timer_value;
# ^
# ../libbridge/libbridge.h:82:17: error: field 'hold_timer_value' has incomplete type
# struct timeval hold_timer_value;
# ^
# make[1]: *** [Makefile:40: brctl.o] Error 1
# In file included from ../libbridge/libbridge.h:24:0,
# from brctl_cmd.c:25:
# /sysroot/sysroot/usr/include/linux/if_bridge.h:186:18: error: field 'ip6' has incomplete type
# struct in6_addr ip6;
# ^
# make[1]: *** [Makefile:40: brctl_cmd.o] Error 1
# In file included from ../libbridge/libbridge.h:24:0,
# from brctl_disp.c:24:
# /sysroot/sysroot/usr/include/linux/if_bridge.h:186:18: error: field 'ip6' has incomplete type
# struct in6_addr ip6;
# ^
# make[1]: *** [Makefile:40: brctl_disp.o] Error 1
# make[1]: Leaving directory '/tmp/bridge-utils/src/bridge-utils-1.5/brctl'
# make[1]: warning: -jN forced in submake: disabling jobserver mode.
# 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 -j4 --jobserver-auth=3,4 -C $x install; done
# make[1]: warning: -jN forced in submake: disabling jobserver mode.
# 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]: warning: -jN forced in submake: disabling jobserver mode.
# make[1]: Entering directory '/tmp/bridge-utils/src/bridge-utils-1.5/brctl'
# arm-linux-androideabi-gcc -Wall -I../libbridge -I/usr/src/linux/include -c brctl.c
# arm-linux-androideabi-gcc -Wall -I../libbridge -I/usr/src/linux/include -c brctl_cmd.c
# arm-linux-androideabi-gcc -Wall -I../libbridge -I/usr/src/linux/include -c brctl_disp.c
# make[1]: *** No rule to make target '../libbridge/libbridge.a', needed by 'brctl'. Stop.
# make[1]: *** Waiting for unfinished jobs....
# In file included from ../libbridge/libbridge.h:24:0,
# from brctl.c:25:
# /sysroot/sysroot/usr/include/linux/if_bridge.h:186:18: error: field 'ip6' has incomplete type
# struct in6_addr ip6;
# ^
# In file included from brctl.c:25:0:
# ../libbridge/libbridge.h:42:17: error: field 'max_age' has incomplete type
# struct timeval max_age;
# ^
# ../libbridge/libbridge.h:43:17: error: field 'hello_time' has incomplete type
# struct timeval hello_time;
# ^
# ../libbridge/libbridge.h:44:17: error: field 'forward_delay' has incomplete type
# struct timeval forward_delay;
# ^
# ../libbridge/libbridge.h:45:17: error: field 'bridge_max_age' has incomplete type
# struct timeval bridge_max_age;
# ^
# ../libbridge/libbridge.h:46:17: error: field 'bridge_hello_time' has incomplete type
# struct timeval bridge_hello_time;
# ^
# ../libbridge/libbridge.h:47:17: error: field 'bridge_forward_delay' has incomplete type
# struct timeval bridge_forward_delay;
# ^
# ../libbridge/libbridge.h:52:17: error: field 'ageing_time' has incomplete type
# struct timeval ageing_time;
# ^
# ../libbridge/libbridge.h:53:17: error: field 'hello_timer_value' has incomplete type
# struct timeval hello_timer_value;
# ^
# ../libbridge/libbridge.h:54:17: error: field 'tcn_timer_value' has incomplete type
# struct timeval tcn_timer_value;
# ^
# ../libbridge/libbridge.h:55:17: error: field 'topology_change_timer_value' has incomplete type
# struct timeval topology_change_timer_value;
# ^
# ../libbridge/libbridge.h:56:17: error: field 'gc_timer_value' has incomplete type
# struct timeval gc_timer_value;
# ^
# ../libbridge/libbridge.h:64:17: error: field 'ageing_timer_value' has incomplete type
# struct timeval ageing_timer_value;
# ^
# ../libbridge/libbridge.h:80:17: error: field 'message_age_timer_value' has incomplete type
# struct timeval message_age_timer_value;
# ^
# ../libbridge/libbridge.h:81:17: error: field 'forward_delay_timer_value' has incomplete type
# struct timeval forward_delay_timer_value;
# ^
# ../libbridge/libbridge.h:82:17: error: field 'hold_timer_value' has incomplete type
# struct timeval hold_timer_value;
# ^
# make[1]: *** [Makefile:40: brctl.o] Error 1
# In file included from ../libbridge/libbridge.h:24:0,
# from brctl_cmd.c:25:
# /sysroot/sysroot/usr/include/linux/if_bridge.h:186:18: error: field 'ip6' has incomplete type
# struct in6_addr ip6;
# ^
# In file included from ../libbridge/libbridge.h:24:0,
# from brctl_disp.c:24:
# /sysroot/sysroot/usr/include/linux/if_bridge.h:186:18: error: field 'ip6' has incomplete type
# struct in6_addr ip6;
# ^
# make[1]: *** [Makefile:40: brctl_disp.o] Error 1
# make[1]: *** [Makefile:40: brctl_cmd.o] Error 1
# make[1]: Leaving directory '/tmp/bridge-utils/src/bridge-utils-1.5/brctl'
# make[1]: warning: -jN forced in submake: disabling jobserver mode.
# 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 (Tue Apr 4 20:56:50 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 --build=x86_64-unknown-linux --host=arm-linux-androideabi --prefix=/usr --sbindir=/usr/bin --sysconfdir=/etc
#
# ## --------- ##
# ## Platform. ##
# ## --------- ##
#
# hostname = be4e6952b16c
# 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: /sysroot/bin
# PATH: /sysroot/libexec/gcc/arm-linux-androideabi/4.8
# PATH: /usr/local/sbin
# PATH: /usr/local/bin
# PATH: /usr/sbin
# PATH: /usr/bin
# PATH: /sbin
# PATH: /bin
#
#
# ## ----------- ##
# ## Core tests. ##
# ## ----------- ##
#
# configure:2109: checking for arm-linux-androideabi-gcc
# configure:2136: result: arm-linux-androideabi-gcc
# configure:2405: checking for C compiler version
# configure:2414: arm-linux-androideabi-gcc --version >&5
# arm-linux-androideabi-gcc (GCC) 4.8
# Copyright (C) 2013 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:2425: $? = 0
# configure:2414: arm-linux-androideabi-gcc -v >&5
# Using built-in specs.
# COLLECT_GCC=arm-linux-androideabi-gcc
# COLLECT_LTO_WRAPPER=/sysroot/bin/../libexec/gcc/arm-linux-androideabi/4.8/lto-wrapper
# Target: arm-linux-androideabi
# Configured with: /s/ndk-toolchain/src/build/../gcc/gcc-4.8/configure --prefix=/tmp/ndk-andrewhsieh/build/toolchain/prefix --target=arm-linux-androideabi --host=x86_64-linux-gnu --build=x86_64-linux-gnu --with-gnu-as --with-gnu-ld --enable-languages=c,c++ --with-gmp=/tmp/ndk-andrewhsieh/build/toolchain/temp-install --with-mpfr=/tmp/ndk-andrewhsieh/build/toolchain/temp-install --with-mpc=/tmp/ndk-andrewhsieh/build/toolchain/temp-install --with-cloog=/tmp/ndk-andrewhsieh/build/toolchain/temp-install --with-isl=/tmp/ndk-andrewhsieh/build/toolchain/temp-install --with-ppl=/tmp/ndk-andrewhsieh/build/toolchain/temp-install --disable-ppl-version-check --disable-cloog-version-check --disable-isl-version-check --enable-cloog-backend=isl --with-host-libstdcxx='-static-libgcc -Wl,-Bstatic,-lstdc++,-Bdynamic -lm' --disable-libssp --enable-threads --disable-nls --disable-libmudflap --disable-libgomp --disable-libstdc__-v3 --disable-sjlj-exceptions --disable-shared --disable-tls --disable-libitm --with-float=soft --with-fpu=vfp --with-arch=armv5te --enable-target-optspace --enable-initfini-array --disable-nls --prefix=/tmp/ndk-andrewhsieh/build/toolchain/prefix --with-sysroot=/tmp/ndk-andrewhsieh/build/toolchain/prefix/sysroot --with-binutils-version=2.25 --with-mpfr-version=3.1.1 --with-mpc-version=1.0.1 --with-gmp-version=5.0.5 --with-gcc-version=4.8 --with-gdb-version=7.7 --with-python=/usr/local/google/home/andrewhsieh/mydroid/ndk/prebuilt/linux-x86_64/bin/python-config.sh --with-gxx-include-dir=/tmp/ndk-andrewhsieh/build/toolchain/prefix/include/c++/4.8 --with-bugurl=http://source.android.com/source/report-bugs.html --enable-languages=c,c++ --disable-bootstrap --enable-plugins --enable-libgomp --enable-gnu-indirect-function --disable-libsanitizer --enable-gold --enable-threads --enable-graphite=yes --with-cloog-version=0.18.0 --with-isl-version=0.11.1 --enable-eh-frame-hdr-for-static --with-arch=armv5te --program-transform-name='s&^&arm-linux-androideabi-&' --enable-gold=default
# Thread model: posix
# gcc version 4.8 (GCC)
# configure:2425: $? = 0
# configure:2414: arm-linux-androideabi-gcc -V >&5
# arm-linux-androideabi-gcc: error: unrecognized command line option '-V'
# arm-linux-androideabi-gcc: fatal error: no input files
# compilation terminated.
# configure:2425: $? = 1
# configure:2414: arm-linux-androideabi-gcc -qversion >&5
# arm-linux-androideabi-gcc: error: unrecognized command line option '-qversion'
# arm-linux-androideabi-gcc: fatal error: no input files
# compilation terminated.
# configure:2425: $? = 1
# configure:2445: checking whether the C compiler works
# configure:2467: arm-linux-androideabi-gcc 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: arm-linux-androideabi-gcc -o conftest conftest.c >&5
# configure:2541: $? = 0
# configure:2563: result:
# configure:2585: checking whether we are cross compiling
# configure:2623: result: yes
# configure:2628: checking for suffix of object files
# configure:2650: arm-linux-androideabi-gcc -c conftest.c >&5
# configure:2654: $? = 0
# configure:2675: result: o
# configure:2679: checking whether we are using the GNU C compiler
# configure:2698: arm-linux-androideabi-gcc -c conftest.c >&5
# configure:2698: $? = 0
# configure:2707: result: yes
# configure:2716: checking whether arm-linux-androideabi-gcc accepts -g
# configure:2736: arm-linux-androideabi-gcc -c -g conftest.c >&5
# configure:2736: $? = 0
# configure:2777: result: yes
# configure:2794: checking for arm-linux-androideabi-gcc option to accept ISO C89
# configure:2857: arm-linux-androideabi-gcc -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 arm-linux-androideabi-ranlib
# configure:3031: found /sysroot/bin/arm-linux-androideabi-ranlib
# configure:3042: result: arm-linux-androideabi-ranlib
# configure:3111: checking how to run the C preprocessor
# configure:3142: arm-linux-androideabi-gcc -E conftest.c
# configure:3142: $? = 0
# configure:3156: arm-linux-androideabi-gcc -E conftest.c
# conftest.c:9:28: fatal error: ac_nonexistent.h: No such file or directory
# #include
# ^
# compilation terminated.
# 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: arm-linux-androideabi-gcc -E
# configure:3201: arm-linux-androideabi-gcc -E conftest.c
# configure:3201: $? = 0
# configure:3215: arm-linux-androideabi-gcc -E conftest.c
# conftest.c:9:28: fatal error: ac_nonexistent.h: No such file or directory
# #include
# ^
# compilation terminated.
# 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/sbin/grep
# configure:3307: checking for egrep
# configure:3369: result: /usr/sbin/grep -E
# configure:3374: checking for ANSI C header files
# configure:3394: arm-linux-androideabi-gcc -c conftest.c >&5
# configure:3394: $? = 0
# configure:3478: result: yes
# configure:3491: checking for sys/types.h
# configure:3491: arm-linux-androideabi-gcc -c conftest.c >&5
# configure:3491: $? = 0
# configure:3491: result: yes
# configure:3491: checking for sys/stat.h
# configure:3491: arm-linux-androideabi-gcc -c conftest.c >&5
# configure:3491: $? = 0
# configure:3491: result: yes
# configure:3491: checking for stdlib.h
# configure:3491: arm-linux-androideabi-gcc -c conftest.c >&5
# configure:3491: $? = 0
# configure:3491: result: yes
# configure:3491: checking for string.h
# configure:3491: arm-linux-androideabi-gcc -c conftest.c >&5
# configure:3491: $? = 0
# configure:3491: result: yes
# configure:3491: checking for memory.h
# configure:3491: arm-linux-androideabi-gcc -c conftest.c >&5
# configure:3491: $? = 0
# configure:3491: result: yes
# configure:3491: checking for strings.h
# configure:3491: arm-linux-androideabi-gcc -c conftest.c >&5
# configure:3491: $? = 0
# configure:3491: result: yes
# configure:3491: checking for inttypes.h
# configure:3491: arm-linux-androideabi-gcc -c conftest.c >&5
# configure:3491: $? = 0
# configure:3491: result: yes
# configure:3491: checking for stdint.h
# configure:3491: arm-linux-androideabi-gcc -c conftest.c >&5
# configure:3491: $? = 0
# configure:3491: result: yes
# configure:3491: checking for unistd.h
# configure:3491: arm-linux-androideabi-gcc -c conftest.c >&5
# configure:3491: $? = 0
# configure:3491: result: yes
# configure:3506: checking sys/ioctl.h usability
# configure:3506: arm-linux-androideabi-gcc -c conftest.c >&5
# configure:3506: $? = 0
# configure:3506: result: yes
# configure:3506: checking sys/ioctl.h presence
# configure:3506: arm-linux-androideabi-gcc -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: arm-linux-androideabi-gcc -c conftest.c >&5
# configure:3506: $? = 0
# configure:3506: result: yes
# configure:3506: checking sys/time.h presence
# configure:3506: arm-linux-androideabi-gcc -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: arm-linux-androideabi-gcc -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: arm-linux-androideabi-gcc -c conftest.c >&5
# configure:3618: $? = 0
# configure:3625: result: yes
# configure:3637: checking for gethostname
# configure:3637: arm-linux-androideabi-gcc -o conftest conftest.c >&5
# configure:3637: $? = 0
# configure:3637: result: yes
# configure:3637: checking for socket
# configure:3637: arm-linux-androideabi-gcc -o conftest conftest.c >&5
# configure:3637: $? = 0
# configure:3637: result: yes
# configure:3637: checking for strdup
# configure:3637: arm-linux-androideabi-gcc -o conftest conftest.c >&5
# conftest.c:47:6: warning: conflicting types for built-in function 'strdup' [enabled by default]
# char strdup ();
# ^
# configure:3637: $? = 0
# configure:3637: result: yes
# configure:3637: checking for uname
# configure:3637: arm-linux-androideabi-gcc -o conftest conftest.c >&5
# configure:3637: $? = 0
# configure:3637: result: yes
# configure:3649: checking for if_nametoindex
# configure:3649: arm-linux-androideabi-gcc -o conftest conftest.c >&5
# configure:3649: $? = 0
# configure:3649: result: yes
# configure:3649: checking for if_indextoname
# configure:3649: arm-linux-androideabi-gcc -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 be4e6952b16c
#
# 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=arm-linux-androideabi-gcc
# 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=set
# ac_cv_env_build_alias_value=x86_64-unknown-linux
# ac_cv_env_host_alias_set=set
# ac_cv_env_host_alias_value=arm-linux-androideabi
# 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/sbin/grep -E'
# ac_cv_path_GREP=/usr/sbin/grep
# ac_cv_path_install='/usr/bin/install -c'
# ac_cv_prog_CC=arm-linux-androideabi-gcc
# ac_cv_prog_CPP='arm-linux-androideabi-gcc -E'
# ac_cv_prog_RANLIB=arm-linux-androideabi-ranlib
# ac_cv_prog_cc_c89=
# ac_cv_prog_cc_g=yes
#
# ## ----------------- ##
# ## Output variables. ##
# ## ----------------- ##
#
# CC='arm-linux-androideabi-gcc'
# CFLAGS=''
# CPP='arm-linux-androideabi-gcc -E'
# CPPFLAGS=''
# DEFS='-DHAVE_CONFIG_H'
# ECHO_C=''
# ECHO_N='-n'
# ECHO_T=''
# EGREP='/usr/sbin/grep -E'
# EXEEXT=''
# GREP='/usr/sbin/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='arm-linux-androideabi-ranlib'
# SHELL='/bin/sh'
# ac_ct_CC=''
# bindir='${exec_prefix}/bin'
# build_alias='x86_64-unknown-linux'
# datadir='${datarootdir}'
# datarootdir='${prefix}/share'
# docdir='${datarootdir}/doc/${PACKAGE_TARNAME}'
# dvidir='${docdir}'
# exec_prefix='${prefix}'
# host_alias='arm-linux-androideabi'
# 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