Advertisement
krustmother

glibc_error_log

May 18th, 2012
21
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 11.22 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. $ ./configure
  8.  
  9. ## --------- ##
  10. ## Platform. ##
  11. ## --------- ##
  12.  
  13. hostname = Earth
  14. uname -m = i686
  15. uname -r = 3.2.0-24-generic-pae
  16. uname -s = Linux
  17. uname -v = #37-Ubuntu SMP Wed Apr 25 10:47:59 UTC 2012
  18.  
  19. /usr/bin/uname -p = unknown
  20. /bin/uname -X = unknown
  21.  
  22. /bin/arch = unknown
  23. /usr/bin/arch -k = unknown
  24. /usr/convex/getsysinfo = unknown
  25. /usr/bin/hostinfo = unknown
  26. /bin/machine = unknown
  27. /usr/bin/oslevel = unknown
  28. /bin/universe = unknown
  29.  
  30. PATH: /usr/lib/lightdm/lightdm
  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: /usr/games
  38.  
  39.  
  40. ## ----------- ##
  41. ## Core tests. ##
  42. ## ----------- ##
  43.  
  44. configure:2367: checking build system type
  45. configure:2381: result: i686-pc-linux-gnu
  46. configure:2401: checking host system type
  47. configure:2414: result: i686-pc-linux-gnu
  48. configure:2483: checking for gcc
  49. configure:2499: found /usr/bin/gcc
  50. configure:2510: result: gcc
  51. configure:2739: checking for C compiler version
  52. configure:2748: gcc --version >&5
  53. gcc (Ubuntu/Linaro 4.6.3-1ubuntu5) 4.6.3
  54. Copyright (C) 2011 Free Software Foundation, Inc.
  55. This is free software; see the source for copying conditions. There is NO
  56. warranty; not even for MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE.
  57.  
  58. configure:2759: $? = 0
  59. configure:2748: gcc -v >&5
  60. Using built-in specs.
  61. COLLECT_GCC=gcc
  62. COLLECT_LTO_WRAPPER=/usr/lib/gcc/i686-linux-gnu/4.6/lto-wrapper
  63. Target: i686-linux-gnu
  64. Configured with: ../src/configure -v --with-pkgversion='Ubuntu/Linaro 4.6.3-1ubuntu5' --with-bugurl=file:///usr/share/doc/gcc-4.6/README.Bugs --enable-languages=c,c++,fortran,objc,obj-c++ --prefix=/usr --program-suffix=-4.6 --enable-shared --enable-linker-build-id --with-system-zlib --libexecdir=/usr/lib --without-included-gettext --enable-threads=posix --with-gxx-include-dir=/usr/include/c++/4.6 --libdir=/usr/lib --enable-nls --with-sysroot=/ --enable-clocale=gnu --enable-libstdcxx-debug --enable-libstdcxx-time=yes --enable-gnu-unique-object --enable-plugin --enable-objc-gc --enable-targets=all --disable-werror --with-arch-32=i686 --with-tune=generic --enable-checking=release --build=i686-linux-gnu --host=i686-linux-gnu --target=i686-linux-gnu
  65. Thread model: posix
  66. gcc version 4.6.3 (Ubuntu/Linaro 4.6.3-1ubuntu5)
  67. configure:2759: $? = 0
  68. configure:2748: gcc -V >&5
  69. gcc: error: unrecognized option '-V'
  70. gcc: fatal error: no input files
  71. compilation terminated.
  72. configure:2759: $? = 4
  73. configure:2748: gcc -qversion >&5
  74. gcc: error: unrecognized option '-qversion'
  75. gcc: fatal error: no input files
  76. compilation terminated.
  77. configure:2759: $? = 4
  78. configure:2764: checking for suffix of object files
  79. configure:2786: gcc -c conftest.c >&5
  80. configure:2790: $? = 0
  81. configure:2811: result: o
  82. configure:2815: checking whether we are using the GNU C compiler
  83. configure:2834: gcc -c conftest.c >&5
  84. configure:2834: $? = 0
  85. configure:2843: result: yes
  86. configure:2852: checking whether gcc accepts -g
  87. configure:2872: gcc -c -g conftest.c >&5
  88. configure:2872: $? = 0
  89. configure:2913: result: yes
  90. configure:2930: checking for gcc option to accept ISO C89
  91. configure:2994: gcc -c -g -O2 conftest.c >&5
  92. configure:2994: $? = 0
  93. configure:3007: result: none needed
  94. configure:3077: checking how to run the C preprocessor
  95. configure:3108: gcc -E conftest.c
  96. configure:3108: $? = 0
  97. configure:3122: gcc -E conftest.c
  98. conftest.c:9:28: fatal error: ac_nonexistent.h: No such file or directory
  99. compilation terminated.
  100. configure:3122: $? = 1
  101. configure: failed program was:
  102. | /* confdefs.h */
  103. | #define PACKAGE_NAME "GNU C Library"
  104. | #define PACKAGE_TARNAME "glibc"
  105. | #define PACKAGE_VERSION "(see version.h)"
  106. | #define PACKAGE_STRING "GNU C Library (see version.h)"
  107. | #define PACKAGE_BUGREPORT "http://sourceware.org/bugzilla/"
  108. | #define PACKAGE_URL "http://www.gnu.org/software/glibc/"
  109. | /* end confdefs.h. */
  110. | #include <ac_nonexistent.h>
  111. configure:3147: result: gcc -E
  112. configure:3167: gcc -E conftest.c
  113. configure:3167: $? = 0
  114. configure:3181: gcc -E conftest.c
  115. conftest.c:9:28: fatal error: ac_nonexistent.h: No such file or directory
  116. compilation terminated.
  117. configure:3181: $? = 1
  118. configure: failed program was:
  119. | /* confdefs.h */
  120. | #define PACKAGE_NAME "GNU C Library"
  121. | #define PACKAGE_TARNAME "glibc"
  122. | #define PACKAGE_VERSION "(see version.h)"
  123. | #define PACKAGE_STRING "GNU C Library (see version.h)"
  124. | #define PACKAGE_BUGREPORT "http://sourceware.org/bugzilla/"
  125. | #define PACKAGE_URL "http://www.gnu.org/software/glibc/"
  126. | /* end confdefs.h. */
  127. | #include <ac_nonexistent.h>
  128. configure:3268: checking for g++
  129. configure:3284: found /usr/bin/g++
  130. configure:3295: result: g++
  131. configure:3322: checking for C++ compiler version
  132. configure:3331: g++ --version >&5
  133. g++ (Ubuntu/Linaro 4.6.3-1ubuntu5) 4.6.3
  134. Copyright (C) 2011 Free Software Foundation, Inc.
  135. This is free software; see the source for copying conditions. There is NO
  136. warranty; not even for MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE.
  137.  
  138. configure:3342: $? = 0
  139. configure:3331: g++ -v >&5
  140. Using built-in specs.
  141. COLLECT_GCC=g++
  142. COLLECT_LTO_WRAPPER=/usr/lib/gcc/i686-linux-gnu/4.6/lto-wrapper
  143. Target: i686-linux-gnu
  144. Configured with: ../src/configure -v --with-pkgversion='Ubuntu/Linaro 4.6.3-1ubuntu5' --with-bugurl=file:///usr/share/doc/gcc-4.6/README.Bugs --enable-languages=c,c++,fortran,objc,obj-c++ --prefix=/usr --program-suffix=-4.6 --enable-shared --enable-linker-build-id --with-system-zlib --libexecdir=/usr/lib --without-included-gettext --enable-threads=posix --with-gxx-include-dir=/usr/include/c++/4.6 --libdir=/usr/lib --enable-nls --with-sysroot=/ --enable-clocale=gnu --enable-libstdcxx-debug --enable-libstdcxx-time=yes --enable-gnu-unique-object --enable-plugin --enable-objc-gc --enable-targets=all --disable-werror --with-arch-32=i686 --with-tune=generic --enable-checking=release --build=i686-linux-gnu --host=i686-linux-gnu --target=i686-linux-gnu
  145. Thread model: posix
  146. gcc version 4.6.3 (Ubuntu/Linaro 4.6.3-1ubuntu5)
  147. configure:3342: $? = 0
  148. configure:3331: g++ -V >&5
  149. g++: error: unrecognized option '-V'
  150. g++: fatal error: no input files
  151. compilation terminated.
  152. configure:3342: $? = 4
  153. configure:3331: g++ -qversion >&5
  154. g++: error: unrecognized option '-qversion'
  155. g++: fatal error: no input files
  156. compilation terminated.
  157. configure:3342: $? = 4
  158. configure:3346: checking whether we are using the GNU C++ compiler
  159. configure:3365: g++ -c conftest.cpp >&5
  160. configure:3365: $? = 0
  161. configure:3374: result: yes
  162. configure:3383: checking whether g++ accepts -g
  163. configure:3403: g++ -c -g conftest.cpp >&5
  164. configure:3403: $? = 0
  165. configure:3444: result: yes
  166. configure:3469: error: you must configure in a separate build directory
  167.  
  168. ## ---------------- ##
  169. ## Cache variables. ##
  170. ## ---------------- ##
  171.  
  172. ac_cv_build=i686-pc-linux-gnu
  173. ac_cv_c_compiler_gnu=yes
  174. ac_cv_cxx_compiler_gnu=yes
  175. ac_cv_env_CCC_set=
  176. ac_cv_env_CCC_value=
  177. ac_cv_env_CC_set=
  178. ac_cv_env_CC_value=
  179. ac_cv_env_CFLAGS_set=
  180. ac_cv_env_CFLAGS_value=
  181. ac_cv_env_CPPFLAGS_set=
  182. ac_cv_env_CPPFLAGS_value=
  183. ac_cv_env_CPP_set=
  184. ac_cv_env_CPP_value=
  185. ac_cv_env_CXXFLAGS_set=
  186. ac_cv_env_CXXFLAGS_value=
  187. ac_cv_env_CXX_set=
  188. ac_cv_env_CXX_value=
  189. ac_cv_env_LDFLAGS_set=
  190. ac_cv_env_LDFLAGS_value=
  191. ac_cv_env_LIBS_set=
  192. ac_cv_env_LIBS_value=
  193. ac_cv_env_build_alias_set=
  194. ac_cv_env_build_alias_value=
  195. ac_cv_env_host_alias_set=
  196. ac_cv_env_host_alias_value=
  197. ac_cv_env_target_alias_set=
  198. ac_cv_env_target_alias_value=
  199. ac_cv_host=i686-pc-linux-gnu
  200. ac_cv_objext=o
  201. ac_cv_prog_CPP='gcc -E'
  202. ac_cv_prog_ac_ct_CC=gcc
  203. ac_cv_prog_ac_ct_CXX=g++
  204. ac_cv_prog_cc_c89=
  205. ac_cv_prog_cc_g=yes
  206. ac_cv_prog_cxx_g=yes
  207.  
  208. ## ----------------- ##
  209. ## Output variables. ##
  210. ## ----------------- ##
  211.  
  212. AR=''
  213. AS=''
  214. ASFLAGS_config=''
  215. AUTOCONF=''
  216. AWK=''
  217. BASH_SHELL=''
  218. BISON=''
  219. BUILD_CC=''
  220. CC='gcc'
  221. CFLAGS='-g -O2'
  222. CPP='gcc -E'
  223. CPPFLAGS=''
  224. CXX='g++'
  225. CXXFLAGS='-g -O2'
  226. CXX_SYSINCLUDES=''
  227. DEFINES=''
  228. DEFS=''
  229. ECHO_C=''
  230. ECHO_N='-n'
  231. ECHO_T=''
  232. EGREP=''
  233. GREP=''
  234. INSTALL_DATA=''
  235. INSTALL_INFO=''
  236. INSTALL_PROGRAM=''
  237. INSTALL_SCRIPT=''
  238. KSH=''
  239. LD=''
  240. LDFLAGS=''
  241. LIBGD=''
  242. LIBOBJS=''
  243. LIBS=''
  244. LN_S=''
  245. LTLIBOBJS=''
  246. MAKE=''
  247. MAKEINFO=''
  248. MIG=''
  249. MSGFMT=''
  250. OBJCOPY=''
  251. OBJDUMP=''
  252. OBJEXT='o'
  253. PACKAGE_BUGREPORT='http://sourceware.org/bugzilla/'
  254. PACKAGE_NAME='GNU C Library'
  255. PACKAGE_STRING='GNU C Library (see version.h)'
  256. PACKAGE_TARNAME='glibc'
  257. PACKAGE_URL='http://www.gnu.org/software/glibc/'
  258. PACKAGE_VERSION='(see version.h)'
  259. PATH_SEPARATOR=':'
  260. PERL=''
  261. PWD_P=''
  262. READELF=''
  263. RELEASE=''
  264. SED=''
  265. SHELL='/bin/bash'
  266. SYSINCLUDES=''
  267. VERSION=''
  268. VERSIONING=''
  269. ac_ct_CC='gcc'
  270. ac_ct_CXX='g++'
  271. add_on_subdirs=''
  272. add_ons=''
  273. all_warnings=''
  274. base_machine=''
  275. bindir='${exec_prefix}/bin'
  276. bindnow=''
  277. bounded=''
  278. build='i686-pc-linux-gnu'
  279. build_alias=''
  280. build_cpu='i686'
  281. build_os='linux-gnu'
  282. build_vendor='pc'
  283. cross_compiling='no'
  284. datadir='${datarootdir}'
  285. datarootdir='${prefix}/share'
  286. docdir='${datarootdir}/doc/${PACKAGE_TARNAME}'
  287. dvidir='${docdir}'
  288. elf=''
  289. enable_check_abi=''
  290. exceptions=''
  291. exec_prefix='NONE'
  292. fno_unit_at_a_time=''
  293. force_install=''
  294. gnu89_inline=''
  295. have_libaudit=''
  296. have_libcap=''
  297. have_selinux=''
  298. host='i686-pc-linux-gnu'
  299. host_alias=''
  300. host_cpu='i686'
  301. host_os='linux-gnu'
  302. host_vendor='pc'
  303. htmldir='${docdir}'
  304. includedir='${prefix}/include'
  305. infodir='${datarootdir}/info'
  306. ldd_rewrite_script=''
  307. libc_cv_Bgroup=''
  308. libc_cv_as_i686=''
  309. libc_cv_as_needed=''
  310. libc_cv_cc_avx=''
  311. libc_cv_cc_fma4=''
  312. libc_cv_cc_novzeroupper=''
  313. libc_cv_cc_sse4=''
  314. libc_cv_cc_submachine=''
  315. libc_cv_cc_with_libunwind=''
  316. libc_cv_cpp_asm_debuginfo=''
  317. libc_cv_forced_unwind=''
  318. libc_cv_fpie=''
  319. libc_cv_gcc_static_libgcc=''
  320. libc_cv_gcc_unwind_find_fde=''
  321. libc_cv_hashstyle=''
  322. libc_cv_have_bash2=''
  323. libc_cv_have_initfini=''
  324. libc_cv_have_ksh=''
  325. libc_cv_libgcc_s_suffix=''
  326. libc_cv_localedir=''
  327. libc_cv_nss_crypt=''
  328. libc_cv_output_format=''
  329. libc_cv_pic_default=''
  330. libc_cv_rootsbindir=''
  331. libc_cv_slibdir=''
  332. libc_cv_ssp=''
  333. libc_cv_sysconfdir=''
  334. libc_cv_z_combreloc=''
  335. libc_cv_z_execstack=''
  336. libdir='${exec_prefix}/lib'
  337. libexecdir='${exec_prefix}/libexec'
  338. localedir='${datarootdir}/locale'
  339. localstatedir='${prefix}/var'
  340. mach_interface_list=''
  341. mandir='${datarootdir}/man'
  342. multi_arch=''
  343. nopic_initfini=''
  344. old_glibc_headers=''
  345. oldest_abi=''
  346. oldincludedir='/usr/include'
  347. omitfp=''
  348. pdfdir='${docdir}'
  349. prefix='NONE'
  350. profile=''
  351. program_transform_name='s,x,x,'
  352. psdir='${docdir}'
  353. sbindir='${exec_prefix}/sbin'
  354. shared=''
  355. sharedstatedir='${prefix}/com'
  356. sizeof_long_double=''
  357. static=''
  358. static_nss=''
  359. subdirs=' '
  360. submachine=''
  361. sysconfdir='${prefix}/etc'
  362. sysdeps_add_ons=''
  363. sysnames=''
  364. target_alias=''
  365. use_default_link=''
  366. use_ldconfig=''
  367. with_fp=''
  368. xcoff=''
  369.  
  370. ## ----------- ##
  371. ## confdefs.h. ##
  372. ## ----------- ##
  373.  
  374. /* confdefs.h */
  375. #define PACKAGE_NAME "GNU C Library"
  376. #define PACKAGE_TARNAME "glibc"
  377. #define PACKAGE_VERSION "(see version.h)"
  378. #define PACKAGE_STRING "GNU C Library (see version.h)"
  379. #define PACKAGE_BUGREPORT "http://sourceware.org/bugzilla/"
  380. #define PACKAGE_URL "http://www.gnu.org/software/glibc/"
  381.  
  382. configure: exit 1
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement