Bug 82764
Summary: | glibc-2.3.1-38 breaks rpm | ||
---|---|---|---|
Product: | [Retired] Red Hat Raw Hide | Reporter: | sean <seandarcy> |
Component: | glibc | Assignee: | Jakub Jelinek <jakub> |
Status: | CLOSED WORKSFORME | QA Contact: | |
Severity: | medium | Docs Contact: | |
Priority: | medium | ||
Version: | 1.0 | CC: | fweimer, jbj |
Target Milestone: | --- | ||
Target Release: | --- | ||
Hardware: | i386 | ||
OS: | Linux | ||
Whiteboard: | |||
Fixed In Version: | Doc Type: | Bug Fix | |
Doc Text: | Story Points: | --- | |
Clone Of: | Environment: | ||
Last Closed: | 2003-01-27 13:10:25 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
sean
2003-01-26 02:07:46 UTC
Hmmm, where did you get rpm-4.2-0.60? If built locally, then I suspect that you built without installed nptl-devel. rpm-4.2-0.60 with glibc-2.3.1-38 WORKSFORME. Putting in /etc/rpm/macros (note "private") %__dbi_cdb create cdb private mpool mp_mmapsize=16Mb mp_size=1Mb will resurrect rpm functionaility. Thanks. Worked. BTW, I got rpm-4.2.0.60 from rawhide. I rebuilt the src.rpm, without nptl-devel, as you suspected. You may want to add a build dependency. jay I can confirm that the above fix worked for me too! Redhat 9.0, with rpm-4.2-0.69 and glibc-2.3.2-27.9.7 would refuse to let rpm transactions run, giving the same Berkeley DB library error as above. Though curiously running a bit-for-bit identical copy of /bin/rpm from another partition did work. Creating the file /etc/rpm/macros and populating it with: %__dbi_cdb create cdb private mpool mp_mmapsize=16Mb mp_size=1Mb fixed it once and for all. |