Advertisement
Guest User

Untitled

a guest
Dec 28th, 2012
114
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 12.46 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 GNU C Library configure (see version.h), which was
  5. generated by GNU Autoconf 2.68. Invocation command line was
  6.  
  7. $ /var/tmp/portage/cross-armv6j-hardfloat-linux-gnueabi/glibc-2.17/work/glibc-2.17/configure --disable-stackguard-randomization --enable-add-ons=nptl,c_stubs,libidn,ports --enable-kernel=2.6.16 --without-selinux --without-cvs --enable-bind-now --build=x86_64-pc-linux-gnu --host=armv6j-hardfloat-linux-gnueabi --disable-profile --with-gd --with-headers=/usr/armv6j-hardfloat-linux-gnueabi/usr/include --prefix=/usr --libdir=/usr/lib --mandir=/usr/share/man --infodir=/usr/share/info --libexecdir=/usr/lib/misc/glibc --disable-multi-arch --enable-obsolete-rpc --disable-systemtap
  8.  
  9. ## --------- ##
  10. ## Platform. ##
  11. ## --------- ##
  12.  
  13. hostname = zone
  14. uname -m = x86_64
  15. uname -r = 3.3.8-gentoo
  16. uname -s = Linux
  17. uname -v = #1 SMP Thu Aug 2 17:17:57 PDT 2012
  18.  
  19. /usr/bin/uname -p = AMD Athlon(tm) 64 X2 Dual Core Processor 5200+
  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/portage/bin/ebuild-helpers
  31. PATH: /usr/local/sbin
  32. PATH: /usr/local/bin
  33. PATH: /usr/sbin
  34. PATH: /usr/bin
  35. PATH: /sbin
  36. PATH: /bin
  37. PATH: /opt/bin
  38. PATH: /usr/x86_64-pc-linux-gnu/gcc-bin/4.5.4
  39. PATH: /usr/x86_64-pc-linux-gnu/armv6j-hardfloat-linux-gnueabi/gcc-bin/4.5.4
  40.  
  41.  
  42. ## ----------- ##
  43. ## Core tests. ##
  44. ## ----------- ##
  45.  
  46. configure:2167: loading site script /usr/share/config.site
  47. | #!/bin/bash
  48. | # Copyright 2009 Gentoo Foundation
  49. | # Distributed under the terms of the GNU General Public License v2
  50. |
  51. | TOPDIR=/usr/share/crossdev/include/site
  52. |
  53. | config_site_arch() {
  54. | local host=$(echo ${CHOST/-/ } | awk '{print $1}')
  55. |
  56. | [[ ${host/arm.*eb/} != ${host} ]] && host=armeb
  57. | [[ ${host/arm/} != ${host} ]] && [[ ${host} != armeb ]] && host=arm
  58. |
  59. | [[ ${host/mips.*el/} != ${host} ]] && host=mipsel
  60. |
  61. | #[[ ${host/i[4-5]/6} != ${host} ]] && host=i686
  62. |
  63. | echo ${host}
  64. | }
  65. |
  66. | config_site_names() {
  67. | local site_arch=$(config_site_arch)
  68. | local sites=""
  69. | local x
  70. |
  71. | [[ ${CHOST/-linux-/} != $CHOST ]] && sites+=" linux ${site_arch}-linux"
  72. | [[ ${CHOST/darwin/} != $CHOST ]] && sites+=" darwin ${site_arch}-linux"
  73. |
  74. | [[ ${CHOST/-linux-uclibc/} != $CHOST ]] && sites+=" linux-uclibc ${site_arch}-linux-uclibc"
  75. | [[ ${CHOST/-linux-gnu/} != $CHOST ]] && sites+=" linux-gnu ${site_arch}-linux-gnu"
  76. |
  77. | [[ ${CHOST/-linux-uclibceabi/} != $CHOST ]] && sites+=" linux-uclibceabi ${site_arch}-linux-uclibceabi"
  78. | [[ ${CHOST/-linux-gnueabi/} != $CHOST ]] && sites+=" linux-gnueabi ${site_arch}-linux-gnueabi"
  79. |
  80. | for x in ${sites} ${CHOST}; do
  81. | [[ -e ${TOPDIR}/${x} ]] && echo ${TOPDIR}/${x}
  82. | done
  83. | }
  84. |
  85. | # Only kick in for cross-compiles so we don't break native builds #427184
  86. | if [[ ${CBUILD:-${CHOST}} != ${CHOST} ]]; then
  87. | sites="$(config_site_names)"
  88. | if [[ ${sites} != "" ]]; then
  89. | for site in ${sites}; do
  90. | echo "$(basename $0): loading site script ${site}"
  91. | . ${site}
  92. | done
  93. | fi
  94. | unset site
  95. | unset sites
  96. | fi
  97. configure:2366: checking build system type
  98. configure:2380: result: x86_64-pc-linux-gnu
  99. configure:2400: checking host system type
  100. configure:2413: result: armv6j-hardfloat-linux-gnueabi
  101. configure:2442: checking for armv6j-hardfloat-linux-gnueabi-gcc
  102. configure:2469: result: armv6j-hardfloat-linux-gnueabi-gcc
  103. configure:2738: checking for C compiler version
  104. configure:2747: armv6j-hardfloat-linux-gnueabi-gcc --version >&5
  105. armv6j-hardfloat-linux-gnueabi-gcc (Gentoo 4.5.4 p1.1, pie-0.4.7) 4.5.4
  106. Copyright (C) 2010 Free Software Foundation, Inc.
  107. This is free software; see the source for copying conditions. There is NO
  108. warranty; not even for MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE.
  109.  
  110. configure:2758: $? = 0
  111. configure:2747: armv6j-hardfloat-linux-gnueabi-gcc -v >&5
  112. Using built-in specs.
  113. COLLECT_GCC=/usr/x86_64-pc-linux-gnu/armv6j-hardfloat-linux-gnueabi/gcc-bin/4.5.4/armv6j-hardfloat-linux-gnueabi-gcc
  114. COLLECT_LTO_WRAPPER=/usr/libexec/gcc/armv6j-hardfloat-linux-gnueabi/4.5.4/lto-wrapper
  115. Target: armv6j-hardfloat-linux-gnueabi
  116. Configured with: /var/tmp/portage/cross-armv6j-hardfloat-linux-gnueabi/gcc-4.5.4/work/gcc-4.5.4/configure --prefix=/usr --bindir=/usr/x86_64-pc-linux-gnu/armv6j-hardfloat-linux-gnueabi/gcc-bin/4.5.4 --includedir=/usr/lib/gcc/armv6j-hardfloat-linux-gnueabi/4.5.4/include --datadir=/usr/share/gcc-data/armv6j-hardfloat-linux-gnueabi/4.5.4 --mandir=/usr/share/gcc-data/armv6j-hardfloat-linux-gnueabi/4.5.4/man --infodir=/usr/share/gcc-data/armv6j-hardfloat-linux-gnueabi/4.5.4/info --with-gxx-include-dir=/usr/lib/gcc/armv6j-hardfloat-linux-gnueabi/4.5.4/include/g++-v4 --host=x86_64-pc-linux-gnu --target=armv6j-hardfloat-linux-gnueabi --build=x86_64-pc-linux-gnu --disable-altivec --disable-fixed-point --without-ppl --without-cloog --disable-lto --with-float=hard --enable-nls --without-included-gettext --with-system-zlib --enable-obsolete --disable-werror --enable-secureplt --disable-multilib --disable-libmudflap --disable-libssp --disable-libgomp --with-python-dir=/share/gcc-data/armv6j-hardfloat-linux-gnueabi/4.5.4/python --enable-poison-system-directories --enable-checking=release --disable-libgcj --with-arch=armv6j --with-float=hard --with-fpu=vfp --enable-languages=c --disable-shared --with-sysroot=/usr/armv6j-hardfloat-linux-gnueabi --disable-bootstrap --enable-__cxa_atexit --enable-clocale=gnu --with-bugurl=http://bugs.gentoo.org/ --with-pkgversion='Gentoo 4.5.4 p1.1, pie-0.4.7'
  117. Thread model: posix
  118. gcc version 4.5.4 (Gentoo 4.5.4 p1.1, pie-0.4.7)
  119. configure:2758: $? = 0
  120. configure:2747: armv6j-hardfloat-linux-gnueabi-gcc -V >&5
  121. armv6j-hardfloat-linux-gnueabi-gcc: '-V' option must have argument
  122. configure:2758: $? = 1
  123. configure:2747: armv6j-hardfloat-linux-gnueabi-gcc -qversion >&5
  124. armv6j-hardfloat-linux-gnueabi-gcc: unrecognized option '-qversion'
  125. armv6j-hardfloat-linux-gnueabi-gcc: no input files
  126. configure:2758: $? = 1
  127. configure:2763: checking for suffix of object files
  128. configure:2785: armv6j-hardfloat-linux-gnueabi-gcc -c -march=athlon64 -pipe -O2 -fno-strict-aliasing conftest.c >&5
  129. Assembler messages:
  130. Error: unknown architecture `athlon64'
  131.  
  132. Error: unrecognized option -march=athlon64
  133. conftest.c:1:0: error: bad value (athlon64) for -march= switch
  134. configure:2789: $? = 1
  135. configure: failed program was:
  136. | /* confdefs.h */
  137. | #define PACKAGE_NAME "GNU C Library"
  138. | #define PACKAGE_TARNAME "glibc"
  139. | #define PACKAGE_VERSION "(see version.h)"
  140. | #define PACKAGE_STRING "GNU C Library (see version.h)"
  141. | #define PACKAGE_BUGREPORT "http://sourceware.org/bugzilla/"
  142. | #define PACKAGE_URL "http://www.gnu.org/software/glibc/"
  143. | #define PKGVERSION "(GNU libc) "
  144. | #define REPORT_BUGS_TO "<http://www.gnu.org/software/libc/bugs.html>"
  145. | /* end confdefs.h. */
  146. |
  147. | int
  148. | main ()
  149. | {
  150. |
  151. | ;
  152. | return 0;
  153. | }
  154. configure:2803: error: in `/var/tmp/portage/cross-armv6j-hardfloat-linux-gnueabi/glibc-2.17/work/build-default-armv6j-hardfloat-linux-gnueabi-nptl':
  155. configure:2805: error: cannot compute suffix of object files: cannot compile
  156. See `config.log' for more details
  157.  
  158. ## ---------------- ##
  159. ## Cache variables. ##
  160. ## ---------------- ##
  161.  
  162. ac_cv_build=x86_64-pc-linux-gnu
  163. ac_cv_env_CCC_set=
  164. ac_cv_env_CCC_value=
  165. ac_cv_env_CC_set=set
  166. ac_cv_env_CC_value='armv6j-hardfloat-linux-gnueabi-gcc '
  167. ac_cv_env_CFLAGS_set=set
  168. ac_cv_env_CFLAGS_value='-march=athlon64 -pipe -O2 -fno-strict-aliasing'
  169. ac_cv_env_CPPFLAGS_set=set
  170. ac_cv_env_CPPFLAGS_value=
  171. ac_cv_env_CPP_set=
  172. ac_cv_env_CPP_value=
  173. ac_cv_env_CXXFLAGS_set=set
  174. ac_cv_env_CXXFLAGS_value='-march=athlon64 -pipe -O2 -fno-strict-aliasing'
  175. ac_cv_env_CXX_set=
  176. ac_cv_env_CXX_value=
  177. ac_cv_env_LDFLAGS_set=set
  178. ac_cv_env_LDFLAGS_value='-Wl,-O1 -Wl,--as-needed'
  179. ac_cv_env_LIBS_set=
  180. ac_cv_env_LIBS_value=
  181. ac_cv_env_build_alias_set=set
  182. ac_cv_env_build_alias_value=x86_64-pc-linux-gnu
  183. ac_cv_env_host_alias_set=set
  184. ac_cv_env_host_alias_value=armv6j-hardfloat-linux-gnueabi
  185. ac_cv_env_target_alias_set=
  186. ac_cv_env_target_alias_value=
  187. ac_cv_host=armv6j-hardfloat-linux-gnueabi
  188. ac_cv_prog_CC='armv6j-hardfloat-linux-gnueabi-gcc '
  189. libc_cv_c_cleanup=yes
  190. libc_cv_forced_unwind=yes
  191. libc_cv_hashstyle=no
  192. libc_cv_slibdir=/lib
  193.  
  194. ## ----------------- ##
  195. ## Output variables. ##
  196. ## ----------------- ##
  197.  
  198. AR=''
  199. AS=''
  200. ASFLAGS_config=''
  201. AUTOCONF=''
  202. AWK=''
  203. BASH_SHELL=''
  204. BISON=''
  205. BUILD_CC=''
  206. CC='armv6j-hardfloat-linux-gnueabi-gcc '
  207. CFLAGS='-march=athlon64 -pipe -O2 -fno-strict-aliasing'
  208. CPP=''
  209. CPPFLAGS=''
  210. CPPUNDEFS=''
  211. CXX=''
  212. CXXFLAGS='-march=athlon64 -pipe -O2 -fno-strict-aliasing'
  213. CXX_SYSINCLUDES=''
  214. DEFINES=''
  215. DEFS=''
  216. ECHO_C=''
  217. ECHO_N='-n'
  218. ECHO_T=''
  219. INSTALL_DATA=''
  220. INSTALL_INFO=''
  221. INSTALL_PROGRAM=''
  222. INSTALL_SCRIPT=''
  223. KSH=''
  224. LD=''
  225. LDFLAGS='-Wl,-O1 -Wl,--as-needed'
  226. LIBGD=''
  227. LIBOBJS=''
  228. LIBS=''
  229. LN_S=''
  230. LTLIBOBJS=''
  231. MAKE=''
  232. MAKEINFO=''
  233. MIG=''
  234. MSGFMT=''
  235. NM=''
  236. OBJCOPY=''
  237. OBJDUMP=''
  238. OBJEXT=''
  239. PACKAGE_BUGREPORT='http://sourceware.org/bugzilla/'
  240. PACKAGE_NAME='GNU C Library'
  241. PACKAGE_STRING='GNU C Library (see version.h)'
  242. PACKAGE_TARNAME='glibc'
  243. PACKAGE_URL='http://www.gnu.org/software/glibc/'
  244. PACKAGE_VERSION='(see version.h)'
  245. PATH_SEPARATOR=':'
  246. PERL=''
  247. PKGVERSION='(GNU libc) '
  248. PKGVERSION_TEXI='(GNU libc) '
  249. READELF=''
  250. RELEASE=''
  251. REPORT_BUGS_TEXI='@uref{http://www.gnu.org/software/libc/bugs.html}'
  252. REPORT_BUGS_TO='<http://www.gnu.org/software/libc/bugs.html>'
  253. SED=''
  254. SHELL='/bin/sh'
  255. SYSINCLUDES=''
  256. VERSION=''
  257. VERSIONING=''
  258. ac_ct_CC=''
  259. ac_ct_CXX=''
  260. add_on_subdirs=''
  261. add_ons=''
  262. all_warnings=''
  263. base_machine=''
  264. bindir='${exec_prefix}/bin'
  265. bindnow=''
  266. build='x86_64-pc-linux-gnu'
  267. build_alias='x86_64-pc-linux-gnu'
  268. build_cpu='x86_64'
  269. build_nscd=''
  270. build_os='linux-gnu'
  271. build_vendor='pc'
  272. cross_compiling='yes'
  273. datadir='${datarootdir}'
  274. datarootdir='${prefix}/share'
  275. docdir='${datarootdir}/doc/${PACKAGE_TARNAME}'
  276. dvidir='${docdir}'
  277. exceptions=''
  278. exec_prefix='NONE'
  279. fno_unit_at_a_time=''
  280. force_install=''
  281. gnu89_inline=''
  282. have_libaudit=''
  283. have_libcap=''
  284. have_selinux=''
  285. host='armv6j-hardfloat-linux-gnueabi'
  286. host_alias='armv6j-hardfloat-linux-gnueabi'
  287. host_cpu='armv6j'
  288. host_os='linux-gnueabi'
  289. host_vendor='hardfloat'
  290. htmldir='${docdir}'
  291. includedir='${prefix}/include'
  292. infodir='/usr/share/info'
  293. ldd_rewrite_script=''
  294. libc_cv_Bgroup=''
  295. libc_cv_as_i686=''
  296. libc_cv_cc_avx=''
  297. libc_cv_cc_fma4=''
  298. libc_cv_cc_nofma=''
  299. libc_cv_cc_novzeroupper=''
  300. libc_cv_cc_sse2avx=''
  301. libc_cv_cc_sse4=''
  302. libc_cv_cc_submachine=''
  303. libc_cv_cc_with_libunwind=''
  304. libc_cv_forced_unwind='yes'
  305. libc_cv_fpie=''
  306. libc_cv_gcc_static_libgcc=''
  307. libc_cv_gcc_unwind_find_fde=''
  308. libc_cv_hashstyle='no'
  309. libc_cv_have_bash2=''
  310. libc_cv_have_ksh=''
  311. libc_cv_localedir=''
  312. libc_cv_localstatedir=''
  313. libc_cv_nss_crypt=''
  314. libc_cv_output_format=''
  315. libc_cv_pic_default=''
  316. libc_cv_rootsbindir=''
  317. libc_cv_slibdir='/lib'
  318. libc_cv_sparc_as_vis3=''
  319. libc_cv_ssp=''
  320. libc_cv_sysconfdir=''
  321. libc_cv_z_combreloc=''
  322. libc_cv_z_execstack=''
  323. libc_extra_cflags=''
  324. libdir='/usr/lib'
  325. libexecdir='/usr/lib/misc/glibc'
  326. link_obsolete_rpc=''
  327. localedir='${datarootdir}/locale'
  328. localstatedir='${prefix}/var'
  329. mach_interface_list=''
  330. mandir='/usr/share/man'
  331. multi_arch=''
  332. old_glibc_headers=''
  333. oldest_abi=''
  334. oldincludedir='/usr/include'
  335. pdfdir='${docdir}'
  336. prefix='/usr'
  337. profile=''
  338. program_transform_name='s,x,x,'
  339. psdir='${docdir}'
  340. sbindir='${exec_prefix}/sbin'
  341. shared=''
  342. sharedstatedir='${prefix}/com'
  343. sizeof_long_double=''
  344. static=''
  345. static_nss=''
  346. subdirs=' '
  347. submachine=''
  348. sysconfdir='${prefix}/etc'
  349. sysdeps_add_ons=''
  350. sysheaders=''
  351. sysnames=''
  352. target_alias=''
  353. use_default_link=''
  354. use_ldconfig=''
  355. use_nscd=''
  356. with_fp=''
  357.  
  358. ## ----------- ##
  359. ## confdefs.h. ##
  360. ## ----------- ##
  361.  
  362. /* confdefs.h */
  363. #define PACKAGE_NAME "GNU C Library"
  364. #define PACKAGE_TARNAME "glibc"
  365. #define PACKAGE_VERSION "(see version.h)"
  366. #define PACKAGE_STRING "GNU C Library (see version.h)"
  367. #define PACKAGE_BUGREPORT "http://sourceware.org/bugzilla/"
  368. #define PACKAGE_URL "http://www.gnu.org/software/glibc/"
  369. #define PKGVERSION "(GNU libc) "
  370. #define REPORT_BUGS_TO "<http://www.gnu.org/software/libc/bugs.html>"
  371.  
  372. configure: exit 1
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement