* Package: dev-java/velocity-dvsl-1.0  * Repository: gentoo  * Maintainer: java@gentoo.org  * USE: abi_x86_64 amd64 elibc_glibc kernel_linux userland_GNU  * FEATURES: network-sandbox preserve-libs sandbox userpriv usersandbox  * Package: dev-java/velocity-dvsl-1.0  * Repository: gentoo  * Maintainer: java@gentoo.org  * USE: abi_x86_64 amd64 elibc_glibc kernel_linux userland_GNU  * FEATURES: network-sandbox preserve-libs sandbox userpriv usersandbox * Using: openjdk-11 >>> Unpacking source... >>> Unpacking velocity-dvsl-1.0.zip to /var/tmp/portage/dev-java/velocity-dvsl-1.0/work >>> Source unpacked in /var/tmp/portage/dev-java/velocity-dvsl-1.0/work >>> Preparing source in /var/tmp/portage/dev-java/velocity-dvsl-1.0/work/velocity-dvsl-1.0-src ... removed 'src/test/user-guide.xml' removed 'src/test/site.dvsl' removed 'src/test/org/apache/dvsl/XPathTest.java' removed 'src/test/org/apache/dvsl/TransformTest.java' removed 'src/test/org/apache/dvsl/GrinderTest.java' removed directory 'src/test/org/apache/dvsl' removed directory 'src/test/org/apache' removed directory 'src/test/org' removed directory 'src/test' Searching for bundled jars: None found. Searching for bundled classes (no output if none found): Search done. >>> Source prepared. >>> Configuring source in /var/tmp/portage/dev-java/velocity-dvsl-1.0/work/velocity-dvsl-1.0-src ... >>> Source configured. >>> Compiling source in /var/tmp/portage/dev-java/velocity-dvsl-1.0/work/velocity-dvsl-1.0-src ... * Verbose logging for "ejavac" function * Compiler executable: javac * Extra arguments: -source 1.6 -target 1.6 * Complete command: * javac -source 1.6 -target 1.6 -d target/classes -encoding UTF-8 -classpath //usr/share/dom4j-1/lib/dom4j.jar://usr/share/jaxen-1.2/lib/jaxen.jar://usr/share/relaxng-datatype/lib/relaxng-datatype.jar://usr/share/xpp2/lib/PullParser.jar://usr/share/xpp2/lib/PullParser-intf.jar://usr/share/xpp2/lib/PullParser-standard.jar://usr/share/xpp2/lib/PullParser-x2.jar://usr/share/xpp3/lib/xpp3.jar://usr/share/xsdlib/lib/xsdlib.jar://usr/share/xerces-2/lib/xerces.jar://usr/share/xjavac-1/lib/xjavac.jar://usr/share/xml-commons-external-1.4/lib/xml-commons-external.jar://usr/share/xml-commons-resolver/lib/xml-commons-resolver.jar://usr/share/ant-core/lib/ant.jar://usr/share/ant-core/lib/ant-bootstrap.jar://usr/share/ant-core/lib/ant-launcher.jar://usr/share/ant-core/lib/ant.jar://usr/share/ant-core/lib/ant-bootstrap.jar://usr/share/ant-core/lib/ant-launcher.jar://usr/share/velocity/lib/velocity.jar://usr/share/commons-io-1/lib/commons-io.jar://usr/share/commons-lang-3.6/lib/commons-lang.jar://usr/share/slf4j-api/lib/slf4j-api.jar @sources.lst * Compiling ... warning: [options] bootstrap class path not set in conjunction with -source 6 warning: [options] source value 6 is obsolete and will be removed in a future release warning: [options] target value 1.6 is obsolete and will be removed in a future release warning: [options] To suppress warnings about obsolete options, use -Xlint:-options. src/java/org/apache/dvsl/DVSL.java:41: error: package org.apache.velocity.runtime.log does not exist import org.apache.velocity.runtime.log.LogChute; ^ src/java/org/apache/dvsl/DVSL.java:42: error: package org.apache.velocity.runtime.log does not exist import org.apache.velocity.runtime.log.LogChuteSystem; ^ src/java/org/apache/dvsl/DVSL.java:43: error: package org.apache.velocity.runtime.log does not exist import org.apache.velocity.runtime.log.LogSystem; ^ src/java/org/apache/dvsl/DVSL.java:74: error: cannot find symbol private LogChute logger; ^ symbol: class LogChute location: class DVSL src/java/org/apache/dvsl/DVSL.java:110: error: cannot find symbol public void setLogSystem(LogSystem logger) ^ symbol: class LogSystem location: class DVSL src/java/org/apache/dvsl/DVSL.java:127: error: cannot find symbol public void setLogChute(LogChute logger) ^ symbol: class LogChute location: class DVSL src/java/org/apache/dvsl/DVSL.java:685: error: cannot find symbol protected static class LogAdapter extends LogChuteSystem { ^ symbol: class LogChuteSystem location: class DVSL src/java/org/apache/dvsl/DVSL.java:686: error: cannot find symbol protected LogAdapter(LogSystem logSystem) { ^ symbol: class LogSystem location: class LogAdapter src/java/org/apache/dvsl/AntLogSystem.java:24: error: package org.apache.velocity.runtime.log does not exist import org.apache.velocity.runtime.log.LogSystem; ^ src/java/org/apache/dvsl/AntLogChute.java:27: error: package org.apache.velocity.runtime.log does not exist import org.apache.velocity.runtime.log.LogChute; ^ src/java/org/apache/dvsl/AntLogChute.java:38: error: cannot find symbol public class AntLogChute implements LogChute ^ symbol: class LogChute src/java/org/apache/dvsl/AntLogSystem.java:36: error: cannot find symbol public class AntLogSystem extends AntLogChute implements LogSystem ^ symbol: class LogSystem src/java/org/apache/dvsl/directive/NameDirective.java:29: error: cannot find symbol import org.apache.velocity.runtime.parser.ParserTreeConstants; ^ symbol: class ParserTreeConstants location: package org.apache.velocity.runtime.parser src/java/org/apache/dvsl/directive/MatchDirective.java:29: error: cannot find symbol import org.apache.velocity.runtime.parser.ParserTreeConstants; ^ symbol: class ParserTreeConstants location: package org.apache.velocity.runtime.parser src/java/org/apache/dvsl/DVSL.java:101: error: cannot find symbol velConfig.put(VelocityEngine.RUNTIME_LOG, logFile.getAbsolutePath()); ^ symbol: variable RUNTIME_LOG location: class VelocityEngine src/java/org/apache/dvsl/DVSL.java:119: error: cannot find symbol velConfig.put(VelocityEngine.RUNTIME_LOG_LOGSYSTEM, logger); ^ symbol: variable RUNTIME_LOG_LOGSYSTEM location: class VelocityEngine src/java/org/apache/dvsl/DVSL.java:136: error: cannot find symbol velConfig.put(VelocityEngine.RUNTIME_LOG_LOGSYSTEM, logger); ^ symbol: variable RUNTIME_LOG_LOGSYSTEM location: class VelocityEngine src/java/org/apache/dvsl/DVSL.java:479: error: cannot find symbol val = map.get(VelocityEngine.RUNTIME_LOG); ^ symbol: variable RUNTIME_LOG location: class VelocityEngine src/java/org/apache/dvsl/DVSL.java:483: error: cannot find symbol ve.setProperty(VelocityEngine.RUNTIME_LOG, val); ^ symbol: variable RUNTIME_LOG location: class VelocityEngine src/java/org/apache/dvsl/DVSL.java:486: error: cannot find symbol val = map.get(VelocityEngine.RUNTIME_LOG_LOGSYSTEM); ^ symbol: variable RUNTIME_LOG_LOGSYSTEM location: class VelocityEngine src/java/org/apache/dvsl/DVSL.java:490: error: cannot find symbol ve.setProperty(VelocityEngine.RUNTIME_LOG_LOGSYSTEM, val); ^ symbol: variable RUNTIME_LOG_LOGSYSTEM location: class VelocityEngine src/java/org/apache/dvsl/DVSL.java:493: error: cannot find symbol val = map.get(VelocityEngine.RUNTIME_LOG_LOGSYSTEM_CLASS); ^ symbol: variable RUNTIME_LOG_LOGSYSTEM_CLASS location: class VelocityEngine src/java/org/apache/dvsl/DVSL.java:497: error: cannot find symbol ve.setProperty(VelocityEngine.RUNTIME_LOG_LOGSYSTEM_CLASS, val); ^ symbol: variable RUNTIME_LOG_LOGSYSTEM_CLASS location: class VelocityEngine src/java/org/apache/dvsl/DVSLContext.java:204: error: internalGetKeys() in DVSLContext cannot override internalGetKeys() in AbstractContext public Object[] internalGetKeys() ^ return type Object[] is not compatible with String[] src/java/org/apache/dvsl/DVSLContext.java:183: error: incompatible types: Object cannot be converted to String if ( styleContext != null && styleContext.containsKey( key ) ) ^ src/java/org/apache/dvsl/DVSLContext.java:190: error: incompatible types: Object cannot be converted to String if ( c.containsKey( key )) ^ src/java/org/apache/dvsl/DVSLNodeContext.java:164: error: internalGetKeys() in DVSLNodeContext cannot override internalGetKeys() in AbstractContext public Object[] internalGetKeys() ^ return type Object[] is not compatible with String[] src/java/org/apache/dvsl/AntLogChute.java:91: error: cannot find symbol case LogChute.TRACE_ID: ^ symbol: variable LogChute location: class AntLogChute src/java/org/apache/dvsl/AntLogChute.java:92: error: cannot find symbol task.log( LogChute.TRACE_PREFIX + message, Project.MSG_DEBUG); ^ symbol: variable LogChute location: class AntLogChute src/java/org/apache/dvsl/AntLogChute.java:94: error: cannot find symbol case LogChute.DEBUG_ID: ^ symbol: variable LogChute location: class AntLogChute src/java/org/apache/dvsl/AntLogChute.java:95: error: cannot find symbol task.log( LogChute.DEBUG_PREFIX + message, Project.MSG_DEBUG ); ^ symbol: variable LogChute location: class AntLogChute src/java/org/apache/dvsl/AntLogChute.java:97: error: cannot find symbol case LogChute.INFO_ID: ^ symbol: variable LogChute location: class AntLogChute src/java/org/apache/dvsl/AntLogChute.java:98: error: cannot find symbol task.log( LogChute.INFO_PREFIX + message, Project.MSG_VERBOSE ); ^ symbol: variable LogChute location: class AntLogChute src/java/org/apache/dvsl/AntLogChute.java:100: error: cannot find symbol case LogChute.WARN_ID: ^ symbol: variable LogChute location: class AntLogChute src/java/org/apache/dvsl/AntLogChute.java:101: error: cannot find symbol task.log( LogChute.WARN_PREFIX + message, Project.MSG_WARN ); ^ symbol: variable LogChute location: class AntLogChute src/java/org/apache/dvsl/AntLogChute.java:103: error: cannot find symbol case LogChute.ERROR_ID: ^ symbol: variable LogChute location: class AntLogChute src/java/org/apache/dvsl/AntLogChute.java:104: error: cannot find symbol task.log( LogChute.ERROR_PREFIX + message, Project.MSG_ERR ); ^ symbol: variable LogChute location: class AntLogChute src/java/org/apache/dvsl/AntLogChute.java:136: error: cannot find symbol case LogChute.TRACE_ID: ^ symbol: variable LogChute location: class AntLogChute src/java/org/apache/dvsl/AntLogChute.java:137: error: cannot find symbol task.log( LogChute.TRACE_PREFIX + message, throwable, Project.MSG_DEBUG); ^ symbol: variable LogChute location: class AntLogChute src/java/org/apache/dvsl/AntLogChute.java:139: error: cannot find symbol case LogChute.DEBUG_ID: ^ symbol: variable LogChute location: class AntLogChute src/java/org/apache/dvsl/AntLogChute.java:140: error: cannot find symbol task.log( LogChute.DEBUG_PREFIX + message, throwable, Project.MSG_DEBUG ); ^ symbol: variable LogChute location: class AntLogChute src/java/org/apache/dvsl/AntLogChute.java:142: error: cannot find symbol case LogChute.INFO_ID: ^ symbol: variable LogChute location: class AntLogChute src/java/org/apache/dvsl/AntLogChute.java:143: error: cannot find symbol task.log( LogChute.INFO_PREFIX + message, throwable, Project.MSG_VERBOSE ); ^ symbol: variable LogChute location: class AntLogChute src/java/org/apache/dvsl/AntLogChute.java:145: error: cannot find symbol case LogChute.WARN_ID: ^ symbol: variable LogChute location: class AntLogChute src/java/org/apache/dvsl/AntLogChute.java:146: error: cannot find symbol task.log( LogChute.WARN_PREFIX + message, throwable, Project.MSG_WARN ); ^ symbol: variable LogChute location: class AntLogChute src/java/org/apache/dvsl/AntLogChute.java:148: error: cannot find symbol case LogChute.ERROR_ID: ^ symbol: variable LogChute location: class AntLogChute src/java/org/apache/dvsl/AntLogChute.java:149: error: cannot find symbol task.log( LogChute.ERROR_PREFIX + message, throwable, Project.MSG_ERR ); ^ symbol: variable LogChute location: class AntLogChute src/java/org/apache/dvsl/directive/MatchDirective.java:63: error: cannot find symbol if ( n.getType() == ParserTreeConstants.JJTSTRINGLITERAL) ^ symbol: variable ParserTreeConstants location: class MatchDirective Note: Some input files use or override a deprecated API. Note: Recompile with -Xlint:deprecation for details. Note: Some input files use unchecked or unsafe operations. Note: Recompile with -Xlint:unchecked for details. Note: Some messages have been simplified; recompile with -Xdiags:verbose to get full output 48 errors 4 warnings * ERROR: dev-java/velocity-dvsl-1.0::gentoo failed (compile phase): * ejavac failed * * Call stack: * ebuild.sh, line 125: Called src_compile * environment, line 3989: Called java-pkg-simple_src_compile * environment, line 1723: Called ejavac '-d' 'target/classes' '-encoding' 'UTF-8' '-classpath' '//usr/share/dom4j-1/lib/dom4j.jar://usr/share/jaxen-1.2/lib/jaxen.jar://usr/share/relaxng-datatype/lib/relaxng-datatype.jar://usr/share/xpp2/lib/PullParser.jar://usr/share/xpp2/lib/PullParser-intf.jar://usr/share/xpp2/lib/PullParser-standard.jar://usr/share/xpp2/lib/PullParser-x2.jar://usr/share/xpp3/lib/xpp3.jar://usr/share/xsdlib/lib/xsdlib.jar://usr/share/xerces-2/lib/xerces.jar://usr/share/xjavac-1/lib/xjavac.jar://usr/share/xml-commons-external-1.4/lib/xml-commons-external.jar://usr/share/xml-commons-resolver/lib/xml-commons-resolver.jar://usr/share/ant-core/lib/ant.jar://usr/share/ant-core/lib/ant-bootstrap.jar://usr/share/ant-core/lib/ant-launcher.jar://usr/share/ant-core/lib/ant.jar://usr/share/ant-core/lib/ant-bootstrap.jar://usr/share/ant-core/lib/ant-launcher.jar://usr/share/velocity/lib/velocity.jar://usr/share/commons-io-1/lib/commons-io.jar://usr/share/commons-lang-3.6/lib/commons-lang.jar://usr/share/slf4j-api/lib/slf4j-api.jar' '@sources.lst' * environment, line 689: Called die * The specific snippet of code: * ${compiler_executable} ${javac_args} "${@}" || die "ejavac failed" * * If you need support, post the output of `emerge --info '=dev-java/velocity-dvsl-1.0::gentoo'`, * the complete build log and the output of `emerge -pqv '=dev-java/velocity-dvsl-1.0::gentoo'`. !!! When you file a bug report, please include the following information: GENTOO_VM=openjdk-11 CLASSPATH="" JAVA_HOME="/usr/lib64/openjdk-11" JAVACFLAGS="-source 1.6 -target 1.6" COMPILER="" and of course, the output of emerge --info =velocity-dvsl-1.0 * The complete build log is located at '/var/tmp/portage/dev-java/velocity-dvsl-1.0/temp/build.log'. * The ebuild environment file is located at '/var/tmp/portage/dev-java/velocity-dvsl-1.0/temp/environment'. * Working directory: '/var/tmp/portage/dev-java/velocity-dvsl-1.0/work/velocity-dvsl-1.0-src' * S: '/var/tmp/portage/dev-java/velocity-dvsl-1.0/work/velocity-dvsl-1.0-src'