Bug 1631250
| Summary: | distribution: i686 packages sporadically missing in the updates-testing compose | ||||||
|---|---|---|---|---|---|---|---|
| Product: | [Fedora] Fedora | Reporter: | Ali Akcaagac <aliakc> | ||||
| Component: | distribution | Assignee: | Josh Boyer <jwboyer> | ||||
| Status: | CLOSED CANTFIX | QA Contact: | Fedora Extras Quality Assurance <extras-qa> | ||||
| Severity: | unspecified | Docs Contact: | |||||
| Priority: | unspecified | ||||||
| Version: | 29 | CC: | aliakc, aoliva, arjun, codonell, dj, fweimer, kevin, law, mfabian, pfrankli, rth, siddhesh | ||||
| Target Milestone: | --- | ||||||
| Target Release: | --- | ||||||
| Hardware: | Unspecified | ||||||
| OS: | Unspecified | ||||||
| Whiteboard: | |||||||
| Fixed In Version: | Doc Type: | If docs needed, set a value | |||||
| Doc Text: | Story Points: | --- | |||||
| Clone Of: | Environment: | ||||||
| Last Closed: | 2018-09-20 10:47:01 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: | |||||||
| Attachments: |
|
||||||
|
Description
Ali Akcaagac
2018-09-20 10:03:23 UTC
Please show us the output of “dnf repolist -v”. Thanks. Created attachment 1485089 [details]
repolist.txt
Here the repolist.txt as asked.
Sorry. This is a problem with the updates-testing compose: $ rsync rsync://ftp-stud.hs-esslingen.de/fedora/linux/updates/testing/29/Everything/x86_64/Packages/g/ | grep glibc-headers -rw-r--r-- 470,608 2018/08/29 21:26:40 glibc-headers-2.28-9.fc29.x86_64.rpm This is not something we can fix in the glibc package. ALso see: https://pagure.io/releng/issue/7071 Ok if I understand it correctly: 1) updates or regular fedora repo has -6 while updates-testing has -9 2) updates-testing somehow can't handle resolving the packages or maybe packages missing - whatever 3) this means: dnf install whatever-glibc --best --allowerasing would be the (temporarely) best option. This will downgrade all glibc related packages (and whatever along the chain) to the versions that are *not* yet pushed from updates-testing to updates or/and fedora. So basicly it downgrades the entire chain to what it believes to be the latest packages in the stable repo. Even risking that newer libraries and tools need to downgrade as well... I can add these two options to DNF and even mark a hint to both bugreports and the pagure one together with a comment that the script (aros.sh) should better be run in a virtual machine or a workhorse machine but not on the production computer... |