Advertisement
Guest User

Untitled

a guest
Oct 12th, 2017
416
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 9.17 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 attr configure 2.4.48, which was
  5. generated by GNU Autoconf 2.69. Invocation command line was
  6.  
  7. $ ./configure --prefix=/home/whataname/bedrocklinux-userland/build --enable-static
  8.  
  9. ## --------- ##
  10. ## Platform. ##
  11. ## --------- ##
  12.  
  13. hostname = whataname-notebook
  14. uname -m = x86_64
  15. uname -r = 4.13.5-1-MANJARO
  16. uname -s = Linux
  17. uname -v = #1 SMP PREEMPT Thu Oct 5 15:24:20 UTC 2017
  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/lib/jvm/default/bin
  34. PATH: /usr/bin/site_perl
  35. PATH: /usr/bin/vendor_perl
  36. PATH: /usr/bin/core_perl
  37.  
  38.  
  39. ## ----------- ##
  40. ## Core tests. ##
  41. ## ----------- ##
  42.  
  43. configure:2351: checking for a BSD-compatible install
  44. configure:2419: result: /usr/bin/install -c
  45. configure:2430: checking whether build environment is sane
  46. configure:2485: result: yes
  47. configure:2636: checking for a thread-safe mkdir -p
  48. configure:2675: result: /usr/bin/mkdir -p
  49. configure:2682: checking for gawk
  50. configure:2698: found /usr/bin/gawk
  51. configure:2709: result: gawk
  52. configure:2720: checking whether make sets $(MAKE)
  53. configure:2742: result: yes
  54. configure:2771: checking whether make supports nested variables
  55. configure:2788: result: yes
  56. configure:2925: checking whether make supports nested variables
  57. configure:2942: result: yes
  58. configure:3002: checking for gcc
  59. configure:3029: result: /home/whataname/bedrocklinux-userland/build/bin/musl-gcc
  60. configure:3258: checking for C compiler version
  61. configure:3267: /home/whataname/bedrocklinux-userland/build/bin/musl-gcc --version >&5
  62. gcc (GCC) 7.2.0
  63. Copyright (C) 2017 Free Software Foundation, Inc.
  64. This is free software; see the source for copying conditions. There is NO
  65. warranty; not even for MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE.
  66.  
  67. configure:3278: $? = 0
  68. configure:3267: /home/whataname/bedrocklinux-userland/build/bin/musl-gcc -v >&5
  69. Using built-in specs.
  70. Reading specs from /home/whataname/bedrocklinux-userland/build/lib/musl-gcc.specs
  71. rename spec cpp_options to old_cpp_options
  72. COLLECT_GCC=gcc
  73. COLLECT_LTO_WRAPPER=/usr/lib/gcc/x86_64-pc-linux-gnu/7.2.0/lto-wrapper
  74. Target: x86_64-pc-linux-gnu
  75. Configured with: /build/gcc/src/gcc/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 --enable-default-pie --enable-default-ssp
  76. Thread model: posix
  77. gcc version 7.2.0 (GCC)
  78. configure:3278: $? = 0
  79. configure:3267: /home/whataname/bedrocklinux-userland/build/bin/musl-gcc -V >&5
  80. gcc: error: unrecognized command line option '-V'
  81. gcc: fatal error: no input files
  82. compilation terminated.
  83. configure:3278: $? = 1
  84. configure:3267: /home/whataname/bedrocklinux-userland/build/bin/musl-gcc -qversion >&5
  85. gcc: error: unrecognized command line option '-qversion'; did you mean '--version'?
  86. gcc: fatal error: no input files
  87. compilation terminated.
  88. configure:3278: $? = 1
  89. configure:3298: checking whether the C compiler works
  90. configure:3320: /home/whataname/bedrocklinux-userland/build/bin/musl-gcc conftest.c >&5
  91. /usr/bin/ld: /usr/lib/gcc/x86_64-pc-linux-gnu/7.2.0/crtbegin.o: relocation R_X86_64_32 against hidden symbol `__TMC_END__' can not be used when making a shared object
  92. /usr/bin/ld: final link failed: Nonrepresentable section on output
  93. collect2: error: ld returned 1 exit status
  94. configure:3324: $? = 1
  95. configure:3362: result: no
  96. configure: failed program was:
  97. | /* confdefs.h */
  98. | #define PACKAGE_NAME "attr"
  99. | #define PACKAGE_TARNAME "attr"
  100. | #define PACKAGE_VERSION "2.4.48"
  101. | #define PACKAGE_STRING "attr 2.4.48"
  102. | #define PACKAGE_BUGREPORT "acl-devel@nongnu.org"
  103. | #define PACKAGE_URL ""
  104. | #define PACKAGE "attr"
  105. | #define VERSION "2.4.48"
  106. | /* end confdefs.h. */
  107. |
  108. | int
  109. | main ()
  110. | {
  111. |
  112. | ;
  113. | return 0;
  114. | }
  115. configure:3367: error: in `/home/whataname/bedrocklinux-userland/src/libattr':
  116. configure:3369: error: C compiler cannot create executables
  117. See `config.log' for more details
  118.  
  119. ## ---------------- ##
  120. ## Cache variables. ##
  121. ## ---------------- ##
  122.  
  123. ac_cv_env_CC_set=set
  124. ac_cv_env_CC_value=/home/whataname/bedrocklinux-userland/build/bin/musl-gcc
  125. ac_cv_env_CFLAGS_set=
  126. ac_cv_env_CFLAGS_value=
  127. ac_cv_env_CPPFLAGS_set=
  128. ac_cv_env_CPPFLAGS_value=
  129. ac_cv_env_CPP_set=
  130. ac_cv_env_CPP_value=
  131. ac_cv_env_LDFLAGS_set=
  132. ac_cv_env_LDFLAGS_value=
  133. ac_cv_env_LIBS_set=
  134. ac_cv_env_LIBS_value=
  135. ac_cv_env_LT_SYS_LIBRARY_PATH_set=
  136. ac_cv_env_LT_SYS_LIBRARY_PATH_value=
  137. ac_cv_env_build_alias_set=
  138. ac_cv_env_build_alias_value=
  139. ac_cv_env_host_alias_set=
  140. ac_cv_env_host_alias_value=
  141. ac_cv_env_target_alias_set=
  142. ac_cv_env_target_alias_value=
  143. ac_cv_path_install='/usr/bin/install -c'
  144. ac_cv_path_mkdir=/usr/bin/mkdir
  145. ac_cv_prog_AWK=gawk
  146. ac_cv_prog_ac_ct_CC=/home/whataname/bedrocklinux-userland/build/bin/musl-gcc
  147. ac_cv_prog_make_make_set=yes
  148. am_cv_make_support_nested_variables=yes
  149.  
  150. ## ----------------- ##
  151. ## Output variables. ##
  152. ## ----------------- ##
  153.  
  154. ACLOCAL='${SHELL} /home/whataname/bedrocklinux-userland/src/libattr/build-aux/missing aclocal-1.15'
  155. ALLOCA=''
  156. AMDEPBACKSLASH=''
  157. AMDEP_FALSE=''
  158. AMDEP_TRUE=''
  159. AMTAR='$${TAR-tar}'
  160. AM_BACKSLASH='\'
  161. AM_DEFAULT_V='$(AM_DEFAULT_VERBOSITY)'
  162. AM_DEFAULT_VERBOSITY='0'
  163. AM_V='$(V)'
  164. AR=''
  165. AUTOCONF='${SHELL} /home/whataname/bedrocklinux-userland/src/libattr/build-aux/missing autoconf'
  166. AUTOHEADER='${SHELL} /home/whataname/bedrocklinux-userland/src/libattr/build-aux/missing autoheader'
  167. AUTOMAKE='${SHELL} /home/whataname/bedrocklinux-userland/src/libattr/build-aux/missing automake-1.15'
  168. AWK='gawk'
  169. CC='/home/whataname/bedrocklinux-userland/build/bin/musl-gcc'
  170. CCDEPMODE=''
  171. CFLAGS=''
  172. CPP=''
  173. CPPFLAGS=''
  174. CYGPATH_W='echo'
  175. DEFS=''
  176. DEPDIR=''
  177. DLLTOOL=''
  178. DSYMUTIL=''
  179. DUMPBIN=''
  180. ECHO_C=''
  181. ECHO_N='-n'
  182. ECHO_T=''
  183. EGREP=''
  184. EXEEXT=''
  185. FGREP=''
  186. GETTEXT_MACRO_VERSION=''
  187. GMSGFMT=''
  188. GMSGFMT_015=''
  189. GREP=''
  190. INSTALL_DATA='${INSTALL} -m 644'
  191. INSTALL_PROGRAM='${INSTALL}'
  192. INSTALL_SCRIPT='${INSTALL}'
  193. INSTALL_STRIP_PROGRAM='$(install_sh) -c -s'
  194. INTLLIBS=''
  195. INTL_MACOSX_LIBS=''
  196. LD=''
  197. LDFLAGS=''
  198. LIBICONV=''
  199. LIBINTL=''
  200. LIBOBJS=''
  201. LIBS=''
  202. LIBTOOL=''
  203. LIPO=''
  204. LN_S=''
  205. LTLIBICONV=''
  206. LTLIBINTL=''
  207. LTLIBOBJS=''
  208. LT_REVISION=''
  209. LT_SYS_LIBRARY_PATH=''
  210. MAKEINFO='${SHELL} /home/whataname/bedrocklinux-userland/src/libattr/build-aux/missing makeinfo'
  211. MANIFEST_TOOL=''
  212. MKDIR_P='/usr/bin/mkdir -p'
  213. MSGFMT=''
  214. MSGFMT_015=''
  215. MSGMERGE=''
  216. NM=''
  217. NMEDIT=''
  218. OBJDUMP=''
  219. OBJEXT=''
  220. OTOOL64=''
  221. OTOOL=''
  222. PACKAGE='attr'
  223. PACKAGE_BUGREPORT='acl-devel@nongnu.org'
  224. PACKAGE_NAME='attr'
  225. PACKAGE_STRING='attr 2.4.48'
  226. PACKAGE_TARNAME='attr'
  227. PACKAGE_URL=''
  228. PACKAGE_VERSION='2.4.48'
  229. PATH_SEPARATOR=':'
  230. POSUB=''
  231. RANLIB=''
  232. SED=''
  233. SET_MAKE=''
  234. SHELL='/bin/sh'
  235. STRIP=''
  236. USE_NLS=''
  237. VERSION='2.4.48'
  238. XGETTEXT=''
  239. XGETTEXT_015=''
  240. XGETTEXT_EXTRA_OPTIONS=''
  241. ac_ct_AR=''
  242. ac_ct_CC='/home/whataname/bedrocklinux-userland/build/bin/musl-gcc'
  243. ac_ct_DUMPBIN=''
  244. am__EXEEXT_FALSE=''
  245. am__EXEEXT_TRUE=''
  246. am__fastdepCC_FALSE=''
  247. am__fastdepCC_TRUE=''
  248. am__include=''
  249. am__isrc=''
  250. am__leading_dot='.'
  251. am__nodep=''
  252. am__quote=''
  253. am__tar='$${TAR-tar} chof - "$$tardir"'
  254. am__untar='$${TAR-tar} xf -'
  255. bindir='${exec_prefix}/bin'
  256. build=''
  257. build_alias=''
  258. build_cpu=''
  259. build_os=''
  260. build_vendor=''
  261. datadir='${datarootdir}'
  262. datarootdir='${prefix}/share'
  263. docdir='${datarootdir}/doc/${PACKAGE_TARNAME}'
  264. dvidir='${docdir}'
  265. exec_prefix='NONE'
  266. host=''
  267. host_alias=''
  268. host_cpu=''
  269. host_os=''
  270. host_vendor=''
  271. htmldir='${docdir}'
  272. includedir='${prefix}/include'
  273. infodir='${datarootdir}/info'
  274. install_sh='${SHELL} /home/whataname/bedrocklinux-userland/src/libattr/build-aux/install-sh'
  275. libdir='${exec_prefix}/lib'
  276. libexecdir='${exec_prefix}/libexec'
  277. localedir='${datarootdir}/locale'
  278. localstatedir='${prefix}/var'
  279. mandir='${datarootdir}/man'
  280. mkdir_p='$(MKDIR_P)'
  281. oldincludedir='/usr/include'
  282. pdfdir='${docdir}'
  283. prefix='/home/whataname/bedrocklinux-userland/build'
  284. program_transform_name='s,x,x,'
  285. psdir='${docdir}'
  286. sbindir='${exec_prefix}/sbin'
  287. sharedstatedir='${prefix}/com'
  288. sysconfdir='${prefix}/etc'
  289. target_alias=''
  290.  
  291. ## ----------- ##
  292. ## confdefs.h. ##
  293. ## ----------- ##
  294.  
  295. /* confdefs.h */
  296. #define PACKAGE_NAME "attr"
  297. #define PACKAGE_TARNAME "attr"
  298. #define PACKAGE_VERSION "2.4.48"
  299. #define PACKAGE_STRING "attr 2.4.48"
  300. #define PACKAGE_BUGREPORT "acl-devel@nongnu.org"
  301. #define PACKAGE_URL ""
  302. #define PACKAGE "attr"
  303. #define VERSION "2.4.48"
  304.  
  305. configure: exit 77
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement