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 2.0.2, which was generated by GNU Autoconf 2.69. Invocation command line was $ /var/tmp/portage/media-libs/harfbuzz-2.0.2-r1/work/harfbuzz-2.0.2/configure --prefix=/usr --build=i686-pc-linux-gnu --host=i686-pc-linux-gnu --mandir=/usr/share/man --infodir=/usr/share/info --datadir=/usr/share --sysconfdir=/etc --localstatedir=/var/lib --disable-dependency-tracking --disable-silent-rules --docdir=/usr/share/doc/harfbuzz-2.0.2-r1 --htmldir=/usr/share/doc/harfbuzz-2.0.2-r1/html --with-sysroot=/ --libdir=/usr/lib --without-coretext --without-uniscribe --disable-static --without-cairo --with-glib --with-gobject --with-graphite2 --with-icu --disable-introspection --with-freetype ## --------- ## ## Platform. ## ## --------- ## hostname = haf932 uname -m = x86_64 uname -r = 4.14.83-gentoo uname -s = Linux uname -v = #1 SMP Sat Nov 24 13:20:43 CET 2018 /usr/bin/uname -p = Intel(R) Core(TM) i7-3770 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/lib/portage/python3.6/ebuild-helpers/xattr PATH: /usr/lib/portage/python3.6/ebuild-helpers PATH: /usr/lib/llvm/6/bin PATH: /usr/local/sbin PATH: /usr/local/bin PATH: /usr/sbin PATH: /usr/bin PATH: /sbin PATH: /bin PATH: /opt/bin ## ----------- ## ## Core tests. ## ## ----------- ## configure:2868: 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" ;; | *-linux-musl*) sites="${sites} linux-musl ${site_arch}-linux-musl" ;; | 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:3015: checking for a BSD-compatible install configure:3083: result: /usr/lib/portage/python3.6/ebuild-helpers/xattr/install -c configure:3094: checking whether build environment is sane configure:3149: result: yes configure:3300: checking for a thread-safe mkdir -p configure:3339: result: /bin/mkdir -p configure:3346: checking for gawk configure:3362: found /usr/bin/gawk configure:3373: result: gawk configure:3384: checking whether make sets $(MAKE) configure:3406: result: yes configure:3435: checking whether make supports nested variables configure:3452: result: yes configure:3532: checking whether UID '250' is supported by ustar format configure:3535: result: yes configure:3542: checking whether GID '250' is supported by ustar format configure:3545: result: yes configure:3553: checking how to create a ustar tar archive configure:3564: tar --version tar (GNU tar) 1.31 Copyright (C) 2019 Free Software Foundation, Inc. License GPLv3+: GNU GPL version 3 or later . 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:3567: $? = 0 configure:3607: tardir=conftest.dir && eval tar --format=ustar -chf - "$tardir" >conftest.tar configure:3610: $? = 0 configure:3614: tar -xf - &5 x86_64-pc-linux-gnu-gcc (Gentoo 7.3.0-r3 p1.4) 7.3.0 Copyright (C) 2017 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:4550: $? = 0 configure:4539: x86_64-pc-linux-gnu-gcc -m32 -v >&5 Using built-in specs. COLLECT_GCC=x86_64-pc-linux-gnu-gcc COLLECT_LTO_WRAPPER=/usr/libexec/gcc/x86_64-pc-linux-gnu/7.3.0/lto-wrapper Target: x86_64-pc-linux-gnu Configured with: /var/tmp/portage/sys-devel/gcc-7.3.0-r3/work/gcc-7.3.0/configure --host=x86_64-pc-linux-gnu --build=x86_64-pc-linux-gnu --prefix=/usr --bindir=/usr/x86_64-pc-linux-gnu/gcc-bin/7.3.0 --includedir=/usr/lib/gcc/x86_64-pc-linux-gnu/7.3.0/include --datadir=/usr/share/gcc-data/x86_64-pc-linux-gnu/7.3.0 --mandir=/usr/share/gcc-data/x86_64-pc-linux-gnu/7.3.0/man --infodir=/usr/share/gcc-data/x86_64-pc-linux-gnu/7.3.0/info --with-gxx-include-dir=/usr/lib/gcc/x86_64-pc-linux-gnu/7.3.0/include/g++-v7 --with-python-dir=/share/gcc-data/x86_64-pc-linux-gnu/7.3.0/python --enable-languages=c,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 7.3.0-r3 p1.4' --disable-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 --enable-libgomp --disable-libmudflap --disable-libssp --disable-libcilkrts --disable-libmpx --enable-vtable-verify --enable-libvtv --enable-lto --without-isl --enable-libsanitizer --enable-default-pie --enable-default-ssp Thread model: posix gcc version 7.3.0 (Gentoo 7.3.0-r3 p1.4) configure:4550: $? = 0 configure:4539: x86_64-pc-linux-gnu-gcc -m32 -V >&5 x86_64-pc-linux-gnu-gcc: error: unrecognized command line option '-V' x86_64-pc-linux-gnu-gcc: fatal error: no input files compilation terminated. configure:4550: $? = 1 configure:4539: x86_64-pc-linux-gnu-gcc -m32 -qversion >&5 x86_64-pc-linux-gnu-gcc: error: unrecognized command line option '-qversion'; did you mean '--version'? x86_64-pc-linux-gnu-gcc: fatal error: no input files compilation terminated. configure:4550: $? = 1 configure:4570: checking whether the C compiler works configure:4592: x86_64-pc-linux-gnu-gcc -m32 -march=ivybridge -O2 -pipe -DHB_NDEBUG -Wl,-O1 -Wl,--as-needed conftest.c >&5 configure:4596: $? = 0 configure:4644: result: yes configure:4647: checking for C compiler default output file name configure:4649: result: a.out configure:4655: checking for suffix of executables configure:4662: x86_64-pc-linux-gnu-gcc -m32 -o conftest -march=ivybridge -O2 -pipe -DHB_NDEBUG -Wl,-O1 -Wl,--as-needed conftest.c >&5 configure:4666: $? = 0 configure:4688: result: configure:4710: checking whether we are cross compiling configure:4718: x86_64-pc-linux-gnu-gcc -m32 -o conftest -march=ivybridge -O2 -pipe -DHB_NDEBUG -Wl,-O1 -Wl,--as-needed conftest.c >&5 configure:4722: $? = 0 configure:4729: ./conftest configure:4733: $? = 0 configure:4748: result: no configure:4753: checking for suffix of object files configure:4775: x86_64-pc-linux-gnu-gcc -m32 -c -march=ivybridge -O2 -pipe -DHB_NDEBUG conftest.c >&5 configure:4779: $? = 0 configure:4800: result: o configure:4804: checking whether we are using the GNU C compiler configure:4823: x86_64-pc-linux-gnu-gcc -m32 -c -march=ivybridge -O2 -pipe -DHB_NDEBUG conftest.c >&5 configure:4823: $? = 0 configure:4832: result: yes configure:4841: checking whether x86_64-pc-linux-gnu-gcc -m32 accepts -g configure:4861: x86_64-pc-linux-gnu-gcc -m32 -c -g -DHB_NDEBUG conftest.c >&5 configure:4861: $? = 0 configure:4902: result: yes configure:4919: checking for x86_64-pc-linux-gnu-gcc -m32 option to accept ISO C89 configure:4982: x86_64-pc-linux-gnu-gcc -m32 -c -march=ivybridge -O2 -pipe -DHB_NDEBUG conftest.c >&5 configure:4982: $? = 0 configure:4995: result: none needed configure:5020: checking whether x86_64-pc-linux-gnu-gcc -m32 understands -c and -o together configure:5042: x86_64-pc-linux-gnu-gcc -m32 -c conftest.c -o conftest2.o configure:5045: $? = 0 configure:5042: x86_64-pc-linux-gnu-gcc -m32 -c conftest.c -o conftest2.o configure:5045: $? = 0 configure:5057: result: yes configure:5076: checking dependency style of x86_64-pc-linux-gnu-gcc -m32 configure:5187: result: none configure:5208: checking how to run the C preprocessor configure:5239: x86_64-pc-linux-gnu-gcc -m32 -E -DHB_NDEBUG conftest.c configure:5239: $? = 0 configure:5253: x86_64-pc-linux-gnu-gcc -m32 -E -DHB_NDEBUG conftest.c conftest.c:9:10: fatal error: ac_nonexistent.h: No such file or directory #include ^~~~~~~~~~~~~~~~~~ compilation terminated. configure:5253: $? = 1 configure: failed program was: | /* confdefs.h */ | #define PACKAGE_NAME "HarfBuzz" | #define PACKAGE_TARNAME "harfbuzz" | #define PACKAGE_VERSION "2.0.2" | #define PACKAGE_STRING "HarfBuzz 2.0.2" | #define PACKAGE_BUGREPORT "https://github.com/harfbuzz/harfbuzz/issues/new" | #define PACKAGE_URL "http://harfbuzz.org/" | /* end confdefs.h. */ | #include configure:5278: result: x86_64-pc-linux-gnu-gcc -m32 -E configure:5298: x86_64-pc-linux-gnu-gcc -m32 -E -DHB_NDEBUG conftest.c configure:5298: $? = 0 configure:5312: x86_64-pc-linux-gnu-gcc -m32 -E -DHB_NDEBUG conftest.c conftest.c:9:10: fatal error: ac_nonexistent.h: No such file or directory #include ^~~~~~~~~~~~~~~~~~ compilation terminated. configure:5312: $? = 1 configure: failed program was: | /* confdefs.h */ | #define PACKAGE_NAME "HarfBuzz" | #define PACKAGE_TARNAME "harfbuzz" | #define PACKAGE_VERSION "2.0.2" | #define PACKAGE_STRING "HarfBuzz 2.0.2" | #define PACKAGE_BUGREPORT "https://github.com/harfbuzz/harfbuzz/issues/new" | #define PACKAGE_URL "http://harfbuzz.org/" | /* end confdefs.h. */ | #include configure:5341: checking for grep that handles long lines and -e configure:5399: result: /bin/grep configure:5404: checking for egrep configure:5466: result: /bin/grep -E configure:5471: checking for ANSI C header files configure:5491: x86_64-pc-linux-gnu-gcc -m32 -c -march=ivybridge -O2 -pipe -DHB_NDEBUG conftest.c >&5 configure:5491: $? = 0 configure:5564: x86_64-pc-linux-gnu-gcc -m32 -o conftest -march=ivybridge -O2 -pipe -DHB_NDEBUG -Wl,-O1 -Wl,--as-needed conftest.c >&5 configure:5564: $? = 0 configure:5564: ./conftest configure:5564: $? = 0 configure:5575: result: yes configure:5588: checking for sys/types.h configure:5588: x86_64-pc-linux-gnu-gcc -m32 -c -march=ivybridge -O2 -pipe -DHB_NDEBUG conftest.c >&5 configure:5588: $? = 0 configure:5588: result: yes configure:5588: checking for sys/stat.h configure:5588: x86_64-pc-linux-gnu-gcc -m32 -c -march=ivybridge -O2 -pipe -DHB_NDEBUG conftest.c >&5 configure:5588: $? = 0 configure:5588: result: yes configure:5588: checking for stdlib.h configure:5588: x86_64-pc-linux-gnu-gcc -m32 -c -march=ivybridge -O2 -pipe -DHB_NDEBUG conftest.c >&5 configure:5588: $? = 0 configure:5588: result: yes configure:5588: checking for string.h configure:5588: x86_64-pc-linux-gnu-gcc -m32 -c -march=ivybridge -O2 -pipe -DHB_NDEBUG conftest.c >&5 configure:5588: $? = 0 configure:5588: result: yes configure:5588: checking for memory.h configure:5588: x86_64-pc-linux-gnu-gcc -m32 -c -march=ivybridge -O2 -pipe -DHB_NDEBUG conftest.c >&5 configure:5588: $? = 0 configure:5588: result: yes configure:5588: checking for strings.h configure:5588: x86_64-pc-linux-gnu-gcc -m32 -c -march=ivybridge -O2 -pipe -DHB_NDEBUG conftest.c >&5 configure:5588: $? = 0 configure:5588: result: yes configure:5588: checking for inttypes.h configure:5588: x86_64-pc-linux-gnu-gcc -m32 -c -march=ivybridge -O2 -pipe -DHB_NDEBUG conftest.c >&5 configure:5588: $? = 0 configure:5588: result: yes configure:5588: checking for stdint.h configure:5588: x86_64-pc-linux-gnu-gcc -m32 -c -march=ivybridge -O2 -pipe -DHB_NDEBUG conftest.c >&5 configure:5588: $? = 0 configure:5588: result: yes configure:5588: checking for unistd.h configure:5588: x86_64-pc-linux-gnu-gcc -m32 -c -march=ivybridge -O2 -pipe -DHB_NDEBUG conftest.c >&5 configure:5588: $? = 0 configure:5588: result: yes configure:5601: checking minix/config.h usability configure:5601: x86_64-pc-linux-gnu-gcc -m32 -c -march=ivybridge -O2 -pipe -DHB_NDEBUG conftest.c >&5 conftest.c:52:10: fatal error: minix/config.h: No such file or directory #include ^~~~~~~~~~~~~~~~ compilation terminated. configure:5601: $? = 1 configure: failed program was: | /* confdefs.h */ | #define PACKAGE_NAME "HarfBuzz" | #define PACKAGE_TARNAME "harfbuzz" | #define PACKAGE_VERSION "2.0.2" | #define PACKAGE_STRING "HarfBuzz 2.0.2" | #define PACKAGE_BUGREPORT "https://github.com/harfbuzz/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 | /* end confdefs.h. */ | #include | #ifdef HAVE_SYS_TYPES_H | # include | #endif | #ifdef HAVE_SYS_STAT_H | # include | #endif | #ifdef STDC_HEADERS | # include | # include | #else | # ifdef HAVE_STDLIB_H | # include | # endif | #endif | #ifdef HAVE_STRING_H | # if !defined STDC_HEADERS && defined HAVE_MEMORY_H | # include | # endif | # include | #endif | #ifdef HAVE_STRINGS_H | # include | #endif | #ifdef HAVE_INTTYPES_H | # include | #endif | #ifdef HAVE_STDINT_H | # include | #endif | #ifdef HAVE_UNISTD_H | # include | #endif | #include configure:5601: result: no configure:5601: checking minix/config.h presence configure:5601: x86_64-pc-linux-gnu-gcc -m32 -E -DHB_NDEBUG conftest.c conftest.c:19:10: fatal error: minix/config.h: No such file or directory #include ^~~~~~~~~~~~~~~~ compilation terminated. configure:5601: $? = 1 configure: failed program was: | /* confdefs.h */ | #define PACKAGE_NAME "HarfBuzz" | #define PACKAGE_TARNAME "harfbuzz" | #define PACKAGE_VERSION "2.0.2" | #define PACKAGE_STRING "HarfBuzz 2.0.2" | #define PACKAGE_BUGREPORT "https://github.com/harfbuzz/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 | /* end confdefs.h. */ | #include configure:5601: result: no configure:5601: checking for minix/config.h configure:5601: result: no configure:5622: checking whether it is safe to define __EXTENSIONS__ configure:5640: x86_64-pc-linux-gnu-gcc -m32 -c -march=ivybridge -O2 -pipe -DHB_NDEBUG conftest.c >&5 configure:5640: $? = 0 configure:5647: result: yes configure:5668: checking for i686-pc-linux-gnu-ar configure:5698: result: no configure:5668: checking for i686-pc-linux-gnu-lib configure:5698: result: no configure:5668: checking for i686-pc-linux-gnu-link configure:5698: result: no configure:5712: checking for ar configure:5728: found /usr/bin/ar configure:5739: result: ar configure:5765: checking the archiver (ar) interface configure:5781: x86_64-pc-linux-gnu-gcc -m32 -c -march=ivybridge -O2 -pipe -DHB_NDEBUG conftest.c >&5 configure:5781: $? = 0 configure:5783: ar cru libconftest.a conftest.o >&5 configure:5786: $? = 0 configure:5814: result: ar configure:5864: checking build system type configure:5878: result: i686-pc-linux-gnu configure:5898: checking host system type configure:5911: result: i686-pc-linux-gnu configure:5952: checking how to print strings configure:5979: result: printf configure:6000: checking for a sed that does not truncate output configure:6064: result: /bin/sed configure:6082: checking for fgrep configure:6144: result: /bin/grep -F configure:6179: checking for ld used by x86_64-pc-linux-gnu-gcc -m32 configure:6246: result: x86_64-pc-linux-gnu-ld -m elf_i386 configure:6253: checking if the linker (x86_64-pc-linux-gnu-ld -m elf_i386) is GNU ld configure:6268: result: yes configure:6280: checking for BSD- or MS-compatible name lister (nm) configure:6334: result: /usr/bin/nm -B configure:6464: checking the name lister (/usr/bin/nm -B) interface configure:6471: x86_64-pc-linux-gnu-gcc -m32 -c -march=ivybridge -O2 -pipe -DHB_NDEBUG conftest.c >&5 configure:6474: /usr/bin/nm -B "conftest.o" configure:6477: output 00000000 B some_variable configure:6484: result: BSD nm configure:6487: checking whether ln -s works configure:6491: result: yes configure:6499: checking the maximum length of command line arguments configure:6630: result: 1572864 configure:6678: checking how to convert i686-pc-linux-gnu file names to i686-pc-linux-gnu format configure:6718: result: func_convert_file_noop configure:6725: checking how to convert i686-pc-linux-gnu file names to toolchain format configure:6745: result: func_convert_file_noop configure:6752: checking for x86_64-pc-linux-gnu-ld -m elf_i386 option to reload object files configure:6759: result: -r configure:6793: checking for i686-pc-linux-gnu-objdump configure:6823: result: no configure:6833: checking for objdump configure:6849: found /usr/bin/objdump configure:6860: result: objdump configure:6892: checking how to recognize dependent libraries configure:7092: result: pass_all configure:7137: checking for i686-pc-linux-gnu-dlltool configure:7167: result: no configure:7177: checking for dlltool configure:7207: result: no configure:7237: checking how to associate runtime and link libraries configure:7264: result: printf %s\n configure:7280: checking for i686-pc-linux-gnu-ar configure:7307: result: ar configure:7388: checking for archiver @FILE support configure:7405: x86_64-pc-linux-gnu-gcc -m32 -c -march=ivybridge -O2 -pipe -DHB_NDEBUG conftest.c >&5 configure:7405: $? = 0 configure:7408: ar cru libconftest.a @conftest.lst >&5 configure:7411: $? = 0 configure:7416: ar cru libconftest.a @conftest.lst >&5 ar: conftest.o: No such file or directory configure:7419: $? = 1 configure:7431: result: @ configure:7449: checking for i686-pc-linux-gnu-strip configure:7479: result: no configure:7489: checking for strip configure:7505: found /usr/bin/strip configure:7516: result: strip configure:7548: checking for i686-pc-linux-gnu-ranlib configure:7578: result: no configure:7588: checking for ranlib configure:7604: found /usr/bin/ranlib configure:7615: result: ranlib configure:7717: checking command to parse /usr/bin/nm -B output from x86_64-pc-linux-gnu-gcc -m32 object configure:7870: x86_64-pc-linux-gnu-gcc -m32 -c -march=ivybridge -O2 -pipe -DHB_NDEBUG conftest.c >&5 configure:7873: $? = 0 configure:7877: /usr/bin/nm -B conftest.o \| sed -n -e 's/^.*[ ]\([ABCDGIRSTW][ABCDGIRSTW]*\)[ ][ ]*\([_A-Za-z][_A-Za-z0-9]*\)$/\1 \2 \2/p' | sed '/ __gnu_lto/d' \> conftest.nm configure:7880: $? = 0 configure:7946: x86_64-pc-linux-gnu-gcc -m32 -o conftest -march=ivybridge -O2 -pipe -DHB_NDEBUG -Wl,-O1 -Wl,--as-needed conftest.c conftstm.o >&5 configure:7949: $? = 0 configure:7987: result: ok configure:8034: checking for sysroot configure:8064: result: / configure:8071: checking for a working dd configure:8109: result: /bin/dd configure:8113: checking how to truncate binary pipes configure:8128: result: /bin/dd bs=4096 count=1 configure:8417: checking for i686-pc-linux-gnu-mt configure:8447: result: no configure:8457: checking for mt configure:8487: result: no configure:8507: checking if : is a manifest tool configure:8513: : '-?' configure:8521: result: no configure:9195: checking for dlfcn.h configure:9195: x86_64-pc-linux-gnu-gcc -m32 -c -march=ivybridge -O2 -pipe -DHB_NDEBUG conftest.c >&5 configure:9195: $? = 0 configure:9195: result: yes configure:9450: checking for objdir configure:9465: result: .libs configure:9729: checking if x86_64-pc-linux-gnu-gcc -m32 supports -fno-rtti -fno-exceptions configure:9747: x86_64-pc-linux-gnu-gcc -m32 -c -march=ivybridge -O2 -pipe -DHB_NDEBUG -fno-rtti -fno-exceptions conftest.c >&5 cc1: warning: command line option '-fno-rtti' is valid for C++/ObjC++ but not for C configure:9751: $? = 0 configure:9764: result: no configure:10122: checking for x86_64-pc-linux-gnu-gcc -m32 option to produce PIC configure:10129: result: -fPIC -DPIC configure:10137: checking if x86_64-pc-linux-gnu-gcc -m32 PIC flag -fPIC -DPIC works configure:10155: x86_64-pc-linux-gnu-gcc -m32 -c -march=ivybridge -O2 -pipe -DHB_NDEBUG -fPIC -DPIC -DPIC conftest.c >&5 configure:10159: $? = 0 configure:10172: result: yes configure:10201: checking if x86_64-pc-linux-gnu-gcc -m32 static flag -static works configure:10229: result: yes configure:10244: checking if x86_64-pc-linux-gnu-gcc -m32 supports -c -o file.o configure:10265: x86_64-pc-linux-gnu-gcc -m32 -c -march=ivybridge -O2 -pipe -DHB_NDEBUG -o out/conftest2.o conftest.c >&5 configure:10269: $? = 0 configure:10291: result: yes configure:10299: checking if x86_64-pc-linux-gnu-gcc -m32 supports -c -o file.o configure:10346: result: yes configure:10379: checking whether the x86_64-pc-linux-gnu-gcc -m32 linker (x86_64-pc-linux-gnu-ld -m elf_i386) supports shared libraries configure:11642: result: yes configure:11679: checking whether -lc should be explicitly linked in configure:11687: x86_64-pc-linux-gnu-gcc -m32 -c -march=ivybridge -O2 -pipe -DHB_NDEBUG conftest.c >&5 configure:11690: $? = 0 configure:11705: x86_64-pc-linux-gnu-gcc -m32 -shared -fPIC -DPIC conftest.o -v -Wl,-soname -Wl,conftest -o conftest 2\>\&1 \| /bin/grep -lc \>/dev/null 2\>\&1 configure:11708: $? = 0 configure:11722: result: no configure:11882: checking dynamic linker characteristics configure:12463: x86_64-pc-linux-gnu-gcc -m32 -o conftest -march=ivybridge -O2 -pipe -DHB_NDEBUG -Wl,-O1 -Wl,--as-needed -Wl,-rpath -Wl,/foo conftest.c >&5 configure:12463: $? = 0 configure:12712: result: GNU/Linux ld.so configure:12834: checking how to hardcode library paths into programs configure:12859: result: immediate configure:13407: checking whether stripping libraries is possible configure:13412: result: yes configure:13447: checking if libtool supports shared libraries configure:13449: result: yes configure:13452: checking whether to build shared libraries configure:13477: result: yes configure:13480: checking whether to build static libraries configure:13484: result: no configure:13531: checking for i686-pc-linux-gnu-gcc configure:13558: result: x86_64-pc-linux-gnu-gcc -m32 configure:13827: checking for C compiler version configure:13836: x86_64-pc-linux-gnu-gcc -m32 --version >&5 x86_64-pc-linux-gnu-gcc (Gentoo 7.3.0-r3 p1.4) 7.3.0 Copyright (C) 2017 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:13847: $? = 0 configure:13836: x86_64-pc-linux-gnu-gcc -m32 -v >&5 Using built-in specs. COLLECT_GCC=x86_64-pc-linux-gnu-gcc COLLECT_LTO_WRAPPER=/usr/libexec/gcc/x86_64-pc-linux-gnu/7.3.0/lto-wrapper Target: x86_64-pc-linux-gnu Configured with: /var/tmp/portage/sys-devel/gcc-7.3.0-r3/work/gcc-7.3.0/configure --host=x86_64-pc-linux-gnu --build=x86_64-pc-linux-gnu --prefix=/usr --bindir=/usr/x86_64-pc-linux-gnu/gcc-bin/7.3.0 --includedir=/usr/lib/gcc/x86_64-pc-linux-gnu/7.3.0/include --datadir=/usr/share/gcc-data/x86_64-pc-linux-gnu/7.3.0 --mandir=/usr/share/gcc-data/x86_64-pc-linux-gnu/7.3.0/man --infodir=/usr/share/gcc-data/x86_64-pc-linux-gnu/7.3.0/info --with-gxx-include-dir=/usr/lib/gcc/x86_64-pc-linux-gnu/7.3.0/include/g++-v7 --with-python-dir=/share/gcc-data/x86_64-pc-linux-gnu/7.3.0/python --enable-languages=c,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 7.3.0-r3 p1.4' --disable-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 --enable-libgomp --disable-libmudflap --disable-libssp --disable-libcilkrts --disable-libmpx --enable-vtable-verify --enable-libvtv --enable-lto --without-isl --enable-libsanitizer --enable-default-pie --enable-default-ssp Thread model: posix gcc version 7.3.0 (Gentoo 7.3.0-r3 p1.4) configure:13847: $? = 0 configure:13836: x86_64-pc-linux-gnu-gcc -m32 -V >&5 x86_64-pc-linux-gnu-gcc: error: unrecognized command line option '-V' x86_64-pc-linux-gnu-gcc: fatal error: no input files compilation terminated. configure:13847: $? = 1 configure:13836: x86_64-pc-linux-gnu-gcc -m32 -qversion >&5 x86_64-pc-linux-gnu-gcc: error: unrecognized command line option '-qversion'; did you mean '--version'? x86_64-pc-linux-gnu-gcc: fatal error: no input files compilation terminated. configure:13847: $? = 1 configure:13851: checking whether we are using the GNU C compiler configure:13879: result: yes configure:13888: checking whether x86_64-pc-linux-gnu-gcc -m32 accepts -g configure:13949: result: yes configure:13966: checking for x86_64-pc-linux-gnu-gcc -m32 option to accept ISO C89 configure:14042: result: none needed configure:14067: checking whether x86_64-pc-linux-gnu-gcc -m32 understands -c and -o together configure:14104: result: yes configure:14123: checking dependency style of x86_64-pc-linux-gnu-gcc -m32 configure:14234: result: none configure:14249: checking for x86_64-pc-linux-gnu-gcc -m32 option to accept ISO C99 configure:14398: x86_64-pc-linux-gnu-gcc -m32 -c -march=ivybridge -O2 -pipe -DHB_NDEBUG conftest.c >&5 configure:14398: $? = 0 configure:14411: result: none needed configure:14539: checking for C++ compiler version configure:14548: x86_64-pc-linux-gnu-g++ -m32 --version >&5 x86_64-pc-linux-gnu-g++ (Gentoo 7.3.0-r3 p1.4) 7.3.0 Copyright (C) 2017 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:14559: $? = 0 configure:14548: x86_64-pc-linux-gnu-g++ -m32 -v >&5 Using built-in specs. COLLECT_GCC=x86_64-pc-linux-gnu-g++ COLLECT_LTO_WRAPPER=/usr/libexec/gcc/x86_64-pc-linux-gnu/7.3.0/lto-wrapper Target: x86_64-pc-linux-gnu Configured with: /var/tmp/portage/sys-devel/gcc-7.3.0-r3/work/gcc-7.3.0/configure --host=x86_64-pc-linux-gnu --build=x86_64-pc-linux-gnu --prefix=/usr --bindir=/usr/x86_64-pc-linux-gnu/gcc-bin/7.3.0 --includedir=/usr/lib/gcc/x86_64-pc-linux-gnu/7.3.0/include --datadir=/usr/share/gcc-data/x86_64-pc-linux-gnu/7.3.0 --mandir=/usr/share/gcc-data/x86_64-pc-linux-gnu/7.3.0/man --infodir=/usr/share/gcc-data/x86_64-pc-linux-gnu/7.3.0/info --with-gxx-include-dir=/usr/lib/gcc/x86_64-pc-linux-gnu/7.3.0/include/g++-v7 --with-python-dir=/share/gcc-data/x86_64-pc-linux-gnu/7.3.0/python --enable-languages=c,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 7.3.0-r3 p1.4' --disable-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 --enable-libgomp --disable-libmudflap --disable-libssp --disable-libcilkrts --disable-libmpx --enable-vtable-verify --enable-libvtv --enable-lto --without-isl --enable-libsanitizer --enable-default-pie --enable-default-ssp Thread model: posix gcc version 7.3.0 (Gentoo 7.3.0-r3 p1.4) configure:14559: $? = 0 configure:14548: x86_64-pc-linux-gnu-g++ -m32 -V >&5 x86_64-pc-linux-gnu-g++: error: unrecognized command line option '-V' x86_64-pc-linux-gnu-g++: fatal error: no input files compilation terminated. configure:14559: $? = 1 configure:14548: x86_64-pc-linux-gnu-g++ -m32 -qversion >&5 x86_64-pc-linux-gnu-g++: error: unrecognized command line option '-qversion'; did you mean '--version'? x86_64-pc-linux-gnu-g++: fatal error: no input files compilation terminated. configure:14559: $? = 1 configure:14563: checking whether we are using the GNU C++ compiler configure:14582: x86_64-pc-linux-gnu-g++ -m32 -c -march=ivybridge -O2 -pipe -std=c++14 -DHB_NDEBUG conftest.cpp >&5 configure:14582: $? = 0 configure:14591: result: yes configure:14600: checking whether x86_64-pc-linux-gnu-g++ -m32 accepts -g configure:14620: x86_64-pc-linux-gnu-g++ -m32 -c -g -DHB_NDEBUG conftest.cpp >&5 configure:14620: $? = 0 configure:14661: result: yes configure:14686: checking dependency style of x86_64-pc-linux-gnu-g++ -m32 configure:14797: result: none configure:14830: checking how to run the C++ preprocessor configure:14857: x86_64-pc-linux-gnu-g++ -m32 -E -DHB_NDEBUG conftest.cpp configure:14857: $? = 0 configure:14871: x86_64-pc-linux-gnu-g++ -m32 -E -DHB_NDEBUG conftest.cpp conftest.cpp:26:10: fatal error: ac_nonexistent.h: No such file or directory #include ^~~~~~~~~~~~~~~~~~ compilation terminated. configure:14871: $? = 1 configure: failed program was: | /* confdefs.h */ | #define PACKAGE_NAME "HarfBuzz" | #define PACKAGE_TARNAME "harfbuzz" | #define PACKAGE_VERSION "2.0.2" | #define PACKAGE_STRING "HarfBuzz 2.0.2" | #define PACKAGE_BUGREPORT "https://github.com/harfbuzz/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 __EXTENSIONS__ 1 | #define _ALL_SOURCE 1 | #define _GNU_SOURCE 1 | #define _POSIX_PTHREAD_SEMANTICS 1 | #define _TANDEM_SOURCE 1 | #define HAVE_DLFCN_H 1 | #define LT_OBJDIR ".libs/" | /* end confdefs.h. */ | #include configure:14896: result: x86_64-pc-linux-gnu-g++ -m32 -E configure:14916: x86_64-pc-linux-gnu-g++ -m32 -E -DHB_NDEBUG conftest.cpp configure:14916: $? = 0 configure:14930: x86_64-pc-linux-gnu-g++ -m32 -E -DHB_NDEBUG conftest.cpp conftest.cpp:26:10: fatal error: ac_nonexistent.h: No such file or directory #include ^~~~~~~~~~~~~~~~~~ compilation terminated. configure:14930: $? = 1 configure: failed program was: | /* confdefs.h */ | #define PACKAGE_NAME "HarfBuzz" | #define PACKAGE_TARNAME "harfbuzz" | #define PACKAGE_VERSION "2.0.2" | #define PACKAGE_STRING "HarfBuzz 2.0.2" | #define PACKAGE_BUGREPORT "https://github.com/harfbuzz/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 __EXTENSIONS__ 1 | #define _ALL_SOURCE 1 | #define _GNU_SOURCE 1 | #define _POSIX_PTHREAD_SEMANTICS 1 | #define _TANDEM_SOURCE 1 | #define HAVE_DLFCN_H 1 | #define LT_OBJDIR ".libs/" | /* end confdefs.h. */ | #include configure:15092: checking for ld used by x86_64-pc-linux-gnu-g++ -m32 configure:15159: result: x86_64-pc-linux-gnu-ld -m elf_i386 configure:15166: checking if the linker (x86_64-pc-linux-gnu-ld -m elf_i386) is GNU ld configure:15181: result: yes configure:15236: checking whether the x86_64-pc-linux-gnu-g++ -m32 linker (x86_64-pc-linux-gnu-ld -m elf_i386) supports shared libraries configure:16309: result: yes configure:16345: x86_64-pc-linux-gnu-g++ -m32 -c -march=ivybridge -O2 -pipe -std=c++14 -DHB_NDEBUG conftest.cpp >&5 configure:16348: $? = 0 configure:16829: checking for x86_64-pc-linux-gnu-g++ -m32 option to produce PIC configure:16836: result: -fPIC -DPIC configure:16844: checking if x86_64-pc-linux-gnu-g++ -m32 PIC flag -fPIC -DPIC works configure:16862: x86_64-pc-linux-gnu-g++ -m32 -c -march=ivybridge -O2 -pipe -std=c++14 -DHB_NDEBUG -fPIC -DPIC -DPIC conftest.cpp >&5 configure:16866: $? = 0 configure:16879: result: yes configure:16902: checking if x86_64-pc-linux-gnu-g++ -m32 static flag -static works configure:16930: result: yes configure:16942: checking if x86_64-pc-linux-gnu-g++ -m32 supports -c -o file.o configure:16963: x86_64-pc-linux-gnu-g++ -m32 -c -march=ivybridge -O2 -pipe -std=c++14 -DHB_NDEBUG -o out/conftest2.o conftest.cpp >&5 configure:16967: $? = 0 configure:16989: result: yes configure:16994: checking if x86_64-pc-linux-gnu-g++ -m32 supports -c -o file.o configure:17041: result: yes configure:17071: checking whether the x86_64-pc-linux-gnu-g++ -m32 linker (x86_64-pc-linux-gnu-ld -m elf_i386) supports shared libraries configure:17114: result: yes configure:17255: checking dynamic linker characteristics configure:18012: result: GNU/Linux ld.so configure:18077: checking how to hardcode library paths into programs configure:18102: result: immediate configure:18149: checking for special C compiler options needed for large files configure:18194: result: no configure:18200: checking for _FILE_OFFSET_BITS value needed for large files configure:18225: x86_64-pc-linux-gnu-gcc -m32 -c -march=ivybridge -O2 -pipe -DHB_NDEBUG conftest.c >&5 conftest.c:31:41: warning: result of '-2147483648 << 31' requires 63 bits to represent, but 'long int' only has 32 bits [-Wshift-overflow=] #define LARGE_OFF_T ((((off_t) 1 << 31) << 31) - 1 + (((off_t) 1 << 31) << 31)) ^ conftest.c:32:23: note: in expansion of macro 'LARGE_OFF_T' int off_t_is_large[(LARGE_OFF_T % 2147483629 == 721 ^~~~~~~~~~~ conftest.c:31:73: warning: result of '-2147483648 << 31' requires 63 bits to represent, but 'long int' only has 32 bits [-Wshift-overflow=] #define LARGE_OFF_T ((((off_t) 1 << 31) << 31) - 1 + (((off_t) 1 << 31) << 31)) ^ conftest.c:32:23: note: in expansion of macro 'LARGE_OFF_T' int off_t_is_large[(LARGE_OFF_T % 2147483629 == 721 ^~~~~~~~~~~ conftest.c:31:41: warning: result of '-2147483648 << 31' requires 63 bits to represent, but 'long int' only has 32 bits [-Wshift-overflow=] #define LARGE_OFF_T ((((off_t) 1 << 31) << 31) - 1 + (((off_t) 1 << 31) << 31)) ^ conftest.c:33:13: note: in expansion of macro 'LARGE_OFF_T' && LARGE_OFF_T % 2147483647 == 1) ^~~~~~~~~~~ conftest.c:31:73: warning: result of '-2147483648 << 31' requires 63 bits to represent, but 'long int' only has 32 bits [-Wshift-overflow=] #define LARGE_OFF_T ((((off_t) 1 << 31) << 31) - 1 + (((off_t) 1 << 31) << 31)) ^ conftest.c:33:13: note: in expansion of macro 'LARGE_OFF_T' && LARGE_OFF_T % 2147483647 == 1) ^~~~~~~~~~~ conftest.c:32:7: error: variably modified 'off_t_is_large' at file scope int off_t_is_large[(LARGE_OFF_T % 2147483629 == 721 ^~~~~~~~~~~~~~ configure:18225: $? = 1 configure: failed program was: | /* confdefs.h */ | #define PACKAGE_NAME "HarfBuzz" | #define PACKAGE_TARNAME "harfbuzz" | #define PACKAGE_VERSION "2.0.2" | #define PACKAGE_STRING "HarfBuzz 2.0.2" | #define PACKAGE_BUGREPORT "https://github.com/harfbuzz/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 __EXTENSIONS__ 1 | #define _ALL_SOURCE 1 | #define _GNU_SOURCE 1 | #define _POSIX_PTHREAD_SEMANTICS 1 | #define _TANDEM_SOURCE 1 | #define HAVE_DLFCN_H 1 | #define LT_OBJDIR ".libs/" | /* end confdefs.h. */ | #include | /* Check that off_t can represent 2**63 - 1 correctly. | We can't simply define LARGE_OFF_T to be 9223372036854775807, | since some C++ compilers masquerading as C compilers | incorrectly reject 9223372036854775807. */ | #define LARGE_OFF_T ((((off_t) 1 << 31) << 31) - 1 + (((off_t) 1 << 31) << 31)) | int off_t_is_large[(LARGE_OFF_T % 2147483629 == 721 | && LARGE_OFF_T % 2147483647 == 1) | ? 1 : -1]; | int | main () | { | | ; | return 0; | } configure:18249: x86_64-pc-linux-gnu-gcc -m32 -c -march=ivybridge -O2 -pipe -DHB_NDEBUG conftest.c >&5 configure:18249: $? = 0 configure:18257: result: 64 configure:18353: checking for i686-pc-linux-gnu-pkg-config configure:18371: found /usr/bin/i686-pc-linux-gnu-pkg-config configure:18383: result: /usr/bin/i686-pc-linux-gnu-pkg-config configure:18451: checking pkg-config is at least version 0.20 configure:18454: result: yes configure:18515: checking for gtk-doc configure:18518: $PKG_CONFIG --exists --print-errors "$gtk_doc_requires" Package gtk-doc was not found in the pkg-config search path. Perhaps you should add the directory containing `gtk-doc.pc' to the PKG_CONFIG_PATH environment variable No package 'gtk-doc' found configure:18521: $? = 1 configure:18527: result: no configure:18533: WARNING: You will not be able to create source packages with 'make dist' because gtk-doc >= 1.15 is not found. configure:18541: checking for gtkdoc-check configure:18557: found /usr/bin/gtkdoc-check configure:18568: result: gtkdoc-check.test configure:18578: checking for gtkdoc-check configure:18596: found /usr/bin/gtkdoc-check configure:18608: result: /usr/bin/gtkdoc-check configure:18620: checking for gtkdoc-rebase configure:18638: found /usr/bin/gtkdoc-rebase configure:18650: result: /usr/bin/gtkdoc-rebase configure:18664: checking for gtkdoc-mkpdf configure:18682: found /usr/bin/gtkdoc-mkpdf configure:18694: result: /usr/bin/gtkdoc-mkpdf configure:18722: checking whether to build gtk-doc documentation configure:18724: result: no configure:18737: checking for GTKDOC_DEPS configure:18744: $PKG_CONFIG --exists --print-errors "glib-2.0 >= 2.10.0 gobject-2.0 >= 2.10.0" Package glib-2.0 was not found in the pkg-config search path. Perhaps you should add the directory containing `glib-2.0.pc' to the PKG_CONFIG_PATH environment variable No package 'glib-2.0' found Package gobject-2.0 was not found in the pkg-config search path. Perhaps you should add the directory containing `gobject-2.0.pc' to the PKG_CONFIG_PATH environment variable No package 'gobject-2.0' found configure:18747: $? = 1 configure:18761: $PKG_CONFIG --exists --print-errors "glib-2.0 >= 2.10.0 gobject-2.0 >= 2.10.0" Package glib-2.0 was not found in the pkg-config search path. Perhaps you should add the directory containing `glib-2.0.pc' to the PKG_CONFIG_PATH environment variable No package 'glib-2.0' found Package gobject-2.0 was not found in the pkg-config search path. Perhaps you should add the directory containing `gobject-2.0.pc' to the PKG_CONFIG_PATH environment variable No package 'gobject-2.0' found configure:18764: $? = 1 configure:18778: result: no No package 'glib-2.0' found No package 'gobject-2.0' found configure:18890: checking for atexit configure:18890: x86_64-pc-linux-gnu-gcc -m32 -o conftest -march=ivybridge -O2 -pipe -DHB_NDEBUG -Wl,-O1 -Wl,--as-needed conftest.c >&5 configure:18890: $? = 0 configure:18890: result: yes configure:18890: checking for mprotect configure:18890: x86_64-pc-linux-gnu-gcc -m32 -o conftest -march=ivybridge -O2 -pipe -DHB_NDEBUG -Wl,-O1 -Wl,--as-needed conftest.c >&5 configure:18890: $? = 0 configure:18890: result: yes configure:18890: checking for sysconf configure:18890: x86_64-pc-linux-gnu-gcc -m32 -o conftest -march=ivybridge -O2 -pipe -DHB_NDEBUG -Wl,-O1 -Wl,--as-needed conftest.c >&5 configure:18890: $? = 0 configure:18890: result: yes configure:18890: checking for getpagesize configure:18890: x86_64-pc-linux-gnu-gcc -m32 -o conftest -march=ivybridge -O2 -pipe -DHB_NDEBUG -Wl,-O1 -Wl,--as-needed conftest.c >&5 configure:18890: $? = 0 configure:18890: result: yes configure:18890: checking for mmap configure:18890: x86_64-pc-linux-gnu-gcc -m32 -o conftest -march=ivybridge -O2 -pipe -DHB_NDEBUG -Wl,-O1 -Wl,--as-needed conftest.c >&5 configure:18890: $? = 0 configure:18890: result: yes configure:18890: checking for isatty configure:18890: x86_64-pc-linux-gnu-gcc -m32 -o conftest -march=ivybridge -O2 -pipe -DHB_NDEBUG -Wl,-O1 -Wl,--as-needed conftest.c >&5 configure:18890: $? = 0 configure:18890: result: yes configure:18890: checking for newlocale configure:18890: x86_64-pc-linux-gnu-gcc -m32 -o conftest -march=ivybridge -O2 -pipe -DHB_NDEBUG -Wl,-O1 -Wl,--as-needed conftest.c >&5 configure:18890: $? = 0 configure:18890: result: yes configure:18890: checking for strtod_l configure:18890: x86_64-pc-linux-gnu-gcc -m32 -o conftest -march=ivybridge -O2 -pipe -DHB_NDEBUG -Wl,-O1 -Wl,--as-needed conftest.c >&5 configure:18890: $? = 0 configure:18890: result: yes configure:18890: checking for posix_memalign configure:18890: x86_64-pc-linux-gnu-gcc -m32 -o conftest -march=ivybridge -O2 -pipe -DHB_NDEBUG -Wl,-O1 -Wl,--as-needed conftest.c >&5 conftest.c:58:6: warning: conflicting types for built-in function 'posix_memalign' [-Wbuiltin-declaration-mismatch] char posix_memalign (); ^~~~~~~~~~~~~~ configure:18890: $? = 0 configure:18890: result: yes configure:18904: checking for round configure:18904: x86_64-pc-linux-gnu-gcc -m32 -o conftest -march=ivybridge -O2 -pipe -DHB_NDEBUG -Wl,-O1 -Wl,--as-needed conftest.c -lm >&5 conftest.c:59:6: warning: conflicting types for built-in function 'round' [-Wbuiltin-declaration-mismatch] char round (); ^~~~~ configure:18904: $? = 0 configure:18904: result: yes configure:18931: checking for unistd.h configure:18931: result: yes configure:18931: checking sys/mman.h usability configure:18931: x86_64-pc-linux-gnu-gcc -m32 -c -march=ivybridge -O2 -pipe -DHB_NDEBUG conftest.c >&5 configure:18931: $? = 0 configure:18931: result: yes configure:18931: checking sys/mman.h presence configure:18931: x86_64-pc-linux-gnu-gcc -m32 -E -DHB_NDEBUG conftest.c configure:18931: $? = 0 configure:18931: result: yes configure:18931: checking for sys/mman.h configure:18931: result: yes configure:18931: checking xlocale.h usability configure:18931: x86_64-pc-linux-gnu-gcc -m32 -c -march=ivybridge -O2 -pipe -DHB_NDEBUG conftest.c >&5 conftest.c:72:10: fatal error: xlocale.h: No such file or directory #include ^~~~~~~~~~~ compilation terminated. configure:18931: $? = 1 configure: failed program was: | /* confdefs.h */ | #define PACKAGE_NAME "HarfBuzz" | #define PACKAGE_TARNAME "harfbuzz" | #define PACKAGE_VERSION "2.0.2" | #define PACKAGE_STRING "HarfBuzz 2.0.2" | #define PACKAGE_BUGREPORT "https://github.com/harfbuzz/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 __EXTENSIONS__ 1 | #define _ALL_SOURCE 1 | #define _GNU_SOURCE 1 | #define _POSIX_PTHREAD_SEMANTICS 1 | #define _TANDEM_SOURCE 1 | #define HAVE_DLFCN_H 1 | #define LT_OBJDIR ".libs/" | #define _FILE_OFFSET_BITS 64 | #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_NEWLOCALE 1 | #define HAVE_STRTOD_L 1 | #define HAVE_POSIX_MEMALIGN 1 | #define HAVE_ROUND 1 | #define HAVE_UNISTD_H 1 | #define HAVE_SYS_MMAN_H 1 | /* end confdefs.h. */ | #include | #ifdef HAVE_SYS_TYPES_H | # include | #endif | #ifdef HAVE_SYS_STAT_H | # include | #endif | #ifdef STDC_HEADERS | # include | # include | #else | # ifdef HAVE_STDLIB_H | # include | # endif | #endif | #ifdef HAVE_STRING_H | # if !defined STDC_HEADERS && defined HAVE_MEMORY_H | # include | # endif | # include | #endif | #ifdef HAVE_STRINGS_H | # include | #endif | #ifdef HAVE_INTTYPES_H | # include | #endif | #ifdef HAVE_STDINT_H | # include | #endif | #ifdef HAVE_UNISTD_H | # include | #endif | #include configure:18931: result: no configure:18931: checking xlocale.h presence configure:18931: x86_64-pc-linux-gnu-gcc -m32 -E -DHB_NDEBUG conftest.c conftest.c:39:10: fatal error: xlocale.h: No such file or directory #include ^~~~~~~~~~~ compilation terminated. configure:18931: $? = 1 configure: failed program was: | /* confdefs.h */ | #define PACKAGE_NAME "HarfBuzz" | #define PACKAGE_TARNAME "harfbuzz" | #define PACKAGE_VERSION "2.0.2" | #define PACKAGE_STRING "HarfBuzz 2.0.2" | #define PACKAGE_BUGREPORT "https://github.com/harfbuzz/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 __EXTENSIONS__ 1 | #define _ALL_SOURCE 1 | #define _GNU_SOURCE 1 | #define _POSIX_PTHREAD_SEMANTICS 1 | #define _TANDEM_SOURCE 1 | #define HAVE_DLFCN_H 1 | #define LT_OBJDIR ".libs/" | #define _FILE_OFFSET_BITS 64 | #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_NEWLOCALE 1 | #define HAVE_STRTOD_L 1 | #define HAVE_POSIX_MEMALIGN 1 | #define HAVE_ROUND 1 | #define HAVE_UNISTD_H 1 | #define HAVE_SYS_MMAN_H 1 | /* end confdefs.h. */ | #include configure:18931: result: no configure:18931: checking for xlocale.h configure:18931: result: no configure:18931: checking stdbool.h usability configure:18931: x86_64-pc-linux-gnu-gcc -m32 -c -march=ivybridge -O2 -pipe -DHB_NDEBUG conftest.c >&5 configure:18931: $? = 0 configure:18931: result: yes configure:18931: checking stdbool.h presence configure:18931: x86_64-pc-linux-gnu-gcc -m32 -E -DHB_NDEBUG conftest.c configure:18931: $? = 0 configure:18931: result: yes configure:18931: checking for stdbool.h configure:18931: result: yes configure:18946: checking alignment of struct{char;} configure:18951: x86_64-pc-linux-gnu-gcc -m32 -o conftest -march=ivybridge -O2 -pipe -DHB_NDEBUG -Wl,-O1 -Wl,--as-needed conftest.c >&5 conftest.c:76:37: warning: declaration does not declare anything typedef struct { char x; struct{char;} y; } ac__type_alignof_; ^ configure:18951: $? = 0 configure:18951: ./conftest configure:18951: $? = 0 configure:18969: result: 1 configure:18982: checking whether the linker accepts -Bsymbolic-functions configure:19001: x86_64-pc-linux-gnu-gcc -m32 -o conftest -march=ivybridge -O2 -pipe -DHB_NDEBUG -Wl,-O1 -Wl,--as-needed -Bsymbolic-functions conftest.c >&5 configure:19001: $? = 0 configure:19010: result: yes configure:19059: checking for native Win32 configure:19066: result: no configure:19262: checking whether x86_64-pc-linux-gnu-gcc -m32 is Clang configure:19287: result: no configure:19410: checking whether pthreads work with -pthread configure:19504: x86_64-pc-linux-gnu-gcc -m32 -o conftest -march=ivybridge -O2 -pipe -pthread -DHB_NDEBUG -Wl,-O1 -Wl,--as-needed -Bsymbolic-functions conftest.c >&5 configure:19504: $? = 0 configure:19513: result: yes configure:19532: checking for joinable pthread attribute configure:19550: x86_64-pc-linux-gnu-gcc -m32 -o conftest -march=ivybridge -O2 -pipe -pthread -DHB_NDEBUG -Wl,-O1 -Wl,--as-needed -Bsymbolic-functions conftest.c >&5 configure:19550: $? = 0 configure:19558: result: PTHREAD_CREATE_JOINABLE configure:19572: checking whether more special flags are required for pthreads configure:19585: result: no configure:19593: checking for PTHREAD_PRIO_INHERIT configure:19609: x86_64-pc-linux-gnu-gcc -m32 -o conftest -march=ivybridge -O2 -pipe -pthread -DHB_NDEBUG -Wl,-O1 -Wl,--as-needed -Bsymbolic-functions conftest.c >&5 configure:19609: $? = 0 configure:19618: result: yes configure:19764: checking for GLIB configure:19771: $PKG_CONFIG --exists --print-errors "$GLIB_DEPS" Package glib-2.0 was not found in the pkg-config search path. Perhaps you should add the directory containing `glib-2.0.pc' to the PKG_CONFIG_PATH environment variable No package 'glib-2.0' found configure:19774: $? = 1 configure:19788: $PKG_CONFIG --exists --print-errors "$GLIB_DEPS" Package glib-2.0 was not found in the pkg-config search path. Perhaps you should add the directory containing `glib-2.0.pc' to the PKG_CONFIG_PATH environment variable No package 'glib-2.0' found configure:19791: $? = 1 configure:19805: result: no No package 'glib-2.0' found configure:19835: error: glib support requested but glib-2.0 not found ## ---------------- ## ## Cache variables. ## ## ---------------- ## ac_cv_alignof_struct_char__=1 ac_cv_build=i686-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='x86_64-pc-linux-gnu-gcc -m32' ac_cv_env_CFLAGS_set=set ac_cv_env_CFLAGS_value='-march=ivybridge -O2 -pipe' ac_cv_env_CPPFLAGS_set=set ac_cv_env_CPPFLAGS_value=' -DHB_NDEBUG' 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=ivybridge -O2 -pipe -std=c++14' ac_cv_env_CXX_set=set ac_cv_env_CXX_value='x86_64-pc-linux-gnu-g++ -m32' 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_LT_SYS_LIBRARY_PATH_set= ac_cv_env_LT_SYS_LIBRARY_PATH_value= ac_cv_env_PKG_CONFIG_LIBDIR_set=set ac_cv_env_PKG_CONFIG_LIBDIR_value=/usr/lib/pkgconfig ac_cv_env_PKG_CONFIG_PATH_set=set ac_cv_env_PKG_CONFIG_PATH_value=/usr/share/pkgconfig ac_cv_env_PKG_CONFIG_set= ac_cv_env_PKG_CONFIG_value= ac_cv_env_build_alias_set=set ac_cv_env_build_alias_value=i686-pc-linux-gnu ac_cv_env_host_alias_set=set ac_cv_env_host_alias_value=i686-pc-linux-gnu ac_cv_env_target_alias_set= ac_cv_env_target_alias_value= ac_cv_func_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_newlocale=yes ac_cv_func_posix_memalign=yes ac_cv_func_round=yes ac_cv_func_strtod_l=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_minix_config_h=no ac_cv_header_stdbool_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_header_xlocale_h=no ac_cv_host=i686-pc-linux-gnu ac_cv_objext=o ac_cv_path_EGREP='/bin/grep -E' ac_cv_path_FGREP='/bin/grep -F' ac_cv_path_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/i686-pc-linux-gnu-pkg-config ac_cv_path_SED=/bin/sed ac_cv_path_install='/usr/lib/portage/python3.6/ebuild-helpers/xattr/install -c' ac_cv_path_lt_DD=/bin/dd ac_cv_path_mkdir=/bin/mkdir ac_cv_prog_AR=ar ac_cv_prog_AWK=gawk ac_cv_prog_CC='x86_64-pc-linux-gnu-gcc -m32' ac_cv_prog_CPP='x86_64-pc-linux-gnu-gcc -m32 -E' ac_cv_prog_CXXCPP='x86_64-pc-linux-gnu-g++ -m32 -E' ac_cv_prog_GTKDOC_CHECK=gtkdoc-check.test ac_cv_prog_ac_ct_AR=ar ac_cv_prog_ac_ct_OBJDUMP=objdump ac_cv_prog_ac_ct_RANLIB=ranlib ac_cv_prog_ac_ct_STRIP=strip ac_cv_prog_cc_c89= ac_cv_prog_cc_c99= 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_sys_file_offset_bits=64 ac_cv_sys_largefile_CC=no 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_CLANG=no ax_cv_PTHREAD_JOINABLE_ATTR=PTHREAD_CREATE_JOINABLE ax_cv_PTHREAD_PRIO_INHERIT=yes ax_cv_PTHREAD_SPECIAL_FLAGS=no ax_cv_check_ldflags___Bsymbolic_functions=yes lt_cv_ar_at_file=@ lt_cv_archive_cmds_need_lc=no lt_cv_deplibs_check_method=pass_all lt_cv_file_magic_cmd='$MAGIC_CMD' lt_cv_file_magic_test_file= lt_cv_ld_reload_flag=-r lt_cv_nm_interface='BSD nm' lt_cv_objdir=.libs lt_cv_path_LD='x86_64-pc-linux-gnu-ld -m elf_i386' lt_cv_path_LDCXX='x86_64-pc-linux-gnu-ld -m elf_i386' lt_cv_path_NM='/usr/bin/nm -B' lt_cv_path_mainfest_tool=no lt_cv_prog_compiler_c_o=yes lt_cv_prog_compiler_c_o_CXX=yes lt_cv_prog_compiler_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' ## ----------------- ## ## Output variables. ## ## ----------------- ## @echo "Need to reconfigure with --enable-code-coverage" @echo "Need to reconfigure with --enable-code-coverage" $(CODE_COVERAGE_IGNORE_PATTERN); $(CODE_COVERAGE_OUTPUT_FILE); # # # $(PACKAGE_NAME)-$(PACKAGE_VERSION)-coverage) # $(PACKAGE_NAME)-$(PACKAGE_VERSION)-coverage.info) # (Default: $(top_builddir)) # (Default: empty) # Multiple directories may be specified, separated by whitespace. # by lcov for code coverage. (Default: # collecting lcov instance. (Default: $CODE_COVERAGE_LCOV_OPTIONS_GCOVPATH) # genhtml instance. (Default: based on $CODE_COVERAGE_BRANCH_COVERAGE) # instance. (Default: $CODE_COVERAGE_GENHTML_OPTIONS_DEFAULT) # instance. (Default: $CODE_COVERAGE_LCOV_OPTIONS_DEFAULT) # instance. (Default: $CODE_COVERAGE_LCOV_RMOPTS_DEFAULT) # instances. (Default: $CODE_COVERAGE_LCOV_SHOPTS_DEFAULT) # instances. (Default: based on $CODE_COVERAGE_BRANCH_COVERAGE) # lcov instance. (Default: empty) # reports to be created. (Default: # set to 0 to disable it and leave empty to stay with the default. # - CODE_COVERAGE_BRANCH_COVERAGE: Set to 1 to enforce branch coverage, # - CODE_COVERAGE_DIRECTORY: Top-level directory for code coverage reporting. # - CODE_COVERAGE_GENHTML_OPTIONS: Extra options to pass to the genhtml # - CODE_COVERAGE_GENHTML_OPTIONS_DEFAULT: Extra options to pass to the # - CODE_COVERAGE_IGNORE_PATTERN: Extra glob pattern of files to ignore # - CODE_COVERAGE_LCOV_OPTIONS: Extra options to pass to the collecting lcov # - CODE_COVERAGE_LCOV_OPTIONS_DEFAULT: Extra options to pass to the # - CODE_COVERAGE_LCOV_OPTIONS_GCOVPATH: --gcov-tool pathtogcov # - CODE_COVERAGE_LCOV_RMOPTS: Extra options to pass to the filtering lcov # - CODE_COVERAGE_LCOV_RMOPTS_DEFAULT: Extra options to pass to the filtering # - CODE_COVERAGE_LCOV_SHOPTS: Extra options to shared between both lcov # - CODE_COVERAGE_LCOV_SHOPTS_DEFAULT: Extra options shared between both lcov # - CODE_COVERAGE_OUTPUT_DIRECTORY: Directory for generated code coverage # - CODE_COVERAGE_OUTPUT_FILE: Filename and path for the .info file generated # $(PACKAGE_VERSION). In order to add the current git hash to the title, # Capture code coverage data # Code coverage # Hook rule executed before code-coverage-capture, overridable by the user # Optional variables # Optional: # The generated report will be titled using the $(PACKAGE_NAME) and # Use recursive makes in order to ignore errors during check # sanitizes the test-name: replaces with underscores: dashes and dots # use the git-version-gen script, available online. $(if $(CODE_COVERAGE_BRANCH_COVERAGE),\ ' --rc genhtml_branch_coverage=$(CODE_COVERAGE_BRANCH_COVERAGE)) --rc lcov_branch_coverage=$(CODE_COVERAGE_BRANCH_COVERAGE)) .PHONY: check-code-coverage code-coverage-capture code-coverage-capture-hook code-coverage-clean ACLOCAL='${SHELL} /var/tmp/portage/media-libs/harfbuzz-2.0.2-r1/work/harfbuzz-2.0.2/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_DISTCHECK_CONFIGURE_FLAGS += --disable-code-coverage AM_DISTCHECK_CONFIGURE_FLAGS ?= AM_V='$(V)' AR='ar' AUTOCONF='${SHELL} /var/tmp/portage/media-libs/harfbuzz-2.0.2-r1/work/harfbuzz-2.0.2/missing autoconf' AUTOHEADER='${SHELL} /var/tmp/portage/media-libs/harfbuzz-2.0.2-r1/work/harfbuzz-2.0.2/missing autoheader' AUTOMAKE='${SHELL} /var/tmp/portage/media-libs/harfbuzz-2.0.2-r1/work/harfbuzz-2.0.2/missing automake-1.15' AWK='gawk' CAIRO_CFLAGS='' CAIRO_FT_CFLAGS='' CAIRO_FT_LIBS='' CAIRO_LIBS='' CC='x86_64-pc-linux-gnu-gcc -m32' CCDEPMODE='depmode=none' CFLAGS='-march=ivybridge -O2 -pipe' CODE_COVERAGE_BRANCH_COVERAGE ?= CODE_COVERAGE_CFLAGS='' CODE_COVERAGE_CPPFLAGS='' CODE_COVERAGE_CXXFLAGS='' CODE_COVERAGE_DIRECTORY ?= $(top_builddir) CODE_COVERAGE_ENABLED='no' CODE_COVERAGE_ENABLED_FALSE='' CODE_COVERAGE_ENABLED_TRUE='#' CODE_COVERAGE_GENHTML_OPTIONS ?= $(CODE_COVERAGE_GENHTML_OPTIONS_DEFAULT) CODE_COVERAGE_GENHTML_OPTIONS_DEFAULT ?=\ CODE_COVERAGE_IGNORE_PATTERN ?= CODE_COVERAGE_LCOV_OPTIONS ?= $(CODE_COVERAGE_LCOV_OPTIONS_DEFAULT) CODE_COVERAGE_LCOV_OPTIONS_DEFAULT ?= $(CODE_COVERAGE_LCOV_OPTIONS_GCOVPATH) CODE_COVERAGE_LCOV_OPTIONS_GCOVPATH ?= --gcov-tool "$(GCOV)" CODE_COVERAGE_LCOV_RMOPTS ?= $(CODE_COVERAGE_LCOV_RMOPTS_DEFAULT) CODE_COVERAGE_LCOV_RMOPTS_DEFAULT ?= CODE_COVERAGE_LCOV_SHOPTS ?= $(CODE_COVERAGE_LCOV_SHOPTS_DEFAULT) CODE_COVERAGE_LCOV_SHOPTS_DEFAULT ?= $(if $(CODE_COVERAGE_BRANCH_COVERAGE),\ CODE_COVERAGE_LDFLAGS='' CODE_COVERAGE_LIBS='' CODE_COVERAGE_OUTPUT_DIRECTORY ?= $(PACKAGE_NAME)-$(PACKAGE_VERSION)-coverage CODE_COVERAGE_OUTPUT_FILE ?= $(PACKAGE_NAME)-$(PACKAGE_VERSION)-coverage.info CODE_COVERAGE_RULES=' CORETEXT_CFLAGS='' CORETEXT_LIBS='' CPP='x86_64-pc-linux-gnu-gcc -m32 -E' CPPFLAGS=' -DHB_NDEBUG' CXX='x86_64-pc-linux-gnu-g++ -m32' CXXCPP='x86_64-pc-linux-gnu-g++ -m32 -E' CXXDEPMODE='depmode=none' CXXFLAGS='-fno-rtti -march=ivybridge -O2 -pipe -std=c++14 -fno-exceptions -fno-threadsafe-statics -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='' GCOV='' GENHTML='' GIT='${SHELL} /var/tmp/portage/media-libs/harfbuzz-2.0.2-r1/work/harfbuzz-2.0.2/missing git' GITIGNOREFILES += $(CODE_COVERAGE_OUTPUT_FILE) $(CODE_COVERAGE_OUTPUT_DIRECTORY) GITIGNOREFILES ?= GLIB_CFLAGS='' GLIB_DEPS='glib-2.0 >= 2.19.1' GLIB_LIBS='' 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='' GTKDOC_DEPS_LIBS='' 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_PTHREAD_FALSE='#' HAVE_PTHREAD_TRUE='' HAVE_UCDN_FALSE='' HAVE_UCDN_TRUE='' HAVE_UNISCRIBE_FALSE='' HAVE_UNISCRIBE_TRUE='' HB_LIBTOOL_VERSION_INFO='20000:2:20000' HB_VERSION='2.0.2' HB_VERSION_MAJOR='2' HB_VERSION_MICRO='2' HB_VERSION_MINOR='0' 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='' LCOV='' LD='x86_64-pc-linux-gnu-ld -m elf_i386' LDFLAGS='-Wl,-O1 -Wl,--as-needed -Bsymbolic-functions' LIBOBJS='' LIBS='' LIBTOOL='$(SHELL) $(top_builddir)/libtool' LIPO='' LN_S='ln -s' LTLIBOBJS='' LT_SYS_LIBRARY_PATH='' MAKEINFO='${SHELL} /var/tmp/portage/media-libs/harfbuzz-2.0.2-r1/work/harfbuzz-2.0.2/missing makeinfo' MANIFEST_TOOL=':' MKDIR_P='/bin/mkdir -p' NM='/usr/bin/nm -B' NMEDIT='' OBJDUMP='objdump' OBJEXT='o' OS_WIN32_FALSE='' OS_WIN32_TRUE='#' OTOOL64='' OTOOL='' PACKAGE='harfbuzz' PACKAGE_BUGREPORT='https://github.com/harfbuzz/harfbuzz/issues/new' PACKAGE_NAME='HarfBuzz' PACKAGE_STRING='HarfBuzz 2.0.2' PACKAGE_TARNAME='harfbuzz' PACKAGE_URL='http://harfbuzz.org/' PACKAGE_VERSION='2.0.2' PATH_SEPARATOR=':' PKG_CONFIG='/usr/bin/i686-pc-linux-gnu-pkg-config' PKG_CONFIG_LIBDIR='/usr/lib/pkgconfig' PKG_CONFIG_PATH='/usr/share/pkgconfig' PTHREAD_CC='x86_64-pc-linux-gnu-gcc -m32' PTHREAD_CFLAGS='-pthread' PTHREAD_LIBS='' RAGEL='${SHELL} /var/tmp/portage/media-libs/harfbuzz-2.0.2-r1/work/harfbuzz-2.0.2/missing ragel' RANLIB='ranlib' SED='/bin/sed' SET_MAKE='' SHELL='/bin/sh' STRIP='strip' UNISCRIBE_CFLAGS='' UNISCRIBE_LIBS='' VERSION='2.0.2' WITH_LIBSTDCXX_FALSE='' WITH_LIBSTDCXX_TRUE='#' ac_ct_AR='ar' ac_ct_CC='' ac_ct_CXX='' ac_ct_DUMPBIN='' am__EXEEXT_FALSE='' am__EXEEXT_TRUE='' am__fastdepCC_FALSE='' am__fastdepCC_TRUE='#' am__fastdepCXX_FALSE='' am__fastdepCXX_TRUE='#' am__include='include' am__isrc=' -I$(srcdir)' am__leading_dot='.' am__nodep='' am__quote='' am__tar='tar --format=ustar -chf - "$$tardir"' am__untar='tar -xf -' ax_pthread_config='' bindir='${exec_prefix}/bin' build='i686-pc-linux-gnu' build_alias='i686-pc-linux-gnu' build_cpu='i686' build_os='linux-gnu' build_vendor='pc' check-code-coverage: code-coverage-capture-hook: code-coverage-capture: code-coverage-capture-hook code_coverage_quiet = $(code_coverage_quiet_$(V)) code_coverage_quiet_ = $(code_coverage_quiet_$(AM_DEFAULT_VERBOSITY)) code_coverage_quiet_0 = --quiet code_coverage_sanitize = $(subst -,_,$(subst .,_,$(1))) code_coverage_v_genhtml = $(code_coverage_v_genhtml_$(V)) code_coverage_v_genhtml_ = $(code_coverage_v_genhtml_$(AM_DEFAULT_VERBOSITY)) code_coverage_v_genhtml_0 = @echo " GEN " $(CODE_COVERAGE_OUTPUT_DIRECTORY); code_coverage_v_lcov_cap = $(code_coverage_v_lcov_cap_$(V)) code_coverage_v_lcov_cap_ = $(code_coverage_v_lcov_cap_$(AM_DEFAULT_VERBOSITY)) code_coverage_v_lcov_cap_0 = @echo " LCOV --capture"\ code_coverage_v_lcov_ign = $(code_coverage_v_lcov_ign_$(V)) code_coverage_v_lcov_ign_ = $(code_coverage_v_lcov_ign_$(AM_DEFAULT_VERBOSITY)) code_coverage_v_lcov_ign_0 = @echo " LCOV --remove /tmp/*"\ datadir='/usr/share' datarootdir='${prefix}/share' docdir='/usr/share/doc/harfbuzz-2.0.2-r1' dvidir='${docdir}' exec_prefix='NONE' have_gobject='' host='i686-pc-linux-gnu' host_alias='i686-pc-linux-gnu' host_cpu='i686' host_os='linux-gnu' host_vendor='pc' htmldir='/usr/share/doc/harfbuzz-2.0.2-r1/html' includedir='${prefix}/include' infodir='/usr/share/info' install_sh='${SHELL} /var/tmp/portage/media-libs/harfbuzz-2.0.2-r1/work/harfbuzz-2.0.2/install-sh' libdir='/usr/lib' 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}' runstatedir='${localstatedir}/run' 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 "2.0.2" #define PACKAGE_STRING "HarfBuzz 2.0.2" #define PACKAGE_BUGREPORT "https://github.com/harfbuzz/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 __EXTENSIONS__ 1 #define _ALL_SOURCE 1 #define _GNU_SOURCE 1 #define _POSIX_PTHREAD_SEMANTICS 1 #define _TANDEM_SOURCE 1 #define HAVE_DLFCN_H 1 #define LT_OBJDIR ".libs/" #define _FILE_OFFSET_BITS 64 #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_NEWLOCALE 1 #define HAVE_STRTOD_L 1 #define HAVE_POSIX_MEMALIGN 1 #define HAVE_ROUND 1 #define HAVE_UNISTD_H 1 #define HAVE_SYS_MMAN_H 1 #define HAVE_STDBOOL_H 1 #define ALIGNOF_STRUCT_CHAR__ 1 #define HAVE_PTHREAD_PRIO_INHERIT 1 #define HAVE_PTHREAD 1 #define HAVE_FALLBACK 1 configure: exit 1