This file contains any messages produced by compilers while running configure, to aid debugging if configure makes a mistake. It was created by icedtea-sound configure 1.0.1, 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 --libdir=/usr/lib64 --with-jdk-home=/usr/lib64/openjdk-11 --enable-docs --htmldir=/usr/share/doc/icedtea-sound-1.0.1/html ## --------- ## ## 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:1776: 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:1917: checking for a BSD-compatible install configure:1985: result: /usr/bin/install -c configure:1996: checking whether build environment is sane configure:2051: result: yes configure:2200: checking for a thread-safe mkdir -p configure:2239: result: /usr/sbin/mkdir -p configure:2246: checking for gawk configure:2262: found /usr/sbin/gawk configure:2273: result: gawk configure:2284: checking whether make sets $(MAKE) configure:2306: result: yes configure:2335: checking whether make supports nested variables configure:2352: result: yes configure:2431: checking how to create a pax tar archive configure:2442: 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:2445: $? = 0 configure:2485: tardir=conftest.dir && eval tar --format=posix -chf - "$tardir" >conftest.tar configure:2488: $? = 0 configure:2492: 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:2991: $? = 0 configure:2980: 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:2991: $? = 0 configure:2980: 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:2991: $? = 1 configure:2980: 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:2991: $? = 1 configure:3011: checking whether the C compiler works configure:3033: x86_64-pc-linux-gnu-gcc -pipe -O2 -march=znver1 -Wl,-O1 -Wl,--as-needed -Wl,--hash-style=gnu conftest.c >&5 configure:3037: $? = 0 configure:3085: result: yes configure:3088: checking for C compiler default output file name configure:3090: result: a.out configure:3096: checking for suffix of executables configure:3103: 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:3107: $? = 0 configure:3129: result: configure:3151: checking whether we are cross compiling configure:3159: 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:3163: $? = 0 configure:3170: ./conftest configure:3174: $? = 0 configure:3162: result: no configure:3167: checking for suffix of object files configure:3189: x86_64-pc-linux-gnu-gcc -c -pipe -O2 -march=znver1 conftest.c >&5 configure:3193: $? = 0 configure:3214: result: o configure:3218: checking whether we are using the GNU C compiler configure:3237: x86_64-pc-linux-gnu-gcc -c -pipe -O2 -march=znver1 conftest.c >&5 configure:3237: $? = 0 configure:3246: result: yes configure:3255: checking whether x86_64-pc-linux-gnu-gcc accepts -g configure:3275: x86_64-pc-linux-gnu-gcc -c -g conftest.c >&5 configure:3275: $? = 0 configure:3316: result: yes configure:3333: checking for x86_64-pc-linux-gnu-gcc option to accept ISO C89 configure:3396: x86_64-pc-linux-gnu-gcc -c -pipe -O2 -march=znver1 conftest.c >&5 configure:3396: $? = 0 configure:3409: result: none needed configure:3434: checking whether x86_64-pc-linux-gnu-gcc understands -c and -o together configure:3456: x86_64-pc-linux-gnu-gcc -c conftest.c -o conftest2.o configure:3459: $? = 0 configure:3456: x86_64-pc-linux-gnu-gcc -c conftest.c -o conftest2.o configure:3459: $? = 0 configure:3471: result: yes configure:3499: checking for style of include used by make configure:3527: result: GNU configure:3553: checking dependency style of x86_64-pc-linux-gnu-gcc configure:3664: result: none configure:3795: checking for gfind configure:3828: result: no configure:3795: checking for find configure:3813: found /usr/sbin/find configure:3825: result: /usr/sbin/find configure:3844: checking for x86_64-pc-linux-gnu-zip configure:3877: result: no configure:3887: checking for zip configure:3905: found /usr/sbin/zip configure:3917: result: /usr/sbin/zip configure:3946: checking for a JDK home directory configure:3996: result: /usr/lib64/openjdk-11 configure:4007: checking if a java binary was specified configure:4025: result: no configure:4030: checking if /usr/lib64/openjdk-11/bin/java is a valid executable file configure:4033: result: yes configure:4170: checking for an ecj JAR file configure:4199: result: no configure:4206: checking if a javac binary was specified configure:4224: result: no configure:4229: checking if /usr/lib64/openjdk-11/bin/javac is a valid executable file configure:4232: result: yes configure:4283: checking if an ecj binary was specified configure:4301: result: no configure:4306: checking if /usr/bin/ecj is a valid executable file configure:4315: checking for ecj configure:4348: result: no configure:4356: checking for ecj-3.1 configure:4389: result: no configure:4398: checking for ecj-3.2 configure:4431: result: no configure:4440: checking for ecj-3.3 configure:4473: result: no configure:4482: checking for ecj-3.4 configure:4515: result: no configure:4530: checking if we are using ecj as javac configure:4543: result: no configure:4561: checking if the VM and compiler work together warning: [options] bootstrap class path not set in conjunction with -source 5 error: Source option 5 is no longer supported. Use 6 or later. error: Target option 1.5 is no longer supported. Use 1.6 or later. configure:4591: error: Compiler failed to compile Java code. ## ---------------- ## ## Cache variables. ## ## ---------------- ## ac_cv_build=x86_64-pc-linux-gnu ac_cv_c_compiler_gnu=yes 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_LDFLAGS_set=set ac_cv_env_LDFLAGS_value='-Wl,-O1 -Wl,--as-needed -Wl,--hash-style=gnu' ac_cv_env_LIBPULSE_CFLAGS_set= ac_cv_env_LIBPULSE_CFLAGS_value= ac_cv_env_LIBPULSE_LIBS_set= ac_cv_env_LIBPULSE_LIBS_value= ac_cv_env_LIBS_set= ac_cv_env_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_FIND=/usr/sbin/find 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_cc_c89= ac_cv_prog_cc_g=yes ac_cv_prog_make_make_set=yes am_cv_CC_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_jdk_works=no ## ----------------- ## ## Output variables. ## ## ----------------- ## ACLOCAL='${SHELL} /tmp/portage/dev-java/icedtea-sound-1.0.1/work/icedtea-sound-1.0.1/missing aclocal-1.14' 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='' AUTOCONF='${SHELL} /tmp/portage/dev-java/icedtea-sound-1.0.1/work/icedtea-sound-1.0.1/missing autoconf' AUTOHEADER='${SHELL} /tmp/portage/dev-java/icedtea-sound-1.0.1/work/icedtea-sound-1.0.1/missing autoheader' AUTOMAKE='${SHELL} /tmp/portage/dev-java/icedtea-sound-1.0.1/work/icedtea-sound-1.0.1/missing automake-1.14' AWK='gawk' BUILD_ARCH_DIR='amd64' CC='x86_64-pc-linux-gnu-gcc' CCDEPMODE='depmode=none' CFLAGS='-pipe -O2 -march=znver1' CONFIGURE_ARGS='' CPPFLAGS='' CYGPATH_W='echo' DEFS='' DEPDIR='.deps' ECHO_C='' ECHO_N='-n' ECHO_T='' ECJ='' ECJ_JAR='no' ENABLE_DOCS_FALSE='' ENABLE_DOCS_TRUE='' ENABLE_WARNINGS='' ENABLE_WARNINGS_FALSE='' ENABLE_WARNINGS_TRUE='' EXEEXT='' FIND='/usr/sbin/find' INSTALL_ARCH_DIR='amd64' INSTALL_DATA='${INSTALL} -m 644' INSTALL_PROGRAM='${INSTALL}' INSTALL_SCRIPT='${INSTALL}' INSTALL_STRIP_PROGRAM='$(install_sh) -c -s' JAR='' 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='' JAVAH='' JRE_ARCH_DIR='amd64' LDFLAGS='-Wl,-O1 -Wl,--as-needed -Wl,--hash-style=gnu' LIBOBJS='' LIBPULSE_CFLAGS='' LIBPULSE_LIBS='' LIBS='' LTLIBOBJS='' MAINT='' MAINTAINER_MODE_FALSE='#' MAINTAINER_MODE_TRUE='' MAKEINFO='${SHELL} /tmp/portage/dev-java/icedtea-sound-1.0.1/work/icedtea-sound-1.0.1/missing makeinfo' MKDIR_P='/usr/sbin/mkdir -p' OBJEXT='o' PACKAGE='icedtea-sound' PACKAGE_BUGREPORT='distro-pkg-dev@openjdk.java.net' PACKAGE_NAME='icedtea-sound' PACKAGE_STRING='icedtea-sound 1.0.1' PACKAGE_TARNAME='icedtea-sound' PACKAGE_URL='' PACKAGE_VERSION='1.0.1' PATH_SEPARATOR=':' PKG_CONFIG='' PKG_CONFIG_LIBDIR='' PKG_CONFIG_PATH='/usr/lib64/pkgconfig' SET_MAKE='' SHELL='/bin/sh' STRIP='' SYSTEM_JDK_DIR='/usr/lib64/openjdk-11' USING_ECJ='no' VERSION='1.0.1' ZIP='/usr/sbin/zip' abs_top_builddir='/tmp/portage/dev-java/icedtea-sound-1.0.1/work/icedtea-sound-1.0.1' abs_top_srcdir='/tmp/portage/dev-java/icedtea-sound-1.0.1/work/icedtea-sound-1.0.1' ac_ct_CC='' am__EXEEXT_FALSE='' am__EXEEXT_TRUE='' am__fastdepCC_FALSE='' am__fastdepCC_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='/usr/share/doc/icedtea-sound-1.0.1/html' includedir='${prefix}/include' infodir='/usr/share/info' install_sh='${SHELL} /tmp/portage/dev-java/icedtea-sound-1.0.1/work/icedtea-sound-1.0.1/install-sh' libdir='/usr/lib64' 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,x,x,' psdir='${docdir}' sbindir='${exec_prefix}/sbin' sharedstatedir='${prefix}/com' sysconfdir='/etc' target_alias='' configure: exit 1