Guest User

64_config.log

a guest
Oct 6th, 2021
870
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 147.96 KB | None | 0 0
  1. This file contains any messages produced by compilers while
  2. running configure, to aid debugging if configure makes a mistake.
  3.  
  4. It was created by cairo configure 1.16.0, which was
  5. generated by GNU Autoconf 2.71. Invocation command line was
  6.  
  7. $ /var/tmp/portage/x11-libs/cairo-1.16.0-r4/work/cairo-1.16.0/configure --prefix=/usr --build=x86_64-pc-linux-gnu --host=x86_64-pc-linux-gnu --mandir=/usr/share/man --infodir=/usr/share/info --datadir=/usr/share --sysconfdir=/etc --localstatedir=/var/lib --disable-dependency-tracking --disable-silent-rules --docdir=/usr/share/doc/cairo-1.16.0-r4 --htmldir=/usr/share/doc/cairo-1.16.0-r4/html --with-sysroot=/ --libdir=/usr/lib64 --with-x --enable-tee --enable-xlib --enable-xlib-xrender --enable-xcb --enable-xcb-shm --disable-quartz --disable-quartz-image --disable-test-surfaces --disable-glesv2 --enable-gobject --disable-gl --disable-static --enable-svg --disable-trace --disable-valgrind --enable-ft --enable-interpreter --enable-pdf --enable-png --enable-ps --enable-script --disable-drm --disable-directfb --disable-gallium --disable-qt --disable-vg --disable-xlib-xcb
  8.  
  9. ## --------- ##
  10. ## Platform. ##
  11. ## --------- ##
  12.  
  13. hostname = localhost
  14. uname -m = x86_64
  15. uname -r = 5.9.9-gentoo
  16. uname -s = Linux
  17. uname -v = #2 SMP Tue Nov 24 09:13:19 PST 2020
  18.  
  19. /usr/bin/uname -p = Intel(R) Core(TM) i7-3520M CPU @ 2.90GHz
  20. /bin/uname -X = unknown
  21.  
  22. /bin/arch = unknown
  23. /usr/bin/arch -k = unknown
  24. /usr/convex/getsysinfo = unknown
  25. /usr/bin/hostinfo = unknown
  26. /bin/machine = unknown
  27. /usr/bin/oslevel = unknown
  28. /bin/universe = unknown
  29.  
  30. PATH: /usr/lib/portage/python3.9/ebuild-helpers/xattr/
  31. PATH: /usr/lib/portage/python3.9/ebuild-helpers/
  32. PATH: /usr/local/sbin/
  33. PATH: /usr/local/bin/
  34. PATH: /usr/sbin/
  35. PATH: /usr/bin/
  36. PATH: /sbin/
  37. PATH: /bin/
  38. PATH: /opt/bin/
  39. PATH: /usr/lib/llvm/12/bin/
  40.  
  41.  
  42. ## ----------- ##
  43. ## Core tests. ##
  44. ## ----------- ##
  45.  
  46. configure:3010: loading site script /usr/share/config.site
  47. | #!/bin/sh
  48. | # Copyright 2009-2014 Gentoo Foundation
  49. | # Distributed under the terms of the GNU General Public License v2
  50. |
  51. | # provided by crossdev
  52. | SITEDIR="/usr/share/crossdev/include/site"
  53. |
  54. | # user override
  55. | ETC_SITEDIR="/etc/crossdev/include/site"
  56. |
  57. | config_site_arch() {
  58. | local host="${CHOST%%-*}"
  59. |
  60. | case ${host} in
  61. | arm*b*) host=armeb ;;
  62. | arm*) host=arm ;;
  63. | mips*l*) host=mipsel ;;
  64. | mips*) host=mips ;;
  65. | esac
  66. |
  67. | echo "${host}"
  68. | }
  69. |
  70. | config_site_names() {
  71. | local site_arch="$(config_site_arch)"
  72. | local sites=""
  73. | local x
  74. |
  75. | case ${CHOST} in
  76. | *-linux-*) sites="${sites} linux ${site_arch}-linux" ;;
  77. | *-darwin*) sites="${sites} darwin ${site_arch}-darwin" ;;
  78. | mingw*|*-mingw*) sites="${sites} mingw ${site_arch}-mingw" ;;
  79. | esac
  80. |
  81. | case ${CHOST} in
  82. | *-linux-uclibc*) sites="${sites} linux-uclibc ${site_arch}-linux-uclibc" ;;
  83. | *-linux-gnu*) sites="${sites} linux-gnu ${site_arch}-linux-gnu" ;;
  84. | *-linux-musl*) sites="${sites} linux-musl ${site_arch}-linux-musl" ;;
  85. | esac
  86. |
  87. | case ${CHOST} in
  88. | *-linux-uclibceabi*) sites="${sites} linux-uclibceabi ${site_arch}-linux-uclibceabi" ;;
  89. | *-linux-gnueabi*) sites="${sites} linux-gnueabi ${site_arch}-linux-gnueabi" ;;
  90. | esac
  91. |
  92. | for x in ${sites} ${CHOST}; do
  93. | [ -e "${SITEDIR}/${x}" ] && echo "${SITEDIR}/${x}"
  94. | [ -e "${ETC_SITEDIR}/${x}" ] && echo "${ETC_SITEDIR}/${x}"
  95. | done
  96. | }
  97. |
  98. | # Only kick in for cross-compiles so we don't break native builds #427184
  99. | if [ "${CBUILD:-${CHOST}}" != "${CHOST}" ] ; then
  100. | sites="$(config_site_names)"
  101. | if [ -n "${sites}" ] ; then
  102. | for site in ${sites}; do
  103. | echo "${0##*/}: loading site script ${site}"
  104. | . "${site}"
  105. | done
  106. | fi
  107. | unset site sites
  108. | fi
  109. configure:3587: looking for aux files: config.guess config.sub ltmain.sh ar-lib missing install-sh compile
  110. configure:3600: trying /var/tmp/portage/x11-libs/cairo-1.16.0-r4/work/cairo-1.16.0/build/
  111. configure:3629: /var/tmp/portage/x11-libs/cairo-1.16.0-r4/work/cairo-1.16.0/build/config.guess found
  112. configure:3629: /var/tmp/portage/x11-libs/cairo-1.16.0-r4/work/cairo-1.16.0/build/config.sub found
  113. configure:3629: /var/tmp/portage/x11-libs/cairo-1.16.0-r4/work/cairo-1.16.0/build/ltmain.sh found
  114. configure:3629: /var/tmp/portage/x11-libs/cairo-1.16.0-r4/work/cairo-1.16.0/build/ar-lib found
  115. configure:3629: /var/tmp/portage/x11-libs/cairo-1.16.0-r4/work/cairo-1.16.0/build/missing found
  116. configure:3611: /var/tmp/portage/x11-libs/cairo-1.16.0-r4/work/cairo-1.16.0/build/install-sh found
  117. configure:3629: /var/tmp/portage/x11-libs/cairo-1.16.0-r4/work/cairo-1.16.0/build/compile found
  118. configure:3764: checking for x86_64-pc-linux-gnu-gcc
  119. configure:3785: found /usr/bin/x86_64-pc-linux-gnu-gcc
  120. configure:3796: result: x86_64-pc-linux-gnu-gcc
  121. configure:4194: checking for C compiler version
  122. configure:4203: x86_64-pc-linux-gnu-gcc --version >&5
  123. x86_64-pc-linux-gnu-gcc (Gentoo 11.2.0 p1) 11.2.0
  124. Copyright (C) 2021 Free Software Foundation, Inc.
  125. This is free software; see the source for copying conditions. There is NO
  126. warranty; not even for MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE.
  127.  
  128. configure:4214: $? = 0
  129. configure:4203: x86_64-pc-linux-gnu-gcc -v >&5
  130. Using built-in specs.
  131. COLLECT_GCC=x86_64-pc-linux-gnu-gcc
  132. COLLECT_LTO_WRAPPER=/usr/libexec/gcc/x86_64-pc-linux-gnu/11.2.0/lto-wrapper
  133. Target: x86_64-pc-linux-gnu
  134. Configured with: /var/tmp/portage/sys-devel/gcc-11.2.0/work/gcc-11.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/11.2.0 --includedir=/usr/lib/gcc/x86_64-pc-linux-gnu/11.2.0/include --datadir=/usr/share/gcc-data/x86_64-pc-linux-gnu/11.2.0 --mandir=/usr/share/gcc-data/x86_64-pc-linux-gnu/11.2.0/man --infodir=/usr/share/gcc-data/x86_64-pc-linux-gnu/11.2.0/info --with-gxx-include-dir=/usr/lib/gcc/x86_64-pc-linux-gnu/11.2.0/include/g++-v11 --with-python-dir=/share/gcc-data/x86_64-pc-linux-gnu/11.2.0/python --enable-languages=c,c++,fortran --enable-obsolete --enable-secureplt --disable-werror --with-system-zlib --enable-nls --without-included-gettext --disable-libunwind-exceptions --enable-checking=release --with-bugurl=https://bugs.gentoo.org/ --with-pkgversion='Gentoo 11.2.0 p1' --disable-esp --enable-libstdcxx-time --enable-shared --enable-threads=posix --enable-__cxa_atexit --enable-clocale=gnu --enable-multilib --with-multilib-list=m32,m64 --disable-fixed-point --enable-targets=all --enable-libgomp --disable-libssp --disable-libada --disable-systemtap --disable-valgrind-annotations --disable-vtable-verify --disable-libvtv --without-zstd --enable-lto --without-isl --enable-default-pie --enable-default-ssp
  135. Thread model: posix
  136. Supported LTO compression algorithms: zlib
  137. gcc version 11.2.0 (Gentoo 11.2.0 p1)
  138. configure:4214: $? = 0
  139. configure:4203: x86_64-pc-linux-gnu-gcc -V >&5
  140. x86_64-pc-linux-gnu-gcc: error: unrecognized command-line option '-V'
  141. x86_64-pc-linux-gnu-gcc: fatal error: no input files
  142. compilation terminated.
  143. configure:4214: $? = 1
  144. configure:4203: x86_64-pc-linux-gnu-gcc -qversion >&5
  145. x86_64-pc-linux-gnu-gcc: error: unrecognized command-line option '-qversion'; did you mean '--version'?
  146. x86_64-pc-linux-gnu-gcc: fatal error: no input files
  147. compilation terminated.
  148. configure:4214: $? = 1
  149. configure:4203: x86_64-pc-linux-gnu-gcc -version >&5
  150. x86_64-pc-linux-gnu-gcc: error: unrecognized command-line option '-version'
  151. x86_64-pc-linux-gnu-gcc: fatal error: no input files
  152. compilation terminated.
  153. configure:4214: $? = 1
  154. configure:4234: checking whether the C compiler works
  155. configure:4256: x86_64-pc-linux-gnu-gcc -march=native -pipe -O2 -Wl,-O1 -Wl,--as-needed conftest.c >&5
  156. configure:4260: $? = 0
  157. configure:4310: result: yes
  158. configure:4313: checking for C compiler default output file name
  159. configure:4315: result: a.out
  160. configure:4321: checking for suffix of executables
  161. configure:4328: x86_64-pc-linux-gnu-gcc -o conftest -march=native -pipe -O2 -Wl,-O1 -Wl,--as-needed conftest.c >&5
  162. configure:4332: $? = 0
  163. configure:4355: result:
  164. configure:4377: checking whether we are cross compiling
  165. configure:4385: x86_64-pc-linux-gnu-gcc -o conftest -march=native -pipe -O2 -Wl,-O1 -Wl,--as-needed conftest.c >&5
  166. configure:4389: $? = 0
  167. configure:4396: ./conftest
  168. configure:4400: $? = 0
  169. configure:4415: result: no
  170. configure:4420: checking for suffix of object files
  171. configure:4443: x86_64-pc-linux-gnu-gcc -c -march=native -pipe -O2 conftest.c >&5
  172. configure:4447: $? = 0
  173. configure:4469: result: o
  174. configure:4473: checking whether the compiler supports GNU C
  175. configure:4493: x86_64-pc-linux-gnu-gcc -c -march=native -pipe -O2 conftest.c >&5
  176. configure:4493: $? = 0
  177. configure:4503: result: yes
  178. configure:4514: checking whether x86_64-pc-linux-gnu-gcc accepts -g
  179. configure:4535: x86_64-pc-linux-gnu-gcc -c -g conftest.c >&5
  180. configure:4535: $? = 0
  181. configure:4579: result: yes
  182. configure:4599: checking for x86_64-pc-linux-gnu-gcc option to enable C11 features
  183. configure:4614: x86_64-pc-linux-gnu-gcc -c -march=native -pipe -O2 conftest.c >&5
  184. configure:4614: $? = 0
  185. configure:4632: result: none needed
  186. configure:4748: checking whether x86_64-pc-linux-gnu-gcc understands -c and -o together
  187. configure:4771: x86_64-pc-linux-gnu-gcc -c conftest.c -o conftest2.o
  188. configure:4774: $? = 0
  189. configure:4771: x86_64-pc-linux-gnu-gcc -c conftest.c -o conftest2.o
  190. configure:4774: $? = 0
  191. configure:4786: result: yes
  192. configure:4808: checking for stdio.h
  193. configure:4808: x86_64-pc-linux-gnu-gcc -c -march=native -pipe -O2 conftest.c >&5
  194. configure:4808: $? = 0
  195. configure:4808: result: yes
  196. configure:4808: checking for stdlib.h
  197. configure:4808: x86_64-pc-linux-gnu-gcc -c -march=native -pipe -O2 conftest.c >&5
  198. configure:4808: $? = 0
  199. configure:4808: result: yes
  200. configure:4808: checking for string.h
  201. configure:4808: x86_64-pc-linux-gnu-gcc -c -march=native -pipe -O2 conftest.c >&5
  202. configure:4808: $? = 0
  203. configure:4808: result: yes
  204. configure:4808: checking for inttypes.h
  205. configure:4808: x86_64-pc-linux-gnu-gcc -c -march=native -pipe -O2 conftest.c >&5
  206. configure:4808: $? = 0
  207. configure:4808: result: yes
  208. configure:4808: checking for stdint.h
  209. configure:4808: x86_64-pc-linux-gnu-gcc -c -march=native -pipe -O2 conftest.c >&5
  210. configure:4808: $? = 0
  211. configure:4808: result: yes
  212. configure:4808: checking for strings.h
  213. configure:4808: x86_64-pc-linux-gnu-gcc -c -march=native -pipe -O2 conftest.c >&5
  214. configure:4808: $? = 0
  215. configure:4808: result: yes
  216. configure:4808: checking for sys/stat.h
  217. configure:4808: x86_64-pc-linux-gnu-gcc -c -march=native -pipe -O2 conftest.c >&5
  218. configure:4808: $? = 0
  219. configure:4808: result: yes
  220. configure:4808: checking for sys/types.h
  221. configure:4808: x86_64-pc-linux-gnu-gcc -c -march=native -pipe -O2 conftest.c >&5
  222. configure:4808: $? = 0
  223. configure:4808: result: yes
  224. configure:4808: checking for unistd.h
  225. configure:4808: x86_64-pc-linux-gnu-gcc -c -march=native -pipe -O2 conftest.c >&5
  226. configure:4808: $? = 0
  227. configure:4808: result: yes
  228. configure:4808: checking for wchar.h
  229. configure:4808: x86_64-pc-linux-gnu-gcc -c -march=native -pipe -O2 conftest.c >&5
  230. configure:4808: $? = 0
  231. configure:4808: result: yes
  232. configure:4808: checking for minix/config.h
  233. configure:4808: x86_64-pc-linux-gnu-gcc -c -march=native -pipe -O2 conftest.c >&5
  234. conftest.c:47:10: fatal error: minix/config.h: No such file or directory
  235. 47 | #include <minix/config.h>
  236. | ^~~~~~~~~~~~~~~~
  237. compilation terminated.
  238. configure:4808: $? = 1
  239. configure: failed program was:
  240. | /* confdefs.h */
  241. | #define PACKAGE_NAME "cairo"
  242. | #define PACKAGE_TARNAME "cairo"
  243. | #define PACKAGE_VERSION "1.16.0"
  244. | #define PACKAGE_STRING "cairo 1.16.0"
  245. | #define PACKAGE_BUGREPORT "https://bugs.freedesktop.org/enter_bug.cgi?product=cairo"
  246. | #define PACKAGE_URL "https://cairographics.org/"
  247. | #define HAVE_STDIO_H 1
  248. | #define HAVE_STDLIB_H 1
  249. | #define HAVE_STRING_H 1
  250. | #define HAVE_INTTYPES_H 1
  251. | #define HAVE_STDINT_H 1
  252. | #define HAVE_STRINGS_H 1
  253. | #define HAVE_SYS_STAT_H 1
  254. | #define HAVE_SYS_TYPES_H 1
  255. | #define HAVE_UNISTD_H 1
  256. | #define HAVE_WCHAR_H 1
  257. | /* end confdefs.h. */
  258. | #include <stddef.h>
  259. | #ifdef HAVE_STDIO_H
  260. | # include <stdio.h>
  261. | #endif
  262. | #ifdef HAVE_STDLIB_H
  263. | # include <stdlib.h>
  264. | #endif
  265. | #ifdef HAVE_STRING_H
  266. | # include <string.h>
  267. | #endif
  268. | #ifdef HAVE_INTTYPES_H
  269. | # include <inttypes.h>
  270. | #endif
  271. | #ifdef HAVE_STDINT_H
  272. | # include <stdint.h>
  273. | #endif
  274. | #ifdef HAVE_STRINGS_H
  275. | # include <strings.h>
  276. | #endif
  277. | #ifdef HAVE_SYS_TYPES_H
  278. | # include <sys/types.h>
  279. | #endif
  280. | #ifdef HAVE_SYS_STAT_H
  281. | # include <sys/stat.h>
  282. | #endif
  283. | #ifdef HAVE_UNISTD_H
  284. | # include <unistd.h>
  285. | #endif
  286. | #include <minix/config.h>
  287. configure:4808: result: no
  288. configure:4839: checking whether it is safe to define __EXTENSIONS__
  289. configure:4858: x86_64-pc-linux-gnu-gcc -c -march=native -pipe -O2 conftest.c >&5
  290. configure:4858: $? = 0
  291. configure:4866: result: yes
  292. configure:4869: checking whether _XOPEN_SOURCE should be defined
  293. configure:4891: x86_64-pc-linux-gnu-gcc -c -march=native -pipe -O2 conftest.c >&5
  294. configure:4891: $? = 0
  295. configure:4918: result: no
  296. configure:4978: checking for unistd.h
  297. configure:4978: result: yes
  298. configure:4984: checking for sys/ioctl.h
  299. configure:4984: x86_64-pc-linux-gnu-gcc -c -march=native -pipe -O2 conftest.c >&5
  300. configure:4984: $? = 0
  301. configure:4984: result: yes
  302. configure:4992: checking for typeof syntax and keyword spelling
  303. configure:5024: x86_64-pc-linux-gnu-gcc -c -march=native -pipe -O2 conftest.c >&5
  304. configure:5024: $? = 0
  305. configure:5032: result: typeof
  306. configure:5063: checking for a BSD-compatible install
  307. configure:5136: result: /usr/lib/portage/python3.9/ebuild-helpers/xattr/install -c
  308. configure:5147: checking whether build environment is sane
  309. configure:5202: result: yes
  310. configure:5357: checking for a race-free mkdir -p
  311. configure:5401: result: /bin/mkdir -p
  312. configure:5408: checking for gawk
  313. configure:5429: found /usr/bin/gawk
  314. configure:5440: result: gawk
  315. configure:5451: checking whether make sets $(MAKE)
  316. configure:5474: result: yes
  317. configure:5496: checking whether make supports the include directive
  318. configure:5511: make -f confmf.GNU && cat confinc.out
  319. this is the am__doit target
  320. configure:5514: $? = 0
  321. configure:5533: result: yes (GNU style)
  322. configure:5568: checking whether make supports nested variables
  323. configure:5586: result: yes
  324. configure:5662: checking dependency style of x86_64-pc-linux-gnu-gcc
  325. configure:5774: result: none
  326. configure:5858: checking whether make supports nested variables
  327. configure:5876: result: yes
  328. configure:5893: checking for x86_64-pc-linux-gnu-ar
  329. configure:5914: found /usr/bin/x86_64-pc-linux-gnu-ar
  330. configure:5925: result: x86_64-pc-linux-gnu-ar
  331. configure:6000: checking the archiver (x86_64-pc-linux-gnu-ar) interface
  332. configure:6017: x86_64-pc-linux-gnu-gcc -c -march=native -pipe -O2 conftest.c >&5
  333. configure:6017: $? = 0
  334. configure:6020: x86_64-pc-linux-gnu-ar cru libconftest.a conftest.o >&5
  335. configure:6023: $? = 0
  336. configure:6051: result: ar
  337. configure:6105: checking build system type
  338. configure:6120: result: x86_64-pc-linux-gnu
  339. configure:6140: checking host system type
  340. configure:6154: result: x86_64-pc-linux-gnu
  341. configure:6195: checking how to print strings
  342. configure:6222: result: printf
  343. configure:6243: checking for a sed that does not truncate output
  344. configure:6313: result: /bin/sed
  345. configure:6331: checking for grep that handles long lines and -e
  346. configure:6395: result: /bin/grep
  347. configure:6400: checking for egrep
  348. configure:6468: result: /bin/grep -E
  349. configure:6473: checking for fgrep
  350. configure:6541: result: /bin/grep -F
  351. configure:6577: checking for ld used by x86_64-pc-linux-gnu-gcc
  352. configure:6645: result: /usr/x86_64-pc-linux-gnu/bin/ld
  353. configure:6652: checking if the linker (/usr/x86_64-pc-linux-gnu/bin/ld) is GNU ld
  354. configure:6668: result: yes
  355. configure:6680: checking for BSD- or MS-compatible name lister (nm)
  356. configure:6735: result: /usr/bin/x86_64-pc-linux-gnu-nm -B
  357. configure:6875: checking the name lister (/usr/bin/x86_64-pc-linux-gnu-nm -B) interface
  358. configure:6883: x86_64-pc-linux-gnu-gcc -c -march=native -pipe -O2 conftest.c >&5
  359. configure:6886: /usr/bin/x86_64-pc-linux-gnu-nm -B "conftest.o"
  360. configure:6889: output
  361. 0000000000000000 B some_variable
  362. configure:6896: result: BSD nm
  363. configure:6899: checking whether ln -s works
  364. configure:6903: result: yes
  365. configure:6911: checking the maximum length of command line arguments
  366. configure:7048: result: 1572864
  367. configure:7096: checking how to convert x86_64-pc-linux-gnu file names to x86_64-pc-linux-gnu format
  368. configure:7137: result: func_convert_file_noop
  369. configure:7144: checking how to convert x86_64-pc-linux-gnu file names to toolchain format
  370. configure:7165: result: func_convert_file_noop
  371. configure:7172: checking for /usr/x86_64-pc-linux-gnu/bin/ld option to reload object files
  372. configure:7180: result: -r
  373. configure:7214: checking for x86_64-pc-linux-gnu-objdump
  374. configure:7235: found /usr/bin/x86_64-pc-linux-gnu-objdump
  375. configure:7246: result: x86_64-pc-linux-gnu-objdump
  376. configure:7320: checking how to recognize dependent libraries
  377. configure:7521: result: pass_all
  378. configure:7566: checking for x86_64-pc-linux-gnu-dlltool
  379. configure:7601: result: no
  380. configure:7611: checking for dlltool
  381. configure:7646: result: no
  382. configure:7673: checking how to associate runtime and link libraries
  383. configure:7701: result: printf %s\n
  384. configure:7717: checking for x86_64-pc-linux-gnu-ar
  385. configure:7749: result: x86_64-pc-linux-gnu-ar
  386. configure:7835: checking for archiver @FILE support
  387. configure:7853: x86_64-pc-linux-gnu-gcc -c -march=native -pipe -O2 conftest.c >&5
  388. configure:7853: $? = 0
  389. configure:7857: x86_64-pc-linux-gnu-ar cru libconftest.a @conftest.lst >&5
  390. configure:7860: $? = 0
  391. configure:7865: x86_64-pc-linux-gnu-ar cru libconftest.a @conftest.lst >&5
  392. x86_64-pc-linux-gnu-ar: conftest.o: No such file or directory
  393. configure:7868: $? = 1
  394. configure:7880: result: @
  395. configure:7898: checking for x86_64-pc-linux-gnu-strip
  396. configure:7919: found /usr/bin/x86_64-pc-linux-gnu-strip
  397. configure:7930: result: x86_64-pc-linux-gnu-strip
  398. configure:8007: checking for x86_64-pc-linux-gnu-ranlib
  399. configure:8028: found /usr/bin/x86_64-pc-linux-gnu-ranlib
  400. configure:8039: result: x86_64-pc-linux-gnu-ranlib
  401. configure:8186: checking command to parse /usr/bin/x86_64-pc-linux-gnu-nm -B output from x86_64-pc-linux-gnu-gcc object
  402. configure:8340: x86_64-pc-linux-gnu-gcc -c -march=native -pipe -O2 conftest.c >&5
  403. configure:8343: $? = 0
  404. configure:8347: /usr/bin/x86_64-pc-linux-gnu-nm -B conftest.o \| sed -n -e 's/^.*[ ]\([ABCDGIRSTW][ABCDGIRSTW]*\)[ ][ ]*\([_A-Za-z][_A-Za-z0-9]*\)$/\1 \2 \2/p' | sed '/ __gnu_lto/d' \> conftest.nm
  405. configure:8350: $? = 0
  406. configure:8416: x86_64-pc-linux-gnu-gcc -o conftest -march=native -pipe -O2 -Wl,-O1 -Wl,--as-needed conftest.c conftstm.o >&5
  407. configure:8419: $? = 0
  408. configure:8457: result: ok
  409. configure:8504: checking for sysroot
  410. configure:8535: result: /
  411. configure:8542: checking for a working dd
  412. configure:8586: result: /bin/dd
  413. configure:8590: checking how to truncate binary pipes
  414. configure:8606: result: /bin/dd bs=4096 count=1
  415. configure:8743: x86_64-pc-linux-gnu-gcc -c -march=native -pipe -O2 conftest.c >&5
  416. configure:8746: $? = 0
  417. configure:8898: checking for x86_64-pc-linux-gnu-mt
  418. configure:8933: result: no
  419. configure:8943: checking for mt
  420. configure:8978: result: no
  421. configure:8998: checking if : is a manifest tool
  422. configure:9005: : '-?'
  423. configure:9013: result: no
  424. configure:9739: checking for dlfcn.h
  425. configure:9739: x86_64-pc-linux-gnu-gcc -c -march=native -pipe -O2 conftest.c >&5
  426. configure:9739: $? = 0
  427. configure:9739: result: yes
  428. configure:10326: checking for objdir
  429. configure:10342: result: .libs
  430. configure:10606: checking if x86_64-pc-linux-gnu-gcc supports -fno-rtti -fno-exceptions
  431. configure:10625: x86_64-pc-linux-gnu-gcc -c -march=native -pipe -O2 -fno-rtti -fno-exceptions conftest.c >&5
  432. cc1: warning: command-line option '-fno-rtti' is valid for C++/D/ObjC++ but not for C
  433. configure:10629: $? = 0
  434. configure:10642: result: no
  435. configure:11000: checking for x86_64-pc-linux-gnu-gcc option to produce PIC
  436. configure:11008: result: -fPIC -DPIC
  437. configure:11016: checking if x86_64-pc-linux-gnu-gcc PIC flag -fPIC -DPIC works
  438. configure:11035: x86_64-pc-linux-gnu-gcc -c -march=native -pipe -O2 -fPIC -DPIC -DPIC conftest.c >&5
  439. configure:11039: $? = 0
  440. configure:11052: result: yes
  441. configure:11081: checking if x86_64-pc-linux-gnu-gcc static flag -static works
  442. configure:11110: result: yes
  443. configure:11125: checking if x86_64-pc-linux-gnu-gcc supports -c -o file.o
  444. configure:11147: x86_64-pc-linux-gnu-gcc -c -march=native -pipe -O2 -o out/conftest2.o conftest.c >&5
  445. configure:11151: $? = 0
  446. configure:11173: result: yes
  447. configure:11181: checking if x86_64-pc-linux-gnu-gcc supports -c -o file.o
  448. configure:11229: result: yes
  449. configure:11262: checking whether the x86_64-pc-linux-gnu-gcc linker (/usr/x86_64-pc-linux-gnu/bin/ld -m elf_x86_64) supports shared libraries
  450. configure:12528: result: yes
  451. configure:12565: checking whether -lc should be explicitly linked in
  452. configure:12574: x86_64-pc-linux-gnu-gcc -c -march=native -pipe -O2 conftest.c >&5
  453. configure:12577: $? = 0
  454. configure:12592: x86_64-pc-linux-gnu-gcc -shared -fPIC -DPIC conftest.o -v -Wl,-soname -Wl,conftest -o conftest 2\>\&1 \| /bin/grep -lc \>/dev/null 2\>\&1
  455. configure:12595: $? = 0
  456. configure:12609: result: no
  457. configure:12769: checking dynamic linker characteristics
  458. configure:13364: x86_64-pc-linux-gnu-gcc -o conftest -march=native -pipe -O2 -Wl,-O1 -Wl,--as-needed -Wl,-rpath -Wl,/foo conftest.c >&5
  459. configure:13364: $? = 0
  460. configure:13603: result: GNU/Linux ld.so
  461. configure:13725: checking how to hardcode library paths into programs
  462. configure:13750: result: immediate
  463. configure:14302: checking whether stripping libraries is possible
  464. configure:14307: result: yes
  465. configure:14342: checking if libtool supports shared libraries
  466. configure:14344: result: yes
  467. configure:14347: checking whether to build shared libraries
  468. configure:14372: result: yes
  469. configure:14375: checking whether to build static libraries
  470. configure:14379: result: no
  471. configure:14424: checking for x86_64-pc-linux-gnu-pkg-config
  472. configure:14447: found /usr/bin/x86_64-pc-linux-gnu-pkg-config
  473. configure:14459: result: /usr/bin/x86_64-pc-linux-gnu-pkg-config
  474. configure:14532: checking pkg-config is at least version 0.9.0
  475. configure:14535: result: yes
  476. configure:14548: checking for gtk-doc
  477. configure:14551: $PKG_CONFIG --exists --print-errors "$gtk_doc_requires"
  478. Package gtk-doc was not found in the pkg-config search path.
  479. Perhaps you should add the directory containing `gtk-doc.pc'
  480. to the PKG_CONFIG_PATH environment variable
  481. Package 'gtk-doc', required by 'virtual:world', not found
  482. configure:14554: $? = 1
  483. configure:14560: result: no
  484. configure:14564: WARNING:
  485. You will not be able to create source packages with 'make dist'
  486. because gtk-doc >= 1.15 is not found.
  487. configure:14574: checking for gtkdoc-check
  488. configure:14609: result: no
  489. configure:14616: checking for gtkdoc-check
  490. configure:14654: result: no
  491. configure:14663: checking for gtkdoc-rebase
  492. configure:14701: result: no
  493. configure:14712: checking for gtkdoc-mkpdf
  494. configure:14750: result: no
  495. configure:14777: checking whether to build gtk-doc documentation
  496. configure:14779: result: no
  497. configure:14792: checking for GTKDOC_DEPS
  498. configure:14799: $PKG_CONFIG --exists --print-errors "glib-2.0 >= 2.10.0 gobject-2.0 >= 2.10.0"
  499. configure:14802: $? = 0
  500. configure:14815: $PKG_CONFIG --exists --print-errors "glib-2.0 >= 2.10.0 gobject-2.0 >= 2.10.0"
  501. configure:14818: $? = 0
  502. configure:14853: result: yes
  503. configure:14943: checking for special C compiler options needed for large files
  504. configure:14991: result: no
  505. configure:14997: checking for _FILE_OFFSET_BITS value needed for large files
  506. configure:15023: x86_64-pc-linux-gnu-gcc -c -march=native -pipe -O2 conftest.c >&5
  507. configure:15023: $? = 0
  508. configure:15057: result: no
  509. configure:15167: checking for find
  510. configure:15190: found /usr/bin/find
  511. configure:15202: result: /usr/bin/find
  512. configure:15212: checking for xargs
  513. configure:15235: found /usr/bin/xargs
  514. configure:15247: result: /usr/bin/xargs
  515. configure:15264: checking for x86_64-pc-linux-gnu-gcc
  516. configure:15296: result: x86_64-pc-linux-gnu-gcc
  517. configure:15694: checking for C compiler version
  518. configure:15703: x86_64-pc-linux-gnu-gcc --version >&5
  519. x86_64-pc-linux-gnu-gcc (Gentoo 11.2.0 p1) 11.2.0
  520. Copyright (C) 2021 Free Software Foundation, Inc.
  521. This is free software; see the source for copying conditions. There is NO
  522. warranty; not even for MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE.
  523.  
  524. configure:15714: $? = 0
  525. configure:15703: x86_64-pc-linux-gnu-gcc -v >&5
  526. Using built-in specs.
  527. COLLECT_GCC=x86_64-pc-linux-gnu-gcc
  528. COLLECT_LTO_WRAPPER=/usr/libexec/gcc/x86_64-pc-linux-gnu/11.2.0/lto-wrapper
  529. Target: x86_64-pc-linux-gnu
  530. Configured with: /var/tmp/portage/sys-devel/gcc-11.2.0/work/gcc-11.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/11.2.0 --includedir=/usr/lib/gcc/x86_64-pc-linux-gnu/11.2.0/include --datadir=/usr/share/gcc-data/x86_64-pc-linux-gnu/11.2.0 --mandir=/usr/share/gcc-data/x86_64-pc-linux-gnu/11.2.0/man --infodir=/usr/share/gcc-data/x86_64-pc-linux-gnu/11.2.0/info --with-gxx-include-dir=/usr/lib/gcc/x86_64-pc-linux-gnu/11.2.0/include/g++-v11 --with-python-dir=/share/gcc-data/x86_64-pc-linux-gnu/11.2.0/python --enable-languages=c,c++,fortran --enable-obsolete --enable-secureplt --disable-werror --with-system-zlib --enable-nls --without-included-gettext --disable-libunwind-exceptions --enable-checking=release --with-bugurl=https://bugs.gentoo.org/ --with-pkgversion='Gentoo 11.2.0 p1' --disable-esp --enable-libstdcxx-time --enable-shared --enable-threads=posix --enable-__cxa_atexit --enable-clocale=gnu --enable-multilib --with-multilib-list=m32,m64 --disable-fixed-point --enable-targets=all --enable-libgomp --disable-libssp --disable-libada --disable-systemtap --disable-valgrind-annotations --disable-vtable-verify --disable-libvtv --without-zstd --enable-lto --without-isl --enable-default-pie --enable-default-ssp
  531. Thread model: posix
  532. Supported LTO compression algorithms: zlib
  533. gcc version 11.2.0 (Gentoo 11.2.0 p1)
  534. configure:15714: $? = 0
  535. configure:15703: x86_64-pc-linux-gnu-gcc -V >&5
  536. x86_64-pc-linux-gnu-gcc: error: unrecognized command-line option '-V'
  537. x86_64-pc-linux-gnu-gcc: fatal error: no input files
  538. compilation terminated.
  539. configure:15714: $? = 1
  540. configure:15703: x86_64-pc-linux-gnu-gcc -qversion >&5
  541. x86_64-pc-linux-gnu-gcc: error: unrecognized command-line option '-qversion'; did you mean '--version'?
  542. x86_64-pc-linux-gnu-gcc: fatal error: no input files
  543. compilation terminated.
  544. configure:15714: $? = 1
  545. configure:15703: x86_64-pc-linux-gnu-gcc -version >&5
  546. x86_64-pc-linux-gnu-gcc: error: unrecognized command-line option '-version'
  547. x86_64-pc-linux-gnu-gcc: fatal error: no input files
  548. compilation terminated.
  549. configure:15714: $? = 1
  550. configure:15718: checking whether the compiler supports GNU C
  551. configure:15748: result: yes
  552. configure:15759: checking whether x86_64-pc-linux-gnu-gcc accepts -g
  553. configure:15824: result: yes
  554. configure:15844: checking for x86_64-pc-linux-gnu-gcc option to enable C11 features
  555. configure:15877: result: none needed
  556. configure:15993: checking whether x86_64-pc-linux-gnu-gcc understands -c and -o together
  557. configure:16031: result: yes
  558. configure:16053: checking how to run the C preprocessor
  559. configure:16079: x86_64-pc-linux-gnu-gcc -E conftest.c
  560. configure:16079: $? = 0
  561. configure:16094: x86_64-pc-linux-gnu-gcc -E conftest.c
  562. conftest.c:41:10: fatal error: ac_nonexistent.h: No such file or directory
  563. 41 | #include <ac_nonexistent.h>
  564. | ^~~~~~~~~~~~~~~~~~
  565. compilation terminated.
  566. configure:16094: $? = 1
  567. configure: failed program was:
  568. | /* confdefs.h */
  569. | #define PACKAGE_NAME "cairo"
  570. | #define PACKAGE_TARNAME "cairo"
  571. | #define PACKAGE_VERSION "1.16.0"
  572. | #define PACKAGE_STRING "cairo 1.16.0"
  573. | #define PACKAGE_BUGREPORT "https://bugs.freedesktop.org/enter_bug.cgi?product=cairo"
  574. | #define PACKAGE_URL "https://cairographics.org/"
  575. | #define HAVE_STDIO_H 1
  576. | #define HAVE_STDLIB_H 1
  577. | #define HAVE_STRING_H 1
  578. | #define HAVE_INTTYPES_H 1
  579. | #define HAVE_STDINT_H 1
  580. | #define HAVE_STRINGS_H 1
  581. | #define HAVE_SYS_STAT_H 1
  582. | #define HAVE_SYS_TYPES_H 1
  583. | #define HAVE_UNISTD_H 1
  584. | #define HAVE_WCHAR_H 1
  585. | #define STDC_HEADERS 1
  586. | #define _ALL_SOURCE 1
  587. | #define _DARWIN_C_SOURCE 1
  588. | #define _GNU_SOURCE 1
  589. | #define _HPUX_ALT_XOPEN_SOCKET_API 1
  590. | #define _NETBSD_SOURCE 1
  591. | #define _OPENBSD_SOURCE 1
  592. | #define _POSIX_PTHREAD_SEMANTICS 1
  593. | #define __STDC_WANT_IEC_60559_ATTRIBS_EXT__ 1
  594. | #define __STDC_WANT_IEC_60559_BFP_EXT__ 1
  595. | #define __STDC_WANT_IEC_60559_DFP_EXT__ 1
  596. | #define __STDC_WANT_IEC_60559_FUNCS_EXT__ 1
  597. | #define __STDC_WANT_IEC_60559_TYPES_EXT__ 1
  598. | #define __STDC_WANT_LIB_EXT2__ 1
  599. | #define __STDC_WANT_MATH_SPEC_FUNCS__ 1
  600. | #define _TANDEM_SOURCE 1
  601. | #define __EXTENSIONS__ 1
  602. | #define HAVE_UNISTD_H 1
  603. | #define HAVE_SYS_IOCTL_H 1
  604. | #define HAVE_TYPEOF 1
  605. | #define HAVE_DLFCN_H 1
  606. | #define LT_OBJDIR ".libs/"
  607. | /* end confdefs.h. */
  608. | #include <ac_nonexistent.h>
  609. configure:16121: result: x86_64-pc-linux-gnu-gcc -E
  610. configure:16135: x86_64-pc-linux-gnu-gcc -E conftest.c
  611. configure:16135: $? = 0
  612. configure:16150: x86_64-pc-linux-gnu-gcc -E conftest.c
  613. conftest.c:41:10: fatal error: ac_nonexistent.h: No such file or directory
  614. 41 | #include <ac_nonexistent.h>
  615. | ^~~~~~~~~~~~~~~~~~
  616. compilation terminated.
  617. configure:16150: $? = 1
  618. configure: failed program was:
  619. | /* confdefs.h */
  620. | #define PACKAGE_NAME "cairo"
  621. | #define PACKAGE_TARNAME "cairo"
  622. | #define PACKAGE_VERSION "1.16.0"
  623. | #define PACKAGE_STRING "cairo 1.16.0"
  624. | #define PACKAGE_BUGREPORT "https://bugs.freedesktop.org/enter_bug.cgi?product=cairo"
  625. | #define PACKAGE_URL "https://cairographics.org/"
  626. | #define HAVE_STDIO_H 1
  627. | #define HAVE_STDLIB_H 1
  628. | #define HAVE_STRING_H 1
  629. | #define HAVE_INTTYPES_H 1
  630. | #define HAVE_STDINT_H 1
  631. | #define HAVE_STRINGS_H 1
  632. | #define HAVE_SYS_STAT_H 1
  633. | #define HAVE_SYS_TYPES_H 1
  634. | #define HAVE_UNISTD_H 1
  635. | #define HAVE_WCHAR_H 1
  636. | #define STDC_HEADERS 1
  637. | #define _ALL_SOURCE 1
  638. | #define _DARWIN_C_SOURCE 1
  639. | #define _GNU_SOURCE 1
  640. | #define _HPUX_ALT_XOPEN_SOCKET_API 1
  641. | #define _NETBSD_SOURCE 1
  642. | #define _OPENBSD_SOURCE 1
  643. | #define _POSIX_PTHREAD_SEMANTICS 1
  644. | #define __STDC_WANT_IEC_60559_ATTRIBS_EXT__ 1
  645. | #define __STDC_WANT_IEC_60559_BFP_EXT__ 1
  646. | #define __STDC_WANT_IEC_60559_DFP_EXT__ 1
  647. | #define __STDC_WANT_IEC_60559_FUNCS_EXT__ 1
  648. | #define __STDC_WANT_IEC_60559_TYPES_EXT__ 1
  649. | #define __STDC_WANT_LIB_EXT2__ 1
  650. | #define __STDC_WANT_MATH_SPEC_FUNCS__ 1
  651. | #define _TANDEM_SOURCE 1
  652. | #define __EXTENSIONS__ 1
  653. | #define HAVE_UNISTD_H 1
  654. | #define HAVE_SYS_IOCTL_H 1
  655. | #define HAVE_TYPEOF 1
  656. | #define HAVE_DLFCN_H 1
  657. | #define LT_OBJDIR ".libs/"
  658. | /* end confdefs.h. */
  659. | #include <ac_nonexistent.h>
  660. configure:16200: checking for x86_64-pc-linux-gnu-g++
  661. configure:16221: found /usr/bin/x86_64-pc-linux-gnu-g++
  662. configure:16232: result: x86_64-pc-linux-gnu-g++
  663. configure:16308: checking for C++ compiler version
  664. configure:16317: x86_64-pc-linux-gnu-g++ --version >&5
  665. x86_64-pc-linux-gnu-g++ (Gentoo 11.2.0 p1) 11.2.0
  666. Copyright (C) 2021 Free Software Foundation, Inc.
  667. This is free software; see the source for copying conditions. There is NO
  668. warranty; not even for MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE.
  669.  
  670. configure:16328: $? = 0
  671. configure:16317: x86_64-pc-linux-gnu-g++ -v >&5
  672. Using built-in specs.
  673. COLLECT_GCC=x86_64-pc-linux-gnu-g++
  674. COLLECT_LTO_WRAPPER=/usr/libexec/gcc/x86_64-pc-linux-gnu/11.2.0/lto-wrapper
  675. Target: x86_64-pc-linux-gnu
  676. Configured with: /var/tmp/portage/sys-devel/gcc-11.2.0/work/gcc-11.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/11.2.0 --includedir=/usr/lib/gcc/x86_64-pc-linux-gnu/11.2.0/include --datadir=/usr/share/gcc-data/x86_64-pc-linux-gnu/11.2.0 --mandir=/usr/share/gcc-data/x86_64-pc-linux-gnu/11.2.0/man --infodir=/usr/share/gcc-data/x86_64-pc-linux-gnu/11.2.0/info --with-gxx-include-dir=/usr/lib/gcc/x86_64-pc-linux-gnu/11.2.0/include/g++-v11 --with-python-dir=/share/gcc-data/x86_64-pc-linux-gnu/11.2.0/python --enable-languages=c,c++,fortran --enable-obsolete --enable-secureplt --disable-werror --with-system-zlib --enable-nls --without-included-gettext --disable-libunwind-exceptions --enable-checking=release --with-bugurl=https://bugs.gentoo.org/ --with-pkgversion='Gentoo 11.2.0 p1' --disable-esp --enable-libstdcxx-time --enable-shared --enable-threads=posix --enable-__cxa_atexit --enable-clocale=gnu --enable-multilib --with-multilib-list=m32,m64 --disable-fixed-point --enable-targets=all --enable-libgomp --disable-libssp --disable-libada --disable-systemtap --disable-valgrind-annotations --disable-vtable-verify --disable-libvtv --without-zstd --enable-lto --without-isl --enable-default-pie --enable-default-ssp
  677. Thread model: posix
  678. Supported LTO compression algorithms: zlib
  679. gcc version 11.2.0 (Gentoo 11.2.0 p1)
  680. configure:16328: $? = 0
  681. configure:16317: x86_64-pc-linux-gnu-g++ -V >&5
  682. x86_64-pc-linux-gnu-g++: error: unrecognized command-line option '-V'
  683. x86_64-pc-linux-gnu-g++: fatal error: no input files
  684. compilation terminated.
  685. configure:16328: $? = 1
  686. configure:16317: x86_64-pc-linux-gnu-g++ -qversion >&5
  687. x86_64-pc-linux-gnu-g++: error: unrecognized command-line option '-qversion'; did you mean '--version'?
  688. x86_64-pc-linux-gnu-g++: fatal error: no input files
  689. compilation terminated.
  690. configure:16328: $? = 1
  691. configure:16332: checking whether the compiler supports GNU C++
  692. configure:16352: x86_64-pc-linux-gnu-g++ -c -march=native -pipe -O2 conftest.cpp >&5
  693. configure:16352: $? = 0
  694. configure:16362: result: yes
  695. configure:16373: checking whether x86_64-pc-linux-gnu-g++ accepts -g
  696. configure:16394: x86_64-pc-linux-gnu-g++ -c -g conftest.cpp >&5
  697. configure:16394: $? = 0
  698. configure:16438: result: yes
  699. configure:16458: checking for x86_64-pc-linux-gnu-g++ option to enable C++11 features
  700. configure:16473: x86_64-pc-linux-gnu-g++ -c -march=native -pipe -O2 conftest.cpp >&5
  701. conftest.cpp: In function 'int main(int, char**)':
  702. conftest.cpp:207:25: warning: empty parentheses were disambiguated as a function declaration [-Wvexing-parse]
  703. 207 | cxx11test::delegate d2();
  704. | ^~
  705. conftest.cpp:207:25: note: remove parentheses to default-initialize a variable
  706. 207 | cxx11test::delegate d2();
  707. | ^~
  708. | --
  709. conftest.cpp:207:25: note: or replace parentheses with braces to value-initialize a variable
  710. configure:16473: $? = 0
  711. configure:16491: result: none needed
  712. configure:16557: checking dependency style of x86_64-pc-linux-gnu-g++
  713. configure:16669: result: none
  714. configure:16702: checking how to run the C++ preprocessor
  715. configure:16724: x86_64-pc-linux-gnu-g++ -E conftest.cpp
  716. configure:16724: $? = 0
  717. configure:16739: x86_64-pc-linux-gnu-g++ -E conftest.cpp
  718. conftest.cpp:41:10: fatal error: ac_nonexistent.h: No such file or directory
  719. 41 | #include <ac_nonexistent.h>
  720. | ^~~~~~~~~~~~~~~~~~
  721. compilation terminated.
  722. configure:16739: $? = 1
  723. configure: failed program was:
  724. | /* confdefs.h */
  725. | #define PACKAGE_NAME "cairo"
  726. | #define PACKAGE_TARNAME "cairo"
  727. | #define PACKAGE_VERSION "1.16.0"
  728. | #define PACKAGE_STRING "cairo 1.16.0"
  729. | #define PACKAGE_BUGREPORT "https://bugs.freedesktop.org/enter_bug.cgi?product=cairo"
  730. | #define PACKAGE_URL "https://cairographics.org/"
  731. | #define HAVE_STDIO_H 1
  732. | #define HAVE_STDLIB_H 1
  733. | #define HAVE_STRING_H 1
  734. | #define HAVE_INTTYPES_H 1
  735. | #define HAVE_STDINT_H 1
  736. | #define HAVE_STRINGS_H 1
  737. | #define HAVE_SYS_STAT_H 1
  738. | #define HAVE_SYS_TYPES_H 1
  739. | #define HAVE_UNISTD_H 1
  740. | #define HAVE_WCHAR_H 1
  741. | #define STDC_HEADERS 1
  742. | #define _ALL_SOURCE 1
  743. | #define _DARWIN_C_SOURCE 1
  744. | #define _GNU_SOURCE 1
  745. | #define _HPUX_ALT_XOPEN_SOCKET_API 1
  746. | #define _NETBSD_SOURCE 1
  747. | #define _OPENBSD_SOURCE 1
  748. | #define _POSIX_PTHREAD_SEMANTICS 1
  749. | #define __STDC_WANT_IEC_60559_ATTRIBS_EXT__ 1
  750. | #define __STDC_WANT_IEC_60559_BFP_EXT__ 1
  751. | #define __STDC_WANT_IEC_60559_DFP_EXT__ 1
  752. | #define __STDC_WANT_IEC_60559_FUNCS_EXT__ 1
  753. | #define __STDC_WANT_IEC_60559_TYPES_EXT__ 1
  754. | #define __STDC_WANT_LIB_EXT2__ 1
  755. | #define __STDC_WANT_MATH_SPEC_FUNCS__ 1
  756. | #define _TANDEM_SOURCE 1
  757. | #define __EXTENSIONS__ 1
  758. | #define HAVE_UNISTD_H 1
  759. | #define HAVE_SYS_IOCTL_H 1
  760. | #define HAVE_TYPEOF 1
  761. | #define HAVE_DLFCN_H 1
  762. | #define LT_OBJDIR ".libs/"
  763. | /* end confdefs.h. */
  764. | #include <ac_nonexistent.h>
  765. configure:16766: result: x86_64-pc-linux-gnu-g++ -E
  766. configure:16780: x86_64-pc-linux-gnu-g++ -E conftest.cpp
  767. configure:16780: $? = 0
  768. configure:16795: x86_64-pc-linux-gnu-g++ -E conftest.cpp
  769. conftest.cpp:41:10: fatal error: ac_nonexistent.h: No such file or directory
  770. 41 | #include <ac_nonexistent.h>
  771. | ^~~~~~~~~~~~~~~~~~
  772. compilation terminated.
  773. configure:16795: $? = 1
  774. configure: failed program was:
  775. | /* confdefs.h */
  776. | #define PACKAGE_NAME "cairo"
  777. | #define PACKAGE_TARNAME "cairo"
  778. | #define PACKAGE_VERSION "1.16.0"
  779. | #define PACKAGE_STRING "cairo 1.16.0"
  780. | #define PACKAGE_BUGREPORT "https://bugs.freedesktop.org/enter_bug.cgi?product=cairo"
  781. | #define PACKAGE_URL "https://cairographics.org/"
  782. | #define HAVE_STDIO_H 1
  783. | #define HAVE_STDLIB_H 1
  784. | #define HAVE_STRING_H 1
  785. | #define HAVE_INTTYPES_H 1
  786. | #define HAVE_STDINT_H 1
  787. | #define HAVE_STRINGS_H 1
  788. | #define HAVE_SYS_STAT_H 1
  789. | #define HAVE_SYS_TYPES_H 1
  790. | #define HAVE_UNISTD_H 1
  791. | #define HAVE_WCHAR_H 1
  792. | #define STDC_HEADERS 1
  793. | #define _ALL_SOURCE 1
  794. | #define _DARWIN_C_SOURCE 1
  795. | #define _GNU_SOURCE 1
  796. | #define _HPUX_ALT_XOPEN_SOCKET_API 1
  797. | #define _NETBSD_SOURCE 1
  798. | #define _OPENBSD_SOURCE 1
  799. | #define _POSIX_PTHREAD_SEMANTICS 1
  800. | #define __STDC_WANT_IEC_60559_ATTRIBS_EXT__ 1
  801. | #define __STDC_WANT_IEC_60559_BFP_EXT__ 1
  802. | #define __STDC_WANT_IEC_60559_DFP_EXT__ 1
  803. | #define __STDC_WANT_IEC_60559_FUNCS_EXT__ 1
  804. | #define __STDC_WANT_IEC_60559_TYPES_EXT__ 1
  805. | #define __STDC_WANT_LIB_EXT2__ 1
  806. | #define __STDC_WANT_MATH_SPEC_FUNCS__ 1
  807. | #define _TANDEM_SOURCE 1
  808. | #define __EXTENSIONS__ 1
  809. | #define HAVE_UNISTD_H 1
  810. | #define HAVE_SYS_IOCTL_H 1
  811. | #define HAVE_TYPEOF 1
  812. | #define HAVE_DLFCN_H 1
  813. | #define LT_OBJDIR ".libs/"
  814. | /* end confdefs.h. */
  815. | #include <ac_nonexistent.h>
  816. configure:16960: checking for ld used by x86_64-pc-linux-gnu-g++
  817. configure:17028: result: /usr/x86_64-pc-linux-gnu/bin/ld -m elf_x86_64
  818. configure:17035: checking if the linker (/usr/x86_64-pc-linux-gnu/bin/ld -m elf_x86_64) is GNU ld
  819. configure:17051: result: yes
  820. configure:17106: checking whether the x86_64-pc-linux-gnu-g++ linker (/usr/x86_64-pc-linux-gnu/bin/ld -m elf_x86_64) supports shared libraries
  821. configure:18183: result: yes
  822. configure:18219: x86_64-pc-linux-gnu-g++ -c -march=native -pipe -O2 conftest.cpp >&5
  823. configure:18222: $? = 0
  824. configure:18703: checking for x86_64-pc-linux-gnu-g++ option to produce PIC
  825. configure:18711: result: -fPIC -DPIC
  826. configure:18719: checking if x86_64-pc-linux-gnu-g++ PIC flag -fPIC -DPIC works
  827. configure:18738: x86_64-pc-linux-gnu-g++ -c -march=native -pipe -O2 -fPIC -DPIC -DPIC conftest.cpp >&5
  828. configure:18742: $? = 0
  829. configure:18755: result: yes
  830. configure:18778: checking if x86_64-pc-linux-gnu-g++ static flag -static works
  831. configure:18807: result: yes
  832. configure:18819: checking if x86_64-pc-linux-gnu-g++ supports -c -o file.o
  833. configure:18841: x86_64-pc-linux-gnu-g++ -c -march=native -pipe -O2 -o out/conftest2.o conftest.cpp >&5
  834. configure:18845: $? = 0
  835. configure:18867: result: yes
  836. configure:18872: checking if x86_64-pc-linux-gnu-g++ supports -c -o file.o
  837. configure:18920: result: yes
  838. configure:18950: checking whether the x86_64-pc-linux-gnu-g++ linker (/usr/x86_64-pc-linux-gnu/bin/ld -m elf_x86_64) supports shared libraries
  839. configure:18990: result: yes
  840. configure:19132: checking dynamic linker characteristics
  841. configure:19893: result: GNU/Linux ld.so
  842. configure:19958: checking how to hardcode library paths into programs
  843. configure:19983: result: immediate
  844. configure:20023: checking for inline
  845. configure:20040: x86_64-pc-linux-gnu-gcc -c -march=native -pipe -O2 conftest.c >&5
  846. configure:20040: $? = 0
  847. configure:20049: result: inline
  848. configure:20075: checking for x86_64-pc-linux-gnu-pkg-config
  849. configure:20110: result: /usr/bin/x86_64-pc-linux-gnu-pkg-config
  850. configure:20183: checking pkg-config is at least version 0.9.0
  851. configure:20186: result: yes
  852. configure:20469: checking for supported warning flags
  853. configure:20495: checking whether x86_64-pc-linux-gnu-gcc supports -Werror
  854. configure:20513: x86_64-pc-linux-gnu-gcc -o conftest -march=native -pipe -O2 -Werror -Wl,-O1 -Wl,--as-needed conftest.c >&5
  855. configure:20513: $? = 0
  856. configure:20538: result: yes
  857. configure:20495: checking whether x86_64-pc-linux-gnu-gcc supports -errwarn
  858. configure:20513: x86_64-pc-linux-gnu-gcc -o conftest -march=native -pipe -O2 -errwarn -Wl,-O1 -Wl,--as-needed conftest.c >&5
  859. /usr/lib/gcc/x86_64-pc-linux-gnu/11.2.0/../../../../x86_64-pc-linux-gnu/bin/ld: warning: cannot find entry symbol rrwarn; defaulting to 0000000000001040
  860. configure:20513: $? = 0
  861. configure:20538: result: no
  862. configure:20543: checking whether x86_64-pc-linux-gnu-gcc supports -Wall
  863. configure:20561: x86_64-pc-linux-gnu-gcc -o conftest -march=native -pipe -O2 -Werror -Wall -Wl,-O1 -Wl,--as-needed conftest.c >&5
  864. configure:20561: $? = 0
  865. configure:20586: result: yes
  866. configure:20543: checking whether x86_64-pc-linux-gnu-gcc supports -Wextra
  867. configure:20561: x86_64-pc-linux-gnu-gcc -o conftest -march=native -pipe -O2 -Werror -Wextra -Wl,-O1 -Wl,--as-needed conftest.c >&5
  868. configure:20561: $? = 0
  869. configure:20586: result: yes
  870. configure:20543: checking whether x86_64-pc-linux-gnu-gcc supports -Wmissing-declarations
  871. configure:20561: x86_64-pc-linux-gnu-gcc -o conftest -march=native -pipe -O2 -Werror -Wmissing-declarations -Wl,-O1 -Wl,--as-needed conftest.c >&5
  872. configure:20561: $? = 0
  873. configure:20586: result: yes
  874. configure:20543: checking whether x86_64-pc-linux-gnu-gcc supports -Werror-implicit-function-declaration
  875. configure:20561: x86_64-pc-linux-gnu-gcc -o conftest -march=native -pipe -O2 -Werror -Werror-implicit-function-declaration -Wl,-O1 -Wl,--as-needed conftest.c >&5
  876. configure:20561: $? = 0
  877. configure:20586: result: yes
  878. configure:20543: checking whether x86_64-pc-linux-gnu-gcc supports -Wpointer-arith
  879. configure:20561: x86_64-pc-linux-gnu-gcc -o conftest -march=native -pipe -O2 -Werror -Wpointer-arith -Wl,-O1 -Wl,--as-needed conftest.c >&5
  880. configure:20561: $? = 0
  881. configure:20586: result: yes
  882. configure:20543: checking whether x86_64-pc-linux-gnu-gcc supports -Wwrite-strings
  883. configure:20561: x86_64-pc-linux-gnu-gcc -o conftest -march=native -pipe -O2 -Werror -Wwrite-strings -Wl,-O1 -Wl,--as-needed conftest.c >&5
  884. configure:20561: $? = 0
  885. configure:20586: result: yes
  886. configure:20543: checking whether x86_64-pc-linux-gnu-gcc supports -Wsign-compare
  887. configure:20561: x86_64-pc-linux-gnu-gcc -o conftest -march=native -pipe -O2 -Werror -Wsign-compare -Wl,-O1 -Wl,--as-needed conftest.c >&5
  888. configure:20561: $? = 0
  889. configure:20586: result: yes
  890. configure:20543: checking whether x86_64-pc-linux-gnu-gcc supports -Wpacked
  891. configure:20561: x86_64-pc-linux-gnu-gcc -o conftest -march=native -pipe -O2 -Werror -Wpacked -Wl,-O1 -Wl,--as-needed conftest.c >&5
  892. configure:20561: $? = 0
  893. configure:20586: result: yes
  894. configure:20543: checking whether x86_64-pc-linux-gnu-gcc supports -Wswitch-enum
  895. configure:20561: x86_64-pc-linux-gnu-gcc -o conftest -march=native -pipe -O2 -Werror -Wswitch-enum -Wl,-O1 -Wl,--as-needed conftest.c >&5
  896. configure:20561: $? = 0
  897. configure:20586: result: yes
  898. configure:20543: checking whether x86_64-pc-linux-gnu-gcc supports -Wmissing-format-attribute
  899. configure:20561: x86_64-pc-linux-gnu-gcc -o conftest -march=native -pipe -O2 -Werror -Wmissing-format-attribute -Wl,-O1 -Wl,--as-needed conftest.c >&5
  900. configure:20561: $? = 0
  901. configure:20586: result: yes
  902. configure:20543: checking whether x86_64-pc-linux-gnu-gcc supports -Wvolatile-register-var
  903. configure:20561: x86_64-pc-linux-gnu-gcc -o conftest -march=native -pipe -O2 -Werror -Wvolatile-register-var -Wl,-O1 -Wl,--as-needed conftest.c >&5
  904. configure:20561: $? = 0
  905. configure:20586: result: yes
  906. configure:20543: checking whether x86_64-pc-linux-gnu-gcc supports -Wstrict-aliasing=2
  907. configure:20561: x86_64-pc-linux-gnu-gcc -o conftest -march=native -pipe -O2 -Werror -Wstrict-aliasing=2 -Wl,-O1 -Wl,--as-needed conftest.c >&5
  908. configure:20561: $? = 0
  909. configure:20586: result: yes
  910. configure:20543: checking whether x86_64-pc-linux-gnu-gcc supports -Winit-self
  911. configure:20561: x86_64-pc-linux-gnu-gcc -o conftest -march=native -pipe -O2 -Werror -Winit-self -Wl,-O1 -Wl,--as-needed conftest.c >&5
  912. configure:20561: $? = 0
  913. configure:20586: result: yes
  914. configure:20543: checking whether x86_64-pc-linux-gnu-gcc supports -Wunsafe-loop-optimizations
  915. configure:20561: x86_64-pc-linux-gnu-gcc -o conftest -march=native -pipe -O2 -Werror -Wunsafe-loop-optimizations -Wl,-O1 -Wl,--as-needed conftest.c >&5
  916. configure:20561: $? = 0
  917. configure:20586: result: yes
  918. configure:20543: checking whether x86_64-pc-linux-gnu-gcc supports -Wno-missing-field-initializers
  919. configure:20561: x86_64-pc-linux-gnu-gcc -o conftest -march=native -pipe -O2 -Werror -Wno-missing-field-initializers -Wl,-O1 -Wl,--as-needed conftest.c >&5
  920. configure:20561: $? = 0
  921. configure:20586: result: yes
  922. configure:20543: checking whether x86_64-pc-linux-gnu-gcc supports -Wno-unused-parameter
  923. configure:20561: x86_64-pc-linux-gnu-gcc -o conftest -march=native -pipe -O2 -Werror -Wno-unused-parameter -Wl,-O1 -Wl,--as-needed conftest.c >&5
  924. configure:20561: $? = 0
  925. configure:20586: result: yes
  926. configure:20543: checking whether x86_64-pc-linux-gnu-gcc supports -Wno-attributes
  927. configure:20561: x86_64-pc-linux-gnu-gcc -o conftest -march=native -pipe -O2 -Werror -Wno-attributes -Wl,-O1 -Wl,--as-needed conftest.c >&5
  928. configure:20561: $? = 0
  929. configure:20586: result: yes
  930. configure:20543: checking whether x86_64-pc-linux-gnu-gcc supports -Wno-long-long
  931. configure:20561: x86_64-pc-linux-gnu-gcc -o conftest -march=native -pipe -O2 -Werror -Wno-long-long -Wl,-O1 -Wl,--as-needed conftest.c >&5
  932. configure:20561: $? = 0
  933. configure:20586: result: yes
  934. configure:20543: checking whether x86_64-pc-linux-gnu-gcc supports -Winline
  935. configure:20561: x86_64-pc-linux-gnu-gcc -o conftest -march=native -pipe -O2 -Werror -Winline -Wl,-O1 -Wl,--as-needed conftest.c >&5
  936. configure:20561: $? = 0
  937. configure:20586: result: yes
  938. configure:20543: checking whether x86_64-pc-linux-gnu-gcc supports -erroff=E_ENUM_TYPE_MISMATCH_ARG
  939. configure:20561: x86_64-pc-linux-gnu-gcc -o conftest -march=native -pipe -O2 -Werror -erroff=E_ENUM_TYPE_MISMATCH_ARG -Wl,-O1 -Wl,--as-needed conftest.c >&5
  940. /usr/lib/gcc/x86_64-pc-linux-gnu/11.2.0/../../../../x86_64-pc-linux-gnu/bin/ld: warning: cannot find entry symbol rroff=E_ENUM_TYPE_MISMATCH_ARG; defaulting to 0000000000001040
  941. configure:20561: $? = 0
  942. configure:20586: result: no
  943. configure:20543: checking whether x86_64-pc-linux-gnu-gcc supports -erroff=E_ENUM_TYPE_MISMATCH_OP
  944. configure:20561: x86_64-pc-linux-gnu-gcc -o conftest -march=native -pipe -O2 -Werror -erroff=E_ENUM_TYPE_MISMATCH_OP -Wl,-O1 -Wl,--as-needed conftest.c >&5
  945. /usr/lib/gcc/x86_64-pc-linux-gnu/11.2.0/../../../../x86_64-pc-linux-gnu/bin/ld: warning: cannot find entry symbol rroff=E_ENUM_TYPE_MISMATCH_OP; defaulting to 0000000000001040
  946. configure:20561: $? = 0
  947. configure:20586: result: no
  948. configure:20543: checking whether x86_64-pc-linux-gnu-gcc supports -fno-strict-aliasing
  949. configure:20561: x86_64-pc-linux-gnu-gcc -o conftest -march=native -pipe -O2 -Werror -fno-strict-aliasing -Wl,-O1 -Wl,--as-needed conftest.c >&5
  950. configure:20561: $? = 0
  951. configure:20586: result: yes
  952. configure:20543: checking whether x86_64-pc-linux-gnu-gcc supports -fno-common
  953. configure:20561: x86_64-pc-linux-gnu-gcc -o conftest -march=native -pipe -O2 -Werror -fno-common -Wl,-O1 -Wl,--as-needed conftest.c >&5
  954. configure:20561: $? = 0
  955. configure:20586: result: yes
  956. configure:20543: checking whether x86_64-pc-linux-gnu-gcc supports -Wp,-D_FORTIFY_SOURCE=2
  957. configure:20561: x86_64-pc-linux-gnu-gcc -o conftest -march=native -pipe -O2 -Werror -Wp,-D_FORTIFY_SOURCE=2 -Wl,-O1 -Wl,--as-needed conftest.c >&5
  958. configure:20561: $? = 0
  959. configure:20586: result: yes
  960. configure:20643: checking whether x86_64-pc-linux-gnu-gcc supports -Wunused-but-set-variable -Wno-unused-but-set-variable
  961. configure:20661: x86_64-pc-linux-gnu-gcc -o conftest -march=native -pipe -O2 -Werror -Wunused-but-set-variable -Wno-unused-but-set-variable -Wl,-O1 -Wl,--as-needed conftest.c >&5
  962. configure:20661: $? = 0
  963. configure:20686: result: yes
  964. configure:20693: checking which warning flags were supported
  965. configure:20697: result: -Wall -Wextra -Wmissing-declarations -Werror-implicit-function-declaration -Wpointer-arith -Wwrite-strings -Wsign-compare -Wpacked -Wswitch-enum -Wmissing-format-attribute -Wvolatile-register-var -Wstrict-aliasing=2 -Winit-self -Wunsafe-loop-optimizations -Wno-missing-field-initializers -Wno-unused-parameter -Wno-attributes -Wno-long-long -Winline -fno-strict-aliasing -fno-common -Wp,-D_FORTIFY_SOURCE=2 -Wno-unused-but-set-variable
  966. configure:20705: checking how to enable unused result warnings
  967. configure:20732: x86_64-pc-linux-gnu-gcc -o conftest -march=native -pipe -O2 -Wno-attributes -Wl,-O1 -Wl,--as-needed conftest.c >&5
  968. configure:20732: $? = 0
  969. configure:20760: result: __attribute__((__warn_unused_result__))
  970. configure:20766: checking how to allow undefined symbols in shared libraries used by test suite
  971. configure:20788: x86_64-pc-linux-gnu-gcc -o conftest -march=native -pipe -O2 -Wl,--allow-shlib-undefined -Wl,-O1 -Wl,--as-needed conftest.c >&5
  972. configure:20788: $? = 0
  973. configure:20814: result: -Wl,--allow-shlib-undefined
  974. configure:20833: checking whether byte ordering is bigendian
  975. configure:20849: x86_64-pc-linux-gnu-gcc -c -march=native -pipe -O2 conftest.c >&5
  976. conftest.c:43:16: error: unknown type name 'not'
  977. 43 | not a universal capable compiler
  978. | ^~~
  979. conftest.c:43:22: error: expected '=', ',', ';', 'asm' or '__attribute__' before 'universal'
  980. 43 | not a universal capable compiler
  981. | ^~~~~~~~~
  982. conftest.c:43:22: error: unknown type name 'universal'
  983. configure:20849: $? = 1
  984. configure: failed program was:
  985. | /* confdefs.h */
  986. | #define PACKAGE_NAME "cairo"
  987. | #define PACKAGE_TARNAME "cairo"
  988. | #define PACKAGE_VERSION "1.16.0"
  989. | #define PACKAGE_STRING "cairo 1.16.0"
  990. | #define PACKAGE_BUGREPORT "https://bugs.freedesktop.org/enter_bug.cgi?product=cairo"
  991. | #define PACKAGE_URL "https://cairographics.org/"
  992. | #define HAVE_STDIO_H 1
  993. | #define HAVE_STDLIB_H 1
  994. | #define HAVE_STRING_H 1
  995. | #define HAVE_INTTYPES_H 1
  996. | #define HAVE_STDINT_H 1
  997. | #define HAVE_STRINGS_H 1
  998. | #define HAVE_SYS_STAT_H 1
  999. | #define HAVE_SYS_TYPES_H 1
  1000. | #define HAVE_UNISTD_H 1
  1001. | #define HAVE_WCHAR_H 1
  1002. | #define STDC_HEADERS 1
  1003. | #define _ALL_SOURCE 1
  1004. | #define _DARWIN_C_SOURCE 1
  1005. | #define _GNU_SOURCE 1
  1006. | #define _HPUX_ALT_XOPEN_SOCKET_API 1
  1007. | #define _NETBSD_SOURCE 1
  1008. | #define _OPENBSD_SOURCE 1
  1009. | #define _POSIX_PTHREAD_SEMANTICS 1
  1010. | #define __STDC_WANT_IEC_60559_ATTRIBS_EXT__ 1
  1011. | #define __STDC_WANT_IEC_60559_BFP_EXT__ 1
  1012. | #define __STDC_WANT_IEC_60559_DFP_EXT__ 1
  1013. | #define __STDC_WANT_IEC_60559_FUNCS_EXT__ 1
  1014. | #define __STDC_WANT_IEC_60559_TYPES_EXT__ 1
  1015. | #define __STDC_WANT_LIB_EXT2__ 1
  1016. | #define __STDC_WANT_MATH_SPEC_FUNCS__ 1
  1017. | #define _TANDEM_SOURCE 1
  1018. | #define __EXTENSIONS__ 1
  1019. | #define HAVE_UNISTD_H 1
  1020. | #define HAVE_SYS_IOCTL_H 1
  1021. | #define HAVE_TYPEOF 1
  1022. | #define HAVE_DLFCN_H 1
  1023. | #define LT_OBJDIR ".libs/"
  1024. | #define WARN_UNUSED_RESULT __attribute__((__warn_unused_result__))
  1025. | /* end confdefs.h. */
  1026. | #ifndef __APPLE_CC__
  1027. | not a universal capable compiler
  1028. | #endif
  1029. | typedef int dummy;
  1030. |
  1031. configure:20895: x86_64-pc-linux-gnu-gcc -c -march=native -pipe -O2 conftest.c >&5
  1032. configure:20895: $? = 0
  1033. configure:20914: x86_64-pc-linux-gnu-gcc -c -march=native -pipe -O2 conftest.c >&5
  1034. conftest.c: In function 'main':
  1035. conftest.c:49:18: error: unknown type name 'not'; did you mean 'ino_t'?
  1036. 49 | not big endian
  1037. | ^~~
  1038. | ino_t
  1039. conftest.c:49:26: error: expected '=', ',', ';', 'asm' or '__attribute__' before 'endian'
  1040. 49 | not big endian
  1041. | ^~~~~~
  1042. configure:20914: $? = 1
  1043. configure: failed program was:
  1044. | /* confdefs.h */
  1045. | #define PACKAGE_NAME "cairo"
  1046. | #define PACKAGE_TARNAME "cairo"
  1047. | #define PACKAGE_VERSION "1.16.0"
  1048. | #define PACKAGE_STRING "cairo 1.16.0"
  1049. | #define PACKAGE_BUGREPORT "https://bugs.freedesktop.org/enter_bug.cgi?product=cairo"
  1050. | #define PACKAGE_URL "https://cairographics.org/"
  1051. | #define HAVE_STDIO_H 1
  1052. | #define HAVE_STDLIB_H 1
  1053. | #define HAVE_STRING_H 1
  1054. | #define HAVE_INTTYPES_H 1
  1055. | #define HAVE_STDINT_H 1
  1056. | #define HAVE_STRINGS_H 1
  1057. | #define HAVE_SYS_STAT_H 1
  1058. | #define HAVE_SYS_TYPES_H 1
  1059. | #define HAVE_UNISTD_H 1
  1060. | #define HAVE_WCHAR_H 1
  1061. | #define STDC_HEADERS 1
  1062. | #define _ALL_SOURCE 1
  1063. | #define _DARWIN_C_SOURCE 1
  1064. | #define _GNU_SOURCE 1
  1065. | #define _HPUX_ALT_XOPEN_SOCKET_API 1
  1066. | #define _NETBSD_SOURCE 1
  1067. | #define _OPENBSD_SOURCE 1
  1068. | #define _POSIX_PTHREAD_SEMANTICS 1
  1069. | #define __STDC_WANT_IEC_60559_ATTRIBS_EXT__ 1
  1070. | #define __STDC_WANT_IEC_60559_BFP_EXT__ 1
  1071. | #define __STDC_WANT_IEC_60559_DFP_EXT__ 1
  1072. | #define __STDC_WANT_IEC_60559_FUNCS_EXT__ 1
  1073. | #define __STDC_WANT_IEC_60559_TYPES_EXT__ 1
  1074. | #define __STDC_WANT_LIB_EXT2__ 1
  1075. | #define __STDC_WANT_MATH_SPEC_FUNCS__ 1
  1076. | #define _TANDEM_SOURCE 1
  1077. | #define __EXTENSIONS__ 1
  1078. | #define HAVE_UNISTD_H 1
  1079. | #define HAVE_SYS_IOCTL_H 1
  1080. | #define HAVE_TYPEOF 1
  1081. | #define HAVE_DLFCN_H 1
  1082. | #define LT_OBJDIR ".libs/"
  1083. | #define WARN_UNUSED_RESULT __attribute__((__warn_unused_result__))
  1084. | /* end confdefs.h. */
  1085. | #include <sys/types.h>
  1086. | #include <sys/param.h>
  1087. |
  1088. | int
  1089. | main (void)
  1090. | {
  1091. | #if BYTE_ORDER != BIG_ENDIAN
  1092. | not big endian
  1093. | #endif
  1094. |
  1095. | ;
  1096. | return 0;
  1097. | }
  1098. configure:21048: result: no
  1099. configure:21066: checking whether float word ordering is bigendian
  1100. configure:21095: x86_64-pc-linux-gnu-gcc -o conftest -march=native -pipe -O2 -Wl,-O1 -Wl,--as-needed conftest.c >&5
  1101. configure:21095: $? = 0
  1102. configure:21104: checking for x86_64-pc-linux-gnu-strings
  1103. configure:21125: found /usr/bin/x86_64-pc-linux-gnu-strings
  1104. configure:21136: result: x86_64-pc-linux-gnu-strings
  1105. configure:21219: result: no
  1106. configure:21253: checking for native atomic primitives
  1107. configure:21276: x86_64-pc-linux-gnu-gcc -o conftest -march=native -pipe -O2 -Wl,-O1 -Wl,--as-needed conftest.c >&5
  1108. configure:21276: $? = 0
  1109. configure:21298: x86_64-pc-linux-gnu-gcc -o conftest -march=native -pipe -O2 -Wl,-O1 -Wl,--as-needed conftest.c >&5
  1110. configure:21298: $? = 0
  1111. configure:21325: result: cxx11
  1112. configure:21351: checking whether atomic ops require a memory barrier
  1113. configure:21366: result: no
  1114. configure:21380: checking size of void *
  1115. configure:21386: x86_64-pc-linux-gnu-gcc -o conftest -march=native -pipe -O2 -Wl,-O1 -Wl,--as-needed conftest.c >&5
  1116. configure:21386: $? = 0
  1117. configure:21386: ./conftest
  1118. configure:21386: $? = 0
  1119. configure:21401: result: 8
  1120. configure:21413: checking size of int
  1121. configure:21419: x86_64-pc-linux-gnu-gcc -o conftest -march=native -pipe -O2 -Wl,-O1 -Wl,--as-needed conftest.c >&5
  1122. configure:21419: $? = 0
  1123. configure:21419: ./conftest
  1124. configure:21419: $? = 0
  1125. configure:21434: result: 4
  1126. configure:21446: checking size of long
  1127. configure:21452: x86_64-pc-linux-gnu-gcc -o conftest -march=native -pipe -O2 -Wl,-O1 -Wl,--as-needed conftest.c >&5
  1128. configure:21452: $? = 0
  1129. configure:21452: ./conftest
  1130. configure:21452: $? = 0
  1131. configure:21467: result: 8
  1132. configure:21479: checking size of long long
  1133. configure:21485: x86_64-pc-linux-gnu-gcc -o conftest -march=native -pipe -O2 -Wl,-O1 -Wl,--as-needed conftest.c >&5
  1134. configure:21485: $? = 0
  1135. configure:21485: ./conftest
  1136. configure:21485: $? = 0
  1137. configure:21500: result: 8
  1138. configure:21512: checking size of size_t
  1139. configure:21518: x86_64-pc-linux-gnu-gcc -o conftest -march=native -pipe -O2 -Wl,-O1 -Wl,--as-needed conftest.c >&5
  1140. configure:21518: $? = 0
  1141. configure:21518: ./conftest
  1142. configure:21518: $? = 0
  1143. configure:21533: result: 8
  1144. configure:21542: checking for native Win32
  1145. configure:21552: result: no
  1146. configure:21563: checking for Sun Solaris (non-POSIX ctime_r)
  1147. configure:21574: result: no
  1148. configure:21666: checking for cos in -lm
  1149. configure:21689: x86_64-pc-linux-gnu-gcc -o conftest -march=native -pipe -O2 -Wl,-O1 -Wl,--as-needed conftest.c -lm >&5
  1150. conftest.c:52:6: warning: conflicting types for built-in function 'cos'; expected 'double(double)' [-Wbuiltin-declaration-mismatch]
  1151. 52 | char cos ();
  1152. | ^~~
  1153. conftest.c:1:1: note: 'cos' is declared in header '<math.h>'
  1154. 1 | /* confdefs.h */
  1155. configure:21689: $? = 0
  1156. configure:21699: result: yes
  1157. configure:21712: checking for sched_yield in -lrt
  1158. configure:21735: x86_64-pc-linux-gnu-gcc -o conftest -march=native -pipe -O2 -Wl,-O1 -Wl,--as-needed conftest.c -lrt -lm >&5
  1159. configure:21735: $? = 0
  1160. configure:21745: result: yes
  1161. configure:21757: checking for shm_open in -lrt
  1162. configure:21780: x86_64-pc-linux-gnu-gcc -o conftest -march=native -pipe -O2 -Wl,-O1 -Wl,--as-needed conftest.c -lrt -lrt -lm >&5
  1163. configure:21780: $? = 0
  1164. configure:21790: result: yes
  1165. configure:21812: checking for connect in -lsocket
  1166. configure:21835: x86_64-pc-linux-gnu-gcc -o conftest -march=native -pipe -O2 -Wl,-O1 -Wl,--as-needed conftest.c -lsocket -lrt -lm >&5
  1167. /usr/lib/gcc/x86_64-pc-linux-gnu/11.2.0/../../../../x86_64-pc-linux-gnu/bin/ld: cannot find -lsocket
  1168. collect2: error: ld returned 1 exit status
  1169. configure:21835: $? = 1
  1170. configure: failed program was:
  1171. | /* confdefs.h */
  1172. | #define PACKAGE_NAME "cairo"
  1173. | #define PACKAGE_TARNAME "cairo"
  1174. | #define PACKAGE_VERSION "1.16.0"
  1175. | #define PACKAGE_STRING "cairo 1.16.0"
  1176. | #define PACKAGE_BUGREPORT "https://bugs.freedesktop.org/enter_bug.cgi?product=cairo"
  1177. | #define PACKAGE_URL "https://cairographics.org/"
  1178. | #define HAVE_STDIO_H 1
  1179. | #define HAVE_STDLIB_H 1
  1180. | #define HAVE_STRING_H 1
  1181. | #define HAVE_INTTYPES_H 1
  1182. | #define HAVE_STDINT_H 1
  1183. | #define HAVE_STRINGS_H 1
  1184. | #define HAVE_SYS_STAT_H 1
  1185. | #define HAVE_SYS_TYPES_H 1
  1186. | #define HAVE_UNISTD_H 1
  1187. | #define HAVE_WCHAR_H 1
  1188. | #define STDC_HEADERS 1
  1189. | #define _ALL_SOURCE 1
  1190. | #define _DARWIN_C_SOURCE 1
  1191. | #define _GNU_SOURCE 1
  1192. | #define _HPUX_ALT_XOPEN_SOCKET_API 1
  1193. | #define _NETBSD_SOURCE 1
  1194. | #define _OPENBSD_SOURCE 1
  1195. | #define _POSIX_PTHREAD_SEMANTICS 1
  1196. | #define __STDC_WANT_IEC_60559_ATTRIBS_EXT__ 1
  1197. | #define __STDC_WANT_IEC_60559_BFP_EXT__ 1
  1198. | #define __STDC_WANT_IEC_60559_DFP_EXT__ 1
  1199. | #define __STDC_WANT_IEC_60559_FUNCS_EXT__ 1
  1200. | #define __STDC_WANT_IEC_60559_TYPES_EXT__ 1
  1201. | #define __STDC_WANT_LIB_EXT2__ 1
  1202. | #define __STDC_WANT_MATH_SPEC_FUNCS__ 1
  1203. | #define _TANDEM_SOURCE 1
  1204. | #define __EXTENSIONS__ 1
  1205. | #define HAVE_UNISTD_H 1
  1206. | #define HAVE_SYS_IOCTL_H 1
  1207. | #define HAVE_TYPEOF 1
  1208. | #define HAVE_DLFCN_H 1
  1209. | #define LT_OBJDIR ".libs/"
  1210. | #define WARN_UNUSED_RESULT __attribute__((__warn_unused_result__))
  1211. | #define HAVE_CXX11_ATOMIC_PRIMITIVES 1
  1212. | #define SIZEOF_VOID_P 8
  1213. | #define SIZEOF_INT 4
  1214. | #define SIZEOF_LONG 8
  1215. | #define SIZEOF_LONG_LONG 8
  1216. | #define SIZEOF_SIZE_T 8
  1217. | #define HAVE_LIBRT 1
  1218. | /* end confdefs.h. */
  1219. |
  1220. | /* Override any GCC internal prototype to avoid an error.
  1221. | Use char because int might match the return type of a GCC
  1222. | builtin and then its argument prototype would still apply. */
  1223. | char connect ();
  1224. | int
  1225. | main (void)
  1226. | {
  1227. | return connect ();
  1228. | ;
  1229. | return 0;
  1230. | }
  1231. configure:21845: result: no
  1232. configure:21858: checking for __builtin_return_address(0)
  1233. configure:21871: x86_64-pc-linux-gnu-gcc -c -march=native -pipe -O2 conftest.c >&5
  1234. configure:21871: $? = 0
  1235. configure:21878: result: yes
  1236. configure:21886: checking for stdint.h
  1237. configure:21886: result: yes
  1238. configure:21892: checking for inttypes.h
  1239. configure:21892: result: yes
  1240. configure:21898: checking for sys/int_types.h
  1241. configure:21898: x86_64-pc-linux-gnu-gcc -c -march=native -pipe -O2 conftest.c >&5
  1242. conftest.c:80:10: fatal error: sys/int_types.h: No such file or directory
  1243. 80 | #include <sys/int_types.h>
  1244. | ^~~~~~~~~~~~~~~~~
  1245. compilation terminated.
  1246. configure:21898: $? = 1
  1247. configure: failed program was:
  1248. | /* confdefs.h */
  1249. | #define PACKAGE_NAME "cairo"
  1250. | #define PACKAGE_TARNAME "cairo"
  1251. | #define PACKAGE_VERSION "1.16.0"
  1252. | #define PACKAGE_STRING "cairo 1.16.0"
  1253. | #define PACKAGE_BUGREPORT "https://bugs.freedesktop.org/enter_bug.cgi?product=cairo"
  1254. | #define PACKAGE_URL "https://cairographics.org/"
  1255. | #define HAVE_STDIO_H 1
  1256. | #define HAVE_STDLIB_H 1
  1257. | #define HAVE_STRING_H 1
  1258. | #define HAVE_INTTYPES_H 1
  1259. | #define HAVE_STDINT_H 1
  1260. | #define HAVE_STRINGS_H 1
  1261. | #define HAVE_SYS_STAT_H 1
  1262. | #define HAVE_SYS_TYPES_H 1
  1263. | #define HAVE_UNISTD_H 1
  1264. | #define HAVE_WCHAR_H 1
  1265. | #define STDC_HEADERS 1
  1266. | #define _ALL_SOURCE 1
  1267. | #define _DARWIN_C_SOURCE 1
  1268. | #define _GNU_SOURCE 1
  1269. | #define _HPUX_ALT_XOPEN_SOCKET_API 1
  1270. | #define _NETBSD_SOURCE 1
  1271. | #define _OPENBSD_SOURCE 1
  1272. | #define _POSIX_PTHREAD_SEMANTICS 1
  1273. | #define __STDC_WANT_IEC_60559_ATTRIBS_EXT__ 1
  1274. | #define __STDC_WANT_IEC_60559_BFP_EXT__ 1
  1275. | #define __STDC_WANT_IEC_60559_DFP_EXT__ 1
  1276. | #define __STDC_WANT_IEC_60559_FUNCS_EXT__ 1
  1277. | #define __STDC_WANT_IEC_60559_TYPES_EXT__ 1
  1278. | #define __STDC_WANT_LIB_EXT2__ 1
  1279. | #define __STDC_WANT_MATH_SPEC_FUNCS__ 1
  1280. | #define _TANDEM_SOURCE 1
  1281. | #define __EXTENSIONS__ 1
  1282. | #define HAVE_UNISTD_H 1
  1283. | #define HAVE_SYS_IOCTL_H 1
  1284. | #define HAVE_TYPEOF 1
  1285. | #define HAVE_DLFCN_H 1
  1286. | #define LT_OBJDIR ".libs/"
  1287. | #define WARN_UNUSED_RESULT __attribute__((__warn_unused_result__))
  1288. | #define HAVE_CXX11_ATOMIC_PRIMITIVES 1
  1289. | #define SIZEOF_VOID_P 8
  1290. | #define SIZEOF_INT 4
  1291. | #define SIZEOF_LONG 8
  1292. | #define SIZEOF_LONG_LONG 8
  1293. | #define SIZEOF_SIZE_T 8
  1294. | #define HAVE_LIBRT 1
  1295. | #define HAVE_BUILTIN_RETURN_ADDRESS 1
  1296. | #define HAVE_STDINT_H 1
  1297. | #define HAVE_INTTYPES_H 1
  1298. | /* end confdefs.h. */
  1299. | #include <stddef.h>
  1300. | #ifdef HAVE_STDIO_H
  1301. | # include <stdio.h>
  1302. | #endif
  1303. | #ifdef HAVE_STDLIB_H
  1304. | # include <stdlib.h>
  1305. | #endif
  1306. | #ifdef HAVE_STRING_H
  1307. | # include <string.h>
  1308. | #endif
  1309. | #ifdef HAVE_INTTYPES_H
  1310. | # include <inttypes.h>
  1311. | #endif
  1312. | #ifdef HAVE_STDINT_H
  1313. | # include <stdint.h>
  1314. | #endif
  1315. | #ifdef HAVE_STRINGS_H
  1316. | # include <strings.h>
  1317. | #endif
  1318. | #ifdef HAVE_SYS_TYPES_H
  1319. | # include <sys/types.h>
  1320. | #endif
  1321. | #ifdef HAVE_SYS_STAT_H
  1322. | # include <sys/stat.h>
  1323. | #endif
  1324. | #ifdef HAVE_UNISTD_H
  1325. | # include <unistd.h>
  1326. | #endif
  1327. | #include <sys/int_types.h>
  1328. configure:21898: result: no
  1329. configure:21905: checking for uint64_t
  1330. configure:21905: x86_64-pc-linux-gnu-gcc -c -march=native -pipe -O2 conftest.c >&5
  1331. configure:21905: $? = 0
  1332. configure:21905: x86_64-pc-linux-gnu-gcc -c -march=native -pipe -O2 conftest.c >&5
  1333. conftest.c: In function 'main':
  1334. conftest.c:83:23: error: expected expression before ')' token
  1335. 83 | if (sizeof ((uint64_t)))
  1336. | ^
  1337. configure:21905: $? = 1
  1338. configure: failed program was:
  1339. | /* confdefs.h */
  1340. | #define PACKAGE_NAME "cairo"
  1341. | #define PACKAGE_TARNAME "cairo"
  1342. | #define PACKAGE_VERSION "1.16.0"
  1343. | #define PACKAGE_STRING "cairo 1.16.0"
  1344. | #define PACKAGE_BUGREPORT "https://bugs.freedesktop.org/enter_bug.cgi?product=cairo"
  1345. | #define PACKAGE_URL "https://cairographics.org/"
  1346. | #define HAVE_STDIO_H 1
  1347. | #define HAVE_STDLIB_H 1
  1348. | #define HAVE_STRING_H 1
  1349. | #define HAVE_INTTYPES_H 1
  1350. | #define HAVE_STDINT_H 1
  1351. | #define HAVE_STRINGS_H 1
  1352. | #define HAVE_SYS_STAT_H 1
  1353. | #define HAVE_SYS_TYPES_H 1
  1354. | #define HAVE_UNISTD_H 1
  1355. | #define HAVE_WCHAR_H 1
  1356. | #define STDC_HEADERS 1
  1357. | #define _ALL_SOURCE 1
  1358. | #define _DARWIN_C_SOURCE 1
  1359. | #define _GNU_SOURCE 1
  1360. | #define _HPUX_ALT_XOPEN_SOCKET_API 1
  1361. | #define _NETBSD_SOURCE 1
  1362. | #define _OPENBSD_SOURCE 1
  1363. | #define _POSIX_PTHREAD_SEMANTICS 1
  1364. | #define __STDC_WANT_IEC_60559_ATTRIBS_EXT__ 1
  1365. | #define __STDC_WANT_IEC_60559_BFP_EXT__ 1
  1366. | #define __STDC_WANT_IEC_60559_DFP_EXT__ 1
  1367. | #define __STDC_WANT_IEC_60559_FUNCS_EXT__ 1
  1368. | #define __STDC_WANT_IEC_60559_TYPES_EXT__ 1
  1369. | #define __STDC_WANT_LIB_EXT2__ 1
  1370. | #define __STDC_WANT_MATH_SPEC_FUNCS__ 1
  1371. | #define _TANDEM_SOURCE 1
  1372. | #define __EXTENSIONS__ 1
  1373. | #define HAVE_UNISTD_H 1
  1374. | #define HAVE_SYS_IOCTL_H 1
  1375. | #define HAVE_TYPEOF 1
  1376. | #define HAVE_DLFCN_H 1
  1377. | #define LT_OBJDIR ".libs/"
  1378. | #define WARN_UNUSED_RESULT __attribute__((__warn_unused_result__))
  1379. | #define HAVE_CXX11_ATOMIC_PRIMITIVES 1
  1380. | #define SIZEOF_VOID_P 8
  1381. | #define SIZEOF_INT 4
  1382. | #define SIZEOF_LONG 8
  1383. | #define SIZEOF_LONG_LONG 8
  1384. | #define SIZEOF_SIZE_T 8
  1385. | #define HAVE_LIBRT 1
  1386. | #define HAVE_BUILTIN_RETURN_ADDRESS 1
  1387. | #define HAVE_STDINT_H 1
  1388. | #define HAVE_INTTYPES_H 1
  1389. | /* end confdefs.h. */
  1390. | #include <stddef.h>
  1391. | #ifdef HAVE_STDIO_H
  1392. | # include <stdio.h>
  1393. | #endif
  1394. | #ifdef HAVE_STDLIB_H
  1395. | # include <stdlib.h>
  1396. | #endif
  1397. | #ifdef HAVE_STRING_H
  1398. | # include <string.h>
  1399. | #endif
  1400. | #ifdef HAVE_INTTYPES_H
  1401. | # include <inttypes.h>
  1402. | #endif
  1403. | #ifdef HAVE_STDINT_H
  1404. | # include <stdint.h>
  1405. | #endif
  1406. | #ifdef HAVE_STRINGS_H
  1407. | # include <strings.h>
  1408. | #endif
  1409. | #ifdef HAVE_SYS_TYPES_H
  1410. | # include <sys/types.h>
  1411. | #endif
  1412. | #ifdef HAVE_SYS_STAT_H
  1413. | # include <sys/stat.h>
  1414. | #endif
  1415. | #ifdef HAVE_UNISTD_H
  1416. | # include <unistd.h>
  1417. | #endif
  1418. | int
  1419. | main (void)
  1420. | {
  1421. | if (sizeof ((uint64_t)))
  1422. | return 0;
  1423. | ;
  1424. | return 0;
  1425. | }
  1426. configure:21905: result: yes
  1427. configure:21913: checking for uint128_t
  1428. configure:21913: x86_64-pc-linux-gnu-gcc -c -march=native -pipe -O2 conftest.c >&5
  1429. conftest.c: In function 'main':
  1430. conftest.c:84:13: error: 'uint128_t' undeclared (first use in this function); did you mean 'uint32_t'?
  1431. 84 | if (sizeof (uint128_t))
  1432. | ^~~~~~~~~
  1433. | uint32_t
  1434. conftest.c:84:13: note: each undeclared identifier is reported only once for each function it appears in
  1435. configure:21913: $? = 1
  1436. configure: failed program was:
  1437. | /* confdefs.h */
  1438. | #define PACKAGE_NAME "cairo"
  1439. | #define PACKAGE_TARNAME "cairo"
  1440. | #define PACKAGE_VERSION "1.16.0"
  1441. | #define PACKAGE_STRING "cairo 1.16.0"
  1442. | #define PACKAGE_BUGREPORT "https://bugs.freedesktop.org/enter_bug.cgi?product=cairo"
  1443. | #define PACKAGE_URL "https://cairographics.org/"
  1444. | #define HAVE_STDIO_H 1
  1445. | #define HAVE_STDLIB_H 1
  1446. | #define HAVE_STRING_H 1
  1447. | #define HAVE_INTTYPES_H 1
  1448. | #define HAVE_STDINT_H 1
  1449. | #define HAVE_STRINGS_H 1
  1450. | #define HAVE_SYS_STAT_H 1
  1451. | #define HAVE_SYS_TYPES_H 1
  1452. | #define HAVE_UNISTD_H 1
  1453. | #define HAVE_WCHAR_H 1
  1454. | #define STDC_HEADERS 1
  1455. | #define _ALL_SOURCE 1
  1456. | #define _DARWIN_C_SOURCE 1
  1457. | #define _GNU_SOURCE 1
  1458. | #define _HPUX_ALT_XOPEN_SOCKET_API 1
  1459. | #define _NETBSD_SOURCE 1
  1460. | #define _OPENBSD_SOURCE 1
  1461. | #define _POSIX_PTHREAD_SEMANTICS 1
  1462. | #define __STDC_WANT_IEC_60559_ATTRIBS_EXT__ 1
  1463. | #define __STDC_WANT_IEC_60559_BFP_EXT__ 1
  1464. | #define __STDC_WANT_IEC_60559_DFP_EXT__ 1
  1465. | #define __STDC_WANT_IEC_60559_FUNCS_EXT__ 1
  1466. | #define __STDC_WANT_IEC_60559_TYPES_EXT__ 1
  1467. | #define __STDC_WANT_LIB_EXT2__ 1
  1468. | #define __STDC_WANT_MATH_SPEC_FUNCS__ 1
  1469. | #define _TANDEM_SOURCE 1
  1470. | #define __EXTENSIONS__ 1
  1471. | #define HAVE_UNISTD_H 1
  1472. | #define HAVE_SYS_IOCTL_H 1
  1473. | #define HAVE_TYPEOF 1
  1474. | #define HAVE_DLFCN_H 1
  1475. | #define LT_OBJDIR ".libs/"
  1476. | #define WARN_UNUSED_RESULT __attribute__((__warn_unused_result__))
  1477. | #define HAVE_CXX11_ATOMIC_PRIMITIVES 1
  1478. | #define SIZEOF_VOID_P 8
  1479. | #define SIZEOF_INT 4
  1480. | #define SIZEOF_LONG 8
  1481. | #define SIZEOF_LONG_LONG 8
  1482. | #define SIZEOF_SIZE_T 8
  1483. | #define HAVE_LIBRT 1
  1484. | #define HAVE_BUILTIN_RETURN_ADDRESS 1
  1485. | #define HAVE_STDINT_H 1
  1486. | #define HAVE_INTTYPES_H 1
  1487. | #define HAVE_UINT64_T 1
  1488. | /* end confdefs.h. */
  1489. | #include <stddef.h>
  1490. | #ifdef HAVE_STDIO_H
  1491. | # include <stdio.h>
  1492. | #endif
  1493. | #ifdef HAVE_STDLIB_H
  1494. | # include <stdlib.h>
  1495. | #endif
  1496. | #ifdef HAVE_STRING_H
  1497. | # include <string.h>
  1498. | #endif
  1499. | #ifdef HAVE_INTTYPES_H
  1500. | # include <inttypes.h>
  1501. | #endif
  1502. | #ifdef HAVE_STDINT_H
  1503. | # include <stdint.h>
  1504. | #endif
  1505. | #ifdef HAVE_STRINGS_H
  1506. | # include <strings.h>
  1507. | #endif
  1508. | #ifdef HAVE_SYS_TYPES_H
  1509. | # include <sys/types.h>
  1510. | #endif
  1511. | #ifdef HAVE_SYS_STAT_H
  1512. | # include <sys/stat.h>
  1513. | #endif
  1514. | #ifdef HAVE_UNISTD_H
  1515. | # include <unistd.h>
  1516. | #endif
  1517. | int
  1518. | main (void)
  1519. | {
  1520. | if (sizeof (uint128_t))
  1521. | return 0;
  1522. | ;
  1523. | return 0;
  1524. | }
  1525. configure:21913: result: no
  1526. configure:21921: checking for __uint128_t
  1527. configure:21921: x86_64-pc-linux-gnu-gcc -c -march=native -pipe -O2 conftest.c >&5
  1528. configure:21921: $? = 0
  1529. configure:21921: x86_64-pc-linux-gnu-gcc -c -march=native -pipe -O2 conftest.c >&5
  1530. conftest.c: In function 'main':
  1531. conftest.c:84:26: error: expected expression before ')' token
  1532. 84 | if (sizeof ((__uint128_t)))
  1533. | ^
  1534. configure:21921: $? = 1
  1535. configure: failed program was:
  1536. | /* confdefs.h */
  1537. | #define PACKAGE_NAME "cairo"
  1538. | #define PACKAGE_TARNAME "cairo"
  1539. | #define PACKAGE_VERSION "1.16.0"
  1540. | #define PACKAGE_STRING "cairo 1.16.0"
  1541. | #define PACKAGE_BUGREPORT "https://bugs.freedesktop.org/enter_bug.cgi?product=cairo"
  1542. | #define PACKAGE_URL "https://cairographics.org/"
  1543. | #define HAVE_STDIO_H 1
  1544. | #define HAVE_STDLIB_H 1
  1545. | #define HAVE_STRING_H 1
  1546. | #define HAVE_INTTYPES_H 1
  1547. | #define HAVE_STDINT_H 1
  1548. | #define HAVE_STRINGS_H 1
  1549. | #define HAVE_SYS_STAT_H 1
  1550. | #define HAVE_SYS_TYPES_H 1
  1551. | #define HAVE_UNISTD_H 1
  1552. | #define HAVE_WCHAR_H 1
  1553. | #define STDC_HEADERS 1
  1554. | #define _ALL_SOURCE 1
  1555. | #define _DARWIN_C_SOURCE 1
  1556. | #define _GNU_SOURCE 1
  1557. | #define _HPUX_ALT_XOPEN_SOCKET_API 1
  1558. | #define _NETBSD_SOURCE 1
  1559. | #define _OPENBSD_SOURCE 1
  1560. | #define _POSIX_PTHREAD_SEMANTICS 1
  1561. | #define __STDC_WANT_IEC_60559_ATTRIBS_EXT__ 1
  1562. | #define __STDC_WANT_IEC_60559_BFP_EXT__ 1
  1563. | #define __STDC_WANT_IEC_60559_DFP_EXT__ 1
  1564. | #define __STDC_WANT_IEC_60559_FUNCS_EXT__ 1
  1565. | #define __STDC_WANT_IEC_60559_TYPES_EXT__ 1
  1566. | #define __STDC_WANT_LIB_EXT2__ 1
  1567. | #define __STDC_WANT_MATH_SPEC_FUNCS__ 1
  1568. | #define _TANDEM_SOURCE 1
  1569. | #define __EXTENSIONS__ 1
  1570. | #define HAVE_UNISTD_H 1
  1571. | #define HAVE_SYS_IOCTL_H 1
  1572. | #define HAVE_TYPEOF 1
  1573. | #define HAVE_DLFCN_H 1
  1574. | #define LT_OBJDIR ".libs/"
  1575. | #define WARN_UNUSED_RESULT __attribute__((__warn_unused_result__))
  1576. | #define HAVE_CXX11_ATOMIC_PRIMITIVES 1
  1577. | #define SIZEOF_VOID_P 8
  1578. | #define SIZEOF_INT 4
  1579. | #define SIZEOF_LONG 8
  1580. | #define SIZEOF_LONG_LONG 8
  1581. | #define SIZEOF_SIZE_T 8
  1582. | #define HAVE_LIBRT 1
  1583. | #define HAVE_BUILTIN_RETURN_ADDRESS 1
  1584. | #define HAVE_STDINT_H 1
  1585. | #define HAVE_INTTYPES_H 1
  1586. | #define HAVE_UINT64_T 1
  1587. | /* end confdefs.h. */
  1588. | #include <stddef.h>
  1589. | #ifdef HAVE_STDIO_H
  1590. | # include <stdio.h>
  1591. | #endif
  1592. | #ifdef HAVE_STDLIB_H
  1593. | # include <stdlib.h>
  1594. | #endif
  1595. | #ifdef HAVE_STRING_H
  1596. | # include <string.h>
  1597. | #endif
  1598. | #ifdef HAVE_INTTYPES_H
  1599. | # include <inttypes.h>
  1600. | #endif
  1601. | #ifdef HAVE_STDINT_H
  1602. | # include <stdint.h>
  1603. | #endif
  1604. | #ifdef HAVE_STRINGS_H
  1605. | # include <strings.h>
  1606. | #endif
  1607. | #ifdef HAVE_SYS_TYPES_H
  1608. | # include <sys/types.h>
  1609. | #endif
  1610. | #ifdef HAVE_SYS_STAT_H
  1611. | # include <sys/stat.h>
  1612. | #endif
  1613. | #ifdef HAVE_UNISTD_H
  1614. | # include <unistd.h>
  1615. | #endif
  1616. | int
  1617. | main (void)
  1618. | {
  1619. | if (sizeof ((__uint128_t)))
  1620. | return 0;
  1621. | ;
  1622. | return 0;
  1623. | }
  1624. configure:21921: result: yes
  1625. configure:21931: checking for fcntl.h
  1626. configure:21931: x86_64-pc-linux-gnu-gcc -c -march=native -pipe -O2 conftest.c >&5
  1627. configure:21931: $? = 0
  1628. configure:21931: result: yes
  1629. configure:21937: checking for unistd.h
  1630. configure:21937: result: yes
  1631. configure:21943: checking for signal.h
  1632. configure:21943: x86_64-pc-linux-gnu-gcc -c -march=native -pipe -O2 conftest.c >&5
  1633. configure:21943: $? = 0
  1634. configure:21943: result: yes
  1635. configure:21949: checking for sys/stat.h
  1636. configure:21949: result: yes
  1637. configure:21955: checking for sys/socket.h
  1638. configure:21955: x86_64-pc-linux-gnu-gcc -c -march=native -pipe -O2 conftest.c >&5
  1639. configure:21955: $? = 0
  1640. configure:21955: result: yes
  1641. configure:21961: checking for sys/poll.h
  1642. configure:21961: x86_64-pc-linux-gnu-gcc -c -march=native -pipe -O2 conftest.c >&5
  1643. configure:21961: $? = 0
  1644. configure:21961: result: yes
  1645. configure:21967: checking for sys/un.h
  1646. configure:21967: x86_64-pc-linux-gnu-gcc -c -march=native -pipe -O2 conftest.c >&5
  1647. configure:21967: $? = 0
  1648. configure:21967: result: yes
  1649. configure:21975: checking for alarm
  1650. configure:21975: x86_64-pc-linux-gnu-gcc -o conftest -march=native -pipe -O2 -Wl,-O1 -Wl,--as-needed conftest.c -lrt -lm >&5
  1651. configure:21975: $? = 0
  1652. configure:21975: result: yes
  1653. configure:21985: checking for sched.h
  1654. configure:21985: x86_64-pc-linux-gnu-gcc -c -march=native -pipe -O2 conftest.c >&5
  1655. configure:21985: $? = 0
  1656. configure:21985: result: yes
  1657. configure:21989: checking for sched_getaffinity
  1658. configure:21989: x86_64-pc-linux-gnu-gcc -o conftest -march=native -pipe -O2 -Wl,-O1 -Wl,--as-needed conftest.c -lrt -lm >&5
  1659. configure:21989: $? = 0
  1660. configure:21989: result: yes
  1661. configure:22002: checking for sys/mman.h
  1662. configure:22002: x86_64-pc-linux-gnu-gcc -c -march=native -pipe -O2 conftest.c >&5
  1663. configure:22002: $? = 0
  1664. configure:22002: result: yes
  1665. configure:22006: checking for mmap
  1666. configure:22006: x86_64-pc-linux-gnu-gcc -o conftest -march=native -pipe -O2 -Wl,-O1 -Wl,--as-needed conftest.c -lrt -lm >&5
  1667. configure:22006: $? = 0
  1668. configure:22006: result: yes
  1669. configure:22019: checking for time.h
  1670. configure:22019: x86_64-pc-linux-gnu-gcc -c -march=native -pipe -O2 conftest.c >&5
  1671. configure:22019: $? = 0
  1672. configure:22019: result: yes
  1673. configure:22023: checking for clock_gettime
  1674. configure:22023: x86_64-pc-linux-gnu-gcc -o conftest -march=native -pipe -O2 -Wl,-O1 -Wl,--as-needed conftest.c -lrt -lm >&5
  1675. configure:22023: $? = 0
  1676. configure:22023: result: yes
  1677. configure:22034: checking for fenv.h
  1678. configure:22034: x86_64-pc-linux-gnu-gcc -c -march=native -pipe -O2 conftest.c >&5
  1679. configure:22034: $? = 0
  1680. configure:22034: result: yes
  1681. configure:22037: checking for feenableexcept
  1682. configure:22037: x86_64-pc-linux-gnu-gcc -o conftest -march=native -pipe -O2 -Wl,-O1 -Wl,--as-needed conftest.c -lrt -lm >&5
  1683. configure:22037: $? = 0
  1684. configure:22037: result: yes
  1685. configure:22043: checking for fedisableexcept
  1686. configure:22043: x86_64-pc-linux-gnu-gcc -o conftest -march=native -pipe -O2 -Wl,-O1 -Wl,--as-needed conftest.c -lrt -lm >&5
  1687. configure:22043: $? = 0
  1688. configure:22043: result: yes
  1689. configure:22049: checking for feclearexcept
  1690. configure:22049: x86_64-pc-linux-gnu-gcc -o conftest -march=native -pipe -O2 -Wl,-O1 -Wl,--as-needed conftest.c -lrt -lm >&5
  1691. conftest.c:86:6: warning: conflicting types for built-in function 'feclearexcept'; expected 'int(int)' [-Wbuiltin-declaration-mismatch]
  1692. 86 | char feclearexcept ();
  1693. | ^~~~~~~~~~~~~
  1694. configure:22049: $? = 0
  1695. configure:22049: result: yes
  1696. configure:22059: checking for libgen.h
  1697. configure:22059: x86_64-pc-linux-gnu-gcc -c -march=native -pipe -O2 conftest.c >&5
  1698. configure:22059: $? = 0
  1699. configure:22059: result: yes
  1700. configure:22065: checking for byteswap.h
  1701. configure:22065: x86_64-pc-linux-gnu-gcc -c -march=native -pipe -O2 conftest.c >&5
  1702. configure:22065: $? = 0
  1703. configure:22065: result: yes
  1704. configure:22071: checking for signal.h
  1705. configure:22071: result: yes
  1706. configure:22077: checking for setjmp.h
  1707. configure:22077: x86_64-pc-linux-gnu-gcc -c -march=native -pipe -O2 conftest.c >&5
  1708. configure:22077: $? = 0
  1709. configure:22077: result: yes
  1710. configure:22083: checking for fenv.h
  1711. configure:22083: result: yes
  1712. configure:22089: checking for sys/wait.h
  1713. configure:22089: x86_64-pc-linux-gnu-gcc -c -march=native -pipe -O2 conftest.c >&5
  1714. configure:22089: $? = 0
  1715. configure:22089: result: yes
  1716. configure:22096: checking for ctime_r
  1717. configure:22096: x86_64-pc-linux-gnu-gcc -o conftest -march=native -pipe -O2 -Wl,-O1 -Wl,--as-needed conftest.c -lrt -lm >&5
  1718. configure:22096: $? = 0
  1719. configure:22096: result: yes
  1720. configure:22102: checking for localtime_r
  1721. configure:22102: x86_64-pc-linux-gnu-gcc -o conftest -march=native -pipe -O2 -Wl,-O1 -Wl,--as-needed conftest.c -lrt -lm >&5
  1722. configure:22102: $? = 0
  1723. configure:22102: result: yes
  1724. configure:22108: checking for gmtime_r
  1725. configure:22108: x86_64-pc-linux-gnu-gcc -o conftest -march=native -pipe -O2 -Wl,-O1 -Wl,--as-needed conftest.c -lrt -lm >&5
  1726. configure:22108: $? = 0
  1727. configure:22108: result: yes
  1728. configure:22114: checking for drand48
  1729. configure:22114: x86_64-pc-linux-gnu-gcc -o conftest -march=native -pipe -O2 -Wl,-O1 -Wl,--as-needed conftest.c -lrt -lm >&5
  1730. configure:22114: $? = 0
  1731. configure:22114: result: yes
  1732. configure:22120: checking for flockfile
  1733. configure:22120: x86_64-pc-linux-gnu-gcc -o conftest -march=native -pipe -O2 -Wl,-O1 -Wl,--as-needed conftest.c -lrt -lm >&5
  1734. configure:22120: $? = 0
  1735. configure:22120: result: yes
  1736. configure:22126: checking for funlockfile
  1737. configure:22126: x86_64-pc-linux-gnu-gcc -o conftest -march=native -pipe -O2 -Wl,-O1 -Wl,--as-needed conftest.c -lrt -lm >&5
  1738. configure:22126: $? = 0
  1739. configure:22126: result: yes
  1740. configure:22132: checking for getline
  1741. configure:22132: x86_64-pc-linux-gnu-gcc -o conftest -march=native -pipe -O2 -Wl,-O1 -Wl,--as-needed conftest.c -lrt -lm >&5
  1742. configure:22132: $? = 0
  1743. configure:22132: result: yes
  1744. configure:22138: checking for link
  1745. configure:22138: x86_64-pc-linux-gnu-gcc -o conftest -march=native -pipe -O2 -Wl,-O1 -Wl,--as-needed conftest.c -lrt -lm >&5
  1746. configure:22138: $? = 0
  1747. configure:22138: result: yes
  1748. configure:22144: checking for strndup
  1749. configure:22144: x86_64-pc-linux-gnu-gcc -o conftest -march=native -pipe -O2 -Wl,-O1 -Wl,--as-needed conftest.c -lrt -lm >&5
  1750. conftest.c:101:6: warning: conflicting types for built-in function 'strndup'; expected 'char *(const char *, long unsigned int)' [-Wbuiltin-declaration-mismatch]
  1751. 101 | char strndup ();
  1752. | ^~~~~~~
  1753. configure:22144: $? = 0
  1754. configure:22144: result: yes
  1755. configure:22159: x86_64-pc-linux-gnu-gcc -c -march=native -pipe -O2 conftest.c >&5
  1756. configure:22159: $? = 0
  1757. configure:22167: checking for sys/stat.h
  1758. configure:22167: result: yes
  1759. configure:22173: checking for io.h
  1760. configure:22173: x86_64-pc-linux-gnu-gcc -c -march=native -pipe -O2 conftest.c >&5
  1761. conftest.c:115:10: fatal error: io.h: No such file or directory
  1762. 115 | #include <io.h>
  1763. | ^~~~~~
  1764. compilation terminated.
  1765. configure:22173: $? = 1
  1766. configure: failed program was:
  1767. | /* confdefs.h */
  1768. | #define PACKAGE_NAME "cairo"
  1769. | #define PACKAGE_TARNAME "cairo"
  1770. | #define PACKAGE_VERSION "1.16.0"
  1771. | #define PACKAGE_STRING "cairo 1.16.0"
  1772. | #define PACKAGE_BUGREPORT "https://bugs.freedesktop.org/enter_bug.cgi?product=cairo"
  1773. | #define PACKAGE_URL "https://cairographics.org/"
  1774. | #define HAVE_STDIO_H 1
  1775. | #define HAVE_STDLIB_H 1
  1776. | #define HAVE_STRING_H 1
  1777. | #define HAVE_INTTYPES_H 1
  1778. | #define HAVE_STDINT_H 1
  1779. | #define HAVE_STRINGS_H 1
  1780. | #define HAVE_SYS_STAT_H 1
  1781. | #define HAVE_SYS_TYPES_H 1
  1782. | #define HAVE_UNISTD_H 1
  1783. | #define HAVE_WCHAR_H 1
  1784. | #define STDC_HEADERS 1
  1785. | #define _ALL_SOURCE 1
  1786. | #define _DARWIN_C_SOURCE 1
  1787. | #define _GNU_SOURCE 1
  1788. | #define _HPUX_ALT_XOPEN_SOCKET_API 1
  1789. | #define _NETBSD_SOURCE 1
  1790. | #define _OPENBSD_SOURCE 1
  1791. | #define _POSIX_PTHREAD_SEMANTICS 1
  1792. | #define __STDC_WANT_IEC_60559_ATTRIBS_EXT__ 1
  1793. | #define __STDC_WANT_IEC_60559_BFP_EXT__ 1
  1794. | #define __STDC_WANT_IEC_60559_DFP_EXT__ 1
  1795. | #define __STDC_WANT_IEC_60559_FUNCS_EXT__ 1
  1796. | #define __STDC_WANT_IEC_60559_TYPES_EXT__ 1
  1797. | #define __STDC_WANT_LIB_EXT2__ 1
  1798. | #define __STDC_WANT_MATH_SPEC_FUNCS__ 1
  1799. | #define _TANDEM_SOURCE 1
  1800. | #define __EXTENSIONS__ 1
  1801. | #define HAVE_UNISTD_H 1
  1802. | #define HAVE_SYS_IOCTL_H 1
  1803. | #define HAVE_TYPEOF 1
  1804. | #define HAVE_DLFCN_H 1
  1805. | #define LT_OBJDIR ".libs/"
  1806. | #define WARN_UNUSED_RESULT __attribute__((__warn_unused_result__))
  1807. | #define HAVE_CXX11_ATOMIC_PRIMITIVES 1
  1808. | #define SIZEOF_VOID_P 8
  1809. | #define SIZEOF_INT 4
  1810. | #define SIZEOF_LONG 8
  1811. | #define SIZEOF_LONG_LONG 8
  1812. | #define SIZEOF_SIZE_T 8
  1813. | #define HAVE_LIBRT 1
  1814. | #define HAVE_BUILTIN_RETURN_ADDRESS 1
  1815. | #define HAVE_STDINT_H 1
  1816. | #define HAVE_INTTYPES_H 1
  1817. | #define HAVE_UINT64_T 1
  1818. | #define HAVE___UINT128_T 1
  1819. | #define HAVE_FCNTL_H 1
  1820. | #define HAVE_UNISTD_H 1
  1821. | #define HAVE_SIGNAL_H 1
  1822. | #define HAVE_SYS_STAT_H 1
  1823. | #define HAVE_SYS_SOCKET_H 1
  1824. | #define HAVE_SYS_POLL_H 1
  1825. | #define HAVE_SYS_UN_H 1
  1826. | #define HAVE_ALARM 1
  1827. | #define HAVE_SCHED_H 1
  1828. | #define HAVE_SCHED_GETAFFINITY 1
  1829. | #define HAVE_SYS_MMAN_H 1
  1830. | #define HAVE_MMAP 1
  1831. | #define HAVE_TIME_H 1
  1832. | #define HAVE_CLOCK_GETTIME 1
  1833. | #define HAVE_FEENABLEEXCEPT 1
  1834. | #define HAVE_FEDISABLEEXCEPT 1
  1835. | #define HAVE_FECLEAREXCEPT 1
  1836. | #define HAVE_LIBGEN_H 1
  1837. | #define HAVE_BYTESWAP_H 1
  1838. | #define HAVE_SIGNAL_H 1
  1839. | #define HAVE_SETJMP_H 1
  1840. | #define HAVE_FENV_H 1
  1841. | #define HAVE_SYS_WAIT_H 1
  1842. | #define HAVE_CTIME_R 1
  1843. | #define HAVE_LOCALTIME_R 1
  1844. | #define HAVE_GMTIME_R 1
  1845. | #define HAVE_DRAND48 1
  1846. | #define HAVE_FLOCKFILE 1
  1847. | #define HAVE_FUNLOCKFILE 1
  1848. | #define HAVE_GETLINE 1
  1849. | #define HAVE_LINK 1
  1850. | #define HAVE_STRNDUP 1
  1851. | #define HAVE_SYS_STAT_H 1
  1852. | /* end confdefs.h. */
  1853. | #include <stddef.h>
  1854. | #ifdef HAVE_STDIO_H
  1855. | # include <stdio.h>
  1856. | #endif
  1857. | #ifdef HAVE_STDLIB_H
  1858. | # include <stdlib.h>
  1859. | #endif
  1860. | #ifdef HAVE_STRING_H
  1861. | # include <string.h>
  1862. | #endif
  1863. | #ifdef HAVE_INTTYPES_H
  1864. | # include <inttypes.h>
  1865. | #endif
  1866. | #ifdef HAVE_STDINT_H
  1867. | # include <stdint.h>
  1868. | #endif
  1869. | #ifdef HAVE_STRINGS_H
  1870. | # include <strings.h>
  1871. | #endif
  1872. | #ifdef HAVE_SYS_TYPES_H
  1873. | # include <sys/types.h>
  1874. | #endif
  1875. | #ifdef HAVE_SYS_STAT_H
  1876. | # include <sys/stat.h>
  1877. | #endif
  1878. | #ifdef HAVE_UNISTD_H
  1879. | # include <unistd.h>
  1880. | #endif
  1881. | #include <io.h>
  1882. configure:22173: result: no
  1883. configure:22180: checking for mkdir
  1884. configure:22180: x86_64-pc-linux-gnu-gcc -o conftest -march=native -pipe -O2 -Wl,-O1 -Wl,--as-needed conftest.c -lrt -lm >&5
  1885. configure:22180: $? = 0
  1886. configure:22180: result: yes
  1887. configure:22183: checking mkdir variant
  1888. configure:22206: x86_64-pc-linux-gnu-gcc -c -Wall -Wextra -Wmissing-declarations -Werror-implicit-function-declaration -Wpointer-arith -Wwrite-strings -Wsign-compare -Wpacked -Wswitch-enum -Wmissing-format-attribute -Wvolatile-register-var -Wstrict-aliasing=2 -Winit-self -Wunsafe-loop-optimizations -Wno-missing-field-initializers -Wno-unused-parameter -Wno-attributes -Wno-long-long -Winline -fno-strict-aliasing -fno-common -Wp,-D_FORTIFY_SOURCE=2 -Wno-unused-but-set-variable conftest.c >&5
  1889. In file included from /usr/include/sys/stat.h:25,
  1890. from conftest.c:89:
  1891. /usr/include/features.h:397:4: warning: #warning _FORTIFY_SOURCE requires compiling with optimization (-O) [-Wcpp]
  1892. 397 | # warning _FORTIFY_SOURCE requires compiling with optimization (-O)
  1893. | ^~~~~~~
  1894. configure:22206: $? = 0
  1895. configure:22235: result: mkdir(path, mode)
  1896. configure:22251: checking for fork
  1897. configure:22251: x86_64-pc-linux-gnu-gcc -o conftest -march=native -pipe -O2 -Wl,-O1 -Wl,--as-needed conftest.c -lrt -lm >&5
  1898. conftest.c:104:6: warning: conflicting types for built-in function 'fork'; expected 'int(void)' [-Wbuiltin-declaration-mismatch]
  1899. 104 | char fork ();
  1900. | ^~~~
  1901. configure:22251: $? = 0
  1902. configure:22251: result: yes
  1903. configure:22257: checking for waitpid
  1904. configure:22257: x86_64-pc-linux-gnu-gcc -o conftest -march=native -pipe -O2 -Wl,-O1 -Wl,--as-needed conftest.c -lrt -lm >&5
  1905. configure:22257: $? = 0
  1906. configure:22257: result: yes
  1907. configure:22263: checking for raise
  1908. configure:22263: x86_64-pc-linux-gnu-gcc -o conftest -march=native -pipe -O2 -Wl,-O1 -Wl,--as-needed conftest.c -lrt -lm >&5
  1909. configure:22263: $? = 0
  1910. configure:22263: result: yes
  1911. configure:22795: checking for compress in -lz
  1912. configure:22818: x86_64-pc-linux-gnu-gcc -o conftest -march=native -pipe -O2 -Wl,-O1 -Wl,--as-needed conftest.c -lz -lrt -lm >&5
  1913. configure:22818: $? = 0
  1914. configure:22828: result: yes
  1915. configure:22832: checking for zlib.h
  1916. configure:22832: x86_64-pc-linux-gnu-gcc -c -march=native -pipe -O2 conftest.c >&5
  1917. configure:22832: $? = 0
  1918. configure:22832: result: yes
  1919. configure:22851: checking for lzo2a_decompress in -llzo2
  1920. configure:22874: x86_64-pc-linux-gnu-gcc -o conftest -march=native -pipe -O2 -Wl,-O1 -Wl,--as-needed conftest.c -llzo2 -lrt -lm >&5
  1921. configure:22874: $? = 0
  1922. configure:22884: result: yes
  1923. configure:22888: checking for lzo/lzo2a.h
  1924. configure:22888: x86_64-pc-linux-gnu-gcc -c -march=native -pipe -O2 conftest.c >&5
  1925. configure:22888: $? = 0
  1926. configure:22888: result: yes
  1927. configure:22909: checking for dlsym in -ldl
  1928. configure:22932: x86_64-pc-linux-gnu-gcc -o conftest -march=native -pipe -O2 -Wl,-O1 -Wl,--as-needed conftest.c -ldl -lrt -lm >&5
  1929. configure:22932: $? = 0
  1930. configure:22942: result: yes
  1931. configure:22963: checking for dlfcn.h
  1932. configure:22963: result: yes
  1933. configure:22995: checking for xlocale.h
  1934. configure:22995: x86_64-pc-linux-gnu-gcc -c -march=native -pipe -O2 conftest.c >&5
  1935. conftest.c:131:10: fatal error: xlocale.h: No such file or directory
  1936. 131 | #include <xlocale.h>
  1937. | ^~~~~~~~~~~
  1938. compilation terminated.
  1939. configure:22995: $? = 1
  1940. configure: failed program was:
  1941. | /* confdefs.h */
  1942. | #define PACKAGE_NAME "cairo"
  1943. | #define PACKAGE_TARNAME "cairo"
  1944. | #define PACKAGE_VERSION "1.16.0"
  1945. | #define PACKAGE_STRING "cairo 1.16.0"
  1946. | #define PACKAGE_BUGREPORT "https://bugs.freedesktop.org/enter_bug.cgi?product=cairo"
  1947. | #define PACKAGE_URL "https://cairographics.org/"
  1948. | #define HAVE_STDIO_H 1
  1949. | #define HAVE_STDLIB_H 1
  1950. | #define HAVE_STRING_H 1
  1951. | #define HAVE_INTTYPES_H 1
  1952. | #define HAVE_STDINT_H 1
  1953. | #define HAVE_STRINGS_H 1
  1954. | #define HAVE_SYS_STAT_H 1
  1955. | #define HAVE_SYS_TYPES_H 1
  1956. | #define HAVE_UNISTD_H 1
  1957. | #define HAVE_WCHAR_H 1
  1958. | #define STDC_HEADERS 1
  1959. | #define _ALL_SOURCE 1
  1960. | #define _DARWIN_C_SOURCE 1
  1961. | #define _GNU_SOURCE 1
  1962. | #define _HPUX_ALT_XOPEN_SOCKET_API 1
  1963. | #define _NETBSD_SOURCE 1
  1964. | #define _OPENBSD_SOURCE 1
  1965. | #define _POSIX_PTHREAD_SEMANTICS 1
  1966. | #define __STDC_WANT_IEC_60559_ATTRIBS_EXT__ 1
  1967. | #define __STDC_WANT_IEC_60559_BFP_EXT__ 1
  1968. | #define __STDC_WANT_IEC_60559_DFP_EXT__ 1
  1969. | #define __STDC_WANT_IEC_60559_FUNCS_EXT__ 1
  1970. | #define __STDC_WANT_IEC_60559_TYPES_EXT__ 1
  1971. | #define __STDC_WANT_LIB_EXT2__ 1
  1972. | #define __STDC_WANT_MATH_SPEC_FUNCS__ 1
  1973. | #define _TANDEM_SOURCE 1
  1974. | #define __EXTENSIONS__ 1
  1975. | #define HAVE_UNISTD_H 1
  1976. | #define HAVE_SYS_IOCTL_H 1
  1977. | #define HAVE_TYPEOF 1
  1978. | #define HAVE_DLFCN_H 1
  1979. | #define LT_OBJDIR ".libs/"
  1980. | #define WARN_UNUSED_RESULT __attribute__((__warn_unused_result__))
  1981. | #define HAVE_CXX11_ATOMIC_PRIMITIVES 1
  1982. | #define SIZEOF_VOID_P 8
  1983. | #define SIZEOF_INT 4
  1984. | #define SIZEOF_LONG 8
  1985. | #define SIZEOF_LONG_LONG 8
  1986. | #define SIZEOF_SIZE_T 8
  1987. | #define HAVE_LIBRT 1
  1988. | #define HAVE_BUILTIN_RETURN_ADDRESS 1
  1989. | #define HAVE_STDINT_H 1
  1990. | #define HAVE_INTTYPES_H 1
  1991. | #define HAVE_UINT64_T 1
  1992. | #define HAVE___UINT128_T 1
  1993. | #define HAVE_FCNTL_H 1
  1994. | #define HAVE_UNISTD_H 1
  1995. | #define HAVE_SIGNAL_H 1
  1996. | #define HAVE_SYS_STAT_H 1
  1997. | #define HAVE_SYS_SOCKET_H 1
  1998. | #define HAVE_SYS_POLL_H 1
  1999. | #define HAVE_SYS_UN_H 1
  2000. | #define HAVE_ALARM 1
  2001. | #define HAVE_SCHED_H 1
  2002. | #define HAVE_SCHED_GETAFFINITY 1
  2003. | #define HAVE_SYS_MMAN_H 1
  2004. | #define HAVE_MMAP 1
  2005. | #define HAVE_TIME_H 1
  2006. | #define HAVE_CLOCK_GETTIME 1
  2007. | #define HAVE_FEENABLEEXCEPT 1
  2008. | #define HAVE_FEDISABLEEXCEPT 1
  2009. | #define HAVE_FECLEAREXCEPT 1
  2010. | #define HAVE_LIBGEN_H 1
  2011. | #define HAVE_BYTESWAP_H 1
  2012. | #define HAVE_SIGNAL_H 1
  2013. | #define HAVE_SETJMP_H 1
  2014. | #define HAVE_FENV_H 1
  2015. | #define HAVE_SYS_WAIT_H 1
  2016. | #define HAVE_CTIME_R 1
  2017. | #define HAVE_LOCALTIME_R 1
  2018. | #define HAVE_GMTIME_R 1
  2019. | #define HAVE_DRAND48 1
  2020. | #define HAVE_FLOCKFILE 1
  2021. | #define HAVE_FUNLOCKFILE 1
  2022. | #define HAVE_GETLINE 1
  2023. | #define HAVE_LINK 1
  2024. | #define HAVE_STRNDUP 1
  2025. | #define HAVE_SYS_STAT_H 1
  2026. | #define HAVE_MKDIR 2
  2027. | #define HAVE_FORK 1
  2028. | #define HAVE_WAITPID 1
  2029. | #define HAVE_RAISE 1
  2030. | #undef PACKAGE_VERSION
  2031. | #undef PACKAGE_STRING
  2032. | #undef PACKAGE_NAME
  2033. | #undef PACKAGE_TARNAME
  2034. | #define PACKAGE_VERSION USE_cairo_version_OR_cairo_version_string_INSTEAD
  2035. | #define PACKAGE_STRING USE_cairo_version_OR_cairo_version_string_INSTEAD
  2036. | #define PACKAGE_NAME USE_cairo_INSTEAD
  2037. | #define PACKAGE_TARNAME USE_cairo_INSTEAD
  2038. | #define HAVE_ZLIB 1
  2039. | #define HAVE_LZO 1
  2040. | #define HAVE_DLFCN_H 1
  2041. | #define CAIRO_HAS_DLSYM 1
  2042. | /* end confdefs.h. */
  2043. | #include <stddef.h>
  2044. | #ifdef HAVE_STDIO_H
  2045. | # include <stdio.h>
  2046. | #endif
  2047. | #ifdef HAVE_STDLIB_H
  2048. | # include <stdlib.h>
  2049. | #endif
  2050. | #ifdef HAVE_STRING_H
  2051. | # include <string.h>
  2052. | #endif
  2053. | #ifdef HAVE_INTTYPES_H
  2054. | # include <inttypes.h>
  2055. | #endif
  2056. | #ifdef HAVE_STDINT_H
  2057. | # include <stdint.h>
  2058. | #endif
  2059. | #ifdef HAVE_STRINGS_H
  2060. | # include <strings.h>
  2061. | #endif
  2062. | #ifdef HAVE_SYS_TYPES_H
  2063. | # include <sys/types.h>
  2064. | #endif
  2065. | #ifdef HAVE_SYS_STAT_H
  2066. | # include <sys/stat.h>
  2067. | #endif
  2068. | #ifdef HAVE_UNISTD_H
  2069. | # include <unistd.h>
  2070. | #endif
  2071. | #include <xlocale.h>
  2072. configure:22995: result: no
  2073. configure:23002: checking for newlocale
  2074. configure:23002: x86_64-pc-linux-gnu-gcc -o conftest -march=native -pipe -O2 -Wl,-O1 -Wl,--as-needed conftest.c -lrt -lm >&5
  2075. configure:23002: $? = 0
  2076. configure:23002: result: yes
  2077. configure:23008: checking for strtod_l
  2078. configure:23008: x86_64-pc-linux-gnu-gcc -o conftest -march=native -pipe -O2 -Wl,-O1 -Wl,--as-needed conftest.c -lrt -lm >&5
  2079. configure:23008: $? = 0
  2080. configure:23008: result: yes
  2081. configure:23018: checking for X
  2082. configure:23056: x86_64-pc-linux-gnu-gcc -o conftest -march=native -pipe -O2 -Wl,-O1 -Wl,--as-needed conftest.c -lX11 -lrt -lm >&5
  2083. configure:23056: $? = 0
  2084. configure:23243: result: libraries , headers
  2085. configure:23260: checking for cairo's Xlib surface backend feature
  2086. configure:23278: checking for xlib
  2087. configure:23285: $PKG_CONFIG --exists --print-errors "$xlib_REQUIRES"
  2088. configure:23288: $? = 0
  2089. configure:23301: $PKG_CONFIG --exists --print-errors "$xlib_REQUIRES"
  2090. configure:23304: $? = 0
  2091. configure:24339: result: yes
  2092. configure:24344: checking for sys/ipc.h
  2093. configure:24344: x86_64-pc-linux-gnu-gcc -c -march=native -pipe -O2 conftest.c >&5
  2094. configure:24344: $? = 0
  2095. configure:24344: result: yes
  2096. configure:24350: checking for sys/shm.h
  2097. configure:24350: x86_64-pc-linux-gnu-gcc -c -march=native -pipe -O2 conftest.c >&5
  2098. configure:24350: $? = 0
  2099. configure:24350: result: yes
  2100. configure:24358: checking whether shmctl IPC_RMID allowes subsequent attaches
  2101. configure:24388: x86_64-pc-linux-gnu-gcc -o conftest -march=native -pipe -O2 -Wl,-O1 -Wl,--as-needed conftest.c -lrt -lm >&5
  2102. configure:24388: $? = 0
  2103. configure:24388: ./conftest
  2104. configure:24388: $? = 0
  2105. configure:24393: result: yes
  2106. configure:24405: checking for X11/extensions/XShm.h
  2107. configure:24405: x86_64-pc-linux-gnu-gcc -c -march=native -pipe -O2 conftest.c >&5
  2108. configure:24405: $? = 0
  2109. configure:24405: result: yes
  2110. configure:24413: checking for X11/extensions/shmproto.h
  2111. configure:24413: x86_64-pc-linux-gnu-gcc -c -march=native -pipe -O2 conftest.c >&5
  2112. configure:24413: $? = 0
  2113. configure:24413: result: yes
  2114. configure:24421: checking for X11/extensions/shmstr.h
  2115. configure:24421: x86_64-pc-linux-gnu-gcc -c -march=native -pipe -O2 conftest.c >&5
  2116. configure:24421: $? = 0
  2117. configure:24421: result: yes
  2118. configure:24432: checking whether cairo's Xlib surface backend feature could be enabled
  2119. configure:24434: result: yes
  2120. configure:24665: checking for cairo's Xlib Xrender surface backend feature
  2121. configure:24687: checking for xlib_xrender
  2122. configure:24694: $PKG_CONFIG --exists --print-errors "$xlib_xrender_REQUIRES"
  2123. configure:24697: $? = 0
  2124. configure:24710: $PKG_CONFIG --exists --print-errors "$xlib_xrender_REQUIRES"
  2125. configure:24713: $? = 0
  2126. configure:24774: result: yes
  2127. configure:24783: checking for XRenderCreateSolidFill
  2128. configure:24783: x86_64-pc-linux-gnu-gcc -o conftest -march=native -pipe -O2 -Wl,-O1 -Wl,--as-needed conftest.c -lrt -lm -lX11 -lXext -lXrender -lX11 >&5
  2129. configure:24783: $? = 0
  2130. configure:24783: result: yes
  2131. configure:24789: checking for XRenderCreateLinearGradient
  2132. configure:24789: x86_64-pc-linux-gnu-gcc -o conftest -march=native -pipe -O2 -Wl,-O1 -Wl,--as-needed conftest.c -lrt -lm -lX11 -lXext -lXrender -lX11 >&5
  2133. configure:24789: $? = 0
  2134. configure:24789: result: yes
  2135. configure:24795: checking for XRenderCreateRadialGradient
  2136. configure:24795: x86_64-pc-linux-gnu-gcc -o conftest -march=native -pipe -O2 -Wl,-O1 -Wl,--as-needed conftest.c -lrt -lm -lX11 -lXext -lXrender -lX11 >&5
  2137. configure:24795: $? = 0
  2138. configure:24795: result: yes
  2139. configure:24801: checking for XRenderCreateConicalGradient
  2140. configure:24801: x86_64-pc-linux-gnu-gcc -o conftest -march=native -pipe -O2 -Wl,-O1 -Wl,--as-needed conftest.c -lrt -lm -lX11 -lXext -lXrender -lX11 >&5
  2141. configure:24801: $? = 0
  2142. configure:24801: result: yes
  2143. configure:24814: checking whether cairo's Xlib Xrender surface backend feature could be enabled
  2144. configure:24816: result: yes
  2145. configure:25048: checking for cairo's XCB surface backend feature
  2146. configure:25066: checking for xcb
  2147. configure:25073: $PKG_CONFIG --exists --print-errors "$xcb_REQUIRES"
  2148. configure:25076: $? = 0
  2149. configure:25089: $PKG_CONFIG --exists --print-errors "$xcb_REQUIRES"
  2150. configure:25092: $? = 0
  2151. configure:25127: result: yes
  2152. configure:25133: checking whether cairo's XCB surface backend feature could be enabled
  2153. configure:25135: result: yes
  2154. configure:25690: checking for cairo's XCB/SHM functions feature
  2155. configure:25709: checking for xcb_shm
  2156. configure:25716: $PKG_CONFIG --exists --print-errors "$xcb_shm_REQUIRES"
  2157. configure:25719: $? = 0
  2158. configure:25732: $PKG_CONFIG --exists --print-errors "$xcb_shm_REQUIRES"
  2159. configure:25735: $? = 0
  2160. configure:25770: result: yes
  2161. configure:25779: checking whether cairo's XCB/SHM functions feature could be enabled
  2162. configure:25781: result: yes
  2163. configure:26603: checking for cairo's Quartz font backend feature
  2164. configure:26621: checking whether cairo's Quartz font backend feature could be enabled
  2165. configure:26623: result: no (disabled, use --enable-quartz to enable)
  2166. configure:27108: checking for cairo's Microsoft Windows surface backend feature
  2167. configure:27129: checking whether cairo's Microsoft Windows surface backend feature could be enabled
  2168. configure:27131: result: no (requires a Win32 platform)
  2169. configure:27362: checking for cairo's Microsoft Windows font backend feature
  2170. configure:27380: checking whether cairo's Microsoft Windows font backend feature could be enabled
  2171. configure:27382: result: no (requires a Win32 platform)
  2172. configure:28866: checking for cairo's PNG functions feature
  2173. configure:28899: checking for png
  2174. configure:28906: $PKG_CONFIG --exists --print-errors "$png_REQUIRES"
  2175. configure:28909: $? = 0
  2176. configure:28922: $PKG_CONFIG --exists --print-errors "$png_REQUIRES"
  2177. configure:28925: $? = 0
  2178. configure:28960: result: yes
  2179. configure:28970: checking whether cairo's PNG functions feature could be enabled
  2180. configure:28972: result: yes
  2181. configure:31167: checking for cairo's EGL functions feature
  2182. configure:31474: checking whether cairo's EGL functions feature could be enabled
  2183. configure:31476: result: no (not required by any backend)
  2184. configure:31700: checking for cairo's GLX functions feature
  2185. configure:31734: checking whether cairo's GLX functions feature could be enabled
  2186. configure:31736: result: no (not required by any backend)
  2187. configure:31960: checking for cairo's WGL functions feature
  2188. configure:31989: checking whether cairo's WGL functions feature could be enabled
  2189. configure:31991: result: no (not required by any backend)
  2190. configure:32217: checking for cairo's script surface backend feature
  2191. configure:32238: checking whether cairo's script surface backend feature could be enabled
  2192. configure:32240: result: yes
  2193. configure:32495: checking for cairo's FreeType font backend feature
  2194. configure:32513: checking for FREETYPE
  2195. configure:32520: $PKG_CONFIG --exists --print-errors "freetype2 >= $FREETYPE_MIN_VERSION"
  2196. configure:32523: $? = 0
  2197. configure:32536: $PKG_CONFIG --exists --print-errors "freetype2 >= $FREETYPE_MIN_VERSION"
  2198. configure:32539: $? = 0
  2199. configure:32574: result: yes
  2200. configure:32684: checking whether cairo's FreeType font backend feature could be enabled
  2201. configure:32686: result: yes
  2202. configure:32918: checking for cairo's Fontconfig font backend feature
  2203. configure:32938: checking for FONTCONFIG
  2204. configure:32945: $PKG_CONFIG --exists --print-errors "$fc_REQUIRES"
  2205. configure:32948: $? = 0
  2206. configure:32961: $PKG_CONFIG --exists --print-errors "$fc_REQUIRES"
  2207. configure:32964: $? = 0
  2208. configure:32999: result: yes
  2209. configure:33008: checking whether cairo's Fontconfig font backend feature could be enabled
  2210. configure:33010: result: yes
  2211. configure:33234: checking for FT_Get_X11_Font_Format
  2212. configure:33234: x86_64-pc-linux-gnu-gcc -o conftest -march=native -pipe -O2 -I/usr/include/freetype2 -I/usr/include/harfbuzz -I/usr/include/glib-2.0 -I/usr/lib64/glib-2.0/include -Wl,-O1 -Wl,--as-needed conftest.c -lrt -lm -lfreetype >&5
  2213. configure:33234: $? = 0
  2214. configure:33234: result: yes
  2215. configure:33240: checking for FT_GlyphSlot_Embolden
  2216. configure:33240: x86_64-pc-linux-gnu-gcc -o conftest -march=native -pipe -O2 -I/usr/include/freetype2 -I/usr/include/harfbuzz -I/usr/include/glib-2.0 -I/usr/lib64/glib-2.0/include -Wl,-O1 -Wl,--as-needed conftest.c -lrt -lm -lfreetype >&5
  2217. configure:33240: $? = 0
  2218. configure:33240: result: yes
  2219. configure:33246: checking for FT_GlyphSlot_Oblique
  2220. configure:33246: x86_64-pc-linux-gnu-gcc -o conftest -march=native -pipe -O2 -I/usr/include/freetype2 -I/usr/include/harfbuzz -I/usr/include/glib-2.0 -I/usr/lib64/glib-2.0/include -Wl,-O1 -Wl,--as-needed conftest.c -lrt -lm -lfreetype >&5
  2221. configure:33246: $? = 0
  2222. configure:33246: result: yes
  2223. configure:33252: checking for FT_Load_Sfnt_Table
  2224. configure:33252: x86_64-pc-linux-gnu-gcc -o conftest -march=native -pipe -O2 -I/usr/include/freetype2 -I/usr/include/harfbuzz -I/usr/include/glib-2.0 -I/usr/lib64/glib-2.0/include -Wl,-O1 -Wl,--as-needed conftest.c -lrt -lm -lfreetype >&5
  2225. configure:33252: $? = 0
  2226. configure:33252: result: yes
  2227. configure:33258: checking for FT_Library_SetLcdFilter
  2228. configure:33258: x86_64-pc-linux-gnu-gcc -o conftest -march=native -pipe -O2 -I/usr/include/freetype2 -I/usr/include/harfbuzz -I/usr/include/glib-2.0 -I/usr/lib64/glib-2.0/include -Wl,-O1 -Wl,--as-needed conftest.c -lrt -lm -lfreetype >&5
  2229. configure:33258: $? = 0
  2230. configure:33258: result: yes
  2231. configure:33264: checking for FT_Get_Var_Design_Coordinates
  2232. configure:33264: x86_64-pc-linux-gnu-gcc -o conftest -march=native -pipe -O2 -I/usr/include/freetype2 -I/usr/include/harfbuzz -I/usr/include/glib-2.0 -I/usr/lib64/glib-2.0/include -Wl,-O1 -Wl,--as-needed conftest.c -lrt -lm -lfreetype >&5
  2233. configure:33264: $? = 0
  2234. configure:33264: result: yes
  2235. configure:33270: checking for FT_Done_MM_Var
  2236. configure:33270: x86_64-pc-linux-gnu-gcc -o conftest -march=native -pipe -O2 -I/usr/include/freetype2 -I/usr/include/harfbuzz -I/usr/include/glib-2.0 -I/usr/lib64/glib-2.0/include -Wl,-O1 -Wl,--as-needed conftest.c -lrt -lm -lfreetype >&5
  2237. configure:33270: $? = 0
  2238. configure:33270: result: yes
  2239. configure:33278: checking for FT_HAS_COLOR
  2240. configure:33296: x86_64-pc-linux-gnu-gcc -o conftest -march=native -pipe -O2 -I/usr/include/freetype2 -I/usr/include/harfbuzz -I/usr/include/glib-2.0 -I/usr/lib64/glib-2.0/include -Wl,-O1 -Wl,--as-needed conftest.c -lrt -lm -lfreetype >&5
  2241. configure:33296: $? = 0
  2242. configure:33298: result: yes
  2243. configure:33321: checking for FcInit
  2244. configure:33321: x86_64-pc-linux-gnu-gcc -o conftest -march=native -pipe -O2 -I/usr/include/freetype2 -I/usr/include/harfbuzz -I/usr/include/glib-2.0 -I/usr/lib64/glib-2.0/include -I/usr/include/uuid -Wl,-O1 -Wl,--as-needed conftest.c -lrt -lm -lfontconfig -lfreetype >&5
  2245. configure:33321: $? = 0
  2246. configure:33321: result: yes
  2247. configure:33327: checking for FcFini
  2248. configure:33327: x86_64-pc-linux-gnu-gcc -o conftest -march=native -pipe -O2 -I/usr/include/freetype2 -I/usr/include/harfbuzz -I/usr/include/glib-2.0 -I/usr/lib64/glib-2.0/include -I/usr/include/uuid -Wl,-O1 -Wl,--as-needed conftest.c -lrt -lm -lfontconfig -lfreetype >&5
  2249. configure:33327: $? = 0
  2250. configure:33327: result: yes
  2251. configure:33353: checking for cairo's PostScript surface backend feature
  2252. configure:33373: checking whether cairo's PostScript surface backend feature could be enabled
  2253. configure:33375: result: yes
  2254. configure:33603: checking for gs
  2255. configure:33624: found /usr/bin/gs
  2256. configure:33635: result: gs
  2257. configure:33657: checking for LIBSPECTRE
  2258. configure:33664: $PKG_CONFIG --exists --print-errors "$libspectre_DEPENDENCY"
  2259. configure:33667: $? = 0
  2260. configure:33680: $PKG_CONFIG --exists --print-errors "$libspectre_DEPENDENCY"
  2261. configure:33683: $? = 0
  2262. configure:33718: result: yes
  2263. configure:33762: checking for cairo's PDF surface backend feature
  2264. configure:33782: checking whether cairo's PDF surface backend feature could be enabled
  2265. configure:33784: result: yes
  2266. configure:34014: checking for POPPLER
  2267. configure:34021: $PKG_CONFIG --exists --print-errors "$poppler_DEPENDENCY"
  2268. configure:34024: $? = 0
  2269. configure:34037: $PKG_CONFIG --exists --print-errors "$poppler_DEPENDENCY"
  2270. configure:34040: $? = 0
  2271. configure:34075: result: yes
  2272. configure:34084: checking for poppler_page_render
  2273. configure:34084: x86_64-pc-linux-gnu-gcc -o conftest -march=native -pipe -O2 -I/usr/include/poppler/glib -I/usr/include/glib-2.0 -I/usr/lib64/glib-2.0/include -I/usr/lib64/libffi/include -I/usr/include/cairo -I/usr/include/pixman-1 -I/usr/include/freetype2 -I/usr/include/harfbuzz -I/usr/include/uuid -I/usr/include/libpng16 -I/usr/include/poppler -Wl,-O1 -Wl,--as-needed conftest.c -lrt -lm -lpoppler-glib -lgobject-2.0 -lglib-2.0 -lcairo >&5
  2274. configure:34084: $? = 0
  2275. configure:34084: result: yes
  2276. configure:34142: checking for cairo's SVG surface backend feature
  2277. configure:34162: checking whether cairo's SVG surface backend feature could be enabled
  2278. configure:34164: result: yes
  2279. configure:34392: checking for LIBRSVG
  2280. configure:34399: $PKG_CONFIG --exists --print-errors "$librsvg_DEPENDENCY gdk-2.0"
  2281. configure:34402: $? = 0
  2282. configure:34415: $PKG_CONFIG --exists --print-errors "$librsvg_DEPENDENCY gdk-2.0"
  2283. configure:34418: $? = 0
  2284. configure:34453: result: yes
  2285. configure:34462: checking for rsvg_pixbuf_from_file
  2286. configure:34462: x86_64-pc-linux-gnu-gcc -o conftest -march=native -pipe -O2 -I/usr/include/librsvg-2.0 -I/usr/include/glib-2.0 -I/usr/lib64/glib-2.0/include -I/usr/lib64/libffi/include -I/usr/include/libmount -I/usr/include/blkid -I/usr/include/gdk-pixbuf-2.0 -I/usr/include/libpng16 -I/usr/include/cairo -I/usr/include/pixman-1 -I/usr/include/freetype2 -I/usr/include/harfbuzz -I/usr/include/uuid -I/usr/include/gtk-2.0 -I/usr/lib64/gtk-2.0/include -I/usr/include/pango-1.0 -I/usr/include/fribidi -pthread -Wl,-O1 -Wl,--as-needed conftest.c -lrt -lm -lrsvg-2 -lm -lgio-2.0 -lgdk-x11-2.0 -lpangocairo-1.0 -lpango-1.0 -lharfbuzz -lcairo -lgdk_pixbuf-2.0 -lgobject-2.0 -lglib-2.0 >&5
  2287. configure:34462: $? = 0
  2288. configure:34462: result: yes
  2289. configure:34688: checking for cairo's image surface backend feature
  2290. configure:34706: checking for pixman
  2291. configure:34713: $PKG_CONFIG --exists --print-errors "$pixman_REQUIRES"
  2292. configure:34716: $? = 0
  2293. configure:34729: $PKG_CONFIG --exists --print-errors "$pixman_REQUIRES"
  2294. configure:34732: $? = 0
  2295. configure:34767: result: yes
  2296. configure:34776: checking whether cairo's image surface backend feature could be enabled
  2297. configure:34778: result: yes
  2298. configure:34937: checking for cairo's mime surface backend feature
  2299. configure:34953: checking whether cairo's mime surface backend feature could be enabled
  2300. configure:34955: result: yes
  2301. configure:35105: checking for cairo's recording surface backend feature
  2302. configure:35121: checking whether cairo's recording surface backend feature could be enabled
  2303. configure:35123: result: yes
  2304. configure:35273: checking for cairo's observer surface backend feature
  2305. configure:35289: checking whether cairo's observer surface backend feature could be enabled
  2306. configure:35291: result: yes
  2307. configure:35448: checking for cairo's tee surface backend feature
  2308. configure:35464: checking whether cairo's tee surface backend feature could be enabled
  2309. configure:35466: result: yes
  2310. configure:35946: checking for cairo's user font backend feature
  2311. configure:35962: checking whether cairo's user font backend feature could be enabled
  2312. configure:35964: result: yes
  2313. configure:36124: checking for cairo's pthread feature
  2314. configure:36235: x86_64-pc-linux-gnu-gcc -o conftest -march=native -pipe -O2 -D_REENTRANT -Wl,-O1 -Wl,--as-needed conftest.c -lrt -lm -lpthread >&5
  2315. configure:36235: $? = 0
  2316. configure:36437: x86_64-pc-linux-gnu-gcc -o conftest -march=native -pipe -O2 -D_REENTRANT -Wl,-O1 -Wl,--as-needed conftest.c -lrt -lm >&5
  2317. /usr/lib/gcc/x86_64-pc-linux-gnu/11.2.0/../../../../x86_64-pc-linux-gnu/bin/ld: /var/tmp/portage/x11-libs/cairo-1.16.0-r4/temp/cc2LAmLg.o: in function `test_mutex_attr':
  2318. conftest.c:(.text+0x86): undefined reference to `pthread_mutexattr_init'
  2319. /usr/lib/gcc/x86_64-pc-linux-gnu/11.2.0/../../../../x86_64-pc-linux-gnu/bin/ld: conftest.c:(.text+0x95): undefined reference to `pthread_mutexattr_settype'
  2320. /usr/lib/gcc/x86_64-pc-linux-gnu/11.2.0/../../../../x86_64-pc-linux-gnu/bin/ld: conftest.c:(.text+0xca): undefined reference to `pthread_mutexattr_destroy'
  2321. collect2: error: ld returned 1 exit status
  2322. configure:36437: $? = 1
  2323. configure: failed program was:
  2324. | /* confdefs.h */
  2325. | #define PACKAGE_NAME "cairo"
  2326. | #define PACKAGE_TARNAME "cairo"
  2327. | #define PACKAGE_VERSION "1.16.0"
  2328. | #define PACKAGE_STRING "cairo 1.16.0"
  2329. | #define PACKAGE_BUGREPORT "https://bugs.freedesktop.org/enter_bug.cgi?product=cairo"
  2330. | #define PACKAGE_URL "https://cairographics.org/"
  2331. | #define HAVE_STDIO_H 1
  2332. | #define HAVE_STDLIB_H 1
  2333. | #define HAVE_STRING_H 1
  2334. | #define HAVE_INTTYPES_H 1
  2335. | #define HAVE_STDINT_H 1
  2336. | #define HAVE_STRINGS_H 1
  2337. | #define HAVE_SYS_STAT_H 1
  2338. | #define HAVE_SYS_TYPES_H 1
  2339. | #define HAVE_UNISTD_H 1
  2340. | #define HAVE_WCHAR_H 1
  2341. | #define STDC_HEADERS 1
  2342. | #define _ALL_SOURCE 1
  2343. | #define _DARWIN_C_SOURCE 1
  2344. | #define _GNU_SOURCE 1
  2345. | #define _HPUX_ALT_XOPEN_SOCKET_API 1
  2346. | #define _NETBSD_SOURCE 1
  2347. | #define _OPENBSD_SOURCE 1
  2348. | #define _POSIX_PTHREAD_SEMANTICS 1
  2349. | #define __STDC_WANT_IEC_60559_ATTRIBS_EXT__ 1
  2350. | #define __STDC_WANT_IEC_60559_BFP_EXT__ 1
  2351. | #define __STDC_WANT_IEC_60559_DFP_EXT__ 1
  2352. | #define __STDC_WANT_IEC_60559_FUNCS_EXT__ 1
  2353. | #define __STDC_WANT_IEC_60559_TYPES_EXT__ 1
  2354. | #define __STDC_WANT_LIB_EXT2__ 1
  2355. | #define __STDC_WANT_MATH_SPEC_FUNCS__ 1
  2356. | #define _TANDEM_SOURCE 1
  2357. | #define __EXTENSIONS__ 1
  2358. | #define HAVE_UNISTD_H 1
  2359. | #define HAVE_SYS_IOCTL_H 1
  2360. | #define HAVE_TYPEOF 1
  2361. | #define HAVE_DLFCN_H 1
  2362. | #define LT_OBJDIR ".libs/"
  2363. | #define WARN_UNUSED_RESULT __attribute__((__warn_unused_result__))
  2364. | #define HAVE_CXX11_ATOMIC_PRIMITIVES 1
  2365. | #define SIZEOF_VOID_P 8
  2366. | #define SIZEOF_INT 4
  2367. | #define SIZEOF_LONG 8
  2368. | #define SIZEOF_LONG_LONG 8
  2369. | #define SIZEOF_SIZE_T 8
  2370. | #define HAVE_LIBRT 1
  2371. | #define HAVE_BUILTIN_RETURN_ADDRESS 1
  2372. | #define HAVE_STDINT_H 1
  2373. | #define HAVE_INTTYPES_H 1
  2374. | #define HAVE_UINT64_T 1
  2375. | #define HAVE___UINT128_T 1
  2376. | #define HAVE_FCNTL_H 1
  2377. | #define HAVE_UNISTD_H 1
  2378. | #define HAVE_SIGNAL_H 1
  2379. | #define HAVE_SYS_STAT_H 1
  2380. | #define HAVE_SYS_SOCKET_H 1
  2381. | #define HAVE_SYS_POLL_H 1
  2382. | #define HAVE_SYS_UN_H 1
  2383. | #define HAVE_ALARM 1
  2384. | #define HAVE_SCHED_H 1
  2385. | #define HAVE_SCHED_GETAFFINITY 1
  2386. | #define HAVE_SYS_MMAN_H 1
  2387. | #define HAVE_MMAP 1
  2388. | #define HAVE_TIME_H 1
  2389. | #define HAVE_CLOCK_GETTIME 1
  2390. | #define HAVE_FEENABLEEXCEPT 1
  2391. | #define HAVE_FEDISABLEEXCEPT 1
  2392. | #define HAVE_FECLEAREXCEPT 1
  2393. | #define HAVE_LIBGEN_H 1
  2394. | #define HAVE_BYTESWAP_H 1
  2395. | #define HAVE_SIGNAL_H 1
  2396. | #define HAVE_SETJMP_H 1
  2397. | #define HAVE_FENV_H 1
  2398. | #define HAVE_SYS_WAIT_H 1
  2399. | #define HAVE_CTIME_R 1
  2400. | #define HAVE_LOCALTIME_R 1
  2401. | #define HAVE_GMTIME_R 1
  2402. | #define HAVE_DRAND48 1
  2403. | #define HAVE_FLOCKFILE 1
  2404. | #define HAVE_FUNLOCKFILE 1
  2405. | #define HAVE_GETLINE 1
  2406. | #define HAVE_LINK 1
  2407. | #define HAVE_STRNDUP 1
  2408. | #define HAVE_SYS_STAT_H 1
  2409. | #define HAVE_MKDIR 2
  2410. | #define HAVE_FORK 1
  2411. | #define HAVE_WAITPID 1
  2412. | #define HAVE_RAISE 1
  2413. | #undef PACKAGE_VERSION
  2414. | #undef PACKAGE_STRING
  2415. | #undef PACKAGE_NAME
  2416. | #undef PACKAGE_TARNAME
  2417. | #define PACKAGE_VERSION USE_cairo_version_OR_cairo_version_string_INSTEAD
  2418. | #define PACKAGE_STRING USE_cairo_version_OR_cairo_version_string_INSTEAD
  2419. | #define PACKAGE_NAME USE_cairo_INSTEAD
  2420. | #define PACKAGE_TARNAME USE_cairo_INSTEAD
  2421. | #define HAVE_ZLIB 1
  2422. | #define HAVE_LZO 1
  2423. | #define HAVE_DLFCN_H 1
  2424. | #define CAIRO_HAS_DLSYM 1
  2425. | #define HAVE_NEWLOCALE 1
  2426. | #define HAVE_STRTOD_L 1
  2427. | #define IPC_RMID_DEFERRED_RELEASE 1
  2428. | #define HAVE_X11_EXTENSIONS_XSHM_H 1
  2429. | #define HAVE_X11_EXTENSIONS_SHMPROTO_H 1
  2430. | #define HAVE_X11_EXTENSIONS_SHMSTR_H 1
  2431. | #define HAVE_XRENDERCREATESOLIDFILL 1
  2432. | #define HAVE_XRENDERCREATELINEARGRADIENT 1
  2433. | #define HAVE_XRENDERCREATERADIALGRADIENT 1
  2434. | #define HAVE_XRENDERCREATECONICALGRADIENT 1
  2435. | #define HAVE_FT_GET_X11_FONT_FORMAT 1
  2436. | #define HAVE_FT_GLYPHSLOT_EMBOLDEN 1
  2437. | #define HAVE_FT_GLYPHSLOT_OBLIQUE 1
  2438. | #define HAVE_FT_LOAD_SFNT_TABLE 1
  2439. | #define HAVE_FT_LIBRARY_SETLCDFILTER 1
  2440. | #define HAVE_FT_GET_VAR_DESIGN_COORDINATES 1
  2441. | #define HAVE_FT_DONE_MM_VAR 1
  2442. | #define HAVE_FCINIT 1
  2443. | #define HAVE_FCFINI 1
  2444. | #define CAIRO_CAN_TEST_PS_SURFACE 1
  2445. | #define CAIRO_HAS_SPECTRE 1
  2446. | #define HAVE_POPPLER_PAGE_RENDER 1
  2447. | #define CAIRO_CAN_TEST_PDF_SURFACE 1
  2448. | #define HAVE_RSVG_PIXBUF_FROM_FILE 1
  2449. | #define CAIRO_CAN_TEST_SVG_SURFACE 1
  2450. | #define HAS_PIXMAN_GLYPHS 1
  2451. | /* end confdefs.h. */
  2452. | #ifndef _GNU_SOURCE
  2453. | #define _GNU_SOURCE /* for PTHREAD_MUTEX_INITIALIZER under linux */
  2454. | #endif
  2455. | #include <pthread.h>
  2456. |
  2457. | pthread_mutex_t test_mutex_initializer = PTHREAD_MUTEX_INITIALIZER;
  2458. | int test_mutex (void)
  2459. | {
  2460. | int x = 0;
  2461. | pthread_mutex_t mutex;
  2462. | x |= pthread_mutex_init (&mutex, NULL);
  2463. | x |= pthread_mutex_lock (&mutex);
  2464. | x |= pthread_mutex_unlock (&mutex);
  2465. | x |= pthread_mutex_destroy (&mutex);
  2466. | return 0;
  2467. | }
  2468. |
  2469. | int test_mutex_attr (void)
  2470. | {
  2471. | int x = 0;
  2472. | pthread_mutexattr_t attr;
  2473. | pthread_mutex_t mutex;
  2474. | x |= pthread_mutexattr_init (&attr);
  2475. | x |= pthread_mutexattr_settype (&attr, PTHREAD_MUTEX_RECURSIVE);
  2476. | x |= pthread_mutex_init (&mutex, &attr);
  2477. | x |= pthread_mutex_lock (&mutex);
  2478. | x |= pthread_mutex_unlock (&mutex);
  2479. | x |= pthread_mutex_destroy (&mutex);
  2480. | x |= pthread_mutexattr_destroy (&attr);
  2481. | return x;
  2482. | }
  2483. | int main(int c, char **v) { (void)c; (void)v; return 0; }
  2484. configure:36493: checking whether cairo's pthread feature could be enabled
  2485. configure:36495: result: yes
  2486. configure:36682: checking for cairo's gobject functions feature
  2487. configure:36700: checking for GOBJECT
  2488. configure:36707: $PKG_CONFIG --exists --print-errors "$gobject_REQUIRES"
  2489. configure:36710: $? = 0
  2490. configure:36723: $PKG_CONFIG --exists --print-errors "$gobject_REQUIRES"
  2491. configure:36726: $? = 0
  2492. configure:36761: result: yes
  2493. configure:36768: checking whether cairo's gobject functions feature could be enabled
  2494. configure:36770: result: yes
  2495. configure:36983: checking for GOBJECT
  2496. configure:37063: result: yes
  2497. configure:37321: checking for cairo's cairo-script-interpreter feature
  2498. configure:37341: checking whether cairo's cairo-script-interpreter feature could be enabled
  2499. configure:37343: result: yes
  2500. configure:37505: checking for bfd_openr in -lbfd
  2501. configure:37528: x86_64-pc-linux-gnu-gcc -o conftest -march=native -pipe -O2 -Wl,-O1 -Wl,--as-needed conftest.c -lbfd -lrt -lm >&5
  2502. configure:37528: $? = 0
  2503. configure:37538: result: yes
  2504. configure:37542: checking for bfd.h
  2505. configure:37542: x86_64-pc-linux-gnu-gcc -c -march=native -pipe -O2 conftest.c >&5
  2506. configure:37542: $? = 0
  2507. configure:37542: result: yes
  2508. configure:37554: checking for libiberty.h
  2509. configure:37554: x86_64-pc-linux-gnu-gcc -c -march=native -pipe -O2 conftest.c >&5
  2510. configure:37554: $? = 0
  2511. configure:37554: result: yes
  2512. configure:37583: checking for cairo's symbol-lookup feature
  2513. configure:37603: checking whether cairo's symbol-lookup feature could be enabled
  2514. configure:37605: result: yes
  2515. configure:37759: checking for glib
  2516. configure:37766: $PKG_CONFIG --exists --print-errors "glib-2.0"
  2517. configure:37769: $? = 0
  2518. configure:37782: $PKG_CONFIG --exists --print-errors "glib-2.0"
  2519. configure:37785: $? = 0
  2520. configure:37820: result: yes
  2521. configure:37836: checking for shm_open in -lrt
  2522. configure:37869: result: yes
  2523. configure:37933: checking for gtk
  2524. configure:37940: $PKG_CONFIG --exists --print-errors ""gtk+-2.0""
  2525. configure:37943: $? = 0
  2526. configure:37956: $PKG_CONFIG --exists --print-errors ""gtk+-2.0""
  2527. configure:37959: $? = 0
  2528. configure:37994: result: yes
  2529. configure:38113: checking that generated files are newer than configure
  2530. configure:38119: result: done
  2531. configure:38433: creating ./config.status
  2532.  
  2533. ## ---------------------- ##
  2534. ## Running config.status. ##
  2535. ## ---------------------- ##
  2536.  
  2537. This file was extended by cairo config.status 1.16.0, which was
  2538. generated by GNU Autoconf 2.71. Invocation command line was
  2539.  
  2540. CONFIG_FILES =
  2541. CONFIG_HEADERS =
  2542. CONFIG_LINKS =
  2543. CONFIG_COMMANDS =
  2544. $ ./config.status
  2545.  
  2546. on localhost
  2547.  
  2548. config.status:4602: creating src/cairo.pc
  2549. config.status:4602: creating cairo-uninstalled.pc
  2550. config.status:4602: creating src/cairo-xlib.pc
  2551. config.status:4602: creating cairo-xlib-uninstalled.pc
  2552. config.status:4602: creating src/cairo-xlib-xrender.pc
  2553. config.status:4602: creating cairo-xlib-xrender-uninstalled.pc
  2554. config.status:4602: creating src/cairo-xcb.pc
  2555. config.status:4602: creating cairo-xcb-uninstalled.pc
  2556. config.status:4602: creating src/cairo-xcb-shm.pc
  2557. config.status:4602: creating cairo-xcb-shm-uninstalled.pc
  2558. config.status:4602: creating src/cairo-png.pc
  2559. config.status:4602: creating cairo-png-uninstalled.pc
  2560. config.status:4602: creating src/cairo-script.pc
  2561. config.status:4602: creating cairo-script-uninstalled.pc
  2562. config.status:4602: creating src/cairo-ft.pc
  2563. config.status:4602: creating cairo-ft-uninstalled.pc
  2564. config.status:4602: creating src/cairo-fc.pc
  2565. config.status:4602: creating cairo-fc-uninstalled.pc
  2566. config.status:4602: creating src/cairo-ps.pc
  2567. config.status:4602: creating cairo-ps-uninstalled.pc
  2568. config.status:4602: creating src/cairo-pdf.pc
  2569. config.status:4602: creating cairo-pdf-uninstalled.pc
  2570. config.status:4602: creating src/cairo-svg.pc
  2571. config.status:4602: creating cairo-svg-uninstalled.pc
  2572. config.status:4602: creating src/cairo-tee.pc
  2573. config.status:4602: creating cairo-tee-uninstalled.pc
  2574. config.status:4602: creating src/cairo-gobject.pc
  2575. config.status:4602: creating cairo-gobject-uninstalled.pc
  2576. config.status:4602: creating Makefile
  2577. config.status:4602: creating boilerplate/Makefile
  2578. config.status:4602: creating src/Makefile
  2579. config.status:4602: creating test/Makefile
  2580. config.status:4602: creating test/pdiff/Makefile
  2581. config.status:4602: creating perf/Makefile
  2582. config.status:4602: creating perf/micro/Makefile
  2583. config.status:4602: creating util/Makefile
  2584. config.status:4602: creating util/cairo-fdr/Makefile
  2585. config.status:4602: creating util/cairo-gobject/Makefile
  2586. config.status:4602: creating util/cairo-missing/Makefile
  2587. config.status:4602: creating util/cairo-script/Makefile
  2588. config.status:4602: creating util/cairo-script/examples/Makefile
  2589. config.status:4602: creating util/cairo-sphinx/Makefile
  2590. config.status:4602: creating util/cairo-trace/Makefile
  2591. config.status:4602: creating util/cairo-trace/cairo-trace
  2592. config.status:4602: creating doc/Makefile
  2593. config.status:4602: creating doc/public/Makefile
  2594. config.status:4602: creating config.h
  2595. config.status:4816: executing depfiles commands
  2596. config.status:4816: executing libtool commands
  2597. config.status:4816: executing /var/tmp/portage/x11-libs/cairo-1.16.0-r4/work/cairo-1.16.0/build/Makefile.win32.features commands
  2598. config.status:5636: creating /var/tmp/portage/x11-libs/cairo-1.16.0-r4/work/cairo-1.16.0/build/Makefile.win32.features
  2599. config.status:5644: /var/tmp/portage/x11-libs/cairo-1.16.0-r4/work/cairo-1.16.0/build/Makefile.win32.features is unchanged
  2600. config.status:4816: executing /var/tmp/portage/x11-libs/cairo-1.16.0-r4/work/cairo-1.16.0/src/Makefile.am.features commands
  2601. config.status:5655: creating /var/tmp/portage/x11-libs/cairo-1.16.0-r4/work/cairo-1.16.0/src/Makefile.am.features
  2602. config.status:5663: /var/tmp/portage/x11-libs/cairo-1.16.0-r4/work/cairo-1.16.0/src/Makefile.am.features is unchanged
  2603. config.status:4816: executing /var/tmp/portage/x11-libs/cairo-1.16.0-r4/work/cairo-1.16.0/src/Makefile.win32.features commands
  2604. config.status:5674: creating /var/tmp/portage/x11-libs/cairo-1.16.0-r4/work/cairo-1.16.0/src/Makefile.win32.features
  2605. config.status:5682: /var/tmp/portage/x11-libs/cairo-1.16.0-r4/work/cairo-1.16.0/src/Makefile.win32.features is unchanged
  2606. config.status:4816: executing /var/tmp/portage/x11-libs/cairo-1.16.0-r4/work/cairo-1.16.0/boilerplate/Makefile.am.features commands
  2607. config.status:5693: creating /var/tmp/portage/x11-libs/cairo-1.16.0-r4/work/cairo-1.16.0/boilerplate/Makefile.am.features
  2608. config.status:5701: /var/tmp/portage/x11-libs/cairo-1.16.0-r4/work/cairo-1.16.0/boilerplate/Makefile.am.features is unchanged
  2609. config.status:4816: executing /var/tmp/portage/x11-libs/cairo-1.16.0-r4/work/cairo-1.16.0/boilerplate/Makefile.win32.features commands
  2610. config.status:5712: creating /var/tmp/portage/x11-libs/cairo-1.16.0-r4/work/cairo-1.16.0/boilerplate/Makefile.win32.features
  2611. config.status:5720: /var/tmp/portage/x11-libs/cairo-1.16.0-r4/work/cairo-1.16.0/boilerplate/Makefile.win32.features is unchanged
  2612. config.status:4816: executing src/cairo-features.h commands
  2613. config.status:5731: creating src/cairo-features.h
  2614. config.status:4816: executing src/cairo-supported-features.h commands
  2615. config.status:5763: creating src/cairo-supported-features.h
  2616. config.status:4816: executing /var/tmp/portage/x11-libs/cairo-1.16.0-r4/work/cairo-1.16.0/build/Makefile.win32.features-h commands
  2617. config.status:5793: creating /var/tmp/portage/x11-libs/cairo-1.16.0-r4/work/cairo-1.16.0/build/Makefile.win32.features-h
  2618. config.status:5801: /var/tmp/portage/x11-libs/cairo-1.16.0-r4/work/cairo-1.16.0/build/Makefile.win32.features-h is unchanged
  2619. config.status:4816: executing cairo-trace commands
  2620.  
  2621. ## ---------------- ##
  2622. ## Cache variables. ##
  2623. ## ---------------- ##
  2624.  
  2625. ac_cv_build=x86_64-pc-linux-gnu
  2626. ac_cv_c_bigendian=no
  2627. ac_cv_c_compiler_gnu=yes
  2628. ac_cv_c_inline=inline
  2629. ac_cv_c_typeof=typeof
  2630. ac_cv_cxx_compiler_gnu=yes
  2631. ac_cv_env_CCC_set=
  2632. ac_cv_env_CCC_value=
  2633. ac_cv_env_CC_set=
  2634. ac_cv_env_CC_value=
  2635. ac_cv_env_CFLAGS_set=set
  2636. ac_cv_env_CFLAGS_value='-march=native -pipe -O2'
  2637. ac_cv_env_CPPFLAGS_set=
  2638. ac_cv_env_CPPFLAGS_value=
  2639. ac_cv_env_CPP_set=
  2640. ac_cv_env_CPP_value=
  2641. ac_cv_env_CXXCPP_set=
  2642. ac_cv_env_CXXCPP_value=
  2643. ac_cv_env_CXXFLAGS_set=set
  2644. ac_cv_env_CXXFLAGS_value='-march=native -pipe -O2'
  2645. ac_cv_env_CXX_set=
  2646. ac_cv_env_CXX_value=
  2647. ac_cv_env_FONTCONFIG_CFLAGS_set=
  2648. ac_cv_env_FONTCONFIG_CFLAGS_value=
  2649. ac_cv_env_FONTCONFIG_LIBS_set=
  2650. ac_cv_env_FONTCONFIG_LIBS_value=
  2651. ac_cv_env_FREETYPE_CFLAGS_set=
  2652. ac_cv_env_FREETYPE_CFLAGS_value=
  2653. ac_cv_env_FREETYPE_LIBS_set=
  2654. ac_cv_env_FREETYPE_LIBS_value=
  2655. ac_cv_env_GOBJECT_CFLAGS_set=
  2656. ac_cv_env_GOBJECT_CFLAGS_value=
  2657. ac_cv_env_GOBJECT_LIBS_set=
  2658. ac_cv_env_GOBJECT_LIBS_value=
  2659. ac_cv_env_GTKDOC_DEPS_CFLAGS_set=
  2660. ac_cv_env_GTKDOC_DEPS_CFLAGS_value=
  2661. ac_cv_env_GTKDOC_DEPS_LIBS_set=
  2662. ac_cv_env_GTKDOC_DEPS_LIBS_value=
  2663. ac_cv_env_LDFLAGS_set=set
  2664. ac_cv_env_LDFLAGS_value='-Wl,-O1 -Wl,--as-needed'
  2665. ac_cv_env_LIBRSVG_CFLAGS_set=
  2666. ac_cv_env_LIBRSVG_CFLAGS_value=
  2667. ac_cv_env_LIBRSVG_LIBS_set=
  2668. ac_cv_env_LIBRSVG_LIBS_value=
  2669. ac_cv_env_LIBSPECTRE_CFLAGS_set=
  2670. ac_cv_env_LIBSPECTRE_CFLAGS_value=
  2671. ac_cv_env_LIBSPECTRE_LIBS_set=
  2672. ac_cv_env_LIBSPECTRE_LIBS_value=
  2673. ac_cv_env_LIBS_set=
  2674. ac_cv_env_LIBS_value=
  2675. ac_cv_env_LT_SYS_LIBRARY_PATH_set=
  2676. ac_cv_env_LT_SYS_LIBRARY_PATH_value=
  2677. ac_cv_env_PKG_CONFIG_set=
  2678. ac_cv_env_PKG_CONFIG_value=
  2679. ac_cv_env_POPPLER_CFLAGS_set=
  2680. ac_cv_env_POPPLER_CFLAGS_value=
  2681. ac_cv_env_POPPLER_LIBS_set=
  2682. ac_cv_env_POPPLER_LIBS_value=
  2683. ac_cv_env_VALGRIND_CFLAGS_set=
  2684. ac_cv_env_VALGRIND_CFLAGS_value=
  2685. ac_cv_env_VALGRIND_LIBS_set=
  2686. ac_cv_env_VALGRIND_LIBS_value=
  2687. ac_cv_env_XMKMF_set=
  2688. ac_cv_env_XMKMF_value=
  2689. ac_cv_env_build_alias_set=set
  2690. ac_cv_env_build_alias_value=x86_64-pc-linux-gnu
  2691. ac_cv_env_cogl_CFLAGS_set=
  2692. ac_cv_env_cogl_CFLAGS_value=
  2693. ac_cv_env_cogl_LIBS_set=
  2694. ac_cv_env_cogl_LIBS_value=
  2695. ac_cv_env_directfb_CFLAGS_set=
  2696. ac_cv_env_directfb_CFLAGS_value=
  2697. ac_cv_env_directfb_LIBS_set=
  2698. ac_cv_env_directfb_LIBS_value=
  2699. ac_cv_env_drm_CFLAGS_set=
  2700. ac_cv_env_drm_CFLAGS_value=
  2701. ac_cv_env_drm_LIBS_set=
  2702. ac_cv_env_drm_LIBS_value=
  2703. ac_cv_env_egl_CFLAGS_set=
  2704. ac_cv_env_egl_CFLAGS_value=
  2705. ac_cv_env_egl_LIBS_set=
  2706. ac_cv_env_egl_LIBS_value=
  2707. ac_cv_env_gl_CFLAGS_set=
  2708. ac_cv_env_gl_CFLAGS_value=
  2709. ac_cv_env_gl_LIBS_set=
  2710. ac_cv_env_gl_LIBS_value=
  2711. ac_cv_env_glesv2_CFLAGS_set=
  2712. ac_cv_env_glesv2_CFLAGS_value=
  2713. ac_cv_env_glesv2_LIBS_set=
  2714. ac_cv_env_glesv2_LIBS_value=
  2715. ac_cv_env_glesv3_CFLAGS_set=
  2716. ac_cv_env_glesv3_CFLAGS_value=
  2717. ac_cv_env_glesv3_LIBS_set=
  2718. ac_cv_env_glesv3_LIBS_value=
  2719. ac_cv_env_glib_CFLAGS_set=
  2720. ac_cv_env_glib_CFLAGS_value=
  2721. ac_cv_env_glib_LIBS_set=
  2722. ac_cv_env_glib_LIBS_value=
  2723. ac_cv_env_gtk_CFLAGS_set=
  2724. ac_cv_env_gtk_CFLAGS_value=
  2725. ac_cv_env_gtk_LIBS_set=
  2726. ac_cv_env_gtk_LIBS_value=
  2727. ac_cv_env_host_alias_set=set
  2728. ac_cv_env_host_alias_value=x86_64-pc-linux-gnu
  2729. ac_cv_env_pixman_CFLAGS_set=
  2730. ac_cv_env_pixman_CFLAGS_value=
  2731. ac_cv_env_pixman_LIBS_set=
  2732. ac_cv_env_pixman_LIBS_value=
  2733. ac_cv_env_png_CFLAGS_set=
  2734. ac_cv_env_png_CFLAGS_value=
  2735. ac_cv_env_png_LIBS_set=
  2736. ac_cv_env_png_LIBS_value=
  2737. ac_cv_env_png_REQUIRES_set=
  2738. ac_cv_env_png_REQUIRES_value=
  2739. ac_cv_env_qt_CFLAGS_set=
  2740. ac_cv_env_qt_CFLAGS_value=
  2741. ac_cv_env_qt_LIBS_set=
  2742. ac_cv_env_qt_LIBS_value=
  2743. ac_cv_env_target_alias_set=
  2744. ac_cv_env_target_alias_value=
  2745. ac_cv_env_xcb_CFLAGS_set=
  2746. ac_cv_env_xcb_CFLAGS_value=
  2747. ac_cv_env_xcb_LIBS_set=
  2748. ac_cv_env_xcb_LIBS_value=
  2749. ac_cv_env_xcb_shm_CFLAGS_set=
  2750. ac_cv_env_xcb_shm_CFLAGS_value=
  2751. ac_cv_env_xcb_shm_LIBS_set=
  2752. ac_cv_env_xcb_shm_LIBS_value=
  2753. ac_cv_env_xlib_CFLAGS_set=
  2754. ac_cv_env_xlib_CFLAGS_value=
  2755. ac_cv_env_xlib_LIBS_set=
  2756. ac_cv_env_xlib_LIBS_value=
  2757. ac_cv_env_xlib_xcb_CFLAGS_set=
  2758. ac_cv_env_xlib_xcb_CFLAGS_value=
  2759. ac_cv_env_xlib_xcb_LIBS_set=
  2760. ac_cv_env_xlib_xcb_LIBS_value=
  2761. ac_cv_env_xlib_xrender_CFLAGS_set=
  2762. ac_cv_env_xlib_xrender_CFLAGS_value=
  2763. ac_cv_env_xlib_xrender_LIBS_set=
  2764. ac_cv_env_xlib_xrender_LIBS_value=
  2765. ac_cv_func_FT_Done_MM_Var=yes
  2766. ac_cv_func_FT_Get_Var_Design_Coordinates=yes
  2767. ac_cv_func_FT_Get_X11_Font_Format=yes
  2768. ac_cv_func_FT_GlyphSlot_Embolden=yes
  2769. ac_cv_func_FT_GlyphSlot_Oblique=yes
  2770. ac_cv_func_FT_Library_SetLcdFilter=yes
  2771. ac_cv_func_FT_Load_Sfnt_Table=yes
  2772. ac_cv_func_FcFini=yes
  2773. ac_cv_func_FcInit=yes
  2774. ac_cv_func_XRenderCreateConicalGradient=yes
  2775. ac_cv_func_XRenderCreateLinearGradient=yes
  2776. ac_cv_func_XRenderCreateRadialGradient=yes
  2777. ac_cv_func_XRenderCreateSolidFill=yes
  2778. ac_cv_func_alarm=yes
  2779. ac_cv_func_clock_gettime=yes
  2780. ac_cv_func_ctime_r=yes
  2781. ac_cv_func_drand48=yes
  2782. ac_cv_func_feclearexcept=yes
  2783. ac_cv_func_fedisableexcept=yes
  2784. ac_cv_func_feenableexcept=yes
  2785. ac_cv_func_flockfile=yes
  2786. ac_cv_func_fork=yes
  2787. ac_cv_func_funlockfile=yes
  2788. ac_cv_func_getline=yes
  2789. ac_cv_func_gmtime_r=yes
  2790. ac_cv_func_link=yes
  2791. ac_cv_func_localtime_r=yes
  2792. ac_cv_func_mkdir=yes
  2793. ac_cv_func_mmap=yes
  2794. ac_cv_func_newlocale=yes
  2795. ac_cv_func_poppler_page_render=yes
  2796. ac_cv_func_raise=yes
  2797. ac_cv_func_rsvg_pixbuf_from_file=yes
  2798. ac_cv_func_sched_getaffinity=yes
  2799. ac_cv_func_strndup=yes
  2800. ac_cv_func_strtod_l=yes
  2801. ac_cv_func_waitpid=yes
  2802. ac_cv_have_x='have_x=yes ac_x_includes='\'''\'' ac_x_libraries='\'''\'''
  2803. ac_cv_header_X11_extensions_XShm_h=yes
  2804. ac_cv_header_X11_extensions_shmproto_h=yes
  2805. ac_cv_header_X11_extensions_shmstr_h=yes
  2806. ac_cv_header_bfd_h=yes
  2807. ac_cv_header_byteswap_h=yes
  2808. ac_cv_header_dlfcn_h=yes
  2809. ac_cv_header_fcntl_h=yes
  2810. ac_cv_header_fenv_h=yes
  2811. ac_cv_header_inttypes_h=yes
  2812. ac_cv_header_io_h=no
  2813. ac_cv_header_libgen_h=yes
  2814. ac_cv_header_libiberty_h=yes
  2815. ac_cv_header_lzo_lzo2a_h=yes
  2816. ac_cv_header_minix_config_h=no
  2817. ac_cv_header_sched_h=yes
  2818. ac_cv_header_setjmp_h=yes
  2819. ac_cv_header_signal_h=yes
  2820. ac_cv_header_stdint_h=yes
  2821. ac_cv_header_stdio_h=yes
  2822. ac_cv_header_stdlib_h=yes
  2823. ac_cv_header_string_h=yes
  2824. ac_cv_header_strings_h=yes
  2825. ac_cv_header_sys_int_types_h=no
  2826. ac_cv_header_sys_ioctl_h=yes
  2827. ac_cv_header_sys_ipc_h=yes
  2828. ac_cv_header_sys_mman_h=yes
  2829. ac_cv_header_sys_poll_h=yes
  2830. ac_cv_header_sys_shm_h=yes
  2831. ac_cv_header_sys_socket_h=yes
  2832. ac_cv_header_sys_stat_h=yes
  2833. ac_cv_header_sys_types_h=yes
  2834. ac_cv_header_sys_un_h=yes
  2835. ac_cv_header_sys_wait_h=yes
  2836. ac_cv_header_time_h=yes
  2837. ac_cv_header_unistd_h=yes
  2838. ac_cv_header_wchar_h=yes
  2839. ac_cv_header_xlocale_h=no
  2840. ac_cv_header_zlib_h=yes
  2841. ac_cv_host=x86_64-pc-linux-gnu
  2842. ac_cv_lib_bfd_bfd_openr=yes
  2843. ac_cv_lib_dl_dlsym=yes
  2844. ac_cv_lib_lzo2_lzo2a_decompress=yes
  2845. ac_cv_lib_m_cos=yes
  2846. ac_cv_lib_rt_sched_yield=yes
  2847. ac_cv_lib_rt_shm_open=yes
  2848. ac_cv_lib_socket_connect=no
  2849. ac_cv_lib_z_compress=yes
  2850. ac_cv_objext=o
  2851. ac_cv_path_EGREP='/bin/grep -E'
  2852. ac_cv_path_FGREP='/bin/grep -F'
  2853. ac_cv_path_FIND=/usr/bin/find
  2854. ac_cv_path_GREP=/bin/grep
  2855. ac_cv_path_PKG_CONFIG=/usr/bin/x86_64-pc-linux-gnu-pkg-config
  2856. ac_cv_path_SED=/bin/sed
  2857. ac_cv_path_XARGS=/usr/bin/xargs
  2858. ac_cv_path_install='/usr/lib/portage/python3.9/ebuild-helpers/xattr/install -c'
  2859. ac_cv_path_lt_DD=/bin/dd
  2860. ac_cv_path_mkdir=/bin/mkdir
  2861. ac_cv_prog_AR=x86_64-pc-linux-gnu-ar
  2862. ac_cv_prog_AWK=gawk
  2863. ac_cv_prog_CC=x86_64-pc-linux-gnu-gcc
  2864. ac_cv_prog_CPP='x86_64-pc-linux-gnu-gcc -E'
  2865. ac_cv_prog_CXX=x86_64-pc-linux-gnu-g++
  2866. ac_cv_prog_CXXCPP='x86_64-pc-linux-gnu-g++ -E'
  2867. ac_cv_prog_GS=gs
  2868. ac_cv_prog_OBJDUMP=x86_64-pc-linux-gnu-objdump
  2869. ac_cv_prog_RANLIB=x86_64-pc-linux-gnu-ranlib
  2870. ac_cv_prog_STRINGS=x86_64-pc-linux-gnu-strings
  2871. ac_cv_prog_STRIP=x86_64-pc-linux-gnu-strip
  2872. ac_cv_prog_cc_c11=
  2873. ac_cv_prog_cc_g=yes
  2874. ac_cv_prog_cc_stdc=
  2875. ac_cv_prog_cxx_11=no
  2876. ac_cv_prog_cxx_cxx11=
  2877. ac_cv_prog_cxx_g=yes
  2878. ac_cv_prog_cxx_stdcxx=
  2879. ac_cv_prog_make_make_set=yes
  2880. ac_cv_safe_to_define___extensions__=yes
  2881. ac_cv_should_define__xopen_source=no
  2882. ac_cv_sizeof_int=4
  2883. ac_cv_sizeof_long=8
  2884. ac_cv_sizeof_long_long=8
  2885. ac_cv_sizeof_size_t=8
  2886. ac_cv_sizeof_void_p=8
  2887. ac_cv_sys_file_offset_bits=no
  2888. ac_cv_sys_largefile_CC=no
  2889. ac_cv_type___uint128_t=yes
  2890. ac_cv_type_uint128_t=no
  2891. ac_cv_type_uint64_t=yes
  2892. am_cv_CC_dependencies_compiler_type=none
  2893. am_cv_CXX_dependencies_compiler_type=none
  2894. am_cv_ar_interface=ar
  2895. am_cv_make_support_nested_variables=yes
  2896. am_cv_prog_cc_c_o=yes
  2897. ax_cv_c_float_words_bigendian=no
  2898. cairo_cv_atomic_op_needs_memory_barrier=no
  2899. cairo_cv_atomic_primitives=cxx11
  2900. cairo_cv_test_undefined_ldflags=-Wl,--allow-shlib-undefined
  2901. cairo_cv_warn_cflags=' -Wall -Wextra -Wmissing-declarations -Werror-implicit-function-declaration -Wpointer-arith -Wwrite-strings -Wsign-compare -Wpacked -Wswitch-enum -Wmissing-format-attribute -Wvolatile-register-var -Wstrict-aliasing=2 -Winit-self -Wunsafe-loop-optimizations -Wno-missing-field-initializers -Wno-unused-parameter -Wno-attributes -Wno-long-long -Winline -fno-strict-aliasing -fno-common -Wp,-D_FORTIFY_SOURCE=2 -Wno-unused-but-set-variable'
  2902. cairo_cv_warn_maybe='-Wall -Wextra -Wmissing-declarations -Werror-implicit-function-declaration -Wpointer-arith -Wwrite-strings -Wsign-compare -Wpacked -Wswitch-enum -Wmissing-format-attribute -Wvolatile-register-var -Wstrict-aliasing=2 -Winit-self -Wunsafe-loop-optimizations -Wno-missing-field-initializers -Wno-unused-parameter -Wno-attributes -Wno-long-long -Winline -erroff=E_ENUM_TYPE_MISMATCH_ARG -erroff=E_ENUM_TYPE_MISMATCH_OP -fno-strict-aliasing -fno-common -Wp,-D_FORTIFY_SOURCE=2 -Wold-style-definition -Wdeclaration-after-statement -Wstrict-prototypes -Wmissing-prototypes -Wbad-function-cast -Wnested-externs'
  2903. cairo_cv_warn_unused_result='__attribute__((__warn_unused_result__))'
  2904. lt_cv_ar_at_file=@
  2905. lt_cv_archive_cmds_need_lc=no
  2906. lt_cv_deplibs_check_method=pass_all
  2907. lt_cv_file_magic_cmd='$MAGIC_CMD'
  2908. lt_cv_file_magic_test_file=
  2909. lt_cv_ld_reload_flag=-r
  2910. lt_cv_nm_interface='BSD nm'
  2911. lt_cv_objdir=.libs
  2912. lt_cv_path_LD=/usr/x86_64-pc-linux-gnu/bin/ld
  2913. lt_cv_path_LDCXX='/usr/x86_64-pc-linux-gnu/bin/ld -m elf_x86_64'
  2914. lt_cv_path_NM='/usr/bin/x86_64-pc-linux-gnu-nm -B'
  2915. lt_cv_path_mainfest_tool=no
  2916. lt_cv_prog_compiler_c_o=yes
  2917. lt_cv_prog_compiler_c_o_CXX=yes
  2918. lt_cv_prog_compiler_pic='-fPIC -DPIC'
  2919. lt_cv_prog_compiler_pic_CXX='-fPIC -DPIC'
  2920. lt_cv_prog_compiler_pic_works=yes
  2921. lt_cv_prog_compiler_pic_works_CXX=yes
  2922. lt_cv_prog_compiler_rtti_exceptions=no
  2923. lt_cv_prog_compiler_static_works=yes
  2924. lt_cv_prog_compiler_static_works_CXX=yes
  2925. lt_cv_prog_gnu_ld=yes
  2926. lt_cv_prog_gnu_ldcxx=yes
  2927. lt_cv_sharedlib_from_linklib_cmd='printf %s\n'
  2928. lt_cv_shlibpath_overrides_runpath=yes
  2929. 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'\'''
  2930. 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'\'''
  2931. 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'\'''
  2932. lt_cv_sys_global_symbol_to_cdecl='sed -n -e '\''s/^T .* \(.*\)$/extern int \1();/p'\'' -e '\''s/^[ABCDGIRSTW][ABCDGIRSTW]* .* \(.*\)$/extern char \1;/p'\'''
  2933. lt_cv_sys_global_symbol_to_import=
  2934. lt_cv_sys_max_cmd_len=1572864
  2935. lt_cv_to_host_file_cmd=func_convert_file_noop
  2936. lt_cv_to_tool_file_cmd=func_convert_file_noop
  2937. lt_cv_truncate_bin='/bin/dd bs=4096 count=1'
  2938. pkg_cv_FONTCONFIG_CFLAGS='-I/usr/include/freetype2 -I/usr/include/harfbuzz -I/usr/include/glib-2.0 -I/usr/lib64/glib-2.0/include -I/usr/include/uuid '
  2939. pkg_cv_FONTCONFIG_LIBS='-lfontconfig -lfreetype '
  2940. pkg_cv_FREETYPE_CFLAGS='-I/usr/include/freetype2 -I/usr/include/harfbuzz -I/usr/include/glib-2.0 -I/usr/lib64/glib-2.0/include '
  2941. pkg_cv_FREETYPE_LIBS='-lfreetype '
  2942. pkg_cv_GOBJECT_CFLAGS='-I/usr/include/glib-2.0 -I/usr/lib64/glib-2.0/include -I/usr/lib64/libffi/include '
  2943. pkg_cv_GOBJECT_LIBS='-lgobject-2.0 -lglib-2.0 '
  2944. pkg_cv_GTKDOC_DEPS_CFLAGS='-I/usr/include/glib-2.0 -I/usr/lib64/glib-2.0/include -I/usr/lib64/libffi/include '
  2945. pkg_cv_GTKDOC_DEPS_LIBS='-lgobject-2.0 -lglib-2.0 '
  2946. pkg_cv_LIBRSVG_CFLAGS='-I/usr/include/librsvg-2.0 -I/usr/include/glib-2.0 -I/usr/lib64/glib-2.0/include -I/usr/lib64/libffi/include -I/usr/include/libmount -I/usr/include/blkid -I/usr/include/gdk-pixbuf-2.0 -I/usr/include/libpng16 -I/usr/include/cairo -I/usr/include/pixman-1 -I/usr/include/freetype2 -I/usr/include/harfbuzz -I/usr/include/uuid -I/usr/include/gtk-2.0 -I/usr/lib64/gtk-2.0/include -I/usr/include/pango-1.0 -I/usr/include/fribidi -pthread '
  2947. pkg_cv_LIBRSVG_LIBS='-lrsvg-2 -lm -lgio-2.0 -lgdk-x11-2.0 -lpangocairo-1.0 -lpango-1.0 -lharfbuzz -lcairo -lgdk_pixbuf-2.0 -lgobject-2.0 -lglib-2.0 '
  2948. pkg_cv_LIBSPECTRE_CFLAGS=
  2949. pkg_cv_LIBSPECTRE_LIBS='-lspectre '
  2950. pkg_cv_POPPLER_CFLAGS='-I/usr/include/poppler/glib -I/usr/include/glib-2.0 -I/usr/lib64/glib-2.0/include -I/usr/lib64/libffi/include -I/usr/include/cairo -I/usr/include/pixman-1 -I/usr/include/freetype2 -I/usr/include/harfbuzz -I/usr/include/uuid -I/usr/include/libpng16 -I/usr/include/poppler '
  2951. pkg_cv_POPPLER_LIBS='-lpoppler-glib -lgobject-2.0 -lglib-2.0 -lcairo '
  2952. pkg_cv_glib_CFLAGS='-I/usr/include/glib-2.0 -I/usr/lib64/glib-2.0/include '
  2953. pkg_cv_glib_LIBS='-lglib-2.0 '
  2954. pkg_cv_gtk_CFLAGS='-I/usr/include/gtk-2.0 -I/usr/lib64/gtk-2.0/include -I/usr/include/pango-1.0 -I/usr/include/glib-2.0 -I/usr/lib64/glib-2.0/include -I/usr/lib64/libffi/include -I/usr/include/harfbuzz -I/usr/include/freetype2 -I/usr/include/libmount -I/usr/include/blkid -I/usr/include/fribidi -I/usr/include/uuid -I/usr/include/cairo -I/usr/include/pixman-1 -I/usr/include/libpng16 -I/usr/include/gdk-pixbuf-2.0 -I/usr/include/atk-1.0 -pthread '
  2955. pkg_cv_gtk_LIBS='-lgtk-x11-2.0 -lgdk-x11-2.0 -lpangocairo-1.0 -latk-1.0 -lcairo -lgdk_pixbuf-2.0 -lgio-2.0 -lpangoft2-1.0 -lpango-1.0 -lgobject-2.0 -lglib-2.0 -lharfbuzz -lfontconfig -lfreetype '
  2956. pkg_cv_pixman_CFLAGS='-I/usr/include/pixman-1 '
  2957. pkg_cv_pixman_LIBS='-lpixman-1 '
  2958. pkg_cv_png_CFLAGS='-I/usr/include/libpng16 '
  2959. pkg_cv_png_LIBS='-lpng16 -lz '
  2960. pkg_cv_xcb_CFLAGS=
  2961. pkg_cv_xcb_LIBS='-lxcb -lxcb-render '
  2962. pkg_cv_xcb_shm_CFLAGS=
  2963. pkg_cv_xcb_shm_LIBS='-lxcb-shm '
  2964. pkg_cv_xlib_CFLAGS=
  2965. pkg_cv_xlib_LIBS='-lX11 -lXext '
  2966. pkg_cv_xlib_xrender_CFLAGS=
  2967. pkg_cv_xlib_xrender_LIBS='-lXrender -lX11 '
  2968.  
  2969. ## ----------------- ##
  2970. ## Output variables. ##
  2971. ## ----------------- ##
  2972.  
  2973. ACLOCAL='${SHELL} '\''/var/tmp/portage/x11-libs/cairo-1.16.0-r4/work/cairo-1.16.0/build/missing'\'' aclocal-1.16'
  2974. AMDEPBACKSLASH=''
  2975. AMDEP_FALSE=''
  2976. AMDEP_TRUE='#'
  2977. AMTAR='$${TAR-tar}'
  2978. AM_BACKSLASH='\'
  2979. AM_DEFAULT_V='$(AM_DEFAULT_VERBOSITY)'
  2980. AM_DEFAULT_VERBOSITY='1'
  2981. AM_V='$(V)'
  2982. AR='x86_64-pc-linux-gnu-ar'
  2983. AS='as'
  2984. AUTOCONF='${SHELL} '\''/var/tmp/portage/x11-libs/cairo-1.16.0-r4/work/cairo-1.16.0/build/missing'\'' autoconf'
  2985. AUTOHEADER='${SHELL} '\''/var/tmp/portage/x11-libs/cairo-1.16.0-r4/work/cairo-1.16.0/build/missing'\'' autoheader'
  2986. AUTOMAKE='${SHELL} '\''/var/tmp/portage/x11-libs/cairo-1.16.0-r4/work/cairo-1.16.0/build/missing'\'' automake-1.16'
  2987. AWK='gawk'
  2988. BFD_LIBS='-lbfd'
  2989. BUILD_ANY2PPM_FALSE='#'
  2990. BUILD_ANY2PPM_TRUE=''
  2991. BUILD_CXX_FALSE=''
  2992. BUILD_CXX_TRUE='#'
  2993. BUILD_SPHINX_FALSE='#'
  2994. BUILD_SPHINX_TRUE=''
  2995. CAIROBOILERPLATE_LIBS=''
  2996. CAIRO_CAN_TEST_PDF_SURFACE_FALSE='#'
  2997. CAIRO_CAN_TEST_PDF_SURFACE_TRUE=''
  2998. CAIRO_CAN_TEST_PS_SURFACE_FALSE='#'
  2999. CAIRO_CAN_TEST_PS_SURFACE_TRUE=''
  3000. CAIRO_CAN_TEST_SVG_SURFACE_FALSE='#'
  3001. CAIRO_CAN_TEST_SVG_SURFACE_TRUE=''
  3002. CAIRO_CAN_TEST_WIN32_PRINTING_SURFACE_FALSE=''
  3003. CAIRO_CAN_TEST_WIN32_PRINTING_SURFACE_TRUE='#'
  3004. CAIRO_CFLAGS=' -D_REENTRANT -I/usr/include/pixman-1 -I/usr/include/freetype2 -I/usr/include/harfbuzz -I/usr/include/glib-2.0 -I/usr/lib64/glib-2.0/include -I/usr/include/uuid -I/usr/include/freetype2 -I/usr/include/harfbuzz -I/usr/include/glib-2.0 -I/usr/lib64/glib-2.0/include -I/usr/include/libpng16 -Wall -Wextra -Wmissing-declarations -Werror-implicit-function-declaration -Wpointer-arith -Wwrite-strings -Wsign-compare -Wpacked -Wswitch-enum -Wmissing-format-attribute -Wvolatile-register-var -Wstrict-aliasing=2 -Winit-self -Wunsafe-loop-optimizations -Wno-missing-field-initializers -Wno-unused-parameter -Wno-attributes -Wno-long-long -Winline -fno-strict-aliasing -fno-common -Wp,-D_FORTIFY_SOURCE=2 -Wno-unused-but-set-variable '
  3005. CAIRO_HAS_BEOS_SURFACE_FALSE=''
  3006. CAIRO_HAS_BEOS_SURFACE_TRUE='#'
  3007. CAIRO_HAS_COGL_SURFACE_FALSE=''
  3008. CAIRO_HAS_COGL_SURFACE_TRUE='#'
  3009. CAIRO_HAS_DIRECTFB_SURFACE_FALSE=''
  3010. CAIRO_HAS_DIRECTFB_SURFACE_TRUE='#'
  3011. CAIRO_HAS_DLSYM_FALSE='#'
  3012. CAIRO_HAS_DLSYM_TRUE=''
  3013. CAIRO_HAS_DL_FALSE='#'
  3014. CAIRO_HAS_DL_TRUE=''
  3015. CAIRO_HAS_DRM_SURFACE_FALSE=''
  3016. CAIRO_HAS_DRM_SURFACE_TRUE='#'
  3017. CAIRO_HAS_EGL_FUNCTIONS_FALSE=''
  3018. CAIRO_HAS_EGL_FUNCTIONS_TRUE='#'
  3019. CAIRO_HAS_FC_FONT_FALSE='#'
  3020. CAIRO_HAS_FC_FONT_TRUE=''
  3021. CAIRO_HAS_FT_FONT_FALSE='#'
  3022. CAIRO_HAS_FT_FONT_TRUE=''
  3023. CAIRO_HAS_GALLIUM_SURFACE_FALSE=''
  3024. CAIRO_HAS_GALLIUM_SURFACE_TRUE='#'
  3025. CAIRO_HAS_GLESV2_SURFACE_FALSE=''
  3026. CAIRO_HAS_GLESV2_SURFACE_TRUE='#'
  3027. CAIRO_HAS_GLESV3_SURFACE_FALSE=''
  3028. CAIRO_HAS_GLESV3_SURFACE_TRUE='#'
  3029. CAIRO_HAS_GLX_FUNCTIONS_FALSE=''
  3030. CAIRO_HAS_GLX_FUNCTIONS_TRUE='#'
  3031. CAIRO_HAS_GL_SURFACE_FALSE=''
  3032. CAIRO_HAS_GL_SURFACE_TRUE='#'
  3033. CAIRO_HAS_GOBJECT_FUNCTIONS_FALSE='#'
  3034. CAIRO_HAS_GOBJECT_FUNCTIONS_TRUE=''
  3035. CAIRO_HAS_INTERPRETER_FALSE='#'
  3036. CAIRO_HAS_INTERPRETER_TRUE=''
  3037. CAIRO_HAS_LCOV_FALSE=''
  3038. CAIRO_HAS_LCOV_TRUE='#'
  3039. CAIRO_HAS_MULTI_PAGE_SURFACES_FALSE='#'
  3040. CAIRO_HAS_MULTI_PAGE_SURFACES_TRUE=''
  3041. CAIRO_HAS_OS2_SURFACE_FALSE=''
  3042. CAIRO_HAS_OS2_SURFACE_TRUE='#'
  3043. CAIRO_HAS_PDF_SURFACE_FALSE='#'
  3044. CAIRO_HAS_PDF_SURFACE_TRUE=''
  3045. CAIRO_HAS_PNG_FUNCTIONS_FALSE='#'
  3046. CAIRO_HAS_PNG_FUNCTIONS_TRUE=''
  3047. CAIRO_HAS_PS_SURFACE_FALSE='#'
  3048. CAIRO_HAS_PS_SURFACE_TRUE=''
  3049. CAIRO_HAS_PTHREAD_FALSE='#'
  3050. CAIRO_HAS_PTHREAD_TRUE=''
  3051. CAIRO_HAS_QT_SURFACE_FALSE=''
  3052. CAIRO_HAS_QT_SURFACE_TRUE='#'
  3053. CAIRO_HAS_QUARTZ_FONT_FALSE=''
  3054. CAIRO_HAS_QUARTZ_FONT_TRUE='#'
  3055. CAIRO_HAS_QUARTZ_IMAGE_SURFACE_FALSE=''
  3056. CAIRO_HAS_QUARTZ_IMAGE_SURFACE_TRUE='#'
  3057. CAIRO_HAS_QUARTZ_SURFACE_FALSE=''
  3058. CAIRO_HAS_QUARTZ_SURFACE_TRUE='#'
  3059. CAIRO_HAS_SCRIPT_SURFACE_FALSE='#'
  3060. CAIRO_HAS_SCRIPT_SURFACE_TRUE=''
  3061. CAIRO_HAS_SPECTRE_FALSE='#'
  3062. CAIRO_HAS_SPECTRE_TRUE=''
  3063. CAIRO_HAS_SVG_SURFACE_FALSE='#'
  3064. CAIRO_HAS_SVG_SURFACE_TRUE=''
  3065. CAIRO_HAS_SYMBOL_LOOKUP_FALSE='#'
  3066. CAIRO_HAS_SYMBOL_LOOKUP_TRUE=''
  3067. CAIRO_HAS_TEE_SURFACE_FALSE='#'
  3068. CAIRO_HAS_TEE_SURFACE_TRUE=''
  3069. CAIRO_HAS_TEST_SURFACES_FALSE=''
  3070. CAIRO_HAS_TEST_SURFACES_TRUE='#'
  3071. CAIRO_HAS_TRACE_FALSE=''
  3072. CAIRO_HAS_TRACE_TRUE='#'
  3073. CAIRO_HAS_VG_SURFACE_FALSE=''
  3074. CAIRO_HAS_VG_SURFACE_TRUE='#'
  3075. CAIRO_HAS_WGL_FUNCTIONS_FALSE=''
  3076. CAIRO_HAS_WGL_FUNCTIONS_TRUE='#'
  3077. CAIRO_HAS_WIN32_FONT_FALSE=''
  3078. CAIRO_HAS_WIN32_FONT_TRUE='#'
  3079. CAIRO_HAS_WIN32_SURFACE_FALSE=''
  3080. CAIRO_HAS_WIN32_SURFACE_TRUE='#'
  3081. CAIRO_HAS_XCB_SHM_FUNCTIONS_FALSE='#'
  3082. CAIRO_HAS_XCB_SHM_FUNCTIONS_TRUE=''
  3083. CAIRO_HAS_XCB_SURFACE_FALSE='#'
  3084. CAIRO_HAS_XCB_SURFACE_TRUE=''
  3085. CAIRO_HAS_XLIB_SURFACE_FALSE='#'
  3086. CAIRO_HAS_XLIB_SURFACE_TRUE=''
  3087. CAIRO_HAS_XLIB_XCB_FUNCTIONS_FALSE=''
  3088. CAIRO_HAS_XLIB_XCB_FUNCTIONS_TRUE='#'
  3089. CAIRO_HAS_XLIB_XRENDER_SURFACE_FALSE='#'
  3090. CAIRO_HAS_XLIB_XRENDER_SURFACE_TRUE=''
  3091. CAIRO_HAS_XML_SURFACE_FALSE=''
  3092. CAIRO_HAS_XML_SURFACE_TRUE='#'
  3093. CAIRO_LDFLAGS=''
  3094. CAIRO_LIBS=' -lpthread -lpixman-1 -lfontconfig -lfreetype -lfreetype -lpng16 -lz -lxcb-shm -lxcb -lxcb-render -lXrender -lX11 -lX11 -lXext -lz -lz -lz '
  3095. CAIRO_LIBTOOL_VERSION_INFO='11602:0:11600'
  3096. CAIRO_NONPKGCONFIG_CFLAGS=' '
  3097. CAIRO_NONPKGCONFIG_LIBS=' -lz -lz -lz '
  3098. CAIRO_RELEASE_STATUS='release'
  3099. CAIRO_REQUIRES=' gobject-2.0 glib-2.0 >= 2.14 pixman-1 >= 0.30.0 fontconfig >= 2.2.95 freetype2 >= 9.7.3 libpng xcb-shm xcb >= 1.6 xcb-render >= 1.6 xrender >= 0.6 x11 xext '
  3100. CAIRO_TEST_MODE=''
  3101. CAIRO_TEST_UNDEFINED_LDFLAGS='-Wl,--allow-shlib-undefined'
  3102. CAIRO_VERSION_MAJOR='1'
  3103. CAIRO_VERSION_MICRO='0'
  3104. CAIRO_VERSION_MINOR='16'
  3105. CAIRO_VERSION_SONUM='2'
  3106. CC='x86_64-pc-linux-gnu-gcc'
  3107. CCDEPMODE='depmode=none'
  3108. CFLAGS='-march=native -pipe -O2'
  3109. CPP='x86_64-pc-linux-gnu-gcc -E'
  3110. CPPFLAGS=''
  3111. CROSS_COMPILING_FALSE=''
  3112. CROSS_COMPILING_TRUE='#'
  3113. CSCOPE='cscope'
  3114. CTAGS='ctags'
  3115. CXX='x86_64-pc-linux-gnu-g++'
  3116. CXXCPP='x86_64-pc-linux-gnu-g++ -E'
  3117. CXXDEPMODE='depmode=none'
  3118. CXXFLAGS='-march=native -pipe -O2'
  3119. CYGPATH_W='echo'
  3120. DEFS='-DHAVE_CONFIG_H'
  3121. DEPDIR='.deps'
  3122. DISABLE_SOME_FLOATING_POINT_FALSE=''
  3123. DISABLE_SOME_FLOATING_POINT_TRUE='#'
  3124. DLLTOOL='false'
  3125. DSYMUTIL=''
  3126. DUMPBIN=''
  3127. ECHO_C=''
  3128. ECHO_N='-n'
  3129. ECHO_T=''
  3130. EGREP='/bin/grep -E'
  3131. ENABLE_GTK_DOC_FALSE=''
  3132. ENABLE_GTK_DOC_TRUE='#'
  3133. ETAGS='etags'
  3134. EXEEXT=''
  3135. FGREP='/bin/grep -F'
  3136. FIND='/usr/bin/find'
  3137. FONTCONFIG_CFLAGS='-I/usr/include/freetype2 -I/usr/include/harfbuzz -I/usr/include/glib-2.0 -I/usr/lib64/glib-2.0/include -I/usr/include/uuid '
  3138. FONTCONFIG_LIBS='-lfontconfig -lfreetype '
  3139. FREETYPE_CFLAGS='-I/usr/include/freetype2 -I/usr/include/harfbuzz -I/usr/include/glib-2.0 -I/usr/lib64/glib-2.0/include '
  3140. FREETYPE_CONFIG=''
  3141. FREETYPE_LIBS='-lfreetype '
  3142. GOBJECT_CFLAGS='-I/usr/include/glib-2.0 -I/usr/lib64/glib-2.0/include -I/usr/lib64/libffi/include '
  3143. GOBJECT_LIBS='-lgobject-2.0 -lglib-2.0 '
  3144. GREP='/bin/grep'
  3145. GS='gs'
  3146. GTKDOC_CHECK=''
  3147. GTKDOC_CHECK_PATH=''
  3148. GTKDOC_DEPS_CFLAGS='-I/usr/include/glib-2.0 -I/usr/lib64/glib-2.0/include -I/usr/lib64/libffi/include '
  3149. GTKDOC_DEPS_LIBS='-lgobject-2.0 -lglib-2.0 '
  3150. GTKDOC_MKPDF=''
  3151. GTKDOC_REBASE='true'
  3152. GTK_DOC_BUILD_HTML_FALSE='#'
  3153. GTK_DOC_BUILD_HTML_TRUE=''
  3154. GTK_DOC_BUILD_PDF_FALSE=''
  3155. GTK_DOC_BUILD_PDF_TRUE='#'
  3156. GTK_DOC_USE_LIBTOOL_FALSE='#'
  3157. GTK_DOC_USE_LIBTOOL_TRUE=''
  3158. GTK_DOC_USE_REBASE_FALSE='#'
  3159. GTK_DOC_USE_REBASE_TRUE=''
  3160. HAVE_GTK_DOC_FALSE=''
  3161. HAVE_GTK_DOC_TRUE='#'
  3162. HAVE_GTK_FALSE='#'
  3163. HAVE_GTK_TRUE=''
  3164. HAVE_PTHREAD_FALSE='#'
  3165. HAVE_PTHREAD_TRUE=''
  3166. HAVE_REAL_PTHREAD_FALSE='#'
  3167. HAVE_REAL_PTHREAD_TRUE=''
  3168. HAVE_SHM_FALSE='#'
  3169. HAVE_SHM_TRUE=''
  3170. HTML_DIR='${datadir}/gtk-doc/html'
  3171. INSTALL_DATA='${INSTALL} -m 644'
  3172. INSTALL_PROGRAM='${INSTALL}'
  3173. INSTALL_SCRIPT='${INSTALL}'
  3174. INSTALL_STRIP_PROGRAM='$(install_sh) -c -s'
  3175. LD='/usr/x86_64-pc-linux-gnu/bin/ld -m elf_x86_64'
  3176. LDFLAGS='-Wl,-O1 -Wl,--as-needed'
  3177. LIBM='-lm'
  3178. LIBOBJS=''
  3179. LIBRSVG_CFLAGS='-I/usr/include/librsvg-2.0 -I/usr/include/glib-2.0 -I/usr/lib64/glib-2.0/include -I/usr/lib64/libffi/include -I/usr/include/libmount -I/usr/include/blkid -I/usr/include/gdk-pixbuf-2.0 -I/usr/include/libpng16 -I/usr/include/cairo -I/usr/include/pixman-1 -I/usr/include/freetype2 -I/usr/include/harfbuzz -I/usr/include/uuid -I/usr/include/gtk-2.0 -I/usr/lib64/gtk-2.0/include -I/usr/include/pango-1.0 -I/usr/include/fribidi -pthread '
  3180. LIBRSVG_LIBS='-lrsvg-2 -lm -lgio-2.0 -lgdk-x11-2.0 -lpangocairo-1.0 -lpango-1.0 -lharfbuzz -lcairo -lgdk_pixbuf-2.0 -lgobject-2.0 -lglib-2.0 '
  3181. LIBS='-lrt -lm'
  3182. LIBSPECTRE_CFLAGS=''
  3183. LIBSPECTRE_LIBS='-lspectre '
  3184. LIBTOOL='$(SHELL) $(top_builddir)/libtool'
  3185. LIPO=''
  3186. LN_S='ln -s'
  3187. LTLIBOBJS=''
  3188. LTP=''
  3189. LTP_GENHTML=''
  3190. LT_SYS_LIBRARY_PATH=''
  3191. MAKEINFO='${SHELL} '\''/var/tmp/portage/x11-libs/cairo-1.16.0-r4/work/cairo-1.16.0/build/missing'\'' makeinfo'
  3192. MANIFEST_TOOL=':'
  3193. MKDIR_P='/bin/mkdir -p'
  3194. NM='/usr/bin/x86_64-pc-linux-gnu-nm -B'
  3195. NMEDIT=''
  3196. OBJDUMP='x86_64-pc-linux-gnu-objdump'
  3197. OBJEXT='o'
  3198. OS_WIN32_FALSE=''
  3199. OS_WIN32_TRUE='#'
  3200. OTOOL64=''
  3201. OTOOL=''
  3202. PACKAGE='cairo'
  3203. PACKAGE_BUGREPORT='https://bugs.freedesktop.org/enter_bug.cgi?product=cairo'
  3204. PACKAGE_NAME='cairo'
  3205. PACKAGE_STRING='cairo 1.16.0'
  3206. PACKAGE_TARNAME='cairo'
  3207. PACKAGE_URL='https://cairographics.org/'
  3208. PACKAGE_VERSION='1.16.0'
  3209. PATH_SEPARATOR=':'
  3210. PKGCONFIG_REQUIRES='Requires.private'
  3211. PKG_CONFIG='/usr/bin/x86_64-pc-linux-gnu-pkg-config'
  3212. POPPLER_CFLAGS='-I/usr/include/poppler/glib -I/usr/include/glib-2.0 -I/usr/lib64/glib-2.0/include -I/usr/lib64/libffi/include -I/usr/include/cairo -I/usr/include/pixman-1 -I/usr/include/freetype2 -I/usr/include/harfbuzz -I/usr/include/uuid -I/usr/include/libpng16 -I/usr/include/poppler '
  3213. POPPLER_LIBS='-lpoppler-glib -lgobject-2.0 -lglib-2.0 -lcairo '
  3214. RANLIB='x86_64-pc-linux-gnu-ranlib'
  3215. SED='/bin/sed'
  3216. SET_MAKE=''
  3217. SHELL='/bin/sh'
  3218. SHLIB_EXT='so'
  3219. SHM_LIBS='-lrt'
  3220. SHTOOL=''
  3221. STRINGS='x86_64-pc-linux-gnu-strings'
  3222. STRIP='x86_64-pc-linux-gnu-strip'
  3223. VALGRIND_CFLAGS=''
  3224. VALGRIND_LIBS=''
  3225. VERSION='1.16.0'
  3226. XARGS='/usr/bin/xargs'
  3227. XMKMF=''
  3228. X_CFLAGS=''
  3229. X_EXTRA_LIBS=''
  3230. X_LIBS=''
  3231. X_PRE_LIBS=''
  3232. ac_ct_AR=''
  3233. ac_ct_CC=''
  3234. ac_ct_CXX=''
  3235. ac_ct_DUMPBIN=''
  3236. am__EXEEXT_FALSE=''
  3237. am__EXEEXT_TRUE='#'
  3238. am__fastdepCC_FALSE=''
  3239. am__fastdepCC_TRUE='#'
  3240. am__fastdepCXX_FALSE=''
  3241. am__fastdepCXX_TRUE='#'
  3242. am__include='include'
  3243. am__isrc=' -I$(srcdir)'
  3244. am__leading_dot='.'
  3245. am__nodep=''
  3246. am__quote=''
  3247. am__tar='$${TAR-tar} chof - "$$tardir"'
  3248. am__untar='$${TAR-tar} xf -'
  3249. bindir='${exec_prefix}/bin'
  3250. build='x86_64-pc-linux-gnu'
  3251. build_alias='x86_64-pc-linux-gnu'
  3252. build_cpu='x86_64'
  3253. build_os='linux-gnu'
  3254. build_vendor='pc'
  3255. cogl_CFLAGS=''
  3256. cogl_LIBS=''
  3257. datadir='/usr/share'
  3258. datarootdir='${prefix}/share'
  3259. directfb_CFLAGS=''
  3260. directfb_LIBS=''
  3261. docdir='/usr/share/doc/cairo-1.16.0-r4'
  3262. drm_CFLAGS=''
  3263. drm_LIBS=''
  3264. dvidir='${docdir}'
  3265. egl_CFLAGS=''
  3266. egl_LIBS=''
  3267. exec_prefix='${prefix}'
  3268. gallium_DIR=''
  3269. gl_CFLAGS=''
  3270. gl_LIBS=''
  3271. glesv2_CFLAGS=''
  3272. glesv2_LIBS=''
  3273. glesv3_CFLAGS=''
  3274. glesv3_LIBS=''
  3275. glib_CFLAGS='-I/usr/include/glib-2.0 -I/usr/lib64/glib-2.0/include '
  3276. glib_LIBS='-lglib-2.0 '
  3277. gtk_CFLAGS='-I/usr/include/gtk-2.0 -I/usr/lib64/gtk-2.0/include -I/usr/include/pango-1.0 -I/usr/include/glib-2.0 -I/usr/lib64/glib-2.0/include -I/usr/lib64/libffi/include -I/usr/include/harfbuzz -I/usr/include/freetype2 -I/usr/include/libmount -I/usr/include/blkid -I/usr/include/fribidi -I/usr/include/uuid -I/usr/include/cairo -I/usr/include/pixman-1 -I/usr/include/libpng16 -I/usr/include/gdk-pixbuf-2.0 -I/usr/include/atk-1.0 -pthread '
  3278. gtk_LIBS='-lgtk-x11-2.0 -lgdk-x11-2.0 -lpangocairo-1.0 -latk-1.0 -lcairo -lgdk_pixbuf-2.0 -lgio-2.0 -lpangoft2-1.0 -lpango-1.0 -lgobject-2.0 -lglib-2.0 -lharfbuzz -lfontconfig -lfreetype '
  3279. host='x86_64-pc-linux-gnu'
  3280. host_alias='x86_64-pc-linux-gnu'
  3281. host_cpu='x86_64'
  3282. host_os='linux-gnu'
  3283. host_vendor='pc'
  3284. htmldir='/usr/share/doc/cairo-1.16.0-r4/html'
  3285. includedir='${prefix}/include'
  3286. infodir='/usr/share/info'
  3287. install_sh='${SHELL} /var/tmp/portage/x11-libs/cairo-1.16.0-r4/work/cairo-1.16.0/build/install-sh'
  3288. libdir='/usr/lib64'
  3289. libexecdir='${exec_prefix}/libexec'
  3290. localedir='${datarootdir}/locale'
  3291. localstatedir='/var/lib'
  3292. lzo_LIBS='-llzo2'
  3293. mandir='/usr/share/man'
  3294. mesa_DIR=''
  3295. mkdir_p='$(MKDIR_P)'
  3296. oldincludedir='/usr/include'
  3297. pdfdir='${docdir}'
  3298. pixman_CFLAGS='-I/usr/include/pixman-1 '
  3299. pixman_LIBS='-lpixman-1 '
  3300. png_CFLAGS='-I/usr/include/libpng16 '
  3301. png_LIBS='-lpng16 -lz '
  3302. png_REQUIRES='libpng'
  3303. prefix='/usr'
  3304. program_transform_name='s,x,x,'
  3305. psdir='${docdir}'
  3306. pthread_CFLAGS='-D_REENTRANT'
  3307. pthread_LIBS='-lpthread'
  3308. qt_CFLAGS=''
  3309. qt_LIBS=''
  3310. real_pthread_CFLAGS='-D_REENTRANT'
  3311. real_pthread_LIBS='-lpthread'
  3312. runstatedir='${localstatedir}/run'
  3313. sbindir='${exec_prefix}/sbin'
  3314. sharedstatedir='${prefix}/com'
  3315. shm_LIBS='-lrt'
  3316. sysconfdir='/etc'
  3317. target_alias=''
  3318. xcb_CFLAGS=''
  3319. xcb_LIBS='-lxcb -lxcb-render '
  3320. xcb_shm_CFLAGS=''
  3321. xcb_shm_LIBS='-lxcb-shm '
  3322. xlib_CFLAGS=''
  3323. xlib_LIBS='-lX11 -lXext '
  3324. xlib_xcb_CFLAGS=''
  3325. xlib_xcb_LIBS=''
  3326. xlib_xrender_CFLAGS=''
  3327. xlib_xrender_LIBS='-lXrender -lX11 '
  3328.  
  3329. ## ----------- ##
  3330. ## confdefs.h. ##
  3331. ## ----------- ##
  3332.  
  3333. /* confdefs.h */
  3334. #define PACKAGE_NAME "cairo"
  3335. #define PACKAGE_TARNAME "cairo"
  3336. #define PACKAGE_VERSION "1.16.0"
  3337. #define PACKAGE_STRING "cairo 1.16.0"
  3338. #define PACKAGE_BUGREPORT "https://bugs.freedesktop.org/enter_bug.cgi?product=cairo"
  3339. #define PACKAGE_URL "https://cairographics.org/"
  3340. #define HAVE_STDIO_H 1
  3341. #define HAVE_STDLIB_H 1
  3342. #define HAVE_STRING_H 1
  3343. #define HAVE_INTTYPES_H 1
  3344. #define HAVE_STDINT_H 1
  3345. #define HAVE_STRINGS_H 1
  3346. #define HAVE_SYS_STAT_H 1
  3347. #define HAVE_SYS_TYPES_H 1
  3348. #define HAVE_UNISTD_H 1
  3349. #define HAVE_WCHAR_H 1
  3350. #define STDC_HEADERS 1
  3351. #define _ALL_SOURCE 1
  3352. #define _DARWIN_C_SOURCE 1
  3353. #define _GNU_SOURCE 1
  3354. #define _HPUX_ALT_XOPEN_SOCKET_API 1
  3355. #define _NETBSD_SOURCE 1
  3356. #define _OPENBSD_SOURCE 1
  3357. #define _POSIX_PTHREAD_SEMANTICS 1
  3358. #define __STDC_WANT_IEC_60559_ATTRIBS_EXT__ 1
  3359. #define __STDC_WANT_IEC_60559_BFP_EXT__ 1
  3360. #define __STDC_WANT_IEC_60559_DFP_EXT__ 1
  3361. #define __STDC_WANT_IEC_60559_FUNCS_EXT__ 1
  3362. #define __STDC_WANT_IEC_60559_TYPES_EXT__ 1
  3363. #define __STDC_WANT_LIB_EXT2__ 1
  3364. #define __STDC_WANT_MATH_SPEC_FUNCS__ 1
  3365. #define _TANDEM_SOURCE 1
  3366. #define __EXTENSIONS__ 1
  3367. #define HAVE_UNISTD_H 1
  3368. #define HAVE_SYS_IOCTL_H 1
  3369. #define HAVE_TYPEOF 1
  3370. #define HAVE_DLFCN_H 1
  3371. #define LT_OBJDIR ".libs/"
  3372. #define WARN_UNUSED_RESULT __attribute__((__warn_unused_result__))
  3373. #define HAVE_CXX11_ATOMIC_PRIMITIVES 1
  3374. #define SIZEOF_VOID_P 8
  3375. #define SIZEOF_INT 4
  3376. #define SIZEOF_LONG 8
  3377. #define SIZEOF_LONG_LONG 8
  3378. #define SIZEOF_SIZE_T 8
  3379. #define HAVE_LIBRT 1
  3380. #define HAVE_BUILTIN_RETURN_ADDRESS 1
  3381. #define HAVE_STDINT_H 1
  3382. #define HAVE_INTTYPES_H 1
  3383. #define HAVE_UINT64_T 1
  3384. #define HAVE___UINT128_T 1
  3385. #define HAVE_FCNTL_H 1
  3386. #define HAVE_UNISTD_H 1
  3387. #define HAVE_SIGNAL_H 1
  3388. #define HAVE_SYS_STAT_H 1
  3389. #define HAVE_SYS_SOCKET_H 1
  3390. #define HAVE_SYS_POLL_H 1
  3391. #define HAVE_SYS_UN_H 1
  3392. #define HAVE_ALARM 1
  3393. #define HAVE_SCHED_H 1
  3394. #define HAVE_SCHED_GETAFFINITY 1
  3395. #define HAVE_SYS_MMAN_H 1
  3396. #define HAVE_MMAP 1
  3397. #define HAVE_TIME_H 1
  3398. #define HAVE_CLOCK_GETTIME 1
  3399. #define HAVE_FEENABLEEXCEPT 1
  3400. #define HAVE_FEDISABLEEXCEPT 1
  3401. #define HAVE_FECLEAREXCEPT 1
  3402. #define HAVE_LIBGEN_H 1
  3403. #define HAVE_BYTESWAP_H 1
  3404. #define HAVE_SIGNAL_H 1
  3405. #define HAVE_SETJMP_H 1
  3406. #define HAVE_FENV_H 1
  3407. #define HAVE_SYS_WAIT_H 1
  3408. #define HAVE_CTIME_R 1
  3409. #define HAVE_LOCALTIME_R 1
  3410. #define HAVE_GMTIME_R 1
  3411. #define HAVE_DRAND48 1
  3412. #define HAVE_FLOCKFILE 1
  3413. #define HAVE_FUNLOCKFILE 1
  3414. #define HAVE_GETLINE 1
  3415. #define HAVE_LINK 1
  3416. #define HAVE_STRNDUP 1
  3417. #define HAVE_SYS_STAT_H 1
  3418. #define HAVE_MKDIR 2
  3419. #define HAVE_FORK 1
  3420. #define HAVE_WAITPID 1
  3421. #define HAVE_RAISE 1
  3422. #undef PACKAGE_VERSION
  3423. #undef PACKAGE_STRING
  3424. #undef PACKAGE_NAME
  3425. #undef PACKAGE_TARNAME
  3426. #define PACKAGE_VERSION USE_cairo_version_OR_cairo_version_string_INSTEAD
  3427. #define PACKAGE_STRING USE_cairo_version_OR_cairo_version_string_INSTEAD
  3428. #define PACKAGE_NAME USE_cairo_INSTEAD
  3429. #define PACKAGE_TARNAME USE_cairo_INSTEAD
  3430. #define HAVE_ZLIB 1
  3431. #define HAVE_LZO 1
  3432. #define HAVE_DLFCN_H 1
  3433. #define CAIRO_HAS_DLSYM 1
  3434. #define HAVE_NEWLOCALE 1
  3435. #define HAVE_STRTOD_L 1
  3436. #define IPC_RMID_DEFERRED_RELEASE 1
  3437. #define HAVE_X11_EXTENSIONS_XSHM_H 1
  3438. #define HAVE_X11_EXTENSIONS_SHMPROTO_H 1
  3439. #define HAVE_X11_EXTENSIONS_SHMSTR_H 1
  3440. #define HAVE_XRENDERCREATESOLIDFILL 1
  3441. #define HAVE_XRENDERCREATELINEARGRADIENT 1
  3442. #define HAVE_XRENDERCREATERADIALGRADIENT 1
  3443. #define HAVE_XRENDERCREATECONICALGRADIENT 1
  3444. #define HAVE_FT_GET_X11_FONT_FORMAT 1
  3445. #define HAVE_FT_GLYPHSLOT_EMBOLDEN 1
  3446. #define HAVE_FT_GLYPHSLOT_OBLIQUE 1
  3447. #define HAVE_FT_LOAD_SFNT_TABLE 1
  3448. #define HAVE_FT_LIBRARY_SETLCDFILTER 1
  3449. #define HAVE_FT_GET_VAR_DESIGN_COORDINATES 1
  3450. #define HAVE_FT_DONE_MM_VAR 1
  3451. #define HAVE_FCINIT 1
  3452. #define HAVE_FCFINI 1
  3453. #define CAIRO_CAN_TEST_PS_SURFACE 1
  3454. #define CAIRO_HAS_SPECTRE 1
  3455. #define HAVE_POPPLER_PAGE_RENDER 1
  3456. #define CAIRO_CAN_TEST_PDF_SURFACE 1
  3457. #define HAVE_RSVG_PIXBUF_FROM_FILE 1
  3458. #define CAIRO_CAN_TEST_SVG_SURFACE 1
  3459. #define HAS_PIXMAN_GLYPHS 1
  3460. #define CAIRO_HAS_REAL_PTHREAD 1
  3461. #define CAIRO_HAS_PTHREAD 1
  3462. #define CAIRO_HAS_PTHREAD 1
  3463. #define SHARED_LIB_EXT "so"
  3464. #define CAIRO_HAS_INTERPRETER 1
  3465. #define HAVE_BFD 1
  3466. #define CAIRO_HAS_SYMBOL_LOOKUP 1
  3467.  
  3468. configure: exit 0
  3469.  
Advertisement
Add Comment
Please, Sign In to add comment