* Package: dev-java/lucene-3.6.2-r2 * Repository: gentoo * Maintainer: java@gentoo.org * USE: abi_x86_64 amd64 contrib elibc_glibc kernel_linux source userland_GNU * FEATURES: network-sandbox preserve-libs sandbox userpriv usersandbox * Using: openjdk-bin-8 >>> Unpacking source... >>> Unpacking lucene-3.6.2-src.tgz to /var/tmp/portage/dev-java/lucene-3.6.2-r2/work >>> Source unpacked in /var/tmp/portage/dev-java/lucene-3.6.2-r2/work >>> Preparing source in /var/tmp/portage/dev-java/lucene-3.6.2-r2/work/lucene-3.6.2 ... * java-pkg_ensure-dep: The ebuild is attempting to use commons-codec, which is not declared with a SLOT in DEPEND. >>> Source prepared. >>> Configuring source in /var/tmp/portage/dev-java/lucene-3.6.2-r2/work/lucene-3.6.2 ... Rewriting attributes Rewriting ./common-build.xml Rewriting ./build.xml >>> Source configured. >>> Compiling source in /var/tmp/portage/dev-java/lucene-3.6.2-r2/work/lucene-3.6.2 ... Rewriting common-build.xml * Disabling all optional ANT_TASKS Buildfile: /var/tmp/portage/dev-java/lucene-3.6.2-r2/work/lucene-3.6.2/build.xml check-lucene-core-uptodate: compile-lucene-core: jflex-uptodate-check: jflex-notice: [echo] [echo] One or more of the JFlex .jflex files is newer than its corresponding [echo] .java file. Run the "jflex" target to regenerate the artifacts. [echo] javacc-uptodate-check: javacc-notice: ivy-availability-check: ivy-fail: resolve: init: clover.setup: clover.info: [echo] [echo] Clover not found. Code coverage reports disabled. [echo] clover: common.compile-core: [mkdir] Created dir: /var/tmp/portage/dev-java/lucene-3.6.2-r2/work/lucene-3.6.2/build/core/classes/java [javac] Compiling 504 source files to /var/tmp/portage/dev-java/lucene-3.6.2-r2/work/lucene-3.6.2/build/core/classes/java [javac] Note: Some input files use or override a deprecated API. [javac] Note: Recompile with -Xlint:deprecation for details. compile-core: jar-core: jflex-uptodate-check: jflex-notice: [echo] [echo] One or more of the JFlex .jflex files is newer than its corresponding [echo] .java file. Run the "jflex" target to regenerate the artifacts. [echo] javacc-uptodate-check: javacc-notice: ivy-availability-check: ivy-fail: resolve: init: clover.setup: clover.info: [echo] [echo] Clover not found. Code coverage reports disabled. [echo] clover: common.compile-core: compile-core: jar-core: [exec] Execute failed: java.io.IOException: Cannot run program "svnversion" (in directory "/var/tmp/portage/dev-java/lucene-3.6.2-r2/work/lucene-3.6.2/core"): error=2, No such file or directory [jar] Building jar: /var/tmp/portage/dev-java/lucene-3.6.2-r2/work/lucene-3.6.2/build/core/lucene-core-3.6.2.jar BUILD SUCCESSFUL Total time: 8 seconds * Disabling all optional ANT_TASKS Buildfile: /var/tmp/portage/dev-java/lucene-3.6.2-r2/work/lucene-3.6.2/build.xml compile-lucene-core: jflex-uptodate-check: jflex-notice: [echo] [echo] One or more of the JFlex .jflex files is newer than its corresponding [echo] .java file. Run the "jflex" target to regenerate the artifacts. [echo] javacc-uptodate-check: javacc-notice: ivy-availability-check: ivy-fail: resolve: init: clover.setup: clover.info: [echo] [echo] Clover not found. Code coverage reports disabled. [echo] clover: common.compile-core: compile-core: compile-test-framework: ivy-availability-check: ivy-fail: resolve: init: compile-lucene-core: compile-core: [mkdir] Created dir: /var/tmp/portage/dev-java/lucene-3.6.2-r2/work/lucene-3.6.2/build/test-framework/classes/java [javac] Compiling 51 source files to /var/tmp/portage/dev-java/lucene-3.6.2-r2/work/lucene-3.6.2/build/test-framework/classes/java [javac] /var/tmp/portage/dev-java/lucene-3.6.2-r2/work/lucene-3.6.2/test-framework/src/java/org/apache/lucene/util/InternalAssumptionViolatedException.java:20: error: package org.hamcrest does not exist [javac] import org.hamcrest.Description; [javac] ^ [javac] /var/tmp/portage/dev-java/lucene-3.6.2-r2/work/lucene-3.6.2/test-framework/src/java/org/apache/lucene/util/InternalAssumptionViolatedException.java:30: error: cannot access SelfDescribing [javac] final class InternalAssumptionViolatedException extends AssumptionViolatedException { [javac] ^ [javac] class file for org.hamcrest.SelfDescribing not found [javac] /var/tmp/portage/dev-java/lucene-3.6.2-r2/work/lucene-3.6.2/test-framework/src/java/org/apache/lucene/util/InternalAssumptionViolatedException.java:51: error: cannot find symbol [javac] public void describeTo(Description description) { [javac] ^ [javac] symbol: class Description [javac] location: class InternalAssumptionViolatedException [javac] /var/tmp/portage/dev-java/lucene-3.6.2-r2/work/lucene-3.6.2/test-framework/src/java/org/apache/lucene/util/LuceneTestCase.java:884: error: incompatible types: InternalAssumptionViolatedException cannot be converted to Throwable [javac] Assume.assumeNoException(b ? null : new InternalAssumptionViolatedException(msg)); [javac] ^ [javac] /var/tmp/portage/dev-java/lucene-3.6.2-r2/work/lucene-3.6.2/test-framework/src/java/org/apache/lucene/util/LuceneTestCase.java:892: error: incompatible types: InternalAssumptionViolatedException cannot be converted to Throwable [javac] Assume.assumeNoException(e == null ? null : new InternalAssumptionViolatedException(msg, e)); [javac] ^ [javac] /var/tmp/portage/dev-java/lucene-3.6.2-r2/work/lucene-3.6.2/test-framework/src/java/org/apache/lucene/util/InternalAssumptionViolatedException.java:39: error: cannot find symbol [javac] if (getCause() != t) { [javac] ^ [javac] symbol: method getCause() [javac] location: class InternalAssumptionViolatedException [javac] /var/tmp/portage/dev-java/lucene-3.6.2-r2/work/lucene-3.6.2/test-framework/src/java/org/apache/lucene/util/InternalAssumptionViolatedException.java:42: error: cannot find symbol [javac] this.message = message; [javac] ^ [javac] symbol: variable this [javac] location: class InternalAssumptionViolatedException [javac] /var/tmp/portage/dev-java/lucene-3.6.2-r2/work/lucene-3.6.2/test-framework/src/java/org/apache/lucene/util/InternalAssumptionViolatedException.java:45: error: method does not override or implement a method from a supertype [javac] @Override [javac] ^ [javac] /var/tmp/portage/dev-java/lucene-3.6.2-r2/work/lucene-3.6.2/test-framework/src/java/org/apache/lucene/util/InternalAssumptionViolatedException.java:47: error: cannot find symbol [javac] return super.getMessage(); [javac] ^ [javac] symbol: variable super [javac] location: class InternalAssumptionViolatedException [javac] /var/tmp/portage/dev-java/lucene-3.6.2-r2/work/lucene-3.6.2/test-framework/src/java/org/apache/lucene/util/InternalAssumptionViolatedException.java:50: error: method does not override or implement a method from a supertype [javac] @Override [javac] ^ [javac] /var/tmp/portage/dev-java/lucene-3.6.2-r2/work/lucene-3.6.2/test-framework/src/java/org/apache/lucene/util/InternalAssumptionViolatedException.java:53: error: cannot find symbol [javac] if (getCause() != null) { [javac] ^ [javac] symbol: method getCause() [javac] location: class InternalAssumptionViolatedException [javac] /var/tmp/portage/dev-java/lucene-3.6.2-r2/work/lucene-3.6.2/test-framework/src/java/org/apache/lucene/util/InternalAssumptionViolatedException.java:54: error: cannot find symbol [javac] description.appendText("(throwable: " + getCause().toString() + ")"); [javac] ^ [javac] symbol: method getCause() [javac] location: class InternalAssumptionViolatedException BUILD FAILED /var/tmp/portage/dev-java/lucene-3.6.2-r2/work/lucene-3.6.2/common-build.xml:459: The following error occurred while executing this line: /var/tmp/portage/dev-java/lucene-3.6.2-r2/work/lucene-3.6.2/test-framework/build.xml:40: The following error occurred while executing this line: /var/tmp/portage/dev-java/lucene-3.6.2-r2/work/lucene-3.6.2/common-build.xml:831: Compile failed; see the compiler error output for details. Total time: 2 seconds * ERROR: dev-java/lucene-3.6.2-r2::gentoo failed (compile phase): * eant failed * * Call stack: * ebuild.sh, line 127: Called src_compile * environment, line 4070: Called eant '-Dversion=3.6.2' '-Dfailonjavadocwarning=false' 'build-contrib' * environment, line 685: Called die * The specific snippet of code: * ant ${antflags} "${@}" || die "eant failed" * * If you need support, post the output of `emerge --info '=dev-java/lucene-3.6.2-r2::gentoo'`, * the complete build log and the output of `emerge -pqv '=dev-java/lucene-3.6.2-r2::gentoo'`. !!! When you file a bug report, please include the following information: GENTOO_VM=openjdk-bin-8 CLASSPATH="" JAVA_HOME="/opt/openjdk-bin-8.292_p10" JAVACFLAGS="-source 1.6 -target 1.6" COMPILER="javac" and of course, the output of emerge --info =lucene-3.6.2 * The complete build log is located at '/var/log/portage/dev-java:lucene-3.6.2-r2:20210801-141155.log'. * For convenience, a symlink to the build log is located at '/var/tmp/portage/dev-java/lucene-3.6.2-r2/temp/build.log'. * The ebuild environment file is located at '/var/tmp/portage/dev-java/lucene-3.6.2-r2/temp/environment'. * Working directory: '/var/tmp/portage/dev-java/lucene-3.6.2-r2/work/lucene-3.6.2' * S: '/var/tmp/portage/dev-java/lucene-3.6.2-r2/work/lucene-3.6.2'