Hide Forgot
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
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