| Summary: | maven-doxia: FTBFS in rawhide | ||||||
|---|---|---|---|---|---|---|---|
| Product: | [Fedora] Fedora | Reporter: | Mikolaj Izdebski <mizdebsk> | ||||
| Component: | maven-doxia | Assignee: | Mikolaj Izdebski <mizdebsk> | ||||
| Status: | CLOSED RAWHIDE | QA Contact: | Fedora Extras Quality Assurance <extras-qa> | ||||
| Severity: | unspecified | Docs Contact: | |||||
| Priority: | unspecified | ||||||
| Version: | rawhide | CC: | akurtako, java-sig-commits, mefoster, mizdebsk, msrb, sochotni | ||||
| Target Milestone: | --- | ||||||
| Target Release: | --- | ||||||
| Hardware: | Unspecified | ||||||
| OS: | Unspecified | ||||||
| Whiteboard: | |||||||
| Fixed In Version: | 1.4-6 | Doc Type: | Bug Fix | ||||
| Doc Text: | Story Points: | --- | |||||
| Clone Of: | Environment: | ||||||
| Last Closed: | 2013-12-05 16:17:16 UTC | Type: | Bug | ||||
| Regression: | --- | Mount Type: | --- | ||||
| Documentation: | --- | CRM: | |||||
| Verified Versions: | Category: | --- | |||||
| oVirt Team: | --- | RHEL 7.3 requirements from Atomic Host: | |||||
| Cloudforms Team: | --- | Target Upstream Version: | |||||
| Bug Depends On: | 869591, 1038607 | ||||||
| Bug Blocks: | |||||||
| Attachments: |
|
||||||
This is caused by update of pegdown (bug 1034825). I've asked gil to remove update to F20 at least pegdown-1.4.1-1.fc20 has been unpushed/untagged from f20 updates candidate Now the FTBFS is caused by parboiled update from version 1.0.2 to 1.1.6. parboiled 1.0.2 used asm3, but parboiled 1.1.6 uses asm4. asm4 conflicts with asm3, which is a transitive dependency of doxia (through xbean-reflect). Possible solutions: 1) update xbean to upstream version >= 3.14, which uses asm4 2) use shaded version of asm3 in xbean I will try updating xbean. Fixed in maven-doxia-1.4-6 I believe that this bug is fixed in maven-doxia-1.4-6, 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=483041 |
Created attachment 831509 [details] build.log Description of problem: Package maven-doxia currently fails to build from source in rawhide. Version-Release number of selected component (if applicable): 1.4-5 Additional info: build log attached