Advertisement
pascorp

20180109config.log

Jan 8th, 2018
481
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 28.25 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 icedtea-web configure 1.6.1, which was
  5. generated by GNU Autoconf 2.69. Invocation command line was
  6.  
  7. $ ./configure --prefix=/usr --build=i686-pc-linux-gnu --host=i686-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 --program-transform-name=s/^javaws$/itweb-javaws/ --libdir=/usr/lib/nsbrowser/plugins --with-java=/usr/bin/java --with-jdk-home=/opt/icedtea-bin-3.6.0 --disable-docs --enable-plugin --without-rhino --without-tagsoup
  8.  
  9. ## --------- ##
  10. ## Platform. ##
  11. ## --------- ##
  12.  
  13. hostname = pas-1G
  14. uname -m = i686
  15. uname -r = 4.14.8-gentoo-r1
  16. uname -s = Linux
  17. uname -v = #4 SMP Mon Jan 8 07:04:48 +05 2018
  18.  
  19. /usr/bin/uname -p = AMD FX(tm)-8320 Eight-Core Processor
  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: /opt/icedtea-bin-3.6.0/bin
  31. PATH: /usr/lib/portage/python3.5/ebuild-helpers/xattr
  32. PATH: /usr/lib/portage/python3.5/ebuild-helpers
  33. PATH: /usr/local/sbin
  34. PATH: /usr/local/bin
  35. PATH: /usr/sbin
  36. PATH: /usr/bin
  37. PATH: /sbin
  38. PATH: /bin
  39. PATH: /usr/i686-pc-linux-gnu/gcc-bin/6.4.0
  40. PATH: /usr/lib/llvm/4/bin
  41. PATH: /usr/local/sbin
  42. PATH: /usr/local/bin
  43. PATH: /usr/sbin
  44. PATH: /usr/bin
  45. PATH: /sbin
  46. PATH: /bin
  47. PATH: /opt/bin
  48.  
  49.  
  50. ## ----------- ##
  51. ## Core tests. ##
  52. ## ----------- ##
  53.  
  54. configure:1955: loading site script /usr/share/config.site
  55. | #!/bin/sh
  56. | # Copyright 2009-2014 Gentoo Foundation
  57. | # Distributed under the terms of the GNU General Public License v2
  58. |
  59. | TOPDIR=/usr/share/crossdev/include/site
  60. |
  61. | config_site_arch() {
  62. | local host="${CHOST%%-*}"
  63. |
  64. | case ${host} in
  65. | arm*b*) host=armeb ;;
  66. | arm*) host=arm ;;
  67. | mips*l*) host=mipsel ;;
  68. | mips*) host=mips ;;
  69. | esac
  70. |
  71. | echo "${host}"
  72. | }
  73. |
  74. | config_site_names() {
  75. | local site_arch="$(config_site_arch)"
  76. | local sites=""
  77. | local x
  78. |
  79. | case ${CHOST} in
  80. | *-linux-*) sites="${sites} linux ${site_arch}-linux" ;;
  81. | *-darwin*) sites="${sites} darwin ${site_arch}-darwin" ;;
  82. | esac
  83. |
  84. | case ${CHOST} in
  85. | *-linux-uclibc*) sites="${sites} linux-uclibc ${site_arch}-linux-uclibc" ;;
  86. | *-linux-gnu*) sites="${sites} linux-gnu ${site_arch}-linux-gnu" ;;
  87. | *-linux-musl*) sites="${sites} linux-musl ${site_arch}-linux-musl" ;;
  88. | esac
  89. |
  90. | case ${CHOST} in
  91. | *-linux-uclibceabi*) sites="${sites} linux-uclibceabi ${site_arch}-linux-uclibceabi" ;;
  92. | *-linux-gnueabi*) sites="${sites} linux-gnueabi ${site_arch}-linux-gnueabi" ;;
  93. | esac
  94. |
  95. | for x in ${sites} ${CHOST}; do
  96. | [ -e "${TOPDIR}/${x}" ] && echo "${TOPDIR}/${x}"
  97. | done
  98. | }
  99. |
  100. | # Only kick in for cross-compiles so we don't break native builds #427184
  101. | if [ "${CBUILD:-${CHOST}}" != "${CHOST}" ] ; then
  102. | sites="$(config_site_names)"
  103. | if [ -n "${sites}" ] ; then
  104. | for site in ${sites}; do
  105. | echo "${0##*/}: loading site script ${site}"
  106. | . "${site}"
  107. | done
  108. | fi
  109. | unset site sites
  110. | fi
  111. configure:2096: checking for a BSD-compatible install
  112. configure:2164: result: /usr/lib/portage/python3.5/ebuild-helpers/xattr/install -c
  113. configure:2175: checking whether build environment is sane
  114. configure:2230: result: yes
  115. configure:2381: checking for a thread-safe mkdir -p
  116. configure:2420: result: /bin/mkdir -p
  117. configure:2427: checking for gawk
  118. configure:2443: found /usr/bin/gawk
  119. configure:2454: result: gawk
  120. configure:2465: checking whether make sets $(MAKE)
  121. configure:2487: result: yes
  122. configure:2516: checking whether make supports nested variables
  123. configure:2533: result: yes
  124. configure:2612: checking how to create a pax tar archive
  125. configure:2623: tar --version
  126. tar (GNU tar) 1.29
  127. Copyright (C) 2015 Free Software Foundation, Inc.
  128. License GPLv3+: GNU GPL version 3 or later <http://gnu.org/licenses/gpl.html>.
  129. This is free software: you are free to change and redistribute it.
  130. There is NO WARRANTY, to the extent permitted by law.
  131.  
  132. Written by John Gilmore and Jay Fenlason.
  133. configure:2626: $? = 0
  134. configure:2666: tardir=conftest.dir && eval tar --format=posix -chf - "$tardir" >conftest.tar
  135. configure:2669: $? = 0
  136. configure:2673: tar -xf - <conftest.tar
  137. configure:2676: $? = 0
  138. configure:2678: cat conftest.dir/file
  139. GrepMe
  140. configure:2681: $? = 0
  141. configure:2694: result: gnutar
  142. configure:2747: checking whether to enable maintainer-specific portions of Makefiles
  143. configure:2756: result: yes
  144. configure:2783: checking build system type
  145. configure:2797: result: i686-pc-linux-gnu
  146. configure:2817: checking host system type
  147. configure:2830: result: i686-pc-linux-gnu
  148. configure:2858: checking for i686-pc-linux-gnu-gcc
  149. configure:2874: found /usr/bin/i686-pc-linux-gnu-gcc
  150. configure:2885: result: i686-pc-linux-gnu-gcc
  151. configure:3154: checking for C compiler version
  152. configure:3163: i686-pc-linux-gnu-gcc --version >&5
  153. i686-pc-linux-gnu-gcc (Gentoo 6.4.0 p1.1) 6.4.0
  154. Copyright (C) 2017 Free Software Foundation, Inc.
  155. This is free software; see the source for copying conditions. There is NO
  156. warranty; not even for MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE.
  157.  
  158. configure:3174: $? = 0
  159. configure:3163: i686-pc-linux-gnu-gcc -v >&5
  160. Using built-in specs.
  161. COLLECT_GCC=/usr/i686-pc-linux-gnu/gcc-bin/6.4.0/i686-pc-linux-gnu-gcc
  162. COLLECT_LTO_WRAPPER=/usr/libexec/gcc/i686-pc-linux-gnu/6.4.0/lto-wrapper
  163. Target: i686-pc-linux-gnu
  164. Configured with: /var/tmp/portage/sys-devel/gcc-6.4.0/work/gcc-6.4.0/configure --host=i686-pc-linux-gnu --build=i686-pc-linux-gnu --prefix=/usr --bindir=/usr/i686-pc-linux-gnu/gcc-bin/6.4.0 --includedir=/usr/lib/gcc/i686-pc-linux-gnu/6.4.0/include --datadir=/usr/share/gcc-data/i686-pc-linux-gnu/6.4.0 --mandir=/usr/share/gcc-data/i686-pc-linux-gnu/6.4.0/man --infodir=/usr/share/gcc-data/i686-pc-linux-gnu/6.4.0/info --with-gxx-include-dir=/usr/lib/gcc/i686-pc-linux-gnu/6.4.0/include/g++-v6 --with-python-dir=/share/gcc-data/i686-pc-linux-gnu/6.4.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 6.4.0 p1.1' --disable-esp --enable-libstdcxx-time --enable-shared --enable-threads=posix --enable-__cxa_atexit --enable-clocale=gnu --disable-multilib --disable-altivec --disable-fixed-point --with-arch=i686 --enable-targets=all --disable-libgcj --enable-libgomp --disable-libmudflap --disable-libssp --disable-libcilkrts --disable-libmpx --enable-vtable-verify --enable-libvtv --enable-lto --without-isl --enable-libsanitizer --enable-default-pie --enable-default-ssp
  165. Thread model: posix
  166. gcc version 6.4.0 (Gentoo 6.4.0 p1.1)
  167. configure:3174: $? = 0
  168. configure:3163: i686-pc-linux-gnu-gcc -V >&5
  169. i686-pc-linux-gnu-gcc: error: unrecognized command line option '-V'
  170. i686-pc-linux-gnu-gcc: fatal error: no input files
  171. compilation terminated.
  172. configure:3174: $? = 1
  173. configure:3163: i686-pc-linux-gnu-gcc -qversion >&5
  174. i686-pc-linux-gnu-gcc: error: unrecognized command line option '-qversion'; did you mean '--version'?
  175. i686-pc-linux-gnu-gcc: fatal error: no input files
  176. compilation terminated.
  177. configure:3174: $? = 1
  178. configure:3194: checking whether the C compiler works
  179. configure:3216: i686-pc-linux-gnu-gcc -O2 -march=native -pipe -Wl,-O1 -Wl,--as-needed conftest.c >&5
  180. configure:3220: $? = 0
  181. configure:3268: result: yes
  182. configure:3271: checking for C compiler default output file name
  183. configure:3273: result: a.out
  184. configure:3279: checking for suffix of executables
  185. configure:3286: i686-pc-linux-gnu-gcc -o conftest -O2 -march=native -pipe -Wl,-O1 -Wl,--as-needed conftest.c >&5
  186. configure:3290: $? = 0
  187. configure:3312: result:
  188. configure:3334: checking whether we are cross compiling
  189. configure:3342: i686-pc-linux-gnu-gcc -o conftest -O2 -march=native -pipe -Wl,-O1 -Wl,--as-needed conftest.c >&5
  190. configure:3346: $? = 0
  191. configure:3353: ./conftest
  192. configure:3357: $? = 0
  193. configure:3372: result: no
  194. configure:3377: checking for suffix of object files
  195. configure:3399: i686-pc-linux-gnu-gcc -c -O2 -march=native -pipe conftest.c >&5
  196. configure:3403: $? = 0
  197. configure:3424: result: o
  198. configure:3428: checking whether we are using the GNU C compiler
  199. configure:3447: i686-pc-linux-gnu-gcc -c -O2 -march=native -pipe conftest.c >&5
  200. configure:3447: $? = 0
  201. configure:3456: result: yes
  202. configure:3465: checking whether i686-pc-linux-gnu-gcc accepts -g
  203. configure:3485: i686-pc-linux-gnu-gcc -c -g conftest.c >&5
  204. configure:3485: $? = 0
  205. configure:3526: result: yes
  206. configure:3543: checking for i686-pc-linux-gnu-gcc option to accept ISO C89
  207. configure:3606: i686-pc-linux-gnu-gcc -c -O2 -march=native -pipe conftest.c >&5
  208. configure:3606: $? = 0
  209. configure:3619: result: none needed
  210. configure:3644: checking whether i686-pc-linux-gnu-gcc understands -c and -o together
  211. configure:3666: i686-pc-linux-gnu-gcc -c conftest.c -o conftest2.o
  212. configure:3669: $? = 0
  213. configure:3666: i686-pc-linux-gnu-gcc -c conftest.c -o conftest2.o
  214. configure:3669: $? = 0
  215. configure:3681: result: yes
  216. configure:3709: checking for style of include used by make
  217. configure:3737: result: GNU
  218. configure:3763: checking dependency style of i686-pc-linux-gnu-gcc
  219. configure:3874: result: none
  220. configure:3903: checking for i686-pc-linux-gnu-g++
  221. configure:3919: found /usr/bin/i686-pc-linux-gnu-g++
  222. configure:3930: result: i686-pc-linux-gnu-g++
  223. configure:4001: checking for C++ compiler version
  224. configure:4010: i686-pc-linux-gnu-g++ --version >&5
  225. i686-pc-linux-gnu-g++ (Gentoo 6.4.0 p1.1) 6.4.0
  226. Copyright (C) 2017 Free Software Foundation, Inc.
  227. This is free software; see the source for copying conditions. There is NO
  228. warranty; not even for MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE.
  229.  
  230. configure:4021: $? = 0
  231. configure:4010: i686-pc-linux-gnu-g++ -v >&5
  232. Using built-in specs.
  233. COLLECT_GCC=/usr/i686-pc-linux-gnu/gcc-bin/6.4.0/i686-pc-linux-gnu-g++
  234. COLLECT_LTO_WRAPPER=/usr/libexec/gcc/i686-pc-linux-gnu/6.4.0/lto-wrapper
  235. Target: i686-pc-linux-gnu
  236. Configured with: /var/tmp/portage/sys-devel/gcc-6.4.0/work/gcc-6.4.0/configure --host=i686-pc-linux-gnu --build=i686-pc-linux-gnu --prefix=/usr --bindir=/usr/i686-pc-linux-gnu/gcc-bin/6.4.0 --includedir=/usr/lib/gcc/i686-pc-linux-gnu/6.4.0/include --datadir=/usr/share/gcc-data/i686-pc-linux-gnu/6.4.0 --mandir=/usr/share/gcc-data/i686-pc-linux-gnu/6.4.0/man --infodir=/usr/share/gcc-data/i686-pc-linux-gnu/6.4.0/info --with-gxx-include-dir=/usr/lib/gcc/i686-pc-linux-gnu/6.4.0/include/g++-v6 --with-python-dir=/share/gcc-data/i686-pc-linux-gnu/6.4.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 6.4.0 p1.1' --disable-esp --enable-libstdcxx-time --enable-shared --enable-threads=posix --enable-__cxa_atexit --enable-clocale=gnu --disable-multilib --disable-altivec --disable-fixed-point --with-arch=i686 --enable-targets=all --disable-libgcj --enable-libgomp --disable-libmudflap --disable-libssp --disable-libcilkrts --disable-libmpx --enable-vtable-verify --enable-libvtv --enable-lto --without-isl --enable-libsanitizer --enable-default-pie --enable-default-ssp
  237. Thread model: posix
  238. gcc version 6.4.0 (Gentoo 6.4.0 p1.1)
  239. configure:4021: $? = 0
  240. configure:4010: i686-pc-linux-gnu-g++ -V >&5
  241. i686-pc-linux-gnu-g++: error: unrecognized command line option '-V'
  242. i686-pc-linux-gnu-g++: fatal error: no input files
  243. compilation terminated.
  244. configure:4021: $? = 1
  245. configure:4010: i686-pc-linux-gnu-g++ -qversion >&5
  246. i686-pc-linux-gnu-g++: error: unrecognized command line option '-qversion'; did you mean '--version'?
  247. i686-pc-linux-gnu-g++: fatal error: no input files
  248. compilation terminated.
  249. configure:4021: $? = 1
  250. configure:4025: checking whether we are using the GNU C++ compiler
  251. configure:4044: i686-pc-linux-gnu-g++ -c -O2 -march=native -pipe conftest.cpp >&5
  252. configure:4044: $? = 0
  253. configure:4053: result: yes
  254. configure:4062: checking whether i686-pc-linux-gnu-g++ accepts -g
  255. configure:4082: i686-pc-linux-gnu-g++ -c -g conftest.cpp >&5
  256. configure:4082: $? = 0
  257. configure:4123: result: yes
  258. configure:4148: checking dependency style of i686-pc-linux-gnu-g++
  259. configure:4259: result: none
  260. configure:4367: checking if cp supports --reflink
  261. configure:4382: result: yes
  262. configure:4394: checking if we can hard link rather than copy from /var/tmp/portage/dev-java/icedtea-web-1.6.1-r1/work/icedtea-web-1.6.1
  263. configure:4408: result: yes
  264. configure:4420: checking whether to build documentation
  265. configure:4437: result: no
  266. configure:4440: checking whether to filter by whitelisting on directory name when processing, compiling and running reproducers
  267. configure:4457: result: no
  268. configure:4462: checking for bash
  269. configure:4480: found /bin/bash
  270. configure:4492: result: /bin/bash
  271. configure:4505: checking whether to compile ecj natively
  272. configure:4519: result: no
  273. configure:4626: checking for i686-pc-linux-gnu-zip
  274. configure:4659: result: no
  275. configure:4669: checking for zip
  276. configure:4687: found /usr/bin/zip
  277. configure:4699: result: /usr/bin/zip
  278. configure:4727: checking for a JDK home directory
  279. configure:4772: result: /opt/icedtea-bin-3.6.0 (link to /opt/icedtea-bin-3.6.0)
  280. configure:5032: checking for javac
  281. configure:5062: result: /opt/icedtea-bin-3.6.0/bin/javac
  282. configure:5580: checking for ecj
  283. configure:5613: result: no
  284. configure:5621: checking for ecj-3.1
  285. configure:5654: result: no
  286. configure:5663: checking for ecj-3.2
  287. configure:5696: result: no
  288. configure:5705: checking for ecj-3.3
  289. configure:5738: result: no
  290. configure:5756: checking if we are using ecj as javac
  291. configure:5769: result: no
  292. configure:5779: checking for jar
  293. configure:5922: result: /opt/icedtea-bin-3.6.0/bin/jar
  294. configure:5924: checking whether jar supports @<file> argument
  295. configure:5932: result: yes
  296. configure:5939: checking whether jar supports stdin file arguments
  297. Illegal option: @
  298. Usage: jar {ctxui}[vfmn0PMe] [jar-file] [manifest-file] [entry-point] [-C dir] files ...
  299. Options:
  300. -c create new archive
  301. -t list table of contents for archive
  302. -x extract named (or all) files from archive
  303. -u update existing archive
  304. -v generate verbose output on standard output
  305. -f specify archive file name
  306. -m include manifest information from specified manifest file
  307. -n perform Pack200 normalization after creating a new archive
  308. -e specify application entry point for stand-alone application
  309. bundled into an executable jar file
  310. -0 store only; use no ZIP compression
  311. -P preserve leading '/' (absolute path) and ".." (parent directory) components from file names
  312. -M do not create a manifest file for the entries
  313. -i generate index information for the specified jar files
  314. -C change to the specified directory and include the following file
  315. If any file is a directory then it is processed recursively.
  316. The manifest file name, the archive file name and the entry point name are
  317. specified in the same order as the 'm', 'f' and 'e' flags.
  318.  
  319. Example 1: to archive two class files into an archive called classes.jar:
  320. jar cvf classes.jar Foo.class Bar.class
  321. Example 2: use an existing manifest file 'mymanifest' and archive all the
  322. files in the foo/ directory into 'classes.jar':
  323. jar cvfm classes.jar mymanifest -C foo/ .
  324.  
  325. configure:5947: result: no
  326. configure:5951: checking whether jar supports -J options at the end
  327. configure:5955: result: yes
  328. configure:5970: checking for an ecj JAR file
  329. configure:5999: result: no
  330. configure:6008: checking for a JRE home directory
  331. configure:6041: result: /opt/icedtea-bin-3.6.0/jre (link to /opt/icedtea-bin-3.6.0/jre)
  332. configure:6048: checking for a Java virtual machine
  333. configure:6149: result: /usr/bin/java
  334. configure:6155: checking JDK version
  335. configure:6158: result: 1.8.0_151
  336. configure:6200: checking for javadoc
  337. configure:6343: result: /opt/icedtea-bin-3.6.0/bin/javadoc
  338. configure:6345: checking whether javadoc supports -J options
  339. #
  340. # A fatal error has been detected by the Java Runtime Environment:
  341. #
  342. # Internal Error (os_linux_x86.cpp:291), pid=1419, tid=0xb6cf5b40
  343. # fatal error: An irrecoverable SI_KERNEL SIGSEGV has occurred due to unstable signal handling in this distribution.
  344. #
  345. # JRE version: OpenJDK Runtime Environment (8.0_151-b12) (build 1.8.0_151-b12)
  346. # Java VM: OpenJDK Server VM (25.151-b12 mixed mode linux-x86 )
  347. # Derivative: IcedTea 3.6.0
  348. # Distribution: NAME=Gentoo, package Gentoo icedtea-3.6.0
  349. # Failed to write core dump. Core dumps have been disabled. To enable core dumping, try "ulimit -c unlimited" before starting Java again
  350. #
  351. # An error report file with more information is saved as:
  352. # /var/tmp/portage/dev-java/icedtea-web-1.6.1-r1/work/icedtea-web-1.6.1/tmp.873/hs_err_pid1419.log
  353. #
  354. # If you would like to submit a bug report, please include
  355. # instructions on how to reproduce the bug and visit:
  356. # http://icedtea.classpath.org/bugzilla
  357. #
  358. configure:6377: result: no
  359. configure:6392: checking for keytool
  360. configure:6459: result: /opt/icedtea-bin-3.6.0/bin/keytool
  361. configure:6465: checking for jarsigner
  362. configure:6533: result: /opt/icedtea-bin-3.6.0/bin/jarsigner
  363. configure:6539: checking for pack200
  364. configure:6606: result: /opt/icedtea-bin-3.6.0/bin/pack200
  365. configure:6615: checking for i686-pc-linux-gnu-hg
  366. configure:6648: result: no
  367. configure:6658: checking for hg
  368. configure:6676: found /usr/bin/hg
  369. configure:6688: result: /usr/bin/hg
  370. /usr/bin/hg
  371. configure:6716: checking for IcedTea Mercurial revision ID
  372. configure:6721: result: none
  373. configure:6735: checking for distribution package version
  374. configure:6749: result: none
  375. configure:6764: checking what version string to use
  376. configure:6773: result: 1.6.1
  377. configure:6778: checking whether to build the browser plugin
  378. configure:6787: result: yes
  379. configure:6801: checking for i686-pc-linux-gnu-pkg-config
  380. configure:6819: found /usr/bin/i686-pc-linux-gnu-pkg-config
  381. configure:6831: result: /usr/bin/i686-pc-linux-gnu-pkg-config
  382. configure:6899: checking pkg-config is at least version 0.9.0
  383. configure:6902: result: yes
  384. configure:6915: checking for glib-2.0
  385. configure:6922: $PKG_CONFIG --exists --print-errors "glib-2.0"
  386. configure:6925: $? = 0
  387. configure:6939: $PKG_CONFIG --exists --print-errors "glib-2.0"
  388. configure:6942: $? = 0
  389. configure:7000: result: yes
  390. configure:7009: checking for npapi-sdk
  391. configure:7016: $PKG_CONFIG --exists --print-errors "npapi-sdk"
  392. configure:7019: $? = 0
  393. configure:7033: $PKG_CONFIG --exists --print-errors "npapi-sdk"
  394. configure:7036: $? = 0
  395. configure:7258: result: yes
  396. configure:7261: checking for xulrunner version
  397. configure:7271: result: 20000000
  398. configure:7292: checking for xulrunner version
  399. configure:7311: result: 20000000
  400. configure:7321: checking if java.util.jar.Pack200 is available
  401. #
  402. # A fatal error has been detected by the Java Runtime Environment:
  403. #
  404. # Internal Error (os_linux_x86.cpp:291), pid=1460, tid=0xb6daab40
  405. # fatal error: An irrecoverable SI_KERNEL SIGSEGV has occurred due to unstable signal handling in this distribution.
  406. #
  407. # JRE version: OpenJDK Runtime Environment (8.0_151-b12) (build 1.8.0_151-b12)
  408. # Java VM: OpenJDK Server VM (25.151-b12 mixed mode linux-x86 )
  409. # Derivative: IcedTea 3.6.0
  410. # Distribution: NAME=Gentoo, package Gentoo icedtea-3.6.0
  411. # Failed to write core dump. Core dumps have been disabled. To enable core dumping, try "ulimit -c unlimited" before starting Java again
  412. #
  413. # An error report file with more information is saved as:
  414. # /var/tmp/portage/dev-java/icedtea-web-1.6.1-r1/work/icedtea-web-1.6.1/tmp.873/hs_err_pid1460.log
  415. #
  416. # If you would like to submit a bug report, please include
  417. # instructions on how to reproduce the bug and visit:
  418. # http://icedtea.classpath.org/bugzilla
  419. #
  420. configure:7358: result: no
  421. configure:7365: error: java.util.jar.Pack200 not found.
  422.  
  423. ## ---------------- ##
  424. ## Cache variables. ##
  425. ## ---------------- ##
  426.  
  427. ac_cv_build=i686-pc-linux-gnu
  428. ac_cv_c_compiler_gnu=yes
  429. ac_cv_cxx_compiler_gnu=yes
  430. ac_cv_env_CCC_set=
  431. ac_cv_env_CCC_value=
  432. ac_cv_env_CC_set=
  433. ac_cv_env_CC_value=
  434. ac_cv_env_CFLAGS_set=set
  435. ac_cv_env_CFLAGS_value='-O2 -march=native -pipe'
  436. ac_cv_env_CPPFLAGS_set=
  437. ac_cv_env_CPPFLAGS_value=
  438. ac_cv_env_CXXFLAGS_set=set
  439. ac_cv_env_CXXFLAGS_value='-O2 -march=native -pipe'
  440. ac_cv_env_CXX_set=
  441. ac_cv_env_CXX_value=
  442. ac_cv_env_GLIB2_V_216_CFLAGS_set=
  443. ac_cv_env_GLIB2_V_216_CFLAGS_value=
  444. ac_cv_env_GLIB2_V_216_LIBS_set=
  445. ac_cv_env_GLIB2_V_216_LIBS_value=
  446. ac_cv_env_GLIB_CFLAGS_set=
  447. ac_cv_env_GLIB_CFLAGS_value=
  448. ac_cv_env_GLIB_LIBS_set=
  449. ac_cv_env_GLIB_LIBS_value=
  450. ac_cv_env_LDFLAGS_set=set
  451. ac_cv_env_LDFLAGS_value='-Wl,-O1 -Wl,--as-needed'
  452. ac_cv_env_LIBS_set=
  453. ac_cv_env_LIBS_value=
  454. ac_cv_env_MOZILLA_CFLAGS_set=
  455. ac_cv_env_MOZILLA_CFLAGS_value=
  456. ac_cv_env_MOZILLA_LIBS_set=
  457. ac_cv_env_MOZILLA_LIBS_value=
  458. ac_cv_env_PKG_CONFIG_LIBDIR_set=
  459. ac_cv_env_PKG_CONFIG_LIBDIR_value=
  460. ac_cv_env_PKG_CONFIG_PATH_set=set
  461. ac_cv_env_PKG_CONFIG_PATH_value=/usr/lib/pkgconfig
  462. ac_cv_env_PKG_CONFIG_set=
  463. ac_cv_env_PKG_CONFIG_value=
  464. ac_cv_env_build_alias_set=set
  465. ac_cv_env_build_alias_value=i686-pc-linux-gnu
  466. ac_cv_env_host_alias_set=set
  467. ac_cv_env_host_alias_value=i686-pc-linux-gnu
  468. ac_cv_env_target_alias_set=
  469. ac_cv_env_target_alias_value=
  470. ac_cv_host=i686-pc-linux-gnu
  471. ac_cv_objext=o
  472. ac_cv_path_BIN_BASH=/bin/bash
  473. ac_cv_path_JAVAC=/opt/icedtea-bin-3.6.0/bin/javac
  474. ac_cv_path_PKG_CONFIG=/usr/bin/i686-pc-linux-gnu-pkg-config
  475. ac_cv_path_ac_pt_HG=/usr/bin/hg
  476. ac_cv_path_ac_pt_ZIP=/usr/bin/zip
  477. ac_cv_path_install='/usr/lib/portage/python3.5/ebuild-helpers/xattr/install -c'
  478. ac_cv_path_mkdir=/bin/mkdir
  479. ac_cv_prog_AWK=gawk
  480. ac_cv_prog_CC=i686-pc-linux-gnu-gcc
  481. ac_cv_prog_CXX=i686-pc-linux-gnu-g++
  482. ac_cv_prog_cc_c89=
  483. ac_cv_prog_cc_g=yes
  484. ac_cv_prog_cxx_g=yes
  485. ac_cv_prog_make_make_set=yes
  486. am_cv_CC_dependencies_compiler_type=none
  487. am_cv_CXX_dependencies_compiler_type=none
  488. am_cv_make_support_nested_variables=yes
  489. am_cv_prog_cc_c_o=yes
  490. am_cv_prog_tar_pax=gnutar
  491. it_cv_JAVA_UTIL_JAR_PACK200=no
  492. it_cv_ecj=no
  493. it_cv_hardlink_src=yes
  494. it_cv_reflink=yes
  495. pkg_cv_GLIB_CFLAGS='-I/usr/include/glib-2.0 -I/usr/lib/glib-2.0/include'
  496. pkg_cv_GLIB_LIBS=-lglib-2.0
  497. pkg_cv_MOZILLA_CFLAGS='-DXP_UNIX -I/usr/include/npapi-sdk'
  498. pkg_cv_MOZILLA_LIBS=
  499. xulrunner_cv_collapsed_version=20000000
  500.  
  501. ## ----------------- ##
  502. ## Output variables. ##
  503. ## ----------------- ##
  504.  
  505. ACLOCAL='${SHELL} /var/tmp/portage/dev-java/icedtea-web-1.6.1-r1/work/icedtea-web-1.6.1/missing aclocal-1.15'
  506. AMDEPBACKSLASH=''
  507. AMDEP_FALSE=''
  508. AMDEP_TRUE='#'
  509. AMTAR='$${TAR-tar}'
  510. AM_BACKSLASH='\'
  511. AM_DEFAULT_V='$(AM_DEFAULT_VERBOSITY)'
  512. AM_DEFAULT_VERBOSITY='1'
  513. AM_V='$(V)'
  514. ARCHFLAG='-m32'
  515. ARCH_PREFIX=''
  516. ASM_AVAILABLE=''
  517. ASM_JAR=''
  518. AUTOCONF='${SHELL} /var/tmp/portage/dev-java/icedtea-web-1.6.1-r1/work/icedtea-web-1.6.1/missing autoconf'
  519. AUTOHEADER='${SHELL} /var/tmp/portage/dev-java/icedtea-web-1.6.1-r1/work/icedtea-web-1.6.1/missing autoheader'
  520. AUTOMAKE='${SHELL} /var/tmp/portage/dev-java/icedtea-web-1.6.1-r1/work/icedtea-web-1.6.1/missing automake-1.15'
  521. AWK='gawk'
  522. BIN_BASH='/bin/bash'
  523. BROWSER_TESTS_MODIFICATION=''
  524. BUILD_ARCH_DIR='i586'
  525. CC='i686-pc-linux-gnu-gcc'
  526. CCDEPMODE='depmode=none'
  527. CFLAGS='-O2 -march=native -pipe'
  528. CHROME=''
  529. CHROMIUM=''
  530. CPPFLAGS=''
  531. CP_SUPPORTS_REFLINK_FALSE='#'
  532. CP_SUPPORTS_REFLINK_TRUE=''
  533. CXX='i686-pc-linux-gnu-g++'
  534. CXXDEPMODE='depmode=none'
  535. CXXFLAGS='-O2 -march=native -pipe'
  536. CYGPATH_W='echo'
  537. DEFS=''
  538. DEPDIR='.deps'
  539. ECHO_C=''
  540. ECHO_N='-n'
  541. ECHO_T=''
  542. ECJ=''
  543. ECJ_JAR='no'
  544. ENABLE_DOCS_FALSE=''
  545. ENABLE_DOCS_TRUE='#'
  546. ENABLE_PLUGIN_FALSE='#'
  547. ENABLE_PLUGIN_TRUE=''
  548. ENABLE_WHITELIST_FALSE=''
  549. ENABLE_WHITELIST_TRUE='#'
  550. EPIPHANY=''
  551. EXEEXT=''
  552. FIREFOX=''
  553. FULL_VERSION='1.6.1'
  554. GCJ='no'
  555. GLIB2_V_216_CFLAGS=''
  556. GLIB2_V_216_LIBS=''
  557. GLIB_CFLAGS='-I/usr/include/glib-2.0 -I/usr/lib/glib-2.0/include'
  558. GLIB_LIBS='-lglib-2.0'
  559. HAMCREST_AVAILABLE=''
  560. HAMCREST_JAR=''
  561. HAS_ICEDTEA_REVISION_FALSE=''
  562. HAS_ICEDTEA_REVISION_TRUE='#'
  563. HAS_PKGVERSION_FALSE=''
  564. HAS_PKGVERSION_TRUE='#'
  565. HAVE_JAVA7_FALSE='#'
  566. HAVE_JAVA7_TRUE=''
  567. HAVE_JAVA8_FALSE='#'
  568. HAVE_JAVA8_TRUE=''
  569. HAVE_JAVA9_FALSE=''
  570. HAVE_JAVA9_TRUE='#'
  571. HAVE_TAGSOUP_FALSE=''
  572. HAVE_TAGSOUP_TRUE=''
  573. HG='/usr/bin/hg'
  574. ICEDTEA_REVISION='none'
  575. INSTALL_ARCH_DIR='i386'
  576. INSTALL_DATA='${INSTALL} -m 644'
  577. INSTALL_PROGRAM='${INSTALL}'
  578. INSTALL_SCRIPT='${INSTALL}'
  579. INSTALL_STRIP_PROGRAM='$(install_sh) -c -s'
  580. JACOCO_AVAILABLE=''
  581. JACOCO_JAR=''
  582. JAR='/opt/icedtea-bin-3.6.0/bin/jar'
  583. JARSIGNER='/opt/icedtea-bin-3.6.0/bin/jarsigner'
  584. JAR_ACCEPTS_STDIN_LIST=''
  585. JAR_KNOWS_ATFILE='1'
  586. JAR_KNOWS_J_OPTIONS='1'
  587. JAVA='/usr/bin/java'
  588. JAVAC='/opt/icedtea-bin-3.6.0/bin/javac'
  589. JAVADOC='/opt/icedtea-bin-3.6.0/bin/javadoc'
  590. JAVADOC_KNOWS_J_OPTIONS='no'
  591. JAVADOC_SUPPORTS_J_OPTIONS_FALSE=''
  592. JAVADOC_SUPPORTS_J_OPTIONS_TRUE='#'
  593. JRE_ARCH_DIR='i386'
  594. JUNIT_AVAILABLE=''
  595. JUNIT_JAR=''
  596. KEYTOOL='/opt/icedtea-bin-3.6.0/bin/keytool'
  597. LDFLAGS='-Wl,-O1 -Wl,--as-needed'
  598. LIBOBJS=''
  599. LIBS=''
  600. LTLIBOBJS=''
  601. MAINT=''
  602. MAINTAINER_MODE_FALSE='#'
  603. MAINTAINER_MODE_TRUE=''
  604. MAKEINFO='${SHELL} /var/tmp/portage/dev-java/icedtea-web-1.6.1-r1/work/icedtea-web-1.6.1/missing makeinfo'
  605. MIDORI=''
  606. MKDIR_P='/bin/mkdir -p'
  607. MOZILLA_CFLAGS='-DXP_UNIX -I/usr/include/npapi-sdk'
  608. MOZILLA_LIBS=''
  609. MOZILLA_VERSION_COLLAPSED='20000000'
  610. OBJEXT='o'
  611. OPERA=''
  612. PACK200='/opt/icedtea-bin-3.6.0/bin/pack200'
  613. PACKAGE='icedtea-web'
  614. PACKAGE_BUGREPORT='distro-pkg-dev@openjdk.java.net'
  615. PACKAGE_NAME='icedtea-web'
  616. PACKAGE_STRING='icedtea-web 1.6.1'
  617. PACKAGE_TARNAME='icedtea-web'
  618. PACKAGE_URL='http://icedtea.classpath.org/wiki/IcedTea-Web'
  619. PACKAGE_VERSION='1.6.1'
  620. PATH_SEPARATOR=':'
  621. PKGVERSION='none'
  622. PKG_CONFIG='/usr/bin/i686-pc-linux-gnu-pkg-config'
  623. PKG_CONFIG_LIBDIR=''
  624. PKG_CONFIG_PATH='/usr/lib/pkgconfig'
  625. RHINO_AVAILABLE=''
  626. RHINO_JAR=''
  627. SET_MAKE=''
  628. SHELL='/bin/sh'
  629. SRC_DIR_HARDLINKABLE_FALSE='#'
  630. SRC_DIR_HARDLINKABLE_TRUE=''
  631. STRIP=''
  632. SYSTEM_JDK_DIR='/opt/icedtea-bin-3.6.0'
  633. SYSTEM_JRE_DIR='/opt/icedtea-bin-3.6.0/jre'
  634. TAGSOUP_JAR=''
  635. USING_ECJ='no'
  636. VERSION='1.6.1'
  637. VERSION_DEFS='-DHAVE_JAVA8'
  638. WITH_ASM_FALSE=''
  639. WITH_ASM_TRUE=''
  640. WITH_HAMCREST_FALSE=''
  641. WITH_HAMCREST_TRUE=''
  642. WITH_JACOCO_FALSE=''
  643. WITH_JACOCO_TRUE=''
  644. WITH_JUNIT_FALSE=''
  645. WITH_JUNIT_TRUE=''
  646. WITH_RHINO_FALSE=''
  647. WITH_RHINO_TRUE=''
  648. WITH_XSLTPROC_FALSE=''
  649. WITH_XSLTPROC_TRUE=''
  650. XSLTPROC=''
  651. ZIP='/usr/bin/zip'
  652. abs_top_builddir='/var/tmp/portage/dev-java/icedtea-web-1.6.1-r1/work/icedtea-web-1.6.1'
  653. abs_top_srcdir='/var/tmp/portage/dev-java/icedtea-web-1.6.1-r1/work/icedtea-web-1.6.1'
  654. ac_ct_CC=''
  655. ac_ct_CXX=''
  656. am__EXEEXT_FALSE=''
  657. am__EXEEXT_TRUE=''
  658. am__fastdepCC_FALSE=''
  659. am__fastdepCC_TRUE='#'
  660. am__fastdepCXX_FALSE=''
  661. am__fastdepCXX_TRUE='#'
  662. am__include='include'
  663. am__isrc=''
  664. am__leading_dot='.'
  665. am__nodep=''
  666. am__quote=''
  667. am__tar='tar --format=posix -chf - "$$tardir"'
  668. am__untar='tar -xf -'
  669. bindir='${exec_prefix}/bin'
  670. build='i686-pc-linux-gnu'
  671. build_alias='i686-pc-linux-gnu'
  672. build_cpu='i686'
  673. build_os='linux-gnu'
  674. build_vendor='pc'
  675. datadir='/usr/share'
  676. datarootdir='${prefix}/share'
  677. docdir='${datarootdir}/doc/${PACKAGE_TARNAME}'
  678. dvidir='${docdir}'
  679. exec_prefix='NONE'
  680. host='i686-pc-linux-gnu'
  681. host_alias='i686-pc-linux-gnu'
  682. host_cpu='i686'
  683. host_os='linux-gnu'
  684. host_vendor='pc'
  685. htmldir='${docdir}'
  686. includedir='${prefix}/include'
  687. infodir='/usr/share/info'
  688. install_sh='${SHELL} /var/tmp/portage/dev-java/icedtea-web-1.6.1-r1/work/icedtea-web-1.6.1/install-sh'
  689. libdir='/usr/lib/nsbrowser/plugins'
  690. libexecdir='${exec_prefix}/libexec'
  691. localedir='${datarootdir}/locale'
  692. localstatedir='/var/lib'
  693. mandir='/usr/share/man'
  694. mkdir_p='$(MKDIR_P)'
  695. oldincludedir='/usr/include'
  696. pdfdir='${docdir}'
  697. prefix='/usr'
  698. program_transform_name='s/^javaws$$/itweb-javaws/'
  699. psdir='${docdir}'
  700. sbindir='${exec_prefix}/sbin'
  701. sharedstatedir='${prefix}/com'
  702. sysconfdir='/etc'
  703. target_alias=''
  704.  
  705. ## ----------- ##
  706. ## confdefs.h. ##
  707. ## ----------- ##
  708.  
  709. /* confdefs.h */
  710. #define PACKAGE_NAME "icedtea-web"
  711. #define PACKAGE_TARNAME "icedtea-web"
  712. #define PACKAGE_VERSION "1.6.1"
  713. #define PACKAGE_STRING "icedtea-web 1.6.1"
  714. #define PACKAGE_BUGREPORT "distro-pkg-dev@openjdk.java.net"
  715. #define PACKAGE_URL "http://icedtea.classpath.org/wiki/IcedTea-Web"
  716. #define PACKAGE "icedtea-web"
  717. #define VERSION "1.6.1"
  718.  
  719. configure: exit 1
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement