Bug 37279
| Summary: | Installer failed to upgrade rpm from 4.0-4 to 4.0.2, attempting same upgrade after install segfaults | ||
|---|---|---|---|
| Product: | [Retired] Red Hat Linux | Reporter: | Alex Cruise <alex> |
| Component: | rpm | Assignee: | Jeff Johnson <jbj> |
| Status: | CLOSED WORKSFORME | QA Contact: | David Lawrence <dkl> |
| Severity: | medium | Docs Contact: | |
| Priority: | medium | ||
| Version: | 7.1 | ||
| 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: | 2001-04-23 23:16:50 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
Alex Cruise
2001-04-23 23:16:46 UTC
Yup. Dunno why the installer didn't upgrade rpm, that's a different problem.
Meanwhile, you will need to upgrade to rpm-4.0.2 to fix the segfaults.
1) Get a copy of the 5 rpm packages in /var/tmp/xxx
2) Use rpm2cpio to extract a rpm executable
cd /var/tmp/xxx
rpm2cpio rpm-4* | cpio -dim
3) Use the extracted executable to install the rpm packages
./bin/rpm -Uvv {rpm,popt}-*
This procedure worked, thanks jbj! I had already compiled rpm-4.0.2 from source, but was a bit trepidatious. |