spacepaste

  1.  
  2. This file contains any messages produced by compilers while
  3. running configure, to aid debugging if configure makes a mistake.
  4. It was created by HarfBuzz configure 2.2.0, which was
  5. generated by GNU Autoconf 2.69. Invocation command line was
  6. $ /var/tmp/portage/media-libs/harfbuzz-2.2.0/work/harfbuzz-2.2.0/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.2.0 --htmldir=/usr/share/doc/harfbuzz-2.2.0/html --with-sysroot=/ --libdir=/usr/lib32 --without-coretext --without-uniscribe --enable-static --without-cairo --with-fontconfig --with-glib --with-gobject --with-graphite2 --with-icu --disable-introspection --with-freetype
  7. ## --------- ##
  8. ## Platform. ##
  9. ## --------- ##
  10. hostname = BANX
  11. uname -m = x86_64
  12. uname -r = 4.9.95-gentoo
  13. uname -s = Linux
  14. uname -v = #1 SMP Thu Jun 28 02:56:16 -00 2018
  15. /usr/bin/uname -p = AMD Ryzen Threadripper 1950X 16-Core Processor
  16. /bin/uname -X = unknown
  17. /bin/arch = unknown
  18. /usr/bin/arch -k = unknown
  19. /usr/convex/getsysinfo = unknown
  20. /usr/bin/hostinfo = unknown
  21. /bin/machine = unknown
  22. /usr/bin/oslevel = unknown
  23. /bin/universe = unknown
  24. PATH: /usr/lib/portage/python3.6/ebuild-helpers/xattr
  25. PATH: /usr/lib/portage/python3.6/ebuild-helpers
  26. PATH: /usr/x86_64-pc-linux-gnu/gcc-bin/8.2.0
  27. PATH: /usr/x86_64-pc-linux-gnu/i686-pc-linux-gnu/gcc-bin/7.3.0
  28. PATH: /usr/lib/llvm/7/bin
  29. PATH: /usr/lib/llvm/6/bin
  30. PATH: /usr/lib/llvm/5/bin
  31. PATH: /usr/local/sbin
  32. PATH: /usr/local/bin
  33. PATH: /usr/sbin
  34. PATH: /usr/bin
  35. PATH: /sbin
  36. PATH: /bin
  37. PATH: /opt/bin
  38. ## ----------- ##
  39. ## Core tests. ##
  40. ## ----------- ##
  41. configure:2868: loading site script /usr/share/config.site
  42. | #!/bin/sh
  43. | # Copyright 2009-2014 Gentoo Foundation
  44. | # Distributed under the terms of the GNU General Public License v2
  45. |
  46. | TOPDIR=/usr/share/crossdev/include/site
  47. |
  48. | config_site_arch() {
  49. | local host="${CHOST%%-*}"
  50. |
  51. | case ${host} in
  52. | arm*b*) host=armeb ;;
  53. | arm*) host=arm ;;
  54. | mips*l*) host=mipsel ;;
  55. | mips*) host=mips ;;
  56. | esac
  57. |
  58. | echo "${host}"
  59. | }
  60. |
  61. | config_site_names() {
  62. | local site_arch="$(config_site_arch)"
  63. | local sites=""
  64. | local x
  65. |
  66. | case ${CHOST} in
  67. | *-linux-*) sites="${sites} linux ${site_arch}-linux" ;;
  68. | *-darwin*) sites="${sites} darwin ${site_arch}-darwin" ;;
  69. | esac
  70. |
  71. | case ${CHOST} in
  72. | *-linux-uclibc*) sites="${sites} linux-uclibc ${site_arch}-linux-uclibc" ;;
  73. | *-linux-gnu*) sites="${sites} linux-gnu ${site_arch}-linux-gnu" ;;
  74. | *-linux-musl*) sites="${sites} linux-musl ${site_arch}-linux-musl" ;;
  75. | esac
  76. |
  77. | case ${CHOST} in
  78. | *-linux-uclibceabi*) sites="${sites} linux-uclibceabi ${site_arch}-linux-uclibceabi" ;;
  79. | *-linux-gnueabi*) sites="${sites} linux-gnueabi ${site_arch}-linux-gnueabi" ;;
  80. | esac
  81. |
  82. | for x in ${sites} ${CHOST}; do
  83. | [ -e "${TOPDIR}/${x}" ] && echo "${TOPDIR}/${x}"
  84. | done
  85. | }
  86. |
  87. | # Only kick in for cross-compiles so we don't break native builds #427184
  88. | if [ "${CBUILD:-${CHOST}}" != "${CHOST}" ] ; then
  89. | sites="$(config_site_names)"
  90. | if [ -n "${sites}" ] ; then
  91. | for site in ${sites}; do
  92. | echo "${0##*/}: loading site script ${site}"
  93. | . "${site}"
  94. | done
  95. | fi
  96. | unset site sites
  97. | fi
  98. configure:3015: checking for a BSD-compatible install
  99. configure:3083: result: /usr/lib/portage/python3.6/ebuild-helpers/xattr/install -c
  100. configure:3094: checking whether build environment is sane
  101. configure:3149: result: yes
  102. configure:3300: checking for a thread-safe mkdir -p
  103. configure:3339: result: /bin/mkdir -p
  104. configure:3346: checking for gawk
  105. configure:3362: found /usr/bin/gawk
  106. configure:3373: result: gawk
  107. configure:3384: checking whether make sets $(MAKE)
  108. configure:3406: result: yes
  109. configure:3435: checking whether make supports nested variables
  110. configure:3452: result: yes
  111. configure:3532: checking whether UID '250' is supported by ustar format
  112. configure:3535: result: yes
  113. configure:3542: checking whether GID '250' is supported by ustar format
  114. configure:3545: result: yes
  115. configure:3553: checking how to create a ustar tar archive
  116. configure:3564: tar --version
  117. tar (GNU tar) 1.30
  118. Copyright (C) 2017 Free Software Foundation, Inc.
  119. License GPLv3+: GNU GPL version 3 or later <https://gnu.org/licenses/gpl.html>.
  120. This is free software: you are free to change and redistribute it.
  121. There is NO WARRANTY, to the extent permitted by law.
  122. Written by John Gilmore and Jay Fenlason.
  123. configure:3567: $? = 0
  124. configure:3607: tardir=conftest.dir && eval tar --format=ustar -chf - "$tardir" >conftest.tar
  125. configure:3610: $? = 0
  126. configure:3614: tar -xf - <conftest.tar
  127. configure:3617: $? = 0
  128. configure:3619: cat conftest.dir/file
  129. GrepMe
  130. configure:3622: $? = 0
  131. configure:3635: result: gnutar
  132. configure:3696: checking whether make supports nested variables
  133. configure:3713: result: yes
  134. configure:3724: checking for a sed that does not truncate output
  135. configure:3788: result: /bin/sed
  136. configure:3806: checking whether to build with code coverage support
  137. configure:3826: result: no
  138. configure:4175: checking for style of include used by make
  139. configure:4203: result: GNU
  140. configure:4234: checking for i686-pc-linux-gnu-gcc
  141. configure:4261: result: x86_64-pc-linux-gnu-gcc -m32
  142. configure:4530: checking for C compiler version
  143. configure:4539: x86_64-pc-linux-gnu-gcc -m32 --version >&5
  144. x86_64-pc-linux-gnu-gcc (Gentoo 8.2.0-r5 p1.6) 8.2.0
  145. Copyright (C) 2018 Free Software Foundation, Inc.
  146. This is free software; see the source for copying conditions. There is NO
  147. warranty; not even for MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE.
  148. configure:4550: $? = 0
  149. configure:4539: x86_64-pc-linux-gnu-gcc -m32 -v >&5
  150. Using built-in specs.
  151. COLLECT_GCC=x86_64-pc-linux-gnu-gcc
  152. COLLECT_LTO_WRAPPER=/usr/libexec/gcc/x86_64-pc-linux-gnu/8.2.0/lto-wrapper
  153. Target: x86_64-pc-linux-gnu
  154. Configured with: /var/tmp/portage/sys-devel/gcc-8.2.0-r5/work/gcc-8.2.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/8.2.0 --includedir=/usr/lib/gcc/x86_64-pc-linux-gnu/8.2.0/include --datadir=/usr/share/gcc-data/x86_64-pc-linux-gnu/8.2.0 --mandir=/usr/share/gcc-data/x86_64-pc-linux-gnu/8.2.0/man --infodir=/usr/share/gcc-data/x86_64-pc-linux-gnu/8.2.0/info --with-gxx-include-dir=/usr/lib/gcc/x86_64-pc-linux-gnu/8.2.0/include/g++-v8 --with-python-dir=/share/gcc-data/x86_64-pc-linux-gnu/8.2.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 8.2.0-r5 p1.6' --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-libmpx --disable-systemtap --enable-vtable-verify --enable-libvtv --enable-lto --without-isl --enable-libsanitizer --enable-default-pie --enable-default-ssp
  155. Thread model: posix
  156. gcc version 8.2.0 (Gentoo 8.2.0-r5 p1.6)
  157. configure:4550: $? = 0
  158. configure:4539: x86_64-pc-linux-gnu-gcc -m32 -V >&5
  159. x86_64-pc-linux-gnu-gcc: error: unrecognized command line option '-V'
  160. x86_64-pc-linux-gnu-gcc: fatal error: no input files
  161. compilation terminated.
  162. configure:4550: $? = 1
  163. configure:4539: x86_64-pc-linux-gnu-gcc -m32 -qversion >&5
  164. x86_64-pc-linux-gnu-gcc: error: unrecognized command line option '-qversion'; did you mean '--version'?
  165. x86_64-pc-linux-gnu-gcc: fatal error: no input files
  166. compilation terminated.
  167. configure:4550: $? = 1
  168. configure:4570: checking whether the C compiler works
  169. configure:4592: x86_64-pc-linux-gnu-gcc -m32 -O2 -pipe -march=native -DHB_NDEBUG -Wl,-O1 -Wl,--as-needed conftest.c >&5
  170. configure:4596: $? = 0
  171. configure:4644: result: yes
  172. configure:4647: checking for C compiler default output file name
  173. configure:4649: result: a.out
  174. configure:4655: checking for suffix of executables
  175. configure:4662: x86_64-pc-linux-gnu-gcc -m32 -o conftest -O2 -pipe -march=native -DHB_NDEBUG -Wl,-O1 -Wl,--as-needed conftest.c >&5
  176. configure:4666: $? = 0
  177. configure:4688: result:
  178. configure:4710: checking whether we are cross compiling
  179. configure:4718: x86_64-pc-linux-gnu-gcc -m32 -o conftest -O2 -pipe -march=native -DHB_NDEBUG -Wl,-O1 -Wl,--as-needed conftest.c >&5
  180. configure:4722: $? = 0
  181. configure:4729: ./conftest
  182. configure:4733: $? = 0
  183. configure:4748: result: no
  184. configure:4753: checking for suffix of object files
  185. configure:4775: x86_64-pc-linux-gnu-gcc -m32 -c -O2 -pipe -march=native -DHB_NDEBUG conftest.c >&5
  186. configure:4779: $? = 0
  187. configure:4800: result: o
  188. configure:4804: checking whether we are using the GNU C compiler
  189. configure:4823: x86_64-pc-linux-gnu-gcc -m32 -c -O2 -pipe -march=native -DHB_NDEBUG conftest.c >&5
  190. configure:4823: $? = 0
  191. configure:4832: result: yes
  192. configure:4841: checking whether x86_64-pc-linux-gnu-gcc -m32 accepts -g
  193. configure:4861: x86_64-pc-linux-gnu-gcc -m32 -c -g -DHB_NDEBUG conftest.c >&5
  194. configure:4861: $? = 0
  195. configure:4902: result: yes
  196. configure:4919: checking for x86_64-pc-linux-gnu-gcc -m32 option to accept ISO C89
  197. configure:4982: x86_64-pc-linux-gnu-gcc -m32 -c -O2 -pipe -march=native -DHB_NDEBUG conftest.c >&5
  198. configure:4982: $? = 0
  199. configure:4995: result: none needed
  200. configure:5020: checking whether x86_64-pc-linux-gnu-gcc -m32 understands -c and -o together
  201. configure:5042: x86_64-pc-linux-gnu-gcc -m32 -c conftest.c -o conftest2.o
  202. configure:5045: $? = 0
  203. configure:5042: x86_64-pc-linux-gnu-gcc -m32 -c conftest.c -o conftest2.o
  204. configure:5045: $? = 0
  205. configure:5057: result: yes
  206. configure:5076: checking dependency style of x86_64-pc-linux-gnu-gcc -m32
  207. configure:5187: result: none
  208. configure:5208: checking how to run the C preprocessor
  209. configure:5239: x86_64-pc-linux-gnu-gcc -m32 -E -DHB_NDEBUG conftest.c
  210. configure:5239: $? = 0
  211. configure:5253: x86_64-pc-linux-gnu-gcc -m32 -E -DHB_NDEBUG conftest.c
  212. conftest.c:9:10: fatal error: ac_nonexistent.h: No such file or directory
  213. #include <ac_nonexistent.h>
  214. ^~~~~~~~~~~~~~~~~~
  215. compilation terminated.
  216. configure:5253: $? = 1
  217. configure: failed program was:
  218. | /* confdefs.h */
  219. | #define PACKAGE_NAME "HarfBuzz"
  220. | #define PACKAGE_TARNAME "harfbuzz"
  221. | #define PACKAGE_VERSION "2.2.0"
  222. | #define PACKAGE_STRING "HarfBuzz 2.2.0"
  223. | #define PACKAGE_BUGREPORT "https://github.com/harfbuzz/harfbuzz/issues/new"
  224. | #define PACKAGE_URL "http://harfbuzz.org/"
  225. | /* end confdefs.h. */
  226. | #include <ac_nonexistent.h>
  227. configure:5278: result: x86_64-pc-linux-gnu-gcc -m32 -E
  228. configure:5298: x86_64-pc-linux-gnu-gcc -m32 -E -DHB_NDEBUG conftest.c
  229. configure:5298: $? = 0
  230. configure:5312: x86_64-pc-linux-gnu-gcc -m32 -E -DHB_NDEBUG conftest.c
  231. conftest.c:9:10: fatal error: ac_nonexistent.h: No such file or directory
  232. #include <ac_nonexistent.h>
  233. ^~~~~~~~~~~~~~~~~~
  234. compilation terminated.
  235. configure:5312: $? = 1
  236. configure: failed program was:
  237. | /* confdefs.h */
  238. | #define PACKAGE_NAME "HarfBuzz"
  239. | #define PACKAGE_TARNAME "harfbuzz"
  240. | #define PACKAGE_VERSION "2.2.0"
  241. | #define PACKAGE_STRING "HarfBuzz 2.2.0"
  242. | #define PACKAGE_BUGREPORT "https://github.com/harfbuzz/harfbuzz/issues/new"
  243. | #define PACKAGE_URL "http://harfbuzz.org/"
  244. | /* end confdefs.h. */
  245. | #include <ac_nonexistent.h>
  246. configure:5341: checking for grep that handles long lines and -e
  247. configure:5399: result: /bin/grep
  248. configure:5404: checking for egrep
  249. configure:5466: result: /bin/grep -E
  250. configure:5471: checking for ANSI C header files
  251. configure:5491: x86_64-pc-linux-gnu-gcc -m32 -c -O2 -pipe -march=native -DHB_NDEBUG conftest.c >&5
  252. configure:5491: $? = 0
  253. configure:5564: x86_64-pc-linux-gnu-gcc -m32 -o conftest -O2 -pipe -march=native -DHB_NDEBUG -Wl,-O1 -Wl,--as-needed conftest.c >&5
  254. configure:5564: $? = 0
  255. configure:5564: ./conftest
  256. configure:5564: $? = 0
  257. configure:5575: result: yes
  258. configure:5588: checking for sys/types.h
  259. configure:5588: x86_64-pc-linux-gnu-gcc -m32 -c -O2 -pipe -march=native -DHB_NDEBUG conftest.c >&5
  260. configure:5588: $? = 0
  261. configure:5588: result: yes
  262. configure:5588: checking for sys/stat.h
  263. configure:5588: x86_64-pc-linux-gnu-gcc -m32 -c -O2 -pipe -march=native -DHB_NDEBUG conftest.c >&5
  264. configure:5588: $? = 0
  265. configure:5588: result: yes
  266. configure:5588: checking for stdlib.h
  267. configure:5588: x86_64-pc-linux-gnu-gcc -m32 -c -O2 -pipe -march=native -DHB_NDEBUG conftest.c >&5
  268. configure:5588: $? = 0
  269. configure:5588: result: yes
  270. configure:5588: checking for string.h
  271. configure:5588: x86_64-pc-linux-gnu-gcc -m32 -c -O2 -pipe -march=native -DHB_NDEBUG conftest.c >&5
  272. configure:5588: $? = 0
  273. configure:5588: result: yes
  274. configure:5588: checking for memory.h
  275. configure:5588: x86_64-pc-linux-gnu-gcc -m32 -c -O2 -pipe -march=native -DHB_NDEBUG conftest.c >&5
  276. configure:5588: $? = 0
  277. configure:5588: result: yes
  278. configure:5588: checking for strings.h
  279. configure:5588: x86_64-pc-linux-gnu-gcc -m32 -c -O2 -pipe -march=native -DHB_NDEBUG conftest.c >&5
  280. configure:5588: $? = 0
  281. configure:5588: result: yes
  282. configure:5588: checking for inttypes.h
  283. configure:5588: x86_64-pc-linux-gnu-gcc -m32 -c -O2 -pipe -march=native -DHB_NDEBUG conftest.c >&5
  284. configure:5588: $? = 0
  285. configure:5588: result: yes
  286. configure:5588: checking for stdint.h
  287. configure:5588: x86_64-pc-linux-gnu-gcc -m32 -c -O2 -pipe -march=native -DHB_NDEBUG conftest.c >&5
  288. configure:5588: $? = 0
  289. configure:5588: result: yes
  290. configure:5588: checking for unistd.h
  291. configure:5588: x86_64-pc-linux-gnu-gcc -m32 -c -O2 -pipe -march=native -DHB_NDEBUG conftest.c >&5
  292. configure:5588: $? = 0
  293. configure:5588: result: yes
  294. configure:5601: checking minix/config.h usability
  295. configure:5601: x86_64-pc-linux-gnu-gcc -m32 -c -O2 -pipe -march=native -DHB_NDEBUG conftest.c >&5
  296. conftest.c:52:10: fatal error: minix/config.h: No such file or directory
  297. #include <minix/config.h>
  298. ^~~~~~~~~~~~~~~~
  299. compilation terminated.
  300. configure:5601: $? = 1
  301. configure: failed program was:
  302. | /* confdefs.h */
  303. | #define PACKAGE_NAME "HarfBuzz"
  304. | #define PACKAGE_TARNAME "harfbuzz"
  305. | #define PACKAGE_VERSION "2.2.0"
  306. | #define PACKAGE_STRING "HarfBuzz 2.2.0"
  307. | #define PACKAGE_BUGREPORT "https://github.com/harfbuzz/harfbuzz/issues/new"
  308. | #define PACKAGE_URL "http://harfbuzz.org/"
  309. | #define STDC_HEADERS 1
  310. | #define HAVE_SYS_TYPES_H 1
  311. | #define HAVE_SYS_STAT_H 1
  312. | #define HAVE_STDLIB_H 1
  313. | #define HAVE_STRING_H 1
  314. | #define HAVE_MEMORY_H 1
  315. | #define HAVE_STRINGS_H 1
  316. | #define HAVE_INTTYPES_H 1
  317. | #define HAVE_STDINT_H 1
  318. | #define HAVE_UNISTD_H 1
  319. | /* end confdefs.h. */
  320. | #include <stdio.h>
  321. | #ifdef HAVE_SYS_TYPES_H
  322. | # include <sys/types.h>
  323. | #endif
  324. | #ifdef HAVE_SYS_STAT_H
  325. | # include <sys/stat.h>
  326. | #endif
  327. | #ifdef STDC_HEADERS
  328. | # include <stdlib.h>
  329. | # include <stddef.h>
  330. | #else
  331. | # ifdef HAVE_STDLIB_H
  332. | # include <stdlib.h>
  333. | # endif
  334. | #endif
  335. | #ifdef HAVE_STRING_H
  336. | # if !defined STDC_HEADERS && defined HAVE_MEMORY_H
  337. | # include <memory.h>
  338. | # endif
  339. | # include <string.h>
  340. | #endif
  341. | #ifdef HAVE_STRINGS_H
  342. | # include <strings.h>
  343. | #endif
  344. | #ifdef HAVE_INTTYPES_H
  345. | # include <inttypes.h>
  346. | #endif
  347. | #ifdef HAVE_STDINT_H
  348. | # include <stdint.h>
  349. | #endif
  350. | #ifdef HAVE_UNISTD_H
  351. | # include <unistd.h>
  352. | #endif
  353. | #include <minix/config.h>
  354. configure:5601: result: no
  355. configure:5601: checking minix/config.h presence
  356. configure:5601: x86_64-pc-linux-gnu-gcc -m32 -E -DHB_NDEBUG conftest.c
  357. conftest.c:19:10: fatal error: minix/config.h: No such file or directory
  358. #include <minix/config.h>
  359. ^~~~~~~~~~~~~~~~
  360. compilation terminated.
  361. configure:5601: $? = 1
  362. configure: failed program was:
  363. | /* confdefs.h */
  364. | #define PACKAGE_NAME "HarfBuzz"
  365. | #define PACKAGE_TARNAME "harfbuzz"
  366. | #define PACKAGE_VERSION "2.2.0"
  367. | #define PACKAGE_STRING "HarfBuzz 2.2.0"
  368. | #define PACKAGE_BUGREPORT "https://github.com/harfbuzz/harfbuzz/issues/new"
  369. | #define PACKAGE_URL "http://harfbuzz.org/"
  370. | #define STDC_HEADERS 1
  371. | #define HAVE_SYS_TYPES_H 1
  372. | #define HAVE_SYS_STAT_H 1
  373. | #define HAVE_STDLIB_H 1
  374. | #define HAVE_STRING_H 1
  375. | #define HAVE_MEMORY_H 1
  376. | #define HAVE_STRINGS_H 1
  377. | #define HAVE_INTTYPES_H 1
  378. | #define HAVE_STDINT_H 1
  379. | #define HAVE_UNISTD_H 1
  380. | /* end confdefs.h. */
  381. | #include <minix/config.h>
  382. configure:5601: result: no
  383. configure:5601: checking for minix/config.h
  384. configure:5601: result: no
  385. configure:5622: checking whether it is safe to define __EXTENSIONS__
  386. configure:5640: x86_64-pc-linux-gnu-gcc -m32 -c -O2 -pipe -march=native -DHB_NDEBUG conftest.c >&5
  387. configure:5640: $? = 0
  388. configure:5647: result: yes
  389. configure:5668: checking for i686-pc-linux-gnu-ar
  390. configure:5684: found /usr/bin/i686-pc-linux-gnu-ar
  391. configure:5695: result: i686-pc-linux-gnu-ar
  392. configure:5765: checking the archiver (i686-pc-linux-gnu-ar) interface
  393. configure:5781: x86_64-pc-linux-gnu-gcc -m32 -c -O2 -pipe -march=native -DHB_NDEBUG conftest.c >&5
  394. configure:5781: $? = 0
  395. configure:5783: i686-pc-linux-gnu-ar cru libconftest.a conftest.o >&5
  396. configure:5786: $? = 0
  397. configure:5814: result: ar
  398. configure:5864: checking build system type
  399. configure:5878: result: i686-pc-linux-gnu
  400. configure:5898: checking host system type
  401. configure:5911: result: i686-pc-linux-gnu
  402. configure:5952: checking how to print strings
  403. configure:5979: result: printf
  404. configure:6000: checking for a sed that does not truncate output
  405. configure:6064: result: /bin/sed
  406. configure:6082: checking for fgrep
  407. configure:6144: result: /bin/grep -F
  408. configure:6179: checking for ld used by x86_64-pc-linux-gnu-gcc -m32
  409. configure:6246: result: x86_64-pc-linux-gnu-ld -m elf_i386
  410. configure:6253: checking if the linker (x86_64-pc-linux-gnu-ld -m elf_i386) is GNU ld
  411. configure:6268: result: yes
  412. configure:6280: checking for BSD- or MS-compatible name lister (nm)
  413. configure:6334: result: /usr/bin/i686-pc-linux-gnu-nm -B
  414. configure:6464: checking the name lister (/usr/bin/i686-pc-linux-gnu-nm -B) interface
  415. configure:6471: x86_64-pc-linux-gnu-gcc -m32 -c -O2 -pipe -march=native -DHB_NDEBUG conftest.c >&5
  416. configure:6474: /usr/bin/i686-pc-linux-gnu-nm -B "conftest.o"
  417. configure:6477: output
  418. 00000000 B some_variable
  419. configure:6484: result: BSD nm
  420. configure:6487: checking whether ln -s works
  421. configure:6491: result: yes
  422. configure:6499: checking the maximum length of command line arguments
  423. configure:6630: result: 1572864
  424. configure:6678: checking how to convert i686-pc-linux-gnu file names to i686-pc-linux-gnu format
  425. configure:6718: result: func_convert_file_noop
  426. configure:6725: checking how to convert i686-pc-linux-gnu file names to toolchain format
  427. configure:6745: result: func_convert_file_noop
  428. configure:6752: checking for x86_64-pc-linux-gnu-ld -m elf_i386 option to reload object files
  429. configure:6759: result: -r
  430. configure:6793: checking for i686-pc-linux-gnu-objdump
  431. configure:6809: found /usr/bin/i686-pc-linux-gnu-objdump
  432. configure:6820: result: i686-pc-linux-gnu-objdump
  433. configure:6892: checking how to recognize dependent libraries
  434. configure:7092: result: pass_all
  435. configure:7137: checking for i686-pc-linux-gnu-dlltool
  436. configure:7167: result: no
  437. configure:7177: checking for dlltool
  438. configure:7207: result: no
  439. configure:7237: checking how to associate runtime and link libraries
  440. configure:7264: result: printf %s\n
  441. configure:7280: checking for i686-pc-linux-gnu-ar
  442. configure:7307: result: i686-pc-linux-gnu-ar
  443. configure:7388: checking for archiver @FILE support
  444. configure:7405: x86_64-pc-linux-gnu-gcc -m32 -c -O2 -pipe -march=native -DHB_NDEBUG conftest.c >&5
  445. configure:7405: $? = 0
  446. configure:7408: i686-pc-linux-gnu-ar cru libconftest.a @conftest.lst >&5
  447. configure:7411: $? = 0
  448. configure:7416: i686-pc-linux-gnu-ar cru libconftest.a @conftest.lst >&5
  449. i686-pc-linux-gnu-ar: conftest.o: No such file or directory
  450. configure:7419: $? = 1
  451. configure:7431: result: @
  452. configure:7449: checking for i686-pc-linux-gnu-strip
  453. configure:7465: found /usr/bin/i686-pc-linux-gnu-strip
  454. configure:7476: result: i686-pc-linux-gnu-strip
  455. configure:7548: checking for i686-pc-linux-gnu-ranlib
  456. configure:7564: found /usr/bin/i686-pc-linux-gnu-ranlib
  457. configure:7575: result: i686-pc-linux-gnu-ranlib
  458. configure:7717: checking command to parse /usr/bin/i686-pc-linux-gnu-nm -B output from x86_64-pc-linux-gnu-gcc -m32 object
  459. configure:7870: x86_64-pc-linux-gnu-gcc -m32 -c -O2 -pipe -march=native -DHB_NDEBUG conftest.c >&5
  460. configure:7873: $? = 0
  461. configure:7877: /usr/bin/i686-pc-linux-gnu-nm -B conftest.o \| sed -n -e 's/^.*[ ]\([ABCDGIRSTW][ABCDGIRSTW]*\)[ ][ ]*\([_A-Za-z][_A-Za-z0-9]*\)$/\1 \2 \2/p' | sed '/ __gnu_lto/d' \> conftest.nm
  462. configure:7880: $? = 0
  463. configure:7946: x86_64-pc-linux-gnu-gcc -m32 -o conftest -O2 -pipe -march=native -DHB_NDEBUG -Wl,-O1 -Wl,--as-needed conftest.c conftstm.o >&5
  464. configure:7949: $? = 0
  465. configure:7987: result: ok
  466. configure:8034: checking for sysroot
  467. configure:8064: result: /
  468. configure:8071: checking for a working dd
  469. configure:8109: result: /bin/dd
  470. configure:8113: checking how to truncate binary pipes
  471. configure:8128: result: /bin/dd bs=4096 count=1
  472. configure:8417: checking for i686-pc-linux-gnu-mt
  473. configure:8447: result: no
  474. configure:8457: checking for mt
  475. configure:8487: result: no
  476. configure:8507: checking if : is a manifest tool
  477. configure:8513: : '-?'
  478. configure:8521: result: no
  479. configure:9195: checking for dlfcn.h
  480. configure:9195: x86_64-pc-linux-gnu-gcc -m32 -c -O2 -pipe -march=native -DHB_NDEBUG conftest.c >&5
  481. configure:9195: $? = 0
  482. configure:9195: result: yes
  483. configure:9450: checking for objdir
  484. configure:9465: result: .libs
  485. configure:9729: checking if x86_64-pc-linux-gnu-gcc -m32 supports -fno-rtti -fno-exceptions
  486. configure:9747: x86_64-pc-linux-gnu-gcc -m32 -c -O2 -pipe -march=native -DHB_NDEBUG -fno-rtti -fno-exceptions conftest.c >&5
  487. cc1: warning: command line option '-fno-rtti' is valid for C++/ObjC++ but not for C
  488. configure:9751: $? = 0
  489. configure:9764: result: no
  490. configure:10122: checking for x86_64-pc-linux-gnu-gcc -m32 option to produce PIC
  491. configure:10129: result: -fPIC -DPIC
  492. configure:10137: checking if x86_64-pc-linux-gnu-gcc -m32 PIC flag -fPIC -DPIC works
  493. configure:10155: x86_64-pc-linux-gnu-gcc -m32 -c -O2 -pipe -march=native -DHB_NDEBUG -fPIC -DPIC -DPIC conftest.c >&5
  494. configure:10159: $? = 0
  495. configure:10172: result: yes
  496. configure:10201: checking if x86_64-pc-linux-gnu-gcc -m32 static flag -static works
  497. configure:10229: result: yes
  498. configure:10244: checking if x86_64-pc-linux-gnu-gcc -m32 supports -c -o file.o
  499. configure:10265: x86_64-pc-linux-gnu-gcc -m32 -c -O2 -pipe -march=native -DHB_NDEBUG -o out/conftest2.o conftest.c >&5
  500. configure:10269: $? = 0
  501. configure:10291: result: yes
  502. configure:10299: checking if x86_64-pc-linux-gnu-gcc -m32 supports -c -o file.o
  503. configure:10346: result: yes
  504. 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
  505. configure:11642: result: yes
  506. configure:11679: checking whether -lc should be explicitly linked in
  507. configure:11687: x86_64-pc-linux-gnu-gcc -m32 -c -O2 -pipe -march=native -DHB_NDEBUG conftest.c >&5
  508. configure:11690: $? = 0
  509. 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
  510. configure:11708: $? = 0
  511. configure:11722: result: no
  512. configure:11882: checking dynamic linker characteristics
  513. configure:12463: x86_64-pc-linux-gnu-gcc -m32 -o conftest -O2 -pipe -march=native -DHB_NDEBUG -Wl,-O1 -Wl,--as-needed -Wl,-rpath -Wl,/foo conftest.c >&5
  514. configure:12463: $? = 0
  515. configure:12712: result: GNU/Linux ld.so
  516. configure:12834: checking how to hardcode library paths into programs
  517. configure:12859: result: immediate
  518. configure:13407: checking whether stripping libraries is possible
  519. configure:13412: result: yes
  520. configure:13447: checking if libtool supports shared libraries
  521. configure:13449: result: yes
  522. configure:13452: checking whether to build shared libraries
  523. configure:13477: result: yes
  524. configure:13480: checking whether to build static libraries
  525. configure:13484: result: yes
  526. configure:13531: checking for i686-pc-linux-gnu-gcc
  527. configure:13558: result: x86_64-pc-linux-gnu-gcc -m32
  528. configure:13827: checking for C compiler version
  529. configure:13836: x86_64-pc-linux-gnu-gcc -m32 --version >&5
  530. x86_64-pc-linux-gnu-gcc (Gentoo 8.2.0-r5 p1.6) 8.2.0
  531. Copyright (C) 2018 Free Software Foundation, Inc.
  532. This is free software; see the source for copying conditions. There is NO
  533. warranty; not even for MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE.
  534. configure:13847: $? = 0
  535. configure:13836: x86_64-pc-linux-gnu-gcc -m32 -v >&5
  536. Using built-in specs.
  537. COLLECT_GCC=x86_64-pc-linux-gnu-gcc
  538. COLLECT_LTO_WRAPPER=/usr/libexec/gcc/x86_64-pc-linux-gnu/8.2.0/lto-wrapper
  539. Target: x86_64-pc-linux-gnu
  540. Configured with: /var/tmp/portage/sys-devel/gcc-8.2.0-r5/work/gcc-8.2.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/8.2.0 --includedir=/usr/lib/gcc/x86_64-pc-linux-gnu/8.2.0/include --datadir=/usr/share/gcc-data/x86_64-pc-linux-gnu/8.2.0 --mandir=/usr/share/gcc-data/x86_64-pc-linux-gnu/8.2.0/man --infodir=/usr/share/gcc-data/x86_64-pc-linux-gnu/8.2.0/info --with-gxx-include-dir=/usr/lib/gcc/x86_64-pc-linux-gnu/8.2.0/include/g++-v8 --with-python-dir=/share/gcc-data/x86_64-pc-linux-gnu/8.2.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 8.2.0-r5 p1.6' --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-libmpx --disable-systemtap --enable-vtable-verify --enable-libvtv --enable-lto --without-isl --enable-libsanitizer --enable-default-pie --enable-default-ssp
  541. Thread model: posix
  542. gcc version 8.2.0 (Gentoo 8.2.0-r5 p1.6)
  543. configure:13847: $? = 0
  544. configure:13836: x86_64-pc-linux-gnu-gcc -m32 -V >&5
  545. x86_64-pc-linux-gnu-gcc: error: unrecognized command line option '-V'
  546. x86_64-pc-linux-gnu-gcc: fatal error: no input files
  547. compilation terminated.
  548. configure:13847: $? = 1
  549. configure:13836: x86_64-pc-linux-gnu-gcc -m32 -qversion >&5
  550. x86_64-pc-linux-gnu-gcc: error: unrecognized command line option '-qversion'; did you mean '--version'?
  551. x86_64-pc-linux-gnu-gcc: fatal error: no input files
  552. compilation terminated.
  553. configure:13847: $? = 1
  554. configure:13851: checking whether we are using the GNU C compiler
  555. configure:13879: result: yes
  556. configure:13888: checking whether x86_64-pc-linux-gnu-gcc -m32 accepts -g
  557. configure:13949: result: yes
  558. configure:13966: checking for x86_64-pc-linux-gnu-gcc -m32 option to accept ISO C89
  559. configure:14042: result: none needed
  560. configure:14067: checking whether x86_64-pc-linux-gnu-gcc -m32 understands -c and -o together
  561. configure:14104: result: yes
  562. configure:14123: checking dependency style of x86_64-pc-linux-gnu-gcc -m32
  563. configure:14234: result: none
  564. configure:14249: checking for x86_64-pc-linux-gnu-gcc -m32 option to accept ISO C99
  565. configure:14398: x86_64-pc-linux-gnu-gcc -m32 -c -O2 -pipe -march=native -DHB_NDEBUG conftest.c >&5
  566. configure:14398: $? = 0
  567. configure:14411: result: none needed
  568. configure:14539: checking for C++ compiler version
  569. configure:14548: x86_64-pc-linux-gnu-g++ -m32 --version >&5
  570. x86_64-pc-linux-gnu-g++ (Gentoo 8.2.0-r5 p1.6) 8.2.0
  571. Copyright (C) 2018 Free Software Foundation, Inc.
  572. This is free software; see the source for copying conditions. There is NO
  573. warranty; not even for MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE.
  574. configure:14559: $? = 0
  575. configure:14548: x86_64-pc-linux-gnu-g++ -m32 -v >&5
  576. Using built-in specs.
  577. COLLECT_GCC=x86_64-pc-linux-gnu-g++
  578. COLLECT_LTO_WRAPPER=/usr/libexec/gcc/x86_64-pc-linux-gnu/8.2.0/lto-wrapper
  579. Target: x86_64-pc-linux-gnu
  580. Configured with: /var/tmp/portage/sys-devel/gcc-8.2.0-r5/work/gcc-8.2.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/8.2.0 --includedir=/usr/lib/gcc/x86_64-pc-linux-gnu/8.2.0/include --datadir=/usr/share/gcc-data/x86_64-pc-linux-gnu/8.2.0 --mandir=/usr/share/gcc-data/x86_64-pc-linux-gnu/8.2.0/man --infodir=/usr/share/gcc-data/x86_64-pc-linux-gnu/8.2.0/info --with-gxx-include-dir=/usr/lib/gcc/x86_64-pc-linux-gnu/8.2.0/include/g++-v8 --with-python-dir=/share/gcc-data/x86_64-pc-linux-gnu/8.2.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 8.2.0-r5 p1.6' --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-libmpx --disable-systemtap --enable-vtable-verify --enable-libvtv --enable-lto --without-isl --enable-libsanitizer --enable-default-pie --enable-default-ssp
  581. Thread model: posix
  582. gcc version 8.2.0 (Gentoo 8.2.0-r5 p1.6)
  583. configure:14559: $? = 0
  584. configure:14548: x86_64-pc-linux-gnu-g++ -m32 -V >&5
  585. x86_64-pc-linux-gnu-g++: error: unrecognized command line option '-V'
  586. x86_64-pc-linux-gnu-g++: fatal error: no input files
  587. compilation terminated.
  588. configure:14559: $? = 1
  589. configure:14548: x86_64-pc-linux-gnu-g++ -m32 -qversion >&5
  590. x86_64-pc-linux-gnu-g++: error: unrecognized command line option '-qversion'; did you mean '--version'?
  591. x86_64-pc-linux-gnu-g++: fatal error: no input files
  592. compilation terminated.
  593. configure:14559: $? = 1
  594. configure:14563: checking whether we are using the GNU C++ compiler
  595. configure:14582: x86_64-pc-linux-gnu-g++ -m32 -c -O2 -pipe -march=native -std=c++14 -DHB_NDEBUG conftest.cpp >&5
  596. configure:14582: $? = 0
  597. configure:14591: result: yes
  598. configure:14600: checking whether x86_64-pc-linux-gnu-g++ -m32 accepts -g
  599. configure:14620: x86_64-pc-linux-gnu-g++ -m32 -c -g -DHB_NDEBUG conftest.cpp >&5
  600. configure:14620: $? = 0
  601. configure:14661: result: yes
  602. configure:14686: checking dependency style of x86_64-pc-linux-gnu-g++ -m32
  603. configure:14797: result: none
  604. configure:14830: checking how to run the C++ preprocessor
  605. configure:14857: x86_64-pc-linux-gnu-g++ -m32 -E -DHB_NDEBUG conftest.cpp
  606. configure:14857: $? = 0
  607. configure:14871: x86_64-pc-linux-gnu-g++ -m32 -E -DHB_NDEBUG conftest.cpp
  608. conftest.cpp:26:10: fatal error: ac_nonexistent.h: No such file or directory
  609. #include <ac_nonexistent.h>
  610. ^~~~~~~~~~~~~~~~~~
  611. compilation terminated.
  612. configure:14871: $? = 1
  613. configure: failed program was:
  614. | /* confdefs.h */
  615. | #define PACKAGE_NAME "HarfBuzz"
  616. | #define PACKAGE_TARNAME "harfbuzz"
  617. | #define PACKAGE_VERSION "2.2.0"
  618. | #define PACKAGE_STRING "HarfBuzz 2.2.0"
  619. | #define PACKAGE_BUGREPORT "https://github.com/harfbuzz/harfbuzz/issues/new"
  620. | #define PACKAGE_URL "http://harfbuzz.org/"
  621. | #define STDC_HEADERS 1
  622. | #define HAVE_SYS_TYPES_H 1
  623. | #define HAVE_SYS_STAT_H 1
  624. | #define HAVE_STDLIB_H 1
  625. | #define HAVE_STRING_H 1
  626. | #define HAVE_MEMORY_H 1
  627. | #define HAVE_STRINGS_H 1
  628. | #define HAVE_INTTYPES_H 1
  629. | #define HAVE_STDINT_H 1
  630. | #define HAVE_UNISTD_H 1
  631. | #define __EXTENSIONS__ 1
  632. | #define _ALL_SOURCE 1
  633. | #define _GNU_SOURCE 1
  634. | #define _POSIX_PTHREAD_SEMANTICS 1
  635. | #define _TANDEM_SOURCE 1
  636. | #define HAVE_DLFCN_H 1
  637. | #define LT_OBJDIR ".libs/"
  638. | /* end confdefs.h. */
  639. | #include <ac_nonexistent.h>
  640. configure:14896: result: x86_64-pc-linux-gnu-g++ -m32 -E
  641. configure:14916: x86_64-pc-linux-gnu-g++ -m32 -E -DHB_NDEBUG conftest.cpp
  642. configure:14916: $? = 0
  643. configure:14930: x86_64-pc-linux-gnu-g++ -m32 -E -DHB_NDEBUG conftest.cpp
  644. conftest.cpp:26:10: fatal error: ac_nonexistent.h: No such file or directory
  645. #include <ac_nonexistent.h>
  646. ^~~~~~~~~~~~~~~~~~
  647. compilation terminated.
  648. configure:14930: $? = 1
  649. configure: failed program was:
  650. | /* confdefs.h */
  651. | #define PACKAGE_NAME "HarfBuzz"
  652. | #define PACKAGE_TARNAME "harfbuzz"
  653. | #define PACKAGE_VERSION "2.2.0"
  654. | #define PACKAGE_STRING "HarfBuzz 2.2.0"
  655. | #define PACKAGE_BUGREPORT "https://github.com/harfbuzz/harfbuzz/issues/new"
  656. | #define PACKAGE_URL "http://harfbuzz.org/"
  657. | #define STDC_HEADERS 1
  658. | #define HAVE_SYS_TYPES_H 1
  659. | #define HAVE_SYS_STAT_H 1
  660. | #define HAVE_STDLIB_H 1
  661. | #define HAVE_STRING_H 1
  662. | #define HAVE_MEMORY_H 1
  663. | #define HAVE_STRINGS_H 1
  664. | #define HAVE_INTTYPES_H 1
  665. | #define HAVE_STDINT_H 1
  666. | #define HAVE_UNISTD_H 1
  667. | #define __EXTENSIONS__ 1
  668. | #define _ALL_SOURCE 1
  669. | #define _GNU_SOURCE 1
  670. | #define _POSIX_PTHREAD_SEMANTICS 1
  671. | #define _TANDEM_SOURCE 1
  672. | #define HAVE_DLFCN_H 1
  673. | #define LT_OBJDIR ".libs/"
  674. | /* end confdefs.h. */
  675. | #include <ac_nonexistent.h>
  676. configure:15092: checking for ld used by x86_64-pc-linux-gnu-g++ -m32
  677. configure:15159: result: x86_64-pc-linux-gnu-ld -m elf_i386
  678. configure:15166: checking if the linker (x86_64-pc-linux-gnu-ld -m elf_i386) is GNU ld
  679. configure:15181: result: yes
  680. 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
  681. configure:16309: result: yes
  682. configure:16345: x86_64-pc-linux-gnu-g++ -m32 -c -O2 -pipe -march=native -std=c++14 -DHB_NDEBUG conftest.cpp >&5
  683. configure:16348: $? = 0
  684. configure:16829: checking for x86_64-pc-linux-gnu-g++ -m32 option to produce PIC
  685. configure:16836: result: -fPIC -DPIC
  686. configure:16844: checking if x86_64-pc-linux-gnu-g++ -m32 PIC flag -fPIC -DPIC works
  687. configure:16862: x86_64-pc-linux-gnu-g++ -m32 -c -O2 -pipe -march=native -std=c++14 -DHB_NDEBUG -fPIC -DPIC -DPIC conftest.cpp >&5
  688. configure:16866: $? = 0
  689. configure:16879: result: yes
  690. configure:16902: checking if x86_64-pc-linux-gnu-g++ -m32 static flag -static works
  691. configure:16930: result: yes
  692. configure:16942: checking if x86_64-pc-linux-gnu-g++ -m32 supports -c -o file.o
  693. configure:16963: x86_64-pc-linux-gnu-g++ -m32 -c -O2 -pipe -march=native -std=c++14 -DHB_NDEBUG -o out/conftest2.o conftest.cpp >&5
  694. configure:16967: $? = 0
  695. configure:16989: result: yes
  696. configure:16994: checking if x86_64-pc-linux-gnu-g++ -m32 supports -c -o file.o
  697. configure:17041: result: yes
  698. 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
  699. configure:17114: result: yes
  700. configure:17255: checking dynamic linker characteristics
  701. configure:18012: result: GNU/Linux ld.so
  702. configure:18077: checking how to hardcode library paths into programs
  703. configure:18102: result: immediate
  704. configure:18149: checking for special C compiler options needed for large files
  705. configure:18194: result: no
  706. configure:18200: checking for _FILE_OFFSET_BITS value needed for large files
  707. configure:18225: x86_64-pc-linux-gnu-gcc -m32 -c -O2 -pipe -march=native -DHB_NDEBUG conftest.c >&5
  708. conftest.c:31:41: warning: result of '-2147483648 << 31' requires 63 bits to represent, but 'long int' only has 32 bits [-Wshift-overflow=]
  709. #define LARGE_OFF_T ((((off_t) 1 << 31) << 31) - 1 + (((off_t) 1 << 31) << 31))
  710. ^~
  711. conftest.c:32:23: note: in expansion of macro 'LARGE_OFF_T'
  712. int off_t_is_large[(LARGE_OFF_T % 2147483629 == 721
  713. ^~~~~~~~~~~
  714. conftest.c:31:73: warning: result of '-2147483648 << 31' requires 63 bits to represent, but 'long int' only has 32 bits [-Wshift-overflow=]
  715. #define LARGE_OFF_T ((((off_t) 1 << 31) << 31) - 1 + (((off_t) 1 << 31) << 31))
  716. ^~
  717. conftest.c:32:23: note: in expansion of macro 'LARGE_OFF_T'
  718. int off_t_is_large[(LARGE_OFF_T % 2147483629 == 721
  719. ^~~~~~~~~~~
  720. conftest.c:31:41: warning: result of '-2147483648 << 31' requires 63 bits to represent, but 'long int' only has 32 bits [-Wshift-overflow=]
  721. #define LARGE_OFF_T ((((off_t) 1 << 31) << 31) - 1 + (((off_t) 1 << 31) << 31))
  722. ^~
  723. conftest.c:33:13: note: in expansion of macro 'LARGE_OFF_T'
  724. && LARGE_OFF_T % 2147483647 == 1)
  725. ^~~~~~~~~~~
  726. conftest.c:31:73: warning: result of '-2147483648 << 31' requires 63 bits to represent, but 'long int' only has 32 bits [-Wshift-overflow=]
  727. #define LARGE_OFF_T ((((off_t) 1 << 31) << 31) - 1 + (((off_t) 1 << 31) << 31))
  728. ^~
  729. conftest.c:33:13: note: in expansion of macro 'LARGE_OFF_T'
  730. && LARGE_OFF_T % 2147483647 == 1)
  731. ^~~~~~~~~~~
  732. conftest.c:32:7: error: variably modified 'off_t_is_large' at file scope
  733. int off_t_is_large[(LARGE_OFF_T % 2147483629 == 721
  734. ^~~~~~~~~~~~~~
  735. configure:18225: $? = 1
  736. configure: failed program was:
  737. | /* confdefs.h */
  738. | #define PACKAGE_NAME "HarfBuzz"
  739. | #define PACKAGE_TARNAME "harfbuzz"
  740. | #define PACKAGE_VERSION "2.2.0"
  741. | #define PACKAGE_STRING "HarfBuzz 2.2.0"
  742. | #define PACKAGE_BUGREPORT "https://github.com/harfbuzz/harfbuzz/issues/new"
  743. | #define PACKAGE_URL "http://harfbuzz.org/"
  744. | #define STDC_HEADERS 1
  745. | #define HAVE_SYS_TYPES_H 1
  746. | #define HAVE_SYS_STAT_H 1
  747. | #define HAVE_STDLIB_H 1
  748. | #define HAVE_STRING_H 1
  749. | #define HAVE_MEMORY_H 1
  750. | #define HAVE_STRINGS_H 1
  751. | #define HAVE_INTTYPES_H 1
  752. | #define HAVE_STDINT_H 1
  753. | #define HAVE_UNISTD_H 1
  754. | #define __EXTENSIONS__ 1
  755. | #define _ALL_SOURCE 1
  756. | #define _GNU_SOURCE 1
  757. | #define _POSIX_PTHREAD_SEMANTICS 1
  758. | #define _TANDEM_SOURCE 1
  759. | #define HAVE_DLFCN_H 1
  760. | #define LT_OBJDIR ".libs/"
  761. | /* end confdefs.h. */
  762. | #include <sys/types.h>
  763. | /* Check that off_t can represent 2**63 - 1 correctly.
  764. | We can't simply define LARGE_OFF_T to be 9223372036854775807,
  765. | since some C++ compilers masquerading as C compilers
  766. | incorrectly reject 9223372036854775807. */
  767. | #define LARGE_OFF_T ((((off_t) 1 << 31) << 31) - 1 + (((off_t) 1 << 31) << 31))
  768. | int off_t_is_large[(LARGE_OFF_T % 2147483629 == 721
  769. | && LARGE_OFF_T % 2147483647 == 1)
  770. | ? 1 : -1];
  771. | int
  772. | main ()
  773. | {
  774. |
  775. | ;
  776. | return 0;
  777. | }
  778. configure:18249: x86_64-pc-linux-gnu-gcc -m32 -c -O2 -pipe -march=native -DHB_NDEBUG conftest.c >&5
  779. configure:18249: $? = 0
  780. configure:18257: result: 64
  781. configure:18353: checking for i686-pc-linux-gnu-pkg-config
  782. configure:18371: found /usr/bin/i686-pc-linux-gnu-pkg-config
  783. configure:18383: result: /usr/bin/i686-pc-linux-gnu-pkg-config
  784. configure:18451: checking pkg-config is at least version 0.20
  785. configure:18454: result: yes
  786. configure:18515: checking for gtk-doc
  787. configure:18518: $PKG_CONFIG --exists --print-errors "$gtk_doc_requires"
  788. Package gtk-doc was not found in the pkg-config search path.
  789. Perhaps you should add the directory containing `gtk-doc.pc'
  790. to the PKG_CONFIG_PATH environment variable
  791. No package 'gtk-doc' found
  792. configure:18521: $? = 1
  793. configure:18527: result: no
  794. configure:18533: WARNING:
  795. You will not be able to create source packages with 'make dist'
  796. because gtk-doc >= 1.15 is not found.
  797. configure:18541: checking for gtkdoc-check
  798. configure:18557: found /usr/bin/gtkdoc-check
  799. configure:18568: result: gtkdoc-check.test
  800. configure:18578: checking for gtkdoc-check
  801. configure:18596: found /usr/bin/gtkdoc-check
  802. configure:18608: result: /usr/bin/gtkdoc-check
  803. configure:18620: checking for gtkdoc-rebase
  804. configure:18638: found /usr/bin/gtkdoc-rebase
  805. configure:18650: result: /usr/bin/gtkdoc-rebase
  806. configure:18664: checking for gtkdoc-mkpdf
  807. configure:18682: found /usr/bin/gtkdoc-mkpdf
  808. configure:18694: result: /usr/bin/gtkdoc-mkpdf
  809. configure:18722: checking whether to build gtk-doc documentation
  810. configure:18724: result: no
  811. configure:18737: checking for GTKDOC_DEPS
  812. configure:18744: $PKG_CONFIG --exists --print-errors "glib-2.0 >= 2.10.0 gobject-2.0 >= 2.10.0"
  813. Package glib-2.0 was not found in the pkg-config search path.
  814. Perhaps you should add the directory containing `glib-2.0.pc'
  815. to the PKG_CONFIG_PATH environment variable
  816. No package 'glib-2.0' found
  817. Package gobject-2.0 was not found in the pkg-config search path.
  818. Perhaps you should add the directory containing `gobject-2.0.pc'
  819. to the PKG_CONFIG_PATH environment variable
  820. No package 'gobject-2.0' found
  821. configure:18747: $? = 1
  822. configure:18761: $PKG_CONFIG --exists --print-errors "glib-2.0 >= 2.10.0 gobject-2.0 >= 2.10.0"
  823. Package glib-2.0 was not found in the pkg-config search path.
  824. Perhaps you should add the directory containing `glib-2.0.pc'
  825. to the PKG_CONFIG_PATH environment variable
  826. No package 'glib-2.0' found
  827. Package gobject-2.0 was not found in the pkg-config search path.
  828. Perhaps you should add the directory containing `gobject-2.0.pc'
  829. to the PKG_CONFIG_PATH environment variable
  830. No package 'gobject-2.0' found
  831. configure:18764: $? = 1
  832. configure:18778: result: no
  833. No package 'glib-2.0' found
  834. No package 'gobject-2.0' found
  835. configure:18890: checking for atexit
  836. configure:18890: x86_64-pc-linux-gnu-gcc -m32 -o conftest -O2 -pipe -march=native -DHB_NDEBUG -Wl,-O1 -Wl,--as-needed conftest.c >&5
  837. configure:18890: $? = 0
  838. configure:18890: result: yes
  839. configure:18890: checking for mprotect
  840. configure:18890: x86_64-pc-linux-gnu-gcc -m32 -o conftest -O2 -pipe -march=native -DHB_NDEBUG -Wl,-O1 -Wl,--as-needed conftest.c >&5
  841. configure:18890: $? = 0
  842. configure:18890: result: yes
  843. configure:18890: checking for sysconf
  844. configure:18890: x86_64-pc-linux-gnu-gcc -m32 -o conftest -O2 -pipe -march=native -DHB_NDEBUG -Wl,-O1 -Wl,--as-needed conftest.c >&5
  845. configure:18890: $? = 0
  846. configure:18890: result: yes
  847. configure:18890: checking for getpagesize
  848. configure:18890: x86_64-pc-linux-gnu-gcc -m32 -o conftest -O2 -pipe -march=native -DHB_NDEBUG -Wl,-O1 -Wl,--as-needed conftest.c >&5
  849. configure:18890: $? = 0
  850. configure:18890: result: yes
  851. configure:18890: checking for mmap
  852. configure:18890: x86_64-pc-linux-gnu-gcc -m32 -o conftest -O2 -pipe -march=native -DHB_NDEBUG -Wl,-O1 -Wl,--as-needed conftest.c >&5
  853. configure:18890: $? = 0
  854. configure:18890: result: yes
  855. configure:18890: checking for isatty
  856. configure:18890: x86_64-pc-linux-gnu-gcc -m32 -o conftest -O2 -pipe -march=native -DHB_NDEBUG -Wl,-O1 -Wl,--as-needed conftest.c >&5
  857. configure:18890: $? = 0
  858. configure:18890: result: yes
  859. configure:18890: checking for newlocale
  860. configure:18890: x86_64-pc-linux-gnu-gcc -m32 -o conftest -O2 -pipe -march=native -DHB_NDEBUG -Wl,-O1 -Wl,--as-needed conftest.c >&5
  861. configure:18890: $? = 0
  862. configure:18890: result: yes
  863. configure:18890: checking for strtod_l
  864. configure:18890: x86_64-pc-linux-gnu-gcc -m32 -o conftest -O2 -pipe -march=native -DHB_NDEBUG -Wl,-O1 -Wl,--as-needed conftest.c >&5
  865. configure:18890: $? = 0
  866. configure:18890: result: yes
  867. configure:18890: checking for posix_memalign
  868. configure:18890: x86_64-pc-linux-gnu-gcc -m32 -o conftest -O2 -pipe -march=native -DHB_NDEBUG -Wl,-O1 -Wl,--as-needed conftest.c >&5
  869. conftest.c:58:6: warning: conflicting types for built-in function 'posix_memalign' [-Wbuiltin-declaration-mismatch]
  870. char posix_memalign ();
  871. ^~~~~~~~~~~~~~
  872. configure:18890: $? = 0
  873. configure:18890: result: yes
  874. configure:18904: checking for round
  875. configure:18904: x86_64-pc-linux-gnu-gcc -m32 -o conftest -O2 -pipe -march=native -DHB_NDEBUG -Wl,-O1 -Wl,--as-needed conftest.c -lm >&5
  876. conftest.c:59:6: warning: conflicting types for built-in function 'round' [-Wbuiltin-declaration-mismatch]
  877. char round ();
  878. ^~~~~
  879. configure:18904: $? = 0
  880. configure:18904: result: yes
  881. configure:18931: checking for unistd.h
  882. configure:18931: result: yes
  883. configure:18931: checking sys/mman.h usability
  884. configure:18931: x86_64-pc-linux-gnu-gcc -m32 -c -O2 -pipe -march=native -DHB_NDEBUG conftest.c >&5
  885. configure:18931: $? = 0
  886. configure:18931: result: yes
  887. configure:18931: checking sys/mman.h presence
  888. configure:18931: x86_64-pc-linux-gnu-gcc -m32 -E -DHB_NDEBUG conftest.c
  889. configure:18931: $? = 0
  890. configure:18931: result: yes
  891. configure:18931: checking for sys/mman.h
  892. configure:18931: result: yes
  893. configure:18931: checking xlocale.h usability
  894. configure:18931: x86_64-pc-linux-gnu-gcc -m32 -c -O2 -pipe -march=native -DHB_NDEBUG conftest.c >&5
  895. conftest.c:72:10: fatal error: xlocale.h: No such file or directory
  896. #include <xlocale.h>
  897. ^~~~~~~~~~~
  898. compilation terminated.
  899. configure:18931: $? = 1
  900. configure: failed program was:
  901. | /* confdefs.h */
  902. | #define PACKAGE_NAME "HarfBuzz"
  903. | #define PACKAGE_TARNAME "harfbuzz"
  904. | #define PACKAGE_VERSION "2.2.0"
  905. | #define PACKAGE_STRING "HarfBuzz 2.2.0"
  906. | #define PACKAGE_BUGREPORT "https://github.com/harfbuzz/harfbuzz/issues/new"
  907. | #define PACKAGE_URL "http://harfbuzz.org/"
  908. | #define STDC_HEADERS 1
  909. | #define HAVE_SYS_TYPES_H 1
  910. | #define HAVE_SYS_STAT_H 1
  911. | #define HAVE_STDLIB_H 1
  912. | #define HAVE_STRING_H 1
  913. | #define HAVE_MEMORY_H 1
  914. | #define HAVE_STRINGS_H 1
  915. | #define HAVE_INTTYPES_H 1
  916. | #define HAVE_STDINT_H 1
  917. | #define HAVE_UNISTD_H 1
  918. | #define __EXTENSIONS__ 1
  919. | #define _ALL_SOURCE 1
  920. | #define _GNU_SOURCE 1
  921. | #define _POSIX_PTHREAD_SEMANTICS 1
  922. | #define _TANDEM_SOURCE 1
  923. | #define HAVE_DLFCN_H 1
  924. | #define LT_OBJDIR ".libs/"
  925. | #define _FILE_OFFSET_BITS 64
  926. | #define HAVE_ATEXIT 1
  927. | #define HAVE_MPROTECT 1
  928. | #define HAVE_SYSCONF 1
  929. | #define HAVE_GETPAGESIZE 1
  930. | #define HAVE_MMAP 1
  931. | #define HAVE_ISATTY 1
  932. | #define HAVE_NEWLOCALE 1
  933. | #define HAVE_STRTOD_L 1
  934. | #define HAVE_POSIX_MEMALIGN 1
  935. | #define HAVE_ROUND 1
  936. | #define HAVE_UNISTD_H 1
  937. | #define HAVE_SYS_MMAN_H 1
  938. | /* end confdefs.h. */
  939. | #include <stdio.h>
  940. | #ifdef HAVE_SYS_TYPES_H
  941. | # include <sys/types.h>
  942. | #endif
  943. | #ifdef HAVE_SYS_STAT_H
  944. | # include <sys/stat.h>
  945. | #endif
  946. | #ifdef STDC_HEADERS
  947. | # include <stdlib.h>
  948. | # include <stddef.h>
  949. | #else
  950. | # ifdef HAVE_STDLIB_H
  951. | # include <stdlib.h>
  952. | # endif
  953. | #endif
  954. | #ifdef HAVE_STRING_H
  955. | # if !defined STDC_HEADERS && defined HAVE_MEMORY_H
  956. | # include <memory.h>
  957. | # endif
  958. | # include <string.h>
  959. | #endif
  960. | #ifdef HAVE_STRINGS_H
  961. | # include <strings.h>
  962. | #endif
  963. | #ifdef HAVE_INTTYPES_H
  964. | # include <inttypes.h>
  965. | #endif
  966. | #ifdef HAVE_STDINT_H
  967. | # include <stdint.h>
  968. | #endif
  969. | #ifdef HAVE_UNISTD_H
  970. | # include <unistd.h>
  971. | #endif
  972. | #include <xlocale.h>
  973. configure:18931: result: no
  974. configure:18931: checking xlocale.h presence
  975. configure:18931: x86_64-pc-linux-gnu-gcc -m32 -E -DHB_NDEBUG conftest.c
  976. conftest.c:39:10: fatal error: xlocale.h: No such file or directory
  977. #include <xlocale.h>
  978. ^~~~~~~~~~~
  979. compilation terminated.
  980. configure:18931: $? = 1
  981. configure: failed program was:
  982. | /* confdefs.h */
  983. | #define PACKAGE_NAME "HarfBuzz"
  984. | #define PACKAGE_TARNAME "harfbuzz"
  985. | #define PACKAGE_VERSION "2.2.0"
  986. | #define PACKAGE_STRING "HarfBuzz 2.2.0"
  987. | #define PACKAGE_BUGREPORT "https://github.com/harfbuzz/harfbuzz/issues/new"
  988. | #define PACKAGE_URL "http://harfbuzz.org/"
  989. | #define STDC_HEADERS 1
  990. | #define HAVE_SYS_TYPES_H 1
  991. | #define HAVE_SYS_STAT_H 1
  992. | #define HAVE_STDLIB_H 1
  993. | #define HAVE_STRING_H 1
  994. | #define HAVE_MEMORY_H 1
  995. | #define HAVE_STRINGS_H 1
  996. | #define HAVE_INTTYPES_H 1
  997. | #define HAVE_STDINT_H 1
  998. | #define HAVE_UNISTD_H 1
  999. | #define __EXTENSIONS__ 1
  1000. | #define _ALL_SOURCE 1
  1001. | #define _GNU_SOURCE 1
  1002. | #define _POSIX_PTHREAD_SEMANTICS 1
  1003. | #define _TANDEM_SOURCE 1
  1004. | #define HAVE_DLFCN_H 1
  1005. | #define LT_OBJDIR ".libs/"
  1006. | #define _FILE_OFFSET_BITS 64
  1007. | #define HAVE_ATEXIT 1
  1008. | #define HAVE_MPROTECT 1
  1009. | #define HAVE_SYSCONF 1
  1010. | #define HAVE_GETPAGESIZE 1
  1011. | #define HAVE_MMAP 1
  1012. | #define HAVE_ISATTY 1
  1013. | #define HAVE_NEWLOCALE 1
  1014. | #define HAVE_STRTOD_L 1
  1015. | #define HAVE_POSIX_MEMALIGN 1
  1016. | #define HAVE_ROUND 1
  1017. | #define HAVE_UNISTD_H 1
  1018. | #define HAVE_SYS_MMAN_H 1
  1019. | /* end confdefs.h. */
  1020. | #include <xlocale.h>
  1021. configure:18931: result: no
  1022. configure:18931: checking for xlocale.h
  1023. configure:18931: result: no
  1024. configure:18931: checking stdbool.h usability
  1025. configure:18931: x86_64-pc-linux-gnu-gcc -m32 -c -O2 -pipe -march=native -DHB_NDEBUG conftest.c >&5
  1026. configure:18931: $? = 0
  1027. configure:18931: result: yes
  1028. configure:18931: checking stdbool.h presence
  1029. configure:18931: x86_64-pc-linux-gnu-gcc -m32 -E -DHB_NDEBUG conftest.c
  1030. configure:18931: $? = 0
  1031. configure:18931: result: yes
  1032. configure:18931: checking for stdbool.h
  1033. configure:18931: result: yes
  1034. configure:18946: checking alignment of struct{char;}
  1035. configure:18951: x86_64-pc-linux-gnu-gcc -m32 -o conftest -O2 -pipe -march=native -DHB_NDEBUG -Wl,-O1 -Wl,--as-needed conftest.c >&5
  1036. conftest.c:76:37: warning: declaration does not declare anything
  1037. typedef struct { char x; struct{char;} y; } ac__type_alignof_;
  1038. ^
  1039. configure:18951: $? = 0
  1040. configure:18951: ./conftest
  1041. configure:18951: $? = 0
  1042. configure:18969: result: 1
  1043. configure:18982: checking whether the linker accepts -Bsymbolic-functions
  1044. configure:19001: x86_64-pc-linux-gnu-gcc -m32 -o conftest -O2 -pipe -march=native -DHB_NDEBUG -Wl,-O1 -Wl,--as-needed -Bsymbolic-functions conftest.c >&5
  1045. configure:19001: $? = 0
  1046. configure:19010: result: yes
  1047. configure:19059: checking for native Win32
  1048. configure:19066: result: no
  1049. configure:19262: checking whether x86_64-pc-linux-gnu-gcc -m32 is Clang
  1050. configure:19287: result: no
  1051. configure:19410: checking whether pthreads work with -pthread
  1052. configure:19504: x86_64-pc-linux-gnu-gcc -m32 -o conftest -O2 -pipe -march=native -pthread -DHB_NDEBUG -Wl,-O1 -Wl,--as-needed -Bsymbolic-functions conftest.c >&5
  1053. configure:19504: $? = 0
  1054. configure:19513: result: yes
  1055. configure:19532: checking for joinable pthread attribute
  1056. configure:19550: x86_64-pc-linux-gnu-gcc -m32 -o conftest -O2 -pipe -march=native -pthread -DHB_NDEBUG -Wl,-O1 -Wl,--as-needed -Bsymbolic-functions conftest.c >&5
  1057. configure:19550: $? = 0
  1058. configure:19558: result: PTHREAD_CREATE_JOINABLE
  1059. configure:19572: checking whether more special flags are required for pthreads
  1060. configure:19585: result: no
  1061. configure:19593: checking for PTHREAD_PRIO_INHERIT
  1062. configure:19609: x86_64-pc-linux-gnu-gcc -m32 -o conftest -O2 -pipe -march=native -pthread -DHB_NDEBUG -Wl,-O1 -Wl,--as-needed -Bsymbolic-functions conftest.c >&5
  1063. configure:19609: $? = 0
  1064. configure:19618: result: yes
  1065. configure:19764: checking for GLIB
  1066. configure:19771: $PKG_CONFIG --exists --print-errors "$GLIB_DEPS"
  1067. Package glib-2.0 was not found in the pkg-config search path.
  1068. Perhaps you should add the directory containing `glib-2.0.pc'
  1069. to the PKG_CONFIG_PATH environment variable
  1070. No package 'glib-2.0' found
  1071. configure:19774: $? = 1
  1072. configure:19788: $PKG_CONFIG --exists --print-errors "$GLIB_DEPS"
  1073. Package glib-2.0 was not found in the pkg-config search path.
  1074. Perhaps you should add the directory containing `glib-2.0.pc'
  1075. to the PKG_CONFIG_PATH environment variable
  1076. No package 'glib-2.0' found
  1077. configure:19791: $? = 1
  1078. configure:19805: result: no
  1079. No package 'glib-2.0' found
  1080. configure:19835: error: glib support requested but glib-2.0 not found
  1081. ## ---------------- ##
  1082. ## Cache variables. ##
  1083. ## ---------------- ##
  1084. ac_cv_alignof_struct_char__=1
  1085. ac_cv_build=i686-pc-linux-gnu
  1086. ac_cv_c_compiler_gnu=yes
  1087. ac_cv_cxx_compiler_gnu=yes
  1088. ac_cv_env_CAIRO_CFLAGS_set=
  1089. ac_cv_env_CAIRO_CFLAGS_value=
  1090. ac_cv_env_CAIRO_FT_CFLAGS_set=
  1091. ac_cv_env_CAIRO_FT_CFLAGS_value=
  1092. ac_cv_env_CAIRO_FT_LIBS_set=
  1093. ac_cv_env_CAIRO_FT_LIBS_value=
  1094. ac_cv_env_CAIRO_LIBS_set=
  1095. ac_cv_env_CAIRO_LIBS_value=
  1096. ac_cv_env_CCC_set=
  1097. ac_cv_env_CCC_value=
  1098. ac_cv_env_CC_set=set
  1099. ac_cv_env_CC_value='x86_64-pc-linux-gnu-gcc -m32'
  1100. ac_cv_env_CFLAGS_set=set
  1101. ac_cv_env_CFLAGS_value='-O2 -pipe -march=native'
  1102. ac_cv_env_CPPFLAGS_set=set
  1103. ac_cv_env_CPPFLAGS_value=' -DHB_NDEBUG'
  1104. ac_cv_env_CPP_set=
  1105. ac_cv_env_CPP_value=
  1106. ac_cv_env_CXXCPP_set=
  1107. ac_cv_env_CXXCPP_value=
  1108. ac_cv_env_CXXFLAGS_set=set
  1109. ac_cv_env_CXXFLAGS_value='-O2 -pipe -march=native -std=c++14'
  1110. ac_cv_env_CXX_set=set
  1111. ac_cv_env_CXX_value='x86_64-pc-linux-gnu-g++ -m32'
  1112. ac_cv_env_FONTCONFIG_CFLAGS_set=
  1113. ac_cv_env_FONTCONFIG_CFLAGS_value=
  1114. ac_cv_env_FONTCONFIG_LIBS_set=
  1115. ac_cv_env_FONTCONFIG_LIBS_value=
  1116. ac_cv_env_FREETYPE_CFLAGS_set=
  1117. ac_cv_env_FREETYPE_CFLAGS_value=
  1118. ac_cv_env_FREETYPE_LIBS_set=
  1119. ac_cv_env_FREETYPE_LIBS_value=
  1120. ac_cv_env_GLIB_CFLAGS_set=
  1121. ac_cv_env_GLIB_CFLAGS_value=
  1122. ac_cv_env_GLIB_LIBS_set=
  1123. ac_cv_env_GLIB_LIBS_value=
  1124. ac_cv_env_GOBJECT_CFLAGS_set=
  1125. ac_cv_env_GOBJECT_CFLAGS_value=
  1126. ac_cv_env_GOBJECT_LIBS_set=
  1127. ac_cv_env_GOBJECT_LIBS_value=
  1128. ac_cv_env_GRAPHITE2_CFLAGS_set=
  1129. ac_cv_env_GRAPHITE2_CFLAGS_value=
  1130. ac_cv_env_GRAPHITE2_LIBS_set=
  1131. ac_cv_env_GRAPHITE2_LIBS_value=
  1132. ac_cv_env_GTKDOC_DEPS_CFLAGS_set=
  1133. ac_cv_env_GTKDOC_DEPS_CFLAGS_value=
  1134. ac_cv_env_GTKDOC_DEPS_LIBS_set=
  1135. ac_cv_env_GTKDOC_DEPS_LIBS_value=
  1136. ac_cv_env_ICU_CFLAGS_set=
  1137. ac_cv_env_ICU_CFLAGS_value=
  1138. ac_cv_env_ICU_LIBS_set=
  1139. ac_cv_env_ICU_LIBS_value=
  1140. ac_cv_env_LDFLAGS_set=set
  1141. ac_cv_env_LDFLAGS_value='-Wl,-O1 -Wl,--as-needed'
  1142. ac_cv_env_LIBS_set=
  1143. ac_cv_env_LIBS_value=
  1144. ac_cv_env_LT_SYS_LIBRARY_PATH_set=
  1145. ac_cv_env_LT_SYS_LIBRARY_PATH_value=
  1146. ac_cv_env_PKG_CONFIG_LIBDIR_set=set
  1147. ac_cv_env_PKG_CONFIG_LIBDIR_value=/usr/lib32/pkgconfig
  1148. ac_cv_env_PKG_CONFIG_PATH_set=set
  1149. ac_cv_env_PKG_CONFIG_PATH_value=/usr/share/pkgconfig
  1150. ac_cv_env_PKG_CONFIG_set=
  1151. ac_cv_env_PKG_CONFIG_value=
  1152. ac_cv_env_build_alias_set=set
  1153. ac_cv_env_build_alias_value=i686-pc-linux-gnu
  1154. ac_cv_env_host_alias_set=set
  1155. ac_cv_env_host_alias_value=i686-pc-linux-gnu
  1156. ac_cv_env_target_alias_set=
  1157. ac_cv_env_target_alias_value=
  1158. ac_cv_func_atexit=yes
  1159. ac_cv_func_getpagesize=yes
  1160. ac_cv_func_isatty=yes
  1161. ac_cv_func_mmap=yes
  1162. ac_cv_func_mprotect=yes
  1163. ac_cv_func_newlocale=yes
  1164. ac_cv_func_posix_memalign=yes
  1165. ac_cv_func_round=yes
  1166. ac_cv_func_strtod_l=yes
  1167. ac_cv_func_sysconf=yes
  1168. ac_cv_header_dlfcn_h=yes
  1169. ac_cv_header_inttypes_h=yes
  1170. ac_cv_header_memory_h=yes
  1171. ac_cv_header_minix_config_h=no
  1172. ac_cv_header_stdbool_h=yes
  1173. ac_cv_header_stdc=yes
  1174. ac_cv_header_stdint_h=yes
  1175. ac_cv_header_stdlib_h=yes
  1176. ac_cv_header_string_h=yes
  1177. ac_cv_header_strings_h=yes
  1178. ac_cv_header_sys_mman_h=yes
  1179. ac_cv_header_sys_stat_h=yes
  1180. ac_cv_header_sys_types_h=yes
  1181. ac_cv_header_unistd_h=yes
  1182. ac_cv_header_xlocale_h=no
  1183. ac_cv_host=i686-pc-linux-gnu
  1184. ac_cv_objext=o
  1185. ac_cv_path_EGREP='/bin/grep -E'
  1186. ac_cv_path_FGREP='/bin/grep -F'
  1187. ac_cv_path_GREP=/bin/grep
  1188. ac_cv_path_GTKDOC_CHECK_PATH=/usr/bin/gtkdoc-check
  1189. ac_cv_path_GTKDOC_MKPDF=/usr/bin/gtkdoc-mkpdf
  1190. ac_cv_path_GTKDOC_REBASE=/usr/bin/gtkdoc-rebase
  1191. ac_cv_path_PKG_CONFIG=/usr/bin/i686-pc-linux-gnu-pkg-config
  1192. ac_cv_path_SED=/bin/sed
  1193. ac_cv_path_install='/usr/lib/portage/python3.6/ebuild-helpers/xattr/install -c'
  1194. ac_cv_path_lt_DD=/bin/dd
  1195. ac_cv_path_mkdir=/bin/mkdir
  1196. ac_cv_prog_AR=i686-pc-linux-gnu-ar
  1197. ac_cv_prog_AWK=gawk
  1198. ac_cv_prog_CC='x86_64-pc-linux-gnu-gcc -m32'
  1199. ac_cv_prog_CPP='x86_64-pc-linux-gnu-gcc -m32 -E'
  1200. ac_cv_prog_CXXCPP='x86_64-pc-linux-gnu-g++ -m32 -E'
  1201. ac_cv_prog_GTKDOC_CHECK=gtkdoc-check.test
  1202. ac_cv_prog_OBJDUMP=i686-pc-linux-gnu-objdump
  1203. ac_cv_prog_RANLIB=i686-pc-linux-gnu-ranlib
  1204. ac_cv_prog_STRIP=i686-pc-linux-gnu-strip
  1205. ac_cv_prog_cc_c89=
  1206. ac_cv_prog_cc_c99=
  1207. ac_cv_prog_cc_g=yes
  1208. ac_cv_prog_cxx_g=yes
  1209. ac_cv_prog_make_make_set=yes
  1210. ac_cv_safe_to_define___extensions__=yes
  1211. ac_cv_sys_file_offset_bits=64
  1212. ac_cv_sys_largefile_CC=no
  1213. am_cv_CC_dependencies_compiler_type=none
  1214. am_cv_CXX_dependencies_compiler_type=none
  1215. am_cv_ar_interface=ar
  1216. am_cv_make_support_nested_variables=yes
  1217. am_cv_prog_cc_c_o=yes
  1218. am_cv_prog_tar_ustar=gnutar
  1219. ax_cv_PTHREAD_CLANG=no
  1220. ax_cv_PTHREAD_JOINABLE_ATTR=PTHREAD_CREATE_JOINABLE
  1221. ax_cv_PTHREAD_PRIO_INHERIT=yes
  1222. ax_cv_PTHREAD_SPECIAL_FLAGS=no
  1223. ax_cv_check_ldflags___Bsymbolic_functions=yes
  1224. lt_cv_ar_at_file=@
  1225. lt_cv_archive_cmds_need_lc=no
  1226. lt_cv_deplibs_check_method=pass_all
  1227. lt_cv_file_magic_cmd='$MAGIC_CMD'
  1228. lt_cv_file_magic_test_file=
  1229. lt_cv_ld_reload_flag=-r
  1230. lt_cv_nm_interface='BSD nm'
  1231. lt_cv_objdir=.libs
  1232. lt_cv_path_LD='x86_64-pc-linux-gnu-ld -m elf_i386'
  1233. lt_cv_path_LDCXX='x86_64-pc-linux-gnu-ld -m elf_i386'
  1234. lt_cv_path_NM='/usr/bin/i686-pc-linux-gnu-nm -B'
  1235. lt_cv_path_mainfest_tool=no
  1236. lt_cv_prog_compiler_c_o=yes
  1237. lt_cv_prog_compiler_c_o_CXX=yes
  1238. lt_cv_prog_compiler_pic='-fPIC -DPIC'
  1239. lt_cv_prog_compiler_pic_CXX='-fPIC -DPIC'
  1240. lt_cv_prog_compiler_pic_works=yes
  1241. lt_cv_prog_compiler_pic_works_CXX=yes
  1242. lt_cv_prog_compiler_rtti_exceptions=no
  1243. lt_cv_prog_compiler_static_works=yes
  1244. lt_cv_prog_compiler_static_works_CXX=yes
  1245. lt_cv_prog_gnu_ld=yes
  1246. lt_cv_prog_gnu_ldcxx=yes
  1247. lt_cv_sharedlib_from_linklib_cmd='printf %s\n'
  1248. lt_cv_shlibpath_overrides_runpath=yes
  1249. 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'\'''
  1250. 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'\'''
  1251. 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'\'''
  1252. lt_cv_sys_global_symbol_to_cdecl='sed -n -e '\''s/^T .* \(.*\)$/extern int \1();/p'\'' -e '\''s/^[ABCDGIRSTW][ABCDGIRSTW]* .* \(.*\)$/extern char \1;/p'\'''
  1253. lt_cv_sys_global_symbol_to_import=
  1254. lt_cv_sys_max_cmd_len=1572864
  1255. lt_cv_to_host_file_cmd=func_convert_file_noop
  1256. lt_cv_to_tool_file_cmd=func_convert_file_noop
  1257. lt_cv_truncate_bin='/bin/dd bs=4096 count=1'
  1258. ## ----------------- ##
  1259. ## Output variables. ##
  1260. ## ----------------- ##
  1261. @echo "Need to reconfigure with --enable-code-coverage"
  1262. @echo "Need to reconfigure with --enable-code-coverage"
  1263. $(CODE_COVERAGE_IGNORE_PATTERN);
  1264. $(CODE_COVERAGE_OUTPUT_FILE);
  1265. #
  1266. #
  1267. # $(PACKAGE_NAME)-$(PACKAGE_VERSION)-coverage)
  1268. # $(PACKAGE_NAME)-$(PACKAGE_VERSION)-coverage.info)
  1269. # (Default: $(top_builddir))
  1270. # (Default: empty)
  1271. # Multiple directories may be specified, separated by whitespace.
  1272. # by lcov for code coverage. (Default:
  1273. # collecting lcov instance. (Default: $CODE_COVERAGE_LCOV_OPTIONS_GCOVPATH)
  1274. # genhtml instance. (Default: based on $CODE_COVERAGE_BRANCH_COVERAGE)
  1275. # instance. (Default: $CODE_COVERAGE_GENHTML_OPTIONS_DEFAULT)
  1276. # instance. (Default: $CODE_COVERAGE_LCOV_OPTIONS_DEFAULT)
  1277. # instance. (Default: $CODE_COVERAGE_LCOV_RMOPTS_DEFAULT)
  1278. # instances. (Default: $CODE_COVERAGE_LCOV_SHOPTS_DEFAULT)
  1279. # instances. (Default: based on $CODE_COVERAGE_BRANCH_COVERAGE)
  1280. # lcov instance. (Default: empty)
  1281. # reports to be created. (Default:
  1282. # set to 0 to disable it and leave empty to stay with the default.
  1283. # - CODE_COVERAGE_BRANCH_COVERAGE: Set to 1 to enforce branch coverage,
  1284. # - CODE_COVERAGE_DIRECTORY: Top-level directory for code coverage reporting.
  1285. # - CODE_COVERAGE_GENHTML_OPTIONS: Extra options to pass to the genhtml
  1286. # - CODE_COVERAGE_GENHTML_OPTIONS_DEFAULT: Extra options to pass to the
  1287. # - CODE_COVERAGE_IGNORE_PATTERN: Extra glob pattern of files to ignore
  1288. # - CODE_COVERAGE_LCOV_OPTIONS: Extra options to pass to the collecting lcov
  1289. # - CODE_COVERAGE_LCOV_OPTIONS_DEFAULT: Extra options to pass to the
  1290. # - CODE_COVERAGE_LCOV_OPTIONS_GCOVPATH: --gcov-tool pathtogcov
  1291. # - CODE_COVERAGE_LCOV_RMOPTS: Extra options to pass to the filtering lcov
  1292. # - CODE_COVERAGE_LCOV_RMOPTS_DEFAULT: Extra options to pass to the filtering
  1293. # - CODE_COVERAGE_LCOV_SHOPTS: Extra options to shared between both lcov
  1294. # - CODE_COVERAGE_LCOV_SHOPTS_DEFAULT: Extra options shared between both lcov
  1295. # - CODE_COVERAGE_OUTPUT_DIRECTORY: Directory for generated code coverage
  1296. # - CODE_COVERAGE_OUTPUT_FILE: Filename and path for the .info file generated
  1297. # $(PACKAGE_VERSION). In order to add the current git hash to the title,
  1298. # Capture code coverage data
  1299. # Code coverage
  1300. # Hook rule executed before code-coverage-capture, overridable by the user
  1301. # Optional variables
  1302. # Optional:
  1303. # The generated report will be titled using the $(PACKAGE_NAME) and
  1304. # Use recursive makes in order to ignore errors during check
  1305. # sanitizes the test-name: replaces with underscores: dashes and dots
  1306. # use the git-version-gen script, available online.
  1307. $(if $(CODE_COVERAGE_BRANCH_COVERAGE),\
  1308. '
  1309. --rc genhtml_branch_coverage=$(CODE_COVERAGE_BRANCH_COVERAGE))
  1310. --rc lcov_branch_coverage=$(CODE_COVERAGE_BRANCH_COVERAGE))
  1311. .PHONY: check-code-coverage code-coverage-capture code-coverage-capture-hook code-coverage-clean
  1312. ACLOCAL='${SHELL} /var/tmp/portage/media-libs/harfbuzz-2.2.0/work/harfbuzz-2.2.0/missing aclocal-1.15'
  1313. AMDEPBACKSLASH=''
  1314. AMDEP_FALSE=''
  1315. AMDEP_TRUE='#'
  1316. AMTAR='$${TAR-tar}'
  1317. AM_BACKSLASH='\'
  1318. AM_DEFAULT_V='$(AM_DEFAULT_VERBOSITY)'
  1319. AM_DEFAULT_VERBOSITY='1'
  1320. AM_DISTCHECK_CONFIGURE_FLAGS += --disable-code-coverage
  1321. AM_DISTCHECK_CONFIGURE_FLAGS ?=
  1322. AM_V='$(V)'
  1323. AR='i686-pc-linux-gnu-ar'
  1324. AUTOCONF='${SHELL} /var/tmp/portage/media-libs/harfbuzz-2.2.0/work/harfbuzz-2.2.0/missing autoconf'
  1325. AUTOHEADER='${SHELL} /var/tmp/portage/media-libs/harfbuzz-2.2.0/work/harfbuzz-2.2.0/missing autoheader'
  1326. AUTOMAKE='${SHELL} /var/tmp/portage/media-libs/harfbuzz-2.2.0/work/harfbuzz-2.2.0/missing automake-1.15'
  1327. AWK='gawk'
  1328. CAIRO_CFLAGS=''
  1329. CAIRO_FT_CFLAGS=''
  1330. CAIRO_FT_LIBS=''
  1331. CAIRO_LIBS=''
  1332. CC='x86_64-pc-linux-gnu-gcc -m32'
  1333. CCDEPMODE='depmode=none'
  1334. CFLAGS='-O2 -pipe -march=native'
  1335. CODE_COVERAGE_BRANCH_COVERAGE ?=
  1336. CODE_COVERAGE_CFLAGS=''
  1337. CODE_COVERAGE_CPPFLAGS=''
  1338. CODE_COVERAGE_CXXFLAGS=''
  1339. CODE_COVERAGE_DIRECTORY ?= $(top_builddir)
  1340. CODE_COVERAGE_ENABLED='no'
  1341. CODE_COVERAGE_ENABLED_FALSE=''
  1342. CODE_COVERAGE_ENABLED_TRUE='#'
  1343. CODE_COVERAGE_GENHTML_OPTIONS ?= $(CODE_COVERAGE_GENHTML_OPTIONS_DEFAULT)
  1344. CODE_COVERAGE_GENHTML_OPTIONS_DEFAULT ?=\
  1345. CODE_COVERAGE_IGNORE_PATTERN ?=
  1346. CODE_COVERAGE_LCOV_OPTIONS ?= $(CODE_COVERAGE_LCOV_OPTIONS_DEFAULT)
  1347. CODE_COVERAGE_LCOV_OPTIONS_DEFAULT ?= $(CODE_COVERAGE_LCOV_OPTIONS_GCOVPATH)
  1348. CODE_COVERAGE_LCOV_OPTIONS_GCOVPATH ?= --gcov-tool "$(GCOV)"
  1349. CODE_COVERAGE_LCOV_RMOPTS ?= $(CODE_COVERAGE_LCOV_RMOPTS_DEFAULT)
  1350. CODE_COVERAGE_LCOV_RMOPTS_DEFAULT ?=
  1351. CODE_COVERAGE_LCOV_SHOPTS ?= $(CODE_COVERAGE_LCOV_SHOPTS_DEFAULT)
  1352. CODE_COVERAGE_LCOV_SHOPTS_DEFAULT ?= $(if $(CODE_COVERAGE_BRANCH_COVERAGE),\
  1353. CODE_COVERAGE_LDFLAGS=''
  1354. CODE_COVERAGE_LIBS=''
  1355. CODE_COVERAGE_OUTPUT_DIRECTORY ?= $(PACKAGE_NAME)-$(PACKAGE_VERSION)-coverage
  1356. CODE_COVERAGE_OUTPUT_FILE ?= $(PACKAGE_NAME)-$(PACKAGE_VERSION)-coverage.info
  1357. CODE_COVERAGE_RULES='
  1358. CORETEXT_CFLAGS=''
  1359. CORETEXT_LIBS=''
  1360. CPP='x86_64-pc-linux-gnu-gcc -m32 -E'
  1361. CPPFLAGS=' -DHB_NDEBUG'
  1362. CXX='x86_64-pc-linux-gnu-g++ -m32'
  1363. CXXCPP='x86_64-pc-linux-gnu-g++ -m32 -E'
  1364. CXXDEPMODE='depmode=none'
  1365. CXXFLAGS='-fno-rtti -O2 -pipe -march=native -std=c++14 -fno-exceptions -fno-threadsafe-statics -Wcast-align -fvisibility-inlines-hidden'
  1366. CYGPATH_W='echo'
  1367. DEFS=''
  1368. DEPDIR='.deps'
  1369. DIRECTWRITE_CXXFLAGS=''
  1370. DIRECTWRITE_LIBS=''
  1371. DLLTOOL='false'
  1372. DSYMUTIL=''
  1373. DUMPBIN=''
  1374. ECHO_C=''
  1375. ECHO_N='-n'
  1376. ECHO_T=''
  1377. EGREP='/bin/grep -E'
  1378. ENABLE_GTK_DOC_FALSE=''
  1379. ENABLE_GTK_DOC_TRUE='#'
  1380. EXEEXT=''
  1381. FGREP='/bin/grep -F'
  1382. FONTCONFIG_CFLAGS=''
  1383. FONTCONFIG_LIBS=''
  1384. FREETYPE_CFLAGS=''
  1385. FREETYPE_DEPS=''
  1386. FREETYPE_LIBS=''
  1387. GCOV=''
  1388. GENHTML=''
  1389. GIT='${SHELL} /var/tmp/portage/media-libs/harfbuzz-2.2.0/work/harfbuzz-2.2.0/missing git'
  1390. GITIGNOREFILES += $(CODE_COVERAGE_OUTPUT_FILE) $(CODE_COVERAGE_OUTPUT_DIRECTORY)
  1391. GITIGNOREFILES ?=
  1392. GLIB_CFLAGS=''
  1393. GLIB_DEPS='glib-2.0 >= 2.19.1'
  1394. GLIB_LIBS=''
  1395. GLIB_MKENUMS=''
  1396. GOBJECT_CFLAGS=''
  1397. GOBJECT_LIBS=''
  1398. GRAPHITE2_CFLAGS=''
  1399. GRAPHITE2_DEPS=''
  1400. GRAPHITE2_LIBS=''
  1401. GREP='/bin/grep'
  1402. GTKDOC_CHECK='gtkdoc-check.test'
  1403. GTKDOC_CHECK_PATH='/usr/bin/gtkdoc-check'
  1404. GTKDOC_DEPS_CFLAGS=''
  1405. GTKDOC_DEPS_LIBS=''
  1406. GTKDOC_MKPDF='/usr/bin/gtkdoc-mkpdf'
  1407. GTKDOC_REBASE='/usr/bin/gtkdoc-rebase'
  1408. GTK_DOC_BUILD_HTML_FALSE='#'
  1409. GTK_DOC_BUILD_HTML_TRUE=''
  1410. GTK_DOC_BUILD_PDF_FALSE=''
  1411. GTK_DOC_BUILD_PDF_TRUE='#'
  1412. GTK_DOC_USE_LIBTOOL_FALSE='#'
  1413. GTK_DOC_USE_LIBTOOL_TRUE=''
  1414. GTK_DOC_USE_REBASE_FALSE='#'
  1415. GTK_DOC_USE_REBASE_TRUE=''
  1416. HAVE_CAIRO_FALSE=''
  1417. HAVE_CAIRO_FT_FALSE=''
  1418. HAVE_CAIRO_FT_TRUE=''
  1419. HAVE_CAIRO_TRUE=''
  1420. HAVE_CORETEXT_FALSE=''
  1421. HAVE_CORETEXT_TRUE=''
  1422. HAVE_DIRECTWRITE_FALSE=''
  1423. HAVE_DIRECTWRITE_TRUE=''
  1424. HAVE_FALLBACK_FALSE='#'
  1425. HAVE_FALLBACK_TRUE=''
  1426. HAVE_FONTCONFIG_FALSE=''
  1427. HAVE_FONTCONFIG_TRUE=''
  1428. HAVE_FREETYPE_FALSE=''
  1429. HAVE_FREETYPE_TRUE=''
  1430. HAVE_GCC_FALSE='#'
  1431. HAVE_GCC_TRUE=''
  1432. HAVE_GLIB_FALSE=''
  1433. HAVE_GLIB_TRUE=''
  1434. HAVE_GOBJECT_FALSE=''
  1435. HAVE_GOBJECT_TRUE=''
  1436. HAVE_GRAPHITE2_FALSE=''
  1437. HAVE_GRAPHITE2_TRUE=''
  1438. HAVE_GTK_DOC_FALSE=''
  1439. HAVE_GTK_DOC_TRUE='#'
  1440. HAVE_ICU_BUILTIN_FALSE=''
  1441. HAVE_ICU_BUILTIN_TRUE=''
  1442. HAVE_ICU_FALSE=''
  1443. HAVE_ICU_TRUE=''
  1444. HAVE_INTROSPECTION_FALSE=''
  1445. HAVE_INTROSPECTION_TRUE=''
  1446. HAVE_PTHREAD_FALSE='#'
  1447. HAVE_PTHREAD_TRUE=''
  1448. HAVE_UCDN_FALSE=''
  1449. HAVE_UCDN_TRUE=''
  1450. HAVE_UNISCRIBE_FALSE=''
  1451. HAVE_UNISCRIBE_TRUE=''
  1452. HB_LIBTOOL_VERSION_INFO='20200:0:20200'
  1453. HB_VERSION='2.2.0'
  1454. HB_VERSION_MAJOR='2'
  1455. HB_VERSION_MICRO='0'
  1456. HB_VERSION_MINOR='2'
  1457. HTML_DIR='${datadir}/gtk-doc/html'
  1458. ICU_CFLAGS=''
  1459. ICU_CONFIG=''
  1460. ICU_LIBS=''
  1461. INSTALL_DATA='${INSTALL} -m 644'
  1462. INSTALL_PROGRAM='${INSTALL}'
  1463. INSTALL_SCRIPT='${INSTALL}'
  1464. INSTALL_STRIP_PROGRAM='$(install_sh) -c -s'
  1465. INTROSPECTION_CFLAGS=''
  1466. INTROSPECTION_COMPILER=''
  1467. INTROSPECTION_GENERATE=''
  1468. INTROSPECTION_GIRDIR=''
  1469. INTROSPECTION_LIBS=''
  1470. INTROSPECTION_MAKEFILE=''
  1471. INTROSPECTION_SCANNER=''
  1472. INTROSPECTION_TYPELIBDIR=''
  1473. LCOV=''
  1474. LD='x86_64-pc-linux-gnu-ld -m elf_i386'
  1475. LDFLAGS='-Wl,-O1 -Wl,--as-needed -Bsymbolic-functions'
  1476. LIBOBJS=''
  1477. LIBS=''
  1478. LIBTOOL='$(SHELL) $(top_builddir)/libtool'
  1479. LIPO=''
  1480. LN_S='ln -s'
  1481. LTLIBOBJS=''
  1482. LT_SYS_LIBRARY_PATH=''
  1483. MAKEINFO='${SHELL} /var/tmp/portage/media-libs/harfbuzz-2.2.0/work/harfbuzz-2.2.0/missing makeinfo'
  1484. MANIFEST_TOOL=':'
  1485. MKDIR_P='/bin/mkdir -p'
  1486. NM='/usr/bin/i686-pc-linux-gnu-nm -B'
  1487. NMEDIT=''
  1488. OBJDUMP='i686-pc-linux-gnu-objdump'
  1489. OBJEXT='o'
  1490. OS_WIN32_FALSE=''
  1491. OS_WIN32_TRUE='#'
  1492. OTOOL64=''
  1493. OTOOL=''
  1494. PACKAGE='harfbuzz'
  1495. PACKAGE_BUGREPORT='https://github.com/harfbuzz/harfbuzz/issues/new'
  1496. PACKAGE_NAME='HarfBuzz'
  1497. PACKAGE_STRING='HarfBuzz 2.2.0'
  1498. PACKAGE_TARNAME='harfbuzz'
  1499. PACKAGE_URL='http://harfbuzz.org/'
  1500. PACKAGE_VERSION='2.2.0'
  1501. PATH_SEPARATOR=':'
  1502. PKG_CONFIG='/usr/bin/i686-pc-linux-gnu-pkg-config'
  1503. PKG_CONFIG_LIBDIR='/usr/lib32/pkgconfig'
  1504. PKG_CONFIG_PATH='/usr/share/pkgconfig'
  1505. PTHREAD_CC='x86_64-pc-linux-gnu-gcc -m32'
  1506. PTHREAD_CFLAGS='-pthread'
  1507. PTHREAD_LIBS=''
  1508. RAGEL='${SHELL} /var/tmp/portage/media-libs/harfbuzz-2.2.0/work/harfbuzz-2.2.0/missing ragel'
  1509. RANLIB='i686-pc-linux-gnu-ranlib'
  1510. SED='/bin/sed'
  1511. SET_MAKE=''
  1512. SHELL='/bin/sh'
  1513. STRIP='i686-pc-linux-gnu-strip'
  1514. UNISCRIBE_CFLAGS=''
  1515. UNISCRIBE_LIBS=''
  1516. VERSION='2.2.0'
  1517. WITH_LIBSTDCXX_FALSE=''
  1518. WITH_LIBSTDCXX_TRUE='#'
  1519. ac_ct_AR=''
  1520. ac_ct_CC=''
  1521. ac_ct_CXX=''
  1522. ac_ct_DUMPBIN=''
  1523. am__EXEEXT_FALSE=''
  1524. am__EXEEXT_TRUE=''
  1525. am__fastdepCC_FALSE=''
  1526. am__fastdepCC_TRUE='#'
  1527. am__fastdepCXX_FALSE=''
  1528. am__fastdepCXX_TRUE='#'
  1529. am__include='include'
  1530. am__isrc=' -I$(srcdir)'
  1531. am__leading_dot='.'
  1532. am__nodep=''
  1533. am__quote=''
  1534. am__tar='tar --format=ustar -chf - "$$tardir"'
  1535. am__untar='tar -xf -'
  1536. ax_pthread_config=''
  1537. bindir='${exec_prefix}/bin'
  1538. build='i686-pc-linux-gnu'
  1539. build_alias='i686-pc-linux-gnu'
  1540. build_cpu='i686'
  1541. build_os='linux-gnu'
  1542. build_vendor='pc'
  1543. check-code-coverage:
  1544. code-coverage-capture-hook:
  1545. code-coverage-capture: code-coverage-capture-hook
  1546. code_coverage_quiet = $(code_coverage_quiet_$(V))
  1547. code_coverage_quiet_ = $(code_coverage_quiet_$(AM_DEFAULT_VERBOSITY))
  1548. code_coverage_quiet_0 = --quiet
  1549. code_coverage_sanitize = $(subst -,_,$(subst .,_,$(1)))
  1550. code_coverage_v_genhtml = $(code_coverage_v_genhtml_$(V))
  1551. code_coverage_v_genhtml_ = $(code_coverage_v_genhtml_$(AM_DEFAULT_VERBOSITY))
  1552. code_coverage_v_genhtml_0 = @echo " GEN " $(CODE_COVERAGE_OUTPUT_DIRECTORY);
  1553. code_coverage_v_lcov_cap = $(code_coverage_v_lcov_cap_$(V))
  1554. code_coverage_v_lcov_cap_ = $(code_coverage_v_lcov_cap_$(AM_DEFAULT_VERBOSITY))
  1555. code_coverage_v_lcov_cap_0 = @echo " LCOV --capture"\
  1556. code_coverage_v_lcov_ign = $(code_coverage_v_lcov_ign_$(V))
  1557. code_coverage_v_lcov_ign_ = $(code_coverage_v_lcov_ign_$(AM_DEFAULT_VERBOSITY))
  1558. code_coverage_v_lcov_ign_0 = @echo " LCOV --remove /tmp/*"\
  1559. datadir='/usr/share'
  1560. datarootdir='${prefix}/share'
  1561. docdir='/usr/share/doc/harfbuzz-2.2.0'
  1562. dvidir='${docdir}'
  1563. exec_prefix='NONE'
  1564. have_gobject=''
  1565. host='i686-pc-linux-gnu'
  1566. host_alias='i686-pc-linux-gnu'
  1567. host_cpu='i686'
  1568. host_os='linux-gnu'
  1569. host_vendor='pc'
  1570. htmldir='/usr/share/doc/harfbuzz-2.2.0/html'
  1571. includedir='${prefix}/include'
  1572. infodir='/usr/share/info'
  1573. install_sh='${SHELL} /var/tmp/portage/media-libs/harfbuzz-2.2.0/work/harfbuzz-2.2.0/install-sh'
  1574. libdir='/usr/lib32'
  1575. libexecdir='${exec_prefix}/libexec'
  1576. localedir='${datarootdir}/locale'
  1577. localstatedir='/var/lib'
  1578. mandir='/usr/share/man'
  1579. mkdir_p='$(MKDIR_P)'
  1580. oldincludedir='/usr/include'
  1581. pdfdir='${docdir}'
  1582. prefix='/usr'
  1583. program_transform_name='s,x,x,'
  1584. psdir='${docdir}'
  1585. runstatedir='${localstatedir}/run'
  1586. sbindir='${exec_prefix}/sbin'
  1587. sharedstatedir='${prefix}/com'
  1588. sysconfdir='/etc'
  1589. target_alias=''
  1590. ## ----------- ##
  1591. ## confdefs.h. ##
  1592. ## ----------- ##
  1593. /* confdefs.h */
  1594. #define PACKAGE_NAME "HarfBuzz"
  1595. #define PACKAGE_TARNAME "harfbuzz"
  1596. #define PACKAGE_VERSION "2.2.0"
  1597. #define PACKAGE_STRING "HarfBuzz 2.2.0"
  1598. #define PACKAGE_BUGREPORT "https://github.com/harfbuzz/harfbuzz/issues/new"
  1599. #define PACKAGE_URL "http://harfbuzz.org/"
  1600. #define STDC_HEADERS 1
  1601. #define HAVE_SYS_TYPES_H 1
  1602. #define HAVE_SYS_STAT_H 1
  1603. #define HAVE_STDLIB_H 1
  1604. #define HAVE_STRING_H 1
  1605. #define HAVE_MEMORY_H 1
  1606. #define HAVE_STRINGS_H 1
  1607. #define HAVE_INTTYPES_H 1
  1608. #define HAVE_STDINT_H 1
  1609. #define HAVE_UNISTD_H 1
  1610. #define __EXTENSIONS__ 1
  1611. #define _ALL_SOURCE 1
  1612. #define _GNU_SOURCE 1
  1613. #define _POSIX_PTHREAD_SEMANTICS 1
  1614. #define _TANDEM_SOURCE 1
  1615. #define HAVE_DLFCN_H 1
  1616. #define LT_OBJDIR ".libs/"
  1617. #define _FILE_OFFSET_BITS 64
  1618. #define HAVE_ATEXIT 1
  1619. #define HAVE_MPROTECT 1
  1620. #define HAVE_SYSCONF 1
  1621. #define HAVE_GETPAGESIZE 1
  1622. #define HAVE_MMAP 1
  1623. #define HAVE_ISATTY 1
  1624. #define HAVE_NEWLOCALE 1
  1625. #define HAVE_STRTOD_L 1
  1626. #define HAVE_POSIX_MEMALIGN 1
  1627. #define HAVE_ROUND 1
  1628. #define HAVE_UNISTD_H 1
  1629. #define HAVE_SYS_MMAN_H 1
  1630. #define HAVE_STDBOOL_H 1
  1631. #define ALIGNOF_STRUCT_CHAR__ 1
  1632. #define HAVE_PTHREAD_PRIO_INHERIT 1
  1633. #define HAVE_PTHREAD 1
  1634. #define HAVE_FALLBACK 1
  1635. configure: exit 1
  1636.