Bug 36504
| Summary: | rpm2html needs to be rebuilt against new rpm | ||
|---|---|---|---|
| Product: | [Retired] Red Hat Linux | Reporter: | Need Real Name <aander07> |
| Component: | rpm2html | Assignee: | Jeff Johnson <jbj> |
| Status: | CLOSED RAWHIDE | QA Contact: | |
| Severity: | high | Docs Contact: | |
| Priority: | medium | ||
| Version: | 6.2 | CC: | dr, hugo, mbabcock-rh |
| 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-07-16 14:27:29 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
Need Real Name
2001-04-18 16:10:28 UTC
Same goes for "kpackage" and "rpmfind" and "purp". I think that should be all affected packages on main CD and powertools. I used: for i in *; do rpm -qp --requires $i | fgrep -qs librpm.so.0 && echo $i done in the relevant directories to find out which packages link against librpm. I added a specific entry in the rpm2html/rpmfind FAQ http://rpmfind.net/linux/rpm2html/faq.html #4 Daniel *** Bug 42752 has been marked as a duplicate of this bug. *** When will fixed binaries be shipped? Not everyone is able to recompile the packages. (Certainly with slow machines.) My tries on a slow SPARC system that is the intended platform to use it for will not succeed. I'm having problems with fdio (symbol not found) with ucd-snmp 4.2.1 -- compiled from sources, against rpm 4.0.2. I've tried what I can to make it work, but it still doesn't. Any other issues that need to be dealt with here? (Looks like someone changed namespaces ... ) I just released a new version rpm2html-1.6, it built fine against the RawHide rpm packages. Should propagate to RawHide in the next days. Daniel |