Gentoo Websites Logo
Go to: Gentoo Home Documentation Forums Lists Bugs Planet Store Wiki Get Gentoo!
Bug 553408 - dev-util/findbugs-3.0.1 fails to compile
Summary: dev-util/findbugs-3.0.1 fails to compile
Status: RESOLVED FIXED
Alias: None
Product: Gentoo Linux
Classification: Unclassified
Component: Current packages (show other bugs)
Hardware: All Linux
: Normal normal (vote)
Assignee: Java team
URL:
Whiteboard:
Keywords:
Depends on:
Blocks:
 
Reported: 2015-06-27 08:47 UTC by Alessandro Molari
Modified: 2015-06-29 08:48 UTC (History)
0 users

See Also:
Package list:
Runtime testing required: ---


Attachments
build.log (findbugs-3.0.1:20150627-084341.log,5.18 KB, text/x-log)
2015-06-27 08:48 UTC, Alessandro Molari
Details

Note You need to log in before you can comment on or make changes to this bug.
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.