- 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 0.9.40, which was
- generated by GNU Autoconf 2.69. Invocation command line was
- $ ./configure --build=x86_64-pc-linux-gnu --prefix=/usr --sysconfdir=/etc --localstatedir=/var --infodir=/usr/share/info --mandir=/usr/share/man --without-graphite2 --with-freetype=yes --with-cairo=yes --with-icu=yes --with-gobject=yes --enable-introspection=yes
- ## --------- ##
- ## Platform. ##
- ## --------- ##
- hostname = lunar
- uname -m = x86_64
- uname -r = 3.18.6
- uname -s = Linux
- uname -v = #1 SMP PREEMPT Tue Feb 24 14:32:48 CST 2015
- /usr/bin/uname -p = x86_64
- /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/lib/lunar/compilers
- PATH: /var/lib/lunar/compilers/
- PATH: /sbin
- PATH: /bin
- PATH: /usr/sbin
- PATH: /usr/bin
- PATH: /usr/X11/bin
- ## ----------- ##
- ## Core tests. ##
- ## ----------- ##
- configure:2803: checking for a BSD-compatible install
- configure:2871: result: /usr/bin/install -c
- configure:2882: checking whether build environment is sane
- configure:2937: result: yes
- configure:3088: checking for a thread-safe mkdir -p
- configure:3127: result: /usr/bin/mkdir -p
- configure:3134: checking for gawk
- configure:3150: found /bin/gawk
- configure:3161: result: gawk
- configure:3172: checking whether make sets $(MAKE)
- configure:3194: result: yes
- configure:3223: checking whether make supports nested variables
- configure:3240: result: yes
- configure:3310: checking how to create a pax tar archive
- configure:3321: 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:3324: $? = 0
- configure:3364: tardir=conftest.dir && eval tar --format=posix -chf - "$tardir" >conftest.tar
- configure:3367: $? = 0
- configure:3371: tar -xf - <conftest.tar
- configure:3374: $? = 0
- configure:3376: cat conftest.dir/file
- GrepMe
- configure:3379: $? = 0
- configure:3392: result: gnutar
- configure:3460: checking whether make supports nested variables
- configure:3477: result: yes
- configure:3502: checking for style of include used by make
- configure:3530: result: GNU
- configure:3601: checking for gcc
- configure:3628: result: gcc
- configure:3857: checking for C compiler version
- configure:3866: gcc --version >&5
- gcc (GCC) 4.9.2
- Copyright (C) 2014 Free Software Foundation, Inc.
- This is free software; see the source for copying conditions. There is NO
- warranty; not even for MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE.
- configure:3877: $? = 0
- configure:3866: gcc -v >&5
- Using built-in specs.
- COLLECT_GCC=/usr/bin/gcc
- COLLECT_LTO_WRAPPER=/usr/libexec/gcc/x86_64-pc-linux-gnu/4.9.2/lto-wrapper
- Target: x86_64-pc-linux-gnu
- Configured with: ../configure --build=x86_64-pc-linux-gnu --host=x86_64-pc-linux-gnu --enable-languages=c++ --prefix=/usr --infodir=/usr/share/info --mandir=/usr/share/man --enable-__cxa_atexit --enable-threads=posix --disable-nls --enable-target-optspace --with-gnu-ld --with-system-zlib --enable-shared --disable-multilib --disable-werror
- Thread model: posix
- gcc version 4.9.2 (GCC)
- configure:3877: $? = 0
- configure:3866: gcc -V >&5
- gcc: error: unrecognized command line option '-V'
- gcc: fatal error: no input files
- compilation terminated.
- configure:3877: $? = 1
- configure:3866: gcc -qversion >&5
- gcc: error: unrecognized command line option '-qversion'
- gcc: fatal error: no input files
- compilation terminated.
- configure:3877: $? = 1
- configure:3897: checking whether the C compiler works
- configure:3919: gcc -O2 -march=x86-64 -pipe -D_FORTIFY_SOURCE=2 -s conftest.c >&5
- configure:3923: $? = 0
- configure:3971: result: yes
- configure:3974: checking for C compiler default output file name
- configure:3976: result: a.out
- configure:3982: checking for suffix of executables
- configure:3989: gcc -o conftest -O2 -march=x86-64 -pipe -D_FORTIFY_SOURCE=2 -s conftest.c >&5
- configure:3993: $? = 0
- configure:4015: result:
- configure:4037: checking whether we are cross compiling
- configure:4045: gcc -o conftest -O2 -march=x86-64 -pipe -D_FORTIFY_SOURCE=2 -s conftest.c >&5
- configure:4049: $? = 0
- configure:4056: ./conftest
- configure:4060: $? = 0
- configure:4075: result: no
- configure:4080: checking for suffix of object files
- configure:4102: gcc -c -O2 -march=x86-64 -pipe -D_FORTIFY_SOURCE=2 conftest.c >&5
- configure:4106: $? = 0
- configure:4127: result: o
- configure:4131: checking whether we are using the GNU C compiler
- configure:4150: gcc -c -O2 -march=x86-64 -pipe -D_FORTIFY_SOURCE=2 conftest.c >&5
- configure:4150: $? = 0
- configure:4159: result: yes
- configure:4168: checking whether gcc accepts -g
- configure:4188: gcc -c -g -D_FORTIFY_SOURCE=2 conftest.c >&5
- configure:4188: $? = 0
- configure:4229: result: yes
- configure:4246: checking for gcc option to accept ISO C89
- configure:4309: gcc -c -O2 -march=x86-64 -pipe -D_FORTIFY_SOURCE=2 conftest.c >&5
- configure:4309: $? = 0
- configure:4322: result: none needed
- configure:4347: checking whether gcc understands -c and -o together
- configure:4369: gcc -c conftest.c -o conftest2.o
- configure:4372: $? = 0
- configure:4369: gcc -c conftest.c -o conftest2.o
- configure:4372: $? = 0
- configure:4384: result: yes
- configure:4403: checking dependency style of gcc
- configure:4514: result: gcc3
- configure:4579: checking for ar
- configure:4595: found /usr/bin/ar
- configure:4606: result: ar
- configure:4632: checking the archiver (ar) interface
- configure:4648: gcc -c -O2 -march=x86-64 -pipe -D_FORTIFY_SOURCE=2 conftest.c >&5
- configure:4648: $? = 0
- configure:4650: ar cru libconftest.a conftest.o >&5
- configure:4653: $? = 0
- configure:4681: result: ar
- configure:4731: checking build system type
- configure:4745: result: x86_64-pc-linux-gnu
- configure:4765: checking host system type
- configure:4778: result: x86_64-pc-linux-gnu
- configure:4819: checking how to print strings
- configure:4846: result: printf
- configure:4867: checking for a sed that does not truncate output
- configure:4931: result: /bin/sed
- configure:4949: checking for grep that handles long lines and -e
- configure:5007: result: /bin/grep
- configure:5012: checking for egrep
- configure:5074: result: /bin/grep -E
- configure:5079: checking for fgrep
- configure:5141: result: /bin/grep -F
- configure:5176: checking for ld used by gcc
- configure:5243: result: /var/lib/lunar/compilers/ld
- configure:5250: checking if the linker (/var/lib/lunar/compilers/ld) is GNU ld
- configure:5265: result: yes
- configure:5277: checking for BSD- or MS-compatible name lister (nm)
- configure:5326: result: /usr/bin/nm -B
- configure:5456: checking the name lister (/usr/bin/nm -B) interface
- configure:5463: gcc -c -O2 -march=x86-64 -pipe -D_FORTIFY_SOURCE=2 conftest.c >&5
- configure:5466: /usr/bin/nm -B "conftest.o"
- configure:5469: output
- 0000000000000000 B some_variable
- configure:5476: result: BSD nm
- configure:5479: checking whether ln -s works
- configure:5483: result: yes
- configure:5491: checking the maximum length of command line arguments
- configure:5622: result: 1572864
- configure:5670: checking how to convert x86_64-pc-linux-gnu file names to x86_64-pc-linux-gnu format
- configure:5710: result: func_convert_file_noop
- configure:5717: checking how to convert x86_64-pc-linux-gnu file names to toolchain format
- configure:5737: result: func_convert_file_noop
- configure:5744: checking for /var/lib/lunar/compilers/ld option to reload object files
- configure:5751: result: -r
- configure:5825: checking for objdump
- configure:5841: found /usr/bin/objdump
- configure:5852: result: objdump
- configure:5884: checking how to recognize dependent libraries
- configure:6081: result: pass_all
- configure:6166: checking for dlltool
- configure:6196: result: no
- configure:6226: checking how to associate runtime and link libraries
- configure:6253: result: printf %s\n
- configure:6377: checking for archiver @FILE support
- configure:6394: gcc -c -O2 -march=x86-64 -pipe -D_FORTIFY_SOURCE=2 conftest.c >&5
- configure:6394: $? = 0
- configure:6397: ar cru libconftest.a @conftest.lst >&5
- configure:6400: $? = 0
- configure:6405: ar cru libconftest.a @conftest.lst >&5
- ar: conftest.o: No such file or directory
- configure:6408: $? = 1
- configure:6420: result: @
- configure:6478: checking for strip
- configure:6494: found /usr/bin/strip
- configure:6505: result: strip
- configure:6577: checking for ranlib
- configure:6593: found /usr/bin/ranlib
- configure:6604: result: ranlib
- configure:6706: checking command to parse /usr/bin/nm -B output from gcc object
- configure:6859: gcc -c -O2 -march=x86-64 -pipe -D_FORTIFY_SOURCE=2 conftest.c >&5
- configure:6862: $? = 0
- configure:6866: /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:6869: $? = 0
- configure:6935: gcc -o conftest -O2 -march=x86-64 -pipe -D_FORTIFY_SOURCE=2 -s conftest.c conftstm.o >&5
- configure:6938: $? = 0
- configure:6976: result: ok
- configure:7023: checking for sysroot
- configure:7053: result: no
- configure:7173: gcc -c -O2 -march=x86-64 -pipe -D_FORTIFY_SOURCE=2 conftest.c >&5
- configure:7176: $? = 0
- configure:7366: checking for mt
- configure:7396: result: no
- configure:7416: checking if : is a manifest tool
- configure:7422: : '-?'
- configure:7430: result: no
- configure:8072: checking how to run the C preprocessor
- configure:8142: result: cpp
- configure:8162: cpp -D_FORTIFY_SOURCE=2 conftest.c
- configure:8162: $? = 0
- configure:8176: cpp -D_FORTIFY_SOURCE=2 conftest.c
- conftest.c:9:28: fatal error: ac_nonexistent.h: No such file or directory
- #include <ac_nonexistent.h>
- ^
- compilation terminated.
- configure:8176: $? = 1
- configure: failed program was:
- | /* confdefs.h */
- | #define PACKAGE_NAME "HarfBuzz"
- | #define PACKAGE_TARNAME "harfbuzz"
- | #define PACKAGE_VERSION "0.9.40"
- | #define PACKAGE_STRING "HarfBuzz 0.9.40"
- | #define PACKAGE_BUGREPORT "http://bugs.freedesktop.org/enter_bug.cgi?product=harfbuzz"
- | #define PACKAGE_URL "http://harfbuzz.org/"
- | /* end confdefs.h. */
- | #include <ac_nonexistent.h>
- configure:8205: checking for ANSI C header files
- configure:8225: gcc -c -O2 -march=x86-64 -pipe -D_FORTIFY_SOURCE=2 conftest.c >&5
- configure:8225: $? = 0
- configure:8298: gcc -o conftest -O2 -march=x86-64 -pipe -D_FORTIFY_SOURCE=2 -s conftest.c >&5
- configure:8298: $? = 0
- configure:8298: ./conftest
- configure:8298: $? = 0
- configure:8309: result: yes
- configure:8322: checking for sys/types.h
- configure:8322: gcc -c -O2 -march=x86-64 -pipe -D_FORTIFY_SOURCE=2 conftest.c >&5
- configure:8322: $? = 0
- configure:8322: result: yes
- configure:8322: checking for sys/stat.h
- configure:8322: gcc -c -O2 -march=x86-64 -pipe -D_FORTIFY_SOURCE=2 conftest.c >&5
- configure:8322: $? = 0
- configure:8322: result: yes
- configure:8322: checking for stdlib.h
- configure:8322: gcc -c -O2 -march=x86-64 -pipe -D_FORTIFY_SOURCE=2 conftest.c >&5
- configure:8322: $? = 0
- configure:8322: result: yes
- configure:8322: checking for string.h
- configure:8322: gcc -c -O2 -march=x86-64 -pipe -D_FORTIFY_SOURCE=2 conftest.c >&5
- configure:8322: $? = 0
- configure:8322: result: yes
- configure:8322: checking for memory.h
- configure:8322: gcc -c -O2 -march=x86-64 -pipe -D_FORTIFY_SOURCE=2 conftest.c >&5
- configure:8322: $? = 0
- configure:8322: result: yes
- configure:8322: checking for strings.h
- configure:8322: gcc -c -O2 -march=x86-64 -pipe -D_FORTIFY_SOURCE=2 conftest.c >&5
- configure:8322: $? = 0
- configure:8322: result: yes
- configure:8322: checking for inttypes.h
- configure:8322: gcc -c -O2 -march=x86-64 -pipe -D_FORTIFY_SOURCE=2 conftest.c >&5
- configure:8322: $? = 0
- configure:8322: result: yes
- configure:8322: checking for stdint.h
- configure:8322: gcc -c -O2 -march=x86-64 -pipe -D_FORTIFY_SOURCE=2 conftest.c >&5
- configure:8322: $? = 0
- configure:8322: result: yes
- configure:8322: checking for unistd.h
- configure:8322: gcc -c -O2 -march=x86-64 -pipe -D_FORTIFY_SOURCE=2 conftest.c >&5
- configure:8322: $? = 0
- configure:8322: result: yes
- configure:8336: checking for dlfcn.h
- configure:8336: gcc -c -O2 -march=x86-64 -pipe -D_FORTIFY_SOURCE=2 conftest.c >&5
- configure:8336: $? = 0
- configure:8336: result: yes
- configure:8539: checking for objdir
- configure:8554: result: .libs
- configure:8825: checking if gcc supports -fno-rtti -fno-exceptions
- configure:8843: gcc -c -O2 -march=x86-64 -pipe -D_FORTIFY_SOURCE=2 -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:8847: $? = 0
- configure:8860: result: no
- configure:9208: checking for gcc option to produce PIC
- configure:9215: result: -fPIC -DPIC
- configure:9223: checking if gcc PIC flag -fPIC -DPIC works
- configure:9241: gcc -c -O2 -march=x86-64 -pipe -D_FORTIFY_SOURCE=2 -fPIC -DPIC -DPIC conftest.c >&5
- configure:9245: $? = 0
- configure:9258: result: yes
- configure:9287: checking if gcc static flag -static works
- configure:9315: result: yes
- configure:9330: checking if gcc supports -c -o file.o
- configure:9351: gcc -c -O2 -march=x86-64 -pipe -D_FORTIFY_SOURCE=2 -o out/conftest2.o conftest.c >&5
- configure:9355: $? = 0
- configure:9377: result: yes
- configure:9385: checking if gcc supports -c -o file.o
- configure:9432: result: yes
- configure:9465: checking whether the gcc linker (/var/lib/lunar/compilers/ld -m elf_x86_64) supports shared libraries
- configure:10613: result: yes
- configure:10650: checking whether -lc should be explicitly linked in
- configure:10658: gcc -c -O2 -march=x86-64 -pipe -D_FORTIFY_SOURCE=2 conftest.c >&5
- configure:10661: $? = 0
- configure:10676: gcc -shared -fPIC -DPIC conftest.o -v -Wl,-soname -Wl,conftest -o conftest 2\>\&1 \| /bin/grep -lc \>/dev/null 2\>\&1
- configure:10679: $? = 0
- configure:10693: result: no
- configure:10853: checking dynamic linker characteristics
- configure:11380: gcc -o conftest -O2 -march=x86-64 -pipe -D_FORTIFY_SOURCE=2 -s -Wl,-rpath -Wl,/foo conftest.c >&5
- configure:11380: $? = 0
- configure:11591: result: GNU/Linux ld.so
- configure:11698: checking how to hardcode library paths into programs
- configure:11723: result: immediate
- configure:12271: checking whether stripping libraries is possible
- configure:12276: result: yes
- configure:12311: checking if libtool supports shared libraries
- configure:12313: result: yes
- configure:12316: checking whether to build shared libraries
- configure:12337: result: yes
- configure:12340: checking whether to build static libraries
- configure:12344: result: no
- configure:12431: checking for gcc
- configure:12458: result: gcc
- configure:12687: checking for C compiler version
- configure:12696: gcc --version >&5
- gcc (GCC) 4.9.2
- Copyright (C) 2014 Free Software Foundation, Inc.
- This is free software; see the source for copying conditions. There is NO
- warranty; not even for MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE.
- configure:12707: $? = 0
- configure:12696: gcc -v >&5
- Using built-in specs.
- COLLECT_GCC=/usr/bin/gcc
- COLLECT_LTO_WRAPPER=/usr/libexec/gcc/x86_64-pc-linux-gnu/4.9.2/lto-wrapper
- Target: x86_64-pc-linux-gnu
- Configured with: ../configure --build=x86_64-pc-linux-gnu --host=x86_64-pc-linux-gnu --enable-languages=c++ --prefix=/usr --infodir=/usr/share/info --mandir=/usr/share/man --enable-__cxa_atexit --enable-threads=posix --disable-nls --enable-target-optspace --with-gnu-ld --with-system-zlib --enable-shared --disable-multilib --disable-werror
- Thread model: posix
- gcc version 4.9.2 (GCC)
- configure:12707: $? = 0
- configure:12696: gcc -V >&5
- gcc: error: unrecognized command line option '-V'
- gcc: fatal error: no input files
- compilation terminated.
- configure:12707: $? = 1
- configure:12696: gcc -qversion >&5
- gcc: error: unrecognized command line option '-qversion'
- gcc: fatal error: no input files
- compilation terminated.
- configure:12707: $? = 1
- configure:12711: checking whether we are using the GNU C compiler
- configure:12739: result: yes
- configure:12748: checking whether gcc accepts -g
- configure:12809: result: yes
- configure:12826: checking for gcc option to accept ISO C89
- configure:12902: result: none needed
- configure:12927: checking whether gcc understands -c and -o together
- configure:12964: result: yes
- configure:12983: checking dependency style of gcc
- configure:13094: result: gcc3
- configure:13222: checking for C++ compiler version
- configure:13231: g++ --version >&5
- g++ (GCC) 4.9.2
- Copyright (C) 2014 Free Software Foundation, Inc.
- This is free software; see the source for copying conditions. There is NO
- warranty; not even for MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE.
- configure:13242: $? = 0
- configure:13231: g++ -v >&5
- Using built-in specs.
- COLLECT_GCC=/usr/bin/g++
- COLLECT_LTO_WRAPPER=/usr/libexec/gcc/x86_64-pc-linux-gnu/4.9.2/lto-wrapper
- Target: x86_64-pc-linux-gnu
- Configured with: ../configure --build=x86_64-pc-linux-gnu --host=x86_64-pc-linux-gnu --enable-languages=c++ --prefix=/usr --infodir=/usr/share/info --mandir=/usr/share/man --enable-__cxa_atexit --enable-threads=posix --disable-nls --enable-target-optspace --with-gnu-ld --with-system-zlib --enable-shared --disable-multilib --disable-werror
- Thread model: posix
- gcc version 4.9.2 (GCC)
- configure:13242: $? = 0
- configure:13231: g++ -V >&5
- g++: error: unrecognized command line option '-V'
- g++: fatal error: no input files
- compilation terminated.
- configure:13242: $? = 1
- configure:13231: g++ -qversion >&5
- g++: error: unrecognized command line option '-qversion'
- g++: fatal error: no input files
- compilation terminated.
- configure:13242: $? = 1
- configure:13246: checking whether we are using the GNU C++ compiler
- configure:13265: g++ -c -O2 -march=x86-64 -pipe -D_FORTIFY_SOURCE=2 conftest.cpp >&5
- configure:13265: $? = 0
- configure:13274: result: yes
- configure:13283: checking whether g++ accepts -g
- configure:13303: g++ -c -g -D_FORTIFY_SOURCE=2 conftest.cpp >&5
- configure:13303: $? = 0
- configure:13344: result: yes
- configure:13369: checking dependency style of g++
- configure:13480: result: gcc3
- configure:13513: checking how to run the C++ preprocessor
- configure:13540: g++ -E -D_FORTIFY_SOURCE=2 conftest.cpp
- configure:13540: $? = 0
- configure:13554: g++ -E -D_FORTIFY_SOURCE=2 conftest.cpp
- conftest.cpp:21:28: fatal error: ac_nonexistent.h: No such file or directory
- #include <ac_nonexistent.h>
- ^
- compilation terminated.
- configure:13554: $? = 1
- configure: failed program was:
- | /* confdefs.h */
- | #define PACKAGE_NAME "HarfBuzz"
- | #define PACKAGE_TARNAME "harfbuzz"
- | #define PACKAGE_VERSION "0.9.40"
- | #define PACKAGE_STRING "HarfBuzz 0.9.40"
- | #define PACKAGE_BUGREPORT "http://bugs.freedesktop.org/enter_bug.cgi?product=harfbuzz"
- | #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:13579: result: g++ -E
- configure:13599: g++ -E -D_FORTIFY_SOURCE=2 conftest.cpp
- configure:13599: $? = 0
- configure:13613: g++ -E -D_FORTIFY_SOURCE=2 conftest.cpp
- conftest.cpp:21:28: fatal error: ac_nonexistent.h: No such file or directory
- #include <ac_nonexistent.h>
- ^
- compilation terminated.
- configure:13613: $? = 1
- configure: failed program was:
- | /* confdefs.h */
- | #define PACKAGE_NAME "HarfBuzz"
- | #define PACKAGE_TARNAME "harfbuzz"
- | #define PACKAGE_VERSION "0.9.40"
- | #define PACKAGE_STRING "HarfBuzz 0.9.40"
- | #define PACKAGE_BUGREPORT "http://bugs.freedesktop.org/enter_bug.cgi?product=harfbuzz"
- | #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:13782: checking for ld used by g++
- configure:13849: result: /var/lib/lunar/compilers/ld -m elf_x86_64
- configure:13856: checking if the linker (/var/lib/lunar/compilers/ld -m elf_x86_64) is GNU ld
- configure:13871: result: yes
- configure:13926: checking whether the g++ linker (/var/lib/lunar/compilers/ld -m elf_x86_64) supports shared libraries
- configure:14924: result: yes
- configure:14960: g++ -c -O2 -march=x86-64 -pipe -D_FORTIFY_SOURCE=2 conftest.cpp >&5
- configure:14963: $? = 0
- configure:15484: checking for g++ option to produce PIC
- configure:15491: result: -fPIC -DPIC
- configure:15499: checking if g++ PIC flag -fPIC -DPIC works
- configure:15517: g++ -c -O2 -march=x86-64 -pipe -D_FORTIFY_SOURCE=2 -fPIC -DPIC -DPIC conftest.cpp >&5
- configure:15521: $? = 0
- configure:15534: result: yes
- configure:15557: checking if g++ static flag -static works
- configure:15585: result: yes
- configure:15597: checking if g++ supports -c -o file.o
- configure:15618: g++ -c -O2 -march=x86-64 -pipe -D_FORTIFY_SOURCE=2 -o out/conftest2.o conftest.cpp >&5
- configure:15622: $? = 0
- configure:15644: result: yes
- configure:15649: checking if g++ supports -c -o file.o
- configure:15696: result: yes
- configure:15726: checking whether the g++ linker (/var/lib/lunar/compilers/ld -m elf_x86_64) supports shared libraries
- configure:15762: result: yes
- configure:15903: checking dynamic linker characteristics
- configure:16568: result: GNU/Linux ld.so
- configure:16621: checking how to hardcode library paths into programs
- configure:16646: result: immediate
- configure:16735: checking for pkg-config
- configure:16753: found /usr/bin/pkg-config
- configure:16765: result: /usr/bin/pkg-config
- configure:16790: checking pkg-config is at least version 0.20
- configure:16793: result: yes
- configure:16838: checking for gtk-doc
- configure:16841: $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:16844: $? = 1
- configure:16850: result: no
- configure:16856: WARNING:
- You will not be able to create source packages with 'make dist'
- because gtk-doc >= 1.15 is not found.
- configure:16864: checking for gtkdoc-check
- configure:16894: result: no
- configure:16901: checking for gtkdoc-check
- configure:16934: result: no
- configure:16943: checking for gtkdoc-rebase
- configure:16976: result: no
- configure:16987: checking for gtkdoc-mkpdf
- configure:17020: result: no
- configure:17045: checking whether to build gtk-doc documentation
- configure:17047: result: no
- configure:17060: checking for GTKDOC_DEPS
- configure:17068: $PKG_CONFIG --exists --print-errors "glib-2.0 >= 2.10.0 gobject-2.0 >= 2.10.0"
- configure:17071: $? = 0
- configure:17086: $PKG_CONFIG --exists --print-errors "glib-2.0 >= 2.10.0 gobject-2.0 >= 2.10.0"
- configure:17089: $? = 0
- configure:17125: result: yes
- configure:17213: checking for atexit
- configure:17213: gcc -o conftest -O2 -march=x86-64 -pipe -D_FORTIFY_SOURCE=2 -s conftest.c >&5
- configure:17213: $? = 0
- configure:17213: result: yes
- configure:17213: checking for mprotect
- configure:17213: gcc -o conftest -O2 -march=x86-64 -pipe -D_FORTIFY_SOURCE=2 -s conftest.c >&5
- configure:17213: $? = 0
- configure:17213: result: yes
- configure:17213: checking for sysconf
- configure:17213: gcc -o conftest -O2 -march=x86-64 -pipe -D_FORTIFY_SOURCE=2 -s conftest.c >&5
- configure:17213: $? = 0
- configure:17213: result: yes
- configure:17213: checking for getpagesize
- configure:17213: gcc -o conftest -O2 -march=x86-64 -pipe -D_FORTIFY_SOURCE=2 -s conftest.c >&5
- configure:17213: $? = 0
- configure:17213: result: yes
- configure:17213: checking for mmap
- configure:17213: gcc -o conftest -O2 -march=x86-64 -pipe -D_FORTIFY_SOURCE=2 -s conftest.c >&5
- configure:17213: $? = 0
- configure:17213: result: yes
- configure:17213: checking for isatty
- configure:17213: gcc -o conftest -O2 -march=x86-64 -pipe -D_FORTIFY_SOURCE=2 -s conftest.c >&5
- configure:17213: $? = 0
- configure:17213: result: yes
- configure:17225: checking for unistd.h
- configure:17225: result: yes
- configure:17225: checking sys/mman.h usability
- configure:17225: gcc -c -O2 -march=x86-64 -pipe -D_FORTIFY_SOURCE=2 conftest.c >&5
- configure:17225: $? = 0
- configure:17225: result: yes
- configure:17225: checking sys/mman.h presence
- configure:17225: cpp -D_FORTIFY_SOURCE=2 conftest.c
- configure:17225: $? = 0
- configure:17225: result: yes
- configure:17225: checking for sys/mman.h
- configure:17225: result: yes
- configure:17240: checking alignment of struct{char;}
- configure:17245: gcc -o conftest -O2 -march=x86-64 -pipe -D_FORTIFY_SOURCE=2 -s conftest.c >&5
- conftest.c:65:37: warning: declaration does not declare anything
- typedef struct { char x; struct{char;} y; } ac__type_alignof_;
- ^
- configure:17245: $? = 0
- configure:17245: ./conftest
- configure:17245: $? = 0
- configure:17263: result: 1
- configure:17313: checking for native Win32
- configure:17320: result: no
- configure:17501: checking for the pthreads library -lpthreads
- configure:17539: gcc -o conftest -O2 -march=x86-64 -pipe -D_FORTIFY_SOURCE=2 -s -Bsymbolic-functions conftest.c -lpthreads >&5
- /usr/bin/ld: cannot find -lpthreads
- collect2: error: ld returned 1 exit status
- configure:17539: $? = 1
- configure: failed program was:
- | /* confdefs.h */
- | #define PACKAGE_NAME "HarfBuzz"
- | #define PACKAGE_TARNAME "harfbuzz"
- | #define PACKAGE_VERSION "0.9.40"
- | #define PACKAGE_STRING "HarfBuzz 0.9.40"
- | #define PACKAGE_BUGREPORT "http://bugs.freedesktop.org/enter_bug.cgi?product=harfbuzz"
- | #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:17548: result: no
- configure:17446: checking whether pthreads work without any flags
- configure:17539: gcc -o conftest -O2 -march=x86-64 -pipe -D_FORTIFY_SOURCE=2 -s -Bsymbolic-functions conftest.c >&5
- /tmp/ccnHSluu.o: In function `main':
- conftest.c:(.text.startup+0x16): undefined reference to `pthread_create'
- conftest.c:(.text.startup+0x22): undefined reference to `pthread_join'
- conftest.c:(.text.startup+0x46): undefined reference to `__pthread_register_cancel'
- conftest.c:(.text.startup+0x50): undefined reference to `__pthread_unregister_cancel'
- collect2: error: ld returned 1 exit status
- configure:17539: $? = 1
- configure: failed program was:
- | /* confdefs.h */
- | #define PACKAGE_NAME "HarfBuzz"
- | #define PACKAGE_TARNAME "harfbuzz"
- | #define PACKAGE_VERSION "0.9.40"
- | #define PACKAGE_STRING "HarfBuzz 0.9.40"
- | #define PACKAGE_BUGREPORT "http://bugs.freedesktop.org/enter_bug.cgi?product=harfbuzz"
- | #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:17548: result: no
- configure:17451: checking whether pthreads work with -Kthread
- configure:17539: gcc -o conftest -O2 -march=x86-64 -pipe -Kthread -D_FORTIFY_SOURCE=2 -s -Bsymbolic-functions conftest.c >&5
- gcc: error: unrecognized command line option '-Kthread'
- configure:17539: $? = 1
- configure: failed program was:
- | /* confdefs.h */
- | #define PACKAGE_NAME "HarfBuzz"
- | #define PACKAGE_TARNAME "harfbuzz"
- | #define PACKAGE_VERSION "0.9.40"
- | #define PACKAGE_STRING "HarfBuzz 0.9.40"
- | #define PACKAGE_BUGREPORT "http://bugs.freedesktop.org/enter_bug.cgi?product=harfbuzz"
- | #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:17548: result: no
- configure:17451: checking whether pthreads work with -kthread
- configure:17539: gcc -o conftest -O2 -march=x86-64 -pipe -kthread -D_FORTIFY_SOURCE=2 -s -Bsymbolic-functions conftest.c >&5
- gcc: error: unrecognized command line option '-kthread'
- configure:17539: $? = 1
- configure: failed program was:
- | /* confdefs.h */
- | #define PACKAGE_NAME "HarfBuzz"
- | #define PACKAGE_TARNAME "harfbuzz"
- | #define PACKAGE_VERSION "0.9.40"
- | #define PACKAGE_STRING "HarfBuzz 0.9.40"
- | #define PACKAGE_BUGREPORT "http://bugs.freedesktop.org/enter_bug.cgi?product=harfbuzz"
- | #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:17548: result: no
- configure:17501: checking for the pthreads library -llthread
- configure:17539: gcc -o conftest -O2 -march=x86-64 -pipe -D_FORTIFY_SOURCE=2 -s -Bsymbolic-functions conftest.c -llthread >&5
- /usr/bin/ld: cannot find -llthread
- collect2: error: ld returned 1 exit status
- configure:17539: $? = 1
- configure: failed program was:
- | /* confdefs.h */
- | #define PACKAGE_NAME "HarfBuzz"
- | #define PACKAGE_TARNAME "harfbuzz"
- | #define PACKAGE_VERSION "0.9.40"
- | #define PACKAGE_STRING "HarfBuzz 0.9.40"
- | #define PACKAGE_BUGREPORT "http://bugs.freedesktop.org/enter_bug.cgi?product=harfbuzz"
- | #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:17548: result: no
- configure:17451: checking whether pthreads work with -pthread
- configure:17539: gcc -o conftest -O2 -march=x86-64 -pipe -pthread -D_FORTIFY_SOURCE=2 -s -Bsymbolic-functions conftest.c >&5
- configure:17539: $? = 0
- configure:17548: result: yes
- configure:17567: checking for joinable pthread attribute
- configure:17582: gcc -o conftest -O2 -march=x86-64 -pipe -pthread -D_FORTIFY_SOURCE=2 -s -Bsymbolic-functions conftest.c >&5
- configure:17582: $? = 0
- configure:17588: result: PTHREAD_CREATE_JOINABLE
- configure:17598: checking if more special flags are required for pthreads
- configure:17612: result: no
- configure:17618: checking for PTHREAD_PRIO_INHERIT
- configure:17636: gcc -o conftest -O2 -march=x86-64 -pipe -pthread -D_FORTIFY_SOURCE=2 -s -Bsymbolic-functions conftest.c >&5
- configure:17636: $? = 0
- configure:17645: result: yes
- configure:17786: checking for GLIB
- configure:17794: $PKG_CONFIG --exists --print-errors "glib-2.0 >= 2.16"
- configure:17797: $? = 0
- configure:17812: $PKG_CONFIG --exists --print-errors "glib-2.0 >= 2.16"
- configure:17815: $? = 0
- configure:17851: result: yes
- configure:17886: checking for GOBJECT
- configure:17894: $PKG_CONFIG --exists --print-errors "gobject-2.0 glib-2.0"
- configure:17897: $? = 0
- configure:17912: $PKG_CONFIG --exists --print-errors "gobject-2.0 glib-2.0"
- configure:17915: $? = 0
- configure:17951: result: yes
- configure:17992: checking for gobject-introspection
- configure:18001: $PKG_CONFIG --exists --print-errors "gobject-introspection-1.0"
- configure:18004: $? = 0
- configure:18011: $PKG_CONFIG --exists --print-errors "gobject-introspection-1.0 >= 1.34.0"
- configure:18014: $? = 0
- configure:18038: result: yes
- configure:18122: checking for CAIRO
- configure:18130: $PKG_CONFIG --exists --print-errors "cairo >= 1.8.0"
- Package QtGui was not found in the pkg-config search path.
- Perhaps you should add the directory containing `QtGui.pc'
- to the PKG_CONFIG_PATH environment variable
- Package 'QtGui', required by 'cairo', not found
- configure:18133: $? = 1
- configure:18148: $PKG_CONFIG --exists --print-errors "cairo >= 1.8.0"
- Package QtGui was not found in the pkg-config search path.
- Perhaps you should add the directory containing `QtGui.pc'
- to the PKG_CONFIG_PATH environment variable
- Package 'QtGui', required by 'cairo', not found
- configure:18151: $? = 1
- Package 'QtGui', required by 'cairo', not found
- configure:18179: result: no
- configure:18193: 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=' -O2 -march=x86-64 -pipe'
- ac_cv_env_CPPFLAGS_set=set
- ac_cv_env_CPPFLAGS_value=' -D_FORTIFY_SOURCE=2'
- ac_cv_env_CPP_set=set
- ac_cv_env_CPP_value=cpp
- ac_cv_env_CXXCPP_set=
- ac_cv_env_CXXCPP_value=
- ac_cv_env_CXXFLAGS_set=set
- ac_cv_env_CXXFLAGS_value=' -O2 -march=x86-64 -pipe'
- ac_cv_env_CXX_set=set
- ac_cv_env_CXX_value=g++
- 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=' -s'
- 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=
- ac_cv_env_host_alias_value=
- 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_SED=/bin/sed
- ac_cv_path_ac_pt_PKG_CONFIG=/usr/bin/pkg-config
- ac_cv_path_install='/usr/bin/install -c'
- ac_cv_path_mkdir=/usr/bin/mkdir
- ac_cv_prog_AWK=gawk
- ac_cv_prog_CPP=cpp
- ac_cv_prog_CXXCPP='g++ -E'
- ac_cv_prog_ac_ct_AR=ar
- ac_cv_prog_ac_ct_CC=gcc
- ac_cv_prog_ac_ct_OBJDUMP=objdump
- ac_cv_prog_ac_ct_RANLIB=ranlib
- ac_cv_prog_ac_ct_STRIP=strip
- ac_cv_prog_cc_c89=
- ac_cv_prog_cc_g=yes
- ac_cv_prog_cxx_g=yes
- ac_cv_prog_make_make_set=yes
- am_cv_CC_dependencies_compiler_type=gcc3
- am_cv_CXX_dependencies_compiler_type=gcc3
- am_cv_ar_interface=ar
- am_cv_make_support_nested_variables=yes
- am_cv_prog_cc_c_o=yes
- am_cv_prog_tar_pax=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=/var/lib/lunar/compilers/ld
- lt_cv_path_LDCXX='/var/lib/lunar/compilers/ld -m elf_x86_64'
- 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=no
- 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
- pkg_cv_GLIB_CFLAGS='-I/usr/include/glib-2.0 -I/usr/lib/glib-2.0/include '
- pkg_cv_GLIB_LIBS='-lglib-2.0 '
- pkg_cv_GOBJECT_CFLAGS='-I/usr/include/glib-2.0 -I/usr/lib/glib-2.0/include '
- pkg_cv_GOBJECT_LIBS='-lgobject-2.0 -lglib-2.0 '
- pkg_cv_GTKDOC_DEPS_CFLAGS='-I/usr/include/glib-2.0 -I/usr/lib/glib-2.0/include '
- pkg_cv_GTKDOC_DEPS_LIBS='-lgobject-2.0 -lglib-2.0 '
- ## ----------------- ##
- ## Output variables. ##
- ## ----------------- ##
- ACLOCAL='${SHELL} /usr/src/harfbuzz-0.9.40/missing aclocal-1.14'
- AMDEPBACKSLASH='\'
- AMDEP_FALSE='#'
- AMDEP_TRUE=''
- AMTAR='$${TAR-tar}'
- AM_BACKSLASH='\'
- AM_DEFAULT_V='$(AM_DEFAULT_VERBOSITY)'
- AM_DEFAULT_VERBOSITY='0'
- AM_V='$(V)'
- AR='ar'
- AUTOCONF='${SHELL} /usr/src/harfbuzz-0.9.40/missing autoconf'
- AUTOHEADER='${SHELL} /usr/src/harfbuzz-0.9.40/missing autoheader'
- AUTOMAKE='${SHELL} /usr/src/harfbuzz-0.9.40/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=gcc3'
- CFLAGS=' -O2 -march=x86-64 -pipe'
- CORETEXT_CFLAGS=''
- CORETEXT_LIBS=''
- CPP='cpp'
- CPPFLAGS=' -D_FORTIFY_SOURCE=2'
- CXX='g++'
- CXXCPP='g++ -E'
- CXXDEPMODE='depmode=gcc3'
- CXXFLAGS=' -O2 -march=x86-64 -pipe -fno-rtti -fno-exceptions -Wcast-align -fvisibility-inlines-hidden'
- CYGPATH_W='echo'
- DEFS=''
- DEPDIR='.deps'
- 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'
- FREETYPE_CFLAGS=''
- FREETYPE_LIBS=''
- GIT='${SHELL} /usr/src/harfbuzz-0.9.40/missing git'
- GLIB_CFLAGS='-I/usr/include/glib-2.0 -I/usr/lib/glib-2.0/include '
- GLIB_LIBS='-lglib-2.0 '
- GLIB_MKENUMS='glib-mkenums'
- GOBJECT_CFLAGS='-I/usr/include/glib-2.0 -I/usr/lib/glib-2.0/include '
- GOBJECT_LIBS='-lgobject-2.0 -lglib-2.0 '
- GRAPHITE2_CFLAGS=''
- GRAPHITE2_LIBS=''
- GREP='/bin/grep'
- GTKDOC_CHECK=''
- GTKDOC_CHECK_PATH=''
- GTKDOC_DEPS_CFLAGS='-I/usr/include/glib-2.0 -I/usr/lib/glib-2.0/include '
- GTKDOC_DEPS_LIBS='-lgobject-2.0 -lglib-2.0 '
- GTKDOC_MKPDF=''
- GTKDOC_REBASE='true'
- 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_FALLBACK_FALSE='#'
- HAVE_FALLBACK_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_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='940:0:940'
- HB_VERSION='0.9.40'
- HB_VERSION_MAJOR='0'
- HB_VERSION_MICRO='40'
- HB_VERSION_MINOR='9'
- 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='-pthread -I/usr/include/gobject-introspection-1.0 -I/usr/lib/libffi-3.2.1/include -I/usr/include/glib-2.0 -I/usr/lib/glib-2.0/include '
- INTROSPECTION_COMPILER='/usr/bin/g-ir-compiler'
- INTROSPECTION_GENERATE='/usr/bin/g-ir-generate'
- INTROSPECTION_GIRDIR='/usr/share/gir-1.0'
- INTROSPECTION_LIBS='-lgirepository-1.0 -lgobject-2.0 -lglib-2.0 '
- INTROSPECTION_MAKEFILE='/usr/share/gobject-introspection-1.0/Makefile.introspection'
- INTROSPECTION_SCANNER='/usr/bin/g-ir-scanner'
- INTROSPECTION_TYPELIBDIR='/usr/lib/girepository-1.0'
- LD='/var/lib/lunar/compilers/ld -m elf_x86_64'
- LDFLAGS=' -s -Bsymbolic-functions'
- LIBOBJS=''
- LIBS=''
- LIBTOOL='$(SHELL) $(top_builddir)/libtool'
- LIPO=''
- LN_S='ln -s'
- LTLIBOBJS=''
- MAKEINFO='${SHELL} /usr/src/harfbuzz-0.9.40/missing makeinfo'
- MANIFEST_TOOL=':'
- MKDIR_P='/usr/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='http://bugs.freedesktop.org/enter_bug.cgi?product=harfbuzz'
- PACKAGE_NAME='HarfBuzz'
- PACKAGE_STRING='HarfBuzz 0.9.40'
- PACKAGE_TARNAME='harfbuzz'
- PACKAGE_URL='http://harfbuzz.org/'
- PACKAGE_VERSION='0.9.40'
- PATH_SEPARATOR=':'
- PKG_CONFIG='/usr/bin/pkg-config'
- PTHREAD_CC='gcc'
- PTHREAD_CFLAGS='-pthread'
- PTHREAD_LIBS=''
- RAGEL='${SHELL} /usr/src/harfbuzz-0.9.40/missing ragel'
- RANLIB='ranlib'
- SED='/bin/sed'
- SET_MAKE=''
- SHELL='/bin/sh'
- STRIP='strip'
- UNISCRIBE_CFLAGS=''
- UNISCRIBE_LIBS=''
- VERSION='0.9.40'
- ac_ct_AR='ar'
- ac_ct_CC='gcc'
- 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=''
- am__leading_dot='.'
- am__nodep='_no'
- am__quote=''
- am__tar='tar --format=posix -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='${datarootdir}'
- datarootdir='${prefix}/share'
- docdir='${datarootdir}/doc/${PACKAGE_TARNAME}'
- dvidir='${docdir}'
- exec_prefix='NONE'
- host='x86_64-pc-linux-gnu'
- host_alias=''
- host_cpu='x86_64'
- host_os='linux-gnu'
- host_vendor='pc'
- htmldir='${docdir}'
- includedir='${prefix}/include'
- infodir='/usr/share/info'
- install_sh='${SHELL} /usr/src/harfbuzz-0.9.40/install-sh'
- libdir='${exec_prefix}/lib'
- libexecdir='${exec_prefix}/libexec'
- localedir='${datarootdir}/locale'
- localstatedir='/var'
- 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 "0.9.40"
- #define PACKAGE_STRING "HarfBuzz 0.9.40"
- #define PACKAGE_BUGREPORT "http://bugs.freedesktop.org/enter_bug.cgi?product=harfbuzz"
- #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
- #define HAVE_GOBJECT 1
- configure: exit 1