Bug 437041
Summary: | rpmtsOrder fails building x86_64 live image | ||||||
---|---|---|---|---|---|---|---|
Product: | [Fedora] Fedora | Reporter: | Jeremy Katz <katzj> | ||||
Component: | rpm | Assignee: | Panu Matilainen <pmatilai> | ||||
Status: | CLOSED RAWHIDE | QA Contact: | Fedora Extras Quality Assurance <extras-qa> | ||||
Severity: | low | Docs Contact: | |||||
Priority: | low | ||||||
Version: | rawhide | CC: | 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
Jeremy Katz
2008-03-11 20:09:33 UTC
Created attachment 297701 [details]
ordering output
Here's a run with verbosity of RPMLOG_DEBUG so that we see the ordering info.
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. Looks good in the quick test. Probably worth sending mail to rel-eng to get it tagged for the beta Package is tagged for beta; closing. |