This file contains any messages produced by compilers while running configure, to aid debugging if configure makes a mistake. It was created by systemd configure 206, which was generated by GNU Autoconf 2.69. Invocation command line was $ /var/tmp/portage/sys-apps/systemd-206-r1/work/systemd-206/configure --prefix=/usr --build=hppa2.0-unknown-linux-gnu --host=hppa2.0-unknown-linux-gnu --mandir=/usr/share/man --infodir=/usr/share/info --datadir=/usr/share --sysconfdir=/etc --localstatedir=/var/lib --disable-silent-rules --disable-dependency-tracking --docdir=/usr/share/doc/systemd-206-r1 --localstatedir=/var --with-pamlibdir=/lib/security --with-bashcompletiondir=/usr/share/bash-completion/completions --enable-split-usr --with-sysvinit-path= --with-sysvrcnd-path= --enable-efi --enable-ima --enable-acl --disable-audit --disable-libcryptsetup --disable-gtk-doc --disable-gcrypt --enable-gudev --disable-microhttpd --disable-introspection --enable-kmod --enable-xz --enable-pam --disable-polkit --with-python PYTHON_CONFIG=/usr/bin/python-config-2.7 --disable-qrencode --disable-selinux --enable-tcpwrap --enable-tests --enable-xattr --disable-chkconfig QUOTAON=/usr/sbin/quotaon QUOTACHECK=/usr/sbin/quotacheck --with-firmware-path=/lib/firmware/updates:/lib/firmware ## --------- ## ## Platform. ## ## --------- ## hostname = karsten uname -m = parisc64 uname -r = 3.11.0-rc3-JeR-00668-gabe0308 uname -s = Linux uname -v = #1 SMP Sun Aug 4 19:35:37 CEST 2013 /usr/bin/uname -p = PA8800 (Mako) /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: /var/tmp/portage/sys-apps/systemd-206-r1/temp/python2.7/bin PATH: /var/tmp/portage/sys-apps/systemd-206-r1/temp/cc-qa-check PATH: /usr/lib/distcc/bin PATH: /usr/lib/portage/bin/ebuild-helpers/xattr PATH: /usr/lib/portage/bin/ebuild-helpers PATH: /usr/local/sbin PATH: /usr/local/bin PATH: /usr/sbin PATH: /usr/bin PATH: /sbin PATH: /bin PATH: /opt/bin PATH: /usr/hppa2.0-unknown-linux-gnu/gcc-bin/4.6.3 PATH: /usr/hppa2.0-unknown-linux-gnu/hppa1.1-unknown-linux-gnu/gcc-bin/4.6.3 PATH: /usr/hppa2.0-unknown-linux-gnu/hppa64-unknown-linux-gnu/gcc-bin/4.7.3 ## ----------- ## ## Core tests. ## ## ----------- ## configure:2640: loading site script /usr/share/config.site | #!/bin/bash | # Copyright 2009 Gentoo Foundation | # Distributed under the terms of the GNU General Public License v2 | | TOPDIR=/usr/share/crossdev/include/site | | config_site_arch() { | local host=$(echo ${CHOST/-/ } | awk '{print $1}') | | [[ ${host/arm.*eb/} != ${host} ]] && host=armeb | [[ ${host/arm/} != ${host} ]] && [[ ${host} != armeb ]] && host=arm | | [[ ${host/mips.*el/} != ${host} ]] && host=mipsel | | #[[ ${host/i[4-5]/6} != ${host} ]] && host=i686 | | echo ${host} | } | | config_site_names() { | local site_arch=$(config_site_arch) | local sites="" | local x | | [[ ${CHOST/-linux-/} != $CHOST ]] && sites+=" linux ${site_arch}-linux" | [[ ${CHOST/darwin/} != $CHOST ]] && sites+=" darwin ${site_arch}-linux" | | [[ ${CHOST/-linux-uclibc/} != $CHOST ]] && sites+=" linux-uclibc ${site_arch}-linux-uclibc" | [[ ${CHOST/-linux-gnu/} != $CHOST ]] && sites+=" linux-gnu ${site_arch}-linux-gnu" | | [[ ${CHOST/-linux-uclibceabi/} != $CHOST ]] && sites+=" linux-uclibceabi ${site_arch}-linux-uclibceabi" | [[ ${CHOST/-linux-gnueabi/} != $CHOST ]] && sites+=" linux-gnueabi ${site_arch}-linux-gnueabi" | | for x in ${sites} ${CHOST}; do | [[ -e ${TOPDIR}/${x} ]] && echo ${TOPDIR}/${x} | done | } | | # Only kick in for cross-compiles so we don't break native builds #427184 | if [[ ${CBUILD:-${CHOST}} != ${CHOST} ]]; then | sites="$(config_site_names)" | if [[ ${sites} != "" ]]; then | for site in ${sites}; do | echo "$(basename $0): loading site script ${site}" | . ${site} | done | fi | unset site | unset sites | fi configure:2780: checking for hppa2.0-unknown-linux-gnu-gcc configure:2807: result: hppa2.0-unknown-linux-gnu-gcc configure:3076: checking for C compiler version configure:3085: hppa2.0-unknown-linux-gnu-gcc --version >&5 hppa2.0-unknown-linux-gnu-gcc (Gentoo 4.6.3 p1.13, pie-0.5.2) 4.6.3 Copyright (C) 2011 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:3096: $? = 0 configure:3085: hppa2.0-unknown-linux-gnu-gcc -v >&5 Using built-in specs. COLLECT_GCC=/usr/hppa2.0-unknown-linux-gnu/gcc-bin/4.6.3/hppa2.0-unknown-linux-gnu-gcc COLLECT_LTO_WRAPPER=/usr/libexec/gcc/hppa2.0-unknown-linux-gnu/4.6.3/lto-wrapper Target: hppa2.0-unknown-linux-gnu Configured with: /var/tmp/portage/sys-devel/gcc-4.6.3/work/gcc-4.6.3/configure --prefix=/usr --bindir=/usr/hppa2.0-unknown-linux-gnu/gcc-bin/4.6.3 --includedir=/usr/lib/gcc/hppa2.0-unknown-linux-gnu/4.6.3/include --datadir=/usr/share/gcc-data/hppa2.0-unknown-linux-gnu/4.6.3 --mandir=/usr/share/gcc-data/hppa2.0-unknown-linux-gnu/4.6.3/man --infodir=/usr/share/gcc-data/hppa2.0-unknown-linux-gnu/4.6.3/info --with-gxx-include-dir=/usr/lib/gcc/hppa2.0-unknown-linux-gnu/4.6.3/include/g++-v4 --host=hppa2.0-unknown-linux-gnu --build=hppa2.0-unknown-linux-gnu --disable-altivec --disable-fixed-point --with-cloog --with-ppl --with-cloog-include=/usr/include/cloog-ppl --disable-ppl-version-check --disable-lto --enable-nls --without-included-gettext --with-system-zlib --enable-obsolete --disable-werror --enable-secureplt --disable-multilib --enable-libmudflap --disable-libssp --enable-libgomp --with-python-dir=/share/gcc-data/hppa2.0-unknown-linux-gnu/4.6.3/python --enable-checking=release --disable-libgcj --enable-libstdcxx-time --enable-languages=c,c++,fortran --enable-shared --enable-threads=posix --enable-__cxa_atexit --enable-clocale=gnu --with-bugurl=http://bugs.gentoo.org/ --with-pkgversion='Gentoo 4.6.3 p1.13, pie-0.5.2' Thread model: posix gcc version 4.6.3 (Gentoo 4.6.3 p1.13, pie-0.5.2) configure:3096: $? = 0 configure:3085: hppa2.0-unknown-linux-gnu-gcc -V >&5 hppa2.0-unknown-linux-gnu-gcc: error: unrecognized option '-V' hppa2.0-unknown-linux-gnu-gcc: fatal error: no input files compilation terminated. distcc[16028] ERROR: compile (null) on localhost failed configure:3096: $? = 1 configure:3085: hppa2.0-unknown-linux-gnu-gcc -qversion >&5 hppa2.0-unknown-linux-gnu-gcc: error: unrecognized option '-qversion' hppa2.0-unknown-linux-gnu-gcc: fatal error: no input files compilation terminated. distcc[16051] ERROR: compile (null) on localhost failed configure:3096: $? = 1 configure:3116: checking whether the C compiler works configure:3138: hppa2.0-unknown-linux-gnu-gcc -mschedule=8000 -march=2.0 -ggdb -pipe -Wall -O2 -Wno-comment -Wl,-O1 -Wl,--hash-style=gnu -Wl,--as-needed conftest.c >&5 configure:3142: $? = 0 configure:3190: result: yes configure:3193: checking for C compiler default output file name configure:3195: result: a.out configure:3201: checking for suffix of executables configure:3208: hppa2.0-unknown-linux-gnu-gcc -o conftest -mschedule=8000 -march=2.0 -ggdb -pipe -Wall -O2 -Wno-comment -Wl,-O1 -Wl,--hash-style=gnu -Wl,--as-needed conftest.c >&5 configure:3212: $? = 0 configure:3234: result: configure:3256: checking whether we are cross compiling configure:3264: hppa2.0-unknown-linux-gnu-gcc -o conftest -mschedule=8000 -march=2.0 -ggdb -pipe -Wall -O2 -Wno-comment -Wl,-O1 -Wl,--hash-style=gnu -Wl,--as-needed conftest.c >&5 configure:3268: $? = 0 configure:3275: ./conftest configure:3279: $? = 0 configure:3294: result: no configure:3299: checking for suffix of object files configure:3321: hppa2.0-unknown-linux-gnu-gcc -c -mschedule=8000 -march=2.0 -ggdb -pipe -Wall -O2 -Wno-comment conftest.c >&5 configure:3325: $? = 0 configure:3346: result: o configure:3350: checking whether we are using the GNU C compiler configure:3369: hppa2.0-unknown-linux-gnu-gcc -c -mschedule=8000 -march=2.0 -ggdb -pipe -Wall -O2 -Wno-comment conftest.c >&5 configure:3369: $? = 0 configure:3378: result: yes configure:3387: checking whether hppa2.0-unknown-linux-gnu-gcc accepts -g configure:3407: hppa2.0-unknown-linux-gnu-gcc -c -g conftest.c >&5 configure:3407: $? = 0 configure:3448: result: yes configure:3465: checking for hppa2.0-unknown-linux-gnu-gcc option to accept ISO C89 configure:3528: hppa2.0-unknown-linux-gnu-gcc -c -mschedule=8000 -march=2.0 -ggdb -pipe -Wall -O2 -Wno-comment conftest.c >&5 configure:3528: $? = 0 configure:3541: result: none needed configure:3567: checking how to run the C preprocessor configure:3598: hppa2.0-unknown-linux-gnu-gcc -E conftest.c configure:3598: $? = 0 configure:3612: hppa2.0-unknown-linux-gnu-gcc -E conftest.c conftest.c:9:28: fatal error: ac_nonexistent.h: No such file or directory compilation terminated. distcc[16321] ERROR: compile (null) on localhost failed configure:3612: $? = 1 configure: failed program was: | /* confdefs.h */ | #define PACKAGE_NAME "systemd" | #define PACKAGE_TARNAME "systemd" | #define PACKAGE_VERSION "206" | #define PACKAGE_STRING "systemd 206" | #define PACKAGE_BUGREPORT "http://bugs.freedesktop.org/enter_bug.cgi?product=systemd" | #define PACKAGE_URL "http://www.freedesktop.org/wiki/Software/systemd" | /* end confdefs.h. */ | #include configure:3637: result: hppa2.0-unknown-linux-gnu-gcc -E configure:3657: hppa2.0-unknown-linux-gnu-gcc -E conftest.c configure:3657: $? = 0 configure:3671: hppa2.0-unknown-linux-gnu-gcc -E conftest.c conftest.c:9:28: fatal error: ac_nonexistent.h: No such file or directory compilation terminated. distcc[16371] ERROR: compile (null) on localhost failed configure:3671: $? = 1 configure: failed program was: | /* confdefs.h */ | #define PACKAGE_NAME "systemd" | #define PACKAGE_TARNAME "systemd" | #define PACKAGE_VERSION "206" | #define PACKAGE_STRING "systemd 206" | #define PACKAGE_BUGREPORT "http://bugs.freedesktop.org/enter_bug.cgi?product=systemd" | #define PACKAGE_URL "http://www.freedesktop.org/wiki/Software/systemd" | /* end confdefs.h. */ | #include configure:3700: checking for grep that handles long lines and -e configure:3758: result: /bin/grep configure:3763: checking for egrep configure:3825: result: /bin/grep -E configure:3830: checking for ANSI C header files configure:3850: hppa2.0-unknown-linux-gnu-gcc -c -mschedule=8000 -march=2.0 -ggdb -pipe -Wall -O2 -Wno-comment conftest.c >&5 configure:3850: $? = 0 configure:3923: hppa2.0-unknown-linux-gnu-gcc -o conftest -mschedule=8000 -march=2.0 -ggdb -pipe -Wall -O2 -Wno-comment -Wl,-O1 -Wl,--hash-style=gnu -Wl,--as-needed conftest.c >&5 configure:3923: $? = 0 configure:3923: ./conftest configure:3923: $? = 0 configure:3934: result: yes configure:3947: checking for sys/types.h configure:3947: hppa2.0-unknown-linux-gnu-gcc -c -mschedule=8000 -march=2.0 -ggdb -pipe -Wall -O2 -Wno-comment conftest.c >&5 configure:3947: $? = 0 configure:3947: result: yes configure:3947: checking for sys/stat.h configure:3947: hppa2.0-unknown-linux-gnu-gcc -c -mschedule=8000 -march=2.0 -ggdb -pipe -Wall -O2 -Wno-comment conftest.c >&5 configure:3947: $? = 0 configure:3947: result: yes configure:3947: checking for stdlib.h configure:3947: hppa2.0-unknown-linux-gnu-gcc -c -mschedule=8000 -march=2.0 -ggdb -pipe -Wall -O2 -Wno-comment conftest.c >&5 configure:3947: $? = 0 configure:3947: result: yes configure:3947: checking for string.h configure:3947: hppa2.0-unknown-linux-gnu-gcc -c -mschedule=8000 -march=2.0 -ggdb -pipe -Wall -O2 -Wno-comment conftest.c >&5 configure:3947: $? = 0 configure:3947: result: yes configure:3947: checking for memory.h configure:3947: hppa2.0-unknown-linux-gnu-gcc -c -mschedule=8000 -march=2.0 -ggdb -pipe -Wall -O2 -Wno-comment conftest.c >&5 configure:3947: $? = 0 configure:3947: result: yes configure:3947: checking for strings.h configure:3947: hppa2.0-unknown-linux-gnu-gcc -c -mschedule=8000 -march=2.0 -ggdb -pipe -Wall -O2 -Wno-comment conftest.c >&5 configure:3947: $? = 0 configure:3947: result: yes configure:3947: checking for inttypes.h configure:3947: hppa2.0-unknown-linux-gnu-gcc -c -mschedule=8000 -march=2.0 -ggdb -pipe -Wall -O2 -Wno-comment conftest.c >&5 configure:3947: $? = 0 configure:3947: result: yes configure:3947: checking for stdint.h configure:3947: hppa2.0-unknown-linux-gnu-gcc -c -mschedule=8000 -march=2.0 -ggdb -pipe -Wall -O2 -Wno-comment conftest.c >&5 configure:3947: $? = 0 configure:3947: result: yes configure:3947: checking for unistd.h configure:3947: hppa2.0-unknown-linux-gnu-gcc -c -mschedule=8000 -march=2.0 -ggdb -pipe -Wall -O2 -Wno-comment conftest.c >&5 configure:3947: $? = 0 configure:3947: result: yes configure:3960: checking minix/config.h usability configure:3960: hppa2.0-unknown-linux-gnu-gcc -c -mschedule=8000 -march=2.0 -ggdb -pipe -Wall -O2 -Wno-comment conftest.c >&5 conftest.c:52:26: fatal error: minix/config.h: No such file or directory compilation terminated. distcc[16942] ERROR: compile conftest.c on localhost failed configure:3960: $? = 1 configure: failed program was: | /* confdefs.h */ | #define PACKAGE_NAME "systemd" | #define PACKAGE_TARNAME "systemd" | #define PACKAGE_VERSION "206" | #define PACKAGE_STRING "systemd 206" | #define PACKAGE_BUGREPORT "http://bugs.freedesktop.org/enter_bug.cgi?product=systemd" | #define PACKAGE_URL "http://www.freedesktop.org/wiki/Software/systemd" | #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:3960: result: no configure:3960: checking minix/config.h presence configure:3960: hppa2.0-unknown-linux-gnu-gcc -E conftest.c conftest.c:19:26: fatal error: minix/config.h: No such file or directory compilation terminated. distcc[16964] ERROR: compile (null) on localhost failed configure:3960: $? = 1 configure: failed program was: | /* confdefs.h */ | #define PACKAGE_NAME "systemd" | #define PACKAGE_TARNAME "systemd" | #define PACKAGE_VERSION "206" | #define PACKAGE_STRING "systemd 206" | #define PACKAGE_BUGREPORT "http://bugs.freedesktop.org/enter_bug.cgi?product=systemd" | #define PACKAGE_URL "http://www.freedesktop.org/wiki/Software/systemd" | #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:3960: result: no configure:3960: checking for minix/config.h configure:3960: result: no configure:3981: checking whether it is safe to define __EXTENSIONS__ configure:3999: hppa2.0-unknown-linux-gnu-gcc -c -mschedule=8000 -march=2.0 -ggdb -pipe -Wall -O2 -Wno-comment conftest.c >&5 configure:3999: $? = 0 configure:4006: result: yes configure:4027: checking for special C compiler options needed for large files configure:4072: result: no configure:4078: checking for _FILE_OFFSET_BITS value needed for large files configure:4103: hppa2.0-unknown-linux-gnu-gcc -c -mschedule=8000 -march=2.0 -ggdb -pipe -Wall -O2 -Wno-comment conftest.c >&5 conftest.c:30:3: warning: left shift count >= width of type [enabled by default] conftest.c:30:3: warning: left shift count >= width of type [enabled by default] conftest.c:31:10: warning: left shift count >= width of type [enabled by default] conftest.c:31:10: warning: left shift count >= width of type [enabled by default] conftest.c:30:7: error: size of array 'off_t_is_large' is negative conftest.c:32:9: warning: variably modified 'off_t_is_large' at file scope [enabled by default] distcc[17023] ERROR: compile conftest.c on localhost failed configure:4103: $? = 1 configure: failed program was: | /* confdefs.h */ | #define PACKAGE_NAME "systemd" | #define PACKAGE_TARNAME "systemd" | #define PACKAGE_VERSION "206" | #define PACKAGE_STRING "systemd 206" | #define PACKAGE_BUGREPORT "http://bugs.freedesktop.org/enter_bug.cgi?product=systemd" | #define PACKAGE_URL "http://www.freedesktop.org/wiki/Software/systemd" | #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 | /* end confdefs.h. */ | #include | /* Check that off_t can represent 2**63 - 1 correctly. | We can't simply define LARGE_OFF_T to be 9223372036854775807, | since some C++ compilers masquerading as C compilers | incorrectly reject 9223372036854775807. */ | #define LARGE_OFF_T (((off_t) 1 << 62) - 1 + ((off_t) 1 << 62)) | int off_t_is_large[(LARGE_OFF_T % 2147483629 == 721 | && LARGE_OFF_T % 2147483647 == 1) | ? 1 : -1]; | int | main () | { | | ; | return 0; | } configure:4127: hppa2.0-unknown-linux-gnu-gcc -c -mschedule=8000 -march=2.0 -ggdb -pipe -Wall -O2 -Wno-comment conftest.c >&5 configure:4127: $? = 0 configure:4135: result: 64 configure:4237: checking for a BSD-compatible install configure:4305: result: /usr/lib/portage/bin/ebuild-helpers/xattr/install -c configure:4316: checking whether build environment is sane configure:4371: result: yes configure:4522: checking for a thread-safe mkdir -p configure:4561: result: /bin/mkdir -p configure:4568: checking for gawk configure:4584: found /usr/bin/gawk configure:4595: result: gawk configure:4606: checking whether make sets $(MAKE) configure:4628: result: yes configure:4658: checking for style of include used by make configure:4686: result: GNU configure:4720: checking whether make supports nested variables configure:4737: result: yes configure:4816: checking how to create a pax tar archive configure:4827: tar --version tar (GNU tar) 1.26 Copyright (C) 2011 Free Software Foundation, Inc. License GPLv3+: GNU GPL version 3 or later . This is free software: you are free to change and redistribute it. There is NO WARRANTY, to the extent permitted by law. Written by John Gilmore and Jay Fenlason. configure:4830: $? = 0 configure:4870: tardir=conftest.dir && eval tar --format=posix -chf - "$tardir" >conftest.tar configure:4873: $? = 0 configure:4877: tar -xf - &5 configure:5720: /usr/bin/nm -B "conftest.o" configure:5723: output 00000000 B some_variable configure:5730: result: BSD nm configure:5733: checking whether ln -s works configure:5737: result: yes configure:5745: checking the maximum length of command line arguments configure:5875: result: 1572864 configure:5892: checking whether the shell understands some XSI constructs configure:5902: result: yes configure:5906: checking whether the shell understands "+=" configure:5912: result: yes configure:5947: checking how to convert hppa2.0-unknown-linux-gnu file names to hppa2.0-unknown-linux-gnu format configure:5987: result: func_convert_file_noop configure:5994: checking how to convert hppa2.0-unknown-linux-gnu file names to toolchain format configure:6014: result: func_convert_file_noop configure:6021: checking for /usr/hppa2.0-unknown-linux-gnu/bin/ld option to reload object files configure:6028: result: -r configure:6062: checking for hppa2.0-unknown-linux-gnu-objdump configure:6078: found /usr/bin/hppa2.0-unknown-linux-gnu-objdump configure:6089: result: hppa2.0-unknown-linux-gnu-objdump configure:6161: checking how to recognize dependent libraries configure:6363: result: pass_all configure:6408: checking for hppa2.0-unknown-linux-gnu-dlltool configure:6438: result: no configure:6448: checking for dlltool configure:6478: result: no configure:6508: checking how to associate runtime and link libraries configure:6535: result: printf %s\n configure:6551: checking for hppa2.0-unknown-linux-gnu-ar configure:6567: found /usr/bin/hppa2.0-unknown-linux-gnu-ar configure:6578: result: hppa2.0-unknown-linux-gnu-ar configure:6659: checking for archiver @FILE support configure:6676: hppa2.0-unknown-linux-gnu-gcc -c -mschedule=8000 -march=2.0 -ggdb -pipe -Wall -O2 -Wno-comment conftest.c >&5 configure:6676: $? = 0 configure:6679: hppa2.0-unknown-linux-gnu-ar cru libconftest.a @conftest.lst >&5 configure:6682: $? = 0 configure:6687: hppa2.0-unknown-linux-gnu-ar cru libconftest.a @conftest.lst >&5 hppa2.0-unknown-linux-gnu-ar: conftest.o: No such file or directory configure:6690: $? = 1 configure:6702: result: @ configure:6720: checking for hppa2.0-unknown-linux-gnu-strip configure:6736: found /usr/bin/hppa2.0-unknown-linux-gnu-strip configure:6747: result: hppa2.0-unknown-linux-gnu-strip configure:6819: checking for hppa2.0-unknown-linux-gnu-ranlib configure:6835: found /usr/bin/hppa2.0-unknown-linux-gnu-ranlib configure:6846: result: hppa2.0-unknown-linux-gnu-ranlib configure:6988: checking command to parse /usr/bin/nm -B output from hppa2.0-unknown-linux-gnu-gcc object configure:7108: hppa2.0-unknown-linux-gnu-gcc -c -mschedule=8000 -march=2.0 -ggdb -pipe -Wall -O2 -Wno-comment conftest.c >&5 configure:7111: $? = 0 configure:7115: /usr/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:7118: $? = 0 configure:7184: hppa2.0-unknown-linux-gnu-gcc -o conftest -mschedule=8000 -march=2.0 -ggdb -pipe -Wall -O2 -Wno-comment -Wl,-O1 -Wl,--hash-style=gnu -Wl,--as-needed conftest.c conftstm.o >&5 configure:7187: $? = 0 configure:7225: result: ok configure:7262: checking for sysroot configure:7292: result: no configure:7508: checking for hppa2.0-unknown-linux-gnu-mt configure:7538: result: no configure:7548: checking for mt configure:7564: found /usr/sbin/mt configure:7575: result: mt configure:7598: checking if mt is a manifest tool configure:7604: mt '-?' usage: mt [-v] [--version] [-h] [ -f device ] command [ count ] configure:7612: result: no configure:8251: checking for dlfcn.h configure:8251: hppa2.0-unknown-linux-gnu-gcc -c -mschedule=8000 -march=2.0 -ggdb -pipe -Wall -O2 -Wno-comment conftest.c >&5 configure:8251: $? = 0 configure:8251: result: yes configure:8456: checking for objdir configure:8471: result: .libs configure:8742: checking if hppa2.0-unknown-linux-gnu-gcc supports -fno-rtti -fno-exceptions configure:8760: hppa2.0-unknown-linux-gnu-gcc -c -mschedule=8000 -march=2.0 -ggdb -pipe -Wall -O2 -Wno-comment -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:8764: $? = 0 configure:8777: result: no configure:9104: checking for hppa2.0-unknown-linux-gnu-gcc option to produce PIC configure:9111: result: -fPIC -DPIC configure:9119: checking if hppa2.0-unknown-linux-gnu-gcc PIC flag -fPIC -DPIC works configure:9137: hppa2.0-unknown-linux-gnu-gcc -c -mschedule=8000 -march=2.0 -ggdb -pipe -Wall -O2 -Wno-comment -fPIC -DPIC -DPIC conftest.c >&5 configure:9141: $? = 0 configure:9154: result: yes configure:9183: checking if hppa2.0-unknown-linux-gnu-gcc static flag -static works configure:9211: result: yes configure:9226: checking if hppa2.0-unknown-linux-gnu-gcc supports -c -o file.o configure:9247: hppa2.0-unknown-linux-gnu-gcc -c -mschedule=8000 -march=2.0 -ggdb -pipe -Wall -O2 -Wno-comment -o out/conftest2.o conftest.c >&5 configure:9251: $? = 0 configure:9273: result: yes configure:9281: checking if hppa2.0-unknown-linux-gnu-gcc supports -c -o file.o configure:9328: result: yes configure:9361: checking whether the hppa2.0-unknown-linux-gnu-gcc linker (/usr/hppa2.0-unknown-linux-gnu/bin/ld) supports shared libraries configure:10514: result: yes configure:10551: checking whether -lc should be explicitly linked in configure:10559: hppa2.0-unknown-linux-gnu-gcc -c -mschedule=8000 -march=2.0 -ggdb -pipe -Wall -O2 -Wno-comment conftest.c >&5 configure:10562: $? = 0 configure:10577: hppa2.0-unknown-linux-gnu-gcc -shared -fPIC -DPIC conftest.o -v -Wl,-soname -Wl,conftest -o conftest 2\>\&1 \| /bin/grep -lc \>/dev/null 2\>\&1 configure:10580: $? = 0 configure:10594: result: no configure:10754: checking dynamic linker characteristics configure:11265: hppa2.0-unknown-linux-gnu-gcc -o conftest -mschedule=8000 -march=2.0 -ggdb -pipe -Wall -O2 -Wno-comment -Wl,-O1 -Wl,--hash-style=gnu -Wl,--as-needed -Wl,-rpath -Wl,/foo conftest.c >&5 configure:11265: $? = 0 configure:11491: result: GNU/Linux ld.so configure:11598: checking how to hardcode library paths into programs configure:11623: result: immediate configure:12163: checking whether stripping libraries is possible configure:12168: result: yes configure:12203: checking if libtool supports shared libraries configure:12205: result: yes configure:12208: checking whether to build shared libraries configure:12229: result: yes configure:12232: checking whether to build static libraries configure:12236: result: no configure:12283: checking whether NLS is requested configure:12292: result: yes configure:12310: checking for intltool >= 0.40.0 configure:12312: result: 0.50.2 found configure:12320: checking for intltool-update configure:12338: found /usr/bin/intltool-update configure:12350: result: /usr/bin/intltool-update configure:12360: checking for intltool-merge configure:12378: found /usr/bin/intltool-merge configure:12390: result: /usr/bin/intltool-merge configure:12400: checking for intltool-extract configure:12418: found /usr/bin/intltool-extract configure:12430: result: /usr/bin/intltool-extract configure:12584: checking for xgettext configure:12602: found /usr/bin/xgettext configure:12614: result: /usr/bin/xgettext configure:12624: checking for msgmerge configure:12642: found /usr/bin/msgmerge configure:12654: result: /usr/bin/msgmerge configure:12664: checking for msgfmt configure:12682: found /usr/bin/msgfmt configure:12694: result: /usr/bin/msgfmt configure:12704: checking for gmsgfmt configure:12722: found /usr/bin/gmsgfmt configure:12735: result: /usr/bin/gmsgfmt configure:12755: checking for perl configure:12773: found /usr/bin/perl configure:12785: result: /usr/bin/perl configure:12796: checking for perl >= 5.8.1 configure:12803: result: 5.12.4 configure:12807: checking for XML::Parser configure:12810: result: ok configure:12835: hppa2.0-unknown-linux-gnu-gcc -o conftest -mschedule=8000 -march=2.0 -ggdb -pipe -Wall -O2 -Wno-comment -Wl,-O1 -Wl,--hash-style=gnu -Wl,--as-needed conftest.c >&5 configure:12835: $? = 0 configure:12866: checking whether ln -s works configure:12870: result: yes configure:12877: checking for a sed that does not truncate output configure:12941: result: /bin/sed configure:12946: checking for grep that handles long lines and -e configure:13004: result: /bin/grep configure:13013: checking for gawk configure:13040: result: gawk configure:13060: checking for hppa2.0-unknown-linux-gnu-gcc configure:13087: result: hppa2.0-unknown-linux-gnu-gcc configure:13356: checking for C compiler version configure:13365: hppa2.0-unknown-linux-gnu-gcc --version >&5 hppa2.0-unknown-linux-gnu-gcc (Gentoo 4.6.3 p1.13, pie-0.5.2) 4.6.3 Copyright (C) 2011 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:13376: $? = 0 configure:13365: hppa2.0-unknown-linux-gnu-gcc -v >&5 Using built-in specs. COLLECT_GCC=/usr/hppa2.0-unknown-linux-gnu/gcc-bin/4.6.3/hppa2.0-unknown-linux-gnu-gcc COLLECT_LTO_WRAPPER=/usr/libexec/gcc/hppa2.0-unknown-linux-gnu/4.6.3/lto-wrapper Target: hppa2.0-unknown-linux-gnu Configured with: /var/tmp/portage/sys-devel/gcc-4.6.3/work/gcc-4.6.3/configure --prefix=/usr --bindir=/usr/hppa2.0-unknown-linux-gnu/gcc-bin/4.6.3 --includedir=/usr/lib/gcc/hppa2.0-unknown-linux-gnu/4.6.3/include --datadir=/usr/share/gcc-data/hppa2.0-unknown-linux-gnu/4.6.3 --mandir=/usr/share/gcc-data/hppa2.0-unknown-linux-gnu/4.6.3/man --infodir=/usr/share/gcc-data/hppa2.0-unknown-linux-gnu/4.6.3/info --with-gxx-include-dir=/usr/lib/gcc/hppa2.0-unknown-linux-gnu/4.6.3/include/g++-v4 --host=hppa2.0-unknown-linux-gnu --build=hppa2.0-unknown-linux-gnu --disable-altivec --disable-fixed-point --with-cloog --with-ppl --with-cloog-include=/usr/include/cloog-ppl --disable-ppl-version-check --disable-lto --enable-nls --without-included-gettext --with-system-zlib --enable-obsolete --disable-werror --enable-secureplt --disable-multilib --enable-libmudflap --disable-libssp --enable-libgomp --with-python-dir=/share/gcc-data/hppa2.0-unknown-linux-gnu/4.6.3/python --enable-checking=release --disable-libgcj --enable-libstdcxx-time --enable-languages=c,c++,fortran --enable-shared --enable-threads=posix --enable-__cxa_atexit --enable-clocale=gnu --with-bugurl=http://bugs.gentoo.org/ --with-pkgversion='Gentoo 4.6.3 p1.13, pie-0.5.2' Thread model: posix gcc version 4.6.3 (Gentoo 4.6.3 p1.13, pie-0.5.2) configure:13376: $? = 0 configure:13365: hppa2.0-unknown-linux-gnu-gcc -V >&5 hppa2.0-unknown-linux-gnu-gcc: error: unrecognized option '-V' hppa2.0-unknown-linux-gnu-gcc: fatal error: no input files compilation terminated. distcc[17587] ERROR: compile (null) on localhost failed configure:13376: $? = 1 configure:13365: hppa2.0-unknown-linux-gnu-gcc -qversion >&5 hppa2.0-unknown-linux-gnu-gcc: error: unrecognized option '-qversion' hppa2.0-unknown-linux-gnu-gcc: fatal error: no input files compilation terminated. distcc[17593] ERROR: compile (null) on localhost failed configure:13376: $? = 1 configure:13380: checking whether we are using the GNU C compiler configure:13408: result: yes configure:13417: checking whether hppa2.0-unknown-linux-gnu-gcc accepts -g configure:13478: result: yes configure:13495: checking for hppa2.0-unknown-linux-gnu-gcc option to accept ISO C89 configure:13571: result: none needed configure:13591: checking for hppa2.0-unknown-linux-gnu-gcc option to accept ISO C99 configure:13740: hppa2.0-unknown-linux-gnu-gcc -c -mschedule=8000 -march=2.0 -ggdb -pipe -Wall -O2 -Wno-comment conftest.c >&5 conftest.c:80:29: error: expected ';', ',' or ')' before 'text' conftest.c: In function 'test_varargs': conftest.c:101:9: warning: variable 'fnumber' set but not used [-Wunused-but-set-variable] conftest.c:100:7: warning: variable 'number' set but not used [-Wunused-but-set-variable] conftest.c:99:15: warning: variable 'str' set but not used [-Wunused-but-set-variable] conftest.c: In function 'main': conftest.c:132:3: warning: implicit declaration of function 'test_restrict' [-Wimplicit-function-declaration] conftest.c:134:18: error: expected '=', ',', ';', 'asm' or '__attribute__' before 'newvar' conftest.c:134:18: error: 'newvar' undeclared (first use in this function) conftest.c:134:18: note: each undeclared identifier is reported only once for each function it appears in conftest.c:144:3: error: 'for' loop initial declarations are only allowed in C99 mode conftest.c:144:3: note: use option -std=c99 or -std=gnu99 to compile your code distcc[17601] ERROR: compile conftest.c on localhost failed configure:13740: $? = 1 configure: failed program was: | /* confdefs.h */ | #define PACKAGE_NAME "systemd" | #define PACKAGE_TARNAME "systemd" | #define PACKAGE_VERSION "206" | #define PACKAGE_STRING "systemd 206" | #define PACKAGE_BUGREPORT "http://bugs.freedesktop.org/enter_bug.cgi?product=systemd" | #define PACKAGE_URL "http://www.freedesktop.org/wiki/Software/systemd" | #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 _FILE_OFFSET_BITS 64 | #define PACKAGE "systemd" | #define VERSION "206" | #define CANONICAL_HOST "hppa2.0-unknown-linux-gnu" | #define HAVE_DLFCN_H 1 | #define LT_OBJDIR ".libs/" | /* end confdefs.h. */ | #include | #include | #include | #include | #include | | // Check varargs macros. These examples are taken from C99 6.10.3.5. | #define debug(...) fprintf (stderr, __VA_ARGS__) | #define showlist(...) puts (#__VA_ARGS__) | #define report(test,...) ((test) ? puts (#test) : printf (__VA_ARGS__)) | static void | test_varargs_macros (void) | { | int x = 1234; | int y = 5678; | debug ("Flag"); | debug ("X = %d\n", x); | showlist (The first, second, and third items.); | report (x>y, "x is %d but y is %d", x, y); | } | | // Check long long types. | #define BIG64 18446744073709551615ull | #define BIG32 4294967295ul | #define BIG_OK (BIG64 / BIG32 == 4294967297ull && BIG64 % BIG32 == 0) | #if !BIG_OK | your preprocessor is broken; | #endif | #if BIG_OK | #else | your preprocessor is broken; | #endif | static long long int bignum = -9223372036854775807LL; | static unsigned long long int ubignum = BIG64; | | struct incomplete_array | { | int datasize; | double data[]; | }; | | struct named_init { | int number; | const wchar_t *name; | double average; | }; | | typedef const char *ccp; | | static inline int | test_restrict (ccp restrict text) | { | // See if C++-style comments work. | // Iterate through items via the restricted pointer. | // Also check for declarations in for loops. | for (unsigned int i = 0; *(text+i) != '\0'; ++i) | continue; | return 0; | } | | // Check varargs and va_copy. | static void | test_varargs (const char *format, ...) | { | va_list args; | va_start (args, format); | va_list args_copy; | va_copy (args_copy, args); | | const char *str; | int number; | float fnumber; | | while (*format) | { | switch (*format++) | { | case 's': // string | str = va_arg (args_copy, const char *); | break; | case 'd': // int | number = va_arg (args_copy, int); | break; | case 'f': // float | fnumber = va_arg (args_copy, double); | break; | default: | break; | } | } | va_end (args_copy); | va_end (args); | } | | int | main () | { | | // Check bool. | _Bool success = false; | | // Check restrict. | if (test_restrict ("String literal") == 0) | success = true; | char *restrict newvar = "Another string"; | | // Check varargs. | test_varargs ("s, d' f .", "string", 65, 34.234); | test_varargs_macros (); | | // Check flexible array members. | struct incomplete_array *ia = | malloc (sizeof (struct incomplete_array) + (sizeof (double) * 10)); | ia->datasize = 10; | for (int i = 0; i < ia->datasize; ++i) | ia->data[i] = i * 1.234; | | // Check named initializers. | struct named_init ni = { | .number = 34, | .name = L"Test wide string", | .average = 543.34343, | }; | | ni.number = 58; | | int dynamic_array[ni.number]; | dynamic_array[ni.number - 1] = 543; | | // work around unused variable warnings | return (!success || bignum == 0LL || ubignum == 0uLL || newvar[0] == 'x' | || dynamic_array[ni.number - 1] != 543); | | ; | return 0; | } configure:13740: hppa2.0-unknown-linux-gnu-gcc -std=gnu99 -c -mschedule=8000 -march=2.0 -ggdb -pipe -Wall -O2 -Wno-comment conftest.c >&5 conftest.c: In function 'test_varargs': conftest.c:101:9: warning: variable 'fnumber' set but not used [-Wunused-but-set-variable] conftest.c:100:7: warning: variable 'number' set but not used [-Wunused-but-set-variable] conftest.c:99:15: warning: variable 'str' set but not used [-Wunused-but-set-variable] configure:13740: $? = 0 configure:13760: result: -std=gnu99 configure:13769: checking whether hppa2.0-unknown-linux-gnu-gcc -std=gnu99 and cc understand -c and -o together configure:13800: hppa2.0-unknown-linux-gnu-gcc -std=gnu99 -c conftest.c -o conftest2.o >&5 configure:13804: $? = 0 configure:13810: hppa2.0-unknown-linux-gnu-gcc -std=gnu99 -c conftest.c -o conftest2.o >&5 configure:13814: $? = 0 configure:13825: cc -c conftest.c >&5 * JeR-QA-toolchain: /bin/sh /var/tmp/portage/sys-apps/systemd-206-r1/work/systemd-206/configure --prefix=/usr --build=hppa2.0-unknown-linux-gnu --host=hppa2.0-unknown-linux-gnu --mandir=/usr/share/man --infodir=/usr/share/info --datadir=/usr/share --sysconfdir=/etc --localstatedir=/var/lib --disable-silent-rules --disable-dependency-tracking --docdir=/usr/share/doc/systemd-206-r1 --localstatedir=/var --with-pamlibdir=/lib/security --with-bashcompletiondir=/usr/share/bash-completion/completions --enable-split-usr --with-sysvinit-path= --with-sysvrcnd-path= --enable-efi --enable-ima --enable-acl --disable-audit --disable-libcryptsetup --disable-gtk-doc --disable-gcrypt --enable-gudev --disable-microhttpd --disable-introspection --enable-kmod --enable-xz --enable-pam --disable-polkit --with-python PYTHON_CONFIG=/usr/bin/python-config-2.7 --disable-qrencode --disable-selinux --enable-tcpwrap --enable-tests --enable-xattr --disable-chkconfig QUOTAON=/usr/sbin/quotaon QUOTACHECK=/usr/sbin/quotacheck --with-firmware-path=/lib/firmware/updates:/lib/firmware : cc -> hppa2.0-unknown-linux-gnu-gcc configure:13829: $? = 0 configure:13837: cc -c conftest.c -o conftest2.o >&5 * JeR-QA-toolchain: /bin/sh /var/tmp/portage/sys-apps/systemd-206-r1/work/systemd-206/configure --prefix=/usr --build=hppa2.0-unknown-linux-gnu --host=hppa2.0-unknown-linux-gnu --mandir=/usr/share/man --infodir=/usr/share/info --datadir=/usr/share --sysconfdir=/etc --localstatedir=/var/lib --disable-silent-rules --disable-dependency-tracking --docdir=/usr/share/doc/systemd-206-r1 --localstatedir=/var --with-pamlibdir=/lib/security --with-bashcompletiondir=/usr/share/bash-completion/completions --enable-split-usr --with-sysvinit-path= --with-sysvrcnd-path= --enable-efi --enable-ima --enable-acl --disable-audit --disable-libcryptsetup --disable-gtk-doc --disable-gcrypt --enable-gudev --disable-microhttpd --disable-introspection --enable-kmod --enable-xz --enable-pam --disable-polkit --with-python PYTHON_CONFIG=/usr/bin/python-config-2.7 --disable-qrencode --disable-selinux --enable-tcpwrap --enable-tests --enable-xattr --disable-chkconfig QUOTAON=/usr/sbin/quotaon QUOTACHECK=/usr/sbin/quotacheck --with-firmware-path=/lib/firmware/updates:/lib/firmware : cc -> hppa2.0-unknown-linux-gnu-gcc configure:13841: $? = 0 configure:13847: cc -c conftest.c -o conftest2.o >&5 * JeR-QA-toolchain: /bin/sh /var/tmp/portage/sys-apps/systemd-206-r1/work/systemd-206/configure --prefix=/usr --build=hppa2.0-unknown-linux-gnu --host=hppa2.0-unknown-linux-gnu --mandir=/usr/share/man --infodir=/usr/share/info --datadir=/usr/share --sysconfdir=/etc --localstatedir=/var/lib --disable-silent-rules --disable-dependency-tracking --docdir=/usr/share/doc/systemd-206-r1 --localstatedir=/var --with-pamlibdir=/lib/security --with-bashcompletiondir=/usr/share/bash-completion/completions --enable-split-usr --with-sysvinit-path= --with-sysvrcnd-path= --enable-efi --enable-ima --enable-acl --disable-audit --disable-libcryptsetup --disable-gtk-doc --disable-gcrypt --enable-gudev --disable-microhttpd --disable-introspection --enable-kmod --enable-xz --enable-pam --disable-polkit --with-python PYTHON_CONFIG=/usr/bin/python-config-2.7 --disable-qrencode --disable-selinux --enable-tcpwrap --enable-tests --enable-xattr --disable-chkconfig QUOTAON=/usr/sbin/quotaon QUOTACHECK=/usr/sbin/quotacheck --with-firmware-path=/lib/firmware/updates:/lib/firmware : cc -> hppa2.0-unknown-linux-gnu-gcc configure:13851: $? = 0 configure:13869: result: yes configure:13895: checking whether hppa2.0-unknown-linux-gnu-gcc -std=gnu99 needs -traditional configure:13929: result: no configure:13939: checking for m4 configure:13957: found /usr/bin/m4 configure:13969: result: /usr/bin/m4 configure:13979: checking for xsltproc configure:13997: found /usr/bin/xsltproc configure:14009: result: /usr/bin/xsltproc configure:14020: checking for quotaon configure:14051: result: /usr/sbin/quotaon configure:14061: checking for quotacheck configure:14092: result: /usr/sbin/quotacheck configure:14103: checking for setcap configure:14121: found /sbin/setcap configure:14134: result: /sbin/setcap configure:14145: checking for kill configure:14163: found /bin/kill configure:14176: result: /bin/kill configure:14187: checking for kmod configure:14205: found /bin/kmod configure:14218: result: /bin/kmod configure:14229: checking for kexec configure:14260: result: /usr/sbin/kexec configure:14282: checking for hppa2.0-unknown-linux-gnu-pkg-config configure:14315: result: no configure:14325: checking for pkg-config configure:14343: found /usr/bin/pkg-config configure:14355: result: /usr/bin/pkg-config configure:14380: checking pkg-config is at least version 0.9.0 configure:14383: result: yes configure:14396: checking for gtkdoc-check configure:14429: result: no configure:14438: checking for gtkdoc-rebase configure:14456: found /usr/bin/gtkdoc-rebase configure:14468: result: /usr/bin/gtkdoc-rebase configure:14482: checking for gtkdoc-mkpdf configure:14515: result: no configure:14626: checking whether to build gtk-doc documentation configure:14628: result: no configure:14715: checking for gobject-introspection configure:14761: result: no (disabled, use --enable-introspection to enable) configure:14803: checking for hppa2.0-unknown-linux-gnu-objcopy configure:14819: found /usr/bin/hppa2.0-unknown-linux-gnu-objcopy configure:14830: result: hppa2.0-unknown-linux-gnu-objcopy configure:14895: checking for hppa2.0-unknown-linux-gnu-strings configure:14911: found /usr/bin/hppa2.0-unknown-linux-gnu-strings configure:14922: result: hppa2.0-unknown-linux-gnu-strings configure:14987: checking for hppa2.0-unknown-linux-gnu-gperf configure:15017: result: no configure:15027: checking for gperf configure:15043: found /usr/bin/gperf configure:15054: result: gperf configure:15123: checking if hppa2.0-unknown-linux-gnu-gcc -std=gnu99 supports flag -pipe in envvar CFLAGS configure:15134: hppa2.0-unknown-linux-gnu-gcc -std=gnu99 -c -Werror -pipe conftest.c >&5 configure:15134: $? = 0 configure:15143: result: yes configure:15123: checking if hppa2.0-unknown-linux-gnu-gcc -std=gnu99 supports flag -Wall in envvar CFLAGS configure:15134: hppa2.0-unknown-linux-gnu-gcc -std=gnu99 -c -Werror -Wall conftest.c >&5 configure:15134: $? = 0 configure:15143: result: yes configure:15123: checking if hppa2.0-unknown-linux-gnu-gcc -std=gnu99 supports flag -Wextra in envvar CFLAGS configure:15134: hppa2.0-unknown-linux-gnu-gcc -std=gnu99 -c -Werror -Wextra conftest.c >&5 configure:15134: $? = 0 configure:15143: result: yes configure:15123: checking if hppa2.0-unknown-linux-gnu-gcc -std=gnu99 supports flag -Wno-inline in envvar CFLAGS configure:15134: hppa2.0-unknown-linux-gnu-gcc -std=gnu99 -c -Werror -Wno-inline conftest.c >&5 configure:15134: $? = 0 configure:15143: result: yes configure:15123: checking if hppa2.0-unknown-linux-gnu-gcc -std=gnu99 supports flag -Wundef in envvar CFLAGS configure:15134: hppa2.0-unknown-linux-gnu-gcc -std=gnu99 -c -Werror -Wundef conftest.c >&5 configure:15134: $? = 0 configure:15143: result: yes configure:15123: checking if hppa2.0-unknown-linux-gnu-gcc -std=gnu99 supports flag -Wformat=2 -Wformat-security -Wformat-nonliteral in envvar CFLAGS configure:15134: hppa2.0-unknown-linux-gnu-gcc -std=gnu99 -c -Werror -Wformat=2 -Wformat-security -Wformat-nonliteral conftest.c >&5 configure:15134: $? = 0 configure:15143: result: yes configure:15123: checking if hppa2.0-unknown-linux-gnu-gcc -std=gnu99 supports flag -Wlogical-op in envvar CFLAGS configure:15134: hppa2.0-unknown-linux-gnu-gcc -std=gnu99 -c -Werror -Wlogical-op conftest.c >&5 configure:15134: $? = 0 configure:15143: result: yes configure:15123: checking if hppa2.0-unknown-linux-gnu-gcc -std=gnu99 supports flag -Wsign-compare in envvar CFLAGS configure:15134: hppa2.0-unknown-linux-gnu-gcc -std=gnu99 -c -Werror -Wsign-compare conftest.c >&5 configure:15134: $? = 0 configure:15143: result: yes configure:15123: checking if hppa2.0-unknown-linux-gnu-gcc -std=gnu99 supports flag -Wmissing-include-dirs in envvar CFLAGS configure:15134: hppa2.0-unknown-linux-gnu-gcc -std=gnu99 -c -Werror -Wmissing-include-dirs conftest.c >&5 configure:15134: $? = 0 configure:15143: result: yes configure:15123: checking if hppa2.0-unknown-linux-gnu-gcc -std=gnu99 supports flag -Wold-style-definition in envvar CFLAGS configure:15134: hppa2.0-unknown-linux-gnu-gcc -std=gnu99 -c -Werror -Wold-style-definition conftest.c >&5 configure:15134: $? = 0 configure:15143: result: yes configure:15123: checking if hppa2.0-unknown-linux-gnu-gcc -std=gnu99 supports flag -Wpointer-arith in envvar CFLAGS configure:15134: hppa2.0-unknown-linux-gnu-gcc -std=gnu99 -c -Werror -Wpointer-arith conftest.c >&5 configure:15134: $? = 0 configure:15143: result: yes configure:15123: checking if hppa2.0-unknown-linux-gnu-gcc -std=gnu99 supports flag -Winit-self in envvar CFLAGS configure:15134: hppa2.0-unknown-linux-gnu-gcc -std=gnu99 -c -Werror -Winit-self conftest.c >&5 configure:15134: $? = 0 configure:15143: result: yes configure:15123: checking if hppa2.0-unknown-linux-gnu-gcc -std=gnu99 supports flag -Wdeclaration-after-statement in envvar CFLAGS configure:15134: hppa2.0-unknown-linux-gnu-gcc -std=gnu99 -c -Werror -Wdeclaration-after-statement conftest.c >&5 configure:15134: $? = 0 configure:15143: result: yes configure:15123: checking if hppa2.0-unknown-linux-gnu-gcc -std=gnu99 supports flag -Wfloat-equal in envvar CFLAGS configure:15134: hppa2.0-unknown-linux-gnu-gcc -std=gnu99 -c -Werror -Wfloat-equal conftest.c >&5 configure:15134: $? = 0 configure:15143: result: yes configure:15123: checking if hppa2.0-unknown-linux-gnu-gcc -std=gnu99 supports flag -Wmissing-prototypes in envvar CFLAGS configure:15134: hppa2.0-unknown-linux-gnu-gcc -std=gnu99 -c -Werror -Wmissing-prototypes conftest.c >&5 configure:15134: $? = 0 configure:15143: result: yes configure:15123: checking if hppa2.0-unknown-linux-gnu-gcc -std=gnu99 supports flag -Wstrict-prototypes in envvar CFLAGS configure:15134: hppa2.0-unknown-linux-gnu-gcc -std=gnu99 -c -Werror -Wstrict-prototypes conftest.c >&5 configure:15134: $? = 0 configure:15143: result: yes configure:15123: checking if hppa2.0-unknown-linux-gnu-gcc -std=gnu99 supports flag -Wredundant-decls in envvar CFLAGS configure:15134: hppa2.0-unknown-linux-gnu-gcc -std=gnu99 -c -Werror -Wredundant-decls conftest.c >&5 configure:15134: $? = 0 configure:15143: result: yes configure:15123: checking if hppa2.0-unknown-linux-gnu-gcc -std=gnu99 supports flag -Wmissing-declarations in envvar CFLAGS configure:15134: hppa2.0-unknown-linux-gnu-gcc -std=gnu99 -c -Werror -Wmissing-declarations conftest.c >&5 configure:15134: $? = 0 configure:15143: result: yes configure:15123: checking if hppa2.0-unknown-linux-gnu-gcc -std=gnu99 supports flag -Wmissing-noreturn in envvar CFLAGS configure:15134: hppa2.0-unknown-linux-gnu-gcc -std=gnu99 -c -Werror -Wmissing-noreturn conftest.c >&5 configure:15134: $? = 0 configure:15143: result: yes configure:15123: checking if hppa2.0-unknown-linux-gnu-gcc -std=gnu99 supports flag -Wshadow in envvar CFLAGS configure:15134: hppa2.0-unknown-linux-gnu-gcc -std=gnu99 -c -Werror -Wshadow conftest.c >&5 configure:15134: $? = 0 configure:15143: result: yes configure:15123: checking if hppa2.0-unknown-linux-gnu-gcc -std=gnu99 supports flag -Wendif-labels in envvar CFLAGS configure:15134: hppa2.0-unknown-linux-gnu-gcc -std=gnu99 -c -Werror -Wendif-labels conftest.c >&5 configure:15134: $? = 0 configure:15143: result: yes configure:15123: checking if hppa2.0-unknown-linux-gnu-gcc -std=gnu99 supports flag -Wcast-align in envvar CFLAGS configure:15134: hppa2.0-unknown-linux-gnu-gcc -std=gnu99 -c -Werror -Wcast-align conftest.c >&5 configure:15134: $? = 0 configure:15143: result: yes configure:15123: checking if hppa2.0-unknown-linux-gnu-gcc -std=gnu99 supports flag -Wstrict-aliasing=2 in envvar CFLAGS configure:15134: hppa2.0-unknown-linux-gnu-gcc -std=gnu99 -c -Werror -Wstrict-aliasing=2 conftest.c >&5 configure:15134: $? = 0 configure:15143: result: yes configure:15123: checking if hppa2.0-unknown-linux-gnu-gcc -std=gnu99 supports flag -Wwrite-strings in envvar CFLAGS configure:15134: hppa2.0-unknown-linux-gnu-gcc -std=gnu99 -c -Werror -Wwrite-strings conftest.c >&5 configure:15134: $? = 0 configure:15143: result: yes configure:15123: checking if hppa2.0-unknown-linux-gnu-gcc -std=gnu99 supports flag -Wno-long-long in envvar CFLAGS configure:15134: hppa2.0-unknown-linux-gnu-gcc -std=gnu99 -c -Werror -Wno-long-long conftest.c >&5 configure:15134: $? = 0 configure:15143: result: yes configure:15123: checking if hppa2.0-unknown-linux-gnu-gcc -std=gnu99 supports flag -Wno-overlength-strings in envvar CFLAGS configure:15134: hppa2.0-unknown-linux-gnu-gcc -std=gnu99 -c -Werror -Wno-overlength-strings conftest.c >&5 configure:15134: $? = 0 configure:15143: result: yes configure:15123: checking if hppa2.0-unknown-linux-gnu-gcc -std=gnu99 supports flag -Wno-unused-parameter in envvar CFLAGS configure:15134: hppa2.0-unknown-linux-gnu-gcc -std=gnu99 -c -Werror -Wno-unused-parameter conftest.c >&5 configure:15134: $? = 0 configure:15143: result: yes configure:15123: checking if hppa2.0-unknown-linux-gnu-gcc -std=gnu99 supports flag -Wno-missing-field-initializers in envvar CFLAGS configure:15134: hppa2.0-unknown-linux-gnu-gcc -std=gnu99 -c -Werror -Wno-missing-field-initializers conftest.c >&5 configure:15134: $? = 0 configure:15143: result: yes configure:15123: checking if hppa2.0-unknown-linux-gnu-gcc -std=gnu99 supports flag -Wno-unused-result in envvar CFLAGS configure:15134: hppa2.0-unknown-linux-gnu-gcc -std=gnu99 -c -Werror -Wno-unused-result conftest.c >&5 configure:15134: $? = 0 configure:15143: result: yes configure:15123: checking if hppa2.0-unknown-linux-gnu-gcc -std=gnu99 supports flag -Werror=overflow in envvar CFLAGS configure:15134: hppa2.0-unknown-linux-gnu-gcc -std=gnu99 -c -Werror -Werror=overflow conftest.c >&5 configure:15134: $? = 0 configure:15143: result: yes configure:15123: checking if hppa2.0-unknown-linux-gnu-gcc -std=gnu99 supports flag -ffast-math in envvar CFLAGS configure:15134: hppa2.0-unknown-linux-gnu-gcc -std=gnu99 -c -Werror -ffast-math conftest.c >&5 configure:15134: $? = 0 configure:15143: result: yes configure:15123: checking if hppa2.0-unknown-linux-gnu-gcc -std=gnu99 supports flag -fno-common in envvar CFLAGS configure:15134: hppa2.0-unknown-linux-gnu-gcc -std=gnu99 -c -Werror -fno-common conftest.c >&5 configure:15134: $? = 0 configure:15143: result: yes configure:15123: checking if hppa2.0-unknown-linux-gnu-gcc -std=gnu99 supports flag -fdiagnostics-show-option in envvar CFLAGS configure:15134: hppa2.0-unknown-linux-gnu-gcc -std=gnu99 -c -Werror -fdiagnostics-show-option conftest.c >&5 configure:15134: $? = 0 configure:15143: result: yes configure:15123: checking if hppa2.0-unknown-linux-gnu-gcc -std=gnu99 supports flag -fdiagnostics-color in envvar CFLAGS configure:15134: hppa2.0-unknown-linux-gnu-gcc -std=gnu99 -c -Werror -fdiagnostics-color conftest.c >&5 cc1: error: unrecognized command line option '-fdiagnostics-color' distcc[18565] ERROR: compile conftest.c on localhost failed configure:15134: $? = 1 configure: failed program was: | /* confdefs.h */ | #define PACKAGE_NAME "systemd" | #define PACKAGE_TARNAME "systemd" | #define PACKAGE_VERSION "206" | #define PACKAGE_STRING "systemd 206" | #define PACKAGE_BUGREPORT "http://bugs.freedesktop.org/enter_bug.cgi?product=systemd" | #define PACKAGE_URL "http://www.freedesktop.org/wiki/Software/systemd" | #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 _FILE_OFFSET_BITS 64 | #define PACKAGE "systemd" | #define VERSION "206" | #define CANONICAL_HOST "hppa2.0-unknown-linux-gnu" | #define HAVE_DLFCN_H 1 | #define LT_OBJDIR ".libs/" | /* end confdefs.h. */ | int a = 0; int main(void) { return a; } configure:15143: result: no configure:15123: checking if hppa2.0-unknown-linux-gnu-gcc -std=gnu99 supports flag -fno-strict-aliasing in envvar CFLAGS configure:15134: hppa2.0-unknown-linux-gnu-gcc -std=gnu99 -c -Werror -fno-strict-aliasing conftest.c >&5 configure:15134: $? = 0 configure:15143: result: yes configure:15123: checking if hppa2.0-unknown-linux-gnu-gcc -std=gnu99 supports flag -fvisibility=hidden in envvar CFLAGS configure:15134: hppa2.0-unknown-linux-gnu-gcc -std=gnu99 -c -Werror -fvisibility=hidden conftest.c >&5 configure:15134: $? = 0 configure:15143: result: yes configure:15123: checking if hppa2.0-unknown-linux-gnu-gcc -std=gnu99 supports flag -ffunction-sections in envvar CFLAGS configure:15134: hppa2.0-unknown-linux-gnu-gcc -std=gnu99 -c -Werror -ffunction-sections conftest.c >&5 configure:15134: $? = 0 configure:15143: result: yes configure:15123: checking if hppa2.0-unknown-linux-gnu-gcc -std=gnu99 supports flag -fdata-sections in envvar CFLAGS configure:15134: hppa2.0-unknown-linux-gnu-gcc -std=gnu99 -c -Werror -fdata-sections conftest.c >&5 configure:15134: $? = 0 configure:15143: result: yes configure:15123: checking if hppa2.0-unknown-linux-gnu-gcc -std=gnu99 supports flag -fstack-protector in envvar CFLAGS configure:15134: hppa2.0-unknown-linux-gnu-gcc -std=gnu99 -c -Werror -fstack-protector conftest.c >&5 conftest.c:1:0: error: -fstack-protector not supported for this target [-Werror] cc1: all warnings being treated as errors distcc[18688] ERROR: compile conftest.c on localhost failed configure:15134: $? = 1 configure: failed program was: | /* confdefs.h */ | #define PACKAGE_NAME "systemd" | #define PACKAGE_TARNAME "systemd" | #define PACKAGE_VERSION "206" | #define PACKAGE_STRING "systemd 206" | #define PACKAGE_BUGREPORT "http://bugs.freedesktop.org/enter_bug.cgi?product=systemd" | #define PACKAGE_URL "http://www.freedesktop.org/wiki/Software/systemd" | #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 _FILE_OFFSET_BITS 64 | #define PACKAGE "systemd" | #define VERSION "206" | #define CANONICAL_HOST "hppa2.0-unknown-linux-gnu" | #define HAVE_DLFCN_H 1 | #define LT_OBJDIR ".libs/" | /* end confdefs.h. */ | int a = 0; int main(void) { return a; } configure:15143: result: no configure:15123: checking if hppa2.0-unknown-linux-gnu-gcc -std=gnu99 supports flag --param=ssp-buffer-size=4 in envvar CFLAGS configure:15134: hppa2.0-unknown-linux-gnu-gcc -std=gnu99 -c -Werror --param=ssp-buffer-size=4 conftest.c >&5 configure:15134: $? = 0 configure:15143: result: yes configure:15162: checking if hppa2.0-unknown-linux-gnu-gcc -std=gnu99 supports flag -Wp,-D_FORTIFY_SOURCE=2 in envvar CPPFLAGS configure:15173: hppa2.0-unknown-linux-gnu-gcc -std=gnu99 -c -mschedule=8000 -march=2.0 -ggdb -pipe -Wall -O2 -Wno-comment -Werror -Wp,-D_FORTIFY_SOURCE=2 conftest.c >&5 configure:15173: $? = 0 configure:15182: result: yes configure:15208: checking if hppa2.0-unknown-linux-gnu-gcc -std=gnu99 supports flag -Wl,--as-needed in envvar LDFLAGS configure:15219: hppa2.0-unknown-linux-gnu-gcc -std=gnu99 -c -mschedule=8000 -march=2.0 -ggdb -pipe -Wall -O2 -Wno-comment conftest.c >&5 configure:15219: $? = 0 configure:15228: result: yes configure:15208: checking if hppa2.0-unknown-linux-gnu-gcc -std=gnu99 supports flag -Wl,--no-undefined in envvar LDFLAGS configure:15219: hppa2.0-unknown-linux-gnu-gcc -std=gnu99 -c -mschedule=8000 -march=2.0 -ggdb -pipe -Wall -O2 -Wno-comment conftest.c >&5 configure:15219: $? = 0 configure:15228: result: yes configure:15208: checking if hppa2.0-unknown-linux-gnu-gcc -std=gnu99 supports flag -Wl,--gc-sections in envvar LDFLAGS configure:15219: hppa2.0-unknown-linux-gnu-gcc -std=gnu99 -c -mschedule=8000 -march=2.0 -ggdb -pipe -Wall -O2 -Wno-comment conftest.c >&5 configure:15219: $? = 0 configure:15228: result: yes configure:15208: checking if hppa2.0-unknown-linux-gnu-gcc -std=gnu99 supports flag -Wl,-z,relro in envvar LDFLAGS configure:15219: hppa2.0-unknown-linux-gnu-gcc -std=gnu99 -c -mschedule=8000 -march=2.0 -ggdb -pipe -Wall -O2 -Wno-comment conftest.c >&5 configure:15219: $? = 0 configure:15228: result: yes configure:15208: checking if hppa2.0-unknown-linux-gnu-gcc -std=gnu99 supports flag -Wl,-z,now in envvar LDFLAGS configure:15219: hppa2.0-unknown-linux-gnu-gcc -std=gnu99 -c -mschedule=8000 -march=2.0 -ggdb -pipe -Wall -O2 -Wno-comment conftest.c >&5 configure:15219: $? = 0 configure:15228: result: yes configure:15317: checking for python version configure:15324: result: 2.7 configure:15336: checking for python platform configure:15343: result: linux2 configure:15369: checking for python script directory configure:15404: result: ${prefix}/lib/python2.7/site-packages configure:15413: checking for python extension module directory configure:15448: result: ${exec_prefix}/lib/python2.7/site-packages configure:15487: checking for python2.7-config configure:15517: result: /usr/bin/python-config-2.7 configure:15536: checking for sphinx-build-2.7 configure:15554: found /usr/bin/sphinx-build-2.7 configure:15566: result: /usr/bin/sphinx-build-2.7 configure:15592: checking for library containing mq_open configure:15623: hppa2.0-unknown-linux-gnu-gcc -std=gnu99 -o conftest -mschedule=8000 -march=2.0 -ggdb -pipe -Wall -O2 -Wno-comment -Wl,-O1 -Wl,--hash-style=gnu -Wl,--as-needed conftest.c >&5 /var/tmp/portage/sys-apps/systemd-206-r1/temp/ccgo2Htl.o: In function `main': /var/tmp/portage/sys-apps/systemd-206-r1/work/systemd-206_build/conftest.c:41: undefined reference to `mq_open' collect2: ld returned 1 exit status distcc[18899] ERROR: compile conftest.c on localhost failed configure:15623: $? = 1 configure: failed program was: | /* confdefs.h */ | #define PACKAGE_NAME "systemd" | #define PACKAGE_TARNAME "systemd" | #define PACKAGE_VERSION "206" | #define PACKAGE_STRING "systemd 206" | #define PACKAGE_BUGREPORT "http://bugs.freedesktop.org/enter_bug.cgi?product=systemd" | #define PACKAGE_URL "http://www.freedesktop.org/wiki/Software/systemd" | #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 _FILE_OFFSET_BITS 64 | #define PACKAGE "systemd" | #define VERSION "206" | #define CANONICAL_HOST "hppa2.0-unknown-linux-gnu" | #define HAVE_DLFCN_H 1 | #define LT_OBJDIR ".libs/" | /* 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 mq_open (); | int | main () | { | return mq_open (); | ; | return 0; | } configure:15623: hppa2.0-unknown-linux-gnu-gcc -std=gnu99 -o conftest -mschedule=8000 -march=2.0 -ggdb -pipe -Wall -O2 -Wno-comment -Wl,-O1 -Wl,--hash-style=gnu -Wl,--as-needed conftest.c -lrt >&5 configure:15623: $? = 0 configure:15640: result: -lrt configure:15650: checking for library containing dlsym configure:15681: hppa2.0-unknown-linux-gnu-gcc -std=gnu99 -o conftest -mschedule=8000 -march=2.0 -ggdb -pipe -Wall -O2 -Wno-comment -Wl,-O1 -Wl,--hash-style=gnu -Wl,--as-needed conftest.c -lrt >&5 /var/tmp/portage/sys-apps/systemd-206-r1/temp/ccXaI9Uu.o: In function `main': /var/tmp/portage/sys-apps/systemd-206-r1/work/systemd-206_build/conftest.c:41: undefined reference to `dlsym' collect2: ld returned 1 exit status distcc[18925] ERROR: compile conftest.c on localhost failed configure:15681: $? = 1 configure: failed program was: | /* confdefs.h */ | #define PACKAGE_NAME "systemd" | #define PACKAGE_TARNAME "systemd" | #define PACKAGE_VERSION "206" | #define PACKAGE_STRING "systemd 206" | #define PACKAGE_BUGREPORT "http://bugs.freedesktop.org/enter_bug.cgi?product=systemd" | #define PACKAGE_URL "http://www.freedesktop.org/wiki/Software/systemd" | #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 _FILE_OFFSET_BITS 64 | #define PACKAGE "systemd" | #define VERSION "206" | #define CANONICAL_HOST "hppa2.0-unknown-linux-gnu" | #define HAVE_DLFCN_H 1 | #define LT_OBJDIR ".libs/" | /* 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 dlsym (); | int | main () | { | return dlsym (); | ; | return 0; | } configure:15681: hppa2.0-unknown-linux-gnu-gcc -std=gnu99 -o conftest -mschedule=8000 -march=2.0 -ggdb -pipe -Wall -O2 -Wno-comment -Wl,-O1 -Wl,--hash-style=gnu -Wl,--as-needed conftest.c -ldl -lrt >&5 configure:15681: $? = 0 configure:15698: result: -ldl configure:15711: checking for library containing cap_init configure:15742: hppa2.0-unknown-linux-gnu-gcc -std=gnu99 -o conftest -mschedule=8000 -march=2.0 -ggdb -pipe -Wall -O2 -Wno-comment -Wl,-O1 -Wl,--hash-style=gnu -Wl,--as-needed conftest.c >&5 /var/tmp/portage/sys-apps/systemd-206-r1/temp/cccxH6EA.o: In function `main': /var/tmp/portage/sys-apps/systemd-206-r1/work/systemd-206_build/conftest.c:41: undefined reference to `cap_init' collect2: ld returned 1 exit status distcc[18951] ERROR: compile conftest.c on localhost failed configure:15742: $? = 1 configure: failed program was: | /* confdefs.h */ | #define PACKAGE_NAME "systemd" | #define PACKAGE_TARNAME "systemd" | #define PACKAGE_VERSION "206" | #define PACKAGE_STRING "systemd 206" | #define PACKAGE_BUGREPORT "http://bugs.freedesktop.org/enter_bug.cgi?product=systemd" | #define PACKAGE_URL "http://www.freedesktop.org/wiki/Software/systemd" | #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 _FILE_OFFSET_BITS 64 | #define PACKAGE "systemd" | #define VERSION "206" | #define CANONICAL_HOST "hppa2.0-unknown-linux-gnu" | #define HAVE_DLFCN_H 1 | #define LT_OBJDIR ".libs/" | /* 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 cap_init (); | int | main () | { | return cap_init (); | ; | return 0; | } configure:15742: hppa2.0-unknown-linux-gnu-gcc -std=gnu99 -o conftest -mschedule=8000 -march=2.0 -ggdb -pipe -Wall -O2 -Wno-comment -Wl,-O1 -Wl,--hash-style=gnu -Wl,--as-needed conftest.c -lcap >&5 configure:15742: $? = 0 configure:15759: result: -lcap configure:15771: checking sys/capability.h usability configure:15771: hppa2.0-unknown-linux-gnu-gcc -std=gnu99 -c -mschedule=8000 -march=2.0 -ggdb -pipe -Wall -O2 -Wno-comment conftest.c >&5 configure:15771: $? = 0 configure:15771: result: yes configure:15771: checking sys/capability.h presence configure:15771: hppa2.0-unknown-linux-gnu-gcc -E conftest.c configure:15771: $? = 0 configure:15771: result: yes configure:15771: checking for sys/capability.h configure:15771: result: yes configure:15790: checking for fanotify_init configure:15790: hppa2.0-unknown-linux-gnu-gcc -std=gnu99 -o conftest -mschedule=8000 -march=2.0 -ggdb -pipe -Wall -O2 -Wno-comment -Wl,-O1 -Wl,--hash-style=gnu -Wl,--as-needed conftest.c -ldl -lrt >&5 configure:15790: $? = 0 configure:15790: result: yes configure:15790: checking for fanotify_mark configure:15790: hppa2.0-unknown-linux-gnu-gcc -std=gnu99 -o conftest -mschedule=8000 -march=2.0 -ggdb -pipe -Wall -O2 -Wno-comment -Wl,-O1 -Wl,--hash-style=gnu -Wl,--as-needed conftest.c -ldl -lrt >&5 /var/tmp/portage/sys-apps/systemd-206-r1/temp/ccTBiRRm.o: In function `main': /var/tmp/portage/sys-apps/systemd-206-r1/work/systemd-206_build/conftest.c:66: undefined reference to `fanotify_mark' collect2: ld returned 1 exit status distcc[19019] ERROR: compile conftest.c on localhost failed configure:15790: $? = 1 configure: failed program was: | /* confdefs.h */ | #define PACKAGE_NAME "systemd" | #define PACKAGE_TARNAME "systemd" | #define PACKAGE_VERSION "206" | #define PACKAGE_STRING "systemd 206" | #define PACKAGE_BUGREPORT "http://bugs.freedesktop.org/enter_bug.cgi?product=systemd" | #define PACKAGE_URL "http://www.freedesktop.org/wiki/Software/systemd" | #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 _FILE_OFFSET_BITS 64 | #define PACKAGE "systemd" | #define VERSION "206" | #define CANONICAL_HOST "hppa2.0-unknown-linux-gnu" | #define HAVE_DLFCN_H 1 | #define LT_OBJDIR ".libs/" | #define HAVE_SYS_CAPABILITY_H 1 | #define HAVE_FANOTIFY_INIT 1 | /* end confdefs.h. */ | /* Define fanotify_mark to an innocuous variant, in case declares fanotify_mark. | For example, HP-UX 11i declares gettimeofday. */ | #define fanotify_mark innocuous_fanotify_mark | | /* System header to define __stub macros and hopefully few prototypes, | which can conflict with char fanotify_mark (); below. | Prefer to if __STDC__ is defined, since | exists even on freestanding compilers. */ | | #ifdef __STDC__ | # include | #else | # include | #endif | | #undef fanotify_mark | | /* 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 fanotify_mark (); | /* 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_fanotify_mark || defined __stub___fanotify_mark | choke me | #endif | | int | main () | { | return fanotify_mark (); | ; | return 0; | } configure:15790: result: no configure:15802: checking for __secure_getenv configure:15802: hppa2.0-unknown-linux-gnu-gcc -std=gnu99 -o conftest -mschedule=8000 -march=2.0 -ggdb -pipe -Wall -O2 -Wno-comment -Wl,-O1 -Wl,--hash-style=gnu -Wl,--as-needed conftest.c -ldl -lrt >&5 /var/tmp/portage/sys-apps/systemd-206-r1/temp/ccRTSB4b.o: In function `main': /var/tmp/portage/sys-apps/systemd-206-r1/work/systemd-206_build/conftest.c:66: undefined reference to `__secure_getenv' collect2: ld returned 1 exit status distcc[19049] ERROR: compile conftest.c on localhost failed configure:15802: $? = 1 configure: failed program was: | /* confdefs.h */ | #define PACKAGE_NAME "systemd" | #define PACKAGE_TARNAME "systemd" | #define PACKAGE_VERSION "206" | #define PACKAGE_STRING "systemd 206" | #define PACKAGE_BUGREPORT "http://bugs.freedesktop.org/enter_bug.cgi?product=systemd" | #define PACKAGE_URL "http://www.freedesktop.org/wiki/Software/systemd" | #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 _FILE_OFFSET_BITS 64 | #define PACKAGE "systemd" | #define VERSION "206" | #define CANONICAL_HOST "hppa2.0-unknown-linux-gnu" | #define HAVE_DLFCN_H 1 | #define LT_OBJDIR ".libs/" | #define HAVE_SYS_CAPABILITY_H 1 | #define HAVE_FANOTIFY_INIT 1 | /* end confdefs.h. */ | /* Define __secure_getenv to an innocuous variant, in case declares __secure_getenv. | For example, HP-UX 11i declares gettimeofday. */ | #define __secure_getenv innocuous___secure_getenv | | /* System header to define __stub macros and hopefully few prototypes, | which can conflict with char __secure_getenv (); below. | Prefer to if __STDC__ is defined, since | exists even on freestanding compilers. */ | | #ifdef __STDC__ | # include | #else | # include | #endif | | #undef __secure_getenv | | /* 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 __secure_getenv (); | /* 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___secure_getenv || defined __stub_____secure_getenv | choke me | #endif | | int | main () | { | return __secure_getenv (); | ; | return 0; | } configure:15802: result: no configure:15802: checking for secure_getenv configure:15802: hppa2.0-unknown-linux-gnu-gcc -std=gnu99 -o conftest -mschedule=8000 -march=2.0 -ggdb -pipe -Wall -O2 -Wno-comment -Wl,-O1 -Wl,--hash-style=gnu -Wl,--as-needed conftest.c -ldl -lrt >&5 configure:15802: $? = 0 configure:15802: result: yes configure:15811: checking whether gettid is declared configure:15811: hppa2.0-unknown-linux-gnu-gcc -std=gnu99 -c -mschedule=8000 -march=2.0 -ggdb -pipe -Wall -O2 -Wno-comment conftest.c >&5 conftest.c: In function 'main': conftest.c:45:10: error: 'gettid' undeclared (first use in this function) conftest.c:45:10: note: each undeclared identifier is reported only once for each function it appears in distcc[19117] ERROR: compile conftest.c on localhost failed configure:15811: $? = 1 configure: failed program was: | /* confdefs.h */ | #define PACKAGE_NAME "systemd" | #define PACKAGE_TARNAME "systemd" | #define PACKAGE_VERSION "206" | #define PACKAGE_STRING "systemd 206" | #define PACKAGE_BUGREPORT "http://bugs.freedesktop.org/enter_bug.cgi?product=systemd" | #define PACKAGE_URL "http://www.freedesktop.org/wiki/Software/systemd" | #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 _FILE_OFFSET_BITS 64 | #define PACKAGE "systemd" | #define VERSION "206" | #define CANONICAL_HOST "hppa2.0-unknown-linux-gnu" | #define HAVE_DLFCN_H 1 | #define LT_OBJDIR ".libs/" | #define HAVE_SYS_CAPABILITY_H 1 | #define HAVE_FANOTIFY_INIT 1 | #define HAVE_SECURE_GETENV 1 | /* end confdefs.h. */ | #include | #include | #include | #include | | int | main () | { | #ifndef gettid | #ifdef __cplusplus | (void) gettid; | #else | (void) gettid; | #endif | #endif | | ; | return 0; | } configure:15811: result: no configure:15825: checking whether pivot_root is declared configure:15825: hppa2.0-unknown-linux-gnu-gcc -std=gnu99 -c -mschedule=8000 -march=2.0 -ggdb -pipe -Wall -O2 -Wno-comment conftest.c >&5 conftest.c: In function 'main': conftest.c:46:10: error: 'pivot_root' undeclared (first use in this function) conftest.c:46:10: note: each undeclared identifier is reported only once for each function it appears in distcc[19146] ERROR: compile conftest.c on localhost failed configure:15825: $? = 1 configure: failed program was: | /* confdefs.h */ | #define PACKAGE_NAME "systemd" | #define PACKAGE_TARNAME "systemd" | #define PACKAGE_VERSION "206" | #define PACKAGE_STRING "systemd 206" | #define PACKAGE_BUGREPORT "http://bugs.freedesktop.org/enter_bug.cgi?product=systemd" | #define PACKAGE_URL "http://www.freedesktop.org/wiki/Software/systemd" | #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 _FILE_OFFSET_BITS 64 | #define PACKAGE "systemd" | #define VERSION "206" | #define CANONICAL_HOST "hppa2.0-unknown-linux-gnu" | #define HAVE_DLFCN_H 1 | #define LT_OBJDIR ".libs/" | #define HAVE_SYS_CAPABILITY_H 1 | #define HAVE_FANOTIFY_INIT 1 | #define HAVE_SECURE_GETENV 1 | #define HAVE_DECL_GETTID 0 | /* end confdefs.h. */ | #include | #include | #include | #include | | int | main () | { | #ifndef pivot_root | #ifdef __cplusplus | (void) pivot_root; | #else | (void) pivot_root; | #endif | #endif | | ; | return 0; | } configure:15825: result: no configure:15839: checking whether name_to_handle_at is declared configure:15839: hppa2.0-unknown-linux-gnu-gcc -std=gnu99 -c -mschedule=8000 -march=2.0 -ggdb -pipe -Wall -O2 -Wno-comment conftest.c >&5 configure:15839: $? = 0 configure:15839: result: yes configure:15860: checking for DBUS configure:15867: $PKG_CONFIG --exists --print-errors "dbus-1 >= 1.3.2" configure:15870: $? = 0 configure:15884: $PKG_CONFIG --exists --print-errors "dbus-1 >= 1.3.2" configure:15887: $? = 0 configure:15945: result: yes configure:16062: $PKG_CONFIG --exists --print-errors " libkmod " configure:16065: $? = 0 configure:16074: checking for KMOD configure:16081: $PKG_CONFIG --exists --print-errors " libkmod >= 14 " configure:16084: $? = 0 configure:16098: $PKG_CONFIG --exists --print-errors " libkmod >= 14 " configure:16101: $? = 0 configure:16139: result: yes configure:16169: checking for BLKID configure:16176: $PKG_CONFIG --exists --print-errors " blkid >= 2.20 " configure:16179: $? = 0 configure:16193: $PKG_CONFIG --exists --print-errors " blkid >= 2.20 " configure:16196: $? = 0 configure:16234: result: yes configure:16468: checking for XZ configure:16475: $PKG_CONFIG --exists --print-errors " liblzma " configure:16478: $? = 0 configure:16492: $PKG_CONFIG --exists --print-errors " liblzma " configure:16495: $? = 0 configure:16533: result: yes configure:16570: checking for tcpwrap library and headers configure:16587: hppa2.0-unknown-linux-gnu-gcc -std=gnu99 -o conftest -mschedule=8000 -march=2.0 -ggdb -pipe -Wall -O2 -Wno-comment -Wl,-O1 -Wl,--hash-style=gnu -Wl,--as-needed conftest.c -ldl -lrt -lwrap >&5 conftest.c: In function 'main': conftest.c:48:1: warning: 'req' is used uninitialized in this function [-Wuninitialized] configure:16587: $? = 0 configure:16592: result: yes configure:16632: checking security/pam_modules.h usability configure:16632: hppa2.0-unknown-linux-gnu-gcc -std=gnu99 -c -mschedule=8000 -march=2.0 -ggdb -pipe -Wall -O2 -Wno-comment conftest.c >&5 configure:16632: $? = 0 configure:16632: result: yes configure:16632: checking security/pam_modules.h presence configure:16632: hppa2.0-unknown-linux-gnu-gcc -E conftest.c configure:16632: $? = 0 configure:16632: result: yes configure:16632: checking for security/pam_modules.h configure:16632: result: yes configure:16632: checking security/pam_modutil.h usability configure:16632: hppa2.0-unknown-linux-gnu-gcc -std=gnu99 -c -mschedule=8000 -march=2.0 -ggdb -pipe -Wall -O2 -Wno-comment conftest.c >&5 configure:16632: $? = 0 configure:16632: result: yes configure:16632: checking security/pam_modutil.h presence configure:16632: hppa2.0-unknown-linux-gnu-gcc -E conftest.c configure:16632: $? = 0 configure:16632: result: yes configure:16632: checking for security/pam_modutil.h configure:16632: result: yes configure:16632: checking security/pam_ext.h usability configure:16632: hppa2.0-unknown-linux-gnu-gcc -std=gnu99 -c -mschedule=8000 -march=2.0 -ggdb -pipe -Wall -O2 -Wno-comment conftest.c >&5 configure:16632: $? = 0 configure:16632: result: yes configure:16632: checking security/pam_ext.h presence configure:16632: hppa2.0-unknown-linux-gnu-gcc -E conftest.c configure:16632: $? = 0 configure:16632: result: yes configure:16632: checking for security/pam_ext.h configure:16632: result: yes configure:16647: checking for pam_syslog in -lpam configure:16672: hppa2.0-unknown-linux-gnu-gcc -std=gnu99 -o conftest -mschedule=8000 -march=2.0 -ggdb -pipe -Wall -O2 -Wno-comment -Wl,-O1 -Wl,--hash-style=gnu -Wl,--as-needed conftest.c -lpam -ldl -lrt >&5 configure:16672: $? = 0 configure:16681: result: yes configure:16730: checking sys/acl.h usability configure:16730: hppa2.0-unknown-linux-gnu-gcc -std=gnu99 -c -mschedule=8000 -march=2.0 -ggdb -pipe -Wall -O2 -Wno-comment conftest.c >&5 configure:16730: $? = 0 configure:16730: result: yes configure:16730: checking sys/acl.h presence configure:16730: hppa2.0-unknown-linux-gnu-gcc -E conftest.c configure:16730: $? = 0 configure:16730: result: yes configure:16730: checking for sys/acl.h configure:16730: result: yes configure:16730: checking acl/libacl.h usability configure:16730: hppa2.0-unknown-linux-gnu-gcc -std=gnu99 -c -mschedule=8000 -march=2.0 -ggdb -pipe -Wall -O2 -Wno-comment conftest.c >&5 configure:16730: $? = 0 configure:16730: result: yes configure:16730: checking acl/libacl.h presence configure:16730: hppa2.0-unknown-linux-gnu-gcc -E conftest.c configure:16730: $? = 0 configure:16730: result: yes configure:16730: checking for acl/libacl.h configure:16730: result: yes configure:16745: checking for acl_get_file in -lacl configure:16770: hppa2.0-unknown-linux-gnu-gcc -std=gnu99 -o conftest -mschedule=8000 -march=2.0 -ggdb -pipe -Wall -O2 -Wno-comment -Wl,-O1 -Wl,--hash-style=gnu -Wl,--as-needed conftest.c -lacl -ldl -lrt >&5 configure:16770: $? = 0 configure:16779: result: yes configure:16827: checking attr/xattr.h usability configure:16827: hppa2.0-unknown-linux-gnu-gcc -std=gnu99 -c -mschedule=8000 -march=2.0 -ggdb -pipe -Wall -O2 -Wno-comment conftest.c >&5 configure:16827: $? = 0 configure:16827: result: yes configure:16827: checking attr/xattr.h presence configure:16827: hppa2.0-unknown-linux-gnu-gcc -E conftest.c configure:16827: $? = 0 configure:16827: result: yes configure:16827: checking for attr/xattr.h configure:16827: result: yes configure:16842: checking for fsetxattr in -lattr configure:16867: hppa2.0-unknown-linux-gnu-gcc -std=gnu99 -o conftest -mschedule=8000 -march=2.0 -ggdb -pipe -Wall -O2 -Wno-comment -Wl,-O1 -Wl,--hash-style=gnu -Wl,--as-needed conftest.c -lattr -ldl -lrt >&5 configure:16867: $? = 0 configure:16876: result: yes configure:17956: checking for valgrind/memcheck.h configure:17956: hppa2.0-unknown-linux-gnu-gcc -std=gnu99 -c -mschedule=8000 -march=2.0 -ggdb -pipe -Wall -O2 -Wno-comment conftest.c >&5 conftest.c:93:31: fatal error: valgrind/memcheck.h: No such file or directory compilation terminated. distcc[19388] ERROR: compile conftest.c on localhost failed configure:17956: $? = 1 configure: failed program was: | /* confdefs.h */ | #define PACKAGE_NAME "systemd" | #define PACKAGE_TARNAME "systemd" | #define PACKAGE_VERSION "206" | #define PACKAGE_STRING "systemd 206" | #define PACKAGE_BUGREPORT "http://bugs.freedesktop.org/enter_bug.cgi?product=systemd" | #define PACKAGE_URL "http://www.freedesktop.org/wiki/Software/systemd" | #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 _FILE_OFFSET_BITS 64 | #define PACKAGE "systemd" | #define VERSION "206" | #define CANONICAL_HOST "hppa2.0-unknown-linux-gnu" | #define HAVE_DLFCN_H 1 | #define LT_OBJDIR ".libs/" | #define HAVE_SYS_CAPABILITY_H 1 | #define HAVE_FANOTIFY_INIT 1 | #define HAVE_SECURE_GETENV 1 | #define HAVE_DECL_GETTID 0 | #define HAVE_DECL_PIVOT_ROOT 0 | #define HAVE_DECL_NAME_TO_HANDLE_AT 1 | #define HAVE_KMOD 1 | #define HAVE_BLKID 1 | #define HAVE_IMA 1 | #define HAVE_XZ 1 | #define HAVE_LIBWRAP /**/ | #define HAVE_SECURITY_PAM_MODULES_H 1 | #define HAVE_SECURITY_PAM_MODUTIL_H 1 | #define HAVE_SECURITY_PAM_EXT_H 1 | #define HAVE_PAM 1 | #define HAVE_SYS_ACL_H 1 | #define HAVE_ACL_LIBACL_H 1 | #define HAVE_ACL 1 | #define HAVE_ATTR_XATTR_H 1 | #define HAVE_XATTR 1 | #define HAVE_SMACK 1 | #define HAVE_LOGIND 1 | #define HAVE_MACHINED 1 | #define ENABLE_EFI 1 | #define RC_LOCAL_SCRIPT_PATH_START "/etc/rc.local" | #define RC_LOCAL_SCRIPT_PATH_STOP "/usr/sbin/halt.local" | #define KBD_LOADKEYS "/usr/bin/loadkeys" | #define KBD_SETFONT "/usr/bin/setfont" | #define TELINIT "/lib/upstart/telinit" | /* 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:17956: result: no configure:17979: checking for ANSI C header files configure:18083: result: yes configure:18094: checking arpa/inet.h usability configure:18094: hppa2.0-unknown-linux-gnu-gcc -std=gnu99 -c -mschedule=8000 -march=2.0 -ggdb -pipe -Wall -O2 -Wno-comment conftest.c >&5 configure:18094: $? = 0 configure:18094: result: yes configure:18094: checking arpa/inet.h presence configure:18094: hppa2.0-unknown-linux-gnu-gcc -E conftest.c configure:18094: $? = 0 configure:18094: result: yes configure:18094: checking for arpa/inet.h configure:18094: result: yes configure:18094: checking fcntl.h usability configure:18094: hppa2.0-unknown-linux-gnu-gcc -std=gnu99 -c -mschedule=8000 -march=2.0 -ggdb -pipe -Wall -O2 -Wno-comment conftest.c >&5 configure:18094: $? = 0 configure:18094: result: yes configure:18094: checking fcntl.h presence configure:18094: hppa2.0-unknown-linux-gnu-gcc -E conftest.c configure:18094: $? = 0 configure:18094: result: yes configure:18094: checking for fcntl.h configure:18094: result: yes configure:18094: checking for inttypes.h configure:18094: result: yes configure:18094: checking netdb.h usability configure:18094: hppa2.0-unknown-linux-gnu-gcc -std=gnu99 -c -mschedule=8000 -march=2.0 -ggdb -pipe -Wall -O2 -Wno-comment conftest.c >&5 configure:18094: $? = 0 configure:18094: result: yes configure:18094: checking netdb.h presence configure:18094: hppa2.0-unknown-linux-gnu-gcc -E conftest.c configure:18094: $? = 0 configure:18094: result: yes configure:18094: checking for netdb.h configure:18094: result: yes configure:18094: checking netinet/in.h usability configure:18094: hppa2.0-unknown-linux-gnu-gcc -std=gnu99 -c -mschedule=8000 -march=2.0 -ggdb -pipe -Wall -O2 -Wno-comment conftest.c >&5 configure:18094: $? = 0 configure:18094: result: yes configure:18094: checking netinet/in.h presence configure:18094: hppa2.0-unknown-linux-gnu-gcc -E conftest.c configure:18094: $? = 0 configure:18094: result: yes configure:18094: checking for netinet/in.h configure:18094: result: yes configure:18094: checking for stdlib.h configure:18094: result: yes configure:18094: checking for string.h configure:18094: result: yes configure:18094: checking sys/socket.h usability configure:18094: hppa2.0-unknown-linux-gnu-gcc -std=gnu99 -c -mschedule=8000 -march=2.0 -ggdb -pipe -Wall -O2 -Wno-comment conftest.c >&5 configure:18094: $? = 0 configure:18094: result: yes configure:18094: checking sys/socket.h presence configure:18094: hppa2.0-unknown-linux-gnu-gcc -E conftest.c configure:18094: $? = 0 configure:18094: result: yes configure:18094: checking for sys/socket.h configure:18094: result: yes configure:18094: checking sys/time.h usability configure:18094: hppa2.0-unknown-linux-gnu-gcc -std=gnu99 -c -mschedule=8000 -march=2.0 -ggdb -pipe -Wall -O2 -Wno-comment conftest.c >&5 configure:18094: $? = 0 configure:18094: result: yes configure:18094: checking sys/time.h presence configure:18094: hppa2.0-unknown-linux-gnu-gcc -E conftest.c configure:18094: $? = 0 configure:18094: result: yes configure:18094: checking for sys/time.h configure:18094: result: yes configure:18094: checking for unistd.h configure:18094: result: yes configure:18094: checking nss.h usability configure:18094: hppa2.0-unknown-linux-gnu-gcc -std=gnu99 -c -mschedule=8000 -march=2.0 -ggdb -pipe -Wall -O2 -Wno-comment conftest.c >&5 configure:18094: $? = 0 configure:18094: result: yes configure:18094: checking nss.h presence configure:18094: hppa2.0-unknown-linux-gnu-gcc -E conftest.c configure:18094: $? = 0 configure:18094: result: yes configure:18094: checking for nss.h configure:18094: result: yes configure:18094: checking sys/ioctl.h usability configure:18094: hppa2.0-unknown-linux-gnu-gcc -std=gnu99 -c -mschedule=8000 -march=2.0 -ggdb -pipe -Wall -O2 -Wno-comment conftest.c >&5 configure:18094: $? = 0 configure:18094: result: yes configure:18094: checking sys/ioctl.h presence configure:18094: hppa2.0-unknown-linux-gnu-gcc -E conftest.c configure:18094: $? = 0 configure:18094: result: yes configure:18094: checking for sys/ioctl.h configure:18094: result: yes configure:18105: checking for an ANSI C-conforming const configure:18171: hppa2.0-unknown-linux-gnu-gcc -std=gnu99 -c -mschedule=8000 -march=2.0 -ggdb -pipe -Wall -O2 -Wno-comment conftest.c >&5 configure:18171: $? = 0 configure:18178: result: yes configure:18186: checking for size_t configure:18186: hppa2.0-unknown-linux-gnu-gcc -std=gnu99 -c -mschedule=8000 -march=2.0 -ggdb -pipe -Wall -O2 -Wno-comment conftest.c >&5 configure:18186: $? = 0 configure:18186: hppa2.0-unknown-linux-gnu-gcc -std=gnu99 -c -mschedule=8000 -march=2.0 -ggdb -pipe -Wall -O2 -Wno-comment conftest.c >&5 conftest.c: In function 'main': conftest.c:108:21: error: expected expression before ')' token distcc[19635] ERROR: compile conftest.c on localhost failed configure:18186: $? = 1 configure: failed program was: | /* confdefs.h */ | #define PACKAGE_NAME "systemd" | #define PACKAGE_TARNAME "systemd" | #define PACKAGE_VERSION "206" | #define PACKAGE_STRING "systemd 206" | #define PACKAGE_BUGREPORT "http://bugs.freedesktop.org/enter_bug.cgi?product=systemd" | #define PACKAGE_URL "http://www.freedesktop.org/wiki/Software/systemd" | #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 _FILE_OFFSET_BITS 64 | #define PACKAGE "systemd" | #define VERSION "206" | #define CANONICAL_HOST "hppa2.0-unknown-linux-gnu" | #define HAVE_DLFCN_H 1 | #define LT_OBJDIR ".libs/" | #define HAVE_SYS_CAPABILITY_H 1 | #define HAVE_FANOTIFY_INIT 1 | #define HAVE_SECURE_GETENV 1 | #define HAVE_DECL_GETTID 0 | #define HAVE_DECL_PIVOT_ROOT 0 | #define HAVE_DECL_NAME_TO_HANDLE_AT 1 | #define HAVE_KMOD 1 | #define HAVE_BLKID 1 | #define HAVE_IMA 1 | #define HAVE_XZ 1 | #define HAVE_LIBWRAP /**/ | #define HAVE_SECURITY_PAM_MODULES_H 1 | #define HAVE_SECURITY_PAM_MODUTIL_H 1 | #define HAVE_SECURITY_PAM_EXT_H 1 | #define HAVE_PAM 1 | #define HAVE_SYS_ACL_H 1 | #define HAVE_ACL_LIBACL_H 1 | #define HAVE_ACL 1 | #define HAVE_ATTR_XATTR_H 1 | #define HAVE_XATTR 1 | #define HAVE_SMACK 1 | #define HAVE_LOGIND 1 | #define HAVE_MACHINED 1 | #define ENABLE_EFI 1 | #define RC_LOCAL_SCRIPT_PATH_START "/etc/rc.local" | #define RC_LOCAL_SCRIPT_PATH_STOP "/usr/sbin/halt.local" | #define KBD_LOADKEYS "/usr/bin/loadkeys" | #define KBD_SETFONT "/usr/bin/setfont" | #define TELINIT "/lib/upstart/telinit" | #define STDC_HEADERS 1 | #define HAVE_ARPA_INET_H 1 | #define HAVE_FCNTL_H 1 | #define HAVE_INTTYPES_H 1 | #define HAVE_NETDB_H 1 | #define HAVE_NETINET_IN_H 1 | #define HAVE_STDLIB_H 1 | #define HAVE_STRING_H 1 | #define HAVE_SYS_SOCKET_H 1 | #define HAVE_SYS_TIME_H 1 | #define HAVE_UNISTD_H 1 | #define HAVE_NSS_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 | int | main () | { | if (sizeof ((size_t))) | return 0; | ; | return 0; | } configure:18186: result: yes configure:18197: checking whether time.h and sys/time.h may both be included configure:18217: hppa2.0-unknown-linux-gnu-gcc -std=gnu99 -c -mschedule=8000 -march=2.0 -ggdb -pipe -Wall -O2 -Wno-comment conftest.c >&5 configure:18217: $? = 0 configure:18224: result: yes configure:18235: checking for stdlib.h configure:18235: result: yes configure:18245: checking for GNU libc compatible malloc configure:18269: hppa2.0-unknown-linux-gnu-gcc -std=gnu99 -o conftest -mschedule=8000 -march=2.0 -ggdb -pipe -Wall -O2 -Wno-comment -Wl,-O1 -Wl,--hash-style=gnu -Wl,--as-needed conftest.c -ldl -lrt >&5 configure:18269: $? = 0 configure:18269: ./conftest configure:18269: $? = 0 configure:18279: result: yes configure:18303: checking sys/select.h usability configure:18303: hppa2.0-unknown-linux-gnu-gcc -std=gnu99 -c -mschedule=8000 -march=2.0 -ggdb -pipe -Wall -O2 -Wno-comment conftest.c >&5 configure:18303: $? = 0 configure:18303: result: yes configure:18303: checking sys/select.h presence configure:18303: hppa2.0-unknown-linux-gnu-gcc -E conftest.c configure:18303: $? = 0 configure:18303: result: yes configure:18303: checking for sys/select.h configure:18303: result: yes configure:18303: checking for sys/socket.h configure:18303: result: yes configure:18313: checking types of arguments for select configure:18341: hppa2.0-unknown-linux-gnu-gcc -std=gnu99 -c -mschedule=8000 -march=2.0 -ggdb -pipe -Wall -O2 -Wno-comment conftest.c >&5 configure:18341: $? = 0 configure:18352: result: int,fd_set *,struct timeval * configure:18378: checking for gethostbyaddr configure:18378: hppa2.0-unknown-linux-gnu-gcc -std=gnu99 -o conftest -mschedule=8000 -march=2.0 -ggdb -pipe -Wall -O2 -Wno-comment -Wl,-O1 -Wl,--hash-style=gnu -Wl,--as-needed conftest.c -ldl -lrt >&5 configure:18378: $? = 0 configure:18378: result: yes configure:18378: checking for gethostbyname configure:18378: hppa2.0-unknown-linux-gnu-gcc -std=gnu99 -o conftest -mschedule=8000 -march=2.0 -ggdb -pipe -Wall -O2 -Wno-comment -Wl,-O1 -Wl,--hash-style=gnu -Wl,--as-needed conftest.c -ldl -lrt >&5 configure:18378: $? = 0 configure:18378: result: yes configure:18378: checking for gettimeofday configure:18378: hppa2.0-unknown-linux-gnu-gcc -std=gnu99 -o conftest -mschedule=8000 -march=2.0 -ggdb -pipe -Wall -O2 -Wno-comment -Wl,-O1 -Wl,--hash-style=gnu -Wl,--as-needed conftest.c -ldl -lrt >&5 configure:18378: $? = 0 configure:18378: result: yes configure:18378: checking for inet_ntoa configure:18378: hppa2.0-unknown-linux-gnu-gcc -std=gnu99 -o conftest -mschedule=8000 -march=2.0 -ggdb -pipe -Wall -O2 -Wno-comment -Wl,-O1 -Wl,--hash-style=gnu -Wl,--as-needed conftest.c -ldl -lrt >&5 configure:18378: $? = 0 configure:18378: result: yes configure:18378: checking for memset configure:18378: hppa2.0-unknown-linux-gnu-gcc -std=gnu99 -o conftest -mschedule=8000 -march=2.0 -ggdb -pipe -Wall -O2 -Wno-comment -Wl,-O1 -Wl,--hash-style=gnu -Wl,--as-needed conftest.c -ldl -lrt >&5 conftest.c:107:6: warning: conflicting types for built-in function 'memset' [enabled by default] configure:18378: $? = 0 configure:18378: result: yes configure:18378: checking for select configure:18378: hppa2.0-unknown-linux-gnu-gcc -std=gnu99 -o conftest -mschedule=8000 -march=2.0 -ggdb -pipe -Wall -O2 -Wno-comment -Wl,-O1 -Wl,--hash-style=gnu -Wl,--as-needed conftest.c -ldl -lrt >&5 configure:18378: $? = 0 configure:18378: result: yes configure:18378: checking for socket configure:18378: hppa2.0-unknown-linux-gnu-gcc -std=gnu99 -o conftest -mschedule=8000 -march=2.0 -ggdb -pipe -Wall -O2 -Wno-comment -Wl,-O1 -Wl,--hash-style=gnu -Wl,--as-needed conftest.c -ldl -lrt >&5 configure:18378: $? = 0 configure:18378: result: yes configure:18378: checking for strcspn configure:18378: hppa2.0-unknown-linux-gnu-gcc -std=gnu99 -o conftest -mschedule=8000 -march=2.0 -ggdb -pipe -Wall -O2 -Wno-comment -Wl,-O1 -Wl,--hash-style=gnu -Wl,--as-needed conftest.c -ldl -lrt >&5 conftest.c:110:6: warning: conflicting types for built-in function 'strcspn' [enabled by default] configure:18378: $? = 0 configure:18378: result: yes configure:18378: checking for strdup configure:18378: hppa2.0-unknown-linux-gnu-gcc -std=gnu99 -o conftest -mschedule=8000 -march=2.0 -ggdb -pipe -Wall -O2 -Wno-comment -Wl,-O1 -Wl,--hash-style=gnu -Wl,--as-needed conftest.c -ldl -lrt >&5 conftest.c:111:6: warning: conflicting types for built-in function 'strdup' [enabled by default] configure:18378: $? = 0 configure:18378: result: yes configure:18378: checking for strerror configure:18378: hppa2.0-unknown-linux-gnu-gcc -std=gnu99 -o conftest -mschedule=8000 -march=2.0 -ggdb -pipe -Wall -O2 -Wno-comment -Wl,-O1 -Wl,--hash-style=gnu -Wl,--as-needed conftest.c -ldl -lrt >&5 configure:18378: $? = 0 configure:18378: result: yes configure:18378: checking for strncasecmp configure:18378: hppa2.0-unknown-linux-gnu-gcc -std=gnu99 -o conftest -mschedule=8000 -march=2.0 -ggdb -pipe -Wall -O2 -Wno-comment -Wl,-O1 -Wl,--hash-style=gnu -Wl,--as-needed conftest.c -ldl -lrt >&5 conftest.c:113:6: warning: conflicting types for built-in function 'strncasecmp' [enabled by default] configure:18378: $? = 0 configure:18378: result: yes configure:18378: checking for strcasecmp configure:18378: hppa2.0-unknown-linux-gnu-gcc -std=gnu99 -o conftest -mschedule=8000 -march=2.0 -ggdb -pipe -Wall -O2 -Wno-comment -Wl,-O1 -Wl,--hash-style=gnu -Wl,--as-needed conftest.c -ldl -lrt >&5 conftest.c:114:6: warning: conflicting types for built-in function 'strcasecmp' [enabled by default] configure:18378: $? = 0 configure:18378: result: yes configure:18378: checking for strspn configure:18378: hppa2.0-unknown-linux-gnu-gcc -std=gnu99 -o conftest -mschedule=8000 -march=2.0 -ggdb -pipe -Wall -O2 -Wno-comment -Wl,-O1 -Wl,--hash-style=gnu -Wl,--as-needed conftest.c -ldl -lrt >&5 conftest.c:115:6: warning: conflicting types for built-in function 'strspn' [enabled by default] configure:18378: $? = 0 configure:18378: result: yes configure:18444: checking for GLIB configure:18451: $PKG_CONFIG --exists --print-errors "glib-2.0 >= 2.22.0 gobject-2.0 >= 2.22.0 gio-2.0" configure:18454: $? = 0 configure:18468: $PKG_CONFIG --exists --print-errors "glib-2.0 >= 2.22.0 gobject-2.0 >= 2.22.0 gio-2.0" configure:18471: $? = 0 configure:18529: result: yes configure:18898: checking that generated files are newer than configure configure:18904: result: done configure:19099: creating ./config.status ## ---------------------- ## ## Running config.status. ## ## ---------------------- ## This file was extended by systemd config.status 206, which was generated by GNU Autoconf 2.69. Invocation command line was CONFIG_FILES = CONFIG_HEADERS = CONFIG_LINKS = CONFIG_COMMANDS = $ ./config.status on karsten config.status:1400: creating Makefile config.status:1400: creating po/Makefile.in config.status:1400: creating docs/libudev/Makefile config.status:1400: creating docs/libudev/version.xml config.status:1400: creating docs/gudev/Makefile config.status:1400: creating docs/gudev/version.xml config.status:1400: creating config.h config.status:1614: executing depfiles commands config.status:1614: executing libtool commands config.status:1614: executing po/stamp-it commands configure:21423: result: systemd 206 libcryptsetup: no tcpwrap: yes PAM: yes AUDIT: no IMA: yes SELinux: no SMACK: yes XZ: yes ACL: yes XATTR: yes GCRYPT: no QRENCODE: no MICROHTTPD: no CHKCONFIG: no binfmt: yes vconsole: yes readahead: yes bootchart: yes quotacheck: yes tmpfiles: yes randomseed: yes logind: yes machined: yes hostnamed: yes timedated: yes localed: yes coredump: yes polkit: no efi: yes kmod: yes blkid: yes nss-myhostname: yes gudev: yes gintrospection: no Python: yes Python Headers: yes man pages: yes gtk-doc: no test coverage: no Split /usr: yes SysV compatibility: no prefix: /usr rootprefix: /usr sysconf dir: /etc datarootdir: ${prefix}/share includedir: ${prefix}/include include_prefix: lib dir: ${exec_prefix}/lib rootlib dir: ${exec_prefix}/lib SysV init scripts: SysV rc?.d directories: Build Python: /usr/bin/python2.7 Installation Python: /usr/bin/python2.7 firmware path: \"/lib/firmware/updates/\", \"/lib/firmware/\" PAM modules dir: /lib/security D-Bus policy dir: /etc/dbus-1/system.d D-Bus session dir: /usr/share/dbus-1/services D-Bus system dir: /usr/share/dbus-1/system-services D-Bus interfaces dir: /usr/share/dbus-1/interfaces Bash completions dir: /usr/share/bash-completion/completions Extra start script: /etc/rc.local Extra stop script: /usr/sbin/halt.local Debug shell: /bin/sh @ /dev/tty9 CFLAGS: -pipe -Wall -Wextra -Wno-inline -Wundef -Wformat=2 -Wformat-security -Wformat-nonliteral -Wlogical-op -Wsign-compare -Wmissing-include-dirs -Wold-style-definition -Wpointer-arith -Winit-self -Wdeclaration-after-statement -Wfloat-equal -Wmissing-prototypes -Wstrict-prototypes -Wredundant-decls -Wmissing-declarations -Wmissing-noreturn -Wshadow -Wendif-labels -Wcast-align -Wstrict-aliasing=2 -Wwrite-strings -Wno-long-long -Wno-overlength-strings -Wno-unused-parameter -Wno-missing-field-initializers -Wno-unused-result -Werror=overflow -ffast-math -fno-common -fdiagnostics-show-option -fno-strict-aliasing -fvisibility=hidden -ffunction-sections -fdata-sections --param=ssp-buffer-size=4 -mschedule=8000 -march=2.0 -ggdb -pipe -Wall -O2 -Wno-comment CPPFLAGS: -Wp,-D_FORTIFY_SOURCE=2 LDFLAGS: -Wl,--as-needed -Wl,--no-undefined -Wl,--gc-sections -Wl,-z,relro -Wl,-z,now -Wl,-O1 -Wl,--hash-style=gnu -Wl,--as-needed PYTHON_CFLAGS: -I/usr/include/python2.7 -I/usr/include/python2.7 -fno-strict-aliasing -mschedule=8000 -march=2.0 -ggdb -pipe -Wall -O2 -Wno-comment -fwrapv -DNDEBUG PYTHON_LIBS: -lpthread -ldl -lutil -lm -lpython2.7 -Xlinker -export-dynamic ## ---------------- ## ## Cache variables. ## ## ---------------- ## ac_cv_build=hppa2.0-unknown-linux-gnu ac_cv_c_compiler_gnu=yes ac_cv_c_const=yes ac_cv_env_BLKID_CFLAGS_set= ac_cv_env_BLKID_CFLAGS_value= ac_cv_env_BLKID_LIBS_set= ac_cv_env_BLKID_LIBS_value= ac_cv_env_CC_set=set ac_cv_env_CC_value=hppa2.0-unknown-linux-gnu-gcc ac_cv_env_CFLAGS_set=set ac_cv_env_CFLAGS_value='-mschedule=8000 -march=2.0 -ggdb -pipe -Wall -O2 -Wno-comment' ac_cv_env_CPPFLAGS_set= ac_cv_env_CPPFLAGS_value= ac_cv_env_CPP_set= ac_cv_env_CPP_value= ac_cv_env_DBUS_CFLAGS_set= ac_cv_env_DBUS_CFLAGS_value= ac_cv_env_DBUS_LIBS_set= ac_cv_env_DBUS_LIBS_value= ac_cv_env_GLIB_CFLAGS_set= ac_cv_env_GLIB_CFLAGS_value= ac_cv_env_GLIB_LIBS_set= ac_cv_env_GLIB_LIBS_value= ac_cv_env_GTKDOC_DEPS_CFLAGS_set= ac_cv_env_GTKDOC_DEPS_CFLAGS_value= ac_cv_env_GTKDOC_DEPS_LIBS_set= ac_cv_env_GTKDOC_DEPS_LIBS_value= ac_cv_env_KMOD_CFLAGS_set= ac_cv_env_KMOD_CFLAGS_value= ac_cv_env_KMOD_LIBS_set= ac_cv_env_KMOD_LIBS_value= ac_cv_env_LDFLAGS_set=set ac_cv_env_LDFLAGS_value='-Wl,-O1 -Wl,--hash-style=gnu -Wl,--as-needed' ac_cv_env_LIBCRYPTSETUP_CFLAGS_set= ac_cv_env_LIBCRYPTSETUP_CFLAGS_value= ac_cv_env_LIBCRYPTSETUP_LIBS_set= ac_cv_env_LIBCRYPTSETUP_LIBS_value= ac_cv_env_LIBS_set= ac_cv_env_LIBS_value= ac_cv_env_MICROHTTPD_CFLAGS_set= ac_cv_env_MICROHTTPD_CFLAGS_value= ac_cv_env_MICROHTTPD_LIBS_set= ac_cv_env_MICROHTTPD_LIBS_value= ac_cv_env_PKG_CONFIG_LIBDIR_set= ac_cv_env_PKG_CONFIG_LIBDIR_value= ac_cv_env_PKG_CONFIG_PATH_set=set ac_cv_env_PKG_CONFIG_PATH_value=/var/tmp/portage/sys-apps/systemd-206-r1/temp/python2.7/pkgconfig ac_cv_env_PKG_CONFIG_set= ac_cv_env_PKG_CONFIG_value= ac_cv_env_PYTHON_BINARY_set= ac_cv_env_PYTHON_BINARY_value= ac_cv_env_PYTHON_set=set ac_cv_env_PYTHON_value=/usr/bin/python2.7 ac_cv_env_QRENCODE_CFLAGS_set= ac_cv_env_QRENCODE_CFLAGS_value= ac_cv_env_QRENCODE_LIBS_set= ac_cv_env_QRENCODE_LIBS_value= ac_cv_env_SELINUX_CFLAGS_set= ac_cv_env_SELINUX_CFLAGS_value= ac_cv_env_SELINUX_LIBS_set= ac_cv_env_SELINUX_LIBS_value= ac_cv_env_XZ_CFLAGS_set= ac_cv_env_XZ_CFLAGS_value= ac_cv_env_XZ_LIBS_set= ac_cv_env_XZ_LIBS_value= ac_cv_env_build_alias_set=set ac_cv_env_build_alias_value=hppa2.0-unknown-linux-gnu ac_cv_env_host_alias_set=set ac_cv_env_host_alias_value=hppa2.0-unknown-linux-gnu ac_cv_env_target_alias_set= ac_cv_env_target_alias_value= ac_cv_func___secure_getenv=no ac_cv_func_fanotify_init=yes ac_cv_func_fanotify_mark=no ac_cv_func_gethostbyaddr=yes ac_cv_func_gethostbyname=yes ac_cv_func_gettimeofday=yes ac_cv_func_inet_ntoa=yes ac_cv_func_malloc_0_nonnull=yes ac_cv_func_memset=yes ac_cv_func_secure_getenv=yes ac_cv_func_select=yes ac_cv_func_select_args='int,fd_set *,struct timeval *' ac_cv_func_socket=yes ac_cv_func_strcasecmp=yes ac_cv_func_strcspn=yes ac_cv_func_strdup=yes ac_cv_func_strerror=yes ac_cv_func_strncasecmp=yes ac_cv_func_strspn=yes ac_cv_have_decl_gettid=no ac_cv_have_decl_name_to_handle_at=yes ac_cv_have_decl_pivot_root=no ac_cv_header_acl_libacl_h=yes ac_cv_header_arpa_inet_h=yes ac_cv_header_attr_xattr_h=yes ac_cv_header_dlfcn_h=yes ac_cv_header_fcntl_h=yes ac_cv_header_inttypes_h=yes ac_cv_header_memory_h=yes ac_cv_header_minix_config_h=no ac_cv_header_netdb_h=yes ac_cv_header_netinet_in_h=yes ac_cv_header_nss_h=yes ac_cv_header_security_pam_ext_h=yes ac_cv_header_security_pam_modules_h=yes ac_cv_header_security_pam_modutil_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_acl_h=yes ac_cv_header_sys_capability_h=yes ac_cv_header_sys_ioctl_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_time_h=yes ac_cv_header_sys_types_h=yes ac_cv_header_time=yes ac_cv_header_unistd_h=yes ac_cv_header_valgrind_memcheck_h=no ac_cv_host=hppa2.0-unknown-linux-gnu ac_cv_lib_acl_acl_get_file=yes ac_cv_lib_attr_fsetxattr=yes ac_cv_lib_pam_pam_syslog=yes ac_cv_objext=o ac_cv_path_EGREP='/bin/grep -E' ac_cv_path_FGREP='/bin/grep -F' ac_cv_path_GMSGFMT=/usr/bin/gmsgfmt ac_cv_path_GREP=/bin/grep ac_cv_path_GTKDOC_REBASE=/usr/bin/gtkdoc-rebase ac_cv_path_INTLTOOL_EXTRACT=/usr/bin/intltool-extract ac_cv_path_INTLTOOL_MERGE=/usr/bin/intltool-merge ac_cv_path_INTLTOOL_PERL=/usr/bin/perl ac_cv_path_INTLTOOL_UPDATE=/usr/bin/intltool-update ac_cv_path_KEXEC=/usr/sbin/kexec ac_cv_path_KILL=/bin/kill ac_cv_path_KMOD=/bin/kmod ac_cv_path_M4=/usr/bin/m4 ac_cv_path_MSGFMT=/usr/bin/msgfmt ac_cv_path_MSGMERGE=/usr/bin/msgmerge ac_cv_path_PYTHON_CONFIG=/usr/bin/python-config-2.7 ac_cv_path_QUOTACHECK=/usr/sbin/quotacheck ac_cv_path_QUOTAON=/usr/sbin/quotaon ac_cv_path_SED=/bin/sed ac_cv_path_SETCAP=/sbin/setcap ac_cv_path_SPHINX_BUILD=/usr/bin/sphinx-build-2.7 ac_cv_path_XGETTEXT=/usr/bin/xgettext ac_cv_path_XSLTPROC=/usr/bin/xsltproc ac_cv_path_ac_pt_PKG_CONFIG=/usr/bin/pkg-config ac_cv_path_install='/usr/lib/portage/bin/ebuild-helpers/xattr/install -c' ac_cv_path_mkdir=/bin/mkdir ac_cv_prog_AR=hppa2.0-unknown-linux-gnu-ar ac_cv_prog_AWK=gawk ac_cv_prog_CC=hppa2.0-unknown-linux-gnu-gcc ac_cv_prog_CPP='hppa2.0-unknown-linux-gnu-gcc -E' ac_cv_prog_OBJCOPY=hppa2.0-unknown-linux-gnu-objcopy ac_cv_prog_OBJDUMP=hppa2.0-unknown-linux-gnu-objdump ac_cv_prog_RANLIB=hppa2.0-unknown-linux-gnu-ranlib ac_cv_prog_STRINGS=hppa2.0-unknown-linux-gnu-strings ac_cv_prog_STRIP=hppa2.0-unknown-linux-gnu-strip ac_cv_prog_ac_ct_GPERF=gperf ac_cv_prog_ac_ct_MANIFEST_TOOL=mt ac_cv_prog_cc_c89= ac_cv_prog_cc_c99=-std=gnu99 ac_cv_prog_cc_g=yes ac_cv_prog_cc_hppa2_0_unknown_linux_gnu_gcc_c_o=yes ac_cv_prog_gcc_traditional=no ac_cv_prog_make_make_set=yes ac_cv_safe_to_define___extensions__=yes ac_cv_search_cap_init=-lcap ac_cv_search_dlsym=-ldl ac_cv_search_mq_open=-lrt ac_cv_sys_file_offset_bits=64 ac_cv_sys_largefile_CC=no ac_cv_type_size_t=yes am_cv_CC_dependencies_compiler_type=none am_cv_make_support_nested_variables=yes am_cv_prog_tar_pax=gnutar am_cv_python_platform=linux2 am_cv_python_pyexecdir='${exec_prefix}/lib/python2.7/site-packages' am_cv_python_pythondir='${prefix}/lib/python2.7/site-packages' am_cv_python_version=2.7 cc_cv_CFLAGS__Wall=yes cc_cv_CFLAGS__Wcast_align=yes cc_cv_CFLAGS__Wdeclaration_after_statement=yes cc_cv_CFLAGS__Wendif_labels=yes cc_cv_CFLAGS__Werror_overflow=yes cc_cv_CFLAGS__Wextra=yes cc_cv_CFLAGS__Wfloat_equal=yes cc_cv_CFLAGS__Wformat_2__Wformat_security__Wformat_nonliteral=yes cc_cv_CFLAGS__Winit_self=yes cc_cv_CFLAGS__Wlogical_op=yes cc_cv_CFLAGS__Wmissing_declarations=yes cc_cv_CFLAGS__Wmissing_include_dirs=yes cc_cv_CFLAGS__Wmissing_noreturn=yes cc_cv_CFLAGS__Wmissing_prototypes=yes cc_cv_CFLAGS__Wno_inline=yes cc_cv_CFLAGS__Wno_long_long=yes cc_cv_CFLAGS__Wno_missing_field_initializers=yes cc_cv_CFLAGS__Wno_overlength_strings=yes cc_cv_CFLAGS__Wno_unused_parameter=yes cc_cv_CFLAGS__Wno_unused_result=yes cc_cv_CFLAGS__Wold_style_definition=yes cc_cv_CFLAGS__Wpointer_arith=yes cc_cv_CFLAGS__Wredundant_decls=yes cc_cv_CFLAGS__Wshadow=yes cc_cv_CFLAGS__Wsign_compare=yes cc_cv_CFLAGS__Wstrict_aliasing_2=yes cc_cv_CFLAGS__Wstrict_prototypes=yes cc_cv_CFLAGS__Wundef=yes cc_cv_CFLAGS__Wwrite_strings=yes cc_cv_CFLAGS___param_ssp_buffer_size_4=yes cc_cv_CFLAGS__fdata_sections=yes cc_cv_CFLAGS__fdiagnostics_color=no cc_cv_CFLAGS__fdiagnostics_show_option=yes cc_cv_CFLAGS__ffast_math=yes cc_cv_CFLAGS__ffunction_sections=yes cc_cv_CFLAGS__fno_common=yes cc_cv_CFLAGS__fno_strict_aliasing=yes cc_cv_CFLAGS__fstack_protector=no cc_cv_CFLAGS__fvisibility_hidden=yes cc_cv_CFLAGS__pipe=yes cc_cv_CPPFLAGS__Wp__D_FORTIFY_SOURCE_2=yes cc_cv_LDFLAGS__Wl___as_needed=yes cc_cv_LDFLAGS__Wl___gc_sections=yes cc_cv_LDFLAGS__Wl___no_undefined=yes cc_cv_LDFLAGS__Wl__z_now=yes cc_cv_LDFLAGS__Wl__z_relro=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=/usr/hppa2.0-unknown-linux-gnu/bin/ld lt_cv_path_NM='/usr/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=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 pkg_cv_BLKID_CFLAGS='-I/usr/include/blkid -I/usr/include/uuid ' pkg_cv_BLKID_LIBS='-lblkid ' pkg_cv_DBUS_CFLAGS='-I/usr/include/dbus-1.0 -I/usr/lib/dbus-1.0/include ' pkg_cv_DBUS_LIBS='-ldbus-1 ' pkg_cv_GLIB_CFLAGS='-pthread -I/usr/include/glib-2.0 -I/usr/lib/glib-2.0/include ' pkg_cv_GLIB_LIBS='-lgio-2.0 -lgobject-2.0 -lglib-2.0 ' pkg_cv_KMOD_CFLAGS=' ' pkg_cv_KMOD_LIBS='-lkmod ' pkg_cv_XZ_CFLAGS=' ' pkg_cv_XZ_LIBS='-llzma ' ## ----------------- ## ## Output variables. ## ## ----------------- ## ACLOCAL='${SHELL} /var/tmp/portage/sys-apps/systemd-206-r1/work/systemd-206/build-aux/missing aclocal-1.13' ACL_LIBS='-lacl' ALL_LINGUAS='' AMDEPBACKSLASH='' AMDEP_FALSE='' AMDEP_TRUE='#' AMTAR='$${TAR-tar}' AM_BACKSLASH='\' AM_DEFAULT_V='$(AM_DEFAULT_VERBOSITY)' AM_DEFAULT_VERBOSITY='1' AM_V='$(V)' AR='hppa2.0-unknown-linux-gnu-ar' AUDIT_LIBS='' AUTOCONF='${SHELL} /var/tmp/portage/sys-apps/systemd-206-r1/work/systemd-206/build-aux/missing autoconf' AUTOHEADER='${SHELL} /var/tmp/portage/sys-apps/systemd-206-r1/work/systemd-206/build-aux/missing autoheader' AUTOMAKE='${SHELL} /var/tmp/portage/sys-apps/systemd-206-r1/work/systemd-206/build-aux/missing automake-1.13' AWK='gawk' BLKID_CFLAGS='-I/usr/include/blkid -I/usr/include/uuid ' BLKID_LIBS='-lblkid ' CAP_LIBS='-lcap ' CC='hppa2.0-unknown-linux-gnu-gcc -std=gnu99' CCDEPMODE='depmode=none' CFLAGS='-mschedule=8000 -march=2.0 -ggdb -pipe -Wall -O2 -Wno-comment' CHKCONFIG='' CPP='hppa2.0-unknown-linux-gnu-gcc -E' CPPFLAGS='' CYGPATH_W='echo' DATADIRNAME='share' DBUS_CFLAGS='-I/usr/include/dbus-1.0 -I/usr/lib/dbus-1.0/include ' DBUS_LIBS='-ldbus-1 ' DEBUGTTY='/dev/tty9' DEFS='-DHAVE_CONFIG_H' DEPDIR='.deps' DLLTOOL='false' DSYMUTIL='' DUMPBIN='' ECHO_C='' ECHO_N='-n' ECHO_T='' EGREP='/bin/grep -E' ENABLE_BINFMT_FALSE='#' ENABLE_BINFMT_TRUE='' ENABLE_BOOTCHART_FALSE='#' ENABLE_BOOTCHART_TRUE='' ENABLE_COREDUMP_FALSE='#' ENABLE_COREDUMP_TRUE='' ENABLE_COVERAGE_FALSE='' ENABLE_COVERAGE_TRUE='#' ENABLE_EFI_FALSE='#' ENABLE_EFI_TRUE='' ENABLE_FIRMWARE_FALSE='#' ENABLE_FIRMWARE_TRUE='' ENABLE_GTK_DOC_FALSE='' ENABLE_GTK_DOC_TESTS_FALSE='' ENABLE_GTK_DOC_TESTS_TRUE='#' ENABLE_GTK_DOC_TRUE='#' ENABLE_GUDEV_FALSE='#' ENABLE_GUDEV_TRUE='' ENABLE_HOSTNAMED_FALSE='#' ENABLE_HOSTNAMED_TRUE='' ENABLE_LOCALED_FALSE='#' ENABLE_LOCALED_TRUE='' ENABLE_LOGIND_FALSE='#' ENABLE_LOGIND_TRUE='' ENABLE_MACHINED_FALSE='#' ENABLE_MACHINED_TRUE='' ENABLE_MANPAGES_FALSE='#' ENABLE_MANPAGES_TRUE='' ENABLE_POLKIT_FALSE='' ENABLE_POLKIT_TRUE='#' ENABLE_QUOTACHECK_FALSE='#' ENABLE_QUOTACHECK_TRUE='' ENABLE_RANDOMSEED_FALSE='#' ENABLE_RANDOMSEED_TRUE='' ENABLE_READAHEAD_FALSE='#' ENABLE_READAHEAD_TRUE='' ENABLE_TESTS_FALSE='#' ENABLE_TESTS_TRUE='' ENABLE_TIMEDATED_FALSE='#' ENABLE_TIMEDATED_TRUE='' ENABLE_TMPFILES_FALSE='#' ENABLE_TMPFILES_TRUE='' ENABLE_VCONSOLE_FALSE='#' ENABLE_VCONSOLE_TRUE='' EXEEXT='' FGREP='/bin/grep -F' FIRMWARE_PATH='\"/lib/firmware/updates/\", \"/lib/firmware/\"' GCRYPT_CFLAGS='' GCRYPT_LIBS='' GETTEXT_PACKAGE='systemd' GLIB_CFLAGS='-pthread -I/usr/include/glib-2.0 -I/usr/lib/glib-2.0/include ' GLIB_LIBS='-lgio-2.0 -lgobject-2.0 -lglib-2.0 ' GMSGFMT='/usr/bin/gmsgfmt' GPERF='gperf' GREP='/bin/grep' GTKDOC_CHECK='' GTKDOC_DEPS_CFLAGS='' GTKDOC_DEPS_LIBS='' GTKDOC_MKPDF='' GTKDOC_REBASE='/usr/bin/gtkdoc-rebase' GTK_DOC_BUILD_HTML_FALSE='#' GTK_DOC_BUILD_HTML_TRUE='' GTK_DOC_BUILD_PDF_FALSE='' GTK_DOC_BUILD_PDF_TRUE='#' GTK_DOC_USE_LIBTOOL_FALSE='#' GTK_DOC_USE_LIBTOOL_TRUE='' GTK_DOC_USE_REBASE_FALSE='#' GTK_DOC_USE_REBASE_TRUE='' HAVE_ACL_FALSE='#' HAVE_ACL_TRUE='' HAVE_BLKID_FALSE='#' HAVE_BLKID_TRUE='' HAVE_GCRYPT_FALSE='' HAVE_GCRYPT_TRUE='#' HAVE_INTROSPECTION_FALSE='' HAVE_INTROSPECTION_TRUE='#' HAVE_KMOD_FALSE='#' HAVE_KMOD_TRUE='' HAVE_LIBCRYPTSETUP_FALSE='' HAVE_LIBCRYPTSETUP_TRUE='#' HAVE_MICROHTTPD_FALSE='' HAVE_MICROHTTPD_TRUE='#' HAVE_MYHOSTNAME_FALSE='#' HAVE_MYHOSTNAME_TRUE='' HAVE_PAM_FALSE='#' HAVE_PAM_TRUE='' HAVE_PYTHON_DEVEL_FALSE='#' HAVE_PYTHON_DEVEL_TRUE='' HAVE_PYTHON_FALSE='#' HAVE_PYTHON_TRUE='' HAVE_QRENCODE_FALSE='' HAVE_QRENCODE_TRUE='#' HAVE_SELINUX_FALSE='' HAVE_SELINUX_TRUE='#' HAVE_SYSV_COMPAT_FALSE='' HAVE_SYSV_COMPAT_TRUE='#' HAVE_XATTR_FALSE='#' HAVE_XATTR_TRUE='' HAVE_XZ_FALSE='#' HAVE_XZ_TRUE='' HTML_DIR='${datadir}/gtk-doc/html' INSTALL_DATA='${INSTALL} -m 644' INSTALL_PROGRAM='${INSTALL}' INSTALL_SCRIPT='${INSTALL}' INSTALL_STRIP_PROGRAM='$(install_sh) -c -s' INTLTOOL_CAVES_RULE='%.caves: %.caves.in $(INTLTOOL_MERGE) $(wildcard $(top_srcdir)/po/*.po) ; $(INTLTOOL_V_MERGE)LC_ALL=C $(INTLTOOL_MERGE) $(INTLTOOL_V_MERGE_OPTIONS) -d -u -c $(top_builddir)/po/.intltool-merge-cache $(top_srcdir)/po $< $@' INTLTOOL_DESKTOP_RULE='%.desktop: %.desktop.in $(INTLTOOL_MERGE) $(wildcard $(top_srcdir)/po/*.po) ; $(INTLTOOL_V_MERGE)LC_ALL=C $(INTLTOOL_MERGE) $(INTLTOOL_V_MERGE_OPTIONS) -d -u -c $(top_builddir)/po/.intltool-merge-cache $(top_srcdir)/po $< $@' INTLTOOL_DIRECTORY_RULE='%.directory: %.directory.in $(INTLTOOL_MERGE) $(wildcard $(top_srcdir)/po/*.po) ; $(INTLTOOL_V_MERGE)LC_ALL=C $(INTLTOOL_MERGE) $(INTLTOOL_V_MERGE_OPTIONS) -d -u -c $(top_builddir)/po/.intltool-merge-cache $(top_srcdir)/po $< $@' INTLTOOL_EXTRACT='/usr/bin/intltool-extract' INTLTOOL_KBD_RULE='%.kbd: %.kbd.in $(INTLTOOL_MERGE) $(wildcard $(top_srcdir)/po/*.po) ; $(INTLTOOL_V_MERGE)LC_ALL=C $(INTLTOOL_MERGE) $(INTLTOOL_V_MERGE_OPTIONS) -x -u -m -c $(top_builddir)/po/.intltool-merge-cache $(top_srcdir)/po $< $@' INTLTOOL_KEYS_RULE='%.keys: %.keys.in $(INTLTOOL_MERGE) $(wildcard $(top_srcdir)/po/*.po) ; $(INTLTOOL_V_MERGE)LC_ALL=C $(INTLTOOL_MERGE) $(INTLTOOL_V_MERGE_OPTIONS) -k -u -c $(top_builddir)/po/.intltool-merge-cache $(top_srcdir)/po $< $@' INTLTOOL_MERGE='/usr/bin/intltool-merge' INTLTOOL_OAF_RULE='%.oaf: %.oaf.in $(INTLTOOL_MERGE) $(wildcard $(top_srcdir)/po/*.po) ; $(INTLTOOL_V_MERGE)LC_ALL=C $(INTLTOOL_MERGE) $(INTLTOOL_V_MERGE_OPTIONS) -o -p $(top_srcdir)/po $< $@' INTLTOOL_PERL='/usr/bin/perl' INTLTOOL_POLICY_RULE='%.policy: %.policy.in $(INTLTOOL_MERGE) $(wildcard $(top_srcdir)/po/*.po) ; $(INTLTOOL_V_MERGE)LC_ALL=C $(INTLTOOL_MERGE) $(INTLTOOL_V_MERGE_OPTIONS) -x -u -c $(top_builddir)/po/.intltool-merge-cache $(top_srcdir)/po $< $@' INTLTOOL_PONG_RULE='%.pong: %.pong.in $(INTLTOOL_MERGE) $(wildcard $(top_srcdir)/po/*.po) ; $(INTLTOOL_V_MERGE)LC_ALL=C $(INTLTOOL_MERGE) $(INTLTOOL_V_MERGE_OPTIONS) -x -u -c $(top_builddir)/po/.intltool-merge-cache $(top_srcdir)/po $< $@' INTLTOOL_PROP_RULE='%.prop: %.prop.in $(INTLTOOL_MERGE) $(wildcard $(top_srcdir)/po/*.po) ; $(INTLTOOL_V_MERGE)LC_ALL=C $(INTLTOOL_MERGE) $(INTLTOOL_V_MERGE_OPTIONS) -d -u -c $(top_builddir)/po/.intltool-merge-cache $(top_srcdir)/po $< $@' INTLTOOL_SCHEMAS_RULE='%.schemas: %.schemas.in $(INTLTOOL_MERGE) $(wildcard $(top_srcdir)/po/*.po) ; $(INTLTOOL_V_MERGE)LC_ALL=C $(INTLTOOL_MERGE) $(INTLTOOL_V_MERGE_OPTIONS) -s -u -c $(top_builddir)/po/.intltool-merge-cache $(top_srcdir)/po $< $@' INTLTOOL_SERVER_RULE='%.server: %.server.in $(INTLTOOL_MERGE) $(wildcard $(top_srcdir)/po/*.po) ; $(INTLTOOL_V_MERGE)LC_ALL=C $(INTLTOOL_MERGE) $(INTLTOOL_V_MERGE_OPTIONS) -o -u -c $(top_builddir)/po/.intltool-merge-cache $(top_srcdir)/po $< $@' INTLTOOL_SERVICE_RULE='%.service: %.service.in $(INTLTOOL_MERGE) $(wildcard $(top_srcdir)/po/*.po) ; $(INTLTOOL_V_MERGE)LC_ALL=C $(INTLTOOL_MERGE) $(INTLTOOL_V_MERGE_OPTIONS) -d -u -c $(top_builddir)/po/.intltool-merge-cache $(top_srcdir)/po $< $@' INTLTOOL_SHEET_RULE='%.sheet: %.sheet.in $(INTLTOOL_MERGE) $(wildcard $(top_srcdir)/po/*.po) ; $(INTLTOOL_V_MERGE)LC_ALL=C $(INTLTOOL_MERGE) $(INTLTOOL_V_MERGE_OPTIONS) -x -u -c $(top_builddir)/po/.intltool-merge-cache $(top_srcdir)/po $< $@' INTLTOOL_SOUNDLIST_RULE='%.soundlist: %.soundlist.in $(INTLTOOL_MERGE) $(wildcard $(top_srcdir)/po/*.po) ; $(INTLTOOL_V_MERGE)LC_ALL=C $(INTLTOOL_MERGE) $(INTLTOOL_V_MERGE_OPTIONS) -d -u -c $(top_builddir)/po/.intltool-merge-cache $(top_srcdir)/po $< $@' INTLTOOL_THEME_RULE='%.theme: %.theme.in $(INTLTOOL_MERGE) $(wildcard $(top_srcdir)/po/*.po) ; $(INTLTOOL_V_MERGE)LC_ALL=C $(INTLTOOL_MERGE) $(INTLTOOL_V_MERGE_OPTIONS) -d -u -c $(top_builddir)/po/.intltool-merge-cache $(top_srcdir)/po $< $@' INTLTOOL_UI_RULE='%.ui: %.ui.in $(INTLTOOL_MERGE) $(wildcard $(top_srcdir)/po/*.po) ; $(INTLTOOL_V_MERGE)LC_ALL=C $(INTLTOOL_MERGE) $(INTLTOOL_V_MERGE_OPTIONS) -x -u -c $(top_builddir)/po/.intltool-merge-cache $(top_srcdir)/po $< $@' INTLTOOL_UPDATE='/bin/true' INTLTOOL_V_MERGE='$(INTLTOOL__v_MERGE_$(V))' INTLTOOL_V_MERGE_OPTIONS='$(intltool__v_merge_options_$(V))' INTLTOOL_XAM_RULE='%.xam: %.xml.in $(INTLTOOL_MERGE) $(wildcard $(top_srcdir)/po/*.po) ; $(INTLTOOL_V_MERGE)LC_ALL=C $(INTLTOOL_MERGE) $(INTLTOOL_V_MERGE_OPTIONS) -x -u -c $(top_builddir)/po/.intltool-merge-cache $(top_srcdir)/po $< $@' INTLTOOL_XML_NOMERGE_RULE='%.xml: %.xml.in $(INTLTOOL_MERGE) ; $(INTLTOOL_V_MERGE)LC_ALL=C $(INTLTOOL_MERGE) $(INTLTOOL_V_MERGE_OPTIONS) -x -u --no-translations $< $@' INTLTOOL_XML_RULE='%.xml: %.xml.in $(INTLTOOL_MERGE) $(wildcard $(top_srcdir)/po/*.po) ; $(INTLTOOL_V_MERGE)LC_ALL=C $(INTLTOOL_MERGE) $(INTLTOOL_V_MERGE_OPTIONS) -x -u -c $(top_builddir)/po/.intltool-merge-cache $(top_srcdir)/po $< $@' INTLTOOL__v_MERGE_0='@echo " ITMRG " $@;' INTLTOOL__v_MERGE_='$(INTLTOOL__v_MERGE_$(AM_DEFAULT_VERBOSITY))' INTROSPECTION_CFLAGS='' INTROSPECTION_COMPILER='' INTROSPECTION_GENERATE='' INTROSPECTION_GIRDIR='' INTROSPECTION_LIBS='' INTROSPECTION_MAKEFILE='' INTROSPECTION_SCANNER='' INTROSPECTION_TYPELIBDIR='' KBD_LOADKEYS='/usr/bin/loadkeys' KBD_SETFONT='/usr/bin/setfont' KEXEC='/usr/sbin/kexec' KILL='/bin/kill' KMOD='/bin/kmod' KMOD_CFLAGS=' ' KMOD_LIBS='-lkmod ' LD='/usr/hppa2.0-unknown-linux-gnu/bin/ld' LDFLAGS='-Wl,-O1 -Wl,--hash-style=gnu -Wl,--as-needed' LIBCRYPTSETUP_CFLAGS='' LIBCRYPTSETUP_LIBS='' LIBGCRYPT_CFLAGS='' LIBGCRYPT_CONFIG='' LIBGCRYPT_LIBS='' LIBOBJS='' LIBS='-ldl -lrt ' LIBTOOL='$(SHELL) $(top_builddir)/libtool' LIBWRAP_LIBS='-lwrap' LIPO='' LN_S='ln -s' LTLIBOBJS='' M4='/usr/bin/m4' M4_DEFINES='' MAKEINFO='${SHELL} /var/tmp/portage/sys-apps/systemd-206-r1/work/systemd-206/build-aux/missing makeinfo' MANIFEST_TOOL=':' MICROHTTPD_CFLAGS='' MICROHTTPD_LIBS='' MKDIR_P='/bin/mkdir -p' MSGFMT='/usr/bin/msgfmt' MSGMERGE='/usr/bin/msgmerge' NM='/usr/bin/nm -B' NMEDIT='' OBJCOPY='hppa2.0-unknown-linux-gnu-objcopy' OBJDUMP='hppa2.0-unknown-linux-gnu-objdump' OBJEXT='o' OTOOL64='' OTOOL='' OUR_CFLAGS=' -pipe -Wall -Wextra -Wno-inline -Wundef -Wformat=2 -Wformat-security -Wformat-nonliteral -Wlogical-op -Wsign-compare -Wmissing-include-dirs -Wold-style-definition -Wpointer-arith -Winit-self -Wdeclaration-after-statement -Wfloat-equal -Wmissing-prototypes -Wstrict-prototypes -Wredundant-decls -Wmissing-declarations -Wmissing-noreturn -Wshadow -Wendif-labels -Wcast-align -Wstrict-aliasing=2 -Wwrite-strings -Wno-long-long -Wno-overlength-strings -Wno-unused-parameter -Wno-missing-field-initializers -Wno-unused-result -Werror=overflow -ffast-math -fno-common -fdiagnostics-show-option -fno-strict-aliasing -fvisibility=hidden -ffunction-sections -fdata-sections --param=ssp-buffer-size=4' OUR_CPPFLAGS=' -Wp,-D_FORTIFY_SOURCE=2' OUR_LDFLAGS=' -Wl,--as-needed -Wl,--no-undefined -Wl,--gc-sections -Wl,-z,relro -Wl,-z,now' PACKAGE='systemd' PACKAGE_BUGREPORT='http://bugs.freedesktop.org/enter_bug.cgi?product=systemd' PACKAGE_NAME='systemd' PACKAGE_STRING='systemd 206' PACKAGE_TARNAME='systemd' PACKAGE_URL='http://www.freedesktop.org/wiki/Software/systemd' PACKAGE_VERSION='206' PAM_LIBS='-lpam -lpam_misc' PATH_SEPARATOR=':' PKG_CONFIG='/usr/bin/pkg-config' PKG_CONFIG_LIBDIR='' PKG_CONFIG_PATH='/var/tmp/portage/sys-apps/systemd-206-r1/temp/python2.7/pkgconfig' PYTHON='/usr/bin/python2.7' PYTHON_BINARY='/usr/bin/python2.7' PYTHON_CFLAGS='-I/usr/include/python2.7 -I/usr/include/python2.7 -fno-strict-aliasing -mschedule=8000 -march=2.0 -ggdb -pipe -Wall -O2 -Wno-comment -fwrapv -DNDEBUG ' PYTHON_CONFIG='/usr/bin/python-config-2.7' PYTHON_EXEC_PREFIX='${exec_prefix}' PYTHON_LIBS='-lpthread -ldl -lutil -lm -lpython2.7 -Xlinker -export-dynamic' PYTHON_PLATFORM='linux2' PYTHON_PREFIX='${prefix}' PYTHON_VERSION='2.7' QRENCODE_CFLAGS='' QRENCODE_LIBS='' QUOTACHECK='/usr/sbin/quotacheck' QUOTAON='/usr/sbin/quotaon' RANLIB='hppa2.0-unknown-linux-gnu-ranlib' RC_LOCAL_SCRIPT_PATH_START='/etc/rc.local' RC_LOCAL_SCRIPT_PATH_STOP='/usr/sbin/halt.local' SED='/bin/sed' SELINUX_CFLAGS='' SELINUX_LIBS='' SETCAP='/sbin/setcap' SET_MAKE='' SHELL='/bin/sh' SPHINX_BUILD='/usr/bin/sphinx-build-2.7' STRINGS='hppa2.0-unknown-linux-gnu-strings' STRIP='hppa2.0-unknown-linux-gnu-strip' SUSHELL='/bin/sh' SYSTEM_SYSVINIT_PATH='' SYSTEM_SYSVRCND_PATH='' TELINIT='/lib/upstart/telinit' USE_NLS='yes' VERSION='206' XATTR_LIBS='-lattr' XGETTEXT='/usr/bin/xgettext' XSLTPROC='/usr/bin/xsltproc' XZ_CFLAGS=' ' XZ_LIBS='-llzma ' 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=' -I$(srcdir)' am__leading_dot='.' am__nodep='' am__quote='' am__tar='tar --format=posix -chf - "$$tardir"' am__untar='tar -xf -' bashcompletiondir='/usr/share/bash-completion/completions' bindir='${exec_prefix}/bin' build='hppa2.0-unknown-linux-gnu' build_alias='hppa2.0-unknown-linux-gnu' build_cpu='hppa2.0' build_os='linux-gnu' build_vendor='unknown' datadir='/usr/share' datarootdir='${prefix}/share' dbusinterfacedir='/usr/share/dbus-1/interfaces' dbuspolicydir='/etc/dbus-1/system.d' dbussessionservicedir='/usr/share/dbus-1/services' dbussystemservicedir='/usr/share/dbus-1/system-services' docdir='/usr/share/doc/systemd-206-r1' dvidir='${docdir}' exec_prefix='${prefix}' host='hppa2.0-unknown-linux-gnu' host_alias='hppa2.0-unknown-linux-gnu' host_cpu='hppa2.0' host_os='linux-gnu' host_vendor='unknown' htmldir='${docdir}' includedir='${prefix}/include' infodir='/usr/share/info' install_sh='${SHELL} /var/tmp/portage/sys-apps/systemd-206-r1/work/systemd-206/build-aux/install-sh' intltool__v_merge_options_0='-q' intltool__v_merge_options_='$(intltool__v_merge_options_$(AM_DEFAULT_VERBOSITY))' lcov_found='' libdir='${exec_prefix}/lib' libexecdir='${exec_prefix}/libexec' localedir='${datarootdir}/locale' localstatedir='/var' mandir='/usr/share/man' mkdir_p='$(MKDIR_P)' oldincludedir='/usr/include' pamlibdir='/lib/security' pdfdir='${docdir}' pkgpyexecdir='${pyexecdir}/systemd' pkgpythondir='${pythondir}/systemd' prefix='/usr' program_transform_name='s,x,x,' psdir='${docdir}' pyexecdir='${exec_prefix}/lib/python2.7/site-packages' pythondir='${prefix}/lib/python2.7/site-packages' rootlibdir='${exec_prefix}/lib' rootprefix='/usr' sbindir='${exec_prefix}/sbin' sharedstatedir='${prefix}/com' sysconfdir='/etc' target_alias='' ## ----------- ## ## confdefs.h. ## ## ----------- ## /* confdefs.h */ #define PACKAGE_NAME "systemd" #define PACKAGE_TARNAME "systemd" #define PACKAGE_VERSION "206" #define PACKAGE_STRING "systemd 206" #define PACKAGE_BUGREPORT "http://bugs.freedesktop.org/enter_bug.cgi?product=systemd" #define PACKAGE_URL "http://www.freedesktop.org/wiki/Software/systemd" #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 _FILE_OFFSET_BITS 64 #define PACKAGE "systemd" #define VERSION "206" #define CANONICAL_HOST "hppa2.0-unknown-linux-gnu" #define HAVE_DLFCN_H 1 #define LT_OBJDIR ".libs/" #define HAVE_SYS_CAPABILITY_H 1 #define HAVE_FANOTIFY_INIT 1 #define HAVE_SECURE_GETENV 1 #define HAVE_DECL_GETTID 0 #define HAVE_DECL_PIVOT_ROOT 0 #define HAVE_DECL_NAME_TO_HANDLE_AT 1 #define HAVE_KMOD 1 #define HAVE_BLKID 1 #define HAVE_IMA 1 #define HAVE_XZ 1 #define HAVE_LIBWRAP /**/ #define HAVE_SECURITY_PAM_MODULES_H 1 #define HAVE_SECURITY_PAM_MODUTIL_H 1 #define HAVE_SECURITY_PAM_EXT_H 1 #define HAVE_PAM 1 #define HAVE_SYS_ACL_H 1 #define HAVE_ACL_LIBACL_H 1 #define HAVE_ACL 1 #define HAVE_ATTR_XATTR_H 1 #define HAVE_XATTR 1 #define HAVE_SMACK 1 #define HAVE_LOGIND 1 #define HAVE_MACHINED 1 #define ENABLE_EFI 1 #define RC_LOCAL_SCRIPT_PATH_START "/etc/rc.local" #define RC_LOCAL_SCRIPT_PATH_STOP "/usr/sbin/halt.local" #define KBD_LOADKEYS "/usr/bin/loadkeys" #define KBD_SETFONT "/usr/bin/setfont" #define TELINIT "/lib/upstart/telinit" #define STDC_HEADERS 1 #define HAVE_ARPA_INET_H 1 #define HAVE_FCNTL_H 1 #define HAVE_INTTYPES_H 1 #define HAVE_NETDB_H 1 #define HAVE_NETINET_IN_H 1 #define HAVE_STDLIB_H 1 #define HAVE_STRING_H 1 #define HAVE_SYS_SOCKET_H 1 #define HAVE_SYS_TIME_H 1 #define HAVE_UNISTD_H 1 #define HAVE_NSS_H 1 #define HAVE_SYS_IOCTL_H 1 #define TIME_WITH_SYS_TIME 1 #define HAVE_STDLIB_H 1 #define HAVE_MALLOC 1 #define HAVE_SYS_SELECT_H 1 #define HAVE_SYS_SOCKET_H 1 #define SELECT_TYPE_ARG1 int #define SELECT_TYPE_ARG234 (fd_set *) #define SELECT_TYPE_ARG5 (struct timeval *) #define HAVE_GETHOSTBYADDR 1 #define HAVE_GETHOSTBYNAME 1 #define HAVE_GETTIMEOFDAY 1 #define HAVE_INET_NTOA 1 #define HAVE_MEMSET 1 #define HAVE_SELECT 1 #define HAVE_SOCKET 1 #define HAVE_STRCSPN 1 #define HAVE_STRDUP 1 #define HAVE_STRERROR 1 #define HAVE_STRNCASECMP 1 #define HAVE_STRCASECMP 1 #define HAVE_STRSPN 1 #define HAVE_FIRMWARE 1 #define HAVE_GLIB 1 #define HAVE_SPLIT_USR 1 configure: exit 0