Advertisement
Guest User

Untitled

a guest
May 14th, 2019
187
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 29.15 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 libdbus-c++ configure 0.9.0, which was
  5. generated by GNU Autoconf 2.65. Invocation command line was
  6.  
  7. $ ./configure
  8.  
  9. ## --------- ##
  10. ## Platform. ##
  11. ## --------- ##
  12.  
  13. hostname = mobilehome
  14. uname -m = x86_64
  15. uname -r = 5.0.12-115.current
  16. uname -s = Linux
  17. uname -v = #1 SMP PREEMPT Sun May 5 17:42:46 UTC 2019
  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: /sbin
  31. PATH: /bin
  32. PATH: /usr/sbin
  33. PATH: /usr/bin
  34. PATH: /snap/bin
  35.  
  36.  
  37. ## ----------- ##
  38. ## Core tests. ##
  39. ## ----------- ##
  40.  
  41. configure:2546: checking for a BSD-compatible install
  42. configure:2614: result: /usr/bin/install -c
  43. configure:2625: checking whether build environment is sane
  44. configure:2675: result: yes
  45. configure:2816: checking for a thread-safe mkdir -p
  46. configure:2855: result: /bin/mkdir -p
  47. configure:2868: checking for gawk
  48. configure:2884: found /usr/bin/gawk
  49. configure:2895: result: gawk
  50. configure:2906: checking whether make sets $(MAKE)
  51. configure:2928: result: yes
  52. configure:3016: checking build system type
  53. configure:3030: result: x86_64-unknown-linux-gnu
  54. configure:3050: checking host system type
  55. configure:3063: result: x86_64-unknown-linux-gnu
  56. configure:3146: checking for style of include used by make
  57. configure:3174: result: GNU
  58. configure:3244: checking for gcc
  59. configure:3260: found /usr/bin/gcc
  60. configure:3271: result: gcc
  61. configure:3500: checking for C compiler version
  62. configure:3509: gcc --version >&5
  63. gcc (Solus) 8.3.1 20190320
  64. Copyright (C) 2018 Free Software Foundation, Inc.
  65. This is free software; see the source for copying conditions. There is NO
  66. warranty; not even for MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE.
  67.  
  68. configure:3520: $? = 0
  69. configure:3509: gcc -v >&5
  70. Using built-in specs.
  71. COLLECT_GCC=gcc
  72. COLLECT_LTO_WRAPPER=/usr/lib64/gcc/x86_64-solus-linux/8/lto-wrapper
  73. Target: x86_64-solus-linux
  74. Configured with: ../configure --prefix=/usr --with-pkgversion=Solus --libdir=/usr/lib64 --libexecdir=/usr/lib64 --with-system-zlib --enable-shared --enable-threads=posix --enable-gnu-indirect-function --enable-__cxa_atexit --enable-plugin --enable-gold --enable-ld=default --enable-clocale=gnu --enable-multilib --with-multilib-list=m32,m64 --enable-lto --with-gcc-major-version-only --with-bugurl=https://dev.solus-project.com/ --with-arch_32=i686 --enable-linker-build-id --with-linker-hash-style=gnu --with-gnu-ld --build=x86_64-solus-linux --target=x86_64-solus-linux --enable-languages=c,c++,fortran
  75. Thread model: posix
  76. gcc version 8.3.1 20190320 (Solus)
  77. configure:3520: $? = 0
  78. configure:3509: gcc -V >&5
  79. gcc: error: unrecognized command line option '-V'
  80. gcc: fatal error: no input files
  81. compilation terminated.
  82. configure:3520: $? = 1
  83. configure:3509: gcc -qversion >&5
  84. gcc: error: unrecognized command line option '-qversion'; did you mean '--version'?
  85. gcc: fatal error: no input files
  86. compilation terminated.
  87. configure:3520: $? = 1
  88. configure:3540: checking whether the C compiler works
  89. configure:3562: gcc conftest.c >&5
  90. configure:3566: $? = 0
  91. configure:3615: result: yes
  92. configure:3618: checking for C compiler default output file name
  93. configure:3620: result: a.out
  94. configure:3626: checking for suffix of executables
  95. configure:3633: gcc -o conftest conftest.c >&5
  96. configure:3637: $? = 0
  97. configure:3659: result:
  98. configure:3681: checking whether we are cross compiling
  99. configure:3689: gcc -o conftest conftest.c >&5
  100. configure:3693: $? = 0
  101. configure:3700: ./conftest
  102. configure:3704: $? = 0
  103. configure:3719: result: no
  104. configure:3724: checking for suffix of object files
  105. configure:3746: gcc -c conftest.c >&5
  106. configure:3750: $? = 0
  107. configure:3771: result: o
  108. configure:3775: checking whether we are using the GNU C compiler
  109. configure:3794: gcc -c conftest.c >&5
  110. configure:3794: $? = 0
  111. configure:3803: result: yes
  112. configure:3812: checking whether gcc accepts -g
  113. configure:3832: gcc -c -g conftest.c >&5
  114. configure:3832: $? = 0
  115. configure:3873: result: yes
  116. configure:3890: checking for gcc option to accept ISO C89
  117. configure:3954: gcc -c -g -O2 conftest.c >&5
  118. configure:3954: $? = 0
  119. configure:3967: result: none needed
  120. configure:3989: checking dependency style of gcc
  121. configure:4099: result: gcc3
  122. configure:4117: checking for clock_gettime
  123. configure:4117: gcc -o conftest -g -O2 conftest.c >&5
  124. In file included from /usr/include/bits/posix1_lim.h:161,
  125. from /usr/include/limits.h:183,
  126. from /usr/lib64/gcc/x86_64-solus-linux/8/include-fixed/limits.h:194,
  127. from /usr/lib64/gcc/x86_64-solus-linux/8/include-fixed/syslimits.h:7,
  128. from /usr/lib64/gcc/x86_64-solus-linux/8/include-fixed/limits.h:34,
  129. from conftest.c:21:
  130. /usr/include/bits/local_lim.h:38:10: fatal error: linux/limits.h: No such file or directory
  131. #include <linux/limits.h>
  132. ^~~~~~~~~~~~~~~~
  133. compilation terminated.
  134. configure:4117: $? = 1
  135. configure: failed program was:
  136. | /* confdefs.h */
  137. | #define PACKAGE_NAME "libdbus-c++"
  138. | #define PACKAGE_TARNAME "libdbus-c--"
  139. | #define PACKAGE_VERSION "0.9.0"
  140. | #define PACKAGE_STRING "libdbus-c++ 0.9.0"
  141. | #define PACKAGE_BUGREPORT "andreas.volz@tux-style.com"
  142. | #define PACKAGE_URL ""
  143. | #define PACKAGE "libdbus-c++"
  144. | #define VERSION "0.9.0"
  145. | /* end confdefs.h. */
  146. | /* Define clock_gettime to an innocuous variant, in case <limits.h> declares clock_gettime.
  147. | For example, HP-UX 11i <limits.h> declares gettimeofday. */
  148. | #define clock_gettime innocuous_clock_gettime
  149. |
  150. | /* System header to define __stub macros and hopefully few prototypes,
  151. | which can conflict with char clock_gettime (); below.
  152. | Prefer <limits.h> to <assert.h> if __STDC__ is defined, since
  153. | <limits.h> exists even on freestanding compilers. */
  154. |
  155. | #ifdef __STDC__
  156. | # include <limits.h>
  157. | #else
  158. | # include <assert.h>
  159. | #endif
  160. |
  161. | #undef clock_gettime
  162. |
  163. | /* Override any GCC internal prototype to avoid an error.
  164. | Use char because int might match the return type of a GCC
  165. | builtin and then its argument prototype would still apply. */
  166. | #ifdef __cplusplus
  167. | extern "C"
  168. | #endif
  169. | char clock_gettime ();
  170. | /* The GNU C library defines this for functions which it implements
  171. | to always fail with ENOSYS. Some functions are actually named
  172. | something starting with __ and the normal name is an alias. */
  173. | #if defined __stub_clock_gettime || defined __stub___clock_gettime
  174. | choke me
  175. | #endif
  176. |
  177. | int
  178. | main ()
  179. | {
  180. | return clock_gettime ();
  181. | ;
  182. | return 0;
  183. | }
  184. configure:4117: result: no
  185. configure:4125: checking for clock_gettime in -lrt
  186. configure:4150: gcc -o conftest -g -O2 conftest.c -lrt >&5
  187. configure:4150: $? = 0
  188. configure:4159: result: yes
  189. configure:4232: checking for gcc
  190. configure:4259: result: gcc
  191. configure:4488: checking for C compiler version
  192. configure:4497: gcc --version >&5
  193. gcc (Solus) 8.3.1 20190320
  194. Copyright (C) 2018 Free Software Foundation, Inc.
  195. This is free software; see the source for copying conditions. There is NO
  196. warranty; not even for MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE.
  197.  
  198. configure:4508: $? = 0
  199. configure:4497: gcc -v >&5
  200. Using built-in specs.
  201. COLLECT_GCC=gcc
  202. COLLECT_LTO_WRAPPER=/usr/lib64/gcc/x86_64-solus-linux/8/lto-wrapper
  203. Target: x86_64-solus-linux
  204. Configured with: ../configure --prefix=/usr --with-pkgversion=Solus --libdir=/usr/lib64 --libexecdir=/usr/lib64 --with-system-zlib --enable-shared --enable-threads=posix --enable-gnu-indirect-function --enable-__cxa_atexit --enable-plugin --enable-gold --enable-ld=default --enable-clocale=gnu --enable-multilib --with-multilib-list=m32,m64 --enable-lto --with-gcc-major-version-only --with-bugurl=https://dev.solus-project.com/ --with-arch_32=i686 --enable-linker-build-id --with-linker-hash-style=gnu --with-gnu-ld --build=x86_64-solus-linux --target=x86_64-solus-linux --enable-languages=c,c++,fortran
  205. Thread model: posix
  206. gcc version 8.3.1 20190320 (Solus)
  207. configure:4508: $? = 0
  208. configure:4497: gcc -V >&5
  209. gcc: error: unrecognized command line option '-V'
  210. gcc: fatal error: no input files
  211. compilation terminated.
  212. configure:4508: $? = 1
  213. configure:4497: gcc -qversion >&5
  214. gcc: error: unrecognized command line option '-qversion'; did you mean '--version'?
  215. gcc: fatal error: no input files
  216. compilation terminated.
  217. configure:4508: $? = 1
  218. configure:4512: checking whether we are using the GNU C compiler
  219. configure:4540: result: yes
  220. configure:4549: checking whether gcc accepts -g
  221. configure:4610: result: yes
  222. configure:4627: checking for gcc option to accept ISO C89
  223. configure:4704: result: none needed
  224. configure:4726: checking dependency style of gcc
  225. configure:4836: result: gcc3
  226. configure:4909: checking for g++
  227. configure:4925: found /usr/bin/g++
  228. configure:4936: result: g++
  229. configure:4963: checking for C++ compiler version
  230. configure:4972: g++ --version >&5
  231. g++ (Solus) 8.3.1 20190320
  232. Copyright (C) 2018 Free Software Foundation, Inc.
  233. This is free software; see the source for copying conditions. There is NO
  234. warranty; not even for MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE.
  235.  
  236. configure:4983: $? = 0
  237. configure:4972: g++ -v >&5
  238. Using built-in specs.
  239. COLLECT_GCC=g++
  240. COLLECT_LTO_WRAPPER=/usr/lib64/gcc/x86_64-solus-linux/8/lto-wrapper
  241. Target: x86_64-solus-linux
  242. Configured with: ../configure --prefix=/usr --with-pkgversion=Solus --libdir=/usr/lib64 --libexecdir=/usr/lib64 --with-system-zlib --enable-shared --enable-threads=posix --enable-gnu-indirect-function --enable-__cxa_atexit --enable-plugin --enable-gold --enable-ld=default --enable-clocale=gnu --enable-multilib --with-multilib-list=m32,m64 --enable-lto --with-gcc-major-version-only --with-bugurl=https://dev.solus-project.com/ --with-arch_32=i686 --enable-linker-build-id --with-linker-hash-style=gnu --with-gnu-ld --build=x86_64-solus-linux --target=x86_64-solus-linux --enable-languages=c,c++,fortran
  243. Thread model: posix
  244. gcc version 8.3.1 20190320 (Solus)
  245. configure:4983: $? = 0
  246. configure:4972: g++ -V >&5
  247. g++: error: unrecognized command line option '-V'
  248. g++: fatal error: no input files
  249. compilation terminated.
  250. configure:4983: $? = 1
  251. configure:4972: g++ -qversion >&5
  252. g++: error: unrecognized command line option '-qversion'; did you mean '--version'?
  253. g++: fatal error: no input files
  254. compilation terminated.
  255. configure:4983: $? = 1
  256. configure:4987: checking whether we are using the GNU C++ compiler
  257. configure:5006: g++ -c conftest.cpp >&5
  258. configure:5006: $? = 0
  259. configure:5015: result: yes
  260. configure:5024: checking whether g++ accepts -g
  261. configure:5044: g++ -c -g conftest.cpp >&5
  262. configure:5044: $? = 0
  263. configure:5085: result: yes
  264. configure:5110: checking dependency style of g++
  265. configure:5220: result: gcc3
  266. configure:5264: checking for a sed that does not truncate output
  267. configure:5328: result: /bin/sed
  268. configure:5346: checking for grep that handles long lines and -e
  269. configure:5404: result: /bin/grep
  270. configure:5409: checking for egrep
  271. configure:5471: result: /bin/grep -E
  272. configure:5476: checking for fgrep
  273. configure:5538: result: /bin/grep -F
  274. configure:5573: checking for ld used by gcc
  275. configure:5640: result: /usr/bin/ld
  276. configure:5647: checking if the linker (/usr/bin/ld) is GNU ld
  277. configure:5662: result: yes
  278. configure:5674: checking for BSD- or MS-compatible name lister (nm)
  279. configure:5723: result: /usr/bin/nm -B
  280. configure:5841: checking the name lister (/usr/bin/nm -B) interface
  281. configure:5848: g++ -c -g -O2 conftest.cpp >&5
  282. configure:5851: /usr/bin/nm -B "conftest.o"
  283. configure:5854: output
  284. 0000000000000000 B some_variable
  285. configure:5861: result: BSD nm
  286. configure:5864: checking whether ln -s works
  287. configure:5868: result: yes
  288. configure:5876: checking the maximum length of command line arguments
  289. configure:5996: result: 1572864
  290. configure:6013: checking whether the shell understands some XSI constructs
  291. configure:6023: result: yes
  292. configure:6027: checking whether the shell understands "+="
  293. configure:6033: result: yes
  294. configure:6068: checking for /usr/bin/ld option to reload object files
  295. configure:6075: result: -r
  296. configure:6144: checking for objdump
  297. configure:6160: found /usr/bin/objdump
  298. configure:6171: result: objdump
  299. configure:6203: checking how to recognize dependent libraries
  300. configure:6399: result: pass_all
  301. configure:6459: checking for ar
  302. configure:6475: found /usr/bin/ar
  303. configure:6486: result: ar
  304. configure:6564: checking for strip
  305. configure:6580: found /usr/bin/strip
  306. configure:6591: result: strip
  307. configure:6663: checking for ranlib
  308. configure:6679: found /usr/bin/ranlib
  309. configure:6690: result: ranlib
  310. configure:6780: checking command to parse /usr/bin/nm -B output from gcc object
  311. configure:6898: g++ -c -g -O2 conftest.cpp >&5
  312. configure:6901: $? = 0
  313. configure:6905: /usr/bin/nm -B conftest.o \| sed -n -e 's/^.*[ ]\([ABCDGIRSTW][ABCDGIRSTW]*\)[ ][ ]*\([_A-Za-z][_A-Za-z0-9]*\)$/\1 \2 \2/p' \> conftest.nm
  314. configure:6908: $? = 0
  315. configure:6962: g++ -o conftest -g -O2 conftest.cpp conftstm.o >&5
  316. configure:6965: $? = 0
  317. configure:7003: result: ok
  318. configure:7098: g++ -c -g -O2 conftest.cpp >&5
  319. configure:7101: $? = 0
  320. configure:7811: checking how to run the C preprocessor
  321. configure:7842: gcc -E conftest.c
  322. In file included from /usr/include/bits/posix1_lim.h:161,
  323. from /usr/include/limits.h:183,
  324. from /usr/lib64/gcc/x86_64-solus-linux/8/include-fixed/limits.h:194,
  325. from /usr/lib64/gcc/x86_64-solus-linux/8/include-fixed/syslimits.h:7,
  326. from /usr/lib64/gcc/x86_64-solus-linux/8/include-fixed/limits.h:34,
  327. from conftest.c:13:
  328. /usr/include/bits/local_lim.h:38:10: fatal error: linux/limits.h: No such file or directory
  329. #include <linux/limits.h>
  330. ^~~~~~~~~~~~~~~~
  331. compilation terminated.
  332. configure:7842: $? = 1
  333. configure: failed program was:
  334. | /* confdefs.h */
  335. | #define PACKAGE_NAME "libdbus-c++"
  336. | #define PACKAGE_TARNAME "libdbus-c--"
  337. | #define PACKAGE_VERSION "0.9.0"
  338. | #define PACKAGE_STRING "libdbus-c++ 0.9.0"
  339. | #define PACKAGE_BUGREPORT "andreas.volz@tux-style.com"
  340. | #define PACKAGE_URL ""
  341. | #define PACKAGE "libdbus-c++"
  342. | #define VERSION "0.9.0"
  343. | #define HAVE_CLOCK_GETTIME 1
  344. | /* end confdefs.h. */
  345. | #ifdef __STDC__
  346. | # include <limits.h>
  347. | #else
  348. | # include <assert.h>
  349. | #endif
  350. | Syntax error
  351. configure:7842: gcc -E conftest.c
  352. In file included from /usr/include/bits/posix1_lim.h:161,
  353. from /usr/include/limits.h:183,
  354. from /usr/lib64/gcc/x86_64-solus-linux/8/include-fixed/limits.h:194,
  355. from /usr/lib64/gcc/x86_64-solus-linux/8/include-fixed/syslimits.h:7,
  356. from /usr/lib64/gcc/x86_64-solus-linux/8/include-fixed/limits.h:34,
  357. from conftest.c:13:
  358. /usr/include/bits/local_lim.h:38:10: fatal error: linux/limits.h: No such file or directory
  359. #include <linux/limits.h>
  360. ^~~~~~~~~~~~~~~~
  361. compilation terminated.
  362. configure:7842: $? = 1
  363. configure: failed program was:
  364. | /* confdefs.h */
  365. | #define PACKAGE_NAME "libdbus-c++"
  366. | #define PACKAGE_TARNAME "libdbus-c--"
  367. | #define PACKAGE_VERSION "0.9.0"
  368. | #define PACKAGE_STRING "libdbus-c++ 0.9.0"
  369. | #define PACKAGE_BUGREPORT "andreas.volz@tux-style.com"
  370. | #define PACKAGE_URL ""
  371. | #define PACKAGE "libdbus-c++"
  372. | #define VERSION "0.9.0"
  373. | #define HAVE_CLOCK_GETTIME 1
  374. | /* end confdefs.h. */
  375. | #ifdef __STDC__
  376. | # include <limits.h>
  377. | #else
  378. | # include <assert.h>
  379. | #endif
  380. | Syntax error
  381. configure:7842: gcc -E -traditional-cpp conftest.c
  382. In file included from /usr/include/features.h:451,
  383. from /usr/include/assert.h:36,
  384. from conftest.c:16:
  385. /usr/include/sys/cdefs.h:30:3: error: #error "You need a ISO C conforming compiler to use the glibc headers"
  386. # error "You need a ISO C conforming compiler to use the glibc headers"
  387. ^~~~~
  388. configure:7842: $? = 1
  389. configure: failed program was:
  390. | /* confdefs.h */
  391. | #define PACKAGE_NAME "libdbus-c++"
  392. | #define PACKAGE_TARNAME "libdbus-c--"
  393. | #define PACKAGE_VERSION "0.9.0"
  394. | #define PACKAGE_STRING "libdbus-c++ 0.9.0"
  395. | #define PACKAGE_BUGREPORT "andreas.volz@tux-style.com"
  396. | #define PACKAGE_URL ""
  397. | #define PACKAGE "libdbus-c++"
  398. | #define VERSION "0.9.0"
  399. | #define HAVE_CLOCK_GETTIME 1
  400. | /* end confdefs.h. */
  401. | #ifdef __STDC__
  402. | # include <limits.h>
  403. | #else
  404. | # include <assert.h>
  405. | #endif
  406. | Syntax error
  407. configure:7842: gcc -E -traditional-cpp conftest.c
  408. In file included from /usr/include/features.h:451,
  409. from /usr/include/assert.h:36,
  410. from conftest.c:16:
  411. /usr/include/sys/cdefs.h:30:3: error: #error "You need a ISO C conforming compiler to use the glibc headers"
  412. # error "You need a ISO C conforming compiler to use the glibc headers"
  413. ^~~~~
  414. configure:7842: $? = 1
  415. configure: failed program was:
  416. | /* confdefs.h */
  417. | #define PACKAGE_NAME "libdbus-c++"
  418. | #define PACKAGE_TARNAME "libdbus-c--"
  419. | #define PACKAGE_VERSION "0.9.0"
  420. | #define PACKAGE_STRING "libdbus-c++ 0.9.0"
  421. | #define PACKAGE_BUGREPORT "andreas.volz@tux-style.com"
  422. | #define PACKAGE_URL ""
  423. | #define PACKAGE "libdbus-c++"
  424. | #define VERSION "0.9.0"
  425. | #define HAVE_CLOCK_GETTIME 1
  426. | /* end confdefs.h. */
  427. | #ifdef __STDC__
  428. | # include <limits.h>
  429. | #else
  430. | # include <assert.h>
  431. | #endif
  432. | Syntax error
  433. configure:7842: /lib/cpp conftest.c
  434. In file included from /usr/include/bits/posix1_lim.h:161,
  435. from /usr/include/limits.h:183,
  436. from /usr/lib64/gcc/x86_64-solus-linux/8/include-fixed/limits.h:194,
  437. from /usr/lib64/gcc/x86_64-solus-linux/8/include-fixed/syslimits.h:7,
  438. from /usr/lib64/gcc/x86_64-solus-linux/8/include-fixed/limits.h:34,
  439. from conftest.c:13:
  440. /usr/include/bits/local_lim.h:38:10: fatal error: linux/limits.h: No such file or directory
  441. #include <linux/limits.h>
  442. ^~~~~~~~~~~~~~~~
  443. compilation terminated.
  444. configure:7842: $? = 1
  445. configure: failed program was:
  446. | /* confdefs.h */
  447. | #define PACKAGE_NAME "libdbus-c++"
  448. | #define PACKAGE_TARNAME "libdbus-c--"
  449. | #define PACKAGE_VERSION "0.9.0"
  450. | #define PACKAGE_STRING "libdbus-c++ 0.9.0"
  451. | #define PACKAGE_BUGREPORT "andreas.volz@tux-style.com"
  452. | #define PACKAGE_URL ""
  453. | #define PACKAGE "libdbus-c++"
  454. | #define VERSION "0.9.0"
  455. | #define HAVE_CLOCK_GETTIME 1
  456. | /* end confdefs.h. */
  457. | #ifdef __STDC__
  458. | # include <limits.h>
  459. | #else
  460. | # include <assert.h>
  461. | #endif
  462. | Syntax error
  463. configure:7842: /lib/cpp conftest.c
  464. In file included from /usr/include/bits/posix1_lim.h:161,
  465. from /usr/include/limits.h:183,
  466. from /usr/lib64/gcc/x86_64-solus-linux/8/include-fixed/limits.h:194,
  467. from /usr/lib64/gcc/x86_64-solus-linux/8/include-fixed/syslimits.h:7,
  468. from /usr/lib64/gcc/x86_64-solus-linux/8/include-fixed/limits.h:34,
  469. from conftest.c:13:
  470. /usr/include/bits/local_lim.h:38:10: fatal error: linux/limits.h: No such file or directory
  471. #include <linux/limits.h>
  472. ^~~~~~~~~~~~~~~~
  473. compilation terminated.
  474. configure:7842: $? = 1
  475. configure: failed program was:
  476. | /* confdefs.h */
  477. | #define PACKAGE_NAME "libdbus-c++"
  478. | #define PACKAGE_TARNAME "libdbus-c--"
  479. | #define PACKAGE_VERSION "0.9.0"
  480. | #define PACKAGE_STRING "libdbus-c++ 0.9.0"
  481. | #define PACKAGE_BUGREPORT "andreas.volz@tux-style.com"
  482. | #define PACKAGE_URL ""
  483. | #define PACKAGE "libdbus-c++"
  484. | #define VERSION "0.9.0"
  485. | #define HAVE_CLOCK_GETTIME 1
  486. | /* end confdefs.h. */
  487. | #ifdef __STDC__
  488. | # include <limits.h>
  489. | #else
  490. | # include <assert.h>
  491. | #endif
  492. | Syntax error
  493. configure:7881: result: /lib/cpp
  494. configure:7901: /lib/cpp conftest.c
  495. In file included from /usr/include/bits/posix1_lim.h:161,
  496. from /usr/include/limits.h:183,
  497. from /usr/lib64/gcc/x86_64-solus-linux/8/include-fixed/limits.h:194,
  498. from /usr/lib64/gcc/x86_64-solus-linux/8/include-fixed/syslimits.h:7,
  499. from /usr/lib64/gcc/x86_64-solus-linux/8/include-fixed/limits.h:34,
  500. from conftest.c:13:
  501. /usr/include/bits/local_lim.h:38:10: fatal error: linux/limits.h: No such file or directory
  502. #include <linux/limits.h>
  503. ^~~~~~~~~~~~~~~~
  504. compilation terminated.
  505. configure:7901: $? = 1
  506. configure: failed program was:
  507. | /* confdefs.h */
  508. | #define PACKAGE_NAME "libdbus-c++"
  509. | #define PACKAGE_TARNAME "libdbus-c--"
  510. | #define PACKAGE_VERSION "0.9.0"
  511. | #define PACKAGE_STRING "libdbus-c++ 0.9.0"
  512. | #define PACKAGE_BUGREPORT "andreas.volz@tux-style.com"
  513. | #define PACKAGE_URL ""
  514. | #define PACKAGE "libdbus-c++"
  515. | #define VERSION "0.9.0"
  516. | #define HAVE_CLOCK_GETTIME 1
  517. | /* end confdefs.h. */
  518. | #ifdef __STDC__
  519. | # include <limits.h>
  520. | #else
  521. | # include <assert.h>
  522. | #endif
  523. | Syntax error
  524. configure:7901: /lib/cpp conftest.c
  525. In file included from /usr/include/bits/posix1_lim.h:161,
  526. from /usr/include/limits.h:183,
  527. from /usr/lib64/gcc/x86_64-solus-linux/8/include-fixed/limits.h:194,
  528. from /usr/lib64/gcc/x86_64-solus-linux/8/include-fixed/syslimits.h:7,
  529. from /usr/lib64/gcc/x86_64-solus-linux/8/include-fixed/limits.h:34,
  530. from conftest.c:13:
  531. /usr/include/bits/local_lim.h:38:10: fatal error: linux/limits.h: No such file or directory
  532. #include <linux/limits.h>
  533. ^~~~~~~~~~~~~~~~
  534. compilation terminated.
  535. configure:7901: $? = 1
  536. configure: failed program was:
  537. | /* confdefs.h */
  538. | #define PACKAGE_NAME "libdbus-c++"
  539. | #define PACKAGE_TARNAME "libdbus-c--"
  540. | #define PACKAGE_VERSION "0.9.0"
  541. | #define PACKAGE_STRING "libdbus-c++ 0.9.0"
  542. | #define PACKAGE_BUGREPORT "andreas.volz@tux-style.com"
  543. | #define PACKAGE_URL ""
  544. | #define PACKAGE "libdbus-c++"
  545. | #define VERSION "0.9.0"
  546. | #define HAVE_CLOCK_GETTIME 1
  547. | /* end confdefs.h. */
  548. | #ifdef __STDC__
  549. | # include <limits.h>
  550. | #else
  551. | # include <assert.h>
  552. | #endif
  553. | Syntax error
  554. configure:7931: error: in `/home/dread/Downloads/libdbus-c++-0.9.0':
  555. configure:7934: error: C preprocessor "/lib/cpp" fails sanity check
  556. See `config.log' for more details.
  557.  
  558. ## ---------------- ##
  559. ## Cache variables. ##
  560. ## ---------------- ##
  561.  
  562. ac_cv_build=x86_64-unknown-linux-gnu
  563. ac_cv_c_compiler_gnu=yes
  564. ac_cv_cxx_compiler_gnu=yes
  565. ac_cv_env_CCC_set=
  566. ac_cv_env_CCC_value=
  567. ac_cv_env_CC_set=
  568. ac_cv_env_CC_value=
  569. ac_cv_env_CFLAGS_set=
  570. ac_cv_env_CFLAGS_value=
  571. ac_cv_env_CPPFLAGS_set=
  572. ac_cv_env_CPPFLAGS_value=
  573. ac_cv_env_CPP_set=
  574. ac_cv_env_CPP_value=
  575. ac_cv_env_CXXCPP_set=
  576. ac_cv_env_CXXCPP_value=
  577. ac_cv_env_CXXFLAGS_set=
  578. ac_cv_env_CXXFLAGS_value=
  579. ac_cv_env_CXX_set=
  580. ac_cv_env_CXX_value=
  581. ac_cv_env_LDFLAGS_set=
  582. ac_cv_env_LDFLAGS_value=
  583. ac_cv_env_LIBS_set=
  584. ac_cv_env_LIBS_value=
  585. ac_cv_env_PKG_CONFIG_set=
  586. ac_cv_env_PKG_CONFIG_value=
  587. ac_cv_env_build_alias_set=
  588. ac_cv_env_build_alias_value=
  589. ac_cv_env_dbus_CFLAGS_set=
  590. ac_cv_env_dbus_CFLAGS_value=
  591. ac_cv_env_dbus_LIBS_set=
  592. ac_cv_env_dbus_LIBS_value=
  593. ac_cv_env_ecore_CFLAGS_set=
  594. ac_cv_env_ecore_CFLAGS_value=
  595. ac_cv_env_ecore_LIBS_set=
  596. ac_cv_env_ecore_LIBS_value=
  597. ac_cv_env_glib_CFLAGS_set=
  598. ac_cv_env_glib_CFLAGS_value=
  599. ac_cv_env_glib_LIBS_set=
  600. ac_cv_env_glib_LIBS_value=
  601. ac_cv_env_gtkmm_CFLAGS_set=
  602. ac_cv_env_gtkmm_CFLAGS_value=
  603. ac_cv_env_gtkmm_LIBS_set=
  604. ac_cv_env_gtkmm_LIBS_value=
  605. ac_cv_env_host_alias_set=
  606. ac_cv_env_host_alias_value=
  607. ac_cv_env_target_alias_set=
  608. ac_cv_env_target_alias_value=
  609. ac_cv_func_clock_gettime=no
  610. ac_cv_host=x86_64-unknown-linux-gnu
  611. ac_cv_lib_rt_clock_gettime=yes
  612. ac_cv_objext=o
  613. ac_cv_path_EGREP='/bin/grep -E'
  614. ac_cv_path_FGREP='/bin/grep -F'
  615. ac_cv_path_GREP=/bin/grep
  616. ac_cv_path_SED=/bin/sed
  617. ac_cv_path_install='/usr/bin/install -c'
  618. ac_cv_path_mkdir=/bin/mkdir
  619. ac_cv_prog_AWK=gawk
  620. ac_cv_prog_CPP=/lib/cpp
  621. ac_cv_prog_ac_ct_AR=ar
  622. ac_cv_prog_ac_ct_CC=gcc
  623. ac_cv_prog_ac_ct_CXX=g++
  624. ac_cv_prog_ac_ct_OBJDUMP=objdump
  625. ac_cv_prog_ac_ct_RANLIB=ranlib
  626. ac_cv_prog_ac_ct_STRIP=strip
  627. ac_cv_prog_cc_c89=
  628. ac_cv_prog_cc_g=yes
  629. ac_cv_prog_cxx_g=yes
  630. ac_cv_prog_make_make_set=yes
  631. am_cv_CC_dependencies_compiler_type=gcc3
  632. am_cv_CXX_dependencies_compiler_type=gcc3
  633. lt_cv_deplibs_check_method=pass_all
  634. lt_cv_file_magic_cmd='$MAGIC_CMD'
  635. lt_cv_file_magic_test_file=
  636. lt_cv_ld_reload_flag=-r
  637. lt_cv_nm_interface='BSD nm'
  638. lt_cv_path_LD=/usr/bin/ld
  639. lt_cv_path_NM='/usr/bin/nm -B'
  640. lt_cv_prog_gnu_ld=yes
  641. lt_cv_sys_global_symbol_pipe='sed -n -e '\''s/^.*[ ]\([ABCDGIRSTW][ABCDGIRSTW]*\)[ ][ ]*\([_A-Za-z][_A-Za-z0-9]*\)$/\1 \2 \2/p'\'''
  642. lt_cv_sys_global_symbol_to_c_name_address='sed -n -e '\''s/^: \([^ ]*\) $/ {\"\1\", (void *) 0},/p'\'' -e '\''s/^[ABCDGIRSTW]* \([^ ]*\) \([^ ]*\)$/ {"\2", (void *) \&\2},/p'\'''
  643. lt_cv_sys_global_symbol_to_c_name_address_lib_prefix='sed -n -e '\''s/^: \([^ ]*\) $/ {\"\1\", (void *) 0},/p'\'' -e '\''s/^[ABCDGIRSTW]* \([^ ]*\) \(lib[^ ]*\)$/ {"\2", (void *) \&\2},/p'\'' -e '\''s/^[ABCDGIRSTW]* \([^ ]*\) \([^ ]*\)$/ {"lib\2", (void *) \&\2},/p'\'''
  644. lt_cv_sys_global_symbol_to_cdecl='sed -n -e '\''s/^T .* \(.*\)$/extern int \1();/p'\'' -e '\''s/^[ABCDGIRSTW]* .* \(.*\)$/extern char \1;/p'\'''
  645. lt_cv_sys_max_cmd_len=1572864
  646.  
  647. ## ----------------- ##
  648. ## Output variables. ##
  649. ## ----------------- ##
  650.  
  651. ACLOCAL='${SHELL} /home/dread/Downloads/libdbus-c++-0.9.0/missing --run aclocal-1.11'
  652. AMDEPBACKSLASH='\'
  653. AMDEP_FALSE='#'
  654. AMDEP_TRUE=''
  655. AMTAR='${SHELL} /home/dread/Downloads/libdbus-c++-0.9.0/missing --run tar'
  656. AR='ar'
  657. AUTOCONF='${SHELL} /home/dread/Downloads/libdbus-c++-0.9.0/missing --run autoconf'
  658. AUTOHEADER='${SHELL} /home/dread/Downloads/libdbus-c++-0.9.0/missing --run autoheader'
  659. AUTOMAKE='${SHELL} /home/dread/Downloads/libdbus-c++-0.9.0/missing --run automake-1.11'
  660. AWK='gawk'
  661. BUILD_LIBDBUS_CXX_DIR=''
  662. CC='gcc'
  663. CCDEPMODE='depmode=gcc3'
  664. CFLAGS='-g -O2'
  665. CPP='/lib/cpp'
  666. CPPFLAGS=''
  667. CROSS_COMPILING_FALSE=''
  668. CROSS_COMPILING_TRUE=''
  669. CXX='g++'
  670. CXXCPP=''
  671. CXXDEPMODE='depmode=gcc3'
  672. CXXFLAGS='-g -O2'
  673. CXX_FOR_BUILD='g++'
  674. CYGPATH_W='echo'
  675. DBUS_DOXYGEN_DOCS_ENABLED_FALSE=''
  676. DBUS_DOXYGEN_DOCS_ENABLED_TRUE=''
  677. DEFS=''
  678. DEPDIR='.deps'
  679. DOXYGEN=''
  680. DSYMUTIL=''
  681. DUMPBIN=''
  682. ECHO_C=''
  683. ECHO_N='-n'
  684. ECHO_T=''
  685. EGREP='/bin/grep -E'
  686. ENABLE_ECORE_FALSE=''
  687. ENABLE_ECORE_TRUE=''
  688. ENABLE_EXAMPLES_FALSE=''
  689. ENABLE_EXAMPLES_TRUE=''
  690. ENABLE_GLIB_FALSE=''
  691. ENABLE_GLIB_TRUE=''
  692. ENABLE_TESTS_FALSE=''
  693. ENABLE_TESTS_TRUE=''
  694. EXEEXT=''
  695. FGREP='/bin/grep -F'
  696. GREP='/bin/grep'
  697. HAVE_GTKMM_FALSE=''
  698. HAVE_GTKMM_TRUE=''
  699. HAVE_PTHREAD_FALSE=''
  700. HAVE_PTHREAD_TRUE=''
  701. INSTALL_DATA='${INSTALL} -m 644'
  702. INSTALL_PROGRAM='${INSTALL}'
  703. INSTALL_SCRIPT='${INSTALL}'
  704. INSTALL_STRIP_PROGRAM='$(install_sh) -c -s'
  705. LD='/usr/bin/ld -m elf_x86_64'
  706. LDFLAGS=''
  707. LIBOBJS=''
  708. LIBS=''
  709. LIBTOOL=''
  710. LIPO=''
  711. LN_S='ln -s'
  712. LTLIBOBJS=''
  713. MAKEINFO='${SHELL} /home/dread/Downloads/libdbus-c++-0.9.0/missing --run makeinfo'
  714. MKDIR_P='/bin/mkdir -p'
  715. NM='/usr/bin/nm -B'
  716. NMEDIT=''
  717. OBJDUMP='objdump'
  718. OBJEXT='o'
  719. OTOOL64=''
  720. OTOOL=''
  721. PACKAGE='libdbus-c++'
  722. PACKAGE_BUGREPORT='andreas.volz@tux-style.com'
  723. PACKAGE_NAME='libdbus-c++'
  724. PACKAGE_STRING='libdbus-c++ 0.9.0'
  725. PACKAGE_TARNAME='libdbus-c--'
  726. PACKAGE_URL=''
  727. PACKAGE_VERSION='0.9.0'
  728. PATH_SEPARATOR=':'
  729. PKG_CONFIG=''
  730. PTHREAD_CC=''
  731. PTHREAD_CFLAGS=''
  732. PTHREAD_LIBS=''
  733. RANLIB='ranlib'
  734. RT_LIBS='-lrt'
  735. SED='/bin/sed'
  736. SET_MAKE=''
  737. SHELL='/bin/sh'
  738. STRIP='strip'
  739. VERSION='0.9.0'
  740. ac_ct_CC='gcc'
  741. ac_ct_CXX='g++'
  742. ac_ct_DUMPBIN=''
  743. acx_pthread_config=''
  744. am__EXEEXT_FALSE=''
  745. am__EXEEXT_TRUE=''
  746. am__fastdepCC_FALSE='#'
  747. am__fastdepCC_TRUE=''
  748. am__fastdepCXX_FALSE='#'
  749. am__fastdepCXX_TRUE=''
  750. am__include='include'
  751. am__isrc=''
  752. am__leading_dot='.'
  753. am__quote=''
  754. am__tar='${AMTAR} chof - "$$tardir"'
  755. am__untar='${AMTAR} xf -'
  756. bindir='${exec_prefix}/bin'
  757. build='x86_64-unknown-linux-gnu'
  758. build_alias=''
  759. build_cpu='x86_64'
  760. build_os='linux-gnu'
  761. build_vendor='unknown'
  762. datadir='${datarootdir}'
  763. datarootdir='${prefix}/share'
  764. dbus_CFLAGS=''
  765. dbus_LIBS=''
  766. docdir='${datarootdir}/doc/${PACKAGE_TARNAME}'
  767. dvidir='${docdir}'
  768. ecore_CFLAGS=''
  769. ecore_LIBS=''
  770. exec_prefix='NONE'
  771. glib_CFLAGS=''
  772. glib_LIBS=''
  773. gtkmm_CFLAGS=''
  774. gtkmm_LIBS=''
  775. host='x86_64-unknown-linux-gnu'
  776. host_alias=''
  777. host_cpu='x86_64'
  778. host_os='linux-gnu'
  779. host_vendor='unknown'
  780. htmldir='${docdir}'
  781. includedir='${prefix}/include'
  782. infodir='${datarootdir}/info'
  783. install_sh='${SHELL} /home/dread/Downloads/libdbus-c++-0.9.0/install-sh'
  784. libdir='${exec_prefix}/lib'
  785. libexecdir='${exec_prefix}/libexec'
  786. localedir='${datarootdir}/locale'
  787. localstatedir='${prefix}/var'
  788. lt_ECHO='echo'
  789. mandir='${datarootdir}/man'
  790. mkdir_p='/bin/mkdir -p'
  791. oldincludedir='/usr/include'
  792. pdfdir='${docdir}'
  793. prefix='NONE'
  794. program_transform_name='s,x,x,'
  795. psdir='${docdir}'
  796. sbindir='${exec_prefix}/sbin'
  797. sharedstatedir='${prefix}/com'
  798. sysconfdir='${prefix}/etc'
  799. target_alias=''
  800. xml_CFLAGS=''
  801. xml_LIBS=''
  802.  
  803. ## ----------- ##
  804. ## confdefs.h. ##
  805. ## ----------- ##
  806.  
  807. /* confdefs.h */
  808. #define PACKAGE_NAME "libdbus-c++"
  809. #define PACKAGE_TARNAME "libdbus-c--"
  810. #define PACKAGE_VERSION "0.9.0"
  811. #define PACKAGE_STRING "libdbus-c++ 0.9.0"
  812. #define PACKAGE_BUGREPORT "andreas.volz@tux-style.com"
  813. #define PACKAGE_URL ""
  814. #define PACKAGE "libdbus-c++"
  815. #define VERSION "0.9.0"
  816. #define HAVE_CLOCK_GETTIME 1
  817.  
  818. configure: exit 1
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement