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