Bug 429041
Summary: | missing dependency | ||
---|---|---|---|
Product: | [Fedora] Fedora | Reporter: | Steven Pritchard <steve> |
Component: | glib2 | Assignee: | Matthias Clasen <mclasen> |
Status: | CLOSED DUPLICATE | QA Contact: | Fedora Extras Quality Assurance <extras-qa> |
Severity: | low | Docs Contact: | |
Priority: | low | ||
Version: | rawhide | CC: | bkearney, katzj, k.georgiou, pnasrat |
Target Milestone: | --- | ||
Target Release: | --- | ||
Hardware: | All | ||
OS: | Linux | ||
Whiteboard: | |||
Fixed In Version: | Doc Type: | Bug Fix | |
Doc Text: | Story Points: | --- | |
Clone Of: | Environment: | ||
Last Closed: | 2008-02-05 20:25:31 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: |
Description
Steven Pritchard
2008-01-16 23:03:54 UTC
This problem still affects yum-metadata-parser-1.1.2-5, at least on i386. I don't know if this helps tracking down what is broken, but a _work_around_ kludge until yum-metadata-parser is fixed: pull the _sqlitecache.so (and just that file) from a yum-metadata-parser-1.1.2-1.fc8.i386.rpm and use it to replace the one installed by yum-metadata-parser-1.1.2-5.fc9.i386.rpm, and yum works again. found at: http://www.fedoraforum.org/forum/showthread.php?t=178870 the problem is glib2 changed the functions it calls without incrementing the version of the library. So the dependency in yum-metadata-parser has no way of knowing it needs to be changed. reassigning to the glib maintainers. I don' t know since when it is supported to selectively install development versions of packages onto older releases. Sure, the inaccurate dependency is unfortunate. |