Build of libisofs with android toolchain

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

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

SLOCLanguage
40,246 ansic
10,803 sh
51,049 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/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: libisofs 1.4.4-1 (Tue Apr 4 21:43:03 UTC 2017)
# ==> Checking runtime dependencies...
# ==> Checking buildtime dependencies...
# ==> WARNING: Using existing $srcdir/ tree
# ==> Starting build()...
# checking build system type... x86_64-unknown-linux-gnu
# checking host system type... arm-unknown-linux-androideabi
# checking target system type... arm-unknown-linux-androideabi
# checking for a BSD-compatible install... /usr/bin/install -c
# checking whether build environment is sane... yes
# checking for arm-linux-androideabi-strip... arm-linux-androideabi-strip
# checking for a thread-safe mkdir -p... /usr/sbin/mkdir -p
# checking for gawk... gawk
# checking whether make sets $(MAKE)... yes
# checking whether make supports nested variables... yes
# checking whether to enable maintainer-specific portions of Makefiles... no
# checking for style of include used by make... GNU
# 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 whether arm-linux-androideabi-gcc understands -c and -o together... yes
# checking dependency style of arm-linux-androideabi-gcc... gcc3
# checking for an ANSI C-conforming const... yes
# checking for inline... inline
# 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 whether byte ordering is bigendian... no
# checking for special C compiler options needed for large files... no
# checking for _FILE_OFFSET_BITS value needed for large files... unknown
# checking for _LARGE_FILES value needed for large files... unknown
# checking for _LARGEFILE_SOURCE value needed for large files... no
# checking for fseeko... yes
# checking for iconv() in separate -liconv ... no
# checking for libiconv in -liconv... no
# checking for const qualifier with iconv() ... const
# checking for iconv() to be accessible now ... no
#
# Cannot get function iconv() to work. Configuration aborted.
# Check whether your system needs a separate libiconv installed.
# If it is installed but not found, try something like
# export LDFLAGS="$LDFLAGS -L/usr/local/lib"
# export CPPFLAGS="$CPPFLAGS -I/usr/local/include"
# export LIBS="$LIBS -liconv"
# You may override this test by exporting variable
# LIBISOFS_ASSUME_ICONV=yes
#
# ==> ERROR: A failure occurred in build().
# Aborting...

Printing config logfiles

CMD: config logfiles '/tmp/libisofs/src/libisofs-1.4.4/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 libisofs configure 1.4.4, which was
# generated by GNU Autoconf 2.69. Invocation command line was
#
# $ ./configure --build=x86_64-unknown-linux --host=arm-linux-androideabi --prefix=/usr --enable-libacl --enable-xattr --disable-static
#
# ## --------- ##
# ## Platform. ##
# ## --------- ##
#
# hostname = 2f2ad303ff11
# 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:2397: checking build system type
# configure:2411: result: x86_64-unknown-linux-gnu
# configure:2431: checking host system type
# configure:2444: result: arm-unknown-linux-androideabi
# configure:2464: checking target system type
# configure:2477: result: arm-unknown-linux-androideabi
# configure:2529: checking for a BSD-compatible install
# configure:2597: result: /usr/bin/install -c
# configure:2608: checking whether build environment is sane
# configure:2663: result: yes
# configure:2722: checking for arm-linux-androideabi-strip
# configure:2738: found /sysroot/bin/arm-linux-androideabi-strip
# configure:2749: result: arm-linux-androideabi-strip
# configure:2814: checking for a thread-safe mkdir -p
# configure:2853: result: /usr/sbin/mkdir -p
# configure:2860: checking for gawk
# configure:2876: found /usr/sbin/gawk
# configure:2887: result: gawk
# configure:2898: checking whether make sets $(MAKE)
# configure:2920: result: yes
# configure:2949: checking whether make supports nested variables
# configure:2966: result: yes
# configure:3122: checking whether to enable maintainer-specific portions of Makefiles
# configure:3131: result: no
# configure:3157: checking for style of include used by make
# configure:3185: result: GNU
# configure:3216: checking for arm-linux-androideabi-gcc
# configure:3243: result: arm-linux-androideabi-gcc
# configure:3512: checking for C compiler version
# configure:3521: 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:3532: $? = 0
# configure:3521: 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:3532: $? = 0
# configure:3521: 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:3532: $? = 1
# configure:3521: 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:3532: $? = 1
# configure:3552: checking whether the C compiler works
# configure:3574: arm-linux-androideabi-gcc conftest.c >&5
# configure:3578: $? = 0
# configure:3626: result: yes
# configure:3629: checking for C compiler default output file name
# configure:3631: result: a.out
# configure:3637: checking for suffix of executables
# configure:3644: arm-linux-androideabi-gcc -o conftest conftest.c >&5
# configure:3648: $? = 0
# configure:3670: result:
# configure:3692: checking whether we are cross compiling
# configure:3730: result: yes
# configure:3735: checking for suffix of object files
# configure:3757: arm-linux-androideabi-gcc -c conftest.c >&5
# configure:3761: $? = 0
# configure:3782: result: o
# configure:3786: checking whether we are using the GNU C compiler
# configure:3805: arm-linux-androideabi-gcc -c conftest.c >&5
# configure:3805: $? = 0
# configure:3814: result: yes
# configure:3823: checking whether arm-linux-androideabi-gcc accepts -g
# configure:3843: arm-linux-androideabi-gcc -c -g conftest.c >&5
# configure:3843: $? = 0
# configure:3884: result: yes
# configure:3901: checking for arm-linux-androideabi-gcc option to accept ISO C89
# configure:3964: arm-linux-androideabi-gcc -c conftest.c >&5
# configure:3964: $? = 0
# configure:3977: result: none needed
# configure:4002: checking whether arm-linux-androideabi-gcc understands -c and -o together
# configure:4024: arm-linux-androideabi-gcc -c conftest.c -o conftest2.o
# configure:4027: $? = 0
# configure:4024: arm-linux-androideabi-gcc -c conftest.c -o conftest2.o
# configure:4027: $? = 0
# configure:4039: result: yes
# configure:4058: checking dependency style of arm-linux-androideabi-gcc
# configure:4169: result: gcc3
# configure:4186: checking for an ANSI C-conforming const
# configure:4252: arm-linux-androideabi-gcc -c conftest.c >&5
# configure:4252: $? = 0
# configure:4259: result: yes
# configure:4267: checking for inline
# configure:4283: arm-linux-androideabi-gcc -c conftest.c >&5
# configure:4283: $? = 0
# configure:4291: result: inline
# configure:4314: checking how to run the C preprocessor
# configure:4345: arm-linux-androideabi-gcc -E conftest.c
# configure:4345: $? = 0
# configure:4359: arm-linux-androideabi-gcc -E conftest.c
# conftest.c:11:28: fatal error: ac_nonexistent.h: No such file or directory
# #include
# ^
# compilation terminated.
# configure:4359: $? = 1
# configure: failed program was:
# | /* confdefs.h */
# | #define PACKAGE_NAME "libisofs"
# | #define PACKAGE_TARNAME "libisofs"
# | #define PACKAGE_VERSION "1.4.4"
# | #define PACKAGE_STRING "libisofs 1.4.4"
# | #define PACKAGE_BUGREPORT "http://libburnia-project.org"
# | #define PACKAGE_URL ""
# | #define PACKAGE "libisofs"
# | #define VERSION "1.4.4"
# | /* end confdefs.h. */
# | #include
# configure:4384: result: arm-linux-androideabi-gcc -E
# configure:4404: arm-linux-androideabi-gcc -E conftest.c
# configure:4404: $? = 0
# configure:4418: arm-linux-androideabi-gcc -E conftest.c
# conftest.c:11:28: fatal error: ac_nonexistent.h: No such file or directory
# #include
# ^
# compilation terminated.
# configure:4418: $? = 1
# configure: failed program was:
# | /* confdefs.h */
# | #define PACKAGE_NAME "libisofs"
# | #define PACKAGE_TARNAME "libisofs"
# | #define PACKAGE_VERSION "1.4.4"
# | #define PACKAGE_STRING "libisofs 1.4.4"
# | #define PACKAGE_BUGREPORT "http://libburnia-project.org"
# | #define PACKAGE_URL ""
# | #define PACKAGE "libisofs"
# | #define VERSION "1.4.4"
# | /* end confdefs.h. */
# | #include
# configure:4447: checking for grep that handles long lines and -e
# configure:4505: result: /usr/sbin/grep
# configure:4510: checking for egrep
# configure:4572: result: /usr/sbin/grep -E
# configure:4577: checking for ANSI C header files
# configure:4597: arm-linux-androideabi-gcc -c conftest.c >&5
# configure:4597: $? = 0
# configure:4681: result: yes
# configure:4694: checking for sys/types.h
# configure:4694: arm-linux-androideabi-gcc -c conftest.c >&5
# configure:4694: $? = 0
# configure:4694: result: yes
# configure:4694: checking for sys/stat.h
# configure:4694: arm-linux-androideabi-gcc -c conftest.c >&5
# configure:4694: $? = 0
# configure:4694: result: yes
# configure:4694: checking for stdlib.h
# configure:4694: arm-linux-androideabi-gcc -c conftest.c >&5
# configure:4694: $? = 0
# configure:4694: result: yes
# configure:4694: checking for string.h
# configure:4694: arm-linux-androideabi-gcc -c conftest.c >&5
# configure:4694: $? = 0
# configure:4694: result: yes
# configure:4694: checking for memory.h
# configure:4694: arm-linux-androideabi-gcc -c conftest.c >&5
# configure:4694: $? = 0
# configure:4694: result: yes
# configure:4694: checking for strings.h
# configure:4694: arm-linux-androideabi-gcc -c conftest.c >&5
# configure:4694: $? = 0
# configure:4694: result: yes
# configure:4694: checking for inttypes.h
# configure:4694: arm-linux-androideabi-gcc -c conftest.c >&5
# configure:4694: $? = 0
# configure:4694: result: yes
# configure:4694: checking for stdint.h
# configure:4694: arm-linux-androideabi-gcc -c conftest.c >&5
# configure:4694: $? = 0
# configure:4694: result: yes
# configure:4694: checking for unistd.h
# configure:4694: arm-linux-androideabi-gcc -c conftest.c >&5
# configure:4694: $? = 0
# configure:4694: result: yes
# configure:4706: checking whether byte ordering is bigendian
# configure:4721: arm-linux-androideabi-gcc -c conftest.c >&5
# conftest.c:22:9: error: unknown type name 'not'
# not a universal capable compiler
# ^
# conftest.c:22:15: error: expected '=', ',', ';', 'asm' or '__attribute__' before 'universal'
# not a universal capable compiler
# ^
# conftest.c:22:15: error: unknown type name 'universal'
# configure:4721: $? = 1
# configure: failed program was:
# | /* confdefs.h */
# | #define PACKAGE_NAME "libisofs"
# | #define PACKAGE_TARNAME "libisofs"
# | #define PACKAGE_VERSION "1.4.4"
# | #define PACKAGE_STRING "libisofs 1.4.4"
# | #define PACKAGE_BUGREPORT "http://libburnia-project.org"
# | #define PACKAGE_URL ""
# | #define PACKAGE "libisofs"
# | #define VERSION "1.4.4"
# | #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
# | /* end confdefs.h. */
# | #ifndef __APPLE_CC__
# | not a universal capable compiler
# | #endif
# | typedef int dummy;
# |
# configure:4766: arm-linux-androideabi-gcc -c conftest.c >&5
# conftest.c: In function 'main':
# conftest.c:28:8: error: unknown type name 'bogus'
# bogus endian macros
# ^
# conftest.c:28:21: error: expected '=', ',', ';', 'asm' or '__attribute__' before 'macros'
# bogus endian macros
# ^
# configure:4766: $? = 1
# configure: failed program was:
# | /* confdefs.h */
# | #define PACKAGE_NAME "libisofs"
# | #define PACKAGE_TARNAME "libisofs"
# | #define PACKAGE_VERSION "1.4.4"
# | #define PACKAGE_STRING "libisofs 1.4.4"
# | #define PACKAGE_BUGREPORT "http://libburnia-project.org"
# | #define PACKAGE_URL ""
# | #define PACKAGE "libisofs"
# | #define VERSION "1.4.4"
# | #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
# | /* end confdefs.h. */
# | #include
# | #include
# |
# | int
# | main ()
# | {
# | #if ! (defined BYTE_ORDER && defined BIG_ENDIAN && defined LITTLE_ENDIAN && BYTE_ORDER && BIG_ENDIAN && LITTLE_ENDIAN)
# | bogus endian macros
# | #endif
# |
# | ;
# | return 0;
# | }
# configure:4810: arm-linux-androideabi-gcc -c conftest.c >&5
# conftest.c: In function 'main':
# conftest.c:27:8: error: unknown type name 'bogus'
# bogus endian macros
# ^
# conftest.c:27:21: error: expected '=', ',', ';', 'asm' or '__attribute__' before 'macros'
# bogus endian macros
# ^
# configure:4810: $? = 1
# configure: failed program was:
# | /* confdefs.h */
# | #define PACKAGE_NAME "libisofs"
# | #define PACKAGE_TARNAME "libisofs"
# | #define PACKAGE_VERSION "1.4.4"
# | #define PACKAGE_STRING "libisofs 1.4.4"
# | #define PACKAGE_BUGREPORT "http://libburnia-project.org"
# | #define PACKAGE_URL ""
# | #define PACKAGE "libisofs"
# | #define VERSION "1.4.4"
# | #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
# | /* end confdefs.h. */
# | #include
# |
# | int
# | main ()
# | {
# | #if ! (defined _LITTLE_ENDIAN || defined _BIG_ENDIAN)
# | bogus endian macros
# | #endif
# |
# | ;
# | return 0;
# | }
# configure:4866: arm-linux-androideabi-gcc -c conftest.c >&5
# configure:4866: $? = 0
# configure:4912: result: no
# configure:4938: checking for special C compiler options needed for large files
# configure:4983: result: no
# configure:4989: checking for _FILE_OFFSET_BITS value needed for large files
# configure:5014: arm-linux-androideabi-gcc -c conftest.c >&5
# conftest.c:27:7: error: size of array 'off_t_is_large' is negative
# int off_t_is_large[(LARGE_OFF_T % 2147483629 == 721
# ^
# configure:5014: $? = 1
# configure: failed program was:
# | /* confdefs.h */
# | #define PACKAGE_NAME "libisofs"
# | #define PACKAGE_TARNAME "libisofs"
# | #define PACKAGE_VERSION "1.4.4"
# | #define PACKAGE_STRING "libisofs 1.4.4"
# | #define PACKAGE_BUGREPORT "http://libburnia-project.org"
# | #define PACKAGE_URL ""
# | #define PACKAGE "libisofs"
# | #define VERSION "1.4.4"
# | #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
# | /* end confdefs.h. */
# | #include
# | /* Check that off_t can represent 2**63 - 1 correctly.
# | We can't simply define LARGE_OFF_T to be 9223372036854775807,
# | since some C++ compilers masquerading as C compilers
# | incorrectly reject 9223372036854775807. */
# | #define LARGE_OFF_T ((((off_t) 1 << 31) << 31) - 1 + (((off_t) 1 << 31) << 31))
# | int off_t_is_large[(LARGE_OFF_T % 2147483629 == 721
# | && LARGE_OFF_T % 2147483647 == 1)
# | ? 1 : -1];
# | int
# | main ()
# | {
# |
# | ;
# | return 0;
# | }
# configure:5038: arm-linux-androideabi-gcc -c conftest.c >&5
# conftest.c:28:7: error: size of array 'off_t_is_large' is negative
# int off_t_is_large[(LARGE_OFF_T % 2147483629 == 721
# ^
# configure:5038: $? = 1
# configure: failed program was:
# | /* confdefs.h */
# | #define PACKAGE_NAME "libisofs"
# | #define PACKAGE_TARNAME "libisofs"
# | #define PACKAGE_VERSION "1.4.4"
# | #define PACKAGE_STRING "libisofs 1.4.4"
# | #define PACKAGE_BUGREPORT "http://libburnia-project.org"
# | #define PACKAGE_URL ""
# | #define PACKAGE "libisofs"
# | #define VERSION "1.4.4"
# | #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
# | /* end confdefs.h. */
# | #define _FILE_OFFSET_BITS 64
# | #include
# | /* Check that off_t can represent 2**63 - 1 correctly.
# | We can't simply define LARGE_OFF_T to be 9223372036854775807,
# | since some C++ compilers masquerading as C compilers
# | incorrectly reject 9223372036854775807. */
# | #define LARGE_OFF_T ((((off_t) 1 << 31) << 31) - 1 + (((off_t) 1 << 31) << 31))
# | int off_t_is_large[(LARGE_OFF_T % 2147483629 == 721
# | && LARGE_OFF_T % 2147483647 == 1)
# | ? 1 : -1];
# | int
# | main ()
# | {
# |
# | ;
# | return 0;
# | }
# configure:5046: result: unknown
# configure:5058: checking for _LARGE_FILES value needed for large files
# configure:5083: arm-linux-androideabi-gcc -c conftest.c >&5
# conftest.c:27:7: error: size of array 'off_t_is_large' is negative
# int off_t_is_large[(LARGE_OFF_T % 2147483629 == 721
# ^
# configure:5083: $? = 1
# configure: failed program was:
# | /* confdefs.h */
# | #define PACKAGE_NAME "libisofs"
# | #define PACKAGE_TARNAME "libisofs"
# | #define PACKAGE_VERSION "1.4.4"
# | #define PACKAGE_STRING "libisofs 1.4.4"
# | #define PACKAGE_BUGREPORT "http://libburnia-project.org"
# | #define PACKAGE_URL ""
# | #define PACKAGE "libisofs"
# | #define VERSION "1.4.4"
# | #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
# | /* end confdefs.h. */
# | #include
# | /* Check that off_t can represent 2**63 - 1 correctly.
# | We can't simply define LARGE_OFF_T to be 9223372036854775807,
# | since some C++ compilers masquerading as C compilers
# | incorrectly reject 9223372036854775807. */
# | #define LARGE_OFF_T ((((off_t) 1 << 31) << 31) - 1 + (((off_t) 1 << 31) << 31))
# | int off_t_is_large[(LARGE_OFF_T % 2147483629 == 721
# | && LARGE_OFF_T % 2147483647 == 1)
# | ? 1 : -1];
# | int
# | main ()
# | {
# |
# | ;
# | return 0;
# | }
# configure:5107: arm-linux-androideabi-gcc -c conftest.c >&5
# conftest.c:28:7: error: size of array 'off_t_is_large' is negative
# int off_t_is_large[(LARGE_OFF_T % 2147483629 == 721
# ^
# configure:5107: $? = 1
# configure: failed program was:
# | /* confdefs.h */
# | #define PACKAGE_NAME "libisofs"
# | #define PACKAGE_TARNAME "libisofs"
# | #define PACKAGE_VERSION "1.4.4"
# | #define PACKAGE_STRING "libisofs 1.4.4"
# | #define PACKAGE_BUGREPORT "http://libburnia-project.org"
# | #define PACKAGE_URL ""
# | #define PACKAGE "libisofs"
# | #define VERSION "1.4.4"
# | #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
# | /* end confdefs.h. */
# | #define _LARGE_FILES 1
# | #include
# | /* Check that off_t can represent 2**63 - 1 correctly.
# | We can't simply define LARGE_OFF_T to be 9223372036854775807,
# | since some C++ compilers masquerading as C compilers
# | incorrectly reject 9223372036854775807. */
# | #define LARGE_OFF_T ((((off_t) 1 << 31) << 31) - 1 + (((off_t) 1 << 31) << 31))
# | int off_t_is_large[(LARGE_OFF_T % 2147483629 == 721
# | && LARGE_OFF_T % 2147483647 == 1)
# | ? 1 : -1];
# | int
# | main ()
# | {
# |
# | ;
# | return 0;
# | }
# configure:5115: result: unknown
# configure:5131: checking for _LARGEFILE_SOURCE value needed for large files
# configure:5150: arm-linux-androideabi-gcc -o conftest conftest.c >&5
# configure:5150: $? = 0
# configure:5178: result: no
# configure:5199: checking for fseeko
# configure:5199: arm-linux-androideabi-gcc -o conftest conftest.c >&5
# configure:5199: $? = 0
# configure:5199: result: yes
# configure:5210: checking for iconv() in separate -liconv
# configure:5229: arm-linux-androideabi-gcc -o conftest conftest.c -liconv >&5
# conftest.c:23:19: fatal error: iconv.h: No such file or directory
# #include
# ^
# compilation terminated.
# configure:5229: $? = 1
# configure: failed program was:
# | /* confdefs.h */
# | #define PACKAGE_NAME "libisofs"
# | #define PACKAGE_TARNAME "libisofs"
# | #define PACKAGE_VERSION "1.4.4"
# | #define PACKAGE_STRING "libisofs 1.4.4"
# | #define PACKAGE_BUGREPORT "http://libburnia-project.org"
# | #define PACKAGE_URL ""
# | #define PACKAGE "libisofs"
# | #define VERSION "1.4.4"
# | #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_FSEEKO 1
# | /* end confdefs.h. */
# | #include
# | #include
# | int
# | main ()
# | {
# | iconv_t cd = iconv_open("","");
# | iconv(cd,NULL,NULL,NULL,NULL);
# | iconv_close(cd);
# | ;
# | return 0;
# | }
# configure:5237: result: no
# configure:5242: checking for libiconv in -liconv
# configure:5267: arm-linux-androideabi-gcc -o conftest conftest.c -liconv >&5
# /sysroot/bin/../lib/gcc/arm-linux-androideabi/4.8/../../../../arm-linux-androideabi/bin/ld: error: cannot find -liconv
# /tmp/ccUGlKni.o:conftest.c:function main: error: undefined reference to 'libiconv'
# collect2: error: ld returned 1 exit status
# configure:5267: $? = 1
# configure: failed program was:
# | /* confdefs.h */
# | #define PACKAGE_NAME "libisofs"
# | #define PACKAGE_TARNAME "libisofs"
# | #define PACKAGE_VERSION "1.4.4"
# | #define PACKAGE_STRING "libisofs 1.4.4"
# | #define PACKAGE_BUGREPORT "http://libburnia-project.org"
# | #define PACKAGE_URL ""
# | #define PACKAGE "libisofs"
# | #define VERSION "1.4.4"
# | #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_FSEEKO 1
# | /* end confdefs.h. */
# |
# | /* Override any GCC internal prototype to avoid an error.
# | Use char because int might match the return type of a GCC
# | builtin and then its argument prototype would still apply. */
# | #ifdef __cplusplus
# | extern "C"
# | #endif
# | char libiconv ();
# | int
# | main ()
# | {
# | return libiconv ();
# | ;
# | return 0;
# | }
# configure:5276: result: no
# configure:5289: checking for const qualifier with iconv()
# configure:5306: arm-linux-androideabi-gcc -c conftest.c >&5
# conftest.c:24:19: fatal error: iconv.h: No such file or directory
# #include
# ^
# compilation terminated.
# configure:5306: $? = 1
# configure: failed program was:
# | /* confdefs.h */
# | #define PACKAGE_NAME "libisofs"
# | #define PACKAGE_TARNAME "libisofs"
# | #define PACKAGE_VERSION "1.4.4"
# | #define PACKAGE_STRING "libisofs 1.4.4"
# | #define PACKAGE_BUGREPORT "http://libburnia-project.org"
# | #define PACKAGE_URL ""
# | #define PACKAGE "libisofs"
# | #define VERSION "1.4.4"
# | #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_FSEEKO 1
# | /* end confdefs.h. */
# |
# | #include
# | #include
# | size_t iconv (iconv_t cd, char * *inbuf, size_t *inbytesleft, char * *outbuf, size_t *outbytesleft);
# |
# | int
# | main ()
# | {
# |
# | ;
# | return 0;
# | }
# configure:5318: result: const
# configure:5325: checking for iconv() to be accessible now
# configure:5352: arm-linux-androideabi-gcc -o conftest conftest.c >&5
# conftest.c:31:19: fatal error: iconv.h: No such file or directory
# #include
# ^
# compilation terminated.
# configure:5352: $? = 1
# configure: failed program was:
# | /* confdefs.h */
# | #define PACKAGE_NAME "libisofs"
# | #define PACKAGE_TARNAME "libisofs"
# | #define PACKAGE_VERSION "1.4.4"
# | #define PACKAGE_STRING "libisofs 1.4.4"
# | #define PACKAGE_BUGREPORT "http://libburnia-project.org"
# | #define PACKAGE_URL ""
# | #define PACKAGE "libisofs"
# | #define VERSION "1.4.4"
# | #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_FSEEKO 1
# | #define ICONV_CONST const
# | /* end confdefs.h. */
# |
# | #include
# | #include
# | #include
# | #include
# | #include
# | #include
# | #include
# | #include
# | #include
# | #include
# | #include
# | int
# | main ()
# | {
# | iconv_t cd = iconv_open("","");
# | iconv(cd,NULL,NULL,NULL,NULL);
# | iconv_close(cd);
# |
# | ;
# | return 0;
# | }
# configure:5360: result: no
#
# ## ---------------- ##
# ## Cache variables. ##
# ## ---------------- ##
#
# ac_cv_build=x86_64-unknown-linux-gnu
# ac_cv_c_bigendian=no
# ac_cv_c_compiler_gnu=yes
# ac_cv_c_const=yes
# ac_cv_c_inline=inline
# 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_fseeko=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_stat_h=yes
# ac_cv_header_sys_types_h=yes
# ac_cv_header_unistd_h=yes
# ac_cv_host=arm-unknown-linux-androideabi
# ac_cv_lib_iconv_libiconv=no
# 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_path_mkdir=/usr/sbin/mkdir
# ac_cv_prog_AWK=gawk
# ac_cv_prog_CC=arm-linux-androideabi-gcc
# ac_cv_prog_CPP='arm-linux-androideabi-gcc -E'
# ac_cv_prog_STRIP=arm-linux-androideabi-strip
# ac_cv_prog_cc_c89=
# ac_cv_prog_cc_g=yes
# ac_cv_prog_make_make_set=yes
# ac_cv_sys_file_offset_bits=unknown
# ac_cv_sys_large_files=unknown
# ac_cv_sys_largefile_CC=no
# ac_cv_sys_largefile_source=no
# ac_cv_target=arm-unknown-linux-androideabi
# am_cv_CC_dependencies_compiler_type=gcc3
# am_cv_make_support_nested_variables=yes
# am_cv_prog_cc_c_o=yes
#
# ## ----------------- ##
# ## Output variables. ##
# ## ----------------- ##
#
# ACLOCAL='${SHELL} /tmp/libisofs/src/libisofs-1.4.4/missing aclocal-1.14'
# AMDEPBACKSLASH='\'
# AMDEP_FALSE='#'
# AMDEP_TRUE=''
# AMTAR='$${TAR-tar}'
# AM_BACKSLASH='\'
# AM_DEFAULT_V='$(AM_DEFAULT_VERBOSITY)'
# AM_DEFAULT_VERBOSITY='1'
# AM_V='$(V)'
# AR=''
# ARCH=''
# AUTOCONF='${SHELL} /tmp/libisofs/src/libisofs-1.4.4/missing autoconf'
# AUTOHEADER='${SHELL} /tmp/libisofs/src/libisofs-1.4.4/missing autoheader'
# AUTOMAKE='${SHELL} /tmp/libisofs/src/libisofs-1.4.4/missing automake-1.14'
# AWK='gawk'
# CC='arm-linux-androideabi-gcc'
# CCDEPMODE='depmode=gcc3'
# CFLAGS=''
# CPP='arm-linux-androideabi-gcc -E'
# CPPFLAGS=''
# CYGPATH_W='echo'
# DEFS=''
# DEPDIR='.deps'
# DLLTOOL=''
# DSYMUTIL=''
# DUMPBIN=''
# ECHO_C=''
# ECHO_N='-n'
# ECHO_T=''
# EGREP='/usr/sbin/grep -E'
# EXEEXT=''
# FGREP=''
# GREP='/usr/sbin/grep'
# INSTALL_DATA='${INSTALL} -m 644'
# INSTALL_PROGRAM='${INSTALL}'
# INSTALL_SCRIPT='${INSTALL}'
# INSTALL_STRIP_PROGRAM='$(install_sh) -c -s'
# LD=''
# LDFLAGS=''
# LIBACL_DEF=''
# LIBBURNIA_LDCONFIG_CMD=''
# LIBBURNIA_PKGCONFDIR=''
# LIBBURN_ARCH_LIBS=''
# LIBISOFS_MAJOR_VERSION='1'
# LIBISOFS_MICRO_VERSION='4'
# LIBISOFS_MINOR_VERSION='4'
# LIBISOFS_VERSION='1.4.4'
# LIBJTE_DEF=''
# LIBLDFLAGS=''
# LIBOBJS=''
# LIBS=''
# LIBTOOL=''
# LIBTOOL_DEPS=''
# LIPO=''
# LN_S=''
# LTLIBOBJS=''
# LT_AGE='80'
# LT_CURRENT='86'
# LT_CURRENT_MINUS_AGE='6'
# LT_RELEASE='1.4'
# LT_REVISION='0'
# MAINT='#'
# MAINTAINER_MODE_FALSE=''
# MAINTAINER_MODE_TRUE='#'
# MAKEINFO='${SHELL} /tmp/libisofs/src/libisofs-1.4.4/missing makeinfo'
# MANIFEST_TOOL=''
# MKDIR_P='/usr/sbin/mkdir -p'
# NM=''
# NMEDIT=''
# OBJDUMP=''
# OBJEXT='o'
# OTOOL64=''
# OTOOL=''
# PACKAGE='libisofs'
# PACKAGE_BUGREPORT='http://libburnia-project.org'
# PACKAGE_NAME='libisofs'
# PACKAGE_STRING='libisofs 1.4.4'
# PACKAGE_TARNAME='libisofs'
# PACKAGE_URL=''
# PACKAGE_VERSION='1.4.4'
# PATH_SEPARATOR=':'
# RANLIB=''
# SED=''
# SET_MAKE=''
# SHELL='/bin/sh'
# STRIP='arm-linux-androideabi-strip'
# THREAD_LIBS=''
# VERSION='1.4.4'
# XATTR_DEF=''
# ZLIB_DEF=''
# ac_ct_AR=''
# ac_ct_CC=''
# ac_ct_DUMPBIN=''
# am__EXEEXT_FALSE=''
# am__EXEEXT_TRUE=''
# am__fastdepCC_FALSE='#'
# am__fastdepCC_TRUE=''
# am__include='include'
# am__isrc=''
# am__leading_dot='.'
# am__nodep='_no'
# am__quote=''
# am__tar='$${TAR-tar} chof - "$$tardir"'
# am__untar='$${TAR-tar} xf -'
# bindir='${exec_prefix}/bin'
# build='x86_64-unknown-linux-gnu'
# build_alias='x86_64-unknown-linux'
# build_cpu='x86_64'
# build_os='linux-gnu'
# build_vendor='unknown'
# datadir='${datarootdir}'
# datarootdir='${prefix}/share'
# docdir='${datarootdir}/doc/${PACKAGE_TARNAME}'
# dvidir='${docdir}'
# exec_prefix='NONE'
# host='arm-unknown-linux-androideabi'
# host_alias='arm-linux-androideabi'
# host_cpu='arm'
# host_os='linux-androideabi'
# host_vendor='unknown'
# htmldir='${docdir}'
# includedir='${prefix}/include'
# infodir='${datarootdir}/info'
# install_sh='${SHELL} /tmp/libisofs/src/libisofs-1.4.4/install-sh'
# libdir='${exec_prefix}/lib'
# libexecdir='${exec_prefix}/libexec'
# localedir='${datarootdir}/locale'
# localstatedir='${prefix}/var'
# mandir='${datarootdir}/man'
# mkdir_p='$(MKDIR_P)'
# oldincludedir='/usr/include'
# pdfdir='${docdir}'
# prefix='/usr'
# program_transform_name='s,x,x,'
# psdir='${docdir}'
# sbindir='${exec_prefix}/sbin'
# sharedstatedir='${prefix}/com'
# sysconfdir='${prefix}/etc'
# target='arm-unknown-linux-androideabi'
# target_alias=''
# target_cpu='arm'
# target_os='linux-androideabi'
# target_vendor='unknown'
#
# ## ----------- ##
# ## confdefs.h. ##
# ## ----------- ##
#
# /* confdefs.h */
# #define PACKAGE_NAME "libisofs"
# #define PACKAGE_TARNAME "libisofs"
# #define PACKAGE_VERSION "1.4.4"
# #define PACKAGE_STRING "libisofs 1.4.4"
# #define PACKAGE_BUGREPORT "http://libburnia-project.org"
# #define PACKAGE_URL ""
# #define PACKAGE "libisofs"
# #define VERSION "1.4.4"
# #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_FSEEKO 1
# #define ICONV_CONST const
#
# configure: exit 1