Guest User

Untitled

a guest
Dec 3rd, 2011
169
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 43.24 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 sabayon configure 2.30.1, which was
  5. generated by GNU Autoconf 2.67. Invocation command line was
  6.  
  7. $ ./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 --libdir=/usr/lib64 --disable-static --with-distro=gentoo --with-prototype-user=sabayon-admin --enable-console-helper=no
  8.  
  9. ## --------- ##
  10. ## Platform. ##
  11. ## --------- ##
  12.  
  13. hostname = drakon
  14. uname -m = x86_64
  15. uname -r = 3.0.6-gentoo
  16. uname -s = Linux
  17. uname -v = #5 SMP Sat Dec 3 22:14:51 MSK 2011
  18.  
  19. /usr/bin/uname -p = Intel(R) Core(TM) i5-2400 CPU @ 3.10GHz
  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/lib64/ccache/bin
  31. PATH: /usr/lib64/portage/bin/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/x86_64-pc-linux-gnu/gcc-bin/4.5.3
  40. PATH: /opt/vmware/player/bin
  41. PATH: /opt/cuda/computeprof/bin
  42. PATH: /opt/cuda/bin
  43.  
  44.  
  45. ## ----------- ##
  46. ## Core tests. ##
  47. ## ----------- ##
  48.  
  49. configure:2348: loading site script /usr/share/config.site
  50. | #!/bin/bash
  51. | # Copyright 2009 Gentoo Foundation
  52. | # Distributed under the terms of the GNU General Public License v2
  53. |
  54. | TOPDIR=/usr/share/crossdev/include/site
  55. |
  56. | config_site_arch() {
  57. | local host=$(echo ${CHOST/-/ } | awk '{print $1}')
  58. |
  59. | [[ ${host/arm.*eb/} != ${host} ]] && host=armeb
  60. | [[ ${host/arm/} != ${host} ]] && [[ ${host} != armeb ]] && host=arm
  61. |
  62. | [[ ${host/mips.*el/} != ${host} ]] && host=mipsel
  63. |
  64. | #[[ ${host/i[4-5]/6} != ${host} ]] && host=i686
  65. |
  66. | echo ${host}
  67. | }
  68. |
  69. | config_site_names() {
  70. | local site_arch=$(config_site_arch)
  71. | local sites=""
  72. | local x
  73. |
  74. | [[ ${CHOST/-linux-/} != $CHOST ]] && sites+=" linux ${site_arch}-linux"
  75. | [[ ${CHOST/darwin/} != $CHOST ]] && sites+=" darwin ${site_arch}-linux"
  76. |
  77. | [[ ${CHOST/-linux-uclibc/} != $CHOST ]] && sites+=" linux-uclibc ${site_arch}-linux-uclibc"
  78. | [[ ${CHOST/-linux-gnu/} != $CHOST ]] && sites+=" linux-gnu ${site_arch}-linux-gnu"
  79. |
  80. | [[ ${CHOST/-linux-uclibceabi/} != $CHOST ]] && sites+=" linux-uclibceabi ${site_arch}-linux-uclibceabi"
  81. | [[ ${CHOST/-linux-gnueabi/} != $CHOST ]] && sites+=" linux-gnueabi ${site_arch}-linux-gnueabi"
  82. |
  83. | for x in ${sites} ${CHOST}; do
  84. | [[ -e ${TOPDIR}/${x} ]] && echo ${TOPDIR}/${x}
  85. | done
  86. | }
  87. |
  88. | if [[ ${CHOST} != "" ]]; then
  89. | sites="$(config_site_names)"
  90. | if [[ ${sites} != "" ]]; then
  91. | for site in ${sites}; do
  92. | echo "$(basename $0): loading site script ${site}"
  93. | . ${site}
  94. | done
  95. | fi
  96. | unset site
  97. | unset sites
  98. | fi
  99. configure:2491: checking for a BSD-compatible install
  100. configure:2559: result: /usr/bin/install -c
  101. configure:2570: checking whether build environment is sane
  102. configure:2620: result: yes
  103. configure:2761: checking for a thread-safe mkdir -p
  104. configure:2800: result: /bin/mkdir -p
  105. configure:2813: checking for gawk
  106. configure:2829: found /usr/bin/gawk
  107. configure:2840: result: gawk
  108. configure:2851: checking whether make sets $(MAKE)
  109. configure:2873: result: yes
  110. configure:2956: checking whether to enable maintainer-specific portions of Makefiles
  111. configure:2965: result: no
  112. configure:2998: checking for style of include used by make
  113. configure:3026: result: GNU
  114. configure:3056: checking for x86_64-pc-linux-gnu-gcc
  115. configure:3072: found /usr/lib64/ccache/bin/x86_64-pc-linux-gnu-gcc
  116. configure:3083: result: x86_64-pc-linux-gnu-gcc
  117. configure:3352: checking for C compiler version
  118. configure:3361: x86_64-pc-linux-gnu-gcc --version >&5
  119. x86_64-pc-linux-gnu-gcc (Gentoo 4.5.3-r1 p1.0, pie-0.4.5) 4.5.3
  120. Copyright (C) 2010 Free Software Foundation, Inc.
  121. This is free software; see the source for copying conditions. There is NO
  122. warranty; not even for MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE.
  123.  
  124. configure:3372: $? = 0
  125. configure:3361: x86_64-pc-linux-gnu-gcc -v >&5
  126. Using built-in specs.
  127. COLLECT_GCC=/usr/x86_64-pc-linux-gnu/gcc-bin/4.5.3/x86_64-pc-linux-gnu-gcc
  128. COLLECT_LTO_WRAPPER=/usr/libexec/gcc/x86_64-pc-linux-gnu/4.5.3/lto-wrapper
  129. Target: x86_64-pc-linux-gnu
  130. Configured with: /var/tmp/portage/sys-devel/gcc-4.5.3-r1/work/gcc-4.5.3/configure --prefix=/usr --bindir=/usr/x86_64-pc-linux-gnu/gcc-bin/4.5.3 --includedir=/usr/lib/gcc/x86_64-pc-linux-gnu/4.5.3/include --datadir=/usr/share/gcc-data/x86_64-pc-linux-gnu/4.5.3 --mandir=/usr/share/gcc-data/x86_64-pc-linux-gnu/4.5.3/man --infodir=/usr/share/gcc-data/x86_64-pc-linux-gnu/4.5.3/info --with-gxx-include-dir=/usr/lib/gcc/x86_64-pc-linux-gnu/4.5.3/include/g++-v4 --host=x86_64-pc-linux-gnu --build=x86_64-pc-linux-gnu --disable-altivec --disable-fixed-point --without-ppl --without-cloog --disable-lto --enable-nls --without-included-gettext --with-system-zlib --disable-werror --enable-secureplt --enable-multilib --enable-libmudflap --disable-libssp --enable-libgomp --with-python-dir=/share/gcc-data/x86_64-pc-linux-gnu/4.5.3/python --enable-checking=release --disable-libgcj --enable-languages=c,c++,fortran --enable-shared --enable-threads=posix --enable-__cxa_atexit --enable-clocale=gnu --with-bugurl=http://bugs.gentoo.org/ --with-pkgversion='Gentoo 4.5.3-r1 p1.0, pie-0.4.5'
  131. Thread model: posix
  132. gcc version 4.5.3 (Gentoo 4.5.3-r1 p1.0, pie-0.4.5)
  133. configure:3372: $? = 0
  134. configure:3361: x86_64-pc-linux-gnu-gcc -V >&5
  135. x86_64-pc-linux-gnu-gcc: '-V' option must have argument
  136. configure:3372: $? = 1
  137. configure:3361: x86_64-pc-linux-gnu-gcc -qversion >&5
  138. x86_64-pc-linux-gnu-gcc: unrecognized option '-qversion'
  139. x86_64-pc-linux-gnu-gcc: no input files
  140. configure:3372: $? = 1
  141. configure:3392: checking whether the C compiler works
  142. configure:3414: x86_64-pc-linux-gnu-gcc -march=native -pipe -Wl,-O1 -Wl,--as-needed conftest.c >&5
  143. configure:3418: $? = 0
  144. configure:3466: result: yes
  145. configure:3469: checking for C compiler default output file name
  146. configure:3471: result: a.out
  147. configure:3477: checking for suffix of executables
  148. configure:3484: x86_64-pc-linux-gnu-gcc -o conftest -march=native -pipe -Wl,-O1 -Wl,--as-needed conftest.c >&5
  149. configure:3488: $? = 0
  150. configure:3510: result:
  151. configure:3532: checking whether we are cross compiling
  152. configure:3540: x86_64-pc-linux-gnu-gcc -o conftest -march=native -pipe -Wl,-O1 -Wl,--as-needed conftest.c >&5
  153. configure:3544: $? = 0
  154. configure:3551: ./conftest
  155. configure:3555: $? = 0
  156. configure:3570: result: no
  157. configure:3575: checking for suffix of object files
  158. configure:3597: x86_64-pc-linux-gnu-gcc -c -march=native -pipe conftest.c >&5
  159. configure:3601: $? = 0
  160. configure:3622: result: o
  161. configure:3626: checking whether we are using the GNU C compiler
  162. configure:3645: x86_64-pc-linux-gnu-gcc -c -march=native -pipe conftest.c >&5
  163. configure:3645: $? = 0
  164. configure:3654: result: yes
  165. configure:3663: checking whether x86_64-pc-linux-gnu-gcc accepts -g
  166. configure:3683: x86_64-pc-linux-gnu-gcc -c -g conftest.c >&5
  167. configure:3683: $? = 0
  168. configure:3724: result: yes
  169. configure:3741: checking for x86_64-pc-linux-gnu-gcc option to accept ISO C89
  170. configure:3805: x86_64-pc-linux-gnu-gcc -c -march=native -pipe conftest.c >&5
  171. configure:3805: $? = 0
  172. configure:3818: result: none needed
  173. configure:3840: checking dependency style of x86_64-pc-linux-gnu-gcc
  174. configure:3950: result: gcc3
  175. configure:3971: checking how to run the C preprocessor
  176. configure:4002: x86_64-pc-linux-gnu-gcc -E conftest.c
  177. configure:4002: $? = 0
  178. configure:4016: x86_64-pc-linux-gnu-gcc -E conftest.c
  179. conftest.c:11:28: fatal error: ac_nonexistent.h: No such file or directory
  180. compilation terminated.
  181. configure:4016: $? = 1
  182. configure: failed program was:
  183. | /* confdefs.h */
  184. | #define PACKAGE_NAME "sabayon"
  185. | #define PACKAGE_TARNAME "sabayon"
  186. | #define PACKAGE_VERSION "2.30.1"
  187. | #define PACKAGE_STRING "sabayon 2.30.1"
  188. | #define PACKAGE_BUGREPORT "http://bugzilla.gnome.org/enter_bug.cgi?product=sabayon"
  189. | #define PACKAGE_URL ""
  190. | #define PACKAGE "sabayon"
  191. | #define VERSION "2.30.1"
  192. | /* end confdefs.h. */
  193. | #include <ac_nonexistent.h>
  194. configure:4041: result: x86_64-pc-linux-gnu-gcc -E
  195. configure:4061: x86_64-pc-linux-gnu-gcc -E conftest.c
  196. configure:4061: $? = 0
  197. configure:4075: x86_64-pc-linux-gnu-gcc -E conftest.c
  198. conftest.c:11:28: fatal error: ac_nonexistent.h: No such file or directory
  199. compilation terminated.
  200. configure:4075: $? = 1
  201. configure: failed program was:
  202. | /* confdefs.h */
  203. | #define PACKAGE_NAME "sabayon"
  204. | #define PACKAGE_TARNAME "sabayon"
  205. | #define PACKAGE_VERSION "2.30.1"
  206. | #define PACKAGE_STRING "sabayon 2.30.1"
  207. | #define PACKAGE_BUGREPORT "http://bugzilla.gnome.org/enter_bug.cgi?product=sabayon"
  208. | #define PACKAGE_URL ""
  209. | #define PACKAGE "sabayon"
  210. | #define VERSION "2.30.1"
  211. | /* end confdefs.h. */
  212. | #include <ac_nonexistent.h>
  213. configure:4104: checking for grep that handles long lines and -e
  214. configure:4162: result: /bin/grep
  215. configure:4167: checking for egrep
  216. configure:4229: result: /bin/grep -E
  217. configure:4234: checking for ANSI C header files
  218. configure:4254: x86_64-pc-linux-gnu-gcc -c -march=native -pipe conftest.c >&5
  219. configure:4254: $? = 0
  220. configure:4327: x86_64-pc-linux-gnu-gcc -o conftest -march=native -pipe -Wl,-O1 -Wl,--as-needed conftest.c >&5
  221. configure:4327: $? = 0
  222. configure:4327: ./conftest
  223. configure:4327: $? = 0
  224. configure:4338: result: yes
  225. configure:4351: checking for sys/types.h
  226. configure:4351: x86_64-pc-linux-gnu-gcc -c -march=native -pipe conftest.c >&5
  227. configure:4351: $? = 0
  228. configure:4351: result: yes
  229. configure:4351: checking for sys/stat.h
  230. configure:4351: x86_64-pc-linux-gnu-gcc -c -march=native -pipe conftest.c >&5
  231. configure:4351: $? = 0
  232. configure:4351: result: yes
  233. configure:4351: checking for stdlib.h
  234. configure:4351: x86_64-pc-linux-gnu-gcc -c -march=native -pipe conftest.c >&5
  235. configure:4351: $? = 0
  236. configure:4351: result: yes
  237. configure:4351: checking for string.h
  238. configure:4351: x86_64-pc-linux-gnu-gcc -c -march=native -pipe conftest.c >&5
  239. configure:4351: $? = 0
  240. configure:4351: result: yes
  241. configure:4351: checking for memory.h
  242. configure:4351: x86_64-pc-linux-gnu-gcc -c -march=native -pipe conftest.c >&5
  243. configure:4351: $? = 0
  244. configure:4351: result: yes
  245. configure:4351: checking for strings.h
  246. configure:4351: x86_64-pc-linux-gnu-gcc -c -march=native -pipe conftest.c >&5
  247. configure:4351: $? = 0
  248. configure:4351: result: yes
  249. configure:4351: checking for inttypes.h
  250. configure:4351: x86_64-pc-linux-gnu-gcc -c -march=native -pipe conftest.c >&5
  251. configure:4351: $? = 0
  252. configure:4351: result: yes
  253. configure:4351: checking for stdint.h
  254. configure:4351: x86_64-pc-linux-gnu-gcc -c -march=native -pipe conftest.c >&5
  255. configure:4351: $? = 0
  256. configure:4351: result: yes
  257. configure:4351: checking for unistd.h
  258. configure:4351: x86_64-pc-linux-gnu-gcc -c -march=native -pipe conftest.c >&5
  259. configure:4351: $? = 0
  260. configure:4351: result: yes
  261. configure:4366: checking locale.h usability
  262. configure:4366: x86_64-pc-linux-gnu-gcc -c -march=native -pipe conftest.c >&5
  263. configure:4366: $? = 0
  264. configure:4366: result: yes
  265. configure:4366: checking locale.h presence
  266. configure:4366: x86_64-pc-linux-gnu-gcc -E conftest.c
  267. configure:4366: $? = 0
  268. configure:4366: result: yes
  269. configure:4366: checking for locale.h
  270. configure:4366: result: yes
  271. configure:4377: checking for LC_MESSAGES
  272. configure:4393: x86_64-pc-linux-gnu-gcc -o conftest -march=native -pipe -Wl,-O1 -Wl,--as-needed conftest.c >&5
  273. configure:4393: $? = 0
  274. configure:4401: result: yes
  275. configure:4418: checking libintl.h usability
  276. configure:4418: x86_64-pc-linux-gnu-gcc -c -march=native -pipe conftest.c >&5
  277. configure:4418: $? = 0
  278. configure:4418: result: yes
  279. configure:4418: checking libintl.h presence
  280. configure:4418: x86_64-pc-linux-gnu-gcc -E conftest.c
  281. configure:4418: $? = 0
  282. configure:4418: result: yes
  283. configure:4418: checking for libintl.h
  284. configure:4418: result: yes
  285. configure:4426: checking for ngettext in libc
  286. configure:4444: x86_64-pc-linux-gnu-gcc -o conftest -march=native -pipe -Wl,-O1 -Wl,--as-needed conftest.c >&5
  287. configure:4444: $? = 0
  288. configure:4453: result: yes
  289. configure:4457: checking for dgettext in libc
  290. configure:4475: x86_64-pc-linux-gnu-gcc -o conftest -march=native -pipe -Wl,-O1 -Wl,--as-needed conftest.c >&5
  291. configure:4475: $? = 0
  292. configure:4484: result: yes
  293. configure:4491: checking for bind_textdomain_codeset
  294. configure:4491: x86_64-pc-linux-gnu-gcc -o conftest -march=native -pipe -Wl,-O1 -Wl,--as-needed conftest.c >&5
  295. configure:4491: $? = 0
  296. configure:4491: result: yes
  297. configure:4767: checking for msgfmt
  298. configure:4794: result: /usr/bin/msgfmt
  299. configure:4805: checking for dcgettext
  300. configure:4805: x86_64-pc-linux-gnu-gcc -o conftest -march=native -pipe -Wl,-O1 -Wl,--as-needed conftest.c >&5
  301. conftest.c:48:6: warning: conflicting types for built-in function 'dcgettext'
  302. configure:4805: $? = 0
  303. configure:4805: result: yes
  304. configure:4815: checking if msgfmt accepts -c
  305. configure:4830: $MSGFMT -c -o /dev/null conftest.foo
  306. configure:4833: $? = 0
  307. configure:4835: result: yes
  308. configure:4845: checking for gmsgfmt
  309. configure:4863: found /usr/bin/gmsgfmt
  310. configure:4876: result: /usr/bin/gmsgfmt
  311. configure:4886: checking for xgettext
  312. configure:4913: result: /usr/bin/xgettext
  313. configure:4932: x86_64-pc-linux-gnu-gcc -o conftest -march=native -pipe -Wl,-O1 -Wl,--as-needed conftest.c >&5
  314. configure:4932: $? = 0
  315. configure:5076: checking for x86_64-pc-linux-gnu-gcc
  316. configure:5103: result: x86_64-pc-linux-gnu-gcc
  317. configure:5372: checking for C compiler version
  318. configure:5381: x86_64-pc-linux-gnu-gcc --version >&5
  319. x86_64-pc-linux-gnu-gcc (Gentoo 4.5.3-r1 p1.0, pie-0.4.5) 4.5.3
  320. Copyright (C) 2010 Free Software Foundation, Inc.
  321. This is free software; see the source for copying conditions. There is NO
  322. warranty; not even for MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE.
  323.  
  324. configure:5392: $? = 0
  325. configure:5381: x86_64-pc-linux-gnu-gcc -v >&5
  326. Using built-in specs.
  327. COLLECT_GCC=/usr/x86_64-pc-linux-gnu/gcc-bin/4.5.3/x86_64-pc-linux-gnu-gcc
  328. COLLECT_LTO_WRAPPER=/usr/libexec/gcc/x86_64-pc-linux-gnu/4.5.3/lto-wrapper
  329. Target: x86_64-pc-linux-gnu
  330. Configured with: /var/tmp/portage/sys-devel/gcc-4.5.3-r1/work/gcc-4.5.3/configure --prefix=/usr --bindir=/usr/x86_64-pc-linux-gnu/gcc-bin/4.5.3 --includedir=/usr/lib/gcc/x86_64-pc-linux-gnu/4.5.3/include --datadir=/usr/share/gcc-data/x86_64-pc-linux-gnu/4.5.3 --mandir=/usr/share/gcc-data/x86_64-pc-linux-gnu/4.5.3/man --infodir=/usr/share/gcc-data/x86_64-pc-linux-gnu/4.5.3/info --with-gxx-include-dir=/usr/lib/gcc/x86_64-pc-linux-gnu/4.5.3/include/g++-v4 --host=x86_64-pc-linux-gnu --build=x86_64-pc-linux-gnu --disable-altivec --disable-fixed-point --without-ppl --without-cloog --disable-lto --enable-nls --without-included-gettext --with-system-zlib --disable-werror --enable-secureplt --enable-multilib --enable-libmudflap --disable-libssp --enable-libgomp --with-python-dir=/share/gcc-data/x86_64-pc-linux-gnu/4.5.3/python --enable-checking=release --disable-libgcj --enable-languages=c,c++,fortran --enable-shared --enable-threads=posix --enable-__cxa_atexit --enable-clocale=gnu --with-bugurl=http://bugs.gentoo.org/ --with-pkgversion='Gentoo 4.5.3-r1 p1.0, pie-0.4.5'
  331. Thread model: posix
  332. gcc version 4.5.3 (Gentoo 4.5.3-r1 p1.0, pie-0.4.5)
  333. configure:5392: $? = 0
  334. configure:5381: x86_64-pc-linux-gnu-gcc -V >&5
  335. x86_64-pc-linux-gnu-gcc: '-V' option must have argument
  336. configure:5392: $? = 1
  337. configure:5381: x86_64-pc-linux-gnu-gcc -qversion >&5
  338. x86_64-pc-linux-gnu-gcc: unrecognized option '-qversion'
  339. x86_64-pc-linux-gnu-gcc: no input files
  340. configure:5392: $? = 1
  341. configure:5396: checking whether we are using the GNU C compiler
  342. configure:5424: result: yes
  343. configure:5433: checking whether x86_64-pc-linux-gnu-gcc accepts -g
  344. configure:5494: result: yes
  345. configure:5511: checking for x86_64-pc-linux-gnu-gcc option to accept ISO C89
  346. configure:5588: result: none needed
  347. configure:5610: checking dependency style of x86_64-pc-linux-gnu-gcc
  348. configure:5720: result: gcc3
  349. configure:5735: checking for library containing strerror
  350. configure:5766: x86_64-pc-linux-gnu-gcc -o conftest -march=native -pipe -Wl,-O1 -Wl,--as-needed conftest.c >&5
  351. configure:5766: $? = 0
  352. configure:5783: result: none required
  353. configure:5791: checking for ANSI C header files
  354. configure:5895: result: yes
  355. configure:5933: checking build system type
  356. configure:5947: result: x86_64-pc-linux-gnu
  357. configure:5967: checking host system type
  358. configure:5980: result: x86_64-pc-linux-gnu
  359. configure:6000: checking for a sed that does not truncate output
  360. configure:6064: result: /bin/sed
  361. configure:6082: checking for fgrep
  362. configure:6144: result: /bin/grep -F
  363. configure:6179: checking for ld used by x86_64-pc-linux-gnu-gcc
  364. configure:6246: result: /usr/x86_64-pc-linux-gnu/bin/ld
  365. configure:6253: checking if the linker (/usr/x86_64-pc-linux-gnu/bin/ld) is GNU ld
  366. configure:6268: result: yes
  367. configure:6280: checking for BSD- or MS-compatible name lister (nm)
  368. configure:6329: result: /usr/bin/nm -B
  369. configure:6447: checking the name lister (/usr/bin/nm -B) interface
  370. configure:6454: x86_64-pc-linux-gnu-gcc -c -march=native -pipe conftest.c >&5
  371. configure:6457: /usr/bin/nm -B "conftest.o"
  372. configure:6460: output
  373. 0000000000000000 B some_variable
  374. configure:6467: result: BSD nm
  375. configure:6470: checking whether ln -s works
  376. configure:6474: result: yes
  377. configure:6482: checking the maximum length of command line arguments
  378. configure:6602: result: 1572864
  379. configure:6619: checking whether the shell understands some XSI constructs
  380. configure:6629: result: yes
  381. configure:6633: checking whether the shell understands "+="
  382. configure:6639: result: yes
  383. configure:6674: checking for /usr/x86_64-pc-linux-gnu/bin/ld option to reload object files
  384. configure:6681: result: -r
  385. configure:6710: checking for x86_64-pc-linux-gnu-objdump
  386. configure:6726: found /usr/bin/x86_64-pc-linux-gnu-objdump
  387. configure:6737: result: x86_64-pc-linux-gnu-objdump
  388. configure:6809: checking how to recognize dependent libraries
  389. configure:7005: result: pass_all
  390. configure:7025: checking for x86_64-pc-linux-gnu-ar
  391. configure:7041: found /usr/bin/x86_64-pc-linux-gnu-ar
  392. configure:7052: result: x86_64-pc-linux-gnu-ar
  393. configure:7130: checking for x86_64-pc-linux-gnu-strip
  394. configure:7146: found /usr/bin/x86_64-pc-linux-gnu-strip
  395. configure:7157: result: x86_64-pc-linux-gnu-strip
  396. configure:7229: checking for x86_64-pc-linux-gnu-ranlib
  397. configure:7245: found /usr/bin/x86_64-pc-linux-gnu-ranlib
  398. configure:7256: result: x86_64-pc-linux-gnu-ranlib
  399. configure:7386: checking command to parse /usr/bin/nm -B output from x86_64-pc-linux-gnu-gcc object
  400. configure:7504: x86_64-pc-linux-gnu-gcc -c -march=native -pipe conftest.c >&5
  401. configure:7507: $? = 0
  402. configure:7511: /usr/bin/nm -B conftest.o \| sed -n -e 's/^.*[ ]\([ABCDGIRSTW][ABCDGIRSTW]*\)[ ][ ]*\([_A-Za-z][_A-Za-z0-9]*\)$/\1 \2 \2/p' \> conftest.nm
  403. configure:7514: $? = 0
  404. configure:7568: x86_64-pc-linux-gnu-gcc -o conftest -march=native -pipe -Wl,-O1 -Wl,--as-needed conftest.c conftstm.o >&5
  405. configure:7571: $? = 0
  406. configure:7609: result: ok
  407. configure:7704: x86_64-pc-linux-gnu-gcc -c -march=native -pipe conftest.c >&5
  408. configure:7707: $? = 0
  409. configure:8414: checking for dlfcn.h
  410. configure:8414: x86_64-pc-linux-gnu-gcc -c -march=native -pipe conftest.c >&5
  411. configure:8414: $? = 0
  412. configure:8414: result: yes
  413. configure:8598: checking for objdir
  414. configure:8613: result: .libs
  415. configure:8905: checking if x86_64-pc-linux-gnu-gcc supports -fno-rtti -fno-exceptions
  416. configure:8923: x86_64-pc-linux-gnu-gcc -c -march=native -pipe -fno-rtti -fno-exceptions conftest.c >&5
  417. cc1: warning: command line option "-fno-rtti" is valid for C++/ObjC++ but not for C
  418. cc1: warning: command line option "-fno-rtti" is valid for C++/ObjC++ but not for C
  419. configure:8927: $? = 0
  420. configure:8940: result: no
  421. configure:8960: checking for x86_64-pc-linux-gnu-gcc option to produce PIC
  422. configure:9232: result: -fPIC -DPIC
  423. configure:9244: checking if x86_64-pc-linux-gnu-gcc PIC flag -fPIC -DPIC works
  424. configure:9262: x86_64-pc-linux-gnu-gcc -c -march=native -pipe -fPIC -DPIC -DPIC conftest.c >&5
  425. configure:9266: $? = 0
  426. configure:9279: result: yes
  427. configure:9303: checking if x86_64-pc-linux-gnu-gcc static flag -static works
  428. configure:9331: result: yes
  429. configure:9346: checking if x86_64-pc-linux-gnu-gcc supports -c -o file.o
  430. configure:9367: x86_64-pc-linux-gnu-gcc -c -march=native -pipe -o out/conftest2.o conftest.c >&5
  431. configure:9371: $? = 0
  432. configure:9393: result: yes
  433. configure:9401: checking if x86_64-pc-linux-gnu-gcc supports -c -o file.o
  434. configure:9448: result: yes
  435. configure:9481: 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
  436. configure:10467: result: yes
  437. configure:10504: checking whether -lc should be explicitly linked in
  438. configure:10509: x86_64-pc-linux-gnu-gcc -c -march=native -pipe conftest.c >&5
  439. configure:10512: $? = 0
  440. configure:10527: x86_64-pc-linux-gnu-gcc -shared conftest.o -v -Wl,-soname -Wl,conftest -o conftest 2\>\&1 \| /bin/grep -lc \>/dev/null 2\>\&1
  441. configure:10530: $? = 0
  442. configure:10542: result: no
  443. configure:10706: checking dynamic linker characteristics
  444. configure:11139: x86_64-pc-linux-gnu-gcc -o conftest -march=native -pipe -Wl,-O1 -Wl,--as-needed -Wl,-rpath -Wl,/foo conftest.c >&5
  445. configure:11139: $? = 0
  446. configure:11357: result: GNU/Linux ld.so
  447. configure:11459: checking how to hardcode library paths into programs
  448. configure:11484: result: immediate
  449. configure:12004: checking whether stripping libraries is possible
  450. configure:12009: result: yes
  451. configure:12044: checking if libtool supports shared libraries
  452. configure:12046: result: yes
  453. configure:12049: checking whether to build shared libraries
  454. configure:12070: result: yes
  455. configure:12073: checking whether to build static libraries
  456. configure:12077: result: no
  457. configure:12122: checking for python
  458. configure:12140: found /usr/bin/python
  459. configure:12152: result: /usr/bin/python
  460. configure:12173: checking for python version
  461. configure:12180: result: 2.6
  462. configure:12192: checking for python platform
  463. configure:12199: result: linux2
  464. configure:12206: checking for python script directory
  465. configure:12235: result: ${prefix}/lib64/python2.6/site-packages
  466. configure:12244: checking for python extension module directory
  467. configure:12273: result: ${exec_prefix}/lib64/python2.6/site-packages
  468. configure:12287: checking whether NLS is requested
  469. configure:12296: result: yes
  470. configure:12311: checking for intltool >= 0.40.0
  471. configure:12318: result: 0.41.1 found
  472. configure:12326: checking for intltool-update
  473. configure:12344: found /usr/bin/intltool-update
  474. configure:12356: result: /usr/bin/intltool-update
  475. configure:12366: checking for intltool-merge
  476. configure:12384: found /usr/bin/intltool-merge
  477. configure:12396: result: /usr/bin/intltool-merge
  478. configure:12406: checking for intltool-extract
  479. configure:12424: found /usr/bin/intltool-extract
  480. configure:12436: result: /usr/bin/intltool-extract
  481. configure:12567: checking for xgettext
  482. configure:12597: result: /usr/bin/xgettext
  483. configure:12607: checking for msgmerge
  484. configure:12625: found /usr/bin/msgmerge
  485. configure:12637: result: /usr/bin/msgmerge
  486. configure:12647: checking for msgfmt
  487. configure:12677: result: /usr/bin/msgfmt
  488. configure:12687: checking for gmsgfmt
  489. configure:12718: result: /usr/bin/gmsgfmt
  490. configure:12738: checking for perl
  491. configure:12756: found /usr/bin/perl
  492. configure:12768: result: /usr/bin/perl
  493. configure:12779: checking for perl >= 5.8.1
  494. configure:12786: result: 5.12.4
  495. configure:12790: checking for XML::Parser
  496. configure:12793: result: ok
  497. configure:12854: checking for x86_64-pc-linux-gnu-pkg-config
  498. configure:12887: result: no
  499. configure:12897: checking for pkg-config
  500. configure:12915: found /usr/bin/pkg-config
  501. configure:12927: result: /usr/bin/pkg-config
  502. configure:12952: checking pkg-config is at least version 0.9.0
  503. configure:12955: result: yes
  504. configure:12966: checking gnome-doc-utils >= 0.17.3
  505. configure:12969: $PKG_CONFIG --exists --print-errors "gnome-doc-utils >= $gdu_cv_version_required"
  506. configure:12972: $? = 0
  507. configure:12980: result: yes
  508. configure:13052: checking whether ln -s works
  509. configure:13056: result: yes
  510. configure:13136: checking what warning flags to pass to the C compiler
  511. configure:13138: result: -Wall -Wmissing-prototypes
  512. configure:13149: checking what language compliance flags to pass to the C compiler
  513. configure:13164: result:
  514. configure:13173: checking for headers required to compile python extensions
  515. configure:13188: x86_64-pc-linux-gnu-gcc -E -I/usr/include/python2.6 conftest.c
  516. configure:13188: $? = 0
  517. configure:13189: result: found
  518. configure:13204: checking whether the xdg.DesktopEntry module for Python is available
  519. configure:13213: result: yes
  520. configure:13219: checking whether Pessulus is available
  521. configure:13228: result: yes
  522. configure:13238: checking whether the ldap module for Python is available
  523. configure:13245: result: yes
  524. configure:13255: checking whether the selinux module for Python is available
  525. configure:13259: result: no
  526. configure:13269: checking for XLIB_MODULE
  527. configure:13276: $PKG_CONFIG --exists --print-errors "gdk-x11-2.0 pygobject-2.0 pygtk-2.0"
  528. configure:13279: $? = 0
  529. configure:13292: $PKG_CONFIG --exists --print-errors "gdk-x11-2.0 pygobject-2.0 pygtk-2.0"
  530. configure:13295: $? = 0
  531. configure:13352: result: yes
  532. configure:13358: checking for pygobject 2.15.0 or greater
  533. configure:13362: result: found
  534. configure:13372: checking for pygtk 2.16.0 or greater
  535. configure:13376: result: found
  536. configure:13407: checking for X
  537. configure:13546: x86_64-pc-linux-gnu-gcc -o conftest -march=native -pipe -Wl,-O1 -Wl,--as-needed conftest.c -lX11 >&5
  538. configure:13546: $? = 0
  539. configure:13596: result: libraries , headers
  540. configure:13695: x86_64-pc-linux-gnu-gcc -o conftest -march=native -pipe -Wl,-O1 -Wl,--as-needed conftest.c -lX11 >&5
  541. configure:13695: $? = 0
  542. configure:13793: checking for gethostbyname
  543. configure:13793: x86_64-pc-linux-gnu-gcc -o conftest -march=native -pipe -Wl,-O1 -Wl,--as-needed conftest.c >&5
  544. configure:13793: $? = 0
  545. configure:13793: result: yes
  546. configure:13890: checking for connect
  547. configure:13890: x86_64-pc-linux-gnu-gcc -o conftest -march=native -pipe -Wl,-O1 -Wl,--as-needed conftest.c >&5
  548. configure:13890: $? = 0
  549. configure:13890: result: yes
  550. configure:13939: checking for remove
  551. configure:13939: x86_64-pc-linux-gnu-gcc -o conftest -march=native -pipe -Wl,-O1 -Wl,--as-needed conftest.c >&5
  552. configure:13939: $? = 0
  553. configure:13939: result: yes
  554. configure:13988: checking for shmat
  555. configure:13988: x86_64-pc-linux-gnu-gcc -o conftest -march=native -pipe -Wl,-O1 -Wl,--as-needed conftest.c >&5
  556. configure:13988: $? = 0
  557. configure:13988: result: yes
  558. configure:14046: checking for IceConnectionNumber in -lICE
  559. configure:14071: x86_64-pc-linux-gnu-gcc -o conftest -march=native -pipe -Wl,-O1 -Wl,--as-needed conftest.c -lICE >&5
  560. configure:14071: $? = 0
  561. configure:14080: result: yes
  562. configure:14103: checking whether x86_64-pc-linux-gnu-gcc accepts -fno-strict-aliasing
  563. configure:14114: x86_64-pc-linux-gnu-gcc -fno-strict-aliasing -o conftest -march=native -pipe -Wl,-O1 -Wl,--as-needed conftest.c >&5
  564. configure:14114: $? = 0
  565. configure:14114: ./conftest
  566. configure:14114: $? = 0
  567. configure:14124: result: yes
  568. configure:14467: checking for consolehelper
  569. configure:14498: result: no
  570. configure:14542: checking for Xephyr
  571. configure:14573: result: no
  572. configure:14582: error: Xephyr binary not found
  573.  
  574. ## ---------------- ##
  575. ## Cache variables. ##
  576. ## ---------------- ##
  577.  
  578. ac_cv_build=x86_64-pc-linux-gnu
  579. ac_cv_c_compiler_gnu=yes
  580. ac_cv_env_CC_set=
  581. ac_cv_env_CC_value=
  582. ac_cv_env_CFLAGS_set=set
  583. ac_cv_env_CFLAGS_value='-march=native -pipe'
  584. ac_cv_env_CPPFLAGS_set=
  585. ac_cv_env_CPPFLAGS_value=
  586. ac_cv_env_CPP_set=
  587. ac_cv_env_CPP_value=
  588. ac_cv_env_LDFLAGS_set=set
  589. ac_cv_env_LDFLAGS_value='-Wl,-O1 -Wl,--as-needed'
  590. ac_cv_env_LIBS_set=
  591. ac_cv_env_LIBS_value=
  592. ac_cv_env_PKG_CONFIG_LIBDIR_set=
  593. ac_cv_env_PKG_CONFIG_LIBDIR_value=
  594. ac_cv_env_PKG_CONFIG_PATH_set=set
  595. ac_cv_env_PKG_CONFIG_PATH_value=/usr/lib64/pkgconfig
  596. ac_cv_env_PKG_CONFIG_set=
  597. ac_cv_env_PKG_CONFIG_value=
  598. ac_cv_env_XLIB_MODULE_CFLAGS_set=
  599. ac_cv_env_XLIB_MODULE_CFLAGS_value=
  600. ac_cv_env_XLIB_MODULE_LIBS_set=
  601. ac_cv_env_XLIB_MODULE_LIBS_value=
  602. ac_cv_env_XMKMF_set=
  603. ac_cv_env_XMKMF_value=
  604. ac_cv_env_build_alias_set=set
  605. ac_cv_env_build_alias_value=x86_64-pc-linux-gnu
  606. ac_cv_env_host_alias_set=set
  607. ac_cv_env_host_alias_value=x86_64-pc-linux-gnu
  608. ac_cv_env_target_alias_set=
  609. ac_cv_env_target_alias_value=
  610. ac_cv_file___dev_urandom_=yes
  611. ac_cv_file__bin_bash=yes
  612. ac_cv_file__dev_arandom=no
  613. ac_cv_file__dev_random=yes
  614. ac_cv_file__dev_srandom=yes
  615. ac_cv_file__dev_urandom=yes
  616. ac_cv_file__dev_zero=yes
  617. ac_cv_file__usr_share_sgml_X11_defs_ent=1
  618. ac_cv_func_bind_textdomain_codeset=yes
  619. ac_cv_func_calloc_0_nonnull=yes
  620. ac_cv_func_connect=yes
  621. ac_cv_func_dcgettext=yes
  622. ac_cv_func_gethostbyname=yes
  623. ac_cv_func_remove=yes
  624. ac_cv_func_setgrent_void=yes
  625. ac_cv_func_shmat=yes
  626. ac_cv_func_strnlen_working=yes
  627. ac_cv_have_x='have_x=yes ac_x_includes='\'''\'' ac_x_libraries='\'''\'''
  628. ac_cv_header_dlfcn_h=yes
  629. ac_cv_header_inttypes_h=yes
  630. ac_cv_header_libintl_h=yes
  631. ac_cv_header_locale_h=yes
  632. ac_cv_header_memory_h=yes
  633. ac_cv_header_pwd_h=yes
  634. ac_cv_header_stdc=yes
  635. ac_cv_header_stdint_h=yes
  636. ac_cv_header_stdlib_h=yes
  637. ac_cv_header_string_h=yes
  638. ac_cv_header_strings_h=yes
  639. ac_cv_header_sys_stat_h=yes
  640. ac_cv_header_sys_types_h=yes
  641. ac_cv_header_unistd_h=yes
  642. ac_cv_host=x86_64-pc-linux-gnu
  643. ac_cv_lib_ICE_IceConnectionNumber=yes
  644. ac_cv_no_strict_aliasing_ok=yes
  645. ac_cv_objext=o
  646. ac_cv_path_CONSOLE_HELPER=no
  647. ac_cv_path_EGREP='/bin/grep -E'
  648. ac_cv_path_FGREP='/bin/grep -F'
  649. ac_cv_path_GMSGFMT=/usr/bin/gmsgfmt
  650. ac_cv_path_GREP=/bin/grep
  651. ac_cv_path_INTLTOOL_EXTRACT=/usr/bin/intltool-extract
  652. ac_cv_path_INTLTOOL_MERGE=/usr/bin/intltool-merge
  653. ac_cv_path_INTLTOOL_PERL=/usr/bin/perl
  654. ac_cv_path_INTLTOOL_UPDATE=/usr/bin/intltool-update
  655. ac_cv_path_MSGFMT=/usr/bin/msgfmt
  656. ac_cv_path_MSGMERGE=/usr/bin/msgmerge
  657. ac_cv_path_PYTHON=/usr/bin/python
  658. ac_cv_path_SED=/bin/sed
  659. ac_cv_path_XEPHYR_PATH=no
  660. ac_cv_path_XGETTEXT=/usr/bin/xgettext
  661. ac_cv_path_ac_pt_PKG_CONFIG=/usr/bin/pkg-config
  662. ac_cv_path_install='/usr/bin/install -c'
  663. ac_cv_path_mkdir=/bin/mkdir
  664. ac_cv_prog_AR=x86_64-pc-linux-gnu-ar
  665. ac_cv_prog_AWK=gawk
  666. ac_cv_prog_CC=x86_64-pc-linux-gnu-gcc
  667. ac_cv_prog_CPP='x86_64-pc-linux-gnu-gcc -E'
  668. ac_cv_prog_OBJDUMP=x86_64-pc-linux-gnu-objdump
  669. ac_cv_prog_RANLIB=x86_64-pc-linux-gnu-ranlib
  670. ac_cv_prog_STRIP=x86_64-pc-linux-gnu-strip
  671. ac_cv_prog_cc_c89=
  672. ac_cv_prog_cc_g=yes
  673. ac_cv_prog_make_make_set=yes
  674. ac_cv_search_strerror='none required'
  675. am_cv_CC_dependencies_compiler_type=gcc3
  676. am_cv_python_platform=linux2
  677. am_cv_python_pyexecdir='${exec_prefix}/lib64/python2.6/site-packages'
  678. am_cv_python_pythondir='${prefix}/lib64/python2.6/site-packages'
  679. am_cv_python_version=2.6
  680. am_cv_val_LC_MESSAGES=yes
  681. fu_cv_sys_stat_statvfs=yes
  682. gdu_cv_have_gdu=yes
  683. gdu_cv_version_required=0.17.3
  684. gl_cv_func_btowc_eof=yes
  685. gl_cv_func_malloc_0_nonnull=yes
  686. gl_cv_func_re_compile_pattern_working=yes
  687. gl_cv_func_rename_trailing_dest_slash_bug=no
  688. gl_cv_func_rename_trailing_slash_bug=no
  689. glib_cv___va_copy=yes
  690. glib_cv_has__inline=yes
  691. glib_cv_has__inline__=yes
  692. glib_cv_hasinline=yes
  693. glib_cv_rtldglobal_broken=no
  694. glib_cv_sane_realloc=yes
  695. glib_cv_sizeof_gmutex=40
  696. glib_cv_stack_grows=no
  697. glib_cv_uscore=no
  698. glib_cv_va_copy=yes
  699. glib_cv_va_val_copy=no
  700. gt_cv_func_dgettext_libc=yes
  701. gt_cv_func_dgettext_libintl=no
  702. gt_cv_func_ngettext_libc=yes
  703. gt_cv_have_gettext=yes
  704. lt_cv_deplibs_check_method=pass_all
  705. lt_cv_file_magic_cmd='$MAGIC_CMD'
  706. lt_cv_file_magic_test_file=
  707. lt_cv_ld_reload_flag=-r
  708. lt_cv_nm_interface='BSD nm'
  709. lt_cv_objdir=.libs
  710. lt_cv_path_LD=/usr/x86_64-pc-linux-gnu/bin/ld
  711. lt_cv_path_NM='/usr/bin/nm -B'
  712. lt_cv_prog_compiler_c_o=yes
  713. lt_cv_prog_compiler_pic_works=yes
  714. lt_cv_prog_compiler_rtti_exceptions=no
  715. lt_cv_prog_compiler_static_works=yes
  716. lt_cv_prog_gnu_ld=yes
  717. lt_cv_sys_global_symbol_pipe='sed -n -e '\''s/^.*[ ]\([ABCDGIRSTW][ABCDGIRSTW]*\)[ ][ ]*\([_A-Za-z][_A-Za-z0-9]*\)$/\1 \2 \2/p'\'''
  718. lt_cv_sys_global_symbol_to_c_name_address='sed -n -e '\''s/^: \([^ ]*\) $/ {\"\1\", (void *) 0},/p'\'' -e '\''s/^[ABCDGIRSTW]* \([^ ]*\) \([^ ]*\)$/ {"\2", (void *) \&\2},/p'\'''
  719. lt_cv_sys_global_symbol_to_c_name_address_lib_prefix='sed -n -e '\''s/^: \([^ ]*\) $/ {\"\1\", (void *) 0},/p'\'' -e '\''s/^[ABCDGIRSTW]* \([^ ]*\) \(lib[^ ]*\)$/ {"\2", (void *) \&\2},/p'\'' -e '\''s/^[ABCDGIRSTW]* \([^ ]*\) \([^ ]*\)$/ {"lib\2", (void *) \&\2},/p'\'''
  720. lt_cv_sys_global_symbol_to_cdecl='sed -n -e '\''s/^T .* \(.*\)$/extern int \1();/p'\'' -e '\''s/^[ABCDGIRSTW]* .* \(.*\)$/extern char \1;/p'\'''
  721. lt_cv_sys_max_cmd_len=1572864
  722. pkg_cv_XLIB_MODULE_CFLAGS='-pthread -I/usr/include/gtk-2.0 -I/usr/lib64/gtk-2.0/include -I/usr/include/pango-1.0 -I/usr/include/gdk-pixbuf-2.0 -I/usr/include/glib-2.0 -I/usr/lib64/glib-2.0/include -I/usr/include/cairo -I/usr/include/pixman-1 -I/usr/include/freetype2 -I/usr/include/libpng14 -I/usr/include/libdrm -I/usr/include/pygtk-2.0 '
  723. pkg_cv_XLIB_MODULE_LIBS='-pthread -lgdk-x11-2.0 -lpangocairo-1.0 -lgdk_pixbuf-2.0 -lm -lpango-1.0 -lcairo -lgmodule-2.0 -lpng14 -lgobject-2.0 -lgthread-2.0 -lrt -lglib-2.0 '
  724. yeti_cv_func_scanf_modif_size_t=z
  725.  
  726. ## ----------------- ##
  727. ## Output variables. ##
  728. ## ----------------- ##
  729.  
  730. ACLOCAL='${SHELL} /var/tmp/portage/app-admin/sabayon-2.30.1/work/sabayon-2.30.1/missing --run aclocal-1.11'
  731. ACLOCAL_AMFLAGS='${ACLOCAL_FLAGS}'
  732. ALL_LINGUAS=''
  733. AMDEPBACKSLASH='\'
  734. AMDEP_FALSE='#'
  735. AMDEP_TRUE=''
  736. AMTAR='${SHELL} /var/tmp/portage/app-admin/sabayon-2.30.1/work/sabayon-2.30.1/missing --run tar'
  737. AR='x86_64-pc-linux-gnu-ar'
  738. AUTOCONF='${SHELL} /var/tmp/portage/app-admin/sabayon-2.30.1/work/sabayon-2.30.1/missing --run autoconf'
  739. AUTOHEADER='${SHELL} /var/tmp/portage/app-admin/sabayon-2.30.1/work/sabayon-2.30.1/missing --run autoheader'
  740. AUTOMAKE='${SHELL} /var/tmp/portage/app-admin/sabayon-2.30.1/work/sabayon-2.30.1/missing --run automake-1.11'
  741. AWK='gawk'
  742. CATALOGS=''
  743. CATOBJEXT='.gmo'
  744. CC='x86_64-pc-linux-gnu-gcc'
  745. CCDEPMODE='depmode=gcc3'
  746. CFLAGS='-march=native -pipe'
  747. CONSOLE_HELPER='no'
  748. CONSOLE_HELPER_FALSE=''
  749. CONSOLE_HELPER_TRUE='#'
  750. CPP='x86_64-pc-linux-gnu-gcc -E'
  751. CPPFLAGS=''
  752. CYGPATH_W='echo'
  753. DATADIRNAME='share'
  754. DEFS=''
  755. DEPDIR='.deps'
  756. DISTCHECK_CONFIGURE_FLAGS='--disable-scrollkeeper '
  757. DOC_USER_FORMATS=''
  758. DSYMUTIL=''
  759. DUMPBIN=''
  760. ECHO_C=''
  761. ECHO_N='-n'
  762. ECHO_T=''
  763. EGREP='/bin/grep -E'
  764. ENABLE_SK_FALSE='#'
  765. ENABLE_SK_TRUE=''
  766. EXEEXT=''
  767. EXPANDED_SABAYON_DIR=''
  768. FGREP='/bin/grep -F'
  769. GETTEXT_PACKAGE='sabayon'
  770. GMOFILES=''
  771. GMSGFMT='/usr/bin/gmsgfmt'
  772. GREP='/bin/grep'
  773. HAVE_GNOME_DOC_UTILS_FALSE='#'
  774. HAVE_GNOME_DOC_UTILS_TRUE=''
  775. HELP_DIR='${datadir}/gnome/help'
  776. INSTALL_DATA='${INSTALL} -m 644'
  777. INSTALL_PROGRAM='${INSTALL}'
  778. INSTALL_SCRIPT='${INSTALL}'
  779. INSTALL_STRIP_PROGRAM='$(install_sh) -c -s'
  780. INSTALL_XINITRC_SCRIPT_FALSE=''
  781. INSTALL_XINITRC_SCRIPT_TRUE='#'
  782. INSTOBJEXT='.mo'
  783. INTLLIBS=''
  784. INTLTOOL_CAVES_RULE='%.caves: %.caves.in $(INTLTOOL_MERGE) $(wildcard $(top_srcdir)/po/*.po) ; LC_ALL=C $(INTLTOOL_MERGE) -d -u -c $(top_builddir)/po/.intltool-merge-cache $(top_srcdir)/po $< $@'
  785. INTLTOOL_DESKTOP_RULE='%.desktop: %.desktop.in $(INTLTOOL_MERGE) $(wildcard $(top_srcdir)/po/*.po) ; LC_ALL=C $(INTLTOOL_MERGE) -d -u -c $(top_builddir)/po/.intltool-merge-cache $(top_srcdir)/po $< $@'
  786. INTLTOOL_DIRECTORY_RULE='%.directory: %.directory.in $(INTLTOOL_MERGE) $(wildcard $(top_srcdir)/po/*.po) ; LC_ALL=C $(INTLTOOL_MERGE) -d -u -c $(top_builddir)/po/.intltool-merge-cache $(top_srcdir)/po $< $@'
  787. INTLTOOL_EXTRACT='/usr/bin/intltool-extract'
  788. INTLTOOL_KBD_RULE='%.kbd: %.kbd.in $(INTLTOOL_MERGE) $(wildcard $(top_srcdir)/po/*.po) ; LC_ALL=C $(INTLTOOL_MERGE) -x -u -m -c $(top_builddir)/po/.intltool-merge-cache $(top_srcdir)/po $< $@'
  789. INTLTOOL_KEYS_RULE='%.keys: %.keys.in $(INTLTOOL_MERGE) $(wildcard $(top_srcdir)/po/*.po) ; LC_ALL=C $(INTLTOOL_MERGE) -k -u -c $(top_builddir)/po/.intltool-merge-cache $(top_srcdir)/po $< $@'
  790. INTLTOOL_MERGE='/usr/bin/intltool-merge'
  791. INTLTOOL_OAF_RULE='%.oaf: %.oaf.in $(INTLTOOL_MERGE) $(wildcard $(top_srcdir)/po/*.po) ; LC_ALL=C $(INTLTOOL_MERGE) -o -p $(top_srcdir)/po $< $@'
  792. INTLTOOL_PERL='/usr/bin/perl'
  793. INTLTOOL_POLICY_RULE='%.policy: %.policy.in $(INTLTOOL_MERGE) $(wildcard $(top_srcdir)/po/*.po) ; LC_ALL=C $(INTLTOOL_MERGE) -x -u -c $(top_builddir)/po/.intltool-merge-cache $(top_srcdir)/po $< $@'
  794. INTLTOOL_PONG_RULE='%.pong: %.pong.in $(INTLTOOL_MERGE) $(wildcard $(top_srcdir)/po/*.po) ; LC_ALL=C $(INTLTOOL_MERGE) -x -u -c $(top_builddir)/po/.intltool-merge-cache $(top_srcdir)/po $< $@'
  795. INTLTOOL_PROP_RULE='%.prop: %.prop.in $(INTLTOOL_MERGE) $(wildcard $(top_srcdir)/po/*.po) ; LC_ALL=C $(INTLTOOL_MERGE) -d -u -c $(top_builddir)/po/.intltool-merge-cache $(top_srcdir)/po $< $@'
  796. INTLTOOL_SCHEMAS_RULE='%.schemas: %.schemas.in $(INTLTOOL_MERGE) $(wildcard $(top_srcdir)/po/*.po) ; LC_ALL=C $(INTLTOOL_MERGE) -s -u -c $(top_builddir)/po/.intltool-merge-cache $(top_srcdir)/po $< $@'
  797. INTLTOOL_SERVER_RULE='%.server: %.server.in $(INTLTOOL_MERGE) $(wildcard $(top_srcdir)/po/*.po) ; LC_ALL=C $(INTLTOOL_MERGE) -o -u -c $(top_builddir)/po/.intltool-merge-cache $(top_srcdir)/po $< $@'
  798. INTLTOOL_SERVICE_RULE='%.service: %.service.in $(INTLTOOL_MERGE) $(wildcard $(top_srcdir)/po/*.po) ; LC_ALL=C $(INTLTOOL_MERGE) -d -u -c $(top_builddir)/po/.intltool-merge-cache $(top_srcdir)/po $< $@'
  799. INTLTOOL_SHEET_RULE='%.sheet: %.sheet.in $(INTLTOOL_MERGE) $(wildcard $(top_srcdir)/po/*.po) ; LC_ALL=C $(INTLTOOL_MERGE) -x -u -c $(top_builddir)/po/.intltool-merge-cache $(top_srcdir)/po $< $@'
  800. INTLTOOL_SOUNDLIST_RULE='%.soundlist: %.soundlist.in $(INTLTOOL_MERGE) $(wildcard $(top_srcdir)/po/*.po) ; LC_ALL=C $(INTLTOOL_MERGE) -d -u -c $(top_builddir)/po/.intltool-merge-cache $(top_srcdir)/po $< $@'
  801. INTLTOOL_THEME_RULE='%.theme: %.theme.in $(INTLTOOL_MERGE) $(wildcard $(top_srcdir)/po/*.po) ; LC_ALL=C $(INTLTOOL_MERGE) -d -u -c $(top_builddir)/po/.intltool-merge-cache $(top_srcdir)/po $< $@'
  802. INTLTOOL_UI_RULE='%.ui: %.ui.in $(INTLTOOL_MERGE) $(wildcard $(top_srcdir)/po/*.po) ; LC_ALL=C $(INTLTOOL_MERGE) -x -u -c $(top_builddir)/po/.intltool-merge-cache $(top_srcdir)/po $< $@'
  803. INTLTOOL_UPDATE='/usr/bin/intltool-update'
  804. INTLTOOL_XAM_RULE='%.xam: %.xml.in $(INTLTOOL_MERGE) $(wildcard $(top_srcdir)/po/*.po) ; LC_ALL=C $(INTLTOOL_MERGE) -x -u -c $(top_builddir)/po/.intltool-merge-cache $(top_srcdir)/po $< $@'
  805. INTLTOOL_XML_NOMERGE_RULE='%.xml: %.xml.in $(INTLTOOL_MERGE) ; LC_ALL=C $(INTLTOOL_MERGE) -x -u /tmp $< $@'
  806. INTLTOOL_XML_RULE='%.xml: %.xml.in $(INTLTOOL_MERGE) $(wildcard $(top_srcdir)/po/*.po) ; LC_ALL=C $(INTLTOOL_MERGE) -x -u -c $(top_builddir)/po/.intltool-merge-cache $(top_srcdir)/po $< $@'
  807. LD='/usr/x86_64-pc-linux-gnu/bin/ld -m elf_x86_64'
  808. LDFLAGS='-Wl,-O1 -Wl,--as-needed'
  809. LIBOBJS=''
  810. LIBS=''
  811. LIBTOOL='$(SHELL) $(top_builddir)/libtool'
  812. LIPO=''
  813. LN_S='ln -s'
  814. LTLIBOBJS=''
  815. MAINT='#'
  816. MAINTAINER_MODE_FALSE=''
  817. MAINTAINER_MODE_TRUE='#'
  818. MAKEINFO='${SHELL} /var/tmp/portage/app-admin/sabayon-2.30.1/work/sabayon-2.30.1/missing --run makeinfo'
  819. MKDIR_P='/bin/mkdir -p'
  820. MKINSTALLDIRS='./mkinstalldirs'
  821. MSGFMT='/usr/bin/msgfmt'
  822. MSGFMT_OPTS='-c'
  823. MSGMERGE='/usr/bin/msgmerge'
  824. NM='/usr/bin/nm -B'
  825. NMEDIT=''
  826. NO_STRICT_ALIASING_CFLAGS='-fno-strict-aliasing'
  827. OBJDUMP='x86_64-pc-linux-gnu-objdump'
  828. OBJEXT='o'
  829. OMF_DIR='${datadir}/omf'
  830. OTOOL64=''
  831. OTOOL=''
  832. PACKAGE='sabayon'
  833. PACKAGE_BUGREPORT='http://bugzilla.gnome.org/enter_bug.cgi?product=sabayon'
  834. PACKAGE_NAME='sabayon'
  835. PACKAGE_STRING='sabayon 2.30.1'
  836. PACKAGE_TARNAME='sabayon'
  837. PACKAGE_URL=''
  838. PACKAGE_VERSION='2.30.1'
  839. PAM_PREFIX='/etc'
  840. PATH_SEPARATOR=':'
  841. PKG_CONFIG='/usr/bin/pkg-config'
  842. PKG_CONFIG_LIBDIR=''
  843. PKG_CONFIG_PATH='/usr/lib64/pkgconfig'
  844. POFILES=''
  845. POSUB='po'
  846. PO_IN_DATADIR_FALSE=''
  847. PO_IN_DATADIR_TRUE=''
  848. PROTOTYPE_USER='sabayon-admin'
  849. PYTHON='/usr/bin/python'
  850. PYTHON_EXEC_PREFIX='${exec_prefix}'
  851. PYTHON_INCLUDES='-I/usr/include/python2.6'
  852. PYTHON_PLATFORM='linux2'
  853. PYTHON_PREFIX='${prefix}'
  854. PYTHON_VERSION='2.6'
  855. RANLIB='x86_64-pc-linux-gnu-ranlib'
  856. SED='/bin/sed'
  857. SESSION_NAME='gnome-session'
  858. SET_MAKE=''
  859. SHELL='/bin/sh'
  860. STRIP='x86_64-pc-linux-gnu-strip'
  861. USE_NLS='yes'
  862. VERSION='2.30.1'
  863. WARN_CFLAGS='-Wall -Wmissing-prototypes '
  864. XEPHYR_PATH='no'
  865. XGETTEXT='/usr/bin/xgettext'
  866. XINITRC_SYSCONFDIR='X11/xinit/xinitrc.d'
  867. XLIB_MODULE_CFLAGS='-pthread -I/usr/include/gtk-2.0 -I/usr/lib64/gtk-2.0/include -I/usr/include/pango-1.0 -I/usr/include/gdk-pixbuf-2.0 -I/usr/include/glib-2.0 -I/usr/lib64/glib-2.0/include -I/usr/include/cairo -I/usr/include/pixman-1 -I/usr/include/freetype2 -I/usr/include/libpng14 -I/usr/include/libdrm -I/usr/include/pygtk-2.0 '
  868. XLIB_MODULE_LIBS='-pthread -lgdk-x11-2.0 -lpangocairo-1.0 -lgdk_pixbuf-2.0 -lm -lpango-1.0 -lcairo -lgmodule-2.0 -lpng14 -lgobject-2.0 -lgthread-2.0 -lrt -lglib-2.0 '
  869. XMKMF=''
  870. XSESSION='/etc/X11/gdm/Xsession'
  871. X_CFLAGS=''
  872. X_EXTRA_LIBS=''
  873. X_LIBS=' -lSM -lICE -lX11 '
  874. X_PRE_LIBS=' -lSM -lICE'
  875. ac_ct_CC=''
  876. ac_ct_DUMPBIN=''
  877. am__EXEEXT_FALSE=''
  878. am__EXEEXT_TRUE=''
  879. am__fastdepCC_FALSE='#'
  880. am__fastdepCC_TRUE=''
  881. am__include='include'
  882. am__isrc=''
  883. am__leading_dot='.'
  884. am__quote=''
  885. am__tar='${AMTAR} chof - "$$tardir"'
  886. am__untar='${AMTAR} xf -'
  887. bindir='${exec_prefix}/bin'
  888. build='x86_64-pc-linux-gnu'
  889. build_alias='x86_64-pc-linux-gnu'
  890. build_cpu='x86_64'
  891. build_os='linux-gnu'
  892. build_vendor='pc'
  893. datadir='/usr/share'
  894. datarootdir='${prefix}/share'
  895. docdir='${datarootdir}/doc/${PACKAGE_TARNAME}'
  896. dvidir='${docdir}'
  897. exec_prefix='/usr'
  898. host='x86_64-pc-linux-gnu'
  899. host_alias='x86_64-pc-linux-gnu'
  900. host_cpu='x86_64'
  901. host_os='linux-gnu'
  902. host_vendor='pc'
  903. htmldir='${docdir}'
  904. includedir='${prefix}/include'
  905. infodir='/usr/share/info'
  906. install_sh='${SHELL} /var/tmp/portage/app-admin/sabayon-2.30.1/work/sabayon-2.30.1/install-sh'
  907. libdir='/usr/lib64'
  908. libexecdir='${exec_prefix}/libexec'
  909. localedir='${datarootdir}/locale'
  910. localstatedir='/var/lib'
  911. lt_ECHO='echo'
  912. mandir='/usr/share/man'
  913. mkdir_p='/bin/mkdir -p'
  914. oldincludedir='/usr/include'
  915. pdfdir='${docdir}'
  916. pkgpyexecdir='${pyexecdir}/sabayon'
  917. pkgpythondir='${pythondir}/sabayon'
  918. prefix='/usr'
  919. program_transform_name='s,x,x,'
  920. psdir='${docdir}'
  921. pyexecdir='${exec_prefix}/lib64/python2.6/site-packages'
  922. pythondir='${prefix}/lib64/python2.6/site-packages'
  923. sbindir='${exec_prefix}/sbin'
  924. sharedstatedir='${prefix}/com'
  925. sysconfdir='/etc'
  926. target_alias=''
  927.  
  928. ## ----------- ##
  929. ## confdefs.h. ##
  930. ## ----------- ##
  931.  
  932. /* confdefs.h */
  933. #define PACKAGE_NAME "sabayon"
  934. #define PACKAGE_TARNAME "sabayon"
  935. #define PACKAGE_VERSION "2.30.1"
  936. #define PACKAGE_STRING "sabayon 2.30.1"
  937. #define PACKAGE_BUGREPORT "http://bugzilla.gnome.org/enter_bug.cgi?product=sabayon"
  938. #define PACKAGE_URL ""
  939. #define PACKAGE "sabayon"
  940. #define VERSION "2.30.1"
  941. #define STDC_HEADERS 1
  942. #define HAVE_SYS_TYPES_H 1
  943. #define HAVE_SYS_STAT_H 1
  944. #define HAVE_STDLIB_H 1
  945. #define HAVE_STRING_H 1
  946. #define HAVE_MEMORY_H 1
  947. #define HAVE_STRINGS_H 1
  948. #define HAVE_INTTYPES_H 1
  949. #define HAVE_STDINT_H 1
  950. #define HAVE_UNISTD_H 1
  951. #define HAVE_LOCALE_H 1
  952. #define HAVE_LC_MESSAGES 1
  953. #define HAVE_BIND_TEXTDOMAIN_CODESET 1
  954. #define HAVE_GETTEXT 1
  955. #define HAVE_DCGETTEXT 1
  956. #define ENABLE_NLS 1
  957. #define STDC_HEADERS 1
  958. #define HAVE_DLFCN_H 1
  959. #define LT_OBJDIR ".libs/"
  960.  
  961. configure: exit 1
  962.  
Advertisement
Add Comment
Please, Sign In to add comment