Advertisement
Guest User

err2

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