The build took 00h 01m 27s and was NOT successful.
The program in this build is written in the following languages, according to sloccount:
SLOC | Language |
---|---|
57,667 |
ansic |
10,691 |
sh |
832 |
perl |
392 |
awk |
142 |
python |
69,724 |
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:
There were existing files in /sysroot, using those
CMD: sudo -u tuscan PATH=/sysroot/bin:/usr/local/sbin:/usr/local/bin:/usr/sbin:/usr/bin:/sbin:/bin CC=clang CXX=clang++ red makepkg --noextract --syncdeps --skipinteg --skippgpcheck --skipchecksums --noconfirm --nocolor --log --noprogressbar --nocheck
==> Making package: apr 1.5.2-1 (Wed Apr 5 00:26:56 UTC 2017)
==> Checking runtime dependencies...
==> Checking buildtime dependencies...
==> WARNING: Using existing $srcdir/ tree
==> Starting build()...
checking build system type... x86_64-unknown-linux-gnu
checking host system type... x86_64-unknown-linux-gnu
checking target system type... x86_64-unknown-linux-gnu
Configuring APR library
Platform: x86_64-unknown-linux-gnu
checking for working mkdir -p... yes
APR Version: 1.5.2
checking for chosen layout... apr
checking for x86_64-unknown-linux-gcc... clang
checking whether the C compiler works... yes
checking for C compiler default output file name... a.out
checking for suffix of executables...
checking whether we are cross compiling... yes
checking for suffix of object files... o
checking whether we are using the GNU C compiler... yes
checking whether clang accepts -g... yes
checking for clang option to accept ISO C89... none needed
checking for a sed that does not truncate output... /usr/sbin/sed
Applying APR hints file rules for x86_64-unknown-linux-gnu
setting CPPFLAGS to "-DLINUX -D_REENTRANT -D_GNU_SOURCE"
(Default will be unix)
checking whether make sets $(MAKE)... yes
checking how to run the C preprocessor... clang -E
checking for gawk... gawk
checking whether ln -s works... yes
checking for x86_64-unknown-linux-ranlib... no
checking for ranlib... ranlib
configure: WARNING: using cross tools not prefixed with host triplet
checking for a BSD-compatible install... /usr/bin/install -c
checking for rm... rm
checking for as... as
checking for cpp... cpp
checking for x86_64-unknown-linux-ar... no
checking for ar... ar
checking for grep that handles long lines and -e... /usr/sbin/grep
checking for egrep... /usr/sbin/grep -E
checking for ANSI C header files... yes
checking for sys/types.h... yes
checking for sys/stat.h... yes
checking for stdlib.h... yes
checking for string.h... yes
checking for memory.h... yes
checking for strings.h... yes
checking for inttypes.h... yes
checking for stdint.h... yes
checking for unistd.h... yes
checking minix/config.h usability... no
checking minix/config.h presence... no
checking for minix/config.h... no
checking whether it is safe to define __EXTENSIONS__... yes
checking for library containing strerror... none required
checking whether system uses EBCDIC... no
performing libtool configuration...
checking how to print strings... printf
checking for a sed that does not truncate output... (cached) /usr/sbin/sed
checking for fgrep... /usr/sbin/grep -F
checking for ld used by clang... /sysroot/bin/ld
checking if the linker (/sysroot/bin/ld) is GNU ld... yes
checking for BSD- or MS-compatible name lister (nm)... /sysroot/bin/nm -B
checking the name lister (/sysroot/bin/nm -B) interface... BSD nm
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 x86_64-unknown-linux-gnu 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/bin/ld option to reload object files... -r
checking for x86_64-unknown-linux-objdump... objdump
checking how to recognize dependent libraries... pass_all
checking for x86_64-unknown-linux-dlltool... dlltool
checking how to associate runtime and link libraries... printf %s\n
checking for x86_64-unknown-linux-ar... ar
checking for archiver @FILE support... @
checking for x86_64-unknown-linux-strip... no
checking for strip... strip
checking for x86_64-unknown-linux-ranlib... ranlib
checking command to parse /sysroot/bin/nm -B output from clang object... ok
checking for sysroot... no
checking for x86_64-unknown-linux-mt... no
checking for mt... no
checking if : is a manifest tool... no
checking for dlfcn.h... yes
checking for objdir... .libs
checking if clang supports -fno-rtti -fno-exceptions... yes
checking for clang option to produce PIC... -fPIC -DPIC
checking if clang PIC flag -fPIC -DPIC works... yes
checking if clang static flag -static works... no
checking if clang supports -c -o file.o... rm: cannot remove 'conftest*': No such file or directory
yes
checking if clang supports -c -o file.o... (cached) yes
checking whether the clang linker (/sysroot/bin/ld -m elf_x86_64) supports shared libraries... yes
checking whether -lc should be explicitly linked in... rm: cannot remove 'conftest*': No such file or directory
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
grep: /tmp/apr/src/apr-1.5.2/libtool: No such file or directory
Check for compiler flags...
checking whether the compiler provides atomic builtins... no
checking whether to enable -D_LARGEFILE64_SOURCE... no
configure: Configured for Linux 4.10
Checking for libraries...
checking for library containing gethostbyname... none required
checking for library containing gethostname... none required
checking for library containing socket... none required
checking for library containing crypt... none required
checking for main in -ltruerand... no
checking for library containing modf... none required
Checking for Threads...
checking pthread.h usability... yes
checking pthread.h presence... yes
checking for pthread.h... yes
checking for CFLAGS needed for pthreads...
checking for LIBS needed for pthreads...
checking for pthread.h... (cached) yes
checking whether pthread_getspecific takes two arguments... no
checking whether pthread_attr_getdetachstate takes one argument... no
checking for recursive mutex support... no
checking for pthread_key_delete... yes
checking for pthread_rwlock_init... yes
checking for pthread_attr_setguardsize... yes
checking for pthread_yield... no
checking for pthread_rwlock_t... yes
checking sched.h usability... yes
checking sched.h presence... yes
checking for sched.h... yes
checking for sched_yield... yes
APR will use threads
checking for readdir in -lc_r... no
checking for gethostbyname in -lc_r... no
checking for gethostbyaddr in -lc_r... no
checking for getservbyname in -lc_r... no
checking for gethostbyname_r... yes
checking for gethostbyaddr_r... yes
checking for getservbyname_r... yes
checking for sigsuspend... yes
checking for sigwait... yes
checking for poll... yes
checking for kqueue... no
checking for port_create... no
checking for epoll support... no
checking for epoll_create1 support... no
checking for dup3 support... no
checking for accept4 support... no
checking for SOCK_CLOEXEC support... no
checking for fdatasync... yes
checking for epoll_create1 support... (cached) no
checking for asio -> message queue support... no
checking for dup3 support... (cached) no
checking for accept4 support... (cached) no
checking for SOCK_CLOEXEC support... (cached) no
checking for getpwnam_r... yes
checking for getpwuid_r... yes
checking for getgrnam_r... yes
checking for getgrgid_r... yes
Checking for Shared Memory Support...
checking for library containing shm_open... none required
checking for sys/types.h... (cached) yes
checking sys/mman.h usability... yes
checking sys/mman.h presence... yes
checking for sys/mman.h... yes
checking sys/ipc.h usability... yes
checking sys/ipc.h presence... yes
checking for sys/ipc.h... yes
checking sys/mutex.h usability... no
checking sys/mutex.h presence... no
checking for sys/mutex.h... no
checking sys/shm.h usability... yes
checking sys/shm.h presence... yes
checking for sys/shm.h... yes
checking sys/file.h usability... yes
checking sys/file.h presence... yes
checking for sys/file.h... yes
checking kernel/OS.h usability... no
checking kernel/OS.h presence... no
checking for kernel/OS.h... no
checking os2.h usability... no
checking os2.h presence... no
checking for os2.h... no
checking windows.h usability... no
checking windows.h presence... no
checking for windows.h... no
checking for mmap... yes
checking for munmap... yes
checking for shm_open... yes
checking for shm_unlink... yes
checking for shmget... yes
checking for shmat... yes
checking for shmdt... yes
checking for shmctl... yes
checking for create_area... no
checking for MAP_ANON in sys/mman.h... yes
checking for /dev/zero... configure: error: cannot check for file existence when cross compiling
==> ERROR: A failure occurred in build().
Aborting...
Printing config logfiles
CMD: config logfiles '/tmp/apr/src/apr-1.5.2/config.log'
This file contains any messages produced by compilers while
running configure, to aid debugging if configure makes a mistake.
It was created by configure, which was
generated by GNU Autoconf 2.69. Invocation command line was
$ ./configure --host=x86_64-unknown-linux --prefix=/usr --includedir=/usr/include/apr-1 --with-installbuilddir=/usr/share/apr-1/build --enable-nonportable-atomics --with-devrandom=/dev/urandom --disable-static
## --------- ##
## Platform. ##
## --------- ##
hostname = 9b32dc186825
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: /usr/local/sbin
PATH: /usr/local/bin
PATH: /usr/sbin
PATH: /usr/bin
PATH: /sbin
PATH: /bin
## ----------- ##
## Core tests. ##
## ----------- ##
configure:4598: checking build system type
configure:4612: result: x86_64-unknown-linux-gnu
configure:4632: checking host system type
configure:4645: result: x86_64-unknown-linux-gnu
configure:4665: checking target system type
configure:4678: result: x86_64-unknown-linux-gnu
configure:4741: checking for working mkdir -p
configure:4757: result: yes
configure:4849: checking for chosen layout
configure:4851: result: apr
configure:5076: checking for x86_64-unknown-linux-gcc
configure:5103: result: clang
configure:5372: checking for C compiler version
configure:5381: clang --version >&5
clang version 3.8.1
Target: x86_64-unknown-linux-gnu
Thread model: posix
InstalledDir: /
configure:5392: $? = 0
configure:5381: clang -v >&5
clang version 3.8.1
Target: x86_64-unknown-linux-gnu
Thread model: posix
InstalledDir: /
Found candidate GCC installation: //../lib/gcc/x86_64-pc-linux-gnu/6.1.1
Found candidate GCC installation: //../lib64/gcc/x86_64-pc-linux-gnu/6.1.1
Selected GCC installation: //../lib64/gcc/x86_64-pc-linux-gnu/6.1.1
Candidate multilib: .;@m64
Selected multilib: .;@m64
configure:5392: $? = 0
configure:5381: clang -V >&5
clang-3.8: error: argument to '-V' is missing (expected 1 value)
clang-3.8: error: no input files
configure:5392: $? = 1
configure:5381: clang -qversion >&5
clang-3.8: error: unknown argument: '-qversion'
clang-3.8: error: no input files
configure:5392: $? = 1
configure:5412: checking whether the C compiler works
configure:5434: clang conftest.c >&5
configure:5438: $? = 0
configure:5486: result: yes
configure:5489: checking for C compiler default output file name
configure:5491: result: a.out
configure:5497: checking for suffix of executables
configure:5504: clang -o conftest conftest.c >&5
configure:5508: $? = 0
configure:5530: result:
configure:5552: checking whether we are cross compiling
configure:5560: clang -o conftest conftest.c >&5
configure:5564: $? = 0
configure:5571: ./conftest
./conftest: error while loading shared libraries: /usr/lib/libc.so: invalid ELF header
configure:5575: $? = 127
configure:5590: result: yes
configure:5595: checking for suffix of object files
configure:5617: clang -c conftest.c >&5
configure:5621: $? = 0
configure:5642: result: o
configure:5646: checking whether we are using the GNU C compiler
configure:5665: clang -c conftest.c >&5
configure:5665: $? = 0
configure:5674: result: yes
configure:5683: checking whether clang accepts -g
configure:5703: clang -c -g conftest.c >&5
configure:5703: $? = 0
configure:5744: result: yes
configure:5761: checking for clang option to accept ISO C89
configure:5824: clang -c conftest.c >&5
configure:5824: $? = 0
configure:5837: result: none needed
configure:5858: checking for a sed that does not truncate output
configure:5922: result: /usr/sbin/sed
configure:9275: checking whether make sets $(MAKE)
configure:9297: result: yes
configure:9311: checking how to run the C preprocessor
configure:9342: clang -E -DLINUX -D_REENTRANT -D_GNU_SOURCE conftest.c
configure:9342: $? = 0
configure:9356: clang -E -DLINUX -D_REENTRANT -D_GNU_SOURCE conftest.c
conftest.c:9:10: fatal error: 'ac_nonexistent.h' file not found
#include
^
1 error generated.
configure:9356: $? = 1
configure: failed program was:
| /* confdefs.h */
| #define PACKAGE_NAME ""
| #define PACKAGE_TARNAME ""
| #define PACKAGE_VERSION ""
| #define PACKAGE_STRING ""
| #define PACKAGE_BUGREPORT ""
| #define PACKAGE_URL ""
| /* end confdefs.h. */
| #include
configure:9381: result: clang -E
configure:9401: clang -E -DLINUX -D_REENTRANT -D_GNU_SOURCE conftest.c
configure:9401: $? = 0
configure:9415: clang -E -DLINUX -D_REENTRANT -D_GNU_SOURCE conftest.c
conftest.c:9:10: fatal error: 'ac_nonexistent.h' file not found
#include
^
1 error generated.
configure:9415: $? = 1
configure: failed program was:
| /* confdefs.h */
| #define PACKAGE_NAME ""
| #define PACKAGE_TARNAME ""
| #define PACKAGE_VERSION ""
| #define PACKAGE_STRING ""
| #define PACKAGE_BUGREPORT ""
| #define PACKAGE_URL ""
| /* end confdefs.h. */
| #include
configure:9447: checking for gawk
configure:9463: found /usr/sbin/gawk
configure:9474: result: gawk
configure:9485: checking whether ln -s works
configure:9489: result: yes
configure:9499: checking for x86_64-unknown-linux-ranlib
configure:9529: result: no
configure:9539: checking for ranlib
configure:9555: found /sysroot/bin/ranlib
configure:9566: result: ranlib
configure:9578: WARNING: using cross tools not prefixed with host triplet
configure:9602: checking for a BSD-compatible install
configure:9670: result: /usr/bin/install -c
configure:9683: checking for rm
configure:9699: found /usr/sbin/rm
configure:9710: result: rm
configure:9720: checking for as
configure:9736: found /sysroot/bin/as
configure:9747: result: as
configure:9757: checking for cpp
configure:9773: found /usr/sbin/cpp
configure:9784: result: cpp
configure:9795: checking for x86_64-unknown-linux-ar
configure:9825: result: no
configure:9835: checking for ar
configure:9851: found /sysroot/bin/ar
configure:9862: result: ar
configure:9888: checking for grep that handles long lines and -e
configure:9946: result: /usr/sbin/grep
configure:9951: checking for egrep
configure:10013: result: /usr/sbin/grep -E
configure:10018: checking for ANSI C header files
configure:10038: clang -c -DLINUX -D_REENTRANT -D_GNU_SOURCE conftest.c >&5
configure:10038: $? = 0
configure:10122: result: yes
configure:10135: checking for sys/types.h
configure:10135: clang -c -DLINUX -D_REENTRANT -D_GNU_SOURCE conftest.c >&5
configure:10135: $? = 0
configure:10135: result: yes
configure:10135: checking for sys/stat.h
configure:10135: clang -c -DLINUX -D_REENTRANT -D_GNU_SOURCE conftest.c >&5
configure:10135: $? = 0
configure:10135: result: yes
configure:10135: checking for stdlib.h
configure:10135: clang -c -DLINUX -D_REENTRANT -D_GNU_SOURCE conftest.c >&5
configure:10135: $? = 0
configure:10135: result: yes
configure:10135: checking for string.h
configure:10135: clang -c -DLINUX -D_REENTRANT -D_GNU_SOURCE conftest.c >&5
configure:10135: $? = 0
configure:10135: result: yes
configure:10135: checking for memory.h
configure:10135: clang -c -DLINUX -D_REENTRANT -D_GNU_SOURCE conftest.c >&5
configure:10135: $? = 0
configure:10135: result: yes
configure:10135: checking for strings.h
configure:10135: clang -c -DLINUX -D_REENTRANT -D_GNU_SOURCE conftest.c >&5
configure:10135: $? = 0
configure:10135: result: yes
configure:10135: checking for inttypes.h
configure:10135: clang -c -DLINUX -D_REENTRANT -D_GNU_SOURCE conftest.c >&5
configure:10135: $? = 0
configure:10135: result: yes
configure:10135: checking for stdint.h
configure:10135: clang -c -DLINUX -D_REENTRANT -D_GNU_SOURCE conftest.c >&5
configure:10135: $? = 0
configure:10135: result: yes
configure:10135: checking for unistd.h
configure:10135: clang -c -DLINUX -D_REENTRANT -D_GNU_SOURCE conftest.c >&5
configure:10135: $? = 0
configure:10135: result: yes
configure:10148: checking minix/config.h usability
configure:10148: clang -c -DLINUX -D_REENTRANT -D_GNU_SOURCE conftest.c >&5
conftest.c:52:10: fatal error: 'minix/config.h' file not found
#include
^
1 error generated.
configure:10148: $? = 1
configure: failed program was:
| /* confdefs.h */
| #define PACKAGE_NAME ""
| #define PACKAGE_TARNAME ""
| #define PACKAGE_VERSION ""
| #define PACKAGE_STRING ""
| #define PACKAGE_BUGREPORT ""
| #define PACKAGE_URL ""
| #define STDC_HEADERS 1
| #define HAVE_SYS_TYPES_H 1
| #define HAVE_SYS_STAT_H 1
| #define HAVE_STDLIB_H 1
| #define HAVE_STRING_H 1
| #define HAVE_MEMORY_H 1
| #define HAVE_STRINGS_H 1
| #define HAVE_INTTYPES_H 1
| #define HAVE_STDINT_H 1
| #define HAVE_UNISTD_H 1
| /* end confdefs.h. */
| #include
| #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:10148: result: no
configure:10148: checking minix/config.h presence
configure:10148: clang -E -DLINUX -D_REENTRANT -D_GNU_SOURCE conftest.c
conftest.c:19:10: fatal error: 'minix/config.h' file not found
#include
^
1 error generated.
configure:10148: $? = 1
configure: failed program was:
| /* confdefs.h */
| #define PACKAGE_NAME ""
| #define PACKAGE_TARNAME ""
| #define PACKAGE_VERSION ""
| #define PACKAGE_STRING ""
| #define PACKAGE_BUGREPORT ""
| #define PACKAGE_URL ""
| #define STDC_HEADERS 1
| #define HAVE_SYS_TYPES_H 1
| #define HAVE_SYS_STAT_H 1
| #define HAVE_STDLIB_H 1
| #define HAVE_STRING_H 1
| #define HAVE_MEMORY_H 1
| #define HAVE_STRINGS_H 1
| #define HAVE_INTTYPES_H 1
| #define HAVE_STDINT_H 1
| #define HAVE_UNISTD_H 1
| /* end confdefs.h. */
| #include
configure:10148: result: no
configure:10148: checking for minix/config.h
configure:10148: result: no
configure:10169: checking whether it is safe to define __EXTENSIONS__
configure:10187: clang -c -DLINUX -D_REENTRANT -D_GNU_SOURCE conftest.c >&5
configure:10187: $? = 0
configure:10194: result: yes
configure:10210: checking for library containing strerror
configure:10241: clang -o conftest -DLINUX -D_REENTRANT -D_GNU_SOURCE conftest.c >&5
conftest.c:31:6: warning: incompatible redeclaration of library function 'strerror' [-Wincompatible-library-redeclaration]
char strerror ();
^
conftest.c:31:6: note: 'strerror' is a builtin with type 'char *(int)'
1 warning generated.
configure:10241: $? = 0
configure:10258: result: none required
configure:10267: checking whether system uses EBCDIC
configure:10300: result: no
configure:10698: checking how to print strings
configure:10725: result: printf
configure:10746: checking for a sed that does not truncate output
configure:10810: result: /usr/sbin/sed
configure:10828: checking for fgrep
configure:10890: result: /usr/sbin/grep -F
configure:10925: checking for ld used by clang
configure:10992: result: /sysroot/bin/ld
configure:10999: checking if the linker (/sysroot/bin/ld) is GNU ld
configure:11014: result: yes
configure:11026: checking for BSD- or MS-compatible name lister (nm)
configure:11075: result: /sysroot/bin/nm -B
configure:11205: checking the name lister (/sysroot/bin/nm -B) interface
configure:11212: clang -c -DLINUX -D_REENTRANT -D_GNU_SOURCE conftest.c >&5
configure:11215: /sysroot/bin/nm -B "conftest.o"
configure:11218: output
0000000000000000 B some_variable
configure:11225: result: BSD nm
configure:11229: checking the maximum length of command line arguments
configure:11359: result: 1572864
configure:11376: checking whether the shell understands some XSI constructs
configure:11386: result: yes
configure:11390: checking whether the shell understands "+="
configure:11396: result: yes
configure:11431: checking how to convert x86_64-unknown-linux-gnu file names to x86_64-unknown-linux-gnu format
configure:11471: result: func_convert_file_noop
configure:11478: checking how to convert x86_64-unknown-linux-gnu file names to toolchain format
configure:11498: result: func_convert_file_noop
configure:11505: checking for /sysroot/bin/ld option to reload object files
configure:11512: result: -r
configure:11546: checking for x86_64-unknown-linux-objdump
configure:11573: result: objdump
configure:11642: checking how to recognize dependent libraries
configure:11844: result: pass_all
configure:11889: checking for x86_64-unknown-linux-dlltool
configure:11916: result: dlltool
configure:11986: checking how to associate runtime and link libraries
configure:12013: result: printf %s\n
configure:12029: checking for x86_64-unknown-linux-ar
configure:12056: result: ar
configure:12137: checking for archiver @FILE support
configure:12154: clang -c -DLINUX -D_REENTRANT -D_GNU_SOURCE conftest.c >&5
configure:12154: $? = 0
configure:12157: ar cru libconftest.a @conftest.lst >&5
/r: `u' modifier ignored since `D' is the default (see `U')
configure:12160: $? = 0
configure:12165: ar cru libconftest.a @conftest.lst >&5
/r: `u' modifier ignored since `D' is the default (see `U')
/r: conftest.o: No such file or directory
configure:12168: $? = 1
configure:12180: result: @
configure:12198: checking for x86_64-unknown-linux-strip
configure:12228: result: no
configure:12238: checking for strip
configure:12254: found /sysroot/bin/strip
configure:12265: result: strip
configure:12297: checking for x86_64-unknown-linux-ranlib
configure:12324: result: ranlib
configure:12466: checking command to parse /sysroot/bin/nm -B output from clang object
configure:12586: clang -c -DLINUX -D_REENTRANT -D_GNU_SOURCE conftest.c >&5
configure:12589: $? = 0
configure:12593: /sysroot/bin/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:12596: $? = 0
configure:12662: clang -o conftest -DLINUX -D_REENTRANT -D_GNU_SOURCE conftest.c conftstm.o >&5
configure:12665: $? = 0
configure:12703: result: ok
configure:12740: checking for sysroot
configure:12770: result: no
configure:12847: clang -c -DLINUX -D_REENTRANT -D_GNU_SOURCE conftest.c >&5
configure:12850: $? = 0
configure:12986: checking for x86_64-unknown-linux-mt
configure:13016: result: no
configure:13026: checking for mt
configure:13056: result: no
configure:13076: checking if : is a manifest tool
configure:13082: : '-?'
configure:13090: result: no
configure:13729: checking for dlfcn.h
configure:13729: clang -c -DLINUX -D_REENTRANT -D_GNU_SOURCE conftest.c >&5
configure:13729: $? = 0
configure:13729: result: yes
configure:13933: checking for objdir
configure:13948: result: .libs
configure:14219: checking if clang supports -fno-rtti -fno-exceptions
configure:14237: clang -c -DLINUX -D_REENTRANT -D_GNU_SOURCE -fno-rtti -fno-exceptions conftest.c >&5
configure:14241: $? = 0
configure:14254: result: yes
configure:14581: checking for clang option to produce PIC
configure:14588: result: -fPIC -DPIC
configure:14596: checking if clang PIC flag -fPIC -DPIC works
configure:14614: clang -c -DLINUX -D_REENTRANT -D_GNU_SOURCE -fPIC -DPIC -DPIC conftest.c >&5
configure:14618: $? = 0
configure:14631: result: yes
configure:14660: checking if clang static flag -static works
configure:14688: result: no
configure:14703: checking if clang supports -c -o file.o
configure:14724: clang -c -DLINUX -D_REENTRANT -D_GNU_SOURCE -o out/conftest2.o conftest.c >&5
configure:14728: $? = 0
configure:14750: result: yes
configure:14758: checking if clang supports -c -o file.o
configure:14805: result: yes
configure:14838: checking whether the clang linker (/sysroot/bin/ld -m elf_x86_64) supports shared libraries
configure:15991: result: yes
configure:16028: checking whether -lc should be explicitly linked in
configure:16036: clang -c -DLINUX -D_REENTRANT -D_GNU_SOURCE conftest.c >&5
configure:16039: $? = 0
configure:16054: clang -shared -fPIC -DPIC conftest.o -v -Wl,-soname -Wl,conftest -o conftest 2\>\&1 \| /usr/sbin/grep -lc \>/dev/null 2\>\&1
configure:16057: $? = 0
configure:16071: result: no
configure:16231: checking dynamic linker characteristics
configure:16742: clang -o conftest -DLINUX -D_REENTRANT -D_GNU_SOURCE -Wl,-rpath -Wl,/foo conftest.c >&5
configure:16742: $? = 0
configure:16964: result: GNU/Linux ld.so
configure:17071: checking how to hardcode library paths into programs
configure:17096: result: immediate
configure:17636: checking whether stripping libraries is possible
configure:17641: result: yes
configure:17676: checking if libtool supports shared libraries
configure:17678: result: yes
configure:17681: checking whether to build shared libraries
configure:17702: result: yes
configure:17705: checking whether to build static libraries
configure:17709: result: no
configure:18349: checking whether the compiler provides atomic builtins
configure:18406: result: no
configure:18700: checking whether to enable -D_LARGEFILE64_SOURCE
configure:18759: result: no
configure:18859: Configured for Linux 4.10
configure:18899: checking for library containing gethostbyname
configure:18930: clang -o conftest -DLINUX -D_REENTRANT -D_GNU_SOURCE conftest.c >&5
configure:18930: $? = 0
configure:18947: result: none required
configure:18955: checking for library containing gethostname
configure:18986: clang -o conftest -DLINUX -D_REENTRANT -D_GNU_SOURCE conftest.c >&5
configure:18986: $? = 0
configure:19003: result: none required
configure:19011: checking for library containing socket
configure:19042: clang -o conftest -DLINUX -D_REENTRANT -D_GNU_SOURCE conftest.c >&5
configure:19042: $? = 0
configure:19059: result: none required
configure:19067: checking for library containing crypt
configure:19098: clang -o conftest -DLINUX -D_REENTRANT -D_GNU_SOURCE conftest.c >&5
configure:19098: $? = 0
configure:19115: result: none required
configure:19123: checking for main in -ltruerand
configure:19142: clang -o conftest -DLINUX -D_REENTRANT -D_GNU_SOURCE conftest.c -ltruerand >&5
/sysroot/bin/ld: error: cannot find -ltruerand
clang-3.8: error: linker command failed with exit code 1 (use -v to see invocation)
configure:19142: $? = 1
configure: failed program was:
| /* confdefs.h */
| #define PACKAGE_NAME ""
| #define PACKAGE_TARNAME ""
| #define PACKAGE_VERSION ""
| #define PACKAGE_STRING ""
| #define PACKAGE_BUGREPORT ""
| #define PACKAGE_URL ""
| #define 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 __EXTENSIONS__ 1
| #define _ALL_SOURCE 1
| #define _GNU_SOURCE 1
| #define _POSIX_PTHREAD_SEMANTICS 1
| #define _TANDEM_SOURCE 1
| #define HAVE_DLFCN_H 1
| #define LT_OBJDIR ".libs/"
| /* end confdefs.h. */
|
|
| int
| main ()
| {
| return main ();
| ;
| return 0;
| }
configure:19151: result: no
configure:19162: checking for library containing modf
configure:19193: clang -o conftest -DLINUX -D_REENTRANT -D_GNU_SOURCE conftest.c >&5
conftest.c:33:6: warning: incompatible redeclaration of library function 'modf' [-Wincompatible-library-redeclaration]
char modf ();
^
conftest.c:33:6: note: 'modf' is a builtin with type 'double (double, double *)'
1 warning generated.
configure:19193: $? = 0
configure:19210: result: none required
configure:19234: checking pthread.h usability
configure:19234: clang -c -DLINUX -D_REENTRANT -D_GNU_SOURCE -w conftest.c >&5
configure:19234: $? = 0
configure:19234: result: yes
configure:19234: checking pthread.h presence
configure:19234: clang -E -DLINUX -D_REENTRANT -D_GNU_SOURCE -w conftest.c
configure:19234: $? = 0
configure:19234: result: yes
configure:19234: checking for pthread.h
configure:19234: result: yes
configure:19282: checking for CFLAGS needed for pthreads
configure:19336: result:
configure:19372: checking for LIBS needed for pthreads
configure:19426: result:
configure:19466: checking for pthread.h
configure:19466: result: yes
configure:19767: checking whether pthread_getspecific takes two arguments
configure:19790: clang -c -DLINUX -D_REENTRANT -D_GNU_SOURCE conftest.c >&5
conftest.c:37:25: error: too many arguments to function call, expected 1, have 2
pthread_getspecific(key,&tmp);
~~~~~~~~~~~~~~~~~~~ ^~~~
/sysroot/include/pthread.h:140:1: note: 'pthread_getspecific' declared here
void *pthread_getspecific(pthread_key_t);
^
1 error generated.
configure:19790: $? = 1
configure: failed program was:
| /* confdefs.h */
| #define PACKAGE_NAME ""
| #define PACKAGE_TARNAME ""
| #define PACKAGE_VERSION ""
| #define PACKAGE_STRING ""
| #define PACKAGE_BUGREPORT ""
| #define PACKAGE_URL ""
| #define 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 __EXTENSIONS__ 1
| #define _ALL_SOURCE 1
| #define _GNU_SOURCE 1
| #define _POSIX_PTHREAD_SEMANTICS 1
| #define _TANDEM_SOURCE 1
| #define HAVE_DLFCN_H 1
| #define LT_OBJDIR ".libs/"
| #define HAVE_PTHREAD_H 1
| #define HAVE_PTHREAD_H 1
| /* end confdefs.h. */
|
| #include
|
| int
| main ()
| {
|
| pthread_key_t key;
| void *tmp;
| pthread_getspecific(key,&tmp);
|
| ;
| return 0;
| }
configure:19802: result: no
configure:19812: checking whether pthread_attr_getdetachstate takes one argument
configure:19834: clang -c -DLINUX -D_REENTRANT -D_GNU_SOURCE conftest.c >&5
conftest.c:36:33: error: too few arguments to function call, expected 2, have 1
pthread_attr_getdetachstate(attr);
~~~~~~~~~~~~~~~~~~~~~~~~~~~ ^
/sysroot/include/pthread.h:150:1: note: 'pthread_attr_getdetachstate' declared here
int pthread_attr_getdetachstate(const pthread_attr_t *, int *);
^
1 error generated.
configure:19834: $? = 1
configure: failed program was:
| /* confdefs.h */
| #define PACKAGE_NAME ""
| #define PACKAGE_TARNAME ""
| #define PACKAGE_VERSION ""
| #define PACKAGE_STRING ""
| #define PACKAGE_BUGREPORT ""
| #define PACKAGE_URL ""
| #define 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 __EXTENSIONS__ 1
| #define _ALL_SOURCE 1
| #define _GNU_SOURCE 1
| #define _POSIX_PTHREAD_SEMANTICS 1
| #define _TANDEM_SOURCE 1
| #define HAVE_DLFCN_H 1
| #define LT_OBJDIR ".libs/"
| #define HAVE_PTHREAD_H 1
| #define HAVE_PTHREAD_H 1
| /* end confdefs.h. */
|
| #include
|
| int
| main ()
| {
|
| pthread_attr_t *attr;
| pthread_attr_getdetachstate(attr);
|
| ;
| return 0;
| }
configure:19846: result: no
configure:19856: checking for recursive mutex support
configure:19889: result: no
configure:19902: checking for pthread_key_delete
configure:19902: clang -o conftest -DLINUX -D_REENTRANT -D_GNU_SOURCE conftest.c >&5
configure:19902: $? = 0
configure:19902: result: yes
configure:19902: checking for pthread_rwlock_init
configure:19902: clang -o conftest -DLINUX -D_REENTRANT -D_GNU_SOURCE conftest.c >&5
configure:19902: $? = 0
configure:19902: result: yes
configure:19902: checking for pthread_attr_setguardsize
configure:19902: clang -o conftest -DLINUX -D_REENTRANT -D_GNU_SOURCE conftest.c >&5
configure:19902: $? = 0
configure:19902: result: yes
configure:19902: checking for pthread_yield
configure:19902: clang -o conftest -DLINUX -D_REENTRANT -D_GNU_SOURCE conftest.c >&5
/tmp/conftest-ee3ba5.o:conftest.c:function main: error: undefined reference to 'pthread_yield'
clang-3.8: error: linker command failed with exit code 1 (use -v to see invocation)
configure:19902: $? = 1
configure: failed program was:
| /* confdefs.h */
| #define PACKAGE_NAME ""
| #define PACKAGE_TARNAME ""
| #define PACKAGE_VERSION ""
| #define PACKAGE_STRING ""
| #define PACKAGE_BUGREPORT ""
| #define PACKAGE_URL ""
| #define 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 __EXTENSIONS__ 1
| #define _ALL_SOURCE 1
| #define _GNU_SOURCE 1
| #define _POSIX_PTHREAD_SEMANTICS 1
| #define _TANDEM_SOURCE 1
| #define HAVE_DLFCN_H 1
| #define LT_OBJDIR ".libs/"
| #define HAVE_PTHREAD_H 1
| #define HAVE_PTHREAD_H 1
| #define HAVE_PTHREAD_KEY_DELETE 1
| #define HAVE_PTHREAD_RWLOCK_INIT 1
| #define HAVE_PTHREAD_ATTR_SETGUARDSIZE 1
| /* end confdefs.h. */
| /* Define pthread_yield to an innocuous variant, in case declares pthread_yield.
| For example, HP-UX 11i declares gettimeofday. */
| #define pthread_yield innocuous_pthread_yield
|
| /* System header to define __stub macros and hopefully few prototypes,
| which can conflict with char pthread_yield (); below.
| Prefer to if __STDC__ is defined, since
| exists even on freestanding compilers. */
|
| #ifdef __STDC__
| # include
| #else
| # include
| #endif
|
| #undef pthread_yield
|
| /* 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 pthread_yield ();
| /* 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_pthread_yield || defined __stub___pthread_yield
| choke me
| #endif
|
| int
| main ()
| {
| return pthread_yield ();
| ;
| return 0;
| }
configure:19902: result: no
configure:19913: checking for pthread_rwlock_t
configure:19930: clang -c -DLINUX -D_REENTRANT -D_GNU_SOURCE conftest.c >&5
configure:19930: $? = 0
configure:19937: result: yes
configure:19949: checking sched.h usability
configure:19949: clang -c -DLINUX -D_REENTRANT -D_GNU_SOURCE conftest.c >&5
configure:19949: $? = 0
configure:19949: result: yes
configure:19949: checking sched.h presence
configure:19949: clang -E -DLINUX -D_REENTRANT -D_GNU_SOURCE conftest.c
configure:19949: $? = 0
configure:19949: result: yes
configure:19949: checking for sched.h
configure:19949: result: yes
configure:19961: checking for sched_yield
configure:19961: clang -o conftest -DLINUX -D_REENTRANT -D_GNU_SOURCE conftest.c >&5
configure:19961: $? = 0
configure:19961: result: yes
configure:19980: checking for readdir in -lc_r
configure:20005: clang -o conftest -DLINUX -D_REENTRANT -D_GNU_SOURCE conftest.c -lc_r >&5
/sysroot/bin/ld: error: cannot find -lc_r
clang-3.8: error: linker command failed with exit code 1 (use -v to see invocation)
configure:20005: $? = 1
configure: failed program was:
| /* confdefs.h */
| #define PACKAGE_NAME ""
| #define PACKAGE_TARNAME ""
| #define PACKAGE_VERSION ""
| #define PACKAGE_STRING ""
| #define PACKAGE_BUGREPORT ""
| #define PACKAGE_URL ""
| #define 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 __EXTENSIONS__ 1
| #define _ALL_SOURCE 1
| #define _GNU_SOURCE 1
| #define _POSIX_PTHREAD_SEMANTICS 1
| #define _TANDEM_SOURCE 1
| #define HAVE_DLFCN_H 1
| #define LT_OBJDIR ".libs/"
| #define HAVE_PTHREAD_H 1
| #define HAVE_PTHREAD_H 1
| #define HAVE_PTHREAD_KEY_DELETE 1
| #define HAVE_PTHREAD_RWLOCK_INIT 1
| #define HAVE_PTHREAD_ATTR_SETGUARDSIZE 1
| #define HAVE_PTHREAD_RWLOCKS 1
| #define HAVE_SCHED_H 1
| #define HAVE_SCHED_YIELD 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 readdir ();
| int
| main ()
| {
| return readdir ();
| ;
| return 0;
| }
configure:20014: result: no
configure:20023: checking for gethostbyname in -lc_r
configure:20048: clang -o conftest -DLINUX -D_REENTRANT -D_GNU_SOURCE conftest.c -lc_r >&5
/sysroot/bin/ld: error: cannot find -lc_r
clang-3.8: error: linker command failed with exit code 1 (use -v to see invocation)
configure:20048: $? = 1
configure: failed program was:
| /* confdefs.h */
| #define PACKAGE_NAME ""
| #define PACKAGE_TARNAME ""
| #define PACKAGE_VERSION ""
| #define PACKAGE_STRING ""
| #define PACKAGE_BUGREPORT ""
| #define PACKAGE_URL ""
| #define 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 __EXTENSIONS__ 1
| #define _ALL_SOURCE 1
| #define _GNU_SOURCE 1
| #define _POSIX_PTHREAD_SEMANTICS 1
| #define _TANDEM_SOURCE 1
| #define HAVE_DLFCN_H 1
| #define LT_OBJDIR ".libs/"
| #define HAVE_PTHREAD_H 1
| #define HAVE_PTHREAD_H 1
| #define HAVE_PTHREAD_KEY_DELETE 1
| #define HAVE_PTHREAD_RWLOCK_INIT 1
| #define HAVE_PTHREAD_ATTR_SETGUARDSIZE 1
| #define HAVE_PTHREAD_RWLOCKS 1
| #define HAVE_SCHED_H 1
| #define HAVE_SCHED_YIELD 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 gethostbyname ();
| int
| main ()
| {
| return gethostbyname ();
| ;
| return 0;
| }
configure:20057: result: no
configure:20070: checking for gethostbyaddr in -lc_r
configure:20095: clang -o conftest -DLINUX -D_REENTRANT -D_GNU_SOURCE conftest.c -lc_r >&5
/sysroot/bin/ld: error: cannot find -lc_r
clang-3.8: error: linker command failed with exit code 1 (use -v to see invocation)
configure:20095: $? = 1
configure: failed program was:
| /* confdefs.h */
| #define PACKAGE_NAME ""
| #define PACKAGE_TARNAME ""
| #define PACKAGE_VERSION ""
| #define PACKAGE_STRING ""
| #define PACKAGE_BUGREPORT ""
| #define PACKAGE_URL ""
| #define 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 __EXTENSIONS__ 1
| #define _ALL_SOURCE 1
| #define _GNU_SOURCE 1
| #define _POSIX_PTHREAD_SEMANTICS 1
| #define _TANDEM_SOURCE 1
| #define HAVE_DLFCN_H 1
| #define LT_OBJDIR ".libs/"
| #define HAVE_PTHREAD_H 1
| #define HAVE_PTHREAD_H 1
| #define HAVE_PTHREAD_KEY_DELETE 1
| #define HAVE_PTHREAD_RWLOCK_INIT 1
| #define HAVE_PTHREAD_ATTR_SETGUARDSIZE 1
| #define HAVE_PTHREAD_RWLOCKS 1
| #define HAVE_SCHED_H 1
| #define HAVE_SCHED_YIELD 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 gethostbyaddr ();
| int
| main ()
| {
| return gethostbyaddr ();
| ;
| return 0;
| }
configure:20104: result: no
configure:20117: checking for getservbyname in -lc_r
configure:20142: clang -o conftest -DLINUX -D_REENTRANT -D_GNU_SOURCE conftest.c -lc_r >&5
/sysroot/bin/ld: error: cannot find -lc_r
clang-3.8: error: linker command failed with exit code 1 (use -v to see invocation)
configure:20142: $? = 1
configure: failed program was:
| /* confdefs.h */
| #define PACKAGE_NAME ""
| #define PACKAGE_TARNAME ""
| #define PACKAGE_VERSION ""
| #define PACKAGE_STRING ""
| #define PACKAGE_BUGREPORT ""
| #define PACKAGE_URL ""
| #define 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 __EXTENSIONS__ 1
| #define _ALL_SOURCE 1
| #define _GNU_SOURCE 1
| #define _POSIX_PTHREAD_SEMANTICS 1
| #define _TANDEM_SOURCE 1
| #define HAVE_DLFCN_H 1
| #define LT_OBJDIR ".libs/"
| #define HAVE_PTHREAD_H 1
| #define HAVE_PTHREAD_H 1
| #define HAVE_PTHREAD_KEY_DELETE 1
| #define HAVE_PTHREAD_RWLOCK_INIT 1
| #define HAVE_PTHREAD_ATTR_SETGUARDSIZE 1
| #define HAVE_PTHREAD_RWLOCKS 1
| #define HAVE_SCHED_H 1
| #define HAVE_SCHED_YIELD 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 getservbyname ();
| int
| main ()
| {
| return getservbyname ();
| ;
| return 0;
| }
configure:20151: result: no
configure:20166: checking for gethostbyname_r
configure:20166: clang -o conftest -DLINUX -D_REENTRANT -D_GNU_SOURCE conftest.c >&5
configure:20166: $? = 0
configure:20166: result: yes
configure:20166: checking for gethostbyaddr_r
configure:20166: clang -o conftest -DLINUX -D_REENTRANT -D_GNU_SOURCE conftest.c >&5
configure:20166: $? = 0
configure:20166: result: yes
configure:20166: checking for getservbyname_r
configure:20166: clang -o conftest -DLINUX -D_REENTRANT -D_GNU_SOURCE conftest.c >&5
configure:20166: $? = 0
configure:20166: result: yes
configure:20297: checking for sigsuspend
configure:20297: clang -o conftest -DLINUX -D_REENTRANT -D_GNU_SOURCE conftest.c >&5
configure:20297: $? = 0
configure:20297: result: yes
configure:20310: checking for sigwait
configure:20310: clang -o conftest -DLINUX -D_REENTRANT -D_GNU_SOURCE conftest.c >&5
configure:20310: $? = 0
configure:20310: result: yes
configure:20334: checking for poll
configure:20334: clang -o conftest -DLINUX -D_REENTRANT -D_GNU_SOURCE conftest.c >&5
configure:20334: $? = 0
configure:20334: result: yes
configure:20334: checking for kqueue
configure:20334: clang -o conftest -DLINUX -D_REENTRANT -D_GNU_SOURCE conftest.c >&5
/tmp/conftest-9d7830.o:conftest.c:function main: error: undefined reference to 'kqueue'
clang-3.8: error: linker command failed with exit code 1 (use -v to see invocation)
configure:20334: $? = 1
configure: failed program was:
| /* confdefs.h */
| #define PACKAGE_NAME ""
| #define PACKAGE_TARNAME ""
| #define PACKAGE_VERSION ""
| #define PACKAGE_STRING ""
| #define PACKAGE_BUGREPORT ""
| #define PACKAGE_URL ""
| #define 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 __EXTENSIONS__ 1
| #define _ALL_SOURCE 1
| #define _GNU_SOURCE 1
| #define _POSIX_PTHREAD_SEMANTICS 1
| #define _TANDEM_SOURCE 1
| #define HAVE_DLFCN_H 1
| #define LT_OBJDIR ".libs/"
| #define HAVE_PTHREAD_H 1
| #define HAVE_PTHREAD_H 1
| #define HAVE_PTHREAD_KEY_DELETE 1
| #define HAVE_PTHREAD_RWLOCK_INIT 1
| #define HAVE_PTHREAD_ATTR_SETGUARDSIZE 1
| #define HAVE_PTHREAD_RWLOCKS 1
| #define HAVE_SCHED_H 1
| #define HAVE_SCHED_YIELD 1
| #define HAVE_GETHOSTBYNAME_R 1
| #define HAVE_GETHOSTBYADDR_R 1
| #define HAVE_GETSERVBYNAME_R 1
| #define HAVE_SIGSUSPEND 1
| #define HAVE_SIGWAIT 1
| #define HAVE_POLL 1
| /* end confdefs.h. */
| /* Define kqueue to an innocuous variant, in case declares kqueue.
| For example, HP-UX 11i declares gettimeofday. */
| #define kqueue innocuous_kqueue
|
| /* System header to define __stub macros and hopefully few prototypes,
| which can conflict with char kqueue (); below.
| Prefer to if __STDC__ is defined, since
| exists even on freestanding compilers. */
|
| #ifdef __STDC__
| # include
| #else
| # include
| #endif
|
| #undef kqueue
|
| /* 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 kqueue ();
| /* 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_kqueue || defined __stub___kqueue
| choke me
| #endif
|
| int
| main ()
| {
| return kqueue ();
| ;
| return 0;
| }
configure:20334: result: no
configure:20334: checking for port_create
configure:20334: clang -o conftest -DLINUX -D_REENTRANT -D_GNU_SOURCE conftest.c >&5
/tmp/conftest-9aa78e.o:conftest.c:function main: error: undefined reference to 'port_create'
clang-3.8: error: linker command failed with exit code 1 (use -v to see invocation)
configure:20334: $? = 1
configure: failed program was:
| /* confdefs.h */
| #define PACKAGE_NAME ""
| #define PACKAGE_TARNAME ""
| #define PACKAGE_VERSION ""
| #define PACKAGE_STRING ""
| #define PACKAGE_BUGREPORT ""
| #define PACKAGE_URL ""
| #define 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 __EXTENSIONS__ 1
| #define _ALL_SOURCE 1
| #define _GNU_SOURCE 1
| #define _POSIX_PTHREAD_SEMANTICS 1
| #define _TANDEM_SOURCE 1
| #define HAVE_DLFCN_H 1
| #define LT_OBJDIR ".libs/"
| #define HAVE_PTHREAD_H 1
| #define HAVE_PTHREAD_H 1
| #define HAVE_PTHREAD_KEY_DELETE 1
| #define HAVE_PTHREAD_RWLOCK_INIT 1
| #define HAVE_PTHREAD_ATTR_SETGUARDSIZE 1
| #define HAVE_PTHREAD_RWLOCKS 1
| #define HAVE_SCHED_H 1
| #define HAVE_SCHED_YIELD 1
| #define HAVE_GETHOSTBYNAME_R 1
| #define HAVE_GETHOSTBYADDR_R 1
| #define HAVE_GETSERVBYNAME_R 1
| #define HAVE_SIGSUSPEND 1
| #define HAVE_SIGWAIT 1
| #define HAVE_POLL 1
| /* end confdefs.h. */
| /* Define port_create to an innocuous variant, in case declares port_create.
| For example, HP-UX 11i declares gettimeofday. */
| #define port_create innocuous_port_create
|
| /* System header to define __stub macros and hopefully few prototypes,
| which can conflict with char port_create (); below.
| Prefer to if __STDC__ is defined, since
| exists even on freestanding compilers. */
|
| #ifdef __STDC__
| # include
| #else
| # include
| #endif
|
| #undef port_create
|
| /* 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 port_create ();
| /* 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_port_create || defined __stub___port_create
| choke me
| #endif
|
| int
| main ()
| {
| return port_create ();
| ;
| return 0;
| }
configure:20334: result: no
configure:20346: checking for epoll support
configure:20375: result: no
configure:20385: checking for epoll_create1 support
configure:20414: result: no
configure:20424: checking for dup3 support
configure:20452: result: no
configure:20465: checking for accept4 support
configure:20523: result: no
configure:20532: checking for SOCK_CLOEXEC support
configure:20561: result: no
configure:20572: checking for fdatasync
configure:20572: clang -o conftest -DLINUX -D_REENTRANT -D_GNU_SOURCE conftest.c >&5
configure:20572: $? = 0
configure:20572: result: yes
configure:20583: checking for epoll_create1 support
configure:20612: result: no
configure:20622: checking for asio -> message queue support
configure:20655: result: no
configure:20665: checking for dup3 support
configure:20693: result: no
configure:20703: checking for accept4 support
configure:20795: result: no
configure:20804: checking for SOCK_CLOEXEC support
configure:20833: result: no
configure:20845: checking for getpwnam_r
configure:20845: clang -o conftest -DLINUX -D_REENTRANT -D_GNU_SOURCE conftest.c >&5
configure:20845: $? = 0
configure:20845: result: yes
configure:20845: checking for getpwuid_r
configure:20845: clang -o conftest -DLINUX -D_REENTRANT -D_GNU_SOURCE conftest.c >&5
configure:20845: $? = 0
configure:20845: result: yes
configure:20845: checking for getgrnam_r
configure:20845: clang -o conftest -DLINUX -D_REENTRANT -D_GNU_SOURCE conftest.c >&5
configure:20845: $? = 0
configure:20845: result: yes
configure:20845: checking for getgrgid_r
configure:20845: clang -o conftest -DLINUX -D_REENTRANT -D_GNU_SOURCE conftest.c >&5
configure:20845: $? = 0
configure:20845: result: yes
configure:20859: checking for library containing shm_open
configure:20890: clang -o conftest -DLINUX -D_REENTRANT -D_GNU_SOURCE conftest.c >&5
configure:20890: $? = 0
configure:20907: result: none required
configure:20927: checking for sys/types.h
configure:20927: result: yes
configure:20927: checking sys/mman.h usability
configure:20927: clang -c -DLINUX -D_REENTRANT -D_GNU_SOURCE conftest.c >&5
configure:20927: $? = 0
configure:20927: result: yes
configure:20927: checking sys/mman.h presence
configure:20927: clang -E -DLINUX -D_REENTRANT -D_GNU_SOURCE conftest.c
configure:20927: $? = 0
configure:20927: result: yes
configure:20927: checking for sys/mman.h
configure:20927: result: yes
configure:20927: checking sys/ipc.h usability
configure:20927: clang -c -DLINUX -D_REENTRANT -D_GNU_SOURCE conftest.c >&5
configure:20927: $? = 0
configure:20927: result: yes
configure:20927: checking sys/ipc.h presence
configure:20927: clang -E -DLINUX -D_REENTRANT -D_GNU_SOURCE conftest.c
configure:20927: $? = 0
configure:20927: result: yes
configure:20927: checking for sys/ipc.h
configure:20927: result: yes
configure:20927: checking sys/mutex.h usability
configure:20927: clang -c -DLINUX -D_REENTRANT -D_GNU_SOURCE conftest.c >&5
conftest.c:81:10: fatal error: 'sys/mutex.h' file not found
#include
^
1 error generated.
configure:20927: $? = 1
configure: failed program was:
| /* confdefs.h */
| #define PACKAGE_NAME ""
| #define PACKAGE_TARNAME ""
| #define PACKAGE_VERSION ""
| #define PACKAGE_STRING ""
| #define PACKAGE_BUGREPORT ""
| #define PACKAGE_URL ""
| #define 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 __EXTENSIONS__ 1
| #define _ALL_SOURCE 1
| #define _GNU_SOURCE 1
| #define _POSIX_PTHREAD_SEMANTICS 1
| #define _TANDEM_SOURCE 1
| #define HAVE_DLFCN_H 1
| #define LT_OBJDIR ".libs/"
| #define HAVE_PTHREAD_H 1
| #define HAVE_PTHREAD_H 1
| #define HAVE_PTHREAD_KEY_DELETE 1
| #define HAVE_PTHREAD_RWLOCK_INIT 1
| #define HAVE_PTHREAD_ATTR_SETGUARDSIZE 1
| #define HAVE_PTHREAD_RWLOCKS 1
| #define HAVE_SCHED_H 1
| #define HAVE_SCHED_YIELD 1
| #define HAVE_GETHOSTBYNAME_R 1
| #define HAVE_GETHOSTBYADDR_R 1
| #define HAVE_GETSERVBYNAME_R 1
| #define HAVE_SIGSUSPEND 1
| #define HAVE_SIGWAIT 1
| #define HAVE_POLL 1
| #define HAVE_FDATASYNC 1
| #define HAVE_GETPWNAM_R 1
| #define HAVE_GETPWUID_R 1
| #define HAVE_GETGRNAM_R 1
| #define HAVE_GETGRGID_R 1
| #define HAVE_SYS_TYPES_H 1
| #define HAVE_SYS_MMAN_H 1
| #define HAVE_SYS_IPC_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:20927: result: no
configure:20927: checking sys/mutex.h presence
configure:20927: clang -E -DLINUX -D_REENTRANT -D_GNU_SOURCE conftest.c
conftest.c:48:10: fatal error: 'sys/mutex.h' file not found
#include
^
1 error generated.
configure:20927: $? = 1
configure: failed program was:
| /* confdefs.h */
| #define PACKAGE_NAME ""
| #define PACKAGE_TARNAME ""
| #define PACKAGE_VERSION ""
| #define PACKAGE_STRING ""
| #define PACKAGE_BUGREPORT ""
| #define PACKAGE_URL ""
| #define 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 __EXTENSIONS__ 1
| #define _ALL_SOURCE 1
| #define _GNU_SOURCE 1
| #define _POSIX_PTHREAD_SEMANTICS 1
| #define _TANDEM_SOURCE 1
| #define HAVE_DLFCN_H 1
| #define LT_OBJDIR ".libs/"
| #define HAVE_PTHREAD_H 1
| #define HAVE_PTHREAD_H 1
| #define HAVE_PTHREAD_KEY_DELETE 1
| #define HAVE_PTHREAD_RWLOCK_INIT 1
| #define HAVE_PTHREAD_ATTR_SETGUARDSIZE 1
| #define HAVE_PTHREAD_RWLOCKS 1
| #define HAVE_SCHED_H 1
| #define HAVE_SCHED_YIELD 1
| #define HAVE_GETHOSTBYNAME_R 1
| #define HAVE_GETHOSTBYADDR_R 1
| #define HAVE_GETSERVBYNAME_R 1
| #define HAVE_SIGSUSPEND 1
| #define HAVE_SIGWAIT 1
| #define HAVE_POLL 1
| #define HAVE_FDATASYNC 1
| #define HAVE_GETPWNAM_R 1
| #define HAVE_GETPWUID_R 1
| #define HAVE_GETGRNAM_R 1
| #define HAVE_GETGRGID_R 1
| #define HAVE_SYS_TYPES_H 1
| #define HAVE_SYS_MMAN_H 1
| #define HAVE_SYS_IPC_H 1
| /* end confdefs.h. */
| #include
configure:20927: result: no
configure:20927: checking for sys/mutex.h
configure:20927: result: no
configure:20927: checking sys/shm.h usability
configure:20927: clang -c -DLINUX -D_REENTRANT -D_GNU_SOURCE conftest.c >&5
configure:20927: $? = 0
configure:20927: result: yes
configure:20927: checking sys/shm.h presence
configure:20927: clang -E -DLINUX -D_REENTRANT -D_GNU_SOURCE conftest.c
configure:20927: $? = 0
configure:20927: result: yes
configure:20927: checking for sys/shm.h
configure:20927: result: yes
configure:20927: checking sys/file.h usability
configure:20927: clang -c -DLINUX -D_REENTRANT -D_GNU_SOURCE conftest.c >&5
configure:20927: $? = 0
configure:20927: result: yes
configure:20927: checking sys/file.h presence
configure:20927: clang -E -DLINUX -D_REENTRANT -D_GNU_SOURCE conftest.c
configure:20927: $? = 0
configure:20927: result: yes
configure:20927: checking for sys/file.h
configure:20927: result: yes
configure:20927: checking kernel/OS.h usability
configure:20927: clang -c -DLINUX -D_REENTRANT -D_GNU_SOURCE conftest.c >&5
conftest.c:83:10: fatal error: 'kernel/OS.h' file not found
#include
^
1 error generated.
configure:20927: $? = 1
configure: failed program was:
| /* confdefs.h */
| #define PACKAGE_NAME ""
| #define PACKAGE_TARNAME ""
| #define PACKAGE_VERSION ""
| #define PACKAGE_STRING ""
| #define PACKAGE_BUGREPORT ""
| #define PACKAGE_URL ""
| #define 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 __EXTENSIONS__ 1
| #define _ALL_SOURCE 1
| #define _GNU_SOURCE 1
| #define _POSIX_PTHREAD_SEMANTICS 1
| #define _TANDEM_SOURCE 1
| #define HAVE_DLFCN_H 1
| #define LT_OBJDIR ".libs/"
| #define HAVE_PTHREAD_H 1
| #define HAVE_PTHREAD_H 1
| #define HAVE_PTHREAD_KEY_DELETE 1
| #define HAVE_PTHREAD_RWLOCK_INIT 1
| #define HAVE_PTHREAD_ATTR_SETGUARDSIZE 1
| #define HAVE_PTHREAD_RWLOCKS 1
| #define HAVE_SCHED_H 1
| #define HAVE_SCHED_YIELD 1
| #define HAVE_GETHOSTBYNAME_R 1
| #define HAVE_GETHOSTBYADDR_R 1
| #define HAVE_GETSERVBYNAME_R 1
| #define HAVE_SIGSUSPEND 1
| #define HAVE_SIGWAIT 1
| #define HAVE_POLL 1
| #define HAVE_FDATASYNC 1
| #define HAVE_GETPWNAM_R 1
| #define HAVE_GETPWUID_R 1
| #define HAVE_GETGRNAM_R 1
| #define HAVE_GETGRGID_R 1
| #define HAVE_SYS_TYPES_H 1
| #define HAVE_SYS_MMAN_H 1
| #define HAVE_SYS_IPC_H 1
| #define HAVE_SYS_SHM_H 1
| #define HAVE_SYS_FILE_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:20927: result: no
configure:20927: checking kernel/OS.h presence
configure:20927: clang -E -DLINUX -D_REENTRANT -D_GNU_SOURCE conftest.c
conftest.c:50:10: fatal error: 'kernel/OS.h' file not found
#include
^
1 error generated.
configure:20927: $? = 1
configure: failed program was:
| /* confdefs.h */
| #define PACKAGE_NAME ""
| #define PACKAGE_TARNAME ""
| #define PACKAGE_VERSION ""
| #define PACKAGE_STRING ""
| #define PACKAGE_BUGREPORT ""
| #define PACKAGE_URL ""
| #define 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 __EXTENSIONS__ 1
| #define _ALL_SOURCE 1
| #define _GNU_SOURCE 1
| #define _POSIX_PTHREAD_SEMANTICS 1
| #define _TANDEM_SOURCE 1
| #define HAVE_DLFCN_H 1
| #define LT_OBJDIR ".libs/"
| #define HAVE_PTHREAD_H 1
| #define HAVE_PTHREAD_H 1
| #define HAVE_PTHREAD_KEY_DELETE 1
| #define HAVE_PTHREAD_RWLOCK_INIT 1
| #define HAVE_PTHREAD_ATTR_SETGUARDSIZE 1
| #define HAVE_PTHREAD_RWLOCKS 1
| #define HAVE_SCHED_H 1
| #define HAVE_SCHED_YIELD 1
| #define HAVE_GETHOSTBYNAME_R 1
| #define HAVE_GETHOSTBYADDR_R 1
| #define HAVE_GETSERVBYNAME_R 1
| #define HAVE_SIGSUSPEND 1
| #define HAVE_SIGWAIT 1
| #define HAVE_POLL 1
| #define HAVE_FDATASYNC 1
| #define HAVE_GETPWNAM_R 1
| #define HAVE_GETPWUID_R 1
| #define HAVE_GETGRNAM_R 1
| #define HAVE_GETGRGID_R 1
| #define HAVE_SYS_TYPES_H 1
| #define HAVE_SYS_MMAN_H 1
| #define HAVE_SYS_IPC_H 1
| #define HAVE_SYS_SHM_H 1
| #define HAVE_SYS_FILE_H 1
| /* end confdefs.h. */
| #include
configure:20927: result: no
configure:20927: checking for kernel/OS.h
configure:20927: result: no
configure:20927: checking os2.h usability
configure:20927: clang -c -DLINUX -D_REENTRANT -D_GNU_SOURCE conftest.c >&5
conftest.c:83:10: fatal error: 'os2.h' file not found
#include
^
1 error generated.
configure:20927: $? = 1
configure: failed program was:
| /* confdefs.h */
| #define PACKAGE_NAME ""
| #define PACKAGE_TARNAME ""
| #define PACKAGE_VERSION ""
| #define PACKAGE_STRING ""
| #define PACKAGE_BUGREPORT ""
| #define PACKAGE_URL ""
| #define 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 __EXTENSIONS__ 1
| #define _ALL_SOURCE 1
| #define _GNU_SOURCE 1
| #define _POSIX_PTHREAD_SEMANTICS 1
| #define _TANDEM_SOURCE 1
| #define HAVE_DLFCN_H 1
| #define LT_OBJDIR ".libs/"
| #define HAVE_PTHREAD_H 1
| #define HAVE_PTHREAD_H 1
| #define HAVE_PTHREAD_KEY_DELETE 1
| #define HAVE_PTHREAD_RWLOCK_INIT 1
| #define HAVE_PTHREAD_ATTR_SETGUARDSIZE 1
| #define HAVE_PTHREAD_RWLOCKS 1
| #define HAVE_SCHED_H 1
| #define HAVE_SCHED_YIELD 1
| #define HAVE_GETHOSTBYNAME_R 1
| #define HAVE_GETHOSTBYADDR_R 1
| #define HAVE_GETSERVBYNAME_R 1
| #define HAVE_SIGSUSPEND 1
| #define HAVE_SIGWAIT 1
| #define HAVE_POLL 1
| #define HAVE_FDATASYNC 1
| #define HAVE_GETPWNAM_R 1
| #define HAVE_GETPWUID_R 1
| #define HAVE_GETGRNAM_R 1
| #define HAVE_GETGRGID_R 1
| #define HAVE_SYS_TYPES_H 1
| #define HAVE_SYS_MMAN_H 1
| #define HAVE_SYS_IPC_H 1
| #define HAVE_SYS_SHM_H 1
| #define HAVE_SYS_FILE_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:20927: result: no
configure:20927: checking os2.h presence
configure:20927: clang -E -DLINUX -D_REENTRANT -D_GNU_SOURCE conftest.c
conftest.c:50:10: fatal error: 'os2.h' file not found
#include
^
1 error generated.
configure:20927: $? = 1
configure: failed program was:
| /* confdefs.h */
| #define PACKAGE_NAME ""
| #define PACKAGE_TARNAME ""
| #define PACKAGE_VERSION ""
| #define PACKAGE_STRING ""
| #define PACKAGE_BUGREPORT ""
| #define PACKAGE_URL ""
| #define 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 __EXTENSIONS__ 1
| #define _ALL_SOURCE 1
| #define _GNU_SOURCE 1
| #define _POSIX_PTHREAD_SEMANTICS 1
| #define _TANDEM_SOURCE 1
| #define HAVE_DLFCN_H 1
| #define LT_OBJDIR ".libs/"
| #define HAVE_PTHREAD_H 1
| #define HAVE_PTHREAD_H 1
| #define HAVE_PTHREAD_KEY_DELETE 1
| #define HAVE_PTHREAD_RWLOCK_INIT 1
| #define HAVE_PTHREAD_ATTR_SETGUARDSIZE 1
| #define HAVE_PTHREAD_RWLOCKS 1
| #define HAVE_SCHED_H 1
| #define HAVE_SCHED_YIELD 1
| #define HAVE_GETHOSTBYNAME_R 1
| #define HAVE_GETHOSTBYADDR_R 1
| #define HAVE_GETSERVBYNAME_R 1
| #define HAVE_SIGSUSPEND 1
| #define HAVE_SIGWAIT 1
| #define HAVE_POLL 1
| #define HAVE_FDATASYNC 1
| #define HAVE_GETPWNAM_R 1
| #define HAVE_GETPWUID_R 1
| #define HAVE_GETGRNAM_R 1
| #define HAVE_GETGRGID_R 1
| #define HAVE_SYS_TYPES_H 1
| #define HAVE_SYS_MMAN_H 1
| #define HAVE_SYS_IPC_H 1
| #define HAVE_SYS_SHM_H 1
| #define HAVE_SYS_FILE_H 1
| /* end confdefs.h. */
| #include
configure:20927: result: no
configure:20927: checking for os2.h
configure:20927: result: no
configure:20927: checking windows.h usability
configure:20927: clang -c -DLINUX -D_REENTRANT -D_GNU_SOURCE conftest.c >&5
conftest.c:83:10: fatal error: 'windows.h' file not found
#include
^
1 error generated.
configure:20927: $? = 1
configure: failed program was:
| /* confdefs.h */
| #define PACKAGE_NAME ""
| #define PACKAGE_TARNAME ""
| #define PACKAGE_VERSION ""
| #define PACKAGE_STRING ""
| #define PACKAGE_BUGREPORT ""
| #define PACKAGE_URL ""
| #define 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 __EXTENSIONS__ 1
| #define _ALL_SOURCE 1
| #define _GNU_SOURCE 1
| #define _POSIX_PTHREAD_SEMANTICS 1
| #define _TANDEM_SOURCE 1
| #define HAVE_DLFCN_H 1
| #define LT_OBJDIR ".libs/"
| #define HAVE_PTHREAD_H 1
| #define HAVE_PTHREAD_H 1
| #define HAVE_PTHREAD_KEY_DELETE 1
| #define HAVE_PTHREAD_RWLOCK_INIT 1
| #define HAVE_PTHREAD_ATTR_SETGUARDSIZE 1
| #define HAVE_PTHREAD_RWLOCKS 1
| #define HAVE_SCHED_H 1
| #define HAVE_SCHED_YIELD 1
| #define HAVE_GETHOSTBYNAME_R 1
| #define HAVE_GETHOSTBYADDR_R 1
| #define HAVE_GETSERVBYNAME_R 1
| #define HAVE_SIGSUSPEND 1
| #define HAVE_SIGWAIT 1
| #define HAVE_POLL 1
| #define HAVE_FDATASYNC 1
| #define HAVE_GETPWNAM_R 1
| #define HAVE_GETPWUID_R 1
| #define HAVE_GETGRNAM_R 1
| #define HAVE_GETGRGID_R 1
| #define HAVE_SYS_TYPES_H 1
| #define HAVE_SYS_MMAN_H 1
| #define HAVE_SYS_IPC_H 1
| #define HAVE_SYS_SHM_H 1
| #define HAVE_SYS_FILE_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:20927: result: no
configure:20927: checking windows.h presence
configure:20927: clang -E -DLINUX -D_REENTRANT -D_GNU_SOURCE conftest.c
conftest.c:50:10: fatal error: 'windows.h' file not found
#include
^
1 error generated.
configure:20927: $? = 1
configure: failed program was:
| /* confdefs.h */
| #define PACKAGE_NAME ""
| #define PACKAGE_TARNAME ""
| #define PACKAGE_VERSION ""
| #define PACKAGE_STRING ""
| #define PACKAGE_BUGREPORT ""
| #define PACKAGE_URL ""
| #define 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 __EXTENSIONS__ 1
| #define _ALL_SOURCE 1
| #define _GNU_SOURCE 1
| #define _POSIX_PTHREAD_SEMANTICS 1
| #define _TANDEM_SOURCE 1
| #define HAVE_DLFCN_H 1
| #define LT_OBJDIR ".libs/"
| #define HAVE_PTHREAD_H 1
| #define HAVE_PTHREAD_H 1
| #define HAVE_PTHREAD_KEY_DELETE 1
| #define HAVE_PTHREAD_RWLOCK_INIT 1
| #define HAVE_PTHREAD_ATTR_SETGUARDSIZE 1
| #define HAVE_PTHREAD_RWLOCKS 1
| #define HAVE_SCHED_H 1
| #define HAVE_SCHED_YIELD 1
| #define HAVE_GETHOSTBYNAME_R 1
| #define HAVE_GETHOSTBYADDR_R 1
| #define HAVE_GETSERVBYNAME_R 1
| #define HAVE_SIGSUSPEND 1
| #define HAVE_SIGWAIT 1
| #define HAVE_POLL 1
| #define HAVE_FDATASYNC 1
| #define HAVE_GETPWNAM_R 1
| #define HAVE_GETPWUID_R 1
| #define HAVE_GETGRNAM_R 1
| #define HAVE_GETGRGID_R 1
| #define HAVE_SYS_TYPES_H 1
| #define HAVE_SYS_MMAN_H 1
| #define HAVE_SYS_IPC_H 1
| #define HAVE_SYS_SHM_H 1
| #define HAVE_SYS_FILE_H 1
| /* end confdefs.h. */
| #include
configure:20927: result: no
configure:20927: checking for windows.h
configure:20927: result: no
configure:20941: checking for mmap
configure:20941: clang -o conftest -DLINUX -D_REENTRANT -D_GNU_SOURCE conftest.c >&5
configure:20941: $? = 0
configure:20941: result: yes
configure:20941: checking for munmap
configure:20941: clang -o conftest -DLINUX -D_REENTRANT -D_GNU_SOURCE conftest.c >&5
configure:20941: $? = 0
configure:20941: result: yes
configure:20941: checking for shm_open
configure:20941: clang -o conftest -DLINUX -D_REENTRANT -D_GNU_SOURCE conftest.c >&5
configure:20941: $? = 0
configure:20941: result: yes
configure:20941: checking for shm_unlink
configure:20941: clang -o conftest -DLINUX -D_REENTRANT -D_GNU_SOURCE conftest.c >&5
configure:20941: $? = 0
configure:20941: result: yes
configure:20941: checking for shmget
configure:20941: clang -o conftest -DLINUX -D_REENTRANT -D_GNU_SOURCE conftest.c >&5
configure:20941: $? = 0
configure:20941: result: yes
configure:20941: checking for shmat
configure:20941: clang -o conftest -DLINUX -D_REENTRANT -D_GNU_SOURCE conftest.c >&5
configure:20941: $? = 0
configure:20941: result: yes
configure:20941: checking for shmdt
configure:20941: clang -o conftest -DLINUX -D_REENTRANT -D_GNU_SOURCE conftest.c >&5
configure:20941: $? = 0
configure:20941: result: yes
configure:20941: checking for shmctl
configure:20941: clang -o conftest -DLINUX -D_REENTRANT -D_GNU_SOURCE conftest.c >&5
configure:20941: $? = 0
configure:20941: result: yes
configure:20941: checking for create_area
configure:20941: clang -o conftest -DLINUX -D_REENTRANT -D_GNU_SOURCE conftest.c >&5
/tmp/conftest-10d7a5.o:conftest.c:function main: error: undefined reference to 'create_area'
clang-3.8: error: linker command failed with exit code 1 (use -v to see invocation)
configure:20941: $? = 1
configure: failed program was:
| /* confdefs.h */
| #define PACKAGE_NAME ""
| #define PACKAGE_TARNAME ""
| #define PACKAGE_VERSION ""
| #define PACKAGE_STRING ""
| #define PACKAGE_BUGREPORT ""
| #define PACKAGE_URL ""
| #define 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 __EXTENSIONS__ 1
| #define _ALL_SOURCE 1
| #define _GNU_SOURCE 1
| #define _POSIX_PTHREAD_SEMANTICS 1
| #define _TANDEM_SOURCE 1
| #define HAVE_DLFCN_H 1
| #define LT_OBJDIR ".libs/"
| #define HAVE_PTHREAD_H 1
| #define HAVE_PTHREAD_H 1
| #define HAVE_PTHREAD_KEY_DELETE 1
| #define HAVE_PTHREAD_RWLOCK_INIT 1
| #define HAVE_PTHREAD_ATTR_SETGUARDSIZE 1
| #define HAVE_PTHREAD_RWLOCKS 1
| #define HAVE_SCHED_H 1
| #define HAVE_SCHED_YIELD 1
| #define HAVE_GETHOSTBYNAME_R 1
| #define HAVE_GETHOSTBYADDR_R 1
| #define HAVE_GETSERVBYNAME_R 1
| #define HAVE_SIGSUSPEND 1
| #define HAVE_SIGWAIT 1
| #define HAVE_POLL 1
| #define HAVE_FDATASYNC 1
| #define HAVE_GETPWNAM_R 1
| #define HAVE_GETPWUID_R 1
| #define HAVE_GETGRNAM_R 1
| #define HAVE_GETGRGID_R 1
| #define HAVE_SYS_TYPES_H 1
| #define HAVE_SYS_MMAN_H 1
| #define HAVE_SYS_IPC_H 1
| #define HAVE_SYS_SHM_H 1
| #define HAVE_SYS_FILE_H 1
| #define HAVE_MMAP 1
| #define HAVE_MUNMAP 1
| #define HAVE_SHM_OPEN 1
| #define HAVE_SHM_UNLINK 1
| #define HAVE_SHMGET 1
| #define HAVE_SHMAT 1
| #define HAVE_SHMDT 1
| #define HAVE_SHMCTL 1
| /* end confdefs.h. */
| /* Define create_area to an innocuous variant, in case declares create_area.
| For example, HP-UX 11i declares gettimeofday. */
| #define create_area innocuous_create_area
|
| /* System header to define __stub macros and hopefully few prototypes,
| which can conflict with char create_area (); below.
| Prefer to if __STDC__ is defined, since
| exists even on freestanding compilers. */
|
| #ifdef __STDC__
| # include
| #else
| # include
| #endif
|
| #undef create_area
|
| /* 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 create_area ();
| /* 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_create_area || defined __stub___create_area
| choke me
| #endif
|
| int
| main ()
| {
| return create_area ();
| ;
| return 0;
| }
configure:20941: result: no
configure:20952: checking for MAP_ANON in sys/mman.h
configure:20977: result: yes
configure:20985: checking for /dev/zero
configure:20991: error: cannot check for file existence when cross compiling
## ---------------- ##
## Cache variables. ##
## ---------------- ##
ac_cv_build=x86_64-unknown-linux-gnu
ac_cv_c_compiler_gnu=yes
ac_cv_define_GETHOSTBYADDR_IS_THREAD_SAFE=no
ac_cv_define_GETHOSTBYNAME_IS_THREAD_SAFE=no
ac_cv_define_GETSERVBYNAME_IS_THREAD_SAFE=no
ac_cv_define_MAP_ANON=yes
ac_cv_define_READDIR_IS_THREAD_SAFE=no
ac_cv_ebcdic=no
ac_cv_env_CC_set=set
ac_cv_env_CC_value=clang
ac_cv_env_CFLAGS_set=set
ac_cv_env_CFLAGS_value=
ac_cv_env_CPPFLAGS_set=set
ac_cv_env_CPPFLAGS_value=
ac_cv_env_CPP_set=
ac_cv_env_CPP_value=
ac_cv_env_LDFLAGS_set=set
ac_cv_env_LDFLAGS_value=
ac_cv_env_LIBS_set=
ac_cv_env_LIBS_value=
ac_cv_env_build_alias_set=
ac_cv_env_build_alias_value=
ac_cv_env_host_alias_set=set
ac_cv_env_host_alias_value=x86_64-unknown-linux
ac_cv_env_target_alias_set=
ac_cv_env_target_alias_value=
ac_cv_func_create_area=no
ac_cv_func_fdatasync=yes
ac_cv_func_getgrgid_r=yes
ac_cv_func_getgrnam_r=yes
ac_cv_func_gethostbyaddr_r=yes
ac_cv_func_gethostbyname_r=yes
ac_cv_func_getpwnam_r=yes
ac_cv_func_getpwuid_r=yes
ac_cv_func_getservbyname_r=yes
ac_cv_func_kqueue=no
ac_cv_func_mmap=yes
ac_cv_func_munmap=yes
ac_cv_func_poll=yes
ac_cv_func_port_create=no
ac_cv_func_pthread_attr_setguardsize=yes
ac_cv_func_pthread_key_delete=yes
ac_cv_func_pthread_rwlock_init=yes
ac_cv_func_pthread_yield=no
ac_cv_func_sched_yield=yes
ac_cv_func_shm_open=yes
ac_cv_func_shm_unlink=yes
ac_cv_func_shmat=yes
ac_cv_func_shmctl=yes
ac_cv_func_shmdt=yes
ac_cv_func_shmget=yes
ac_cv_func_sigsuspend=yes
ac_cv_func_sigwait=yes
ac_cv_header_dlfcn_h=yes
ac_cv_header_inttypes_h=yes
ac_cv_header_kernel_OS_h=no
ac_cv_header_memory_h=yes
ac_cv_header_minix_config_h=no
ac_cv_header_os2_h=no
ac_cv_header_pthread_h=yes
ac_cv_header_sched_h=yes
ac_cv_header_stdc=yes
ac_cv_header_stdint_h=yes
ac_cv_header_stdlib_h=yes
ac_cv_header_string_h=yes
ac_cv_header_strings_h=yes
ac_cv_header_sys_file_h=yes
ac_cv_header_sys_ipc_h=yes
ac_cv_header_sys_mman_h=yes
ac_cv_header_sys_mutex_h=no
ac_cv_header_sys_shm_h=yes
ac_cv_header_sys_stat_h=yes
ac_cv_header_sys_types_h=yes
ac_cv_header_unistd_h=yes
ac_cv_header_windows_h=no
ac_cv_host=x86_64-unknown-linux-gnu
ac_cv_lib_c_r_gethostbyaddr=no
ac_cv_lib_c_r_gethostbyname=no
ac_cv_lib_c_r_getservbyname=no
ac_cv_lib_c_r_readdir=no
ac_cv_lib_truerand_main=no
ac_cv_mkdir_p=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_prog_AR=ar
ac_cv_prog_AS=as
ac_cv_prog_ASCPP=cpp
ac_cv_prog_AWK=gawk
ac_cv_prog_CC=clang
ac_cv_prog_CPP='clang -E'
ac_cv_prog_DLLTOOL=dlltool
ac_cv_prog_OBJDUMP=objdump
ac_cv_prog_RANLIB=ranlib
ac_cv_prog_RM=rm
ac_cv_prog_ac_ct_AR=ar
ac_cv_prog_ac_ct_RANLIB=ranlib
ac_cv_prog_ac_ct_STRIP=strip
ac_cv_prog_cc_c89=
ac_cv_prog_cc_g=yes
ac_cv_prog_make_make_set=yes
ac_cv_pthread_attr_getdetachstate_one_arg=no
ac_cv_pthread_getspecific_two_args=no
ac_cv_safe_to_define___extensions__=yes
ac_cv_search_crypt='none required'
ac_cv_search_gethostbyname='none required'
ac_cv_search_gethostname='none required'
ac_cv_search_modf='none required'
ac_cv_search_shm_open='none required'
ac_cv_search_socket='none required'
ac_cv_search_strerror='none required'
ac_cv_target=x86_64-unknown-linux-gnu
ap_cv_atomic_builtins=no
apr_cv_accept4=no
apr_cv_aio_msgq=no
apr_cv_dup3=no
apr_cv_epoll=no
apr_cv_epoll_create1=no
apr_cv_mutex_recursive=no
apr_cv_sock_cloexec=no
apr_cv_type_rwlock_t=yes
apr_cv_use_lfs64=no
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/bin/ld
lt_cv_path_NM='/sysroot/bin/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=yes
lt_cv_prog_compiler_static_works=no
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. ##
## ----------------- ##
ALLOCA=''
APR_CONFIG_LOCATION='source'
APR_DOTTED_VERSION='1.5.2'
APR_LIBNAME='apr-${APR_MAJOR_VERSION}'
APR_MAJOR_VERSION='1'
AR='ar'
AS='as'
ASCPP='cpp'
AWK='gawk'
CC='clang'
CFLAGS=''
CPP='clang -E'
CPPFLAGS='-DLINUX -D_REENTRANT -D_GNU_SOURCE'
DEFAULT_OSDIR='unix'
DEFS=''
DLLTOOL='dlltool'
DSYMUTIL=''
DUMPBIN=''
ECHO_C=''
ECHO_N='-n'
ECHO_T=''
EGREP='/usr/sbin/grep -E'
EXEEXT=''
EXTRA_CFLAGS=''
EXTRA_CPPFLAGS=''
EXTRA_INCLUDES=''
EXTRA_LDFLAGS=''
EXTRA_LIBS=''
FGREP='/usr/sbin/grep -F'
GREP='/usr/sbin/grep'
INCLUDES=''
INCLUDE_OUTPUTS=''
INCLUDE_RULES=''
INSTALL_DATA='${INSTALL} -m 644'
INSTALL_PROGRAM='${INSTALL}'
INSTALL_SCRIPT='${INSTALL}'
INSTALL_SUBDIRS='none'
INTERNAL_CPPFLAGS=''
LD='/sysroot/bin/ld -m elf_x86_64'
LDFLAGS=''
LDLIBS=''
LIBOBJS=''
LIBS=''
LIBTOOL='$(SHELL) $(apr_builddir)/libtool'
LIBTOOL_LIBS=''
LIPO=''
LN_S='ln -s'
LTFLAGS='--silent'
LTLIBOBJS=''
LT_LDFLAGS=''
LT_NO_INSTALL=''
LT_VERSION='-version-info 5:2:5'
MANIFEST_TOOL=':'
MKDEP='$(CC) -MM'
NM='/sysroot/bin/nm -B'
NMEDIT=''
NOTEST_CFLAGS=''
NOTEST_CPPFLAGS=''
NOTEST_INCLUDES=''
NOTEST_LDFLAGS=''
NOTEST_LIBS=''
OBJDUMP='objdump'
OBJECTS_PLATFORM='$(OBJECTS_unix)'
OBJEXT='o'
OSDIR='unix'
OTOOL64=''
OTOOL=''
PACKAGE_BUGREPORT=''
PACKAGE_NAME=''
PACKAGE_STRING=''
PACKAGE_TARNAME=''
PACKAGE_URL=''
PACKAGE_VERSION=''
PATH_SEPARATOR=':'
RANLIB='ranlib'
RM='rm'
SED='/usr/sbin/sed'
SET_MAKE=''
SHELL='/bin/sh'
STRIP='strip'
ac_ct_AR='ar'
ac_ct_CC=''
ac_ct_DUMPBIN=''
acceptfilter=''
apr_builddir='/tmp/apr/src/apr-1.5.2'
apr_builders='/tmp/apr/src/apr-1.5.2/build'
apr_charset_ebcdic='0'
apr_has_user=''
apr_has_xthread_files=''
apr_inaddr_none=''
apr_procattr_user_set_requires_password=''
apr_srcdir='/tmp/apr/src/apr-1.5.2'
apr_tcp_nopush_flag=''
apr_thread_func=''
aprdso=''
aprlfs=''
arpa_ineth=''
bigendian=''
bindir='${exec_prefix}/bin'
build='x86_64-unknown-linux-gnu'
build_alias=''
build_cpu='x86_64'
build_os='linux-gnu'
build_vendor='unknown'
conioh=''
crypth=''
ctypeh=''
datadir='${prefix}'
datarootdir='${prefix}/share'
direnth=''
docdir='${datarootdir}/doc/${PACKAGE}'
dvidir='${docdir}'
eolstr='\n'
errnoh=''
exec_prefix='${prefix}'
export_lib_target='-rpath \$(libdir) \$(OBJECTS)'
fcntlh=''
fcntlser=''
file_as_socket=''
flockser=''
fork=''
hasfcntlser=''
hasflockser=''
hasposixser=''
hasprocpthreadser=''
hassysvser=''
have_corkable_tcp=''
have_getrlimit=''
have_in_addr=''
have_inet_addr=''
have_inet_network=''
have_iovec=''
have_ipv6=''
have_memchr=''
have_memmove=''
have_proc_invoked=''
have_sa_storage=''
have_sctp=''
have_setrlimit=''
have_sigaction=''
have_sigsuspend='1'
have_sigwait='1'
have_strcasecmp=''
have_strdup=''
have_stricmp=''
have_strncasecmp=''
have_strnicmp=''
have_strstr=''
have_unicode_fs=''
have_union_semun=''
havebeosarea=''
havemmapanon=''
havemmapshm=''
havemmaptmp=''
havemmapzero=''
haveos2shm=''
haveshmget=''
haveshmgetanon=''
havewin32shm=''
host='x86_64-unknown-linux-gnu'
host_alias='x86_64-unknown-linux'
host_cpu='x86_64'
host_os='linux-gnu'
host_vendor='unknown'
htmldir='${docdir}'
includedir='/usr/include/apr-1'
infodir='${datarootdir}/info'
ino_t_value=''
installbuilddir='/usr/share/apr-1/build'
int64_literal=''
int64_t_fmt=''
int64_value=''
int_value=''
ioh=''
lib_target='-rpath $(libdir) $(OBJECTS)'
libdir='${exec_prefix}/lib'
libexecdir='${exec_prefix}/modules'
limitsh=''
link='$(LIBTOOL) $(LTFLAGS) --mode=link $(COMPILE) $(LT_LDFLAGS) $(LT_VERSION) $(ALL_LDFLAGS) -o $@'
localedir='${datarootdir}/locale'
localstatedir='${prefix}'
long_value=''
lt_compile='$(LIBTOOL) $(LTFLAGS) --mode=compile $(COMPILE) -o $@ -c $< && touch $@'
mandir='${prefix}/man'
mmap=''
netdbh=''
netinet_inh=''
netinet_sctp_uioh=''
netinet_sctph=''
netinet_tcph=''
o_nonblock_inherited=''
oc=''
off_t_fmt=''
off_t_value=''
oldincludedir='/usr/include'
osuuid=''
pdfdir='${docdir}'
pid_t_fmt=''
posixser=''
prefix='/usr'
proc_mutex_is_global='0'
processh=''
proclockglobal=''
procpthreadser=''
program_transform_name='s,x,x,'
psdir='${docdir}'
pthreadh='1'
pthreadser='1'
rand=''
sbindir='${exec_prefix}/bin'
semaphoreh=''
sendfile=''
sharedmem=''
sharedstatedir='${prefix}/com'
shlibpath_var='LD_LIBRARY_PATH'
short_value=''
signalh=''
size_t_fmt=''
size_t_value=''
so_ext='lo'
socklen_t_value=''
ssize_t_fmt=''
ssize_t_value=''
stdargh=''
stdint=''
stdioh=''
stdlibh=''
stringh=''
stringsh=''
struct_rlimit=''
sys_ioctlh=''
sys_sendfileh=''
sys_signalh=''
sys_socketh=''
sys_sockioh=''
sys_syslimitsh=''
sys_timeh=''
sys_typesh=''
sys_uioh=''
sys_unh=''
sys_waith=''
sysconfdir='${prefix}/conf'
sysvser=''
target='x86_64-unknown-linux-gnu'
target_alias=''
target_cpu='x86_64'
target_os='linux-gnu'
target_vendor='unknown'
tcp_nodelay_inherited=''
threads='1'
timeh=''
top_builddir='/tmp/apr/src/apr-1.5.2'
uint64_literal=''
uint64_t_fmt=''
uint64_t_hex_fmt=''
unistdh=''
usebeosarea=''
usemmapanon=''
usemmapshm=''
usemmaptmp=''
usemmapzero=''
useos2shm=''
useshmget=''
useshmgetanon=''
usewin32shm=''
voidp_size=''
windowsh=''
winsock2h=''
## ----------- ##
## confdefs.h. ##
## ----------- ##
/* confdefs.h */
#define PACKAGE_NAME ""
#define PACKAGE_TARNAME ""
#define PACKAGE_VERSION ""
#define PACKAGE_STRING ""
#define PACKAGE_BUGREPORT ""
#define PACKAGE_URL ""
#define STDC_HEADERS 1
#define HAVE_SYS_TYPES_H 1
#define HAVE_SYS_STAT_H 1
#define HAVE_STDLIB_H 1
#define HAVE_STRING_H 1
#define HAVE_MEMORY_H 1
#define HAVE_STRINGS_H 1
#define HAVE_INTTYPES_H 1
#define HAVE_STDINT_H 1
#define HAVE_UNISTD_H 1
#define __EXTENSIONS__ 1
#define _ALL_SOURCE 1
#define _GNU_SOURCE 1
#define _POSIX_PTHREAD_SEMANTICS 1
#define _TANDEM_SOURCE 1
#define HAVE_DLFCN_H 1
#define LT_OBJDIR ".libs/"
#define HAVE_PTHREAD_H 1
#define HAVE_PTHREAD_H 1
#define HAVE_PTHREAD_KEY_DELETE 1
#define HAVE_PTHREAD_RWLOCK_INIT 1
#define HAVE_PTHREAD_ATTR_SETGUARDSIZE 1
#define HAVE_PTHREAD_RWLOCKS 1
#define HAVE_SCHED_H 1
#define HAVE_SCHED_YIELD 1
#define HAVE_GETHOSTBYNAME_R 1
#define HAVE_GETHOSTBYADDR_R 1
#define HAVE_GETSERVBYNAME_R 1
#define HAVE_SIGSUSPEND 1
#define HAVE_SIGWAIT 1
#define HAVE_POLL 1
#define HAVE_FDATASYNC 1
#define HAVE_GETPWNAM_R 1
#define HAVE_GETPWUID_R 1
#define HAVE_GETGRNAM_R 1
#define HAVE_GETGRGID_R 1
#define HAVE_SYS_TYPES_H 1
#define HAVE_SYS_MMAN_H 1
#define HAVE_SYS_IPC_H 1
#define HAVE_SYS_SHM_H 1
#define HAVE_SYS_FILE_H 1
#define HAVE_MMAP 1
#define HAVE_MUNMAP 1
#define HAVE_SHM_OPEN 1
#define HAVE_SHM_UNLINK 1
#define HAVE_SHMGET 1
#define HAVE_SHMAT 1
#define HAVE_SHMDT 1
#define HAVE_SHMCTL 1
#define HAVE_MAP_ANON 1
configure: exit 1