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.2, which was generated by GNU Autoconf 2.69. Invocation command line was $ ./configure --prefix=/usr --build=x86_64-pc-linux-gnu --host=x86_64-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/lib64/nsbrowser/plugins --with-java=/usr/bin/java --with-jdk-home=/usr/lib64/openjdk-11 --disable-docs --enable-plugin --without-rhino --with-tagsoup=//usr/share/tagsoup/lib/tagsoup.jar ## --------- ## ## Platform. ## ## --------- ## hostname = ernie uname -m = x86_64 uname -r = 5.3.7-gentoo uname -s = Linux uname -v = #2 SMP Sun Oct 20 15:11:34 CEST 2019 /usr/bin/uname -p = AMD Ryzen 5 2400G with Radeon Vega Graphics /bin/uname -X = unknown /bin/arch = x86_64 /usr/bin/arch -k = unknown /usr/convex/getsysinfo = unknown /usr/bin/hostinfo = unknown /bin/machine = unknown /usr/bin/oslevel = unknown /bin/universe = unknown PATH: /usr/lib64/openjdk-11/bin PATH: /usr/lib/portage/pypy/ebuild-helpers PATH: /usr/lib/llvm/9/bin PATH: /usr/lib/llvm/7/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:1951: 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 | | # provided by crossdev | SITEDIR="/usr/share/crossdev/include/site" | | # user override | ETC_SITEDIR="/etc/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" ;; | mingw*|*-mingw*) sites="${sites} mingw ${site_arch}-mingw" ;; | esac | | case ${CHOST} in | *-linux-uclibc*) sites="${sites} linux-uclibc ${site_arch}-linux-uclibc" ;; | *-linux-gnu*) sites="${sites} linux-gnu ${site_arch}-linux-gnu" ;; | *-linux-musl*) sites="${sites} linux-musl ${site_arch}-linux-musl" ;; | 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 "${SITEDIR}/${x}" ] && echo "${SITEDIR}/${x}" | [ -e "${ETC_SITEDIR}/${x}" ] && echo "${ETC_SITEDIR}/${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:2092: checking for a BSD-compatible install configure:2160: result: /usr/bin/install -c configure:2171: checking whether build environment is sane configure:2226: result: yes configure:2375: checking for a thread-safe mkdir -p configure:2414: result: /usr/sbin/mkdir -p configure:2421: checking for gawk configure:2437: found /usr/sbin/gawk configure:2448: result: gawk configure:2459: checking whether make sets $(MAKE) configure:2481: result: yes configure:2510: checking whether make supports nested variables configure:2527: result: yes configure:2606: checking how to create a pax tar archive configure:2617: tar --version tar (GNU tar) 1.32 Copyright (C) 2019 Free Software Foundation, Inc. License GPLv3+: GNU GPL version 3 or later . 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:2620: $? = 0 configure:2660: tardir=conftest.dir && eval tar --format=posix -chf - "$tardir" >conftest.tar configure:2663: $? = 0 configure:2667: tar -xf - &5 x86_64-pc-linux-gnu-gcc (Gentoo 9.2.0-r1 p2) 9.2.0 Copyright (C) 2019 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:3168: $? = 0 configure:3157: x86_64-pc-linux-gnu-gcc -v >&5 Using built-in specs. COLLECT_GCC=x86_64-pc-linux-gnu-gcc COLLECT_LTO_WRAPPER=/usr/libexec/gcc/x86_64-pc-linux-gnu/9.2.0/lto-wrapper Target: x86_64-pc-linux-gnu Configured with: /var/tmp/portage/sys-devel/gcc-9.2.0-r1/work/gcc-9.2.0/configure --host=x86_64-pc-linux-gnu --build=x86_64-pc-linux-gnu --prefix=/usr --bindir=/usr/x86_64-pc-linux-gnu/gcc-bin/9.2.0 --includedir=/usr/lib/gcc/x86_64-pc-linux-gnu/9.2.0/include --datadir=/usr/share/gcc-data/x86_64-pc-linux-gnu/9.2.0 --mandir=/usr/share/gcc-data/x86_64-pc-linux-gnu/9.2.0/man --infodir=/usr/share/gcc-data/x86_64-pc-linux-gnu/9.2.0/info --with-gxx-include-dir=/usr/lib/gcc/x86_64-pc-linux-gnu/9.2.0/include/g++-v9 --with-python-dir=/share/gcc-data/x86_64-pc-linux-gnu/9.2.0/python --enable-languages=c,c++,go,objc,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 9.2.0-r1 p2' --disable-esp --enable-libstdcxx-time --with-build-config=bootstrap-lto --enable-shared --enable-threads=posix --enable-__cxa_atexit --enable-clocale=gnu --enable-multilib --with-multilib-list=m32,m64 --disable-altivec --disable-fixed-point --enable-targets=all --enable-libgomp --disable-libmudflap --disable-libssp --enable-systemtap --enable-vtable-verify --enable-lto --with-isl --disable-isl-version-check --enable-default-pie --enable-default-ssp Thread model: posix gcc version 9.2.0 (Gentoo 9.2.0-r1 p2) configure:3168: $? = 0 configure:3157: x86_64-pc-linux-gnu-gcc -V >&5 x86_64-pc-linux-gnu-gcc: error: unrecognized command line option '-V' x86_64-pc-linux-gnu-gcc: fatal error: no input files compilation terminated. configure:3168: $? = 1 configure:3157: x86_64-pc-linux-gnu-gcc -qversion >&5 x86_64-pc-linux-gnu-gcc: error: unrecognized command line option '-qversion'; did you mean '--version'? x86_64-pc-linux-gnu-gcc: fatal error: no input files compilation terminated. configure:3168: $? = 1 configure:3188: checking whether the C compiler works configure:3210: x86_64-pc-linux-gnu-gcc -pipe -O2 -march=znver1 -Wl,-O1 -Wl,--as-needed -Wl,--hash-style=gnu conftest.c >&5 configure:3214: $? = 0 configure:3262: result: yes configure:3265: checking for C compiler default output file name configure:3267: result: a.out configure:3273: checking for suffix of executables configure:3280: x86_64-pc-linux-gnu-gcc -o conftest -pipe -O2 -march=znver1 -Wl,-O1 -Wl,--as-needed -Wl,--hash-style=gnu conftest.c >&5 configure:3284: $? = 0 configure:3306: result: configure:3328: checking whether we are cross compiling configure:3336: x86_64-pc-linux-gnu-gcc -o conftest -pipe -O2 -march=znver1 -Wl,-O1 -Wl,--as-needed -Wl,--hash-style=gnu conftest.c >&5 configure:3340: $? = 0 configure:3347: ./conftest configure:3351: $? = 0 configure:3339: result: no configure:3344: checking for suffix of object files configure:3366: x86_64-pc-linux-gnu-gcc -c -pipe -O2 -march=znver1 conftest.c >&5 configure:3370: $? = 0 configure:3391: result: o configure:3395: checking whether we are using the GNU C compiler configure:3414: x86_64-pc-linux-gnu-gcc -c -pipe -O2 -march=znver1 conftest.c >&5 configure:3414: $? = 0 configure:3423: result: yes configure:3432: checking whether x86_64-pc-linux-gnu-gcc accepts -g configure:3452: x86_64-pc-linux-gnu-gcc -c -g conftest.c >&5 configure:3452: $? = 0 configure:3493: result: yes configure:3510: checking for x86_64-pc-linux-gnu-gcc option to accept ISO C89 configure:3573: x86_64-pc-linux-gnu-gcc -c -pipe -O2 -march=znver1 conftest.c >&5 configure:3573: $? = 0 configure:3586: result: none needed configure:3611: checking whether x86_64-pc-linux-gnu-gcc understands -c and -o together configure:3633: x86_64-pc-linux-gnu-gcc -c conftest.c -o conftest2.o configure:3636: $? = 0 configure:3633: x86_64-pc-linux-gnu-gcc -c conftest.c -o conftest2.o configure:3636: $? = 0 configure:3648: result: yes configure:3668: checking whether make supports the include directive configure:3683: make -f confmf.GNU && cat confinc.out this is the am__doit target configure:3686: $? = 0 configure:3705: result: yes (GNU style) configure:3730: checking dependency style of x86_64-pc-linux-gnu-gcc configure:3841: result: none configure:3870: checking for x86_64-pc-linux-gnu-g++ configure:3886: found /usr/sbin/x86_64-pc-linux-gnu-g++ configure:3897: result: x86_64-pc-linux-gnu-g++ configure:3968: checking for C++ compiler version configure:3977: x86_64-pc-linux-gnu-g++ --version >&5 x86_64-pc-linux-gnu-g++ (Gentoo 9.2.0-r1 p2) 9.2.0 Copyright (C) 2019 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:3988: $? = 0 configure:3977: x86_64-pc-linux-gnu-g++ -v >&5 Using built-in specs. COLLECT_GCC=x86_64-pc-linux-gnu-g++ COLLECT_LTO_WRAPPER=/usr/libexec/gcc/x86_64-pc-linux-gnu/9.2.0/lto-wrapper Target: x86_64-pc-linux-gnu Configured with: /var/tmp/portage/sys-devel/gcc-9.2.0-r1/work/gcc-9.2.0/configure --host=x86_64-pc-linux-gnu --build=x86_64-pc-linux-gnu --prefix=/usr --bindir=/usr/x86_64-pc-linux-gnu/gcc-bin/9.2.0 --includedir=/usr/lib/gcc/x86_64-pc-linux-gnu/9.2.0/include --datadir=/usr/share/gcc-data/x86_64-pc-linux-gnu/9.2.0 --mandir=/usr/share/gcc-data/x86_64-pc-linux-gnu/9.2.0/man --infodir=/usr/share/gcc-data/x86_64-pc-linux-gnu/9.2.0/info --with-gxx-include-dir=/usr/lib/gcc/x86_64-pc-linux-gnu/9.2.0/include/g++-v9 --with-python-dir=/share/gcc-data/x86_64-pc-linux-gnu/9.2.0/python --enable-languages=c,c++,go,objc,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 9.2.0-r1 p2' --disable-esp --enable-libstdcxx-time --with-build-config=bootstrap-lto --enable-shared --enable-threads=posix --enable-__cxa_atexit --enable-clocale=gnu --enable-multilib --with-multilib-list=m32,m64 --disable-altivec --disable-fixed-point --enable-targets=all --enable-libgomp --disable-libmudflap --disable-libssp --enable-systemtap --enable-vtable-verify --enable-lto --with-isl --disable-isl-version-check --enable-default-pie --enable-default-ssp Thread model: posix gcc version 9.2.0 (Gentoo 9.2.0-r1 p2) configure:3988: $? = 0 configure:3977: x86_64-pc-linux-gnu-g++ -V >&5 x86_64-pc-linux-gnu-g++: error: unrecognized command line option '-V' x86_64-pc-linux-gnu-g++: fatal error: no input files compilation terminated. configure:3988: $? = 1 configure:3977: x86_64-pc-linux-gnu-g++ -qversion >&5 x86_64-pc-linux-gnu-g++: error: unrecognized command line option '-qversion'; did you mean '--version'? x86_64-pc-linux-gnu-g++: fatal error: no input files compilation terminated. configure:3988: $? = 1 configure:3992: checking whether we are using the GNU C++ compiler configure:4011: x86_64-pc-linux-gnu-g++ -c -pipe -O2 -march=znver1 conftest.cpp >&5 configure:4011: $? = 0 configure:4020: result: yes configure:4029: checking whether x86_64-pc-linux-gnu-g++ accepts -g configure:4049: x86_64-pc-linux-gnu-g++ -c -g conftest.cpp >&5 configure:4049: $? = 0 configure:4090: result: yes configure:4115: checking dependency style of x86_64-pc-linux-gnu-g++ configure:4226: result: none configure:4334: checking if cp supports --reflink configure:4349: result: yes configure:4361: checking if we can hard link rather than copy from /tmp/portage/dev-java/icedtea-web-1.6.2/work/icedtea-web-1.6.2 configure:4375: result: yes configure:4387: checking whether to build documentation configure:4404: result: no configure:4407: checking whether to filter by whitelisting on directory name when processing, compiling and running reproducers configure:4424: result: no configure:4429: checking for bash configure:4447: found /bin/bash configure:4459: result: /bin/bash configure:4472: checking whether to compile ecj natively configure:4486: result: no configure:4593: checking for x86_64-pc-linux-gnu-zip configure:4626: result: no configure:4636: checking for zip configure:4654: found /usr/sbin/zip configure:4666: result: /usr/sbin/zip configure:4694: checking for a JDK home directory configure:4739: result: /usr/lib64/openjdk-11 (link to /usr/lib64/openjdk-11) configure:4999: checking for javac configure:5029: result: /usr/lib64/openjdk-11/bin/javac configure:5547: checking for ecj configure:5580: result: no configure:5588: checking for ecj-3.1 configure:5621: result: no configure:5630: checking for ecj-3.2 configure:5663: result: no configure:5672: checking for ecj-3.3 configure:5705: result: no configure:5723: checking if we are using ecj as javac configure:5736: result: no configure:5746: checking for jar configure:5889: result: /usr/lib64/openjdk-11/bin/jar configure:5891: checking whether jar supports @ argument configure:5899: result: yes configure:5906: checking whether jar supports stdin file arguments Illegal option: @ Try `jar --help' for more information. configure:5914: result: no configure:5918: checking whether jar supports -J options at the end configure:5922: result: yes configure:5937: checking for an ecj JAR file configure:5966: result: no configure:5975: checking for a JRE home directory configure:6005: error: "A JRE home directory could not be found. " ## ---------------- ## ## Cache variables. ## ## ---------------- ## ac_cv_build=x86_64-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='-pipe -O2 -march=znver1' ac_cv_env_CPPFLAGS_set= ac_cv_env_CPPFLAGS_value= ac_cv_env_CXXFLAGS_set=set ac_cv_env_CXXFLAGS_value='-pipe -O2 -march=znver1' 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 -Wl,--hash-style=gnu' 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/lib64/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=x86_64-pc-linux-gnu ac_cv_env_host_alias_set=set ac_cv_env_host_alias_value=x86_64-pc-linux-gnu ac_cv_env_target_alias_set= ac_cv_env_target_alias_value= ac_cv_host=x86_64-pc-linux-gnu ac_cv_objext=o ac_cv_path_BIN_BASH=/bin/bash ac_cv_path_JAVAC=/usr/lib64/openjdk-11/bin/javac ac_cv_path_ac_pt_ZIP=/usr/sbin/zip ac_cv_path_install='/usr/bin/install -c' ac_cv_path_mkdir=/usr/sbin/mkdir ac_cv_prog_AWK=gawk ac_cv_prog_CC=x86_64-pc-linux-gnu-gcc ac_cv_prog_CXX=x86_64-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_ecj=no it_cv_hardlink_src=yes it_cv_reflink=yes ## ----------------- ## ## Output variables. ## ## ----------------- ## ACLOCAL='${SHELL} /tmp/portage/dev-java/icedtea-web-1.6.2/work/icedtea-web-1.6.2/missing aclocal-1.16' AMDEPBACKSLASH='' AMDEP_FALSE='' AMDEP_TRUE='#' AMTAR='$${TAR-tar}' AM_BACKSLASH='\' AM_DEFAULT_V='$(AM_DEFAULT_VERBOSITY)' AM_DEFAULT_VERBOSITY='1' AM_V='$(V)' ARCHFLAG='-m64' ARCH_PREFIX='' ASM_AVAILABLE='' ASM_JAR='' AUTOCONF='${SHELL} /tmp/portage/dev-java/icedtea-web-1.6.2/work/icedtea-web-1.6.2/missing autoconf' AUTOHEADER='${SHELL} /tmp/portage/dev-java/icedtea-web-1.6.2/work/icedtea-web-1.6.2/missing autoheader' AUTOMAKE='${SHELL} /tmp/portage/dev-java/icedtea-web-1.6.2/work/icedtea-web-1.6.2/missing automake-1.16' AWK='gawk' BIN_BASH='/bin/bash' BROWSER_TESTS_MODIFICATION='' BUILD_ARCH_DIR='amd64' CC='x86_64-pc-linux-gnu-gcc' CCDEPMODE='depmode=none' CFLAGS='-pipe -O2 -march=znver1' CHROME='' CHROMIUM='' CPPFLAGS='' CP_SUPPORTS_REFLINK_FALSE='#' CP_SUPPORTS_REFLINK_TRUE='' CXX='x86_64-pc-linux-gnu-g++' CXXDEPMODE='depmode=none' CXXFLAGS='-pipe -O2 -march=znver1' 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='' GCJ='no' GLIB2_V_216_CFLAGS='' GLIB2_V_216_LIBS='' GLIB_CFLAGS='' GLIB_LIBS='' 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='' ICEDTEA_REVISION='' INSTALL_ARCH_DIR='amd64' INSTALL_DATA='${INSTALL} -m 644' INSTALL_PROGRAM='${INSTALL}' INSTALL_SCRIPT='${INSTALL}' INSTALL_STRIP_PROGRAM='$(install_sh) -c -s' JACOCO_AVAILABLE='' JACOCO_JAR='' JAR='/usr/lib64/openjdk-11/bin/jar' JARSIGNER='' JAR_ACCEPTS_STDIN_LIST='' JAR_KNOWS_ATFILE='1' JAR_KNOWS_J_OPTIONS='1' JAVA='/usr/lib64/openjdk-11/bin/java' JAVAC='/usr/lib64/openjdk-11/bin/javac' JAVADOC='' JAVADOC_KNOWS_J_OPTIONS='' JAVADOC_SUPPORTS_J_OPTIONS_FALSE='' JAVADOC_SUPPORTS_J_OPTIONS_TRUE='' JRE_ARCH_DIR='amd64' JUNIT_AVAILABLE='' JUNIT_JAR='' KEYTOOL='' LDFLAGS='-Wl,-O1 -Wl,--as-needed -Wl,--hash-style=gnu' LIBOBJS='' LIBS='' LTLIBOBJS='' MAINT='' MAINTAINER_MODE_FALSE='#' MAINTAINER_MODE_TRUE='' MAKEINFO='${SHELL} /tmp/portage/dev-java/icedtea-web-1.6.2/work/icedtea-web-1.6.2/missing makeinfo' MIDORI='' MKDIR_P='/usr/sbin/mkdir -p' MOZILLA_CFLAGS='' MOZILLA_LIBS='' MOZILLA_VERSION_COLLAPSED='' OBJEXT='o' OPERA='' PACK200='' PACKAGE='icedtea-web' PACKAGE_BUGREPORT='distro-pkg-dev@openjdk.java.net' PACKAGE_NAME='icedtea-web' PACKAGE_STRING='icedtea-web 1.6.2' PACKAGE_TARNAME='icedtea-web' PACKAGE_URL='http://icedtea.classpath.org/wiki/IcedTea-Web' PACKAGE_VERSION='1.6.2' PATH_SEPARATOR=':' PKGVERSION='' PKG_CONFIG='' PKG_CONFIG_LIBDIR='' PKG_CONFIG_PATH='/usr/lib64/pkgconfig' RHINO_AVAILABLE='' RHINO_JAR='' SET_MAKE='' SHELL='/bin/sh' SRC_DIR_HARDLINKABLE_FALSE='#' SRC_DIR_HARDLINKABLE_TRUE='' STRIP='' SYSTEM_JDK_DIR='/usr/lib64/openjdk-11' SYSTEM_JRE_DIR='' TAGSOUP_JAR='' USING_ECJ='no' VERSION='1.6.2' VERSION_DEFS='' 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/sbin/zip' abs_top_builddir='/tmp/portage/dev-java/icedtea-web-1.6.2/work/icedtea-web-1.6.2' abs_top_srcdir='/tmp/portage/dev-java/icedtea-web-1.6.2/work/icedtea-web-1.6.2' 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='x86_64-pc-linux-gnu' build_alias='x86_64-pc-linux-gnu' build_cpu='x86_64' build_os='linux-gnu' build_vendor='pc' datadir='/usr/share' datarootdir='${prefix}/share' docdir='${datarootdir}/doc/${PACKAGE_TARNAME}' dvidir='${docdir}' exec_prefix='NONE' host='x86_64-pc-linux-gnu' host_alias='x86_64-pc-linux-gnu' host_cpu='x86_64' host_os='linux-gnu' host_vendor='pc' htmldir='${docdir}' includedir='${prefix}/include' infodir='/usr/share/info' install_sh='${SHELL} /tmp/portage/dev-java/icedtea-web-1.6.2/work/icedtea-web-1.6.2/install-sh' libdir='/usr/lib64/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.2" #define PACKAGE_STRING "icedtea-web 1.6.2" #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.2" configure: exit 1