Go to:
Gentoo Home
Documentation
Forums
Lists
Bugs
Planet
Store
Wiki
Get Gentoo!
Gentoo's Bugzilla – Attachment 364852 Details for
Bug 493564
net-voip/telepathy-gabble-0.16.7::gentoo failed (configure phase)
Home
|
New
–
[Ex]
|
Browse
|
Search
|
Privacy Policy
|
[?]
|
Reports
|
Requests
|
Help
|
New Account
|
Log In
[x]
|
Forgot Password
Login:
[x]
config.log
config.log (text/x-log), 54.88 KB, created by
nikoo
on 2013-12-07 20:32:33 UTC
(
hide
)
Description:
config.log
Filename:
MIME Type:
Creator:
nikoo
Created:
2013-12-07 20:32:33 UTC
Size:
54.88 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 Telepathy Gabble configure 0.16.7, which was >generated by GNU Autoconf 2.69. Invocation command line was > > $ ./configure --prefix=/usr --build=x86_64-pc-linux-gnu --host=x86_64-pc-linux-gnu --mandir=/usr/share/man --infodir=/usr/share/info --datadir=/usr/share --sysconfdir=/etc --localstatedir=/var/lib --libdir=/usr/lib64 --disable-silent-rules --disable-dependency-tracking --disable-coding-style-checks --disable-static --disable-Werror --docdir=/usr/share/doc/telepathy-gabble-0.16.7 --enable-file-transfer --enable-voip --enable-google-relay --with-tls=openssl > >## --------- ## >## Platform. ## >## --------- ## > >hostname = knb13 >uname -m = x86_64 >uname -r = 3.10.17-gentoo >uname -s = Linux >uname -v = #11 SMP Wed Dec 4 22:50:38 CET 2013 > >/usr/bin/uname -p = Intel(R) Core(TM)2 Duo CPU T9550 @ 2.66GHz >/bin/uname -X = unknown > >/bin/arch = unknown >/usr/bin/arch -k = unknown >/usr/convex/getsysinfo = unknown >/usr/bin/hostinfo = unknown >/bin/machine = unknown >/usr/bin/oslevel = unknown >/bin/universe = unknown > >PATH: /var/tmp/portage/net-voip/telepathy-gabble-0.16.7/temp/python2.7/bin >PATH: /usr/lib64/portage/bin/ebuild-helpers >PATH: /usr/local/sbin >PATH: /usr/local/bin >PATH: /usr/sbin >PATH: /usr/bin >PATH: /sbin >PATH: /bin >PATH: /opt/bin >PATH: /usr/x86_64-pc-linux-gnu/gcc-bin/4.7.3 >PATH: /usr/x86_64-pc-linux-gnu/armv7a-hardfloat-linux-gnueabi/gcc-bin/4.7.3 > > >## ----------- ## >## Core tests. ## >## ----------- ## > >configure:2267: 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:2420: checking for a BSD-compatible install >configure:2488: result: /usr/bin/install -c >configure:2499: checking whether build environment is sane >configure:2549: result: yes >configure:2690: checking for a thread-safe mkdir -p >configure:2729: result: /bin/mkdir -p >configure:2742: checking for gawk >configure:2758: found /usr/bin/gawk >configure:2769: result: gawk >configure:2780: checking whether make sets $(MAKE) >configure:2802: result: yes >configure:2877: checking how to create a ustar tar archive >configure:2890: tar --version >tar (GNU tar) 1.26 >Copyright (C) 2011 Free Software Foundation, Inc. >License GPLv3+: GNU GPL version 3 or later <http://gnu.org/licenses/gpl.html>. >This is free software: you are free to change and redistribute it. >There is NO WARRANTY, to the extent permitted by law. > >Written by John Gilmore and Jay Fenlason. >configure:2893: $? = 0 >configure:2933: tardir=conftest.dir && eval tar --format=ustar -chf - "$tardir" >conftest.tar >configure:2936: $? = 0 >configure:2940: tar -xf - <conftest.tar >configure:2943: $? = 0 >configure:2956: result: gnutar >configure:2978: checking for style of include used by make >configure:3006: result: GNU >configure:3037: checking for x86_64-pc-linux-gnu-gcc >configure:3053: found /usr/bin/x86_64-pc-linux-gnu-gcc >configure:3064: result: x86_64-pc-linux-gnu-gcc >configure:3333: checking for C compiler version >configure:3342: x86_64-pc-linux-gnu-gcc --version >&5 >x86_64-pc-linux-gnu-gcc (Gentoo 4.7.3-r1 p1.3, pie-0.5.5) 4.7.3 >Copyright (C) 2012 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:3353: $? = 0 >configure:3342: x86_64-pc-linux-gnu-gcc -v >&5 >Using built-in specs. >COLLECT_GCC=/usr/x86_64-pc-linux-gnu/gcc-bin/4.7.3/x86_64-pc-linux-gnu-gcc >COLLECT_LTO_WRAPPER=/usr/libexec/gcc/x86_64-pc-linux-gnu/4.7.3/lto-wrapper >Target: x86_64-pc-linux-gnu >Configured with: /var/tmp/portage/sys-devel/gcc-4.7.3-r1/work/gcc-4.7.3/configure --prefix=/usr --bindir=/usr/x86_64-pc-linux-gnu/gcc-bin/4.7.3 --includedir=/usr/lib/gcc/x86_64-pc-linux-gnu/4.7.3/include --datadir=/usr/share/gcc-data/x86_64-pc-linux-gnu/4.7.3 --mandir=/usr/share/gcc-data/x86_64-pc-linux-gnu/4.7.3/man --infodir=/usr/share/gcc-data/x86_64-pc-linux-gnu/4.7.3/info --with-gxx-include-dir=/usr/lib/gcc/x86_64-pc-linux-gnu/4.7.3/include/g++-v4 --host=x86_64-pc-linux-gnu --build=x86_64-pc-linux-gnu --disable-altivec --disable-fixed-point --without-cloog --without-ppl --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.7.3/python --enable-checking=release --disable-libgcj --enable-libstdcxx-time --enable-languages=c,c++,fortran --enable-shared --enable-threads=posix --enable-__cxa_atexit --enable-clocale=gnu --enable-targets=all --with-bugurl=http://bugs.gentoo.org/ --with-pkgversion='Gentoo 4.7.3-r1 p1.3, pie-0.5.5' >Thread model: posix >gcc version 4.7.3 (Gentoo 4.7.3-r1 p1.3, pie-0.5.5) >configure:3353: $? = 0 >configure:3342: x86_64-pc-linux-gnu-gcc -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:3353: $? = 1 >configure:3342: x86_64-pc-linux-gnu-gcc -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:3353: $? = 1 >configure:3373: checking whether the C compiler works >configure:3395: x86_64-pc-linux-gnu-gcc -march=core2 -O2 -pipe -Wl,-O1 -Wl,--as-needed conftest.c >&5 >configure:3399: $? = 0 >configure:3447: result: yes >configure:3450: checking for C compiler default output file name >configure:3452: result: a.out >configure:3458: checking for suffix of executables >configure:3465: x86_64-pc-linux-gnu-gcc -o conftest -march=core2 -O2 -pipe -Wl,-O1 -Wl,--as-needed conftest.c >&5 >configure:3469: $? = 0 >configure:3491: result: >configure:3513: checking whether we are cross compiling >configure:3521: x86_64-pc-linux-gnu-gcc -o conftest -march=core2 -O2 -pipe -Wl,-O1 -Wl,--as-needed conftest.c >&5 >configure:3525: $? = 0 >configure:3532: ./conftest >configure:3536: $? = 0 >configure:3551: result: no >configure:3556: checking for suffix of object files >configure:3578: x86_64-pc-linux-gnu-gcc -c -march=core2 -O2 -pipe conftest.c >&5 >configure:3582: $? = 0 >configure:3603: result: o >configure:3607: checking whether we are using the GNU C compiler >configure:3626: x86_64-pc-linux-gnu-gcc -c -march=core2 -O2 -pipe conftest.c >&5 >configure:3626: $? = 0 >configure:3635: result: yes >configure:3644: checking whether x86_64-pc-linux-gnu-gcc accepts -g >configure:3664: x86_64-pc-linux-gnu-gcc -c -g conftest.c >&5 >configure:3664: $? = 0 >configure:3705: result: yes >configure:3722: checking for x86_64-pc-linux-gnu-gcc option to accept ISO C89 >configure:3785: x86_64-pc-linux-gnu-gcc -c -march=core2 -O2 -pipe conftest.c >&5 >configure:3785: $? = 0 >configure:3798: result: none needed >configure:3820: checking dependency style of x86_64-pc-linux-gnu-gcc >configure:3931: result: none >configure:3952: checking how to run the C preprocessor >configure:3983: x86_64-pc-linux-gnu-gcc -E conftest.c >configure:3983: $? = 0 >configure:3997: x86_64-pc-linux-gnu-gcc -E conftest.c >conftest.c:11:28: fatal error: ac_nonexistent.h: No such file or directory >compilation terminated. >configure:3997: $? = 1 >configure: failed program was: >| /* confdefs.h */ >| #define PACKAGE_NAME "Telepathy Gabble" >| #define PACKAGE_TARNAME "telepathy-gabble" >| #define PACKAGE_VERSION "0.16.7" >| #define PACKAGE_STRING "Telepathy Gabble 0.16.7" >| #define PACKAGE_BUGREPORT "https://bugs.freedesktop.org/enter_bug.cgi?product=Telepathy&component=gabble" >| #define PACKAGE_URL "" >| #define PACKAGE "telepathy-gabble" >| #define VERSION "0.16.7" >| /* end confdefs.h. */ >| #include <ac_nonexistent.h> >configure:4022: result: x86_64-pc-linux-gnu-gcc -E >configure:4042: x86_64-pc-linux-gnu-gcc -E conftest.c >configure:4042: $? = 0 >configure:4056: x86_64-pc-linux-gnu-gcc -E conftest.c >conftest.c:11:28: fatal error: ac_nonexistent.h: No such file or directory >compilation terminated. >configure:4056: $? = 1 >configure: failed program was: >| /* confdefs.h */ >| #define PACKAGE_NAME "Telepathy Gabble" >| #define PACKAGE_TARNAME "telepathy-gabble" >| #define PACKAGE_VERSION "0.16.7" >| #define PACKAGE_STRING "Telepathy Gabble 0.16.7" >| #define PACKAGE_BUGREPORT "https://bugs.freedesktop.org/enter_bug.cgi?product=Telepathy&component=gabble" >| #define PACKAGE_URL "" >| #define PACKAGE "telepathy-gabble" >| #define VERSION "0.16.7" >| /* end confdefs.h. */ >| #include <ac_nonexistent.h> >configure:4085: checking for grep that handles long lines and -e >configure:4143: result: /bin/grep >configure:4148: checking for egrep >configure:4210: result: /bin/grep -E >configure:4215: checking for ANSI C header files >configure:4235: x86_64-pc-linux-gnu-gcc -c -march=core2 -O2 -pipe conftest.c >&5 >configure:4235: $? = 0 >configure:4308: x86_64-pc-linux-gnu-gcc -o conftest -march=core2 -O2 -pipe -Wl,-O1 -Wl,--as-needed conftest.c >&5 >configure:4308: $? = 0 >configure:4308: ./conftest >configure:4308: $? = 0 >configure:4319: result: yes >configure:4332: checking for sys/types.h >configure:4332: x86_64-pc-linux-gnu-gcc -c -march=core2 -O2 -pipe conftest.c >&5 >configure:4332: $? = 0 >configure:4332: result: yes >configure:4332: checking for sys/stat.h >configure:4332: x86_64-pc-linux-gnu-gcc -c -march=core2 -O2 -pipe conftest.c >&5 >configure:4332: $? = 0 >configure:4332: result: yes >configure:4332: checking for stdlib.h >configure:4332: x86_64-pc-linux-gnu-gcc -c -march=core2 -O2 -pipe conftest.c >&5 >configure:4332: $? = 0 >configure:4332: result: yes >configure:4332: checking for string.h >configure:4332: x86_64-pc-linux-gnu-gcc -c -march=core2 -O2 -pipe conftest.c >&5 >configure:4332: $? = 0 >configure:4332: result: yes >configure:4332: checking for memory.h >configure:4332: x86_64-pc-linux-gnu-gcc -c -march=core2 -O2 -pipe conftest.c >&5 >configure:4332: $? = 0 >configure:4332: result: yes >configure:4332: checking for strings.h >configure:4332: x86_64-pc-linux-gnu-gcc -c -march=core2 -O2 -pipe conftest.c >&5 >configure:4332: $? = 0 >configure:4332: result: yes >configure:4332: checking for inttypes.h >configure:4332: x86_64-pc-linux-gnu-gcc -c -march=core2 -O2 -pipe conftest.c >&5 >configure:4332: $? = 0 >configure:4332: result: yes >configure:4332: checking for stdint.h >configure:4332: x86_64-pc-linux-gnu-gcc -c -march=core2 -O2 -pipe conftest.c >&5 >configure:4332: $? = 0 >configure:4332: result: yes >configure:4332: checking for unistd.h >configure:4332: x86_64-pc-linux-gnu-gcc -c -march=core2 -O2 -pipe conftest.c >&5 >configure:4332: $? = 0 >configure:4332: result: yes >configure:4345: checking minix/config.h usability >configure:4345: x86_64-pc-linux-gnu-gcc -c -march=core2 -O2 -pipe conftest.c >&5 >conftest.c:54:26: fatal error: minix/config.h: No such file or directory >compilation terminated. >configure:4345: $? = 1 >configure: failed program was: >| /* confdefs.h */ >| #define PACKAGE_NAME "Telepathy Gabble" >| #define PACKAGE_TARNAME "telepathy-gabble" >| #define PACKAGE_VERSION "0.16.7" >| #define PACKAGE_STRING "Telepathy Gabble 0.16.7" >| #define PACKAGE_BUGREPORT "https://bugs.freedesktop.org/enter_bug.cgi?product=Telepathy&component=gabble" >| #define PACKAGE_URL "" >| #define PACKAGE "telepathy-gabble" >| #define VERSION "0.16.7" >| #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:4345: result: no >configure:4345: checking minix/config.h presence >configure:4345: x86_64-pc-linux-gnu-gcc -E conftest.c >conftest.c:21:26: fatal error: minix/config.h: No such file or directory >compilation terminated. >configure:4345: $? = 1 >configure: failed program was: >| /* confdefs.h */ >| #define PACKAGE_NAME "Telepathy Gabble" >| #define PACKAGE_TARNAME "telepathy-gabble" >| #define PACKAGE_VERSION "0.16.7" >| #define PACKAGE_STRING "Telepathy Gabble 0.16.7" >| #define PACKAGE_BUGREPORT "https://bugs.freedesktop.org/enter_bug.cgi?product=Telepathy&component=gabble" >| #define PACKAGE_URL "" >| #define PACKAGE "telepathy-gabble" >| #define VERSION "0.16.7" >| #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:4345: result: no >configure:4345: checking for minix/config.h >configure:4345: result: no >configure:4366: checking whether it is safe to define __EXTENSIONS__ >configure:4384: x86_64-pc-linux-gnu-gcc -c -march=core2 -O2 -pipe conftest.c >&5 >configure:4384: $? = 0 >configure:4391: result: yes >configure:4417: checking whether make supports nested variables >configure:4434: result: yes >configure:4454: checking for x86_64-pc-linux-gnu-gcc >configure:4481: result: x86_64-pc-linux-gnu-gcc >configure:4750: checking for C compiler version >configure:4759: x86_64-pc-linux-gnu-gcc --version >&5 >x86_64-pc-linux-gnu-gcc (Gentoo 4.7.3-r1 p1.3, pie-0.5.5) 4.7.3 >Copyright (C) 2012 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:4770: $? = 0 >configure:4759: x86_64-pc-linux-gnu-gcc -v >&5 >Using built-in specs. >COLLECT_GCC=/usr/x86_64-pc-linux-gnu/gcc-bin/4.7.3/x86_64-pc-linux-gnu-gcc >COLLECT_LTO_WRAPPER=/usr/libexec/gcc/x86_64-pc-linux-gnu/4.7.3/lto-wrapper >Target: x86_64-pc-linux-gnu >Configured with: /var/tmp/portage/sys-devel/gcc-4.7.3-r1/work/gcc-4.7.3/configure --prefix=/usr --bindir=/usr/x86_64-pc-linux-gnu/gcc-bin/4.7.3 --includedir=/usr/lib/gcc/x86_64-pc-linux-gnu/4.7.3/include --datadir=/usr/share/gcc-data/x86_64-pc-linux-gnu/4.7.3 --mandir=/usr/share/gcc-data/x86_64-pc-linux-gnu/4.7.3/man --infodir=/usr/share/gcc-data/x86_64-pc-linux-gnu/4.7.3/info --with-gxx-include-dir=/usr/lib/gcc/x86_64-pc-linux-gnu/4.7.3/include/g++-v4 --host=x86_64-pc-linux-gnu --build=x86_64-pc-linux-gnu --disable-altivec --disable-fixed-point --without-cloog --without-ppl --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.7.3/python --enable-checking=release --disable-libgcj --enable-libstdcxx-time --enable-languages=c,c++,fortran --enable-shared --enable-threads=posix --enable-__cxa_atexit --enable-clocale=gnu --enable-targets=all --with-bugurl=http://bugs.gentoo.org/ --with-pkgversion='Gentoo 4.7.3-r1 p1.3, pie-0.5.5' >Thread model: posix >gcc version 4.7.3 (Gentoo 4.7.3-r1 p1.3, pie-0.5.5) >configure:4770: $? = 0 >configure:4759: x86_64-pc-linux-gnu-gcc -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:4770: $? = 1 >configure:4759: x86_64-pc-linux-gnu-gcc -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:4770: $? = 1 >configure:4774: checking whether we are using the GNU C compiler >configure:4802: result: yes >configure:4811: checking whether x86_64-pc-linux-gnu-gcc accepts -g >configure:4872: result: yes >configure:4889: checking for x86_64-pc-linux-gnu-gcc option to accept ISO C89 >configure:4965: result: none needed >configure:4987: checking dependency style of x86_64-pc-linux-gnu-gcc >configure:5098: result: none >configure:5117: checking for x86_64-pc-linux-gnu-gcc option to accept ISO C99 >configure:5266: x86_64-pc-linux-gnu-gcc -c -march=core2 -O2 -pipe conftest.c >&5 >conftest.c:76:29: error: expected ';', ',' or ')' before 'text' >conftest.c: In function 'main': >conftest.c:130:18: error: expected '=', ',', ';', 'asm' or '__attribute__' before 'newvar' >conftest.c:130:18: error: 'newvar' undeclared (first use in this function) >conftest.c:130:18: note: each undeclared identifier is reported only once for each function it appears in >conftest.c:140:3: error: 'for' loop initial declarations are only allowed in C99 mode >conftest.c:140:3: note: use option -std=c99 or -std=gnu99 to compile your code >configure:5266: $? = 1 >configure: failed program was: >| /* confdefs.h */ >| #define PACKAGE_NAME "Telepathy Gabble" >| #define PACKAGE_TARNAME "telepathy-gabble" >| #define PACKAGE_VERSION "0.16.7" >| #define PACKAGE_STRING "Telepathy Gabble 0.16.7" >| #define PACKAGE_BUGREPORT "https://bugs.freedesktop.org/enter_bug.cgi?product=Telepathy&component=gabble" >| #define PACKAGE_URL "" >| #define PACKAGE "telepathy-gabble" >| #define VERSION "0.16.7" >| #define STDC_HEADERS 1 >| #define HAVE_SYS_TYPES_H 1 >| #define HAVE_SYS_STAT_H 1 >| #define HAVE_STDLIB_H 1 >| #define HAVE_STRING_H 1 >| #define HAVE_MEMORY_H 1 >| #define HAVE_STRINGS_H 1 >| #define HAVE_INTTYPES_H 1 >| #define HAVE_STDINT_H 1 >| #define HAVE_UNISTD_H 1 >| #define __EXTENSIONS__ 1 >| #define _ALL_SOURCE 1 >| #define _GNU_SOURCE 1 >| #define _POSIX_PTHREAD_SEMANTICS 1 >| #define _TANDEM_SOURCE 1 >| /* end confdefs.h. */ >| #include <stdarg.h> >| #include <stdbool.h> >| #include <stdlib.h> >| #include <wchar.h> >| #include <stdio.h> >| >| // Check varargs macros. These examples are taken from C99 6.10.3.5. >| #define debug(...) fprintf (stderr, __VA_ARGS__) >| #define showlist(...) puts (#__VA_ARGS__) >| #define report(test,...) ((test) ? puts (#test) : printf (__VA_ARGS__)) >| static void >| test_varargs_macros (void) >| { >| int x = 1234; >| int y = 5678; >| debug ("Flag"); >| debug ("X = %d\n", x); >| showlist (The first, second, and third items.); >| report (x>y, "x is %d but y is %d", x, y); >| } >| >| // Check long long types. >| #define BIG64 18446744073709551615ull >| #define BIG32 4294967295ul >| #define BIG_OK (BIG64 / BIG32 == 4294967297ull && BIG64 % BIG32 == 0) >| #if !BIG_OK >| your preprocessor is broken; >| #endif >| #if BIG_OK >| #else >| your preprocessor is broken; >| #endif >| static long long int bignum = -9223372036854775807LL; >| static unsigned long long int ubignum = BIG64; >| >| struct incomplete_array >| { >| int datasize; >| double data[]; >| }; >| >| struct named_init { >| int number; >| const wchar_t *name; >| double average; >| }; >| >| typedef const char *ccp; >| >| static inline int >| test_restrict (ccp restrict text) >| { >| // See if C++-style comments work. >| // Iterate through items via the restricted pointer. >| // Also check for declarations in for loops. >| for (unsigned int i = 0; *(text+i) != '\0'; ++i) >| continue; >| return 0; >| } >| >| // Check varargs and va_copy. >| static void >| test_varargs (const char *format, ...) >| { >| va_list args; >| va_start (args, format); >| va_list args_copy; >| va_copy (args_copy, args); >| >| const char *str; >| int number; >| float fnumber; >| >| while (*format) >| { >| switch (*format++) >| { >| case 's': // string >| str = va_arg (args_copy, const char *); >| break; >| case 'd': // int >| number = va_arg (args_copy, int); >| break; >| case 'f': // float >| fnumber = va_arg (args_copy, double); >| break; >| default: >| break; >| } >| } >| va_end (args_copy); >| va_end (args); >| } >| >| int >| main () >| { >| >| // Check bool. >| _Bool success = false; >| >| // Check restrict. >| if (test_restrict ("String literal") == 0) >| success = true; >| char *restrict newvar = "Another string"; >| >| // Check varargs. >| test_varargs ("s, d' f .", "string", 65, 34.234); >| test_varargs_macros (); >| >| // Check flexible array members. >| struct incomplete_array *ia = >| malloc (sizeof (struct incomplete_array) + (sizeof (double) * 10)); >| ia->datasize = 10; >| for (int i = 0; i < ia->datasize; ++i) >| ia->data[i] = i * 1.234; >| >| // Check named initializers. >| struct named_init ni = { >| .number = 34, >| .name = L"Test wide string", >| .average = 543.34343, >| }; >| >| ni.number = 58; >| >| int dynamic_array[ni.number]; >| dynamic_array[ni.number - 1] = 543; >| >| // work around unused variable warnings >| return (!success || bignum == 0LL || ubignum == 0uLL || newvar[0] == 'x' >| || dynamic_array[ni.number - 1] != 543); >| >| ; >| return 0; >| } >configure:5266: x86_64-pc-linux-gnu-gcc -std=gnu99 -c -march=core2 -O2 -pipe conftest.c >&5 >configure:5266: $? = 0 >configure:5286: result: -std=gnu99 >configure:5387: checking for x86_64-pc-linux-gnu-gcc -std=gnu99 option to accept ISO Standard C >configure:5401: result: -std=gnu99 >configure:5435: checking build system type >configure:5449: result: x86_64-pc-linux-gnu >configure:5469: checking host system type >configure:5482: result: x86_64-pc-linux-gnu >configure:5523: checking how to print strings >configure:5550: result: printf >configure:5571: checking for a sed that does not truncate output >configure:5635: result: /bin/sed >configure:5653: checking for fgrep >configure:5715: result: /bin/grep -F >configure:5750: checking for ld used by x86_64-pc-linux-gnu-gcc -std=gnu99 >configure:5817: result: /usr/x86_64-pc-linux-gnu/bin/ld >configure:5824: checking if the linker (/usr/x86_64-pc-linux-gnu/bin/ld) is GNU ld >configure:5839: result: yes >configure:5851: checking for BSD- or MS-compatible name lister (nm) >configure:5900: result: /usr/bin/nm -B >configure:6030: checking the name lister (/usr/bin/nm -B) interface >configure:6037: x86_64-pc-linux-gnu-gcc -std=gnu99 -c -march=core2 -O2 -pipe conftest.c >&5 >configure:6040: /usr/bin/nm -B "conftest.o" >configure:6043: output >0000000000000000 B some_variable >configure:6050: result: BSD nm >configure:6053: checking whether ln -s works >configure:6057: result: yes >configure:6065: checking the maximum length of command line arguments >configure:6195: result: 1572864 >configure:6212: checking whether the shell understands some XSI constructs >configure:6222: result: yes >configure:6226: checking whether the shell understands "+=" >configure:6232: result: yes >configure:6267: checking how to convert x86_64-pc-linux-gnu file names to x86_64-pc-linux-gnu format >configure:6307: result: func_convert_file_noop >configure:6314: checking how to convert x86_64-pc-linux-gnu file names to toolchain format >configure:6334: result: func_convert_file_noop >configure:6341: checking for /usr/x86_64-pc-linux-gnu/bin/ld option to reload object files >configure:6348: result: -r >configure:6382: checking for x86_64-pc-linux-gnu-objdump >configure:6398: found /usr/bin/x86_64-pc-linux-gnu-objdump >configure:6409: result: x86_64-pc-linux-gnu-objdump >configure:6481: checking how to recognize dependent libraries >configure:6679: result: pass_all >configure:6724: checking for x86_64-pc-linux-gnu-dlltool >configure:6754: result: no >configure:6764: checking for dlltool >configure:6794: result: no >configure:6824: checking how to associate runtime and link libraries >configure:6851: result: printf %s\n >configure:6867: checking for x86_64-pc-linux-gnu-ar >configure:6883: found /usr/bin/x86_64-pc-linux-gnu-ar >configure:6894: result: x86_64-pc-linux-gnu-ar >configure:6975: checking for archiver @FILE support >configure:6992: x86_64-pc-linux-gnu-gcc -std=gnu99 -c -march=core2 -O2 -pipe conftest.c >&5 >configure:6992: $? = 0 >configure:6995: x86_64-pc-linux-gnu-ar cru libconftest.a @conftest.lst >&5 >configure:6998: $? = 0 >configure:7003: x86_64-pc-linux-gnu-ar cru libconftest.a @conftest.lst >&5 >x86_64-pc-linux-gnu-ar: conftest.o: No such file or directory >configure:7006: $? = 1 >configure:7018: result: @ >configure:7036: checking for x86_64-pc-linux-gnu-strip >configure:7052: found /usr/bin/x86_64-pc-linux-gnu-strip >configure:7063: result: x86_64-pc-linux-gnu-strip >configure:7135: checking for x86_64-pc-linux-gnu-ranlib >configure:7151: found /usr/bin/x86_64-pc-linux-gnu-ranlib >configure:7162: result: x86_64-pc-linux-gnu-ranlib >configure:7304: checking command to parse /usr/bin/nm -B output from x86_64-pc-linux-gnu-gcc -std=gnu99 object >configure:7424: x86_64-pc-linux-gnu-gcc -std=gnu99 -c -march=core2 -O2 -pipe conftest.c >&5 >configure:7427: $? = 0 >configure:7431: /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:7434: $? = 0 >configure:7500: x86_64-pc-linux-gnu-gcc -std=gnu99 -o conftest -march=core2 -O2 -pipe -Wl,-O1 -Wl,--as-needed conftest.c conftstm.o >&5 >configure:7503: $? = 0 >configure:7541: result: ok >configure:7578: checking for sysroot >configure:7608: result: no >configure:7685: x86_64-pc-linux-gnu-gcc -std=gnu99 -c -march=core2 -O2 -pipe conftest.c >&5 >configure:7688: $? = 0 >configure:7824: checking for x86_64-pc-linux-gnu-mt >configure:7854: result: no >configure:7864: checking for mt >configure:7894: result: no >configure:7914: checking if : is a manifest tool >configure:7920: : '-?' >configure:7928: result: no >configure:8567: checking for dlfcn.h >configure:8567: x86_64-pc-linux-gnu-gcc -std=gnu99 -c -march=core2 -O2 -pipe conftest.c >&5 >configure:8567: $? = 0 >configure:8567: result: yes >configure:8773: checking for objdir >configure:8788: result: .libs >configure:9059: checking if x86_64-pc-linux-gnu-gcc -std=gnu99 supports -fno-rtti -fno-exceptions >configure:9077: x86_64-pc-linux-gnu-gcc -std=gnu99 -c -march=core2 -O2 -pipe -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:9081: $? = 0 >configure:9094: result: no >configure:9421: checking for x86_64-pc-linux-gnu-gcc -std=gnu99 option to produce PIC >configure:9428: result: -fPIC -DPIC >configure:9436: checking if x86_64-pc-linux-gnu-gcc -std=gnu99 PIC flag -fPIC -DPIC works >configure:9454: x86_64-pc-linux-gnu-gcc -std=gnu99 -c -march=core2 -O2 -pipe -fPIC -DPIC -DPIC conftest.c >&5 >configure:9458: $? = 0 >configure:9471: result: yes >configure:9500: checking if x86_64-pc-linux-gnu-gcc -std=gnu99 static flag -static works >configure:9528: result: yes >configure:9543: checking if x86_64-pc-linux-gnu-gcc -std=gnu99 supports -c -o file.o >configure:9564: x86_64-pc-linux-gnu-gcc -std=gnu99 -c -march=core2 -O2 -pipe -o out/conftest2.o conftest.c >&5 >configure:9568: $? = 0 >configure:9590: result: yes >configure:9598: checking if x86_64-pc-linux-gnu-gcc -std=gnu99 supports -c -o file.o >configure:9645: result: yes >configure:9678: checking whether the x86_64-pc-linux-gnu-gcc -std=gnu99 linker (/usr/x86_64-pc-linux-gnu/bin/ld -m elf_x86_64) supports shared libraries >configure:10835: result: yes >configure:10872: checking whether -lc should be explicitly linked in >configure:10880: x86_64-pc-linux-gnu-gcc -std=gnu99 -c -march=core2 -O2 -pipe conftest.c >&5 >configure:10883: $? = 0 >configure:10898: x86_64-pc-linux-gnu-gcc -std=gnu99 -shared -fPIC -DPIC conftest.o -v -Wl,-soname -Wl,conftest -o conftest 2\>\&1 \| /bin/grep -lc \>/dev/null 2\>\&1 >configure:10901: $? = 0 >configure:10915: result: no >configure:11075: checking dynamic linker characteristics >configure:11575: x86_64-pc-linux-gnu-gcc -std=gnu99 -o conftest -march=core2 -O2 -pipe -Wl,-O1 -Wl,--as-needed -Wl,-rpath -Wl,/foo conftest.c >&5 >configure:11575: $? = 0 >configure:11809: result: GNU/Linux ld.so >configure:11916: checking how to hardcode library paths into programs >configure:11941: result: immediate >configure:12481: checking whether stripping libraries is possible >configure:12486: result: yes >configure:12521: checking if libtool supports shared libraries >configure:12523: result: yes >configure:12526: checking whether to build shared libraries >configure:12547: result: yes >configure:12550: checking whether to build static libraries >configure:12554: result: no >configure:12599: checking for arpa/inet.h >configure:12599: x86_64-pc-linux-gnu-gcc -std=gnu99 -c -march=core2 -O2 -pipe conftest.c >&5 >configure:12599: $? = 0 >configure:12599: result: yes >configure:12599: checking for arpa/nameser.h >configure:12599: x86_64-pc-linux-gnu-gcc -std=gnu99 -c -march=core2 -O2 -pipe conftest.c >&5 >configure:12599: $? = 0 >configure:12599: result: yes >configure:12599: checking for fcntl.h >configure:12599: x86_64-pc-linux-gnu-gcc -std=gnu99 -c -march=core2 -O2 -pipe conftest.c >&5 >configure:12599: $? = 0 >configure:12599: result: yes >configure:12599: checking for ifaddrs.h >configure:12599: x86_64-pc-linux-gnu-gcc -std=gnu99 -c -march=core2 -O2 -pipe conftest.c >&5 >configure:12599: $? = 0 >configure:12599: result: yes >configure:12599: checking for netdb.h >configure:12599: x86_64-pc-linux-gnu-gcc -std=gnu99 -c -march=core2 -O2 -pipe conftest.c >&5 >configure:12599: $? = 0 >configure:12599: result: yes >configure:12599: checking for netinet/in.h >configure:12599: x86_64-pc-linux-gnu-gcc -std=gnu99 -c -march=core2 -O2 -pipe conftest.c >&5 >configure:12599: $? = 0 >configure:12599: result: yes >configure:12599: checking for sys/ioctl.h >configure:12599: x86_64-pc-linux-gnu-gcc -std=gnu99 -c -march=core2 -O2 -pipe conftest.c >&5 >configure:12599: $? = 0 >configure:12599: result: yes >configure:12599: checking for sys/un.h >configure:12599: x86_64-pc-linux-gnu-gcc -std=gnu99 -c -march=core2 -O2 -pipe conftest.c >&5 >configure:12599: $? = 0 >configure:12599: result: yes >configure:12599: checking for unistd.h >configure:12599: result: yes >configure:12633: checking for sys/socket.h >configure:12633: x86_64-pc-linux-gnu-gcc -std=gnu99 -c -march=core2 -O2 -pipe conftest.c >&5 >configure:12633: $? = 0 >configure:12633: result: yes >configure:12650: checking for net/if.h >configure:12650: x86_64-pc-linux-gnu-gcc -std=gnu99 -c -march=core2 -O2 -pipe conftest.c >&5 >configure:12650: $? = 0 >configure:12650: result: yes >configure:12673: checking for sys/types.h >configure:12673: result: yes >configure:12673: checking for netinet/in.h >configure:12673: result: yes >configure:12673: checking for arpa/nameser.h >configure:12673: result: yes >configure:12673: checking for netdb.h >configure:12673: result: yes >configure:12673: checking for resolv.h >configure:12673: x86_64-pc-linux-gnu-gcc -std=gnu99 -c -march=core2 -O2 -pipe conftest.c >&5 >configure:12673: $? = 0 >configure:12673: result: yes >configure:12727: checking to see if compiler understands >configure:12746: x86_64-pc-linux-gnu-gcc -std=gnu99 -c -march=core2 -O2 -pipe conftest.c >&5 >configure:12746: $? = 0 >configure:12762: result: yes >configure:12781: checking to see if compiler understands -Wall >configure:12800: x86_64-pc-linux-gnu-gcc -std=gnu99 -c -march=core2 -O2 -pipe -Wall conftest.c >&5 >configure:12800: $? = 0 >configure:12816: result: yes >configure:12781: checking to see if compiler understands -Wextra >configure:12800: x86_64-pc-linux-gnu-gcc -std=gnu99 -c -march=core2 -O2 -pipe -Wextra conftest.c >&5 >configure:12800: $? = 0 >configure:12816: result: yes >configure:12781: checking to see if compiler understands -Wdeclaration-after-statement >configure:12800: x86_64-pc-linux-gnu-gcc -std=gnu99 -c -march=core2 -O2 -pipe -Wdeclaration-after-statement conftest.c >&5 >configure:12800: $? = 0 >configure:12816: result: yes >configure:12781: checking to see if compiler understands -Wshadow >configure:12800: x86_64-pc-linux-gnu-gcc -std=gnu99 -c -march=core2 -O2 -pipe -Wshadow conftest.c >&5 >configure:12800: $? = 0 >configure:12816: result: yes >configure:12781: checking to see if compiler understands -Wstrict-prototypes >configure:12800: x86_64-pc-linux-gnu-gcc -std=gnu99 -c -march=core2 -O2 -pipe -Wstrict-prototypes conftest.c >&5 >conftest.c:46:1: warning: function declaration isn't a prototype [-Wstrict-prototypes] >configure:12800: $? = 0 >configure:12816: result: yes >configure:12781: checking to see if compiler understands -Wmissing-declarations >configure:12800: x86_64-pc-linux-gnu-gcc -std=gnu99 -c -march=core2 -O2 -pipe -Wmissing-declarations conftest.c >&5 >configure:12800: $? = 0 >configure:12816: result: yes >configure:12781: checking to see if compiler understands -Wmissing-prototypes >configure:12800: x86_64-pc-linux-gnu-gcc -std=gnu99 -c -march=core2 -O2 -pipe -Wmissing-prototypes conftest.c >&5 >configure:12800: $? = 0 >configure:12816: result: yes >configure:12781: checking to see if compiler understands -Wsign-compare >configure:12800: x86_64-pc-linux-gnu-gcc -std=gnu99 -c -march=core2 -O2 -pipe -Wsign-compare conftest.c >&5 >configure:12800: $? = 0 >configure:12816: result: yes >configure:12781: checking to see if compiler understands -Wnested-externs >configure:12800: x86_64-pc-linux-gnu-gcc -std=gnu99 -c -march=core2 -O2 -pipe -Wnested-externs conftest.c >&5 >configure:12800: $? = 0 >configure:12816: result: yes >configure:12781: checking to see if compiler understands -Wpointer-arith >configure:12800: x86_64-pc-linux-gnu-gcc -std=gnu99 -c -march=core2 -O2 -pipe -Wpointer-arith conftest.c >&5 >configure:12800: $? = 0 >configure:12816: result: yes >configure:12781: checking to see if compiler understands -Wformat-security >configure:12800: x86_64-pc-linux-gnu-gcc -std=gnu99 -c -march=core2 -O2 -pipe -Wformat-security conftest.c >&5 >configure:12800: $? = 0 >configure:12816: result: yes >configure:12781: checking to see if compiler understands -Winit-self >configure:12800: x86_64-pc-linux-gnu-gcc -std=gnu99 -c -march=core2 -O2 -pipe -Winit-self conftest.c >&5 >configure:12800: $? = 0 >configure:12816: result: yes >configure:12823: checking to see if compiler understands -Werror >configure:12842: x86_64-pc-linux-gnu-gcc -std=gnu99 -c -march=core2 -O2 -pipe -Werror conftest.c >&5 >configure:12842: $? = 0 >configure:12858: result: yes >configure:12866: checking to see if compiler understands -Wno-missing-field-initializers >configure:12885: x86_64-pc-linux-gnu-gcc -std=gnu99 -c -march=core2 -O2 -pipe -Wno-missing-field-initializers conftest.c >&5 >configure:12885: $? = 0 >configure:12901: result: yes >configure:12905: checking to see if compiler understands -Wno-error=missing-field-initializers >configure:12924: x86_64-pc-linux-gnu-gcc -std=gnu99 -c -march=core2 -O2 -pipe -Wno-error=missing-field-initializers conftest.c >&5 >configure:12924: $? = 0 >configure:12940: result: yes >configure:12866: checking to see if compiler understands -Wno-deprecated-declarations >configure:12885: x86_64-pc-linux-gnu-gcc -std=gnu99 -c -march=core2 -O2 -pipe -Wno-deprecated-declarations conftest.c >&5 >configure:12885: $? = 0 >configure:12901: result: yes >configure:12905: checking to see if compiler understands -Wno-error=deprecated-declarations >configure:12924: x86_64-pc-linux-gnu-gcc -std=gnu99 -c -march=core2 -O2 -pipe -Wno-error=deprecated-declarations conftest.c >&5 >configure:12924: $? = 0 >configure:12940: result: yes >configure:12866: checking to see if compiler understands -Wno-unused-parameter >configure:12885: x86_64-pc-linux-gnu-gcc -std=gnu99 -c -march=core2 -O2 -pipe -Wno-unused-parameter conftest.c >&5 >configure:12885: $? = 0 >configure:12901: result: yes >configure:12905: checking to see if compiler understands -Wno-error=unused-parameter >configure:12924: x86_64-pc-linux-gnu-gcc -std=gnu99 -c -march=core2 -O2 -pipe -Wno-error=unused-parameter conftest.c >&5 >configure:12924: $? = 0 >configure:12940: result: yes >configure:12966: checking operating system >configure:12977: result: unix >configure:12995: checking location of system Certificate Authority list >configure:13019: result: /etc/ssl/certs/ca-certificates.crt >configure:13166: checking for x86_64-pc-linux-gnu-pkg-config >configure:13184: found /usr/bin/x86_64-pc-linux-gnu-pkg-config >configure:13196: result: /usr/bin/x86_64-pc-linux-gnu-pkg-config >configure:13264: checking pkg-config is at least version 0.9.0 >configure:13267: result: yes >configure:13277: checking for GLIB >configure:13284: $PKG_CONFIG --exists --print-errors "glib-2.0 >= 2.30, gobject-2.0 >= 2.30, gthread-2.0 >= 2.30, gio-2.0" >configure:13287: $? = 0 >configure:13301: $PKG_CONFIG --exists --print-errors "glib-2.0 >= 2.30, gobject-2.0 >= 2.30, gthread-2.0 >= 2.30, gio-2.0" >configure:13304: $? = 0 >configure:13362: result: yes >configure:13368: checking for GMODULE >configure:13375: $PKG_CONFIG --exists --print-errors "gmodule-2.0 >= 2.30" >configure:13378: $? = 0 >configure:13392: $PKG_CONFIG --exists --print-errors "gmodule-2.0 >= 2.30" >configure:13395: $? = 0 >configure:13453: result: yes >configure:13500: checking for GMODULE >configure:13585: result: yes >configure:13649: checking for DBUS >configure:13656: $PKG_CONFIG --exists --print-errors "dbus-1 >= 1.1.0, dbus-glib-1 >= 0.82" >configure:13659: $? = 0 >configure:13673: $PKG_CONFIG --exists --print-errors "dbus-1 >= 1.1.0, dbus-glib-1 >= 0.82" >configure:13676: $? = 0 >configure:13734: result: yes >configure:13744: checking for TP_GLIB >configure:13751: $PKG_CONFIG --exists --print-errors "telepathy-glib >= 0.18.0" >configure:13754: $? = 0 >configure:13768: $PKG_CONFIG --exists --print-errors "telepathy-glib >= 0.18.0" >configure:13771: $? = 0 >configure:13829: result: yes >configure:13842: checking for xsltproc >configure:13858: found /usr/bin/xsltproc >configure:13869: result: xsltproc >configure:13892: checking whether /usr/bin/python2.7 version >= 2.5 >configure:13903: /usr/bin/python2.7 -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.5'.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:13906: $? = 0 >configure:13908: result: yes >configure:13999: checking for /usr/bin/python2.7 version >configure:14006: result: 2.7 >configure:14018: checking for /usr/bin/python2.7 platform >configure:14025: result: linux2 >configure:14032: checking for /usr/bin/python2.7 script directory >configure:14060: result: ${prefix}/lib64/python2.7/site-packages >configure:14069: checking for /usr/bin/python2.7 extension module directory >configure:14097: result: ${exec_prefix}/lib64/python2.7/site-packages >configure:14112: checking for Python with Twisted and XMPP protocol support >configure:14119: result: false >configure:14217: Configuring sources in lib/ext/wocky >configure:14279: running /bin/sh ./configure '--prefix=/usr' '--build=x86_64-pc-linux-gnu' '--host=x86_64-pc-linux-gnu' '--mandir=/usr/share/man' '--infodir=/usr/share/info' '--datadir=/usr/share' '--sysconfdir=/etc' '--localstatedir=/var/lib' '--libdir=/usr/lib64' '--disable-silent-rules' '--disable-dependency-tracking' '--disable-coding-style-checks' '--disable-static' '--disable-Werror' '--docdir=/usr/share/doc/telepathy-gabble-0.16.7' '--enable-file-transfer' '--enable-voip' '--enable-google-relay' '--with-tls=openssl' 'build_alias=x86_64-pc-linux-gnu' 'host_alias=x86_64-pc-linux-gnu' 'CFLAGS=-march=core2 -O2 -pipe' 'LDFLAGS=-Wl,-O1 -Wl,--as-needed' 'PKG_CONFIG_PATH=/var/tmp/portage/net-voip/telepathy-gabble-0.16.7/temp/python2.7/pkgconfig' 'PYTHON=/usr/bin/python2.7' '--with-installed-headers=' '--enable-shared-suffix=telepathy-gabble-0.16.7' '--libdir=/usr/lib64/telepathy/gabble-0/lib' '--disable-coding-style-checks' '--disable-Werror' --cache-file=/dev/null --srcdir=. >configure:14287: Done configuring in lib/ext/wocky >configure:14309: checking for WOCKY >configure:14316: $PKG_CONFIG --exists --print-errors "wocky >= 0.0.0" >Package wocky was not found in the pkg-config search path. >Perhaps you should add the directory containing `wocky.pc' >to the PKG_CONFIG_PATH environment variable >No package 'wocky' found >configure:14319: $? = 1 >configure:14333: $PKG_CONFIG --exists --print-errors "wocky >= 0.0.0" >Package wocky was not found in the pkg-config search path. >Perhaps you should add the directory containing `wocky.pc' >to the PKG_CONFIG_PATH environment variable >No package 'wocky' found >configure:14336: $? = 1 >configure:14350: result: no >No package 'wocky' found >configure:14366: error: Package requirements (wocky >= 0.0.0) were not met: > >No package 'wocky' found > >Consider adjusting the PKG_CONFIG_PATH environment variable if you >installed software in a non-standard prefix. > >Alternatively, you may set the environment variables WOCKY_CFLAGS >and WOCKY_LIBS to avoid the need to call pkg-config. >See the pkg-config man page for more details. > >## ---------------- ## >## Cache variables. ## >## ---------------- ## > >ac_cv_build=x86_64-pc-linux-gnu >ac_cv_c_compiler_gnu=yes >ac_cv_env_CC_set= >ac_cv_env_CC_value= >ac_cv_env_CFLAGS_set=set >ac_cv_env_CFLAGS_value='-march=core2 -O2 -pipe' >ac_cv_env_CPPFLAGS_set= >ac_cv_env_CPPFLAGS_value= >ac_cv_env_CPP_set= >ac_cv_env_CPP_value= >ac_cv_env_DBUS_CFLAGS_set= >ac_cv_env_DBUS_CFLAGS_value= >ac_cv_env_DBUS_LIBS_set= >ac_cv_env_DBUS_LIBS_value= >ac_cv_env_GLIB_CFLAGS_set= >ac_cv_env_GLIB_CFLAGS_value= >ac_cv_env_GLIB_LIBS_set= >ac_cv_env_GLIB_LIBS_value= >ac_cv_env_GMODULE_CFLAGS_set= >ac_cv_env_GMODULE_CFLAGS_value= >ac_cv_env_GMODULE_LIBS_set= >ac_cv_env_GMODULE_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_NICE_CFLAGS_set= >ac_cv_env_NICE_CFLAGS_value= >ac_cv_env_NICE_LIBS_set= >ac_cv_env_NICE_LIBS_value= >ac_cv_env_PKG_CONFIG_LIBDIR_set= >ac_cv_env_PKG_CONFIG_LIBDIR_value= >ac_cv_env_PKG_CONFIG_PATH_set=set >ac_cv_env_PKG_CONFIG_PATH_value=/var/tmp/portage/net-voip/telepathy-gabble-0.16.7/temp/python2.7/pkgconfig >ac_cv_env_PKG_CONFIG_set= >ac_cv_env_PKG_CONFIG_value= >ac_cv_env_PYTHON_set=set >ac_cv_env_PYTHON_value=/usr/bin/python2.7 >ac_cv_env_SOUP_CFLAGS_set= >ac_cv_env_SOUP_CFLAGS_value= >ac_cv_env_SOUP_LIBS_set= >ac_cv_env_SOUP_LIBS_value= >ac_cv_env_TP_GLIB_CFLAGS_set= >ac_cv_env_TP_GLIB_CFLAGS_value= >ac_cv_env_TP_GLIB_LIBS_set= >ac_cv_env_TP_GLIB_LIBS_value= >ac_cv_env_WOCKY_CFLAGS_set= >ac_cv_env_WOCKY_CFLAGS_value= >ac_cv_env_WOCKY_LIBS_set= >ac_cv_env_WOCKY_LIBS_value= >ac_cv_env_build_alias_set=set >ac_cv_env_build_alias_value=x86_64-pc-linux-gnu >ac_cv_env_host_alias_set=set >ac_cv_env_host_alias_value=x86_64-pc-linux-gnu >ac_cv_env_pluginexecdir_set= >ac_cv_env_pluginexecdir_value= >ac_cv_env_pluginexeclibdir_set= >ac_cv_env_pluginexeclibdir_value= >ac_cv_env_target_alias_set= >ac_cv_env_target_alias_value= >ac_cv_header_arpa_inet_h=yes >ac_cv_header_arpa_nameser_h=yes >ac_cv_header_dlfcn_h=yes >ac_cv_header_fcntl_h=yes >ac_cv_header_ifaddrs_h=yes >ac_cv_header_inttypes_h=yes >ac_cv_header_memory_h=yes >ac_cv_header_minix_config_h=no >ac_cv_header_net_if_h=yes >ac_cv_header_netdb_h=yes >ac_cv_header_netinet_in_h=yes >ac_cv_header_resolv_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_ioctl_h=yes >ac_cv_header_sys_socket_h=yes >ac_cv_header_sys_stat_h=yes >ac_cv_header_sys_types_h=yes >ac_cv_header_sys_un_h=yes >ac_cv_header_unistd_h=yes >ac_cv_host=x86_64-pc-linux-gnu >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/x86_64-pc-linux-gnu-pkg-config >ac_cv_path_SED=/bin/sed >ac_cv_path_install='/usr/bin/install -c' >ac_cv_path_mkdir=/bin/mkdir >ac_cv_prog_AR=x86_64-pc-linux-gnu-ar >ac_cv_prog_AWK=gawk >ac_cv_prog_CC=x86_64-pc-linux-gnu-gcc >ac_cv_prog_CPP='x86_64-pc-linux-gnu-gcc -E' >ac_cv_prog_OBJDUMP=x86_64-pc-linux-gnu-objdump >ac_cv_prog_RANLIB=x86_64-pc-linux-gnu-ranlib >ac_cv_prog_STRIP=x86_64-pc-linux-gnu-strip >ac_cv_prog_XSLTPROC=xsltproc >ac_cv_prog_cc_c89= >ac_cv_prog_cc_c99=-std=gnu99 >ac_cv_prog_cc_g=yes >ac_cv_prog_cc_stdc=-std=gnu99 >ac_cv_prog_make_make_set=yes >ac_cv_safe_to_define___extensions__=yes >am_cv_CC_dependencies_compiler_type=none >am_cv_make_support_nested_variables=yes >am_cv_prog_tar_ustar=gnutar >am_cv_python_platform=linux2 >am_cv_python_pyexecdir='${exec_prefix}/lib64/python2.7/site-packages' >am_cv_python_pythondir='${prefix}/lib64/python2.7/site-packages' >am_cv_python_version=2.7 >lt_cv_ar_at_file=@ >lt_cv_archive_cmds_need_lc=no >lt_cv_deplibs_check_method=pass_all >lt_cv_file_magic_cmd='$MAGIC_CMD' >lt_cv_file_magic_test_file= >lt_cv_ld_reload_flag=-r >lt_cv_nm_interface='BSD nm' >lt_cv_objdir=.libs >lt_cv_path_LD=/usr/x86_64-pc-linux-gnu/bin/ld >lt_cv_path_NM='/usr/bin/nm -B' >lt_cv_path_mainfest_tool=no >lt_cv_prog_compiler_c_o=yes >lt_cv_prog_compiler_pic='-fPIC -DPIC' >lt_cv_prog_compiler_pic_works=yes >lt_cv_prog_compiler_rtti_exceptions=no >lt_cv_prog_compiler_static_works=yes >lt_cv_prog_gnu_ld=yes >lt_cv_sharedlib_from_linklib_cmd='printf %s\n' >lt_cv_shlibpath_overrides_runpath=yes >lt_cv_sys_global_symbol_pipe='sed -n -e '\''s/^.*[ ]\([ABCDGIRSTW][ABCDGIRSTW]*\)[ ][ ]*\([_A-Za-z][_A-Za-z0-9]*\)$/\1 \2 \2/p'\'' | sed '\''/ __gnu_lto/d'\''' >lt_cv_sys_global_symbol_to_c_name_address='sed -n -e '\''s/^: \([^ ]*\)[ ]*$/ {\"\1\", (void *) 0},/p'\'' -e '\''s/^[ABCDGIRSTW]* \([^ ]*\) \([^ ]*\)$/ {"\2", (void *) \&\2},/p'\''' >lt_cv_sys_global_symbol_to_c_name_address_lib_prefix='sed -n -e '\''s/^: \([^ ]*\)[ ]*$/ {\"\1\", (void *) 0},/p'\'' -e '\''s/^[ABCDGIRSTW]* \([^ ]*\) \(lib[^ ]*\)$/ {"\2", (void *) \&\2},/p'\'' -e '\''s/^[ABCDGIRSTW]* \([^ ]*\) \([^ ]*\)$/ {"lib\2", (void *) \&\2},/p'\''' >lt_cv_sys_global_symbol_to_cdecl='sed -n -e '\''s/^T .* \(.*\)$/extern int \1();/p'\'' -e '\''s/^[ABCDGIRSTW]* .* \(.*\)$/extern char \1;/p'\''' >lt_cv_sys_max_cmd_len=1572864 >lt_cv_to_host_file_cmd=func_convert_file_noop >lt_cv_to_tool_file_cmd=func_convert_file_noop >pkg_cv_DBUS_CFLAGS='-I//usr/include/dbus-1.0 -I//usr/lib64/dbus-1.0/include -I//usr/include/glib-2.0 -I//usr/lib64/glib-2.0/include ' >pkg_cv_DBUS_LIBS='-ldbus-glib-1 -ldbus-1 -lgobject-2.0 -lglib-2.0 ' >pkg_cv_GLIB_CFLAGS='-pthread -I//usr/include/glib-2.0 -I//usr/lib64/glib-2.0/include ' >pkg_cv_GLIB_LIBS='-lgthread-2.0 -pthread -lrt -lgio-2.0 -lgobject-2.0 -lglib-2.0 ' >pkg_cv_GMODULE_CFLAGS='-pthread -I//usr/include/glib-2.0 -I//usr/lib64/glib-2.0/include ' >pkg_cv_GMODULE_LIBS='-Wl,--export-dynamic -lgmodule-2.0 -pthread -lrt -lglib-2.0 ' >pkg_cv_TP_GLIB_CFLAGS='-pthread -I//usr/include/telepathy-1.0 -I//usr/include/dbus-1.0 -I//usr/lib64/dbus-1.0/include -I//usr/include/glib-2.0 -I//usr/lib64/glib-2.0/include ' >pkg_cv_TP_GLIB_LIBS='-ltelepathy-glib ' > >## ----------------- ## >## Output variables. ## >## ----------------- ## > >ACLOCAL='${SHELL} /var/tmp/portage/net-voip/telepathy-gabble-0.16.7/work/telepathy-gabble-0.16.7/missing --run aclocal-1.11' >AMDEPBACKSLASH='' >AMDEP_FALSE='' >AMDEP_TRUE='#' >AMTAR='$${TAR-tar}' >AM_BACKSLASH='\' >AM_DEFAULT_V='$(AM_DEFAULT_VERBOSITY)' >AM_DEFAULT_VERBOSITY='1' >AM_V='$(V)' >AR='x86_64-pc-linux-gnu-ar' >AUTOCONF='${SHELL} /var/tmp/portage/net-voip/telepathy-gabble-0.16.7/work/telepathy-gabble-0.16.7/missing --run autoconf' >AUTOHEADER='${SHELL} /var/tmp/portage/net-voip/telepathy-gabble-0.16.7/work/telepathy-gabble-0.16.7/missing --run autoheader' >AUTOMAKE='${SHELL} /var/tmp/portage/net-voip/telepathy-gabble-0.16.7/work/telepathy-gabble-0.16.7/missing --run automake-1.11' >AWK='gawk' >CC='x86_64-pc-linux-gnu-gcc -std=gnu99' >CCDEPMODE='depmode=none' >CFLAGS='-march=core2 -O2 -pipe' >CLIENT_TYPE='pc' >CPP='x86_64-pc-linux-gnu-gcc -E' >CPPFLAGS='' >CYGPATH_W='echo' >DBUS_CFLAGS='-I//usr/include/dbus-1.0 -I//usr/lib64/dbus-1.0/include -I//usr/include/glib-2.0 -I//usr/lib64/glib-2.0/include ' >DBUS_LIBS='-ldbus-glib-1 -ldbus-1 -lgobject-2.0 -lglib-2.0 ' >DEFS='' >DEPDIR='.deps' >DLLTOOL='false' >DSYMUTIL='' >DUMPBIN='' >ECHO_C='' >ECHO_N='-n' >ECHO_T='' >EGREP='/bin/grep -E' >ENABLE_CHANNEL_TYPE_CALL_FALSE='#' >ENABLE_CHANNEL_TYPE_CALL_TRUE='' >ENABLE_CODING_STYLE_CHECKS='no' >ENABLE_DEBUG_FALSE='#' >ENABLE_DEBUG_TRUE='' >ENABLE_FATAL_CRITICALS_FALSE='#' >ENABLE_FATAL_CRITICALS_TRUE='' >ENABLE_FILE_TRANSFER_FALSE='' >ENABLE_FILE_TRANSFER_TRUE='' >ENABLE_GOOGLE_RELAY_FALSE='' >ENABLE_GOOGLE_RELAY_TRUE='' >ENABLE_GTK_DOC_FALSE='' >ENABLE_GTK_DOC_TRUE='#' >ENABLE_INSTALLED_TESTS_FALSE='' >ENABLE_INSTALLED_TESTS_TRUE='#' >ENABLE_JINGLE_FILE_TRANSFER_FALSE='' >ENABLE_JINGLE_FILE_TRANSFER_TRUE='' >ENABLE_PLUGINS='' >ENABLE_PLUGINS_FALSE='#' >ENABLE_PLUGINS_TRUE='' >ENABLE_PLUGIN_API_FALSE='' >ENABLE_PLUGIN_API_TRUE='#' >ENABLE_VOIP_FALSE='' >ENABLE_VOIP_TRUE='' >ERROR_CFLAGS=' -Wall -Wextra -Wdeclaration-after-statement -Wshadow -Wstrict-prototypes -Wmissing-declarations -Wmissing-prototypes -Wsign-compare -Wnested-externs -Wpointer-arith -Wformat-security -Winit-self -Wno-missing-field-initializers -Wno-deprecated-declarations -Wno-unused-parameter' >EXEEXT='' >FGREP='/bin/grep -F' >GLIB_CFLAGS='-pthread -I//usr/include/glib-2.0 -I//usr/lib64/glib-2.0/include ' >GLIB_GENMARSHAL='glib-genmarshal' >GLIB_LIBS='-lgthread-2.0 -pthread -lrt -lgio-2.0 -lgobject-2.0 -lglib-2.0 ' >GMODULE_CFLAGS='-pthread -I//usr/include/glib-2.0 -I//usr/lib64/glib-2.0/include ' >GMODULE_LIBS='-Wl,--export-dynamic -lgmodule-2.0 -pthread -lrt -lglib-2.0 ' >GREP='/bin/grep' >INSTALL_DATA='${INSTALL} -m 644' >INSTALL_PROGRAM='${INSTALL}' >INSTALL_SCRIPT='${INSTALL}' >INSTALL_STRIP_PROGRAM='$(install_sh) -c -s' >LD='/usr/x86_64-pc-linux-gnu/bin/ld -m elf_x86_64' >LDFLAGS='-Wl,-O1 -Wl,--as-needed' >LIBOBJS='' >LIBS='' >LIBTOOL='$(SHELL) $(top_builddir)/libtool' >LIPO='' >LN_S='ln -s' >LTLIBOBJS='' >MAKEINFO='${SHELL} /var/tmp/portage/net-voip/telepathy-gabble-0.16.7/work/telepathy-gabble-0.16.7/missing --run makeinfo' >MANIFEST_TOOL=':' >MKDIR_P='/bin/mkdir -p' >NICE_CFLAGS='' >NICE_LIBS='' >NM='/usr/bin/nm -B' >NMEDIT='' >OBJDUMP='x86_64-pc-linux-gnu-objdump' >OBJEXT='o' >OFFICIAL_RELEASE_FALSE='#' >OFFICIAL_RELEASE_TRUE='' >OTOOL64='' >OTOOL='' >PACKAGE='telepathy-gabble' >PACKAGE_BUGREPORT='https://bugs.freedesktop.org/enter_bug.cgi?product=Telepathy&component=gabble' >PACKAGE_NAME='Telepathy Gabble' >PACKAGE_STRING='Telepathy Gabble 0.16.7' >PACKAGE_TARNAME='telepathy-gabble' >PACKAGE_URL='' >PACKAGE_VERSION='0.16.7' >PATH_SEPARATOR=':' >PKG_CONFIG='/usr/bin/x86_64-pc-linux-gnu-pkg-config' >PKG_CONFIG_LIBDIR='' >PKG_CONFIG_PATH='/var/tmp/portage/net-voip/telepathy-gabble-0.16.7/temp/python2.7/pkgconfig:lib/ext/wocky/wocky' >PYTHON='/usr/bin/python2.7' >PYTHON_EXEC_PREFIX='${exec_prefix}' >PYTHON_PLATFORM='linux2' >PYTHON_PREFIX='${prefix}' >PYTHON_VERSION='2.7' >RANLIB='x86_64-pc-linux-gnu-ranlib' >SED='/bin/sed' >SET_MAKE='' >SHELL='/bin/sh' >SOUP_CFLAGS='' >SOUP_LIBS='' >STRIP='x86_64-pc-linux-gnu-strip' >TEST_PYTHON='false' >TP_GLIB_CFLAGS='-pthread -I//usr/include/telepathy-1.0 -I//usr/include/dbus-1.0 -I//usr/lib64/dbus-1.0/include -I//usr/include/glib-2.0 -I//usr/lib64/glib-2.0/include ' >TP_GLIB_LIBS='-ltelepathy-glib ' >VERSION='0.16.7' >WANT_TWISTED_TESTS_FALSE='' >WANT_TWISTED_TESTS_TRUE='#' >WINDOWS_FALSE='' >WINDOWS_TRUE='#' >WOCKY_CFLAGS='' >WOCKY_LIBS='' >XSLTPROC='xsltproc' >ac_ct_AR='' >ac_ct_CC='' >ac_ct_DUMPBIN='' >am__EXEEXT_FALSE='' >am__EXEEXT_TRUE='' >am__fastdepCC_FALSE='' >am__fastdepCC_TRUE='#' >am__include='include' >am__isrc='' >am__leading_dot='.' >am__nodep='' >am__quote='' >am__tar='tar --format=ustar -chf - "$$tardir"' >am__untar='tar -xf -' >bindir='${exec_prefix}/bin' >build='x86_64-pc-linux-gnu' >build_alias='x86_64-pc-linux-gnu' >build_cpu='x86_64' >build_os='linux-gnu' >build_vendor='pc' >datadir='/usr/share' >datarootdir='${prefix}/share' >docdir='/usr/share/doc/telepathy-gabble-0.16.7' >dvidir='${docdir}' >exec_prefix='NONE' >gabbletestsdir='/usr/lib64/telepathy-gabble-tests' >host='x86_64-pc-linux-gnu' >host_alias='x86_64-pc-linux-gnu' >host_cpu='x86_64' >host_os='linux-gnu' >host_vendor='pc' >htmldir='${docdir}' >includedir='${prefix}/include' >infodir='/usr/share/info' >install_sh='${SHELL} /var/tmp/portage/net-voip/telepathy-gabble-0.16.7/work/telepathy-gabble-0.16.7/install-sh' >libdir='/usr/lib64' >libexecdir='${exec_prefix}/libexec' >localedir='${datarootdir}/locale' >localstatedir='/var/lib' >mandir='/usr/share/man' >mkdir_p='/bin/mkdir -p' >oldincludedir='/usr/include' >pdfdir='${docdir}' >pkgpyexecdir='${pyexecdir}/telepathy-gabble' >pkgpythondir='${pythondir}/telepathy-gabble' >pluginexecdir='${libdir}/telepathy/gabble-0/plugins' >pluginexeclibdir='${libdir}/telepathy/gabble-0/lib' >prefix='/usr' >program_transform_name='s,x,x,' >psdir='${docdir}' >pyexecdir='${exec_prefix}/lib64/python2.7/site-packages' >pythondir='${prefix}/lib64/python2.7/site-packages' >sbindir='${exec_prefix}/sbin' >sharedstatedir='${prefix}/com' >sysconfdir='/etc' >target_alias='' > >## ----------- ## >## confdefs.h. ## >## ----------- ## > >/* confdefs.h */ >#define PACKAGE_NAME "Telepathy Gabble" >#define PACKAGE_TARNAME "telepathy-gabble" >#define PACKAGE_VERSION "0.16.7" >#define PACKAGE_STRING "Telepathy Gabble 0.16.7" >#define PACKAGE_BUGREPORT "https://bugs.freedesktop.org/enter_bug.cgi?product=Telepathy&component=gabble" >#define PACKAGE_URL "" >#define PACKAGE "telepathy-gabble" >#define VERSION "0.16.7" >#define STDC_HEADERS 1 >#define HAVE_SYS_TYPES_H 1 >#define HAVE_SYS_STAT_H 1 >#define HAVE_STDLIB_H 1 >#define HAVE_STRING_H 1 >#define HAVE_MEMORY_H 1 >#define HAVE_STRINGS_H 1 >#define HAVE_INTTYPES_H 1 >#define HAVE_STDINT_H 1 >#define HAVE_UNISTD_H 1 >#define __EXTENSIONS__ 1 >#define _ALL_SOURCE 1 >#define _GNU_SOURCE 1 >#define _POSIX_PTHREAD_SEMANTICS 1 >#define _TANDEM_SOURCE 1 >#define HAVE_DLFCN_H 1 >#define LT_OBJDIR ".libs/" >#define HAVE_ARPA_INET_H 1 >#define HAVE_ARPA_NAMESER_H 1 >#define HAVE_FCNTL_H 1 >#define HAVE_IFADDRS_H 1 >#define HAVE_NETDB_H 1 >#define HAVE_NETINET_IN_H 1 >#define HAVE_SYS_IOCTL_H 1 >#define HAVE_SYS_UN_H 1 >#define HAVE_UNISTD_H 1 >#define HAVE_SYS_SOCKET_H 1 >#define HAVE_NET_IF_H 1 >#define HAVE_SYS_TYPES_H 1 >#define HAVE_NETINET_IN_H 1 >#define HAVE_ARPA_NAMESER_H 1 >#define HAVE_NETDB_H 1 >#define HAVE_RESOLV_H 1 >#define GTLS_SYSTEM_CA_CERTIFICATES "/etc/ssl/certs/ca-certificates.crt" >#define ENABLE_DEBUG /**/ >#define CLIENT_TYPE "pc" >#define ENABLE_FATAL_CRITICALS /**/ >#define GLIB_VERSION_MIN_REQUIRED GLIB_VERSION_2_30 >#define GLIB_VERSION_MAX_ALLOWED GLIB_VERSION_2_30 >#define ENABLE_PLUGINS /**/ >#define ENABLE_CHANNEL_TYPE_CALL /**/ > >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 493564
: 364852 |
364854