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