Advertisement
Not a member of Pastebin yet?
Sign Up,
it unlocks many cool features!
- # cat /var/tmp/portage/dev-java/icedtea-web-1.6.1-r1/work/icedtea-web-1.6.1/config.log
- This file contains any messages produced by compilers while
- running configure, to aid debugging if configure makes a mistake.
- It was created by icedtea-web configure 1.6.1, which was
- generated by GNU Autoconf 2.69. Invocation command line was
- $ ./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
- ## --------- ##
- ## Platform. ##
- ## --------- ##
- hostname = pas-1G
- uname -m = i686
- uname -r = 4.14.8-gentoo-r1
- uname -s = Linux
- uname -v = #4 SMP Mon Jan 8 07:04:48 +05 2018
- /usr/bin/uname -p = AMD FX(tm)-8320 Eight-Core Processor
- /bin/uname -X = unknown
- /bin/arch = unknown
- /usr/bin/arch -k = unknown
- /usr/convex/getsysinfo = unknown
- /usr/bin/hostinfo = unknown
- /bin/machine = unknown
- /usr/bin/oslevel = unknown
- /bin/universe = unknown
- PATH: /opt/icedtea-bin-3.6.0/bin
- PATH: /usr/lib/portage/python3.5/ebuild-helpers/xattr
- PATH: /usr/lib/portage/python3.5/ebuild-helpers
- PATH: /usr/local/sbin
- PATH: /usr/local/bin
- PATH: /usr/sbin
- PATH: /usr/bin
- PATH: /sbin
- PATH: /bin
- PATH: /usr/i686-pc-linux-gnu/gcc-bin/6.4.0
- PATH: /usr/lib/llvm/4/bin
- PATH: /usr/local/sbin
- PATH: /usr/local/bin
- PATH: /usr/sbin
- PATH: /usr/bin
- PATH: /sbin
- PATH: /bin
- PATH: /opt/bin
- ## ----------- ##
- ## Core tests. ##
- ## ----------- ##
- configure:1955: loading site script /usr/share/config.site
- | #!/bin/sh
- | # Copyright 2009-2014 Gentoo Foundation
- | # Distributed under the terms of the GNU General Public License v2
- |
- | TOPDIR=/usr/share/crossdev/include/site
- |
- | config_site_arch() {
- | local host="${CHOST%%-*}"
- |
- | case ${host} in
- | arm*b*) host=armeb ;;
- | arm*) host=arm ;;
- | mips*l*) host=mipsel ;;
- | mips*) host=mips ;;
- | esac
- |
- | echo "${host}"
- | }
- |
- | config_site_names() {
- | local site_arch="$(config_site_arch)"
- | local sites=""
- | local x
- |
- | case ${CHOST} in
- | *-linux-*) sites="${sites} linux ${site_arch}-linux" ;;
- | *-darwin*) sites="${sites} darwin ${site_arch}-darwin" ;;
- | esac
- |
- | case ${CHOST} in
- | *-linux-uclibc*) sites="${sites} linux-uclibc ${site_arch}-linux-uclibc" ;;
- | *-linux-gnu*) sites="${sites} linux-gnu ${site_arch}-linux-gnu" ;;
- | esac
- |
- | case ${CHOST} in
- | *-linux-uclibceabi*) sites="${sites} linux-uclibceabi ${site_arch}-linux-uclibceabi" ;;
- | *-linux-gnueabi*) sites="${sites} linux-gnueabi ${site_arch}-linux-gnueabi" ;;
- | esac
- |
- | for x in ${sites} ${CHOST}; do
- | [ -e "${TOPDIR}/${x}" ] && echo "${TOPDIR}/${x}"
- | done
- | }
- |
- | # Only kick in for cross-compiles so we don't break native builds #427184
- | if [ "${CBUILD:-${CHOST}}" != "${CHOST}" ] ; then
- | sites="$(config_site_names)"
- | if [ -n "${sites}" ] ; then
- | for site in ${sites}; do
- | echo "${0##*/}: loading site script ${site}"
- | . "${site}"
- | done
- | fi
- | unset site sites
- | fi
- configure:2096: checking for a BSD-compatible install
- configure:2164: result: /usr/lib/portage/python3.5/ebuild-helpers/xattr/install -c
- configure:2175: checking whether build environment is sane
- configure:2230: result: yes
- configure:2381: checking for a thread-safe mkdir -p
- configure:2420: result: /bin/mkdir -p
- configure:2427: checking for gawk
- configure:2443: found /usr/bin/gawk
- configure:2454: result: gawk
- configure:2465: checking whether make sets $(MAKE)
- configure:2487: result: yes
- configure:2516: checking whether make supports nested variables
- configure:2533: result: yes
- configure:2612: checking how to create a pax tar archive
- configure:2623: tar --version
- tar (GNU tar) 1.29
- Copyright (C) 2015 Free Software Foundation, Inc.
- License GPLv3+: GNU GPL version 3 or later <http://gnu.org/licenses/gpl.html>.
- This is free software: you are free to change and redistribute it.
- There is NO WARRANTY, to the extent permitted by law.
- Written by John Gilmore and Jay Fenlason.
- configure:2626: $? = 0
- configure:2666: tardir=conftest.dir && eval tar --format=posix -chf - "$tardir" >conftest.tar
- configure:2669: $? = 0
- configure:2673: tar -xf - <conftest.tar
- configure:2676: $? = 0
- configure:2678: cat conftest.dir/file
- GrepMe
- configure:2681: $? = 0
- configure:2694: result: gnutar
- configure:2747: checking whether to enable maintainer-specific portions of Makefiles
- configure:2756: result: yes
- configure:2783: checking build system type
- configure:2797: result: i686-pc-linux-gnu
- configure:2817: checking host system type
- configure:2830: result: i686-pc-linux-gnu
- configure:2858: checking for i686-pc-linux-gnu-gcc
- configure:2874: found /usr/bin/i686-pc-linux-gnu-gcc
- configure:2885: result: i686-pc-linux-gnu-gcc
- configure:3154: checking for C compiler version
- configure:3163: i686-pc-linux-gnu-gcc --version >&5
- i686-pc-linux-gnu-gcc (Gentoo 6.4.0 p1.1) 6.4.0
- Copyright (C) 2017 Free Software Foundation, Inc.
- This is free software; see the source for copying conditions. There is NO
- warranty; not even for MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE.
- configure:3174: $? = 0
- configure:3163: i686-pc-linux-gnu-gcc -v >&5
- Using built-in specs.
- COLLECT_GCC=/usr/i686-pc-linux-gnu/gcc-bin/6.4.0/i686-pc-linux-gnu-gcc
- COLLECT_LTO_WRAPPER=/usr/libexec/gcc/i686-pc-linux-gnu/6.4.0/lto-wrapper
- Target: i686-pc-linux-gnu
- Configured with: /var/tmp/portage/sys-devel/gcc-6.4.0/work/gcc-6.4.0/configure --host=i686-pc-linux-gnu --build=i686-pc-linux-gnu --prefix=/usr --bindir=/usr/i686-pc-linux-gnu/gcc-bin/6.4.0 --includedir=/usr/lib/gcc/i686-pc-linux-gnu/6.4.0/include --datadir=/usr/share/gcc-data/i686-pc-linux-gnu/6.4.0 --mandir=/usr/share/gcc-data/i686-pc-linux-gnu/6.4.0/man --infodir=/usr/share/gcc-data/i686-pc-linux-gnu/6.4.0/info --with-gxx-include-dir=/usr/lib/gcc/i686-pc-linux-gnu/6.4.0/include/g++-v6 --with-python-dir=/share/gcc-data/i686-pc-linux-gnu/6.4.0/python --enable-languages=c,c++,fortran --enable-obsolete --enable-secureplt --disable-werror --with-system-zlib --enable-nls --without-included-gettext --enable-checking=release --with-bugurl=https://bugs.gentoo.org/ --with-pkgversion='Gentoo 6.4.0 p1.1' --disable-esp --enable-libstdcxx-time --enable-shared --enable-threads=posix --enable-__cxa_atexit --enable-clocale=gnu --disable-multilib --disable-altivec --disable-fixed-point --with-arch=i686 --enable-targets=all --disable-libgcj --enable-libgomp --disable-libmudflap --disable-libssp --disable-libcilkrts --disable-libmpx --enable-vtable-verify --enable-libvtv --enable-lto --without-isl --enable-libsanitizer --enable-default-pie --enable-default-ssp
- Thread model: posix
- gcc version 6.4.0 (Gentoo 6.4.0 p1.1)
- configure:3174: $? = 0
- configure:3163: i686-pc-linux-gnu-gcc -V >&5
- i686-pc-linux-gnu-gcc: error: unrecognized command line option '-V'
- i686-pc-linux-gnu-gcc: fatal error: no input files
- compilation terminated.
- configure:3174: $? = 1
- configure:3163: i686-pc-linux-gnu-gcc -qversion >&5
- i686-pc-linux-gnu-gcc: error: unrecognized command line option '-qversion'; did you mean '--version'?
- i686-pc-linux-gnu-gcc: fatal error: no input files
- compilation terminated.
- configure:3174: $? = 1
- configure:3194: checking whether the C compiler works
- configure:3216: i686-pc-linux-gnu-gcc -O2 -march=native -pipe -Wl,-O1 -Wl,--as-needed conftest.c >&5
- configure:3220: $? = 0
- configure:3268: result: yes
- configure:3271: checking for C compiler default output file name
- configure:3273: result: a.out
- configure:3279: checking for suffix of executables
- configure:3286: i686-pc-linux-gnu-gcc -o conftest -O2 -march=native -pipe -Wl,-O1 -Wl,--as-needed conftest.c >&5
- configure:3290: $? = 0
- configure:3312: result:
- configure:3334: checking whether we are cross compiling
- configure:3342: i686-pc-linux-gnu-gcc -o conftest -O2 -march=native -pipe -Wl,-O1 -Wl,--as-needed conftest.c >&5
- configure:3346: $? = 0
- configure:3353: ./conftest
- configure:3357: $? = 0
- configure:3372: result: no
- configure:3377: checking for suffix of object files
- configure:3399: i686-pc-linux-gnu-gcc -c -O2 -march=native -pipe conftest.c >&5
- configure:3403: $? = 0
- configure:3424: result: o
- configure:3428: checking whether we are using the GNU C compiler
- configure:3447: i686-pc-linux-gnu-gcc -c -O2 -march=native -pipe conftest.c >&5
- configure:3447: $? = 0
- configure:3456: result: yes
- configure:3465: checking whether i686-pc-linux-gnu-gcc accepts -g
- configure:3485: i686-pc-linux-gnu-gcc -c -g conftest.c >&5
- configure:3485: $? = 0
- configure:3526: result: yes
- configure:3543: checking for i686-pc-linux-gnu-gcc option to accept ISO C89
- configure:3606: i686-pc-linux-gnu-gcc -c -O2 -march=native -pipe conftest.c >&5
- configure:3606: $? = 0
- configure:3619: result: none needed
- configure:3644: checking whether i686-pc-linux-gnu-gcc understands -c and -o together
- configure:3666: i686-pc-linux-gnu-gcc -c conftest.c -o conftest2.o
- configure:3669: $? = 0
- configure:3666: i686-pc-linux-gnu-gcc -c conftest.c -o conftest2.o
- configure:3669: $? = 0
- configure:3681: result: yes
- configure:3709: checking for style of include used by make
- configure:3737: result: GNU
- configure:3763: checking dependency style of i686-pc-linux-gnu-gcc
- configure:3874: result: none
- configure:3903: checking for i686-pc-linux-gnu-g++
- configure:3919: found /usr/bin/i686-pc-linux-gnu-g++
- configure:3930: result: i686-pc-linux-gnu-g++
- configure:4001: checking for C++ compiler version
- configure:4010: i686-pc-linux-gnu-g++ --version >&5
- i686-pc-linux-gnu-g++ (Gentoo 6.4.0 p1.1) 6.4.0
- Copyright (C) 2017 Free Software Foundation, Inc.
- This is free software; see the source for copying conditions. There is NO
- warranty; not even for MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE.
- configure:4021: $? = 0
- configure:4010: i686-pc-linux-gnu-g++ -v >&5
- Using built-in specs.
- COLLECT_GCC=/usr/i686-pc-linux-gnu/gcc-bin/6.4.0/i686-pc-linux-gnu-g++
- COLLECT_LTO_WRAPPER=/usr/libexec/gcc/i686-pc-linux-gnu/6.4.0/lto-wrapper
- Target: i686-pc-linux-gnu
- Configured with: /var/tmp/portage/sys-devel/gcc-6.4.0/work/gcc-6.4.0/configure --host=i686-pc-linux-gnu --build=i686-pc-linux-gnu --prefix=/usr --bindir=/usr/i686-pc-linux-gnu/gcc-bin/6.4.0 --includedir=/usr/lib/gcc/i686-pc-linux-gnu/6.4.0/include --datadir=/usr/share/gcc-data/i686-pc-linux-gnu/6.4.0 --mandir=/usr/share/gcc-data/i686-pc-linux-gnu/6.4.0/man --infodir=/usr/share/gcc-data/i686-pc-linux-gnu/6.4.0/info --with-gxx-include-dir=/usr/lib/gcc/i686-pc-linux-gnu/6.4.0/include/g++-v6 --with-python-dir=/share/gcc-data/i686-pc-linux-gnu/6.4.0/python --enable-languages=c,c++,fortran --enable-obsolete --enable-secureplt --disable-werror --with-system-zlib --enable-nls --without-included-gettext --enable-checking=release --with-bugurl=https://bugs.gentoo.org/ --with-pkgversion='Gentoo 6.4.0 p1.1' --disable-esp --enable-libstdcxx-time --enable-shared --enable-threads=posix --enable-__cxa_atexit --enable-clocale=gnu --disable-multilib --disable-altivec --disable-fixed-point --with-arch=i686 --enable-targets=all --disable-libgcj --enable-libgomp --disable-libmudflap --disable-libssp --disable-libcilkrts --disable-libmpx --enable-vtable-verify --enable-libvtv --enable-lto --without-isl --enable-libsanitizer --enable-default-pie --enable-default-ssp
- Thread model: posix
- gcc version 6.4.0 (Gentoo 6.4.0 p1.1)
- configure:4021: $? = 0
- configure:4010: i686-pc-linux-gnu-g++ -V >&5
- i686-pc-linux-gnu-g++: error: unrecognized command line option '-V'
- i686-pc-linux-gnu-g++: fatal error: no input files
- compilation terminated.
- configure:4021: $? = 1
- configure:4010: i686-pc-linux-gnu-g++ -qversion >&5
- i686-pc-linux-gnu-g++: error: unrecognized command line option '-qversion'; did you mean '--version'?
- i686-pc-linux-gnu-g++: fatal error: no input files
- compilation terminated.
- configure:4021: $? = 1
- configure:4025: checking whether we are using the GNU C++ compiler
- configure:4044: i686-pc-linux-gnu-g++ -c -O2 -march=native -pipe conftest.cpp >&5
- configure:4044: $? = 0
- configure:4053: result: yes
- configure:4062: checking whether i686-pc-linux-gnu-g++ accepts -g
- configure:4082: i686-pc-linux-gnu-g++ -c -g conftest.cpp >&5
- configure:4082: $? = 0
- configure:4123: result: yes
- configure:4148: checking dependency style of i686-pc-linux-gnu-g++
- configure:4259: result: none
- configure:4367: checking if cp supports --reflink
- configure:4382: result: yes
- 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
- configure:4408: result: yes
- configure:4420: checking whether to build documentation
- configure:4437: result: no
- configure:4440: checking whether to filter by whitelisting on directory name when processing, compiling and running reproducers
- configure:4457: result: no
- configure:4462: checking for bash
- configure:4480: found /bin/bash
- configure:4492: result: /bin/bash
- configure:4505: checking whether to compile ecj natively
- configure:4519: result: no
- configure:4626: checking for i686-pc-linux-gnu-zip
- configure:4659: result: no
- configure:4669: checking for zip
- configure:4687: found /usr/bin/zip
- configure:4699: result: /usr/bin/zip
- configure:4727: checking for a JDK home directory
- configure:4772: result: /opt/icedtea-bin-3.6.0 (link to /opt/icedtea-bin-3.6.0)
- configure:5032: checking for javac
- configure:5062: result: /opt/icedtea-bin-3.6.0/bin/javac
- configure:5580: checking for ecj
- configure:5613: result: no
- configure:5621: checking for ecj-3.1
- configure:5654: result: no
- configure:5663: checking for ecj-3.2
- configure:5696: result: no
- configure:5705: checking for ecj-3.3
- configure:5738: result: no
- configure:5756: checking if we are using ecj as javac
- configure:5769: result: no
- configure:5779: checking for jar
- configure:5922: result: /opt/icedtea-bin-3.6.0/bin/jar
- configure:5924: checking whether jar supports @<file> argument
- configure:5932: result: yes
- configure:5939: checking whether jar supports stdin file arguments
- Illegal option: @
- Usage: jar {ctxui}[vfmn0PMe] [jar-file] [manifest-file] [entry-point] [-C dir] files ...
- Options:
- -c create new archive
- -t list table of contents for archive
- -x extract named (or all) files from archive
- -u update existing archive
- -v generate verbose output on standard output
- -f specify archive file name
- -m include manifest information from specified manifest file
- -n perform Pack200 normalization after creating a new archive
- -e specify application entry point for stand-alone application
- bundled into an executable jar file
- -0 store only; use no ZIP compression
- -P preserve leading '/' (absolute path) and ".." (parent directory) components from file names
- -M do not create a manifest file for the entries
- -i generate index information for the specified jar files
- -C change to the specified directory and include the following file
- If any file is a directory then it is processed recursively.
- The manifest file name, the archive file name and the entry point name are
- specified in the same order as the 'm', 'f' and 'e' flags.
- Example 1: to archive two class files into an archive called classes.jar:
- jar cvf classes.jar Foo.class Bar.class
- Example 2: use an existing manifest file 'mymanifest' and archive all the
- files in the foo/ directory into 'classes.jar':
- jar cvfm classes.jar mymanifest -C foo/ .
- configure:5947: result: no
- configure:5951: checking whether jar supports -J options at the end
- configure:5955: result: yes
- configure:5970: checking for an ecj JAR file
- configure:5999: result: no
- configure:6008: checking for a JRE home directory
- configure:6041: result: /opt/icedtea-bin-3.6.0/jre (link to /opt/icedtea-bin-3.6.0/jre)
- configure:6048: checking for a Java virtual machine
- configure:6149: result: /usr/bin/java
- configure:6155: checking JDK version
- configure:6158: result: 1.8.0_151
- configure:6200: checking for javadoc
- configure:6343: result: /opt/icedtea-bin-3.6.0/bin/javadoc
- configure:6345: checking whether javadoc supports -J options
- #
- # A fatal error has been detected by the Java Runtime Environment:
- #
- # Internal Error (os_linux_x86.cpp:291), pid=7203, tid=0xb7076b40
- # fatal error: An irrecoverable SI_KERNEL SIGSEGV has occurred due to unstable signal handling in this distribution.
- #
- # JRE version: OpenJDK Runtime Environment (8.0_151-b12) (build 1.8.0_151-b12)
- # Java VM: OpenJDK Server VM (25.151-b12 mixed mode linux-x86 )
- # Derivative: IcedTea 3.6.0
- # Distribution: NAME=Gentoo, package Gentoo icedtea-3.6.0
- # Failed to write core dump. Core dumps have been disabled. To enable core dumping, try "ulimit -c unlimited" before starting Java again
- #
- # An error report file with more information is saved as:
- # /var/tmp/portage/dev-java/icedtea-web-1.6.1-r1/work/icedtea-web-1.6.1/tmp.6587/hs_err_pid7203.log
- #
- # If you would like to submit a bug report, please include
- # instructions on how to reproduce the bug and visit:
- # http://icedtea.classpath.org/bugzilla
- #
- configure:6377: result: no
- configure:6392: checking for keytool
- configure:6459: result: /opt/icedtea-bin-3.6.0/bin/keytool
- configure:6465: checking for jarsigner
- configure:6533: result: /opt/icedtea-bin-3.6.0/bin/jarsigner
- configure:6539: checking for pack200
- configure:6606: result: /opt/icedtea-bin-3.6.0/bin/pack200
- configure:6615: checking for i686-pc-linux-gnu-hg
- configure:6648: result: no
- configure:6658: checking for hg
- configure:6676: found /usr/bin/hg
- configure:6688: result: /usr/bin/hg
- /usr/bin/hg
- configure:6716: checking for IcedTea Mercurial revision ID
- configure:6721: result: none
- configure:6735: checking for distribution package version
- configure:6749: result: none
- configure:6764: checking what version string to use
- configure:6773: result: 1.6.1
- configure:6778: checking whether to build the browser plugin
- configure:6787: result: yes
- configure:6801: checking for i686-pc-linux-gnu-pkg-config
- configure:6819: found /usr/bin/i686-pc-linux-gnu-pkg-config
- configure:6831: result: /usr/bin/i686-pc-linux-gnu-pkg-config
- configure:6899: checking pkg-config is at least version 0.9.0
- configure:6902: result: yes
- configure:6915: checking for glib-2.0
- configure:6922: $PKG_CONFIG --exists --print-errors "glib-2.0"
- configure:6925: $? = 0
- configure:6939: $PKG_CONFIG --exists --print-errors "glib-2.0"
- configure:6942: $? = 0
- configure:7000: result: yes
- configure:7009: checking for npapi-sdk
- configure:7016: $PKG_CONFIG --exists --print-errors "npapi-sdk"
- configure:7019: $? = 0
- configure:7033: $PKG_CONFIG --exists --print-errors "npapi-sdk"
- configure:7036: $? = 0
- configure:7258: result: yes
- configure:7261: checking for xulrunner version
- configure:7271: result: 20000000
- configure:7292: checking for xulrunner version
- configure:7311: result: 20000000
- configure:7321: checking if java.util.jar.Pack200 is available
- #
- # A fatal error has been detected by the Java Runtime Environment:
- #
- # Internal Error (os_linux_x86.cpp:291), pid=7249, tid=0xb7064b40
- # fatal error: An irrecoverable SI_KERNEL SIGSEGV has occurred due to unstable signal handling in this distribution.
- #
- # JRE version: OpenJDK Runtime Environment (8.0_151-b12) (build 1.8.0_151-b12)
- # Java VM: OpenJDK Server VM (25.151-b12 mixed mode linux-x86 )
- # Derivative: IcedTea 3.6.0
- # Distribution: NAME=Gentoo, package Gentoo icedtea-3.6.0
- # Failed to write core dump. Core dumps have been disabled. To enable core dumping, try "ulimit -c unlimited" before starting Java again
- #
- # An error report file with more information is saved as:
- # /var/tmp/portage/dev-java/icedtea-web-1.6.1-r1/work/icedtea-web-1.6.1/tmp.6587/hs_err_pid7249.log
- #
- # If you would like to submit a bug report, please include
- # instructions on how to reproduce the bug and visit:
- # http://icedtea.classpath.org/bugzilla
- #
- configure:7358: result: no
- configure:7365: error: java.util.jar.Pack200 not found.
- ## ---------------- ##
- ## Cache variables. ##
- ## ---------------- ##
- ac_cv_build=i686-pc-linux-gnu
- ac_cv_c_compiler_gnu=yes
- ac_cv_cxx_compiler_gnu=yes
- ac_cv_env_CCC_set=
- ac_cv_env_CCC_value=
- ac_cv_env_CC_set=
- ac_cv_env_CC_value=
- ac_cv_env_CFLAGS_set=set
- ac_cv_env_CFLAGS_value='-O2 -march=native -pipe'
- ac_cv_env_CPPFLAGS_set=
- ac_cv_env_CPPFLAGS_value=
- ac_cv_env_CXXFLAGS_set=set
- ac_cv_env_CXXFLAGS_value='-O2 -march=native -pipe'
- ac_cv_env_CXX_set=
- ac_cv_env_CXX_value=
- ac_cv_env_GLIB2_V_216_CFLAGS_set=
- ac_cv_env_GLIB2_V_216_CFLAGS_value=
- ac_cv_env_GLIB2_V_216_LIBS_set=
- ac_cv_env_GLIB2_V_216_LIBS_value=
- ac_cv_env_GLIB_CFLAGS_set=
- ac_cv_env_GLIB_CFLAGS_value=
- ac_cv_env_GLIB_LIBS_set=
- ac_cv_env_GLIB_LIBS_value=
- ac_cv_env_LDFLAGS_set=set
- ac_cv_env_LDFLAGS_value='-Wl,-O1 -Wl,--as-needed'
- ac_cv_env_LIBS_set=
- ac_cv_env_LIBS_value=
- ac_cv_env_MOZILLA_CFLAGS_set=
- ac_cv_env_MOZILLA_CFLAGS_value=
- ac_cv_env_MOZILLA_LIBS_set=
- ac_cv_env_MOZILLA_LIBS_value=
- ac_cv_env_PKG_CONFIG_LIBDIR_set=
- ac_cv_env_PKG_CONFIG_LIBDIR_value=
- ac_cv_env_PKG_CONFIG_PATH_set=set
- ac_cv_env_PKG_CONFIG_PATH_value=/usr/lib/pkgconfig
- ac_cv_env_PKG_CONFIG_set=
- ac_cv_env_PKG_CONFIG_value=
- ac_cv_env_build_alias_set=set
- ac_cv_env_build_alias_value=i686-pc-linux-gnu
- ac_cv_env_host_alias_set=set
- ac_cv_env_host_alias_value=i686-pc-linux-gnu
- ac_cv_env_target_alias_set=
- ac_cv_env_target_alias_value=
- ac_cv_host=i686-pc-linux-gnu
- ac_cv_objext=o
- ac_cv_path_BIN_BASH=/bin/bash
- ac_cv_path_JAVAC=/opt/icedtea-bin-3.6.0/bin/javac
- ac_cv_path_PKG_CONFIG=/usr/bin/i686-pc-linux-gnu-pkg-config
- ac_cv_path_ac_pt_HG=/usr/bin/hg
- ac_cv_path_ac_pt_ZIP=/usr/bin/zip
- ac_cv_path_install='/usr/lib/portage/python3.5/ebuild-helpers/xattr/install -c'
- ac_cv_path_mkdir=/bin/mkdir
- ac_cv_prog_AWK=gawk
- ac_cv_prog_CC=i686-pc-linux-gnu-gcc
- ac_cv_prog_CXX=i686-pc-linux-gnu-g++
- ac_cv_prog_cc_c89=
- ac_cv_prog_cc_g=yes
- ac_cv_prog_cxx_g=yes
- ac_cv_prog_make_make_set=yes
- am_cv_CC_dependencies_compiler_type=none
- am_cv_CXX_dependencies_compiler_type=none
- am_cv_make_support_nested_variables=yes
- am_cv_prog_cc_c_o=yes
- am_cv_prog_tar_pax=gnutar
- it_cv_JAVA_UTIL_JAR_PACK200=no
- it_cv_ecj=no
- it_cv_hardlink_src=yes
- it_cv_reflink=yes
- pkg_cv_GLIB_CFLAGS='-I/usr/include/glib-2.0 -I/usr/lib/glib-2.0/include'
- pkg_cv_GLIB_LIBS=-lglib-2.0
- pkg_cv_MOZILLA_CFLAGS='-DXP_UNIX -I/usr/include/npapi-sdk'
- pkg_cv_MOZILLA_LIBS=
- xulrunner_cv_collapsed_version=20000000
- ## ----------------- ##
- ## Output variables. ##
- ## ----------------- ##
- ACLOCAL='${SHELL} /var/tmp/portage/dev-java/icedtea-web-1.6.1-r1/work/icedtea-web-1.6.1/missing aclocal-1.15'
- AMDEPBACKSLASH=''
- AMDEP_FALSE=''
- AMDEP_TRUE='#'
- AMTAR='$${TAR-tar}'
- AM_BACKSLASH='\'
- AM_DEFAULT_V='$(AM_DEFAULT_VERBOSITY)'
- AM_DEFAULT_VERBOSITY='1'
- AM_V='$(V)'
- ARCHFLAG='-m32'
- ARCH_PREFIX=''
- ASM_AVAILABLE=''
- ASM_JAR=''
- AUTOCONF='${SHELL} /var/tmp/portage/dev-java/icedtea-web-1.6.1-r1/work/icedtea-web-1.6.1/missing autoconf'
- AUTOHEADER='${SHELL} /var/tmp/portage/dev-java/icedtea-web-1.6.1-r1/work/icedtea-web-1.6.1/missing autoheader'
- AUTOMAKE='${SHELL} /var/tmp/portage/dev-java/icedtea-web-1.6.1-r1/work/icedtea-web-1.6.1/missing automake-1.15'
- AWK='gawk'
- BIN_BASH='/bin/bash'
- BROWSER_TESTS_MODIFICATION=''
- BUILD_ARCH_DIR='i586'
- CC='i686-pc-linux-gnu-gcc'
- CCDEPMODE='depmode=none'
- CFLAGS='-O2 -march=native -pipe'
- CHROME=''
- CHROMIUM=''
- CPPFLAGS=''
- CP_SUPPORTS_REFLINK_FALSE='#'
- CP_SUPPORTS_REFLINK_TRUE=''
- CXX='i686-pc-linux-gnu-g++'
- CXXDEPMODE='depmode=none'
- CXXFLAGS='-O2 -march=native -pipe'
- CYGPATH_W='echo'
- DEFS=''
- DEPDIR='.deps'
- ECHO_C=''
- ECHO_N='-n'
- ECHO_T=''
- ECJ=''
- ECJ_JAR='no'
- ENABLE_DOCS_FALSE=''
- ENABLE_DOCS_TRUE='#'
- ENABLE_PLUGIN_FALSE='#'
- ENABLE_PLUGIN_TRUE=''
- ENABLE_WHITELIST_FALSE=''
- ENABLE_WHITELIST_TRUE='#'
- EPIPHANY=''
- EXEEXT=''
- FIREFOX=''
- FULL_VERSION='1.6.1'
- GCJ='no'
- GLIB2_V_216_CFLAGS=''
- GLIB2_V_216_LIBS=''
- GLIB_CFLAGS='-I/usr/include/glib-2.0 -I/usr/lib/glib-2.0/include'
- GLIB_LIBS='-lglib-2.0'
- HAMCREST_AVAILABLE=''
- HAMCREST_JAR=''
- HAS_ICEDTEA_REVISION_FALSE=''
- HAS_ICEDTEA_REVISION_TRUE='#'
- HAS_PKGVERSION_FALSE=''
- HAS_PKGVERSION_TRUE='#'
- HAVE_JAVA7_FALSE='#'
- HAVE_JAVA7_TRUE=''
- HAVE_JAVA8_FALSE='#'
- HAVE_JAVA8_TRUE=''
- HAVE_JAVA9_FALSE=''
- HAVE_JAVA9_TRUE='#'
- HAVE_TAGSOUP_FALSE=''
- HAVE_TAGSOUP_TRUE=''
- HG='/usr/bin/hg'
- ICEDTEA_REVISION='none'
- INSTALL_ARCH_DIR='i386'
- INSTALL_DATA='${INSTALL} -m 644'
- INSTALL_PROGRAM='${INSTALL}'
- INSTALL_SCRIPT='${INSTALL}'
- INSTALL_STRIP_PROGRAM='$(install_sh) -c -s'
- JACOCO_AVAILABLE=''
- JACOCO_JAR=''
- JAR='/opt/icedtea-bin-3.6.0/bin/jar'
- JARSIGNER='/opt/icedtea-bin-3.6.0/bin/jarsigner'
- JAR_ACCEPTS_STDIN_LIST=''
- JAR_KNOWS_ATFILE='1'
- JAR_KNOWS_J_OPTIONS='1'
- JAVA='/usr/bin/java'
- JAVAC='/opt/icedtea-bin-3.6.0/bin/javac'
- JAVADOC='/opt/icedtea-bin-3.6.0/bin/javadoc'
- JAVADOC_KNOWS_J_OPTIONS='no'
- JAVADOC_SUPPORTS_J_OPTIONS_FALSE=''
- JAVADOC_SUPPORTS_J_OPTIONS_TRUE='#'
- JRE_ARCH_DIR='i386'
- JUNIT_AVAILABLE=''
- JUNIT_JAR=''
- KEYTOOL='/opt/icedtea-bin-3.6.0/bin/keytool'
- LDFLAGS='-Wl,-O1 -Wl,--as-needed'
- LIBOBJS=''
- LIBS=''
- LTLIBOBJS=''
- MAINT=''
- MAINTAINER_MODE_FALSE='#'
- MAINTAINER_MODE_TRUE=''
- MAKEINFO='${SHELL} /var/tmp/portage/dev-java/icedtea-web-1.6.1-r1/work/icedtea-web-1.6.1/missing makeinfo'
- MIDORI=''
- MKDIR_P='/bin/mkdir -p'
- MOZILLA_CFLAGS='-DXP_UNIX -I/usr/include/npapi-sdk'
- MOZILLA_LIBS=''
- MOZILLA_VERSION_COLLAPSED='20000000'
- OBJEXT='o'
- OPERA=''
- PACK200='/opt/icedtea-bin-3.6.0/bin/pack200'
- PACKAGE='icedtea-web'
- PACKAGE_BUGREPORT='distro-pkg-dev@openjdk.java.net'
- PACKAGE_NAME='icedtea-web'
- PACKAGE_STRING='icedtea-web 1.6.1'
- PACKAGE_TARNAME='icedtea-web'
- PACKAGE_URL='http://icedtea.classpath.org/wiki/IcedTea-Web'
- PACKAGE_VERSION='1.6.1'
- PATH_SEPARATOR=':'
- PKGVERSION='none'
- PKG_CONFIG='/usr/bin/i686-pc-linux-gnu-pkg-config'
- PKG_CONFIG_LIBDIR=''
- PKG_CONFIG_PATH='/usr/lib/pkgconfig'
- RHINO_AVAILABLE=''
- RHINO_JAR=''
- SET_MAKE=''
- SHELL='/bin/sh'
- SRC_DIR_HARDLINKABLE_FALSE='#'
- SRC_DIR_HARDLINKABLE_TRUE=''
- STRIP=''
- SYSTEM_JDK_DIR='/opt/icedtea-bin-3.6.0'
- SYSTEM_JRE_DIR='/opt/icedtea-bin-3.6.0/jre'
- TAGSOUP_JAR=''
- USING_ECJ='no'
- VERSION='1.6.1'
- VERSION_DEFS='-DHAVE_JAVA8'
- WITH_ASM_FALSE=''
- WITH_ASM_TRUE=''
- WITH_HAMCREST_FALSE=''
- WITH_HAMCREST_TRUE=''
- WITH_JACOCO_FALSE=''
- WITH_JACOCO_TRUE=''
- WITH_JUNIT_FALSE=''
- WITH_JUNIT_TRUE=''
- WITH_RHINO_FALSE=''
- WITH_RHINO_TRUE=''
- WITH_XSLTPROC_FALSE=''
- WITH_XSLTPROC_TRUE=''
- XSLTPROC=''
- ZIP='/usr/bin/zip'
- abs_top_builddir='/var/tmp/portage/dev-java/icedtea-web-1.6.1-r1/work/icedtea-web-1.6.1'
- abs_top_srcdir='/var/tmp/portage/dev-java/icedtea-web-1.6.1-r1/work/icedtea-web-1.6.1'
- ac_ct_CC=''
- ac_ct_CXX=''
- am__EXEEXT_FALSE=''
- am__EXEEXT_TRUE=''
- am__fastdepCC_FALSE=''
- am__fastdepCC_TRUE='#'
- am__fastdepCXX_FALSE=''
- am__fastdepCXX_TRUE='#'
- am__include='include'
- am__isrc=''
- am__leading_dot='.'
- am__nodep=''
- am__quote=''
- am__tar='tar --format=posix -chf - "$$tardir"'
- am__untar='tar -xf -'
- bindir='${exec_prefix}/bin'
- build='i686-pc-linux-gnu'
- build_alias='i686-pc-linux-gnu'
- build_cpu='i686'
- build_os='linux-gnu'
- build_vendor='pc'
- datadir='/usr/share'
- datarootdir='${prefix}/share'
- docdir='${datarootdir}/doc/${PACKAGE_TARNAME}'
- dvidir='${docdir}'
- exec_prefix='NONE'
- host='i686-pc-linux-gnu'
- host_alias='i686-pc-linux-gnu'
- host_cpu='i686'
- host_os='linux-gnu'
- host_vendor='pc'
- htmldir='${docdir}'
- includedir='${prefix}/include'
- infodir='/usr/share/info'
- install_sh='${SHELL} /var/tmp/portage/dev-java/icedtea-web-1.6.1-r1/work/icedtea-web-1.6.1/install-sh'
- libdir='/usr/lib/nsbrowser/plugins'
- libexecdir='${exec_prefix}/libexec'
- localedir='${datarootdir}/locale'
- localstatedir='/var/lib'
- mandir='/usr/share/man'
- mkdir_p='$(MKDIR_P)'
- oldincludedir='/usr/include'
- pdfdir='${docdir}'
- prefix='/usr'
- program_transform_name='s/^javaws$$/itweb-javaws/'
- psdir='${docdir}'
- sbindir='${exec_prefix}/sbin'
- sharedstatedir='${prefix}/com'
- sysconfdir='/etc'
- target_alias=''
- ## ----------- ##
- ## confdefs.h. ##
- ## ----------- ##
- /* confdefs.h */
- #define PACKAGE_NAME "icedtea-web"
- #define PACKAGE_TARNAME "icedtea-web"
- #define PACKAGE_VERSION "1.6.1"
- #define PACKAGE_STRING "icedtea-web 1.6.1"
- #define PACKAGE_BUGREPORT "distro-pkg-dev@openjdk.java.net"
- #define PACKAGE_URL "http://icedtea.classpath.org/wiki/IcedTea-Web"
- #define PACKAGE "icedtea-web"
- #define VERSION "1.6.1"
- configure: exit 1
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement