Bug 858356

Summary: FTBFS: Build failure on PPC64 due to circular depency
Product: [Fedora] Fedora Reporter: Gustavo Luiz Duarte <gustavold>
Component: hornetqAssignee: Marek Goldmann <mgoldman>
Status: CLOSED CURRENTRELEASE QA Contact: Fedora Extras Quality Assurance <extras-qa>
Severity: high Docs Contact:
Priority: unspecified    
Version: 18CC: dwa, gustavold, karsten, mgoldman, ppinatti
Target Milestone: ---   
Target Release: ---   
Hardware: ppc64   
OS: Linux   
Whiteboard:
Fixed In Version: Doc Type: Bug Fix
Doc Text:
Story Points: ---
Clone Of: Environment:
Last Closed: 2012-10-12 21:11:17 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:

Description Gustavo Luiz Duarte 2012-09-18 18:54:35 UTC
Description of problem:

Hornetq fails to build on ppc64 with the following error message during mock setup:

Error: Package: jboss-jts-4.16.2-8.fc18.noarch (build)
           Requires: ironjacamar
Error: Package: jboss-jts-4.16.2-8.fc18.noarch (build)
           Requires: hornetq
Error: Package: jboss-jts-4.16.2-8.fc18.noarch (build)
           Requires: java-service-wrapper
Error: Package: jboss-jts-4.16.2-8.fc18.noarch (build)
           Requires: jacorb


Version-Release number of selected component (if applicable):
hornetq-2.2.13-4.fc18

How reproducible:
Always


Steps to Reproduce:
1. ppc-koji build --scratch f18 hornetq-2.2.13-4.fc18.src.rpm
2.
  
Actual results:
http://ppc.koji.fedoraproject.org/koji/taskinfo?taskID=709051

Expected results:


Additional info:

Comment 1 Marek Goldmann 2012-09-19 06:54:34 UTC
Hi Gustavo,

In the initial import of jboss-jts we haven't had hornetq support enabled, therefore it wasn't required. Since version 4.16.2-4 the HornetQ support is now enabled.

The solution would be to build jboss-jts < 4.16.2-4, build hornetq and rebuild jboss-jts. Is it possible?

This issue doesn't exist in the main koji, since packages were build in proper order.

Comment 2 Gustavo Luiz Duarte 2012-09-19 17:51:42 UTC
Thanks Marek!

My scratch build of jboss-jts-4.16.2-3.fc18 finished successful:
https://ppc.koji.fedoraproject.org/koji/taskinfo?taskID=711625

David, could you fire up a build of jboss-jts-4.16.2-3.fc18 ? I suppose after that koji-shadow would catch up with latest versions of hornetq and jboss-jts, right?

Comment 3 Karsten Hopp 2012-10-12 21:11:17 UTC
I took care of that and built hornetq-2.2.13-4.fc18 (and java-service-wrapper, which had an excludearch but is a requirement of jboss-jts)