Advertisement
Guest User

Untitled

a guest
Jul 13th, 2015
276
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 13.28 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 StepMania configure 5.0, which was
  5. generated by GNU Autoconf 2.69. Invocation command line was
  6.  
  7. $ ./configure --disable-yasm
  8.  
  9. ## --------- ##
  10. ## Platform. ##
  11. ## --------- ##
  12.  
  13. hostname = zbot
  14. uname -m = i686
  15. uname -r = 4.0.7-2-ARCH
  16. uname -s = Linux
  17. uname -v = #1 SMP PREEMPT Tue Jun 30 08:04:42 UTC 2015
  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/local/sbin
  31. PATH: /usr/local/bin
  32. PATH: /usr/bin
  33. PATH: /usr/bin/site_perl
  34. PATH: /usr/bin/vendor_perl
  35. PATH: /usr/bin/core_perl
  36.  
  37.  
  38. ## ----------- ##
  39. ## Core tests. ##
  40. ## ----------- ##
  41.  
  42. configure:2621: checking build system type
  43. configure:2635: result: i686-pc-linux-gnu
  44. configure:2655: checking host system type
  45. configure:2668: result: i686-pc-linux-gnu
  46. configure:2688: checking target system type
  47. configure:2701: result: i686-pc-linux-gnu
  48. configure:2745: checking for a BSD-compatible install
  49. configure:2813: result: /usr/bin/install -c
  50. configure:2824: checking whether build environment is sane
  51. configure:2879: result: yes
  52. configure:3030: checking for a thread-safe mkdir -p
  53. configure:3069: result: /usr/bin/mkdir -p
  54. configure:3076: checking for gawk
  55. configure:3092: found /usr/bin/gawk
  56. configure:3103: result: gawk
  57. configure:3114: checking whether make sets $(MAKE)
  58. configure:3136: result: yes
  59. configure:3165: checking whether make supports nested variables
  60. configure:3182: result: yes
  61. configure:3302: checking whether to enable maintainer-specific portions of Makefiles
  62. configure:3311: result: no
  63. configure:3378: checking for gcc
  64. configure:3394: found /usr/bin/gcc
  65. configure:3405: result: gcc
  66. configure:3634: checking for C compiler version
  67. configure:3643: gcc --version >&5
  68. gcc (GCC) 5.1.0
  69. Copyright (C) 2015 Free Software Foundation, Inc.
  70. This is free software; see the source for copying conditions. There is NO
  71. warranty; not even for MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE.
  72.  
  73. configure:3654: $? = 0
  74. configure:3643: gcc -v >&5
  75. Using built-in specs.
  76. COLLECT_GCC=gcc
  77. COLLECT_LTO_WRAPPER=/usr/lib/gcc/i686-pc-linux-gnu/5.1.0/lto-wrapper
  78. Target: i686-pc-linux-gnu
  79. Configured with: /build/gcc/src/gcc-5-20150623/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 --enable-libmpx --with-system-zlib --with-isl --enable-__cxa_atexit --disable-libunwind-exceptions --enable-clocale=gnu --disable-libstdcxx-pch --disable-libssp --enable-gnu-unique-object --enable-linker-build-id --enable-lto --enable-plugin --enable-install-libiberty --with-linker-hash-style=gnu --enable-gnu-indirect-function --disable-multilib --disable-werror --enable-checking=release --with-default-libstdcxx-abi=c++98
  80. Thread model: posix
  81. gcc version 5.1.0 (GCC)
  82. configure:3654: $? = 0
  83. configure:3643: gcc -V >&5
  84. gcc: error: unrecognized command line option '-V'
  85. gcc: fatal error: no input files
  86. compilation terminated.
  87. configure:3654: $? = 1
  88. configure:3643: gcc -qversion >&5
  89. gcc: error: unrecognized command line option '-qversion'
  90. gcc: fatal error: no input files
  91. compilation terminated.
  92. configure:3654: $? = 1
  93. configure:3674: checking whether the C compiler works
  94. configure:3696: gcc conftest.c >&5
  95. configure:3700: $? = 0
  96. configure:3748: result: yes
  97. configure:3751: checking for C compiler default output file name
  98. configure:3753: result: a.out
  99. configure:3759: checking for suffix of executables
  100. configure:3766: gcc -o conftest conftest.c >&5
  101. configure:3770: $? = 0
  102. configure:3792: result:
  103. configure:3814: checking whether we are cross compiling
  104. configure:3822: gcc -o conftest conftest.c >&5
  105. configure:3826: $? = 0
  106. configure:3833: ./conftest
  107. configure:3837: $? = 0
  108. configure:3852: result: no
  109. configure:3857: checking for suffix of object files
  110. configure:3879: gcc -c conftest.c >&5
  111. configure:3883: $? = 0
  112. configure:3904: result: o
  113. configure:3908: checking whether we are using the GNU C compiler
  114. configure:3927: gcc -c conftest.c >&5
  115. configure:3927: $? = 0
  116. configure:3936: result: yes
  117. configure:3945: checking whether gcc accepts -g
  118. configure:3965: gcc -c -g conftest.c >&5
  119. configure:3965: $? = 0
  120. configure:4006: result: yes
  121. configure:4023: checking for gcc option to accept ISO C89
  122. configure:4086: gcc -c -g -O2 conftest.c >&5
  123. configure:4086: $? = 0
  124. configure:4099: result: none needed
  125. configure:4124: checking whether gcc understands -c and -o together
  126. configure:4146: gcc -c conftest.c -o conftest2.o
  127. configure:4149: $? = 0
  128. configure:4146: gcc -c conftest.c -o conftest2.o
  129. configure:4149: $? = 0
  130. configure:4161: result: yes
  131. configure:4189: checking for style of include used by make
  132. configure:4217: result: GNU
  133. configure:4243: checking dependency style of gcc
  134. configure:4354: result: gcc3
  135. configure:4427: checking for g++
  136. configure:4443: found /usr/bin/g++
  137. configure:4454: result: g++
  138. configure:4481: checking for C++ compiler version
  139. configure:4490: g++ --version >&5
  140. g++ (GCC) 5.1.0
  141. Copyright (C) 2015 Free Software Foundation, Inc.
  142. This is free software; see the source for copying conditions. There is NO
  143. warranty; not even for MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE.
  144.  
  145. configure:4501: $? = 0
  146. configure:4490: g++ -v >&5
  147. Using built-in specs.
  148. COLLECT_GCC=g++
  149. COLLECT_LTO_WRAPPER=/usr/lib/gcc/i686-pc-linux-gnu/5.1.0/lto-wrapper
  150. Target: i686-pc-linux-gnu
  151. Configured with: /build/gcc/src/gcc-5-20150623/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 --enable-libmpx --with-system-zlib --with-isl --enable-__cxa_atexit --disable-libunwind-exceptions --enable-clocale=gnu --disable-libstdcxx-pch --disable-libssp --enable-gnu-unique-object --enable-linker-build-id --enable-lto --enable-plugin --enable-install-libiberty --with-linker-hash-style=gnu --enable-gnu-indirect-function --disable-multilib --disable-werror --enable-checking=release --with-default-libstdcxx-abi=c++98
  152. Thread model: posix
  153. gcc version 5.1.0 (GCC)
  154. configure:4501: $? = 0
  155. configure:4490: g++ -V >&5
  156. g++: error: unrecognized command line option '-V'
  157. g++: fatal error: no input files
  158. compilation terminated.
  159. configure:4501: $? = 1
  160. configure:4490: g++ -qversion >&5
  161. g++: error: unrecognized command line option '-qversion'
  162. g++: fatal error: no input files
  163. compilation terminated.
  164. configure:4501: $? = 1
  165. configure:4505: checking whether we are using the GNU C++ compiler
  166. configure:4524: g++ -c conftest.cpp >&5
  167. configure:4524: $? = 0
  168. configure:4533: result: yes
  169. configure:4542: checking whether g++ accepts -g
  170. configure:4562: g++ -c -g conftest.cpp >&5
  171. configure:4562: $? = 0
  172. configure:4603: result: yes
  173. configure:4628: checking dependency style of g++
  174. configure:4739: result: gcc3
  175. configure:4797: checking for ranlib
  176. configure:4813: found /usr/bin/ranlib
  177. configure:4824: result: ranlib
  178. configure:4963: checking for selective static linking
  179. configure:4976: gcc -o conftest -Wall -W -Wno-unused-parameter -Wno-switch -O3 -Wl,-static -Wl,-dy conftest.c >&5
  180. configure:4976: $? = 0
  181. configure:4977: result: -Wl,-static ... -Wl,-dy
  182. configure:5318: Configuring ffmpeg. This is quiet and takes a bit. Be patient.
  183. configure:5322: error: ffmpeg configuration failed.
  184.  
  185. ## ---------------- ##
  186. ## Cache variables. ##
  187. ## ---------------- ##
  188.  
  189. ac_cv_build=i686-pc-linux-gnu
  190. ac_cv_c_compiler_gnu=yes
  191. ac_cv_cxx_compiler_gnu=yes
  192. ac_cv_env_CCC_set=
  193. ac_cv_env_CCC_value=
  194. ac_cv_env_CC_set=
  195. ac_cv_env_CC_value=
  196. ac_cv_env_CFLAGS_set=
  197. ac_cv_env_CFLAGS_value=
  198. ac_cv_env_CPPFLAGS_set=
  199. ac_cv_env_CPPFLAGS_value=
  200. ac_cv_env_CPP_set=
  201. ac_cv_env_CPP_value=
  202. ac_cv_env_CXXCPP_set=
  203. ac_cv_env_CXXCPP_value=
  204. ac_cv_env_CXXFLAGS_set=
  205. ac_cv_env_CXXFLAGS_value=
  206. ac_cv_env_CXX_set=
  207. ac_cv_env_CXX_value=
  208. ac_cv_env_LDFLAGS_set=
  209. ac_cv_env_LDFLAGS_value=
  210. ac_cv_env_LIBS_set=
  211. ac_cv_env_LIBS_value=
  212. ac_cv_env_XMKMF_set=
  213. ac_cv_env_XMKMF_value=
  214. ac_cv_env_build_alias_set=
  215. ac_cv_env_build_alias_value=
  216. ac_cv_env_host_alias_set=
  217. ac_cv_env_host_alias_value=
  218. ac_cv_env_target_alias_set=
  219. ac_cv_env_target_alias_value=
  220. ac_cv_host=i686-pc-linux-gnu
  221. ac_cv_objext=o
  222. ac_cv_path_install='/usr/bin/install -c'
  223. ac_cv_path_mkdir=/usr/bin/mkdir
  224. ac_cv_prog_AWK=gawk
  225. ac_cv_prog_ac_ct_CC=gcc
  226. ac_cv_prog_ac_ct_CXX=g++
  227. ac_cv_prog_ac_ct_RANLIB=ranlib
  228. ac_cv_prog_cc_c89=
  229. ac_cv_prog_cc_g=yes
  230. ac_cv_prog_cxx_g=yes
  231. ac_cv_prog_make_make_set=yes
  232. ac_cv_target=i686-pc-linux-gnu
  233. am_cv_CC_dependencies_compiler_type=gcc3
  234. am_cv_CXX_dependencies_compiler_type=gcc3
  235. am_cv_make_support_nested_variables=yes
  236. am_cv_prog_cc_c_o=yes
  237.  
  238. ## ----------------- ##
  239. ## Output variables. ##
  240. ## ----------------- ##
  241.  
  242. ACLOCAL='${SHELL} /home/zach/Downloads/gitshit/stepmania/autoconf/missing aclocal-1.15'
  243. ALSA_CFLAGS=''
  244. ALSA_LIBS=''
  245. AMDEPBACKSLASH='\'
  246. AMDEP_FALSE='#'
  247. AMDEP_TRUE=''
  248. AMTAR='$${TAR-tar}'
  249. AM_BACKSLASH='\'
  250. AM_DEFAULT_V='$(AM_DEFAULT_VERBOSITY)'
  251. AM_DEFAULT_VERBOSITY='1'
  252. AM_V='$(V)'
  253. AUDIO_LIBS=''
  254. AUTOCONF='${SHELL} /home/zach/Downloads/gitshit/stepmania/autoconf/missing autoconf'
  255. AUTOHEADER='${SHELL} /home/zach/Downloads/gitshit/stepmania/autoconf/missing autoheader'
  256. AUTOMAKE='${SHELL} /home/zach/Downloads/gitshit/stepmania/autoconf/missing automake-1.15'
  257. AWK='gawk'
  258. BSD_FALSE=''
  259. BSD_TRUE=''
  260. BUILD_LUA_BINARIES_FALSE=''
  261. BUILD_LUA_BINARIES_TRUE=''
  262. BUILD_TESTS_FALSE=''
  263. BUILD_TESTS_TRUE=''
  264. CC='gcc'
  265. CCDEPMODE='depmode=gcc3'
  266. CFLAGS='-Wall -W -Wno-unused-parameter -Wno-switch -O3'
  267. CPP=''
  268. CPPFLAGS=''
  269. CXX='g++'
  270. CXXCPP=''
  271. CXXDEPMODE='depmode=gcc3'
  272. CXXFLAGS='-Wall -W -Wno-unused-parameter -Wno-switch -O3'
  273. CYGPATH_W='echo'
  274. DEFS=''
  275. DEPDIR='.deps'
  276. ECHO_C=''
  277. ECHO_N='-n'
  278. ECHO_T=''
  279. EGREP=''
  280. EXEEXT=''
  281. GL_CFLAGS=''
  282. GL_LIBS=''
  283. GREP=''
  284. GTK_CFLAGS=''
  285. GTK_LIBS=''
  286. HAVE_ALSA_FALSE=''
  287. HAVE_ALSA_TRUE=''
  288. HAVE_FFMPEG_FALSE=''
  289. HAVE_FFMPEG_TRUE=''
  290. HAVE_GTK_FALSE=''
  291. HAVE_GTK_TRUE=''
  292. HAVE_JACK_FALSE=''
  293. HAVE_JACK_TRUE=''
  294. HAVE_MINIMAID_FALSE=''
  295. HAVE_MINIMAID_TRUE=''
  296. HAVE_MP3_FALSE=''
  297. HAVE_MP3_TRUE=''
  298. HAVE_OSS_FALSE=''
  299. HAVE_OSS_TRUE=''
  300. HAVE_PARALLEL_PORT_FALSE=''
  301. HAVE_PARALLEL_PORT_TRUE=''
  302. HAVE_PTHREAD_FALSE=''
  303. HAVE_PTHREAD_TRUE=''
  304. HAVE_PULSE_FALSE=''
  305. HAVE_PULSE_TRUE=''
  306. HAVE_VORBIS_FALSE=''
  307. HAVE_VORBIS_TRUE=''
  308. HAVE_X11_FALSE=''
  309. HAVE_X11_TRUE=''
  310. INSTALL_DATA='${INSTALL} -m 644'
  311. INSTALL_PROGRAM='${INSTALL}'
  312. INSTALL_SCRIPT='${INSTALL}'
  313. INSTALL_STRIP_PROGRAM='$(install_sh) -c -s'
  314. LDFLAGS=''
  315. LIBICONV=''
  316. LIBOBJS=''
  317. LIBS=''
  318. LINUX_FALSE=''
  319. LINUX_TRUE=''
  320. LTLIBICONV=''
  321. LTLIBOBJS=''
  322. MAINT='#'
  323. MAINTAINER_MODE_FALSE=''
  324. MAINTAINER_MODE_TRUE='#'
  325. MAKEINFO='${SHELL} /home/zach/Downloads/gitshit/stepmania/autoconf/missing makeinfo'
  326. MKDIR_P='/usr/bin/mkdir -p'
  327. OBJEXT='o'
  328. PACKAGE='StepMania'
  329. PACKAGE_BUGREPORT='https://github.com/stepmania/stepmania'
  330. PACKAGE_NAME='StepMania'
  331. PACKAGE_STRING='StepMania 5.0'
  332. PACKAGE_TARNAME='StepMania'
  333. PACKAGE_URL='http://stepmania.com'
  334. PACKAGE_VERSION='5.0'
  335. PATH_SEPARATOR=':'
  336. PKG_CONFIG=''
  337. RANLIB='ranlib'
  338. RESFLAGS=''
  339. SET_MAKE=''
  340. SHELL='/bin/sh'
  341. STATIC_FFMPEG_FALSE=''
  342. STATIC_FFMPEG_TRUE='#'
  343. STRIP=''
  344. SYSTEM_FFMPEG_FALSE=''
  345. SYSTEM_FFMPEG_TRUE='#'
  346. UNIX_FALSE=''
  347. UNIX_TRUE=''
  348. USE_CRASH_HANDLER_FALSE=''
  349. USE_CRASH_HANDLER_TRUE=''
  350. USE_SYSTEM_PCRE_FALSE=''
  351. USE_SYSTEM_PCRE_TRUE=''
  352. VERSION='5.0'
  353. VIDEO_CFLAGS=''
  354. VIDEO_LIBS=''
  355. WINDOWS_FALSE=''
  356. WINDOWS_TRUE=''
  357. WITHOUT_FFMPEG_FALSE=''
  358. WITHOUT_FFMPEG_TRUE='#'
  359. WITHOUT_GLES2_FALSE=''
  360. WITHOUT_GLES2_TRUE=''
  361. WITHOUT_NETWORKING_FALSE=''
  362. WITHOUT_NETWORKING_TRUE=''
  363. WITH_TTY_FALSE=''
  364. WITH_TTY_TRUE='#'
  365. XCFLAGS=''
  366. XLIBS=''
  367. XMKMF=''
  368. ac_ct_CC='gcc'
  369. ac_ct_CXX='g++'
  370. am__EXEEXT_FALSE=''
  371. am__EXEEXT_TRUE=''
  372. am__fastdepCC_FALSE='#'
  373. am__fastdepCC_TRUE=''
  374. am__fastdepCXX_FALSE='#'
  375. am__fastdepCXX_TRUE=''
  376. am__include='include'
  377. am__isrc=''
  378. am__leading_dot='.'
  379. am__nodep='_no'
  380. am__quote=''
  381. am__tar='$${TAR-tar} chof - "$$tardir"'
  382. am__untar='$${TAR-tar} xf -'
  383. bindir='${exec_prefix}/bin'
  384. build='i686-pc-linux-gnu'
  385. build_alias=''
  386. build_cpu='i686'
  387. build_os='linux-gnu'
  388. build_vendor='pc'
  389. datadir='${datarootdir}'
  390. datarootdir='${prefix}/share'
  391. docdir='${datarootdir}/doc/${PACKAGE_TARNAME}'
  392. dvidir='${docdir}'
  393. exec_prefix='NONE'
  394. host='i686-pc-linux-gnu'
  395. host_alias=''
  396. host_cpu='i686'
  397. host_os='linux-gnu'
  398. host_vendor='pc'
  399. htmldir='${docdir}'
  400. includedir='${prefix}/include'
  401. infodir='${datarootdir}/info'
  402. install_sh='${SHELL} /home/zach/Downloads/gitshit/stepmania/autoconf/install-sh'
  403. libdir='${exec_prefix}/lib'
  404. libexecdir='${exec_prefix}/libexec'
  405. localedir='${datarootdir}/locale'
  406. localstatedir='${prefix}/var'
  407. mandir='${datarootdir}/man'
  408. mkdir_p='$(MKDIR_P)'
  409. oldincludedir='/usr/include'
  410. pdfdir='${docdir}'
  411. prefix='NONE'
  412. program_transform_name='s,x,x,'
  413. psdir='${docdir}'
  414. sbindir='${exec_prefix}/sbin'
  415. sharedstatedir='${prefix}/com'
  416. sysconfdir='${prefix}/etc'
  417. target='i686-pc-linux-gnu'
  418. target_alias=''
  419. target_cpu='i686'
  420. target_os='linux-gnu'
  421. target_vendor='pc'
  422.  
  423. configure: exit 1
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement