Advertisement
Guest User

Untitled

a guest
May 18th, 2018
314
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 9.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 xiccd configure 0.2.4, which was
  5. generated by GNU Autoconf 2.69. Invocation command line was
  6.  
  7. $ ./configure --prefix=/usr
  8.  
  9. ## --------- ##
  10. ## Platform. ##
  11. ## --------- ##
  12.  
  13. hostname = computer
  14. uname -m = x86_64
  15. uname -r = 4.14.36-1
  16. uname -s = Linux
  17. uname -v = #1 SMP PREEMPT Tue Apr 24 19:16:26 UTC 2018
  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. PATH: /var/lib/snapd/snap/bin
  38.  
  39.  
  40. ## ----------- ##
  41. ## Core tests. ##
  42. ## ----------- ##
  43.  
  44. configure:1869: checking for a BSD-compatible install
  45. configure:1937: result: /usr/bin/install -c
  46. configure:1948: checking whether build environment is sane
  47. configure:2003: result: yes
  48. configure:2154: checking for a thread-safe mkdir -p
  49. configure:2193: result: /usr/bin/mkdir -p
  50. configure:2200: checking for gawk
  51. configure:2216: found /usr/bin/gawk
  52. configure:2227: result: gawk
  53. configure:2238: checking whether make sets $(MAKE)
  54. configure:2260: result: yes
  55. configure:2289: checking whether make supports nested variables
  56. configure:2306: result: yes
  57. configure:2395: checking whether UID '1000' is supported by ustar format
  58. configure:2398: result: yes
  59. configure:2405: checking whether GID '1001' is supported by ustar format
  60. configure:2408: result: yes
  61. configure:2416: checking how to create a ustar tar archive
  62. configure:2427: tar --version
  63. tar (GNU tar) 1.30
  64. Copyright (C) 2017 Free Software Foundation, Inc.
  65. License GPLv3+: GNU GPL version 3 or later <https://gnu.org/licenses/gpl.html>.
  66. This is free software: you are free to change and redistribute it.
  67. There is NO WARRANTY, to the extent permitted by law.
  68.  
  69. Written by John Gilmore and Jay Fenlason.
  70. configure:2430: $? = 0
  71. configure:2470: tardir=conftest.dir && eval tar --format=ustar -chf - "$tardir" >conftest.tar
  72. configure:2473: $? = 0
  73. configure:2477: tar -xf - <conftest.tar
  74. configure:2480: $? = 0
  75. configure:2482: cat conftest.dir/file
  76. GrepMe
  77. configure:2485: $? = 0
  78. configure:2498: result: gnutar
  79. configure:2602: checking for gcc
  80. configure:2618: found /usr/bin/gcc
  81. configure:2629: result: gcc
  82. configure:2858: checking for C compiler version
  83. configure:2867: gcc --version >&5
  84. gcc (GCC) 7.3.1 20180312
  85. Copyright (C) 2017 Free Software Foundation, Inc.
  86. This is free software; see the source for copying conditions. There is NO
  87. warranty; not even for MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE.
  88.  
  89. configure:2878: $? = 0
  90. configure:2867: gcc -v >&5
  91. Using built-in specs.
  92. COLLECT_GCC=gcc
  93. COLLECT_LTO_WRAPPER=/usr/lib/gcc/x86_64-pc-linux-gnu/7.3.1/lto-wrapper
  94. Target: x86_64-pc-linux-gnu
  95. 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 --enable-multilib --disable-werror --enable-checking=release --enable-default-pie --enable-default-ssp
  96. Thread model: posix
  97. gcc version 7.3.1 20180312 (GCC)
  98. configure:2878: $? = 0
  99. configure:2867: gcc -V >&5
  100. gcc: error: unrecognized command line option '-V'
  101. gcc: fatal error: no input files
  102. compilation terminated.
  103. configure:2878: $? = 1
  104. configure:2867: gcc -qversion >&5
  105. gcc: error: unrecognized command line option '-qversion'; did you mean '--version'?
  106. gcc: fatal error: no input files
  107. compilation terminated.
  108. configure:2878: $? = 1
  109. configure:2898: checking whether the C compiler works
  110. configure:2920: gcc -march=x86-64 -mtune=generic -O2 -pipe -fstack-protector-strong -fno-plt -D_FORTIFY_SOURCE=2 -Wl,-O1,--sort-common,--as-needed,-z,relro,-z,now conftest.c >&5
  111. gcc: error trying to exec 'cc1': execvp: No such file or directory
  112. configure:2924: $? = 1
  113. configure:2962: result: no
  114. configure: failed program was:
  115. | /* confdefs.h */
  116. | #define PACKAGE_NAME "xiccd"
  117. | #define PACKAGE_TARNAME "xiccd"
  118. | #define PACKAGE_VERSION "0.2.4"
  119. | #define PACKAGE_STRING "xiccd 0.2.4"
  120. | #define PACKAGE_BUGREPORT ""
  121. | #define PACKAGE_URL ""
  122. | #define PACKAGE "xiccd"
  123. | #define VERSION "0.2.4"
  124. | /* end confdefs.h. */
  125. |
  126. | int
  127. | main ()
  128. | {
  129. |
  130. | ;
  131. | return 0;
  132. | }
  133. configure:2967: error: in `/tmp/pamac-build-user/xiccd/src/xiccd-0.2.4':
  134. configure:2969: error: C compiler cannot create executables
  135. See `config.log' for more details
  136.  
  137. ## ---------------- ##
  138. ## Cache variables. ##
  139. ## ---------------- ##
  140.  
  141. ac_cv_env_CC_set=
  142. ac_cv_env_CC_value=
  143. ac_cv_env_CFLAGS_set=set
  144. ac_cv_env_CFLAGS_value='-march=x86-64 -mtune=generic -O2 -pipe -fstack-protector-strong -fno-plt'
  145. ac_cv_env_COLORD_CFLAGS_set=
  146. ac_cv_env_COLORD_CFLAGS_value=
  147. ac_cv_env_COLORD_LIBS_set=
  148. ac_cv_env_COLORD_LIBS_value=
  149. ac_cv_env_CPPFLAGS_set=set
  150. ac_cv_env_CPPFLAGS_value=-D_FORTIFY_SOURCE=2
  151. ac_cv_env_GLIB_CFLAGS_set=
  152. ac_cv_env_GLIB_CFLAGS_value=
  153. ac_cv_env_GLIB_LIBS_set=
  154. ac_cv_env_GLIB_LIBS_value=
  155. ac_cv_env_LDFLAGS_set=set
  156. ac_cv_env_LDFLAGS_value=-Wl,-O1,--sort-common,--as-needed,-z,relro,-z,now
  157. ac_cv_env_LIBS_set=
  158. ac_cv_env_LIBS_value=
  159. ac_cv_env_PKG_CONFIG_LIBDIR_set=
  160. ac_cv_env_PKG_CONFIG_LIBDIR_value=
  161. ac_cv_env_PKG_CONFIG_PATH_set=
  162. ac_cv_env_PKG_CONFIG_PATH_value=
  163. ac_cv_env_PKG_CONFIG_set=
  164. ac_cv_env_PKG_CONFIG_value=
  165. ac_cv_env_X11_CFLAGS_set=
  166. ac_cv_env_X11_CFLAGS_value=
  167. ac_cv_env_X11_LIBS_set=
  168. ac_cv_env_X11_LIBS_value=
  169. ac_cv_env_XRANDR_CFLAGS_set=
  170. ac_cv_env_XRANDR_CFLAGS_value=
  171. ac_cv_env_XRANDR_LIBS_set=
  172. ac_cv_env_XRANDR_LIBS_value=
  173. ac_cv_env_build_alias_set=
  174. ac_cv_env_build_alias_value=
  175. ac_cv_env_host_alias_set=
  176. ac_cv_env_host_alias_value=
  177. ac_cv_env_target_alias_set=
  178. ac_cv_env_target_alias_value=
  179. ac_cv_path_install='/usr/bin/install -c'
  180. ac_cv_path_mkdir=/usr/bin/mkdir
  181. ac_cv_prog_AWK=gawk
  182. ac_cv_prog_ac_ct_CC=gcc
  183. ac_cv_prog_make_make_set=yes
  184. am_cv_make_support_nested_variables=yes
  185. am_cv_prog_tar_ustar=gnutar
  186.  
  187. ## ----------------- ##
  188. ## Output variables. ##
  189. ## ----------------- ##
  190.  
  191. ACLOCAL='${SHELL} /tmp/pamac-build-user/xiccd/src/xiccd-0.2.4/missing aclocal-1.15'
  192. AMDEPBACKSLASH=''
  193. AMDEP_FALSE=''
  194. AMDEP_TRUE=''
  195. AMTAR='$${TAR-tar}'
  196. AM_BACKSLASH='\'
  197. AM_DEFAULT_V='$(AM_DEFAULT_VERBOSITY)'
  198. AM_DEFAULT_VERBOSITY='1'
  199. AM_V='$(V)'
  200. AUTOCONF='${SHELL} /tmp/pamac-build-user/xiccd/src/xiccd-0.2.4/missing autoconf'
  201. AUTOHEADER='${SHELL} /tmp/pamac-build-user/xiccd/src/xiccd-0.2.4/missing autoheader'
  202. AUTOMAKE='${SHELL} /tmp/pamac-build-user/xiccd/src/xiccd-0.2.4/missing automake-1.15'
  203. AWK='gawk'
  204. CC='gcc'
  205. CCDEPMODE=''
  206. CFLAGS='-march=x86-64 -mtune=generic -O2 -pipe -fstack-protector-strong -fno-plt'
  207. COLORD_CFLAGS=''
  208. COLORD_LIBS=''
  209. CPPFLAGS='-D_FORTIFY_SOURCE=2'
  210. CYGPATH_W='echo'
  211. DEFS=''
  212. DEPDIR=''
  213. ECHO_C=''
  214. ECHO_N='-n'
  215. ECHO_T=''
  216. EXEEXT=''
  217. GLIB_CFLAGS=''
  218. GLIB_LIBS=''
  219. INSTALL_DATA='${INSTALL} -m 644'
  220. INSTALL_PROGRAM='${INSTALL}'
  221. INSTALL_SCRIPT='${INSTALL}'
  222. INSTALL_STRIP_PROGRAM='$(install_sh) -c -s'
  223. LDFLAGS='-Wl,-O1,--sort-common,--as-needed,-z,relro,-z,now'
  224. LIBOBJS=''
  225. LIBS=''
  226. LTLIBOBJS=''
  227. MAKEINFO='${SHELL} /tmp/pamac-build-user/xiccd/src/xiccd-0.2.4/missing makeinfo'
  228. MKDIR_P='/usr/bin/mkdir -p'
  229. OBJEXT=''
  230. PACKAGE='xiccd'
  231. PACKAGE_BUGREPORT=''
  232. PACKAGE_NAME='xiccd'
  233. PACKAGE_STRING='xiccd 0.2.4'
  234. PACKAGE_TARNAME='xiccd'
  235. PACKAGE_URL=''
  236. PACKAGE_VERSION='0.2.4'
  237. PATH_SEPARATOR=':'
  238. PKG_CONFIG=''
  239. PKG_CONFIG_LIBDIR=''
  240. PKG_CONFIG_PATH=''
  241. SET_MAKE=''
  242. SHELL='/bin/sh'
  243. STRIP=''
  244. VERSION='0.2.4'
  245. X11_CFLAGS=''
  246. X11_LIBS=''
  247. XRANDR_CFLAGS=''
  248. XRANDR_LIBS=''
  249. ac_ct_CC='gcc'
  250. am__EXEEXT_FALSE=''
  251. am__EXEEXT_TRUE=''
  252. am__fastdepCC_FALSE=''
  253. am__fastdepCC_TRUE=''
  254. am__include=''
  255. am__isrc=''
  256. am__leading_dot='.'
  257. am__nodep=''
  258. am__quote=''
  259. am__tar='tar --format=ustar -chf - "$$tardir"'
  260. am__untar='tar -xf -'
  261. bindir='${exec_prefix}/bin'
  262. build_alias=''
  263. datadir='${datarootdir}'
  264. datarootdir='${prefix}/share'
  265. docdir='${datarootdir}/doc/${PACKAGE_TARNAME}'
  266. dvidir='${docdir}'
  267. exec_prefix='NONE'
  268. host_alias=''
  269. htmldir='${docdir}'
  270. includedir='${prefix}/include'
  271. infodir='${datarootdir}/info'
  272. install_sh='${SHELL} /tmp/pamac-build-user/xiccd/src/xiccd-0.2.4/install-sh'
  273. libdir='${exec_prefix}/lib'
  274. libexecdir='${exec_prefix}/libexec'
  275. localedir='${datarootdir}/locale'
  276. localstatedir='${prefix}/var'
  277. mandir='${datarootdir}/man'
  278. mkdir_p='$(MKDIR_P)'
  279. oldincludedir='/usr/include'
  280. pdfdir='${docdir}'
  281. prefix='/usr'
  282. program_transform_name='s,x,x,'
  283. psdir='${docdir}'
  284. sbindir='${exec_prefix}/sbin'
  285. sharedstatedir='${prefix}/com'
  286. sysconfdir='${prefix}/etc'
  287. target_alias=''
  288.  
  289. ## ----------- ##
  290. ## confdefs.h. ##
  291. ## ----------- ##
  292.  
  293. /* confdefs.h */
  294. #define PACKAGE_NAME "xiccd"
  295. #define PACKAGE_TARNAME "xiccd"
  296. #define PACKAGE_VERSION "0.2.4"
  297. #define PACKAGE_STRING "xiccd 0.2.4"
  298. #define PACKAGE_BUGREPORT ""
  299. #define PACKAGE_URL ""
  300. #define PACKAGE "xiccd"
  301. #define VERSION "0.2.4"
  302.  
  303. configure: exit 77
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement