Go to:
Gentoo Home
Documentation
Forums
Lists
Bugs
Planet
Store
Wiki
Get Gentoo!
Gentoo's Bugzilla – Attachment 358654 Details for
Bug 484934
sys-apps/systemd-207 configure fails with ABI_X86=32
Home
|
New
–
[Ex]
|
Browse
|
Search
|
Privacy Policy
|
[?]
|
Reports
|
Requests
|
Help
|
New Account
|
Log In
[x]
|
Forgot Password
Login:
[x]
config.log
config.log (text/plain), 76.77 KB, created by
Mike Gilbert
on 2013-09-14 18:34:22 UTC
(
hide
)
Description:
config.log
Filename:
MIME Type:
Creator:
Mike Gilbert
Created:
2013-09-14 18:34:22 UTC
Size:
76.77 KB
patch
obsolete
>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 207, which was >generated by GNU Autoconf 2.69. Invocation command line was > > $ /tmp/portage/sys-apps/systemd-207/work/systemd-207/configure --prefix=/usr --build=i686-pc-linux-gnu --host=i686-pc-linux-gnu --mandir=/usr/share/man --infodir=/usr/share/info --datadir=/usr/share --sysconfdir=/etc --localstatedir=/var/lib --libdir=/usr/lib32 --disable-silent-rules --disable-dependency-tracking --docdir=/usr/share/doc/systemd-207 --localstatedir=/var --with-pamlibdir=/lib32/security --with-bashcompletiondir=/usr/share/bash-completion --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 --enable-introspection --enable-kmod --enable-xz --enable-pam --enable-polkit --enable-python-devel PYTHON_CONFIG=/usr/bin/python-config-2.7 --disable-qrencode --disable-selinux --enable-tcpwrap --disable-tests --enable-xattr --disable-chkconfig QUOTAON=/usr/sbin/quotaon QUOTACHECK=/usr/sbin/quotacheck --with-firmware-path=/lib/firmware/updates:/lib/firmware ac_cv_search_cap_init= ac_cv_header_sys_capability_h=yes DBUS_CFLAGS= DBUS_LIBS= --disable-acl --disable-audit --disable-gcrypt --disable-gtk-doc --disable-introspection --disable-kmod --disable-libcryptsetup --disable-microhttpd --disable-pam --disable-polkit --disable-qrencode --disable-selinux --disable-tcpwrap --disable-tests --disable-xattr --disable-xz --without-python > >## --------- ## >## Platform. ## >## --------- ## > >hostname = naomi >uname -m = x86_64 >uname -r = 3.10.9 >uname -s = Linux >uname -v = #1 SMP Sat Aug 24 12:00:36 EDT 2013 > >/usr/bin/uname -p = AMD Phenom(tm) II X6 1055T Processor >/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: /tmp/portage/sys-apps/systemd-207/temp/python2.7/bin >PATH: /usr/lib64/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/x86_64-pc-linux-gnu/gcc-bin/4.8.1 >PATH: /usr/x86_64-pc-linux-gnu/armv7a-hardfloat-linux-gnueabi/gcc-bin/4.7.3 >PATH: /usr/lib64/python3.3/bin >PATH: /usr/lib64/python3.2/bin >PATH: /usr/lib64/python2.7/bin >PATH: /usr/lib64/python2.6/bin >PATH: /usr/lib64/pypy2.0/bin > > >## ----------- ## >## Core tests. ## >## ----------- ## > >configure:2658: 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:2798: checking for i686-pc-linux-gnu-gcc >configure:2825: result: x86_64-pc-linux-gnu-gcc -m32 >configure:3094: checking for C compiler version >configure:3103: x86_64-pc-linux-gnu-gcc -m32 --version >&5 >x86_64-pc-linux-gnu-gcc (Gentoo 4.8.1 p1.0, pie-0.5.6) 4.8.1 >Copyright (C) 2013 Free Software Foundation, Inc. >This is free software; see the source for copying conditions. There is NO >warranty; not even for MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. > >configure:3114: $? = 0 >configure:3103: x86_64-pc-linux-gnu-gcc -m32 -v >&5 >Using built-in specs. >COLLECT_GCC=/usr/x86_64-pc-linux-gnu/gcc-bin/4.8.1/x86_64-pc-linux-gnu-gcc >COLLECT_LTO_WRAPPER=/usr/libexec/gcc/x86_64-pc-linux-gnu/4.8.1/lto-wrapper >Target: x86_64-pc-linux-gnu >Configured with: /var/tmp/portage/sys-devel/gcc-4.8.1/work/gcc-4.8.1/configure --prefix=/usr --bindir=/usr/x86_64-pc-linux-gnu/gcc-bin/4.8.1 --includedir=/usr/lib/gcc/x86_64-pc-linux-gnu/4.8.1/include --datadir=/usr/share/gcc-data/x86_64-pc-linux-gnu/4.8.1 --mandir=/usr/share/gcc-data/x86_64-pc-linux-gnu/4.8.1/man --infodir=/usr/share/gcc-data/x86_64-pc-linux-gnu/4.8.1/info --with-gxx-include-dir=/usr/lib/gcc/x86_64-pc-linux-gnu/4.8.1/include/g++-v4 --host=x86_64-pc-linux-gnu --build=x86_64-pc-linux-gnu --disable-altivec --disable-fixed-point --without-cloog --disable-lto --enable-nls --without-included-gettext --with-system-zlib --enable-obsolete --disable-werror --enable-secureplt --enable-multilib --with-multilib-list=m32,m64 --enable-libmudflap --disable-libssp --enable-libgomp --with-python-dir=/share/gcc-data/x86_64-pc-linux-gnu/4.8.1/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 --enable-targets=all --with-bugurl=http://bugs.gentoo.org/ --with-pkgversion='Gentoo 4.8.1 p1.0, pie-0.5.6' >Thread model: posix >gcc version 4.8.1 (Gentoo 4.8.1 p1.0, pie-0.5.6) >configure:3114: $? = 0 >configure:3103: x86_64-pc-linux-gnu-gcc -m32 -V >&5 >x86_64-pc-linux-gnu-gcc: error: unrecognized command line option '-V' >x86_64-pc-linux-gnu-gcc: fatal error: no input files >compilation terminated. >configure:3114: $? = 1 >configure:3103: x86_64-pc-linux-gnu-gcc -m32 -qversion >&5 >x86_64-pc-linux-gnu-gcc: error: unrecognized command line option '-qversion' >x86_64-pc-linux-gnu-gcc: fatal error: no input files >compilation terminated. >configure:3114: $? = 1 >configure:3134: checking whether the C compiler works >configure:3156: x86_64-pc-linux-gnu-gcc -m32 -O2 -pipe -march=native -frecord-gcc-switches -Wall -Wl,-O1 -Wl,--as-needed -Wl,--hash-style=gnu conftest.c >&5 >configure:3160: $? = 0 >configure:3208: result: yes >configure:3211: checking for C compiler default output file name >configure:3213: result: a.out >configure:3219: checking for suffix of executables >configure:3226: x86_64-pc-linux-gnu-gcc -m32 -o conftest -O2 -pipe -march=native -frecord-gcc-switches -Wall -Wl,-O1 -Wl,--as-needed -Wl,--hash-style=gnu conftest.c >&5 >configure:3230: $? = 0 >configure:3252: result: >configure:3274: checking whether we are cross compiling >configure:3282: x86_64-pc-linux-gnu-gcc -m32 -o conftest -O2 -pipe -march=native -frecord-gcc-switches -Wall -Wl,-O1 -Wl,--as-needed -Wl,--hash-style=gnu conftest.c >&5 >configure:3286: $? = 0 >configure:3293: ./conftest >configure:3297: $? = 0 >configure:3312: result: no >configure:3317: checking for suffix of object files >configure:3339: x86_64-pc-linux-gnu-gcc -m32 -c -O2 -pipe -march=native -frecord-gcc-switches -Wall conftest.c >&5 >configure:3343: $? = 0 >configure:3364: result: o >configure:3368: checking whether we are using the GNU C compiler >configure:3387: x86_64-pc-linux-gnu-gcc -m32 -c -O2 -pipe -march=native -frecord-gcc-switches -Wall conftest.c >&5 >configure:3387: $? = 0 >configure:3396: result: yes >configure:3405: checking whether x86_64-pc-linux-gnu-gcc -m32 accepts -g >configure:3425: x86_64-pc-linux-gnu-gcc -m32 -c -g conftest.c >&5 >configure:3425: $? = 0 >configure:3466: result: yes >configure:3483: checking for x86_64-pc-linux-gnu-gcc -m32 option to accept ISO C89 >configure:3546: x86_64-pc-linux-gnu-gcc -m32 -c -O2 -pipe -march=native -frecord-gcc-switches -Wall conftest.c >&5 >configure:3546: $? = 0 >configure:3559: result: none needed >configure:3585: checking how to run the C preprocessor >configure:3616: x86_64-pc-linux-gnu-gcc -m32 -E conftest.c >configure:3616: $? = 0 >configure:3630: x86_64-pc-linux-gnu-gcc -m32 -E conftest.c >conftest.c:9:28: fatal error: ac_nonexistent.h: No such file or directory > #include <ac_nonexistent.h> > ^ >compilation terminated. >configure:3630: $? = 1 >configure: failed program was: >| /* confdefs.h */ >| #define PACKAGE_NAME "systemd" >| #define PACKAGE_TARNAME "systemd" >| #define PACKAGE_VERSION "207" >| #define PACKAGE_STRING "systemd 207" >| #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 <ac_nonexistent.h> >configure:3655: result: x86_64-pc-linux-gnu-gcc -m32 -E >configure:3675: x86_64-pc-linux-gnu-gcc -m32 -E conftest.c >configure:3675: $? = 0 >configure:3689: x86_64-pc-linux-gnu-gcc -m32 -E conftest.c >conftest.c:9:28: fatal error: ac_nonexistent.h: No such file or directory > #include <ac_nonexistent.h> > ^ >compilation terminated. >configure:3689: $? = 1 >configure: failed program was: >| /* confdefs.h */ >| #define PACKAGE_NAME "systemd" >| #define PACKAGE_TARNAME "systemd" >| #define PACKAGE_VERSION "207" >| #define PACKAGE_STRING "systemd 207" >| #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 <ac_nonexistent.h> >configure:3718: checking for grep that handles long lines and -e >configure:3776: result: /bin/grep >configure:3781: checking for egrep >configure:3843: result: /bin/grep -E >configure:3848: checking for ANSI C header files >configure:3868: x86_64-pc-linux-gnu-gcc -m32 -c -O2 -pipe -march=native -frecord-gcc-switches -Wall conftest.c >&5 >configure:3868: $? = 0 >configure:3941: x86_64-pc-linux-gnu-gcc -m32 -o conftest -O2 -pipe -march=native -frecord-gcc-switches -Wall -Wl,-O1 -Wl,--as-needed -Wl,--hash-style=gnu conftest.c >&5 >configure:3941: $? = 0 >configure:3941: ./conftest >configure:3941: $? = 0 >configure:3952: result: yes >configure:3965: checking for sys/types.h >configure:3965: x86_64-pc-linux-gnu-gcc -m32 -c -O2 -pipe -march=native -frecord-gcc-switches -Wall conftest.c >&5 >configure:3965: $? = 0 >configure:3965: result: yes >configure:3965: checking for sys/stat.h >configure:3965: x86_64-pc-linux-gnu-gcc -m32 -c -O2 -pipe -march=native -frecord-gcc-switches -Wall conftest.c >&5 >configure:3965: $? = 0 >configure:3965: result: yes >configure:3965: checking for stdlib.h >configure:3965: x86_64-pc-linux-gnu-gcc -m32 -c -O2 -pipe -march=native -frecord-gcc-switches -Wall conftest.c >&5 >configure:3965: $? = 0 >configure:3965: result: yes >configure:3965: checking for string.h >configure:3965: x86_64-pc-linux-gnu-gcc -m32 -c -O2 -pipe -march=native -frecord-gcc-switches -Wall conftest.c >&5 >configure:3965: $? = 0 >configure:3965: result: yes >configure:3965: checking for memory.h >configure:3965: x86_64-pc-linux-gnu-gcc -m32 -c -O2 -pipe -march=native -frecord-gcc-switches -Wall conftest.c >&5 >configure:3965: $? = 0 >configure:3965: result: yes >configure:3965: checking for strings.h >configure:3965: x86_64-pc-linux-gnu-gcc -m32 -c -O2 -pipe -march=native -frecord-gcc-switches -Wall conftest.c >&5 >configure:3965: $? = 0 >configure:3965: result: yes >configure:3965: checking for inttypes.h >configure:3965: x86_64-pc-linux-gnu-gcc -m32 -c -O2 -pipe -march=native -frecord-gcc-switches -Wall conftest.c >&5 >configure:3965: $? = 0 >configure:3965: result: yes >configure:3965: checking for stdint.h >configure:3965: x86_64-pc-linux-gnu-gcc -m32 -c -O2 -pipe -march=native -frecord-gcc-switches -Wall conftest.c >&5 >configure:3965: $? = 0 >configure:3965: result: yes >configure:3965: checking for unistd.h >configure:3965: x86_64-pc-linux-gnu-gcc -m32 -c -O2 -pipe -march=native -frecord-gcc-switches -Wall conftest.c >&5 >configure:3965: $? = 0 >configure:3965: result: yes >configure:3978: checking minix/config.h usability >configure:3978: x86_64-pc-linux-gnu-gcc -m32 -c -O2 -pipe -march=native -frecord-gcc-switches -Wall conftest.c >&5 >conftest.c:52:26: fatal error: minix/config.h: No such file or directory > #include <minix/config.h> > ^ >compilation terminated. >configure:3978: $? = 1 >configure: failed program was: >| /* confdefs.h */ >| #define PACKAGE_NAME "systemd" >| #define PACKAGE_TARNAME "systemd" >| #define PACKAGE_VERSION "207" >| #define PACKAGE_STRING "systemd 207" >| #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 <stdio.h> >| #ifdef HAVE_SYS_TYPES_H >| # include <sys/types.h> >| #endif >| #ifdef HAVE_SYS_STAT_H >| # include <sys/stat.h> >| #endif >| #ifdef STDC_HEADERS >| # include <stdlib.h> >| # include <stddef.h> >| #else >| # ifdef HAVE_STDLIB_H >| # include <stdlib.h> >| # endif >| #endif >| #ifdef HAVE_STRING_H >| # if !defined STDC_HEADERS && defined HAVE_MEMORY_H >| # include <memory.h> >| # endif >| # include <string.h> >| #endif >| #ifdef HAVE_STRINGS_H >| # include <strings.h> >| #endif >| #ifdef HAVE_INTTYPES_H >| # include <inttypes.h> >| #endif >| #ifdef HAVE_STDINT_H >| # include <stdint.h> >| #endif >| #ifdef HAVE_UNISTD_H >| # include <unistd.h> >| #endif >| #include <minix/config.h> >configure:3978: result: no >configure:3978: checking minix/config.h presence >configure:3978: x86_64-pc-linux-gnu-gcc -m32 -E conftest.c >conftest.c:19:26: fatal error: minix/config.h: No such file or directory > #include <minix/config.h> > ^ >compilation terminated. >configure:3978: $? = 1 >configure: failed program was: >| /* confdefs.h */ >| #define PACKAGE_NAME "systemd" >| #define PACKAGE_TARNAME "systemd" >| #define PACKAGE_VERSION "207" >| #define PACKAGE_STRING "systemd 207" >| #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 <minix/config.h> >configure:3978: result: no >configure:3978: checking for minix/config.h >configure:3978: result: no >configure:3999: checking whether it is safe to define __EXTENSIONS__ >configure:4017: x86_64-pc-linux-gnu-gcc -m32 -c -O2 -pipe -march=native -frecord-gcc-switches -Wall conftest.c >&5 >configure:4017: $? = 0 >configure:4024: result: yes >configure:4045: checking for special C compiler options needed for large files >configure:4090: result: no >configure:4096: checking for _FILE_OFFSET_BITS value needed for large files >configure:4121: x86_64-pc-linux-gnu-gcc -m32 -c -O2 -pipe -march=native -frecord-gcc-switches -Wall conftest.c >&5 >conftest.c:30:3: warning: left shift count >= width of type [enabled by default] > int off_t_is_large[(LARGE_OFF_T % 2147483629 == 721 > ^ >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] > && LARGE_OFF_T % 2147483647 == 1) > ^ >conftest.c:31:10: warning: left shift count >= width of type [enabled by default] >conftest.c:30:7: error: variably modified 'off_t_is_large' at file scope > int off_t_is_large[(LARGE_OFF_T % 2147483629 == 721 > ^ >configure:4121: $? = 1 >configure: failed program was: >| /* confdefs.h */ >| #define PACKAGE_NAME "systemd" >| #define PACKAGE_TARNAME "systemd" >| #define PACKAGE_VERSION "207" >| #define PACKAGE_STRING "systemd 207" >| #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 <sys/types.h> >| /* 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:4145: x86_64-pc-linux-gnu-gcc -m32 -c -O2 -pipe -march=native -frecord-gcc-switches -Wall conftest.c >&5 >configure:4145: $? = 0 >configure:4153: result: 64 >configure:4255: checking for a BSD-compatible install >configure:4323: result: /usr/bin/install -c >configure:4334: checking whether build environment is sane >configure:4389: result: yes >configure:4540: checking for a thread-safe mkdir -p >configure:4579: result: /bin/mkdir -p >configure:4586: checking for gawk >configure:4602: found /usr/bin/gawk >configure:4613: result: gawk >configure:4624: checking whether make sets $(MAKE) >configure:4646: result: yes >configure:4676: checking for style of include used by make >configure:4704: result: GNU >configure:4738: checking whether make supports nested variables >configure:4755: result: yes >configure:4834: checking how to create a pax tar archive >configure:4845: tar --version >tar (GNU tar) 1.26 >Copyright (C) 2011 Free Software Foundation, Inc. >License GPLv3+: GNU GPL version 3 or later <http://gnu.org/licenses/gpl.html>. >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:4848: $? = 0 >configure:4888: tardir=conftest.dir && eval tar --format=posix -chf - "$tardir" >conftest.tar >configure:4891: $? = 0 >configure:4895: tar -xf - <conftest.tar >configure:4898: $? = 0 >configure:4900: cat conftest.dir/file >GrepMe >configure:4903: $? = 0 >configure:4916: result: gnutar >configure:4925: checking dependency style of x86_64-pc-linux-gnu-gcc -m32 >configure:5036: result: none >configure:5063: checking whether make supports nested variables >configure:5080: result: yes >configure:5095: checking build system type >configure:5109: result: i686-pc-linux-gnu >configure:5129: checking host system type >configure:5142: result: i686-pc-linux-gnu >configure:5221: checking how to print strings >configure:5248: result: printf >configure:5269: checking for a sed that does not truncate output >configure:5333: result: /bin/sed >configure:5351: checking for fgrep >configure:5413: result: /bin/grep -F >configure:5448: checking for ld used by x86_64-pc-linux-gnu-gcc -m32 >configure:5515: result: x86_64-pc-linux-gnu-ld -m elf_i386 >configure:5522: checking if the linker (x86_64-pc-linux-gnu-ld -m elf_i386) is GNU ld >configure:5537: result: yes >configure:5549: checking for BSD- or MS-compatible name lister (nm) >configure:5598: result: /usr/bin/nm -B >configure:5728: checking the name lister (/usr/bin/nm -B) interface >configure:5735: x86_64-pc-linux-gnu-gcc -m32 -c -O2 -pipe -march=native -frecord-gcc-switches -Wall conftest.c >&5 >configure:5738: /usr/bin/nm -B "conftest.o" >configure:5741: output >00000000 B some_variable >configure:5748: result: BSD nm >configure:5751: checking whether ln -s works >configure:5755: result: yes >configure:5763: checking the maximum length of command line arguments >configure:5893: result: 1572864 >configure:5910: checking whether the shell understands some XSI constructs >configure:5920: result: yes >configure:5924: checking whether the shell understands "+=" >configure:5930: result: yes >configure:5965: checking how to convert i686-pc-linux-gnu file names to i686-pc-linux-gnu format >configure:6005: result: func_convert_file_noop >configure:6012: checking how to convert i686-pc-linux-gnu file names to toolchain format >configure:6032: result: func_convert_file_noop >configure:6039: checking for x86_64-pc-linux-gnu-ld -m elf_i386 option to reload object files >configure:6046: result: -r >configure:6080: checking for i686-pc-linux-gnu-objdump >configure:6110: result: no >configure:6120: checking for objdump >configure:6136: found /usr/bin/objdump >configure:6147: result: objdump >configure:6179: checking how to recognize dependent libraries >configure:6381: result: pass_all >configure:6426: checking for i686-pc-linux-gnu-dlltool >configure:6456: result: no >configure:6466: checking for dlltool >configure:6496: result: no >configure:6526: checking how to associate runtime and link libraries >configure:6553: result: printf %s\n >configure:6569: checking for i686-pc-linux-gnu-ar >configure:6599: result: no >configure:6613: checking for ar >configure:6629: found /usr/bin/ar >configure:6640: result: ar >configure:6677: checking for archiver @FILE support >configure:6694: x86_64-pc-linux-gnu-gcc -m32 -c -O2 -pipe -march=native -frecord-gcc-switches -Wall conftest.c >&5 >configure:6694: $? = 0 >configure:6697: ar cru libconftest.a @conftest.lst >&5 >configure:6700: $? = 0 >configure:6705: ar cru libconftest.a @conftest.lst >&5 >ar: conftest.o: No such file or directory >configure:6708: $? = 1 >configure:6720: result: @ >configure:6738: checking for i686-pc-linux-gnu-strip >configure:6768: result: no >configure:6778: checking for strip >configure:6794: found /usr/bin/strip >configure:6805: result: strip >configure:6837: checking for i686-pc-linux-gnu-ranlib >configure:6867: result: no >configure:6877: checking for ranlib >configure:6893: found /usr/bin/ranlib >configure:6904: result: ranlib >configure:7006: checking command to parse /usr/bin/nm -B output from x86_64-pc-linux-gnu-gcc -m32 object >configure:7126: x86_64-pc-linux-gnu-gcc -m32 -c -O2 -pipe -march=native -frecord-gcc-switches -Wall conftest.c >&5 >configure:7129: $? = 0 >configure:7133: /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:7136: $? = 0 >configure:7202: x86_64-pc-linux-gnu-gcc -m32 -o conftest -O2 -pipe -march=native -frecord-gcc-switches -Wall -Wl,-O1 -Wl,--as-needed -Wl,--hash-style=gnu conftest.c conftstm.o >&5 >configure:7205: $? = 0 >configure:7243: result: ok >configure:7280: checking for sysroot >configure:7310: result: no >configure:7526: checking for i686-pc-linux-gnu-mt >configure:7556: result: no >configure:7566: checking for mt >configure:7596: result: no >configure:7616: checking if : is a manifest tool >configure:7622: : '-?' >configure:7630: result: no >configure:8269: checking for dlfcn.h >configure:8269: x86_64-pc-linux-gnu-gcc -m32 -c -O2 -pipe -march=native -frecord-gcc-switches -Wall conftest.c >&5 >configure:8269: $? = 0 >configure:8269: result: yes >configure:8474: checking for objdir >configure:8489: result: .libs >configure:8760: checking if x86_64-pc-linux-gnu-gcc -m32 supports -fno-rtti -fno-exceptions >configure:8778: x86_64-pc-linux-gnu-gcc -m32 -c -O2 -pipe -march=native -frecord-gcc-switches -Wall -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:8782: $? = 0 >configure:8795: result: no >configure:9122: checking for x86_64-pc-linux-gnu-gcc -m32 option to produce PIC >configure:9129: result: -fPIC -DPIC >configure:9137: checking if x86_64-pc-linux-gnu-gcc -m32 PIC flag -fPIC -DPIC works >configure:9155: x86_64-pc-linux-gnu-gcc -m32 -c -O2 -pipe -march=native -frecord-gcc-switches -Wall -fPIC -DPIC -DPIC conftest.c >&5 >configure:9159: $? = 0 >configure:9172: result: yes >configure:9201: checking if x86_64-pc-linux-gnu-gcc -m32 static flag -static works >configure:9229: result: yes >configure:9244: checking if x86_64-pc-linux-gnu-gcc -m32 supports -c -o file.o >configure:9265: x86_64-pc-linux-gnu-gcc -m32 -c -O2 -pipe -march=native -frecord-gcc-switches -Wall -o out/conftest2.o conftest.c >&5 >configure:9269: $? = 0 >configure:9291: result: yes >configure:9299: checking if x86_64-pc-linux-gnu-gcc -m32 supports -c -o file.o >configure:9346: result: yes >configure:9379: checking whether the x86_64-pc-linux-gnu-gcc -m32 linker (x86_64-pc-linux-gnu-ld -m elf_i386) supports shared libraries >configure:10532: result: yes >configure:10569: checking whether -lc should be explicitly linked in >configure:10577: x86_64-pc-linux-gnu-gcc -m32 -c -O2 -pipe -march=native -frecord-gcc-switches -Wall conftest.c >&5 >configure:10580: $? = 0 >configure:10595: x86_64-pc-linux-gnu-gcc -m32 -shared -fPIC -DPIC conftest.o -v -Wl,-soname -Wl,conftest -o conftest 2\>\&1 \| /bin/grep -lc \>/dev/null 2\>\&1 >configure:10598: $? = 0 >configure:10612: result: no >configure:10772: checking dynamic linker characteristics >configure:11283: x86_64-pc-linux-gnu-gcc -m32 -o conftest -O2 -pipe -march=native -frecord-gcc-switches -Wall -Wl,-O1 -Wl,--as-needed -Wl,--hash-style=gnu -Wl,-rpath -Wl,/foo conftest.c >&5 >configure:11283: $? = 0 >configure:11509: result: GNU/Linux ld.so >configure:11616: checking how to hardcode library paths into programs >configure:11641: result: immediate >configure:12181: checking whether stripping libraries is possible >configure:12186: result: yes >configure:12221: checking if libtool supports shared libraries >configure:12223: result: yes >configure:12226: checking whether to build shared libraries >configure:12247: result: yes >configure:12250: checking whether to build static libraries >configure:12254: result: no >configure:12301: checking whether NLS is requested >configure:12310: result: yes >configure:12328: checking for intltool >= 0.40.0 >configure:12330: result: 0.50.2 found >configure:12338: checking for intltool-update >configure:12356: found /usr/bin/intltool-update >configure:12368: result: /usr/bin/intltool-update >configure:12378: checking for intltool-merge >configure:12396: found /usr/bin/intltool-merge >configure:12408: result: /usr/bin/intltool-merge >configure:12418: checking for intltool-extract >configure:12436: found /usr/bin/intltool-extract >configure:12448: result: /usr/bin/intltool-extract >configure:12602: checking for xgettext >configure:12620: found /usr/bin/xgettext >configure:12632: result: /usr/bin/xgettext >configure:12642: checking for msgmerge >configure:12660: found /usr/bin/msgmerge >configure:12672: result: /usr/bin/msgmerge >configure:12682: checking for msgfmt >configure:12700: found /usr/bin/msgfmt >configure:12712: result: /usr/bin/msgfmt >configure:12722: checking for gmsgfmt >configure:12740: found /usr/bin/gmsgfmt >configure:12753: result: /usr/bin/gmsgfmt >configure:12773: checking for perl >configure:12791: found /usr/bin/perl >configure:12803: result: /usr/bin/perl >configure:12814: checking for perl >= 5.8.1 >configure:12821: result: 5.16.3 >configure:12825: checking for XML::Parser >configure:12828: result: ok >configure:12853: x86_64-pc-linux-gnu-gcc -m32 -o conftest -O2 -pipe -march=native -frecord-gcc-switches -Wall -Wl,-O1 -Wl,--as-needed -Wl,--hash-style=gnu conftest.c >&5 >configure:12853: $? = 0 >configure:12884: checking whether ln -s works >configure:12888: result: yes >configure:12895: checking for a sed that does not truncate output >configure:12959: result: /bin/sed >configure:12964: checking for grep that handles long lines and -e >configure:13022: result: /bin/grep >configure:13031: checking for gawk >configure:13058: result: gawk >configure:13078: checking for i686-pc-linux-gnu-gcc >configure:13105: result: x86_64-pc-linux-gnu-gcc -m32 >configure:13374: checking for C compiler version >configure:13383: x86_64-pc-linux-gnu-gcc -m32 --version >&5 >x86_64-pc-linux-gnu-gcc (Gentoo 4.8.1 p1.0, pie-0.5.6) 4.8.1 >Copyright (C) 2013 Free Software Foundation, Inc. >This is free software; see the source for copying conditions. There is NO >warranty; not even for MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. > >configure:13394: $? = 0 >configure:13383: x86_64-pc-linux-gnu-gcc -m32 -v >&5 >Using built-in specs. >COLLECT_GCC=/usr/x86_64-pc-linux-gnu/gcc-bin/4.8.1/x86_64-pc-linux-gnu-gcc >COLLECT_LTO_WRAPPER=/usr/libexec/gcc/x86_64-pc-linux-gnu/4.8.1/lto-wrapper >Target: x86_64-pc-linux-gnu >Configured with: /var/tmp/portage/sys-devel/gcc-4.8.1/work/gcc-4.8.1/configure --prefix=/usr --bindir=/usr/x86_64-pc-linux-gnu/gcc-bin/4.8.1 --includedir=/usr/lib/gcc/x86_64-pc-linux-gnu/4.8.1/include --datadir=/usr/share/gcc-data/x86_64-pc-linux-gnu/4.8.1 --mandir=/usr/share/gcc-data/x86_64-pc-linux-gnu/4.8.1/man --infodir=/usr/share/gcc-data/x86_64-pc-linux-gnu/4.8.1/info --with-gxx-include-dir=/usr/lib/gcc/x86_64-pc-linux-gnu/4.8.1/include/g++-v4 --host=x86_64-pc-linux-gnu --build=x86_64-pc-linux-gnu --disable-altivec --disable-fixed-point --without-cloog --disable-lto --enable-nls --without-included-gettext --with-system-zlib --enable-obsolete --disable-werror --enable-secureplt --enable-multilib --with-multilib-list=m32,m64 --enable-libmudflap --disable-libssp --enable-libgomp --with-python-dir=/share/gcc-data/x86_64-pc-linux-gnu/4.8.1/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 --enable-targets=all --with-bugurl=http://bugs.gentoo.org/ --with-pkgversion='Gentoo 4.8.1 p1.0, pie-0.5.6' >Thread model: posix >gcc version 4.8.1 (Gentoo 4.8.1 p1.0, pie-0.5.6) >configure:13394: $? = 0 >configure:13383: x86_64-pc-linux-gnu-gcc -m32 -V >&5 >x86_64-pc-linux-gnu-gcc: error: unrecognized command line option '-V' >x86_64-pc-linux-gnu-gcc: fatal error: no input files >compilation terminated. >configure:13394: $? = 1 >configure:13383: x86_64-pc-linux-gnu-gcc -m32 -qversion >&5 >x86_64-pc-linux-gnu-gcc: error: unrecognized command line option '-qversion' >x86_64-pc-linux-gnu-gcc: fatal error: no input files >compilation terminated. >configure:13394: $? = 1 >configure:13398: checking whether we are using the GNU C compiler >configure:13426: result: yes >configure:13435: checking whether x86_64-pc-linux-gnu-gcc -m32 accepts -g >configure:13496: result: yes >configure:13513: checking for x86_64-pc-linux-gnu-gcc -m32 option to accept ISO C89 >configure:13589: result: none needed >configure:13609: checking for x86_64-pc-linux-gnu-gcc -m32 option to accept ISO C99 >configure:13758: x86_64-pc-linux-gnu-gcc -m32 -c -O2 -pipe -march=native -frecord-gcc-switches -Wall conftest.c >&5 >conftest.c:80:29: error: expected ';', ',' or ')' before 'text' > test_restrict (ccp restrict text) > ^ >conftest.c: In function 'test_varargs': >conftest.c:101:9: warning: variable 'fnumber' set but not used [-Wunused-but-set-variable] > float fnumber; > ^ >conftest.c:100:7: warning: variable 'number' set but not used [-Wunused-but-set-variable] > int number; > ^ >conftest.c:99:15: warning: variable 'str' set but not used [-Wunused-but-set-variable] > const char *str; > ^ >conftest.c: In function 'main': >conftest.c:132:3: warning: implicit declaration of function 'test_restrict' [-Wimplicit-function-declaration] > if (test_restrict ("String literal") == 0) > ^ >conftest.c:134:18: error: expected '=', ',', ';', 'asm' or '__attribute__' before 'newvar' > char *restrict newvar = "Another string"; > ^ >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 > for (int i = 0; i < ia->datasize; ++i) > ^ >conftest.c:144:3: note: use option -std=c99 or -std=gnu99 to compile your code >configure:13758: $? = 1 >configure: failed program was: >| /* confdefs.h */ >| #define PACKAGE_NAME "systemd" >| #define PACKAGE_TARNAME "systemd" >| #define PACKAGE_VERSION "207" >| #define PACKAGE_STRING "systemd 207" >| #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 "207" >| #define CANONICAL_HOST "i686-pc-linux-gnu" >| #define HAVE_DLFCN_H 1 >| #define LT_OBJDIR ".libs/" >| /* end confdefs.h. */ >| #include <stdarg.h> >| #include <stdbool.h> >| #include <stdlib.h> >| #include <wchar.h> >| #include <stdio.h> >| >| // 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:13758: x86_64-pc-linux-gnu-gcc -m32 -std=gnu99 -c -O2 -pipe -march=native -frecord-gcc-switches -Wall conftest.c >&5 >conftest.c: In function 'test_varargs': >conftest.c:101:9: warning: variable 'fnumber' set but not used [-Wunused-but-set-variable] > float fnumber; > ^ >conftest.c:100:7: warning: variable 'number' set but not used [-Wunused-but-set-variable] > int number; > ^ >conftest.c:99:15: warning: variable 'str' set but not used [-Wunused-but-set-variable] > const char *str; > ^ >configure:13758: $? = 0 >configure:13778: result: -std=gnu99 >configure:13787: checking whether x86_64-pc-linux-gnu-gcc -m32 -std=gnu99 and cc understand -c and -o together >configure:13818: x86_64-pc-linux-gnu-gcc -m32 -std=gnu99 -c conftest.c -o conftest2.o >&5 >configure:13822: $? = 0 >configure:13828: x86_64-pc-linux-gnu-gcc -m32 -std=gnu99 -c conftest.c -o conftest2.o >&5 >configure:13832: $? = 0 >configure:13843: cc -c conftest.c >&5 >configure:13847: $? = 0 >configure:13855: cc -c conftest.c -o conftest2.o >&5 >configure:13859: $? = 0 >configure:13865: cc -c conftest.c -o conftest2.o >&5 >configure:13869: $? = 0 >configure:13887: result: yes >configure:13913: checking whether x86_64-pc-linux-gnu-gcc -m32 -std=gnu99 needs -traditional >configure:13947: result: no >configure:13957: checking for m4 >configure:13975: found /usr/bin/m4 >configure:13987: result: /usr/bin/m4 >configure:13997: checking for xsltproc >configure:14015: found /usr/bin/xsltproc >configure:14027: result: /usr/bin/xsltproc >configure:14038: checking for quotaon >configure:14069: result: /usr/sbin/quotaon >configure:14079: checking for quotacheck >configure:14110: result: /usr/sbin/quotacheck >configure:14121: checking for setcap >configure:14139: found /sbin/setcap >configure:14152: result: /sbin/setcap >configure:14163: checking for kill >configure:14181: found /bin/kill >configure:14194: result: /bin/kill >configure:14205: checking for kmod >configure:14223: found /bin/kmod >configure:14236: result: /bin/kmod >configure:14247: checking for kexec >configure:14265: found /usr/sbin/kexec >configure:14278: result: /usr/sbin/kexec >configure:14300: checking for i686-pc-linux-gnu-pkg-config >configure:14333: result: no >configure:14343: checking for pkg-config >configure:14361: found /usr/bin/pkg-config >configure:14373: result: /usr/bin/pkg-config >configure:14398: checking pkg-config is at least version 0.9.0 >configure:14401: result: yes >configure:14414: checking for gtkdoc-check >configure:14447: result: no >configure:14456: checking for gtkdoc-rebase >configure:14474: found /usr/bin/gtkdoc-rebase >configure:14486: result: /usr/bin/gtkdoc-rebase >configure:14500: checking for gtkdoc-mkpdf >configure:14533: result: no >configure:14644: checking whether to build gtk-doc documentation >configure:14646: result: no >configure:14733: checking for gobject-introspection >configure:14779: result: no (disabled, use --enable-introspection to enable) >configure:14821: checking for i686-pc-linux-gnu-objcopy >configure:14851: result: no >configure:14861: checking for objcopy >configure:14877: found /usr/bin/objcopy >configure:14888: result: objcopy >configure:14913: checking for i686-pc-linux-gnu-strings >configure:14943: result: no >configure:14953: checking for strings >configure:14969: found /usr/bin/strings >configure:14980: result: strings >configure:15005: checking for i686-pc-linux-gnu-gperf >configure:15035: result: no >configure:15045: checking for gperf >configure:15061: found /usr/bin/gperf >configure:15072: result: gperf >configure:15141: checking if x86_64-pc-linux-gnu-gcc -m32 -std=gnu99 supports flag -pipe in envvar CFLAGS >configure:15152: x86_64-pc-linux-gnu-gcc -m32 -std=gnu99 -c -Werror -pipe conftest.c >&5 >configure:15152: $? = 0 >configure:15161: result: yes >configure:15141: checking if x86_64-pc-linux-gnu-gcc -m32 -std=gnu99 supports flag -Wall in envvar CFLAGS >configure:15152: x86_64-pc-linux-gnu-gcc -m32 -std=gnu99 -c -Werror -Wall conftest.c >&5 >configure:15152: $? = 0 >configure:15161: result: yes >configure:15141: checking if x86_64-pc-linux-gnu-gcc -m32 -std=gnu99 supports flag -Wextra in envvar CFLAGS >configure:15152: x86_64-pc-linux-gnu-gcc -m32 -std=gnu99 -c -Werror -Wextra conftest.c >&5 >configure:15152: $? = 0 >configure:15161: result: yes >configure:15141: checking if x86_64-pc-linux-gnu-gcc -m32 -std=gnu99 supports flag -Wno-inline in envvar CFLAGS >configure:15152: x86_64-pc-linux-gnu-gcc -m32 -std=gnu99 -c -Werror -Wno-inline conftest.c >&5 >configure:15152: $? = 0 >configure:15161: result: yes >configure:15141: checking if x86_64-pc-linux-gnu-gcc -m32 -std=gnu99 supports flag -Wundef in envvar CFLAGS >configure:15152: x86_64-pc-linux-gnu-gcc -m32 -std=gnu99 -c -Werror -Wundef conftest.c >&5 >configure:15152: $? = 0 >configure:15161: result: yes >configure:15141: checking if x86_64-pc-linux-gnu-gcc -m32 -std=gnu99 supports flag -Wformat=2 -Wformat-security -Wformat-nonliteral in envvar CFLAGS >configure:15152: x86_64-pc-linux-gnu-gcc -m32 -std=gnu99 -c -Werror -Wformat=2 -Wformat-security -Wformat-nonliteral conftest.c >&5 >configure:15152: $? = 0 >configure:15161: result: yes >configure:15141: checking if x86_64-pc-linux-gnu-gcc -m32 -std=gnu99 supports flag -Wlogical-op in envvar CFLAGS >configure:15152: x86_64-pc-linux-gnu-gcc -m32 -std=gnu99 -c -Werror -Wlogical-op conftest.c >&5 >configure:15152: $? = 0 >configure:15161: result: yes >configure:15141: checking if x86_64-pc-linux-gnu-gcc -m32 -std=gnu99 supports flag -Wsign-compare in envvar CFLAGS >configure:15152: x86_64-pc-linux-gnu-gcc -m32 -std=gnu99 -c -Werror -Wsign-compare conftest.c >&5 >configure:15152: $? = 0 >configure:15161: result: yes >configure:15141: checking if x86_64-pc-linux-gnu-gcc -m32 -std=gnu99 supports flag -Wmissing-include-dirs in envvar CFLAGS >configure:15152: x86_64-pc-linux-gnu-gcc -m32 -std=gnu99 -c -Werror -Wmissing-include-dirs conftest.c >&5 >configure:15152: $? = 0 >configure:15161: result: yes >configure:15141: checking if x86_64-pc-linux-gnu-gcc -m32 -std=gnu99 supports flag -Wold-style-definition in envvar CFLAGS >configure:15152: x86_64-pc-linux-gnu-gcc -m32 -std=gnu99 -c -Werror -Wold-style-definition conftest.c >&5 >configure:15152: $? = 0 >configure:15161: result: yes >configure:15141: checking if x86_64-pc-linux-gnu-gcc -m32 -std=gnu99 supports flag -Wpointer-arith in envvar CFLAGS >configure:15152: x86_64-pc-linux-gnu-gcc -m32 -std=gnu99 -c -Werror -Wpointer-arith conftest.c >&5 >configure:15152: $? = 0 >configure:15161: result: yes >configure:15141: checking if x86_64-pc-linux-gnu-gcc -m32 -std=gnu99 supports flag -Winit-self in envvar CFLAGS >configure:15152: x86_64-pc-linux-gnu-gcc -m32 -std=gnu99 -c -Werror -Winit-self conftest.c >&5 >configure:15152: $? = 0 >configure:15161: result: yes >configure:15141: checking if x86_64-pc-linux-gnu-gcc -m32 -std=gnu99 supports flag -Wdeclaration-after-statement in envvar CFLAGS >configure:15152: x86_64-pc-linux-gnu-gcc -m32 -std=gnu99 -c -Werror -Wdeclaration-after-statement conftest.c >&5 >configure:15152: $? = 0 >configure:15161: result: yes >configure:15141: checking if x86_64-pc-linux-gnu-gcc -m32 -std=gnu99 supports flag -Wfloat-equal in envvar CFLAGS >configure:15152: x86_64-pc-linux-gnu-gcc -m32 -std=gnu99 -c -Werror -Wfloat-equal conftest.c >&5 >configure:15152: $? = 0 >configure:15161: result: yes >configure:15141: checking if x86_64-pc-linux-gnu-gcc -m32 -std=gnu99 supports flag -Wmissing-prototypes in envvar CFLAGS >configure:15152: x86_64-pc-linux-gnu-gcc -m32 -std=gnu99 -c -Werror -Wmissing-prototypes conftest.c >&5 >configure:15152: $? = 0 >configure:15161: result: yes >configure:15141: checking if x86_64-pc-linux-gnu-gcc -m32 -std=gnu99 supports flag -Wstrict-prototypes in envvar CFLAGS >configure:15152: x86_64-pc-linux-gnu-gcc -m32 -std=gnu99 -c -Werror -Wstrict-prototypes conftest.c >&5 >configure:15152: $? = 0 >configure:15161: result: yes >configure:15141: checking if x86_64-pc-linux-gnu-gcc -m32 -std=gnu99 supports flag -Wredundant-decls in envvar CFLAGS >configure:15152: x86_64-pc-linux-gnu-gcc -m32 -std=gnu99 -c -Werror -Wredundant-decls conftest.c >&5 >configure:15152: $? = 0 >configure:15161: result: yes >configure:15141: checking if x86_64-pc-linux-gnu-gcc -m32 -std=gnu99 supports flag -Wmissing-declarations in envvar CFLAGS >configure:15152: x86_64-pc-linux-gnu-gcc -m32 -std=gnu99 -c -Werror -Wmissing-declarations conftest.c >&5 >configure:15152: $? = 0 >configure:15161: result: yes >configure:15141: checking if x86_64-pc-linux-gnu-gcc -m32 -std=gnu99 supports flag -Wmissing-noreturn in envvar CFLAGS >configure:15152: x86_64-pc-linux-gnu-gcc -m32 -std=gnu99 -c -Werror -Wmissing-noreturn conftest.c >&5 >configure:15152: $? = 0 >configure:15161: result: yes >configure:15141: checking if x86_64-pc-linux-gnu-gcc -m32 -std=gnu99 supports flag -Wshadow in envvar CFLAGS >configure:15152: x86_64-pc-linux-gnu-gcc -m32 -std=gnu99 -c -Werror -Wshadow conftest.c >&5 >configure:15152: $? = 0 >configure:15161: result: yes >configure:15141: checking if x86_64-pc-linux-gnu-gcc -m32 -std=gnu99 supports flag -Wendif-labels in envvar CFLAGS >configure:15152: x86_64-pc-linux-gnu-gcc -m32 -std=gnu99 -c -Werror -Wendif-labels conftest.c >&5 >configure:15152: $? = 0 >configure:15161: result: yes >configure:15141: checking if x86_64-pc-linux-gnu-gcc -m32 -std=gnu99 supports flag -Wcast-align in envvar CFLAGS >configure:15152: x86_64-pc-linux-gnu-gcc -m32 -std=gnu99 -c -Werror -Wcast-align conftest.c >&5 >configure:15152: $? = 0 >configure:15161: result: yes >configure:15141: checking if x86_64-pc-linux-gnu-gcc -m32 -std=gnu99 supports flag -Wstrict-aliasing=2 in envvar CFLAGS >configure:15152: x86_64-pc-linux-gnu-gcc -m32 -std=gnu99 -c -Werror -Wstrict-aliasing=2 conftest.c >&5 >configure:15152: $? = 0 >configure:15161: result: yes >configure:15141: checking if x86_64-pc-linux-gnu-gcc -m32 -std=gnu99 supports flag -Wwrite-strings in envvar CFLAGS >configure:15152: x86_64-pc-linux-gnu-gcc -m32 -std=gnu99 -c -Werror -Wwrite-strings conftest.c >&5 >configure:15152: $? = 0 >configure:15161: result: yes >configure:15141: checking if x86_64-pc-linux-gnu-gcc -m32 -std=gnu99 supports flag -Wno-long-long in envvar CFLAGS >configure:15152: x86_64-pc-linux-gnu-gcc -m32 -std=gnu99 -c -Werror -Wno-long-long conftest.c >&5 >configure:15152: $? = 0 >configure:15161: result: yes >configure:15141: checking if x86_64-pc-linux-gnu-gcc -m32 -std=gnu99 supports flag -Wno-overlength-strings in envvar CFLAGS >configure:15152: x86_64-pc-linux-gnu-gcc -m32 -std=gnu99 -c -Werror -Wno-overlength-strings conftest.c >&5 >configure:15152: $? = 0 >configure:15161: result: yes >configure:15141: checking if x86_64-pc-linux-gnu-gcc -m32 -std=gnu99 supports flag -Wno-unused-parameter in envvar CFLAGS >configure:15152: x86_64-pc-linux-gnu-gcc -m32 -std=gnu99 -c -Werror -Wno-unused-parameter conftest.c >&5 >configure:15152: $? = 0 >configure:15161: result: yes >configure:15141: checking if x86_64-pc-linux-gnu-gcc -m32 -std=gnu99 supports flag -Wno-missing-field-initializers in envvar CFLAGS >configure:15152: x86_64-pc-linux-gnu-gcc -m32 -std=gnu99 -c -Werror -Wno-missing-field-initializers conftest.c >&5 >configure:15152: $? = 0 >configure:15161: result: yes >configure:15141: checking if x86_64-pc-linux-gnu-gcc -m32 -std=gnu99 supports flag -Wno-unused-result in envvar CFLAGS >configure:15152: x86_64-pc-linux-gnu-gcc -m32 -std=gnu99 -c -Werror -Wno-unused-result conftest.c >&5 >configure:15152: $? = 0 >configure:15161: result: yes >configure:15141: checking if x86_64-pc-linux-gnu-gcc -m32 -std=gnu99 supports flag -Werror=overflow in envvar CFLAGS >configure:15152: x86_64-pc-linux-gnu-gcc -m32 -std=gnu99 -c -Werror -Werror=overflow conftest.c >&5 >configure:15152: $? = 0 >configure:15161: result: yes >configure:15141: checking if x86_64-pc-linux-gnu-gcc -m32 -std=gnu99 supports flag -ffast-math in envvar CFLAGS >configure:15152: x86_64-pc-linux-gnu-gcc -m32 -std=gnu99 -c -Werror -ffast-math conftest.c >&5 >configure:15152: $? = 0 >configure:15161: result: yes >configure:15141: checking if x86_64-pc-linux-gnu-gcc -m32 -std=gnu99 supports flag -fno-common in envvar CFLAGS >configure:15152: x86_64-pc-linux-gnu-gcc -m32 -std=gnu99 -c -Werror -fno-common conftest.c >&5 >configure:15152: $? = 0 >configure:15161: result: yes >configure:15141: checking if x86_64-pc-linux-gnu-gcc -m32 -std=gnu99 supports flag -fdiagnostics-show-option in envvar CFLAGS >configure:15152: x86_64-pc-linux-gnu-gcc -m32 -std=gnu99 -c -Werror -fdiagnostics-show-option conftest.c >&5 >configure:15152: $? = 0 >configure:15161: result: yes >configure:15141: checking if x86_64-pc-linux-gnu-gcc -m32 -std=gnu99 supports flag -fdiagnostics-color in envvar CFLAGS >configure:15152: x86_64-pc-linux-gnu-gcc -m32 -std=gnu99 -c -Werror -fdiagnostics-color conftest.c >&5 >x86_64-pc-linux-gnu-gcc: error: unrecognized command line option '-fdiagnostics-color' >configure:15152: $? = 1 >configure: failed program was: >| /* confdefs.h */ >| #define PACKAGE_NAME "systemd" >| #define PACKAGE_TARNAME "systemd" >| #define PACKAGE_VERSION "207" >| #define PACKAGE_STRING "systemd 207" >| #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 "207" >| #define CANONICAL_HOST "i686-pc-linux-gnu" >| #define HAVE_DLFCN_H 1 >| #define LT_OBJDIR ".libs/" >| /* end confdefs.h. */ >| int a = 0; int main(void) { return a; } >configure:15161: result: no >configure:15141: checking if x86_64-pc-linux-gnu-gcc -m32 -std=gnu99 supports flag -fno-strict-aliasing in envvar CFLAGS >configure:15152: x86_64-pc-linux-gnu-gcc -m32 -std=gnu99 -c -Werror -fno-strict-aliasing conftest.c >&5 >configure:15152: $? = 0 >configure:15161: result: yes >configure:15141: checking if x86_64-pc-linux-gnu-gcc -m32 -std=gnu99 supports flag -fvisibility=hidden in envvar CFLAGS >configure:15152: x86_64-pc-linux-gnu-gcc -m32 -std=gnu99 -c -Werror -fvisibility=hidden conftest.c >&5 >configure:15152: $? = 0 >configure:15161: result: yes >configure:15141: checking if x86_64-pc-linux-gnu-gcc -m32 -std=gnu99 supports flag -ffunction-sections in envvar CFLAGS >configure:15152: x86_64-pc-linux-gnu-gcc -m32 -std=gnu99 -c -Werror -ffunction-sections conftest.c >&5 >configure:15152: $? = 0 >configure:15161: result: yes >configure:15141: checking if x86_64-pc-linux-gnu-gcc -m32 -std=gnu99 supports flag -fdata-sections in envvar CFLAGS >configure:15152: x86_64-pc-linux-gnu-gcc -m32 -std=gnu99 -c -Werror -fdata-sections conftest.c >&5 >configure:15152: $? = 0 >configure:15161: result: yes >configure:15141: checking if x86_64-pc-linux-gnu-gcc -m32 -std=gnu99 supports flag -fstack-protector in envvar CFLAGS >configure:15152: x86_64-pc-linux-gnu-gcc -m32 -std=gnu99 -c -Werror -fstack-protector conftest.c >&5 >configure:15152: $? = 0 >configure:15161: result: yes >configure:15141: checking if x86_64-pc-linux-gnu-gcc -m32 -std=gnu99 supports flag --param=ssp-buffer-size=4 in envvar CFLAGS >configure:15152: x86_64-pc-linux-gnu-gcc -m32 -std=gnu99 -c -Werror --param=ssp-buffer-size=4 conftest.c >&5 >configure:15152: $? = 0 >configure:15161: result: yes >configure:15179: checking if x86_64-pc-linux-gnu-gcc -m32 -std=gnu99 supports flag -Wp,-D_FORTIFY_SOURCE=2 in envvar CPPFLAGS >configure:15190: x86_64-pc-linux-gnu-gcc -m32 -std=gnu99 -c -O2 -pipe -march=native -frecord-gcc-switches -Wall -Werror -Wp,-D_FORTIFY_SOURCE=2 conftest.c >&5 ><command-line>:0:0: error: "_FORTIFY_SOURCE" redefined [-Werror] >conftest.c:1:0: note: this is the location of the previous definition > /* confdefs.h */ > ^ >cc1: all warnings being treated as errors >configure:15190: $? = 1 >configure: failed program was: >| /* confdefs.h */ >| #define PACKAGE_NAME "systemd" >| #define PACKAGE_TARNAME "systemd" >| #define PACKAGE_VERSION "207" >| #define PACKAGE_STRING "systemd 207" >| #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 "207" >| #define CANONICAL_HOST "i686-pc-linux-gnu" >| #define HAVE_DLFCN_H 1 >| #define LT_OBJDIR ".libs/" >| /* end confdefs.h. */ >| int a = 0; int main(void) { return a; } >configure:15199: result: no >configure:15223: checking if x86_64-pc-linux-gnu-gcc -m32 -std=gnu99 supports flag -Wl,--as-needed in envvar LDFLAGS >configure:15234: x86_64-pc-linux-gnu-gcc -m32 -std=gnu99 -c -O2 -pipe -march=native -frecord-gcc-switches -Wall conftest.c >&5 >configure:15234: $? = 0 >configure:15243: result: yes >configure:15223: checking if x86_64-pc-linux-gnu-gcc -m32 -std=gnu99 supports flag -Wl,--no-undefined in envvar LDFLAGS >configure:15234: x86_64-pc-linux-gnu-gcc -m32 -std=gnu99 -c -O2 -pipe -march=native -frecord-gcc-switches -Wall conftest.c >&5 >configure:15234: $? = 0 >configure:15243: result: yes >configure:15223: checking if x86_64-pc-linux-gnu-gcc -m32 -std=gnu99 supports flag -Wl,--gc-sections in envvar LDFLAGS >configure:15234: x86_64-pc-linux-gnu-gcc -m32 -std=gnu99 -c -O2 -pipe -march=native -frecord-gcc-switches -Wall conftest.c >&5 >configure:15234: $? = 0 >configure:15243: result: yes >configure:15223: checking if x86_64-pc-linux-gnu-gcc -m32 -std=gnu99 supports flag -Wl,-z,relro in envvar LDFLAGS >configure:15234: x86_64-pc-linux-gnu-gcc -m32 -std=gnu99 -c -O2 -pipe -march=native -frecord-gcc-switches -Wall conftest.c >&5 >configure:15234: $? = 0 >configure:15243: result: yes >configure:15223: checking if x86_64-pc-linux-gnu-gcc -m32 -std=gnu99 supports flag -Wl,-z,now in envvar LDFLAGS >configure:15234: x86_64-pc-linux-gnu-gcc -m32 -std=gnu99 -c -O2 -pipe -march=native -frecord-gcc-switches -Wall conftest.c >&5 >configure:15234: $? = 0 >configure:15243: result: yes >configure:15506: checking for PYTHON_DEVEL >configure:15513: $PKG_CONFIG --exists --print-errors "python-${PYTHON_VERSION}" >Package python- was not found in the pkg-config search path. >Perhaps you should add the directory containing `python-.pc' >to the PKG_CONFIG_PATH environment variable >No package 'python-' found >configure:15516: $? = 1 >configure:15530: $PKG_CONFIG --exists --print-errors "python-${PYTHON_VERSION}" >Package python- was not found in the pkg-config search path. >Perhaps you should add the directory containing `python-.pc' >to the PKG_CONFIG_PATH environment variable >No package 'python-' found >configure:15533: $? = 1 >configure:15547: result: no >No package 'python-' found >configure:15565: checking for PYTHON_DEVEL >configure:15572: $PKG_CONFIG --exists --print-errors "python" >Package python was not found in the pkg-config search path. >Perhaps you should add the directory containing `python.pc' >to the PKG_CONFIG_PATH environment variable >No package 'python' found >configure:15575: $? = 1 >configure:15589: $PKG_CONFIG --exists --print-errors "python" >Package python was not found in the pkg-config search path. >Perhaps you should add the directory containing `python.pc' >to the PKG_CONFIG_PATH environment variable >No package 'python' found >configure:15592: $? = 1 >configure:15606: result: no >No package 'python' found >configure:15716: error: *** python-devel support requested but libraries not found > >## ---------------- ## >## Cache variables. ## >## ---------------- ## > >ac_cv_build=i686-pc-linux-gnu >ac_cv_c_compiler_gnu=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='x86_64-pc-linux-gnu-gcc -m32' >ac_cv_env_CFLAGS_set=set >ac_cv_env_CFLAGS_value='-O2 -pipe -march=native -frecord-gcc-switches -Wall' >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=set >ac_cv_env_DBUS_CFLAGS_value=' ' >ac_cv_env_DBUS_LIBS_set=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,--as-needed -Wl,--hash-style=gnu' >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=set >ac_cv_env_PKG_CONFIG_LIBDIR_value=/usr/lib32/pkgconfig >ac_cv_env_PKG_CONFIG_PATH_set=set >ac_cv_env_PKG_CONFIG_PATH_value=/usr/share/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_DEVEL_CFLAGS_set= >ac_cv_env_PYTHON_DEVEL_CFLAGS_value= >ac_cv_env_PYTHON_DEVEL_LIBS_set= >ac_cv_env_PYTHON_DEVEL_LIBS_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=i686-pc-linux-gnu >ac_cv_env_host_alias_set=set >ac_cv_env_host_alias_value=i686-pc-linux-gnu >ac_cv_env_target_alias_set= >ac_cv_env_target_alias_value= >ac_cv_header_dlfcn_h=yes >ac_cv_header_inttypes_h=yes >ac_cv_header_memory_h=yes >ac_cv_header_minix_config_h=no >ac_cv_header_stdc=yes >ac_cv_header_stdint_h=yes >ac_cv_header_stdlib_h=yes >ac_cv_header_string_h=yes >ac_cv_header_strings_h=yes >ac_cv_header_sys_capability_h=yes >ac_cv_header_sys_stat_h=yes >ac_cv_header_sys_types_h=yes >ac_cv_header_unistd_h=yes >ac_cv_host=i686-pc-linux-gnu >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_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_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/bin/install -c' >ac_cv_path_mkdir=/bin/mkdir >ac_cv_prog_AWK=gawk >ac_cv_prog_CC='x86_64-pc-linux-gnu-gcc -m32' >ac_cv_prog_CPP='x86_64-pc-linux-gnu-gcc -m32 -E' >ac_cv_prog_ac_ct_AR=ar >ac_cv_prog_ac_ct_GPERF=gperf >ac_cv_prog_ac_ct_OBJCOPY=objcopy >ac_cv_prog_ac_ct_OBJDUMP=objdump >ac_cv_prog_ac_ct_RANLIB=ranlib >ac_cv_prog_ac_ct_STRINGS=strings >ac_cv_prog_ac_ct_STRIP=strip >ac_cv_prog_cc_c89= >ac_cv_prog_cc_c99=-std=gnu99 >ac_cv_prog_cc_g=yes >ac_cv_prog_cc_x86_64_pc_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= >ac_cv_sys_file_offset_bits=64 >ac_cv_sys_largefile_CC=no >am_cv_CC_dependencies_compiler_type=none >am_cv_make_support_nested_variables=yes >am_cv_prog_tar_pax=gnutar >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=yes >cc_cv_CFLAGS__fvisibility_hidden=yes >cc_cv_CFLAGS__pipe=yes >cc_cv_CPPFLAGS__Wp__D_FORTIFY_SOURCE_2=no >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='x86_64-pc-linux-gnu-ld -m elf_i386' >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 > >## ----------------- ## >## Output variables. ## >## ----------------- ## > >ACLOCAL='${SHELL} /tmp/portage/sys-apps/systemd-207/work/systemd-207/build-aux/missing aclocal-1.13' >ACL_LIBS='' >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='ar' >AUDIT_LIBS='' >AUTOCONF='${SHELL} /tmp/portage/sys-apps/systemd-207/work/systemd-207/build-aux/missing autoconf' >AUTOHEADER='${SHELL} /tmp/portage/sys-apps/systemd-207/work/systemd-207/build-aux/missing autoheader' >AUTOMAKE='${SHELL} /tmp/portage/sys-apps/systemd-207/work/systemd-207/build-aux/missing automake-1.13' >AWK='gawk' >BLKID_CFLAGS='' >BLKID_LIBS='' >CAP_LIBS='' >CC='x86_64-pc-linux-gnu-gcc -m32 -std=gnu99' >CCDEPMODE='depmode=none' >CFLAGS='-O2 -pipe -march=native -frecord-gcc-switches -Wall' >CHKCONFIG='' >CPP='x86_64-pc-linux-gnu-gcc -m32 -E' >CPPFLAGS='' >CYGPATH_W='echo' >DATADIRNAME='share' >DBUS_CFLAGS=' ' >DBUS_LIBS=' ' >DEBUGTTY='' >DEFS='' >DEPDIR='.deps' >DLLTOOL='false' >DSYMUTIL='' >DUMPBIN='' >ECHO_C='' >ECHO_N='-n' >ECHO_T='' >EGREP='/bin/grep -E' >ENABLE_BACKLIGHT_FALSE='' >ENABLE_BACKLIGHT_TRUE='' >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='' >GCRYPT_CFLAGS='' >GCRYPT_LIBS='' >GETTEXT_PACKAGE='systemd' >GLIB_CFLAGS='' >GLIB_LIBS='' >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='/usr/bin/intltool-update' >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='' >KBD_SETFONT='' >KEXEC='/usr/sbin/kexec' >KILL='/bin/kill' >KMOD='/bin/kmod' >KMOD_CFLAGS='' >KMOD_LIBS='' >LD='x86_64-pc-linux-gnu-ld -m elf_i386' >LDFLAGS='-Wl,-O1 -Wl,--as-needed -Wl,--hash-style=gnu' >LIBCRYPTSETUP_CFLAGS='' >LIBCRYPTSETUP_LIBS='' >LIBGCRYPT_CFLAGS='' >LIBGCRYPT_CONFIG='' >LIBGCRYPT_LIBS='' >LIBOBJS='' >LIBS='' >LIBTOOL='$(SHELL) $(top_builddir)/libtool' >LIBWRAP_LIBS='' >LIPO='' >LN_S='ln -s' >LTLIBOBJS='' >M4='/usr/bin/m4' >M4_DEFINES='' >MAKEINFO='${SHELL} /tmp/portage/sys-apps/systemd-207/work/systemd-207/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='objcopy' >OBJDUMP='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 -fstack-protector --param=ssp-buffer-size=4' >OUR_CPPFLAGS='' >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 207' >PACKAGE_TARNAME='systemd' >PACKAGE_URL='http://www.freedesktop.org/wiki/Software/systemd' >PACKAGE_VERSION='207' >PAM_LIBS='' >PATH_SEPARATOR=':' >PKG_CONFIG='/usr/bin/pkg-config' >PKG_CONFIG_LIBDIR='/usr/lib32/pkgconfig' >PKG_CONFIG_PATH='/usr/share/pkgconfig' >PYTHON='/usr/bin/python2.7' >PYTHON_BINARY='/usr/bin/python' >PYTHON_DEVEL_CFLAGS='' >PYTHON_DEVEL_LIBS='' >PYTHON_EXEC_PREFIX='' >PYTHON_PLATFORM='' >PYTHON_PREFIX='' >PYTHON_VERSION='' >QRENCODE_CFLAGS='' >QRENCODE_LIBS='' >QUOTACHECK='/usr/sbin/quotacheck' >QUOTAON='/usr/sbin/quotaon' >RANLIB='ranlib' >RC_LOCAL_SCRIPT_PATH_START='' >RC_LOCAL_SCRIPT_PATH_STOP='' >RT_LIBS='' >SED='/bin/sed' >SELINUX_CFLAGS='' >SELINUX_LIBS='' >SETCAP='/sbin/setcap' >SET_MAKE='' >SHELL='/bin/sh' >STRINGS='strings' >STRIP='strip' >SUSHELL='' >SYSTEM_SYSVINIT_PATH='' >SYSTEM_SYSVRCND_PATH='' >TELINIT='' >USE_NLS='yes' >VERSION='207' >XATTR_LIBS='' >XGETTEXT='/usr/bin/xgettext' >XSLTPROC='/usr/bin/xsltproc' >XZ_CFLAGS='' >XZ_LIBS='' >ac_ct_AR='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='' >bindir='${exec_prefix}/bin' >build='i686-pc-linux-gnu' >build_alias='i686-pc-linux-gnu' >build_cpu='i686' >build_os='linux-gnu' >build_vendor='pc' >datadir='/usr/share' >datarootdir='${prefix}/share' >dbusinterfacedir='' >dbuspolicydir='' >dbussessionservicedir='' >dbussystemservicedir='' >docdir='/usr/share/doc/systemd-207' >dvidir='${docdir}' >exec_prefix='NONE' >host='i686-pc-linux-gnu' >host_alias='i686-pc-linux-gnu' >host_cpu='i686' >host_os='linux-gnu' >host_vendor='pc' >htmldir='${docdir}' >includedir='${prefix}/include' >infodir='/usr/share/info' >install_sh='${SHELL} /tmp/portage/sys-apps/systemd-207/work/systemd-207/build-aux/install-sh' >intltool__v_merge_options_0='-q' >intltool__v_merge_options_='$(intltool__v_merge_options_$(AM_DEFAULT_VERBOSITY))' >lcov_found='' >libdir='/usr/lib32' >libexecdir='${exec_prefix}/libexec' >localedir='${datarootdir}/locale' >localstatedir='/var' >mandir='/usr/share/man' >mkdir_p='$(MKDIR_P)' >oldincludedir='/usr/include' >pamconfdir='' >pamlibdir='' >pdfdir='${docdir}' >pkgpyexecdir='' >pkgpythondir='' >prefix='/usr' >program_transform_name='s,x,x,' >psdir='${docdir}' >pyexecdir='' >pythondir='' >rootlibdir='' >rootprefix='' >sbindir='${exec_prefix}/sbin' >sharedstatedir='${prefix}/com' >sysconfdir='/etc' >target_alias='' >zshcompletiondir='' > >## ----------- ## >## confdefs.h. ## >## ----------- ## > >/* confdefs.h */ >#define PACKAGE_NAME "systemd" >#define PACKAGE_TARNAME "systemd" >#define PACKAGE_VERSION "207" >#define PACKAGE_STRING "systemd 207" >#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 "207" >#define CANONICAL_HOST "i686-pc-linux-gnu" >#define HAVE_DLFCN_H 1 >#define LT_OBJDIR ".libs/" > >configure: exit 1
You cannot view the attachment while viewing its details because your browser does not support IFRAMEs.
View the attachment on a separate page
.
View Attachment As Raw
Actions:
View
Attachments on
bug 484934
:
358652
| 358654