Bug 1103931

Summary: xom: remove versioned jars from %{_javadir}
Product: [Fedora] Fedora Reporter: Patrick Huang <pahuang>
Component: xomAssignee: Mikolaj Izdebski <mizdebsk>
Status: CLOSED WORKSFORME QA Contact: Fedora Extras Quality Assurance <extras-qa>
Severity: unspecified Docs Contact:
Priority: unspecified    
Version: 20CC: camunoz, dbhole, java-sig-commits, mizdebsk, msimacek, msrb, tagoh
Target Milestone: ---   
Target Release: ---   
Hardware: Unspecified   
OS: Unspecified   
Whiteboard:
Fixed In Version: Doc Type: Bug Fix
Doc Text:
Story Points: ---
Clone Of: Environment:
Last Closed: 2014-07-21 02:36:18 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:
Embargoed:
Bug Depends On:    
Bug Blocks: 1102480    

Description Patrick Huang 2014-06-02 23:14:53 UTC
Description of problem:
This has been resolved in rawhide (bug 1022173) but not in f20. Is it possible to back port it to f20? I need to upgrade my package in f20 which depends on xom and it failed to build.

Version-Release number of selected component (if applicable):
1.0-14

Comment 1 Patrick Huang 2014-06-02 23:16:06 UTC
I tried to merge master to f20 and koji build works.
http://koji.fedoraproject.org/koji/taskinfo?taskID=6919673

Comment 2 Mikolaj Izdebski 2014-06-03 04:43:12 UTC
How does removing a versioned JAR help you? /usr/share/java/xom.jar is available in both F20 and rawhide.

Rawhide changes are too disruptive for the whole commit to be merged to F20.

Comment 3 Patrick Huang 2014-06-04 02:12:49 UTC
This is my failing job:
http://koji.fedoraproject.org/koji/taskinfo?taskID=6916923

For some reason it can't resolve mvn(xom:xom:1.0). I asked this in mailing list before and was pointed to the rawhide bug. I thought this will help but not really sure.

Comment 4 Mikolaj Izdebski 2014-06-04 06:44:18 UTC
(In reply to Patrick Huang from comment #3)
> This is my failing job:
> http://koji.fedoraproject.org/koji/taskinfo?taskID=6916923
> 
> For some reason it can't resolve mvn(xom:xom:1.0). I asked this in mailing
> list before and was pointed to the rawhide bug. I thought this will help but
> not really sure.

Rebuilding zanata-common in rawhide should help with that.

Comment 5 Mikolaj Izdebski 2014-06-04 06:45:13 UTC
(In reply to Mikolaj Izdebski from comment #4)
> Rebuilding zanata-common in rawhide should help with that.

s/rawhide/F20/

Comment 6 Patrick Huang 2014-06-04 23:59:58 UTC
(In reply to Mikolaj Izdebski from comment #4)
> (In reply to Patrick Huang from comment #3)
> > This is my failing job:
> > http://koji.fedoraproject.org/koji/taskinfo?taskID=6916923
> > 
> > For some reason it can't resolve mvn(xom:xom:1.0). I asked this in mailing
> > list before and was pointed to the rawhide bug. I thought this will help but
> > not really sure.
> 
> Rebuilding zanata-common in rawhide should help with that.

Tried it. Didn't work. 
https://kojipkgs.fedoraproject.org//work/tasks/5306/6925306/root.log

Is there any macro I can use to fix this?

Comment 7 Akira TAGOH 2014-07-10 08:19:05 UTC
Any updates on this?

this seems preventing zanata-client working correctly which means the packager can't push/pull translations to/from zanata web on f20, the latest stable release. so it affects f21 development then.

Comment 8 Patrick Huang 2014-07-21 02:36:18 UTC
I manage to patch our code and remove the need of xom dependency. Therefore this will not prevent us from building. Close now.