Advertisement
Guest User

Untitled

a guest
May 13th, 2017
77
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 8.69 KB | None | 0 0
  1. [21:17:17][root]@[cacti]:[/home/cacti-spine-1.1.6]# cat config.log
  2. This file contains any messages produced by compilers while
  3. running configure, to aid debugging if configure makes a mistake.
  4.  
  5. It was created by Spine Poller configure 1.1.6, which was
  6. generated by GNU Autoconf 2.69. Invocation command line was
  7.  
  8. $ ./configure
  9.  
  10. ## --------- ##
  11. ## Platform. ##
  12. ## --------- ##
  13.  
  14. hostname = cacti
  15. uname -m = x86_64
  16. uname -r = 3.16.0-4-amd64
  17. uname -s = Linux
  18. uname -v = #1 SMP Debian 3.16.43-2 (2017-04-30)
  19.  
  20. /usr/bin/uname -p = unknown
  21. /bin/uname -X = unknown
  22.  
  23. /bin/arch = unknown
  24. /usr/bin/arch -k = unknown
  25. /usr/convex/getsysinfo = unknown
  26. /usr/bin/hostinfo = unknown
  27. /bin/machine = unknown
  28. /usr/bin/oslevel = unknown
  29. /bin/universe = unknown
  30.  
  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.  
  38.  
  39. ## ----------- ##
  40. ## Core tests. ##
  41. ## ----------- ##
  42.  
  43. configure:2331: checking build system type
  44. configure:2345: result: x86_64-unknown-linux-gnu
  45. configure:2365: checking host system type
  46. configure:2378: result: x86_64-unknown-linux-gnu
  47. configure:2423: checking for a BSD-compatible install
  48. configure:2491: result: /usr/bin/install -c
  49. configure:2502: checking whether build environment is sane
  50. configure:2557: result: yes
  51. configure:2708: checking for a thread-safe mkdir -p
  52. configure:2747: result: /bin/mkdir -p
  53. configure:2754: checking for gawk
  54. configure:2784: result: no
  55. configure:2754: checking for mawk
  56. configure:2770: found /usr/bin/mawk
  57. configure:2781: result: mawk
  58. configure:2792: checking whether make sets $(MAKE)
  59. configure:2814: result: yes
  60. configure:2843: checking whether make supports nested variables
  61. configure:2860: result: yes
  62. configure:3059: checking for gawk
  63. configure:3086: result: mawk
  64. configure:3145: checking for gcc
  65. configure:3161: found /usr/bin/gcc
  66. configure:3172: result: gcc
  67. configure:3401: checking for C compiler version
  68. configure:3410: gcc --version >&5
  69. gcc (Debian 4.9.2-10) 4.9.2
  70. Copyright (C) 2014 Free Software Foundation, Inc.
  71. This is free software; see the source for copying conditions. There is NO
  72. warranty; not even for MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE.
  73.  
  74. configure:3421: $? = 0
  75. configure:3410: gcc -v >&5
  76. Using built-in specs.
  77. COLLECT_GCC=gcc
  78. COLLECT_LTO_WRAPPER=/usr/lib/gcc/x86_64-linux-gnu/4.9/lto-wrapper
  79. Target: x86_64-linux-gnu
  80. Configured with: ../src/configure -v --with-pkgversion='Debian 4.9.2-10' --with-bugurl=file:///usr/share/doc/gcc-4.9/README.Bugs --enable-languages=c,c++,java,go,d,fortran,objc,obj-c++ --prefix=/usr --program-suffix=-4.9 --enable-shared --enable-linker-build-id --libexecdir=/usr/lib --without-included-gettext --enable-threads=posix --with-gxx-include-dir=/usr/include/c++/4.9 --libdir=/usr/lib --enable-nls --with-sysroot=/ --enable-clocale=gnu --enable-libstdcxx-debug --enable-libstdcxx-time=yes --enable-gnu-unique-object --disable-vtable-verify --enable-plugin --with-system-zlib --disable-browser-plugin --enable-java-awt=gtk --enable-gtk-cairo --with-java-home=/usr/lib/jvm/java-1.5.0-gcj-4.9-amd64/jre --enable-java-home --with-jvm-root-dir=/usr/lib/jvm/java-1.5.0-gcj-4.9-amd64 --with-jvm-jar-dir=/usr/lib/jvm-exports/java-1.5.0-gcj-4.9-amd64 --with-arch-directory=amd64 --with-ecj-jar=/usr/share/java/eclipse-ecj.jar --enable-objc-gc --enable-multiarch --with-arch-32=i586 --with-abi=m64 --with-multilib-list=m32,m64,mx32 --enable-multilib --with-tune=generic --enable-checking=release --build=x86_64-linux-gnu --host=x86_64-linux-gnu --target=x86_64-linux-gnu
  81. Thread model: posix
  82. gcc version 4.9.2 (Debian 4.9.2-10)
  83. configure:3421: $? = 0
  84. configure:3410: gcc -V >&5
  85. gcc: error: unrecognized command line option '-V'
  86. gcc: fatal error: no input files
  87. compilation terminated.
  88. configure:3421: $? = 4
  89. configure:3410: gcc -qversion >&5
  90. gcc: error: unrecognized command line option '-qversion'
  91. gcc: fatal error: no input files
  92. compilation terminated.
  93. configure:3421: $? = 4
  94. configure:3441: checking whether the C compiler works
  95. configure:3463: gcc -lpthread -lssl -lm conftest.c >&5
  96. /usr/bin/ld: cannot find -lssl
  97. collect2: error: ld returned 1 exit status
  98. configure:3467: $? = 1
  99. configure:3505: result: no
  100. configure: failed program was:
  101. | /* confdefs.h */
  102. | #define PACKAGE_NAME "Spine Poller"
  103. | #define PACKAGE_TARNAME "spine-poller"
  104. | #define PACKAGE_VERSION "1.1.6"
  105. | #define PACKAGE_STRING "Spine Poller 1.1.6"
  106. | #define PACKAGE_BUGREPORT "http://www.cacti.net/issues.php"
  107. | #define PACKAGE_URL ""
  108. | #define PACKAGE "spine-poller"
  109. | #define VERSION "1.1.6"
  110. | /* end confdefs.h. */
  111. |
  112. | int
  113. | main ()
  114. | {
  115. |
  116. | ;
  117. | return 0;
  118. | }
  119. configure:3510: error: in `/home/cacti-spine-1.1.6':
  120. configure:3512: error: C compiler cannot create executables
  121. See `config.log' for more details
  122.  
  123. ## ---------------- ##
  124. ## Cache variables. ##
  125. ## ---------------- ##
  126.  
  127. ac_cv_build=x86_64-unknown-linux-gnu
  128. ac_cv_env_CC_set=
  129. ac_cv_env_CC_value=
  130. ac_cv_env_CFLAGS_set=
  131. ac_cv_env_CFLAGS_value=
  132. ac_cv_env_CPPFLAGS_set=
  133. ac_cv_env_CPPFLAGS_value=
  134. ac_cv_env_CPP_set=
  135. ac_cv_env_CPP_value=
  136. ac_cv_env_LDFLAGS_set=
  137. ac_cv_env_LDFLAGS_value=
  138. ac_cv_env_LIBS_set=
  139. ac_cv_env_LIBS_value=
  140. ac_cv_env_build_alias_set=
  141. ac_cv_env_build_alias_value=
  142. ac_cv_env_host_alias_set=
  143. ac_cv_env_host_alias_value=
  144. ac_cv_env_target_alias_set=
  145. ac_cv_env_target_alias_value=
  146. ac_cv_host=x86_64-unknown-linux-gnu
  147. ac_cv_path_install='/usr/bin/install -c'
  148. ac_cv_path_mkdir=/bin/mkdir
  149. ac_cv_prog_AWK=mawk
  150. ac_cv_prog_ac_ct_CC=gcc
  151. ac_cv_prog_make_make_set=yes
  152. am_cv_make_support_nested_variables=yes
  153.  
  154. ## ----------------- ##
  155. ## Output variables. ##
  156. ## ----------------- ##
  157.  
  158. ACLOCAL='${SHELL} /home/cacti-spine-1.1.6/config/missing aclocal-1.14'
  159. AMDEPBACKSLASH=''
  160. AMDEP_FALSE=''
  161. AMDEP_TRUE=''
  162. AMTAR='$${TAR-tar}'
  163. AM_BACKSLASH='\'
  164. AM_DEFAULT_V='$(AM_DEFAULT_VERBOSITY)'
  165. AM_DEFAULT_VERBOSITY='1'
  166. AM_V='$(V)'
  167. AR=''
  168. AUTOCONF='${SHELL} /home/cacti-spine-1.1.6/config/missing autoconf'
  169. AUTOHEADER='${SHELL} /home/cacti-spine-1.1.6/config/missing autoheader'
  170. AUTOMAKE='${SHELL} /home/cacti-spine-1.1.6/config/missing automake-1.14'
  171. AWK='mawk'
  172. CC='gcc'
  173. CCDEPMODE=''
  174. CFLAGS=''
  175. CPP=''
  176. CPPFLAGS=''
  177. CYGPATH_W='echo'
  178. DEFS=''
  179. DEPDIR=''
  180. DLLTOOL=''
  181. DSYMUTIL=''
  182. DUMPBIN=''
  183. ECHO_C=''
  184. ECHO_N='-n'
  185. ECHO_T=''
  186. EGREP=''
  187. EXEEXT=''
  188. FGREP=''
  189. GREP=''
  190. HAVE_HELP2MAN_FALSE=''
  191. HAVE_HELP2MAN_TRUE=''
  192. HELP2MAN=''
  193. INSTALL_DATA='${INSTALL} -m 644'
  194. INSTALL_PROGRAM='${INSTALL}'
  195. INSTALL_SCRIPT='${INSTALL}'
  196. INSTALL_STRIP_PROGRAM='$(install_sh) -c -s'
  197. LD=''
  198. LDFLAGS='-lpthread -lssl -lm '
  199. LIBOBJS=''
  200. LIBS=''
  201. LIBTOOL=''
  202. LIPO=''
  203. LN_S=''
  204. LTLIBOBJS=''
  205. MAKEINFO='${SHELL} /home/cacti-spine-1.1.6/config/missing makeinfo'
  206. MANIFEST_TOOL=''
  207. MKDIR_P='/bin/mkdir -p'
  208. NM=''
  209. NMEDIT=''
  210. OBJDUMP=''
  211. OBJEXT=''
  212. OTOOL64=''
  213. OTOOL=''
  214. PACKAGE='spine-poller'
  215. PACKAGE_BUGREPORT='http://www.cacti.net/issues.php'
  216. PACKAGE_NAME='Spine Poller'
  217. PACKAGE_STRING='Spine Poller 1.1.6'
  218. PACKAGE_TARNAME='spine-poller'
  219. PACKAGE_URL=''
  220. PACKAGE_VERSION='1.1.6'
  221. PATH_SEPARATOR=':'
  222. RANLIB=''
  223. SED=''
  224. SET_MAKE=''
  225. SHELL='/bin/bash'
  226. STRIP=''
  227. VERSION='1.1.6'
  228. ac_aux_dir='config'
  229. ac_ct_AR=''
  230. ac_ct_CC='gcc'
  231. ac_ct_DUMPBIN=''
  232. am__EXEEXT_FALSE=''
  233. am__EXEEXT_TRUE=''
  234. am__fastdepCC_FALSE=''
  235. am__fastdepCC_TRUE=''
  236. am__include=''
  237. am__isrc=''
  238. am__leading_dot='.'
  239. am__nodep=''
  240. am__quote=''
  241. am__tar='$${TAR-tar} chof - "$$tardir"'
  242. am__untar='$${TAR-tar} xf -'
  243. bindir='${exec_prefix}/bin'
  244. build='x86_64-unknown-linux-gnu'
  245. build_alias=''
  246. build_cpu='x86_64'
  247. build_os='linux-gnu'
  248. build_vendor='unknown'
  249. datadir='${datarootdir}'
  250. datarootdir='${prefix}/share'
  251. docdir='${datarootdir}/doc/${PACKAGE_TARNAME}'
  252. dvidir='${docdir}'
  253. exec_prefix='NONE'
  254. host='x86_64-unknown-linux-gnu'
  255. host_alias=''
  256. host_cpu='x86_64'
  257. host_os='linux-gnu'
  258. host_vendor='unknown'
  259. htmldir='${docdir}'
  260. includedir='${prefix}/include'
  261. infodir='${datarootdir}/info'
  262. install_sh='${SHELL} /home/cacti-spine-1.1.6/config/install-sh'
  263. libdir='${exec_prefix}/lib'
  264. libexecdir='${exec_prefix}/libexec'
  265. localedir='${datarootdir}/locale'
  266. localstatedir='${prefix}/var'
  267. mandir='${datarootdir}/man'
  268. mkdir_p='$(MKDIR_P)'
  269. oldincludedir='/usr/include'
  270. pdfdir='${docdir}'
  271. prefix='NONE'
  272. program_transform_name='s,x,x,'
  273. psdir='${docdir}'
  274. sbindir='${exec_prefix}/sbin'
  275. sharedstatedir='${prefix}/com'
  276. sysconfdir='${prefix}/etc'
  277. target_alias=''
  278.  
  279. ## ----------- ##
  280. ## confdefs.h. ##
  281. ## ----------- ##
  282.  
  283. /* confdefs.h */
  284. #define PACKAGE_NAME "Spine Poller"
  285. #define PACKAGE_TARNAME "spine-poller"
  286. #define PACKAGE_VERSION "1.1.6"
  287. #define PACKAGE_STRING "Spine Poller 1.1.6"
  288. #define PACKAGE_BUGREPORT "http://www.cacti.net/issues.php"
  289. #define PACKAGE_URL ""
  290. #define PACKAGE "spine-poller"
  291. #define VERSION "1.1.6"
  292.  
  293. configure: exit 77
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement