Go to:
Gentoo Home
Documentation
Forums
Lists
Bugs
Planet
Store
Wiki
Get Gentoo!
Gentoo's Bugzilla – Attachment 453696 Details for
Bug 600122
media-libs/harfbuzz-1.3.1 fails to find cairo
Home
|
New
–
[Ex]
|
Browse
|
Search
|
Privacy Policy
|
[?]
|
Reports
|
Requests
|
Help
|
New Account
|
Log In
[x]
|
Forgot Password
Login:
[x]
/var/tmp/portage/media-libs/harfbuzz-1.3.1/work/harfbuzz-1.3.1-abi_x86_64.amd64/config.log
config.log (text/x-log), 54.56 KB, created by
Haelwenn (lanodan) Monnier
on 2016-11-17 23:32:32 UTC
(
hide
)
Description:
/var/tmp/portage/media-libs/harfbuzz-1.3.1/work/harfbuzz-1.3.1-abi_x86_64.amd64/config.log
Filename:
MIME Type:
Creator:
Haelwenn (lanodan) Monnier
Created:
2016-11-17 23:32:32 UTC
Size:
54.56 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 HarfBuzz configure 1.3.1, which was >generated by GNU Autoconf 2.69. Invocation command line was > > $ /var/tmp/portage/media-libs/harfbuzz-1.3.1/work/harfbuzz-1.3.1/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 --docdir=/usr/share/doc/harfbuzz-1.3.1 --htmldir=/usr/share/doc/harfbuzz-1.3.1/html --libdir=/usr/lib64 --without-coretext --without-uniscribe --disable-static --with-cairo --with-fontconfig --with-glib --without-gobject --with-graphite2 --with-icu --disable-introspection --with-freetype > >## --------- ## >## Platform. ## >## --------- ## > >hostname = NightmareMoon >uname -m = x86_64 >uname -r = 4.2.6-gentoo >uname -s = Linux >uname -v = #17 SMP Thu Jul 7 14:39:32 2016 > >/usr/bin/uname -p = AMD Athlon(tm) II X4 620 Processor >/bin/uname -X = unknown > >/bin/arch = unknown >/usr/bin/arch -k = unknown >/usr/convex/getsysinfo = unknown >/usr/bin/hostinfo = unknown >/bin/machine = unknown >/usr/bin/oslevel = unknown >/bin/universe = unknown > >PATH: /var/tmp/portage/media-libs/harfbuzz-1.3.1/temp/python2.7/bin >PATH: /usr/lib64/ccache/bin >PATH: /usr/lib/portage/python3.4/ebuild-helpers/xattr >PATH: /usr/lib/portage/python3.4/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.3 >PATH: /usr/x86_64-pc-linux-gnu/arm-linux-gnueabi/gcc-bin/4.9.3 >PATH: /usr/x86_64-pc-linux-gnu/arm-linux-gnueabihf/gcc-bin/4.9.3 >PATH: /usr/x86_64-pc-linux-gnu/x86_64-pc-linux-musl/gcc-bin/4.9.3 >PATH: /opt/nvidia-cg-toolkit/bin >PATH: /opt/cuda/bin > > >## ----------- ## >## Core tests. ## >## ----------- ## > >configure:2772: 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:2919: checking for a BSD-compatible install >configure:2987: result: /usr/lib/portage/python3.4/ebuild-helpers/xattr/install -c >configure:2998: checking whether build environment is sane >configure:3053: result: yes >configure:3204: checking for a thread-safe mkdir -p >configure:3243: result: /bin/mkdir -p >configure:3250: checking for gawk >configure:3266: found /usr/bin/gawk >configure:3277: result: gawk >configure:3288: checking whether make sets $(MAKE) >configure:3310: result: yes >configure:3339: checking whether make supports nested variables >configure:3356: result: yes >configure:3436: checking whether UID '250' is supported by ustar format >configure:3439: result: yes >configure:3446: checking whether GID '250' is supported by ustar format >configure:3449: result: yes >configure:3457: checking how to create a ustar tar archive >configure:3468: tar --version >tar (GNU tar) 1.28 >Copyright (C) 2014 Free Software Foundation, Inc. >License GPLv3+: GNU GPL version 3 or later <http://gnu.org/licenses/gpl.html>. >This is free software: you are free to change and redistribute it. >There is NO WARRANTY, to the extent permitted by law. > >Written by John Gilmore and Jay Fenlason. >configure:3471: $? = 0 >configure:3511: tardir=conftest.dir && eval tar --format=ustar -chf - "$tardir" >conftest.tar >configure:3514: $? = 0 >configure:3518: tar -xf - <conftest.tar >configure:3521: $? = 0 >configure:3523: cat conftest.dir/file >GrepMe >configure:3526: $? = 0 >configure:3539: result: gnutar >configure:3607: checking whether make supports nested variables >configure:3624: result: yes >configure:3649: checking for style of include used by make >configure:3677: result: GNU >configure:3708: checking for x86_64-pc-linux-gnu-gcc >configure:3735: result: gcc >configure:4004: checking for C compiler version >configure:4013: gcc --version >&5 >gcc (Gentoo Hardened 4.9.3 p1.5, pie-0.6.4) 4.9.3 >Copyright (C) 2015 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:4024: $? = 0 >configure:4013: gcc -v >&5 >Using built-in specs. >COLLECT_GCC=/usr/x86_64-pc-linux-gnu/gcc-bin/4.9.3/gcc >COLLECT_LTO_WRAPPER=/usr/libexec/gcc/x86_64-pc-linux-gnu/4.9.3/lto-wrapper >Target: x86_64-pc-linux-gnu >Configured with: /var/tmp/portage/sys-devel/gcc-4.9.3/work/gcc-4.9.3/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.3 --includedir=/usr/lib/gcc/x86_64-pc-linux-gnu/4.9.3/include --datadir=/usr/share/gcc-data/x86_64-pc-linux-gnu/4.9.3 --mandir=/usr/share/gcc-data/x86_64-pc-linux-gnu/4.9.3/man --infodir=/usr/share/gcc-data/x86_64-pc-linux-gnu/4.9.3/info --with-gxx-include-dir=/usr/lib/gcc/x86_64-pc-linux-gnu/4.9.3/include/g++-v4 --with-python-dir=/share/gcc-data/x86_64-pc-linux-gnu/4.9.3/python --enable-languages=c,c++,objc,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 Hardened 4.9.3 p1.5, pie-0.6.4' --enable-esp --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 --disable-libgcj --enable-libgomp --disable-libmudflap --disable-libssp --disable-libcilkrts --enable-vtable-verify --enable-libvtv --enable-lto --without-cloog --disable-libsanitizer >Thread model: posix >gcc version 4.9.3 (Gentoo Hardened 4.9.3 p1.5, pie-0.6.4) >configure:4024: $? = 0 >configure:4013: gcc -V >&5 >gcc: error: unrecognized command line option '-V' >gcc: fatal error: no input files >compilation terminated. >configure:4024: $? = 1 >configure:4013: gcc -qversion >&5 >gcc: error: unrecognized command line option '-qversion' >gcc: fatal error: no input files >compilation terminated. >configure:4024: $? = 1 >configure:4044: checking whether the C compiler works >configure:4066: gcc -O3 -pipe -march=amdfam10 -Wl,-O1 -Wl,--as-needed conftest.c >&5 >configure:4070: $? = 0 >configure:4118: result: yes >configure:4121: checking for C compiler default output file name >configure:4123: result: a.out >configure:4129: checking for suffix of executables >configure:4136: gcc -o conftest -O3 -pipe -march=amdfam10 -Wl,-O1 -Wl,--as-needed conftest.c >&5 >configure:4140: $? = 0 >configure:4162: result: >configure:4184: checking whether we are cross compiling >configure:4192: gcc -o conftest -O3 -pipe -march=amdfam10 -Wl,-O1 -Wl,--as-needed conftest.c >&5 >configure:4196: $? = 0 >configure:4203: ./conftest >configure:4207: $? = 0 >configure:4222: result: no >configure:4227: checking for suffix of object files >configure:4249: gcc -c -O3 -pipe -march=amdfam10 conftest.c >&5 >configure:4253: $? = 0 >configure:4274: result: o >configure:4278: checking whether we are using the GNU C compiler >configure:4297: gcc -c -O3 -pipe -march=amdfam10 conftest.c >&5 >configure:4297: $? = 0 >configure:4306: result: yes >configure:4315: checking whether gcc accepts -g >configure:4335: gcc -c -g conftest.c >&5 >configure:4335: $? = 0 >configure:4376: result: yes >configure:4393: checking for gcc option to accept ISO C89 >configure:4456: gcc -c -O3 -pipe -march=amdfam10 conftest.c >&5 >configure:4456: $? = 0 >configure:4469: result: none needed >configure:4494: checking whether gcc understands -c and -o together >configure:4516: gcc -c conftest.c -o conftest2.o >configure:4519: $? = 0 >configure:4516: gcc -c conftest.c -o conftest2.o >configure:4519: $? = 0 >configure:4531: result: yes >configure:4550: checking dependency style of gcc >configure:4661: result: none >configure:4682: checking for x86_64-pc-linux-gnu-ar >configure:4698: found /usr/bin/x86_64-pc-linux-gnu-ar >configure:4709: result: x86_64-pc-linux-gnu-ar >configure:4779: checking the archiver (x86_64-pc-linux-gnu-ar) interface >configure:4795: gcc -c -O3 -pipe -march=amdfam10 conftest.c >&5 >configure:4795: $? = 0 >configure:4797: x86_64-pc-linux-gnu-ar cru libconftest.a conftest.o >&5 >configure:4800: $? = 0 >configure:4828: result: ar >configure:4878: checking build system type >configure:4892: result: x86_64-pc-linux-gnu >configure:4912: checking host system type >configure:4925: result: x86_64-pc-linux-gnu >configure:4966: checking how to print strings >configure:4995: result: print -r >configure:5014: checking for a sed that does not truncate output >configure:5078: result: /bin/sed >configure:5096: checking for grep that handles long lines and -e >configure:5154: result: /bin/grep >configure:5159: checking for egrep >configure:5221: result: /bin/grep -E >configure:5226: checking for fgrep >configure:5288: result: /bin/grep -F >configure:5323: checking for ld used by gcc >configure:5390: result: /usr/x86_64-pc-linux-gnu/bin/ld >configure:5397: checking if the linker (/usr/x86_64-pc-linux-gnu/bin/ld) is GNU ld >configure:5412: result: yes >configure:5424: checking for BSD- or MS-compatible name lister (nm) >configure:5473: result: /usr/bin/x86_64-pc-linux-gnu-nm -B >configure:5603: checking the name lister (/usr/bin/x86_64-pc-linux-gnu-nm -B) interface >configure:5610: gcc -c -O3 -pipe -march=amdfam10 conftest.c >&5 >configure:5613: /usr/bin/x86_64-pc-linux-gnu-nm -B "conftest.o" >configure:5616: output >0000000000000000 B some_variable >configure:5623: result: BSD nm >configure:5626: checking whether ln -s works >configure:5630: result: yes >configure:5638: checking the maximum length of command line arguments >configure:5769: result: 1572864 >configure:5786: checking whether the shell understands some XSI constructs >configure:5796: result: yes >configure:5800: checking whether the shell understands "+=" >configure:5806: result: yes >configure:5841: checking how to convert x86_64-pc-linux-gnu file names to x86_64-pc-linux-gnu format >configure:5881: result: func_convert_file_noop >configure:5888: checking how to convert x86_64-pc-linux-gnu file names to toolchain format >configure:5908: result: func_convert_file_noop >configure:5915: checking for /usr/x86_64-pc-linux-gnu/bin/ld option to reload object files >configure:5922: result: -r >configure:5956: checking for x86_64-pc-linux-gnu-objdump >configure:5972: found /usr/bin/x86_64-pc-linux-gnu-objdump >configure:5983: result: x86_64-pc-linux-gnu-objdump >configure:6055: checking how to recognize dependent libraries >configure:6253: result: pass_all >configure:6298: checking for x86_64-pc-linux-gnu-dlltool >configure:6328: result: no >configure:6338: checking for dlltool >configure:6368: result: no >configure:6398: checking how to associate runtime and link libraries >configure:6425: result: print -r -- >configure:6441: checking for x86_64-pc-linux-gnu-ar >configure:6468: result: x86_64-pc-linux-gnu-ar >configure:6549: checking for archiver @FILE support >configure:6566: gcc -c -O3 -pipe -march=amdfam10 conftest.c >&5 >configure:6566: $? = 0 >configure:6569: x86_64-pc-linux-gnu-ar cru libconftest.a @conftest.lst >&5 >configure:6572: $? = 0 >configure:6577: 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:6580: $? = 1 >configure:6592: result: @ >configure:6610: checking for x86_64-pc-linux-gnu-strip >configure:6626: found /usr/bin/x86_64-pc-linux-gnu-strip >configure:6637: result: x86_64-pc-linux-gnu-strip >configure:6709: checking for x86_64-pc-linux-gnu-ranlib >configure:6725: found /usr/bin/x86_64-pc-linux-gnu-ranlib >configure:6736: result: x86_64-pc-linux-gnu-ranlib >configure:6878: checking command to parse /usr/bin/x86_64-pc-linux-gnu-nm -B output from gcc object >configure:6998: gcc -c -O3 -pipe -march=amdfam10 conftest.c >&5 >configure:7001: $? = 0 >configure:7005: /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:7008: $? = 0 >configure:7074: gcc -o conftest -O3 -pipe -march=amdfam10 -Wl,-O1 -Wl,--as-needed conftest.c conftstm.o >&5 >configure:7077: $? = 0 >configure:7115: result: ok >configure:7152: checking for sysroot >configure:7182: result: no >configure:7259: gcc -c -O3 -pipe -march=amdfam10 conftest.c >&5 >configure:7262: $? = 0 >configure:7411: checking for x86_64-pc-linux-gnu-mt >configure:7441: result: no >configure:7451: checking for mt >configure:7481: result: no >configure:7501: checking if : is a manifest tool >configure:7507: : '-?' >configure:7515: result: no >configure:8157: checking how to run the C preprocessor >configure:8188: gcc -E conftest.c >configure:8188: $? = 0 >configure:8202: 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:8202: $? = 1 >configure: failed program was: >| /* confdefs.h */ >| #define PACKAGE_NAME "HarfBuzz" >| #define PACKAGE_TARNAME "harfbuzz" >| #define PACKAGE_VERSION "1.3.1" >| #define PACKAGE_STRING "HarfBuzz 1.3.1" >| #define PACKAGE_BUGREPORT "https://github.com/behdad/harfbuzz/issues/new" >| #define PACKAGE_URL "http://harfbuzz.org/" >| /* end confdefs.h. */ >| #include <ac_nonexistent.h> >configure:8227: result: gcc -E >configure:8247: gcc -E conftest.c >configure:8247: $? = 0 >configure:8261: 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:8261: $? = 1 >configure: failed program was: >| /* confdefs.h */ >| #define PACKAGE_NAME "HarfBuzz" >| #define PACKAGE_TARNAME "harfbuzz" >| #define PACKAGE_VERSION "1.3.1" >| #define PACKAGE_STRING "HarfBuzz 1.3.1" >| #define PACKAGE_BUGREPORT "https://github.com/behdad/harfbuzz/issues/new" >| #define PACKAGE_URL "http://harfbuzz.org/" >| /* end confdefs.h. */ >| #include <ac_nonexistent.h> >configure:8290: checking for ANSI C header files >configure:8310: gcc -c -O3 -pipe -march=amdfam10 conftest.c >&5 >configure:8310: $? = 0 >configure:8383: gcc -o conftest -O3 -pipe -march=amdfam10 -Wl,-O1 -Wl,--as-needed conftest.c >&5 >configure:8383: $? = 0 >configure:8383: ./conftest >configure:8383: $? = 0 >configure:8394: result: yes >configure:8407: checking for sys/types.h >configure:8407: gcc -c -O3 -pipe -march=amdfam10 conftest.c >&5 >configure:8407: $? = 0 >configure:8407: result: yes >configure:8407: checking for sys/stat.h >configure:8407: gcc -c -O3 -pipe -march=amdfam10 conftest.c >&5 >configure:8407: $? = 0 >configure:8407: result: yes >configure:8407: checking for stdlib.h >configure:8407: gcc -c -O3 -pipe -march=amdfam10 conftest.c >&5 >configure:8407: $? = 0 >configure:8407: result: yes >configure:8407: checking for string.h >configure:8407: gcc -c -O3 -pipe -march=amdfam10 conftest.c >&5 >configure:8407: $? = 0 >configure:8407: result: yes >configure:8407: checking for memory.h >configure:8407: gcc -c -O3 -pipe -march=amdfam10 conftest.c >&5 >configure:8407: $? = 0 >configure:8407: result: yes >configure:8407: checking for strings.h >configure:8407: gcc -c -O3 -pipe -march=amdfam10 conftest.c >&5 >configure:8407: $? = 0 >configure:8407: result: yes >configure:8407: checking for inttypes.h >configure:8407: gcc -c -O3 -pipe -march=amdfam10 conftest.c >&5 >configure:8407: $? = 0 >configure:8407: result: yes >configure:8407: checking for stdint.h >configure:8407: gcc -c -O3 -pipe -march=amdfam10 conftest.c >&5 >configure:8407: $? = 0 >configure:8407: result: yes >configure:8407: checking for unistd.h >configure:8407: gcc -c -O3 -pipe -march=amdfam10 conftest.c >&5 >configure:8407: $? = 0 >configure:8407: result: yes >configure:8421: checking for dlfcn.h >configure:8421: gcc -c -O3 -pipe -march=amdfam10 conftest.c >&5 >configure:8421: $? = 0 >configure:8421: result: yes >configure:8626: checking for objdir >configure:8641: result: .libs >configure:8912: checking if gcc supports -fno-rtti -fno-exceptions >configure:8930: gcc -c -O3 -pipe -march=amdfam10 -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:8934: $? = 0 >configure:8947: result: no >configure:9274: checking for gcc option to produce PIC >configure:9281: result: -fPIC -DPIC >configure:9289: checking if gcc PIC flag -fPIC -DPIC works >configure:9307: gcc -c -O3 -pipe -march=amdfam10 -fPIC -DPIC -DPIC conftest.c >&5 >configure:9311: $? = 0 >configure:9324: result: yes >configure:9353: checking if gcc static flag -static works >configure:9381: result: yes >configure:9396: checking if gcc supports -c -o file.o >configure:9417: gcc -c -O3 -pipe -march=amdfam10 -o out/conftest2.o conftest.c >&5 >configure:9421: $? = 0 >configure:9443: result: yes >configure:9451: checking if gcc supports -c -o file.o >configure:9498: result: yes >configure:9531: checking whether the gcc linker (/usr/x86_64-pc-linux-gnu/bin/ld -m elf_x86_64) supports shared libraries >configure:10688: result: yes >configure:10725: checking whether -lc should be explicitly linked in >configure:10733: gcc -c -O3 -pipe -march=amdfam10 conftest.c >&5 >configure:10736: $? = 0 >configure:10751: gcc -shared -fPIC -DPIC conftest.o -v -Wl,-soname -Wl,conftest -o conftest 2\>\&1 \| /bin/grep -lc \>/dev/null 2\>\&1 >configure:10754: $? = 0 >configure:10768: result: no >configure:10928: checking dynamic linker characteristics >configure:11428: gcc -o conftest -O3 -pipe -march=amdfam10 -Wl,-O1 -Wl,--as-needed -Wl,-rpath -Wl,/foo conftest.c >&5 >configure:11428: $? = 0 >configure:11662: result: GNU/Linux ld.so >configure:11769: checking how to hardcode library paths into programs >configure:11794: result: immediate >configure:12334: checking whether stripping libraries is possible >configure:12339: result: yes >configure:12374: checking if libtool supports shared libraries >configure:12376: result: yes >configure:12379: checking whether to build shared libraries >configure:12400: result: yes >configure:12403: checking whether to build static libraries >configure:12407: result: no >configure:12454: checking for x86_64-pc-linux-gnu-gcc >configure:12481: result: gcc >configure:12750: checking for C compiler version >configure:12759: gcc --version >&5 >gcc (Gentoo Hardened 4.9.3 p1.5, pie-0.6.4) 4.9.3 >Copyright (C) 2015 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:12770: $? = 0 >configure:12759: gcc -v >&5 >Using built-in specs. >COLLECT_GCC=/usr/x86_64-pc-linux-gnu/gcc-bin/4.9.3/gcc >COLLECT_LTO_WRAPPER=/usr/libexec/gcc/x86_64-pc-linux-gnu/4.9.3/lto-wrapper >Target: x86_64-pc-linux-gnu >Configured with: /var/tmp/portage/sys-devel/gcc-4.9.3/work/gcc-4.9.3/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.3 --includedir=/usr/lib/gcc/x86_64-pc-linux-gnu/4.9.3/include --datadir=/usr/share/gcc-data/x86_64-pc-linux-gnu/4.9.3 --mandir=/usr/share/gcc-data/x86_64-pc-linux-gnu/4.9.3/man --infodir=/usr/share/gcc-data/x86_64-pc-linux-gnu/4.9.3/info --with-gxx-include-dir=/usr/lib/gcc/x86_64-pc-linux-gnu/4.9.3/include/g++-v4 --with-python-dir=/share/gcc-data/x86_64-pc-linux-gnu/4.9.3/python --enable-languages=c,c++,objc,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 Hardened 4.9.3 p1.5, pie-0.6.4' --enable-esp --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 --disable-libgcj --enable-libgomp --disable-libmudflap --disable-libssp --disable-libcilkrts --enable-vtable-verify --enable-libvtv --enable-lto --without-cloog --disable-libsanitizer >Thread model: posix >gcc version 4.9.3 (Gentoo Hardened 4.9.3 p1.5, pie-0.6.4) >configure:12770: $? = 0 >configure:12759: gcc -V >&5 >gcc: error: unrecognized command line option '-V' >gcc: fatal error: no input files >compilation terminated. >configure:12770: $? = 1 >configure:12759: gcc -qversion >&5 >gcc: error: unrecognized command line option '-qversion' >gcc: fatal error: no input files >compilation terminated. >configure:12770: $? = 1 >configure:12774: checking whether we are using the GNU C compiler >configure:12802: result: yes >configure:12811: checking whether gcc accepts -g >configure:12872: result: yes >configure:12889: checking for gcc option to accept ISO C89 >configure:12965: result: none needed >configure:12990: checking whether gcc understands -c and -o together >configure:13027: result: yes >configure:13046: checking dependency style of gcc >configure:13157: result: none >configure:13285: checking for C++ compiler version >configure:13294: g++ --version >&5 >g++ (Gentoo Hardened 4.9.3 p1.5, pie-0.6.4) 4.9.3 >Copyright (C) 2015 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:13305: $? = 0 >configure:13294: g++ -v >&5 >Using built-in specs. >COLLECT_GCC=/usr/x86_64-pc-linux-gnu/gcc-bin/4.9.3/g++ >COLLECT_LTO_WRAPPER=/usr/libexec/gcc/x86_64-pc-linux-gnu/4.9.3/lto-wrapper >Target: x86_64-pc-linux-gnu >Configured with: /var/tmp/portage/sys-devel/gcc-4.9.3/work/gcc-4.9.3/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.3 --includedir=/usr/lib/gcc/x86_64-pc-linux-gnu/4.9.3/include --datadir=/usr/share/gcc-data/x86_64-pc-linux-gnu/4.9.3 --mandir=/usr/share/gcc-data/x86_64-pc-linux-gnu/4.9.3/man --infodir=/usr/share/gcc-data/x86_64-pc-linux-gnu/4.9.3/info --with-gxx-include-dir=/usr/lib/gcc/x86_64-pc-linux-gnu/4.9.3/include/g++-v4 --with-python-dir=/share/gcc-data/x86_64-pc-linux-gnu/4.9.3/python --enable-languages=c,c++,objc,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 Hardened 4.9.3 p1.5, pie-0.6.4' --enable-esp --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 --disable-libgcj --enable-libgomp --disable-libmudflap --disable-libssp --disable-libcilkrts --enable-vtable-verify --enable-libvtv --enable-lto --without-cloog --disable-libsanitizer >Thread model: posix >gcc version 4.9.3 (Gentoo Hardened 4.9.3 p1.5, pie-0.6.4) >configure:13305: $? = 0 >configure:13294: g++ -V >&5 >g++: error: unrecognized command line option '-V' >g++: fatal error: no input files >compilation terminated. >configure:13305: $? = 1 >configure:13294: g++ -qversion >&5 >g++: error: unrecognized command line option '-qversion' >g++: fatal error: no input files >compilation terminated. >configure:13305: $? = 1 >configure:13309: checking whether we are using the GNU C++ compiler >configure:13328: g++ -c -O3 -pipe -march=amdfam10 conftest.cpp >&5 >configure:13328: $? = 0 >configure:13337: result: yes >configure:13346: checking whether g++ accepts -g >configure:13366: g++ -c -g conftest.cpp >&5 >configure:13366: $? = 0 >configure:13407: result: yes >configure:13432: checking dependency style of g++ >configure:13543: result: none >configure:13576: checking how to run the C++ preprocessor >configure:13603: g++ -E conftest.cpp >configure:13603: $? = 0 >configure:13617: g++ -E conftest.cpp >conftest.cpp:21:28: fatal error: ac_nonexistent.h: No such file or directory > #include <ac_nonexistent.h> > ^ >compilation terminated. >configure:13617: $? = 1 >configure: failed program was: >| /* confdefs.h */ >| #define PACKAGE_NAME "HarfBuzz" >| #define PACKAGE_TARNAME "harfbuzz" >| #define PACKAGE_VERSION "1.3.1" >| #define PACKAGE_STRING "HarfBuzz 1.3.1" >| #define PACKAGE_BUGREPORT "https://github.com/behdad/harfbuzz/issues/new" >| #define PACKAGE_URL "http://harfbuzz.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 HAVE_DLFCN_H 1 >| #define LT_OBJDIR ".libs/" >| /* end confdefs.h. */ >| #include <ac_nonexistent.h> >configure:13642: result: g++ -E >configure:13662: g++ -E conftest.cpp >configure:13662: $? = 0 >configure:13676: g++ -E conftest.cpp >conftest.cpp:21:28: fatal error: ac_nonexistent.h: No such file or directory > #include <ac_nonexistent.h> > ^ >compilation terminated. >configure:13676: $? = 1 >configure: failed program was: >| /* confdefs.h */ >| #define PACKAGE_NAME "HarfBuzz" >| #define PACKAGE_TARNAME "harfbuzz" >| #define PACKAGE_VERSION "1.3.1" >| #define PACKAGE_STRING "HarfBuzz 1.3.1" >| #define PACKAGE_BUGREPORT "https://github.com/behdad/harfbuzz/issues/new" >| #define PACKAGE_URL "http://harfbuzz.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 HAVE_DLFCN_H 1 >| #define LT_OBJDIR ".libs/" >| /* end confdefs.h. */ >| #include <ac_nonexistent.h> >configure:13845: checking for ld used by g++ >configure:13912: result: /usr/x86_64-pc-linux-gnu/bin/ld -m elf_x86_64 >configure:13919: checking if the linker (/usr/x86_64-pc-linux-gnu/bin/ld -m elf_x86_64) is GNU ld >configure:13934: result: yes >configure:13989: checking whether the g++ linker (/usr/x86_64-pc-linux-gnu/bin/ld -m elf_x86_64) supports shared libraries >configure:14991: result: yes >configure:15027: g++ -c -O3 -pipe -march=amdfam10 conftest.cpp >&5 >configure:15030: $? = 0 >configure:15550: checking for g++ option to produce PIC >configure:15557: result: -fPIC -DPIC >configure:15565: checking if g++ PIC flag -fPIC -DPIC works >configure:15583: g++ -c -O3 -pipe -march=amdfam10 -fPIC -DPIC -DPIC conftest.cpp >&5 >configure:15587: $? = 0 >configure:15600: result: yes >configure:15623: checking if g++ static flag -static works >configure:15651: result: yes >configure:15663: checking if g++ supports -c -o file.o >configure:15684: g++ -c -O3 -pipe -march=amdfam10 -o out/conftest2.o conftest.cpp >&5 >configure:15688: $? = 0 >configure:15710: result: yes >configure:15715: checking if g++ supports -c -o file.o >configure:15762: result: yes >configure:15792: checking whether the g++ linker (/usr/x86_64-pc-linux-gnu/bin/ld -m elf_x86_64) supports shared libraries >configure:15831: result: yes >configure:15972: checking dynamic linker characteristics >configure:16640: result: GNU/Linux ld.so >configure:16693: checking how to hardcode library paths into programs >configure:16718: result: immediate >configure:16764: checking for x86_64-pc-linux-gnu-pkg-config >configure:16782: found /usr/bin/x86_64-pc-linux-gnu-pkg-config >configure:16794: result: /usr/bin/x86_64-pc-linux-gnu-pkg-config >configure:16862: checking pkg-config is at least version 0.20 >configure:16865: result: yes >configure:16910: checking for gtk-doc >configure:16913: $PKG_CONFIG --exists --print-errors "$gtk_doc_requires" >configure:16916: $? = 0 >configure:16922: result: yes >configure:16936: checking for gtkdoc-check >configure:16952: found /usr/bin/gtkdoc-check >configure:16963: result: gtkdoc-check.test >configure:16973: checking for gtkdoc-check >configure:16991: found /usr/bin/gtkdoc-check >configure:17003: result: /usr/bin/gtkdoc-check >configure:17015: checking for gtkdoc-rebase >configure:17033: found /usr/bin/gtkdoc-rebase >configure:17045: result: /usr/bin/gtkdoc-rebase >configure:17059: checking for gtkdoc-mkpdf >configure:17077: found /usr/bin/gtkdoc-mkpdf >configure:17089: result: /usr/bin/gtkdoc-mkpdf >configure:17117: checking whether to build gtk-doc documentation >configure:17119: result: no >configure:17132: checking for GTKDOC_DEPS >configure:17140: $PKG_CONFIG --exists --print-errors "glib-2.0 >= 2.10.0 gobject-2.0 >= 2.10.0" >configure:17143: $? = 0 >configure:17158: $PKG_CONFIG --exists --print-errors "glib-2.0 >= 2.10.0 gobject-2.0 >= 2.10.0" >configure:17161: $? = 0 >configure:17197: result: yes >configure:17285: checking for atexit >configure:17285: gcc -o conftest -O3 -pipe -march=amdfam10 -Wl,-O1 -Wl,--as-needed conftest.c >&5 >configure:17285: $? = 0 >configure:17285: result: yes >configure:17285: checking for mprotect >configure:17285: gcc -o conftest -O3 -pipe -march=amdfam10 -Wl,-O1 -Wl,--as-needed conftest.c >&5 >configure:17285: $? = 0 >configure:17285: result: yes >configure:17285: checking for sysconf >configure:17285: gcc -o conftest -O3 -pipe -march=amdfam10 -Wl,-O1 -Wl,--as-needed conftest.c >&5 >configure:17285: $? = 0 >configure:17285: result: yes >configure:17285: checking for getpagesize >configure:17285: gcc -o conftest -O3 -pipe -march=amdfam10 -Wl,-O1 -Wl,--as-needed conftest.c >&5 >configure:17285: $? = 0 >configure:17285: result: yes >configure:17285: checking for mmap >configure:17285: gcc -o conftest -O3 -pipe -march=amdfam10 -Wl,-O1 -Wl,--as-needed conftest.c >&5 >configure:17285: $? = 0 >configure:17285: result: yes >configure:17285: checking for isatty >configure:17285: gcc -o conftest -O3 -pipe -march=amdfam10 -Wl,-O1 -Wl,--as-needed conftest.c >&5 >configure:17285: $? = 0 >configure:17285: result: yes >configure:17297: checking for unistd.h >configure:17297: result: yes >configure:17297: checking sys/mman.h usability >configure:17297: gcc -c -O3 -pipe -march=amdfam10 conftest.c >&5 >configure:17297: $? = 0 >configure:17297: result: yes >configure:17297: checking sys/mman.h presence >configure:17297: gcc -E conftest.c >configure:17297: $? = 0 >configure:17297: result: yes >configure:17297: checking for sys/mman.h >configure:17297: result: yes >configure:17312: checking alignment of struct{char;} >configure:17317: gcc -o conftest -O3 -pipe -march=amdfam10 -Wl,-O1 -Wl,--as-needed conftest.c >&5 >conftest.c:65:37: warning: declaration does not declare anything > typedef struct { char x; struct{char;} y; } ac__type_alignof_; > ^ >configure:17317: $? = 0 >configure:17317: ./conftest >configure:17317: $? = 0 >configure:17335: result: 1 >configure:17385: checking for native Win32 >configure:17392: result: no >configure:17573: checking for the pthreads library -lpthreads >configure:17611: gcc -o conftest -O3 -pipe -march=amdfam10 -Wl,-O1 -Wl,--as-needed -Bsymbolic-functions conftest.c -lpthreads >&5 >/usr/lib/gcc/x86_64-pc-linux-gnu/4.9.3/../../../../x86_64-pc-linux-gnu/bin/ld: cannot find -lpthreads >collect2: error: ld returned 1 exit status >configure:17611: $? = 1 >configure: failed program was: >| /* confdefs.h */ >| #define PACKAGE_NAME "HarfBuzz" >| #define PACKAGE_TARNAME "harfbuzz" >| #define PACKAGE_VERSION "1.3.1" >| #define PACKAGE_STRING "HarfBuzz 1.3.1" >| #define PACKAGE_BUGREPORT "https://github.com/behdad/harfbuzz/issues/new" >| #define PACKAGE_URL "http://harfbuzz.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 HAVE_DLFCN_H 1 >| #define LT_OBJDIR ".libs/" >| #define HAVE_ATEXIT 1 >| #define HAVE_MPROTECT 1 >| #define HAVE_SYSCONF 1 >| #define HAVE_GETPAGESIZE 1 >| #define HAVE_MMAP 1 >| #define HAVE_ISATTY 1 >| #define HAVE_UNISTD_H 1 >| #define HAVE_SYS_MMAN_H 1 >| #define ALIGNOF_STRUCT_CHAR__ 1 >| /* end confdefs.h. */ >| #include <pthread.h> >| static void routine(void *a) { a = 0; } >| static void *start_routine(void *a) { return a; } >| int >| main () >| { >| pthread_t th; pthread_attr_t attr; >| pthread_create(&th, 0, start_routine, 0); >| pthread_join(th, 0); >| pthread_attr_init(&attr); >| pthread_cleanup_push(routine, 0); >| pthread_cleanup_pop(0) /* ; */ >| ; >| return 0; >| } >configure:17620: result: no >configure:17518: checking whether pthreads work without any flags >configure:17611: gcc -o conftest -O3 -pipe -march=amdfam10 -Wl,-O1 -Wl,--as-needed -Bsymbolic-functions conftest.c >&5 >/var/tmp/portage/media-libs/harfbuzz-1.3.1/temp/ccYHOTji.o: In function `main': >conftest.c:(.text.startup+0x3a): undefined reference to `pthread_create' >conftest.c:(.text.startup+0x48): undefined reference to `pthread_join' >conftest.c:(.text.startup+0x6f): undefined reference to `__pthread_register_cancel' >conftest.c:(.text.startup+0x77): undefined reference to `__pthread_unregister_cancel' >collect2: error: ld returned 1 exit status >configure:17611: $? = 1 >configure: failed program was: >| /* confdefs.h */ >| #define PACKAGE_NAME "HarfBuzz" >| #define PACKAGE_TARNAME "harfbuzz" >| #define PACKAGE_VERSION "1.3.1" >| #define PACKAGE_STRING "HarfBuzz 1.3.1" >| #define PACKAGE_BUGREPORT "https://github.com/behdad/harfbuzz/issues/new" >| #define PACKAGE_URL "http://harfbuzz.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 HAVE_DLFCN_H 1 >| #define LT_OBJDIR ".libs/" >| #define HAVE_ATEXIT 1 >| #define HAVE_MPROTECT 1 >| #define HAVE_SYSCONF 1 >| #define HAVE_GETPAGESIZE 1 >| #define HAVE_MMAP 1 >| #define HAVE_ISATTY 1 >| #define HAVE_UNISTD_H 1 >| #define HAVE_SYS_MMAN_H 1 >| #define ALIGNOF_STRUCT_CHAR__ 1 >| /* end confdefs.h. */ >| #include <pthread.h> >| static void routine(void *a) { a = 0; } >| static void *start_routine(void *a) { return a; } >| int >| main () >| { >| pthread_t th; pthread_attr_t attr; >| pthread_create(&th, 0, start_routine, 0); >| pthread_join(th, 0); >| pthread_attr_init(&attr); >| pthread_cleanup_push(routine, 0); >| pthread_cleanup_pop(0) /* ; */ >| ; >| return 0; >| } >configure:17620: result: no >configure:17523: checking whether pthreads work with -Kthread >configure:17611: gcc -o conftest -O3 -pipe -march=amdfam10 -Kthread -Wl,-O1 -Wl,--as-needed -Bsymbolic-functions conftest.c >&5 >gcc: error: unrecognized command line option '-Kthread' >configure:17611: $? = 1 >configure: failed program was: >| /* confdefs.h */ >| #define PACKAGE_NAME "HarfBuzz" >| #define PACKAGE_TARNAME "harfbuzz" >| #define PACKAGE_VERSION "1.3.1" >| #define PACKAGE_STRING "HarfBuzz 1.3.1" >| #define PACKAGE_BUGREPORT "https://github.com/behdad/harfbuzz/issues/new" >| #define PACKAGE_URL "http://harfbuzz.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 HAVE_DLFCN_H 1 >| #define LT_OBJDIR ".libs/" >| #define HAVE_ATEXIT 1 >| #define HAVE_MPROTECT 1 >| #define HAVE_SYSCONF 1 >| #define HAVE_GETPAGESIZE 1 >| #define HAVE_MMAP 1 >| #define HAVE_ISATTY 1 >| #define HAVE_UNISTD_H 1 >| #define HAVE_SYS_MMAN_H 1 >| #define ALIGNOF_STRUCT_CHAR__ 1 >| /* end confdefs.h. */ >| #include <pthread.h> >| static void routine(void *a) { a = 0; } >| static void *start_routine(void *a) { return a; } >| int >| main () >| { >| pthread_t th; pthread_attr_t attr; >| pthread_create(&th, 0, start_routine, 0); >| pthread_join(th, 0); >| pthread_attr_init(&attr); >| pthread_cleanup_push(routine, 0); >| pthread_cleanup_pop(0) /* ; */ >| ; >| return 0; >| } >configure:17620: result: no >configure:17523: checking whether pthreads work with -kthread >configure:17611: gcc -o conftest -O3 -pipe -march=amdfam10 -kthread -Wl,-O1 -Wl,--as-needed -Bsymbolic-functions conftest.c >&5 >gcc: error: unrecognized command line option '-kthread' >configure:17611: $? = 1 >configure: failed program was: >| /* confdefs.h */ >| #define PACKAGE_NAME "HarfBuzz" >| #define PACKAGE_TARNAME "harfbuzz" >| #define PACKAGE_VERSION "1.3.1" >| #define PACKAGE_STRING "HarfBuzz 1.3.1" >| #define PACKAGE_BUGREPORT "https://github.com/behdad/harfbuzz/issues/new" >| #define PACKAGE_URL "http://harfbuzz.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 HAVE_DLFCN_H 1 >| #define LT_OBJDIR ".libs/" >| #define HAVE_ATEXIT 1 >| #define HAVE_MPROTECT 1 >| #define HAVE_SYSCONF 1 >| #define HAVE_GETPAGESIZE 1 >| #define HAVE_MMAP 1 >| #define HAVE_ISATTY 1 >| #define HAVE_UNISTD_H 1 >| #define HAVE_SYS_MMAN_H 1 >| #define ALIGNOF_STRUCT_CHAR__ 1 >| /* end confdefs.h. */ >| #include <pthread.h> >| static void routine(void *a) { a = 0; } >| static void *start_routine(void *a) { return a; } >| int >| main () >| { >| pthread_t th; pthread_attr_t attr; >| pthread_create(&th, 0, start_routine, 0); >| pthread_join(th, 0); >| pthread_attr_init(&attr); >| pthread_cleanup_push(routine, 0); >| pthread_cleanup_pop(0) /* ; */ >| ; >| return 0; >| } >configure:17620: result: no >configure:17573: checking for the pthreads library -llthread >configure:17611: gcc -o conftest -O3 -pipe -march=amdfam10 -Wl,-O1 -Wl,--as-needed -Bsymbolic-functions conftest.c -llthread >&5 >/usr/lib/gcc/x86_64-pc-linux-gnu/4.9.3/../../../../x86_64-pc-linux-gnu/bin/ld: cannot find -llthread >collect2: error: ld returned 1 exit status >configure:17611: $? = 1 >configure: failed program was: >| /* confdefs.h */ >| #define PACKAGE_NAME "HarfBuzz" >| #define PACKAGE_TARNAME "harfbuzz" >| #define PACKAGE_VERSION "1.3.1" >| #define PACKAGE_STRING "HarfBuzz 1.3.1" >| #define PACKAGE_BUGREPORT "https://github.com/behdad/harfbuzz/issues/new" >| #define PACKAGE_URL "http://harfbuzz.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 HAVE_DLFCN_H 1 >| #define LT_OBJDIR ".libs/" >| #define HAVE_ATEXIT 1 >| #define HAVE_MPROTECT 1 >| #define HAVE_SYSCONF 1 >| #define HAVE_GETPAGESIZE 1 >| #define HAVE_MMAP 1 >| #define HAVE_ISATTY 1 >| #define HAVE_UNISTD_H 1 >| #define HAVE_SYS_MMAN_H 1 >| #define ALIGNOF_STRUCT_CHAR__ 1 >| /* end confdefs.h. */ >| #include <pthread.h> >| static void routine(void *a) { a = 0; } >| static void *start_routine(void *a) { return a; } >| int >| main () >| { >| pthread_t th; pthread_attr_t attr; >| pthread_create(&th, 0, start_routine, 0); >| pthread_join(th, 0); >| pthread_attr_init(&attr); >| pthread_cleanup_push(routine, 0); >| pthread_cleanup_pop(0) /* ; */ >| ; >| return 0; >| } >configure:17620: result: no >configure:17523: checking whether pthreads work with -pthread >configure:17611: gcc -o conftest -O3 -pipe -march=amdfam10 -pthread -Wl,-O1 -Wl,--as-needed -Bsymbolic-functions conftest.c >&5 >configure:17611: $? = 0 >configure:17620: result: yes >configure:17639: checking for joinable pthread attribute >configure:17654: gcc -o conftest -O3 -pipe -march=amdfam10 -pthread -Wl,-O1 -Wl,--as-needed -Bsymbolic-functions conftest.c >&5 >configure:17654: $? = 0 >configure:17660: result: PTHREAD_CREATE_JOINABLE >configure:17670: checking if more special flags are required for pthreads >configure:17684: result: no >configure:17690: checking for PTHREAD_PRIO_INHERIT >configure:17708: gcc -o conftest -O3 -pipe -march=amdfam10 -pthread -Wl,-O1 -Wl,--as-needed -Bsymbolic-functions conftest.c >&5 >configure:17708: $? = 0 >configure:17717: result: yes >configure:17860: checking for GLIB >configure:17868: $PKG_CONFIG --exists --print-errors "$GLIB_DEPS" >configure:17871: $? = 0 >configure:17886: $PKG_CONFIG --exists --print-errors "$GLIB_DEPS" >configure:17889: $? = 0 >configure:17925: result: yes >configure:18177: checking for CAIRO >configure:18185: $PKG_CONFIG --exists --print-errors "cairo >= 1.8.0" >Package egl was not found in the pkg-config search path. >Perhaps you should add the directory containing `egl.pc' >to the PKG_CONFIG_PATH environment variable >Package 'egl', required by 'cairo', not found >configure:18188: $? = 1 >configure:18203: $PKG_CONFIG --exists --print-errors "cairo >= 1.8.0" >Package egl was not found in the pkg-config search path. >Perhaps you should add the directory containing `egl.pc' >to the PKG_CONFIG_PATH environment variable >Package 'egl', required by 'cairo', not found >configure:18206: $? = 1 >Package 'egl', required by 'cairo', not found >configure:18234: result: no >configure:18248: error: cairo support requested but not found > >## ---------------- ## >## Cache variables. ## >## ---------------- ## > >ac_cv_alignof_struct_char__=1 >ac_cv_build=x86_64-pc-linux-gnu >ac_cv_c_compiler_gnu=yes >ac_cv_cxx_compiler_gnu=yes >ac_cv_env_CAIRO_CFLAGS_set= >ac_cv_env_CAIRO_CFLAGS_value= >ac_cv_env_CAIRO_FT_CFLAGS_set= >ac_cv_env_CAIRO_FT_CFLAGS_value= >ac_cv_env_CAIRO_FT_LIBS_set= >ac_cv_env_CAIRO_FT_LIBS_value= >ac_cv_env_CAIRO_LIBS_set= >ac_cv_env_CAIRO_LIBS_value= >ac_cv_env_CCC_set= >ac_cv_env_CCC_value= >ac_cv_env_CC_set=set >ac_cv_env_CC_value=gcc >ac_cv_env_CFLAGS_set=set >ac_cv_env_CFLAGS_value='-O3 -pipe -march=amdfam10' >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='-O3 -pipe -march=amdfam10' >ac_cv_env_CXX_set=set >ac_cv_env_CXX_value=g++ >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_GLIB_CFLAGS_set= >ac_cv_env_GLIB_CFLAGS_value= >ac_cv_env_GLIB_LIBS_set= >ac_cv_env_GLIB_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_GRAPHITE2_CFLAGS_set= >ac_cv_env_GRAPHITE2_CFLAGS_value= >ac_cv_env_GRAPHITE2_LIBS_set= >ac_cv_env_GRAPHITE2_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_ICU_CFLAGS_set= >ac_cv_env_ICU_CFLAGS_value= >ac_cv_env_ICU_LIBS_set= >ac_cv_env_ICU_LIBS_value= >ac_cv_env_LDFLAGS_set=set >ac_cv_env_LDFLAGS_value='-Wl,-O1 -Wl,--as-needed' >ac_cv_env_LIBS_set= >ac_cv_env_LIBS_value= >ac_cv_env_PKG_CONFIG_set= >ac_cv_env_PKG_CONFIG_value= >ac_cv_env_build_alias_set=set >ac_cv_env_build_alias_value=x86_64-pc-linux-gnu >ac_cv_env_host_alias_set=set >ac_cv_env_host_alias_value=x86_64-pc-linux-gnu >ac_cv_env_target_alias_set= >ac_cv_env_target_alias_value= >ac_cv_func_atexit=yes >ac_cv_func_getpagesize=yes >ac_cv_func_isatty=yes >ac_cv_func_mmap=yes >ac_cv_func_mprotect=yes >ac_cv_func_sysconf=yes >ac_cv_header_dlfcn_h=yes >ac_cv_header_inttypes_h=yes >ac_cv_header_memory_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_mman_h=yes >ac_cv_header_sys_stat_h=yes >ac_cv_header_sys_types_h=yes >ac_cv_header_unistd_h=yes >ac_cv_host=x86_64-pc-linux-gnu >ac_cv_objext=o >ac_cv_path_EGREP='/bin/grep -E' >ac_cv_path_FGREP='/bin/grep -F' >ac_cv_path_GREP=/bin/grep >ac_cv_path_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_install='/usr/lib/portage/python3.4/ebuild-helpers/xattr/install -c' >ac_cv_path_mkdir=/bin/mkdir >ac_cv_prog_AR=x86_64-pc-linux-gnu-ar >ac_cv_prog_AWK=gawk >ac_cv_prog_CC=gcc >ac_cv_prog_CPP='gcc -E' >ac_cv_prog_CXXCPP='g++ -E' >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_cc_c89= >ac_cv_prog_cc_g=yes >ac_cv_prog_cxx_g=yes >ac_cv_prog_make_make_set=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 >am_cv_prog_tar_ustar=gnutar >ax_cv_PTHREAD_PRIO_INHERIT=yes >lt_cv_ar_at_file=@ >lt_cv_archive_cmds_need_lc=no >lt_cv_deplibs_check_method=pass_all >lt_cv_file_magic_cmd='$MAGIC_CMD' >lt_cv_file_magic_test_file= >lt_cv_ld_reload_flag=-r >lt_cv_nm_interface='BSD nm' >lt_cv_objdir=.libs >lt_cv_path_LD=/usr/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='print -r --' >lt_cv_shlibpath_overrides_runpath=yes >lt_cv_sys_global_symbol_pipe=$'sed -n -e \047s/^.*[\t ]\\([ABCDGIRSTW][ABCDGIRSTW]*\\)[\t ][\t ]*\\([_A-Za-z][_A-Za-z0-9]*\\)$/\\1 \\2 \\2/p\047 | sed \047/ __gnu_lto/d\047' >lt_cv_sys_global_symbol_to_c_name_address='sed -n -e '\''s/^: \([^ ]*\)[ ]*$/ {\"\1\", (void *) 0},/p'\'' -e '\''s/^[ABCDGIRSTW]* \([^ ]*\) \([^ ]*\)$/ {"\2", (void *) \&\2},/p'\' >lt_cv_sys_global_symbol_to_c_name_address_lib_prefix='sed -n -e '\''s/^: \([^ ]*\)[ ]*$/ {\"\1\", (void *) 0},/p'\'' -e '\''s/^[ABCDGIRSTW]* \([^ ]*\) \(lib[^ ]*\)$/ {"\2", (void *) \&\2},/p'\'' -e '\''s/^[ABCDGIRSTW]* \([^ ]*\) \([^ ]*\)$/ {"lib\2", (void *) \&\2},/p'\' >lt_cv_sys_global_symbol_to_cdecl='sed -n -e '\''s/^T .* \(.*\)$/extern int \1();/p'\'' -e '\''s/^[ABCDGIRSTW]* .* \(.*\)$/extern char \1;/p'\' >lt_cv_sys_max_cmd_len=1572864 >lt_cv_to_host_file_cmd=func_convert_file_noop >lt_cv_to_tool_file_cmd=func_convert_file_noop >pkg_cv_GLIB_CFLAGS='-I/usr/include/glib-2.0 -I/usr/lib64/glib-2.0/include ' >pkg_cv_GLIB_LIBS='-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 ' > >## ----------------- ## >## Output variables. ## >## ----------------- ## > >ACLOCAL='${SHELL} /var/tmp/portage/media-libs/harfbuzz-1.3.1/work/harfbuzz-1.3.1/missing aclocal-1.14' >AMDEPBACKSLASH='' >AMDEP_FALSE='' >AMDEP_TRUE='#' >AMTAR='$${TAR-tar}' >AM_BACKSLASH='\' >AM_DEFAULT_V='$(AM_DEFAULT_VERBOSITY)' >AM_DEFAULT_VERBOSITY='1' >AM_V='$(V)' >AR='x86_64-pc-linux-gnu-ar' >AUTOCONF='${SHELL} /var/tmp/portage/media-libs/harfbuzz-1.3.1/work/harfbuzz-1.3.1/missing autoconf' >AUTOHEADER='${SHELL} /var/tmp/portage/media-libs/harfbuzz-1.3.1/work/harfbuzz-1.3.1/missing autoheader' >AUTOMAKE='${SHELL} /var/tmp/portage/media-libs/harfbuzz-1.3.1/work/harfbuzz-1.3.1/missing automake-1.14' >AUTOMAKE_OLDER_THAN_1_13_FALSE='' >AUTOMAKE_OLDER_THAN_1_13_TRUE='#' >AWK='gawk' >CAIRO_CFLAGS='' >CAIRO_FT_CFLAGS='' >CAIRO_FT_LIBS='' >CAIRO_LIBS='' >CC='gcc' >CCDEPMODE='depmode=none' >CFLAGS='-O3 -pipe -march=amdfam10' >CORETEXT_CFLAGS='' >CORETEXT_LIBS='' >CPP='gcc -E' >CPPFLAGS='' >CXX='g++' >CXXCPP='g++ -E' >CXXDEPMODE='depmode=none' >CXXFLAGS='-O3 -pipe -march=amdfam10 -fno-rtti -fno-exceptions -Wcast-align -fvisibility-inlines-hidden' >CYGPATH_W='echo' >DEFS='' >DEPDIR='.deps' >DIRECTWRITE_CXXFLAGS='' >DIRECTWRITE_LIBS='' >DLLTOOL='false' >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' >FONTCONFIG_CFLAGS='' >FONTCONFIG_LIBS='' >FREETYPE_CFLAGS='' >FREETYPE_DEPS='' >FREETYPE_LIBS='' >GIT='${SHELL} /var/tmp/portage/media-libs/harfbuzz-1.3.1/work/harfbuzz-1.3.1/missing git' >GLIB_CFLAGS='-I/usr/include/glib-2.0 -I/usr/lib64/glib-2.0/include ' >GLIB_DEPS='glib-2.0 >= 2.16' >GLIB_LIBS='-lglib-2.0 ' >GLIB_MKENUMS='' >GOBJECT_CFLAGS='' >GOBJECT_LIBS='' >GRAPHITE2_CFLAGS='' >GRAPHITE2_DEPS='' >GRAPHITE2_LIBS='' >GREP='/bin/grep' >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_CAIRO_FALSE='' >HAVE_CAIRO_FT_FALSE='' >HAVE_CAIRO_FT_TRUE='' >HAVE_CAIRO_TRUE='' >HAVE_CORETEXT_FALSE='' >HAVE_CORETEXT_TRUE='' >HAVE_DIRECTWRITE_FALSE='' >HAVE_DIRECTWRITE_TRUE='' >HAVE_FALLBACK_FALSE='#' >HAVE_FALLBACK_TRUE='' >HAVE_FONTCONFIG_FALSE='' >HAVE_FONTCONFIG_TRUE='' >HAVE_FREETYPE_FALSE='' >HAVE_FREETYPE_TRUE='' >HAVE_GCC_FALSE='#' >HAVE_GCC_TRUE='' >HAVE_GLIB_FALSE='#' >HAVE_GLIB_TRUE='' >HAVE_GOBJECT_FALSE='' >HAVE_GOBJECT_TRUE='#' >HAVE_GRAPHITE2_FALSE='' >HAVE_GRAPHITE2_TRUE='' >HAVE_GTK_DOC_FALSE='#' >HAVE_GTK_DOC_TRUE='' >HAVE_ICU_BUILTIN_FALSE='' >HAVE_ICU_BUILTIN_TRUE='' >HAVE_ICU_FALSE='' >HAVE_ICU_TRUE='' >HAVE_INTROSPECTION_FALSE='' >HAVE_INTROSPECTION_TRUE='#' >HAVE_OT_FALSE='#' >HAVE_OT_TRUE='' >HAVE_PTHREAD_FALSE='#' >HAVE_PTHREAD_TRUE='' >HAVE_UCDN_FALSE='' >HAVE_UCDN_TRUE='' >HAVE_UNISCRIBE_FALSE='' >HAVE_UNISCRIBE_TRUE='' >HB_LIBTOOL_VERSION_INFO='10301:0:10301' >HB_VERSION='1.3.1' >HB_VERSION_MAJOR='1' >HB_VERSION_MICRO='1' >HB_VERSION_MINOR='3' >HTML_DIR='${datadir}/gtk-doc/html' >ICU_CFLAGS='' >ICU_CONFIG='' >ICU_LIBS='' >INSTALL_DATA='${INSTALL} -m 644' >INSTALL_PROGRAM='${INSTALL}' >INSTALL_SCRIPT='${INSTALL}' >INSTALL_STRIP_PROGRAM='$(install_sh) -c -s' >INTROSPECTION_CFLAGS='' >INTROSPECTION_COMPILER='' >INTROSPECTION_GENERATE='' >INTROSPECTION_GIRDIR='' >INTROSPECTION_LIBS='' >INTROSPECTION_MAKEFILE='' >INTROSPECTION_SCANNER='' >INTROSPECTION_TYPELIBDIR='' >LD='/usr/x86_64-pc-linux-gnu/bin/ld -m elf_x86_64' >LDFLAGS='-Wl,-O1 -Wl,--as-needed -Bsymbolic-functions' >LIBOBJS='' >LIBS='' >LIBTOOL='$(SHELL) $(top_builddir)/libtool' >LIPO='' >LN_S='ln -s' >LTLIBOBJS='' >MAKEINFO='${SHELL} /var/tmp/portage/media-libs/harfbuzz-1.3.1/work/harfbuzz-1.3.1/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='harfbuzz' >PACKAGE_BUGREPORT='https://github.com/behdad/harfbuzz/issues/new' >PACKAGE_NAME='HarfBuzz' >PACKAGE_STRING='HarfBuzz 1.3.1' >PACKAGE_TARNAME='harfbuzz' >PACKAGE_URL='http://harfbuzz.org/' >PACKAGE_VERSION='1.3.1' >PATH_SEPARATOR=':' >PKG_CONFIG='/usr/bin/x86_64-pc-linux-gnu-pkg-config' >PTHREAD_CC='gcc' >PTHREAD_CFLAGS='-pthread' >PTHREAD_LIBS='' >RAGEL='${SHELL} /var/tmp/portage/media-libs/harfbuzz-1.3.1/work/harfbuzz-1.3.1/missing ragel' >RANLIB='x86_64-pc-linux-gnu-ranlib' >SED='/bin/sed' >SET_MAKE='' >SHELL='/bin/sh' >STRIP='x86_64-pc-linux-gnu-strip' >UNISCRIBE_CFLAGS='' >UNISCRIBE_LIBS='' >VERSION='1.3.1' >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 --format=ustar -chf - "$$tardir"' >am__untar='tar -xf -' >ax_pthread_config='' >bindir='${exec_prefix}/bin' >build='x86_64-pc-linux-gnu' >build_alias='x86_64-pc-linux-gnu' >build_cpu='x86_64' >build_os='linux-gnu' >build_vendor='pc' >datadir='/usr/share' >datarootdir='${prefix}/share' >docdir='/usr/share/doc/harfbuzz-1.3.1' >dvidir='${docdir}' >exec_prefix='NONE' >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='/usr/share/doc/harfbuzz-1.3.1/html' >includedir='${prefix}/include' >infodir='/usr/share/info' >install_sh='${SHELL} /var/tmp/portage/media-libs/harfbuzz-1.3.1/work/harfbuzz-1.3.1/install-sh' >libdir='/usr/lib64' >libexecdir='${exec_prefix}/libexec' >localedir='${datarootdir}/locale' >localstatedir='/var/lib' >mandir='/usr/share/man' >mkdir_p='$(MKDIR_P)' >oldincludedir='/usr/include' >pdfdir='${docdir}' >prefix='/usr' >program_transform_name='s,x,x,' >psdir='${docdir}' >sbindir='${exec_prefix}/sbin' >sharedstatedir='${prefix}/com' >sysconfdir='/etc' >target_alias='' > >## ----------- ## >## confdefs.h. ## >## ----------- ## > >/* confdefs.h */ >#define PACKAGE_NAME "HarfBuzz" >#define PACKAGE_TARNAME "harfbuzz" >#define PACKAGE_VERSION "1.3.1" >#define PACKAGE_STRING "HarfBuzz 1.3.1" >#define PACKAGE_BUGREPORT "https://github.com/behdad/harfbuzz/issues/new" >#define PACKAGE_URL "http://harfbuzz.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 HAVE_DLFCN_H 1 >#define LT_OBJDIR ".libs/" >#define HAVE_ATEXIT 1 >#define HAVE_MPROTECT 1 >#define HAVE_SYSCONF 1 >#define HAVE_GETPAGESIZE 1 >#define HAVE_MMAP 1 >#define HAVE_ISATTY 1 >#define HAVE_UNISTD_H 1 >#define HAVE_SYS_MMAN_H 1 >#define ALIGNOF_STRUCT_CHAR__ 1 >#define HAVE_PTHREAD_PRIO_INHERIT 1 >#define HAVE_PTHREAD 1 >#define HAVE_OT 1 >#define HAVE_FALLBACK 1 >#define HAVE_GLIB 1 > >configure: exit 1
You cannot view the attachment while viewing its details because your browser does not support IFRAMEs.
View the attachment on a separate page
.
View Attachment As Raw
Actions:
View
Attachments on
bug 600122
:
453682
|
453684
| 453696