Go to:
Gentoo Home
Documentation
Forums
Lists
Bugs
Planet
Store
Wiki
Get Gentoo!
Gentoo's Bugzilla – Attachment 429798 Details for
Bug 579190
x11-libs/cairo-1.14.6 "no mutex implementation found"
Home
|
New
–
[Ex]
|
Browse
|
Search
|
Privacy Policy
|
[?]
|
Reports
|
Requests
|
Help
|
New Account
|
Log In
[x]
|
Forgot Password
Login:
[x]
cairo-1.14.6-abi_x86_64.amd64/config.log
config.log (text/plain), 159.59 KB, created by
Robin Johnson
on 2016-04-06 23:12:22 UTC
(
hide
)
Description:
cairo-1.14.6-abi_x86_64.amd64/config.log
Filename:
MIME Type:
Creator:
Robin Johnson
Created:
2016-04-06 23:12:22 UTC
Size:
159.59 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 cairo configure 1.14.6, which was >generated by GNU Autoconf 2.69. Invocation command line was > > $ /dev/shm/portage/x11-libs/cairo-1.14.6/work/cairo-1.14.6/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 --disable-dependency-tracking --disable-silent-rules --libdir=/usr/lib64 --disable-dependency-tracking --with-x --enable-tee --enable-xlib --enable-xlib-xrender --disable-quartz --disable-quartz-image --disable-test-surfaces --disable-directfb --disable-glesv2 --enable-gobject --enable-gl --disable-static --enable-svg --disable-valgrind --enable-xcb --enable-xcb-shm --disable-xlib-xcb --enable-ft --enable-pdf --enable-png --enable-ps --disable-drm --disable-gallium --disable-qt --disable-vg > >## --------- ## >## Platform. ## >## --------- ## > >hostname = bohr-int >uname -m = x86_64 >uname -r = 4.5.0-rc6-00141-g6794402 >uname -s = Linux >uname -v = #11 SMP Sun Mar 6 11:06:54 PST 2016 > >/usr/bin/uname -p = Intel(R) Core(TM) i7-2600K CPU @ 3.40GHz >/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/ccache/bin >PATH: /usr/lib/portage/python2.7/ebuild-helpers/xattr >PATH: /usr/lib/portage/python2.7/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.9.2 >PATH: /opt/nvidia-cg-toolkit/bin >PATH: /usr/lib64/subversion/bin >PATH: /opt/aws-as-tools/bin >PATH: /opt/aws-cw-tools/bin >PATH: /opt/aws-elb-tools/bin >PATH: /opt/aws-iam-tools/bin >PATH: /opt/aws-rds-tools/bin > > >## ----------- ## >## Core tests. ## >## ----------- ## > >configure:3036: loading site script /usr/share/config.site >| #!/bin/sh >| # Copyright 2009-2014 Gentoo Foundation >| # Distributed under the terms of the GNU General Public License v2 >| >| TOPDIR=/usr/share/crossdev/include/site >| >| config_site_arch() { >| local host="${CHOST%%-*}" >| >| case ${host} in >| arm*b*) host=armeb ;; >| arm*) host=arm ;; >| mips*l*) host=mipsel ;; >| mips*) host=mips ;; >| esac >| >| echo "${host}" >| } >| >| config_site_names() { >| local site_arch="$(config_site_arch)" >| local sites="" >| local x >| >| case ${CHOST} in >| *-linux-*) sites="${sites} linux ${site_arch}-linux" ;; >| *-darwin*) sites="${sites} darwin ${site_arch}-darwin" ;; >| esac >| >| case ${CHOST} in >| *-linux-uclibc*) sites="${sites} linux-uclibc ${site_arch}-linux-uclibc" ;; >| *-linux-gnu*) sites="${sites} linux-gnu ${site_arch}-linux-gnu" ;; >| esac >| >| case ${CHOST} in >| *-linux-uclibceabi*) sites="${sites} linux-uclibceabi ${site_arch}-linux-uclibceabi" ;; >| *-linux-gnueabi*) sites="${sites} linux-gnueabi ${site_arch}-linux-gnueabi" ;; >| esac >| >| 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 [ -n "${sites}" ] ; then >| for site in ${sites}; do >| echo "${0##*/}: loading site script ${site}" >| . "${site}" >| done >| fi >| unset site sites >| fi >configure:3173: checking for x86_64-pc-linux-gnu-gcc >configure:3189: found /usr/lib64/ccache/bin/x86_64-pc-linux-gnu-gcc >configure:3200: result: x86_64-pc-linux-gnu-gcc >configure:3469: checking for C compiler version >configure:3478: x86_64-pc-linux-gnu-gcc --version >&5 >x86_64-pc-linux-gnu-gcc (Gentoo 4.9.2 p1.1, pie-0.6.2) 4.9.2 >Copyright (C) 2014 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:3489: $? = 0 >configure:3478: x86_64-pc-linux-gnu-gcc -v >&5 >Using built-in specs. >COLLECT_GCC=/usr/x86_64-pc-linux-gnu/gcc-bin/4.9.2/x86_64-pc-linux-gnu-gcc >COLLECT_LTO_WRAPPER=/usr/libexec/gcc/x86_64-pc-linux-gnu/4.9.2/lto-wrapper >Target: x86_64-pc-linux-gnu >Configured with: /dev/shm/portage/sys-devel/gcc-4.9.2/work/gcc-4.9.2/configure --host=x86_64-pc-linux-gnu --build=x86_64-pc-linux-gnu --prefix=/usr --bindir=/usr/x86_64-pc-linux-gnu/gcc-bin/4.9.2 --includedir=/usr/lib/gcc/x86_64-pc-linux-gnu/4.9.2/include --datadir=/usr/share/gcc-data/x86_64-pc-linux-gnu/4.9.2 --mandir=/usr/share/gcc-data/x86_64-pc-linux-gnu/4.9.2/man --infodir=/usr/share/gcc-data/x86_64-pc-linux-gnu/4.9.2/info --with-gxx-include-dir=/usr/lib/gcc/x86_64-pc-linux-gnu/4.9.2/include/g++-v4 --with-python-dir=/share/gcc-data/x86_64-pc-linux-gnu/4.9.2/python --enable-objc-gc --enable-languages=c,c++,java,go,objc,obj-c++,fortran --enable-obsolete --enable-secureplt --disable-werror --with-system-zlib --enable-nls --without-included-gettext --enable-checking=release --with-bugurl=https://bugs.gentoo.org/ --with-pkgversion='Gentoo 4.9.2 p1.1, pie-0.6.2' --enable-libstdcxx-time --enable-shared --enable-threads=posix --enable-__cxa_atexit --enable-clocale=gnu --enable-multilib --with-multilib-list=m32,m64 --disable-altivec --disable-fixed-point --enable-targets=all --enable-libgomp --disable-libmudflap --disable-libssp --enable-lto --with-cloog --disable-isl-version-check --enable-libsanitizer >Thread model: posix >gcc version 4.9.2 (Gentoo 4.9.2 p1.1, pie-0.6.2) >configure:3489: $? = 0 >configure:3478: 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:3489: $? = 1 >configure:3478: 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:3489: $? = 1 >configure:3509: checking whether the C compiler works >configure:3531: x86_64-pc-linux-gnu-gcc -march=native -O2 -pipe -frecord-gcc-switches -Wl,--hash-style=gnu -Wl,-O1 -Wl,--as-needed -Wl,--build-id conftest.c >&5 >/usr/lib/gcc/x86_64-pc-linux-gnu/4.9.2/../../../../x86_64-pc-linux-gnu/bin/ld: warning: Cannot create .note.gnu.build-id section, --build-id ignored. >configure:3535: $? = 0 >configure:3583: result: yes >configure:3586: checking for C compiler default output file name >configure:3588: result: a.out >configure:3594: checking for suffix of executables >configure:3601: x86_64-pc-linux-gnu-gcc -o conftest -march=native -O2 -pipe -frecord-gcc-switches -Wl,--hash-style=gnu -Wl,-O1 -Wl,--as-needed -Wl,--build-id conftest.c >&5 >/usr/lib/gcc/x86_64-pc-linux-gnu/4.9.2/../../../../x86_64-pc-linux-gnu/bin/ld: warning: Cannot create .note.gnu.build-id section, --build-id ignored. >configure:3605: $? = 0 >configure:3627: result: >configure:3649: checking whether we are cross compiling >configure:3657: x86_64-pc-linux-gnu-gcc -o conftest -march=native -O2 -pipe -frecord-gcc-switches -Wl,--hash-style=gnu -Wl,-O1 -Wl,--as-needed -Wl,--build-id conftest.c >&5 >/usr/lib/gcc/x86_64-pc-linux-gnu/4.9.2/../../../../x86_64-pc-linux-gnu/bin/ld: warning: Cannot create .note.gnu.build-id section, --build-id ignored. >configure:3661: $? = 0 >configure:3668: ./conftest >configure:3672: $? = 0 >configure:3687: result: no >configure:3692: checking for suffix of object files >configure:3714: x86_64-pc-linux-gnu-gcc -c -march=native -O2 -pipe -frecord-gcc-switches conftest.c >&5 >configure:3718: $? = 0 >configure:3739: result: o >configure:3743: checking whether we are using the GNU C compiler >configure:3762: x86_64-pc-linux-gnu-gcc -c -march=native -O2 -pipe -frecord-gcc-switches conftest.c >&5 >configure:3762: $? = 0 >configure:3771: result: yes >configure:3780: checking whether x86_64-pc-linux-gnu-gcc accepts -g >configure:3800: x86_64-pc-linux-gnu-gcc -c -g conftest.c >&5 >configure:3800: $? = 0 >configure:3841: result: yes >configure:3858: checking for x86_64-pc-linux-gnu-gcc option to accept ISO C89 >configure:3921: x86_64-pc-linux-gnu-gcc -c -march=native -O2 -pipe -frecord-gcc-switches conftest.c >&5 >configure:3921: $? = 0 >configure:3934: result: none needed >configure:3959: checking whether x86_64-pc-linux-gnu-gcc understands -c and -o together >configure:3981: x86_64-pc-linux-gnu-gcc -c conftest.c -o conftest2.o >configure:3984: $? = 0 >configure:3981: x86_64-pc-linux-gnu-gcc -c conftest.c -o conftest2.o >configure:3984: $? = 0 >configure:3996: result: yes >configure:4019: checking how to run the C preprocessor >configure:4050: x86_64-pc-linux-gnu-gcc -E conftest.c >configure:4050: $? = 0 >configure:4064: x86_64-pc-linux-gnu-gcc -E conftest.c >conftest.c:9:28: fatal error: ac_nonexistent.h: No such file or directory > #include <ac_nonexistent.h> > ^ >compilation terminated. >configure:4064: $? = 1 >configure: failed program was: >| /* confdefs.h */ >| #define PACKAGE_NAME "cairo" >| #define PACKAGE_TARNAME "cairo" >| #define PACKAGE_VERSION "1.14.6" >| #define PACKAGE_STRING "cairo 1.14.6" >| #define PACKAGE_BUGREPORT "http://bugs.freedesktop.org/enter_bug.cgi?product=cairo" >| #define PACKAGE_URL "http://cairographics.org/" >| /* end confdefs.h. */ >| #include <ac_nonexistent.h> >configure:4089: result: x86_64-pc-linux-gnu-gcc -E >configure:4109: x86_64-pc-linux-gnu-gcc -E conftest.c >configure:4109: $? = 0 >configure:4123: x86_64-pc-linux-gnu-gcc -E conftest.c >conftest.c:9:28: fatal error: ac_nonexistent.h: No such file or directory > #include <ac_nonexistent.h> > ^ >compilation terminated. >configure:4123: $? = 1 >configure: failed program was: >| /* confdefs.h */ >| #define PACKAGE_NAME "cairo" >| #define PACKAGE_TARNAME "cairo" >| #define PACKAGE_VERSION "1.14.6" >| #define PACKAGE_STRING "cairo 1.14.6" >| #define PACKAGE_BUGREPORT "http://bugs.freedesktop.org/enter_bug.cgi?product=cairo" >| #define PACKAGE_URL "http://cairographics.org/" >| /* end confdefs.h. */ >| #include <ac_nonexistent.h> >configure:4152: checking for grep that handles long lines and -e >configure:4210: result: /bin/grep >configure:4215: checking for egrep >configure:4277: result: /bin/grep -E >configure:4282: checking for ANSI C header files >configure:4302: x86_64-pc-linux-gnu-gcc -c -march=native -O2 -pipe -frecord-gcc-switches conftest.c >&5 >configure:4302: $? = 0 >configure:4375: x86_64-pc-linux-gnu-gcc -o conftest -march=native -O2 -pipe -frecord-gcc-switches -Wl,--hash-style=gnu -Wl,-O1 -Wl,--as-needed -Wl,--build-id conftest.c >&5 >/usr/lib/gcc/x86_64-pc-linux-gnu/4.9.2/../../../../x86_64-pc-linux-gnu/bin/ld: warning: Cannot create .note.gnu.build-id section, --build-id ignored. >configure:4375: $? = 0 >configure:4375: ./conftest >configure:4375: $? = 0 >configure:4386: result: yes >configure:4399: checking for sys/types.h >configure:4399: x86_64-pc-linux-gnu-gcc -c -march=native -O2 -pipe -frecord-gcc-switches conftest.c >&5 >configure:4399: $? = 0 >configure:4399: result: yes >configure:4399: checking for sys/stat.h >configure:4399: x86_64-pc-linux-gnu-gcc -c -march=native -O2 -pipe -frecord-gcc-switches conftest.c >&5 >configure:4399: $? = 0 >configure:4399: result: yes >configure:4399: checking for stdlib.h >configure:4399: x86_64-pc-linux-gnu-gcc -c -march=native -O2 -pipe -frecord-gcc-switches conftest.c >&5 >configure:4399: $? = 0 >configure:4399: result: yes >configure:4399: checking for string.h >configure:4399: x86_64-pc-linux-gnu-gcc -c -march=native -O2 -pipe -frecord-gcc-switches conftest.c >&5 >configure:4399: $? = 0 >configure:4399: result: yes >configure:4399: checking for memory.h >configure:4399: x86_64-pc-linux-gnu-gcc -c -march=native -O2 -pipe -frecord-gcc-switches conftest.c >&5 >configure:4399: $? = 0 >configure:4399: result: yes >configure:4399: checking for strings.h >configure:4399: x86_64-pc-linux-gnu-gcc -c -march=native -O2 -pipe -frecord-gcc-switches conftest.c >&5 >configure:4399: $? = 0 >configure:4399: result: yes >configure:4399: checking for inttypes.h >configure:4399: x86_64-pc-linux-gnu-gcc -c -march=native -O2 -pipe -frecord-gcc-switches conftest.c >&5 >configure:4399: $? = 0 >configure:4399: result: yes >configure:4399: checking for stdint.h >configure:4399: x86_64-pc-linux-gnu-gcc -c -march=native -O2 -pipe -frecord-gcc-switches conftest.c >&5 >configure:4399: $? = 0 >configure:4399: result: yes >configure:4399: checking for unistd.h >configure:4399: x86_64-pc-linux-gnu-gcc -c -march=native -O2 -pipe -frecord-gcc-switches conftest.c >&5 >configure:4399: $? = 0 >configure:4399: result: yes >configure:4412: checking minix/config.h usability >configure:4412: x86_64-pc-linux-gnu-gcc -c -march=native -O2 -pipe -frecord-gcc-switches conftest.c >&5 >conftest.c:52:26: fatal error: minix/config.h: No such file or directory > #include <minix/config.h> > ^ >compilation terminated. >configure:4412: $? = 1 >configure: failed program was: >| /* confdefs.h */ >| #define PACKAGE_NAME "cairo" >| #define PACKAGE_TARNAME "cairo" >| #define PACKAGE_VERSION "1.14.6" >| #define PACKAGE_STRING "cairo 1.14.6" >| #define PACKAGE_BUGREPORT "http://bugs.freedesktop.org/enter_bug.cgi?product=cairo" >| #define PACKAGE_URL "http://cairographics.org/" >| #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:4412: result: no >configure:4412: checking minix/config.h presence >configure:4412: x86_64-pc-linux-gnu-gcc -E conftest.c >conftest.c:19:26: fatal error: minix/config.h: No such file or directory > #include <minix/config.h> > ^ >compilation terminated. >configure:4412: $? = 1 >configure: failed program was: >| /* confdefs.h */ >| #define PACKAGE_NAME "cairo" >| #define PACKAGE_TARNAME "cairo" >| #define PACKAGE_VERSION "1.14.6" >| #define PACKAGE_STRING "cairo 1.14.6" >| #define PACKAGE_BUGREPORT "http://bugs.freedesktop.org/enter_bug.cgi?product=cairo" >| #define PACKAGE_URL "http://cairographics.org/" >| #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:4412: result: no >configure:4412: checking for minix/config.h >configure:4412: result: no >configure:4433: checking whether it is safe to define __EXTENSIONS__ >configure:4451: x86_64-pc-linux-gnu-gcc -c -march=native -O2 -pipe -frecord-gcc-switches conftest.c >&5 >configure:4451: $? = 0 >configure:4458: result: yes >configure:4479: checking for unistd.h >configure:4479: result: yes >configure:4479: checking sys/ioctl.h usability >configure:4479: x86_64-pc-linux-gnu-gcc -c -march=native -O2 -pipe -frecord-gcc-switches conftest.c >&5 >configure:4479: $? = 0 >configure:4479: result: yes >configure:4479: checking sys/ioctl.h presence >configure:4479: x86_64-pc-linux-gnu-gcc -E conftest.c >configure:4479: $? = 0 >configure:4479: result: yes >configure:4479: checking for sys/ioctl.h >configure:4479: result: yes >configure:4506: checking for a BSD-compatible install >configure:4574: result: /usr/lib/portage/python2.7/ebuild-helpers/xattr/install -c >configure:4585: checking whether build environment is sane >configure:4640: result: yes >configure:4788: checking for a thread-safe mkdir -p >configure:4827: result: /bin/mkdir -p >configure:4834: checking for gawk >configure:4850: found /usr/bin/gawk >configure:4861: result: gawk >configure:4872: checking whether make sets $(MAKE) >configure:4894: result: yes >configure:4924: checking for style of include used by make >configure:4952: result: GNU >configure:4986: checking whether make supports nested variables >configure:5003: result: yes >configure:5079: checking dependency style of x86_64-pc-linux-gnu-gcc >configure:5190: result: none >configure:5259: checking whether make supports nested variables >configure:5276: result: yes >configure:5292: checking for x86_64-pc-linux-gnu-ar >configure:5308: found /usr/bin/x86_64-pc-linux-gnu-ar >configure:5319: result: x86_64-pc-linux-gnu-ar >configure:5389: checking the archiver (x86_64-pc-linux-gnu-ar) interface >configure:5405: x86_64-pc-linux-gnu-gcc -c -march=native -O2 -pipe -frecord-gcc-switches conftest.c >&5 >configure:5405: $? = 0 >configure:5407: x86_64-pc-linux-gnu-ar cru libconftest.a conftest.o >&5 >configure:5410: $? = 0 >configure:5438: result: ar >configure:5489: checking build system type >configure:5503: result: x86_64-pc-linux-gnu >configure:5523: checking host system type >configure:5536: result: x86_64-pc-linux-gnu >configure:5577: checking how to print strings >configure:5604: result: printf >configure:5625: checking for a sed that does not truncate output >configure:5689: result: /bin/sed >configure:5707: checking for fgrep >configure:5769: result: /bin/grep -F >configure:5804: checking for ld used by x86_64-pc-linux-gnu-gcc >configure:5871: result: /usr/x86_64-pc-linux-gnu/bin/ld >configure:5878: checking if the linker (/usr/x86_64-pc-linux-gnu/bin/ld) is GNU ld >configure:5893: result: yes >configure:5905: checking for BSD- or MS-compatible name lister (nm) >configure:5959: result: /usr/bin/x86_64-pc-linux-gnu-nm -B >configure:6089: checking the name lister (/usr/bin/x86_64-pc-linux-gnu-nm -B) interface >configure:6096: x86_64-pc-linux-gnu-gcc -c -march=native -O2 -pipe -frecord-gcc-switches conftest.c >&5 >configure:6099: /usr/bin/x86_64-pc-linux-gnu-nm -B "conftest.o" >configure:6102: output >0000000000000000 B some_variable >configure:6109: result: BSD nm >configure:6112: checking whether ln -s works >configure:6116: result: yes >configure:6124: checking the maximum length of command line arguments >configure:6255: result: 1572864 >configure:6303: checking how to convert x86_64-pc-linux-gnu file names to x86_64-pc-linux-gnu format >configure:6343: result: func_convert_file_noop >configure:6350: checking how to convert x86_64-pc-linux-gnu file names to toolchain format >configure:6370: result: func_convert_file_noop >configure:6377: checking for /usr/x86_64-pc-linux-gnu/bin/ld option to reload object files >configure:6384: result: -r >configure:6418: checking for x86_64-pc-linux-gnu-objdump >configure:6434: found /usr/bin/x86_64-pc-linux-gnu-objdump >configure:6445: result: x86_64-pc-linux-gnu-objdump >configure:6514: checking how to recognize dependent libraries >configure:6714: result: pass_all >configure:6759: checking for x86_64-pc-linux-gnu-dlltool >configure:6775: found /usr/bin/x86_64-pc-linux-gnu-dlltool >configure:6786: result: x86_64-pc-linux-gnu-dlltool >configure:6856: checking how to associate runtime and link libraries >configure:6883: result: printf %s\n >configure:6899: checking for x86_64-pc-linux-gnu-ar >configure:6926: result: x86_64-pc-linux-gnu-ar >configure:7007: checking for archiver @FILE support >configure:7024: x86_64-pc-linux-gnu-gcc -c -march=native -O2 -pipe -frecord-gcc-switches conftest.c >&5 >configure:7024: $? = 0 >configure:7027: x86_64-pc-linux-gnu-ar cru libconftest.a @conftest.lst >&5 >configure:7030: $? = 0 >configure:7035: 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:7038: $? = 1 >configure:7050: result: @ >configure:7068: checking for x86_64-pc-linux-gnu-strip >configure:7084: found /usr/bin/x86_64-pc-linux-gnu-strip >configure:7095: result: x86_64-pc-linux-gnu-strip >configure:7167: checking for x86_64-pc-linux-gnu-ranlib >configure:7183: found /usr/bin/x86_64-pc-linux-gnu-ranlib >configure:7194: result: x86_64-pc-linux-gnu-ranlib >configure:7336: checking command to parse /usr/bin/x86_64-pc-linux-gnu-nm -B output from x86_64-pc-linux-gnu-gcc object >configure:7489: x86_64-pc-linux-gnu-gcc -c -march=native -O2 -pipe -frecord-gcc-switches conftest.c >&5 >configure:7492: $? = 0 >configure:7496: /usr/bin/x86_64-pc-linux-gnu-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:7499: $? = 0 >configure:7565: x86_64-pc-linux-gnu-gcc -o conftest -march=native -O2 -pipe -frecord-gcc-switches -Wl,--hash-style=gnu -Wl,-O1 -Wl,--as-needed -Wl,--build-id conftest.c conftstm.o >&5 >/usr/lib/gcc/x86_64-pc-linux-gnu/4.9.2/../../../../x86_64-pc-linux-gnu/bin/ld: warning: Cannot create .note.gnu.build-id section, --build-id ignored. >configure:7568: $? = 0 >configure:7606: result: ok >configure:7653: checking for sysroot >configure:7683: result: no >configure:7690: checking for a working dd >configure:7728: result: /bin/dd >configure:7732: checking how to truncate binary pipes >configure:7747: result: /bin/dd bs=4096 count=1 >configure:7883: x86_64-pc-linux-gnu-gcc -c -march=native -O2 -pipe -frecord-gcc-switches conftest.c >&5 >configure:7886: $? = 0 >configure:8036: checking for x86_64-pc-linux-gnu-mt >configure:8066: result: no >configure:8076: checking for mt >configure:8092: found /usr/sbin/mt >configure:8103: result: mt >configure:8126: checking if mt is a manifest tool >configure:8132: mt '-?' >usage: mt [-v] [--version] [-h] [ -f device ] command [ count ] >configure:8140: result: no >configure:8814: checking for dlfcn.h >configure:8814: x86_64-pc-linux-gnu-gcc -c -march=native -O2 -pipe -frecord-gcc-switches conftest.c >&5 >configure:8814: $? = 0 >configure:8814: result: yes >configure:9368: checking for objdir >configure:9383: result: .libs >configure:9647: checking if x86_64-pc-linux-gnu-gcc supports -fno-rtti -fno-exceptions >configure:9665: x86_64-pc-linux-gnu-gcc -c -march=native -O2 -pipe -frecord-gcc-switches -fno-rtti -fno-exceptions conftest.c >&5 >cc1: warning: command line option '-fno-rtti' is valid for C++/ObjC++ but not for C >cc1: warning: command line option '-fno-rtti' is valid for C++/ObjC++ but not for C >configure:9669: $? = 0 >configure:9682: result: no >configure:10040: checking for x86_64-pc-linux-gnu-gcc option to produce PIC >configure:10047: result: -fPIC -DPIC >configure:10055: checking if x86_64-pc-linux-gnu-gcc PIC flag -fPIC -DPIC works >configure:10073: x86_64-pc-linux-gnu-gcc -c -march=native -O2 -pipe -frecord-gcc-switches -fPIC -DPIC -DPIC conftest.c >&5 >configure:10077: $? = 0 >configure:10090: result: yes >configure:10119: checking if x86_64-pc-linux-gnu-gcc static flag -static works >/usr/lib/gcc/x86_64-pc-linux-gnu/4.9.2/../../../../x86_64-pc-linux-gnu/bin/ld: warning: Cannot create .note.gnu.build-id section, --build-id ignored. >configure:10147: result: yes >configure:10162: checking if x86_64-pc-linux-gnu-gcc supports -c -o file.o >configure:10183: x86_64-pc-linux-gnu-gcc -c -march=native -O2 -pipe -frecord-gcc-switches -o out/conftest2.o conftest.c >&5 >configure:10187: $? = 0 >configure:10209: result: yes >configure:10217: checking if x86_64-pc-linux-gnu-gcc supports -c -o file.o >configure:10264: result: yes >configure:10297: checking whether the x86_64-pc-linux-gnu-gcc linker (/usr/x86_64-pc-linux-gnu/bin/ld -m elf_x86_64) supports shared libraries >configure:11556: result: yes >configure:11593: checking whether -lc should be explicitly linked in >configure:11601: x86_64-pc-linux-gnu-gcc -c -march=native -O2 -pipe -frecord-gcc-switches conftest.c >&5 >configure:11604: $? = 0 >configure:11619: x86_64-pc-linux-gnu-gcc -shared -fPIC -DPIC conftest.o -v -Wl,-soname -Wl,conftest -o conftest 2\>\&1 \| /bin/grep -lc \>/dev/null 2\>\&1 >configure:11622: $? = 0 >configure:11636: result: no >configure:11796: checking dynamic linker characteristics >configure:12390: x86_64-pc-linux-gnu-gcc -o conftest -march=native -O2 -pipe -frecord-gcc-switches -Wl,--hash-style=gnu -Wl,-O1 -Wl,--as-needed -Wl,--build-id -Wl,-rpath -Wl,/foo conftest.c >&5 >/usr/lib/gcc/x86_64-pc-linux-gnu/4.9.2/../../../../x86_64-pc-linux-gnu/bin/ld: warning: Cannot create .note.gnu.build-id section, --build-id ignored. >configure:12390: $? = 0 >configure:12627: result: GNU/Linux ld.so >configure:12749: checking how to hardcode library paths into programs >configure:12774: result: immediate >configure:13322: checking whether stripping libraries is possible >configure:13327: result: yes >configure:13362: checking if libtool supports shared libraries >configure:13364: result: yes >configure:13367: checking whether to build shared libraries >configure:13392: result: yes >configure:13395: checking whether to build static libraries >configure:13399: result: no >configure:13444: checking for x86_64-pc-linux-gnu-pkg-config >configure:13462: found /usr/bin/x86_64-pc-linux-gnu-pkg-config >configure:13474: result: /usr/bin/x86_64-pc-linux-gnu-pkg-config >configure:13542: checking pkg-config is at least version 0.9.0 >configure:13545: result: yes >configure:13558: checking for gtk-doc >configure:13561: $PKG_CONFIG --exists --print-errors "$gtk_doc_requires" >configure:13564: $? = 0 >configure:13570: result: yes >configure:13584: checking for gtkdoc-check >configure:13600: found /usr/bin/gtkdoc-check >configure:13611: result: gtkdoc-check.test >configure:13621: checking for gtkdoc-check >configure:13639: found /usr/bin/gtkdoc-check >configure:13651: result: /usr/bin/gtkdoc-check >configure:13663: checking for gtkdoc-rebase >configure:13681: found /usr/bin/gtkdoc-rebase >configure:13693: result: /usr/bin/gtkdoc-rebase >configure:13707: checking for gtkdoc-mkpdf >configure:13725: found /usr/bin/gtkdoc-mkpdf >configure:13737: result: /usr/bin/gtkdoc-mkpdf >configure:13765: checking whether to build gtk-doc documentation >configure:13767: result: no >configure:13780: checking for GTKDOC_DEPS >configure:13787: $PKG_CONFIG --exists --print-errors "glib-2.0 >= 2.10.0 gobject-2.0 >= 2.10.0" >configure:13790: $? = 0 >configure:13803: $PKG_CONFIG --exists --print-errors "glib-2.0 >= 2.10.0 gobject-2.0 >= 2.10.0" >configure:13806: $? = 0 >configure:13841: result: yes >configure:13928: checking for special C compiler options needed for large files >configure:13973: result: no >configure:13979: checking for _FILE_OFFSET_BITS value needed for large files >configure:14004: x86_64-pc-linux-gnu-gcc -c -march=native -O2 -pipe -frecord-gcc-switches conftest.c >&5 >configure:14004: $? = 0 >configure:14036: result: no >configure:14149: checking for find >configure:14167: found /usr/bin/find >configure:14179: result: /usr/bin/find >configure:14189: checking for xargs >configure:14207: found /usr/bin/xargs >configure:14219: result: /usr/bin/xargs >configure:14236: checking for x86_64-pc-linux-gnu-gcc >configure:14263: result: x86_64-pc-linux-gnu-gcc >configure:14532: checking for C compiler version >configure:14541: x86_64-pc-linux-gnu-gcc --version >&5 >x86_64-pc-linux-gnu-gcc (Gentoo 4.9.2 p1.1, pie-0.6.2) 4.9.2 >Copyright (C) 2014 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:14552: $? = 0 >configure:14541: x86_64-pc-linux-gnu-gcc -v >&5 >Using built-in specs. >COLLECT_GCC=/usr/x86_64-pc-linux-gnu/gcc-bin/4.9.2/x86_64-pc-linux-gnu-gcc >COLLECT_LTO_WRAPPER=/usr/libexec/gcc/x86_64-pc-linux-gnu/4.9.2/lto-wrapper >Target: x86_64-pc-linux-gnu >Configured with: /dev/shm/portage/sys-devel/gcc-4.9.2/work/gcc-4.9.2/configure --host=x86_64-pc-linux-gnu --build=x86_64-pc-linux-gnu --prefix=/usr --bindir=/usr/x86_64-pc-linux-gnu/gcc-bin/4.9.2 --includedir=/usr/lib/gcc/x86_64-pc-linux-gnu/4.9.2/include --datadir=/usr/share/gcc-data/x86_64-pc-linux-gnu/4.9.2 --mandir=/usr/share/gcc-data/x86_64-pc-linux-gnu/4.9.2/man --infodir=/usr/share/gcc-data/x86_64-pc-linux-gnu/4.9.2/info --with-gxx-include-dir=/usr/lib/gcc/x86_64-pc-linux-gnu/4.9.2/include/g++-v4 --with-python-dir=/share/gcc-data/x86_64-pc-linux-gnu/4.9.2/python --enable-objc-gc --enable-languages=c,c++,java,go,objc,obj-c++,fortran --enable-obsolete --enable-secureplt --disable-werror --with-system-zlib --enable-nls --without-included-gettext --enable-checking=release --with-bugurl=https://bugs.gentoo.org/ --with-pkgversion='Gentoo 4.9.2 p1.1, pie-0.6.2' --enable-libstdcxx-time --enable-shared --enable-threads=posix --enable-__cxa_atexit --enable-clocale=gnu --enable-multilib --with-multilib-list=m32,m64 --disable-altivec --disable-fixed-point --enable-targets=all --enable-libgomp --disable-libmudflap --disable-libssp --enable-lto --with-cloog --disable-isl-version-check --enable-libsanitizer >Thread model: posix >gcc version 4.9.2 (Gentoo 4.9.2 p1.1, pie-0.6.2) >configure:14552: $? = 0 >configure:14541: 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:14552: $? = 1 >configure:14541: 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:14552: $? = 1 >configure:14556: checking whether we are using the GNU C compiler >configure:14584: result: yes >configure:14593: checking whether x86_64-pc-linux-gnu-gcc accepts -g >configure:14654: result: yes >configure:14671: checking for x86_64-pc-linux-gnu-gcc option to accept ISO C89 >configure:14747: result: none needed >configure:14772: checking whether x86_64-pc-linux-gnu-gcc understands -c and -o together >configure:14809: result: yes >configure:14831: checking how to run the C preprocessor >configure:14901: result: x86_64-pc-linux-gnu-gcc -E >configure:14921: x86_64-pc-linux-gnu-gcc -E conftest.c >configure:14921: $? = 0 >configure:14935: x86_64-pc-linux-gnu-gcc -E conftest.c >conftest.c:28:28: fatal error: ac_nonexistent.h: No such file or directory > #include <ac_nonexistent.h> > ^ >compilation terminated. >configure:14935: $? = 1 >configure: failed program was: >| /* confdefs.h */ >| #define PACKAGE_NAME "cairo" >| #define PACKAGE_TARNAME "cairo" >| #define PACKAGE_VERSION "1.14.6" >| #define PACKAGE_STRING "cairo 1.14.6" >| #define PACKAGE_BUGREPORT "http://bugs.freedesktop.org/enter_bug.cgi?product=cairo" >| #define PACKAGE_URL "http://cairographics.org/" >| #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_UNISTD_H 1 >| #define HAVE_SYS_IOCTL_H 1 >| #define HAVE_DLFCN_H 1 >| #define LT_OBJDIR ".libs/" >| /* end confdefs.h. */ >| #include <ac_nonexistent.h> >configure:14977: checking for x86_64-pc-linux-gnu-g++ >configure:14993: found /usr/lib64/ccache/bin/x86_64-pc-linux-gnu-g++ >configure:15004: result: x86_64-pc-linux-gnu-g++ >configure:15075: checking for C++ compiler version >configure:15084: x86_64-pc-linux-gnu-g++ --version >&5 >x86_64-pc-linux-gnu-g++ (Gentoo 4.9.2 p1.1, pie-0.6.2) 4.9.2 >Copyright (C) 2014 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:15095: $? = 0 >configure:15084: x86_64-pc-linux-gnu-g++ -v >&5 >Using built-in specs. >COLLECT_GCC=/usr/x86_64-pc-linux-gnu/gcc-bin/4.9.2/x86_64-pc-linux-gnu-g++ >COLLECT_LTO_WRAPPER=/usr/libexec/gcc/x86_64-pc-linux-gnu/4.9.2/lto-wrapper >Target: x86_64-pc-linux-gnu >Configured with: /dev/shm/portage/sys-devel/gcc-4.9.2/work/gcc-4.9.2/configure --host=x86_64-pc-linux-gnu --build=x86_64-pc-linux-gnu --prefix=/usr --bindir=/usr/x86_64-pc-linux-gnu/gcc-bin/4.9.2 --includedir=/usr/lib/gcc/x86_64-pc-linux-gnu/4.9.2/include --datadir=/usr/share/gcc-data/x86_64-pc-linux-gnu/4.9.2 --mandir=/usr/share/gcc-data/x86_64-pc-linux-gnu/4.9.2/man --infodir=/usr/share/gcc-data/x86_64-pc-linux-gnu/4.9.2/info --with-gxx-include-dir=/usr/lib/gcc/x86_64-pc-linux-gnu/4.9.2/include/g++-v4 --with-python-dir=/share/gcc-data/x86_64-pc-linux-gnu/4.9.2/python --enable-objc-gc --enable-languages=c,c++,java,go,objc,obj-c++,fortran --enable-obsolete --enable-secureplt --disable-werror --with-system-zlib --enable-nls --without-included-gettext --enable-checking=release --with-bugurl=https://bugs.gentoo.org/ --with-pkgversion='Gentoo 4.9.2 p1.1, pie-0.6.2' --enable-libstdcxx-time --enable-shared --enable-threads=posix --enable-__cxa_atexit --enable-clocale=gnu --enable-multilib --with-multilib-list=m32,m64 --disable-altivec --disable-fixed-point --enable-targets=all --enable-libgomp --disable-libmudflap --disable-libssp --enable-lto --with-cloog --disable-isl-version-check --enable-libsanitizer >Thread model: posix >gcc version 4.9.2 (Gentoo 4.9.2 p1.1, pie-0.6.2) >configure:15095: $? = 0 >configure:15084: x86_64-pc-linux-gnu-g++ -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:15095: $? = 1 >configure:15084: x86_64-pc-linux-gnu-g++ -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:15095: $? = 1 >configure:15099: checking whether we are using the GNU C++ compiler >configure:15118: x86_64-pc-linux-gnu-g++ -c -march=native -O2 -pipe conftest.cpp >&5 >configure:15118: $? = 0 >configure:15127: result: yes >configure:15136: checking whether x86_64-pc-linux-gnu-g++ accepts -g >configure:15156: x86_64-pc-linux-gnu-g++ -c -g conftest.cpp >&5 >configure:15156: $? = 0 >configure:15197: result: yes >configure:15222: checking dependency style of x86_64-pc-linux-gnu-g++ >configure:15333: result: none >configure:15366: checking how to run the C++ preprocessor >configure:15393: x86_64-pc-linux-gnu-g++ -E conftest.cpp >configure:15393: $? = 0 >configure:15407: x86_64-pc-linux-gnu-g++ -E conftest.cpp >conftest.cpp:28:28: fatal error: ac_nonexistent.h: No such file or directory > #include <ac_nonexistent.h> > ^ >compilation terminated. >configure:15407: $? = 1 >configure: failed program was: >| /* confdefs.h */ >| #define PACKAGE_NAME "cairo" >| #define PACKAGE_TARNAME "cairo" >| #define PACKAGE_VERSION "1.14.6" >| #define PACKAGE_STRING "cairo 1.14.6" >| #define PACKAGE_BUGREPORT "http://bugs.freedesktop.org/enter_bug.cgi?product=cairo" >| #define PACKAGE_URL "http://cairographics.org/" >| #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_UNISTD_H 1 >| #define HAVE_SYS_IOCTL_H 1 >| #define HAVE_DLFCN_H 1 >| #define LT_OBJDIR ".libs/" >| /* end confdefs.h. */ >| #include <ac_nonexistent.h> >configure:15432: result: x86_64-pc-linux-gnu-g++ -E >configure:15452: x86_64-pc-linux-gnu-g++ -E conftest.cpp >configure:15452: $? = 0 >configure:15466: x86_64-pc-linux-gnu-g++ -E conftest.cpp >conftest.cpp:28:28: fatal error: ac_nonexistent.h: No such file or directory > #include <ac_nonexistent.h> > ^ >compilation terminated. >configure:15466: $? = 1 >configure: failed program was: >| /* confdefs.h */ >| #define PACKAGE_NAME "cairo" >| #define PACKAGE_TARNAME "cairo" >| #define PACKAGE_VERSION "1.14.6" >| #define PACKAGE_STRING "cairo 1.14.6" >| #define PACKAGE_BUGREPORT "http://bugs.freedesktop.org/enter_bug.cgi?product=cairo" >| #define PACKAGE_URL "http://cairographics.org/" >| #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_UNISTD_H 1 >| #define HAVE_SYS_IOCTL_H 1 >| #define HAVE_DLFCN_H 1 >| #define LT_OBJDIR ".libs/" >| /* end confdefs.h. */ >| #include <ac_nonexistent.h> >configure:15628: checking for ld used by x86_64-pc-linux-gnu-g++ >configure:15695: result: /usr/x86_64-pc-linux-gnu/bin/ld -m elf_x86_64 >configure:15702: checking if the linker (/usr/x86_64-pc-linux-gnu/bin/ld -m elf_x86_64) is GNU ld >configure:15717: result: yes >configure:15772: checking whether the x86_64-pc-linux-gnu-g++ linker (/usr/x86_64-pc-linux-gnu/bin/ld -m elf_x86_64) supports shared libraries >configure:16845: result: yes >configure:16881: x86_64-pc-linux-gnu-g++ -c -march=native -O2 -pipe conftest.cpp >&5 >configure:16884: $? = 0 >configure:17365: checking for x86_64-pc-linux-gnu-g++ option to produce PIC >configure:17372: result: -fPIC -DPIC >configure:17380: checking if x86_64-pc-linux-gnu-g++ PIC flag -fPIC -DPIC works >configure:17398: x86_64-pc-linux-gnu-g++ -c -march=native -O2 -pipe -fPIC -DPIC -DPIC conftest.cpp >&5 >configure:17402: $? = 0 >configure:17415: result: yes >configure:17438: checking if x86_64-pc-linux-gnu-g++ static flag -static works >/usr/lib/gcc/x86_64-pc-linux-gnu/4.9.2/../../../../x86_64-pc-linux-gnu/bin/ld: warning: Cannot create .note.gnu.build-id section, --build-id ignored. >configure:17466: result: yes >configure:17478: checking if x86_64-pc-linux-gnu-g++ supports -c -o file.o >configure:17499: x86_64-pc-linux-gnu-g++ -c -march=native -O2 -pipe -o out/conftest2.o conftest.cpp >&5 >configure:17503: $? = 0 >configure:17525: result: yes >configure:17530: checking if x86_64-pc-linux-gnu-g++ supports -c -o file.o >configure:17577: result: yes >configure:17607: checking whether the x86_64-pc-linux-gnu-g++ linker (/usr/x86_64-pc-linux-gnu/bin/ld -m elf_x86_64) supports shared libraries >configure:17647: result: yes >configure:17788: checking dynamic linker characteristics >configure:18546: result: GNU/Linux ld.so >configure:18611: checking how to hardcode library paths into programs >configure:18636: result: immediate >configure:18676: checking for inline >configure:18692: x86_64-pc-linux-gnu-gcc -c -march=native -O2 -pipe -frecord-gcc-switches conftest.c >&5 >configure:18692: $? = 0 >configure:18700: result: inline >configure:18726: checking for x86_64-pc-linux-gnu-pkg-config >configure:18756: result: /usr/bin/x86_64-pc-linux-gnu-pkg-config >configure:18824: checking pkg-config is at least version 0.9.0 >configure:18827: result: yes >configure:19110: checking for supported warning flags >configure:19135: checking whether x86_64-pc-linux-gnu-gcc supports -Werror >configure:19153: x86_64-pc-linux-gnu-gcc -o conftest -march=native -O2 -pipe -frecord-gcc-switches -Werror -Wl,--hash-style=gnu -Wl,-O1 -Wl,--as-needed -Wl,--build-id conftest.c >&5 >/usr/lib/gcc/x86_64-pc-linux-gnu/4.9.2/../../../../x86_64-pc-linux-gnu/bin/ld: warning: Cannot create .note.gnu.build-id section, --build-id ignored. >configure:19153: $? = 0 >configure:19177: result: no >configure:19135: checking whether x86_64-pc-linux-gnu-gcc supports -errwarn >configure:19153: x86_64-pc-linux-gnu-gcc -o conftest -march=native -O2 -pipe -frecord-gcc-switches -errwarn -Wl,--hash-style=gnu -Wl,-O1 -Wl,--as-needed -Wl,--build-id conftest.c >&5 >/usr/lib/gcc/x86_64-pc-linux-gnu/4.9.2/../../../../x86_64-pc-linux-gnu/bin/ld: warning: Cannot create .note.gnu.build-id section, --build-id ignored. >/usr/lib/gcc/x86_64-pc-linux-gnu/4.9.2/../../../../x86_64-pc-linux-gnu/bin/ld: warning: cannot find entry symbol rrwarn; defaulting to 0000000000400430 >configure:19153: $? = 0 >configure:19177: result: no >configure:19182: checking whether x86_64-pc-linux-gnu-gcc supports -Wall >configure:19200: x86_64-pc-linux-gnu-gcc -o conftest -march=native -O2 -pipe -frecord-gcc-switches -Wall -Wl,--hash-style=gnu -Wl,-O1 -Wl,--as-needed -Wl,--build-id conftest.c >&5 >/usr/lib/gcc/x86_64-pc-linux-gnu/4.9.2/../../../../x86_64-pc-linux-gnu/bin/ld: warning: Cannot create .note.gnu.build-id section, --build-id ignored. >configure:19200: $? = 0 >configure:19224: result: no >configure:19182: checking whether x86_64-pc-linux-gnu-gcc supports -Wextra >configure:19200: x86_64-pc-linux-gnu-gcc -o conftest -march=native -O2 -pipe -frecord-gcc-switches -Wextra -Wl,--hash-style=gnu -Wl,-O1 -Wl,--as-needed -Wl,--build-id conftest.c >&5 >/usr/lib/gcc/x86_64-pc-linux-gnu/4.9.2/../../../../x86_64-pc-linux-gnu/bin/ld: warning: Cannot create .note.gnu.build-id section, --build-id ignored. >configure:19200: $? = 0 >configure:19224: result: no >configure:19182: checking whether x86_64-pc-linux-gnu-gcc supports -Wmissing-declarations >configure:19200: x86_64-pc-linux-gnu-gcc -o conftest -march=native -O2 -pipe -frecord-gcc-switches -Wmissing-declarations -Wl,--hash-style=gnu -Wl,-O1 -Wl,--as-needed -Wl,--build-id conftest.c >&5 >/usr/lib/gcc/x86_64-pc-linux-gnu/4.9.2/../../../../x86_64-pc-linux-gnu/bin/ld: warning: Cannot create .note.gnu.build-id section, --build-id ignored. >configure:19200: $? = 0 >configure:19224: result: no >configure:19182: checking whether x86_64-pc-linux-gnu-gcc supports -Werror-implicit-function-declaration >configure:19200: x86_64-pc-linux-gnu-gcc -o conftest -march=native -O2 -pipe -frecord-gcc-switches -Werror-implicit-function-declaration -Wl,--hash-style=gnu -Wl,-O1 -Wl,--as-needed -Wl,--build-id conftest.c >&5 >/usr/lib/gcc/x86_64-pc-linux-gnu/4.9.2/../../../../x86_64-pc-linux-gnu/bin/ld: warning: Cannot create .note.gnu.build-id section, --build-id ignored. >configure:19200: $? = 0 >configure:19224: result: no >configure:19182: checking whether x86_64-pc-linux-gnu-gcc supports -Wpointer-arith >configure:19200: x86_64-pc-linux-gnu-gcc -o conftest -march=native -O2 -pipe -frecord-gcc-switches -Wpointer-arith -Wl,--hash-style=gnu -Wl,-O1 -Wl,--as-needed -Wl,--build-id conftest.c >&5 >/usr/lib/gcc/x86_64-pc-linux-gnu/4.9.2/../../../../x86_64-pc-linux-gnu/bin/ld: warning: Cannot create .note.gnu.build-id section, --build-id ignored. >configure:19200: $? = 0 >configure:19224: result: no >configure:19182: checking whether x86_64-pc-linux-gnu-gcc supports -Wwrite-strings >configure:19200: x86_64-pc-linux-gnu-gcc -o conftest -march=native -O2 -pipe -frecord-gcc-switches -Wwrite-strings -Wl,--hash-style=gnu -Wl,-O1 -Wl,--as-needed -Wl,--build-id conftest.c >&5 >/usr/lib/gcc/x86_64-pc-linux-gnu/4.9.2/../../../../x86_64-pc-linux-gnu/bin/ld: warning: Cannot create .note.gnu.build-id section, --build-id ignored. >configure:19200: $? = 0 >configure:19224: result: no >configure:19182: checking whether x86_64-pc-linux-gnu-gcc supports -Wsign-compare >configure:19200: x86_64-pc-linux-gnu-gcc -o conftest -march=native -O2 -pipe -frecord-gcc-switches -Wsign-compare -Wl,--hash-style=gnu -Wl,-O1 -Wl,--as-needed -Wl,--build-id conftest.c >&5 >/usr/lib/gcc/x86_64-pc-linux-gnu/4.9.2/../../../../x86_64-pc-linux-gnu/bin/ld: warning: Cannot create .note.gnu.build-id section, --build-id ignored. >configure:19200: $? = 0 >configure:19224: result: no >configure:19182: checking whether x86_64-pc-linux-gnu-gcc supports -Wpacked >configure:19200: x86_64-pc-linux-gnu-gcc -o conftest -march=native -O2 -pipe -frecord-gcc-switches -Wpacked -Wl,--hash-style=gnu -Wl,-O1 -Wl,--as-needed -Wl,--build-id conftest.c >&5 >/usr/lib/gcc/x86_64-pc-linux-gnu/4.9.2/../../../../x86_64-pc-linux-gnu/bin/ld: warning: Cannot create .note.gnu.build-id section, --build-id ignored. >configure:19200: $? = 0 >configure:19224: result: no >configure:19182: checking whether x86_64-pc-linux-gnu-gcc supports -Wswitch-enum >configure:19200: x86_64-pc-linux-gnu-gcc -o conftest -march=native -O2 -pipe -frecord-gcc-switches -Wswitch-enum -Wl,--hash-style=gnu -Wl,-O1 -Wl,--as-needed -Wl,--build-id conftest.c >&5 >/usr/lib/gcc/x86_64-pc-linux-gnu/4.9.2/../../../../x86_64-pc-linux-gnu/bin/ld: warning: Cannot create .note.gnu.build-id section, --build-id ignored. >configure:19200: $? = 0 >configure:19224: result: no >configure:19182: checking whether x86_64-pc-linux-gnu-gcc supports -Wmissing-format-attribute >configure:19200: x86_64-pc-linux-gnu-gcc -o conftest -march=native -O2 -pipe -frecord-gcc-switches -Wmissing-format-attribute -Wl,--hash-style=gnu -Wl,-O1 -Wl,--as-needed -Wl,--build-id conftest.c >&5 >/usr/lib/gcc/x86_64-pc-linux-gnu/4.9.2/../../../../x86_64-pc-linux-gnu/bin/ld: warning: Cannot create .note.gnu.build-id section, --build-id ignored. >configure:19200: $? = 0 >configure:19224: result: no >configure:19182: checking whether x86_64-pc-linux-gnu-gcc supports -Wvolatile-register-var >configure:19200: x86_64-pc-linux-gnu-gcc -o conftest -march=native -O2 -pipe -frecord-gcc-switches -Wvolatile-register-var -Wl,--hash-style=gnu -Wl,-O1 -Wl,--as-needed -Wl,--build-id conftest.c >&5 >/usr/lib/gcc/x86_64-pc-linux-gnu/4.9.2/../../../../x86_64-pc-linux-gnu/bin/ld: warning: Cannot create .note.gnu.build-id section, --build-id ignored. >configure:19200: $? = 0 >configure:19224: result: no >configure:19182: checking whether x86_64-pc-linux-gnu-gcc supports -Wstrict-aliasing=2 >configure:19200: x86_64-pc-linux-gnu-gcc -o conftest -march=native -O2 -pipe -frecord-gcc-switches -Wstrict-aliasing=2 -Wl,--hash-style=gnu -Wl,-O1 -Wl,--as-needed -Wl,--build-id conftest.c >&5 >/usr/lib/gcc/x86_64-pc-linux-gnu/4.9.2/../../../../x86_64-pc-linux-gnu/bin/ld: warning: Cannot create .note.gnu.build-id section, --build-id ignored. >configure:19200: $? = 0 >configure:19224: result: no >configure:19182: checking whether x86_64-pc-linux-gnu-gcc supports -Winit-self >configure:19200: x86_64-pc-linux-gnu-gcc -o conftest -march=native -O2 -pipe -frecord-gcc-switches -Winit-self -Wl,--hash-style=gnu -Wl,-O1 -Wl,--as-needed -Wl,--build-id conftest.c >&5 >/usr/lib/gcc/x86_64-pc-linux-gnu/4.9.2/../../../../x86_64-pc-linux-gnu/bin/ld: warning: Cannot create .note.gnu.build-id section, --build-id ignored. >configure:19200: $? = 0 >configure:19224: result: no >configure:19182: checking whether x86_64-pc-linux-gnu-gcc supports -Wunsafe-loop-optimizations >configure:19200: x86_64-pc-linux-gnu-gcc -o conftest -march=native -O2 -pipe -frecord-gcc-switches -Wunsafe-loop-optimizations -Wl,--hash-style=gnu -Wl,-O1 -Wl,--as-needed -Wl,--build-id conftest.c >&5 >/usr/lib/gcc/x86_64-pc-linux-gnu/4.9.2/../../../../x86_64-pc-linux-gnu/bin/ld: warning: Cannot create .note.gnu.build-id section, --build-id ignored. >configure:19200: $? = 0 >configure:19224: result: no >configure:19182: checking whether x86_64-pc-linux-gnu-gcc supports -Wno-missing-field-initializers >configure:19200: x86_64-pc-linux-gnu-gcc -o conftest -march=native -O2 -pipe -frecord-gcc-switches -Wno-missing-field-initializers -Wl,--hash-style=gnu -Wl,-O1 -Wl,--as-needed -Wl,--build-id conftest.c >&5 >/usr/lib/gcc/x86_64-pc-linux-gnu/4.9.2/../../../../x86_64-pc-linux-gnu/bin/ld: warning: Cannot create .note.gnu.build-id section, --build-id ignored. >configure:19200: $? = 0 >configure:19224: result: no >configure:19182: checking whether x86_64-pc-linux-gnu-gcc supports -Wno-unused-parameter >configure:19200: x86_64-pc-linux-gnu-gcc -o conftest -march=native -O2 -pipe -frecord-gcc-switches -Wno-unused-parameter -Wl,--hash-style=gnu -Wl,-O1 -Wl,--as-needed -Wl,--build-id conftest.c >&5 >/usr/lib/gcc/x86_64-pc-linux-gnu/4.9.2/../../../../x86_64-pc-linux-gnu/bin/ld: warning: Cannot create .note.gnu.build-id section, --build-id ignored. >configure:19200: $? = 0 >configure:19224: result: no >configure:19182: checking whether x86_64-pc-linux-gnu-gcc supports -Wno-attributes >configure:19200: x86_64-pc-linux-gnu-gcc -o conftest -march=native -O2 -pipe -frecord-gcc-switches -Wno-attributes -Wl,--hash-style=gnu -Wl,-O1 -Wl,--as-needed -Wl,--build-id conftest.c >&5 >/usr/lib/gcc/x86_64-pc-linux-gnu/4.9.2/../../../../x86_64-pc-linux-gnu/bin/ld: warning: Cannot create .note.gnu.build-id section, --build-id ignored. >configure:19200: $? = 0 >configure:19224: result: no >configure:19182: checking whether x86_64-pc-linux-gnu-gcc supports -Wno-long-long >configure:19200: x86_64-pc-linux-gnu-gcc -o conftest -march=native -O2 -pipe -frecord-gcc-switches -Wno-long-long -Wl,--hash-style=gnu -Wl,-O1 -Wl,--as-needed -Wl,--build-id conftest.c >&5 >/usr/lib/gcc/x86_64-pc-linux-gnu/4.9.2/../../../../x86_64-pc-linux-gnu/bin/ld: warning: Cannot create .note.gnu.build-id section, --build-id ignored. >configure:19200: $? = 0 >configure:19224: result: no >configure:19182: checking whether x86_64-pc-linux-gnu-gcc supports -Winline >configure:19200: x86_64-pc-linux-gnu-gcc -o conftest -march=native -O2 -pipe -frecord-gcc-switches -Winline -Wl,--hash-style=gnu -Wl,-O1 -Wl,--as-needed -Wl,--build-id conftest.c >&5 >/usr/lib/gcc/x86_64-pc-linux-gnu/4.9.2/../../../../x86_64-pc-linux-gnu/bin/ld: warning: Cannot create .note.gnu.build-id section, --build-id ignored. >configure:19200: $? = 0 >configure:19224: result: no >configure:19182: checking whether x86_64-pc-linux-gnu-gcc supports -erroff=E_ENUM_TYPE_MISMATCH_ARG >configure:19200: x86_64-pc-linux-gnu-gcc -o conftest -march=native -O2 -pipe -frecord-gcc-switches -erroff=E_ENUM_TYPE_MISMATCH_ARG -Wl,--hash-style=gnu -Wl,-O1 -Wl,--as-needed -Wl,--build-id conftest.c >&5 >/usr/lib/gcc/x86_64-pc-linux-gnu/4.9.2/../../../../x86_64-pc-linux-gnu/bin/ld: warning: Cannot create .note.gnu.build-id section, --build-id ignored. >/usr/lib/gcc/x86_64-pc-linux-gnu/4.9.2/../../../../x86_64-pc-linux-gnu/bin/ld: warning: cannot find entry symbol rroff=E_ENUM_TYPE_MISMATCH_ARG; defaulting to 0000000000400430 >configure:19200: $? = 0 >configure:19224: result: no >configure:19182: checking whether x86_64-pc-linux-gnu-gcc supports -erroff=E_ENUM_TYPE_MISMATCH_OP >configure:19200: x86_64-pc-linux-gnu-gcc -o conftest -march=native -O2 -pipe -frecord-gcc-switches -erroff=E_ENUM_TYPE_MISMATCH_OP -Wl,--hash-style=gnu -Wl,-O1 -Wl,--as-needed -Wl,--build-id conftest.c >&5 >/usr/lib/gcc/x86_64-pc-linux-gnu/4.9.2/../../../../x86_64-pc-linux-gnu/bin/ld: warning: Cannot create .note.gnu.build-id section, --build-id ignored. >/usr/lib/gcc/x86_64-pc-linux-gnu/4.9.2/../../../../x86_64-pc-linux-gnu/bin/ld: warning: cannot find entry symbol rroff=E_ENUM_TYPE_MISMATCH_OP; defaulting to 0000000000400430 >configure:19200: $? = 0 >configure:19224: result: no >configure:19182: checking whether x86_64-pc-linux-gnu-gcc supports -fno-strict-aliasing >configure:19200: x86_64-pc-linux-gnu-gcc -o conftest -march=native -O2 -pipe -frecord-gcc-switches -fno-strict-aliasing -Wl,--hash-style=gnu -Wl,-O1 -Wl,--as-needed -Wl,--build-id conftest.c >&5 >/usr/lib/gcc/x86_64-pc-linux-gnu/4.9.2/../../../../x86_64-pc-linux-gnu/bin/ld: warning: Cannot create .note.gnu.build-id section, --build-id ignored. >configure:19200: $? = 0 >configure:19224: result: no >configure:19182: checking whether x86_64-pc-linux-gnu-gcc supports -fno-common >configure:19200: x86_64-pc-linux-gnu-gcc -o conftest -march=native -O2 -pipe -frecord-gcc-switches -fno-common -Wl,--hash-style=gnu -Wl,-O1 -Wl,--as-needed -Wl,--build-id conftest.c >&5 >/usr/lib/gcc/x86_64-pc-linux-gnu/4.9.2/../../../../x86_64-pc-linux-gnu/bin/ld: warning: Cannot create .note.gnu.build-id section, --build-id ignored. >configure:19200: $? = 0 >configure:19224: result: no >configure:19182: checking whether x86_64-pc-linux-gnu-gcc supports -Wp,-D_FORTIFY_SOURCE=2 >configure:19200: x86_64-pc-linux-gnu-gcc -o conftest -march=native -O2 -pipe -frecord-gcc-switches -Wp,-D_FORTIFY_SOURCE=2 -Wl,--hash-style=gnu -Wl,-O1 -Wl,--as-needed -Wl,--build-id conftest.c >&5 ><command-line>:0:0: warning: "_FORTIFY_SOURCE" redefined ><built-in>: note: this is the location of the previous definition >/usr/lib/gcc/x86_64-pc-linux-gnu/4.9.2/../../../../x86_64-pc-linux-gnu/bin/ld: warning: Cannot create .note.gnu.build-id section, --build-id ignored. >configure:19200: $? = 0 >configure:19224: result: no >configure:19280: checking whether x86_64-pc-linux-gnu-gcc supports -Wunused-but-set-variable -Wno-unused-but-set-variable >configure:19298: x86_64-pc-linux-gnu-gcc -o conftest -march=native -O2 -pipe -frecord-gcc-switches -Wunused-but-set-variable -Wno-unused-but-set-variable -Wl,--hash-style=gnu -Wl,-O1 -Wl,--as-needed -Wl,--build-id conftest.c >&5 >/usr/lib/gcc/x86_64-pc-linux-gnu/4.9.2/../../../../x86_64-pc-linux-gnu/bin/ld: warning: Cannot create .note.gnu.build-id section, --build-id ignored. >configure:19298: $? = 0 >configure:19322: result: no >configure:19329: checking which warning flags were supported >configure:19333: result: >configure:19341: checking how to enable unused result warnings >configure:19394: result: >configure:19402: checking how to allow undefined symbols in shared libraries used by test suite >configure:19423: x86_64-pc-linux-gnu-gcc -o conftest -march=native -O2 -pipe -frecord-gcc-switches -Wl,--allow-shlib-undefined -Wl,--hash-style=gnu -Wl,-O1 -Wl,--as-needed -Wl,--build-id conftest.c >&5 >/usr/lib/gcc/x86_64-pc-linux-gnu/4.9.2/../../../../x86_64-pc-linux-gnu/bin/ld: warning: Cannot create .note.gnu.build-id section, --build-id ignored. >configure:19423: $? = 0 >configure:19448: result: >configure:19467: checking whether byte ordering is bigendian >configure:19482: x86_64-pc-linux-gnu-gcc -c -march=native -O2 -pipe -frecord-gcc-switches conftest.c >&5 >conftest.c:30:9: error: unknown type name 'not' > not a universal capable compiler > ^ >conftest.c:30:15: error: expected '=', ',', ';', 'asm' or '__attribute__' before 'universal' > not a universal capable compiler > ^ >conftest.c:30:15: error: unknown type name 'universal' >configure:19482: $? = 1 >configure: failed program was: >| /* confdefs.h */ >| #define PACKAGE_NAME "cairo" >| #define PACKAGE_TARNAME "cairo" >| #define PACKAGE_VERSION "1.14.6" >| #define PACKAGE_STRING "cairo 1.14.6" >| #define PACKAGE_BUGREPORT "http://bugs.freedesktop.org/enter_bug.cgi?product=cairo" >| #define PACKAGE_URL "http://cairographics.org/" >| #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_UNISTD_H 1 >| #define HAVE_SYS_IOCTL_H 1 >| #define HAVE_DLFCN_H 1 >| #define LT_OBJDIR ".libs/" >| #define WARN_UNUSED_RESULT >| /* end confdefs.h. */ >| #ifndef __APPLE_CC__ >| not a universal capable compiler >| #endif >| typedef int dummy; >| >configure:19527: x86_64-pc-linux-gnu-gcc -c -march=native -O2 -pipe -frecord-gcc-switches conftest.c >&5 >configure:19527: $? = 0 >configure:19545: x86_64-pc-linux-gnu-gcc -c -march=native -O2 -pipe -frecord-gcc-switches conftest.c >&5 >conftest.c: In function 'main': >conftest.c:36:4: error: unknown type name 'not' > not big endian > ^ >conftest.c:36:12: error: expected '=', ',', ';', 'asm' or '__attribute__' before 'endian' > not big endian > ^ >configure:19545: $? = 1 >configure: failed program was: >| /* confdefs.h */ >| #define PACKAGE_NAME "cairo" >| #define PACKAGE_TARNAME "cairo" >| #define PACKAGE_VERSION "1.14.6" >| #define PACKAGE_STRING "cairo 1.14.6" >| #define PACKAGE_BUGREPORT "http://bugs.freedesktop.org/enter_bug.cgi?product=cairo" >| #define PACKAGE_URL "http://cairographics.org/" >| #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_UNISTD_H 1 >| #define HAVE_SYS_IOCTL_H 1 >| #define HAVE_DLFCN_H 1 >| #define LT_OBJDIR ".libs/" >| #define WARN_UNUSED_RESULT >| /* 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:19673: result: no >configure:19691: checking whether float word ordering is bigendian >configure:19719: x86_64-pc-linux-gnu-gcc -o conftest -march=native -O2 -pipe -frecord-gcc-switches -Wl,--hash-style=gnu -Wl,-O1 -Wl,--as-needed -Wl,--build-id conftest.c >&5 >/usr/lib/gcc/x86_64-pc-linux-gnu/4.9.2/../../../../x86_64-pc-linux-gnu/bin/ld: warning: Cannot create .note.gnu.build-id section, --build-id ignored. >configure:19719: $? = 0 >configure:19738: result: no >configure:19770: checking for native atomic primitives >configure:19792: x86_64-pc-linux-gnu-gcc -o conftest -march=native -O2 -pipe -frecord-gcc-switches -Wl,--hash-style=gnu -Wl,-O1 -Wl,--as-needed -Wl,--build-id conftest.c >&5 >/usr/lib/gcc/x86_64-pc-linux-gnu/4.9.2/../../../../x86_64-pc-linux-gnu/bin/ld: warning: Cannot create .note.gnu.build-id section, --build-id ignored. >configure:19792: $? = 0 >configure:19813: x86_64-pc-linux-gnu-gcc -o conftest -march=native -O2 -pipe -frecord-gcc-switches -Wl,--hash-style=gnu -Wl,-O1 -Wl,--as-needed -Wl,--build-id conftest.c >&5 >/usr/lib/gcc/x86_64-pc-linux-gnu/4.9.2/../../../../x86_64-pc-linux-gnu/bin/ld: warning: Cannot create .note.gnu.build-id section, --build-id ignored. >configure:19813: $? = 0 >configure:19839: result: cxx11 >configure:19865: checking whether atomic ops require a memory barrier >configure:19879: result: no >configure:19895: checking size of void * >configure:19900: x86_64-pc-linux-gnu-gcc -o conftest -march=native -O2 -pipe -frecord-gcc-switches -Wl,--hash-style=gnu -Wl,-O1 -Wl,--as-needed -Wl,--build-id conftest.c >&5 >/usr/lib/gcc/x86_64-pc-linux-gnu/4.9.2/../../../../x86_64-pc-linux-gnu/bin/ld: warning: Cannot create .note.gnu.build-id section, --build-id ignored. >configure:19900: $? = 0 >configure:19900: ./conftest >configure:19900: $? = 0 >configure:19914: result: 8 >configure:19928: checking size of int >configure:19933: x86_64-pc-linux-gnu-gcc -o conftest -march=native -O2 -pipe -frecord-gcc-switches -Wl,--hash-style=gnu -Wl,-O1 -Wl,--as-needed -Wl,--build-id conftest.c >&5 >/usr/lib/gcc/x86_64-pc-linux-gnu/4.9.2/../../../../x86_64-pc-linux-gnu/bin/ld: warning: Cannot create .note.gnu.build-id section, --build-id ignored. >configure:19933: $? = 0 >configure:19933: ./conftest >configure:19933: $? = 0 >configure:19947: result: 4 >configure:19961: checking size of long >configure:19966: x86_64-pc-linux-gnu-gcc -o conftest -march=native -O2 -pipe -frecord-gcc-switches -Wl,--hash-style=gnu -Wl,-O1 -Wl,--as-needed -Wl,--build-id conftest.c >&5 >/usr/lib/gcc/x86_64-pc-linux-gnu/4.9.2/../../../../x86_64-pc-linux-gnu/bin/ld: warning: Cannot create .note.gnu.build-id section, --build-id ignored. >configure:19966: $? = 0 >configure:19966: ./conftest >configure:19966: $? = 0 >configure:19980: result: 8 >configure:19994: checking size of long long >configure:19999: x86_64-pc-linux-gnu-gcc -o conftest -march=native -O2 -pipe -frecord-gcc-switches -Wl,--hash-style=gnu -Wl,-O1 -Wl,--as-needed -Wl,--build-id conftest.c >&5 >/usr/lib/gcc/x86_64-pc-linux-gnu/4.9.2/../../../../x86_64-pc-linux-gnu/bin/ld: warning: Cannot create .note.gnu.build-id section, --build-id ignored. >configure:19999: $? = 0 >configure:19999: ./conftest >configure:19999: $? = 0 >configure:20013: result: 8 >configure:20027: checking size of size_t >configure:20032: x86_64-pc-linux-gnu-gcc -o conftest -march=native -O2 -pipe -frecord-gcc-switches -Wl,--hash-style=gnu -Wl,-O1 -Wl,--as-needed -Wl,--build-id conftest.c >&5 >/usr/lib/gcc/x86_64-pc-linux-gnu/4.9.2/../../../../x86_64-pc-linux-gnu/bin/ld: warning: Cannot create .note.gnu.build-id section, --build-id ignored. >configure:20032: $? = 0 >configure:20032: ./conftest >configure:20032: $? = 0 >configure:20046: result: 8 >configure:20057: checking for native Win32 >configure:20067: result: no >configure:20078: checking for Sun Solaris (non-POSIX ctime_r) >configure:20089: result: no >configure:20181: checking for cos in -lm >configure:20206: x86_64-pc-linux-gnu-gcc -o conftest -march=native -O2 -pipe -frecord-gcc-switches -Wl,--hash-style=gnu -Wl,-O1 -Wl,--as-needed -Wl,--build-id conftest.c -lm >&5 >conftest.c:42:6: warning: conflicting types for built-in function 'cos' > char cos (); > ^ >/usr/lib/gcc/x86_64-pc-linux-gnu/4.9.2/../../../../x86_64-pc-linux-gnu/bin/ld: warning: Cannot create .note.gnu.build-id section, --build-id ignored. >configure:20206: $? = 0 >configure:20215: result: yes >configure:20227: checking for sched_yield in -lrt >configure:20252: x86_64-pc-linux-gnu-gcc -o conftest -march=native -O2 -pipe -frecord-gcc-switches -Wl,--hash-style=gnu -Wl,-O1 -Wl,--as-needed -Wl,--build-id conftest.c -lrt -lm >&5 >/usr/lib/gcc/x86_64-pc-linux-gnu/4.9.2/../../../../x86_64-pc-linux-gnu/bin/ld: warning: Cannot create .note.gnu.build-id section, --build-id ignored. >configure:20252: $? = 0 >configure:20261: result: yes >configure:20274: checking for shm_open in -lrt >configure:20299: x86_64-pc-linux-gnu-gcc -o conftest -march=native -O2 -pipe -frecord-gcc-switches -Wl,--hash-style=gnu -Wl,-O1 -Wl,--as-needed -Wl,--build-id conftest.c -lrt -lrt -lm >&5 >/usr/lib/gcc/x86_64-pc-linux-gnu/4.9.2/../../../../x86_64-pc-linux-gnu/bin/ld: warning: Cannot create .note.gnu.build-id section, --build-id ignored. >configure:20299: $? = 0 >configure:20308: result: yes >configure:20329: checking for connect in -lsocket >configure:20354: x86_64-pc-linux-gnu-gcc -o conftest -march=native -O2 -pipe -frecord-gcc-switches -Wl,--hash-style=gnu -Wl,-O1 -Wl,--as-needed -Wl,--build-id conftest.c -lsocket -lrt -lm >&5 >/usr/lib/gcc/x86_64-pc-linux-gnu/4.9.2/../../../../x86_64-pc-linux-gnu/bin/ld: cannot find -lsocket >collect2: error: ld returned 1 exit status >configure:20354: $? = 1 >configure: failed program was: >| /* confdefs.h */ >| #define PACKAGE_NAME "cairo" >| #define PACKAGE_TARNAME "cairo" >| #define PACKAGE_VERSION "1.14.6" >| #define PACKAGE_STRING "cairo 1.14.6" >| #define PACKAGE_BUGREPORT "http://bugs.freedesktop.org/enter_bug.cgi?product=cairo" >| #define PACKAGE_URL "http://cairographics.org/" >| #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_UNISTD_H 1 >| #define HAVE_SYS_IOCTL_H 1 >| #define HAVE_DLFCN_H 1 >| #define LT_OBJDIR ".libs/" >| #define WARN_UNUSED_RESULT >| #define HAVE_CXX11_ATOMIC_PRIMITIVES 1 >| #define SIZEOF_VOID_P 8 >| #define SIZEOF_INT 4 >| #define SIZEOF_LONG 8 >| #define SIZEOF_LONG_LONG 8 >| #define SIZEOF_SIZE_T 8 >| #define HAVE_LIBRT 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 connect (); >| int >| main () >| { >| return connect (); >| ; >| return 0; >| } >configure:20363: result: no >configure:20375: checking for __builtin_return_address(0) >configure:20388: x86_64-pc-linux-gnu-gcc -c -march=native -O2 -pipe -frecord-gcc-switches conftest.c >&5 >configure:20388: $? = 0 >configure:20394: result: yes >configure:20405: checking for stdint.h >configure:20405: result: yes >configure:20405: checking for inttypes.h >configure:20405: result: yes >configure:20405: checking sys/int_types.h usability >configure:20405: x86_64-pc-linux-gnu-gcc -c -march=native -O2 -pipe -frecord-gcc-switches conftest.c >&5 >conftest.c:72:27: fatal error: sys/int_types.h: No such file or directory > #include <sys/int_types.h> > ^ >compilation terminated. >configure:20405: $? = 1 >configure: failed program was: >| /* confdefs.h */ >| #define PACKAGE_NAME "cairo" >| #define PACKAGE_TARNAME "cairo" >| #define PACKAGE_VERSION "1.14.6" >| #define PACKAGE_STRING "cairo 1.14.6" >| #define PACKAGE_BUGREPORT "http://bugs.freedesktop.org/enter_bug.cgi?product=cairo" >| #define PACKAGE_URL "http://cairographics.org/" >| #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_UNISTD_H 1 >| #define HAVE_SYS_IOCTL_H 1 >| #define HAVE_DLFCN_H 1 >| #define LT_OBJDIR ".libs/" >| #define WARN_UNUSED_RESULT >| #define HAVE_CXX11_ATOMIC_PRIMITIVES 1 >| #define SIZEOF_VOID_P 8 >| #define SIZEOF_INT 4 >| #define SIZEOF_LONG 8 >| #define SIZEOF_LONG_LONG 8 >| #define SIZEOF_SIZE_T 8 >| #define HAVE_LIBRT 1 >| #define HAVE_BUILTIN_RETURN_ADDRESS 1 >| #define HAVE_STDINT_H 1 >| #define HAVE_INTTYPES_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 <sys/int_types.h> >configure:20405: result: no >configure:20405: checking sys/int_types.h presence >configure:20405: x86_64-pc-linux-gnu-gcc -E conftest.c >conftest.c:39:27: fatal error: sys/int_types.h: No such file or directory > #include <sys/int_types.h> > ^ >compilation terminated. >configure:20405: $? = 1 >configure: failed program was: >| /* confdefs.h */ >| #define PACKAGE_NAME "cairo" >| #define PACKAGE_TARNAME "cairo" >| #define PACKAGE_VERSION "1.14.6" >| #define PACKAGE_STRING "cairo 1.14.6" >| #define PACKAGE_BUGREPORT "http://bugs.freedesktop.org/enter_bug.cgi?product=cairo" >| #define PACKAGE_URL "http://cairographics.org/" >| #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_UNISTD_H 1 >| #define HAVE_SYS_IOCTL_H 1 >| #define HAVE_DLFCN_H 1 >| #define LT_OBJDIR ".libs/" >| #define WARN_UNUSED_RESULT >| #define HAVE_CXX11_ATOMIC_PRIMITIVES 1 >| #define SIZEOF_VOID_P 8 >| #define SIZEOF_INT 4 >| #define SIZEOF_LONG 8 >| #define SIZEOF_LONG_LONG 8 >| #define SIZEOF_SIZE_T 8 >| #define HAVE_LIBRT 1 >| #define HAVE_BUILTIN_RETURN_ADDRESS 1 >| #define HAVE_STDINT_H 1 >| #define HAVE_INTTYPES_H 1 >| /* end confdefs.h. */ >| #include <sys/int_types.h> >configure:20405: result: no >configure:20405: checking for sys/int_types.h >configure:20405: result: no >configure:20415: checking for uint64_t >configure:20415: x86_64-pc-linux-gnu-gcc -c -march=native -O2 -pipe -frecord-gcc-switches conftest.c >&5 >configure:20415: $? = 0 >configure:20415: x86_64-pc-linux-gnu-gcc -c -march=native -O2 -pipe -frecord-gcc-switches conftest.c >&5 >conftest.c: In function 'main': >conftest.c:75:23: error: expected expression before ')' token > if (sizeof ((uint64_t))) > ^ >configure:20415: $? = 1 >configure: failed program was: >| /* confdefs.h */ >| #define PACKAGE_NAME "cairo" >| #define PACKAGE_TARNAME "cairo" >| #define PACKAGE_VERSION "1.14.6" >| #define PACKAGE_STRING "cairo 1.14.6" >| #define PACKAGE_BUGREPORT "http://bugs.freedesktop.org/enter_bug.cgi?product=cairo" >| #define PACKAGE_URL "http://cairographics.org/" >| #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_UNISTD_H 1 >| #define HAVE_SYS_IOCTL_H 1 >| #define HAVE_DLFCN_H 1 >| #define LT_OBJDIR ".libs/" >| #define WARN_UNUSED_RESULT >| #define HAVE_CXX11_ATOMIC_PRIMITIVES 1 >| #define SIZEOF_VOID_P 8 >| #define SIZEOF_INT 4 >| #define SIZEOF_LONG 8 >| #define SIZEOF_LONG_LONG 8 >| #define SIZEOF_SIZE_T 8 >| #define HAVE_LIBRT 1 >| #define HAVE_BUILTIN_RETURN_ADDRESS 1 >| #define HAVE_STDINT_H 1 >| #define HAVE_INTTYPES_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 >| int >| main () >| { >| if (sizeof ((uint64_t))) >| return 0; >| ; >| return 0; >| } >configure:20415: result: yes >configure:20424: checking for uint128_t >configure:20424: x86_64-pc-linux-gnu-gcc -c -march=native -O2 -pipe -frecord-gcc-switches conftest.c >&5 >conftest.c: In function 'main': >conftest.c:76:13: error: 'uint128_t' undeclared (first use in this function) > if (sizeof (uint128_t)) > ^ >conftest.c:76:13: note: each undeclared identifier is reported only once for each function it appears in >configure:20424: $? = 1 >configure: failed program was: >| /* confdefs.h */ >| #define PACKAGE_NAME "cairo" >| #define PACKAGE_TARNAME "cairo" >| #define PACKAGE_VERSION "1.14.6" >| #define PACKAGE_STRING "cairo 1.14.6" >| #define PACKAGE_BUGREPORT "http://bugs.freedesktop.org/enter_bug.cgi?product=cairo" >| #define PACKAGE_URL "http://cairographics.org/" >| #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_UNISTD_H 1 >| #define HAVE_SYS_IOCTL_H 1 >| #define HAVE_DLFCN_H 1 >| #define LT_OBJDIR ".libs/" >| #define WARN_UNUSED_RESULT >| #define HAVE_CXX11_ATOMIC_PRIMITIVES 1 >| #define SIZEOF_VOID_P 8 >| #define SIZEOF_INT 4 >| #define SIZEOF_LONG 8 >| #define SIZEOF_LONG_LONG 8 >| #define SIZEOF_SIZE_T 8 >| #define HAVE_LIBRT 1 >| #define HAVE_BUILTIN_RETURN_ADDRESS 1 >| #define HAVE_STDINT_H 1 >| #define HAVE_INTTYPES_H 1 >| #define HAVE_UINT64_T 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 >| int >| main () >| { >| if (sizeof (uint128_t)) >| return 0; >| ; >| return 0; >| } >configure:20424: result: no >configure:20433: checking for __uint128_t >configure:20433: x86_64-pc-linux-gnu-gcc -c -march=native -O2 -pipe -frecord-gcc-switches conftest.c >&5 >configure:20433: $? = 0 >configure:20433: x86_64-pc-linux-gnu-gcc -c -march=native -O2 -pipe -frecord-gcc-switches conftest.c >&5 >conftest.c: In function 'main': >conftest.c:76:26: error: expected expression before ')' token > if (sizeof ((__uint128_t))) > ^ >configure:20433: $? = 1 >configure: failed program was: >| /* confdefs.h */ >| #define PACKAGE_NAME "cairo" >| #define PACKAGE_TARNAME "cairo" >| #define PACKAGE_VERSION "1.14.6" >| #define PACKAGE_STRING "cairo 1.14.6" >| #define PACKAGE_BUGREPORT "http://bugs.freedesktop.org/enter_bug.cgi?product=cairo" >| #define PACKAGE_URL "http://cairographics.org/" >| #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_UNISTD_H 1 >| #define HAVE_SYS_IOCTL_H 1 >| #define HAVE_DLFCN_H 1 >| #define LT_OBJDIR ".libs/" >| #define WARN_UNUSED_RESULT >| #define HAVE_CXX11_ATOMIC_PRIMITIVES 1 >| #define SIZEOF_VOID_P 8 >| #define SIZEOF_INT 4 >| #define SIZEOF_LONG 8 >| #define SIZEOF_LONG_LONG 8 >| #define SIZEOF_SIZE_T 8 >| #define HAVE_LIBRT 1 >| #define HAVE_BUILTIN_RETURN_ADDRESS 1 >| #define HAVE_STDINT_H 1 >| #define HAVE_INTTYPES_H 1 >| #define HAVE_UINT64_T 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 >| int >| main () >| { >| if (sizeof ((__uint128_t))) >| return 0; >| ; >| return 0; >| } >configure:20433: result: yes >configure:20447: checking fcntl.h usability >configure:20447: x86_64-pc-linux-gnu-gcc -c -march=native -O2 -pipe -frecord-gcc-switches conftest.c >&5 >configure:20447: $? = 0 >configure:20447: result: yes >configure:20447: checking fcntl.h presence >configure:20447: x86_64-pc-linux-gnu-gcc -E conftest.c >configure:20447: $? = 0 >configure:20447: result: yes >configure:20447: checking for fcntl.h >configure:20447: result: yes >configure:20447: checking for unistd.h >configure:20447: result: yes >configure:20447: checking signal.h usability >configure:20447: x86_64-pc-linux-gnu-gcc -c -march=native -O2 -pipe -frecord-gcc-switches conftest.c >&5 >configure:20447: $? = 0 >configure:20447: result: yes >configure:20447: checking signal.h presence >configure:20447: x86_64-pc-linux-gnu-gcc -E conftest.c >configure:20447: $? = 0 >configure:20447: result: yes >configure:20447: checking for signal.h >configure:20447: result: yes >configure:20447: checking for sys/stat.h >configure:20447: result: yes >configure:20447: checking sys/socket.h usability >configure:20447: x86_64-pc-linux-gnu-gcc -c -march=native -O2 -pipe -frecord-gcc-switches conftest.c >&5 >configure:20447: $? = 0 >configure:20447: result: yes >configure:20447: checking sys/socket.h presence >configure:20447: x86_64-pc-linux-gnu-gcc -E conftest.c >configure:20447: $? = 0 >configure:20447: result: yes >configure:20447: checking for sys/socket.h >configure:20447: result: yes >configure:20447: checking sys/poll.h usability >configure:20447: x86_64-pc-linux-gnu-gcc -c -march=native -O2 -pipe -frecord-gcc-switches conftest.c >&5 >configure:20447: $? = 0 >configure:20447: result: yes >configure:20447: checking sys/poll.h presence >configure:20447: x86_64-pc-linux-gnu-gcc -E conftest.c >configure:20447: $? = 0 >configure:20447: result: yes >configure:20447: checking for sys/poll.h >configure:20447: result: yes >configure:20447: checking sys/un.h usability >configure:20447: x86_64-pc-linux-gnu-gcc -c -march=native -O2 -pipe -frecord-gcc-switches conftest.c >&5 >configure:20447: $? = 0 >configure:20447: result: yes >configure:20447: checking sys/un.h presence >configure:20447: x86_64-pc-linux-gnu-gcc -E conftest.c >configure:20447: $? = 0 >configure:20447: result: yes >configure:20447: checking for sys/un.h >configure:20447: result: yes >configure:20460: checking for alarm >configure:20460: x86_64-pc-linux-gnu-gcc -o conftest -march=native -O2 -pipe -frecord-gcc-switches -Wl,--hash-style=gnu -Wl,-O1 -Wl,--as-needed -Wl,--build-id conftest.c -lrt -lm >&5 >/usr/lib/gcc/x86_64-pc-linux-gnu/4.9.2/../../../../x86_64-pc-linux-gnu/bin/ld: warning: Cannot create .note.gnu.build-id section, --build-id ignored. >configure:20460: $? = 0 >configure:20460: result: yes >configure:20472: checking sched.h usability >configure:20472: x86_64-pc-linux-gnu-gcc -c -march=native -O2 -pipe -frecord-gcc-switches conftest.c >&5 >configure:20472: $? = 0 >configure:20472: result: yes >configure:20472: checking sched.h presence >configure:20472: x86_64-pc-linux-gnu-gcc -E conftest.c >configure:20472: $? = 0 >configure:20472: result: yes >configure:20472: checking for sched.h >configure:20472: result: yes >configure:20479: checking for sched_getaffinity >configure:20479: x86_64-pc-linux-gnu-gcc -o conftest -march=native -O2 -pipe -frecord-gcc-switches -Wl,--hash-style=gnu -Wl,-O1 -Wl,--as-needed -Wl,--build-id conftest.c -lrt -lm >&5 >/usr/lib/gcc/x86_64-pc-linux-gnu/4.9.2/../../../../x86_64-pc-linux-gnu/bin/ld: warning: Cannot create .note.gnu.build-id section, --build-id ignored. >configure:20479: $? = 0 >configure:20479: result: yes >configure:20495: checking sys/mman.h usability >configure:20495: x86_64-pc-linux-gnu-gcc -c -march=native -O2 -pipe -frecord-gcc-switches conftest.c >&5 >configure:20495: $? = 0 >configure:20495: result: yes >configure:20495: checking sys/mman.h presence >configure:20495: x86_64-pc-linux-gnu-gcc -E conftest.c >configure:20495: $? = 0 >configure:20495: result: yes >configure:20495: checking for sys/mman.h >configure:20495: result: yes >configure:20502: checking for mmap >configure:20502: x86_64-pc-linux-gnu-gcc -o conftest -march=native -O2 -pipe -frecord-gcc-switches -Wl,--hash-style=gnu -Wl,-O1 -Wl,--as-needed -Wl,--build-id conftest.c -lrt -lm >&5 >/usr/lib/gcc/x86_64-pc-linux-gnu/4.9.2/../../../../x86_64-pc-linux-gnu/bin/ld: warning: Cannot create .note.gnu.build-id section, --build-id ignored. >configure:20502: $? = 0 >configure:20502: result: yes >configure:20518: checking time.h usability >configure:20518: x86_64-pc-linux-gnu-gcc -c -march=native -O2 -pipe -frecord-gcc-switches conftest.c >&5 >configure:20518: $? = 0 >configure:20518: result: yes >configure:20518: checking time.h presence >configure:20518: x86_64-pc-linux-gnu-gcc -E conftest.c >configure:20518: $? = 0 >configure:20518: result: yes >configure:20518: checking for time.h >configure:20518: result: yes >configure:20525: checking for clock_gettime >configure:20525: x86_64-pc-linux-gnu-gcc -o conftest -march=native -O2 -pipe -frecord-gcc-switches -Wl,--hash-style=gnu -Wl,-O1 -Wl,--as-needed -Wl,--build-id conftest.c -lrt -lm >&5 >/usr/lib/gcc/x86_64-pc-linux-gnu/4.9.2/../../../../x86_64-pc-linux-gnu/bin/ld: warning: Cannot create .note.gnu.build-id section, --build-id ignored. >configure:20525: $? = 0 >configure:20525: result: yes >configure:20539: checking fenv.h usability >configure:20539: x86_64-pc-linux-gnu-gcc -c -march=native -O2 -pipe -frecord-gcc-switches conftest.c >&5 >configure:20539: $? = 0 >configure:20539: result: yes >configure:20539: checking fenv.h presence >configure:20539: x86_64-pc-linux-gnu-gcc -E conftest.c >configure:20539: $? = 0 >configure:20539: result: yes >configure:20539: checking for fenv.h >configure:20539: result: yes >configure:20544: checking for feenableexcept >configure:20544: x86_64-pc-linux-gnu-gcc -o conftest -march=native -O2 -pipe -frecord-gcc-switches -Wl,--hash-style=gnu -Wl,-O1 -Wl,--as-needed -Wl,--build-id conftest.c -lrt -lm >&5 >/usr/lib/gcc/x86_64-pc-linux-gnu/4.9.2/../../../../x86_64-pc-linux-gnu/bin/ld: warning: Cannot create .note.gnu.build-id section, --build-id ignored. >configure:20544: $? = 0 >configure:20544: result: yes >configure:20544: checking for fedisableexcept >configure:20544: x86_64-pc-linux-gnu-gcc -o conftest -march=native -O2 -pipe -frecord-gcc-switches -Wl,--hash-style=gnu -Wl,-O1 -Wl,--as-needed -Wl,--build-id conftest.c -lrt -lm >&5 >/usr/lib/gcc/x86_64-pc-linux-gnu/4.9.2/../../../../x86_64-pc-linux-gnu/bin/ld: warning: Cannot create .note.gnu.build-id section, --build-id ignored. >configure:20544: $? = 0 >configure:20544: result: yes >configure:20544: checking for feclearexcept >configure:20544: x86_64-pc-linux-gnu-gcc -o conftest -march=native -O2 -pipe -frecord-gcc-switches -Wl,--hash-style=gnu -Wl,-O1 -Wl,--as-needed -Wl,--build-id conftest.c -lrt -lm >&5 >/usr/lib/gcc/x86_64-pc-linux-gnu/4.9.2/../../../../x86_64-pc-linux-gnu/bin/ld: warning: Cannot create .note.gnu.build-id section, --build-id ignored. >configure:20544: $? = 0 >configure:20544: result: yes >configure:20560: checking libgen.h usability >configure:20560: x86_64-pc-linux-gnu-gcc -c -march=native -O2 -pipe -frecord-gcc-switches conftest.c >&5 >configure:20560: $? = 0 >configure:20560: result: yes >configure:20560: checking libgen.h presence >configure:20560: x86_64-pc-linux-gnu-gcc -E conftest.c >configure:20560: $? = 0 >configure:20560: result: yes >configure:20560: checking for libgen.h >configure:20560: result: yes >configure:20560: checking byteswap.h usability >configure:20560: x86_64-pc-linux-gnu-gcc -c -march=native -O2 -pipe -frecord-gcc-switches conftest.c >&5 >configure:20560: $? = 0 >configure:20560: result: yes >configure:20560: checking byteswap.h presence >configure:20560: x86_64-pc-linux-gnu-gcc -E conftest.c >configure:20560: $? = 0 >configure:20560: result: yes >configure:20560: checking for byteswap.h >configure:20560: result: yes >configure:20560: checking for signal.h >configure:20560: result: yes >configure:20560: checking setjmp.h usability >configure:20560: x86_64-pc-linux-gnu-gcc -c -march=native -O2 -pipe -frecord-gcc-switches conftest.c >&5 >configure:20560: $? = 0 >configure:20560: result: yes >configure:20560: checking setjmp.h presence >configure:20560: x86_64-pc-linux-gnu-gcc -E conftest.c >configure:20560: $? = 0 >configure:20560: result: yes >configure:20560: checking for setjmp.h >configure:20560: result: yes >configure:20560: checking for fenv.h >configure:20560: result: yes >configure:20560: checking sys/wait.h usability >configure:20560: x86_64-pc-linux-gnu-gcc -c -march=native -O2 -pipe -frecord-gcc-switches conftest.c >&5 >configure:20560: $? = 0 >configure:20560: result: yes >configure:20560: checking sys/wait.h presence >configure:20560: x86_64-pc-linux-gnu-gcc -E conftest.c >configure:20560: $? = 0 >configure:20560: result: yes >configure:20560: checking for sys/wait.h >configure:20560: result: yes >configure:20573: checking for ctime_r >configure:20573: x86_64-pc-linux-gnu-gcc -o conftest -march=native -O2 -pipe -frecord-gcc-switches -Wl,--hash-style=gnu -Wl,-O1 -Wl,--as-needed -Wl,--build-id conftest.c -lrt -lm >&5 >/usr/lib/gcc/x86_64-pc-linux-gnu/4.9.2/../../../../x86_64-pc-linux-gnu/bin/ld: warning: Cannot create .note.gnu.build-id section, --build-id ignored. >configure:20573: $? = 0 >configure:20573: result: yes >configure:20573: checking for drand48 >configure:20573: x86_64-pc-linux-gnu-gcc -o conftest -march=native -O2 -pipe -frecord-gcc-switches -Wl,--hash-style=gnu -Wl,-O1 -Wl,--as-needed -Wl,--build-id conftest.c -lrt -lm >&5 >/usr/lib/gcc/x86_64-pc-linux-gnu/4.9.2/../../../../x86_64-pc-linux-gnu/bin/ld: warning: Cannot create .note.gnu.build-id section, --build-id ignored. >configure:20573: $? = 0 >configure:20573: result: yes >configure:20573: checking for flockfile >configure:20573: x86_64-pc-linux-gnu-gcc -o conftest -march=native -O2 -pipe -frecord-gcc-switches -Wl,--hash-style=gnu -Wl,-O1 -Wl,--as-needed -Wl,--build-id conftest.c -lrt -lm >&5 >/usr/lib/gcc/x86_64-pc-linux-gnu/4.9.2/../../../../x86_64-pc-linux-gnu/bin/ld: warning: Cannot create .note.gnu.build-id section, --build-id ignored. >configure:20573: $? = 0 >configure:20573: result: yes >configure:20573: checking for funlockfile >configure:20573: x86_64-pc-linux-gnu-gcc -o conftest -march=native -O2 -pipe -frecord-gcc-switches -Wl,--hash-style=gnu -Wl,-O1 -Wl,--as-needed -Wl,--build-id conftest.c -lrt -lm >&5 >/usr/lib/gcc/x86_64-pc-linux-gnu/4.9.2/../../../../x86_64-pc-linux-gnu/bin/ld: warning: Cannot create .note.gnu.build-id section, --build-id ignored. >configure:20573: $? = 0 >configure:20573: result: yes >configure:20573: checking for getline >configure:20573: x86_64-pc-linux-gnu-gcc -o conftest -march=native -O2 -pipe -frecord-gcc-switches -Wl,--hash-style=gnu -Wl,-O1 -Wl,--as-needed -Wl,--build-id conftest.c -lrt -lm >&5 >/usr/lib/gcc/x86_64-pc-linux-gnu/4.9.2/../../../../x86_64-pc-linux-gnu/bin/ld: warning: Cannot create .note.gnu.build-id section, --build-id ignored. >configure:20573: $? = 0 >configure:20573: result: yes >configure:20573: checking for link >configure:20573: x86_64-pc-linux-gnu-gcc -o conftest -march=native -O2 -pipe -frecord-gcc-switches -Wl,--hash-style=gnu -Wl,-O1 -Wl,--as-needed -Wl,--build-id conftest.c -lrt -lm >&5 >/usr/lib/gcc/x86_64-pc-linux-gnu/4.9.2/../../../../x86_64-pc-linux-gnu/bin/ld: warning: Cannot create .note.gnu.build-id section, --build-id ignored. >configure:20573: $? = 0 >configure:20573: result: yes >configure:20573: checking for strndup >configure:20573: x86_64-pc-linux-gnu-gcc -o conftest -march=native -O2 -pipe -frecord-gcc-switches -Wl,--hash-style=gnu -Wl,-O1 -Wl,--as-needed -Wl,--build-id conftest.c -lrt -lm >&5 >conftest.c:93:6: warning: conflicting types for built-in function 'strndup' > char strndup (); > ^ >/usr/lib/gcc/x86_64-pc-linux-gnu/4.9.2/../../../../x86_64-pc-linux-gnu/bin/ld: warning: Cannot create .note.gnu.build-id section, --build-id ignored. >configure:20573: $? = 0 >configure:20573: result: yes >configure:20585: checking windows.h usability >configure:20585: x86_64-pc-linux-gnu-gcc -c -march=native -O2 -pipe -frecord-gcc-switches conftest.c >&5 >conftest.c:104:21: fatal error: windows.h: No such file or directory > #include <windows.h> > ^ >compilation terminated. >configure:20585: $? = 1 >configure: failed program was: >| /* confdefs.h */ >| #define PACKAGE_NAME "cairo" >| #define PACKAGE_TARNAME "cairo" >| #define PACKAGE_VERSION "1.14.6" >| #define PACKAGE_STRING "cairo 1.14.6" >| #define PACKAGE_BUGREPORT "http://bugs.freedesktop.org/enter_bug.cgi?product=cairo" >| #define PACKAGE_URL "http://cairographics.org/" >| #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_UNISTD_H 1 >| #define HAVE_SYS_IOCTL_H 1 >| #define HAVE_DLFCN_H 1 >| #define LT_OBJDIR ".libs/" >| #define WARN_UNUSED_RESULT >| #define HAVE_CXX11_ATOMIC_PRIMITIVES 1 >| #define SIZEOF_VOID_P 8 >| #define SIZEOF_INT 4 >| #define SIZEOF_LONG 8 >| #define SIZEOF_LONG_LONG 8 >| #define SIZEOF_SIZE_T 8 >| #define HAVE_LIBRT 1 >| #define HAVE_BUILTIN_RETURN_ADDRESS 1 >| #define HAVE_STDINT_H 1 >| #define HAVE_INTTYPES_H 1 >| #define HAVE_UINT64_T 1 >| #define HAVE___UINT128_T 1 >| #define HAVE_FCNTL_H 1 >| #define HAVE_UNISTD_H 1 >| #define HAVE_SIGNAL_H 1 >| #define HAVE_SYS_STAT_H 1 >| #define HAVE_SYS_SOCKET_H 1 >| #define HAVE_SYS_POLL_H 1 >| #define HAVE_SYS_UN_H 1 >| #define HAVE_ALARM 1 >| #define HAVE_SCHED_H 1 >| #define HAVE_SCHED_GETAFFINITY 1 >| #define HAVE_SYS_MMAN_H 1 >| #define HAVE_MMAP 1 >| #define HAVE_TIME_H 1 >| #define HAVE_CLOCK_GETTIME 1 >| #define HAVE_FEENABLEEXCEPT 1 >| #define HAVE_FEDISABLEEXCEPT 1 >| #define HAVE_FECLEAREXCEPT 1 >| #define HAVE_LIBGEN_H 1 >| #define HAVE_BYTESWAP_H 1 >| #define HAVE_SIGNAL_H 1 >| #define HAVE_SETJMP_H 1 >| #define HAVE_FENV_H 1 >| #define HAVE_SYS_WAIT_H 1 >| #define HAVE_CTIME_R 1 >| #define HAVE_DRAND48 1 >| #define HAVE_FLOCKFILE 1 >| #define HAVE_FUNLOCKFILE 1 >| #define HAVE_GETLINE 1 >| #define HAVE_LINK 1 >| #define HAVE_STRNDUP 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 <windows.h> >configure:20585: result: no >configure:20585: checking windows.h presence >configure:20585: x86_64-pc-linux-gnu-gcc -E conftest.c >conftest.c:71:21: fatal error: windows.h: No such file or directory > #include <windows.h> > ^ >compilation terminated. >configure:20585: $? = 1 >configure: failed program was: >| /* confdefs.h */ >| #define PACKAGE_NAME "cairo" >| #define PACKAGE_TARNAME "cairo" >| #define PACKAGE_VERSION "1.14.6" >| #define PACKAGE_STRING "cairo 1.14.6" >| #define PACKAGE_BUGREPORT "http://bugs.freedesktop.org/enter_bug.cgi?product=cairo" >| #define PACKAGE_URL "http://cairographics.org/" >| #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_UNISTD_H 1 >| #define HAVE_SYS_IOCTL_H 1 >| #define HAVE_DLFCN_H 1 >| #define LT_OBJDIR ".libs/" >| #define WARN_UNUSED_RESULT >| #define HAVE_CXX11_ATOMIC_PRIMITIVES 1 >| #define SIZEOF_VOID_P 8 >| #define SIZEOF_INT 4 >| #define SIZEOF_LONG 8 >| #define SIZEOF_LONG_LONG 8 >| #define SIZEOF_SIZE_T 8 >| #define HAVE_LIBRT 1 >| #define HAVE_BUILTIN_RETURN_ADDRESS 1 >| #define HAVE_STDINT_H 1 >| #define HAVE_INTTYPES_H 1 >| #define HAVE_UINT64_T 1 >| #define HAVE___UINT128_T 1 >| #define HAVE_FCNTL_H 1 >| #define HAVE_UNISTD_H 1 >| #define HAVE_SIGNAL_H 1 >| #define HAVE_SYS_STAT_H 1 >| #define HAVE_SYS_SOCKET_H 1 >| #define HAVE_SYS_POLL_H 1 >| #define HAVE_SYS_UN_H 1 >| #define HAVE_ALARM 1 >| #define HAVE_SCHED_H 1 >| #define HAVE_SCHED_GETAFFINITY 1 >| #define HAVE_SYS_MMAN_H 1 >| #define HAVE_MMAP 1 >| #define HAVE_TIME_H 1 >| #define HAVE_CLOCK_GETTIME 1 >| #define HAVE_FEENABLEEXCEPT 1 >| #define HAVE_FEDISABLEEXCEPT 1 >| #define HAVE_FECLEAREXCEPT 1 >| #define HAVE_LIBGEN_H 1 >| #define HAVE_BYTESWAP_H 1 >| #define HAVE_SIGNAL_H 1 >| #define HAVE_SETJMP_H 1 >| #define HAVE_FENV_H 1 >| #define HAVE_SYS_WAIT_H 1 >| #define HAVE_CTIME_R 1 >| #define HAVE_DRAND48 1 >| #define HAVE_FLOCKFILE 1 >| #define HAVE_FUNLOCKFILE 1 >| #define HAVE_GETLINE 1 >| #define HAVE_LINK 1 >| #define HAVE_STRNDUP 1 >| /* end confdefs.h. */ >| #include <windows.h> >configure:20585: result: no >configure:20585: checking for windows.h >configure:20585: result: no >configure:20602: checking for sys/stat.h >configure:20602: result: yes >configure:20602: checking io.h usability >configure:20602: x86_64-pc-linux-gnu-gcc -c -march=native -O2 -pipe -frecord-gcc-switches conftest.c >&5 >conftest.c:105:16: fatal error: io.h: No such file or directory > #include <io.h> > ^ >compilation terminated. >configure:20602: $? = 1 >configure: failed program was: >| /* confdefs.h */ >| #define PACKAGE_NAME "cairo" >| #define PACKAGE_TARNAME "cairo" >| #define PACKAGE_VERSION "1.14.6" >| #define PACKAGE_STRING "cairo 1.14.6" >| #define PACKAGE_BUGREPORT "http://bugs.freedesktop.org/enter_bug.cgi?product=cairo" >| #define PACKAGE_URL "http://cairographics.org/" >| #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_UNISTD_H 1 >| #define HAVE_SYS_IOCTL_H 1 >| #define HAVE_DLFCN_H 1 >| #define LT_OBJDIR ".libs/" >| #define WARN_UNUSED_RESULT >| #define HAVE_CXX11_ATOMIC_PRIMITIVES 1 >| #define SIZEOF_VOID_P 8 >| #define SIZEOF_INT 4 >| #define SIZEOF_LONG 8 >| #define SIZEOF_LONG_LONG 8 >| #define SIZEOF_SIZE_T 8 >| #define HAVE_LIBRT 1 >| #define HAVE_BUILTIN_RETURN_ADDRESS 1 >| #define HAVE_STDINT_H 1 >| #define HAVE_INTTYPES_H 1 >| #define HAVE_UINT64_T 1 >| #define HAVE___UINT128_T 1 >| #define HAVE_FCNTL_H 1 >| #define HAVE_UNISTD_H 1 >| #define HAVE_SIGNAL_H 1 >| #define HAVE_SYS_STAT_H 1 >| #define HAVE_SYS_SOCKET_H 1 >| #define HAVE_SYS_POLL_H 1 >| #define HAVE_SYS_UN_H 1 >| #define HAVE_ALARM 1 >| #define HAVE_SCHED_H 1 >| #define HAVE_SCHED_GETAFFINITY 1 >| #define HAVE_SYS_MMAN_H 1 >| #define HAVE_MMAP 1 >| #define HAVE_TIME_H 1 >| #define HAVE_CLOCK_GETTIME 1 >| #define HAVE_FEENABLEEXCEPT 1 >| #define HAVE_FEDISABLEEXCEPT 1 >| #define HAVE_FECLEAREXCEPT 1 >| #define HAVE_LIBGEN_H 1 >| #define HAVE_BYTESWAP_H 1 >| #define HAVE_SIGNAL_H 1 >| #define HAVE_SETJMP_H 1 >| #define HAVE_FENV_H 1 >| #define HAVE_SYS_WAIT_H 1 >| #define HAVE_CTIME_R 1 >| #define HAVE_DRAND48 1 >| #define HAVE_FLOCKFILE 1 >| #define HAVE_FUNLOCKFILE 1 >| #define HAVE_GETLINE 1 >| #define HAVE_LINK 1 >| #define HAVE_STRNDUP 1 >| #define HAVE_SYS_STAT_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 <io.h> >configure:20602: result: no >configure:20602: checking io.h presence >configure:20602: x86_64-pc-linux-gnu-gcc -E conftest.c >conftest.c:72:16: fatal error: io.h: No such file or directory > #include <io.h> > ^ >compilation terminated. >configure:20602: $? = 1 >configure: failed program was: >| /* confdefs.h */ >| #define PACKAGE_NAME "cairo" >| #define PACKAGE_TARNAME "cairo" >| #define PACKAGE_VERSION "1.14.6" >| #define PACKAGE_STRING "cairo 1.14.6" >| #define PACKAGE_BUGREPORT "http://bugs.freedesktop.org/enter_bug.cgi?product=cairo" >| #define PACKAGE_URL "http://cairographics.org/" >| #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_UNISTD_H 1 >| #define HAVE_SYS_IOCTL_H 1 >| #define HAVE_DLFCN_H 1 >| #define LT_OBJDIR ".libs/" >| #define WARN_UNUSED_RESULT >| #define HAVE_CXX11_ATOMIC_PRIMITIVES 1 >| #define SIZEOF_VOID_P 8 >| #define SIZEOF_INT 4 >| #define SIZEOF_LONG 8 >| #define SIZEOF_LONG_LONG 8 >| #define SIZEOF_SIZE_T 8 >| #define HAVE_LIBRT 1 >| #define HAVE_BUILTIN_RETURN_ADDRESS 1 >| #define HAVE_STDINT_H 1 >| #define HAVE_INTTYPES_H 1 >| #define HAVE_UINT64_T 1 >| #define HAVE___UINT128_T 1 >| #define HAVE_FCNTL_H 1 >| #define HAVE_UNISTD_H 1 >| #define HAVE_SIGNAL_H 1 >| #define HAVE_SYS_STAT_H 1 >| #define HAVE_SYS_SOCKET_H 1 >| #define HAVE_SYS_POLL_H 1 >| #define HAVE_SYS_UN_H 1 >| #define HAVE_ALARM 1 >| #define HAVE_SCHED_H 1 >| #define HAVE_SCHED_GETAFFINITY 1 >| #define HAVE_SYS_MMAN_H 1 >| #define HAVE_MMAP 1 >| #define HAVE_TIME_H 1 >| #define HAVE_CLOCK_GETTIME 1 >| #define HAVE_FEENABLEEXCEPT 1 >| #define HAVE_FEDISABLEEXCEPT 1 >| #define HAVE_FECLEAREXCEPT 1 >| #define HAVE_LIBGEN_H 1 >| #define HAVE_BYTESWAP_H 1 >| #define HAVE_SIGNAL_H 1 >| #define HAVE_SETJMP_H 1 >| #define HAVE_FENV_H 1 >| #define HAVE_SYS_WAIT_H 1 >| #define HAVE_CTIME_R 1 >| #define HAVE_DRAND48 1 >| #define HAVE_FLOCKFILE 1 >| #define HAVE_FUNLOCKFILE 1 >| #define HAVE_GETLINE 1 >| #define HAVE_LINK 1 >| #define HAVE_STRNDUP 1 >| #define HAVE_SYS_STAT_H 1 >| /* end confdefs.h. */ >| #include <io.h> >configure:20602: result: no >configure:20602: checking for io.h >configure:20602: result: no >configure:20612: checking for mkdir >configure:20612: x86_64-pc-linux-gnu-gcc -o conftest -march=native -O2 -pipe -frecord-gcc-switches -Wl,--hash-style=gnu -Wl,-O1 -Wl,--as-needed -Wl,--build-id conftest.c -lrt -lm >&5 >/usr/lib/gcc/x86_64-pc-linux-gnu/4.9.2/../../../../x86_64-pc-linux-gnu/bin/ld: warning: Cannot create .note.gnu.build-id section, --build-id ignored. >configure:20612: $? = 0 >configure:20612: result: yes >configure:20614: checking mkdir variant >configure:20637: x86_64-pc-linux-gnu-gcc -c conftest.c >&5 >configure:20637: $? = 0 >configure:20664: result: mkdir(path, mode) >configure:20683: checking for fork >configure:20683: x86_64-pc-linux-gnu-gcc -o conftest -march=native -O2 -pipe -frecord-gcc-switches -Wl,--hash-style=gnu -Wl,-O1 -Wl,--as-needed -Wl,--build-id conftest.c -lrt -lm >&5 >conftest.c:96:6: warning: conflicting types for built-in function 'fork' > char fork (); > ^ >/usr/lib/gcc/x86_64-pc-linux-gnu/4.9.2/../../../../x86_64-pc-linux-gnu/bin/ld: warning: Cannot create .note.gnu.build-id section, --build-id ignored. >configure:20683: $? = 0 >configure:20683: result: yes >configure:20683: checking for waitpid >configure:20683: x86_64-pc-linux-gnu-gcc -o conftest -march=native -O2 -pipe -frecord-gcc-switches -Wl,--hash-style=gnu -Wl,-O1 -Wl,--as-needed -Wl,--build-id conftest.c -lrt -lm >&5 >/usr/lib/gcc/x86_64-pc-linux-gnu/4.9.2/../../../../x86_64-pc-linux-gnu/bin/ld: warning: Cannot create .note.gnu.build-id section, --build-id ignored. >configure:20683: $? = 0 >configure:20683: result: yes >configure:20683: checking for raise >configure:20683: x86_64-pc-linux-gnu-gcc -o conftest -march=native -O2 -pipe -frecord-gcc-switches -Wl,--hash-style=gnu -Wl,-O1 -Wl,--as-needed -Wl,--build-id conftest.c -lrt -lm >&5 >/usr/lib/gcc/x86_64-pc-linux-gnu/4.9.2/../../../../x86_64-pc-linux-gnu/bin/ld: warning: Cannot create .note.gnu.build-id section, --build-id ignored. >configure:20683: $? = 0 >configure:20683: result: yes >configure:21205: checking for compress in -lz >configure:21230: x86_64-pc-linux-gnu-gcc -o conftest -march=native -O2 -pipe -frecord-gcc-switches -Wl,--hash-style=gnu -Wl,-O1 -Wl,--as-needed -Wl,--build-id conftest.c -lz -lrt -lm >&5 >/usr/lib/gcc/x86_64-pc-linux-gnu/4.9.2/../../../../x86_64-pc-linux-gnu/bin/ld: warning: Cannot create .note.gnu.build-id section, --build-id ignored. >configure:21230: $? = 0 >configure:21239: result: yes >configure:21242: checking zlib.h usability >configure:21242: x86_64-pc-linux-gnu-gcc -c -march=native -O2 -pipe -frecord-gcc-switches conftest.c >&5 >configure:21242: $? = 0 >configure:21242: result: yes >configure:21242: checking zlib.h presence >configure:21242: x86_64-pc-linux-gnu-gcc -E conftest.c >configure:21242: $? = 0 >configure:21242: result: yes >configure:21242: checking for zlib.h >configure:21242: result: yes >configure:21261: checking for lzo2a_decompress in -llzo2 >configure:21286: x86_64-pc-linux-gnu-gcc -o conftest -march=native -O2 -pipe -frecord-gcc-switches -Wl,--hash-style=gnu -Wl,-O1 -Wl,--as-needed -Wl,--build-id conftest.c -llzo2 -lrt -lm >&5 >/usr/lib/gcc/x86_64-pc-linux-gnu/4.9.2/../../../../x86_64-pc-linux-gnu/bin/ld: warning: Cannot create .note.gnu.build-id section, --build-id ignored. >configure:21286: $? = 0 >configure:21295: result: yes >configure:21298: checking lzo/lzo2a.h usability >configure:21298: x86_64-pc-linux-gnu-gcc -c -march=native -O2 -pipe -frecord-gcc-switches conftest.c >&5 >configure:21298: $? = 0 >configure:21298: result: yes >configure:21298: checking lzo/lzo2a.h presence >configure:21298: x86_64-pc-linux-gnu-gcc -E conftest.c >configure:21298: $? = 0 >configure:21298: result: yes >configure:21298: checking for lzo/lzo2a.h >configure:21298: result: yes >configure:21319: checking for dlsym in -ldl >configure:21344: x86_64-pc-linux-gnu-gcc -o conftest -march=native -O2 -pipe -frecord-gcc-switches -Wl,--hash-style=gnu -Wl,-O1 -Wl,--as-needed -Wl,--build-id conftest.c -ldl -lrt -lm >&5 >/usr/lib/gcc/x86_64-pc-linux-gnu/4.9.2/../../../../x86_64-pc-linux-gnu/bin/ld: warning: Cannot create .note.gnu.build-id section, --build-id ignored. >configure:21344: $? = 0 >configure:21353: result: yes >configure:21372: checking for dlfcn.h >configure:21372: result: yes >configure:21407: checking for X >configure:21546: x86_64-pc-linux-gnu-gcc -o conftest -march=native -O2 -pipe -frecord-gcc-switches -Wl,--hash-style=gnu -Wl,-O1 -Wl,--as-needed -Wl,--build-id conftest.c -lX11 -lrt -lm >&5 >/usr/lib/gcc/x86_64-pc-linux-gnu/4.9.2/../../../../x86_64-pc-linux-gnu/bin/ld: warning: Cannot create .note.gnu.build-id section, --build-id ignored. >configure:21546: $? = 0 >configure:21596: result: libraries , headers >configure:21612: checking for cairo's Xlib surface backend feature >configure:21630: checking for xlib >configure:21637: $PKG_CONFIG --exists --print-errors "$xlib_REQUIRES" >configure:21640: $? = 0 >configure:21653: $PKG_CONFIG --exists --print-errors "$xlib_REQUIRES" >configure:21656: $? = 0 >configure:22683: result: yes >configure:22688: checking sys/ipc.h usability >configure:22688: x86_64-pc-linux-gnu-gcc -c -march=native -O2 -pipe -frecord-gcc-switches conftest.c >&5 >configure:22688: $? = 0 >configure:22688: result: yes >configure:22688: checking sys/ipc.h presence >configure:22688: x86_64-pc-linux-gnu-gcc -E conftest.c >configure:22688: $? = 0 >configure:22688: result: yes >configure:22688: checking for sys/ipc.h >configure:22688: result: yes >configure:22694: checking sys/shm.h usability >configure:22694: x86_64-pc-linux-gnu-gcc -c -march=native -O2 -pipe -frecord-gcc-switches conftest.c >&5 >configure:22694: $? = 0 >configure:22694: result: yes >configure:22694: checking sys/shm.h presence >configure:22694: x86_64-pc-linux-gnu-gcc -E conftest.c >configure:22694: $? = 0 >configure:22694: result: yes >configure:22694: checking for sys/shm.h >configure:22694: result: yes >configure:22702: checking whether shmctl IPC_RMID allowes subsequent attaches >configure:22731: x86_64-pc-linux-gnu-gcc -o conftest -march=native -O2 -pipe -frecord-gcc-switches -Wl,--hash-style=gnu -Wl,-O1 -Wl,--as-needed -Wl,--build-id conftest.c -lrt -lm >&5 >/usr/lib/gcc/x86_64-pc-linux-gnu/4.9.2/../../../../x86_64-pc-linux-gnu/bin/ld: warning: Cannot create .note.gnu.build-id section, --build-id ignored. >configure:22731: $? = 0 >configure:22731: ./conftest >configure:22731: $? = 0 >configure:22735: result: yes >configure:22750: checking for X11/extensions/XShm.h >configure:22750: x86_64-pc-linux-gnu-gcc -c -march=native -O2 -pipe -frecord-gcc-switches conftest.c >&5 >configure:22750: $? = 0 >configure:22750: result: yes >configure:22750: checking for X11/extensions/shmproto.h >configure:22750: x86_64-pc-linux-gnu-gcc -c -march=native -O2 -pipe -frecord-gcc-switches conftest.c >&5 >configure:22750: $? = 0 >configure:22750: result: yes >configure:22750: checking for X11/extensions/shmstr.h >configure:22750: x86_64-pc-linux-gnu-gcc -c -march=native -O2 -pipe -frecord-gcc-switches conftest.c >&5 >configure:22750: $? = 0 >configure:22750: result: yes >configure:22764: checking whether cairo's Xlib surface backend feature could be enabled >configure:22766: result: yes >configure:22989: checking for cairo's Xlib Xrender surface backend feature >configure:23011: checking for xlib_xrender >configure:23018: $PKG_CONFIG --exists --print-errors "$xlib_xrender_REQUIRES" >configure:23021: $? = 0 >configure:23034: $PKG_CONFIG --exists --print-errors "$xlib_xrender_REQUIRES" >configure:23037: $? = 0 >configure:23098: result: yes >configure:23110: checking for XRenderCreateSolidFill >configure:23110: x86_64-pc-linux-gnu-gcc -o conftest -march=native -O2 -pipe -frecord-gcc-switches -Wl,--hash-style=gnu -Wl,-O1 -Wl,--as-needed -Wl,--build-id conftest.c -lrt -lm -lX11 -lXext -lXrender -lX11 >&5 >/usr/lib/gcc/x86_64-pc-linux-gnu/4.9.2/../../../../x86_64-pc-linux-gnu/bin/ld: warning: Cannot create .note.gnu.build-id section, --build-id ignored. >configure:23110: $? = 0 >configure:23110: result: yes >configure:23110: checking for XRenderCreateLinearGradient >configure:23110: x86_64-pc-linux-gnu-gcc -o conftest -march=native -O2 -pipe -frecord-gcc-switches -Wl,--hash-style=gnu -Wl,-O1 -Wl,--as-needed -Wl,--build-id conftest.c -lrt -lm -lX11 -lXext -lXrender -lX11 >&5 >/usr/lib/gcc/x86_64-pc-linux-gnu/4.9.2/../../../../x86_64-pc-linux-gnu/bin/ld: warning: Cannot create .note.gnu.build-id section, --build-id ignored. >configure:23110: $? = 0 >configure:23110: result: yes >configure:23110: checking for XRenderCreateRadialGradient >configure:23110: x86_64-pc-linux-gnu-gcc -o conftest -march=native -O2 -pipe -frecord-gcc-switches -Wl,--hash-style=gnu -Wl,-O1 -Wl,--as-needed -Wl,--build-id conftest.c -lrt -lm -lX11 -lXext -lXrender -lX11 >&5 >/usr/lib/gcc/x86_64-pc-linux-gnu/4.9.2/../../../../x86_64-pc-linux-gnu/bin/ld: warning: Cannot create .note.gnu.build-id section, --build-id ignored. >configure:23110: $? = 0 >configure:23110: result: yes >configure:23110: checking for XRenderCreateConicalGradient >configure:23110: x86_64-pc-linux-gnu-gcc -o conftest -march=native -O2 -pipe -frecord-gcc-switches -Wl,--hash-style=gnu -Wl,-O1 -Wl,--as-needed -Wl,--build-id conftest.c -lrt -lm -lX11 -lXext -lXrender -lX11 >&5 >/usr/lib/gcc/x86_64-pc-linux-gnu/4.9.2/../../../../x86_64-pc-linux-gnu/bin/ld: warning: Cannot create .note.gnu.build-id section, --build-id ignored. >configure:23110: $? = 0 >configure:23110: result: yes >configure:23125: checking whether cairo's Xlib Xrender surface backend feature could be enabled >configure:23127: result: yes >configure:23351: checking for cairo's XCB surface backend feature >configure:23369: checking for xcb >configure:23376: $PKG_CONFIG --exists --print-errors "$xcb_REQUIRES" >configure:23379: $? = 0 >configure:23392: $PKG_CONFIG --exists --print-errors "$xcb_REQUIRES" >configure:23395: $? = 0 >configure:23430: result: yes >configure:23436: checking whether cairo's XCB surface backend feature could be enabled >configure:23438: result: yes >configure:23977: checking for cairo's XCB/SHM functions feature >configure:23996: checking for xcb_shm >configure:24003: $PKG_CONFIG --exists --print-errors "$xcb_shm_REQUIRES" >configure:24006: $? = 0 >configure:24019: $PKG_CONFIG --exists --print-errors "$xcb_shm_REQUIRES" >configure:24022: $? = 0 >configure:24057: result: yes >configure:24066: checking whether cairo's XCB/SHM functions feature could be enabled >configure:24068: result: yes >configure:24867: checking for cairo's Quartz font backend feature >configure:24885: checking whether cairo's Quartz font backend feature could be enabled >configure:24887: result: no (disabled, use --enable-quartz to enable) >configure:25356: checking for cairo's Microsoft Windows surface backend feature >configure:25377: checking whether cairo's Microsoft Windows surface backend feature could be enabled >configure:25379: result: no (requires a Win32 platform) >configure:25602: checking for cairo's Microsoft Windows font backend feature >configure:25620: checking whether cairo's Microsoft Windows font backend feature could be enabled >configure:25622: result: no (requires a Win32 platform) >configure:27321: checking for cairo's PNG functions feature >configure:27354: checking for png >configure:27361: $PKG_CONFIG --exists --print-errors "$png_REQUIRES" >configure:27364: $? = 0 >configure:27377: $PKG_CONFIG --exists --print-errors "$png_REQUIRES" >configure:27380: $? = 0 >configure:27415: result: yes >configure:27425: checking whether cairo's PNG functions feature could be enabled >configure:27427: result: yes >configure:27653: checking for cairo's OpenGL surface backend feature >configure:27671: checking for gl >configure:27678: $PKG_CONFIG --exists --print-errors "$gl_REQUIRES" >configure:27681: $? = 0 >configure:27694: $PKG_CONFIG --exists --print-errors "$gl_REQUIRES" >configure:27697: $? = 0 >configure:27756: result: yes >configure:27770: checking whether cairo's OpenGL surface backend feature could be enabled >configure:27772: result: yes >configure:29227: checking for cairo's EGL functions feature >configure:29246: checking for egl >configure:29253: $PKG_CONFIG --exists --print-errors "$egl_REQUIRES" >configure:29256: $? = 0 >configure:29269: $PKG_CONFIG --exists --print-errors "$egl_REQUIRES" >configure:29272: $? = 0 >configure:29525: result: yes >configure:29534: checking whether cairo's EGL functions feature could be enabled >configure:29536: result: yes >configure:29753: checking for cairo's GLX functions feature >configure:29771: checking GL/glx.h usability >configure:29771: x86_64-pc-linux-gnu-gcc -c -march=native -O2 -pipe -frecord-gcc-switches -I/usr/include/libdrm conftest.c >&5 >configure:29771: $? = 0 >configure:29771: result: yes >configure:29771: checking GL/glx.h presence >configure:29771: x86_64-pc-linux-gnu-gcc -E conftest.c >configure:29771: $? = 0 >configure:29771: result: yes >configure:29771: checking for GL/glx.h >configure:29771: result: yes >configure:29787: checking whether cairo's GLX functions feature could be enabled >configure:29789: result: yes >configure:30006: checking for cairo's WGL functions feature >configure:30022: checking for windows.h >configure:30022: result: no >configure:30035: checking whether cairo's WGL functions feature could be enabled >configure:30037: result: no (WGL headers not found) >configure:30256: checking for cairo's script surface backend feature >configure:30274: checking whether cairo's script surface backend feature could be enabled >configure:30276: result: yes >configure:30523: checking for cairo's FreeType font backend feature >configure:30541: checking for FREETYPE >configure:30548: $PKG_CONFIG --exists --print-errors "freetype2 >= $FREETYPE_MIN_VERSION" >configure:30551: $? = 0 >configure:30564: $PKG_CONFIG --exists --print-errors "freetype2 >= $FREETYPE_MIN_VERSION" >configure:30567: $? = 0 >configure:30602: result: yes >configure:30707: checking whether cairo's FreeType font backend feature could be enabled >configure:30709: result: yes >configure:30933: checking for cairo's Fontconfig font backend feature >configure:30953: checking for FONTCONFIG >configure:30960: $PKG_CONFIG --exists --print-errors "$fc_REQUIRES" >configure:30963: $? = 0 >configure:30976: $PKG_CONFIG --exists --print-errors "$fc_REQUIRES" >configure:30979: $? = 0 >configure:31014: result: yes >configure:31023: checking whether cairo's Fontconfig font backend feature could be enabled >configure:31025: result: yes >configure:31245: checking for FT_Get_X11_Font_Format >configure:31245: x86_64-pc-linux-gnu-gcc -o conftest -march=native -O2 -pipe -frecord-gcc-switches -I/usr/include/freetype2 -Wl,--hash-style=gnu -Wl,-O1 -Wl,--as-needed -Wl,--build-id conftest.c -lrt -lm -lfreetype >&5 >/usr/lib/gcc/x86_64-pc-linux-gnu/4.9.2/../../../../x86_64-pc-linux-gnu/bin/ld: warning: Cannot create .note.gnu.build-id section, --build-id ignored. >configure:31245: $? = 0 >configure:31245: result: yes >configure:31245: checking for FT_GlyphSlot_Embolden >configure:31245: x86_64-pc-linux-gnu-gcc -o conftest -march=native -O2 -pipe -frecord-gcc-switches -I/usr/include/freetype2 -Wl,--hash-style=gnu -Wl,-O1 -Wl,--as-needed -Wl,--build-id conftest.c -lrt -lm -lfreetype >&5 >/usr/lib/gcc/x86_64-pc-linux-gnu/4.9.2/../../../../x86_64-pc-linux-gnu/bin/ld: warning: Cannot create .note.gnu.build-id section, --build-id ignored. >configure:31245: $? = 0 >configure:31245: result: yes >configure:31245: checking for FT_GlyphSlot_Oblique >configure:31245: x86_64-pc-linux-gnu-gcc -o conftest -march=native -O2 -pipe -frecord-gcc-switches -I/usr/include/freetype2 -Wl,--hash-style=gnu -Wl,-O1 -Wl,--as-needed -Wl,--build-id conftest.c -lrt -lm -lfreetype >&5 >/usr/lib/gcc/x86_64-pc-linux-gnu/4.9.2/../../../../x86_64-pc-linux-gnu/bin/ld: warning: Cannot create .note.gnu.build-id section, --build-id ignored. >configure:31245: $? = 0 >configure:31245: result: yes >configure:31245: checking for FT_Load_Sfnt_Table >configure:31245: x86_64-pc-linux-gnu-gcc -o conftest -march=native -O2 -pipe -frecord-gcc-switches -I/usr/include/freetype2 -Wl,--hash-style=gnu -Wl,-O1 -Wl,--as-needed -Wl,--build-id conftest.c -lrt -lm -lfreetype >&5 >/usr/lib/gcc/x86_64-pc-linux-gnu/4.9.2/../../../../x86_64-pc-linux-gnu/bin/ld: warning: Cannot create .note.gnu.build-id section, --build-id ignored. >configure:31245: $? = 0 >configure:31245: result: yes >configure:31245: checking for FT_Library_SetLcdFilter >configure:31245: x86_64-pc-linux-gnu-gcc -o conftest -march=native -O2 -pipe -frecord-gcc-switches -I/usr/include/freetype2 -Wl,--hash-style=gnu -Wl,-O1 -Wl,--as-needed -Wl,--build-id conftest.c -lrt -lm -lfreetype >&5 >/usr/lib/gcc/x86_64-pc-linux-gnu/4.9.2/../../../../x86_64-pc-linux-gnu/bin/ld: warning: Cannot create .note.gnu.build-id section, --build-id ignored. >configure:31245: $? = 0 >configure:31245: result: yes >configure:31267: checking for FcInit >configure:31267: x86_64-pc-linux-gnu-gcc -o conftest -march=native -O2 -pipe -frecord-gcc-switches -I/usr/include/freetype2 -Wl,--hash-style=gnu -Wl,-O1 -Wl,--as-needed -Wl,--build-id conftest.c -lrt -lm -lfontconfig -lfreetype >&5 >/usr/lib/gcc/x86_64-pc-linux-gnu/4.9.2/../../../../x86_64-pc-linux-gnu/bin/ld: warning: Cannot create .note.gnu.build-id section, --build-id ignored. >configure:31267: $? = 0 >configure:31267: result: yes >configure:31267: checking for FcFini >configure:31267: x86_64-pc-linux-gnu-gcc -o conftest -march=native -O2 -pipe -frecord-gcc-switches -I/usr/include/freetype2 -Wl,--hash-style=gnu -Wl,-O1 -Wl,--as-needed -Wl,--build-id conftest.c -lrt -lm -lfontconfig -lfreetype >&5 >/usr/lib/gcc/x86_64-pc-linux-gnu/4.9.2/../../../../x86_64-pc-linux-gnu/bin/ld: warning: Cannot create .note.gnu.build-id section, --build-id ignored. >configure:31267: $? = 0 >configure:31267: result: yes >configure:31294: checking for cairo's PostScript surface backend feature >configure:31314: checking whether cairo's PostScript surface backend feature could be enabled >configure:31316: result: yes >configure:31537: checking for gs >configure:31553: found /usr/bin/gs >configure:31564: result: gs >configure:31586: checking for LIBSPECTRE >configure:31593: $PKG_CONFIG --exists --print-errors "$libspectre_DEPENDENCY" >configure:31596: $? = 0 >configure:31609: $PKG_CONFIG --exists --print-errors "$libspectre_DEPENDENCY" >configure:31612: $? = 0 >configure:31647: result: yes >configure:31690: checking for cairo's PDF surface backend feature >configure:31710: checking whether cairo's PDF surface backend feature could be enabled >configure:31712: result: yes >configure:31935: checking for POPPLER >configure:31942: $PKG_CONFIG --exists --print-errors "$poppler_DEPENDENCY" >configure:31945: $? = 0 >configure:31958: $PKG_CONFIG --exists --print-errors "$poppler_DEPENDENCY" >configure:31961: $? = 0 >configure:31996: result: yes >configure:32004: checking for poppler_page_render >configure:32004: x86_64-pc-linux-gnu-gcc -o conftest -march=native -O2 -pipe -frecord-gcc-switches -I/usr/include/poppler/glib -I/usr/include/poppler -I/usr/include/cairo -I/usr/include/glib-2.0 -I/usr/lib64/glib-2.0/include -I/usr/include/pixman-1 -I/usr/include/freetype2 -I/usr/include/libdrm -I/usr/include/libpng16 -Wl,--hash-style=gnu -Wl,-O1 -Wl,--as-needed -Wl,--build-id conftest.c -lrt -lm -lpoppler-glib -lgobject-2.0 -lglib-2.0 -lcairo >&5 >/usr/lib/gcc/x86_64-pc-linux-gnu/4.9.2/../../../../x86_64-pc-linux-gnu/bin/ld: warning: Cannot create .note.gnu.build-id section, --build-id ignored. >configure:32004: $? = 0 >configure:32004: result: yes >configure:32062: checking for cairo's SVG surface backend feature >configure:32082: checking whether cairo's SVG surface backend feature could be enabled >configure:32084: result: yes >configure:32305: checking for LIBRSVG >configure:32312: $PKG_CONFIG --exists --print-errors "$librsvg_DEPENDENCY gdk-2.0" >configure:32315: $? = 0 >configure:32328: $PKG_CONFIG --exists --print-errors "$librsvg_DEPENDENCY gdk-2.0" >configure:32331: $? = 0 >configure:32366: result: yes >configure:32374: checking for rsvg_pixbuf_from_file >configure:32374: x86_64-pc-linux-gnu-gcc -o conftest -march=native -O2 -pipe -frecord-gcc-switches -pthread -I/usr/include/librsvg-2.0 -I/usr/include/gtk-2.0 -I/usr/lib64/gtk-2.0/include -I/usr/include/pango-1.0 -I/usr/include/harfbuzz -I/usr/include/pango-1.0 -I/usr/include/cairo -I/usr/include/pixman-1 -I/usr/include/freetype2 -I/usr/include/libdrm -I/usr/include/gdk-pixbuf-2.0 -I/usr/include/libpng16 -I/usr/include/glib-2.0 -I/usr/lib64/glib-2.0/include -Wl,--hash-style=gnu -Wl,-O1 -Wl,--as-needed -Wl,--build-id conftest.c -lrt -lm -lrsvg-2 -lm -lgio-2.0 -lgdk-x11-2.0 -lpangocairo-1.0 -lpango-1.0 -lcairo -lgdk_pixbuf-2.0 -lgobject-2.0 -lglib-2.0 >&5 >/usr/lib/gcc/x86_64-pc-linux-gnu/4.9.2/../../../../x86_64-pc-linux-gnu/bin/ld: warning: Cannot create .note.gnu.build-id section, --build-id ignored. >configure:32374: $? = 0 >configure:32374: result: yes >configure:32597: checking for cairo's image surface backend feature >configure:32615: checking for pixman >configure:32622: $PKG_CONFIG --exists --print-errors "$pixman_REQUIRES" >configure:32625: $? = 0 >configure:32638: $PKG_CONFIG --exists --print-errors "$pixman_REQUIRES" >configure:32641: $? = 0 >configure:32676: result: yes >configure:32685: checking whether cairo's image surface backend feature could be enabled >configure:32687: result: yes >configure:32842: checking for cairo's mime surface backend feature >configure:32858: checking whether cairo's mime surface backend feature could be enabled >configure:32860: result: yes >configure:33006: checking for cairo's recording surface backend feature >configure:33022: checking whether cairo's recording surface backend feature could be enabled >configure:33024: result: yes >configure:33170: checking for cairo's observer surface backend feature >configure:33186: checking whether cairo's observer surface backend feature could be enabled >configure:33188: result: yes >configure:33340: checking for cairo's tee surface backend feature >configure:33356: checking whether cairo's tee surface backend feature could be enabled >configure:33358: result: yes >configure:33823: checking for cairo's user font backend feature >configure:33839: checking whether cairo's user font backend feature could be enabled >configure:33841: result: yes >configure:33996: checking for cairo's pthread feature >configure:34107: x86_64-pc-linux-gnu-gcc -o conftest -march=native -O2 -pipe -frecord-gcc-switches -D_REENTRANT -Wl,--hash-style=gnu -Wl,-O1 -Wl,--as-needed -Wl,--build-id conftest.c -lrt -lm -lpthread >&5 >/usr/lib/gcc/x86_64-pc-linux-gnu/4.9.2/../../../../x86_64-pc-linux-gnu/bin/ld: warning: Cannot create .note.gnu.build-id section, --build-id ignored. >configure:34107: $? = 0 >configure:34226: x86_64-pc-linux-gnu-gcc -o conftest -march=native -O2 -pipe -frecord-gcc-switches -pthread -Wl,--hash-style=gnu -Wl,-O1 -Wl,--as-needed -Wl,--build-id conftest.c -lrt -lm >&5 >/usr/lib/gcc/x86_64-pc-linux-gnu/4.9.2/../../../../x86_64-pc-linux-gnu/bin/ld: warning: Cannot create .note.gnu.build-id section, --build-id ignored. >configure:34226: $? = 0 >configure:34307: x86_64-pc-linux-gnu-gcc -o conftest -march=native -O2 -pipe -frecord-gcc-switches -D_REENTRANT -Wl,--hash-style=gnu -Wl,-O1 -Wl,--as-needed -Wl,--build-id conftest.c -lrt -lm >&5 >/usr/lib/gcc/x86_64-pc-linux-gnu/4.9.2/../../../../x86_64-pc-linux-gnu/bin/ld: warning: Cannot create .note.gnu.build-id section, --build-id ignored. >/dev/shm/portage/x11-libs/cairo-1.14.6/temp/cccM4qCG.o: In function `test_mutex_attr': >conftest.c:(.text+0x79): undefined reference to `pthread_mutexattr_init' >conftest.c:(.text+0x88): undefined reference to `pthread_mutexattr_settype' >conftest.c:(.text+0xc5): undefined reference to `pthread_mutexattr_destroy' >collect2: error: ld returned 1 exit status >configure:34307: $? = 1 >configure: failed program was: >| /* confdefs.h */ >| #define PACKAGE_NAME "cairo" >| #define PACKAGE_TARNAME "cairo" >| #define PACKAGE_VERSION "1.14.6" >| #define PACKAGE_STRING "cairo 1.14.6" >| #define PACKAGE_BUGREPORT "http://bugs.freedesktop.org/enter_bug.cgi?product=cairo" >| #define PACKAGE_URL "http://cairographics.org/" >| #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_UNISTD_H 1 >| #define HAVE_SYS_IOCTL_H 1 >| #define HAVE_DLFCN_H 1 >| #define LT_OBJDIR ".libs/" >| #define WARN_UNUSED_RESULT >| #define HAVE_CXX11_ATOMIC_PRIMITIVES 1 >| #define SIZEOF_VOID_P 8 >| #define SIZEOF_INT 4 >| #define SIZEOF_LONG 8 >| #define SIZEOF_LONG_LONG 8 >| #define SIZEOF_SIZE_T 8 >| #define HAVE_LIBRT 1 >| #define HAVE_BUILTIN_RETURN_ADDRESS 1 >| #define HAVE_STDINT_H 1 >| #define HAVE_INTTYPES_H 1 >| #define HAVE_UINT64_T 1 >| #define HAVE___UINT128_T 1 >| #define HAVE_FCNTL_H 1 >| #define HAVE_UNISTD_H 1 >| #define HAVE_SIGNAL_H 1 >| #define HAVE_SYS_STAT_H 1 >| #define HAVE_SYS_SOCKET_H 1 >| #define HAVE_SYS_POLL_H 1 >| #define HAVE_SYS_UN_H 1 >| #define HAVE_ALARM 1 >| #define HAVE_SCHED_H 1 >| #define HAVE_SCHED_GETAFFINITY 1 >| #define HAVE_SYS_MMAN_H 1 >| #define HAVE_MMAP 1 >| #define HAVE_TIME_H 1 >| #define HAVE_CLOCK_GETTIME 1 >| #define HAVE_FEENABLEEXCEPT 1 >| #define HAVE_FEDISABLEEXCEPT 1 >| #define HAVE_FECLEAREXCEPT 1 >| #define HAVE_LIBGEN_H 1 >| #define HAVE_BYTESWAP_H 1 >| #define HAVE_SIGNAL_H 1 >| #define HAVE_SETJMP_H 1 >| #define HAVE_FENV_H 1 >| #define HAVE_SYS_WAIT_H 1 >| #define HAVE_CTIME_R 1 >| #define HAVE_DRAND48 1 >| #define HAVE_FLOCKFILE 1 >| #define HAVE_FUNLOCKFILE 1 >| #define HAVE_GETLINE 1 >| #define HAVE_LINK 1 >| #define HAVE_STRNDUP 1 >| #define HAVE_SYS_STAT_H 1 >| #define HAVE_MKDIR 2 >| #define HAVE_FORK 1 >| #define HAVE_WAITPID 1 >| #define HAVE_RAISE 1 >| #undef PACKAGE_VERSION >| #undef PACKAGE_STRING >| #undef PACKAGE_NAME >| #undef PACKAGE_TARNAME >| #define PACKAGE_VERSION USE_cairo_version_OR_cairo_version_string_INSTEAD >| #define PACKAGE_STRING USE_cairo_version_OR_cairo_version_string_INSTEAD >| #define PACKAGE_NAME USE_cairo_INSTEAD >| #define PACKAGE_TARNAME USE_cairo_INSTEAD >| #define HAVE_ZLIB 1 >| #define HAVE_LZO 1 >| #define HAVE_DLFCN_H 1 >| #define CAIRO_HAS_DLSYM 1 >| #define IPC_RMID_DEFERRED_RELEASE 1 >| #define HAVE_X11_EXTENSIONS_XSHM_H 1 >| #define HAVE_X11_EXTENSIONS_SHMPROTO_H 1 >| #define HAVE_X11_EXTENSIONS_SHMSTR_H 1 >| #define HAVE_XRENDERCREATESOLIDFILL 1 >| #define HAVE_XRENDERCREATELINEARGRADIENT 1 >| #define HAVE_XRENDERCREATERADIALGRADIENT 1 >| #define HAVE_XRENDERCREATECONICALGRADIENT 1 >| #define HAVE_FT_GET_X11_FONT_FORMAT 1 >| #define HAVE_FT_GLYPHSLOT_EMBOLDEN 1 >| #define HAVE_FT_GLYPHSLOT_OBLIQUE 1 >| #define HAVE_FT_LOAD_SFNT_TABLE 1 >| #define HAVE_FT_LIBRARY_SETLCDFILTER 1 >| #define HAVE_FCINIT 1 >| #define HAVE_FCFINI 1 >| #define CAIRO_CAN_TEST_PS_SURFACE 1 >| #define CAIRO_HAS_SPECTRE 1 >| #define HAVE_POPPLER_PAGE_RENDER 1 >| #define CAIRO_CAN_TEST_PDF_SURFACE 1 >| #define HAVE_RSVG_PIXBUF_FROM_FILE 1 >| #define CAIRO_CAN_TEST_SVG_SURFACE 1 >| #define HAS_PIXMAN_GLYPHS 1 >| /* end confdefs.h. */ >| #ifndef _GNU_SOURCE >| #define _GNU_SOURCE /* for PTHREAD_MUTEX_INITIALIZER under linux */ >| #endif >| #include <pthread.h> >| >| pthread_mutex_t test_mutex_initializer = PTHREAD_MUTEX_INITIALIZER; >| int test_mutex (void) >| { >| int x = 0; >| pthread_mutex_t mutex; >| x |= pthread_mutex_init (&mutex, NULL); >| x |= pthread_mutex_lock (&mutex); >| x |= pthread_mutex_unlock (&mutex); >| x |= pthread_mutex_destroy (&mutex); >| return 0; >| } >| >| int test_mutex_attr (void) >| { >| int x = 0; >| pthread_mutexattr_t attr; >| pthread_mutex_t mutex; >| x |= pthread_mutexattr_init (&attr); >| x |= pthread_mutexattr_settype (&attr, PTHREAD_MUTEX_RECURSIVE); >| x |= pthread_mutex_init (&mutex, &attr); >| x |= pthread_mutex_lock (&mutex); >| x |= pthread_mutex_unlock (&mutex); >| x |= pthread_mutex_destroy (&mutex); >| x |= pthread_mutexattr_destroy (&attr); >| return x; >| } >| int main(int c, char **v) { (void)c; (void)v; return 0; } >configure:34362: checking whether cairo's pthread feature could be enabled >configure:34364: result: no (can't link with -lpthread or -pthread) >configure:34547: checking for cairo's gobject functions feature >configure:34565: checking for GOBJECT >configure:34572: $PKG_CONFIG --exists --print-errors "$gobject_REQUIRES" >configure:34575: $? = 0 >configure:34588: $PKG_CONFIG --exists --print-errors "$gobject_REQUIRES" >configure:34591: $? = 0 >configure:34626: result: yes >configure:34633: checking whether cairo's gobject functions feature could be enabled >configure:34635: result: yes >configure:34842: checking for GOBJECT >configure:34922: result: yes >configure:34990: checking for cairo's cairo-trace feature >configure:35013: checking whether cairo's cairo-trace feature could be enabled >configure:35015: result: no (requires dynamic linker and zlib and real pthreads) >configure:35176: checking for cairo's cairo-script-interpreter feature >configure:35196: checking whether cairo's cairo-script-interpreter feature could be enabled >configure:35198: result: yes >configure:35356: checking for bfd_openr in -lbfd >configure:35381: x86_64-pc-linux-gnu-gcc -o conftest -march=native -O2 -pipe -frecord-gcc-switches -Wl,--hash-style=gnu -Wl,-O1 -Wl,--as-needed -Wl,--build-id conftest.c -lbfd -lrt -lm >&5 >/usr/lib/gcc/x86_64-pc-linux-gnu/4.9.2/../../../../x86_64-pc-linux-gnu/bin/ld: warning: Cannot create .note.gnu.build-id section, --build-id ignored. >configure:35381: $? = 0 >configure:35390: result: yes >configure:35393: checking bfd.h usability >configure:35393: x86_64-pc-linux-gnu-gcc -c -march=native -O2 -pipe -frecord-gcc-switches conftest.c >&5 >configure:35393: $? = 0 >configure:35393: result: yes >configure:35393: checking bfd.h presence >configure:35393: x86_64-pc-linux-gnu-gcc -E conftest.c >configure:35393: $? = 0 >configure:35393: result: yes >configure:35393: checking for bfd.h >configure:35393: result: yes >configure:35405: checking libiberty.h usability >configure:35405: x86_64-pc-linux-gnu-gcc -c -march=native -O2 -pipe -frecord-gcc-switches conftest.c >&5 >configure:35405: $? = 0 >configure:35405: result: yes >configure:35405: checking libiberty.h presence >configure:35405: x86_64-pc-linux-gnu-gcc -E conftest.c >configure:35405: $? = 0 >configure:35405: result: yes >configure:35405: checking for libiberty.h >configure:35405: result: yes >configure:35433: checking for cairo's symbol-lookup feature >configure:35453: checking whether cairo's symbol-lookup feature could be enabled >configure:35455: result: yes >configure:35606: checking for glib >configure:35613: $PKG_CONFIG --exists --print-errors "glib-2.0" >configure:35616: $? = 0 >configure:35629: $PKG_CONFIG --exists --print-errors "glib-2.0" >configure:35632: $? = 0 >configure:35667: result: yes >configure:35683: checking for shm_open in -lrt >configure:35717: result: yes >configure:35780: checking for gtk >configure:35787: $PKG_CONFIG --exists --print-errors ""gtk+-2.0"" >configure:35790: $? = 0 >configure:35803: $PKG_CONFIG --exists --print-errors ""gtk+-2.0"" >configure:35806: $? = 0 >configure:35841: result: yes >configure:35968: checking that generated files are newer than configure >configure:35974: result: done >configure:36286: creating ./config.status > >## ---------------------- ## >## Running config.status. ## >## ---------------------- ## > >This file was extended by cairo config.status 1.14.6, which was >generated by GNU Autoconf 2.69. Invocation command line was > > CONFIG_FILES = > CONFIG_HEADERS = > CONFIG_LINKS = > CONFIG_COMMANDS = > $ ./config.status > >on bohr-int > >config.status:4577: creating src/cairo.pc >config.status:4577: creating cairo-uninstalled.pc >config.status:4577: creating src/cairo-xlib.pc >config.status:4577: creating cairo-xlib-uninstalled.pc >config.status:4577: creating src/cairo-xlib-xrender.pc >config.status:4577: creating cairo-xlib-xrender-uninstalled.pc >config.status:4577: creating src/cairo-xcb.pc >config.status:4577: creating cairo-xcb-uninstalled.pc >config.status:4577: creating src/cairo-xcb-shm.pc >config.status:4577: creating cairo-xcb-shm-uninstalled.pc >config.status:4577: creating src/cairo-png.pc >config.status:4577: creating cairo-png-uninstalled.pc >config.status:4577: creating src/cairo-gl.pc >config.status:4577: creating cairo-gl-uninstalled.pc >config.status:4577: creating src/cairo-egl.pc >config.status:4577: creating cairo-egl-uninstalled.pc >config.status:4577: creating src/cairo-glx.pc >config.status:4577: creating cairo-glx-uninstalled.pc >config.status:4577: creating src/cairo-script.pc >config.status:4577: creating cairo-script-uninstalled.pc >config.status:4577: creating src/cairo-ft.pc >config.status:4577: creating cairo-ft-uninstalled.pc >config.status:4577: creating src/cairo-fc.pc >config.status:4577: creating cairo-fc-uninstalled.pc >config.status:4577: creating src/cairo-ps.pc >config.status:4577: creating cairo-ps-uninstalled.pc >config.status:4577: creating src/cairo-pdf.pc >config.status:4577: creating cairo-pdf-uninstalled.pc >config.status:4577: creating src/cairo-svg.pc >config.status:4577: creating cairo-svg-uninstalled.pc >config.status:4577: creating src/cairo-tee.pc >config.status:4577: creating cairo-tee-uninstalled.pc >config.status:4577: creating src/cairo-gobject.pc >config.status:4577: creating cairo-gobject-uninstalled.pc >config.status:4577: creating Makefile >config.status:4577: creating boilerplate/Makefile >config.status:4577: creating src/Makefile >config.status:4577: creating test/Makefile >config.status:4577: creating test/pdiff/Makefile >config.status:4577: creating perf/Makefile >config.status:4577: creating perf/micro/Makefile >config.status:4577: creating util/Makefile >config.status:4577: creating util/cairo-fdr/Makefile >config.status:4577: creating util/cairo-gobject/Makefile >config.status:4577: creating util/cairo-missing/Makefile >config.status:4577: creating util/cairo-script/Makefile >config.status:4577: creating util/cairo-script/examples/Makefile >config.status:4577: creating util/cairo-sphinx/Makefile >config.status:4577: creating util/cairo-trace/Makefile >config.status:4577: creating util/cairo-trace/cairo-trace >config.status:4577: creating doc/Makefile >config.status:4577: creating doc/public/Makefile >config.status:4577: creating config.h >config.status:4791: executing depfiles commands >config.status:4791: executing libtool commands >config.status:4791: executing /dev/shm/portage/x11-libs/cairo-1.14.6/work/cairo-1.14.6/build/Makefile.win32.features commands >config.status:5607: creating /dev/shm/portage/x11-libs/cairo-1.14.6/work/cairo-1.14.6/build/Makefile.win32.features >config.status:5615: /dev/shm/portage/x11-libs/cairo-1.14.6/work/cairo-1.14.6/build/Makefile.win32.features is unchanged >config.status:4791: executing /dev/shm/portage/x11-libs/cairo-1.14.6/work/cairo-1.14.6/src/Makefile.am.features commands >config.status:5626: creating /dev/shm/portage/x11-libs/cairo-1.14.6/work/cairo-1.14.6/src/Makefile.am.features >config.status:5634: /dev/shm/portage/x11-libs/cairo-1.14.6/work/cairo-1.14.6/src/Makefile.am.features is unchanged >config.status:4791: executing /dev/shm/portage/x11-libs/cairo-1.14.6/work/cairo-1.14.6/src/Makefile.win32.features commands >config.status:5645: creating /dev/shm/portage/x11-libs/cairo-1.14.6/work/cairo-1.14.6/src/Makefile.win32.features >config.status:5653: /dev/shm/portage/x11-libs/cairo-1.14.6/work/cairo-1.14.6/src/Makefile.win32.features is unchanged >config.status:4791: executing /dev/shm/portage/x11-libs/cairo-1.14.6/work/cairo-1.14.6/boilerplate/Makefile.am.features commands >config.status:5664: creating /dev/shm/portage/x11-libs/cairo-1.14.6/work/cairo-1.14.6/boilerplate/Makefile.am.features >config.status:5672: /dev/shm/portage/x11-libs/cairo-1.14.6/work/cairo-1.14.6/boilerplate/Makefile.am.features is unchanged >config.status:4791: executing /dev/shm/portage/x11-libs/cairo-1.14.6/work/cairo-1.14.6/boilerplate/Makefile.win32.features commands >config.status:5683: creating /dev/shm/portage/x11-libs/cairo-1.14.6/work/cairo-1.14.6/boilerplate/Makefile.win32.features >config.status:5691: /dev/shm/portage/x11-libs/cairo-1.14.6/work/cairo-1.14.6/boilerplate/Makefile.win32.features is unchanged >config.status:4791: executing src/cairo-features.h commands >config.status:5702: creating src/cairo-features.h >config.status:4791: executing src/cairo-supported-features.h commands >config.status:5734: creating src/cairo-supported-features.h >config.status:4791: executing /dev/shm/portage/x11-libs/cairo-1.14.6/work/cairo-1.14.6/build/Makefile.win32.features-h commands >config.status:5764: creating /dev/shm/portage/x11-libs/cairo-1.14.6/work/cairo-1.14.6/build/Makefile.win32.features-h >config.status:5772: /dev/shm/portage/x11-libs/cairo-1.14.6/work/cairo-1.14.6/build/Makefile.win32.features-h is unchanged >config.status:4791: executing cairo-trace commands > >## ---------------- ## >## Cache variables. ## >## ---------------- ## > >ac_cv_build=x86_64-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= >ac_cv_env_CC_value= >ac_cv_env_CFLAGS_set=set >ac_cv_env_CFLAGS_value='-march=native -O2 -pipe -frecord-gcc-switches' >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='-march=native -O2 -pipe' >ac_cv_env_CXX_set= >ac_cv_env_CXX_value= >ac_cv_env_FONTCONFIG_CFLAGS_set= >ac_cv_env_FONTCONFIG_CFLAGS_value= >ac_cv_env_FONTCONFIG_LIBS_set= >ac_cv_env_FONTCONFIG_LIBS_value= >ac_cv_env_FREETYPE_CFLAGS_set= >ac_cv_env_FREETYPE_CFLAGS_value= >ac_cv_env_FREETYPE_LIBS_set= >ac_cv_env_FREETYPE_LIBS_value= >ac_cv_env_GOBJECT_CFLAGS_set= >ac_cv_env_GOBJECT_CFLAGS_value= >ac_cv_env_GOBJECT_LIBS_set= >ac_cv_env_GOBJECT_LIBS_value= >ac_cv_env_GTKDOC_DEPS_CFLAGS_set= >ac_cv_env_GTKDOC_DEPS_CFLAGS_value= >ac_cv_env_GTKDOC_DEPS_LIBS_set= >ac_cv_env_GTKDOC_DEPS_LIBS_value= >ac_cv_env_LDFLAGS_set=set >ac_cv_env_LDFLAGS_value='-Wl,--hash-style=gnu -Wl,-O1 -Wl,--as-needed -Wl,--build-id' >ac_cv_env_LIBRSVG_CFLAGS_set= >ac_cv_env_LIBRSVG_CFLAGS_value= >ac_cv_env_LIBRSVG_LIBS_set= >ac_cv_env_LIBRSVG_LIBS_value= >ac_cv_env_LIBSPECTRE_CFLAGS_set= >ac_cv_env_LIBSPECTRE_CFLAGS_value= >ac_cv_env_LIBSPECTRE_LIBS_set= >ac_cv_env_LIBSPECTRE_LIBS_value= >ac_cv_env_LIBS_set= >ac_cv_env_LIBS_value= >ac_cv_env_LT_SYS_LIBRARY_PATH_set= >ac_cv_env_LT_SYS_LIBRARY_PATH_value= >ac_cv_env_PKG_CONFIG_set= >ac_cv_env_PKG_CONFIG_value= >ac_cv_env_POPPLER_CFLAGS_set= >ac_cv_env_POPPLER_CFLAGS_value= >ac_cv_env_POPPLER_LIBS_set= >ac_cv_env_POPPLER_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=x86_64-pc-linux-gnu >ac_cv_env_cogl_CFLAGS_set= >ac_cv_env_cogl_CFLAGS_value= >ac_cv_env_cogl_LIBS_set= >ac_cv_env_cogl_LIBS_value= >ac_cv_env_directfb_CFLAGS_set= >ac_cv_env_directfb_CFLAGS_value= >ac_cv_env_directfb_LIBS_set= >ac_cv_env_directfb_LIBS_value= >ac_cv_env_drm_CFLAGS_set= >ac_cv_env_drm_CFLAGS_value= >ac_cv_env_drm_LIBS_set= >ac_cv_env_drm_LIBS_value= >ac_cv_env_egl_CFLAGS_set= >ac_cv_env_egl_CFLAGS_value= >ac_cv_env_egl_LIBS_set= >ac_cv_env_egl_LIBS_value= >ac_cv_env_gl_CFLAGS_set= >ac_cv_env_gl_CFLAGS_value= >ac_cv_env_gl_LIBS_set= >ac_cv_env_gl_LIBS_value= >ac_cv_env_glesv2_CFLAGS_set= >ac_cv_env_glesv2_CFLAGS_value= >ac_cv_env_glesv2_LIBS_set= >ac_cv_env_glesv2_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_gtk_CFLAGS_set= >ac_cv_env_gtk_CFLAGS_value= >ac_cv_env_gtk_LIBS_set= >ac_cv_env_gtk_LIBS_value= >ac_cv_env_host_alias_set=set >ac_cv_env_host_alias_value=x86_64-pc-linux-gnu >ac_cv_env_pixman_CFLAGS_set= >ac_cv_env_pixman_CFLAGS_value= >ac_cv_env_pixman_LIBS_set= >ac_cv_env_pixman_LIBS_value= >ac_cv_env_png_CFLAGS_set= >ac_cv_env_png_CFLAGS_value= >ac_cv_env_png_LIBS_set= >ac_cv_env_png_LIBS_value= >ac_cv_env_png_REQUIRES_set= >ac_cv_env_png_REQUIRES_value= >ac_cv_env_qt_CFLAGS_set= >ac_cv_env_qt_CFLAGS_value= >ac_cv_env_qt_LIBS_set= >ac_cv_env_qt_LIBS_value= >ac_cv_env_target_alias_set= >ac_cv_env_target_alias_value= >ac_cv_env_xcb_CFLAGS_set= >ac_cv_env_xcb_CFLAGS_value= >ac_cv_env_xcb_LIBS_set= >ac_cv_env_xcb_LIBS_value= >ac_cv_env_xcb_shm_CFLAGS_set= >ac_cv_env_xcb_shm_CFLAGS_value= >ac_cv_env_xcb_shm_LIBS_set= >ac_cv_env_xcb_shm_LIBS_value= >ac_cv_env_xlib_CFLAGS_set= >ac_cv_env_xlib_CFLAGS_value= >ac_cv_env_xlib_LIBS_set= >ac_cv_env_xlib_LIBS_value= >ac_cv_env_xlib_xcb_CFLAGS_set= >ac_cv_env_xlib_xcb_CFLAGS_value= >ac_cv_env_xlib_xcb_LIBS_set= >ac_cv_env_xlib_xcb_LIBS_value= >ac_cv_env_xlib_xrender_CFLAGS_set= >ac_cv_env_xlib_xrender_CFLAGS_value= >ac_cv_env_xlib_xrender_LIBS_set= >ac_cv_env_xlib_xrender_LIBS_value= >ac_cv_func_FT_Get_X11_Font_Format=yes >ac_cv_func_FT_GlyphSlot_Embolden=yes >ac_cv_func_FT_GlyphSlot_Oblique=yes >ac_cv_func_FT_Library_SetLcdFilter=yes >ac_cv_func_FT_Load_Sfnt_Table=yes >ac_cv_func_FcFini=yes >ac_cv_func_FcInit=yes >ac_cv_func_XRenderCreateConicalGradient=yes >ac_cv_func_XRenderCreateLinearGradient=yes >ac_cv_func_XRenderCreateRadialGradient=yes >ac_cv_func_XRenderCreateSolidFill=yes >ac_cv_func_alarm=yes >ac_cv_func_clock_gettime=yes >ac_cv_func_ctime_r=yes >ac_cv_func_drand48=yes >ac_cv_func_feclearexcept=yes >ac_cv_func_fedisableexcept=yes >ac_cv_func_feenableexcept=yes >ac_cv_func_flockfile=yes >ac_cv_func_fork=yes >ac_cv_func_funlockfile=yes >ac_cv_func_getline=yes >ac_cv_func_link=yes >ac_cv_func_mkdir=yes >ac_cv_func_mmap=yes >ac_cv_func_poppler_page_render=yes >ac_cv_func_raise=yes >ac_cv_func_rsvg_pixbuf_from_file=yes >ac_cv_func_sched_getaffinity=yes >ac_cv_func_strndup=yes >ac_cv_func_waitpid=yes >ac_cv_have_x='have_x=yes ac_x_includes='\'''\'' ac_x_libraries='\'''\''' >ac_cv_header_GL_glx_h=yes >ac_cv_header_X11_extensions_XShm_h=yes >ac_cv_header_X11_extensions_shmproto_h=yes >ac_cv_header_X11_extensions_shmstr_h=yes >ac_cv_header_bfd_h=yes >ac_cv_header_byteswap_h=yes >ac_cv_header_dlfcn_h=yes >ac_cv_header_fcntl_h=yes >ac_cv_header_fenv_h=yes >ac_cv_header_inttypes_h=yes >ac_cv_header_io_h=no >ac_cv_header_libgen_h=yes >ac_cv_header_libiberty_h=yes >ac_cv_header_lzo_lzo2a_h=yes >ac_cv_header_memory_h=yes >ac_cv_header_minix_config_h=no >ac_cv_header_sched_h=yes >ac_cv_header_setjmp_h=yes >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_int_types_h=no >ac_cv_header_sys_ioctl_h=yes >ac_cv_header_sys_ipc_h=yes >ac_cv_header_sys_mman_h=yes >ac_cv_header_sys_poll_h=yes >ac_cv_header_sys_shm_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_sys_wait_h=yes >ac_cv_header_time_h=yes >ac_cv_header_unistd_h=yes >ac_cv_header_windows_h=no >ac_cv_header_zlib_h=yes >ac_cv_host=x86_64-pc-linux-gnu >ac_cv_lib_bfd_bfd_openr=yes >ac_cv_lib_dl_dlsym=yes >ac_cv_lib_lzo2_lzo2a_decompress=yes >ac_cv_lib_m_cos=yes >ac_cv_lib_rt_sched_yield=yes >ac_cv_lib_rt_shm_open=yes >ac_cv_lib_socket_connect=no >ac_cv_lib_z_compress=yes >ac_cv_objext=o >ac_cv_path_EGREP='/bin/grep -E' >ac_cv_path_FGREP='/bin/grep -F' >ac_cv_path_FIND=/usr/bin/find >ac_cv_path_GREP=/bin/grep >ac_cv_path_GTKDOC_CHECK_PATH=/usr/bin/gtkdoc-check >ac_cv_path_GTKDOC_MKPDF=/usr/bin/gtkdoc-mkpdf >ac_cv_path_GTKDOC_REBASE=/usr/bin/gtkdoc-rebase >ac_cv_path_PKG_CONFIG=/usr/bin/x86_64-pc-linux-gnu-pkg-config >ac_cv_path_SED=/bin/sed >ac_cv_path_XARGS=/usr/bin/xargs >ac_cv_path_install='/usr/lib/portage/python2.7/ebuild-helpers/xattr/install -c' >ac_cv_path_lt_DD=/bin/dd >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_CXX=x86_64-pc-linux-gnu-g++ >ac_cv_prog_CXXCPP='x86_64-pc-linux-gnu-g++ -E' >ac_cv_prog_DLLTOOL=x86_64-pc-linux-gnu-dlltool >ac_cv_prog_GS=gs >ac_cv_prog_GTKDOC_CHECK=gtkdoc-check.test >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_ac_ct_MANIFEST_TOOL=mt >ac_cv_prog_cc_c89= >ac_cv_prog_cc_g=yes >ac_cv_prog_cxx_g=yes >ac_cv_prog_make_make_set=yes >ac_cv_safe_to_define___extensions__=yes >ac_cv_sizeof_int=4 >ac_cv_sizeof_long=8 >ac_cv_sizeof_long_long=8 >ac_cv_sizeof_size_t=8 >ac_cv_sizeof_void_p=8 >ac_cv_sys_file_offset_bits=no >ac_cv_sys_largefile_CC=no >ac_cv_type___uint128_t=yes >ac_cv_type_uint128_t=no >ac_cv_type_uint64_t=yes >am_cv_CC_dependencies_compiler_type=none >am_cv_CXX_dependencies_compiler_type=none >am_cv_ar_interface=ar >am_cv_make_support_nested_variables=yes >am_cv_prog_cc_c_o=yes >ax_cv_c_float_words_bigendian=no >cairo_cv_atomic_op_needs_memory_barrier=no >cairo_cv_atomic_primitives=cxx11 >cairo_cv_warn_cflags= >cairo_cv_warn_maybe='-Wall -Wextra -Wmissing-declarations -Werror-implicit-function-declaration -Wpointer-arith -Wwrite-strings -Wsign-compare -Wpacked -Wswitch-enum -Wmissing-format-attribute -Wvolatile-register-var -Wstrict-aliasing=2 -Winit-self -Wunsafe-loop-optimizations -Wno-missing-field-initializers -Wno-unused-parameter -Wno-attributes -Wno-long-long -Winline -erroff=E_ENUM_TYPE_MISMATCH_ARG -erroff=E_ENUM_TYPE_MISMATCH_OP -fno-strict-aliasing -fno-common -Wp,-D_FORTIFY_SOURCE=2 -Wold-style-definition -Wdeclaration-after-statement -Wstrict-prototypes -Wmissing-prototypes -Wbad-function-cast -Wnested-externs' >cairo_cv_warn_unused_result= >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_LDCXX='/usr/x86_64-pc-linux-gnu/bin/ld -m elf_x86_64' >lt_cv_path_NM='/usr/bin/x86_64-pc-linux-gnu-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_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][ABCDGIRSTW]* .* \(.*\)$/ {"\1", (void *) \&\1},/p'\''' >lt_cv_sys_global_symbol_to_c_name_address_lib_prefix='sed -n -e '\''s/^: \(.*\) .*$/ {"\1", (void *) 0},/p'\'' -e '\''s/^[ABCDGIRSTW][ABCDGIRSTW]* .* \(lib.*\)$/ {"\1", (void *) \&\1},/p'\'' -e '\''s/^[ABCDGIRSTW][ABCDGIRSTW]* .* \(.*\)$/ {"lib\1", (void *) \&\1},/p'\''' >lt_cv_sys_global_symbol_to_cdecl='sed -n -e '\''s/^T .* \(.*\)$/extern int \1();/p'\'' -e '\''s/^[ABCDGIRSTW][ABCDGIRSTW]* .* \(.*\)$/extern char \1;/p'\''' >lt_cv_sys_global_symbol_to_import= >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 >lt_cv_truncate_bin='/bin/dd bs=4096 count=1' >pkg_cv_FONTCONFIG_CFLAGS='-I/usr/include/freetype2 ' >pkg_cv_FONTCONFIG_LIBS='-lfontconfig -lfreetype ' >pkg_cv_FREETYPE_CFLAGS='-I/usr/include/freetype2 ' >pkg_cv_FREETYPE_LIBS='-lfreetype ' >pkg_cv_GOBJECT_CFLAGS='-I/usr/include/glib-2.0 -I/usr/lib64/glib-2.0/include ' >pkg_cv_GOBJECT_LIBS='-lgobject-2.0 -lglib-2.0 ' >pkg_cv_GTKDOC_DEPS_CFLAGS='-I/usr/include/glib-2.0 -I/usr/lib64/glib-2.0/include ' >pkg_cv_GTKDOC_DEPS_LIBS='-lgobject-2.0 -lglib-2.0 ' >pkg_cv_LIBRSVG_CFLAGS='-pthread -I/usr/include/librsvg-2.0 -I/usr/include/gtk-2.0 -I/usr/lib64/gtk-2.0/include -I/usr/include/pango-1.0 -I/usr/include/harfbuzz -I/usr/include/pango-1.0 -I/usr/include/cairo -I/usr/include/pixman-1 -I/usr/include/freetype2 -I/usr/include/libdrm -I/usr/include/gdk-pixbuf-2.0 -I/usr/include/libpng16 -I/usr/include/glib-2.0 -I/usr/lib64/glib-2.0/include ' >pkg_cv_LIBRSVG_LIBS='-lrsvg-2 -lm -lgio-2.0 -lgdk-x11-2.0 -lpangocairo-1.0 -lpango-1.0 -lcairo -lgdk_pixbuf-2.0 -lgobject-2.0 -lglib-2.0 ' >pkg_cv_LIBSPECTRE_CFLAGS= >pkg_cv_LIBSPECTRE_LIBS='-lspectre ' >pkg_cv_POPPLER_CFLAGS='-I/usr/include/poppler/glib -I/usr/include/poppler -I/usr/include/cairo -I/usr/include/glib-2.0 -I/usr/lib64/glib-2.0/include -I/usr/include/pixman-1 -I/usr/include/freetype2 -I/usr/include/libdrm -I/usr/include/libpng16 ' >pkg_cv_POPPLER_LIBS='-lpoppler-glib -lgobject-2.0 -lglib-2.0 -lcairo ' >pkg_cv_egl_CFLAGS='-I/usr/include/libdrm ' >pkg_cv_egl_LIBS='-lEGL ' >pkg_cv_gl_CFLAGS='-I/usr/include/libdrm ' >pkg_cv_gl_LIBS='-lGL ' >pkg_cv_glib_CFLAGS='-I/usr/include/glib-2.0 -I/usr/lib64/glib-2.0/include ' >pkg_cv_glib_LIBS='-lglib-2.0 ' >pkg_cv_gtk_CFLAGS='-pthread -I/usr/include/gtk-2.0 -I/usr/lib64/gtk-2.0/include -I/usr/include/pango-1.0 -I/usr/include/atk-1.0 -I/usr/include/cairo -I/usr/include/pixman-1 -I/usr/include/libdrm -I/usr/include/gdk-pixbuf-2.0 -I/usr/include/libpng16 -I/usr/include/pango-1.0 -I/usr/include/harfbuzz -I/usr/include/pango-1.0 -I/usr/include/glib-2.0 -I/usr/lib64/glib-2.0/include -I/usr/include/freetype2 ' >pkg_cv_gtk_LIBS='-lgtk-x11-2.0 -lgdk-x11-2.0 -lpangocairo-1.0 -latk-1.0 -lcairo -lgdk_pixbuf-2.0 -lgio-2.0 -lpangoft2-1.0 -lpango-1.0 -lgobject-2.0 -lglib-2.0 -lfontconfig -lfreetype ' >pkg_cv_pixman_CFLAGS='-I/usr/include/pixman-1 ' >pkg_cv_pixman_LIBS='-lpixman-1 ' >pkg_cv_png_CFLAGS='-I/usr/include/libpng16 ' >pkg_cv_png_LIBS='-lpng16 ' >pkg_cv_xcb_CFLAGS= >pkg_cv_xcb_LIBS='-lxcb-render -lxcb ' >pkg_cv_xcb_shm_CFLAGS= >pkg_cv_xcb_shm_LIBS='-lxcb-shm -lxcb ' >pkg_cv_xlib_CFLAGS= >pkg_cv_xlib_LIBS='-lX11 -lXext ' >pkg_cv_xlib_xrender_CFLAGS= >pkg_cv_xlib_xrender_LIBS='-lXrender -lX11 ' > >## ----------------- ## >## Output variables. ## >## ----------------- ## > >ACLOCAL='${SHELL} /dev/shm/portage/x11-libs/cairo-1.14.6/work/cairo-1.14.6/build/missing aclocal-1.15' >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' >AS='as' >AUTOCONF='${SHELL} /dev/shm/portage/x11-libs/cairo-1.14.6/work/cairo-1.14.6/build/missing autoconf' >AUTOHEADER='${SHELL} /dev/shm/portage/x11-libs/cairo-1.14.6/work/cairo-1.14.6/build/missing autoheader' >AUTOMAKE='${SHELL} /dev/shm/portage/x11-libs/cairo-1.14.6/work/cairo-1.14.6/build/missing automake-1.15' >AWK='gawk' >BFD_LIBS='-lbfd' >BUILD_ANY2PPM_FALSE='#' >BUILD_ANY2PPM_TRUE='' >BUILD_CXX_FALSE='' >BUILD_CXX_TRUE='#' >BUILD_SPHINX_FALSE='#' >BUILD_SPHINX_TRUE='' >CAIROBOILERPLATE_LIBS='' >CAIRO_CAN_TEST_PDF_SURFACE_FALSE='#' >CAIRO_CAN_TEST_PDF_SURFACE_TRUE='' >CAIRO_CAN_TEST_PS_SURFACE_FALSE='#' >CAIRO_CAN_TEST_PS_SURFACE_TRUE='' >CAIRO_CAN_TEST_SVG_SURFACE_FALSE='#' >CAIRO_CAN_TEST_SVG_SURFACE_TRUE='' >CAIRO_CAN_TEST_WIN32_PRINTING_SURFACE_FALSE='' >CAIRO_CAN_TEST_WIN32_PRINTING_SURFACE_TRUE='#' >CAIRO_CFLAGS=' -I/usr/include/pixman-1 -I/usr/include/freetype2 -I/usr/include/freetype2 -I/usr/include/libdrm -I/usr/include/libdrm -I/usr/include/libpng16 ' >CAIRO_HAS_BEOS_SURFACE_FALSE='' >CAIRO_HAS_BEOS_SURFACE_TRUE='#' >CAIRO_HAS_COGL_SURFACE_FALSE='' >CAIRO_HAS_COGL_SURFACE_TRUE='#' >CAIRO_HAS_DIRECTFB_SURFACE_FALSE='' >CAIRO_HAS_DIRECTFB_SURFACE_TRUE='#' >CAIRO_HAS_DLSYM_FALSE='#' >CAIRO_HAS_DLSYM_TRUE='' >CAIRO_HAS_DL_FALSE='#' >CAIRO_HAS_DL_TRUE='' >CAIRO_HAS_DRM_SURFACE_FALSE='' >CAIRO_HAS_DRM_SURFACE_TRUE='#' >CAIRO_HAS_EGL_FUNCTIONS_FALSE='#' >CAIRO_HAS_EGL_FUNCTIONS_TRUE='' >CAIRO_HAS_FC_FONT_FALSE='#' >CAIRO_HAS_FC_FONT_TRUE='' >CAIRO_HAS_FT_FONT_FALSE='#' >CAIRO_HAS_FT_FONT_TRUE='' >CAIRO_HAS_GALLIUM_SURFACE_FALSE='' >CAIRO_HAS_GALLIUM_SURFACE_TRUE='#' >CAIRO_HAS_GLESV2_SURFACE_FALSE='' >CAIRO_HAS_GLESV2_SURFACE_TRUE='#' >CAIRO_HAS_GLX_FUNCTIONS_FALSE='#' >CAIRO_HAS_GLX_FUNCTIONS_TRUE='' >CAIRO_HAS_GL_SURFACE_FALSE='#' >CAIRO_HAS_GL_SURFACE_TRUE='' >CAIRO_HAS_GOBJECT_FUNCTIONS_FALSE='#' >CAIRO_HAS_GOBJECT_FUNCTIONS_TRUE='' >CAIRO_HAS_INTERPRETER_FALSE='#' >CAIRO_HAS_INTERPRETER_TRUE='' >CAIRO_HAS_LCOV_FALSE='' >CAIRO_HAS_LCOV_TRUE='#' >CAIRO_HAS_MULTI_PAGE_SURFACES_FALSE='#' >CAIRO_HAS_MULTI_PAGE_SURFACES_TRUE='' >CAIRO_HAS_OS2_SURFACE_FALSE='' >CAIRO_HAS_OS2_SURFACE_TRUE='#' >CAIRO_HAS_PDF_SURFACE_FALSE='#' >CAIRO_HAS_PDF_SURFACE_TRUE='' >CAIRO_HAS_PNG_FUNCTIONS_FALSE='#' >CAIRO_HAS_PNG_FUNCTIONS_TRUE='' >CAIRO_HAS_PS_SURFACE_FALSE='#' >CAIRO_HAS_PS_SURFACE_TRUE='' >CAIRO_HAS_PTHREAD_FALSE='' >CAIRO_HAS_PTHREAD_TRUE='#' >CAIRO_HAS_QT_SURFACE_FALSE='' >CAIRO_HAS_QT_SURFACE_TRUE='#' >CAIRO_HAS_QUARTZ_FONT_FALSE='' >CAIRO_HAS_QUARTZ_FONT_TRUE='#' >CAIRO_HAS_QUARTZ_IMAGE_SURFACE_FALSE='' >CAIRO_HAS_QUARTZ_IMAGE_SURFACE_TRUE='#' >CAIRO_HAS_QUARTZ_SURFACE_FALSE='' >CAIRO_HAS_QUARTZ_SURFACE_TRUE='#' >CAIRO_HAS_SCRIPT_SURFACE_FALSE='#' >CAIRO_HAS_SCRIPT_SURFACE_TRUE='' >CAIRO_HAS_SKIA_SURFACE_FALSE='' >CAIRO_HAS_SKIA_SURFACE_TRUE='#' >CAIRO_HAS_SPECTRE_FALSE='#' >CAIRO_HAS_SPECTRE_TRUE='' >CAIRO_HAS_SVG_SURFACE_FALSE='#' >CAIRO_HAS_SVG_SURFACE_TRUE='' >CAIRO_HAS_SYMBOL_LOOKUP_FALSE='#' >CAIRO_HAS_SYMBOL_LOOKUP_TRUE='' >CAIRO_HAS_TEE_SURFACE_FALSE='#' >CAIRO_HAS_TEE_SURFACE_TRUE='' >CAIRO_HAS_TEST_SURFACES_FALSE='' >CAIRO_HAS_TEST_SURFACES_TRUE='#' >CAIRO_HAS_TRACE_FALSE='' >CAIRO_HAS_TRACE_TRUE='#' >CAIRO_HAS_VG_SURFACE_FALSE='' >CAIRO_HAS_VG_SURFACE_TRUE='#' >CAIRO_HAS_WGL_FUNCTIONS_FALSE='' >CAIRO_HAS_WGL_FUNCTIONS_TRUE='#' >CAIRO_HAS_WIN32_FONT_FALSE='' >CAIRO_HAS_WIN32_FONT_TRUE='#' >CAIRO_HAS_WIN32_SURFACE_FALSE='' >CAIRO_HAS_WIN32_SURFACE_TRUE='#' >CAIRO_HAS_XCB_SHM_FUNCTIONS_FALSE='#' >CAIRO_HAS_XCB_SHM_FUNCTIONS_TRUE='' >CAIRO_HAS_XCB_SURFACE_FALSE='#' >CAIRO_HAS_XCB_SURFACE_TRUE='' >CAIRO_HAS_XLIB_SURFACE_FALSE='#' >CAIRO_HAS_XLIB_SURFACE_TRUE='' >CAIRO_HAS_XLIB_XCB_FUNCTIONS_FALSE='' >CAIRO_HAS_XLIB_XCB_FUNCTIONS_TRUE='#' >CAIRO_HAS_XLIB_XRENDER_SURFACE_FALSE='#' >CAIRO_HAS_XLIB_XRENDER_SURFACE_TRUE='' >CAIRO_HAS_XML_SURFACE_FALSE='' >CAIRO_HAS_XML_SURFACE_TRUE='#' >CAIRO_LDFLAGS='' >CAIRO_LIBS=' -lpixman-1 -lfontconfig -lfreetype -lfreetype -lEGL -lGL -ldl -lpng16 -lxcb-shm -lxcb -lxcb-render -lxcb -lXrender -lX11 -lX11 -lXext -lz -lz -lGL ' >CAIRO_LIBTOOL_VERSION_INFO='11402:6:11400' >CAIRO_NONPKGCONFIG_CFLAGS=' ' >CAIRO_NONPKGCONFIG_LIBS=' -lz -lz -lGL ' >CAIRO_RELEASE_STATUS='release' >CAIRO_REQUIRES=' gobject-2.0 glib-2.0 >= 2.14 pixman-1 >= 0.30.0 fontconfig >= 2.2.95 freetype2 >= 9.7.3 egl gl libpng xcb-shm xcb >= 1.6 xcb-render >= 1.6 xrender >= 0.6 x11 xext ' >CAIRO_TEST_MODE='' >CAIRO_TEST_UNDEFINED_LDFLAGS='' >CAIRO_VERSION_MAJOR='1' >CAIRO_VERSION_MICRO='6' >CAIRO_VERSION_MINOR='14' >CAIRO_VERSION_SONUM='2' >CC='x86_64-pc-linux-gnu-gcc' >CCDEPMODE='depmode=none' >CFLAGS='-march=native -O2 -pipe -frecord-gcc-switches' >CPP='x86_64-pc-linux-gnu-gcc -E' >CPPFLAGS='' >CROSS_COMPILING_FALSE='' >CROSS_COMPILING_TRUE='#' >CXX='x86_64-pc-linux-gnu-g++' >CXXCPP='x86_64-pc-linux-gnu-g++ -E' >CXXDEPMODE='depmode=none' >CXXFLAGS='-march=native -O2 -pipe' >CYGPATH_W='echo' >DEFS='-DHAVE_CONFIG_H' >DEPDIR='.deps' >DISABLE_SOME_FLOATING_POINT_FALSE='' >DISABLE_SOME_FLOATING_POINT_TRUE='#' >DLLTOOL='x86_64-pc-linux-gnu-dlltool' >DSYMUTIL='' >DUMPBIN='' >ECHO_C='' >ECHO_N='-n' >ECHO_T='' >EGREP='/bin/grep -E' >ENABLE_GTK_DOC_FALSE='' >ENABLE_GTK_DOC_TRUE='#' >EXEEXT='' >FGREP='/bin/grep -F' >FIND='/usr/bin/find' >FONTCONFIG_CFLAGS='-I/usr/include/freetype2 ' >FONTCONFIG_LIBS='-lfontconfig -lfreetype ' >FREETYPE_CFLAGS='-I/usr/include/freetype2 ' >FREETYPE_CONFIG='' >FREETYPE_LIBS='-lfreetype ' >GOBJECT_CFLAGS='-I/usr/include/glib-2.0 -I/usr/lib64/glib-2.0/include ' >GOBJECT_LIBS='-lgobject-2.0 -lglib-2.0 ' >GREP='/bin/grep' >GS='gs' >GTKDOC_CHECK='gtkdoc-check.test' >GTKDOC_CHECK_PATH='/usr/bin/gtkdoc-check' >GTKDOC_DEPS_CFLAGS='-I/usr/include/glib-2.0 -I/usr/lib64/glib-2.0/include ' >GTKDOC_DEPS_LIBS='-lgobject-2.0 -lglib-2.0 ' >GTKDOC_MKPDF='/usr/bin/gtkdoc-mkpdf' >GTKDOC_REBASE='/usr/bin/gtkdoc-rebase' >GTK_DOC_BUILD_HTML_FALSE='#' >GTK_DOC_BUILD_HTML_TRUE='' >GTK_DOC_BUILD_PDF_FALSE='' >GTK_DOC_BUILD_PDF_TRUE='#' >GTK_DOC_USE_LIBTOOL_FALSE='#' >GTK_DOC_USE_LIBTOOL_TRUE='' >GTK_DOC_USE_REBASE_FALSE='#' >GTK_DOC_USE_REBASE_TRUE='' >HAVE_GTK_DOC_FALSE='#' >HAVE_GTK_DOC_TRUE='' >HAVE_GTK_FALSE='#' >HAVE_GTK_TRUE='' >HAVE_PTHREAD_FALSE='' >HAVE_PTHREAD_TRUE='#' >HAVE_REAL_PTHREAD_FALSE='' >HAVE_REAL_PTHREAD_TRUE='#' >HAVE_SHM_FALSE='#' >HAVE_SHM_TRUE='' >HTML_DIR='${datadir}/gtk-doc/html' >INSTALL_DATA='${INSTALL} -m 644' >INSTALL_PROGRAM='${INSTALL}' >INSTALL_SCRIPT='${INSTALL}' >INSTALL_STRIP_PROGRAM='$(install_sh) -c -s' >LD='/usr/x86_64-pc-linux-gnu/bin/ld -m elf_x86_64' >LDFLAGS='-Wl,--hash-style=gnu -Wl,-O1 -Wl,--as-needed -Wl,--build-id' >LIBM='-lm' >LIBOBJS='' >LIBRSVG_CFLAGS='-pthread -I/usr/include/librsvg-2.0 -I/usr/include/gtk-2.0 -I/usr/lib64/gtk-2.0/include -I/usr/include/pango-1.0 -I/usr/include/harfbuzz -I/usr/include/pango-1.0 -I/usr/include/cairo -I/usr/include/pixman-1 -I/usr/include/freetype2 -I/usr/include/libdrm -I/usr/include/gdk-pixbuf-2.0 -I/usr/include/libpng16 -I/usr/include/glib-2.0 -I/usr/lib64/glib-2.0/include ' >LIBRSVG_LIBS='-lrsvg-2 -lm -lgio-2.0 -lgdk-x11-2.0 -lpangocairo-1.0 -lpango-1.0 -lcairo -lgdk_pixbuf-2.0 -lgobject-2.0 -lglib-2.0 ' >LIBS='-lrt -lm' >LIBSPECTRE_CFLAGS='' >LIBSPECTRE_LIBS='-lspectre ' >LIBTOOL='$(SHELL) $(top_builddir)/libtool' >LIPO='' >LN_S='ln -s' >LTLIBOBJS='' >LTP='' >LTP_GENHTML='' >LT_SYS_LIBRARY_PATH='' >MAKEINFO='${SHELL} /dev/shm/portage/x11-libs/cairo-1.14.6/work/cairo-1.14.6/build/missing makeinfo' >MANIFEST_TOOL=':' >MKDIR_P='/bin/mkdir -p' >NM='/usr/bin/x86_64-pc-linux-gnu-nm -B' >NMEDIT='' >OBJDUMP='x86_64-pc-linux-gnu-objdump' >OBJEXT='o' >OS_WIN32_FALSE='' >OS_WIN32_TRUE='#' >OTOOL64='' >OTOOL='' >PACKAGE='cairo' >PACKAGE_BUGREPORT='http://bugs.freedesktop.org/enter_bug.cgi?product=cairo' >PACKAGE_NAME='cairo' >PACKAGE_STRING='cairo 1.14.6' >PACKAGE_TARNAME='cairo' >PACKAGE_URL='http://cairographics.org/' >PACKAGE_VERSION='1.14.6' >PATH_SEPARATOR=':' >PKGCONFIG_REQUIRES='Requires.private' >PKG_CONFIG='/usr/bin/x86_64-pc-linux-gnu-pkg-config' >POPPLER_CFLAGS='-I/usr/include/poppler/glib -I/usr/include/poppler -I/usr/include/cairo -I/usr/include/glib-2.0 -I/usr/lib64/glib-2.0/include -I/usr/include/pixman-1 -I/usr/include/freetype2 -I/usr/include/libdrm -I/usr/include/libpng16 ' >POPPLER_LIBS='-lpoppler-glib -lgobject-2.0 -lglib-2.0 -lcairo ' >RANLIB='x86_64-pc-linux-gnu-ranlib' >SED='/bin/sed' >SET_MAKE='' >SHELL='/bin/sh' >SHLIB_EXT='so' >SHM_LIBS='-lrt' >SHTOOL='' >STRIP='x86_64-pc-linux-gnu-strip' >VALGRIND_CFLAGS='' >VALGRIND_LIBS='' >VERSION='1.14.6' >XARGS='/usr/bin/xargs' >XMKMF='' >X_CFLAGS='' >X_EXTRA_LIBS='' >X_LIBS='' >X_PRE_LIBS='' >ac_ct_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-tar} chof - "$$tardir"' >am__untar='$${TAR-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' >cogl_CFLAGS='' >cogl_LIBS='' >datadir='/usr/share' >datarootdir='${prefix}/share' >directfb_CFLAGS='' >directfb_LIBS='' >docdir='${datarootdir}/doc/${PACKAGE_TARNAME}' >drm_CFLAGS='' >drm_LIBS='' >dvidir='${docdir}' >egl_CFLAGS='-I/usr/include/libdrm ' >egl_LIBS='-lEGL ' >exec_prefix='${prefix}' >gallium_DIR='' >gl_CFLAGS='-I/usr/include/libdrm ' >gl_LIBS='-lGL -ldl' >glesv2_CFLAGS='' >glesv2_LIBS='' >glib_CFLAGS='-I/usr/include/glib-2.0 -I/usr/lib64/glib-2.0/include ' >glib_LIBS='-lglib-2.0 ' >gtk_CFLAGS='-pthread -I/usr/include/gtk-2.0 -I/usr/lib64/gtk-2.0/include -I/usr/include/pango-1.0 -I/usr/include/atk-1.0 -I/usr/include/cairo -I/usr/include/pixman-1 -I/usr/include/libdrm -I/usr/include/gdk-pixbuf-2.0 -I/usr/include/libpng16 -I/usr/include/pango-1.0 -I/usr/include/harfbuzz -I/usr/include/pango-1.0 -I/usr/include/glib-2.0 -I/usr/lib64/glib-2.0/include -I/usr/include/freetype2 ' >gtk_LIBS='-lgtk-x11-2.0 -lgdk-x11-2.0 -lpangocairo-1.0 -latk-1.0 -lcairo -lgdk_pixbuf-2.0 -lgio-2.0 -lpangoft2-1.0 -lpango-1.0 -lgobject-2.0 -lglib-2.0 -lfontconfig -lfreetype ' >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} /dev/shm/portage/x11-libs/cairo-1.14.6/work/cairo-1.14.6/build/install-sh' >libdir='/usr/lib64' >libexecdir='${exec_prefix}/libexec' >localedir='${datarootdir}/locale' >localstatedir='/var/lib' >lzo_LIBS='-llzo2' >mandir='/usr/share/man' >mesa_DIR='' >mkdir_p='$(MKDIR_P)' >oldincludedir='/usr/include' >pdfdir='${docdir}' >pixman_CFLAGS='-I/usr/include/pixman-1 ' >pixman_LIBS='-lpixman-1 ' >png_CFLAGS='-I/usr/include/libpng16 ' >png_LIBS='-lpng16 ' >png_REQUIRES='libpng' >prefix='/usr' >program_transform_name='s,x,x,' >psdir='${docdir}' >pthread_CFLAGS='' >pthread_LIBS='' >qt_CFLAGS='' >qt_LIBS='' >real_pthread_CFLAGS='' >real_pthread_LIBS='' >sbindir='${exec_prefix}/sbin' >sharedstatedir='${prefix}/com' >shm_LIBS='-lrt' >skia_DIR='' >sysconfdir='/etc' >target_alias='' >xcb_CFLAGS='' >xcb_LIBS='-lxcb-render -lxcb ' >xcb_shm_CFLAGS='' >xcb_shm_LIBS='-lxcb-shm -lxcb ' >xlib_CFLAGS='' >xlib_LIBS='-lX11 -lXext ' >xlib_xcb_CFLAGS='' >xlib_xcb_LIBS='' >xlib_xrender_CFLAGS='' >xlib_xrender_LIBS='-lXrender -lX11 ' > >## ----------- ## >## confdefs.h. ## >## ----------- ## > >/* confdefs.h */ >#define PACKAGE_NAME "cairo" >#define PACKAGE_TARNAME "cairo" >#define PACKAGE_VERSION "1.14.6" >#define PACKAGE_STRING "cairo 1.14.6" >#define PACKAGE_BUGREPORT "http://bugs.freedesktop.org/enter_bug.cgi?product=cairo" >#define PACKAGE_URL "http://cairographics.org/" >#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_UNISTD_H 1 >#define HAVE_SYS_IOCTL_H 1 >#define HAVE_DLFCN_H 1 >#define LT_OBJDIR ".libs/" >#define WARN_UNUSED_RESULT >#define HAVE_CXX11_ATOMIC_PRIMITIVES 1 >#define SIZEOF_VOID_P 8 >#define SIZEOF_INT 4 >#define SIZEOF_LONG 8 >#define SIZEOF_LONG_LONG 8 >#define SIZEOF_SIZE_T 8 >#define HAVE_LIBRT 1 >#define HAVE_BUILTIN_RETURN_ADDRESS 1 >#define HAVE_STDINT_H 1 >#define HAVE_INTTYPES_H 1 >#define HAVE_UINT64_T 1 >#define HAVE___UINT128_T 1 >#define HAVE_FCNTL_H 1 >#define HAVE_UNISTD_H 1 >#define HAVE_SIGNAL_H 1 >#define HAVE_SYS_STAT_H 1 >#define HAVE_SYS_SOCKET_H 1 >#define HAVE_SYS_POLL_H 1 >#define HAVE_SYS_UN_H 1 >#define HAVE_ALARM 1 >#define HAVE_SCHED_H 1 >#define HAVE_SCHED_GETAFFINITY 1 >#define HAVE_SYS_MMAN_H 1 >#define HAVE_MMAP 1 >#define HAVE_TIME_H 1 >#define HAVE_CLOCK_GETTIME 1 >#define HAVE_FEENABLEEXCEPT 1 >#define HAVE_FEDISABLEEXCEPT 1 >#define HAVE_FECLEAREXCEPT 1 >#define HAVE_LIBGEN_H 1 >#define HAVE_BYTESWAP_H 1 >#define HAVE_SIGNAL_H 1 >#define HAVE_SETJMP_H 1 >#define HAVE_FENV_H 1 >#define HAVE_SYS_WAIT_H 1 >#define HAVE_CTIME_R 1 >#define HAVE_DRAND48 1 >#define HAVE_FLOCKFILE 1 >#define HAVE_FUNLOCKFILE 1 >#define HAVE_GETLINE 1 >#define HAVE_LINK 1 >#define HAVE_STRNDUP 1 >#define HAVE_SYS_STAT_H 1 >#define HAVE_MKDIR 2 >#define HAVE_FORK 1 >#define HAVE_WAITPID 1 >#define HAVE_RAISE 1 >#undef PACKAGE_VERSION >#undef PACKAGE_STRING >#undef PACKAGE_NAME >#undef PACKAGE_TARNAME >#define PACKAGE_VERSION USE_cairo_version_OR_cairo_version_string_INSTEAD >#define PACKAGE_STRING USE_cairo_version_OR_cairo_version_string_INSTEAD >#define PACKAGE_NAME USE_cairo_INSTEAD >#define PACKAGE_TARNAME USE_cairo_INSTEAD >#define HAVE_ZLIB 1 >#define HAVE_LZO 1 >#define HAVE_DLFCN_H 1 >#define CAIRO_HAS_DLSYM 1 >#define IPC_RMID_DEFERRED_RELEASE 1 >#define HAVE_X11_EXTENSIONS_XSHM_H 1 >#define HAVE_X11_EXTENSIONS_SHMPROTO_H 1 >#define HAVE_X11_EXTENSIONS_SHMSTR_H 1 >#define HAVE_XRENDERCREATESOLIDFILL 1 >#define HAVE_XRENDERCREATELINEARGRADIENT 1 >#define HAVE_XRENDERCREATERADIALGRADIENT 1 >#define HAVE_XRENDERCREATECONICALGRADIENT 1 >#define HAVE_FT_GET_X11_FONT_FORMAT 1 >#define HAVE_FT_GLYPHSLOT_EMBOLDEN 1 >#define HAVE_FT_GLYPHSLOT_OBLIQUE 1 >#define HAVE_FT_LOAD_SFNT_TABLE 1 >#define HAVE_FT_LIBRARY_SETLCDFILTER 1 >#define HAVE_FCINIT 1 >#define HAVE_FCFINI 1 >#define CAIRO_CAN_TEST_PS_SURFACE 1 >#define CAIRO_HAS_SPECTRE 1 >#define HAVE_POPPLER_PAGE_RENDER 1 >#define CAIRO_CAN_TEST_PDF_SURFACE 1 >#define HAVE_RSVG_PIXBUF_FROM_FILE 1 >#define CAIRO_CAN_TEST_SVG_SURFACE 1 >#define HAS_PIXMAN_GLYPHS 1 >#define SHARED_LIB_EXT "so" >#define CAIRO_HAS_INTERPRETER 1 >#define HAVE_BFD 1 >#define CAIRO_HAS_SYMBOL_LOOKUP 1 > >configure: exit 0
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 579190
:
429794
|
429796
| 429798 |
455272