spacepaste

  1.  
  2. This file contains any messages produced by compilers while
  3. running configure, to aid debugging if configure makes a mistake.
  4. It was created by GNU C Library configure (see version.h), which was
  5. generated by GNU Autoconf 2.69. Invocation command line was
  6. $ /var/tmp/portage/sys-libs/glibc-2.26-r7/work/glibc-2.26/configure --enable-stack-protector=all --enable-stackguard-randomization --enable-kernel=3.2.0 --enable-add-ons=libidn --without-selinux --without-cvs --disable-werror --enable-bind-now --build=i686-pc-linux-gnu --host=i686-pc-linux-gnu --disable-profile --without-gd --with-headers=/usr/include --prefix=/usr --sysconfdir=/etc --localstatedir=/var --libdir=$(prefix)/lib32 --mandir=$(prefix)/share/man --infodir=$(prefix)/share/info --libexecdir=$(libdir)/misc/glibc --with-bugurl=https://bugs.gentoo.org/ --with-pkgversion=Gentoo 2.26-r7 p7 --disable-systemtap --disable-nscd --disable-timezone-tools
  7. ## --------- ##
  8. ## Platform. ##
  9. ## --------- ##
  10. hostname = gentoo-jm
  11. uname -m = x86_64
  12. uname -r = 4.12.5-gentoo
  13. uname -s = Linux
  14. uname -v = #1 SMP Tue Aug 22 23:23:10 CEST 2017
  15. /usr/bin/uname -p = Intel(R) Core(TM) i5-6300U CPU @ 2.40GHz
  16. /bin/uname -X = unknown
  17. /bin/arch = unknown
  18. /usr/bin/arch -k = unknown
  19. /usr/convex/getsysinfo = unknown
  20. /usr/bin/hostinfo = unknown
  21. /bin/machine = unknown
  22. /usr/bin/oslevel = unknown
  23. /bin/universe = unknown
  24. PATH: /usr/lib/portage/python3.5/ebuild-helpers/xattr
  25. PATH: /usr/lib/portage/python3.5/ebuild-helpers
  26. PATH: /usr/local/sbin
  27. PATH: /usr/local/bin
  28. PATH: /usr/sbin
  29. PATH: /usr/bin
  30. PATH: /sbin
  31. PATH: /bin
  32. PATH: /usr/x86_64-pc-linux-gnu/gcc-bin/6.4.0
  33. PATH: /usr/x86_64-pc-linux-gnu/avr/gcc-bin/6.4.0
  34. PATH: /usr/lib/llvm/5/bin
  35. PATH: /usr/local/sbin
  36. PATH: /usr/local/bin
  37. PATH: /usr/sbin
  38. PATH: /usr/bin
  39. PATH: /sbin
  40. PATH: /bin
  41. PATH: /opt/bin
  42. ## ----------- ##
  43. ## Core tests. ##
  44. ## ----------- ##
  45. configure:2004: loading site script /usr/share/config.site
  46. | #!/bin/sh
  47. | # Copyright 2009-2014 Gentoo Foundation
  48. | # Distributed under the terms of the GNU General Public License v2
  49. |
  50. | TOPDIR=/usr/share/crossdev/include/site
  51. |
  52. | config_site_arch() {
  53. | local host="${CHOST%%-*}"
  54. |
  55. | case ${host} in
  56. | arm*b*) host=armeb ;;
  57. | arm*) host=arm ;;
  58. | mips*l*) host=mipsel ;;
  59. | mips*) host=mips ;;
  60. | esac
  61. |
  62. | echo "${host}"
  63. | }
  64. |
  65. | config_site_names() {
  66. | local site_arch="$(config_site_arch)"
  67. | local sites=""
  68. | local x
  69. |
  70. | case ${CHOST} in
  71. | *-linux-*) sites="${sites} linux ${site_arch}-linux" ;;
  72. | *-darwin*) sites="${sites} darwin ${site_arch}-darwin" ;;
  73. | esac
  74. |
  75. | case ${CHOST} in
  76. | *-linux-uclibc*) sites="${sites} linux-uclibc ${site_arch}-linux-uclibc" ;;
  77. | *-linux-gnu*) sites="${sites} linux-gnu ${site_arch}-linux-gnu" ;;
  78. | *-linux-musl*) sites="${sites} linux-musl ${site_arch}-linux-musl" ;;
  79. | esac
  80. |
  81. | case ${CHOST} in
  82. | *-linux-uclibceabi*) sites="${sites} linux-uclibceabi ${site_arch}-linux-uclibceabi" ;;
  83. | *-linux-gnueabi*) sites="${sites} linux-gnueabi ${site_arch}-linux-gnueabi" ;;
  84. | esac
  85. |
  86. | for x in ${sites} ${CHOST}; do
  87. | [ -e "${TOPDIR}/${x}" ] && echo "${TOPDIR}/${x}"
  88. | done
  89. | }
  90. |
  91. | # Only kick in for cross-compiles so we don't break native builds #427184
  92. | if [ "${CBUILD:-${CHOST}}" != "${CHOST}" ] ; then
  93. | sites="$(config_site_names)"
  94. | if [ -n "${sites}" ] ; then
  95. | for site in ${sites}; do
  96. | echo "${0##*/}: loading site script ${site}"
  97. | . "${site}"
  98. | done
  99. | fi
  100. | unset site sites
  101. | fi
  102. configure:2213: checking build system type
  103. configure:2227: result: i686-pc-linux-gnu
  104. configure:2247: checking host system type
  105. configure:2260: result: i686-pc-linux-gnu
  106. configure:2289: checking for i686-pc-linux-gnu-gcc
  107. configure:2316: result: x86_64-pc-linux-gnu-gcc -m32 -Wl,-O1 -Wl,--as-needed
  108. configure:2585: checking for C compiler version
  109. configure:2594: x86_64-pc-linux-gnu-gcc -m32 -Wl,-O1 -Wl,--as-needed --version >&5
  110. x86_64-pc-linux-gnu-gcc (Gentoo 6.4.0-r1 p1.3) 6.4.0
  111. Copyright (C) 2017 Free Software Foundation, Inc.
  112. This is free software; see the source for copying conditions. There is NO
  113. warranty; not even for MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE.
  114. configure:2605: $? = 0
  115. configure:2594: x86_64-pc-linux-gnu-gcc -m32 -Wl,-O1 -Wl,--as-needed -v >&5
  116. Using built-in specs.
  117. COLLECT_GCC=/usr/x86_64-pc-linux-gnu/gcc-bin/6.4.0/x86_64-pc-linux-gnu-gcc
  118. COLLECT_LTO_WRAPPER=/usr/libexec/gcc/x86_64-pc-linux-gnu/6.4.0/lto-wrapper
  119. Target: x86_64-pc-linux-gnu
  120. Configured with: /var/tmp/portage/sys-devel/gcc-6.4.0-r1/work/gcc-6.4.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/6.4.0 --includedir=/usr/lib/gcc/x86_64-pc-linux-gnu/6.4.0/include --datadir=/usr/share/gcc-data/x86_64-pc-linux-gnu/6.4.0 --mandir=/usr/share/gcc-data/x86_64-pc-linux-gnu/6.4.0/man --infodir=/usr/share/gcc-data/x86_64-pc-linux-gnu/6.4.0/info --with-gxx-include-dir=/usr/lib/gcc/x86_64-pc-linux-gnu/6.4.0/include/g++-v6 --with-python-dir=/share/gcc-data/x86_64-pc-linux-gnu/6.4.0/python --enable-languages=c,c++,fortran --enable-obsolete --enable-secureplt --disable-werror --with-system-zlib --enable-nls --without-included-gettext --enable-checking=release --with-bugurl=https://bugs.gentoo.org/ --with-pkgversion='Gentoo 6.4.0-r1 p1.3' --disable-esp --enable-libstdcxx-time --enable-shared --enable-threads=posix --enable-__cxa_atexit --enable-clocale=gnu --enable-multilib --with-multilib-list=m32,m64 --disable-altivec --disable-fixed-point --enable-targets=all --disable-libgcj --enable-libgomp --disable-libmudflap --disable-libssp --disable-libcilkrts --disable-libmpx --enable-vtable-verify --enable-libvtv --enable-lto --without-isl --enable-libsanitizer --enable-default-pie --enable-default-ssp
  121. Thread model: posix
  122. gcc version 6.4.0 (Gentoo 6.4.0-r1 p1.3)
  123. COMPILER_PATH=/usr/libexec/gcc/x86_64-pc-linux-gnu/6.4.0/:/usr/libexec/gcc/x86_64-pc-linux-gnu/6.4.0/:/usr/libexec/gcc/x86_64-pc-linux-gnu/:/usr/lib/gcc/x86_64-pc-linux-gnu/6.4.0/:/usr/lib/gcc/x86_64-pc-linux-gnu/:/usr/lib/gcc/x86_64-pc-linux-gnu/6.4.0/../../../../x86_64-pc-linux-gnu/bin/
  124. LIBRARY_PATH=/usr/lib/gcc/x86_64-pc-linux-gnu/6.4.0/32/:/usr/lib/gcc/x86_64-pc-linux-gnu/6.4.0/../../../../lib32/:/lib/../lib32/:/usr/lib/../lib32/:/usr/lib/gcc/x86_64-pc-linux-gnu/6.4.0/:/usr/lib/gcc/x86_64-pc-linux-gnu/6.4.0/../../../../x86_64-pc-linux-gnu/lib/:/usr/lib/gcc/x86_64-pc-linux-gnu/6.4.0/../../../:/lib/:/usr/lib/
  125. COLLECT_GCC_OPTIONS='-m32' '-v' '-mtune=generic' '-march=x86-64'
  126. ... rest of stderr output deleted ...
  127. configure:2605: $? = 1
  128. configure:2594: x86_64-pc-linux-gnu-gcc -m32 -Wl,-O1 -Wl,--as-needed -V >&5
  129. x86_64-pc-linux-gnu-gcc: error: unrecognized command line option '-V'
  130. configure:2605: $? = 1
  131. configure:2594: x86_64-pc-linux-gnu-gcc -m32 -Wl,-O1 -Wl,--as-needed -qversion >&5
  132. x86_64-pc-linux-gnu-gcc: error: unrecognized command line option '-qversion'; did you mean '--version'?
  133. configure:2605: $? = 1
  134. configure:2610: checking for suffix of object files
  135. configure:2632: x86_64-pc-linux-gnu-gcc -m32 -Wl,-O1 -Wl,--as-needed -c -march=core2 -pipe -O2 -fno-strict-aliasing conftest.c >&5
  136. cc1: warning: /usr/local/include: not a directory
  137. configure:2636: $? = 0
  138. configure:2657: result: o
  139. configure:2661: checking whether we are using the GNU C compiler
  140. configure:2680: x86_64-pc-linux-gnu-gcc -m32 -Wl,-O1 -Wl,--as-needed -c -march=core2 -pipe -O2 -fno-strict-aliasing conftest.c >&5
  141. cc1: warning: /usr/local/include: not a directory
  142. configure:2680: $? = 0
  143. configure:2689: result: yes
  144. configure:2698: checking whether x86_64-pc-linux-gnu-gcc -m32 -Wl,-O1 -Wl,--as-needed accepts -g
  145. configure:2718: x86_64-pc-linux-gnu-gcc -m32 -Wl,-O1 -Wl,--as-needed -c -g conftest.c >&5
  146. cc1: warning: /usr/local/include: not a directory
  147. configure:2718: $? = 0
  148. configure: failed program was:
  149. | /* confdefs.h */
  150. | #define PACKAGE_NAME "GNU C Library"
  151. | #define PACKAGE_TARNAME "glibc"
  152. | #define PACKAGE_VERSION "(see version.h)"
  153. | #define PACKAGE_STRING "GNU C Library (see version.h)"
  154. | #define PACKAGE_BUGREPORT "http://sourceware.org/bugzilla/"
  155. | #define PACKAGE_URL "http://www.gnu.org/software/glibc/"
  156. | #define PKGVERSION "(Gentoo 2.26-r7 p7) "
  157. | #define REPORT_BUGS_TO "<https://bugs.gentoo.org/>"
  158. | /* end confdefs.h. */
  159. |
  160. | int
  161. | main ()
  162. | {
  163. |
  164. | ;
  165. | return 0;
  166. | }
  167. configure:2733: x86_64-pc-linux-gnu-gcc -m32 -Wl,-O1 -Wl,--as-needed -c conftest.c >&5
  168. cc1: warning: /usr/local/include: not a directory
  169. configure:2733: $? = 0
  170. configure: failed program was:
  171. | /* confdefs.h */
  172. | #define PACKAGE_NAME "GNU C Library"
  173. | #define PACKAGE_TARNAME "glibc"
  174. | #define PACKAGE_VERSION "(see version.h)"
  175. | #define PACKAGE_STRING "GNU C Library (see version.h)"
  176. | #define PACKAGE_BUGREPORT "http://sourceware.org/bugzilla/"
  177. | #define PACKAGE_URL "http://www.gnu.org/software/glibc/"
  178. | #define PKGVERSION "(Gentoo 2.26-r7 p7) "
  179. | #define REPORT_BUGS_TO "<https://bugs.gentoo.org/>"
  180. | /* end confdefs.h. */
  181. |
  182. | int
  183. | main ()
  184. | {
  185. |
  186. | ;
  187. | return 0;
  188. | }
  189. configure:2749: x86_64-pc-linux-gnu-gcc -m32 -Wl,-O1 -Wl,--as-needed -c -g conftest.c >&5
  190. cc1: warning: /usr/local/include: not a directory
  191. configure:2749: $? = 0
  192. configure:2759: result: yes
  193. configure:2839: checking for i686-pc-linux-gnu-readelf
  194. configure:2869: result: no
  195. configure:2879: checking for readelf
  196. configure:2895: found /usr/bin/readelf
  197. configure:2906: result: readelf
  198. configure:3042: checking for C++ compiler version
  199. configure:3051: x86_64-pc-linux-gnu-g++ -m32 --version >&5
  200. x86_64-pc-linux-gnu-g++ (Gentoo 6.4.0-r1 p1.3) 6.4.0
  201. Copyright (C) 2017 Free Software Foundation, Inc.
  202. This is free software; see the source for copying conditions. There is NO
  203. warranty; not even for MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE.
  204. configure:3062: $? = 0
  205. configure:3051: x86_64-pc-linux-gnu-g++ -m32 -v >&5
  206. Using built-in specs.
  207. COLLECT_GCC=/usr/x86_64-pc-linux-gnu/gcc-bin/6.4.0/x86_64-pc-linux-gnu-g++
  208. COLLECT_LTO_WRAPPER=/usr/libexec/gcc/x86_64-pc-linux-gnu/6.4.0/lto-wrapper
  209. Target: x86_64-pc-linux-gnu
  210. Configured with: /var/tmp/portage/sys-devel/gcc-6.4.0-r1/work/gcc-6.4.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/6.4.0 --includedir=/usr/lib/gcc/x86_64-pc-linux-gnu/6.4.0/include --datadir=/usr/share/gcc-data/x86_64-pc-linux-gnu/6.4.0 --mandir=/usr/share/gcc-data/x86_64-pc-linux-gnu/6.4.0/man --infodir=/usr/share/gcc-data/x86_64-pc-linux-gnu/6.4.0/info --with-gxx-include-dir=/usr/lib/gcc/x86_64-pc-linux-gnu/6.4.0/include/g++-v6 --with-python-dir=/share/gcc-data/x86_64-pc-linux-gnu/6.4.0/python --enable-languages=c,c++,fortran --enable-obsolete --enable-secureplt --disable-werror --with-system-zlib --enable-nls --without-included-gettext --enable-checking=release --with-bugurl=https://bugs.gentoo.org/ --with-pkgversion='Gentoo 6.4.0-r1 p1.3' --disable-esp --enable-libstdcxx-time --enable-shared --enable-threads=posix --enable-__cxa_atexit --enable-clocale=gnu --enable-multilib --with-multilib-list=m32,m64 --disable-altivec --disable-fixed-point --enable-targets=all --disable-libgcj --enable-libgomp --disable-libmudflap --disable-libssp --disable-libcilkrts --disable-libmpx --enable-vtable-verify --enable-libvtv --enable-lto --without-isl --enable-libsanitizer --enable-default-pie --enable-default-ssp
  211. Thread model: posix
  212. gcc version 6.4.0 (Gentoo 6.4.0-r1 p1.3)
  213. configure:3062: $? = 0
  214. configure:3051: x86_64-pc-linux-gnu-g++ -m32 -V >&5
  215. x86_64-pc-linux-gnu-g++: error: unrecognized command line option '-V'
  216. x86_64-pc-linux-gnu-g++: fatal error: no input files
  217. compilation terminated.
  218. configure:3062: $? = 1
  219. configure:3051: x86_64-pc-linux-gnu-g++ -m32 -qversion >&5
  220. x86_64-pc-linux-gnu-g++: error: unrecognized command line option '-qversion'; did you mean '--version'?
  221. x86_64-pc-linux-gnu-g++: fatal error: no input files
  222. compilation terminated.
  223. configure:3062: $? = 1
  224. configure:3066: checking whether we are using the GNU C++ compiler
  225. configure:3085: x86_64-pc-linux-gnu-g++ -m32 -c -march=core2 -pipe -O2 -fno-strict-aliasing conftest.cpp >&5
  226. cc1plus: warning: /usr/local/include: not a directory
  227. configure:3085: $? = 0
  228. configure:3094: result: yes
  229. configure:3103: checking whether x86_64-pc-linux-gnu-g++ -m32 accepts -g
  230. configure:3123: x86_64-pc-linux-gnu-g++ -m32 -c -g conftest.cpp >&5
  231. cc1plus: warning: /usr/local/include: not a directory
  232. configure:3123: $? = 0
  233. configure: failed program was:
  234. | /* confdefs.h */
  235. | #define PACKAGE_NAME "GNU C Library"
  236. | #define PACKAGE_TARNAME "glibc"
  237. | #define PACKAGE_VERSION "(see version.h)"
  238. | #define PACKAGE_STRING "GNU C Library (see version.h)"
  239. | #define PACKAGE_BUGREPORT "http://sourceware.org/bugzilla/"
  240. | #define PACKAGE_URL "http://www.gnu.org/software/glibc/"
  241. | #define PKGVERSION "(Gentoo 2.26-r7 p7) "
  242. | #define REPORT_BUGS_TO "<https://bugs.gentoo.org/>"
  243. | /* end confdefs.h. */
  244. |
  245. | int
  246. | main ()
  247. | {
  248. |
  249. | ;
  250. | return 0;
  251. | }
  252. configure:3138: x86_64-pc-linux-gnu-g++ -m32 -c conftest.cpp >&5
  253. cc1plus: warning: /usr/local/include: not a directory
  254. configure:3138: $? = 0
  255. configure: failed program was:
  256. | /* confdefs.h */
  257. | #define PACKAGE_NAME "GNU C Library"
  258. | #define PACKAGE_TARNAME "glibc"
  259. | #define PACKAGE_VERSION "(see version.h)"
  260. | #define PACKAGE_STRING "GNU C Library (see version.h)"
  261. | #define PACKAGE_BUGREPORT "http://sourceware.org/bugzilla/"
  262. | #define PACKAGE_URL "http://www.gnu.org/software/glibc/"
  263. | #define PKGVERSION "(Gentoo 2.26-r7 p7) "
  264. | #define REPORT_BUGS_TO "<https://bugs.gentoo.org/>"
  265. | /* end confdefs.h. */
  266. |
  267. | int
  268. | main ()
  269. | {
  270. |
  271. | ;
  272. | return 0;
  273. | }
  274. configure:3154: x86_64-pc-linux-gnu-g++ -m32 -c -g conftest.cpp >&5
  275. cc1plus: warning: /usr/local/include: not a directory
  276. configure:3154: $? = 0
  277. configure:3164: result: yes
  278. configure:3189: checking whether x86_64-pc-linux-gnu-g++ -m32 can link programs
  279. configure:3212: x86_64-pc-linux-gnu-g++ -m32 -o conftest -march=core2 -pipe -O2 -fno-strict-aliasing -Wl,-O1 -Wl,--as-needed conftest.cpp >&5
  280. cc1plus: warning: /usr/local/include: not a directory
  281. configure:3212: $? = 0
  282. configure:3235: x86_64-pc-linux-gnu-g++ -m32 -o conftest -march=core2 -pipe -O2 -fno-strict-aliasing -Wl,-O1 -Wl,--as-needed -static conftest.cpp >&5
  283. cc1plus: warning: /usr/local/include: not a directory
  284. configure:3235: $? = 0
  285. configure:3250: result: yes
  286. configure:3813: checking for sysdeps preconfigure fragments
  287. configure:3820: result:
  288. configure:3891: running configure fragment for add-on libidn
  289. configure:3986: checking for -fstack-protector
  290. configure:3992: x86_64-pc-linux-gnu-gcc -m32 -Wl,-O1 -Wl,--as-needed -march=core2 -pipe -O2 -fno-strict-aliasing -Werror -fstack-protector -xc /dev/null -S -o /dev/null
  291. cc1: error: /usr/local/include: not a directory [-Werror]
  292. cc1: all warnings being treated as errors
  293. configure:3995: $? = 1
  294. configure:4003: result: no
  295. configure:4006: checking for -fstack-protector-strong
  296. configure:4012: x86_64-pc-linux-gnu-gcc -m32 -Wl,-O1 -Wl,--as-needed -march=core2 -pipe -O2 -fno-strict-aliasing -Werror -fstack-protector-strong -xc /dev/null -S -o /dev/null
  297. cc1: error: /usr/local/include: not a directory [-Werror]
  298. cc1: all warnings being treated as errors
  299. configure:4015: $? = 1
  300. configure:4023: result: no
  301. configure:4026: checking for -fstack-protector-all
  302. configure:4032: x86_64-pc-linux-gnu-gcc -m32 -Wl,-O1 -Wl,--as-needed -march=core2 -pipe -O2 -fno-strict-aliasing -Werror -fstack-protector-all -xc /dev/null -S -o /dev/null
  303. cc1: error: /usr/local/include: not a directory [-Werror]
  304. cc1: all warnings being treated as errors
  305. configure:4035: $? = 1
  306. configure:4043: result: no
  307. configure:4086: checking for assembler and linker STT_GNU_IFUNC support
  308. cc1: warning: /usr/local/include: not a directory
  309. Relocation section '.rel.dyn' at offset 0x134 contains 1 entries:
  310. Offset Info Type Sym.Value Sym. Name
  311. 00002000 0000002a R_386_IRELATIVE
  312. configure:4117: result: yes
  313. configure:4121: checking for gcc attribute ifunc support
  314. cc1: warning: /usr/local/include: not a directory
  315. configure:4147: result: yes
  316. configure:4172: checking sysdep dirs
  317. configure:4392: result: sysdeps/generic
  318. configure:4469: checking for a BSD-compatible install
  319. configure:4537: result: /usr/lib/portage/python3.5/ebuild-helpers/xattr/install -c
  320. configure:4552: checking whether ln -s works
  321. configure:4556: result: yes
  322. configure:4580: checking whether /usr/lib/gcc/x86_64-pc-linux-gnu/6.4.0/../../../../x86_64-pc-linux-gnu/bin/as is GNU as
  323. configure:4594: result: yes
  324. configure:4599: checking whether /usr/lib/gcc/x86_64-pc-linux-gnu/6.4.0/../../../../x86_64-pc-linux-gnu/bin/ld is GNU ld
  325. configure:4613: result: yes
  326. configure:4623: checking for /usr/lib/gcc/x86_64-pc-linux-gnu/6.4.0/../../../../x86_64-pc-linux-gnu/bin/as
  327. configure:4650: result: /usr/lib/gcc/x86_64-pc-linux-gnu/6.4.0/../../../../x86_64-pc-linux-gnu/bin/as
  328. configure:4665: checking version of /usr/lib/gcc/x86_64-pc-linux-gnu/6.4.0/../../../../x86_64-pc-linux-gnu/bin/as
  329. configure:4675: result: 2.29.1, ok
  330. configure:4753: checking for /usr/lib/gcc/x86_64-pc-linux-gnu/6.4.0/../../../../x86_64-pc-linux-gnu/bin/ld
  331. configure:4780: result: /usr/lib/gcc/x86_64-pc-linux-gnu/6.4.0/../../../../x86_64-pc-linux-gnu/bin/ld
  332. configure:4795: checking version of /usr/lib/gcc/x86_64-pc-linux-gnu/6.4.0/../../../../x86_64-pc-linux-gnu/bin/ld
  333. configure:4805: result: 2.29.1, ok
  334. configure:4820: checking for gnumake
  335. configure:4850: result: no
  336. configure:4820: checking for gmake
  337. configure:4836: found /usr/bin/gmake
  338. configure:4847: result: gmake
  339. configure:4862: checking version of gmake
  340. configure:4872: result: 4.2.1, ok
  341. configure:4884: checking for gnumsgfmt
  342. configure:4914: result: no
  343. configure:4884: checking for gmsgfmt
  344. configure:4900: found /usr/bin/gmsgfmt
  345. configure:4911: result: gmsgfmt
  346. configure:4926: checking version of gmsgfmt
  347. configure:4936: result: 0.19.8.1, ok
  348. configure:4947: checking for makeinfo
  349. configure:4974: result: /dev/null
  350. configure:4989: checking version of /dev/null
  351. configure:4999: result: v. ?.??, bad
  352. configure:5010: checking for sed
  353. configure:5026: found /bin/sed
  354. configure:5037: result: sed
  355. configure:5052: checking version of sed
  356. configure:5062: result: 4.2.2, ok
  357. configure:5073: checking for gawk
  358. configure:5089: found /usr/bin/gawk
  359. configure:5100: result: gawk
  360. configure:5115: checking version of gawk
  361. configure:5125: result: 4.1.4, ok
  362. configure:5133: checking if x86_64-pc-linux-gnu-gcc -m32 -Wl,-O1 -Wl,--as-needed is sufficient to build libc
  363. configure:5153: x86_64-pc-linux-gnu-gcc -m32 -Wl,-O1 -Wl,--as-needed -c -march=core2 -pipe -O2 -fno-strict-aliasing conftest.c >&5
  364. cc1: warning: /usr/local/include: not a directory
  365. configure:5153: $? = 0
  366. configure:5160: result: yes
  367. configure:5169: checking for i686-pc-linux-gnu-nm
  368. configure:5199: result: no
  369. configure:5209: checking for nm
  370. configure:5225: found /usr/bin/nm
  371. configure:5236: result: nm
  372. configure:5334: checking for python3
  373. configure:5350: found /usr/bin/python3
  374. configure:5361: result: python3
  375. configure:5392: WARNING:
  376. *** These auxiliary programs are missing or incompatible versions: makeinfo
  377. *** some features or tests will be disabled.
  378. *** Check the INSTALL file for required versions.
  379. configure:5443: checking LD_LIBRARY_PATH variable
  380. configure:5453: result: ok
  381. configure:5464: checking for bash
  382. configure:5482: found /bin/bash
  383. configure:5495: result: /bin/bash
  384. configure:5506: checking for perl
  385. configure:5524: found /usr/bin/perl
  386. configure:5537: result: /usr/bin/perl
  387. configure:5551: checking for install-info
  388. configure:5570: found /usr/bin/install-info
  389. configure:5583: result: /usr/bin/install-info
  390. configure:5595: checking for bison
  391. configure:5611: found /usr/bin/bison
  392. configure:5622: result: bison
  393. configure:5637: checking version of bison
  394. configure:5647: result: 3.0.4, ok
  395. configure:5655: checking for .set assembler directive
  396. cc1: warning: /usr/local/include: not a directory
  397. configure:5681: result: yes
  398. configure:5688: checking linker support for protected data symbol
  399. configure:5698: x86_64-pc-linux-gnu-gcc -m32 -Wl,-O1 -Wl,--as-needed -nostdlib -nostartfiles -fno-stack-protector -fPIC -shared conftest.c -o conftest.so
  400. cc1: warning: /usr/local/include: not a directory
  401. configure:5701: $? = 0
  402. configure:5708: x86_64-pc-linux-gnu-gcc -m32 -Wl,-O1 -Wl,--as-needed -nostdlib -nostartfiles -fno-stack-protector conftest.c -o conftest conftest.so
  403. cc1: warning: /usr/local/include: not a directory
  404. /usr/lib/gcc/x86_64-pc-linux-gnu/6.4.0/../../../../x86_64-pc-linux-gnu/bin/ld: warning: cannot find entry symbol _start; defaulting to 00000000000001f4
  405. configure:5711: $? = 0
  406. configure:5719: result: yes
  407. configure:5723: checking for broken __attribute__((alias()))
  408. configure:5738: x86_64-pc-linux-gnu-gcc -m32 -Wl,-O1 -Wl,--as-needed -Werror -S conftest.c -o conftest.s 1>&5
  409. cc1: error: /usr/local/include: not a directory [-Werror]
  410. cc1: all warnings being treated as errors
  411. configure:5741: $? = 1
  412. configure:5751: result: yes
  413. configure:5754: error: working alias attribute support required
  414. ## ---------------- ##
  415. ## Cache variables. ##
  416. ## ---------------- ##
  417. ac_cv_build=i686-pc-linux-gnu
  418. ac_cv_c_compiler_gnu=yes
  419. ac_cv_cxx_compiler_gnu=yes
  420. ac_cv_env_CCC_set=
  421. ac_cv_env_CCC_value=
  422. ac_cv_env_CC_set=set
  423. ac_cv_env_CC_value='x86_64-pc-linux-gnu-gcc -m32 -Wl,-O1 -Wl,--as-needed'
  424. ac_cv_env_CFLAGS_set=set
  425. ac_cv_env_CFLAGS_value='-march=core2 -pipe -O2 -fno-strict-aliasing'
  426. ac_cv_env_CPPFLAGS_set=set
  427. ac_cv_env_CPPFLAGS_value=
  428. ac_cv_env_CPP_set=
  429. ac_cv_env_CPP_value=
  430. ac_cv_env_CXXFLAGS_set=set
  431. ac_cv_env_CXXFLAGS_value='-march=core2 -pipe -O2 -fno-strict-aliasing'
  432. ac_cv_env_CXX_set=set
  433. ac_cv_env_CXX_value='x86_64-pc-linux-gnu-g++ -m32'
  434. ac_cv_env_LDFLAGS_set=set
  435. ac_cv_env_LDFLAGS_value='-Wl,-O1 -Wl,--as-needed'
  436. ac_cv_env_LIBS_set=
  437. ac_cv_env_LIBS_value=
  438. ac_cv_env_build_alias_set=set
  439. ac_cv_env_build_alias_value=i686-pc-linux-gnu
  440. ac_cv_env_host_alias_set=set
  441. ac_cv_env_host_alias_value=i686-pc-linux-gnu
  442. ac_cv_env_target_alias_set=
  443. ac_cv_env_target_alias_value=
  444. ac_cv_host=i686-pc-linux-gnu
  445. ac_cv_objext=o
  446. ac_cv_path_BASH_SHELL=/bin/bash
  447. ac_cv_path_INSTALL_INFO=/usr/bin/install-info
  448. ac_cv_path_PERL=/usr/bin/perl
  449. ac_cv_path_install='/usr/lib/portage/python3.5/ebuild-helpers/xattr/install -c'
  450. ac_cv_prog_AS=/usr/lib/gcc/x86_64-pc-linux-gnu/6.4.0/../../../../x86_64-pc-linux-gnu/bin/as
  451. ac_cv_prog_AWK=gawk
  452. ac_cv_prog_BISON=bison
  453. ac_cv_prog_CC='x86_64-pc-linux-gnu-gcc -m32 -Wl,-O1 -Wl,--as-needed'
  454. ac_cv_prog_LD=/usr/lib/gcc/x86_64-pc-linux-gnu/6.4.0/../../../../x86_64-pc-linux-gnu/bin/ld
  455. ac_cv_prog_MAKE=gmake
  456. ac_cv_prog_MAKEINFO=/dev/null
  457. ac_cv_prog_MSGFMT=gmsgfmt
  458. ac_cv_prog_PYTHON_PROG=python3
  459. ac_cv_prog_SED=sed
  460. ac_cv_prog_ac_ct_NM=nm
  461. ac_cv_prog_ac_ct_READELF=readelf
  462. ac_cv_prog_cc_g=yes
  463. ac_cv_prog_cxx_g=yes
  464. libc_cv_asm_set_directive=yes
  465. libc_cv_broken_alias_attribute=yes
  466. libc_cv_compiler_ok=yes
  467. libc_cv_cxx_link_ok=yes
  468. libc_cv_gcc_indirect_function=yes
  469. libc_cv_hashstyle=no
  470. libc_cv_ld_gnu_indirect_function=yes
  471. libc_cv_nss_crypt=no
  472. libc_cv_prog_as_gnu=yes
  473. libc_cv_prog_ld_gnu=yes
  474. libc_cv_protected_data=yes
  475. libc_cv_rootsbindir=/sbin
  476. libc_cv_slibdir=/lib32
  477. libc_cv_ssp=no
  478. libc_cv_ssp_all=no
  479. libc_cv_ssp_strong=no
  480. libc_cv_static_nss_crypt=no
  481. ## ----------------- ##
  482. ## Output variables. ##
  483. ## ----------------- ##
  484. AR='/usr/lib/gcc/x86_64-pc-linux-gnu/6.4.0/../../../../x86_64-pc-linux-gnu/bin/ar'
  485. AS='/usr/lib/gcc/x86_64-pc-linux-gnu/6.4.0/../../../../x86_64-pc-linux-gnu/bin/as'
  486. ASFLAGS_config=''
  487. AUTOCONF='no'
  488. AWK='gawk'
  489. BASH_SHELL='/bin/bash'
  490. BISON='bison'
  491. BUILD_CC=''
  492. CC='x86_64-pc-linux-gnu-gcc -m32 -Wl,-O1 -Wl,--as-needed'
  493. CFLAGS='-march=core2 -pipe -O2 -fno-strict-aliasing'
  494. CPP='x86_64-pc-linux-gnu-gcc -m32 -Wl,-O1 -Wl,--as-needed -E'
  495. CPPFLAGS=''
  496. CPPUNDEFS=''
  497. CXX='x86_64-pc-linux-gnu-g++ -m32'
  498. CXXFLAGS='-march=core2 -pipe -O2 -fno-strict-aliasing'
  499. CXX_BITS_STD_ABS_H=''
  500. CXX_CMATH_HEADER='/usr/lib/gcc/x86_64-pc-linux-gnu/6.4.0/include/g++-v6/cmath'
  501. CXX_CSTDLIB_HEADER='/usr/lib/gcc/x86_64-pc-linux-gnu/6.4.0/include/g++-v6/cstdlib'
  502. CXX_SYSINCLUDES=' -isystem /usr/lib/gcc/x86_64-pc-linux-gnu/6.4.0/include/g++-v6 -isystem /usr/lib/gcc/x86_64-pc-linux-gnu/6.4.0/include/g++-v6/x86_64-pc-linux-gnu/32 -isystem /usr/lib/gcc/x86_64-pc-linux-gnu/6.4.0/include/g++-v6/backward'
  503. DEFINES=''
  504. DEFS=''
  505. ECHO_C=''
  506. ECHO_N='-n'
  507. ECHO_T=''
  508. INSTALL_DATA='${INSTALL} -m 644'
  509. INSTALL_INFO='/usr/bin/install-info'
  510. INSTALL_PROGRAM='${INSTALL}'
  511. INSTALL_SCRIPT='${INSTALL}'
  512. LD='/usr/lib/gcc/x86_64-pc-linux-gnu/6.4.0/../../../../x86_64-pc-linux-gnu/bin/ld'
  513. LDFLAGS='-Wl,-O1 -Wl,--as-needed'
  514. LIBGD=''
  515. LIBOBJS=''
  516. LIBS=''
  517. LN_S='ln -s'
  518. LTLIBOBJS=''
  519. MAKE='gmake'
  520. MAKEINFO=':'
  521. MSGFMT='gmsgfmt'
  522. NM='nm'
  523. OBJCOPY='/usr/lib/gcc/x86_64-pc-linux-gnu/6.4.0/../../../../x86_64-pc-linux-gnu/bin/objcopy'
  524. OBJDUMP='/usr/lib/gcc/x86_64-pc-linux-gnu/6.4.0/../../../../x86_64-pc-linux-gnu/bin/objdump'
  525. OBJEXT='o'
  526. PACKAGE_BUGREPORT='http://sourceware.org/bugzilla/'
  527. PACKAGE_NAME='GNU C Library'
  528. PACKAGE_STRING='GNU C Library (see version.h)'
  529. PACKAGE_TARNAME='glibc'
  530. PACKAGE_URL='http://www.gnu.org/software/glibc/'
  531. PACKAGE_VERSION='(see version.h)'
  532. PATH_SEPARATOR=':'
  533. PERL='/usr/bin/perl'
  534. PKGVERSION='(Gentoo 2.26-r7 p7) '
  535. PKGVERSION_TEXI='(Gentoo 2.26-r7 p7) '
  536. PYTHON='python3 -B'
  537. PYTHON_PROG='python3'
  538. READELF='readelf'
  539. RELEASE=''
  540. REPORT_BUGS_TEXI='@uref{https://bugs.gentoo.org/}'
  541. REPORT_BUGS_TO='<https://bugs.gentoo.org/>'
  542. SED='sed'
  543. SHELL='/bin/sh'
  544. SYSINCLUDES='-nostdinc -isystem /usr/lib/gcc/x86_64-pc-linux-gnu/6.4.0/include -isystem /usr/lib/gcc/x86_64-pc-linux-gnu/6.4.0/include-fixed -isystem /usr/include'
  545. VERSION=''
  546. ac_ct_CC=''
  547. ac_ct_CXX=''
  548. add_on_subdirs=' libidn'
  549. add_ons='libidn'
  550. all_warnings=''
  551. base_machine='i386'
  552. bindir='${exec_prefix}/bin'
  553. bindnow='yes'
  554. build='i686-pc-linux-gnu'
  555. build_alias='i686-pc-linux-gnu'
  556. build_cpu='i686'
  557. build_nscd='default'
  558. build_obsolete_nsl='no'
  559. build_os='linux-gnu'
  560. build_pt_chown='no'
  561. build_vendor='pc'
  562. cross_compiling='no'
  563. datadir='${datarootdir}'
  564. datarootdir='${prefix}/share'
  565. docdir='${datarootdir}/doc/${PACKAGE_TARNAME}'
  566. dvidir='${docdir}'
  567. enable_lock_elision='no'
  568. enable_timezone_tools='no'
  569. enable_werror='no'
  570. exec_prefix='NONE'
  571. experimental_malloc='yes'
  572. fno_unit_at_a_time=''
  573. force_install='yes'
  574. hardcoded_path_in_tests='no'
  575. have_libaudit=''
  576. have_libcap=''
  577. have_selinux=''
  578. have_tunables='yes'
  579. host='i686-pc-linux-gnu'
  580. host_alias='i686-pc-linux-gnu'
  581. host_cpu='i686'
  582. host_os='linux-gnu'
  583. host_vendor='pc'
  584. htmldir='${docdir}'
  585. includedir='${prefix}/include'
  586. infodir='$(prefix)/share/info'
  587. ldd_rewrite_script=''
  588. libc_cv_cc_loop_to_function=''
  589. libc_cv_cc_nofma=''
  590. libc_cv_cc_submachine=''
  591. libc_cv_cc_with_libunwind=''
  592. libc_cv_complocaledir=''
  593. libc_cv_cxx_thread_local=''
  594. libc_cv_fpie=''
  595. libc_cv_gcc_unwind_find_fde=''
  596. libc_cv_has_glob_dat=''
  597. libc_cv_hashstyle='no'
  598. libc_cv_localstatedir=''
  599. libc_cv_mtls_dialect_gnu2=''
  600. libc_cv_nss_crypt='no'
  601. libc_cv_output_format=''
  602. libc_cv_pic_default=''
  603. libc_cv_pie_default=''
  604. libc_cv_protected_data='yes'
  605. libc_cv_rootsbindir='/sbin'
  606. libc_cv_rtlddir=''
  607. libc_cv_slibdir='/lib32'
  608. libc_cv_ssp='no'
  609. libc_cv_static_nss_crypt='no'
  610. libc_cv_sysconfdir=''
  611. libc_cv_z_combreloc=''
  612. libc_cv_z_execstack=''
  613. libc_extra_cflags=''
  614. libc_extra_cppflags=''
  615. libdir='$(prefix)/lib32'
  616. libexecdir='$(libdir)/misc/glibc'
  617. link_obsolete_rpc='no'
  618. localedir='${datarootdir}/locale'
  619. localstatedir='/var'
  620. mach_interface_list=''
  621. mandir='$(prefix)/share/man'
  622. multi_arch='default'
  623. no_stack_protector=''
  624. oldincludedir='/usr/include'
  625. pdfdir='${docdir}'
  626. prefix='/usr'
  627. profile='no'
  628. program_transform_name='s,x,x,'
  629. psdir='${docdir}'
  630. sbindir='${exec_prefix}/sbin'
  631. shared='yes'
  632. sharedstatedir='${prefix}/com'
  633. stack_protector='-fno-stack-protector'
  634. static=''
  635. static_nss='no'
  636. subdirs=' '
  637. submachine=''
  638. sysconfdir='/etc'
  639. sysdeps_add_ons=''
  640. sysheaders='/usr/include'
  641. sysnames=' sysdeps/unix/sysv/linux/i386/i686 sysdeps/i386/i686/nptl sysdeps/unix/sysv/linux/i386 sysdeps/unix/sysv/linux/x86 sysdeps/x86/nptl sysdeps/i386/nptl sysdeps/unix/sysv/linux sysdeps/nptl sysdeps/pthread sysdeps/gnu sysdeps/unix/inet sysdeps/unix/sysv sysdeps/unix/i386 sysdeps/unix sysdeps/posix sysdeps/i386/i686/fpu/multiarch sysdeps/i386/i686/fpu sysdeps/i386/i686/multiarch sysdeps/i386/i686 sysdeps/i386/fpu sysdeps/x86/fpu sysdeps/i386 sysdeps/x86 sysdeps/wordsize-32 sysdeps/ieee754/float128 sysdeps/ieee754/ldbl-96 sysdeps/ieee754/dbl-64 sysdeps/ieee754/flt-32 sysdeps/ieee754 sysdeps/generic'
  642. target_alias=''
  643. use_default_link='default'
  644. use_ldconfig=''
  645. use_nscd='no'
  646. with_fp='yes'
  647. ## ----------- ##
  648. ## confdefs.h. ##
  649. ## ----------- ##
  650. /* confdefs.h */
  651. #define PACKAGE_NAME "GNU C Library"
  652. #define PACKAGE_TARNAME "glibc"
  653. #define PACKAGE_VERSION "(see version.h)"
  654. #define PACKAGE_STRING "GNU C Library (see version.h)"
  655. #define PACKAGE_BUGREPORT "http://sourceware.org/bugzilla/"
  656. #define PACKAGE_URL "http://www.gnu.org/software/glibc/"
  657. #define PKGVERSION "(Gentoo 2.26-r7 p7) "
  658. #define REPORT_BUGS_TO "<https://bugs.gentoo.org/>"
  659. #define ENABLE_STACKGUARD_RANDOMIZE 1
  660. #define BIND_NOW 1
  661. #define HAVE_TUNABLES 1
  662. #define HAVE_LIBIDN 1
  663. #define STACK_PROTECTOR_LEVEL 0
  664. #define USE_MULTIARCH 1
  665. #define HAVE_ASM_SET_DIRECTIVE 1
  666. configure: exit 1
  667.