Go to:
Gentoo Home
Documentation
Forums
Lists
Bugs
Planet
Store
Wiki
Get Gentoo!
Gentoo's Bugzilla – Attachment 364270 Details for
Bug 492894
=sys-apps/dbus-1.6.18-r1[abi_x86_32] - configure: error: Explicitly requested libxml but libxml not found
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), 113.32 KB, created by
Karl Lindén
on 2013-11-30 15:51:19 UTC
(
hide
)
Description:
Config log
Filename:
MIME Type:
Creator:
Karl Lindén
Created:
2013-11-30 15:51:19 UTC
Size:
113.32 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 dbus configure 1.6.18, which was >generated by GNU Autoconf 2.69. Invocation command line was > > $ /var/tmp/portage/sys-apps/dbus-1.6.18-r1/work/dbus-1.6.18/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 --disable-silent-rules --localstatedir=/var --docdir=/usr/share/doc/dbus-1.6.18-r1 --htmldir=/usr/share/doc/dbus-1.6.18-r1/html --disable-static --disable-verbose-mode --disable-asserts --disable-checks --disable-selinux --disable-libaudit --enable-inotify --disable-kqueue --disable-systemd --disable-embedded-tests --disable-modular-tests --disable-stats --with-xml=expat --with-session-socket-dir=/tmp --with-system-pid-file=/var/run/dbus.pid --with-system-socket=/var/run/dbus/system_bus_socket --with-dbus-user=messagebus --with-x --with-systemdsystemunitdir=/usr/lib/systemd/system --disable-selinux --disable-libaudit --disable-systemd --without-x --with-xml=libxml XML_CFLAGS= XML_LIBS= --disable-xml-docs --disable-doxygen-docs > >## --------- ## >## Platform. ## >## --------- ## > >hostname = kalle-desktop >uname -m = x86_64 >uname -r = 3.12.1-gentoo >uname -s = Linux >uname -v = #1 SMP PREEMPT Fri Nov 22 21:15:20 CET 2013 > >/usr/bin/uname -p = AMD Athlon(tm) II X4 640 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: /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.2 >PATH: /usr/x86_64-pc-linux-gnu/i686-pc-mingw32/gcc-bin/4.8.2 >PATH: /usr/x86_64-pc-linux-gnu/powerpc-unknown-linux-gnu/gcc-bin/4.7.3 > > >## ----------- ## >## Core tests. ## >## ----------- ## > >configure:2776: 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:2906: checking build system type >configure:2920: result: i686-pc-linux-gnu >configure:2940: checking host system type >configure:2953: result: i686-pc-linux-gnu >configure:2994: checking for a BSD-compatible install >configure:3062: result: /usr/bin/install -c >configure:3073: checking whether build environment is sane >configure:3128: result: yes >configure:3279: checking for a thread-safe mkdir -p >configure:3318: result: /bin/mkdir -p >configure:3325: checking for gawk >configure:3341: found /usr/bin/gawk >configure:3352: result: gawk >configure:3363: checking whether make sets $(MAKE) >configure:3385: result: yes >configure:3414: checking whether make supports nested variables >configure:3431: result: yes >configure:3520: checking whether UID '250' is supported by ustar format >configure:3523: result: yes >configure:3530: checking whether GID '250' is supported by ustar format >configure:3533: result: yes >configure:3541: checking how to create a ustar tar archive >configure:3552: tar --version >tar (GNU tar) 1.27.1 >Copyright (C) 2013 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:3555: $? = 0 >configure:3595: tardir=conftest.dir && eval tar --format=ustar -chf - "$tardir" >conftest.tar >configure:3598: $? = 0 >configure:3602: tar -xf - <conftest.tar >configure:3605: $? = 0 >configure:3607: cat conftest.dir/file >GrepMe >configure:3610: $? = 0 >configure:3623: result: gnutar >configure:3643: checking whether to enable maintainer-specific portions of Makefiles >configure:3652: result: yes >configure:3677: checking whether make supports nested variables >configure:3694: result: yes >configure:3751: checking for i686-pc-linux-gnu-gcc >configure:3778: result: x86_64-pc-linux-gnu-gcc -m32 >configure:4047: checking for C compiler version >configure:4056: x86_64-pc-linux-gnu-gcc -m32 --version >&5 >x86_64-pc-linux-gnu-gcc (Gentoo 4.8.2 p1.0, pie-0.5.8) 4.8.2 >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:4067: $? = 0 >configure:4056: 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.2/x86_64-pc-linux-gnu-gcc >COLLECT_LTO_WRAPPER=/usr/libexec/gcc/x86_64-pc-linux-gnu/4.8.2/lto-wrapper >Target: x86_64-pc-linux-gnu >Configured with: /var/tmp/portage/sys-devel/gcc-4.8.2/work/gcc-4.8.2/configure --prefix=/usr --bindir=/usr/x86_64-pc-linux-gnu/gcc-bin/4.8.2 --includedir=/usr/lib/gcc/x86_64-pc-linux-gnu/4.8.2/include --datadir=/usr/share/gcc-data/x86_64-pc-linux-gnu/4.8.2 --mandir=/usr/share/gcc-data/x86_64-pc-linux-gnu/4.8.2/man --infodir=/usr/share/gcc-data/x86_64-pc-linux-gnu/4.8.2/info --with-gxx-include-dir=/usr/lib/gcc/x86_64-pc-linux-gnu/4.8.2/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.2/python --enable-checking=release --disable-libgcj --enable-libstdcxx-time --disable-libquadmath --enable-languages=c,c++ --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.2 p1.0, pie-0.5.8' >Thread model: posix >gcc version 4.8.2 (Gentoo 4.8.2 p1.0, pie-0.5.8) >configure:4067: $? = 0 >configure:4056: 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:4067: $? = 1 >configure:4056: 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:4067: $? = 1 >configure:4087: checking whether the C compiler works >configure:4109: x86_64-pc-linux-gnu-gcc -m32 -O2 -pipe -march=amdfam10 -O2 -fomit-frame-pointer -pipe -rdynamic -Wl,-O1 -Wl,--as-needed conftest.c >&5 >configure:4113: $? = 0 >configure:4161: result: yes >configure:4164: checking for C compiler default output file name >configure:4166: result: a.out >configure:4172: checking for suffix of executables >configure:4179: x86_64-pc-linux-gnu-gcc -m32 -o conftest -O2 -pipe -march=amdfam10 -O2 -fomit-frame-pointer -pipe -rdynamic -Wl,-O1 -Wl,--as-needed conftest.c >&5 >configure:4183: $? = 0 >configure:4205: result: >configure:4227: checking whether we are cross compiling >configure:4235: x86_64-pc-linux-gnu-gcc -m32 -o conftest -O2 -pipe -march=amdfam10 -O2 -fomit-frame-pointer -pipe -rdynamic -Wl,-O1 -Wl,--as-needed conftest.c >&5 >configure:4239: $? = 0 >configure:4246: ./conftest >configure:4250: $? = 0 >configure:4265: result: no >configure:4270: checking for suffix of object files >configure:4292: x86_64-pc-linux-gnu-gcc -m32 -c -O2 -pipe -march=amdfam10 -O2 -fomit-frame-pointer -pipe -rdynamic conftest.c >&5 >configure:4296: $? = 0 >configure:4317: result: o >configure:4321: checking whether we are using the GNU C compiler >configure:4340: x86_64-pc-linux-gnu-gcc -m32 -c -O2 -pipe -march=amdfam10 -O2 -fomit-frame-pointer -pipe -rdynamic conftest.c >&5 >configure:4340: $? = 0 >configure:4349: result: yes >configure:4358: checking whether x86_64-pc-linux-gnu-gcc -m32 accepts -g >configure:4378: x86_64-pc-linux-gnu-gcc -m32 -c -g conftest.c >&5 >configure:4378: $? = 0 >configure:4419: result: yes >configure:4436: checking for x86_64-pc-linux-gnu-gcc -m32 option to accept ISO C89 >configure:4499: x86_64-pc-linux-gnu-gcc -m32 -c -O2 -pipe -march=amdfam10 -O2 -fomit-frame-pointer -pipe -rdynamic conftest.c >&5 >configure:4499: $? = 0 >configure:4512: result: none needed >configure:4543: checking for style of include used by make >configure:4571: result: GNU >configure:4597: checking dependency style of x86_64-pc-linux-gnu-gcc -m32 >configure:4708: result: none >configure:4724: checking whether x86_64-pc-linux-gnu-gcc -m32 and cc understand -c and -o together >configure:4755: x86_64-pc-linux-gnu-gcc -m32 -c conftest.c -o conftest2.o >&5 >configure:4759: $? = 0 >configure:4765: x86_64-pc-linux-gnu-gcc -m32 -c conftest.c -o conftest2.o >&5 >configure:4769: $? = 0 >configure:4780: cc -c conftest.c >&5 >configure:4784: $? = 0 >configure:4792: cc -c conftest.c -o conftest2.o >&5 >configure:4796: $? = 0 >configure:4802: cc -c conftest.c -o conftest2.o >&5 >configure:4806: $? = 0 >configure:4824: result: yes >configure:4961: checking for C++ compiler version >configure:4970: x86_64-pc-linux-gnu-g++ -m32 --version >&5 >x86_64-pc-linux-gnu-g++ (Gentoo 4.8.2 p1.0, pie-0.5.8) 4.8.2 >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:4981: $? = 0 >configure:4970: x86_64-pc-linux-gnu-g++ -m32 -v >&5 >Using built-in specs. >COLLECT_GCC=/usr/x86_64-pc-linux-gnu/gcc-bin/4.8.2/x86_64-pc-linux-gnu-g++ >COLLECT_LTO_WRAPPER=/usr/libexec/gcc/x86_64-pc-linux-gnu/4.8.2/lto-wrapper >Target: x86_64-pc-linux-gnu >Configured with: /var/tmp/portage/sys-devel/gcc-4.8.2/work/gcc-4.8.2/configure --prefix=/usr --bindir=/usr/x86_64-pc-linux-gnu/gcc-bin/4.8.2 --includedir=/usr/lib/gcc/x86_64-pc-linux-gnu/4.8.2/include --datadir=/usr/share/gcc-data/x86_64-pc-linux-gnu/4.8.2 --mandir=/usr/share/gcc-data/x86_64-pc-linux-gnu/4.8.2/man --infodir=/usr/share/gcc-data/x86_64-pc-linux-gnu/4.8.2/info --with-gxx-include-dir=/usr/lib/gcc/x86_64-pc-linux-gnu/4.8.2/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.2/python --enable-checking=release --disable-libgcj --enable-libstdcxx-time --disable-libquadmath --enable-languages=c,c++ --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.2 p1.0, pie-0.5.8' >Thread model: posix >gcc version 4.8.2 (Gentoo 4.8.2 p1.0, pie-0.5.8) >configure:4981: $? = 0 >configure:4970: x86_64-pc-linux-gnu-g++ -m32 -V >&5 >x86_64-pc-linux-gnu-g++: error: unrecognized command line option '-V' >x86_64-pc-linux-gnu-g++: fatal error: no input files >compilation terminated. >configure:4981: $? = 1 >configure:4970: x86_64-pc-linux-gnu-g++ -m32 -qversion >&5 >x86_64-pc-linux-gnu-g++: error: unrecognized command line option '-qversion' >x86_64-pc-linux-gnu-g++: fatal error: no input files >compilation terminated. >configure:4981: $? = 1 >configure:4985: checking whether we are using the GNU C++ compiler >configure:5004: x86_64-pc-linux-gnu-g++ -m32 -c -O2 -pipe -march=amdfam10 -O2 -fomit-frame-pointer -pipe -rdynamic conftest.cpp >&5 >configure:5004: $? = 0 >configure:5013: result: yes >configure:5022: checking whether x86_64-pc-linux-gnu-g++ -m32 accepts -g >configure:5042: x86_64-pc-linux-gnu-g++ -m32 -c -g conftest.cpp >&5 >configure:5042: $? = 0 >configure:5083: result: yes >configure:5108: checking dependency style of x86_64-pc-linux-gnu-g++ -m32 >configure:5219: result: none >configure:5240: checking how to run the C preprocessor >configure:5271: x86_64-pc-linux-gnu-gcc -m32 -E conftest.c >configure:5271: $? = 0 >configure:5285: x86_64-pc-linux-gnu-gcc -m32 -E conftest.c >conftest.c:13:28: fatal error: ac_nonexistent.h: No such file or directory > #include <ac_nonexistent.h> > ^ >compilation terminated. >configure:5285: $? = 1 >configure: failed program was: >| /* confdefs.h */ >| #define PACKAGE_NAME "dbus" >| #define PACKAGE_TARNAME "dbus" >| #define PACKAGE_VERSION "1.6.18" >| #define PACKAGE_STRING "dbus 1.6.18" >| #define PACKAGE_BUGREPORT "https://bugs.freedesktop.org/enter_bug.cgi?product=dbus" >| #define PACKAGE_URL "" >| #define PACKAGE "dbus" >| #define VERSION "1.6.18" >| #define GETTEXT_PACKAGE "dbus-1" >| #define DBUS_DAEMON_NAME "dbus-daemon" >| /* end confdefs.h. */ >| #include <ac_nonexistent.h> >configure:5310: result: x86_64-pc-linux-gnu-gcc -m32 -E >configure:5330: x86_64-pc-linux-gnu-gcc -m32 -E conftest.c >configure:5330: $? = 0 >configure:5344: x86_64-pc-linux-gnu-gcc -m32 -E conftest.c >conftest.c:13:28: fatal error: ac_nonexistent.h: No such file or directory > #include <ac_nonexistent.h> > ^ >compilation terminated. >configure:5344: $? = 1 >configure: failed program was: >| /* confdefs.h */ >| #define PACKAGE_NAME "dbus" >| #define PACKAGE_TARNAME "dbus" >| #define PACKAGE_VERSION "1.6.18" >| #define PACKAGE_STRING "dbus 1.6.18" >| #define PACKAGE_BUGREPORT "https://bugs.freedesktop.org/enter_bug.cgi?product=dbus" >| #define PACKAGE_URL "" >| #define PACKAGE "dbus" >| #define VERSION "1.6.18" >| #define GETTEXT_PACKAGE "dbus-1" >| #define DBUS_DAEMON_NAME "dbus-daemon" >| /* end confdefs.h. */ >| #include <ac_nonexistent.h> >configure:5373: checking for grep that handles long lines and -e >configure:5431: result: /bin/grep >configure:5436: checking for egrep >configure:5498: result: /bin/grep -E >configure:5503: checking for ANSI C header files >configure:5523: x86_64-pc-linux-gnu-gcc -m32 -c -O2 -pipe -march=amdfam10 -O2 -fomit-frame-pointer -pipe -rdynamic conftest.c >&5 >configure:5523: $? = 0 >configure:5596: x86_64-pc-linux-gnu-gcc -m32 -o conftest -O2 -pipe -march=amdfam10 -O2 -fomit-frame-pointer -pipe -rdynamic -Wl,-O1 -Wl,--as-needed conftest.c >&5 >configure:5596: $? = 0 >configure:5596: ./conftest >configure:5596: $? = 0 >configure:5607: result: yes >configure:5620: checking for sys/types.h >configure:5620: x86_64-pc-linux-gnu-gcc -m32 -c -O2 -pipe -march=amdfam10 -O2 -fomit-frame-pointer -pipe -rdynamic conftest.c >&5 >configure:5620: $? = 0 >configure:5620: result: yes >configure:5620: checking for sys/stat.h >configure:5620: x86_64-pc-linux-gnu-gcc -m32 -c -O2 -pipe -march=amdfam10 -O2 -fomit-frame-pointer -pipe -rdynamic conftest.c >&5 >configure:5620: $? = 0 >configure:5620: result: yes >configure:5620: checking for stdlib.h >configure:5620: x86_64-pc-linux-gnu-gcc -m32 -c -O2 -pipe -march=amdfam10 -O2 -fomit-frame-pointer -pipe -rdynamic conftest.c >&5 >configure:5620: $? = 0 >configure:5620: result: yes >configure:5620: checking for string.h >configure:5620: x86_64-pc-linux-gnu-gcc -m32 -c -O2 -pipe -march=amdfam10 -O2 -fomit-frame-pointer -pipe -rdynamic conftest.c >&5 >configure:5620: $? = 0 >configure:5620: result: yes >configure:5620: checking for memory.h >configure:5620: x86_64-pc-linux-gnu-gcc -m32 -c -O2 -pipe -march=amdfam10 -O2 -fomit-frame-pointer -pipe -rdynamic conftest.c >&5 >configure:5620: $? = 0 >configure:5620: result: yes >configure:5620: checking for strings.h >configure:5620: x86_64-pc-linux-gnu-gcc -m32 -c -O2 -pipe -march=amdfam10 -O2 -fomit-frame-pointer -pipe -rdynamic conftest.c >&5 >configure:5620: $? = 0 >configure:5620: result: yes >configure:5620: checking for inttypes.h >configure:5620: x86_64-pc-linux-gnu-gcc -m32 -c -O2 -pipe -march=amdfam10 -O2 -fomit-frame-pointer -pipe -rdynamic conftest.c >&5 >configure:5620: $? = 0 >configure:5620: result: yes >configure:5620: checking for stdint.h >configure:5620: x86_64-pc-linux-gnu-gcc -m32 -c -O2 -pipe -march=amdfam10 -O2 -fomit-frame-pointer -pipe -rdynamic conftest.c >&5 >configure:5620: $? = 0 >configure:5620: result: yes >configure:5620: checking for unistd.h >configure:5620: x86_64-pc-linux-gnu-gcc -m32 -c -O2 -pipe -march=amdfam10 -O2 -fomit-frame-pointer -pipe -rdynamic conftest.c >&5 >configure:5620: $? = 0 >configure:5620: result: yes >configure:5633: checking minix/config.h usability >configure:5633: x86_64-pc-linux-gnu-gcc -m32 -c -O2 -pipe -march=amdfam10 -O2 -fomit-frame-pointer -pipe -rdynamic conftest.c >&5 >conftest.c:56:26: fatal error: minix/config.h: No such file or directory > #include <minix/config.h> > ^ >compilation terminated. >configure:5633: $? = 1 >configure: failed program was: >| /* confdefs.h */ >| #define PACKAGE_NAME "dbus" >| #define PACKAGE_TARNAME "dbus" >| #define PACKAGE_VERSION "1.6.18" >| #define PACKAGE_STRING "dbus 1.6.18" >| #define PACKAGE_BUGREPORT "https://bugs.freedesktop.org/enter_bug.cgi?product=dbus" >| #define PACKAGE_URL "" >| #define PACKAGE "dbus" >| #define VERSION "1.6.18" >| #define GETTEXT_PACKAGE "dbus-1" >| #define DBUS_DAEMON_NAME "dbus-daemon" >| #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:5633: result: no >configure:5633: checking minix/config.h presence >configure:5633: x86_64-pc-linux-gnu-gcc -m32 -E conftest.c >conftest.c:23:26: fatal error: minix/config.h: No such file or directory > #include <minix/config.h> > ^ >compilation terminated. >configure:5633: $? = 1 >configure: failed program was: >| /* confdefs.h */ >| #define PACKAGE_NAME "dbus" >| #define PACKAGE_TARNAME "dbus" >| #define PACKAGE_VERSION "1.6.18" >| #define PACKAGE_STRING "dbus 1.6.18" >| #define PACKAGE_BUGREPORT "https://bugs.freedesktop.org/enter_bug.cgi?product=dbus" >| #define PACKAGE_URL "" >| #define PACKAGE "dbus" >| #define VERSION "1.6.18" >| #define GETTEXT_PACKAGE "dbus-1" >| #define DBUS_DAEMON_NAME "dbus-daemon" >| #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:5633: result: no >configure:5633: checking for minix/config.h >configure:5633: result: no >configure:5654: checking whether it is safe to define __EXTENSIONS__ >configure:5672: x86_64-pc-linux-gnu-gcc -m32 -c -O2 -pipe -march=amdfam10 -O2 -fomit-frame-pointer -pipe -rdynamic conftest.c >&5 >configure:5672: $? = 0 >configure:5679: result: yes >configure:5693: checking for library containing strerror >configure:5724: x86_64-pc-linux-gnu-gcc -m32 -o conftest -O2 -pipe -march=amdfam10 -O2 -fomit-frame-pointer -pipe -rdynamic -Wl,-O1 -Wl,--as-needed conftest.c >&5 >configure:5724: $? = 0 >configure:5741: result: none required >configure:5749: checking for ANSI C header files >configure:5853: result: yes >configure:5861: checking for inline >configure:5877: x86_64-pc-linux-gnu-gcc -m32 -c -O2 -pipe -march=amdfam10 -O2 -fomit-frame-pointer -pipe -rdynamic conftest.c >&5 >configure:5877: $? = 0 >configure:5885: result: inline >configure:5949: checking how to print strings >configure:5976: result: printf >configure:5997: checking for a sed that does not truncate output >configure:6061: result: /bin/sed >configure:6079: checking for fgrep >configure:6141: result: /bin/grep -F >configure:6176: checking for ld used by x86_64-pc-linux-gnu-gcc -m32 >configure:6243: result: x86_64-pc-linux-gnu-ld -m elf_i386 >configure:6250: checking if the linker (x86_64-pc-linux-gnu-ld -m elf_i386) is GNU ld >configure:6265: result: yes >configure:6277: checking for BSD- or MS-compatible name lister (nm) >configure:6326: result: /usr/bin/nm -B >configure:6456: checking the name lister (/usr/bin/nm -B) interface >configure:6463: x86_64-pc-linux-gnu-gcc -m32 -c -O2 -pipe -march=amdfam10 -O2 -fomit-frame-pointer -pipe -rdynamic conftest.c >&5 >configure:6466: /usr/bin/nm -B "conftest.o" >configure:6469: output >00000000 B some_variable >configure:6476: result: BSD nm >configure:6479: checking whether ln -s works >configure:6483: result: yes >configure:6491: checking the maximum length of command line arguments >configure:6621: result: 1572864 >configure:6638: checking whether the shell understands some XSI constructs >configure:6648: result: yes >configure:6652: checking whether the shell understands "+=" >configure:6658: result: yes >configure:6693: checking how to convert i686-pc-linux-gnu file names to i686-pc-linux-gnu format >configure:6733: result: func_convert_file_noop >configure:6740: checking how to convert i686-pc-linux-gnu file names to toolchain format >configure:6760: result: func_convert_file_noop >configure:6767: checking for x86_64-pc-linux-gnu-ld -m elf_i386 option to reload object files >configure:6774: result: -r >configure:6808: checking for i686-pc-linux-gnu-objdump >configure:6838: result: no >configure:6848: checking for objdump >configure:6864: found /usr/bin/objdump >configure:6875: result: objdump >configure:6907: checking how to recognize dependent libraries >configure:7109: result: pass_all >configure:7154: checking for i686-pc-linux-gnu-dlltool >configure:7184: result: no >configure:7194: checking for dlltool >configure:7224: result: no >configure:7254: checking how to associate runtime and link libraries >configure:7281: result: printf %s\n >configure:7297: checking for i686-pc-linux-gnu-ar >configure:7327: result: no >configure:7341: checking for ar >configure:7357: found /usr/bin/ar >configure:7368: result: ar >configure:7405: checking for archiver @FILE support >configure:7422: x86_64-pc-linux-gnu-gcc -m32 -c -O2 -pipe -march=amdfam10 -O2 -fomit-frame-pointer -pipe -rdynamic conftest.c >&5 >configure:7422: $? = 0 >configure:7425: ar cru libconftest.a @conftest.lst >&5 >configure:7428: $? = 0 >configure:7433: ar cru libconftest.a @conftest.lst >&5 >ar: conftest.o: No such file or directory >configure:7436: $? = 1 >configure:7448: result: @ >configure:7466: checking for i686-pc-linux-gnu-strip >configure:7496: result: no >configure:7506: checking for strip >configure:7522: found /usr/bin/strip >configure:7533: result: strip >configure:7565: checking for i686-pc-linux-gnu-ranlib >configure:7595: result: no >configure:7605: checking for ranlib >configure:7621: found /usr/bin/ranlib >configure:7632: result: ranlib >configure:7734: checking command to parse /usr/bin/nm -B output from x86_64-pc-linux-gnu-gcc -m32 object >configure:7854: x86_64-pc-linux-gnu-gcc -m32 -c -O2 -pipe -march=amdfam10 -O2 -fomit-frame-pointer -pipe -rdynamic conftest.c >&5 >configure:7857: $? = 0 >configure:7861: /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:7864: $? = 0 >configure:7930: x86_64-pc-linux-gnu-gcc -m32 -o conftest -O2 -pipe -march=amdfam10 -O2 -fomit-frame-pointer -pipe -rdynamic -Wl,-O1 -Wl,--as-needed conftest.c conftstm.o >&5 >configure:7933: $? = 0 >configure:7971: result: ok >configure:8008: checking for sysroot >configure:8038: result: no >configure:8254: checking for i686-pc-linux-gnu-mt >configure:8284: result: no >configure:8294: checking for mt >configure:8324: result: no >configure:8344: checking if : is a manifest tool >configure:8350: : '-?' >configure:8358: result: no >configure:8997: checking for dlfcn.h >configure:8997: x86_64-pc-linux-gnu-gcc -m32 -c -O2 -pipe -march=amdfam10 -O2 -fomit-frame-pointer -pipe -rdynamic conftest.c >&5 >configure:8997: $? = 0 >configure:8997: result: yes >configure:9214: checking for objdir >configure:9229: result: .libs >configure:9500: checking if x86_64-pc-linux-gnu-gcc -m32 supports -fno-rtti -fno-exceptions >configure:9518: x86_64-pc-linux-gnu-gcc -m32 -c -O2 -pipe -march=amdfam10 -O2 -fomit-frame-pointer -pipe -rdynamic -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:9522: $? = 0 >configure:9535: result: no >configure:9862: checking for x86_64-pc-linux-gnu-gcc -m32 option to produce PIC >configure:9869: result: -fPIC -DPIC >configure:9877: checking if x86_64-pc-linux-gnu-gcc -m32 PIC flag -fPIC -DPIC works >configure:9895: x86_64-pc-linux-gnu-gcc -m32 -c -O2 -pipe -march=amdfam10 -O2 -fomit-frame-pointer -pipe -rdynamic -fPIC -DPIC -DPIC conftest.c >&5 >configure:9899: $? = 0 >configure:9912: result: yes >configure:9941: checking if x86_64-pc-linux-gnu-gcc -m32 static flag -static works >configure:9969: result: yes >configure:9984: checking if x86_64-pc-linux-gnu-gcc -m32 supports -c -o file.o >configure:10005: x86_64-pc-linux-gnu-gcc -m32 -c -O2 -pipe -march=amdfam10 -O2 -fomit-frame-pointer -pipe -rdynamic -o out/conftest2.o conftest.c >&5 >configure:10009: $? = 0 >configure:10031: result: yes >configure:10039: checking if x86_64-pc-linux-gnu-gcc -m32 supports -c -o file.o >configure:10086: result: yes >configure:10119: checking whether the x86_64-pc-linux-gnu-gcc -m32 linker (x86_64-pc-linux-gnu-ld -m elf_i386) supports shared libraries >configure:11272: result: yes >configure:11309: checking whether -lc should be explicitly linked in >configure:11317: x86_64-pc-linux-gnu-gcc -m32 -c -O2 -pipe -march=amdfam10 -O2 -fomit-frame-pointer -pipe -rdynamic conftest.c >&5 >configure:11320: $? = 0 >configure:11335: 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:11338: $? = 0 >configure:11352: result: no >configure:11512: checking dynamic linker characteristics >configure:12036: x86_64-pc-linux-gnu-gcc -m32 -o conftest -O2 -pipe -march=amdfam10 -O2 -fomit-frame-pointer -pipe -rdynamic -Wl,-O1 -Wl,--as-needed -Wl,-rpath -Wl,/foo conftest.c >&5 >configure:12036: $? = 0 >configure:12258: result: GNU/Linux ld.so >configure:12365: checking how to hardcode library paths into programs >configure:12390: result: immediate >configure:12930: checking whether stripping libraries is possible >configure:12935: result: yes >configure:12970: checking if libtool supports shared libraries >configure:12972: result: yes >configure:12975: checking whether to build shared libraries >configure:12996: result: yes >configure:12999: checking whether to build static libraries >configure:13003: result: no >configure:13026: checking how to run the C++ preprocessor >configure:13053: x86_64-pc-linux-gnu-g++ -m32 -E conftest.cpp >configure:13053: $? = 0 >configure:13067: x86_64-pc-linux-gnu-g++ -m32 -E conftest.cpp >conftest.cpp:31:28: fatal error: ac_nonexistent.h: No such file or directory > #include <ac_nonexistent.h> > ^ >compilation terminated. >configure:13067: $? = 1 >configure: failed program was: >| /* confdefs.h */ >| #define PACKAGE_NAME "dbus" >| #define PACKAGE_TARNAME "dbus" >| #define PACKAGE_VERSION "1.6.18" >| #define PACKAGE_STRING "dbus 1.6.18" >| #define PACKAGE_BUGREPORT "https://bugs.freedesktop.org/enter_bug.cgi?product=dbus" >| #define PACKAGE_URL "" >| #define PACKAGE "dbus" >| #define VERSION "1.6.18" >| #define GETTEXT_PACKAGE "dbus-1" >| #define DBUS_DAEMON_NAME "dbus-daemon" >| #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 STDC_HEADERS 1 >| #define HAVE_DLFCN_H 1 >| #define LT_OBJDIR ".libs/" >| /* end confdefs.h. */ >| #include <ac_nonexistent.h> >configure:13092: result: x86_64-pc-linux-gnu-g++ -m32 -E >configure:13112: x86_64-pc-linux-gnu-g++ -m32 -E conftest.cpp >configure:13112: $? = 0 >configure:13126: x86_64-pc-linux-gnu-g++ -m32 -E conftest.cpp >conftest.cpp:31:28: fatal error: ac_nonexistent.h: No such file or directory > #include <ac_nonexistent.h> > ^ >compilation terminated. >configure:13126: $? = 1 >configure: failed program was: >| /* confdefs.h */ >| #define PACKAGE_NAME "dbus" >| #define PACKAGE_TARNAME "dbus" >| #define PACKAGE_VERSION "1.6.18" >| #define PACKAGE_STRING "dbus 1.6.18" >| #define PACKAGE_BUGREPORT "https://bugs.freedesktop.org/enter_bug.cgi?product=dbus" >| #define PACKAGE_URL "" >| #define PACKAGE "dbus" >| #define VERSION "1.6.18" >| #define GETTEXT_PACKAGE "dbus-1" >| #define DBUS_DAEMON_NAME "dbus-daemon" >| #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 STDC_HEADERS 1 >| #define HAVE_DLFCN_H 1 >| #define LT_OBJDIR ".libs/" >| /* end confdefs.h. */ >| #include <ac_nonexistent.h> >configure:13295: checking for ld used by x86_64-pc-linux-gnu-g++ -m32 >configure:13362: result: x86_64-pc-linux-gnu-ld -m elf_i386 >configure:13369: checking if the linker (x86_64-pc-linux-gnu-ld -m elf_i386) is GNU ld >configure:13384: result: yes >configure:13439: checking whether the x86_64-pc-linux-gnu-g++ -m32 linker (x86_64-pc-linux-gnu-ld -m elf_i386) supports shared libraries >configure:14444: result: yes >configure:14480: x86_64-pc-linux-gnu-g++ -m32 -c -O2 -pipe -march=amdfam10 -O2 -fomit-frame-pointer -pipe -rdynamic conftest.cpp >&5 >configure:14483: $? = 0 >configure:15003: checking for x86_64-pc-linux-gnu-g++ -m32 option to produce PIC >configure:15010: result: -fPIC -DPIC >configure:15018: checking if x86_64-pc-linux-gnu-g++ -m32 PIC flag -fPIC -DPIC works >configure:15036: x86_64-pc-linux-gnu-g++ -m32 -c -O2 -pipe -march=amdfam10 -O2 -fomit-frame-pointer -pipe -rdynamic -fPIC -DPIC -DPIC conftest.cpp >&5 >configure:15040: $? = 0 >configure:15053: result: yes >configure:15076: checking if x86_64-pc-linux-gnu-g++ -m32 static flag -static works >configure:15104: result: yes >configure:15116: checking if x86_64-pc-linux-gnu-g++ -m32 supports -c -o file.o >configure:15137: x86_64-pc-linux-gnu-g++ -m32 -c -O2 -pipe -march=amdfam10 -O2 -fomit-frame-pointer -pipe -rdynamic -o out/conftest2.o conftest.cpp >&5 >configure:15141: $? = 0 >configure:15163: result: yes >configure:15168: checking if x86_64-pc-linux-gnu-g++ -m32 supports -c -o file.o >configure:15215: result: yes >configure:15245: checking whether the x86_64-pc-linux-gnu-g++ -m32 linker (x86_64-pc-linux-gnu-ld -m elf_i386) supports shared libraries >configure:15281: result: yes >configure:15422: checking dynamic linker characteristics >configure:16102: result: GNU/Linux ld.so >configure:16155: checking how to hardcode library paths into programs >configure:16180: result: immediate >configure:16264: checking for i686-pc-linux-gnu-pkg-config >configure:16297: result: no >configure:16307: checking for pkg-config >configure:16325: found /usr/bin/pkg-config >configure:16337: result: /usr/bin/pkg-config >configure:16362: checking pkg-config is at least version 0.9.0 >configure:16365: result: yes >configure:16380: checking for i686-pc-linux-gnu-windres >configure:16410: result: no >configure:16420: checking for windres >configure:16450: result: no >configure:17530: checking for a Python interpreter with version >= 2.6 >configure:17547: python -c import sys # split strings by '.' and convert to numeric. Append some zeros # because we need at least 4 digits for the hex conversion. # map returns an iterator in Python 3.0 and a list in 2.x minver = list(map(int, '2.6'.split('.'))) + [0, 0, 0] minverhex = 0 # xrange is not present in Python 3.0 and range returns an iterator for i in list(range(0, 4)): minverhex = (minverhex << 8) + minver[i] sys.exit(sys.hexversion < minverhex) >configure:17550: $? = 0 >configure:17556: result: python >configure:17564: checking for python >configure:17582: found /usr/bin/python >configure:17594: result: /usr/bin/python >configure:17612: checking for python version >configure:17619: result: 3.3 >configure:17631: checking for python platform >configure:17638: result: linux >configure:17664: checking for python script directory >configure:17699: result: ${prefix}/lib64/python3.3/site-packages >configure:17708: checking for python extension module directory >configure:17743: result: ${exec_prefix}/lib64/python3.3/site-packages >configure:17815: checking whether we are using the GNU C Library 2.1 or newer >configure:17842: result: yes >configure:17851: checking size of char >configure:17856: x86_64-pc-linux-gnu-gcc -m32 -o conftest -O2 -pipe -march=amdfam10 -O2 -fomit-frame-pointer -pipe -rdynamic -Wl,-O1 -Wl,--as-needed conftest.c >&5 >configure:17856: $? = 0 >configure:17856: ./conftest >configure:17856: $? = 0 >configure:17870: result: 1 >configure:17884: checking size of short >configure:17889: x86_64-pc-linux-gnu-gcc -m32 -o conftest -O2 -pipe -march=amdfam10 -O2 -fomit-frame-pointer -pipe -rdynamic -Wl,-O1 -Wl,--as-needed conftest.c >&5 >configure:17889: $? = 0 >configure:17889: ./conftest >configure:17889: $? = 0 >configure:17903: result: 2 >configure:17917: checking size of long >configure:17922: x86_64-pc-linux-gnu-gcc -m32 -o conftest -O2 -pipe -march=amdfam10 -O2 -fomit-frame-pointer -pipe -rdynamic -Wl,-O1 -Wl,--as-needed conftest.c >&5 >configure:17922: $? = 0 >configure:17922: ./conftest >configure:17922: $? = 0 >configure:17936: result: 4 >configure:17950: checking size of int >configure:17955: x86_64-pc-linux-gnu-gcc -m32 -o conftest -O2 -pipe -march=amdfam10 -O2 -fomit-frame-pointer -pipe -rdynamic -Wl,-O1 -Wl,--as-needed conftest.c >&5 >configure:17955: $? = 0 >configure:17955: ./conftest >configure:17955: $? = 0 >configure:17969: result: 4 >configure:17983: checking size of void * >configure:17988: x86_64-pc-linux-gnu-gcc -m32 -o conftest -O2 -pipe -march=amdfam10 -O2 -fomit-frame-pointer -pipe -rdynamic -Wl,-O1 -Wl,--as-needed conftest.c >&5 >configure:17988: $? = 0 >configure:17988: ./conftest >configure:17988: $? = 0 >configure:18002: result: 4 >configure:18016: checking size of long long >configure:18021: x86_64-pc-linux-gnu-gcc -m32 -o conftest -O2 -pipe -march=amdfam10 -O2 -fomit-frame-pointer -pipe -rdynamic -Wl,-O1 -Wl,--as-needed conftest.c >&5 >configure:18021: $? = 0 >configure:18021: ./conftest >configure:18021: $? = 0 >configure:18035: result: 8 >configure:18049: checking size of __int64 >configure:18054: x86_64-pc-linux-gnu-gcc -m32 -o conftest -O2 -pipe -march=amdfam10 -O2 -fomit-frame-pointer -pipe -rdynamic -Wl,-O1 -Wl,--as-needed conftest.c >&5 >conftest.c: In function 'longval': >conftest.c:78:57: error: '__int64' undeclared (first use in this function) > static long int longval () { return (long int) (sizeof (__int64)); } > ^ >conftest.c:78:57: note: each undeclared identifier is reported only once for each function it appears in >conftest.c: In function 'ulongval': >conftest.c:79:67: error: '__int64' undeclared (first use in this function) > static unsigned long int ulongval () { return (long int) (sizeof (__int64)); } > ^ >conftest.c: In function 'main': >conftest.c:89:28: error: '__int64' undeclared (first use in this function) > if (((long int) (sizeof (__int64))) < 0) > ^ >configure:18054: $? = 1 >configure: program exited with status 1 >configure: failed program was: >| /* confdefs.h */ >| #define PACKAGE_NAME "dbus" >| #define PACKAGE_TARNAME "dbus" >| #define PACKAGE_VERSION "1.6.18" >| #define PACKAGE_STRING "dbus 1.6.18" >| #define PACKAGE_BUGREPORT "https://bugs.freedesktop.org/enter_bug.cgi?product=dbus" >| #define PACKAGE_URL "" >| #define PACKAGE "dbus" >| #define VERSION "1.6.18" >| #define GETTEXT_PACKAGE "dbus-1" >| #define DBUS_DAEMON_NAME "dbus-daemon" >| #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 STDC_HEADERS 1 >| #define HAVE_DLFCN_H 1 >| #define LT_OBJDIR ".libs/" >| #define DBUS_UNIX 1 >| #define GLIB_VERSION_MIN_REQUIRED GLIB_VERSION_2_26 >| #define GLIB_VERSION_MAX_ALLOWED GLIB_VERSION_2_32 >| #define DBUS_WITH_GLIB 1 >| #define DBUS_DISABLE_ASSERT 1 >| #define DBUS_DISABLE_CHECKS 1 >| #define G_DISABLE_CHECKS 1 >| #define DBUS_ENABLE_USERDB_CACHE 1 >| #define SIZEOF_CHAR 1 >| #define SIZEOF_SHORT 2 >| #define SIZEOF_LONG 4 >| #define SIZEOF_INT 4 >| #define SIZEOF_VOID_P 4 >| #define SIZEOF_LONG_LONG 8 >| /* 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 >| static long int longval () { return (long int) (sizeof (__int64)); } >| static unsigned long int ulongval () { return (long int) (sizeof (__int64)); } >| #include <stdio.h> >| #include <stdlib.h> >| int >| main () >| { >| >| FILE *f = fopen ("conftest.val", "w"); >| if (! f) >| return 1; >| if (((long int) (sizeof (__int64))) < 0) >| { >| long int i = longval (); >| if (i != ((long int) (sizeof (__int64)))) >| return 1; >| fprintf (f, "%ld", i); >| } >| else >| { >| unsigned long int i = ulongval (); >| if (i != ((long int) (sizeof (__int64)))) >| return 1; >| fprintf (f, "%lu", i); >| } >| /* Do not output a trailing newline, as this causes \r\n confusion >| on some platforms. */ >| return ferror (f) || fclose (f) != 0; >| >| ; >| return 0; >| } >configure:18068: result: 0 >configure:18089: checking 64-bit integer type >configure:18163: result: long long >configure:18174: checking 32-bit integer type >configure:18194: result: int >configure:18201: checking 16-bit integer type >configure:18218: result: short >configure:18232: checking whether byte ordering is bigendian >configure:18247: x86_64-pc-linux-gnu-gcc -m32 -c -O2 -pipe -march=amdfam10 -O2 -fomit-frame-pointer -pipe -rdynamic conftest.c >&5 >conftest.c:48:9: error: unknown type name 'not' > not a universal capable compiler > ^ >conftest.c:48:15: error: expected '=', ',', ';', 'asm' or '__attribute__' before 'universal' > not a universal capable compiler > ^ >conftest.c:48:15: error: unknown type name 'universal' >configure:18247: $? = 1 >configure: failed program was: >| /* confdefs.h */ >| #define PACKAGE_NAME "dbus" >| #define PACKAGE_TARNAME "dbus" >| #define PACKAGE_VERSION "1.6.18" >| #define PACKAGE_STRING "dbus 1.6.18" >| #define PACKAGE_BUGREPORT "https://bugs.freedesktop.org/enter_bug.cgi?product=dbus" >| #define PACKAGE_URL "" >| #define PACKAGE "dbus" >| #define VERSION "1.6.18" >| #define GETTEXT_PACKAGE "dbus-1" >| #define DBUS_DAEMON_NAME "dbus-daemon" >| #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 STDC_HEADERS 1 >| #define HAVE_DLFCN_H 1 >| #define LT_OBJDIR ".libs/" >| #define DBUS_UNIX 1 >| #define GLIB_VERSION_MIN_REQUIRED GLIB_VERSION_2_26 >| #define GLIB_VERSION_MAX_ALLOWED GLIB_VERSION_2_32 >| #define DBUS_WITH_GLIB 1 >| #define DBUS_DISABLE_ASSERT 1 >| #define DBUS_DISABLE_CHECKS 1 >| #define G_DISABLE_CHECKS 1 >| #define DBUS_ENABLE_USERDB_CACHE 1 >| #define SIZEOF_CHAR 1 >| #define SIZEOF_SHORT 2 >| #define SIZEOF_LONG 4 >| #define SIZEOF_INT 4 >| #define SIZEOF_VOID_P 4 >| #define SIZEOF_LONG_LONG 8 >| #define SIZEOF___INT64 0 >| #define DBUS_INT64_PRINTF_MODIFIER "ll" >| /* end confdefs.h. */ >| #ifndef __APPLE_CC__ >| not a universal capable compiler >| #endif >| typedef int dummy; >| >configure:18292: x86_64-pc-linux-gnu-gcc -m32 -c -O2 -pipe -march=amdfam10 -O2 -fomit-frame-pointer -pipe -rdynamic conftest.c >&5 >configure:18292: $? = 0 >configure:18310: x86_64-pc-linux-gnu-gcc -m32 -c -O2 -pipe -march=amdfam10 -O2 -fomit-frame-pointer -pipe -rdynamic conftest.c >&5 >conftest.c: In function 'main': >conftest.c:54:4: error: unknown type name 'not' > not big endian > ^ >conftest.c:54:12: error: expected '=', ',', ';', 'asm' or '__attribute__' before 'endian' > not big endian > ^ >configure:18310: $? = 1 >configure: failed program was: >| /* confdefs.h */ >| #define PACKAGE_NAME "dbus" >| #define PACKAGE_TARNAME "dbus" >| #define PACKAGE_VERSION "1.6.18" >| #define PACKAGE_STRING "dbus 1.6.18" >| #define PACKAGE_BUGREPORT "https://bugs.freedesktop.org/enter_bug.cgi?product=dbus" >| #define PACKAGE_URL "" >| #define PACKAGE "dbus" >| #define VERSION "1.6.18" >| #define GETTEXT_PACKAGE "dbus-1" >| #define DBUS_DAEMON_NAME "dbus-daemon" >| #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 STDC_HEADERS 1 >| #define HAVE_DLFCN_H 1 >| #define LT_OBJDIR ".libs/" >| #define DBUS_UNIX 1 >| #define GLIB_VERSION_MIN_REQUIRED GLIB_VERSION_2_26 >| #define GLIB_VERSION_MAX_ALLOWED GLIB_VERSION_2_32 >| #define DBUS_WITH_GLIB 1 >| #define DBUS_DISABLE_ASSERT 1 >| #define DBUS_DISABLE_CHECKS 1 >| #define G_DISABLE_CHECKS 1 >| #define DBUS_ENABLE_USERDB_CACHE 1 >| #define SIZEOF_CHAR 1 >| #define SIZEOF_SHORT 2 >| #define SIZEOF_LONG 4 >| #define SIZEOF_INT 4 >| #define SIZEOF_VOID_P 4 >| #define SIZEOF_LONG_LONG 8 >| #define SIZEOF___INT64 0 >| #define DBUS_INT64_PRINTF_MODIFIER "ll" >| /* end confdefs.h. */ >| #include <sys/types.h> >| #include <sys/param.h> >| >| int >| main () >| { >| #if BYTE_ORDER != BIG_ENDIAN >| not big endian >| #endif >| >| ; >| return 0; >| } >configure:18438: result: no >configure:18459: checking for an implementation of va_copy() >configure:18482: x86_64-pc-linux-gnu-gcc -m32 -o conftest -O2 -pipe -march=amdfam10 -O2 -fomit-frame-pointer -pipe -rdynamic -Wl,-O1 -Wl,--as-needed conftest.c >&5 >configure:18482: $? = 0 >configure:18491: result: yes >configure:18493: checking for an implementation of __va_copy() >configure:18516: x86_64-pc-linux-gnu-gcc -m32 -o conftest -O2 -pipe -march=amdfam10 -O2 -fomit-frame-pointer -pipe -rdynamic -Wl,-O1 -Wl,--as-needed conftest.c >&5 >configure:18516: $? = 0 >configure:18525: result: yes >configure:18549: checking whether va_lists can be copied by value >configure:18584: x86_64-pc-linux-gnu-gcc -m32 -o conftest -O2 -pipe -march=amdfam10 -O2 -fomit-frame-pointer -pipe -rdynamic -Wl,-O1 -Wl,--as-needed conftest.c >&5 >conftest.c: In function 'main': >conftest.c:56:14: error: invalid storage class for function 'f' > static void f (int i, ...) { > ^ >configure:18584: $? = 1 >configure: program exited with status 1 >configure: failed program was: >| /* confdefs.h */ >| #define PACKAGE_NAME "dbus" >| #define PACKAGE_TARNAME "dbus" >| #define PACKAGE_VERSION "1.6.18" >| #define PACKAGE_STRING "dbus 1.6.18" >| #define PACKAGE_BUGREPORT "https://bugs.freedesktop.org/enter_bug.cgi?product=dbus" >| #define PACKAGE_URL "" >| #define PACKAGE "dbus" >| #define VERSION "1.6.18" >| #define GETTEXT_PACKAGE "dbus-1" >| #define DBUS_DAEMON_NAME "dbus-daemon" >| #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 STDC_HEADERS 1 >| #define HAVE_DLFCN_H 1 >| #define LT_OBJDIR ".libs/" >| #define DBUS_UNIX 1 >| #define GLIB_VERSION_MIN_REQUIRED GLIB_VERSION_2_26 >| #define GLIB_VERSION_MAX_ALLOWED GLIB_VERSION_2_32 >| #define DBUS_WITH_GLIB 1 >| #define DBUS_DISABLE_ASSERT 1 >| #define DBUS_DISABLE_CHECKS 1 >| #define G_DISABLE_CHECKS 1 >| #define DBUS_ENABLE_USERDB_CACHE 1 >| #define SIZEOF_CHAR 1 >| #define SIZEOF_SHORT 2 >| #define SIZEOF_LONG 4 >| #define SIZEOF_INT 4 >| #define SIZEOF_VOID_P 4 >| #define SIZEOF_LONG_LONG 8 >| #define SIZEOF___INT64 0 >| #define DBUS_INT64_PRINTF_MODIFIER "ll" >| #define DBUS_VA_COPY va_copy >| /* end confdefs.h. */ >| >| #include <stdarg.h> >| #include <stdlib.h> >| >| int >| main () >| { >| >| static void f (int i, ...) { >| va_list args1, args2; >| va_start (args1, i); >| args2 = args1; >| if (va_arg (args2, int) != 42 || va_arg (args1, int) != 42) >| exit (1); >| va_end (args1); va_end (args2); >| } >| int main() { >| f (0, 42); >| return 0; >| } >| >| ; >| return 0; >| } >configure:18595: result: no >configure:18613: checking whether x86_64-pc-linux-gnu-gcc -m32 knows __sync_sub_and_fetch() >configure:18630: x86_64-pc-linux-gnu-gcc -m32 -o conftest -O2 -pipe -march=amdfam10 -O2 -fomit-frame-pointer -pipe -rdynamic -Wl,-O1 -Wl,--as-needed conftest.c >&5 >conftest.c: In function 'main': >conftest.c:54:49: warning: incompatible implicit declaration of built-in function 'exit' [enabled by default] > int a = 4; int b = __sync_sub_and_fetch(&a, 4); exit(b); > ^ >configure:18630: $? = 0 >configure:18639: result: yes >configure:18655: checking for library containing socket >configure:18686: x86_64-pc-linux-gnu-gcc -m32 -o conftest -O2 -pipe -march=amdfam10 -O2 -fomit-frame-pointer -pipe -rdynamic -Wl,-O1 -Wl,--as-needed conftest.c >&5 >configure:18686: $? = 0 >configure:18703: result: none required >configure:18711: checking for gethostbyname >configure:18711: x86_64-pc-linux-gnu-gcc -m32 -o conftest -O2 -pipe -march=amdfam10 -O2 -fomit-frame-pointer -pipe -rdynamic -Wl,-O1 -Wl,--as-needed conftest.c >&5 >configure:18711: $? = 0 >configure:18711: result: yes >configure:18766: checking for vsnprintf >configure:18766: x86_64-pc-linux-gnu-gcc -m32 -o conftest -O2 -pipe -march=amdfam10 -O2 -fomit-frame-pointer -pipe -rdynamic -Wl,-O1 -Wl,--as-needed conftest.c >&5 >conftest.c:73:6: warning: conflicting types for built-in function 'vsnprintf' [enabled by default] > char vsnprintf (); > ^ >configure:18766: $? = 0 >configure:18766: result: yes >configure:18766: checking for vasprintf >configure:18766: x86_64-pc-linux-gnu-gcc -m32 -o conftest -O2 -pipe -march=amdfam10 -O2 -fomit-frame-pointer -pipe -rdynamic -Wl,-O1 -Wl,--as-needed conftest.c >&5 >configure:18766: $? = 0 >configure:18766: result: yes >configure:18766: checking for nanosleep >configure:18766: x86_64-pc-linux-gnu-gcc -m32 -o conftest -O2 -pipe -march=amdfam10 -O2 -fomit-frame-pointer -pipe -rdynamic -Wl,-O1 -Wl,--as-needed conftest.c >&5 >configure:18766: $? = 0 >configure:18766: result: yes >configure:18766: checking for usleep >configure:18766: x86_64-pc-linux-gnu-gcc -m32 -o conftest -O2 -pipe -march=amdfam10 -O2 -fomit-frame-pointer -pipe -rdynamic -Wl,-O1 -Wl,--as-needed conftest.c >&5 >configure:18766: $? = 0 >configure:18766: result: yes >configure:18766: checking for setenv >configure:18766: x86_64-pc-linux-gnu-gcc -m32 -o conftest -O2 -pipe -march=amdfam10 -O2 -fomit-frame-pointer -pipe -rdynamic -Wl,-O1 -Wl,--as-needed conftest.c >&5 >configure:18766: $? = 0 >configure:18766: result: yes >configure:18766: checking for clearenv >configure:18766: x86_64-pc-linux-gnu-gcc -m32 -o conftest -O2 -pipe -march=amdfam10 -O2 -fomit-frame-pointer -pipe -rdynamic -Wl,-O1 -Wl,--as-needed conftest.c >&5 >configure:18766: $? = 0 >configure:18766: result: yes >configure:18766: checking for unsetenv >configure:18766: x86_64-pc-linux-gnu-gcc -m32 -o conftest -O2 -pipe -march=amdfam10 -O2 -fomit-frame-pointer -pipe -rdynamic -Wl,-O1 -Wl,--as-needed conftest.c >&5 >configure:18766: $? = 0 >configure:18766: result: yes >configure:18766: checking for socketpair >configure:18766: x86_64-pc-linux-gnu-gcc -m32 -o conftest -O2 -pipe -march=amdfam10 -O2 -fomit-frame-pointer -pipe -rdynamic -Wl,-O1 -Wl,--as-needed conftest.c >&5 >configure:18766: $? = 0 >configure:18766: result: yes >configure:18766: checking for getgrouplist >configure:18766: x86_64-pc-linux-gnu-gcc -m32 -o conftest -O2 -pipe -march=amdfam10 -O2 -fomit-frame-pointer -pipe -rdynamic -Wl,-O1 -Wl,--as-needed conftest.c >&5 >configure:18766: $? = 0 >configure:18766: result: yes >configure:18766: checking for fpathconf >configure:18766: x86_64-pc-linux-gnu-gcc -m32 -o conftest -O2 -pipe -march=amdfam10 -O2 -fomit-frame-pointer -pipe -rdynamic -Wl,-O1 -Wl,--as-needed conftest.c >&5 >configure:18766: $? = 0 >configure:18766: result: yes >configure:18766: checking for setrlimit >configure:18766: x86_64-pc-linux-gnu-gcc -m32 -o conftest -O2 -pipe -march=amdfam10 -O2 -fomit-frame-pointer -pipe -rdynamic -Wl,-O1 -Wl,--as-needed conftest.c >&5 >configure:18766: $? = 0 >configure:18766: result: yes >configure:18766: checking for poll >configure:18766: x86_64-pc-linux-gnu-gcc -m32 -o conftest -O2 -pipe -march=amdfam10 -O2 -fomit-frame-pointer -pipe -rdynamic -Wl,-O1 -Wl,--as-needed conftest.c >&5 >configure:18766: $? = 0 >configure:18766: result: yes >configure:18766: checking for setlocale >configure:18766: x86_64-pc-linux-gnu-gcc -m32 -o conftest -O2 -pipe -march=amdfam10 -O2 -fomit-frame-pointer -pipe -rdynamic -Wl,-O1 -Wl,--as-needed conftest.c >&5 >configure:18766: $? = 0 >configure:18766: result: yes >configure:18766: checking for localeconv >configure:18766: x86_64-pc-linux-gnu-gcc -m32 -o conftest -O2 -pipe -march=amdfam10 -O2 -fomit-frame-pointer -pipe -rdynamic -Wl,-O1 -Wl,--as-needed conftest.c >&5 >configure:18766: $? = 0 >configure:18766: result: yes >configure:18766: checking for strtoll >configure:18766: x86_64-pc-linux-gnu-gcc -m32 -o conftest -O2 -pipe -march=amdfam10 -O2 -fomit-frame-pointer -pipe -rdynamic -Wl,-O1 -Wl,--as-needed conftest.c >&5 >configure:18766: $? = 0 >configure:18766: result: yes >configure:18766: checking for strtoull >configure:18766: x86_64-pc-linux-gnu-gcc -m32 -o conftest -O2 -pipe -march=amdfam10 -O2 -fomit-frame-pointer -pipe -rdynamic -Wl,-O1 -Wl,--as-needed conftest.c >&5 >configure:18766: $? = 0 >configure:18766: result: yes >configure:18766: checking for issetugid >configure:18766: x86_64-pc-linux-gnu-gcc -m32 -o conftest -O2 -pipe -march=amdfam10 -O2 -fomit-frame-pointer -pipe -rdynamic -Wl,-O1 -Wl,--as-needed conftest.c >&5 >/var/tmp/portage/sys-apps/dbus-1.6.18-r1/temp/ccR7r31i.o: In function `main': >conftest.c:(.text.startup+0x7): undefined reference to `issetugid' >collect2: error: ld returned 1 exit status >configure:18766: $? = 1 >configure: failed program was: >| /* confdefs.h */ >| #define PACKAGE_NAME "dbus" >| #define PACKAGE_TARNAME "dbus" >| #define PACKAGE_VERSION "1.6.18" >| #define PACKAGE_STRING "dbus 1.6.18" >| #define PACKAGE_BUGREPORT "https://bugs.freedesktop.org/enter_bug.cgi?product=dbus" >| #define PACKAGE_URL "" >| #define PACKAGE "dbus" >| #define VERSION "1.6.18" >| #define GETTEXT_PACKAGE "dbus-1" >| #define DBUS_DAEMON_NAME "dbus-daemon" >| #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 STDC_HEADERS 1 >| #define HAVE_DLFCN_H 1 >| #define LT_OBJDIR ".libs/" >| #define DBUS_UNIX 1 >| #define GLIB_VERSION_MIN_REQUIRED GLIB_VERSION_2_26 >| #define GLIB_VERSION_MAX_ALLOWED GLIB_VERSION_2_32 >| #define DBUS_WITH_GLIB 1 >| #define DBUS_DISABLE_ASSERT 1 >| #define DBUS_DISABLE_CHECKS 1 >| #define G_DISABLE_CHECKS 1 >| #define DBUS_ENABLE_USERDB_CACHE 1 >| #define SIZEOF_CHAR 1 >| #define SIZEOF_SHORT 2 >| #define SIZEOF_LONG 4 >| #define SIZEOF_INT 4 >| #define SIZEOF_VOID_P 4 >| #define SIZEOF_LONG_LONG 8 >| #define SIZEOF___INT64 0 >| #define DBUS_INT64_PRINTF_MODIFIER "ll" >| #define DBUS_VA_COPY va_copy >| #define DBUS_VA_COPY_AS_ARRAY 1 >| #define DBUS_USE_SYNC 1 >| #define HAVE_VSNPRINTF 1 >| #define HAVE_VASPRINTF 1 >| #define HAVE_NANOSLEEP 1 >| #define HAVE_USLEEP 1 >| #define HAVE_SETENV 1 >| #define HAVE_CLEARENV 1 >| #define HAVE_UNSETENV 1 >| #define HAVE_SOCKETPAIR 1 >| #define HAVE_GETGROUPLIST 1 >| #define HAVE_FPATHCONF 1 >| #define HAVE_SETRLIMIT 1 >| #define HAVE_POLL 1 >| #define HAVE_SETLOCALE 1 >| #define HAVE_LOCALECONV 1 >| #define HAVE_STRTOLL 1 >| #define HAVE_STRTOULL 1 >| /* end confdefs.h. */ >| /* Define issetugid to an innocuous variant, in case <limits.h> declares issetugid. >| For example, HP-UX 11i <limits.h> declares gettimeofday. */ >| #define issetugid innocuous_issetugid >| >| /* System header to define __stub macros and hopefully few prototypes, >| which can conflict with char issetugid (); below. >| Prefer <limits.h> to <assert.h> if __STDC__ is defined, since >| <limits.h> exists even on freestanding compilers. */ >| >| #ifdef __STDC__ >| # include <limits.h> >| #else >| # include <assert.h> >| #endif >| >| #undef issetugid >| >| /* 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 issetugid (); >| /* 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_issetugid || defined __stub___issetugid >| choke me >| #endif >| >| int >| main () >| { >| return issetugid (); >| ; >| return 0; >| } >configure:18766: result: no >configure:18766: checking for getresuid >configure:18766: x86_64-pc-linux-gnu-gcc -m32 -o conftest -O2 -pipe -march=amdfam10 -O2 -fomit-frame-pointer -pipe -rdynamic -Wl,-O1 -Wl,--as-needed conftest.c >&5 >configure:18766: $? = 0 >configure:18766: result: yes >configure:18778: checking syslog.h usability >configure:18778: x86_64-pc-linux-gnu-gcc -m32 -c -O2 -pipe -march=amdfam10 -O2 -fomit-frame-pointer -pipe -rdynamic conftest.c >&5 >configure:18778: $? = 0 >configure:18778: result: yes >configure:18778: checking syslog.h presence >configure:18778: x86_64-pc-linux-gnu-gcc -m32 -E conftest.c >configure:18778: $? = 0 >configure:18778: result: yes >configure:18778: checking for syslog.h >configure:18778: result: yes >configure:18789: checking whether LOG_PERROR is declared >configure:18789: x86_64-pc-linux-gnu-gcc -m32 -c -O2 -pipe -march=amdfam10 -O2 -fomit-frame-pointer -pipe -rdynamic conftest.c >&5 >configure:18789: $? = 0 >configure:18789: result: yes >configure:18805: checking for broken poll >configure:18832: x86_64-pc-linux-gnu-gcc -m32 -o conftest -O2 -pipe -march=amdfam10 -O2 -fomit-frame-pointer -pipe -rdynamic -Wl,-O1 -Wl,--as-needed conftest.c >&5 >configure:18832: $? = 0 >configure:18832: ./conftest >configure:18832: $? = 0 >configure:18844: result: no >configure:18847: checking for dirfd >configure:18868: x86_64-pc-linux-gnu-gcc -m32 -o conftest -O2 -pipe -march=amdfam10 -O2 -fomit-frame-pointer -pipe -rdynamic -Wl,-O1 -Wl,--as-needed conftest.c >&5 >configure:18868: $? = 0 >configure:18875: result: yes >configure:18922: checking sys/resource.h usability >configure:18922: x86_64-pc-linux-gnu-gcc -m32 -c -O2 -pipe -march=amdfam10 -O2 -fomit-frame-pointer -pipe -rdynamic conftest.c >&5 >configure:18922: $? = 0 >configure:18922: result: yes >configure:18922: checking sys/resource.h presence >configure:18922: x86_64-pc-linux-gnu-gcc -m32 -E conftest.c >configure:18922: $? = 0 >configure:18922: result: yes >configure:18922: checking for sys/resource.h >configure:18922: result: yes >configure:18935: checking dirent.h usability >configure:18935: x86_64-pc-linux-gnu-gcc -m32 -c -O2 -pipe -march=amdfam10 -O2 -fomit-frame-pointer -pipe -rdynamic conftest.c >&5 >configure:18935: $? = 0 >configure:18935: result: yes >configure:18935: checking dirent.h presence >configure:18935: x86_64-pc-linux-gnu-gcc -m32 -E conftest.c >configure:18935: $? = 0 >configure:18935: result: yes >configure:18935: checking for dirent.h >configure:18935: result: yes >configure:18948: checking execinfo.h usability >configure:18948: x86_64-pc-linux-gnu-gcc -m32 -c -O2 -pipe -march=amdfam10 -O2 -fomit-frame-pointer -pipe -rdynamic conftest.c >&5 >configure:18948: $? = 0 >configure:18948: result: yes >configure:18948: checking execinfo.h presence >configure:18948: x86_64-pc-linux-gnu-gcc -m32 -E conftest.c >configure:18948: $? = 0 >configure:18948: result: yes >configure:18948: checking for execinfo.h >configure:18948: result: yes >configure:18955: checking for backtrace >configure:18955: x86_64-pc-linux-gnu-gcc -m32 -o conftest -O2 -pipe -march=amdfam10 -O2 -fomit-frame-pointer -pipe -rdynamic -Wl,-O1 -Wl,--as-needed conftest.c >&5 >configure:18955: $? = 0 >configure:18955: result: yes >configure:18971: checking errno.h usability >configure:18971: x86_64-pc-linux-gnu-gcc -m32 -c -O2 -pipe -march=amdfam10 -O2 -fomit-frame-pointer -pipe -rdynamic conftest.c >&5 >configure:18971: $? = 0 >configure:18971: result: yes >configure:18971: checking errno.h presence >configure:18971: x86_64-pc-linux-gnu-gcc -m32 -E conftest.c >configure:18971: $? = 0 >configure:18971: result: yes >configure:18971: checking for errno.h >configure:18971: result: yes >configure:18984: checking signal.h usability >configure:18984: x86_64-pc-linux-gnu-gcc -m32 -c -O2 -pipe -march=amdfam10 -O2 -fomit-frame-pointer -pipe -rdynamic conftest.c >&5 >configure:18984: $? = 0 >configure:18984: result: yes >configure:18984: checking signal.h presence >configure:18984: x86_64-pc-linux-gnu-gcc -m32 -E conftest.c >configure:18984: $? = 0 >configure:18984: result: yes >configure:18984: checking for signal.h >configure:18984: result: yes >configure:18997: checking locale.h usability >configure:18997: x86_64-pc-linux-gnu-gcc -m32 -c -O2 -pipe -march=amdfam10 -O2 -fomit-frame-pointer -pipe -rdynamic conftest.c >&5 >configure:18997: $? = 0 >configure:18997: result: yes >configure:18997: checking locale.h presence >configure:18997: x86_64-pc-linux-gnu-gcc -m32 -E conftest.c >configure:18997: $? = 0 >configure:18997: result: yes >configure:18997: checking for locale.h >configure:18997: result: yes >configure:19010: checking byteswap.h usability >configure:19010: x86_64-pc-linux-gnu-gcc -m32 -c -O2 -pipe -march=amdfam10 -O2 -fomit-frame-pointer -pipe -rdynamic conftest.c >&5 >configure:19010: $? = 0 >configure:19010: result: yes >configure:19010: checking byteswap.h presence >configure:19010: x86_64-pc-linux-gnu-gcc -m32 -E conftest.c >configure:19010: $? = 0 >configure:19010: result: yes >configure:19010: checking for byteswap.h >configure:19010: result: yes >configure:19023: checking for unistd.h >configure:19023: result: yes >configure:19036: checking ws2tcpip.h usability >configure:19036: x86_64-pc-linux-gnu-gcc -m32 -c -O2 -pipe -march=amdfam10 -O2 -fomit-frame-pointer -pipe -rdynamic conftest.c >&5 >conftest.c:112:22: fatal error: ws2tcpip.h: No such file or directory > #include <ws2tcpip.h> > ^ >compilation terminated. >configure:19036: $? = 1 >configure: failed program was: >| /* confdefs.h */ >| #define PACKAGE_NAME "dbus" >| #define PACKAGE_TARNAME "dbus" >| #define PACKAGE_VERSION "1.6.18" >| #define PACKAGE_STRING "dbus 1.6.18" >| #define PACKAGE_BUGREPORT "https://bugs.freedesktop.org/enter_bug.cgi?product=dbus" >| #define PACKAGE_URL "" >| #define PACKAGE "dbus" >| #define VERSION "1.6.18" >| #define GETTEXT_PACKAGE "dbus-1" >| #define DBUS_DAEMON_NAME "dbus-daemon" >| #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 STDC_HEADERS 1 >| #define HAVE_DLFCN_H 1 >| #define LT_OBJDIR ".libs/" >| #define DBUS_UNIX 1 >| #define GLIB_VERSION_MIN_REQUIRED GLIB_VERSION_2_26 >| #define GLIB_VERSION_MAX_ALLOWED GLIB_VERSION_2_32 >| #define DBUS_WITH_GLIB 1 >| #define DBUS_DISABLE_ASSERT 1 >| #define DBUS_DISABLE_CHECKS 1 >| #define G_DISABLE_CHECKS 1 >| #define DBUS_ENABLE_USERDB_CACHE 1 >| #define SIZEOF_CHAR 1 >| #define SIZEOF_SHORT 2 >| #define SIZEOF_LONG 4 >| #define SIZEOF_INT 4 >| #define SIZEOF_VOID_P 4 >| #define SIZEOF_LONG_LONG 8 >| #define SIZEOF___INT64 0 >| #define DBUS_INT64_PRINTF_MODIFIER "ll" >| #define DBUS_VA_COPY va_copy >| #define DBUS_VA_COPY_AS_ARRAY 1 >| #define DBUS_USE_SYNC 1 >| #define HAVE_VSNPRINTF 1 >| #define HAVE_VASPRINTF 1 >| #define HAVE_NANOSLEEP 1 >| #define HAVE_USLEEP 1 >| #define HAVE_SETENV 1 >| #define HAVE_CLEARENV 1 >| #define HAVE_UNSETENV 1 >| #define HAVE_SOCKETPAIR 1 >| #define HAVE_GETGROUPLIST 1 >| #define HAVE_FPATHCONF 1 >| #define HAVE_SETRLIMIT 1 >| #define HAVE_POLL 1 >| #define HAVE_SETLOCALE 1 >| #define HAVE_LOCALECONV 1 >| #define HAVE_STRTOLL 1 >| #define HAVE_STRTOULL 1 >| #define HAVE_GETRESUID 1 >| #define HAVE_SYSLOG_H 1 >| #define HAVE_DECL_LOG_PERROR 1 >| #define HAVE_DIRFD 1 >| #define HAVE_SYS_RESOURCE_H 1 >| #define HAVE_DIRENT_H 1 >| #define HAVE_EXECINFO_H 1 >| #define HAVE_BACKTRACE 1 >| #define HAVE_ERRNO_H 1 >| #define HAVE_SIGNAL_H 1 >| #define HAVE_LOCALE_H 1 >| #define HAVE_BYTESWAP_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 <ws2tcpip.h> >configure:19036: result: no >configure:19036: checking ws2tcpip.h presence >configure:19036: x86_64-pc-linux-gnu-gcc -m32 -E conftest.c >conftest.c:79:22: fatal error: ws2tcpip.h: No such file or directory > #include <ws2tcpip.h> > ^ >compilation terminated. >configure:19036: $? = 1 >configure: failed program was: >| /* confdefs.h */ >| #define PACKAGE_NAME "dbus" >| #define PACKAGE_TARNAME "dbus" >| #define PACKAGE_VERSION "1.6.18" >| #define PACKAGE_STRING "dbus 1.6.18" >| #define PACKAGE_BUGREPORT "https://bugs.freedesktop.org/enter_bug.cgi?product=dbus" >| #define PACKAGE_URL "" >| #define PACKAGE "dbus" >| #define VERSION "1.6.18" >| #define GETTEXT_PACKAGE "dbus-1" >| #define DBUS_DAEMON_NAME "dbus-daemon" >| #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 STDC_HEADERS 1 >| #define HAVE_DLFCN_H 1 >| #define LT_OBJDIR ".libs/" >| #define DBUS_UNIX 1 >| #define GLIB_VERSION_MIN_REQUIRED GLIB_VERSION_2_26 >| #define GLIB_VERSION_MAX_ALLOWED GLIB_VERSION_2_32 >| #define DBUS_WITH_GLIB 1 >| #define DBUS_DISABLE_ASSERT 1 >| #define DBUS_DISABLE_CHECKS 1 >| #define G_DISABLE_CHECKS 1 >| #define DBUS_ENABLE_USERDB_CACHE 1 >| #define SIZEOF_CHAR 1 >| #define SIZEOF_SHORT 2 >| #define SIZEOF_LONG 4 >| #define SIZEOF_INT 4 >| #define SIZEOF_VOID_P 4 >| #define SIZEOF_LONG_LONG 8 >| #define SIZEOF___INT64 0 >| #define DBUS_INT64_PRINTF_MODIFIER "ll" >| #define DBUS_VA_COPY va_copy >| #define DBUS_VA_COPY_AS_ARRAY 1 >| #define DBUS_USE_SYNC 1 >| #define HAVE_VSNPRINTF 1 >| #define HAVE_VASPRINTF 1 >| #define HAVE_NANOSLEEP 1 >| #define HAVE_USLEEP 1 >| #define HAVE_SETENV 1 >| #define HAVE_CLEARENV 1 >| #define HAVE_UNSETENV 1 >| #define HAVE_SOCKETPAIR 1 >| #define HAVE_GETGROUPLIST 1 >| #define HAVE_FPATHCONF 1 >| #define HAVE_SETRLIMIT 1 >| #define HAVE_POLL 1 >| #define HAVE_SETLOCALE 1 >| #define HAVE_LOCALECONV 1 >| #define HAVE_STRTOLL 1 >| #define HAVE_STRTOULL 1 >| #define HAVE_GETRESUID 1 >| #define HAVE_SYSLOG_H 1 >| #define HAVE_DECL_LOG_PERROR 1 >| #define HAVE_DIRFD 1 >| #define HAVE_SYS_RESOURCE_H 1 >| #define HAVE_DIRENT_H 1 >| #define HAVE_EXECINFO_H 1 >| #define HAVE_BACKTRACE 1 >| #define HAVE_ERRNO_H 1 >| #define HAVE_SIGNAL_H 1 >| #define HAVE_LOCALE_H 1 >| #define HAVE_BYTESWAP_H 1 >| #define HAVE_UNISTD_H 1 >| /* end confdefs.h. */ >| #include <ws2tcpip.h> >configure:19036: result: no >configure:19036: checking for ws2tcpip.h >configure:19036: result: no >configure:19049: checking wspiapi.h usability >configure:19049: x86_64-pc-linux-gnu-gcc -m32 -c -O2 -pipe -march=amdfam10 -O2 -fomit-frame-pointer -pipe -rdynamic conftest.c >&5 >conftest.c:112:21: fatal error: wspiapi.h: No such file or directory > #include <wspiapi.h> > ^ >compilation terminated. >configure:19049: $? = 1 >configure: failed program was: >| /* confdefs.h */ >| #define PACKAGE_NAME "dbus" >| #define PACKAGE_TARNAME "dbus" >| #define PACKAGE_VERSION "1.6.18" >| #define PACKAGE_STRING "dbus 1.6.18" >| #define PACKAGE_BUGREPORT "https://bugs.freedesktop.org/enter_bug.cgi?product=dbus" >| #define PACKAGE_URL "" >| #define PACKAGE "dbus" >| #define VERSION "1.6.18" >| #define GETTEXT_PACKAGE "dbus-1" >| #define DBUS_DAEMON_NAME "dbus-daemon" >| #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 STDC_HEADERS 1 >| #define HAVE_DLFCN_H 1 >| #define LT_OBJDIR ".libs/" >| #define DBUS_UNIX 1 >| #define GLIB_VERSION_MIN_REQUIRED GLIB_VERSION_2_26 >| #define GLIB_VERSION_MAX_ALLOWED GLIB_VERSION_2_32 >| #define DBUS_WITH_GLIB 1 >| #define DBUS_DISABLE_ASSERT 1 >| #define DBUS_DISABLE_CHECKS 1 >| #define G_DISABLE_CHECKS 1 >| #define DBUS_ENABLE_USERDB_CACHE 1 >| #define SIZEOF_CHAR 1 >| #define SIZEOF_SHORT 2 >| #define SIZEOF_LONG 4 >| #define SIZEOF_INT 4 >| #define SIZEOF_VOID_P 4 >| #define SIZEOF_LONG_LONG 8 >| #define SIZEOF___INT64 0 >| #define DBUS_INT64_PRINTF_MODIFIER "ll" >| #define DBUS_VA_COPY va_copy >| #define DBUS_VA_COPY_AS_ARRAY 1 >| #define DBUS_USE_SYNC 1 >| #define HAVE_VSNPRINTF 1 >| #define HAVE_VASPRINTF 1 >| #define HAVE_NANOSLEEP 1 >| #define HAVE_USLEEP 1 >| #define HAVE_SETENV 1 >| #define HAVE_CLEARENV 1 >| #define HAVE_UNSETENV 1 >| #define HAVE_SOCKETPAIR 1 >| #define HAVE_GETGROUPLIST 1 >| #define HAVE_FPATHCONF 1 >| #define HAVE_SETRLIMIT 1 >| #define HAVE_POLL 1 >| #define HAVE_SETLOCALE 1 >| #define HAVE_LOCALECONV 1 >| #define HAVE_STRTOLL 1 >| #define HAVE_STRTOULL 1 >| #define HAVE_GETRESUID 1 >| #define HAVE_SYSLOG_H 1 >| #define HAVE_DECL_LOG_PERROR 1 >| #define HAVE_DIRFD 1 >| #define HAVE_SYS_RESOURCE_H 1 >| #define HAVE_DIRENT_H 1 >| #define HAVE_EXECINFO_H 1 >| #define HAVE_BACKTRACE 1 >| #define HAVE_ERRNO_H 1 >| #define HAVE_SIGNAL_H 1 >| #define HAVE_LOCALE_H 1 >| #define HAVE_BYTESWAP_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 <wspiapi.h> >configure:19049: result: no >configure:19049: checking wspiapi.h presence >configure:19049: x86_64-pc-linux-gnu-gcc -m32 -E conftest.c >conftest.c:79:21: fatal error: wspiapi.h: No such file or directory > #include <wspiapi.h> > ^ >compilation terminated. >configure:19049: $? = 1 >configure: failed program was: >| /* confdefs.h */ >| #define PACKAGE_NAME "dbus" >| #define PACKAGE_TARNAME "dbus" >| #define PACKAGE_VERSION "1.6.18" >| #define PACKAGE_STRING "dbus 1.6.18" >| #define PACKAGE_BUGREPORT "https://bugs.freedesktop.org/enter_bug.cgi?product=dbus" >| #define PACKAGE_URL "" >| #define PACKAGE "dbus" >| #define VERSION "1.6.18" >| #define GETTEXT_PACKAGE "dbus-1" >| #define DBUS_DAEMON_NAME "dbus-daemon" >| #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 STDC_HEADERS 1 >| #define HAVE_DLFCN_H 1 >| #define LT_OBJDIR ".libs/" >| #define DBUS_UNIX 1 >| #define GLIB_VERSION_MIN_REQUIRED GLIB_VERSION_2_26 >| #define GLIB_VERSION_MAX_ALLOWED GLIB_VERSION_2_32 >| #define DBUS_WITH_GLIB 1 >| #define DBUS_DISABLE_ASSERT 1 >| #define DBUS_DISABLE_CHECKS 1 >| #define G_DISABLE_CHECKS 1 >| #define DBUS_ENABLE_USERDB_CACHE 1 >| #define SIZEOF_CHAR 1 >| #define SIZEOF_SHORT 2 >| #define SIZEOF_LONG 4 >| #define SIZEOF_INT 4 >| #define SIZEOF_VOID_P 4 >| #define SIZEOF_LONG_LONG 8 >| #define SIZEOF___INT64 0 >| #define DBUS_INT64_PRINTF_MODIFIER "ll" >| #define DBUS_VA_COPY va_copy >| #define DBUS_VA_COPY_AS_ARRAY 1 >| #define DBUS_USE_SYNC 1 >| #define HAVE_VSNPRINTF 1 >| #define HAVE_VASPRINTF 1 >| #define HAVE_NANOSLEEP 1 >| #define HAVE_USLEEP 1 >| #define HAVE_SETENV 1 >| #define HAVE_CLEARENV 1 >| #define HAVE_UNSETENV 1 >| #define HAVE_SOCKETPAIR 1 >| #define HAVE_GETGROUPLIST 1 >| #define HAVE_FPATHCONF 1 >| #define HAVE_SETRLIMIT 1 >| #define HAVE_POLL 1 >| #define HAVE_SETLOCALE 1 >| #define HAVE_LOCALECONV 1 >| #define HAVE_STRTOLL 1 >| #define HAVE_STRTOULL 1 >| #define HAVE_GETRESUID 1 >| #define HAVE_SYSLOG_H 1 >| #define HAVE_DECL_LOG_PERROR 1 >| #define HAVE_DIRFD 1 >| #define HAVE_SYS_RESOURCE_H 1 >| #define HAVE_DIRENT_H 1 >| #define HAVE_EXECINFO_H 1 >| #define HAVE_BACKTRACE 1 >| #define HAVE_ERRNO_H 1 >| #define HAVE_SIGNAL_H 1 >| #define HAVE_LOCALE_H 1 >| #define HAVE_BYTESWAP_H 1 >| #define HAVE_UNISTD_H 1 >| /* end confdefs.h. */ >| #include <wspiapi.h> >configure:19049: result: no >configure:19049: checking for wspiapi.h >configure:19049: result: no >configure:19062: checking alloca.h usability >configure:19062: x86_64-pc-linux-gnu-gcc -m32 -c -O2 -pipe -march=amdfam10 -O2 -fomit-frame-pointer -pipe -rdynamic conftest.c >&5 >configure:19062: $? = 0 >configure:19062: result: yes >configure:19062: checking alloca.h presence >configure:19062: x86_64-pc-linux-gnu-gcc -m32 -E conftest.c >configure:19062: $? = 0 >configure:19062: result: yes >configure:19062: checking for alloca.h >configure:19062: result: yes >configure:19091: checking for posix getpwnam_r >configure:19123: x86_64-pc-linux-gnu-gcc -m32 -o conftest -O2 -pipe -march=amdfam10 -O2 -fomit-frame-pointer -pipe -rdynamic -Wl,-O1 -Wl,--as-needed conftest.c >&5 >configure:19123: $? = 0 >configure:19123: ./conftest >configure:19123: $? = 0 >configure:19133: result: yes >configure:19183: checking whether socklen_t is defined >configure:19203: x86_64-pc-linux-gnu-gcc -m32 -c -O2 -pipe -march=amdfam10 -O2 -fomit-frame-pointer -pipe -rdynamic conftest.c >&5 >configure:19203: $? = 0 >configure:19209: result: yes >configure:19220: checking sys/uio.h usability >configure:19220: x86_64-pc-linux-gnu-gcc -m32 -c -O2 -pipe -march=amdfam10 -O2 -fomit-frame-pointer -pipe -rdynamic conftest.c >&5 >configure:19220: $? = 0 >configure:19220: result: yes >configure:19220: checking sys/uio.h presence >configure:19220: x86_64-pc-linux-gnu-gcc -m32 -E conftest.c >configure:19220: $? = 0 >configure:19220: result: yes >configure:19220: checking for sys/uio.h >configure:19220: result: yes >configure:19227: checking for writev >configure:19227: x86_64-pc-linux-gnu-gcc -m32 -o conftest -O2 -pipe -march=amdfam10 -O2 -fomit-frame-pointer -pipe -rdynamic -Wl,-O1 -Wl,--as-needed conftest.c >&5 >configure:19227: $? = 0 >configure:19227: result: yes >configure:19243: checking sys/syslimits.h usability >configure:19243: x86_64-pc-linux-gnu-gcc -m32 -c -O2 -pipe -march=amdfam10 -O2 -fomit-frame-pointer -pipe -rdynamic conftest.c >&5 >conftest.c:117:27: fatal error: sys/syslimits.h: No such file or directory > #include <sys/syslimits.h> > ^ >compilation terminated. >configure:19243: $? = 1 >configure: failed program was: >| /* confdefs.h */ >| #define PACKAGE_NAME "dbus" >| #define PACKAGE_TARNAME "dbus" >| #define PACKAGE_VERSION "1.6.18" >| #define PACKAGE_STRING "dbus 1.6.18" >| #define PACKAGE_BUGREPORT "https://bugs.freedesktop.org/enter_bug.cgi?product=dbus" >| #define PACKAGE_URL "" >| #define PACKAGE "dbus" >| #define VERSION "1.6.18" >| #define GETTEXT_PACKAGE "dbus-1" >| #define DBUS_DAEMON_NAME "dbus-daemon" >| #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 STDC_HEADERS 1 >| #define HAVE_DLFCN_H 1 >| #define LT_OBJDIR ".libs/" >| #define DBUS_UNIX 1 >| #define GLIB_VERSION_MIN_REQUIRED GLIB_VERSION_2_26 >| #define GLIB_VERSION_MAX_ALLOWED GLIB_VERSION_2_32 >| #define DBUS_WITH_GLIB 1 >| #define DBUS_DISABLE_ASSERT 1 >| #define DBUS_DISABLE_CHECKS 1 >| #define G_DISABLE_CHECKS 1 >| #define DBUS_ENABLE_USERDB_CACHE 1 >| #define SIZEOF_CHAR 1 >| #define SIZEOF_SHORT 2 >| #define SIZEOF_LONG 4 >| #define SIZEOF_INT 4 >| #define SIZEOF_VOID_P 4 >| #define SIZEOF_LONG_LONG 8 >| #define SIZEOF___INT64 0 >| #define DBUS_INT64_PRINTF_MODIFIER "ll" >| #define DBUS_VA_COPY va_copy >| #define DBUS_VA_COPY_AS_ARRAY 1 >| #define DBUS_USE_SYNC 1 >| #define HAVE_VSNPRINTF 1 >| #define HAVE_VASPRINTF 1 >| #define HAVE_NANOSLEEP 1 >| #define HAVE_USLEEP 1 >| #define HAVE_SETENV 1 >| #define HAVE_CLEARENV 1 >| #define HAVE_UNSETENV 1 >| #define HAVE_SOCKETPAIR 1 >| #define HAVE_GETGROUPLIST 1 >| #define HAVE_FPATHCONF 1 >| #define HAVE_SETRLIMIT 1 >| #define HAVE_POLL 1 >| #define HAVE_SETLOCALE 1 >| #define HAVE_LOCALECONV 1 >| #define HAVE_STRTOLL 1 >| #define HAVE_STRTOULL 1 >| #define HAVE_GETRESUID 1 >| #define HAVE_SYSLOG_H 1 >| #define HAVE_DECL_LOG_PERROR 1 >| #define HAVE_DIRFD 1 >| #define HAVE_SYS_RESOURCE_H 1 >| #define HAVE_DIRENT_H 1 >| #define HAVE_EXECINFO_H 1 >| #define HAVE_BACKTRACE 1 >| #define HAVE_ERRNO_H 1 >| #define HAVE_SIGNAL_H 1 >| #define HAVE_LOCALE_H 1 >| #define HAVE_BYTESWAP_H 1 >| #define HAVE_UNISTD_H 1 >| #define HAVE_ALLOCA_H 1 >| #define HAVE_POSIX_GETPWNAM_R 1 >| #define HAVE_SOCKLEN_T 1 >| #define HAVE_SYS_UIO_H 1 >| #define HAVE_WRITEV 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 <sys/syslimits.h> >configure:19243: result: no >configure:19243: checking sys/syslimits.h presence >configure:19243: x86_64-pc-linux-gnu-gcc -m32 -E conftest.c >conftest.c:84:27: fatal error: sys/syslimits.h: No such file or directory > #include <sys/syslimits.h> > ^ >compilation terminated. >configure:19243: $? = 1 >configure: failed program was: >| /* confdefs.h */ >| #define PACKAGE_NAME "dbus" >| #define PACKAGE_TARNAME "dbus" >| #define PACKAGE_VERSION "1.6.18" >| #define PACKAGE_STRING "dbus 1.6.18" >| #define PACKAGE_BUGREPORT "https://bugs.freedesktop.org/enter_bug.cgi?product=dbus" >| #define PACKAGE_URL "" >| #define PACKAGE "dbus" >| #define VERSION "1.6.18" >| #define GETTEXT_PACKAGE "dbus-1" >| #define DBUS_DAEMON_NAME "dbus-daemon" >| #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 STDC_HEADERS 1 >| #define HAVE_DLFCN_H 1 >| #define LT_OBJDIR ".libs/" >| #define DBUS_UNIX 1 >| #define GLIB_VERSION_MIN_REQUIRED GLIB_VERSION_2_26 >| #define GLIB_VERSION_MAX_ALLOWED GLIB_VERSION_2_32 >| #define DBUS_WITH_GLIB 1 >| #define DBUS_DISABLE_ASSERT 1 >| #define DBUS_DISABLE_CHECKS 1 >| #define G_DISABLE_CHECKS 1 >| #define DBUS_ENABLE_USERDB_CACHE 1 >| #define SIZEOF_CHAR 1 >| #define SIZEOF_SHORT 2 >| #define SIZEOF_LONG 4 >| #define SIZEOF_INT 4 >| #define SIZEOF_VOID_P 4 >| #define SIZEOF_LONG_LONG 8 >| #define SIZEOF___INT64 0 >| #define DBUS_INT64_PRINTF_MODIFIER "ll" >| #define DBUS_VA_COPY va_copy >| #define DBUS_VA_COPY_AS_ARRAY 1 >| #define DBUS_USE_SYNC 1 >| #define HAVE_VSNPRINTF 1 >| #define HAVE_VASPRINTF 1 >| #define HAVE_NANOSLEEP 1 >| #define HAVE_USLEEP 1 >| #define HAVE_SETENV 1 >| #define HAVE_CLEARENV 1 >| #define HAVE_UNSETENV 1 >| #define HAVE_SOCKETPAIR 1 >| #define HAVE_GETGROUPLIST 1 >| #define HAVE_FPATHCONF 1 >| #define HAVE_SETRLIMIT 1 >| #define HAVE_POLL 1 >| #define HAVE_SETLOCALE 1 >| #define HAVE_LOCALECONV 1 >| #define HAVE_STRTOLL 1 >| #define HAVE_STRTOULL 1 >| #define HAVE_GETRESUID 1 >| #define HAVE_SYSLOG_H 1 >| #define HAVE_DECL_LOG_PERROR 1 >| #define HAVE_DIRFD 1 >| #define HAVE_SYS_RESOURCE_H 1 >| #define HAVE_DIRENT_H 1 >| #define HAVE_EXECINFO_H 1 >| #define HAVE_BACKTRACE 1 >| #define HAVE_ERRNO_H 1 >| #define HAVE_SIGNAL_H 1 >| #define HAVE_LOCALE_H 1 >| #define HAVE_BYTESWAP_H 1 >| #define HAVE_UNISTD_H 1 >| #define HAVE_ALLOCA_H 1 >| #define HAVE_POSIX_GETPWNAM_R 1 >| #define HAVE_SOCKLEN_T 1 >| #define HAVE_SYS_UIO_H 1 >| #define HAVE_WRITEV 1 >| /* end confdefs.h. */ >| #include <sys/syslimits.h> >configure:19243: result: no >configure:19243: checking for sys/syslimits.h >configure:19243: result: no >configure:19254: checking whether MSG_NOSIGNAL is declared >configure:19254: x86_64-pc-linux-gnu-gcc -m32 -c -O2 -pipe -march=amdfam10 -O2 -fomit-frame-pointer -pipe -rdynamic conftest.c >&5 >configure:19254: $? = 0 >configure:19254: result: yes >configure:19268: checking for ISO C99 varargs macros in C >configure:19285: x86_64-pc-linux-gnu-gcc -m32 -c -O2 -pipe -march=amdfam10 -O2 -fomit-frame-pointer -pipe -rdynamic conftest.c >&5 >configure:19285: $? = 0 >configure:19291: result: yes >configure:19294: checking for GNUC varargs macros >configure:19311: x86_64-pc-linux-gnu-gcc -m32 -c -O2 -pipe -march=amdfam10 -O2 -fomit-frame-pointer -pipe -rdynamic conftest.c >&5 >configure:19311: $? = 0 >configure:19317: result: yes >configure:19331: checking for struct cmsgcred >configure:19351: x86_64-pc-linux-gnu-gcc -m32 -c -O2 -pipe -march=amdfam10 -O2 -fomit-frame-pointer -pipe -rdynamic conftest.c >&5 >conftest.c: In function 'main': >conftest.c:95:17: error: storage size of 'cred' isn't known > struct cmsgcred cred; > ^ >configure:19351: $? = 1 >configure: failed program was: >| /* confdefs.h */ >| #define PACKAGE_NAME "dbus" >| #define PACKAGE_TARNAME "dbus" >| #define PACKAGE_VERSION "1.6.18" >| #define PACKAGE_STRING "dbus 1.6.18" >| #define PACKAGE_BUGREPORT "https://bugs.freedesktop.org/enter_bug.cgi?product=dbus" >| #define PACKAGE_URL "" >| #define PACKAGE "dbus" >| #define VERSION "1.6.18" >| #define GETTEXT_PACKAGE "dbus-1" >| #define DBUS_DAEMON_NAME "dbus-daemon" >| #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 STDC_HEADERS 1 >| #define HAVE_DLFCN_H 1 >| #define LT_OBJDIR ".libs/" >| #define DBUS_UNIX 1 >| #define GLIB_VERSION_MIN_REQUIRED GLIB_VERSION_2_26 >| #define GLIB_VERSION_MAX_ALLOWED GLIB_VERSION_2_32 >| #define DBUS_WITH_GLIB 1 >| #define DBUS_DISABLE_ASSERT 1 >| #define DBUS_DISABLE_CHECKS 1 >| #define G_DISABLE_CHECKS 1 >| #define DBUS_ENABLE_USERDB_CACHE 1 >| #define SIZEOF_CHAR 1 >| #define SIZEOF_SHORT 2 >| #define SIZEOF_LONG 4 >| #define SIZEOF_INT 4 >| #define SIZEOF_VOID_P 4 >| #define SIZEOF_LONG_LONG 8 >| #define SIZEOF___INT64 0 >| #define DBUS_INT64_PRINTF_MODIFIER "ll" >| #define DBUS_VA_COPY va_copy >| #define DBUS_VA_COPY_AS_ARRAY 1 >| #define DBUS_USE_SYNC 1 >| #define HAVE_VSNPRINTF 1 >| #define HAVE_VASPRINTF 1 >| #define HAVE_NANOSLEEP 1 >| #define HAVE_USLEEP 1 >| #define HAVE_SETENV 1 >| #define HAVE_CLEARENV 1 >| #define HAVE_UNSETENV 1 >| #define HAVE_SOCKETPAIR 1 >| #define HAVE_GETGROUPLIST 1 >| #define HAVE_FPATHCONF 1 >| #define HAVE_SETRLIMIT 1 >| #define HAVE_POLL 1 >| #define HAVE_SETLOCALE 1 >| #define HAVE_LOCALECONV 1 >| #define HAVE_STRTOLL 1 >| #define HAVE_STRTOULL 1 >| #define HAVE_GETRESUID 1 >| #define HAVE_SYSLOG_H 1 >| #define HAVE_DECL_LOG_PERROR 1 >| #define HAVE_DIRFD 1 >| #define HAVE_SYS_RESOURCE_H 1 >| #define HAVE_DIRENT_H 1 >| #define HAVE_EXECINFO_H 1 >| #define HAVE_BACKTRACE 1 >| #define HAVE_ERRNO_H 1 >| #define HAVE_SIGNAL_H 1 >| #define HAVE_LOCALE_H 1 >| #define HAVE_BYTESWAP_H 1 >| #define HAVE_UNISTD_H 1 >| #define HAVE_ALLOCA_H 1 >| #define HAVE_POSIX_GETPWNAM_R 1 >| #define HAVE_SOCKLEN_T 1 >| #define HAVE_SYS_UIO_H 1 >| #define HAVE_WRITEV 1 >| #define HAVE_DECL_MSG_NOSIGNAL 1 >| #define HAVE_ISO_VARARGS 1 >| #define HAVE_GNUC_VARARGS 1 >| /* end confdefs.h. */ >| >| #include <sys/types.h> >| #include <sys/socket.h> >| >| int >| main () >| { >| >| struct cmsgcred cred; >| >| cred.cmcred_pid = 0; >| >| ; >| return 0; >| } >configure:19357: result: no >configure:19369: checking for getpeerucred >configure:19369: x86_64-pc-linux-gnu-gcc -m32 -o conftest -O2 -pipe -march=amdfam10 -O2 -fomit-frame-pointer -pipe -rdynamic -Wl,-O1 -Wl,--as-needed conftest.c >&5 >/var/tmp/portage/sys-apps/dbus-1.6.18-r1/temp/ccYSYskQ.o: In function `main': >conftest.c:(.text.startup+0x7): undefined reference to `getpeerucred' >collect2: error: ld returned 1 exit status >configure:19369: $? = 1 >configure: failed program was: >| /* confdefs.h */ >| #define PACKAGE_NAME "dbus" >| #define PACKAGE_TARNAME "dbus" >| #define PACKAGE_VERSION "1.6.18" >| #define PACKAGE_STRING "dbus 1.6.18" >| #define PACKAGE_BUGREPORT "https://bugs.freedesktop.org/enter_bug.cgi?product=dbus" >| #define PACKAGE_URL "" >| #define PACKAGE "dbus" >| #define VERSION "1.6.18" >| #define GETTEXT_PACKAGE "dbus-1" >| #define DBUS_DAEMON_NAME "dbus-daemon" >| #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 STDC_HEADERS 1 >| #define HAVE_DLFCN_H 1 >| #define LT_OBJDIR ".libs/" >| #define DBUS_UNIX 1 >| #define GLIB_VERSION_MIN_REQUIRED GLIB_VERSION_2_26 >| #define GLIB_VERSION_MAX_ALLOWED GLIB_VERSION_2_32 >| #define DBUS_WITH_GLIB 1 >| #define DBUS_DISABLE_ASSERT 1 >| #define DBUS_DISABLE_CHECKS 1 >| #define G_DISABLE_CHECKS 1 >| #define DBUS_ENABLE_USERDB_CACHE 1 >| #define SIZEOF_CHAR 1 >| #define SIZEOF_SHORT 2 >| #define SIZEOF_LONG 4 >| #define SIZEOF_INT 4 >| #define SIZEOF_VOID_P 4 >| #define SIZEOF_LONG_LONG 8 >| #define SIZEOF___INT64 0 >| #define DBUS_INT64_PRINTF_MODIFIER "ll" >| #define DBUS_VA_COPY va_copy >| #define DBUS_VA_COPY_AS_ARRAY 1 >| #define DBUS_USE_SYNC 1 >| #define HAVE_VSNPRINTF 1 >| #define HAVE_VASPRINTF 1 >| #define HAVE_NANOSLEEP 1 >| #define HAVE_USLEEP 1 >| #define HAVE_SETENV 1 >| #define HAVE_CLEARENV 1 >| #define HAVE_UNSETENV 1 >| #define HAVE_SOCKETPAIR 1 >| #define HAVE_GETGROUPLIST 1 >| #define HAVE_FPATHCONF 1 >| #define HAVE_SETRLIMIT 1 >| #define HAVE_POLL 1 >| #define HAVE_SETLOCALE 1 >| #define HAVE_LOCALECONV 1 >| #define HAVE_STRTOLL 1 >| #define HAVE_STRTOULL 1 >| #define HAVE_GETRESUID 1 >| #define HAVE_SYSLOG_H 1 >| #define HAVE_DECL_LOG_PERROR 1 >| #define HAVE_DIRFD 1 >| #define HAVE_SYS_RESOURCE_H 1 >| #define HAVE_DIRENT_H 1 >| #define HAVE_EXECINFO_H 1 >| #define HAVE_BACKTRACE 1 >| #define HAVE_ERRNO_H 1 >| #define HAVE_SIGNAL_H 1 >| #define HAVE_LOCALE_H 1 >| #define HAVE_BYTESWAP_H 1 >| #define HAVE_UNISTD_H 1 >| #define HAVE_ALLOCA_H 1 >| #define HAVE_POSIX_GETPWNAM_R 1 >| #define HAVE_SOCKLEN_T 1 >| #define HAVE_SYS_UIO_H 1 >| #define HAVE_WRITEV 1 >| #define HAVE_DECL_MSG_NOSIGNAL 1 >| #define HAVE_ISO_VARARGS 1 >| #define HAVE_GNUC_VARARGS 1 >| /* end confdefs.h. */ >| /* Define getpeerucred to an innocuous variant, in case <limits.h> declares getpeerucred. >| For example, HP-UX 11i <limits.h> declares gettimeofday. */ >| #define getpeerucred innocuous_getpeerucred >| >| /* System header to define __stub macros and hopefully few prototypes, >| which can conflict with char getpeerucred (); below. >| Prefer <limits.h> to <assert.h> if __STDC__ is defined, since >| <limits.h> exists even on freestanding compilers. */ >| >| #ifdef __STDC__ >| # include <limits.h> >| #else >| # include <assert.h> >| #endif >| >| #undef getpeerucred >| >| /* 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 getpeerucred (); >| /* 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_getpeerucred || defined __stub___getpeerucred >| choke me >| #endif >| >| int >| main () >| { >| return getpeerucred (); >| ; >| return 0; >| } >configure:19369: result: no >configure:19369: checking for getpeereid >configure:19369: x86_64-pc-linux-gnu-gcc -m32 -o conftest -O2 -pipe -march=amdfam10 -O2 -fomit-frame-pointer -pipe -rdynamic -Wl,-O1 -Wl,--as-needed conftest.c >&5 >/var/tmp/portage/sys-apps/dbus-1.6.18-r1/temp/cceL5CcX.o: In function `main': >conftest.c:(.text.startup+0x7): undefined reference to `getpeereid' >collect2: error: ld returned 1 exit status >configure:19369: $? = 1 >configure: failed program was: >| /* confdefs.h */ >| #define PACKAGE_NAME "dbus" >| #define PACKAGE_TARNAME "dbus" >| #define PACKAGE_VERSION "1.6.18" >| #define PACKAGE_STRING "dbus 1.6.18" >| #define PACKAGE_BUGREPORT "https://bugs.freedesktop.org/enter_bug.cgi?product=dbus" >| #define PACKAGE_URL "" >| #define PACKAGE "dbus" >| #define VERSION "1.6.18" >| #define GETTEXT_PACKAGE "dbus-1" >| #define DBUS_DAEMON_NAME "dbus-daemon" >| #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 STDC_HEADERS 1 >| #define HAVE_DLFCN_H 1 >| #define LT_OBJDIR ".libs/" >| #define DBUS_UNIX 1 >| #define GLIB_VERSION_MIN_REQUIRED GLIB_VERSION_2_26 >| #define GLIB_VERSION_MAX_ALLOWED GLIB_VERSION_2_32 >| #define DBUS_WITH_GLIB 1 >| #define DBUS_DISABLE_ASSERT 1 >| #define DBUS_DISABLE_CHECKS 1 >| #define G_DISABLE_CHECKS 1 >| #define DBUS_ENABLE_USERDB_CACHE 1 >| #define SIZEOF_CHAR 1 >| #define SIZEOF_SHORT 2 >| #define SIZEOF_LONG 4 >| #define SIZEOF_INT 4 >| #define SIZEOF_VOID_P 4 >| #define SIZEOF_LONG_LONG 8 >| #define SIZEOF___INT64 0 >| #define DBUS_INT64_PRINTF_MODIFIER "ll" >| #define DBUS_VA_COPY va_copy >| #define DBUS_VA_COPY_AS_ARRAY 1 >| #define DBUS_USE_SYNC 1 >| #define HAVE_VSNPRINTF 1 >| #define HAVE_VASPRINTF 1 >| #define HAVE_NANOSLEEP 1 >| #define HAVE_USLEEP 1 >| #define HAVE_SETENV 1 >| #define HAVE_CLEARENV 1 >| #define HAVE_UNSETENV 1 >| #define HAVE_SOCKETPAIR 1 >| #define HAVE_GETGROUPLIST 1 >| #define HAVE_FPATHCONF 1 >| #define HAVE_SETRLIMIT 1 >| #define HAVE_POLL 1 >| #define HAVE_SETLOCALE 1 >| #define HAVE_LOCALECONV 1 >| #define HAVE_STRTOLL 1 >| #define HAVE_STRTOULL 1 >| #define HAVE_GETRESUID 1 >| #define HAVE_SYSLOG_H 1 >| #define HAVE_DECL_LOG_PERROR 1 >| #define HAVE_DIRFD 1 >| #define HAVE_SYS_RESOURCE_H 1 >| #define HAVE_DIRENT_H 1 >| #define HAVE_EXECINFO_H 1 >| #define HAVE_BACKTRACE 1 >| #define HAVE_ERRNO_H 1 >| #define HAVE_SIGNAL_H 1 >| #define HAVE_LOCALE_H 1 >| #define HAVE_BYTESWAP_H 1 >| #define HAVE_UNISTD_H 1 >| #define HAVE_ALLOCA_H 1 >| #define HAVE_POSIX_GETPWNAM_R 1 >| #define HAVE_SOCKLEN_T 1 >| #define HAVE_SYS_UIO_H 1 >| #define HAVE_WRITEV 1 >| #define HAVE_DECL_MSG_NOSIGNAL 1 >| #define HAVE_ISO_VARARGS 1 >| #define HAVE_GNUC_VARARGS 1 >| /* end confdefs.h. */ >| /* Define getpeereid to an innocuous variant, in case <limits.h> declares getpeereid. >| For example, HP-UX 11i <limits.h> declares gettimeofday. */ >| #define getpeereid innocuous_getpeereid >| >| /* System header to define __stub macros and hopefully few prototypes, >| which can conflict with char getpeereid (); below. >| Prefer <limits.h> to <assert.h> if __STDC__ is defined, since >| <limits.h> exists even on freestanding compilers. */ >| >| #ifdef __STDC__ >| # include <limits.h> >| #else >| # include <assert.h> >| #endif >| >| #undef getpeereid >| >| /* 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 getpeereid (); >| /* 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_getpeereid || defined __stub___getpeereid >| choke me >| #endif >| >| int >| main () >| { >| return getpeereid (); >| ; >| return 0; >| } >configure:19369: result: no >configure:19382: checking for pipe2 >configure:19382: x86_64-pc-linux-gnu-gcc -m32 -o conftest -O2 -pipe -march=amdfam10 -O2 -fomit-frame-pointer -pipe -rdynamic -Wl,-O1 -Wl,--as-needed conftest.c >&5 >configure:19382: $? = 0 >configure:19382: result: yes >configure:19382: checking for accept4 >configure:19382: x86_64-pc-linux-gnu-gcc -m32 -o conftest -O2 -pipe -march=amdfam10 -O2 -fomit-frame-pointer -pipe -rdynamic -Wl,-O1 -Wl,--as-needed conftest.c >&5 >configure:19382: $? = 0 >configure:19382: result: yes >configure:19402: checking abstract socket namespace >configure:19463: x86_64-pc-linux-gnu-gcc -m32 -o conftest -O2 -pipe -march=amdfam10 -O2 -fomit-frame-pointer -pipe -rdynamic -Wl,-O1 -Wl,--as-needed conftest.c >&5 >configure:19463: $? = 0 >configure:19463: ./conftest >configure:19463: $? = 0 >configure:19473: result: yes >configure:19516: checking for i686-pc-linux-gnu-pkg-config >configure:19546: result: /usr/bin/pkg-config >configure:19614: checking pkg-config is at least version 0.9.0 >configure:19617: result: yes >configure:19630: checking for XML_ParserCreate_MM in -lexpat >configure:19655: x86_64-pc-linux-gnu-gcc -m32 -o conftest -O2 -pipe -march=amdfam10 -O2 -fomit-frame-pointer -pipe -rdynamic -Wl,-O1 -Wl,--as-needed conftest.c -lexpat >&5 >/usr/lib/gcc/x86_64-pc-linux-gnu/4.8.2/../../../../x86_64-pc-linux-gnu/bin/ld: skipping incompatible /usr/lib/gcc/x86_64-pc-linux-gnu/4.8.2/../../../libexpat.so when searching for -lexpat >/usr/lib/gcc/x86_64-pc-linux-gnu/4.8.2/../../../../x86_64-pc-linux-gnu/bin/ld: skipping incompatible /usr/lib/libexpat.so when searching for -lexpat >/usr/lib/gcc/x86_64-pc-linux-gnu/4.8.2/../../../../x86_64-pc-linux-gnu/bin/ld: cannot find -lexpat >collect2: error: ld returned 1 exit status >configure:19655: $? = 1 >configure: failed program was: >| /* confdefs.h */ >| #define PACKAGE_NAME "dbus" >| #define PACKAGE_TARNAME "dbus" >| #define PACKAGE_VERSION "1.6.18" >| #define PACKAGE_STRING "dbus 1.6.18" >| #define PACKAGE_BUGREPORT "https://bugs.freedesktop.org/enter_bug.cgi?product=dbus" >| #define PACKAGE_URL "" >| #define PACKAGE "dbus" >| #define VERSION "1.6.18" >| #define GETTEXT_PACKAGE "dbus-1" >| #define DBUS_DAEMON_NAME "dbus-daemon" >| #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 STDC_HEADERS 1 >| #define HAVE_DLFCN_H 1 >| #define LT_OBJDIR ".libs/" >| #define DBUS_UNIX 1 >| #define GLIB_VERSION_MIN_REQUIRED GLIB_VERSION_2_26 >| #define GLIB_VERSION_MAX_ALLOWED GLIB_VERSION_2_32 >| #define DBUS_WITH_GLIB 1 >| #define DBUS_DISABLE_ASSERT 1 >| #define DBUS_DISABLE_CHECKS 1 >| #define G_DISABLE_CHECKS 1 >| #define DBUS_ENABLE_USERDB_CACHE 1 >| #define SIZEOF_CHAR 1 >| #define SIZEOF_SHORT 2 >| #define SIZEOF_LONG 4 >| #define SIZEOF_INT 4 >| #define SIZEOF_VOID_P 4 >| #define SIZEOF_LONG_LONG 8 >| #define SIZEOF___INT64 0 >| #define DBUS_INT64_PRINTF_MODIFIER "ll" >| #define DBUS_VA_COPY va_copy >| #define DBUS_VA_COPY_AS_ARRAY 1 >| #define DBUS_USE_SYNC 1 >| #define HAVE_VSNPRINTF 1 >| #define HAVE_VASPRINTF 1 >| #define HAVE_NANOSLEEP 1 >| #define HAVE_USLEEP 1 >| #define HAVE_SETENV 1 >| #define HAVE_CLEARENV 1 >| #define HAVE_UNSETENV 1 >| #define HAVE_SOCKETPAIR 1 >| #define HAVE_GETGROUPLIST 1 >| #define HAVE_FPATHCONF 1 >| #define HAVE_SETRLIMIT 1 >| #define HAVE_POLL 1 >| #define HAVE_SETLOCALE 1 >| #define HAVE_LOCALECONV 1 >| #define HAVE_STRTOLL 1 >| #define HAVE_STRTOULL 1 >| #define HAVE_GETRESUID 1 >| #define HAVE_SYSLOG_H 1 >| #define HAVE_DECL_LOG_PERROR 1 >| #define HAVE_DIRFD 1 >| #define HAVE_SYS_RESOURCE_H 1 >| #define HAVE_DIRENT_H 1 >| #define HAVE_EXECINFO_H 1 >| #define HAVE_BACKTRACE 1 >| #define HAVE_ERRNO_H 1 >| #define HAVE_SIGNAL_H 1 >| #define HAVE_LOCALE_H 1 >| #define HAVE_BYTESWAP_H 1 >| #define HAVE_UNISTD_H 1 >| #define HAVE_ALLOCA_H 1 >| #define HAVE_POSIX_GETPWNAM_R 1 >| #define HAVE_SOCKLEN_T 1 >| #define HAVE_SYS_UIO_H 1 >| #define HAVE_WRITEV 1 >| #define HAVE_DECL_MSG_NOSIGNAL 1 >| #define HAVE_ISO_VARARGS 1 >| #define HAVE_GNUC_VARARGS 1 >| #define HAVE_PIPE2 1 >| #define HAVE_ACCEPT4 1 >| #define HAVE_ABSTRACT_SOCKETS 1 >| /* end confdefs.h. */ >| >| /* Override any GCC internal prototype to avoid an error. >| Use char because int might match the return type of a GCC >| builtin and then its argument prototype would still apply. */ >| #ifdef __cplusplus >| extern "C" >| #endif >| char XML_ParserCreate_MM (); >| int >| main () >| { >| return XML_ParserCreate_MM (); >| ; >| return 0; >| } >configure:19664: result: no >configure:19697: checking for LIBXML >configure:19704: $PKG_CONFIG --exists --print-errors "libxml-2.0 >= 2.6.0" >Package libxml-2.0 was not found in the pkg-config search path. >Perhaps you should add the directory containing `libxml-2.0.pc' >to the PKG_CONFIG_PATH environment variable >No package 'libxml-2.0' found >configure:19707: $? = 1 >configure:19720: $PKG_CONFIG --exists --print-errors "libxml-2.0 >= 2.6.0" >Package libxml-2.0 was not found in the pkg-config search path. >Perhaps you should add the directory containing `libxml-2.0.pc' >to the PKG_CONFIG_PATH environment variable >No package 'libxml-2.0' found >configure:19723: $? = 1 >No package 'libxml-2.0' found >configure:19750: result: no >configure:19763: error: Explicitly requested libxml but libxml not found > >## ---------------- ## >## Cache variables. ## >## ---------------- ## > >ac_cv_build=i686-pc-linux-gnu >ac_cv_c_bigendian=no >ac_cv_c_compiler_gnu=yes >ac_cv_c_inline=inline >ac_cv_cxx_compiler_gnu=yes >ac_cv_env_CCC_set= >ac_cv_env_CCC_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=amdfam10 -O2 -fomit-frame-pointer -pipe -rdynamic' >ac_cv_env_CPPFLAGS_set= >ac_cv_env_CPPFLAGS_value= >ac_cv_env_CPP_set= >ac_cv_env_CPP_value= >ac_cv_env_CXXCPP_set= >ac_cv_env_CXXCPP_value= >ac_cv_env_CXXFLAGS_set=set >ac_cv_env_CXXFLAGS_value='-O2 -pipe -march=amdfam10 -O2 -fomit-frame-pointer -pipe -rdynamic' >ac_cv_env_CXX_set=set >ac_cv_env_CXX_value='x86_64-pc-linux-gnu-g++ -m32' >ac_cv_env_DBUS_GLIB_CFLAGS_set= >ac_cv_env_DBUS_GLIB_CFLAGS_value= >ac_cv_env_DBUS_GLIB_LIBS_set= >ac_cv_env_DBUS_GLIB_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_LDFLAGS_set=set >ac_cv_env_LDFLAGS_value='-Wl,-O1 -Wl,--as-needed' >ac_cv_env_LIBS_set= >ac_cv_env_LIBS_value= >ac_cv_env_LIBXML_CFLAGS_set= >ac_cv_env_LIBXML_CFLAGS_value= >ac_cv_env_LIBXML_LIBS_set= >ac_cv_env_LIBXML_LIBS_value= >ac_cv_env_MAN2HTML_set= >ac_cv_env_MAN2HTML_value= >ac_cv_env_PKG_CONFIG_set= >ac_cv_env_PKG_CONFIG_value= >ac_cv_env_PYTHON_set= >ac_cv_env_PYTHON_value= >ac_cv_env_SYSTEMD_CFLAGS_set= >ac_cv_env_SYSTEMD_CFLAGS_value= >ac_cv_env_SYSTEMD_LIBS_set= >ac_cv_env_SYSTEMD_LIBS_value= >ac_cv_env_VALGRIND_CFLAGS_set= >ac_cv_env_VALGRIND_CFLAGS_value= >ac_cv_env_VALGRIND_LIBS_set= >ac_cv_env_VALGRIND_LIBS_value= >ac_cv_env_XMKMF_set= >ac_cv_env_XMKMF_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_func_accept4=yes >ac_cv_func_backtrace=yes >ac_cv_func_clearenv=yes >ac_cv_func_fpathconf=yes >ac_cv_func_getgrouplist=yes >ac_cv_func_gethostbyname=yes >ac_cv_func_getpeereid=no >ac_cv_func_getpeerucred=no >ac_cv_func_getresuid=yes >ac_cv_func_issetugid=no >ac_cv_func_localeconv=yes >ac_cv_func_nanosleep=yes >ac_cv_func_pipe2=yes >ac_cv_func_poll=yes >ac_cv_func_posix_getpwnam_r=yes >ac_cv_func_setenv=yes >ac_cv_func_setlocale=yes >ac_cv_func_setrlimit=yes >ac_cv_func_socketpair=yes >ac_cv_func_strtoll=yes >ac_cv_func_strtoull=yes >ac_cv_func_unsetenv=yes >ac_cv_func_usleep=yes >ac_cv_func_vasprintf=yes >ac_cv_func_vsnprintf=yes >ac_cv_func_writev=yes >ac_cv_gnu_library_2_1=yes >ac_cv_have_abstract_sockets=yes >ac_cv_have_decl_LOG_PERROR=yes >ac_cv_have_decl_MSG_NOSIGNAL=yes >ac_cv_header_alloca_h=yes >ac_cv_header_byteswap_h=yes >ac_cv_header_dirent_h=yes >ac_cv_header_dlfcn_h=yes >ac_cv_header_errno_h=yes >ac_cv_header_execinfo_h=yes >ac_cv_header_inttypes_h=yes >ac_cv_header_locale_h=yes >ac_cv_header_memory_h=yes >ac_cv_header_minix_config_h=no >ac_cv_header_signal_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_resource_h=yes >ac_cv_header_sys_stat_h=yes >ac_cv_header_sys_syslimits_h=no >ac_cv_header_sys_types_h=yes >ac_cv_header_sys_uio_h=yes >ac_cv_header_syslog_h=yes >ac_cv_header_unistd_h=yes >ac_cv_header_ws2tcpip_h=no >ac_cv_header_wspiapi_h=no >ac_cv_host=i686-pc-linux-gnu >ac_cv_lib_expat_XML_ParserCreate_MM=no >ac_cv_objext=o >ac_cv_path_EGREP='/bin/grep -E' >ac_cv_path_FGREP='/bin/grep -F' >ac_cv_path_GREP=/bin/grep >ac_cv_path_PKG_CONFIG=/usr/bin/pkg-config >ac_cv_path_PYTHON=/usr/bin/python >ac_cv_path_SED=/bin/sed >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_CXXCPP='x86_64-pc-linux-gnu-g++ -m32 -E' >ac_cv_prog_ac_ct_AR=ar >ac_cv_prog_ac_ct_OBJDUMP=objdump >ac_cv_prog_ac_ct_RANLIB=ranlib >ac_cv_prog_ac_ct_STRIP=strip >ac_cv_prog_cc_c89= >ac_cv_prog_cc_g=yes >ac_cv_prog_cc_x86_64_pc_linux_gnu_gcc_c_o=yes >ac_cv_prog_cxx_g=yes >ac_cv_prog_make_make_set=yes >ac_cv_safe_to_define___extensions__=yes >ac_cv_search_socket='none required' >ac_cv_search_strerror='none required' >ac_cv_sizeof___int64=0 >ac_cv_sizeof_char=1 >ac_cv_sizeof_int=4 >ac_cv_sizeof_long=4 >ac_cv_sizeof_long_long=8 >ac_cv_sizeof_short=2 >ac_cv_sizeof_void_p=4 >am_cv_CC_dependencies_compiler_type=none >am_cv_CXX_dependencies_compiler_type=none >am_cv_make_support_nested_variables=yes >am_cv_pathless_PYTHON=python >am_cv_prog_tar_ustar=gnutar >am_cv_python_platform=linux >am_cv_python_pyexecdir='${exec_prefix}/lib64/python3.3/site-packages' >am_cv_python_pythondir='${prefix}/lib64/python3.3/site-packages' >am_cv_python_version=3.3 >dbus_cv___va_copy=yes >dbus_cv_sync_sub_and_fetch=yes >dbus_cv_va_copy=yes >dbus_cv_va_val_copy=no >lt_cv_ar_at_file=@ >lt_cv_archive_cmds_need_lc=no >lt_cv_deplibs_check_method=pass_all >lt_cv_file_magic_cmd='$MAGIC_CMD' >lt_cv_file_magic_test_file= >lt_cv_ld_reload_flag=-r >lt_cv_nm_interface='BSD nm' >lt_cv_objdir=.libs >lt_cv_path_LD='x86_64-pc-linux-gnu-ld -m elf_i386' >lt_cv_path_LDCXX='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_c_o_CXX=yes >lt_cv_prog_compiler_c_o_RC=yes >lt_cv_prog_compiler_pic='-fPIC -DPIC' >lt_cv_prog_compiler_pic_CXX='-fPIC -DPIC' >lt_cv_prog_compiler_pic_works=yes >lt_cv_prog_compiler_pic_works_CXX=yes >lt_cv_prog_compiler_rtti_exceptions=no >lt_cv_prog_compiler_static_works=yes >lt_cv_prog_compiler_static_works_CXX=yes >lt_cv_prog_gnu_ld=yes >lt_cv_prog_gnu_ldcxx=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} /var/tmp/portage/sys-apps/dbus-1.6.18-r1/work/dbus-1.6.18/missing aclocal-1.13' >ADT_LIBS='' >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' >AUTOCONF='${SHELL} /var/tmp/portage/sys-apps/dbus-1.6.18-r1/work/dbus-1.6.18/missing autoconf' >AUTOHEADER='${SHELL} /var/tmp/portage/sys-apps/dbus-1.6.18-r1/work/dbus-1.6.18/missing autoheader' >AUTOMAKE='${SHELL} /var/tmp/portage/sys-apps/dbus-1.6.18-r1/work/dbus-1.6.18/missing automake-1.13' >AWK='gawk' >BUILD_FILEVERSION='' >BUILD_TIMESTAMP='' >CC='x86_64-pc-linux-gnu-gcc -m32' >CCDEPMODE='depmode=none' >CFLAGS='-O2 -pipe -march=amdfam10 -O2 -fomit-frame-pointer -pipe -rdynamic' >CPP='x86_64-pc-linux-gnu-gcc -m32 -E' >CPPFLAGS='' >CXX='x86_64-pc-linux-gnu-g++ -m32' >CXXCPP='x86_64-pc-linux-gnu-g++ -m32 -E' >CXXDEPMODE='depmode=none' >CXXFLAGS='-O2 -pipe -march=amdfam10 -O2 -fomit-frame-pointer -pipe -rdynamic' >CYGPATH_W='echo' >DBUS_BINDIR='' >DBUS_BUILD_TESTS_FALSE='' >DBUS_BUILD_TESTS_TRUE='#' >DBUS_BUS_ENABLE_DNOTIFY_ON_LINUX_FALSE='' >DBUS_BUS_ENABLE_DNOTIFY_ON_LINUX_TRUE='' >DBUS_BUS_ENABLE_INOTIFY_FALSE='' >DBUS_BUS_ENABLE_INOTIFY_TRUE='' >DBUS_BUS_ENABLE_KQUEUE_FALSE='' >DBUS_BUS_ENABLE_KQUEUE_TRUE='' >DBUS_CAN_UPLOAD_DOCS_FALSE='' >DBUS_CAN_UPLOAD_DOCS_TRUE='' >DBUS_CONSOLE_AUTH_DIR='' >DBUS_CONSOLE_OWNER_FILE='' >DBUS_CYGWIN_FALSE='' >DBUS_CYGWIN_TRUE='#' >DBUS_DAEMONDIR='' >DBUS_DATADIR='' >DBUS_DOXYGEN_DOCS_ENABLED_FALSE='' >DBUS_DOXYGEN_DOCS_ENABLED_TRUE='' >DBUS_ENABLE_EMBEDDED_TESTS_FALSE='' >DBUS_ENABLE_EMBEDDED_TESTS_TRUE='#' >DBUS_ENABLE_INSTALLED_TESTS_FALSE='' >DBUS_ENABLE_INSTALLED_TESTS_TRUE='#' >DBUS_ENABLE_LAUNCHD_FALSE='' >DBUS_ENABLE_LAUNCHD_TRUE='' >DBUS_ENABLE_MODULAR_TESTS_FALSE='' >DBUS_ENABLE_MODULAR_TESTS_TRUE='#' >DBUS_GLIB_CFLAGS='' >DBUS_GLIB_LIBS='' >DBUS_HAVE_INT64='1' >DBUS_HAVE_MAN2HTML_FALSE='' >DBUS_HAVE_MAN2HTML_TRUE='' >DBUS_HAVE_XSLTPROC_FALSE='' >DBUS_HAVE_XSLTPROC_TRUE='' >DBUS_INIT_SCRIPTS_CYGWIN_FALSE='' >DBUS_INIT_SCRIPTS_CYGWIN_TRUE='' >DBUS_INIT_SCRIPTS_RED_HAT_FALSE='' >DBUS_INIT_SCRIPTS_RED_HAT_TRUE='' >DBUS_INIT_SCRIPTS_SLACKWARE_FALSE='' >DBUS_INIT_SCRIPTS_SLACKWARE_TRUE='' >DBUS_INT16_TYPE='short' >DBUS_INT32_TYPE='int' >DBUS_INT64_CONSTANT='(val##LL)' >DBUS_INT64_TYPE='long long' >DBUS_LIBEXECDIR='' >DBUS_MAJOR_VERSION='1' >DBUS_MICRO_VERSION='18' >DBUS_MINOR_VERSION='6' >DBUS_PATH_OR_ABSTRACT='abstract' >DBUS_PREFIX='' >DBUS_SESSION_BUS_DEFAULT_ADDRESS='' >DBUS_SESSION_SOCKET_DIR='' >DBUS_STATIC_BUILD_CPPFLAGS='' >DBUS_SYSTEM_BUS_DEFAULT_ADDRESS='' >DBUS_SYSTEM_PID_FILE='' >DBUS_SYSTEM_SOCKET='' >DBUS_TEST_DATA='' >DBUS_TEST_EXEC='' >DBUS_UINT64_CONSTANT='(val##ULL)' >DBUS_UNIX_FALSE='#' >DBUS_UNIX_TRUE='' >DBUS_USER='' >DBUS_USE_EXPAT_FALSE='' >DBUS_USE_EXPAT_TRUE='' >DBUS_USE_LIBXML_FALSE='' >DBUS_USE_LIBXML_TRUE='' >DBUS_VERSION='1.6.18' >DBUS_WINCE_FALSE='' >DBUS_WINCE_TRUE='#' >DBUS_WIN_FALSE='' >DBUS_WIN_TRUE='#' >DBUS_WITH_GLIB_FALSE='#' >DBUS_WITH_GLIB_TRUE='' >DBUS_XML_DOCS_ENABLED_FALSE='' >DBUS_XML_DOCS_ENABLED_TRUE='' >DBUS_X_CFLAGS='' >DBUS_X_LIBS='' >DEFS='' >DEPDIR='.deps' >DLLTOOL='false' >DOXYGEN='' >DSYMUTIL='' >DUMPBIN='' >ECHO_C='' >ECHO_N='-n' >ECHO_T='' >EGREP='/bin/grep -E' >EXEEXT='' >EXPANDED_BINDIR='' >EXPANDED_DATADIR='' >EXPANDED_LIBDIR='' >EXPANDED_LIBEXECDIR='' >EXPANDED_LOCALSTATEDIR='' >EXPANDED_PREFIX='' >EXPANDED_SYSCONFDIR='' >FGREP='/bin/grep -F' >GETTEXT_PACKAGE='dbus-1' >GLIB_CFLAGS='' >GLIB_LIBS='' >GREP='/bin/grep' >HAVE_CONSOLE_OWNER_FILE_FALSE='' >HAVE_CONSOLE_OWNER_FILE_TRUE='' >HAVE_LIBAUDIT_FALSE='' >HAVE_LIBAUDIT_TRUE='' >HAVE_LINUX_EPOLL_FALSE='' >HAVE_LINUX_EPOLL_TRUE='' >HAVE_SELINUX_FALSE='' >HAVE_SELINUX_TRUE='' >HAVE_SYSTEMD_FALSE='' >HAVE_SYSTEMD_TRUE='' >INSTALL_DATA='${INSTALL} -m 644' >INSTALL_PROGRAM='${INSTALL}' >INSTALL_SCRIPT='${INSTALL}' >INSTALL_STRIP_PROGRAM='$(install_sh) -c -s' >LAUNCHCTL='' >LAUNCHD_AGENT_DIR='' >LD='x86_64-pc-linux-gnu-ld -m elf_i386' >LDFLAGS='-Wl,-O1 -Wl,--as-needed' >LIBDBUS_LIBS='' >LIBOBJS='' >LIBS='' >LIBTOOL='$(SHELL) $(top_builddir)/libtool' >LIBXML_CFLAGS='' >LIBXML_LIBS='' >LIPO='' >LN_S='ln -s' >LTLIBOBJS='' >LT_AGE='7' >LT_CURRENT='10' >LT_REVISION='6' >MAINT='' >MAINTAINER_MODE_FALSE='#' >MAINTAINER_MODE_TRUE='' >MAKEINFO='${SHELL} /var/tmp/portage/sys-apps/dbus-1.6.18-r1/work/dbus-1.6.18/missing makeinfo' >MAN2HTML='' >MANIFEST_TOOL=':' >MKDIR_P='/bin/mkdir -p' >NETWORK_libs='' >NM='/usr/bin/nm -B' >NMEDIT='' >OBJDUMP='objdump' >OBJEXT='o' >OTOOL64='' >OTOOL='' >PACKAGE='dbus' >PACKAGE_BUGREPORT='https://bugs.freedesktop.org/enter_bug.cgi?product=dbus' >PACKAGE_NAME='dbus' >PACKAGE_STRING='dbus 1.6.18' >PACKAGE_TARNAME='dbus' >PACKAGE_URL='' >PACKAGE_VERSION='1.6.18' >PATH_SEPARATOR=':' >PKG_CONFIG='/usr/bin/pkg-config' >PYTHON='/usr/bin/python' >PYTHON_EXEC_PREFIX='${exec_prefix}' >PYTHON_PLATFORM='linux' >PYTHON_PREFIX='${prefix}' >PYTHON_VERSION='3.3' >RANLIB='ranlib' >RC='' >R_DYNAMIC_LDFLAG='' >SED='/bin/sed' >SELINUX_LIBS='' >SET_MAKE='' >SHELL='/bin/sh' >STRIP='strip' >SYSTEMD_CFLAGS='' >SYSTEMD_LIBS='' >TEST_BUS_BINARY='' >TEST_LAUNCH_HELPER_BINARY='' >TEST_LISTEN='' >TEST_SOCKET_DIR='' >THREAD_LIBS='' >VALGRIND_CFLAGS='' >VALGRIND_LIBS='' >VERSION='1.6.18' >WINDRES='' >XMKMF='' >XMLTO='' >XML_CFLAGS=' ' >XML_LIBS=' ' >XSLTPROC='' >X_CFLAGS='' >X_EXTRA_LIBS='' >X_LIBS='' >X_PRE_LIBS='' >ac_ct_AR='ar' >ac_ct_CC='' >ac_ct_CXX='' >ac_ct_DUMPBIN='' >am__EXEEXT_FALSE='' >am__EXEEXT_TRUE='' >am__fastdepCC_FALSE='' >am__fastdepCC_TRUE='#' >am__fastdepCXX_FALSE='' >am__fastdepCXX_TRUE='#' >am__include='include' >am__isrc=' -I$(srcdir)' >am__leading_dot='.' >am__nodep='' >am__quote='' >am__tar='tar --format=ustar -chf - "$$tardir"' >am__untar='tar -xf -' >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' >docdir='/usr/share/doc/dbus-1.6.18-r1' >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='/usr/share/doc/dbus-1.6.18-r1/html' >includedir='${prefix}/include' >infodir='/usr/share/info' >install_sh='${SHELL} /var/tmp/portage/sys-apps/dbus-1.6.18-r1/work/dbus-1.6.18/install-sh' >libdir='/usr/lib32' >libexecdir='${exec_prefix}/libexec' >localedir='${datarootdir}/locale' >localstatedir='/var' >mandir='/usr/share/man' >mkdir_p='$(MKDIR_P)' >oldincludedir='/usr/include' >pdfdir='${docdir}' >pkgpyexecdir='${pyexecdir}/dbus' >pkgpythondir='${pythondir}/dbus' >prefix='/usr' >program_transform_name='s,x,x,' >psdir='${docdir}' >pyexecdir='${exec_prefix}/lib64/python3.3/site-packages' >pythondir='${prefix}/lib64/python3.3/site-packages' >sbindir='${exec_prefix}/sbin' >sharedstatedir='${prefix}/com' >sysconfdir='/etc' >systemdsystemunitdir='' >target_alias='' > >## ----------- ## >## confdefs.h. ## >## ----------- ## > >/* confdefs.h */ >#define PACKAGE_NAME "dbus" >#define PACKAGE_TARNAME "dbus" >#define PACKAGE_VERSION "1.6.18" >#define PACKAGE_STRING "dbus 1.6.18" >#define PACKAGE_BUGREPORT "https://bugs.freedesktop.org/enter_bug.cgi?product=dbus" >#define PACKAGE_URL "" >#define PACKAGE "dbus" >#define VERSION "1.6.18" >#define GETTEXT_PACKAGE "dbus-1" >#define DBUS_DAEMON_NAME "dbus-daemon" >#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 STDC_HEADERS 1 >#define HAVE_DLFCN_H 1 >#define LT_OBJDIR ".libs/" >#define DBUS_UNIX 1 >#define GLIB_VERSION_MIN_REQUIRED GLIB_VERSION_2_26 >#define GLIB_VERSION_MAX_ALLOWED GLIB_VERSION_2_32 >#define DBUS_WITH_GLIB 1 >#define DBUS_DISABLE_ASSERT 1 >#define DBUS_DISABLE_CHECKS 1 >#define G_DISABLE_CHECKS 1 >#define DBUS_ENABLE_USERDB_CACHE 1 >#define SIZEOF_CHAR 1 >#define SIZEOF_SHORT 2 >#define SIZEOF_LONG 4 >#define SIZEOF_INT 4 >#define SIZEOF_VOID_P 4 >#define SIZEOF_LONG_LONG 8 >#define SIZEOF___INT64 0 >#define DBUS_INT64_PRINTF_MODIFIER "ll" >#define DBUS_VA_COPY va_copy >#define DBUS_VA_COPY_AS_ARRAY 1 >#define DBUS_USE_SYNC 1 >#define HAVE_VSNPRINTF 1 >#define HAVE_VASPRINTF 1 >#define HAVE_NANOSLEEP 1 >#define HAVE_USLEEP 1 >#define HAVE_SETENV 1 >#define HAVE_CLEARENV 1 >#define HAVE_UNSETENV 1 >#define HAVE_SOCKETPAIR 1 >#define HAVE_GETGROUPLIST 1 >#define HAVE_FPATHCONF 1 >#define HAVE_SETRLIMIT 1 >#define HAVE_POLL 1 >#define HAVE_SETLOCALE 1 >#define HAVE_LOCALECONV 1 >#define HAVE_STRTOLL 1 >#define HAVE_STRTOULL 1 >#define HAVE_GETRESUID 1 >#define HAVE_SYSLOG_H 1 >#define HAVE_DECL_LOG_PERROR 1 >#define HAVE_DIRFD 1 >#define HAVE_SYS_RESOURCE_H 1 >#define HAVE_DIRENT_H 1 >#define HAVE_EXECINFO_H 1 >#define HAVE_BACKTRACE 1 >#define HAVE_ERRNO_H 1 >#define HAVE_SIGNAL_H 1 >#define HAVE_LOCALE_H 1 >#define HAVE_BYTESWAP_H 1 >#define HAVE_UNISTD_H 1 >#define HAVE_ALLOCA_H 1 >#define HAVE_POSIX_GETPWNAM_R 1 >#define HAVE_SOCKLEN_T 1 >#define HAVE_SYS_UIO_H 1 >#define HAVE_WRITEV 1 >#define HAVE_DECL_MSG_NOSIGNAL 1 >#define HAVE_ISO_VARARGS 1 >#define HAVE_GNUC_VARARGS 1 >#define HAVE_PIPE2 1 >#define HAVE_ACCEPT4 1 >#define HAVE_ABSTRACT_SOCKETS 1 > >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 492894
:
364220
| 364270 |
364340