The build took 00h 01m 09s and was NOT successful.
The program in this build is written in the following languages, according to sloccount:
SLOC | Language |
---|---|
14,350 |
ansic |
11,538 |
sh |
91 |
perl |
25,979 |
total |
The process tree of the build process is here.
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:
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: stunnel 5.33-1 (Tue Apr 4 21:02:11 UTC 2017)
==> Checking runtime dependencies...
==> Checking buildtime dependencies...
==> WARNING: Using existing $srcdir/ tree
==> Starting build()...
patching file tools/Makefile.in
Hunk #1 succeeded at 466 (offset 132 lines).
configure: **************************************** initialization
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 build system type... x86_64-unknown-linux-gnu
checking host system type... arm-unknown-linux-androideabi
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 for style of include used by make... GNU
checking dependency style of arm-linux-androideabi-gcc... gcc3
checking whether make sets $(MAKE)... (cached) yes
checking whether make supports nested variables... (cached) yes
configure: **************************************** thread model
checking if compiler needs -Werror to reject unknown flags... no
checking for the pthreads library -lpthreads... no
checking whether pthreads work without any flags... yes
checking for joinable pthread attribute... PTHREAD_CREATE_JOINABLE
checking if more special flags are required for pthreads... no
checking for PTHREAD_PRIO_INHERIT... no
configure: PTHREAD thread model detected
configure: **************************************** compiler/linker flags
checking whether C compiler accepts -Wall... yes
checking whether C compiler accepts -Wextra... yes
checking whether C compiler accepts -Wpedantic... yes
checking whether C compiler accepts -Wformat=2... yes
checking whether C compiler accepts -Wconversion... yes
checking whether C compiler accepts -Wno-long-long... yes
checking whether C compiler accepts -Wno-deprecated-declarations... yes
checking whether C compiler accepts -fPIE... yes
checking whether C compiler accepts -fstack-protector... yes
checking whether the linker accepts -fPIE... yes
checking whether the linker accepts -pie... yes
checking whether the linker accepts -Wl,-z,relro... yes
checking whether the linker accepts -Wl,-z,now... yes
checking whether the linker accepts -Wl,-z,noexecstack... yes
checking whether C compiler accepts -D_FORTIFY_SOURCE=2... yes
configure: **************************************** libtool
checking how to print strings... printf
checking for a sed that does not truncate output... /usr/sbin/sed
checking for grep that handles long lines and -e... /usr/sbin/grep
checking for egrep... /usr/sbin/grep -E
checking for fgrep... /usr/sbin/grep -F
checking for ld used by arm-linux-androideabi-gcc... /sysroot/arm-linux-androideabi/bin/ld
checking if the linker (/sysroot/arm-linux-androideabi/bin/ld) is GNU ld... yes
checking for BSD- or MS-compatible name lister (nm)... /sysroot/bin/arm-linux-androideabi-nm -B
checking the name lister (/sysroot/bin/arm-linux-androideabi-nm -B) interface... BSD nm
checking whether ln -s works... yes
checking the maximum length of command line arguments... 1572864
checking whether the shell understands some XSI constructs... yes
checking whether the shell understands "+="... yes
checking how to convert x86_64-unknown-linux-gnu file names to arm-unknown-linux-androideabi format... func_convert_file_noop
checking how to convert x86_64-unknown-linux-gnu file names to toolchain format... func_convert_file_noop
checking for /sysroot/arm-linux-androideabi/bin/ld option to reload object files... -r
checking for arm-linux-androideabi-objdump... arm-linux-androideabi-objdump
checking how to recognize dependent libraries... pass_all
checking for arm-linux-androideabi-dlltool... no
checking for dlltool... no
checking how to associate runtime and link libraries... printf %s\n
checking for arm-linux-androideabi-ar... arm-linux-androideabi-ar
checking for archiver @FILE support... @
checking for arm-linux-androideabi-strip... (cached) arm-linux-androideabi-strip
checking for arm-linux-androideabi-ranlib... arm-linux-androideabi-ranlib
checking command to parse /sysroot/bin/arm-linux-androideabi-nm -B output from arm-linux-androideabi-gcc object... ok
checking for sysroot... no
checking for arm-linux-androideabi-mt... no
checking for mt... no
checking if : is a manifest tool... no
checking how to run the C preprocessor... arm-linux-androideabi-gcc -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 for dlfcn.h... yes
checking for objdir... .libs
checking if arm-linux-androideabi-gcc supports -fno-rtti -fno-exceptions... no
checking for arm-linux-androideabi-gcc option to produce PIC... -fPIC -DPIC
checking if arm-linux-androideabi-gcc PIC flag -fPIC -DPIC works... yes
checking if arm-linux-androideabi-gcc static flag -static works... yes
checking if arm-linux-androideabi-gcc supports -c -o file.o... yes
checking if arm-linux-androideabi-gcc supports -c -o file.o... (cached) yes
checking whether the arm-linux-androideabi-gcc linker (/sysroot/arm-linux-androideabi/bin/ld) supports shared libraries... yes
checking whether -lc should be explicitly linked in... no
checking dynamic linker characteristics... GNU/Linux ld.so
checking how to hardcode library paths into programs... immediate
checking whether stripping libraries is possible... yes
checking if libtool supports shared libraries... yes
checking whether to build shared libraries... yes
checking whether to build static libraries... no
configure: **************************************** types
checking for int8_t... yes
checking for int16_t... yes
checking for int32_t... yes
checking for int64_t... yes
checking for uint8_t... yes
checking for uint16_t... yes
checking for uint32_t... yes
checking for uint64_t... yes
checking for size_t... yes
checking for ssize_t... yes
checking for uid_t in sys/types.h... yes
checking for socklen_t... yes
checking for struct sockaddr_un... yes
checking for struct addrinfo... yes
configure: **************************************** PTY device files
configure: WARNING: cross-compilation: assuming /dev/ptmx and /dev/ptc are not available
configure: **************************************** entropy sources
configure: WARNING: cross-compilation: assuming entropy sources are not available
configure: **************************************** default group
configure: WARNING: cross-compilation: assuming nogroup is not available
checking for default group... nobody
configure: **************************************** header files
checking for stdint.h... (cached) yes
checking for inttypes.h... (cached) yes
checking malloc.h usability... yes
checking malloc.h presence... yes
checking for malloc.h... yes
checking ucontext.h usability... yes
checking ucontext.h presence... yes
checking for ucontext.h... yes
checking pthread.h usability... yes
checking pthread.h presence... yes
checking for pthread.h... yes
checking poll.h usability... yes
checking poll.h presence... yes
checking for poll.h... yes
checking tcpd.h usability... no
checking tcpd.h presence... no
checking for tcpd.h... no
checking stropts.h usability... no
checking stropts.h presence... no
checking for stropts.h... no
checking grp.h usability... yes
checking grp.h presence... yes
checking for grp.h... yes
checking for unistd.h... (cached) yes
checking util.h usability... yes
checking util.h presence... yes
checking for util.h... yes
checking libutil.h usability... no
checking libutil.h presence... no
checking for libutil.h... no
checking pty.h usability... no
checking pty.h presence... no
checking for pty.h... no
checking limits.h usability... yes
checking limits.h presence... yes
checking for limits.h... yes
checking for sys/types.h... (cached) yes
checking sys/select.h usability... yes
checking sys/select.h presence... yes
checking for sys/select.h... yes
checking sys/poll.h usability... yes
checking sys/poll.h presence... yes
checking for sys/poll.h... yes
checking sys/socket.h usability... yes
checking sys/socket.h presence... yes
checking for sys/socket.h... yes
checking sys/un.h usability... yes
checking sys/un.h presence... yes
checking for sys/un.h... yes
checking sys/ioctl.h usability... yes
checking sys/ioctl.h presence... yes
checking for sys/ioctl.h... yes
checking sys/filio.h usability... no
checking sys/filio.h presence... no
checking for sys/filio.h... no
checking sys/resource.h usability... yes
checking sys/resource.h presence... yes
checking for sys/resource.h... yes
checking sys/uio.h usability... yes
checking sys/uio.h presence... yes
checking for sys/uio.h... yes
checking sys/syscall.h usability... yes
checking sys/syscall.h presence... yes
checking for sys/syscall.h... yes
checking linux/sched.h usability... yes
checking linux/sched.h presence... yes
checking for linux/sched.h... yes
checking for struct msghdr.msg_control... yes
checking for linux/netfilter_ipv4.h... no
configure: **************************************** libraries
checking for library containing gethostbyname... none required
checking for library containing yp_get_default_domain... no
checking for library containing socket... none required
checking for library containing openpty... no
checking for library containing dlopen... none required
checking for library containing shl_load... no
checking for library containing inflateEnd... -lz
configure: **************************************** library functions
checking for snprintf... yes
checking for vsnprintf... yes
checking for openpty... no
checking for _getpty... no
checking for daemon... yes
checking for waitpid... yes
checking for wait4... yes
checking for setsid... yes
checking for setgroups... yes
checking for chroot... yes
checking for realpath... yes
checking for sysconf... yes
checking for getrlimit... yes
checking for pthread_sigmask... yes
checking for localtime_r... yes
checking for getcontext... no
checking for __makecontext_v2... no
checking for poll... yes
checking for gethostbyname2... yes
checking for endhostent... no
checking for getnameinfo... yes
checking for getaddrinfo... no (buggy Android implementation)
checking for broken poll() implementation... no
checking for pipe2... yes
checking for accept4... yes
configure: **************************************** optional features
checking whether to enable IPv6 support... yes
checking whether to enable FIPS support... autodetecting
checking whether to enable systemd socket activation support... autodetecting
checking for library containing sd_listen_fds... no
configure: systemd library not found
checking whether to enable TCP wrappers support... no
configure: **************************************** SSL
checking for compiler sysroot... /sysroot/bin/../sysroot
checking for SSL directory... not found
configure: error:
Could not find your SSL library installation dir
Use --with-ssl option to fix this problem
==> ERROR: A failure occurred in build().
Aborting...
Printing config logfiles
CMD: config logfiles '/tmp/stunnel/src/stunnel-5.33/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 stunnel configure 5.33, which was
generated by GNU Autoconf 2.69. Invocation command line was
$ ./configure --build=x86_64-unknown-linux --host=arm-linux-androideabi --prefix=/usr --sysconfdir=/etc --localstatedir=/var --enable-ipv6 --disable-libwrap
## --------- ##
## Platform. ##
## --------- ##
hostname = 7bcff99835f9
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:2465: **************************************** initialization
configure:2516: checking for a BSD-compatible install
configure:2584: result: /usr/bin/install -c
configure:2595: checking whether build environment is sane
configure:2650: result: yes
configure:2709: checking for arm-linux-androideabi-strip
configure:2725: found /sysroot/bin/arm-linux-androideabi-strip
configure:2736: result: arm-linux-androideabi-strip
configure:2801: checking for a thread-safe mkdir -p
configure:2840: result: /usr/sbin/mkdir -p
configure:2847: checking for gawk
configure:2863: found /usr/sbin/gawk
configure:2874: result: gawk
configure:2885: checking whether make sets $(MAKE)
configure:2907: result: yes
configure:2936: checking whether make supports nested variables
configure:2953: result: yes
configure:3092: checking build system type
configure:3106: result: x86_64-unknown-linux-gnu
configure:3126: checking host system type
configure:3139: result: arm-unknown-linux-androideabi
configure:3205: checking for arm-linux-androideabi-gcc
configure:3232: result: arm-linux-androideabi-gcc
configure:3501: checking for C compiler version
configure:3510: 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:3521: $? = 0
configure:3510: 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:3521: $? = 0
configure:3510: 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:3521: $? = 1
configure:3510: 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:3521: $? = 1
configure:3541: checking whether the C compiler works
configure:3563: arm-linux-androideabi-gcc conftest.c >&5
configure:3567: $? = 0
configure:3615: result: yes
configure:3618: checking for C compiler default output file name
configure:3620: result: a.out
configure:3626: checking for suffix of executables
configure:3633: arm-linux-androideabi-gcc -o conftest conftest.c >&5
configure:3637: $? = 0
configure:3659: result:
configure:3681: checking whether we are cross compiling
configure:3719: result: yes
configure:3724: checking for suffix of object files
configure:3746: arm-linux-androideabi-gcc -c conftest.c >&5
configure:3750: $? = 0
configure:3771: result: o
configure:3775: checking whether we are using the GNU C compiler
configure:3794: arm-linux-androideabi-gcc -c conftest.c >&5
configure:3794: $? = 0
configure:3803: result: yes
configure:3812: checking whether arm-linux-androideabi-gcc accepts -g
configure:3832: arm-linux-androideabi-gcc -c -g conftest.c >&5
configure:3832: $? = 0
configure:3873: result: yes
configure:3890: checking for arm-linux-androideabi-gcc option to accept ISO C89
configure:3953: arm-linux-androideabi-gcc -c conftest.c >&5
configure:3953: $? = 0
configure:3966: result: none needed
configure:3991: checking whether arm-linux-androideabi-gcc understands -c and -o together
configure:4013: arm-linux-androideabi-gcc -c conftest.c -o conftest2.o
configure:4016: $? = 0
configure:4013: arm-linux-androideabi-gcc -c conftest.c -o conftest2.o
configure:4016: $? = 0
configure:4028: result: yes
configure:4056: checking for style of include used by make
configure:4084: result: GNU
configure:4110: checking dependency style of arm-linux-androideabi-gcc
configure:4221: result: gcc3
configure:4238: checking whether make sets $(MAKE)
configure:4260: result: yes
configure:4281: checking whether make supports nested variables
configure:4298: result: yes
configure:4310: **************************************** thread model
configure:4906: checking if compiler needs -Werror to reject unknown flags
configure:4922: arm-linux-androideabi-gcc -c -Werror -Wunknown-warning-option -Wsizeof-array-argument conftest.c >&5
arm-linux-androideabi-gcc: error: unrecognized command line option '-Wunknown-warning-option'
arm-linux-androideabi-gcc: error: unrecognized command line option '-Wsizeof-array-argument'
configure:4922: $? = 1
configure: failed program was:
| /* confdefs.h */
| #define PACKAGE_NAME "stunnel"
| #define PACKAGE_TARNAME "stunnel"
| #define PACKAGE_VERSION "5.33"
| #define PACKAGE_STRING "stunnel 5.33"
| #define PACKAGE_BUGREPORT ""
| #define PACKAGE_URL ""
| #define PACKAGE "stunnel"
| #define VERSION "5.33"
| #define HOST "arm-unknown-linux-androideabi"
| #define CPU_ARM 1
| #define VENDOR_UNKNOWN 1
| #define OS_LINUX_ANDROIDEABI 1
| #define _GNU_SOURCE 1
| /* end confdefs.h. */
| int foo(void);
| int
| main ()
| {
| foo()
| ;
| return 0;
| }
configure:4927: result: no
configure:4993: checking for the pthreads library -lpthreads
configure:5031: arm-linux-androideabi-gcc -o conftest conftest.c -lpthreads >&5
/sysroot/bin/../lib/gcc/arm-linux-androideabi/4.8/../../../../arm-linux-androideabi/bin/ld: error: cannot find -lpthreads
collect2: error: ld returned 1 exit status
configure:5031: $? = 1
configure: failed program was:
| /* confdefs.h */
| #define PACKAGE_NAME "stunnel"
| #define PACKAGE_TARNAME "stunnel"
| #define PACKAGE_VERSION "5.33"
| #define PACKAGE_STRING "stunnel 5.33"
| #define PACKAGE_BUGREPORT ""
| #define PACKAGE_URL ""
| #define PACKAGE "stunnel"
| #define VERSION "5.33"
| #define HOST "arm-unknown-linux-androideabi"
| #define CPU_ARM 1
| #define VENDOR_UNKNOWN 1
| #define OS_LINUX_ANDROIDEABI 1
| #define _GNU_SOURCE 1
| /* end confdefs.h. */
| #include
| static void routine(void *a) { a = 0; }
| static void *start_routine(void *a) { return a; }
| int
| main ()
| {
| pthread_t th; pthread_attr_t attr;
| pthread_create(&th, 0, start_routine, 0);
| pthread_join(th, 0);
| pthread_attr_init(&attr);
| pthread_cleanup_push(routine, 0);
| pthread_cleanup_pop(0) /* ; */
| ;
| return 0;
| }
configure:5040: result: no
configure:4938: checking whether pthreads work without any flags
configure:5031: arm-linux-androideabi-gcc -o conftest conftest.c >&5
configure:5031: $? = 0
configure:5040: result: yes
configure:5059: checking for joinable pthread attribute
configure:5074: arm-linux-androideabi-gcc -o conftest conftest.c >&5
configure:5074: $? = 0
configure:5080: result: PTHREAD_CREATE_JOINABLE
configure:5090: checking if more special flags are required for pthreads
configure:5105: result: no
configure:5111: checking for PTHREAD_PRIO_INHERIT
configure:5128: arm-linux-androideabi-gcc -o conftest conftest.c >&5
conftest.c: In function 'main':
conftest.c:20:9: error: 'PTHREAD_PRIO_INHERIT' undeclared (first use in this function)
int i = PTHREAD_PRIO_INHERIT;
^
conftest.c:20:9: note: each undeclared identifier is reported only once for each function it appears in
configure:5128: $? = 1
configure: failed program was:
| /* confdefs.h */
| #define PACKAGE_NAME "stunnel"
| #define PACKAGE_TARNAME "stunnel"
| #define PACKAGE_VERSION "5.33"
| #define PACKAGE_STRING "stunnel 5.33"
| #define PACKAGE_BUGREPORT ""
| #define PACKAGE_URL ""
| #define PACKAGE "stunnel"
| #define VERSION "5.33"
| #define HOST "arm-unknown-linux-androideabi"
| #define CPU_ARM 1
| #define VENDOR_UNKNOWN 1
| #define OS_LINUX_ANDROIDEABI 1
| #define _GNU_SOURCE 1
| /* end confdefs.h. */
| #include
| int
| main ()
| {
| int i = PTHREAD_PRIO_INHERIT;
| ;
| return 0;
| }
configure:5137: result: no
configure:5222: PTHREAD thread model detected
configure:5253: **************************************** compiler/linker flags
configure:5262: checking whether C compiler accepts -Wall
configure:5281: arm-linux-androideabi-gcc -c -Wall conftest.c >&5
configure:5281: $? = 0
configure:5290: result: yes
configure:5303: : CFLAGS="$CFLAGS $flag"
configure:5306: $? = 0
configure:5327: checking whether C compiler accepts -Wextra
configure:5346: arm-linux-androideabi-gcc -c -Wall -Wextra conftest.c >&5
configure:5346: $? = 0
configure:5355: result: yes
configure:5368: : CFLAGS="$CFLAGS $flag"
configure:5371: $? = 0
configure:5392: checking whether C compiler accepts -Wpedantic
configure:5411: arm-linux-androideabi-gcc -c -Wall -Wextra -Wpedantic conftest.c >&5
configure:5411: $? = 0
configure:5420: result: yes
configure:5433: : CFLAGS="$CFLAGS $flag"
configure:5436: $? = 0
configure:5457: checking whether C compiler accepts -Wformat=2
configure:5476: arm-linux-androideabi-gcc -c -Wall -Wextra -Wpedantic -Wformat=2 conftest.c >&5
configure:5476: $? = 0
configure:5485: result: yes
configure:5498: : CFLAGS="$CFLAGS $flag"
configure:5501: $? = 0
configure:5522: checking whether C compiler accepts -Wconversion
configure:5541: arm-linux-androideabi-gcc -c -Wall -Wextra -Wpedantic -Wformat=2 -Wconversion conftest.c >&5
configure:5541: $? = 0
configure:5550: result: yes
configure:5563: : CFLAGS="$CFLAGS $flag"
configure:5566: $? = 0
configure:5587: checking whether C compiler accepts -Wno-long-long
configure:5606: arm-linux-androideabi-gcc -c -Wall -Wextra -Wpedantic -Wformat=2 -Wconversion -Wno-long-long conftest.c >&5
configure:5606: $? = 0
configure:5615: result: yes
configure:5628: : CFLAGS="$CFLAGS $flag"
configure:5631: $? = 0
configure:5652: checking whether C compiler accepts -Wno-deprecated-declarations
configure:5671: arm-linux-androideabi-gcc -c -Wall -Wextra -Wpedantic -Wformat=2 -Wconversion -Wno-long-long -Wno-deprecated-declarations conftest.c >&5
configure:5671: $? = 0
configure:5680: result: yes
configure:5693: : CFLAGS="$CFLAGS $flag"
configure:5696: $? = 0
configure:5717: checking whether C compiler accepts -fPIE
configure:5736: arm-linux-androideabi-gcc -c -Wall -Wextra -Wpedantic -Wformat=2 -Wconversion -Wno-long-long -Wno-deprecated-declarations -fPIE conftest.c >&5
configure:5736: $? = 0
configure:5745: result: yes
configure:5758: : CFLAGS="$CFLAGS $flag"
configure:5761: $? = 0
configure:5786: checking whether C compiler accepts -fstack-protector
configure:5805: arm-linux-androideabi-gcc -c -Wall -Wextra -Wpedantic -Wformat=2 -Wconversion -Wno-long-long -Wno-deprecated-declarations -fPIE -fstack-protector conftest.c >&5
configure:5805: $? = 0
configure:5814: result: yes
configure:5827: : CFLAGS="$CFLAGS $flag"
configure:5830: $? = 0
configure:5853: checking whether the linker accepts -fPIE
configure:5872: arm-linux-androideabi-gcc -o conftest -Wall -Wextra -Wpedantic -Wformat=2 -Wconversion -Wno-long-long -Wno-deprecated-declarations -fPIE -fstack-protector -fPIE conftest.c >&5
configure:5872: $? = 0
configure:5882: result: yes
configure:5895: : LDFLAGS="$LDFLAGS $flag"
configure:5898: $? = 0
configure:5853: checking whether the linker accepts -pie
configure:5872: arm-linux-androideabi-gcc -o conftest -Wall -Wextra -Wpedantic -Wformat=2 -Wconversion -Wno-long-long -Wno-deprecated-declarations -fPIE -fstack-protector -fPIE -pie conftest.c >&5
configure:5872: $? = 0
configure:5882: result: yes
configure:5895: : LDFLAGS="$LDFLAGS $flag"
configure:5898: $? = 0
configure:5919: checking whether the linker accepts -Wl,-z,relro
configure:5938: arm-linux-androideabi-gcc -o conftest -Wall -Wextra -Wpedantic -Wformat=2 -Wconversion -Wno-long-long -Wno-deprecated-declarations -fPIE -fstack-protector -fPIE -pie -Wl,-z,relro conftest.c >&5
configure:5938: $? = 0
configure:5948: result: yes
configure:5961: : LDFLAGS="$LDFLAGS $flag"
configure:5964: $? = 0
configure:5985: checking whether the linker accepts -Wl,-z,now
configure:6004: arm-linux-androideabi-gcc -o conftest -Wall -Wextra -Wpedantic -Wformat=2 -Wconversion -Wno-long-long -Wno-deprecated-declarations -fPIE -fstack-protector -fPIE -pie -Wl,-z,relro -Wl,-z,now conftest.c >&5
configure:6004: $? = 0
configure:6014: result: yes
configure:6027: : LDFLAGS="$LDFLAGS $flag"
configure:6030: $? = 0
configure:6051: checking whether the linker accepts -Wl,-z,noexecstack
configure:6070: arm-linux-androideabi-gcc -o conftest -Wall -Wextra -Wpedantic -Wformat=2 -Wconversion -Wno-long-long -Wno-deprecated-declarations -fPIE -fstack-protector -fPIE -pie -Wl,-z,relro -Wl,-z,now -Wl,-z,noexecstack conftest.c >&5
configure:6070: $? = 0
configure:6080: result: yes
configure:6093: : LDFLAGS="$LDFLAGS $flag"
configure:6096: $? = 0
configure:6118: checking whether C compiler accepts -D_FORTIFY_SOURCE=2
configure:6137: arm-linux-androideabi-gcc -c -Wall -Wextra -Wpedantic -Wformat=2 -Wconversion -Wno-long-long -Wno-deprecated-declarations -fPIE -fstack-protector -D_FORTIFY_SOURCE=2 conftest.c >&5
configure:6137: $? = 0
configure:6146: result: yes
configure:6159: : CFLAGS="$CFLAGS $flag"
configure:6162: $? = 0
configure:6178: **************************************** libtool
configure:6226: checking how to print strings
configure:6253: result: printf
configure:6274: checking for a sed that does not truncate output
configure:6338: result: /usr/sbin/sed
configure:6356: checking for grep that handles long lines and -e
configure:6414: result: /usr/sbin/grep
configure:6419: checking for egrep
configure:6481: result: /usr/sbin/grep -E
configure:6486: checking for fgrep
configure:6548: result: /usr/sbin/grep -F
configure:6583: checking for ld used by arm-linux-androideabi-gcc
configure:6650: result: /sysroot/arm-linux-androideabi/bin/ld
configure:6657: checking if the linker (/sysroot/arm-linux-androideabi/bin/ld) is GNU ld
configure:6672: result: yes
configure:6684: checking for BSD- or MS-compatible name lister (nm)
configure:6733: result: /sysroot/bin/arm-linux-androideabi-nm -B
configure:6863: checking the name lister (/sysroot/bin/arm-linux-androideabi-nm -B) interface
configure:6870: arm-linux-androideabi-gcc -c -Wall -Wextra -Wpedantic -Wformat=2 -Wconversion -Wno-long-long -Wno-deprecated-declarations -fPIE -fstack-protector -D_FORTIFY_SOURCE=2 conftest.c >&5
configure:6873: /sysroot/bin/arm-linux-androideabi-nm -B "conftest.o"
configure:6876: output
00000000 B some_variable
configure:6883: result: BSD nm
configure:6886: checking whether ln -s works
configure:6890: result: yes
configure:6898: checking the maximum length of command line arguments
configure:7029: result: 1572864
configure:7046: checking whether the shell understands some XSI constructs
configure:7056: result: yes
configure:7060: checking whether the shell understands "+="
configure:7066: result: yes
configure:7101: checking how to convert x86_64-unknown-linux-gnu file names to arm-unknown-linux-androideabi format
configure:7141: result: func_convert_file_noop
configure:7148: checking how to convert x86_64-unknown-linux-gnu file names to toolchain format
configure:7168: result: func_convert_file_noop
configure:7175: checking for /sysroot/arm-linux-androideabi/bin/ld option to reload object files
configure:7182: result: -r
configure:7216: checking for arm-linux-androideabi-objdump
configure:7232: found /sysroot/bin/arm-linux-androideabi-objdump
configure:7243: result: arm-linux-androideabi-objdump
configure:7315: checking how to recognize dependent libraries
configure:7513: result: pass_all
configure:7558: checking for arm-linux-androideabi-dlltool
configure:7588: result: no
configure:7598: checking for dlltool
configure:7628: result: no
configure:7658: checking how to associate runtime and link libraries
configure:7685: result: printf %s\n
configure:7701: checking for arm-linux-androideabi-ar
configure:7717: found /sysroot/bin/arm-linux-androideabi-ar
configure:7728: result: arm-linux-androideabi-ar
configure:7809: checking for archiver @FILE support
configure:7826: arm-linux-androideabi-gcc -c -Wall -Wextra -Wpedantic -Wformat=2 -Wconversion -Wno-long-long -Wno-deprecated-declarations -fPIE -fstack-protector -D_FORTIFY_SOURCE=2 conftest.c >&5
configure:7826: $? = 0
configure:7829: arm-linux-androideabi-ar cru libconftest.a @conftest.lst >&5
configure:7832: $? = 0
configure:7837: arm-linux-androideabi-ar cru libconftest.a @conftest.lst >&5
arm-linux-androideabi-ar: conftest.o: No such file or directory
configure:7840: $? = 1
configure:7852: result: @
configure:7870: checking for arm-linux-androideabi-strip
configure:7897: result: arm-linux-androideabi-strip
configure:7969: checking for arm-linux-androideabi-ranlib
configure:7985: found /sysroot/bin/arm-linux-androideabi-ranlib
configure:7996: result: arm-linux-androideabi-ranlib
configure:8138: checking command to parse /sysroot/bin/arm-linux-androideabi-nm -B output from arm-linux-androideabi-gcc object
configure:8258: arm-linux-androideabi-gcc -c -Wall -Wextra -Wpedantic -Wformat=2 -Wconversion -Wno-long-long -Wno-deprecated-declarations -fPIE -fstack-protector -D_FORTIFY_SOURCE=2 conftest.c >&5
configure:8261: $? = 0
configure:8265: /sysroot/bin/arm-linux-androideabi-nm -B conftest.o \| sed -n -e 's/^.*[ ]\([ABCDGIRSTW][ABCDGIRSTW]*\)[ ][ ]*\([_A-Za-z][_A-Za-z0-9]*\)$/\1 \2 \2/p' | sed '/ __gnu_lto/d' \> conftest.nm
configure:8268: $? = 0
configure:8334: arm-linux-androideabi-gcc -o conftest -Wall -Wextra -Wpedantic -Wformat=2 -Wconversion -Wno-long-long -Wno-deprecated-declarations -fPIE -fstack-protector -D_FORTIFY_SOURCE=2 -fPIE -pie -Wl,-z,relro -Wl,-z,now -Wl,-z,noexecstack conftest.c conftstm.o >&5
conftest.c:29:20: warning: ISO C forbids conversion of function pointer to object pointer type [-Wpedantic]
{"nm_test_func", (void *) &nm_test_func},
^
configure:8337: $? = 0
configure:8375: result: ok
configure:8412: checking for sysroot
configure:8442: result: no
configure:8671: checking for arm-linux-androideabi-mt
configure:8701: result: no
configure:8711: checking for mt
configure:8741: result: no
configure:8761: checking if : is a manifest tool
configure:8767: : '-?'
configure:8775: result: no
configure:9417: checking how to run the C preprocessor
configure:9448: arm-linux-androideabi-gcc -E conftest.c
configure:9448: $? = 0
configure:9462: arm-linux-androideabi-gcc -E conftest.c
conftest.c:17:28: fatal error: ac_nonexistent.h: No such file or directory
#include
^
compilation terminated.
configure:9462: $? = 1
configure: failed program was:
| /* confdefs.h */
| #define PACKAGE_NAME "stunnel"
| #define PACKAGE_TARNAME "stunnel"
| #define PACKAGE_VERSION "5.33"
| #define PACKAGE_STRING "stunnel 5.33"
| #define PACKAGE_BUGREPORT ""
| #define PACKAGE_URL ""
| #define PACKAGE "stunnel"
| #define VERSION "5.33"
| #define HOST "arm-unknown-linux-androideabi"
| #define CPU_ARM 1
| #define VENDOR_UNKNOWN 1
| #define OS_LINUX_ANDROIDEABI 1
| #define _GNU_SOURCE 1
| #define USE_PTHREAD 1
| /* end confdefs.h. */
| #include
configure:9487: result: arm-linux-androideabi-gcc -E
configure:9507: arm-linux-androideabi-gcc -E conftest.c
configure:9507: $? = 0
configure:9521: arm-linux-androideabi-gcc -E conftest.c
conftest.c:17:28: fatal error: ac_nonexistent.h: No such file or directory
#include
^
compilation terminated.
configure:9521: $? = 1
configure: failed program was:
| /* confdefs.h */
| #define PACKAGE_NAME "stunnel"
| #define PACKAGE_TARNAME "stunnel"
| #define PACKAGE_VERSION "5.33"
| #define PACKAGE_STRING "stunnel 5.33"
| #define PACKAGE_BUGREPORT ""
| #define PACKAGE_URL ""
| #define PACKAGE "stunnel"
| #define VERSION "5.33"
| #define HOST "arm-unknown-linux-androideabi"
| #define CPU_ARM 1
| #define VENDOR_UNKNOWN 1
| #define OS_LINUX_ANDROIDEABI 1
| #define _GNU_SOURCE 1
| #define USE_PTHREAD 1
| /* end confdefs.h. */
| #include
configure:9550: checking for ANSI C header files
configure:9570: arm-linux-androideabi-gcc -c -Wall -Wextra -Wpedantic -Wformat=2 -Wconversion -Wno-long-long -Wno-deprecated-declarations -fPIE -fstack-protector -D_FORTIFY_SOURCE=2 conftest.c >&5
configure:9570: $? = 0
configure:9654: result: yes
configure:9667: checking for sys/types.h
configure:9667: arm-linux-androideabi-gcc -c -Wall -Wextra -Wpedantic -Wformat=2 -Wconversion -Wno-long-long -Wno-deprecated-declarations -fPIE -fstack-protector -D_FORTIFY_SOURCE=2 conftest.c >&5
configure:9667: $? = 0
configure:9667: result: yes
configure:9667: checking for sys/stat.h
configure:9667: arm-linux-androideabi-gcc -c -Wall -Wextra -Wpedantic -Wformat=2 -Wconversion -Wno-long-long -Wno-deprecated-declarations -fPIE -fstack-protector -D_FORTIFY_SOURCE=2 conftest.c >&5
configure:9667: $? = 0
configure:9667: result: yes
configure:9667: checking for stdlib.h
configure:9667: arm-linux-androideabi-gcc -c -Wall -Wextra -Wpedantic -Wformat=2 -Wconversion -Wno-long-long -Wno-deprecated-declarations -fPIE -fstack-protector -D_FORTIFY_SOURCE=2 conftest.c >&5
configure:9667: $? = 0
configure:9667: result: yes
configure:9667: checking for string.h
configure:9667: arm-linux-androideabi-gcc -c -Wall -Wextra -Wpedantic -Wformat=2 -Wconversion -Wno-long-long -Wno-deprecated-declarations -fPIE -fstack-protector -D_FORTIFY_SOURCE=2 conftest.c >&5
configure:9667: $? = 0
configure:9667: result: yes
configure:9667: checking for memory.h
configure:9667: arm-linux-androideabi-gcc -c -Wall -Wextra -Wpedantic -Wformat=2 -Wconversion -Wno-long-long -Wno-deprecated-declarations -fPIE -fstack-protector -D_FORTIFY_SOURCE=2 conftest.c >&5
configure:9667: $? = 0
configure:9667: result: yes
configure:9667: checking for strings.h
configure:9667: arm-linux-androideabi-gcc -c -Wall -Wextra -Wpedantic -Wformat=2 -Wconversion -Wno-long-long -Wno-deprecated-declarations -fPIE -fstack-protector -D_FORTIFY_SOURCE=2 conftest.c >&5
configure:9667: $? = 0
configure:9667: result: yes
configure:9667: checking for inttypes.h
configure:9667: arm-linux-androideabi-gcc -c -Wall -Wextra -Wpedantic -Wformat=2 -Wconversion -Wno-long-long -Wno-deprecated-declarations -fPIE -fstack-protector -D_FORTIFY_SOURCE=2 conftest.c >&5
configure:9667: $? = 0
configure:9667: result: yes
configure:9667: checking for stdint.h
configure:9667: arm-linux-androideabi-gcc -c -Wall -Wextra -Wpedantic -Wformat=2 -Wconversion -Wno-long-long -Wno-deprecated-declarations -fPIE -fstack-protector -D_FORTIFY_SOURCE=2 conftest.c >&5
configure:9667: $? = 0
configure:9667: result: yes
configure:9667: checking for unistd.h
configure:9667: arm-linux-androideabi-gcc -c -Wall -Wextra -Wpedantic -Wformat=2 -Wconversion -Wno-long-long -Wno-deprecated-declarations -fPIE -fstack-protector -D_FORTIFY_SOURCE=2 conftest.c >&5
configure:9667: $? = 0
configure:9667: result: yes
configure:9681: checking for dlfcn.h
configure:9681: arm-linux-androideabi-gcc -c -Wall -Wextra -Wpedantic -Wformat=2 -Wconversion -Wno-long-long -Wno-deprecated-declarations -fPIE -fstack-protector -D_FORTIFY_SOURCE=2 conftest.c >&5
configure:9681: $? = 0
configure:9681: result: yes
configure:9886: checking for objdir
configure:9901: result: .libs
configure:10172: checking if arm-linux-androideabi-gcc supports -fno-rtti -fno-exceptions
configure:10190: arm-linux-androideabi-gcc -c -Wall -Wextra -Wpedantic -Wformat=2 -Wconversion -Wno-long-long -Wno-deprecated-declarations -fPIE -fstack-protector -D_FORTIFY_SOURCE=2 -fno-rtti -fno-exceptions conftest.c >&5
cc1: warning: command line option '-fno-rtti' is valid for C++/ObjC++ but not for C [enabled by default]
configure:10194: $? = 0
configure:10207: result: no
configure:10534: checking for arm-linux-androideabi-gcc option to produce PIC
configure:10541: result: -fPIC -DPIC
configure:10549: checking if arm-linux-androideabi-gcc PIC flag -fPIC -DPIC works
configure:10567: arm-linux-androideabi-gcc -c -Wall -Wextra -Wpedantic -Wformat=2 -Wconversion -Wno-long-long -Wno-deprecated-declarations -fPIE -fstack-protector -D_FORTIFY_SOURCE=2 -fPIC -DPIC -DPIC conftest.c >&5
configure:10571: $? = 0
configure:10584: result: yes
configure:10613: checking if arm-linux-androideabi-gcc static flag -static works
configure:10641: result: yes
configure:10656: checking if arm-linux-androideabi-gcc supports -c -o file.o
configure:10677: arm-linux-androideabi-gcc -c -Wall -Wextra -Wpedantic -Wformat=2 -Wconversion -Wno-long-long -Wno-deprecated-declarations -fPIE -fstack-protector -D_FORTIFY_SOURCE=2 -o out/conftest2.o conftest.c >&5
configure:10681: $? = 0
configure:10703: result: yes
configure:10711: checking if arm-linux-androideabi-gcc supports -c -o file.o
configure:10758: result: yes
configure:10791: checking whether the arm-linux-androideabi-gcc linker (/sysroot/arm-linux-androideabi/bin/ld) supports shared libraries
configure:11948: result: yes
configure:11985: checking whether -lc should be explicitly linked in
configure:11993: arm-linux-androideabi-gcc -c -Wall -Wextra -Wpedantic -Wformat=2 -Wconversion -Wno-long-long -Wno-deprecated-declarations -fPIE -fstack-protector -D_FORTIFY_SOURCE=2 conftest.c >&5
configure:11996: $? = 0
configure:12011: arm-linux-androideabi-gcc -shared -fPIC -DPIC conftest.o -v -Wl,-soname -Wl,conftest -o conftest 2\>\&1 \| /usr/sbin/grep -lc \>/dev/null 2\>\&1
configure:12014: $? = 0
configure:12028: result: no
configure:12188: checking dynamic linker characteristics
configure:12688: arm-linux-androideabi-gcc -o conftest -Wall -Wextra -Wpedantic -Wformat=2 -Wconversion -Wno-long-long -Wno-deprecated-declarations -fPIE -fstack-protector -D_FORTIFY_SOURCE=2 -fPIE -pie -Wl,-z,relro -Wl,-z,now -Wl,-z,noexecstack -Wl,-rpath -Wl,/foo conftest.c >&5
configure:12688: $? = 0
configure:12922: result: GNU/Linux ld.so
configure:13029: checking how to hardcode library paths into programs
configure:13054: result: immediate
configure:13594: checking whether stripping libraries is possible
configure:13599: result: yes
configure:13634: checking if libtool supports shared libraries
configure:13636: result: yes
configure:13639: checking whether to build shared libraries
configure:13660: result: yes
configure:13663: checking whether to build static libraries
configure:13667: result: no
configure:13706: **************************************** types
configure:13708: checking for int8_t
configure:13708: arm-linux-androideabi-gcc -c -Wall -Wextra -Wpedantic -Wformat=2 -Wconversion -Wno-long-long -Wno-deprecated-declarations -fPIE -fstack-protector -D_FORTIFY_SOURCE=2 conftest.c >&5
configure:13708: $? = 0
configure:13708: arm-linux-androideabi-gcc -c -Wall -Wextra -Wpedantic -Wformat=2 -Wconversion -Wno-long-long -Wno-deprecated-declarations -fPIE -fstack-protector -D_FORTIFY_SOURCE=2 conftest.c >&5
conftest.c: In function 'main':
conftest.c:66:12: error: size of array 'test_array' is negative
static int test_array [1 - 2 * !((int8_t) (((((int8_t) 1 << N) << N) - 1) * 2 + 1)
^
configure:13708: $? = 1
configure: failed program was:
| /* confdefs.h */
| #define PACKAGE_NAME "stunnel"
| #define PACKAGE_TARNAME "stunnel"
| #define PACKAGE_VERSION "5.33"
| #define PACKAGE_STRING "stunnel 5.33"
| #define PACKAGE_BUGREPORT ""
| #define PACKAGE_URL ""
| #define PACKAGE "stunnel"
| #define VERSION "5.33"
| #define HOST "arm-unknown-linux-androideabi"
| #define CPU_ARM 1
| #define VENDOR_UNKNOWN 1
| #define OS_LINUX_ANDROIDEABI 1
| #define _GNU_SOURCE 1
| #define USE_PTHREAD 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_DLFCN_H 1
| #define LT_OBJDIR ".libs/"
| /* end confdefs.h. */
| #include
| #ifdef HAVE_SYS_TYPES_H
| # include
| #endif
| #ifdef HAVE_SYS_STAT_H
| # include
| #endif
| #ifdef STDC_HEADERS
| # include
| # include
| #else
| # ifdef HAVE_STDLIB_H
| # include
| # endif
| #endif
| #ifdef HAVE_STRING_H
| # if !defined STDC_HEADERS && defined HAVE_MEMORY_H
| # include
| # endif
| # include
| #endif
| #ifdef HAVE_STRINGS_H
| # include
| #endif
| #ifdef HAVE_INTTYPES_H
| # include
| #endif
| #ifdef HAVE_STDINT_H
| # include
| #endif
| #ifdef HAVE_UNISTD_H
| # include
| #endif
| enum { N = 8 / 2 - 1 };
| int
| main ()
| {
| static int test_array [1 - 2 * !((int8_t) (((((int8_t) 1 << N) << N) - 1) * 2 + 1)
| < (int8_t) (((((int8_t) 1 << N) << N) - 1) * 2 + 2))];
| test_array [0] = 0;
| return test_array [0];
|
| ;
| return 0;
| }
configure:13708: result: yes
configure:13719: checking for int16_t
configure:13719: arm-linux-androideabi-gcc -c -Wall -Wextra -Wpedantic -Wformat=2 -Wconversion -Wno-long-long -Wno-deprecated-declarations -fPIE -fstack-protector -D_FORTIFY_SOURCE=2 conftest.c >&5
configure:13719: $? = 0
configure:13719: arm-linux-androideabi-gcc -c -Wall -Wextra -Wpedantic -Wformat=2 -Wconversion -Wno-long-long -Wno-deprecated-declarations -fPIE -fstack-protector -D_FORTIFY_SOURCE=2 conftest.c >&5
conftest.c: In function 'main':
conftest.c:66:12: error: size of array 'test_array' is negative
static int test_array [1 - 2 * !((int16_t) (((((int16_t) 1 << N) << N) - 1) * 2 + 1)
^
configure:13719: $? = 1
configure: failed program was:
| /* confdefs.h */
| #define PACKAGE_NAME "stunnel"
| #define PACKAGE_TARNAME "stunnel"
| #define PACKAGE_VERSION "5.33"
| #define PACKAGE_STRING "stunnel 5.33"
| #define PACKAGE_BUGREPORT ""
| #define PACKAGE_URL ""
| #define PACKAGE "stunnel"
| #define VERSION "5.33"
| #define HOST "arm-unknown-linux-androideabi"
| #define CPU_ARM 1
| #define VENDOR_UNKNOWN 1
| #define OS_LINUX_ANDROIDEABI 1
| #define _GNU_SOURCE 1
| #define USE_PTHREAD 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_DLFCN_H 1
| #define LT_OBJDIR ".libs/"
| /* end confdefs.h. */
| #include
| #ifdef HAVE_SYS_TYPES_H
| # include
| #endif
| #ifdef HAVE_SYS_STAT_H
| # include
| #endif
| #ifdef STDC_HEADERS
| # include
| # include
| #else
| # ifdef HAVE_STDLIB_H
| # include
| # endif
| #endif
| #ifdef HAVE_STRING_H
| # if !defined STDC_HEADERS && defined HAVE_MEMORY_H
| # include
| # endif
| # include
| #endif
| #ifdef HAVE_STRINGS_H
| # include
| #endif
| #ifdef HAVE_INTTYPES_H
| # include
| #endif
| #ifdef HAVE_STDINT_H
| # include
| #endif
| #ifdef HAVE_UNISTD_H
| # include
| #endif
| enum { N = 16 / 2 - 1 };
| int
| main ()
| {
| static int test_array [1 - 2 * !((int16_t) (((((int16_t) 1 << N) << N) - 1) * 2 + 1)
| < (int16_t) (((((int16_t) 1 << N) << N) - 1) * 2 + 2))];
| test_array [0] = 0;
| return test_array [0];
|
| ;
| return 0;
| }
configure:13719: result: yes
configure:13730: checking for int32_t
configure:13730: arm-linux-androideabi-gcc -c -Wall -Wextra -Wpedantic -Wformat=2 -Wconversion -Wno-long-long -Wno-deprecated-declarations -fPIE -fstack-protector -D_FORTIFY_SOURCE=2 conftest.c >&5
configure:13730: $? = 0
configure:13730: arm-linux-androideabi-gcc -c -Wall -Wextra -Wpedantic -Wformat=2 -Wconversion -Wno-long-long -Wno-deprecated-declarations -fPIE -fstack-protector -D_FORTIFY_SOURCE=2 conftest.c >&5
conftest.c: In function 'main':
conftest.c:67:53: warning: integer overflow in expression [-Woverflow]
< (int32_t) (((((int32_t) 1 << N) << N) - 1) * 2 + 2))];
^
conftest.c:67:4: warning: ISO C90 forbids array 'test_array' whose size can't be evaluated [-Wvla]
< (int32_t) (((((int32_t) 1 << N) << N) - 1) * 2 + 2))];
^
conftest.c:66:12: error: storage size of 'test_array' isn't constant
static int test_array [1 - 2 * !((int32_t) (((((int32_t) 1 << N) << N) - 1) * 2 + 1)
^
conftest.c:66:12: warning: unused variable 'test_array' [-Wunused-variable]
configure:13730: $? = 1
configure: failed program was:
| /* confdefs.h */
| #define PACKAGE_NAME "stunnel"
| #define PACKAGE_TARNAME "stunnel"
| #define PACKAGE_VERSION "5.33"
| #define PACKAGE_STRING "stunnel 5.33"
| #define PACKAGE_BUGREPORT ""
| #define PACKAGE_URL ""
| #define PACKAGE "stunnel"
| #define VERSION "5.33"
| #define HOST "arm-unknown-linux-androideabi"
| #define CPU_ARM 1
| #define VENDOR_UNKNOWN 1
| #define OS_LINUX_ANDROIDEABI 1
| #define _GNU_SOURCE 1
| #define USE_PTHREAD 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_DLFCN_H 1
| #define LT_OBJDIR ".libs/"
| /* end confdefs.h. */
| #include
| #ifdef HAVE_SYS_TYPES_H
| # include
| #endif
| #ifdef HAVE_SYS_STAT_H
| # include
| #endif
| #ifdef STDC_HEADERS
| # include
| # include
| #else
| # ifdef HAVE_STDLIB_H
| # include
| # endif
| #endif
| #ifdef HAVE_STRING_H
| # if !defined STDC_HEADERS && defined HAVE_MEMORY_H
| # include
| # endif
| # include
| #endif
| #ifdef HAVE_STRINGS_H
| # include
| #endif
| #ifdef HAVE_INTTYPES_H
| # include
| #endif
| #ifdef HAVE_STDINT_H
| # include
| #endif
| #ifdef HAVE_UNISTD_H
| # include
| #endif
| enum { N = 32 / 2 - 1 };
| int
| main ()
| {
| static int test_array [1 - 2 * !((int32_t) (((((int32_t) 1 << N) << N) - 1) * 2 + 1)
| < (int32_t) (((((int32_t) 1 << N) << N) - 1) * 2 + 2))];
| test_array [0] = 0;
| return test_array [0];
|
| ;
| return 0;
| }
configure:13730: result: yes
configure:13741: checking for int64_t
configure:13741: arm-linux-androideabi-gcc -c -Wall -Wextra -Wpedantic -Wformat=2 -Wconversion -Wno-long-long -Wno-deprecated-declarations -fPIE -fstack-protector -D_FORTIFY_SOURCE=2 conftest.c >&5
configure:13741: $? = 0
configure:13741: arm-linux-androideabi-gcc -c -Wall -Wextra -Wpedantic -Wformat=2 -Wconversion -Wno-long-long -Wno-deprecated-declarations -fPIE -fstack-protector -D_FORTIFY_SOURCE=2 conftest.c >&5
conftest.c: In function 'main':
conftest.c:67:53: warning: integer overflow in expression [-Woverflow]
< (int64_t) (((((int64_t) 1 << N) << N) - 1) * 2 + 2))];
^
conftest.c:67:4: warning: ISO C90 forbids array 'test_array' whose size can't be evaluated [-Wvla]
< (int64_t) (((((int64_t) 1 << N) << N) - 1) * 2 + 2))];
^
conftest.c:66:12: error: storage size of 'test_array' isn't constant
static int test_array [1 - 2 * !((int64_t) (((((int64_t) 1 << N) << N) - 1) * 2 + 1)
^
conftest.c:66:12: warning: unused variable 'test_array' [-Wunused-variable]
configure:13741: $? = 1
configure: failed program was:
| /* confdefs.h */
| #define PACKAGE_NAME "stunnel"
| #define PACKAGE_TARNAME "stunnel"
| #define PACKAGE_VERSION "5.33"
| #define PACKAGE_STRING "stunnel 5.33"
| #define PACKAGE_BUGREPORT ""
| #define PACKAGE_URL ""
| #define PACKAGE "stunnel"
| #define VERSION "5.33"
| #define HOST "arm-unknown-linux-androideabi"
| #define CPU_ARM 1
| #define VENDOR_UNKNOWN 1
| #define OS_LINUX_ANDROIDEABI 1
| #define _GNU_SOURCE 1
| #define USE_PTHREAD 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_DLFCN_H 1
| #define LT_OBJDIR ".libs/"
| /* end confdefs.h. */
| #include
| #ifdef HAVE_SYS_TYPES_H
| # include
| #endif
| #ifdef HAVE_SYS_STAT_H
| # include
| #endif
| #ifdef STDC_HEADERS
| # include
| # include
| #else
| # ifdef HAVE_STDLIB_H
| # include
| # endif
| #endif
| #ifdef HAVE_STRING_H
| # if !defined STDC_HEADERS && defined HAVE_MEMORY_H
| # include
| # endif
| # include
| #endif
| #ifdef HAVE_STRINGS_H
| # include
| #endif
| #ifdef HAVE_INTTYPES_H
| # include
| #endif
| #ifdef HAVE_STDINT_H
| # include
| #endif
| #ifdef HAVE_UNISTD_H
| # include
| #endif
| enum { N = 64 / 2 - 1 };
| int
| main ()
| {
| static int test_array [1 - 2 * !((int64_t) (((((int64_t) 1 << N) << N) - 1) * 2 + 1)
| < (int64_t) (((((int64_t) 1 << N) << N) - 1) * 2 + 2))];
| test_array [0] = 0;
| return test_array [0];
|
| ;
| return 0;
| }
configure:13741: result: yes
configure:13752: checking for uint8_t
configure:13752: arm-linux-androideabi-gcc -c -Wall -Wextra -Wpedantic -Wformat=2 -Wconversion -Wno-long-long -Wno-deprecated-declarations -fPIE -fstack-protector -D_FORTIFY_SOURCE=2 conftest.c >&5
configure:13752: $? = 0
configure:13752: result: yes
configure:13766: checking for uint16_t
configure:13766: arm-linux-androideabi-gcc -c -Wall -Wextra -Wpedantic -Wformat=2 -Wconversion -Wno-long-long -Wno-deprecated-declarations -fPIE -fstack-protector -D_FORTIFY_SOURCE=2 conftest.c >&5
configure:13766: $? = 0
configure:13766: result: yes
configure:13778: checking for uint32_t
configure:13778: arm-linux-androideabi-gcc -c -Wall -Wextra -Wpedantic -Wformat=2 -Wconversion -Wno-long-long -Wno-deprecated-declarations -fPIE -fstack-protector -D_FORTIFY_SOURCE=2 conftest.c >&5
configure:13778: $? = 0
configure:13778: result: yes
configure:13792: checking for uint64_t
configure:13792: arm-linux-androideabi-gcc -c -Wall -Wextra -Wpedantic -Wformat=2 -Wconversion -Wno-long-long -Wno-deprecated-declarations -fPIE -fstack-protector -D_FORTIFY_SOURCE=2 conftest.c >&5
configure:13792: $? = 0
configure:13792: result: yes
configure:13806: checking for size_t
configure:13806: arm-linux-androideabi-gcc -c -Wall -Wextra -Wpedantic -Wformat=2 -Wconversion -Wno-long-long -Wno-deprecated-declarations -fPIE -fstack-protector -D_FORTIFY_SOURCE=2 conftest.c >&5
configure:13806: $? = 0
configure:13806: arm-linux-androideabi-gcc -c -Wall -Wextra -Wpedantic -Wformat=2 -Wconversion -Wno-long-long -Wno-deprecated-declarations -fPIE -fstack-protector -D_FORTIFY_SOURCE=2 conftest.c >&5
conftest.c: In function 'main':
conftest.c:65:21: error: expected expression before ')' token
if (sizeof ((size_t)))
^
configure:13806: $? = 1
configure: failed program was:
| /* confdefs.h */
| #define PACKAGE_NAME "stunnel"
| #define PACKAGE_TARNAME "stunnel"
| #define PACKAGE_VERSION "5.33"
| #define PACKAGE_STRING "stunnel 5.33"
| #define PACKAGE_BUGREPORT ""
| #define PACKAGE_URL ""
| #define PACKAGE "stunnel"
| #define VERSION "5.33"
| #define HOST "arm-unknown-linux-androideabi"
| #define CPU_ARM 1
| #define VENDOR_UNKNOWN 1
| #define OS_LINUX_ANDROIDEABI 1
| #define _GNU_SOURCE 1
| #define USE_PTHREAD 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_DLFCN_H 1
| #define LT_OBJDIR ".libs/"
| /* end confdefs.h. */
| #include
| #ifdef HAVE_SYS_TYPES_H
| # include
| #endif
| #ifdef HAVE_SYS_STAT_H
| # include
| #endif
| #ifdef STDC_HEADERS
| # include
| # include
| #else
| # ifdef HAVE_STDLIB_H
| # include
| # endif
| #endif
| #ifdef HAVE_STRING_H
| # if !defined STDC_HEADERS && defined HAVE_MEMORY_H
| # include
| # endif
| # include
| #endif
| #ifdef HAVE_STRINGS_H
| # include
| #endif
| #ifdef HAVE_INTTYPES_H
| # include
| #endif
| #ifdef HAVE_STDINT_H
| # include
| #endif
| #ifdef HAVE_UNISTD_H
| # include
| #endif
| int
| main ()
| {
| if (sizeof ((size_t)))
| return 0;
| ;
| return 0;
| }
configure:13806: result: yes
configure:13817: checking for ssize_t
configure:13817: arm-linux-androideabi-gcc -c -Wall -Wextra -Wpedantic -Wformat=2 -Wconversion -Wno-long-long -Wno-deprecated-declarations -fPIE -fstack-protector -D_FORTIFY_SOURCE=2 conftest.c >&5
configure:13817: $? = 0
configure:13817: arm-linux-androideabi-gcc -c -Wall -Wextra -Wpedantic -Wformat=2 -Wconversion -Wno-long-long -Wno-deprecated-declarations -fPIE -fstack-protector -D_FORTIFY_SOURCE=2 conftest.c >&5
conftest.c: In function 'main':
conftest.c:65:22: error: expected expression before ')' token
if (sizeof ((ssize_t)))
^
configure:13817: $? = 1
configure: failed program was:
| /* confdefs.h */
| #define PACKAGE_NAME "stunnel"
| #define PACKAGE_TARNAME "stunnel"
| #define PACKAGE_VERSION "5.33"
| #define PACKAGE_STRING "stunnel 5.33"
| #define PACKAGE_BUGREPORT ""
| #define PACKAGE_URL ""
| #define PACKAGE "stunnel"
| #define VERSION "5.33"
| #define HOST "arm-unknown-linux-androideabi"
| #define CPU_ARM 1
| #define VENDOR_UNKNOWN 1
| #define OS_LINUX_ANDROIDEABI 1
| #define _GNU_SOURCE 1
| #define USE_PTHREAD 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_DLFCN_H 1
| #define LT_OBJDIR ".libs/"
| /* end confdefs.h. */
| #include
| #ifdef HAVE_SYS_TYPES_H
| # include
| #endif
| #ifdef HAVE_SYS_STAT_H
| # include
| #endif
| #ifdef STDC_HEADERS
| # include
| # include
| #else
| # ifdef HAVE_STDLIB_H
| # include
| # endif
| #endif
| #ifdef HAVE_STRING_H
| # if !defined STDC_HEADERS && defined HAVE_MEMORY_H
| # include
| # endif
| # include
| #endif
| #ifdef HAVE_STRINGS_H
| # include
| #endif
| #ifdef HAVE_INTTYPES_H
| # include
| #endif
| #ifdef HAVE_STDINT_H
| # include
| #endif
| #ifdef HAVE_UNISTD_H
| # include
| #endif
| int
| main ()
| {
| if (sizeof ((ssize_t)))
| return 0;
| ;
| return 0;
| }
configure:13817: result: yes
configure:13828: checking for uid_t in sys/types.h
configure:13847: result: yes
configure:13858: checking for socklen_t
configure:13867: result: yes
configure:13878: checking for struct sockaddr_un
configure:13878: arm-linux-androideabi-gcc -c -Wall -Wextra -Wpedantic -Wformat=2 -Wconversion -Wno-long-long -Wno-deprecated-declarations -fPIE -fstack-protector -D_FORTIFY_SOURCE=2 conftest.c >&5
configure:13878: $? = 0
configure:13878: arm-linux-androideabi-gcc -c -Wall -Wextra -Wpedantic -Wformat=2 -Wconversion -Wno-long-long -Wno-deprecated-declarations -fPIE -fstack-protector -D_FORTIFY_SOURCE=2 conftest.c >&5
conftest.c: In function 'main':
conftest.c:34:33: error: expected expression before ')' token
if (sizeof ((struct sockaddr_un)))
^
configure:13878: $? = 1
configure: failed program was:
| /* confdefs.h */
| #define PACKAGE_NAME "stunnel"
| #define PACKAGE_TARNAME "stunnel"
| #define PACKAGE_VERSION "5.33"
| #define PACKAGE_STRING "stunnel 5.33"
| #define PACKAGE_BUGREPORT ""
| #define PACKAGE_URL ""
| #define PACKAGE "stunnel"
| #define VERSION "5.33"
| #define HOST "arm-unknown-linux-androideabi"
| #define CPU_ARM 1
| #define VENDOR_UNKNOWN 1
| #define OS_LINUX_ANDROIDEABI 1
| #define _GNU_SOURCE 1
| #define USE_PTHREAD 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_DLFCN_H 1
| #define LT_OBJDIR ".libs/"
| /* end confdefs.h. */
| #include
|
| int
| main ()
| {
| if (sizeof ((struct sockaddr_un)))
| return 0;
| ;
| return 0;
| }
configure:13878: result: yes
configure:13889: checking for struct addrinfo
configure:13889: arm-linux-androideabi-gcc -c -Wall -Wextra -Wpedantic -Wformat=2 -Wconversion -Wno-long-long -Wno-deprecated-declarations -fPIE -fstack-protector -D_FORTIFY_SOURCE=2 conftest.c >&5
configure:13889: $? = 0
configure:13889: arm-linux-androideabi-gcc -c -Wall -Wextra -Wpedantic -Wformat=2 -Wconversion -Wno-long-long -Wno-deprecated-declarations -fPIE -fstack-protector -D_FORTIFY_SOURCE=2 conftest.c >&5
conftest.c: In function 'main':
conftest.c:35:30: error: expected expression before ')' token
if (sizeof ((struct addrinfo)))
^
configure:13889: $? = 1
configure: failed program was:
| /* confdefs.h */
| #define PACKAGE_NAME "stunnel"
| #define PACKAGE_TARNAME "stunnel"
| #define PACKAGE_VERSION "5.33"
| #define PACKAGE_STRING "stunnel 5.33"
| #define PACKAGE_BUGREPORT ""
| #define PACKAGE_URL ""
| #define PACKAGE "stunnel"
| #define VERSION "5.33"
| #define HOST "arm-unknown-linux-androideabi"
| #define CPU_ARM 1
| #define VENDOR_UNKNOWN 1
| #define OS_LINUX_ANDROIDEABI 1
| #define _GNU_SOURCE 1
| #define USE_PTHREAD 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_DLFCN_H 1
| #define LT_OBJDIR ".libs/"
| #define HAVE_STRUCT_SOCKADDR_UN 1
| /* end confdefs.h. */
| #include
|
| int
| main ()
| {
| if (sizeof ((struct addrinfo)))
| return 0;
| ;
| return 0;
| }
configure:13889: result: yes
configure:13901: **************************************** PTY device files
configure:13951: WARNING: cross-compilation: assuming /dev/ptmx and /dev/ptc are not available
configure:13955: **************************************** entropy sources
configure:14016: WARNING: cross-compilation: assuming entropy sources are not available
configure:14020: **************************************** default group
configure:14026: WARNING: cross-compilation: assuming nogroup is not available
configure:14029: checking for default group
configure:14031: result: nobody
configure:14035: **************************************** header files
configure:14044: checking for stdint.h
configure:14044: result: yes
configure:14044: checking for inttypes.h
configure:14044: result: yes
configure:14044: checking malloc.h usability
configure:14044: arm-linux-androideabi-gcc -c -Wall -Wextra -Wpedantic -Wformat=2 -Wconversion -Wno-long-long -Wno-deprecated-declarations -fPIE -fstack-protector -D_FORTIFY_SOURCE=2 conftest.c >&5
configure:14044: $? = 0
configure:14044: result: yes
configure:14044: checking malloc.h presence
configure:14044: arm-linux-androideabi-gcc -E conftest.c
configure:14044: $? = 0
configure:14044: result: yes
configure:14044: checking for malloc.h
configure:14044: result: yes
configure:14044: checking ucontext.h usability
configure:14044: arm-linux-androideabi-gcc -c -Wall -Wextra -Wpedantic -Wformat=2 -Wconversion -Wno-long-long -Wno-deprecated-declarations -fPIE -fstack-protector -D_FORTIFY_SOURCE=2 conftest.c >&5
configure:14044: $? = 0
configure:14044: result: yes
configure:14044: checking ucontext.h presence
configure:14044: arm-linux-androideabi-gcc -E conftest.c
configure:14044: $? = 0
configure:14044: result: yes
configure:14044: checking for ucontext.h
configure:14044: result: yes
configure:14044: checking pthread.h usability
configure:14044: arm-linux-androideabi-gcc -c -Wall -Wextra -Wpedantic -Wformat=2 -Wconversion -Wno-long-long -Wno-deprecated-declarations -fPIE -fstack-protector -D_FORTIFY_SOURCE=2 conftest.c >&5
configure:14044: $? = 0
configure:14044: result: yes
configure:14044: checking pthread.h presence
configure:14044: arm-linux-androideabi-gcc -E conftest.c
configure:14044: $? = 0
configure:14044: result: yes
configure:14044: checking for pthread.h
configure:14044: result: yes
configure:14044: checking poll.h usability
configure:14044: arm-linux-androideabi-gcc -c -Wall -Wextra -Wpedantic -Wformat=2 -Wconversion -Wno-long-long -Wno-deprecated-declarations -fPIE -fstack-protector -D_FORTIFY_SOURCE=2 conftest.c >&5
configure:14044: $? = 0
configure:14044: result: yes
configure:14044: checking poll.h presence
configure:14044: arm-linux-androideabi-gcc -E conftest.c
configure:14044: $? = 0
configure:14044: result: yes
configure:14044: checking for poll.h
configure:14044: result: yes
configure:14044: checking tcpd.h usability
configure:14044: arm-linux-androideabi-gcc -c -Wall -Wextra -Wpedantic -Wformat=2 -Wconversion -Wno-long-long -Wno-deprecated-declarations -fPIE -fstack-protector -D_FORTIFY_SOURCE=2 conftest.c >&5
conftest.c:70:18: fatal error: tcpd.h: No such file or directory
#include
^
compilation terminated.
configure:14044: $? = 1
configure: failed program was:
| /* confdefs.h */
| #define PACKAGE_NAME "stunnel"
| #define PACKAGE_TARNAME "stunnel"
| #define PACKAGE_VERSION "5.33"
| #define PACKAGE_STRING "stunnel 5.33"
| #define PACKAGE_BUGREPORT ""
| #define PACKAGE_URL ""
| #define PACKAGE "stunnel"
| #define VERSION "5.33"
| #define HOST "arm-unknown-linux-androideabi"
| #define CPU_ARM 1
| #define VENDOR_UNKNOWN 1
| #define OS_LINUX_ANDROIDEABI 1
| #define _GNU_SOURCE 1
| #define USE_PTHREAD 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_DLFCN_H 1
| #define LT_OBJDIR ".libs/"
| #define HAVE_STRUCT_SOCKADDR_UN 1
| #define HAVE_STRUCT_ADDRINFO 1
| #define HAVE_STDINT_H 1
| #define HAVE_INTTYPES_H 1
| #define HAVE_MALLOC_H 1
| #define HAVE_UCONTEXT_H 1
| #define HAVE_PTHREAD_H 1
| #define HAVE_POLL_H 1
| /* end confdefs.h. */
| #include
| #ifdef HAVE_SYS_TYPES_H
| # include
| #endif
| #ifdef HAVE_SYS_STAT_H
| # include
| #endif
| #ifdef STDC_HEADERS
| # include
| # include
| #else
| # ifdef HAVE_STDLIB_H
| # include
| # endif
| #endif
| #ifdef HAVE_STRING_H
| # if !defined STDC_HEADERS && defined HAVE_MEMORY_H
| # include
| # endif
| # include
| #endif
| #ifdef HAVE_STRINGS_H
| # include
| #endif
| #ifdef HAVE_INTTYPES_H
| # include
| #endif
| #ifdef HAVE_STDINT_H
| # include
| #endif
| #ifdef HAVE_UNISTD_H
| # include
| #endif
| #include
configure:14044: result: no
configure:14044: checking tcpd.h presence
configure:14044: arm-linux-androideabi-gcc -E conftest.c
conftest.c:37:18: fatal error: tcpd.h: No such file or directory
#include
^
compilation terminated.
configure:14044: $? = 1
configure: failed program was:
| /* confdefs.h */
| #define PACKAGE_NAME "stunnel"
| #define PACKAGE_TARNAME "stunnel"
| #define PACKAGE_VERSION "5.33"
| #define PACKAGE_STRING "stunnel 5.33"
| #define PACKAGE_BUGREPORT ""
| #define PACKAGE_URL ""
| #define PACKAGE "stunnel"
| #define VERSION "5.33"
| #define HOST "arm-unknown-linux-androideabi"
| #define CPU_ARM 1
| #define VENDOR_UNKNOWN 1
| #define OS_LINUX_ANDROIDEABI 1
| #define _GNU_SOURCE 1
| #define USE_PTHREAD 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_DLFCN_H 1
| #define LT_OBJDIR ".libs/"
| #define HAVE_STRUCT_SOCKADDR_UN 1
| #define HAVE_STRUCT_ADDRINFO 1
| #define HAVE_STDINT_H 1
| #define HAVE_INTTYPES_H 1
| #define HAVE_MALLOC_H 1
| #define HAVE_UCONTEXT_H 1
| #define HAVE_PTHREAD_H 1
| #define HAVE_POLL_H 1
| /* end confdefs.h. */
| #include
configure:14044: result: no
configure:14044: checking for tcpd.h
configure:14044: result: no
configure:14044: checking stropts.h usability
configure:14044: arm-linux-androideabi-gcc -c -Wall -Wextra -Wpedantic -Wformat=2 -Wconversion -Wno-long-long -Wno-deprecated-declarations -fPIE -fstack-protector -D_FORTIFY_SOURCE=2 conftest.c >&5
conftest.c:70:21: fatal error: stropts.h: No such file or directory
#include
^
compilation terminated.
configure:14044: $? = 1
configure: failed program was:
| /* confdefs.h */
| #define PACKAGE_NAME "stunnel"
| #define PACKAGE_TARNAME "stunnel"
| #define PACKAGE_VERSION "5.33"
| #define PACKAGE_STRING "stunnel 5.33"
| #define PACKAGE_BUGREPORT ""
| #define PACKAGE_URL ""
| #define PACKAGE "stunnel"
| #define VERSION "5.33"
| #define HOST "arm-unknown-linux-androideabi"
| #define CPU_ARM 1
| #define VENDOR_UNKNOWN 1
| #define OS_LINUX_ANDROIDEABI 1
| #define _GNU_SOURCE 1
| #define USE_PTHREAD 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_DLFCN_H 1
| #define LT_OBJDIR ".libs/"
| #define HAVE_STRUCT_SOCKADDR_UN 1
| #define HAVE_STRUCT_ADDRINFO 1
| #define HAVE_STDINT_H 1
| #define HAVE_INTTYPES_H 1
| #define HAVE_MALLOC_H 1
| #define HAVE_UCONTEXT_H 1
| #define HAVE_PTHREAD_H 1
| #define HAVE_POLL_H 1
| /* end confdefs.h. */
| #include
| #ifdef HAVE_SYS_TYPES_H
| # include
| #endif
| #ifdef HAVE_SYS_STAT_H
| # include
| #endif
| #ifdef STDC_HEADERS
| # include
| # include
| #else
| # ifdef HAVE_STDLIB_H
| # include
| # endif
| #endif
| #ifdef HAVE_STRING_H
| # if !defined STDC_HEADERS && defined HAVE_MEMORY_H
| # include
| # endif
| # include
| #endif
| #ifdef HAVE_STRINGS_H
| # include
| #endif
| #ifdef HAVE_INTTYPES_H
| # include
| #endif
| #ifdef HAVE_STDINT_H
| # include
| #endif
| #ifdef HAVE_UNISTD_H
| # include
| #endif
| #include
configure:14044: result: no
configure:14044: checking stropts.h presence
configure:14044: arm-linux-androideabi-gcc -E conftest.c
conftest.c:37:21: fatal error: stropts.h: No such file or directory
#include
^
compilation terminated.
configure:14044: $? = 1
configure: failed program was:
| /* confdefs.h */
| #define PACKAGE_NAME "stunnel"
| #define PACKAGE_TARNAME "stunnel"
| #define PACKAGE_VERSION "5.33"
| #define PACKAGE_STRING "stunnel 5.33"
| #define PACKAGE_BUGREPORT ""
| #define PACKAGE_URL ""
| #define PACKAGE "stunnel"
| #define VERSION "5.33"
| #define HOST "arm-unknown-linux-androideabi"
| #define CPU_ARM 1
| #define VENDOR_UNKNOWN 1
| #define OS_LINUX_ANDROIDEABI 1
| #define _GNU_SOURCE 1
| #define USE_PTHREAD 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_DLFCN_H 1
| #define LT_OBJDIR ".libs/"
| #define HAVE_STRUCT_SOCKADDR_UN 1
| #define HAVE_STRUCT_ADDRINFO 1
| #define HAVE_STDINT_H 1
| #define HAVE_INTTYPES_H 1
| #define HAVE_MALLOC_H 1
| #define HAVE_UCONTEXT_H 1
| #define HAVE_PTHREAD_H 1
| #define HAVE_POLL_H 1
| /* end confdefs.h. */
| #include
configure:14044: result: no
configure:14044: checking for stropts.h
configure:14044: result: no
configure:14044: checking grp.h usability
configure:14044: arm-linux-androideabi-gcc -c -Wall -Wextra -Wpedantic -Wformat=2 -Wconversion -Wno-long-long -Wno-deprecated-declarations -fPIE -fstack-protector -D_FORTIFY_SOURCE=2 conftest.c >&5
configure:14044: $? = 0
configure:14044: result: yes
configure:14044: checking grp.h presence
configure:14044: arm-linux-androideabi-gcc -E conftest.c
configure:14044: $? = 0
configure:14044: result: yes
configure:14044: checking for grp.h
configure:14044: result: yes
configure:14044: checking for unistd.h
configure:14044: result: yes
configure:14044: checking util.h usability
configure:14044: arm-linux-androideabi-gcc -c -Wall -Wextra -Wpedantic -Wformat=2 -Wconversion -Wno-long-long -Wno-deprecated-declarations -fPIE -fstack-protector -D_FORTIFY_SOURCE=2 conftest.c >&5
configure:14044: $? = 0
configure:14044: result: yes
configure:14044: checking util.h presence
configure:14044: arm-linux-androideabi-gcc -E conftest.c
configure:14044: $? = 0
configure:14044: result: yes
configure:14044: checking for util.h
configure:14044: result: yes
configure:14044: checking libutil.h usability
configure:14044: arm-linux-androideabi-gcc -c -Wall -Wextra -Wpedantic -Wformat=2 -Wconversion -Wno-long-long -Wno-deprecated-declarations -fPIE -fstack-protector -D_FORTIFY_SOURCE=2 conftest.c >&5
conftest.c:73:21: fatal error: libutil.h: No such file or directory
#include
^
compilation terminated.
configure:14044: $? = 1
configure: failed program was:
| /* confdefs.h */
| #define PACKAGE_NAME "stunnel"
| #define PACKAGE_TARNAME "stunnel"
| #define PACKAGE_VERSION "5.33"
| #define PACKAGE_STRING "stunnel 5.33"
| #define PACKAGE_BUGREPORT ""
| #define PACKAGE_URL ""
| #define PACKAGE "stunnel"
| #define VERSION "5.33"
| #define HOST "arm-unknown-linux-androideabi"
| #define CPU_ARM 1
| #define VENDOR_UNKNOWN 1
| #define OS_LINUX_ANDROIDEABI 1
| #define _GNU_SOURCE 1
| #define USE_PTHREAD 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_DLFCN_H 1
| #define LT_OBJDIR ".libs/"
| #define HAVE_STRUCT_SOCKADDR_UN 1
| #define HAVE_STRUCT_ADDRINFO 1
| #define HAVE_STDINT_H 1
| #define HAVE_INTTYPES_H 1
| #define HAVE_MALLOC_H 1
| #define HAVE_UCONTEXT_H 1
| #define HAVE_PTHREAD_H 1
| #define HAVE_POLL_H 1
| #define HAVE_GRP_H 1
| #define HAVE_UNISTD_H 1
| #define HAVE_UTIL_H 1
| /* end confdefs.h. */
| #include
| #ifdef HAVE_SYS_TYPES_H
| # include
| #endif
| #ifdef HAVE_SYS_STAT_H
| # include
| #endif
| #ifdef STDC_HEADERS
| # include
| # include
| #else
| # ifdef HAVE_STDLIB_H
| # include
| # endif
| #endif
| #ifdef HAVE_STRING_H
| # if !defined STDC_HEADERS && defined HAVE_MEMORY_H
| # include
| # endif
| # include
| #endif
| #ifdef HAVE_STRINGS_H
| # include
| #endif
| #ifdef HAVE_INTTYPES_H
| # include
| #endif
| #ifdef HAVE_STDINT_H
| # include
| #endif
| #ifdef HAVE_UNISTD_H
| # include
| #endif
| #include
configure:14044: result: no
configure:14044: checking libutil.h presence
configure:14044: arm-linux-androideabi-gcc -E conftest.c
conftest.c:40:21: fatal error: libutil.h: No such file or directory
#include
^
compilation terminated.
configure:14044: $? = 1
configure: failed program was:
| /* confdefs.h */
| #define PACKAGE_NAME "stunnel"
| #define PACKAGE_TARNAME "stunnel"
| #define PACKAGE_VERSION "5.33"
| #define PACKAGE_STRING "stunnel 5.33"
| #define PACKAGE_BUGREPORT ""
| #define PACKAGE_URL ""
| #define PACKAGE "stunnel"
| #define VERSION "5.33"
| #define HOST "arm-unknown-linux-androideabi"
| #define CPU_ARM 1
| #define VENDOR_UNKNOWN 1
| #define OS_LINUX_ANDROIDEABI 1
| #define _GNU_SOURCE 1
| #define USE_PTHREAD 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_DLFCN_H 1
| #define LT_OBJDIR ".libs/"
| #define HAVE_STRUCT_SOCKADDR_UN 1
| #define HAVE_STRUCT_ADDRINFO 1
| #define HAVE_STDINT_H 1
| #define HAVE_INTTYPES_H 1
| #define HAVE_MALLOC_H 1
| #define HAVE_UCONTEXT_H 1
| #define HAVE_PTHREAD_H 1
| #define HAVE_POLL_H 1
| #define HAVE_GRP_H 1
| #define HAVE_UNISTD_H 1
| #define HAVE_UTIL_H 1
| /* end confdefs.h. */
| #include
configure:14044: result: no
configure:14044: checking for libutil.h
configure:14044: result: no
configure:14044: checking pty.h usability
configure:14044: arm-linux-androideabi-gcc -c -Wall -Wextra -Wpedantic -Wformat=2 -Wconversion -Wno-long-long -Wno-deprecated-declarations -fPIE -fstack-protector -D_FORTIFY_SOURCE=2 conftest.c >&5
conftest.c:73:17: fatal error: pty.h: No such file or directory
#include
^
compilation terminated.
configure:14044: $? = 1
configure: failed program was:
| /* confdefs.h */
| #define PACKAGE_NAME "stunnel"
| #define PACKAGE_TARNAME "stunnel"
| #define PACKAGE_VERSION "5.33"
| #define PACKAGE_STRING "stunnel 5.33"
| #define PACKAGE_BUGREPORT ""
| #define PACKAGE_URL ""
| #define PACKAGE "stunnel"
| #define VERSION "5.33"
| #define HOST "arm-unknown-linux-androideabi"
| #define CPU_ARM 1
| #define VENDOR_UNKNOWN 1
| #define OS_LINUX_ANDROIDEABI 1
| #define _GNU_SOURCE 1
| #define USE_PTHREAD 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_DLFCN_H 1
| #define LT_OBJDIR ".libs/"
| #define HAVE_STRUCT_SOCKADDR_UN 1
| #define HAVE_STRUCT_ADDRINFO 1
| #define HAVE_STDINT_H 1
| #define HAVE_INTTYPES_H 1
| #define HAVE_MALLOC_H 1
| #define HAVE_UCONTEXT_H 1
| #define HAVE_PTHREAD_H 1
| #define HAVE_POLL_H 1
| #define HAVE_GRP_H 1
| #define HAVE_UNISTD_H 1
| #define HAVE_UTIL_H 1
| /* end confdefs.h. */
| #include
| #ifdef HAVE_SYS_TYPES_H
| # include
| #endif
| #ifdef HAVE_SYS_STAT_H
| # include
| #endif
| #ifdef STDC_HEADERS
| # include
| # include
| #else
| # ifdef HAVE_STDLIB_H
| # include
| # endif
| #endif
| #ifdef HAVE_STRING_H
| # if !defined STDC_HEADERS && defined HAVE_MEMORY_H
| # include
| # endif
| # include
| #endif
| #ifdef HAVE_STRINGS_H
| # include
| #endif
| #ifdef HAVE_INTTYPES_H
| # include
| #endif
| #ifdef HAVE_STDINT_H
| # include
| #endif
| #ifdef HAVE_UNISTD_H
| # include
| #endif
| #include
configure:14044: result: no
configure:14044: checking pty.h presence
configure:14044: arm-linux-androideabi-gcc -E conftest.c
conftest.c:40:17: fatal error: pty.h: No such file or directory
#include
^
compilation terminated.
configure:14044: $? = 1
configure: failed program was:
| /* confdefs.h */
| #define PACKAGE_NAME "stunnel"
| #define PACKAGE_TARNAME "stunnel"
| #define PACKAGE_VERSION "5.33"
| #define PACKAGE_STRING "stunnel 5.33"
| #define PACKAGE_BUGREPORT ""
| #define PACKAGE_URL ""
| #define PACKAGE "stunnel"
| #define VERSION "5.33"
| #define HOST "arm-unknown-linux-androideabi"
| #define CPU_ARM 1
| #define VENDOR_UNKNOWN 1
| #define OS_LINUX_ANDROIDEABI 1
| #define _GNU_SOURCE 1
| #define USE_PTHREAD 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_DLFCN_H 1
| #define LT_OBJDIR ".libs/"
| #define HAVE_STRUCT_SOCKADDR_UN 1
| #define HAVE_STRUCT_ADDRINFO 1
| #define HAVE_STDINT_H 1
| #define HAVE_INTTYPES_H 1
| #define HAVE_MALLOC_H 1
| #define HAVE_UCONTEXT_H 1
| #define HAVE_PTHREAD_H 1
| #define HAVE_POLL_H 1
| #define HAVE_GRP_H 1
| #define HAVE_UNISTD_H 1
| #define HAVE_UTIL_H 1
| /* end confdefs.h. */
| #include
configure:14044: result: no
configure:14044: checking for pty.h
configure:14044: result: no
configure:14044: checking limits.h usability
configure:14044: arm-linux-androideabi-gcc -c -Wall -Wextra -Wpedantic -Wformat=2 -Wconversion -Wno-long-long -Wno-deprecated-declarations -fPIE -fstack-protector -D_FORTIFY_SOURCE=2 conftest.c >&5
configure:14044: $? = 0
configure:14044: result: yes
configure:14044: checking limits.h presence
configure:14044: arm-linux-androideabi-gcc -E conftest.c
configure:14044: $? = 0
configure:14044: result: yes
configure:14044: checking for limits.h
configure:14044: result: yes
configure:14058: checking for sys/types.h
configure:14058: result: yes
configure:14058: checking sys/select.h usability
configure:14058: arm-linux-androideabi-gcc -c -Wall -Wextra -Wpedantic -Wformat=2 -Wconversion -Wno-long-long -Wno-deprecated-declarations -fPIE -fstack-protector -D_FORTIFY_SOURCE=2 conftest.c >&5
configure:14058: $? = 0
configure:14058: result: yes
configure:14058: checking sys/select.h presence
configure:14058: arm-linux-androideabi-gcc -E conftest.c
configure:14058: $? = 0
configure:14058: result: yes
configure:14058: checking for sys/select.h
configure:14058: result: yes
configure:14058: checking sys/poll.h usability
configure:14058: arm-linux-androideabi-gcc -c -Wall -Wextra -Wpedantic -Wformat=2 -Wconversion -Wno-long-long -Wno-deprecated-declarations -fPIE -fstack-protector -D_FORTIFY_SOURCE=2 conftest.c >&5
configure:14058: $? = 0
configure:14058: result: yes
configure:14058: checking sys/poll.h presence
configure:14058: arm-linux-androideabi-gcc -E conftest.c
configure:14058: $? = 0
configure:14058: result: yes
configure:14058: checking for sys/poll.h
configure:14058: result: yes
configure:14058: checking sys/socket.h usability
configure:14058: arm-linux-androideabi-gcc -c -Wall -Wextra -Wpedantic -Wformat=2 -Wconversion -Wno-long-long -Wno-deprecated-declarations -fPIE -fstack-protector -D_FORTIFY_SOURCE=2 conftest.c >&5
configure:14058: $? = 0
configure:14058: result: yes
configure:14058: checking sys/socket.h presence
configure:14058: arm-linux-androideabi-gcc -E conftest.c
configure:14058: $? = 0
configure:14058: result: yes
configure:14058: checking for sys/socket.h
configure:14058: result: yes
configure:14058: checking sys/un.h usability
configure:14058: arm-linux-androideabi-gcc -c -Wall -Wextra -Wpedantic -Wformat=2 -Wconversion -Wno-long-long -Wno-deprecated-declarations -fPIE -fstack-protector -D_FORTIFY_SOURCE=2 conftest.c >&5
configure:14058: $? = 0
configure:14058: result: yes
configure:14058: checking sys/un.h presence
configure:14058: arm-linux-androideabi-gcc -E conftest.c
configure:14058: $? = 0
configure:14058: result: yes
configure:14058: checking for sys/un.h
configure:14058: result: yes
configure:14058: checking sys/ioctl.h usability
configure:14058: arm-linux-androideabi-gcc -c -Wall -Wextra -Wpedantic -Wformat=2 -Wconversion -Wno-long-long -Wno-deprecated-declarations -fPIE -fstack-protector -D_FORTIFY_SOURCE=2 conftest.c >&5
configure:14058: $? = 0
configure:14058: result: yes
configure:14058: checking sys/ioctl.h presence
configure:14058: arm-linux-androideabi-gcc -E conftest.c
configure:14058: $? = 0
configure:14058: result: yes
configure:14058: checking for sys/ioctl.h
configure:14058: result: yes
configure:14058: checking sys/filio.h usability
configure:14058: arm-linux-androideabi-gcc -c -Wall -Wextra -Wpedantic -Wformat=2 -Wconversion -Wno-long-long -Wno-deprecated-declarations -fPIE -fstack-protector -D_FORTIFY_SOURCE=2 conftest.c >&5
conftest.c:80:23: fatal error: sys/filio.h: No such file or directory
#include
^
compilation terminated.
configure:14058: $? = 1
configure: failed program was:
| /* confdefs.h */
| #define PACKAGE_NAME "stunnel"
| #define PACKAGE_TARNAME "stunnel"
| #define PACKAGE_VERSION "5.33"
| #define PACKAGE_STRING "stunnel 5.33"
| #define PACKAGE_BUGREPORT ""
| #define PACKAGE_URL ""
| #define PACKAGE "stunnel"
| #define VERSION "5.33"
| #define HOST "arm-unknown-linux-androideabi"
| #define CPU_ARM 1
| #define VENDOR_UNKNOWN 1
| #define OS_LINUX_ANDROIDEABI 1
| #define _GNU_SOURCE 1
| #define USE_PTHREAD 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_DLFCN_H 1
| #define LT_OBJDIR ".libs/"
| #define HAVE_STRUCT_SOCKADDR_UN 1
| #define HAVE_STRUCT_ADDRINFO 1
| #define HAVE_STDINT_H 1
| #define HAVE_INTTYPES_H 1
| #define HAVE_MALLOC_H 1
| #define HAVE_UCONTEXT_H 1
| #define HAVE_PTHREAD_H 1
| #define HAVE_POLL_H 1
| #define HAVE_GRP_H 1
| #define HAVE_UNISTD_H 1
| #define HAVE_UTIL_H 1
| #define HAVE_LIMITS_H 1
| #define HAVE_SYS_TYPES_H 1
| #define HAVE_SYS_SELECT_H 1
| #define HAVE_SYS_POLL_H 1
| #define HAVE_SYS_SOCKET_H 1
| #define HAVE_SYS_UN_H 1
| #define HAVE_SYS_IOCTL_H 1
| /* end confdefs.h. */
| #include
| #ifdef HAVE_SYS_TYPES_H
| # include
| #endif
| #ifdef HAVE_SYS_STAT_H
| # include
| #endif
| #ifdef STDC_HEADERS
| # include
| # include
| #else
| # ifdef HAVE_STDLIB_H
| # include
| # endif
| #endif
| #ifdef HAVE_STRING_H
| # if !defined STDC_HEADERS && defined HAVE_MEMORY_H
| # include
| # endif
| # include
| #endif
| #ifdef HAVE_STRINGS_H
| # include
| #endif
| #ifdef HAVE_INTTYPES_H
| # include
| #endif
| #ifdef HAVE_STDINT_H
| # include
| #endif
| #ifdef HAVE_UNISTD_H
| # include
| #endif
| #include
configure:14058: result: no
configure:14058: checking sys/filio.h presence
configure:14058: arm-linux-androideabi-gcc -E conftest.c
conftest.c:47:23: fatal error: sys/filio.h: No such file or directory
#include
^
compilation terminated.
configure:14058: $? = 1
configure: failed program was:
| /* confdefs.h */
| #define PACKAGE_NAME "stunnel"
| #define PACKAGE_TARNAME "stunnel"
| #define PACKAGE_VERSION "5.33"
| #define PACKAGE_STRING "stunnel 5.33"
| #define PACKAGE_BUGREPORT ""
| #define PACKAGE_URL ""
| #define PACKAGE "stunnel"
| #define VERSION "5.33"
| #define HOST "arm-unknown-linux-androideabi"
| #define CPU_ARM 1
| #define VENDOR_UNKNOWN 1
| #define OS_LINUX_ANDROIDEABI 1
| #define _GNU_SOURCE 1
| #define USE_PTHREAD 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_DLFCN_H 1
| #define LT_OBJDIR ".libs/"
| #define HAVE_STRUCT_SOCKADDR_UN 1
| #define HAVE_STRUCT_ADDRINFO 1
| #define HAVE_STDINT_H 1
| #define HAVE_INTTYPES_H 1
| #define HAVE_MALLOC_H 1
| #define HAVE_UCONTEXT_H 1
| #define HAVE_PTHREAD_H 1
| #define HAVE_POLL_H 1
| #define HAVE_GRP_H 1
| #define HAVE_UNISTD_H 1
| #define HAVE_UTIL_H 1
| #define HAVE_LIMITS_H 1
| #define HAVE_SYS_TYPES_H 1
| #define HAVE_SYS_SELECT_H 1
| #define HAVE_SYS_POLL_H 1
| #define HAVE_SYS_SOCKET_H 1
| #define HAVE_SYS_UN_H 1
| #define HAVE_SYS_IOCTL_H 1
| /* end confdefs.h. */
| #include
configure:14058: result: no
configure:14058: checking for sys/filio.h
configure:14058: result: no
configure:14058: checking sys/resource.h usability
configure:14058: arm-linux-androideabi-gcc -c -Wall -Wextra -Wpedantic -Wformat=2 -Wconversion -Wno-long-long -Wno-deprecated-declarations -fPIE -fstack-protector -D_FORTIFY_SOURCE=2 conftest.c >&5
configure:14058: $? = 0
configure:14058: result: yes
configure:14058: checking sys/resource.h presence
configure:14058: arm-linux-androideabi-gcc -E conftest.c
configure:14058: $? = 0
configure:14058: result: yes
configure:14058: checking for sys/resource.h
configure:14058: result: yes
configure:14058: checking sys/uio.h usability
configure:14058: arm-linux-androideabi-gcc -c -Wall -Wextra -Wpedantic -Wformat=2 -Wconversion -Wno-long-long -Wno-deprecated-declarations -fPIE -fstack-protector -D_FORTIFY_SOURCE=2 conftest.c >&5
configure:14058: $? = 0
configure:14058: result: yes
configure:14058: checking sys/uio.h presence
configure:14058: arm-linux-androideabi-gcc -E conftest.c
configure:14058: $? = 0
configure:14058: result: yes
configure:14058: checking for sys/uio.h
configure:14058: result: yes
configure:14058: checking sys/syscall.h usability
configure:14058: arm-linux-androideabi-gcc -c -Wall -Wextra -Wpedantic -Wformat=2 -Wconversion -Wno-long-long -Wno-deprecated-declarations -fPIE -fstack-protector -D_FORTIFY_SOURCE=2 conftest.c >&5
configure:14058: $? = 0
configure:14058: result: yes
configure:14058: checking sys/syscall.h presence
configure:14058: arm-linux-androideabi-gcc -E conftest.c
configure:14058: $? = 0
configure:14058: result: yes
configure:14058: checking for sys/syscall.h
configure:14058: result: yes
configure:14070: checking linux/sched.h usability
configure:14070: arm-linux-androideabi-gcc -c -Wall -Wextra -Wpedantic -Wformat=2 -Wconversion -Wno-long-long -Wno-deprecated-declarations -fPIE -fstack-protector -D_FORTIFY_SOURCE=2 conftest.c >&5
configure:14070: $? = 0
configure:14070: result: yes
configure:14070: checking linux/sched.h presence
configure:14070: arm-linux-androideabi-gcc -E conftest.c
configure:14070: $? = 0
configure:14070: result: yes
configure:14070: checking for linux/sched.h
configure:14070: result: yes
configure:14080: checking for struct msghdr.msg_control
configure:14080: arm-linux-androideabi-gcc -c -Wall -Wextra -Wpedantic -Wformat=2 -Wconversion -Wno-long-long -Wno-deprecated-declarations -fPIE -fstack-protector -D_FORTIFY_SOURCE=2 conftest.c >&5
configure:14080: $? = 0
configure:14080: result: yes
configure:14098: checking for linux/netfilter_ipv4.h
configure:14098: arm-linux-androideabi-gcc -c -Wall -Wextra -Wpedantic -Wformat=2 -Wconversion -Wno-long-long -Wno-deprecated-declarations -fPIE -fstack-protector -D_FORTIFY_SOURCE=2 conftest.c >&5
In file included from /sysroot/sysroot/usr/include/linux/netfilter_ipv4.h:21:0,
from conftest.c:60:
/sysroot/sysroot/usr/include/linux/netfilter.h:72:17: error: field 'in' has incomplete type
struct in_addr in;
^
/sysroot/sysroot/usr/include/linux/netfilter.h:74:18: error: field 'in6' has incomplete type
struct in6_addr in6;
^
configure:14098: $? = 1
configure: failed program was:
| /* confdefs.h */
| #define PACKAGE_NAME "stunnel"
| #define PACKAGE_TARNAME "stunnel"
| #define PACKAGE_VERSION "5.33"
| #define PACKAGE_STRING "stunnel 5.33"
| #define PACKAGE_BUGREPORT ""
| #define PACKAGE_URL ""
| #define PACKAGE "stunnel"
| #define VERSION "5.33"
| #define HOST "arm-unknown-linux-androideabi"
| #define CPU_ARM 1
| #define VENDOR_UNKNOWN 1
| #define OS_LINUX_ANDROIDEABI 1
| #define _GNU_SOURCE 1
| #define USE_PTHREAD 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_DLFCN_H 1
| #define LT_OBJDIR ".libs/"
| #define HAVE_STRUCT_SOCKADDR_UN 1
| #define HAVE_STRUCT_ADDRINFO 1
| #define HAVE_STDINT_H 1
| #define HAVE_INTTYPES_H 1
| #define HAVE_MALLOC_H 1
| #define HAVE_UCONTEXT_H 1
| #define HAVE_PTHREAD_H 1
| #define HAVE_POLL_H 1
| #define HAVE_GRP_H 1
| #define HAVE_UNISTD_H 1
| #define HAVE_UTIL_H 1
| #define HAVE_LIMITS_H 1
| #define HAVE_SYS_TYPES_H 1
| #define HAVE_SYS_SELECT_H 1
| #define HAVE_SYS_POLL_H 1
| #define HAVE_SYS_SOCKET_H 1
| #define HAVE_SYS_UN_H 1
| #define HAVE_SYS_IOCTL_H 1
| #define HAVE_SYS_RESOURCE_H 1
| #define HAVE_SYS_UIO_H 1
| #define HAVE_SYS_SYSCALL_H 1
| #define HAVE_LINUX_SCHED_H 1
| #define HAVE_STRUCT_MSGHDR_MSG_CONTROL 1
| #define HAVE_MSGHDR_MSG_CONTROL 1
| /* end confdefs.h. */
|
| #include
| #include
| #include
| #include
|
|
| #include
configure:14098: result: no
configure:14115: **************************************** libraries
configure:14118: checking for library containing gethostbyname
configure:14149: arm-linux-androideabi-gcc -o conftest -Wall -Wextra -Wpedantic -Wformat=2 -Wconversion -Wno-long-long -Wno-deprecated-declarations -fPIE -fstack-protector -D_FORTIFY_SOURCE=2 -fPIE -pie -Wl,-z,relro -Wl,-z,now -Wl,-z,noexecstack conftest.c >&5
configure:14149: $? = 0
configure:14166: result: none required
configure:14174: checking for library containing yp_get_default_domain
configure:14205: arm-linux-androideabi-gcc -o conftest -Wall -Wextra -Wpedantic -Wformat=2 -Wconversion -Wno-long-long -Wno-deprecated-declarations -fPIE -fstack-protector -D_FORTIFY_SOURCE=2 -fPIE -pie -Wl,-z,relro -Wl,-z,now -Wl,-z,noexecstack conftest.c >&5
/tmp/ccGoWOl8.o:conftest.c:function main: error: undefined reference to 'yp_get_default_domain'
collect2: error: ld returned 1 exit status
configure:14205: $? = 1
configure: failed program was:
| /* confdefs.h */
| #define PACKAGE_NAME "stunnel"
| #define PACKAGE_TARNAME "stunnel"
| #define PACKAGE_VERSION "5.33"
| #define PACKAGE_STRING "stunnel 5.33"
| #define PACKAGE_BUGREPORT ""
| #define PACKAGE_URL ""
| #define PACKAGE "stunnel"
| #define VERSION "5.33"
| #define HOST "arm-unknown-linux-androideabi"
| #define CPU_ARM 1
| #define VENDOR_UNKNOWN 1
| #define OS_LINUX_ANDROIDEABI 1
| #define _GNU_SOURCE 1
| #define USE_PTHREAD 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_DLFCN_H 1
| #define LT_OBJDIR ".libs/"
| #define HAVE_STRUCT_SOCKADDR_UN 1
| #define HAVE_STRUCT_ADDRINFO 1
| #define HAVE_STDINT_H 1
| #define HAVE_INTTYPES_H 1
| #define HAVE_MALLOC_H 1
| #define HAVE_UCONTEXT_H 1
| #define HAVE_PTHREAD_H 1
| #define HAVE_POLL_H 1
| #define HAVE_GRP_H 1
| #define HAVE_UNISTD_H 1
| #define HAVE_UTIL_H 1
| #define HAVE_LIMITS_H 1
| #define HAVE_SYS_TYPES_H 1
| #define HAVE_SYS_SELECT_H 1
| #define HAVE_SYS_POLL_H 1
| #define HAVE_SYS_SOCKET_H 1
| #define HAVE_SYS_UN_H 1
| #define HAVE_SYS_IOCTL_H 1
| #define HAVE_SYS_RESOURCE_H 1
| #define HAVE_SYS_UIO_H 1
| #define HAVE_SYS_SYSCALL_H 1
| #define HAVE_LINUX_SCHED_H 1
| #define HAVE_STRUCT_MSGHDR_MSG_CONTROL 1
| #define HAVE_MSGHDR_MSG_CONTROL 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 yp_get_default_domain ();
| int
| main ()
| {
| return yp_get_default_domain ();
| ;
| return 0;
| }
configure:14205: arm-linux-androideabi-gcc -o conftest -Wall -Wextra -Wpedantic -Wformat=2 -Wconversion -Wno-long-long -Wno-deprecated-declarations -fPIE -fstack-protector -D_FORTIFY_SOURCE=2 -fPIE -pie -Wl,-z,relro -Wl,-z,now -Wl,-z,noexecstack conftest.c -lnsl >&5
/sysroot/bin/../lib/gcc/arm-linux-androideabi/4.8/../../../../arm-linux-androideabi/bin/ld: error: cannot find -lnsl
/tmp/ccaDXhme.o:conftest.c:function main: error: undefined reference to 'yp_get_default_domain'
collect2: error: ld returned 1 exit status
configure:14205: $? = 1
configure: failed program was:
| /* confdefs.h */
| #define PACKAGE_NAME "stunnel"
| #define PACKAGE_TARNAME "stunnel"
| #define PACKAGE_VERSION "5.33"
| #define PACKAGE_STRING "stunnel 5.33"
| #define PACKAGE_BUGREPORT ""
| #define PACKAGE_URL ""
| #define PACKAGE "stunnel"
| #define VERSION "5.33"
| #define HOST "arm-unknown-linux-androideabi"
| #define CPU_ARM 1
| #define VENDOR_UNKNOWN 1
| #define OS_LINUX_ANDROIDEABI 1
| #define _GNU_SOURCE 1
| #define USE_PTHREAD 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_DLFCN_H 1
| #define LT_OBJDIR ".libs/"
| #define HAVE_STRUCT_SOCKADDR_UN 1
| #define HAVE_STRUCT_ADDRINFO 1
| #define HAVE_STDINT_H 1
| #define HAVE_INTTYPES_H 1
| #define HAVE_MALLOC_H 1
| #define HAVE_UCONTEXT_H 1
| #define HAVE_PTHREAD_H 1
| #define HAVE_POLL_H 1
| #define HAVE_GRP_H 1
| #define HAVE_UNISTD_H 1
| #define HAVE_UTIL_H 1
| #define HAVE_LIMITS_H 1
| #define HAVE_SYS_TYPES_H 1
| #define HAVE_SYS_SELECT_H 1
| #define HAVE_SYS_POLL_H 1
| #define HAVE_SYS_SOCKET_H 1
| #define HAVE_SYS_UN_H 1
| #define HAVE_SYS_IOCTL_H 1
| #define HAVE_SYS_RESOURCE_H 1
| #define HAVE_SYS_UIO_H 1
| #define HAVE_SYS_SYSCALL_H 1
| #define HAVE_LINUX_SCHED_H 1
| #define HAVE_STRUCT_MSGHDR_MSG_CONTROL 1
| #define HAVE_MSGHDR_MSG_CONTROL 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 yp_get_default_domain ();
| int
| main ()
| {
| return yp_get_default_domain ();
| ;
| return 0;
| }
configure:14222: result: no
configure:14230: checking for library containing socket
configure:14261: arm-linux-androideabi-gcc -o conftest -Wall -Wextra -Wpedantic -Wformat=2 -Wconversion -Wno-long-long -Wno-deprecated-declarations -fPIE -fstack-protector -D_FORTIFY_SOURCE=2 -fPIE -pie -Wl,-z,relro -Wl,-z,now -Wl,-z,noexecstack conftest.c >&5
configure:14261: $? = 0
configure:14278: result: none required
configure:14286: checking for library containing openpty
configure:14317: arm-linux-androideabi-gcc -o conftest -Wall -Wextra -Wpedantic -Wformat=2 -Wconversion -Wno-long-long -Wno-deprecated-declarations -fPIE -fstack-protector -D_FORTIFY_SOURCE=2 -fPIE -pie -Wl,-z,relro -Wl,-z,now -Wl,-z,noexecstack conftest.c >&5
/tmp/ccenPpRp.o:conftest.c:function main: error: undefined reference to 'openpty'
collect2: error: ld returned 1 exit status
configure:14317: $? = 1
configure: failed program was:
| /* confdefs.h */
| #define PACKAGE_NAME "stunnel"
| #define PACKAGE_TARNAME "stunnel"
| #define PACKAGE_VERSION "5.33"
| #define PACKAGE_STRING "stunnel 5.33"
| #define PACKAGE_BUGREPORT ""
| #define PACKAGE_URL ""
| #define PACKAGE "stunnel"
| #define VERSION "5.33"
| #define HOST "arm-unknown-linux-androideabi"
| #define CPU_ARM 1
| #define VENDOR_UNKNOWN 1
| #define OS_LINUX_ANDROIDEABI 1
| #define _GNU_SOURCE 1
| #define USE_PTHREAD 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_DLFCN_H 1
| #define LT_OBJDIR ".libs/"
| #define HAVE_STRUCT_SOCKADDR_UN 1
| #define HAVE_STRUCT_ADDRINFO 1
| #define HAVE_STDINT_H 1
| #define HAVE_INTTYPES_H 1
| #define HAVE_MALLOC_H 1
| #define HAVE_UCONTEXT_H 1
| #define HAVE_PTHREAD_H 1
| #define HAVE_POLL_H 1
| #define HAVE_GRP_H 1
| #define HAVE_UNISTD_H 1
| #define HAVE_UTIL_H 1
| #define HAVE_LIMITS_H 1
| #define HAVE_SYS_TYPES_H 1
| #define HAVE_SYS_SELECT_H 1
| #define HAVE_SYS_POLL_H 1
| #define HAVE_SYS_SOCKET_H 1
| #define HAVE_SYS_UN_H 1
| #define HAVE_SYS_IOCTL_H 1
| #define HAVE_SYS_RESOURCE_H 1
| #define HAVE_SYS_UIO_H 1
| #define HAVE_SYS_SYSCALL_H 1
| #define HAVE_LINUX_SCHED_H 1
| #define HAVE_STRUCT_MSGHDR_MSG_CONTROL 1
| #define HAVE_MSGHDR_MSG_CONTROL 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 openpty ();
| int
| main ()
| {
| return openpty ();
| ;
| return 0;
| }
configure:14317: arm-linux-androideabi-gcc -o conftest -Wall -Wextra -Wpedantic -Wformat=2 -Wconversion -Wno-long-long -Wno-deprecated-declarations -fPIE -fstack-protector -D_FORTIFY_SOURCE=2 -fPIE -pie -Wl,-z,relro -Wl,-z,now -Wl,-z,noexecstack conftest.c -lutil >&5
/sysroot/bin/../lib/gcc/arm-linux-androideabi/4.8/../../../../arm-linux-androideabi/bin/ld: error: cannot find -lutil
/tmp/ccYNKp6s.o:conftest.c:function main: error: undefined reference to 'openpty'
collect2: error: ld returned 1 exit status
configure:14317: $? = 1
configure: failed program was:
| /* confdefs.h */
| #define PACKAGE_NAME "stunnel"
| #define PACKAGE_TARNAME "stunnel"
| #define PACKAGE_VERSION "5.33"
| #define PACKAGE_STRING "stunnel 5.33"
| #define PACKAGE_BUGREPORT ""
| #define PACKAGE_URL ""
| #define PACKAGE "stunnel"
| #define VERSION "5.33"
| #define HOST "arm-unknown-linux-androideabi"
| #define CPU_ARM 1
| #define VENDOR_UNKNOWN 1
| #define OS_LINUX_ANDROIDEABI 1
| #define _GNU_SOURCE 1
| #define USE_PTHREAD 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_DLFCN_H 1
| #define LT_OBJDIR ".libs/"
| #define HAVE_STRUCT_SOCKADDR_UN 1
| #define HAVE_STRUCT_ADDRINFO 1
| #define HAVE_STDINT_H 1
| #define HAVE_INTTYPES_H 1
| #define HAVE_MALLOC_H 1
| #define HAVE_UCONTEXT_H 1
| #define HAVE_PTHREAD_H 1
| #define HAVE_POLL_H 1
| #define HAVE_GRP_H 1
| #define HAVE_UNISTD_H 1
| #define HAVE_UTIL_H 1
| #define HAVE_LIMITS_H 1
| #define HAVE_SYS_TYPES_H 1
| #define HAVE_SYS_SELECT_H 1
| #define HAVE_SYS_POLL_H 1
| #define HAVE_SYS_SOCKET_H 1
| #define HAVE_SYS_UN_H 1
| #define HAVE_SYS_IOCTL_H 1
| #define HAVE_SYS_RESOURCE_H 1
| #define HAVE_SYS_UIO_H 1
| #define HAVE_SYS_SYSCALL_H 1
| #define HAVE_LINUX_SCHED_H 1
| #define HAVE_STRUCT_MSGHDR_MSG_CONTROL 1
| #define HAVE_MSGHDR_MSG_CONTROL 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 openpty ();
| int
| main ()
| {
| return openpty ();
| ;
| return 0;
| }
configure:14334: result: no
configure:14343: checking for library containing dlopen
configure:14374: arm-linux-androideabi-gcc -o conftest -Wall -Wextra -Wpedantic -Wformat=2 -Wconversion -Wno-long-long -Wno-deprecated-declarations -fPIE -fstack-protector -D_FORTIFY_SOURCE=2 -fPIE -pie -Wl,-z,relro -Wl,-z,now -Wl,-z,noexecstack conftest.c >&5
configure:14374: $? = 0
configure:14391: result: none required
configure:14399: checking for library containing shl_load
configure:14430: arm-linux-androideabi-gcc -o conftest -Wall -Wextra -Wpedantic -Wformat=2 -Wconversion -Wno-long-long -Wno-deprecated-declarations -fPIE -fstack-protector -D_FORTIFY_SOURCE=2 -fPIE -pie -Wl,-z,relro -Wl,-z,now -Wl,-z,noexecstack conftest.c >&5
/tmp/ccAn8WcC.o:conftest.c:function main: error: undefined reference to 'shl_load'
collect2: error: ld returned 1 exit status
configure:14430: $? = 1
configure: failed program was:
| /* confdefs.h */
| #define PACKAGE_NAME "stunnel"
| #define PACKAGE_TARNAME "stunnel"
| #define PACKAGE_VERSION "5.33"
| #define PACKAGE_STRING "stunnel 5.33"
| #define PACKAGE_BUGREPORT ""
| #define PACKAGE_URL ""
| #define PACKAGE "stunnel"
| #define VERSION "5.33"
| #define HOST "arm-unknown-linux-androideabi"
| #define CPU_ARM 1
| #define VENDOR_UNKNOWN 1
| #define OS_LINUX_ANDROIDEABI 1
| #define _GNU_SOURCE 1
| #define USE_PTHREAD 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_DLFCN_H 1
| #define LT_OBJDIR ".libs/"
| #define HAVE_STRUCT_SOCKADDR_UN 1
| #define HAVE_STRUCT_ADDRINFO 1
| #define HAVE_STDINT_H 1
| #define HAVE_INTTYPES_H 1
| #define HAVE_MALLOC_H 1
| #define HAVE_UCONTEXT_H 1
| #define HAVE_PTHREAD_H 1
| #define HAVE_POLL_H 1
| #define HAVE_GRP_H 1
| #define HAVE_UNISTD_H 1
| #define HAVE_UTIL_H 1
| #define HAVE_LIMITS_H 1
| #define HAVE_SYS_TYPES_H 1
| #define HAVE_SYS_SELECT_H 1
| #define HAVE_SYS_POLL_H 1
| #define HAVE_SYS_SOCKET_H 1
| #define HAVE_SYS_UN_H 1
| #define HAVE_SYS_IOCTL_H 1
| #define HAVE_SYS_RESOURCE_H 1
| #define HAVE_SYS_UIO_H 1
| #define HAVE_SYS_SYSCALL_H 1
| #define HAVE_LINUX_SCHED_H 1
| #define HAVE_STRUCT_MSGHDR_MSG_CONTROL 1
| #define HAVE_MSGHDR_MSG_CONTROL 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 shl_load ();
| int
| main ()
| {
| return shl_load ();
| ;
| return 0;
| }
configure:14430: arm-linux-androideabi-gcc -o conftest -Wall -Wextra -Wpedantic -Wformat=2 -Wconversion -Wno-long-long -Wno-deprecated-declarations -fPIE -fstack-protector -D_FORTIFY_SOURCE=2 -fPIE -pie -Wl,-z,relro -Wl,-z,now -Wl,-z,noexecstack conftest.c -ldld >&5
/sysroot/bin/../lib/gcc/arm-linux-androideabi/4.8/../../../../arm-linux-androideabi/bin/ld: error: cannot find -ldld
/tmp/ccoQbEsH.o:conftest.c:function main: error: undefined reference to 'shl_load'
collect2: error: ld returned 1 exit status
configure:14430: $? = 1
configure: failed program was:
| /* confdefs.h */
| #define PACKAGE_NAME "stunnel"
| #define PACKAGE_TARNAME "stunnel"
| #define PACKAGE_VERSION "5.33"
| #define PACKAGE_STRING "stunnel 5.33"
| #define PACKAGE_BUGREPORT ""
| #define PACKAGE_URL ""
| #define PACKAGE "stunnel"
| #define VERSION "5.33"
| #define HOST "arm-unknown-linux-androideabi"
| #define CPU_ARM 1
| #define VENDOR_UNKNOWN 1
| #define OS_LINUX_ANDROIDEABI 1
| #define _GNU_SOURCE 1
| #define USE_PTHREAD 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_DLFCN_H 1
| #define LT_OBJDIR ".libs/"
| #define HAVE_STRUCT_SOCKADDR_UN 1
| #define HAVE_STRUCT_ADDRINFO 1
| #define HAVE_STDINT_H 1
| #define HAVE_INTTYPES_H 1
| #define HAVE_MALLOC_H 1
| #define HAVE_UCONTEXT_H 1
| #define HAVE_PTHREAD_H 1
| #define HAVE_POLL_H 1
| #define HAVE_GRP_H 1
| #define HAVE_UNISTD_H 1
| #define HAVE_UTIL_H 1
| #define HAVE_LIMITS_H 1
| #define HAVE_SYS_TYPES_H 1
| #define HAVE_SYS_SELECT_H 1
| #define HAVE_SYS_POLL_H 1
| #define HAVE_SYS_SOCKET_H 1
| #define HAVE_SYS_UN_H 1
| #define HAVE_SYS_IOCTL_H 1
| #define HAVE_SYS_RESOURCE_H 1
| #define HAVE_SYS_UIO_H 1
| #define HAVE_SYS_SYSCALL_H 1
| #define HAVE_LINUX_SCHED_H 1
| #define HAVE_STRUCT_MSGHDR_MSG_CONTROL 1
| #define HAVE_MSGHDR_MSG_CONTROL 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 shl_load ();
| int
| main ()
| {
| return shl_load ();
| ;
| return 0;
| }
configure:14447: result: no
configure:14455: checking for library containing inflateEnd
configure:14486: arm-linux-androideabi-gcc -o conftest -Wall -Wextra -Wpedantic -Wformat=2 -Wconversion -Wno-long-long -Wno-deprecated-declarations -fPIE -fstack-protector -D_FORTIFY_SOURCE=2 -fPIE -pie -Wl,-z,relro -Wl,-z,now -Wl,-z,noexecstack conftest.c >&5
/tmp/ccai8H3L.o:conftest.c:function main: error: undefined reference to 'inflateEnd'
collect2: error: ld returned 1 exit status
configure:14486: $? = 1
configure: failed program was:
| /* confdefs.h */
| #define PACKAGE_NAME "stunnel"
| #define PACKAGE_TARNAME "stunnel"
| #define PACKAGE_VERSION "5.33"
| #define PACKAGE_STRING "stunnel 5.33"
| #define PACKAGE_BUGREPORT ""
| #define PACKAGE_URL ""
| #define PACKAGE "stunnel"
| #define VERSION "5.33"
| #define HOST "arm-unknown-linux-androideabi"
| #define CPU_ARM 1
| #define VENDOR_UNKNOWN 1
| #define OS_LINUX_ANDROIDEABI 1
| #define _GNU_SOURCE 1
| #define USE_PTHREAD 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_DLFCN_H 1
| #define LT_OBJDIR ".libs/"
| #define HAVE_STRUCT_SOCKADDR_UN 1
| #define HAVE_STRUCT_ADDRINFO 1
| #define HAVE_STDINT_H 1
| #define HAVE_INTTYPES_H 1
| #define HAVE_MALLOC_H 1
| #define HAVE_UCONTEXT_H 1
| #define HAVE_PTHREAD_H 1
| #define HAVE_POLL_H 1
| #define HAVE_GRP_H 1
| #define HAVE_UNISTD_H 1
| #define HAVE_UTIL_H 1
| #define HAVE_LIMITS_H 1
| #define HAVE_SYS_TYPES_H 1
| #define HAVE_SYS_SELECT_H 1
| #define HAVE_SYS_POLL_H 1
| #define HAVE_SYS_SOCKET_H 1
| #define HAVE_SYS_UN_H 1
| #define HAVE_SYS_IOCTL_H 1
| #define HAVE_SYS_RESOURCE_H 1
| #define HAVE_SYS_UIO_H 1
| #define HAVE_SYS_SYSCALL_H 1
| #define HAVE_LINUX_SCHED_H 1
| #define HAVE_STRUCT_MSGHDR_MSG_CONTROL 1
| #define HAVE_MSGHDR_MSG_CONTROL 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 inflateEnd ();
| int
| main ()
| {
| return inflateEnd ();
| ;
| return 0;
| }
configure:14486: arm-linux-androideabi-gcc -o conftest -Wall -Wextra -Wpedantic -Wformat=2 -Wconversion -Wno-long-long -Wno-deprecated-declarations -fPIE -fstack-protector -D_FORTIFY_SOURCE=2 -fPIE -pie -Wl,-z,relro -Wl,-z,now -Wl,-z,noexecstack conftest.c -lz >&5
configure:14486: $? = 0
configure:14503: result: -lz
configure:14517: **************************************** library functions
configure:14523: checking for snprintf
configure:14523: arm-linux-androideabi-gcc -o conftest -Wall -Wextra -Wpedantic -Wformat=2 -Wconversion -Wno-long-long -Wno-deprecated-declarations -fPIE -fstack-protector -D_FORTIFY_SOURCE=2 -fPIE -pie -Wl,-z,relro -Wl,-z,now -Wl,-z,noexecstack conftest.c -lz >&5
conftest.c:76:6: warning: conflicting types for built-in function 'snprintf' [enabled by default]
char snprintf ();
^
configure:14523: $? = 0
configure:14523: result: yes
configure:14523: checking for vsnprintf
configure:14523: arm-linux-androideabi-gcc -o conftest -Wall -Wextra -Wpedantic -Wformat=2 -Wconversion -Wno-long-long -Wno-deprecated-declarations -fPIE -fstack-protector -D_FORTIFY_SOURCE=2 -fPIE -pie -Wl,-z,relro -Wl,-z,now -Wl,-z,noexecstack conftest.c -lz >&5
conftest.c:77:6: warning: conflicting types for built-in function 'vsnprintf' [enabled by default]
char vsnprintf ();
^
configure:14523: $? = 0
configure:14523: result: yes
configure:14536: checking for openpty
configure:14536: arm-linux-androideabi-gcc -o conftest -Wall -Wextra -Wpedantic -Wformat=2 -Wconversion -Wno-long-long -Wno-deprecated-declarations -fPIE -fstack-protector -D_FORTIFY_SOURCE=2 -fPIE -pie -Wl,-z,relro -Wl,-z,now -Wl,-z,noexecstack conftest.c -lz >&5
/tmp/ccugWuj5.o:conftest.c:function main: error: undefined reference to 'openpty'
collect2: error: ld returned 1 exit status
configure:14536: $? = 1
configure: failed program was:
| /* confdefs.h */
| #define PACKAGE_NAME "stunnel"
| #define PACKAGE_TARNAME "stunnel"
| #define PACKAGE_VERSION "5.33"
| #define PACKAGE_STRING "stunnel 5.33"
| #define PACKAGE_BUGREPORT ""
| #define PACKAGE_URL ""
| #define PACKAGE "stunnel"
| #define VERSION "5.33"
| #define HOST "arm-unknown-linux-androideabi"
| #define CPU_ARM 1
| #define VENDOR_UNKNOWN 1
| #define OS_LINUX_ANDROIDEABI 1
| #define _GNU_SOURCE 1
| #define USE_PTHREAD 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_DLFCN_H 1
| #define LT_OBJDIR ".libs/"
| #define HAVE_STRUCT_SOCKADDR_UN 1
| #define HAVE_STRUCT_ADDRINFO 1
| #define HAVE_STDINT_H 1
| #define HAVE_INTTYPES_H 1
| #define HAVE_MALLOC_H 1
| #define HAVE_UCONTEXT_H 1
| #define HAVE_PTHREAD_H 1
| #define HAVE_POLL_H 1
| #define HAVE_GRP_H 1
| #define HAVE_UNISTD_H 1
| #define HAVE_UTIL_H 1
| #define HAVE_LIMITS_H 1
| #define HAVE_SYS_TYPES_H 1
| #define HAVE_SYS_SELECT_H 1
| #define HAVE_SYS_POLL_H 1
| #define HAVE_SYS_SOCKET_H 1
| #define HAVE_SYS_UN_H 1
| #define HAVE_SYS_IOCTL_H 1
| #define HAVE_SYS_RESOURCE_H 1
| #define HAVE_SYS_UIO_H 1
| #define HAVE_SYS_SYSCALL_H 1
| #define HAVE_LINUX_SCHED_H 1
| #define HAVE_STRUCT_MSGHDR_MSG_CONTROL 1
| #define HAVE_MSGHDR_MSG_CONTROL 1
| #define HAVE_SNPRINTF 1
| #define HAVE_VSNPRINTF 1
| /* end confdefs.h. */
| /* Define openpty to an innocuous variant, in case declares openpty.
| For example, HP-UX 11i declares gettimeofday. */
| #define openpty innocuous_openpty
|
| /* System header to define __stub macros and hopefully few prototypes,
| which can conflict with char openpty (); below.
| Prefer to if __STDC__ is defined, since
| exists even on freestanding compilers. */
|
| #ifdef __STDC__
| # include
| #else
| # include
| #endif
|
| #undef openpty
|
| /* 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 openpty ();
| /* The GNU C library defines this for functions which it implements
| to always fail with ENOSYS. Some functions are actually named
| something starting with __ and the normal name is an alias. */
| #if defined __stub_openpty || defined __stub___openpty
| choke me
| #endif
|
| int
| main ()
| {
| return openpty ();
| ;
| return 0;
| }
configure:14536: result: no
configure:14536: checking for _getpty
configure:14536: arm-linux-androideabi-gcc -o conftest -Wall -Wextra -Wpedantic -Wformat=2 -Wconversion -Wno-long-long -Wno-deprecated-declarations -fPIE -fstack-protector -D_FORTIFY_SOURCE=2 -fPIE -pie -Wl,-z,relro -Wl,-z,now -Wl,-z,noexecstack conftest.c -lz >&5
/tmp/ccglZ849.o:conftest.c:function main: error: undefined reference to '_getpty'
collect2: error: ld returned 1 exit status
configure:14536: $? = 1
configure: failed program was:
| /* confdefs.h */
| #define PACKAGE_NAME "stunnel"
| #define PACKAGE_TARNAME "stunnel"
| #define PACKAGE_VERSION "5.33"
| #define PACKAGE_STRING "stunnel 5.33"
| #define PACKAGE_BUGREPORT ""
| #define PACKAGE_URL ""
| #define PACKAGE "stunnel"
| #define VERSION "5.33"
| #define HOST "arm-unknown-linux-androideabi"
| #define CPU_ARM 1
| #define VENDOR_UNKNOWN 1
| #define OS_LINUX_ANDROIDEABI 1
| #define _GNU_SOURCE 1
| #define USE_PTHREAD 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_DLFCN_H 1
| #define LT_OBJDIR ".libs/"
| #define HAVE_STRUCT_SOCKADDR_UN 1
| #define HAVE_STRUCT_ADDRINFO 1
| #define HAVE_STDINT_H 1
| #define HAVE_INTTYPES_H 1
| #define HAVE_MALLOC_H 1
| #define HAVE_UCONTEXT_H 1
| #define HAVE_PTHREAD_H 1
| #define HAVE_POLL_H 1
| #define HAVE_GRP_H 1
| #define HAVE_UNISTD_H 1
| #define HAVE_UTIL_H 1
| #define HAVE_LIMITS_H 1
| #define HAVE_SYS_TYPES_H 1
| #define HAVE_SYS_SELECT_H 1
| #define HAVE_SYS_POLL_H 1
| #define HAVE_SYS_SOCKET_H 1
| #define HAVE_SYS_UN_H 1
| #define HAVE_SYS_IOCTL_H 1
| #define HAVE_SYS_RESOURCE_H 1
| #define HAVE_SYS_UIO_H 1
| #define HAVE_SYS_SYSCALL_H 1
| #define HAVE_LINUX_SCHED_H 1
| #define HAVE_STRUCT_MSGHDR_MSG_CONTROL 1
| #define HAVE_MSGHDR_MSG_CONTROL 1
| #define HAVE_SNPRINTF 1
| #define HAVE_VSNPRINTF 1
| /* end confdefs.h. */
| /* Define _getpty to an innocuous variant, in case declares _getpty.
| For example, HP-UX 11i declares gettimeofday. */
| #define _getpty innocuous__getpty
|
| /* System header to define __stub macros and hopefully few prototypes,
| which can conflict with char _getpty (); below.
| Prefer to if __STDC__ is defined, since
| exists even on freestanding compilers. */
|
| #ifdef __STDC__
| # include
| #else
| # include
| #endif
|
| #undef _getpty
|
| /* 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 _getpty ();
| /* The GNU C library defines this for functions which it implements
| to always fail with ENOSYS. Some functions are actually named
| something starting with __ and the normal name is an alias. */
| #if defined __stub__getpty || defined __stub____getpty
| choke me
| #endif
|
| int
| main ()
| {
| return _getpty ();
| ;
| return 0;
| }
configure:14536: result: no
configure:14549: checking for daemon
configure:14549: arm-linux-androideabi-gcc -o conftest -Wall -Wextra -Wpedantic -Wformat=2 -Wconversion -Wno-long-long -Wno-deprecated-declarations -fPIE -fstack-protector -D_FORTIFY_SOURCE=2 -fPIE -pie -Wl,-z,relro -Wl,-z,now -Wl,-z,noexecstack conftest.c -lz >&5
configure:14549: $? = 0
configure:14549: result: yes
configure:14549: checking for waitpid
configure:14549: arm-linux-androideabi-gcc -o conftest -Wall -Wextra -Wpedantic -Wformat=2 -Wconversion -Wno-long-long -Wno-deprecated-declarations -fPIE -fstack-protector -D_FORTIFY_SOURCE=2 -fPIE -pie -Wl,-z,relro -Wl,-z,now -Wl,-z,noexecstack conftest.c -lz >&5
configure:14549: $? = 0
configure:14549: result: yes
configure:14549: checking for wait4
configure:14549: arm-linux-androideabi-gcc -o conftest -Wall -Wextra -Wpedantic -Wformat=2 -Wconversion -Wno-long-long -Wno-deprecated-declarations -fPIE -fstack-protector -D_FORTIFY_SOURCE=2 -fPIE -pie -Wl,-z,relro -Wl,-z,now -Wl,-z,noexecstack conftest.c -lz >&5
configure:14549: $? = 0
configure:14549: result: yes
configure:14549: checking for setsid
configure:14549: arm-linux-androideabi-gcc -o conftest -Wall -Wextra -Wpedantic -Wformat=2 -Wconversion -Wno-long-long -Wno-deprecated-declarations -fPIE -fstack-protector -D_FORTIFY_SOURCE=2 -fPIE -pie -Wl,-z,relro -Wl,-z,now -Wl,-z,noexecstack conftest.c -lz >&5
configure:14549: $? = 0
configure:14549: result: yes
configure:14549: checking for setgroups
configure:14549: arm-linux-androideabi-gcc -o conftest -Wall -Wextra -Wpedantic -Wformat=2 -Wconversion -Wno-long-long -Wno-deprecated-declarations -fPIE -fstack-protector -D_FORTIFY_SOURCE=2 -fPIE -pie -Wl,-z,relro -Wl,-z,now -Wl,-z,noexecstack conftest.c -lz >&5
configure:14549: $? = 0
configure:14549: result: yes
configure:14549: checking for chroot
configure:14549: arm-linux-androideabi-gcc -o conftest -Wall -Wextra -Wpedantic -Wformat=2 -Wconversion -Wno-long-long -Wno-deprecated-declarations -fPIE -fstack-protector -D_FORTIFY_SOURCE=2 -fPIE -pie -Wl,-z,relro -Wl,-z,now -Wl,-z,noexecstack conftest.c -lz >&5
configure:14549: $? = 0
configure:14549: result: yes
configure:14549: checking for realpath
configure:14549: arm-linux-androideabi-gcc -o conftest -Wall -Wextra -Wpedantic -Wformat=2 -Wconversion -Wno-long-long -Wno-deprecated-declarations -fPIE -fstack-protector -D_FORTIFY_SOURCE=2 -fPIE -pie -Wl,-z,relro -Wl,-z,now -Wl,-z,noexecstack conftest.c -lz >&5
configure:14549: $? = 0
configure:14549: result: yes
configure:14562: checking for sysconf
configure:14562: arm-linux-androideabi-gcc -o conftest -Wall -Wextra -Wpedantic -Wformat=2 -Wconversion -Wno-long-long -Wno-deprecated-declarations -fPIE -fstack-protector -D_FORTIFY_SOURCE=2 -fPIE -pie -Wl,-z,relro -Wl,-z,now -Wl,-z,noexecstack conftest.c -lz >&5
configure:14562: $? = 0
configure:14562: result: yes
configure:14562: checking for getrlimit
configure:14562: arm-linux-androideabi-gcc -o conftest -Wall -Wextra -Wpedantic -Wformat=2 -Wconversion -Wno-long-long -Wno-deprecated-declarations -fPIE -fstack-protector -D_FORTIFY_SOURCE=2 -fPIE -pie -Wl,-z,relro -Wl,-z,now -Wl,-z,noexecstack conftest.c -lz >&5
configure:14562: $? = 0
configure:14562: result: yes
configure:14575: checking for pthread_sigmask
configure:14575: arm-linux-androideabi-gcc -o conftest -Wall -Wextra -Wpedantic -Wformat=2 -Wconversion -Wno-long-long -Wno-deprecated-declarations -fPIE -fstack-protector -D_FORTIFY_SOURCE=2 -fPIE -pie -Wl,-z,relro -Wl,-z,now -Wl,-z,noexecstack conftest.c -lz >&5
configure:14575: $? = 0
configure:14575: result: yes
configure:14575: checking for localtime_r
configure:14575: arm-linux-androideabi-gcc -o conftest -Wall -Wextra -Wpedantic -Wformat=2 -Wconversion -Wno-long-long -Wno-deprecated-declarations -fPIE -fstack-protector -D_FORTIFY_SOURCE=2 -fPIE -pie -Wl,-z,relro -Wl,-z,now -Wl,-z,noexecstack conftest.c -lz >&5
configure:14575: $? = 0
configure:14575: result: yes
configure:14588: checking for getcontext
configure:14588: arm-linux-androideabi-gcc -o conftest -Wall -Wextra -Wpedantic -Wformat=2 -Wconversion -Wno-long-long -Wno-deprecated-declarations -fPIE -fstack-protector -D_FORTIFY_SOURCE=2 -fPIE -pie -Wl,-z,relro -Wl,-z,now -Wl,-z,noexecstack conftest.c -lz >&5
/tmp/ccSAKXKp.o:conftest.c:function main: error: undefined reference to 'getcontext'
collect2: error: ld returned 1 exit status
configure:14588: $? = 1
configure: failed program was:
| /* confdefs.h */
| #define PACKAGE_NAME "stunnel"
| #define PACKAGE_TARNAME "stunnel"
| #define PACKAGE_VERSION "5.33"
| #define PACKAGE_STRING "stunnel 5.33"
| #define PACKAGE_BUGREPORT ""
| #define PACKAGE_URL ""
| #define PACKAGE "stunnel"
| #define VERSION "5.33"
| #define HOST "arm-unknown-linux-androideabi"
| #define CPU_ARM 1
| #define VENDOR_UNKNOWN 1
| #define OS_LINUX_ANDROIDEABI 1
| #define _GNU_SOURCE 1
| #define USE_PTHREAD 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_DLFCN_H 1
| #define LT_OBJDIR ".libs/"
| #define HAVE_STRUCT_SOCKADDR_UN 1
| #define HAVE_STRUCT_ADDRINFO 1
| #define HAVE_STDINT_H 1
| #define HAVE_INTTYPES_H 1
| #define HAVE_MALLOC_H 1
| #define HAVE_UCONTEXT_H 1
| #define HAVE_PTHREAD_H 1
| #define HAVE_POLL_H 1
| #define HAVE_GRP_H 1
| #define HAVE_UNISTD_H 1
| #define HAVE_UTIL_H 1
| #define HAVE_LIMITS_H 1
| #define HAVE_SYS_TYPES_H 1
| #define HAVE_SYS_SELECT_H 1
| #define HAVE_SYS_POLL_H 1
| #define HAVE_SYS_SOCKET_H 1
| #define HAVE_SYS_UN_H 1
| #define HAVE_SYS_IOCTL_H 1
| #define HAVE_SYS_RESOURCE_H 1
| #define HAVE_SYS_UIO_H 1
| #define HAVE_SYS_SYSCALL_H 1
| #define HAVE_LINUX_SCHED_H 1
| #define HAVE_STRUCT_MSGHDR_MSG_CONTROL 1
| #define HAVE_MSGHDR_MSG_CONTROL 1
| #define HAVE_SNPRINTF 1
| #define HAVE_VSNPRINTF 1
| #define HAVE_DAEMON 1
| #define HAVE_WAITPID 1
| #define HAVE_WAIT4 1
| #define HAVE_SETSID 1
| #define HAVE_SETGROUPS 1
| #define HAVE_CHROOT 1
| #define HAVE_REALPATH 1
| #define HAVE_SYSCONF 1
| #define HAVE_GETRLIMIT 1
| #define HAVE_PTHREAD_SIGMASK 1
| #define HAVE_LOCALTIME_R 1
| /* end confdefs.h. */
| /* Define getcontext to an innocuous variant, in case declares getcontext.
| For example, HP-UX 11i declares gettimeofday. */
| #define getcontext innocuous_getcontext
|
| /* System header to define __stub macros and hopefully few prototypes,
| which can conflict with char getcontext (); below.
| Prefer to if __STDC__ is defined, since
| exists even on freestanding compilers. */
|
| #ifdef __STDC__
| # include
| #else
| # include
| #endif
|
| #undef getcontext
|
| /* 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 getcontext ();
| /* The GNU C library defines this for functions which it implements
| to always fail with ENOSYS. Some functions are actually named
| something starting with __ and the normal name is an alias. */
| #if defined __stub_getcontext || defined __stub___getcontext
| choke me
| #endif
|
| int
| main ()
| {
| return getcontext ();
| ;
| return 0;
| }
configure:14588: result: no
configure:14588: checking for __makecontext_v2
configure:14588: arm-linux-androideabi-gcc -o conftest -Wall -Wextra -Wpedantic -Wformat=2 -Wconversion -Wno-long-long -Wno-deprecated-declarations -fPIE -fstack-protector -D_FORTIFY_SOURCE=2 -fPIE -pie -Wl,-z,relro -Wl,-z,now -Wl,-z,noexecstack conftest.c -lz >&5
/tmp/ccqpBqte.o:conftest.c:function main: error: undefined reference to '__makecontext_v2'
collect2: error: ld returned 1 exit status
configure:14588: $? = 1
configure: failed program was:
| /* confdefs.h */
| #define PACKAGE_NAME "stunnel"
| #define PACKAGE_TARNAME "stunnel"
| #define PACKAGE_VERSION "5.33"
| #define PACKAGE_STRING "stunnel 5.33"
| #define PACKAGE_BUGREPORT ""
| #define PACKAGE_URL ""
| #define PACKAGE "stunnel"
| #define VERSION "5.33"
| #define HOST "arm-unknown-linux-androideabi"
| #define CPU_ARM 1
| #define VENDOR_UNKNOWN 1
| #define OS_LINUX_ANDROIDEABI 1
| #define _GNU_SOURCE 1
| #define USE_PTHREAD 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_DLFCN_H 1
| #define LT_OBJDIR ".libs/"
| #define HAVE_STRUCT_SOCKADDR_UN 1
| #define HAVE_STRUCT_ADDRINFO 1
| #define HAVE_STDINT_H 1
| #define HAVE_INTTYPES_H 1
| #define HAVE_MALLOC_H 1
| #define HAVE_UCONTEXT_H 1
| #define HAVE_PTHREAD_H 1
| #define HAVE_POLL_H 1
| #define HAVE_GRP_H 1
| #define HAVE_UNISTD_H 1
| #define HAVE_UTIL_H 1
| #define HAVE_LIMITS_H 1
| #define HAVE_SYS_TYPES_H 1
| #define HAVE_SYS_SELECT_H 1
| #define HAVE_SYS_POLL_H 1
| #define HAVE_SYS_SOCKET_H 1
| #define HAVE_SYS_UN_H 1
| #define HAVE_SYS_IOCTL_H 1
| #define HAVE_SYS_RESOURCE_H 1
| #define HAVE_SYS_UIO_H 1
| #define HAVE_SYS_SYSCALL_H 1
| #define HAVE_LINUX_SCHED_H 1
| #define HAVE_STRUCT_MSGHDR_MSG_CONTROL 1
| #define HAVE_MSGHDR_MSG_CONTROL 1
| #define HAVE_SNPRINTF 1
| #define HAVE_VSNPRINTF 1
| #define HAVE_DAEMON 1
| #define HAVE_WAITPID 1
| #define HAVE_WAIT4 1
| #define HAVE_SETSID 1
| #define HAVE_SETGROUPS 1
| #define HAVE_CHROOT 1
| #define HAVE_REALPATH 1
| #define HAVE_SYSCONF 1
| #define HAVE_GETRLIMIT 1
| #define HAVE_PTHREAD_SIGMASK 1
| #define HAVE_LOCALTIME_R 1
| /* end confdefs.h. */
| /* Define __makecontext_v2 to an innocuous variant, in case declares __makecontext_v2.
| For example, HP-UX 11i declares gettimeofday. */
| #define __makecontext_v2 innocuous___makecontext_v2
|
| /* System header to define __stub macros and hopefully few prototypes,
| which can conflict with char __makecontext_v2 (); below.
| Prefer to if __STDC__ is defined, since
| exists even on freestanding compilers. */
|
| #ifdef __STDC__
| # include
| #else
| # include
| #endif
|
| #undef __makecontext_v2
|
| /* 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 __makecontext_v2 ();
| /* The GNU C library defines this for functions which it implements
| to always fail with ENOSYS. Some functions are actually named
| something starting with __ and the normal name is an alias. */
| #if defined __stub___makecontext_v2 || defined __stub_____makecontext_v2
| choke me
| #endif
|
| int
| main ()
| {
| return __makecontext_v2 ();
| ;
| return 0;
| }
configure:14588: result: no
configure:14601: checking for poll
configure:14601: arm-linux-androideabi-gcc -o conftest -Wall -Wextra -Wpedantic -Wformat=2 -Wconversion -Wno-long-long -Wno-deprecated-declarations -fPIE -fstack-protector -D_FORTIFY_SOURCE=2 -fPIE -pie -Wl,-z,relro -Wl,-z,now -Wl,-z,noexecstack conftest.c -lz >&5
configure:14601: $? = 0
configure:14601: result: yes
configure:14601: checking for gethostbyname2
configure:14601: arm-linux-androideabi-gcc -o conftest -Wall -Wextra -Wpedantic -Wformat=2 -Wconversion -Wno-long-long -Wno-deprecated-declarations -fPIE -fstack-protector -D_FORTIFY_SOURCE=2 -fPIE -pie -Wl,-z,relro -Wl,-z,now -Wl,-z,noexecstack conftest.c -lz >&5
configure:14601: $? = 0
configure:14601: result: yes
configure:14601: checking for endhostent
configure:14601: arm-linux-androideabi-gcc -o conftest -Wall -Wextra -Wpedantic -Wformat=2 -Wconversion -Wno-long-long -Wno-deprecated-declarations -fPIE -fstack-protector -D_FORTIFY_SOURCE=2 -fPIE -pie -Wl,-z,relro -Wl,-z,now -Wl,-z,noexecstack conftest.c -lz >&5
/tmp/cc6YaTts.o:conftest.c:function main: error: undefined reference to 'endhostent'
collect2: error: ld returned 1 exit status
configure:14601: $? = 1
configure: failed program was:
| /* confdefs.h */
| #define PACKAGE_NAME "stunnel"
| #define PACKAGE_TARNAME "stunnel"
| #define PACKAGE_VERSION "5.33"
| #define PACKAGE_STRING "stunnel 5.33"
| #define PACKAGE_BUGREPORT ""
| #define PACKAGE_URL ""
| #define PACKAGE "stunnel"
| #define VERSION "5.33"
| #define HOST "arm-unknown-linux-androideabi"
| #define CPU_ARM 1
| #define VENDOR_UNKNOWN 1
| #define OS_LINUX_ANDROIDEABI 1
| #define _GNU_SOURCE 1
| #define USE_PTHREAD 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_DLFCN_H 1
| #define LT_OBJDIR ".libs/"
| #define HAVE_STRUCT_SOCKADDR_UN 1
| #define HAVE_STRUCT_ADDRINFO 1
| #define HAVE_STDINT_H 1
| #define HAVE_INTTYPES_H 1
| #define HAVE_MALLOC_H 1
| #define HAVE_UCONTEXT_H 1
| #define HAVE_PTHREAD_H 1
| #define HAVE_POLL_H 1
| #define HAVE_GRP_H 1
| #define HAVE_UNISTD_H 1
| #define HAVE_UTIL_H 1
| #define HAVE_LIMITS_H 1
| #define HAVE_SYS_TYPES_H 1
| #define HAVE_SYS_SELECT_H 1
| #define HAVE_SYS_POLL_H 1
| #define HAVE_SYS_SOCKET_H 1
| #define HAVE_SYS_UN_H 1
| #define HAVE_SYS_IOCTL_H 1
| #define HAVE_SYS_RESOURCE_H 1
| #define HAVE_SYS_UIO_H 1
| #define HAVE_SYS_SYSCALL_H 1
| #define HAVE_LINUX_SCHED_H 1
| #define HAVE_STRUCT_MSGHDR_MSG_CONTROL 1
| #define HAVE_MSGHDR_MSG_CONTROL 1
| #define HAVE_SNPRINTF 1
| #define HAVE_VSNPRINTF 1
| #define HAVE_DAEMON 1
| #define HAVE_WAITPID 1
| #define HAVE_WAIT4 1
| #define HAVE_SETSID 1
| #define HAVE_SETGROUPS 1
| #define HAVE_CHROOT 1
| #define HAVE_REALPATH 1
| #define HAVE_SYSCONF 1
| #define HAVE_GETRLIMIT 1
| #define HAVE_PTHREAD_SIGMASK 1
| #define HAVE_LOCALTIME_R 1
| #define HAVE_POLL 1
| #define HAVE_GETHOSTBYNAME2 1
| /* end confdefs.h. */
| /* Define endhostent to an innocuous variant, in case declares endhostent.
| For example, HP-UX 11i declares gettimeofday. */
| #define endhostent innocuous_endhostent
|
| /* System header to define __stub macros and hopefully few prototypes,
| which can conflict with char endhostent (); below.
| Prefer to if __STDC__ is defined, since
| exists even on freestanding compilers. */
|
| #ifdef __STDC__
| # include
| #else
| # include
| #endif
|
| #undef endhostent
|
| /* 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 endhostent ();
| /* The GNU C library defines this for functions which it implements
| to always fail with ENOSYS. Some functions are actually named
| something starting with __ and the normal name is an alias. */
| #if defined __stub_endhostent || defined __stub___endhostent
| choke me
| #endif
|
| int
| main ()
| {
| return endhostent ();
| ;
| return 0;
| }
configure:14601: result: no
configure:14601: checking for getnameinfo
configure:14601: arm-linux-androideabi-gcc -o conftest -Wall -Wextra -Wpedantic -Wformat=2 -Wconversion -Wno-long-long -Wno-deprecated-declarations -fPIE -fstack-protector -D_FORTIFY_SOURCE=2 -fPIE -pie -Wl,-z,relro -Wl,-z,now -Wl,-z,noexecstack conftest.c -lz >&5
configure:14601: $? = 0
configure:14601: result: yes
configure:14610: checking for getaddrinfo
configure:14615: result: no (buggy Android implementation)
configure:14653: checking for broken poll() implementation
configure:14664: result: no
configure:14672: checking for pipe2
configure:14672: arm-linux-androideabi-gcc -o conftest -Wall -Wextra -Wpedantic -Wformat=2 -Wconversion -Wno-long-long -Wno-deprecated-declarations -fPIE -fstack-protector -D_FORTIFY_SOURCE=2 -fPIE -pie -Wl,-z,relro -Wl,-z,now -Wl,-z,noexecstack conftest.c -lz >&5
configure:14672: $? = 0
configure:14672: result: yes
configure:14672: checking for accept4
configure:14672: arm-linux-androideabi-gcc -o conftest -Wall -Wextra -Wpedantic -Wformat=2 -Wconversion -Wno-long-long -Wno-deprecated-declarations -fPIE -fstack-protector -D_FORTIFY_SOURCE=2 -fPIE -pie -Wl,-z,relro -Wl,-z,now -Wl,-z,noexecstack conftest.c -lz >&5
configure:14672: $? = 0
configure:14672: result: yes
configure:14682: **************************************** optional features
configure:14685: checking whether to enable IPv6 support
configure:14691: result: yes
configure:14718: checking whether to enable FIPS support
configure:14744: result: autodetecting
configure:14752: checking whether to enable systemd socket activation support
configure:14831: result: autodetecting
configure:14834: checking for library containing sd_listen_fds
configure:14865: arm-linux-androideabi-gcc -o conftest -Wall -Wextra -Wpedantic -Wformat=2 -Wconversion -Wno-long-long -Wno-deprecated-declarations -fPIE -fstack-protector -D_FORTIFY_SOURCE=2 -fPIE -pie -Wl,-z,relro -Wl,-z,now -Wl,-z,noexecstack conftest.c -lz >&5
/tmp/ccGqABRO.o:conftest.c:function main: error: undefined reference to 'sd_listen_fds'
collect2: error: ld returned 1 exit status
configure:14865: $? = 1
configure: failed program was:
| /* confdefs.h */
| #define PACKAGE_NAME "stunnel"
| #define PACKAGE_TARNAME "stunnel"
| #define PACKAGE_VERSION "5.33"
| #define PACKAGE_STRING "stunnel 5.33"
| #define PACKAGE_BUGREPORT ""
| #define PACKAGE_URL ""
| #define PACKAGE "stunnel"
| #define VERSION "5.33"
| #define HOST "arm-unknown-linux-androideabi"
| #define CPU_ARM 1
| #define VENDOR_UNKNOWN 1
| #define OS_LINUX_ANDROIDEABI 1
| #define _GNU_SOURCE 1
| #define USE_PTHREAD 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_DLFCN_H 1
| #define LT_OBJDIR ".libs/"
| #define HAVE_STRUCT_SOCKADDR_UN 1
| #define HAVE_STRUCT_ADDRINFO 1
| #define HAVE_STDINT_H 1
| #define HAVE_INTTYPES_H 1
| #define HAVE_MALLOC_H 1
| #define HAVE_UCONTEXT_H 1
| #define HAVE_PTHREAD_H 1
| #define HAVE_POLL_H 1
| #define HAVE_GRP_H 1
| #define HAVE_UNISTD_H 1
| #define HAVE_UTIL_H 1
| #define HAVE_LIMITS_H 1
| #define HAVE_SYS_TYPES_H 1
| #define HAVE_SYS_SELECT_H 1
| #define HAVE_SYS_POLL_H 1
| #define HAVE_SYS_SOCKET_H 1
| #define HAVE_SYS_UN_H 1
| #define HAVE_SYS_IOCTL_H 1
| #define HAVE_SYS_RESOURCE_H 1
| #define HAVE_SYS_UIO_H 1
| #define HAVE_SYS_SYSCALL_H 1
| #define HAVE_LINUX_SCHED_H 1
| #define HAVE_STRUCT_MSGHDR_MSG_CONTROL 1
| #define HAVE_MSGHDR_MSG_CONTROL 1
| #define HAVE_SNPRINTF 1
| #define HAVE_VSNPRINTF 1
| #define HAVE_DAEMON 1
| #define HAVE_WAITPID 1
| #define HAVE_WAIT4 1
| #define HAVE_SETSID 1
| #define HAVE_SETGROUPS 1
| #define HAVE_CHROOT 1
| #define HAVE_REALPATH 1
| #define HAVE_SYSCONF 1
| #define HAVE_GETRLIMIT 1
| #define HAVE_PTHREAD_SIGMASK 1
| #define HAVE_LOCALTIME_R 1
| #define HAVE_POLL 1
| #define HAVE_GETHOSTBYNAME2 1
| #define HAVE_GETNAMEINFO 1
| #define HAVE_PIPE2 1
| #define HAVE_ACCEPT4 1
| #define USE_IPv6 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 sd_listen_fds ();
| int
| main ()
| {
| return sd_listen_fds ();
| ;
| return 0;
| }
configure:14865: arm-linux-androideabi-gcc -o conftest -Wall -Wextra -Wpedantic -Wformat=2 -Wconversion -Wno-long-long -Wno-deprecated-declarations -fPIE -fstack-protector -D_FORTIFY_SOURCE=2 -fPIE -pie -Wl,-z,relro -Wl,-z,now -Wl,-z,noexecstack conftest.c -lsystemd -lz >&5
/sysroot/bin/../lib/gcc/arm-linux-androideabi/4.8/../../../../arm-linux-androideabi/bin/ld: error: cannot find -lsystemd
/tmp/ccq9MN5P.o:conftest.c:function main: error: undefined reference to 'sd_listen_fds'
collect2: error: ld returned 1 exit status
configure:14865: $? = 1
configure: failed program was:
| /* confdefs.h */
| #define PACKAGE_NAME "stunnel"
| #define PACKAGE_TARNAME "stunnel"
| #define PACKAGE_VERSION "5.33"
| #define PACKAGE_STRING "stunnel 5.33"
| #define PACKAGE_BUGREPORT ""
| #define PACKAGE_URL ""
| #define PACKAGE "stunnel"
| #define VERSION "5.33"
| #define HOST "arm-unknown-linux-androideabi"
| #define CPU_ARM 1
| #define VENDOR_UNKNOWN 1
| #define OS_LINUX_ANDROIDEABI 1
| #define _GNU_SOURCE 1
| #define USE_PTHREAD 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_DLFCN_H 1
| #define LT_OBJDIR ".libs/"
| #define HAVE_STRUCT_SOCKADDR_UN 1
| #define HAVE_STRUCT_ADDRINFO 1
| #define HAVE_STDINT_H 1
| #define HAVE_INTTYPES_H 1
| #define HAVE_MALLOC_H 1
| #define HAVE_UCONTEXT_H 1
| #define HAVE_PTHREAD_H 1
| #define HAVE_POLL_H 1
| #define HAVE_GRP_H 1
| #define HAVE_UNISTD_H 1
| #define HAVE_UTIL_H 1
| #define HAVE_LIMITS_H 1
| #define HAVE_SYS_TYPES_H 1
| #define HAVE_SYS_SELECT_H 1
| #define HAVE_SYS_POLL_H 1
| #define HAVE_SYS_SOCKET_H 1
| #define HAVE_SYS_UN_H 1
| #define HAVE_SYS_IOCTL_H 1
| #define HAVE_SYS_RESOURCE_H 1
| #define HAVE_SYS_UIO_H 1
| #define HAVE_SYS_SYSCALL_H 1
| #define HAVE_LINUX_SCHED_H 1
| #define HAVE_STRUCT_MSGHDR_MSG_CONTROL 1
| #define HAVE_MSGHDR_MSG_CONTROL 1
| #define HAVE_SNPRINTF 1
| #define HAVE_VSNPRINTF 1
| #define HAVE_DAEMON 1
| #define HAVE_WAITPID 1
| #define HAVE_WAIT4 1
| #define HAVE_SETSID 1
| #define HAVE_SETGROUPS 1
| #define HAVE_CHROOT 1
| #define HAVE_REALPATH 1
| #define HAVE_SYSCONF 1
| #define HAVE_GETRLIMIT 1
| #define HAVE_PTHREAD_SIGMASK 1
| #define HAVE_LOCALTIME_R 1
| #define HAVE_POLL 1
| #define HAVE_GETHOSTBYNAME2 1
| #define HAVE_GETNAMEINFO 1
| #define HAVE_PIPE2 1
| #define HAVE_ACCEPT4 1
| #define USE_IPv6 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 sd_listen_fds ();
| int
| main ()
| {
| return sd_listen_fds ();
| ;
| return 0;
| }
configure:14865: arm-linux-androideabi-gcc -o conftest -Wall -Wextra -Wpedantic -Wformat=2 -Wconversion -Wno-long-long -Wno-deprecated-declarations -fPIE -fstack-protector -D_FORTIFY_SOURCE=2 -fPIE -pie -Wl,-z,relro -Wl,-z,now -Wl,-z,noexecstack conftest.c -lsystemd-daemon -lz >&5
/sysroot/bin/../lib/gcc/arm-linux-androideabi/4.8/../../../../arm-linux-androideabi/bin/ld: error: cannot find -lsystemd-daemon
/tmp/ccwB7GDU.o:conftest.c:function main: error: undefined reference to 'sd_listen_fds'
collect2: error: ld returned 1 exit status
configure:14865: $? = 1
configure: failed program was:
| /* confdefs.h */
| #define PACKAGE_NAME "stunnel"
| #define PACKAGE_TARNAME "stunnel"
| #define PACKAGE_VERSION "5.33"
| #define PACKAGE_STRING "stunnel 5.33"
| #define PACKAGE_BUGREPORT ""
| #define PACKAGE_URL ""
| #define PACKAGE "stunnel"
| #define VERSION "5.33"
| #define HOST "arm-unknown-linux-androideabi"
| #define CPU_ARM 1
| #define VENDOR_UNKNOWN 1
| #define OS_LINUX_ANDROIDEABI 1
| #define _GNU_SOURCE 1
| #define USE_PTHREAD 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_DLFCN_H 1
| #define LT_OBJDIR ".libs/"
| #define HAVE_STRUCT_SOCKADDR_UN 1
| #define HAVE_STRUCT_ADDRINFO 1
| #define HAVE_STDINT_H 1
| #define HAVE_INTTYPES_H 1
| #define HAVE_MALLOC_H 1
| #define HAVE_UCONTEXT_H 1
| #define HAVE_PTHREAD_H 1
| #define HAVE_POLL_H 1
| #define HAVE_GRP_H 1
| #define HAVE_UNISTD_H 1
| #define HAVE_UTIL_H 1
| #define HAVE_LIMITS_H 1
| #define HAVE_SYS_TYPES_H 1
| #define HAVE_SYS_SELECT_H 1
| #define HAVE_SYS_POLL_H 1
| #define HAVE_SYS_SOCKET_H 1
| #define HAVE_SYS_UN_H 1
| #define HAVE_SYS_IOCTL_H 1
| #define HAVE_SYS_RESOURCE_H 1
| #define HAVE_SYS_UIO_H 1
| #define HAVE_SYS_SYSCALL_H 1
| #define HAVE_LINUX_SCHED_H 1
| #define HAVE_STRUCT_MSGHDR_MSG_CONTROL 1
| #define HAVE_MSGHDR_MSG_CONTROL 1
| #define HAVE_SNPRINTF 1
| #define HAVE_VSNPRINTF 1
| #define HAVE_DAEMON 1
| #define HAVE_WAITPID 1
| #define HAVE_WAIT4 1
| #define HAVE_SETSID 1
| #define HAVE_SETGROUPS 1
| #define HAVE_CHROOT 1
| #define HAVE_REALPATH 1
| #define HAVE_SYSCONF 1
| #define HAVE_GETRLIMIT 1
| #define HAVE_PTHREAD_SIGMASK 1
| #define HAVE_LOCALTIME_R 1
| #define HAVE_POLL 1
| #define HAVE_GETHOSTBYNAME2 1
| #define HAVE_GETNAMEINFO 1
| #define HAVE_PIPE2 1
| #define HAVE_ACCEPT4 1
| #define USE_IPv6 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 sd_listen_fds ();
| int
| main ()
| {
| return sd_listen_fds ();
| ;
| return 0;
| }
configure:14882: result: no
configure:14912: systemd library not found
configure:14924: checking whether to enable TCP wrappers support
configure:14937: result: no
configure:14994: **************************************** SSL
configure:14997: checking for compiler sysroot
configure:15007: result: /sysroot/bin/../sysroot
configure:15031: checking for SSL directory
configure:15043: result: not found
configure:15045: error:
Could not find your SSL library installation dir
Use --with-ssl option to fix this problem
## ---------------- ##
## Cache variables. ##
## ---------------- ##
ac_cv_build=x86_64-unknown-linux-gnu
ac_cv_c_compiler_gnu=yes
ac_cv_c_int16_t=yes
ac_cv_c_int32_t=yes
ac_cv_c_int64_t=yes
ac_cv_c_int8_t=yes
ac_cv_c_uint16_t=yes
ac_cv_c_uint32_t=yes
ac_cv_c_uint64_t=yes
ac_cv_c_uint8_t=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___makecontext_v2=no
ac_cv_func__getpty=no
ac_cv_func_accept4=yes
ac_cv_func_chroot=yes
ac_cv_func_daemon=yes
ac_cv_func_endhostent=no
ac_cv_func_getcontext=no
ac_cv_func_gethostbyname2=yes
ac_cv_func_getnameinfo=yes
ac_cv_func_getrlimit=yes
ac_cv_func_localtime_r=yes
ac_cv_func_openpty=no
ac_cv_func_pipe2=yes
ac_cv_func_poll=yes
ac_cv_func_pthread_sigmask=yes
ac_cv_func_realpath=yes
ac_cv_func_setgroups=yes
ac_cv_func_setsid=yes
ac_cv_func_snprintf=yes
ac_cv_func_sysconf=yes
ac_cv_func_vsnprintf=yes
ac_cv_func_wait4=yes
ac_cv_func_waitpid=yes
ac_cv_header_dlfcn_h=yes
ac_cv_header_grp_h=yes
ac_cv_header_inttypes_h=yes
ac_cv_header_libutil_h=no
ac_cv_header_limits_h=yes
ac_cv_header_linux_netfilter_ipv4_h=no
ac_cv_header_linux_sched_h=yes
ac_cv_header_malloc_h=yes
ac_cv_header_memory_h=yes
ac_cv_header_poll_h=yes
ac_cv_header_pthread_h=yes
ac_cv_header_pty_h=no
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_stropts_h=no
ac_cv_header_sys_filio_h=no
ac_cv_header_sys_ioctl_h=yes
ac_cv_header_sys_poll_h=yes
ac_cv_header_sys_resource_h=yes
ac_cv_header_sys_select_h=yes
ac_cv_header_sys_socket_h=yes
ac_cv_header_sys_stat_h=yes
ac_cv_header_sys_syscall_h=yes
ac_cv_header_sys_types_h=yes
ac_cv_header_sys_uio_h=yes
ac_cv_header_sys_un_h=yes
ac_cv_header_tcpd_h=no
ac_cv_header_ucontext_h=yes
ac_cv_header_unistd_h=yes
ac_cv_header_util_h=yes
ac_cv_host=arm-unknown-linux-androideabi
ac_cv_member_struct_msghdr_msg_control=yes
ac_cv_objext=o
ac_cv_path_EGREP='/usr/sbin/grep -E'
ac_cv_path_FGREP='/usr/sbin/grep -F'
ac_cv_path_GREP=/usr/sbin/grep
ac_cv_path_SED=/usr/sbin/sed
ac_cv_path_install='/usr/bin/install -c'
ac_cv_path_mkdir=/usr/sbin/mkdir
ac_cv_prog_AR=arm-linux-androideabi-ar
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_OBJDUMP=arm-linux-androideabi-objdump
ac_cv_prog_RANLIB=arm-linux-androideabi-ranlib
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_search_dlopen='none required'
ac_cv_search_gethostbyname='none required'
ac_cv_search_inflateEnd=-lz
ac_cv_search_openpty=no
ac_cv_search_sd_listen_fds=no
ac_cv_search_shl_load=no
ac_cv_search_socket='none required'
ac_cv_search_yp_get_default_domain=no
ac_cv_type_size_t=yes
ac_cv_type_ssize_t=yes
ac_cv_type_struct_addrinfo=yes
ac_cv_type_struct_sockaddr_un=yes
ac_cv_type_uid_t=yes
am_cv_CC_dependencies_compiler_type=gcc3
am_cv_make_support_nested_variables=yes
am_cv_prog_cc_c_o=yes
ax_cv_PTHREAD_PRIO_INHERIT=no
ax_cv_check_cflags___D_FORTIFY_SOURCE_2=yes
ax_cv_check_cflags___Wall=yes
ax_cv_check_cflags___Wconversion=yes
ax_cv_check_cflags___Wextra=yes
ax_cv_check_cflags___Wformat_2=yes
ax_cv_check_cflags___Wno_deprecated_declarations=yes
ax_cv_check_cflags___Wno_long_long=yes
ax_cv_check_cflags___Wpedantic=yes
ax_cv_check_cflags___fPIE=yes
ax_cv_check_cflags___fstack_protector=yes
ax_cv_check_ldflags___Wl__z_noexecstack=yes
ax_cv_check_ldflags___Wl__z_now=yes
ax_cv_check_ldflags___Wl__z_relro=yes
ax_cv_check_ldflags___fPIE=yes
ax_cv_check_ldflags___pie=yes
lt_cv_ar_at_file=@
lt_cv_archive_cmds_need_lc=no
lt_cv_deplibs_check_method=pass_all
lt_cv_file_magic_cmd='$MAGIC_CMD'
lt_cv_file_magic_test_file=
lt_cv_ld_reload_flag=-r
lt_cv_nm_interface='BSD nm'
lt_cv_objdir=.libs
lt_cv_path_LD=/sysroot/arm-linux-androideabi/bin/ld
lt_cv_path_NM='/sysroot/bin/arm-linux-androideabi-nm -B'
lt_cv_path_mainfest_tool=no
lt_cv_prog_compiler_c_o=yes
lt_cv_prog_compiler_pic='-fPIC -DPIC'
lt_cv_prog_compiler_pic_works=yes
lt_cv_prog_compiler_rtti_exceptions=no
lt_cv_prog_compiler_static_works=yes
lt_cv_prog_gnu_ld=yes
lt_cv_sharedlib_from_linklib_cmd='printf %s\n'
lt_cv_shlibpath_overrides_runpath=yes
lt_cv_sys_global_symbol_pipe='sed -n -e '\''s/^.*[ ]\([ABCDGIRSTW][ABCDGIRSTW]*\)[ ][ ]*\([_A-Za-z][_A-Za-z0-9]*\)$/\1 \2 \2/p'\'' | sed '\''/ __gnu_lto/d'\'''
lt_cv_sys_global_symbol_to_c_name_address='sed -n -e '\''s/^: \([^ ]*\)[ ]*$/ {\"\1\", (void *) 0},/p'\'' -e '\''s/^[ABCDGIRSTW]* \([^ ]*\) \([^ ]*\)$/ {"\2", (void *) \&\2},/p'\'''
lt_cv_sys_global_symbol_to_c_name_address_lib_prefix='sed -n -e '\''s/^: \([^ ]*\)[ ]*$/ {\"\1\", (void *) 0},/p'\'' -e '\''s/^[ABCDGIRSTW]* \([^ ]*\) \(lib[^ ]*\)$/ {"\2", (void *) \&\2},/p'\'' -e '\''s/^[ABCDGIRSTW]* \([^ ]*\) \([^ ]*\)$/ {"lib\2", (void *) \&\2},/p'\'''
lt_cv_sys_global_symbol_to_cdecl='sed -n -e '\''s/^T .* \(.*\)$/extern int \1();/p'\'' -e '\''s/^[ABCDGIRSTW]* .* \(.*\)$/extern char \1;/p'\'''
lt_cv_sys_max_cmd_len=1572864
lt_cv_to_host_file_cmd=func_convert_file_noop
lt_cv_to_tool_file_cmd=func_convert_file_noop
## ----------------- ##
## Output variables. ##
## ----------------- ##
ACLOCAL='${SHELL} /tmp/stunnel/src/stunnel-5.33/auto/missing aclocal-1.14'
AMDEPBACKSLASH='\'
AMDEP_FALSE='#'
AMDEP_TRUE=''
AMTAR='$${TAR-tar}'
AM_BACKSLASH='\'
AM_DEFAULT_V='$(AM_DEFAULT_VERBOSITY)'
AM_DEFAULT_VERBOSITY='0'
AM_V='$(V)'
AR='arm-linux-androideabi-ar'
AUTHOR_TESTS_FALSE=''
AUTHOR_TESTS_TRUE='#'
AUTOCONF='${SHELL} /tmp/stunnel/src/stunnel-5.33/auto/missing autoconf'
AUTOHEADER='${SHELL} /tmp/stunnel/src/stunnel-5.33/auto/missing autoheader'
AUTOMAKE='${SHELL} /tmp/stunnel/src/stunnel-5.33/auto/missing automake-1.14'
AWK='gawk'
CC='arm-linux-androideabi-gcc'
CCDEPMODE='depmode=gcc3'
CFLAGS=' -Wall -Wextra -Wpedantic -Wformat=2 -Wconversion -Wno-long-long -Wno-deprecated-declarations -fPIE -fstack-protector -D_FORTIFY_SOURCE=2'
CPP='arm-linux-androideabi-gcc -E'
CPPFLAGS=''
CYGPATH_W='echo'
DEFAULT_GROUP='nobody'
DEFS=''
DEPDIR='.deps'
DLLTOOL='false'
DSYMUTIL=''
DUMPBIN=''
ECHO_C=''
ECHO_N='-n'
ECHO_T=''
EGREP='/usr/sbin/grep -E'
EXEEXT=''
FGREP='/usr/sbin/grep -F'
GREP='/usr/sbin/grep'
INSTALL_DATA='${INSTALL} -m 644'
INSTALL_PROGRAM='${INSTALL}'
INSTALL_SCRIPT='${INSTALL}'
INSTALL_STRIP_PROGRAM='$(install_sh) -c -s'
LD='/sysroot/arm-linux-androideabi/bin/ld'
LDFLAGS=' -fPIE -pie -Wl,-z,relro -Wl,-z,now -Wl,-z,noexecstack'
LIBOBJS=''
LIBS='-lz '
LIBTOOL='$(SHELL) $(top_builddir)/libtool'
LIBTOOL_DEPS='auto/ltmain.sh'
LIPO=''
LN_S='ln -s'
LTLIBOBJS=''
MAKEINFO='${SHELL} /tmp/stunnel/src/stunnel-5.33/auto/missing makeinfo'
MANIFEST_TOOL=':'
MKDIR_P='/usr/sbin/mkdir -p'
NM='/sysroot/bin/arm-linux-androideabi-nm -B'
NMEDIT=''
OBJDUMP='arm-linux-androideabi-objdump'
OBJEXT='o'
OTOOL64=''
OTOOL=''
PACKAGE='stunnel'
PACKAGE_BUGREPORT=''
PACKAGE_NAME='stunnel'
PACKAGE_STRING='stunnel 5.33'
PACKAGE_TARNAME='stunnel'
PACKAGE_URL=''
PACKAGE_VERSION='5.33'
PATH_SEPARATOR=':'
PTHREAD_CC='arm-linux-androideabi-gcc'
PTHREAD_CFLAGS=''
PTHREAD_LIBS=''
RANDOM_FILE=''
RANLIB='arm-linux-androideabi-ranlib'
SED='/usr/sbin/sed'
SET_MAKE=''
SHELL='/bin/sh'
SSLDIR=''
STRIP='arm-linux-androideabi-strip'
VERSION='5.33'
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 -'
ax_pthread_config=''
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/stunnel/src/stunnel-5.33/auto/install-sh'
libdir='${exec_prefix}/lib'
libexecdir='${exec_prefix}/libexec'
localedir='${datarootdir}/locale'
localstatedir='/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='/etc'
target_alias=''
## ----------- ##
## confdefs.h. ##
## ----------- ##
/* confdefs.h */
#define PACKAGE_NAME "stunnel"
#define PACKAGE_TARNAME "stunnel"
#define PACKAGE_VERSION "5.33"
#define PACKAGE_STRING "stunnel 5.33"
#define PACKAGE_BUGREPORT ""
#define PACKAGE_URL ""
#define PACKAGE "stunnel"
#define VERSION "5.33"
#define HOST "arm-unknown-linux-androideabi"
#define CPU_ARM 1
#define VENDOR_UNKNOWN 1
#define OS_LINUX_ANDROIDEABI 1
#define _GNU_SOURCE 1
#define USE_PTHREAD 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_DLFCN_H 1
#define LT_OBJDIR ".libs/"
#define HAVE_STRUCT_SOCKADDR_UN 1
#define HAVE_STRUCT_ADDRINFO 1
#define HAVE_STDINT_H 1
#define HAVE_INTTYPES_H 1
#define HAVE_MALLOC_H 1
#define HAVE_UCONTEXT_H 1
#define HAVE_PTHREAD_H 1
#define HAVE_POLL_H 1
#define HAVE_GRP_H 1
#define HAVE_UNISTD_H 1
#define HAVE_UTIL_H 1
#define HAVE_LIMITS_H 1
#define HAVE_SYS_TYPES_H 1
#define HAVE_SYS_SELECT_H 1
#define HAVE_SYS_POLL_H 1
#define HAVE_SYS_SOCKET_H 1
#define HAVE_SYS_UN_H 1
#define HAVE_SYS_IOCTL_H 1
#define HAVE_SYS_RESOURCE_H 1
#define HAVE_SYS_UIO_H 1
#define HAVE_SYS_SYSCALL_H 1
#define HAVE_LINUX_SCHED_H 1
#define HAVE_STRUCT_MSGHDR_MSG_CONTROL 1
#define HAVE_MSGHDR_MSG_CONTROL 1
#define HAVE_SNPRINTF 1
#define HAVE_VSNPRINTF 1
#define HAVE_DAEMON 1
#define HAVE_WAITPID 1
#define HAVE_WAIT4 1
#define HAVE_SETSID 1
#define HAVE_SETGROUPS 1
#define HAVE_CHROOT 1
#define HAVE_REALPATH 1
#define HAVE_SYSCONF 1
#define HAVE_GETRLIMIT 1
#define HAVE_PTHREAD_SIGMASK 1
#define HAVE_LOCALTIME_R 1
#define HAVE_POLL 1
#define HAVE_GETHOSTBYNAME2 1
#define HAVE_GETNAMEINFO 1
#define HAVE_PIPE2 1
#define HAVE_ACCEPT4 1
#define USE_IPv6 1
configure: exit 1