Gentoo Websites Logo
Go to: Gentoo Home Documentation Forums Lists Bugs Planet Store Wiki Get Gentoo!

Bug 553408

Summary: dev-util/findbugs-3.0.1 fails to compile
Product: Gentoo Linux Reporter: Alessandro Molari <molari.alessandro>
Component: Current packagesAssignee: Java team <java>
Status: RESOLVED FIXED    
Severity: normal    
Priority: Normal    
Version: unspecified   
Hardware: All   
OS: Linux   
Whiteboard:
Package list:
Runtime testing required: ---
Attachments: build.log

Description Alessandro Molari 2015-06-27 08:47:19 UTC
See build.log for more details.

Reproducible: Always

Steps to Reproduce:
1. Unmask dev-util/findbugs
2. emerge findbugs
Actual Results:  
Fails to compile (==> fails to emerge)

Expected Results:  
Compiles correctly

I'm trying to compile it with the following flags:
- doc
- source

However, I've not verified if this problem occurs even without those flags.
Comment 1 Alessandro Molari 2015-06-27 08:48:29 UTC
Created attachment 405834 [details]
build.log
Comment 2 Patrice Clement gentoo-dev 2015-06-29 08:18:26 UTC
I can't reproduce this error.

Your problem is due to a missing import that seems to be coming from asm-4:
http://asm.ow2.org/asm40/javadoc/user/org/objectweb/asm/AnnotationVisitor.html

Please emerge dev-java/asm:4 again and give findbugs another try.

Thanks.
Comment 3 James Le Cuirot gentoo-dev 2015-06-29 08:48:44 UTC
Fixed. asm-4 is not sufficient, at least 5 is required.