Advertisement
Guest User

Untitled

a guest
Sep 8th, 2011
163
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 8.38 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 package-query configure 0.9, which was
  5. generated by GNU Autoconf 2.68. Invocation command line was
  6.  
  7. $ ./configure --localstatedir=/var --prefix=/usr --sysconfdir=/etc
  8.  
  9. ## --------- ##
  10. ## Platform. ##
  11. ## --------- ##
  12.  
  13. hostname = pine
  14. uname -m = x86_64
  15. uname -r = 3.0-ARCH
  16. uname -s = Linux
  17. uname -v = #1 SMP PREEMPT Tue Aug 30 08:53:25 CEST 2011
  18.  
  19. /usr/bin/uname -p = unknown
  20. /bin/uname -X = unknown
  21.  
  22. /bin/arch = x86_64
  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: /home/matt/bin
  31. PATH: /home/matt/bin
  32. PATH: /usr/local/bin
  33. PATH: /usr/bin
  34. PATH: /bin
  35. PATH: /usr/local/sbin
  36. PATH: /usr/sbin
  37. PATH: /sbin
  38. PATH: /usr/bin/core_perl
  39.  
  40.  
  41. ## ----------- ##
  42. ## Core tests. ##
  43. ## ----------- ##
  44.  
  45. configure:2268: checking for a BSD-compatible install
  46. configure:2336: result: /bin/install -c
  47. configure:2347: checking whether build environment is sane
  48. configure:2397: result: yes
  49. configure:2538: checking for a thread-safe mkdir -p
  50. configure:2577: result: /bin/mkdir -p
  51. configure:2590: checking for gawk
  52. configure:2606: found /usr/bin/gawk
  53. configure:2617: result: gawk
  54. configure:2628: checking whether make sets $(MAKE)
  55. configure:2650: result: yes
  56. configure:2785: checking for gcc
  57. configure:2801: found /usr/bin/gcc
  58. configure:2812: result: gcc
  59. configure:3041: checking for C compiler version
  60. configure:3050: gcc --version >&5
  61. gcc (GCC) 4.6.1 20110819 (prerelease)
  62. Copyright (C) 2011 Free Software Foundation, Inc.
  63. This is free software; see the source for copying conditions. There is NO
  64. warranty; not even for MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE.
  65.  
  66. configure:3061: $? = 0
  67. configure:3050: gcc -v >&5
  68. Using built-in specs.
  69. COLLECT_GCC=gcc
  70. COLLECT_LTO_WRAPPER=/usr/lib/gcc/x86_64-unknown-linux-gnu/4.6.1/lto-wrapper
  71. Target: x86_64-unknown-linux-gnu
  72. Configured with: /build/src/gcc-4.6-20110819/configure --prefix=/usr --libdir=/usr/lib --libexecdir=/usr/lib --mandir=/usr/share/man --infodir=/usr/share/info --with-bugurl=https://bugs.archlinux.org/ --enable-languages=c,c++,ada,fortran,go,lto,objc,obj-c++ --enable-shared --enable-threads=posix --with-system-zlib --enable-__cxa_atexit --disable-libunwind-exceptions --enable-clocale=gnu --enable-gnu-unique-object --enable-linker-build-id --with-ppl --enable-cloog-backend=isl --enable-lto --enable-gold --enable-ld=default --enable-plugin --with-plugin-ld=ld.gold --enable-multilib --disable-libssp --disable-libstdcxx-pch --enable-checking=release
  73. Thread model: posix
  74. gcc version 4.6.1 20110819 (prerelease) (GCC)
  75. configure:3061: $? = 0
  76. configure:3050: gcc -V >&5
  77. gcc: error: unrecognized option '-V'
  78. gcc: fatal error: no input files
  79. compilation terminated.
  80. configure:3061: $? = 1
  81. configure:3050: gcc -qversion >&5
  82. gcc: error: unrecognized option '-qversion'
  83. gcc: fatal error: no input files
  84. compilation terminated.
  85. configure:3061: $? = 1
  86. configure:3081: checking whether the C compiler works
  87. configure:3103: gcc -march=native -O2 -pipe --fstack-protector --param=ssp-buffer-size=4 -D_FORTIFY_SOURCE=2 -Wl,-O1,--sort-common,--as-needed,-z,relro,--hash-style=gnu conftest.c >&5
  88. gcc: error: unrecognized option '--fstack-protector'
  89. configure:3107: $? = 1
  90. configure:3145: result: no
  91. configure: failed program was:
  92. | /* confdefs.h */
  93. | #define PACKAGE_NAME "package-query"
  94. | #define PACKAGE_TARNAME "package-query"
  95. | #define PACKAGE_VERSION "0.9"
  96. | #define PACKAGE_STRING "package-query 0.9"
  97. | #define PACKAGE_BUGREPORT "tuxce.net@gmail.com"
  98. | #define PACKAGE_URL ""
  99. | #define PACKAGE "package-query"
  100. | #define VERSION "0.9"
  101. | /* end confdefs.h. */
  102. |
  103. | int
  104. | main ()
  105. | {
  106. |
  107. | ;
  108. | return 0;
  109. | }
  110. configure:3150: error: in `/home/matt/package-query/src/package-query-0.9':
  111. configure:3152: error: C compiler cannot create executables
  112. See `config.log' for more details
  113.  
  114. ## ---------------- ##
  115. ## Cache variables. ##
  116. ## ---------------- ##
  117.  
  118. ac_cv_env_CC_set=
  119. ac_cv_env_CC_value=
  120. ac_cv_env_CFLAGS_set=set
  121. ac_cv_env_CFLAGS_value='-march=native -O2 -pipe --fstack-protector --param=ssp-buffer-size=4 -D_FORTIFY_SOURCE=2'
  122. ac_cv_env_CPPFLAGS_set=
  123. ac_cv_env_CPPFLAGS_value=
  124. ac_cv_env_CPP_set=
  125. ac_cv_env_CPP_value=
  126. ac_cv_env_LDFLAGS_set=set
  127. ac_cv_env_LDFLAGS_value=-Wl,-O1,--sort-common,--as-needed,-z,relro,--hash-style=gnu
  128. ac_cv_env_LIBS_set=
  129. ac_cv_env_LIBS_value=
  130. ac_cv_env_build_alias_set=
  131. ac_cv_env_build_alias_value=
  132. ac_cv_env_host_alias_set=
  133. ac_cv_env_host_alias_value=
  134. ac_cv_env_target_alias_set=
  135. ac_cv_env_target_alias_value=
  136. ac_cv_path_install='/bin/install -c'
  137. ac_cv_path_mkdir=/bin/mkdir
  138. ac_cv_prog_AWK=gawk
  139. ac_cv_prog_ac_ct_CC=gcc
  140. ac_cv_prog_make_make_set=yes
  141.  
  142. ## ----------------- ##
  143. ## Output variables. ##
  144. ## ----------------- ##
  145.  
  146. ACLOCAL='${SHELL} /home/matt/package-query/src/package-query-0.9/missing --run aclocal-1.11'
  147. AMDEPBACKSLASH=''
  148. AMDEP_FALSE=''
  149. AMDEP_TRUE=''
  150. AMTAR='${SHELL} /home/matt/package-query/src/package-query-0.9/missing --run tar'
  151. AR=''
  152. AUR_BASE_URL=''
  153. AUTOCONF='${SHELL} /home/matt/package-query/src/package-query-0.9/missing --run autoconf'
  154. AUTOHEADER='${SHELL} /home/matt/package-query/src/package-query-0.9/missing --run autoheader'
  155. AUTOMAKE='${SHELL} /home/matt/package-query/src/package-query-0.9/missing --run automake-1.11'
  156. AWK='gawk'
  157. CC='gcc'
  158. CCDEPMODE=''
  159. CFLAGS='-march=native -O2 -pipe --fstack-protector --param=ssp-buffer-size=4 -D_FORTIFY_SOURCE=2'
  160. CPP=''
  161. CPPFLAGS=''
  162. CYGPATH_W='echo'
  163. DEFS=''
  164. DEPDIR=''
  165. DLLTOOL=''
  166. DSYMUTIL=''
  167. DUMPBIN=''
  168. ECHO_C=''
  169. ECHO_N='-n'
  170. ECHO_T=''
  171. EGREP=''
  172. EXEEXT=''
  173. FGREP=''
  174. GETTEXT_MACRO_VERSION=''
  175. GIT=''
  176. GIT_VERSION=''
  177. GMSGFMT=''
  178. GMSGFMT_015=''
  179. GREP=''
  180. INSTALL_DATA='${INSTALL} -m 644'
  181. INSTALL_PROGRAM='${INSTALL}'
  182. INSTALL_SCRIPT='${INSTALL}'
  183. INSTALL_STRIP_PROGRAM='$(install_sh) -c -s'
  184. INTLLIBS=''
  185. INTL_MACOSX_LIBS=''
  186. LD=''
  187. LDFLAGS='-Wl,-O1,--sort-common,--as-needed,-z,relro,--hash-style=gnu'
  188. LIBCURL=''
  189. LIBCURL_CPPFLAGS=''
  190. LIBICONV=''
  191. LIBINTL=''
  192. LIBOBJS=''
  193. LIBS=''
  194. LIBTOOL=''
  195. LIPO=''
  196. LN_S=''
  197. LTLIBICONV=''
  198. LTLIBINTL=''
  199. LTLIBOBJS=''
  200. MAKEINFO='${SHELL} /home/matt/package-query/src/package-query-0.9/missing --run makeinfo'
  201. MANIFEST_TOOL=''
  202. MKDIR_P='/bin/mkdir -p'
  203. MSGFMT=''
  204. MSGFMT_015=''
  205. MSGMERGE=''
  206. NM=''
  207. NMEDIT=''
  208. OBJDUMP=''
  209. OBJEXT=''
  210. OTOOL64=''
  211. OTOOL=''
  212. PACKAGE='package-query'
  213. PACKAGE_BUGREPORT='tuxce.net@gmail.com'
  214. PACKAGE_NAME='package-query'
  215. PACKAGE_STRING='package-query 0.9'
  216. PACKAGE_TARNAME='package-query'
  217. PACKAGE_URL=''
  218. PACKAGE_VERSION='0.9'
  219. PATH_SEPARATOR=':'
  220. POSUB=''
  221. RANLIB=''
  222. ROOTDIR=''
  223. SED=''
  224. SET_MAKE=''
  225. SHELL='/bin/sh'
  226. STRIP=''
  227. USE_GIT_VERSION_FALSE=''
  228. USE_GIT_VERSION_TRUE=''
  229. USE_NLS=''
  230. VERSION='0.9'
  231. XGETTEXT=''
  232. XGETTEXT_015=''
  233. XGETTEXT_EXTRA_OPTIONS=''
  234. _libcurl_config=''
  235. ac_ct_AR=''
  236. ac_ct_CC='gcc'
  237. ac_ct_DUMPBIN=''
  238. am__EXEEXT_FALSE=''
  239. am__EXEEXT_TRUE=''
  240. am__fastdepCC_FALSE=''
  241. am__fastdepCC_TRUE=''
  242. am__include=''
  243. am__isrc=''
  244. am__leading_dot='.'
  245. am__quote=''
  246. am__tar='${AMTAR} chof - "$$tardir"'
  247. am__untar='${AMTAR} xf -'
  248. bindir='${exec_prefix}/bin'
  249. build=''
  250. build_alias=''
  251. build_cpu=''
  252. build_os=''
  253. build_vendor=''
  254. datadir='${datarootdir}'
  255. datarootdir='${prefix}/share'
  256. docdir='${datarootdir}/doc/${PACKAGE_TARNAME}'
  257. dvidir='${docdir}'
  258. exec_prefix='NONE'
  259. host=''
  260. host_alias=''
  261. host_cpu=''
  262. host_os=''
  263. host_vendor=''
  264. htmldir='${docdir}'
  265. includedir='${prefix}/include'
  266. infodir='${datarootdir}/info'
  267. install_sh='${SHELL} /home/matt/package-query/src/package-query-0.9/install-sh'
  268. libdir='${exec_prefix}/lib'
  269. libexecdir='${exec_prefix}/libexec'
  270. localedir='${datarootdir}/locale'
  271. localstatedir='/var'
  272. mandir='${datarootdir}/man'
  273. mkdir_p='/bin/mkdir -p'
  274. oldincludedir='/usr/include'
  275. pdfdir='${docdir}'
  276. prefix='/usr'
  277. program_transform_name='s,x,x,'
  278. psdir='${docdir}'
  279. sbindir='${exec_prefix}/sbin'
  280. sharedstatedir='${prefix}/com'
  281. sysconfdir='/etc'
  282. target_alias=''
  283.  
  284. ## ----------- ##
  285. ## confdefs.h. ##
  286. ## ----------- ##
  287.  
  288. /* confdefs.h */
  289. #define PACKAGE_NAME "package-query"
  290. #define PACKAGE_TARNAME "package-query"
  291. #define PACKAGE_VERSION "0.9"
  292. #define PACKAGE_STRING "package-query 0.9"
  293. #define PACKAGE_BUGREPORT "tuxce.net@gmail.com"
  294. #define PACKAGE_URL ""
  295. #define PACKAGE "package-query"
  296. #define VERSION "0.9"
  297.  
  298. configure: exit 77
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement