Bug 1490817 - objectweb-asm: org.objectweb.asm.tree,6.0.0.BETA is not a valid bundle
Summary: objectweb-asm: org.objectweb.asm.tree,6.0.0.BETA is not a valid bundle
Keywords:
Status: CLOSED RAWHIDE
Alias: None
Product: Fedora
Classification: Fedora
Component: objectweb-asm
Version: rawhide
Hardware: Unspecified
OS: Unspecified
unspecified
unspecified
Target Milestone: ---
Assignee: Mikolaj Izdebski
QA Contact: Fedora Extras Quality Assurance
URL:
Whiteboard:
Depends On:
Blocks:
TreeView+ depends on / blocked
 
Reported: 2017-09-12 10:03 UTC by Mikolaj Izdebski
Modified: 2017-09-12 10:36 UTC (History)
5 users (show)

Fixed In Version: 6.0-0.2.beta
Clone Of:
Environment:
Last Closed: 2017-09-12 10:36:02 UTC
Type: Bug
Embargoed:


Attachments (Terms of Use)

Description Mikolaj Izdebski 2017-09-12 10:03:19 UTC
osgi.bundle,org.objectweb.asm.commons,6.0.0.BETA (/var/lib/mock/maven/root/usr/share/java/objectweb-asm/asm-commons.jar) is not a valid bundle so it will be ignored.
osgi.bundle,org.objectweb.asm.analysis,6.0.0.BETA (/var/lib/mock/maven/root/usr/share/java/objectweb-asm/asm-analysis.jar) is not a valid bundle so it will be ignored.
osgi.bundle,org.objectweb.asm.tree,6.0.0.BETA (/var/lib/mock/maven/root/usr/share/java/objectweb-asm/asm-tree.jar) is not a valid bundle so it will be ignored.
osgi.bundle,org.objectweb.asm.util,6.0.0.BETA (/var/lib/mock/maven/root/usr/share/java/objectweb-asm/asm-util.jar) is not a valid bundle so it will be ignored.


Caused by: java.lang.IllegalArgumentException: invalid version "6.0_BETA": non-numeric "0_BETA"
	at org.osgi.framework.Version.parseInt(Version.java:170)
	at org.osgi.framework.Version.<init>(Version.java:130)
	at org.osgi.framework.Version.valueOf(Version.java:257)
	at org.osgi.framework.VersionRange.parseVersion(VersionRange.java:194)
	... 61 more
Caused by: java.lang.NumberFormatException: For input string: "0_BETA"
	at java.lang.NumberFormatException.forInputString(NumberFormatException.java:65)
	at java.lang.Integer.parseInt(Integer.java:580)
	at java.lang.Integer.parseInt(Integer.java:615)
	at org.osgi.framework.Version.parseInt(Version.java:168)
	... 64 more

Comment 1 Mikolaj Izdebski 2017-09-12 10:23:23 UTC
Fixed in objectweb-asm-6.0-0.2.beta

Comment 2 Mikolaj Izdebski 2017-09-12 10:36:02 UTC
I believe that this bug is fixed in objectweb-asm-6.0-0.2.beta,
which is available in Fedora Rawhide, so I am closing this bug now.

The build containing the fix can be found at Koji:
http://koji.fedoraproject.org/koji/buildinfo?buildID=969394


Note You need to log in before you can comment on or make changes to this bug.