Advertisement
Guest User

Untitled

a guest
Aug 1st, 2021
173
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 26.79 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 swig configure 4.0.2, which was
  5. generated by GNU Autoconf 2.69. Invocation command line was
  6.  
  7. $ ./configure --prefix=/usr --build=x86_64-pc-linux-gnu --host=x86_64-pc-linux-gnu --mandir=/usr/share/man --infodir=/usr/share/info --datadir=/usr/share --sysconfdir=/etc --localstatedir=/var/lib --disable-dependency-tracking --disable-silent-rules --docdir=/usr/share/doc/swig-4.0.2 --htmldir=/usr/share/doc/swig-4.0.2/html --libdir=/usr/lib64 PKGCONFIG=x86_64-pc-linux-gnu-pkg-config --disable-ccache --with-pcre
  8.  
  9. ## --------- ##
  10. ## Platform. ##
  11. ## --------- ##
  12.  
  13. hostname = localhost
  14. uname -m = x86_64
  15. uname -r = 5.4.0-80-generic
  16. uname -s = Linux
  17. uname -v = #90-Ubuntu SMP Fri Jul 9 22:49:44 UTC 2021
  18.  
  19. /usr/bin/uname -p = AMD A8-4500M APU with Radeon(tm) HD Graphics
  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/lib/portage/python3.9/ebuild-helpers/xattr
  31. PATH: /usr/lib/portage/python3.9/ebuild-helpers
  32. PATH: /usr/local/sbin
  33. PATH: /usr/local/bin
  34. PATH: /usr/sbin
  35. PATH: /usr/bin
  36. PATH: /sbin
  37. PATH: /bin
  38. PATH: /opt/bin
  39. PATH: /usr/lib/llvm/12/bin
  40.  
  41.  
  42. ## ----------- ##
  43. ## Core tests. ##
  44. ## ----------- ##
  45.  
  46. configure:2777: checking build system type
  47. configure:2791: result: x86_64-pc-linux-gnu
  48. configure:2811: checking host system type
  49. configure:2824: result: x86_64-pc-linux-gnu
  50. configure:2860: checking for a BSD-compatible install
  51. configure:2928: result: /usr/lib/portage/python3.9/ebuild-helpers/xattr/install -c
  52. configure:2939: checking whether build environment is sane
  53. configure:2994: result: yes
  54. configure:3145: checking for a thread-safe mkdir -p
  55. configure:3184: result: /bin/mkdir -p
  56. configure:3191: checking for gawk
  57. configure:3207: found /usr/bin/gawk
  58. configure:3218: result: gawk
  59. configure:3229: checking whether make sets $(MAKE)
  60. configure:3251: result: yes
  61. configure:3280: checking whether make supports nested variables
  62. configure:3297: result: yes
  63. configure:3434: checking for x86_64-pc-linux-gnu-gcc
  64. configure:3450: found /usr/bin/x86_64-pc-linux-gnu-gcc
  65. configure:3461: result: x86_64-pc-linux-gnu-gcc
  66. configure:3730: checking for C compiler version
  67. configure:3739: x86_64-pc-linux-gnu-gcc --version >&5
  68. x86_64-pc-linux-gnu-gcc (Gentoo 10.3.0 p1) 10.3.0
  69. Copyright (C) 2020 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:3750: $? = 0
  74. configure:3739: x86_64-pc-linux-gnu-gcc -v >&5
  75. Using built-in specs.
  76. COLLECT_GCC=x86_64-pc-linux-gnu-gcc
  77. COLLECT_LTO_WRAPPER=/usr/libexec/gcc/x86_64-pc-linux-gnu/10.3.0/lto-wrapper
  78. Target: x86_64-pc-linux-gnu
  79. Configured with: /var/tmp/portage/sys-devel/gcc-10.3.0/work/gcc-10.3.0/configure --host=x86_64-pc-linux-gnu --build=x86_64-pc-linux-gnu --prefix=/usr --bindir=/usr/x86_64-pc-linux-gnu/gcc-bin/10.3.0 --includedir=/usr/lib/gcc/x86_64-pc-linux-gnu/10.3.0/include --datadir=/usr/share/gcc-data/x86_64-pc-linux-gnu/10.3.0 --mandir=/usr/share/gcc-data/x86_64-pc-linux-gnu/10.3.0/man --infodir=/usr/share/gcc-data/x86_64-pc-linux-gnu/10.3.0/info --with-gxx-include-dir=/usr/lib/gcc/x86_64-pc-linux-gnu/10.3.0/include/g++-v10 --with-python-dir=/share/gcc-data/x86_64-pc-linux-gnu/10.3.0/python --enable-languages=c,c++,fortran --enable-obsolete --enable-secureplt --disable-werror --with-system-zlib --enable-nls --without-included-gettext --enable-checking=release --with-bugurl=https://bugs.gentoo.org/ --with-pkgversion='Gentoo 10.3.0 p1' --disable-esp --enable-libstdcxx-time --enable-shared --enable-threads=posix --enable-__cxa_atexit --enable-clocale=gnu --enable-multilib --with-multilib-list=m32,m64 --disable-fixed-point --enable-targets=all --enable-libgomp --disable-libssp --disable-libada --disable-systemtap --disable-vtable-verify --disable-libvtv --without-zstd --enable-lto --without-isl --enable-default-pie --enable-default-ssp
  80. Thread model: posix
  81. Supported LTO compression algorithms: zlib
  82. gcc version 10.3.0 (Gentoo 10.3.0 p1)
  83. configure:3750: $? = 0
  84. configure:3739: x86_64-pc-linux-gnu-gcc -V >&5
  85. x86_64-pc-linux-gnu-gcc: error: unrecognized command-line option '-V'
  86. x86_64-pc-linux-gnu-gcc: fatal error: no input files
  87. compilation terminated.
  88. configure:3750: $? = 1
  89. configure:3739: x86_64-pc-linux-gnu-gcc -qversion >&5
  90. x86_64-pc-linux-gnu-gcc: error: unrecognized command-line option '-qversion'; did you mean '--version'?
  91. x86_64-pc-linux-gnu-gcc: fatal error: no input files
  92. compilation terminated.
  93. configure:3750: $? = 1
  94. configure:3770: checking whether the C compiler works
  95. configure:3792: x86_64-pc-linux-gnu-gcc -O2 -pipe -Wl,-O1 -Wl,--as-needed conftest.c >&5
  96. configure:3796: $? = 0
  97. configure:3844: result: yes
  98. configure:3847: checking for C compiler default output file name
  99. configure:3849: result: a.out
  100. configure:3855: checking for suffix of executables
  101. configure:3862: x86_64-pc-linux-gnu-gcc -o conftest -O2 -pipe -Wl,-O1 -Wl,--as-needed conftest.c >&5
  102. configure:3866: $? = 0
  103. configure:3888: result:
  104. configure:3910: checking whether we are cross compiling
  105. configure:3918: x86_64-pc-linux-gnu-gcc -o conftest -O2 -pipe -Wl,-O1 -Wl,--as-needed conftest.c >&5
  106. configure:3922: $? = 0
  107. configure:3929: ./conftest
  108. configure:3933: $? = 0
  109. configure:3948: result: no
  110. configure:3953: checking for suffix of object files
  111. configure:3975: x86_64-pc-linux-gnu-gcc -c -O2 -pipe conftest.c >&5
  112. configure:3979: $? = 0
  113. configure:4000: result: o
  114. configure:4004: checking whether we are using the GNU C compiler
  115. configure:4023: x86_64-pc-linux-gnu-gcc -c -O2 -pipe conftest.c >&5
  116. configure:4023: $? = 0
  117. configure:4032: result: yes
  118. configure:4041: checking whether x86_64-pc-linux-gnu-gcc accepts -g
  119. configure:4061: x86_64-pc-linux-gnu-gcc -c -g conftest.c >&5
  120. configure:4061: $? = 0
  121. configure:4102: result: yes
  122. configure:4119: checking for x86_64-pc-linux-gnu-gcc option to accept ISO C89
  123. configure:4182: x86_64-pc-linux-gnu-gcc -c -O2 -pipe conftest.c >&5
  124. configure:4182: $? = 0
  125. configure:4195: result: none needed
  126. configure:4220: checking whether x86_64-pc-linux-gnu-gcc understands -c and -o together
  127. configure:4242: x86_64-pc-linux-gnu-gcc -c conftest.c -o conftest2.o
  128. configure:4245: $? = 0
  129. configure:4242: x86_64-pc-linux-gnu-gcc -c conftest.c -o conftest2.o
  130. configure:4245: $? = 0
  131. configure:4257: result: yes
  132. configure:4285: checking for style of include used by make
  133. configure:4313: result: GNU
  134. configure:4339: checking dependency style of x86_64-pc-linux-gnu-gcc
  135. configure:4450: result: none
  136. configure:4479: checking for x86_64-pc-linux-gnu-g++
  137. configure:4495: found /usr/bin/x86_64-pc-linux-gnu-g++
  138. configure:4506: result: x86_64-pc-linux-gnu-g++
  139. configure:4577: checking for C++ compiler version
  140. configure:4586: x86_64-pc-linux-gnu-g++ --version >&5
  141. x86_64-pc-linux-gnu-g++ (Gentoo 10.3.0 p1) 10.3.0
  142. Copyright (C) 2020 Free Software Foundation, Inc.
  143. This is free software; see the source for copying conditions. There is NO
  144. warranty; not even for MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE.
  145.  
  146. configure:4597: $? = 0
  147. configure:4586: x86_64-pc-linux-gnu-g++ -v >&5
  148. Using built-in specs.
  149. COLLECT_GCC=x86_64-pc-linux-gnu-g++
  150. COLLECT_LTO_WRAPPER=/usr/libexec/gcc/x86_64-pc-linux-gnu/10.3.0/lto-wrapper
  151. Target: x86_64-pc-linux-gnu
  152. Configured with: /var/tmp/portage/sys-devel/gcc-10.3.0/work/gcc-10.3.0/configure --host=x86_64-pc-linux-gnu --build=x86_64-pc-linux-gnu --prefix=/usr --bindir=/usr/x86_64-pc-linux-gnu/gcc-bin/10.3.0 --includedir=/usr/lib/gcc/x86_64-pc-linux-gnu/10.3.0/include --datadir=/usr/share/gcc-data/x86_64-pc-linux-gnu/10.3.0 --mandir=/usr/share/gcc-data/x86_64-pc-linux-gnu/10.3.0/man --infodir=/usr/share/gcc-data/x86_64-pc-linux-gnu/10.3.0/info --with-gxx-include-dir=/usr/lib/gcc/x86_64-pc-linux-gnu/10.3.0/include/g++-v10 --with-python-dir=/share/gcc-data/x86_64-pc-linux-gnu/10.3.0/python --enable-languages=c,c++,fortran --enable-obsolete --enable-secureplt --disable-werror --with-system-zlib --enable-nls --without-included-gettext --enable-checking=release --with-bugurl=https://bugs.gentoo.org/ --with-pkgversion='Gentoo 10.3.0 p1' --disable-esp --enable-libstdcxx-time --enable-shared --enable-threads=posix --enable-__cxa_atexit --enable-clocale=gnu --enable-multilib --with-multilib-list=m32,m64 --disable-fixed-point --enable-targets=all --enable-libgomp --disable-libssp --disable-libada --disable-systemtap --disable-vtable-verify --disable-libvtv --without-zstd --enable-lto --without-isl --enable-default-pie --enable-default-ssp
  153. Thread model: posix
  154. Supported LTO compression algorithms: zlib
  155. gcc version 10.3.0 (Gentoo 10.3.0 p1)
  156. configure:4597: $? = 0
  157. configure:4586: x86_64-pc-linux-gnu-g++ -V >&5
  158. x86_64-pc-linux-gnu-g++: error: unrecognized command-line option '-V'
  159. x86_64-pc-linux-gnu-g++: fatal error: no input files
  160. compilation terminated.
  161. configure:4597: $? = 1
  162. configure:4586: x86_64-pc-linux-gnu-g++ -qversion >&5
  163. x86_64-pc-linux-gnu-g++: error: unrecognized command-line option '-qversion'; did you mean '--version'?
  164. x86_64-pc-linux-gnu-g++: fatal error: no input files
  165. compilation terminated.
  166. configure:4597: $? = 1
  167. configure:4601: checking whether we are using the GNU C++ compiler
  168. configure:4620: x86_64-pc-linux-gnu-g++ -c -O2 -pipe conftest.cpp >&5
  169. configure:4620: $? = 0
  170. configure:4629: result: yes
  171. configure:4638: checking whether x86_64-pc-linux-gnu-g++ accepts -g
  172. configure:4658: x86_64-pc-linux-gnu-g++ -c -g conftest.cpp >&5
  173. configure:4658: $? = 0
  174. configure:4699: result: yes
  175. configure:4724: checking dependency style of x86_64-pc-linux-gnu-g++
  176. configure:4835: result: none
  177. configure:4853: checking maximum warning verbosity option
  178. configure:4891: result: -Wall -W -ansi -pedantic for C++ -Wall -W -ansi -pedantic for C
  179. configure:4914: checking how to run the C preprocessor
  180. configure:4945: x86_64-pc-linux-gnu-gcc -E conftest.c
  181. In file included from /usr/include/bits/posix1_lim.h:161,
  182. from /usr/include/limits.h:195,
  183. from /usr/lib/gcc/x86_64-pc-linux-gnu/10.3.0/include-fixed/limits.h:195,
  184. from /usr/lib/gcc/x86_64-pc-linux-gnu/10.3.0/include-fixed/syslimits.h:7,
  185. from /usr/lib/gcc/x86_64-pc-linux-gnu/10.3.0/include-fixed/limits.h:34,
  186. from conftest.c:14:
  187. /usr/include/bits/local_lim.h:38:10: fatal error: linux/limits.h: No such file or directory
  188. 38 | #include <linux/limits.h>
  189. | ^~~~~~~~~~~~~~~~
  190. compilation terminated.
  191. configure:4945: $? = 1
  192. configure: failed program was:
  193. | /* confdefs.h */
  194. | #define PACKAGE_NAME "swig"
  195. | #define PACKAGE_TARNAME "swig"
  196. | #define PACKAGE_VERSION "4.0.2"
  197. | #define PACKAGE_STRING "swig 4.0.2"
  198. | #define PACKAGE_BUGREPORT "http://www.swig.org"
  199. | #define PACKAGE_URL ""
  200. | #define PACKAGE "swig"
  201. | #define VERSION "4.0.2"
  202. | #define SWIG_CXX "x86_64-pc-linux-gnu-g++"
  203. | #define SWIG_PLATFORM "x86_64-pc-linux-gnu"
  204. | /* end confdefs.h. */
  205. | #ifdef __STDC__
  206. | # include <limits.h>
  207. | #else
  208. | # include <assert.h>
  209. | #endif
  210. | Syntax error
  211. configure:4945: x86_64-pc-linux-gnu-gcc -E conftest.c
  212. In file included from /usr/include/bits/posix1_lim.h:161,
  213. from /usr/include/limits.h:195,
  214. from /usr/lib/gcc/x86_64-pc-linux-gnu/10.3.0/include-fixed/limits.h:195,
  215. from /usr/lib/gcc/x86_64-pc-linux-gnu/10.3.0/include-fixed/syslimits.h:7,
  216. from /usr/lib/gcc/x86_64-pc-linux-gnu/10.3.0/include-fixed/limits.h:34,
  217. from conftest.c:14:
  218. /usr/include/bits/local_lim.h:38:10: fatal error: linux/limits.h: No such file or directory
  219. 38 | #include <linux/limits.h>
  220. | ^~~~~~~~~~~~~~~~
  221. compilation terminated.
  222. configure:4945: $? = 1
  223. configure: failed program was:
  224. | /* confdefs.h */
  225. | #define PACKAGE_NAME "swig"
  226. | #define PACKAGE_TARNAME "swig"
  227. | #define PACKAGE_VERSION "4.0.2"
  228. | #define PACKAGE_STRING "swig 4.0.2"
  229. | #define PACKAGE_BUGREPORT "http://www.swig.org"
  230. | #define PACKAGE_URL ""
  231. | #define PACKAGE "swig"
  232. | #define VERSION "4.0.2"
  233. | #define SWIG_CXX "x86_64-pc-linux-gnu-g++"
  234. | #define SWIG_PLATFORM "x86_64-pc-linux-gnu"
  235. | /* end confdefs.h. */
  236. | #ifdef __STDC__
  237. | # include <limits.h>
  238. | #else
  239. | # include <assert.h>
  240. | #endif
  241. | Syntax error
  242. configure:4945: x86_64-pc-linux-gnu-gcc -E -traditional-cpp conftest.c
  243. In file included from /usr/include/features.h:474,
  244. from /usr/include/assert.h:36,
  245. from conftest.c:17:
  246. /usr/include/sys/cdefs.h:30:3: error: #error "You need a ISO C conforming compiler to use the glibc headers"
  247. 30 | # error "You need a ISO C conforming compiler to use the glibc headers"
  248. | ^~~~~
  249. configure:4945: $? = 1
  250. configure: failed program was:
  251. | /* confdefs.h */
  252. | #define PACKAGE_NAME "swig"
  253. | #define PACKAGE_TARNAME "swig"
  254. | #define PACKAGE_VERSION "4.0.2"
  255. | #define PACKAGE_STRING "swig 4.0.2"
  256. | #define PACKAGE_BUGREPORT "http://www.swig.org"
  257. | #define PACKAGE_URL ""
  258. | #define PACKAGE "swig"
  259. | #define VERSION "4.0.2"
  260. | #define SWIG_CXX "x86_64-pc-linux-gnu-g++"
  261. | #define SWIG_PLATFORM "x86_64-pc-linux-gnu"
  262. | /* end confdefs.h. */
  263. | #ifdef __STDC__
  264. | # include <limits.h>
  265. | #else
  266. | # include <assert.h>
  267. | #endif
  268. | Syntax error
  269. configure:4945: x86_64-pc-linux-gnu-gcc -E -traditional-cpp conftest.c
  270. In file included from /usr/include/features.h:474,
  271. from /usr/include/assert.h:36,
  272. from conftest.c:17:
  273. /usr/include/sys/cdefs.h:30:3: error: #error "You need a ISO C conforming compiler to use the glibc headers"
  274. 30 | # error "You need a ISO C conforming compiler to use the glibc headers"
  275. | ^~~~~
  276. configure:4945: $? = 1
  277. configure: failed program was:
  278. | /* confdefs.h */
  279. | #define PACKAGE_NAME "swig"
  280. | #define PACKAGE_TARNAME "swig"
  281. | #define PACKAGE_VERSION "4.0.2"
  282. | #define PACKAGE_STRING "swig 4.0.2"
  283. | #define PACKAGE_BUGREPORT "http://www.swig.org"
  284. | #define PACKAGE_URL ""
  285. | #define PACKAGE "swig"
  286. | #define VERSION "4.0.2"
  287. | #define SWIG_CXX "x86_64-pc-linux-gnu-g++"
  288. | #define SWIG_PLATFORM "x86_64-pc-linux-gnu"
  289. | /* end confdefs.h. */
  290. | #ifdef __STDC__
  291. | # include <limits.h>
  292. | #else
  293. | # include <assert.h>
  294. | #endif
  295. | Syntax error
  296. configure:4945: /lib/cpp conftest.c
  297. In file included from /usr/include/bits/posix1_lim.h:161,
  298. from /usr/include/limits.h:195,
  299. from /usr/lib/gcc/x86_64-pc-linux-gnu/10.3.0/include-fixed/limits.h:195,
  300. from /usr/lib/gcc/x86_64-pc-linux-gnu/10.3.0/include-fixed/syslimits.h:7,
  301. from /usr/lib/gcc/x86_64-pc-linux-gnu/10.3.0/include-fixed/limits.h:34,
  302. from conftest.c:14:
  303. /usr/include/bits/local_lim.h:38:10: fatal error: linux/limits.h: No such file or directory
  304. 38 | #include <linux/limits.h>
  305. | ^~~~~~~~~~~~~~~~
  306. compilation terminated.
  307. configure:4945: $? = 1
  308. configure: failed program was:
  309. | /* confdefs.h */
  310. | #define PACKAGE_NAME "swig"
  311. | #define PACKAGE_TARNAME "swig"
  312. | #define PACKAGE_VERSION "4.0.2"
  313. | #define PACKAGE_STRING "swig 4.0.2"
  314. | #define PACKAGE_BUGREPORT "http://www.swig.org"
  315. | #define PACKAGE_URL ""
  316. | #define PACKAGE "swig"
  317. | #define VERSION "4.0.2"
  318. | #define SWIG_CXX "x86_64-pc-linux-gnu-g++"
  319. | #define SWIG_PLATFORM "x86_64-pc-linux-gnu"
  320. | /* end confdefs.h. */
  321. | #ifdef __STDC__
  322. | # include <limits.h>
  323. | #else
  324. | # include <assert.h>
  325. | #endif
  326. | Syntax error
  327. configure:4945: /lib/cpp conftest.c
  328. In file included from /usr/include/bits/posix1_lim.h:161,
  329. from /usr/include/limits.h:195,
  330. from /usr/lib/gcc/x86_64-pc-linux-gnu/10.3.0/include-fixed/limits.h:195,
  331. from /usr/lib/gcc/x86_64-pc-linux-gnu/10.3.0/include-fixed/syslimits.h:7,
  332. from /usr/lib/gcc/x86_64-pc-linux-gnu/10.3.0/include-fixed/limits.h:34,
  333. from conftest.c:14:
  334. /usr/include/bits/local_lim.h:38:10: fatal error: linux/limits.h: No such file or directory
  335. 38 | #include <linux/limits.h>
  336. | ^~~~~~~~~~~~~~~~
  337. compilation terminated.
  338. configure:4945: $? = 1
  339. configure: failed program was:
  340. | /* confdefs.h */
  341. | #define PACKAGE_NAME "swig"
  342. | #define PACKAGE_TARNAME "swig"
  343. | #define PACKAGE_VERSION "4.0.2"
  344. | #define PACKAGE_STRING "swig 4.0.2"
  345. | #define PACKAGE_BUGREPORT "http://www.swig.org"
  346. | #define PACKAGE_URL ""
  347. | #define PACKAGE "swig"
  348. | #define VERSION "4.0.2"
  349. | #define SWIG_CXX "x86_64-pc-linux-gnu-g++"
  350. | #define SWIG_PLATFORM "x86_64-pc-linux-gnu"
  351. | /* end confdefs.h. */
  352. | #ifdef __STDC__
  353. | # include <limits.h>
  354. | #else
  355. | # include <assert.h>
  356. | #endif
  357. | Syntax error
  358. configure:4984: result: /lib/cpp
  359. configure:5004: /lib/cpp conftest.c
  360. In file included from /usr/include/bits/posix1_lim.h:161,
  361. from /usr/include/limits.h:195,
  362. from /usr/lib/gcc/x86_64-pc-linux-gnu/10.3.0/include-fixed/limits.h:195,
  363. from /usr/lib/gcc/x86_64-pc-linux-gnu/10.3.0/include-fixed/syslimits.h:7,
  364. from /usr/lib/gcc/x86_64-pc-linux-gnu/10.3.0/include-fixed/limits.h:34,
  365. from conftest.c:14:
  366. /usr/include/bits/local_lim.h:38:10: fatal error: linux/limits.h: No such file or directory
  367. 38 | #include <linux/limits.h>
  368. | ^~~~~~~~~~~~~~~~
  369. compilation terminated.
  370. configure:5004: $? = 1
  371. configure: failed program was:
  372. | /* confdefs.h */
  373. | #define PACKAGE_NAME "swig"
  374. | #define PACKAGE_TARNAME "swig"
  375. | #define PACKAGE_VERSION "4.0.2"
  376. | #define PACKAGE_STRING "swig 4.0.2"
  377. | #define PACKAGE_BUGREPORT "http://www.swig.org"
  378. | #define PACKAGE_URL ""
  379. | #define PACKAGE "swig"
  380. | #define VERSION "4.0.2"
  381. | #define SWIG_CXX "x86_64-pc-linux-gnu-g++"
  382. | #define SWIG_PLATFORM "x86_64-pc-linux-gnu"
  383. | /* end confdefs.h. */
  384. | #ifdef __STDC__
  385. | # include <limits.h>
  386. | #else
  387. | # include <assert.h>
  388. | #endif
  389. | Syntax error
  390. configure:5004: /lib/cpp conftest.c
  391. In file included from /usr/include/bits/posix1_lim.h:161,
  392. from /usr/include/limits.h:195,
  393. from /usr/lib/gcc/x86_64-pc-linux-gnu/10.3.0/include-fixed/limits.h:195,
  394. from /usr/lib/gcc/x86_64-pc-linux-gnu/10.3.0/include-fixed/syslimits.h:7,
  395. from /usr/lib/gcc/x86_64-pc-linux-gnu/10.3.0/include-fixed/limits.h:34,
  396. from conftest.c:14:
  397. /usr/include/bits/local_lim.h:38:10: fatal error: linux/limits.h: No such file or directory
  398. 38 | #include <linux/limits.h>
  399. | ^~~~~~~~~~~~~~~~
  400. compilation terminated.
  401. configure:5004: $? = 1
  402. configure: failed program was:
  403. | /* confdefs.h */
  404. | #define PACKAGE_NAME "swig"
  405. | #define PACKAGE_TARNAME "swig"
  406. | #define PACKAGE_VERSION "4.0.2"
  407. | #define PACKAGE_STRING "swig 4.0.2"
  408. | #define PACKAGE_BUGREPORT "http://www.swig.org"
  409. | #define PACKAGE_URL ""
  410. | #define PACKAGE "swig"
  411. | #define VERSION "4.0.2"
  412. | #define SWIG_CXX "x86_64-pc-linux-gnu-g++"
  413. | #define SWIG_PLATFORM "x86_64-pc-linux-gnu"
  414. | /* end confdefs.h. */
  415. | #ifdef __STDC__
  416. | # include <limits.h>
  417. | #else
  418. | # include <assert.h>
  419. | #endif
  420. | Syntax error
  421. configure:5034: error: in `/var/tmp/portage/dev-lang/swig-4.0.2/work/swig-4.0.2':
  422. configure:5036: error: C preprocessor "/lib/cpp" fails sanity check
  423. See `config.log' for more details
  424.  
  425. ## ---------------- ##
  426. ## Cache variables. ##
  427. ## ---------------- ##
  428.  
  429. ac_cv_build=x86_64-pc-linux-gnu
  430. ac_cv_c_compiler_gnu=yes
  431. ac_cv_cxx_compiler_gnu=yes
  432. ac_cv_env_CCC_set=
  433. ac_cv_env_CCC_value=
  434. ac_cv_env_CC_set=
  435. ac_cv_env_CC_value=
  436. ac_cv_env_CFLAGS_set=set
  437. ac_cv_env_CFLAGS_value='-O2 -pipe'
  438. ac_cv_env_CPPFLAGS_set=
  439. ac_cv_env_CPPFLAGS_value=
  440. ac_cv_env_CPP_set=
  441. ac_cv_env_CPP_value=
  442. ac_cv_env_CXXFLAGS_set=set
  443. ac_cv_env_CXXFLAGS_value='-O2 -pipe'
  444. ac_cv_env_CXX_set=
  445. ac_cv_env_CXX_value=
  446. ac_cv_env_LDFLAGS_set=set
  447. ac_cv_env_LDFLAGS_value='-Wl,-O1 -Wl,--as-needed'
  448. ac_cv_env_LIBS_set=
  449. ac_cv_env_LIBS_value=
  450. ac_cv_env_PCRE_CFLAGS_set=
  451. ac_cv_env_PCRE_CFLAGS_value=
  452. ac_cv_env_PCRE_CONFIG_set=
  453. ac_cv_env_PCRE_CONFIG_value=
  454. ac_cv_env_PCRE_LIBS_set=
  455. ac_cv_env_PCRE_LIBS_value=
  456. ac_cv_env_YACC_set=
  457. ac_cv_env_YACC_value=
  458. ac_cv_env_YFLAGS_set=
  459. ac_cv_env_YFLAGS_value=
  460. ac_cv_env_build_alias_set=set
  461. ac_cv_env_build_alias_value=x86_64-pc-linux-gnu
  462. ac_cv_env_host_alias_set=set
  463. ac_cv_env_host_alias_value=x86_64-pc-linux-gnu
  464. ac_cv_env_target_alias_set=
  465. ac_cv_env_target_alias_value=
  466. ac_cv_host=x86_64-pc-linux-gnu
  467. ac_cv_objext=o
  468. ac_cv_path_install='/usr/lib/portage/python3.9/ebuild-helpers/xattr/install -c'
  469. ac_cv_path_mkdir=/bin/mkdir
  470. ac_cv_prog_AWK=gawk
  471. ac_cv_prog_CC=x86_64-pc-linux-gnu-gcc
  472. ac_cv_prog_CPP=/lib/cpp
  473. ac_cv_prog_CXX=x86_64-pc-linux-gnu-g++
  474. ac_cv_prog_cc_c89=
  475. ac_cv_prog_cc_g=yes
  476. ac_cv_prog_cxx_g=yes
  477. ac_cv_prog_make_make_set=yes
  478. am_cv_CC_dependencies_compiler_type=none
  479. am_cv_CXX_dependencies_compiler_type=none
  480. am_cv_make_support_nested_variables=yes
  481. am_cv_prog_cc_c_o=yes
  482.  
  483. ## ----------------- ##
  484. ## Output variables. ##
  485. ## ----------------- ##
  486.  
  487. ACLOCAL='${SHELL} /var/tmp/portage/dev-lang/swig-4.0.2/work/swig-4.0.2/Tools/config/missing aclocal-1.15'
  488. ADB=''
  489. AMDEPBACKSLASH=''
  490. AMDEP_FALSE=''
  491. AMDEP_TRUE='#'
  492. AMTAR='$${TAR-tar}'
  493. AM_BACKSLASH='\'
  494. AM_DEFAULT_V='$(AM_DEFAULT_VERBOSITY)'
  495. AM_DEFAULT_VERBOSITY='1'
  496. AM_V='$(V)'
  497. ANDROID=''
  498. ANT=''
  499. AUTOCONF='${SHELL} /var/tmp/portage/dev-lang/swig-4.0.2/work/swig-4.0.2/Tools/config/missing autoconf'
  500. AUTOHEADER='${SHELL} /var/tmp/portage/dev-lang/swig-4.0.2/work/swig-4.0.2/Tools/config/missing autoheader'
  501. AUTOMAKE='${SHELL} /var/tmp/portage/dev-lang/swig-4.0.2/work/swig-4.0.2/Tools/config/missing automake-1.15'
  502. AWK='gawk'
  503. BOOST_CPPFLAGS=''
  504. BOOST_LDFLAGS=''
  505. CAMLP4=''
  506. CC='x86_64-pc-linux-gnu-gcc'
  507. CCDEPMODE='depmode=none'
  508. CCSHARED=''
  509. CFLAGS='-O2 -pipe -Wall -W -ansi -pedantic'
  510. CPP='/lib/cpp'
  511. CPPFLAGS=''
  512. CSHARPCFLAGS=''
  513. CSHARPCILINTERPRETER=''
  514. CSHARPCILINTERPRETER_FLAGS=''
  515. CSHARPCOMPILER=''
  516. CSHARPCONVERTPATH=''
  517. CSHARPDYNAMICLINKING=''
  518. CSHARPLIBRARYPREFIX=''
  519. CSHARPSO=''
  520. CXX='x86_64-pc-linux-gnu-g++'
  521. CXXDEPMODE='depmode=none'
  522. CXXFLAGS='-O2 -pipe -Wall -W -ansi -pedantic'
  523. CXXSHARED=''
  524. CYGPATH_W='echo'
  525. D1COMPILER=''
  526. D2COMPILER=''
  527. DDEFAULTVERSION=''
  528. DEFS=''
  529. DEPDIR='.deps'
  530. DLIBPREFIX=''
  531. ECHO_C=''
  532. ECHO_N='-n'
  533. ECHO_T=''
  534. EGREP=''
  535. ENABLE_CCACHE=''
  536. EXEEXT=''
  537. EXTRA_CLEAN=''
  538. GCCGO=''
  539. GCCGOOPT=''
  540. GO12=''
  541. GO13=''
  542. GO15=''
  543. GO1=''
  544. GO=''
  545. GOC=''
  546. GOGCC=''
  547. GOOPT=''
  548. GOVERSIONOPTION=''
  549. GREP=''
  550. GUILE=''
  551. GUILE_CFLAGS=''
  552. GUILE_CONFIG=''
  553. GUILE_LIBS=''
  554. GUILE_SO=''
  555. HAVE_CXX11_COMPILER=''
  556. INSTALL_DATA='${INSTALL} -m 644'
  557. INSTALL_PROGRAM='${INSTALL}'
  558. INSTALL_SCRIPT='${INSTALL}'
  559. INSTALL_STRIP_PROGRAM='$(install_sh) -c -s'
  560. JAVA=''
  561. JAVAC=''
  562. JAVACFLAGS=''
  563. JAVACXXSHARED=''
  564. JAVADYNAMICLINKING=''
  565. JAVAFLAGS=''
  566. JAVAINC=''
  567. JAVALDSHARED=''
  568. JAVALIBRARYPREFIX=''
  569. JAVASO=''
  570. JAVA_CLASSPATH_SEP=''
  571. JAVA_SKIP_DOXYGEN_TEST_CASES=''
  572. JSCENABLED=''
  573. JSCOREDYNAMICLINKING=''
  574. JSCOREINC=''
  575. JSCOREVERSION=''
  576. JSINTERPRETERCXX=''
  577. JSINTERPRETERLINKFLAGS=''
  578. JSV8DYNAMICLINKING=''
  579. JSV8ENABLED=''
  580. JSV8INC=''
  581. LDFLAGS='-Wl,-O1 -Wl,--as-needed'
  582. LDSHARED=''
  583. LIBC=''
  584. LIBCRYPT=''
  585. LIBM=''
  586. LIBOBJS=''
  587. LIBS=''
  588. LINKFORSHARED=''
  589. LTLIBOBJS=''
  590. LUABIN=''
  591. LUADYNAMICLINKING=''
  592. LUAFLAGS=''
  593. LUALINK=''
  594. LUA_SO=''
  595. MAKEINFO='${SHELL} /var/tmp/portage/dev-lang/swig-4.0.2/work/swig-4.0.2/Tools/config/missing makeinfo'
  596. MKDIR_P='/bin/mkdir -p'
  597. MZC=''
  598. MZDYNOBJ=''
  599. MZSCHEME=''
  600. MZSCHEME_SO=''
  601. NDKBUILD=''
  602. NODEGYP=''
  603. NODEJS=''
  604. OBJEXT='o'
  605. OCAMLC=''
  606. OCAMLDLGEN=''
  607. OCAMLFIND=''
  608. OCAMLMKTOP=''
  609. OCTAVE=''
  610. OCTAVE_CPPFLAGS=''
  611. OCTAVE_CXXFLAGS=''
  612. OCTAVE_LDFLAGS=''
  613. OCTAVE_SO=''
  614. PACKAGE='swig'
  615. PACKAGE_BUGREPORT='http://www.swig.org'
  616. PACKAGE_NAME='swig'
  617. PACKAGE_STRING='swig 4.0.2'
  618. PACKAGE_TARNAME='swig'
  619. PACKAGE_URL=''
  620. PACKAGE_VERSION='4.0.2'
  621. PATH_SEPARATOR=':'
  622. PCHINCLUDEARG=''
  623. PCHINCLUDEEXT=''
  624. PCHSUPPORT=''
  625. PCRE_CFLAGS=''
  626. PCRE_CONFIG=''
  627. PCRE_LIBS=''
  628. PERL5CCCDLFLAGS=''
  629. PERL5CCDLFLAGS=''
  630. PERL5CCFLAGS=''
  631. PERL5DYNAMICLINKING=''
  632. PERL5EXT=''
  633. PERL5LDFLAGS=''
  634. PERL5LIB=''
  635. PERL=''
  636. PHP=''
  637. PHPINC=''
  638. PHP_SO=''
  639. PKGCONFIG='x86_64-pc-linux-gnu-pkg-config'
  640. PLATCFLAGS=''
  641. PLATCXXFLAGS=''
  642. PY2TO3=''
  643. PY3CONFIG=''
  644. PY3INCLUDE=''
  645. PY3LIB=''
  646. PY3LINK=''
  647. PYCODESTYLE=''
  648. PYINCLUDE=''
  649. PYLIB=''
  650. PYLINK=''
  651. PYTHON3=''
  652. PYTHON3DYNAMICLINKING=''
  653. PYTHON=''
  654. PYTHONDYNAMICLINKING=''
  655. PYTHON_SO=''
  656. RBIN=''
  657. ROOT_DIR=''
  658. RPATH=''
  659. RUBY=''
  660. RUBYCCDLFLAGS=''
  661. RUBYDYNAMICLINKING=''
  662. RUBYINCLUDE=''
  663. RUBYLIB=''
  664. RUBYLINK=''
  665. RUBYSO=''
  666. SCILAB=''
  667. SCILABINCLUDE=''
  668. SCILABOPT=''
  669. SED=''
  670. SET_MAKE=''
  671. SHELL='/bin/sh'
  672. SKIP_ANDROID=''
  673. SKIP_CSHARP=''
  674. SKIP_D=''
  675. SKIP_GO=''
  676. SKIP_GUILE=''
  677. SKIP_JAVA=''
  678. SKIP_JAVASCRIPT=''
  679. SKIP_LUA=''
  680. SKIP_MZSCHEME=''
  681. SKIP_OCAML=''
  682. SKIP_OCTAVE=''
  683. SKIP_PERL5=''
  684. SKIP_PHP=''
  685. SKIP_PYTHON3=''
  686. SKIP_PYTHON=''
  687. SKIP_R=''
  688. SKIP_RUBY=''
  689. SKIP_SCILAB=''
  690. SKIP_TCL=''
  691. SO=''
  692. STRIP=''
  693. SWIGLIBS=''
  694. SWIG_LIB=''
  695. SWIG_LIB_INSTALL=''
  696. SWIG_LIB_PREINST=''
  697. SWIG_LIB_SET=''
  698. SWILL=''
  699. TCLCXXSHARED=''
  700. TCLDYNAMICLINKING=''
  701. TCLINCLUDE=''
  702. TCLLDSHARED=''
  703. TCLLIB=''
  704. TCL_SO=''
  705. TRYLINKINGWITHCXX=''
  706. VERSION='4.0.2'
  707. YACC=''
  708. YFLAGS=''
  709. ac_aux_dir='Tools/config'
  710. ac_ct_CC=''
  711. ac_ct_CXX=''
  712. am__EXEEXT_FALSE=''
  713. am__EXEEXT_TRUE=''
  714. am__fastdepCC_FALSE=''
  715. am__fastdepCC_TRUE='#'
  716. am__fastdepCXX_FALSE=''
  717. am__fastdepCXX_TRUE='#'
  718. am__include='include'
  719. am__isrc=''
  720. am__leading_dot='.'
  721. am__nodep=''
  722. am__quote=''
  723. am__tar='$${TAR-tar} chof - "$$tardir"'
  724. am__untar='$${TAR-tar} xf -'
  725. bindir='${exec_prefix}/bin'
  726. build='x86_64-pc-linux-gnu'
  727. build_alias='x86_64-pc-linux-gnu'
  728. build_cpu='x86_64'
  729. build_os='linux-gnu'
  730. build_vendor='pc'
  731. datadir='/usr/share'
  732. datarootdir='${prefix}/share'
  733. docdir='/usr/share/doc/swig-4.0.2'
  734. dvidir='${docdir}'
  735. exec_prefix='NONE'
  736. host='x86_64-pc-linux-gnu'
  737. host_alias='x86_64-pc-linux-gnu'
  738. host_cpu='x86_64'
  739. host_os='linux-gnu'
  740. host_vendor='pc'
  741. htmldir='/usr/share/doc/swig-4.0.2/html'
  742. includedir='${prefix}/include'
  743. infodir='/usr/share/info'
  744. install_sh='${SHELL} /var/tmp/portage/dev-lang/swig-4.0.2/work/swig-4.0.2/Tools/config/install-sh'
  745. libdir='/usr/lib64'
  746. libexecdir='${exec_prefix}/libexec'
  747. localedir='${datarootdir}/locale'
  748. localstatedir='/var/lib'
  749. mandir='/usr/share/man'
  750. mkdir_p='$(MKDIR_P)'
  751. oldincludedir='/usr/include'
  752. pdfdir='${docdir}'
  753. prefix='/usr'
  754. program_transform_name='s,x,x,'
  755. psdir='${docdir}'
  756. runstatedir='${localstatedir}/run'
  757. sbindir='${exec_prefix}/sbin'
  758. sharedstatedir='${prefix}/com'
  759. subdirs=''
  760. sysconfdir='/etc'
  761. target_alias=''
  762.  
  763. ## ----------- ##
  764. ## confdefs.h. ##
  765. ## ----------- ##
  766.  
  767. /* confdefs.h */
  768. #define PACKAGE_NAME "swig"
  769. #define PACKAGE_TARNAME "swig"
  770. #define PACKAGE_VERSION "4.0.2"
  771. #define PACKAGE_STRING "swig 4.0.2"
  772. #define PACKAGE_BUGREPORT "http://www.swig.org"
  773. #define PACKAGE_URL ""
  774. #define PACKAGE "swig"
  775. #define VERSION "4.0.2"
  776. #define SWIG_CXX "x86_64-pc-linux-gnu-g++"
  777. #define SWIG_PLATFORM "x86_64-pc-linux-gnu"
  778.  
  779. configure: exit 1
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement