Bug 437041

Summary: rpmtsOrder fails building x86_64 live image
Product: [Fedora] Fedora Reporter: Jeremy Katz <katzj>
Component: rpmAssignee: Panu Matilainen <pmatilai>
Status: CLOSED RAWHIDE QA Contact: Fedora Extras Quality Assurance <extras-qa>
Severity: low Docs Contact:
Priority: low    
Version: rawhideCC: lmacken, pnasrat, wwoods
Target Milestone: ---   
Target Release: ---   
Hardware: All   
OS: Linux   
Whiteboard:
Fixed In Version: rpm-4.4.2.3-0.3.rc1 Doc Type: Bug Fix
Doc Text:
Story Points: ---
Clone Of: Environment:
Last Closed: 2008-03-14 16:23:41 UTC Type: ---
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: 430962    
Attachments:
Description Flags
ordering output none

Description Jeremy Katz 2008-03-11 20:09:33 UTC
When building the x86_64 live image, we're currently getting
  error: rpmtsOrder failed, 6 elements remain

after which, things obviously go badly

Comment 1 Jeremy Katz 2008-03-12 03:53:55 UTC
Created attachment 297701 [details]
ordering output

Here's a run with verbosity of RPMLOG_DEBUG so that we see the ordering info.

Comment 2 Panu Matilainen 2008-03-12 07:23:20 UTC
Looks like we have an unprecedented amount of loops in the package set, causing
the limit of max 10 rescans to break out early. I removed the artificial rescan
limit in rawhide (rpm-4.4.2.3-0.3.rc1) so it should now only stop trying if no
further dependency loops can be eliminated.

Lets see what happens... if it goes into infinite loop, I missed something ;)
If it still breaks out, there are unbreakable loops in the set which need to be
fixed.


Comment 3 Jeremy Katz 2008-03-12 13:49:48 UTC
Looks good in the quick test.  Probably worth sending mail to
rel-eng to get it tagged for the beta

Comment 4 Will Woods 2008-03-14 16:23:41 UTC
Package is tagged for beta; closing.