Go to:
Gentoo Home
Documentation
Forums
Lists
Bugs
Planet
Store
Wiki
Get Gentoo!
Gentoo's Bugzilla – Attachment 405834 Details for
Bug 553408
dev-util/findbugs-3.0.1 fails to compile
Home
|
New
–
[Ex]
|
Browse
|
Search
|
Privacy Policy
|
[?]
|
Reports
|
Requests
|
Help
|
New Account
|
Log In
[x]
|
Forgot Password
Login:
[x]
build.log
findbugs-3.0.1:20150627-084341.log (text/x-log), 5.18 KB, created by
Alessandro Molari
on 2015-06-27 08:48:29 UTC
(
hide
)
Description:
build.log
Filename:
MIME Type:
Creator:
Alessandro Molari
Created:
2015-06-27 08:48:29 UTC
Size:
5.18 KB
patch
obsolete
> * Package: dev-util/findbugs-3.0.1 > * Repository: gentoo > * Maintainer: java@gentoo.org > * USE: abi_x86_64 amd64 doc elibc_glibc kernel_linux source userland_GNU > * FEATURES: preserve-libs sandbox splitdebug userpriv usersandbox > * Using: oracle-jdk-bin-1.8 >>>> Unpacking source... >>>> Unpacking findbugs-3.0.1-source.zip to /var/tmp/portage/dev-util/findbugs-3.0.1/work >>>> Source unpacked in /var/tmp/portage/dev-util/findbugs-3.0.1/work >>>> Preparing source in /var/tmp/portage/dev-util/findbugs-3.0.1/work/findbugs-3.0.1 ... > * Applying 0001-Support-bcel-6.0-RC3-instead-of-a-random-snapshot.patch ... > [ ok ] > * Applying 0002-Don-t-bundle-anything-in-the-annotations-jar.patch ... > [ ok ] > * Applying 0003-JDK-1.8-works-fine-for-me.patch ... > [ ok ] > * Applying 0004-Don-t-clean-before-generating-docs.patch ... > [ ok ] > * Applying 0005-Don-t-require-git-to-build.patch ... > [ ok ] >>>> Source prepared. >>>> Configuring source in /var/tmp/portage/dev-util/findbugs-3.0.1/work/findbugs-3.0.1 ... >Rewriting attributes >Rewriting ./build.xml >>>> Source configured. >>>> Compiling source in /var/tmp/portage/dev-util/findbugs-3.0.1/work/findbugs-3.0.1 ... > * Disabling all optional ANT_TASKS >Buildfile: /var/tmp/portage/dev-util/findbugs-3.0.1/work/findbugs-3.0.1/build.xml > >properties: > >init: > [mkdir] Created dir: /var/tmp/portage/dev-util/findbugs-3.0.1/work/findbugs-3.0.1/bin > [mkdir] Created dir: /var/tmp/portage/dev-util/findbugs-3.0.1/work/findbugs-3.0.1/build > [mkdir] Created dir: /var/tmp/portage/dev-util/findbugs-3.0.1/work/findbugs-3.0.1/build/doc > [mkdir] Created dir: /var/tmp/portage/dev-util/findbugs-3.0.1/work/findbugs-3.0.1/web > [mkdir] Created dir: /var/tmp/portage/dev-util/findbugs-3.0.1/work/findbugs-3.0.1/build/classes > [mkdir] Created dir: /var/tmp/portage/dev-util/findbugs-3.0.1/work/findbugs-3.0.1/build/junitclasses > [mkdir] Created dir: /var/tmp/portage/dev-util/findbugs-3.0.1/work/findbugs-3.0.1/apiJavaDoc > [mkdir] Created dir: /var/tmp/portage/dev-util/findbugs-3.0.1/work/findbugs-3.0.1/annotationJavaDoc > [mkdir] Created dir: /var/tmp/portage/dev-util/findbugs-3.0.1/work/findbugs-3.0.1/build/sampleoutput > >classes: > [echo] compiling findbugs > [javac] Compiling 1093 source files to /var/tmp/portage/dev-util/findbugs-3.0.1/work/findbugs-3.0.1/build/classes > [javac] /var/tmp/portage/dev-util/findbugs-3.0.1/work/findbugs-3.0.1/src/java/edu/umd/cs/findbugs/classfile/analysis/AnnotationValue.java:27: error: cannot find symbol > [javac] import org.objectweb.asm.AnnotationVisitor; > [javac] ^ > [javac] symbol: variable ASM5 > [javac] location: interface Opcodes > [javac] /var/tmp/portage/dev-util/findbugs-3.0.1/work/findbugs-3.0.1/src/java/edu/umd/cs/findbugs/classfile/engine/AbstractMethodVisitor.java:222: error: method does not override or implement a method from a supertype > [javac] @Override > [javac] ^ > [javac] /var/tmp/portage/dev-util/findbugs-3.0.1/work/findbugs-3.0.1/src/java/edu/umd/cs/findbugs/classfile/engine/SelfMethodCalls.java:63: error: method does not override or implement a method from a supertype > [javac] @Override > [javac] ^ > [javac] /var/tmp/portage/dev-util/findbugs-3.0.1/work/findbugs-3.0.1/src/java/edu/umd/cs/findbugs/detect/TestASM.java:65: error: method does not override or implement a method from a supertype > [javac] @Override > [javac] ^ > [javac] Note: Some input files use or override a deprecated API. > [javac] Note: Recompile with -Xlint:deprecation for details. > [javac] 4 errors > >BUILD FAILED >/var/tmp/portage/dev-util/findbugs-3.0.1/work/findbugs-3.0.1/build.xml:105: Compile failed; see the compiler error output for details. > >Total time: 5 seconds > * ERROR: dev-util/findbugs-3.0.1::gentoo failed (compile phase): > * eant failed > * > * Call stack: > * ebuild.sh, line 93: Called src_compile > * environment, line 3939: Called java-pkg-2_src_compile > * environment, line 1853: Called eant 'build' 'apiJavadoc' 'docs' '-f' 'build.xml' '-Dgitrnum=gentoo' '-Dxsl.stylesheet.home=/usr/share/sgml/docbook/xsl-stylesheets' > * environment, line 646: Called die > * The specific snippet of code: > * ant ${antflags} "${@}" || die "eant failed" > * > * If you need support, post the output of `emerge --info '=dev-util/findbugs-3.0.1::gentoo'`, > * the complete build log and the output of `emerge -pqv '=dev-util/findbugs-3.0.1::gentoo'`. >!!! When you file a bug report, please include the following information: >GENTOO_VM=oracle-jdk-bin-1.8 CLASSPATH="" JAVA_HOME="/opt/oracle-jdk-bin-1.8.0.45" >JAVACFLAGS="-source 1.7 -target 1.7" COMPILER="javac" >and of course, the output of emerge --info =findbugs-3.0.1 > * The complete build log is located at '/var/log/portage/build/dev-util/findbugs-3.0.1:20150627-084341.log'. > * For convenience, a symlink to the build log is located at '/var/tmp/portage/dev-util/findbugs-3.0.1/temp/build.log'. > * The ebuild environment file is located at '/var/tmp/portage/dev-util/findbugs-3.0.1/temp/environment'. > * Working directory: '/var/tmp/portage/dev-util/findbugs-3.0.1/work/findbugs-3.0.1' > * S: '/var/tmp/portage/dev-util/findbugs-3.0.1/work/findbugs-3.0.1'
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 553408
: 405834