Go to:
Gentoo Home
Documentation
Forums
Lists
Bugs
Planet
Store
Wiki
Get Gentoo!
Gentoo's Bugzilla – Attachment 519720 Details for
Bug 647868
dev-java/commons-logging-1.2-r2: compile failed
Home
|
New
–
[Ex]
|
Browse
|
Search
|
Privacy Policy
|
[?]
|
Reports
|
Requests
|
Help
|
New Account
|
Log In
[x]
|
Forgot Password
Login:
[x]
build.log
build.log (text/plain), 6.54 KB, created by
Thomas Deutschmann (RETIRED)
on 2018-02-16 16:37:55 UTC
(
hide
)
Description:
build.log
Filename:
MIME Type:
Creator:
Thomas Deutschmann (RETIRED)
Created:
2018-02-16 16:37:55 UTC
Size:
6.54 KB
patch
obsolete
>[32;01m * [39;49;00mPackage: dev-java/commons-logging-1.2-r2 >[32;01m * [39;49;00mRepository: gentoo >[32;01m * [39;49;00mMaintainer: java@gentoo.org >[32;01m * [39;49;00mUSE: abi_x86_64 amd64 elibc_glibc kernel_linux userland_GNU >[32;01m * [39;49;00mFEATURES: network-sandbox preserve-libs sandbox userpriv usersandbox > [32;01m*[0m Using: icedtea-bin-8 >>>> Unpacking source... >>>> Unpacking commons-logging-1.2-src.tar.gz to /var/tmp/portage/dev-java/commons-logging-1.2-r2/work >>>> Source unpacked in /var/tmp/portage/dev-java/commons-logging-1.2-r2/work >>>> Preparing source in /var/tmp/portage/dev-java/commons-logging-1.2-r2/work/commons-logging-1.2-src ... >>>> Source prepared. >>>> Configuring source in /var/tmp/portage/dev-java/commons-logging-1.2-r2/work/commons-logging-1.2-src ... >Changing ignoresystemclasses to true for available tasks in /var/tmp/portage/dev-java/commons-logging-1.2-r2/work/commons-logging-1.2-src/build.xml >Rewriting /var/tmp/portage/dev-java/commons-logging-1.2-r2/work/commons-logging-1.2-src/build.xml >Rewriting attributes >Rewriting ./build.xml >>>> Source configured. >>>> Compiling source in /var/tmp/portage/dev-java/commons-logging-1.2-r2/work/commons-logging-1.2-src ... > [32;01m*[0m Disabling all optional ANT_TASKS >Buildfile: /var/tmp/portage/dev-java/commons-logging-1.2-r2/work/commons-logging-1.2-src/build.xml > >init: > [echo] -------- Logging Wrapper Library 1.2 -------- > >prepare: > [echo] > [echo] Log4j12: log4j-1.2.17.jar > [echo] > [echo] > [echo] LogKit: logkit-1.0.1.jar > [echo] Avalon-Framework: avalon-framework-4.1.5.jar > [echo] > [mkdir] Created dir: /var/tmp/portage/dev-java/commons-logging-1.2-r2/work/commons-logging-1.2-src/target > [mkdir] Created dir: /var/tmp/portage/dev-java/commons-logging-1.2-r2/work/commons-logging-1.2-src/target/classes > [mkdir] Created dir: /var/tmp/portage/dev-java/commons-logging-1.2-r2/work/commons-logging-1.2-src/target/conf > [mkdir] Created dir: /var/tmp/portage/dev-java/commons-logging-1.2-r2/work/commons-logging-1.2-src/target/tests > >static: > [copy] Copying 1 file to /var/tmp/portage/dev-java/commons-logging-1.2-r2/work/commons-logging-1.2-src/target/conf > >discovery: > >log4j12-warning: > [echo] > [echo] *** WARNING *** > [echo] Log4j 1.2 not found: Cannot Build Log4JLogger > [echo] > >log4j13-warning: > >logkit-warning: > [echo] > [echo] *** WARNING *** > [echo] LogKit not found: Cannot Build LogKitLogger > [echo] > >jdk1.4-warning: > >avalon-framework-warning: > [echo] > [echo] *** WARNING *** > [echo] Avalon-Framework not found: Cannot Build AvalonLogger > [echo] > >compile-non-log4j: > [javac] Compiling 11 source files to /var/tmp/portage/dev-java/commons-logging-1.2-r2/work/commons-logging-1.2-src/target/classes > [javac] /var/tmp/portage/dev-java/commons-logging-1.2-r2/work/commons-logging-1.2-src/src/main/java/org/apache/commons/logging/impl/ServletContextCleaner.java:23: error: package javax.servlet does not exist > [javac] import javax.servlet.ServletContextEvent; > [javac] ^ > [javac] /var/tmp/portage/dev-java/commons-logging-1.2-r2/work/commons-logging-1.2-src/src/main/java/org/apache/commons/logging/impl/ServletContextCleaner.java:24: error: package javax.servlet does not exist > [javac] import javax.servlet.ServletContextListener; > [javac] ^ > [javac] /var/tmp/portage/dev-java/commons-logging-1.2-r2/work/commons-logging-1.2-src/src/main/java/org/apache/commons/logging/impl/ServletContextCleaner.java:50: error: cannot find symbol > [javac] public class ServletContextCleaner implements ServletContextListener { > [javac] ^ > [javac] symbol: class ServletContextListener > [javac] /var/tmp/portage/dev-java/commons-logging-1.2-r2/work/commons-logging-1.2-src/src/main/java/org/apache/commons/logging/impl/ServletContextCleaner.java:59: error: cannot find symbol > [javac] public void contextDestroyed(ServletContextEvent sce) { > [javac] ^ > [javac] symbol: class ServletContextEvent > [javac] location: class ServletContextCleaner > [javac] /var/tmp/portage/dev-java/commons-logging-1.2-r2/work/commons-logging-1.2-src/src/main/java/org/apache/commons/logging/impl/ServletContextCleaner.java:133: error: cannot find symbol > [javac] public void contextInitialized(ServletContextEvent sce) { > [javac] ^ > [javac] symbol: class ServletContextEvent > [javac] location: class ServletContextCleaner > [javac] Note: Some input files use unchecked or unsafe operations. > [javac] Note: Recompile with -Xlint:unchecked for details. > [javac] 5 errors > >BUILD FAILED >/var/tmp/portage/dev-java/commons-logging-1.2-r2/work/commons-logging-1.2-src/build.xml:281: Compile failed; see the compiler error output for details. > >Total time: 1 second > [31;01m*[0m ERROR: dev-java/commons-logging-1.2-r2::gentoo failed (compile phase): > [31;01m*[0m eant failed > [31;01m*[0m > [31;01m*[0m Call stack: > [31;01m*[0m ebuild.sh, line 124: Called src_compile > [31;01m*[0m environment, line 4043: Called java-pkg-2_src_compile > [31;01m*[0m environment, line 1918: Called eant 'compile' '-f' 'build.xml' > [31;01m*[0m environment, line 598: Called die > [31;01m*[0m The specific snippet of code: > [31;01m*[0m ant ${antflags} "${@}" || die "eant failed" > [31;01m*[0m > [31;01m*[0m If you need support, post the output of `emerge --info '=dev-java/commons-logging-1.2-r2::gentoo'`, > [31;01m*[0m the complete build log and the output of `emerge -pqv '=dev-java/commons-logging-1.2-r2::gentoo'`. >!!! When you file a bug report, please include the following information: >GENTOO_VM=icedtea-bin-8 CLASSPATH="" JAVA_HOME="/opt/icedtea-bin-3.6.0" >JAVACFLAGS="-source 1.6 -target 1.6" COMPILER="javac" >and of course, the output of emerge --info =commons-logging-1.2 > [31;01m*[0m The complete build log is located at '/var/log/portage/dev-java:commons-logging-1.2-r2:20180216-163458.log'. > [31;01m*[0m For convenience, a symlink to the build log is located at '/var/tmp/portage/dev-java/commons-logging-1.2-r2/temp/build.log'. > [31;01m*[0m The ebuild environment file is located at '/var/tmp/portage/dev-java/commons-logging-1.2-r2/temp/environment'. > [31;01m*[0m Working directory: '/var/tmp/portage/dev-java/commons-logging-1.2-r2/work/commons-logging-1.2-src' > [31;01m*[0m S: '/var/tmp/portage/dev-java/commons-logging-1.2-r2/work/commons-logging-1.2-src'
You cannot view the attachment while viewing its details because your browser does not support IFRAMEs.
View the attachment on a separate page
.
View Attachment As Raw
Actions:
View
Attachments on
bug 647868
: 519720