Bug 41859
| Summary: | /usr/lib/librpm.so.0: undefined symbol: fpHashFunction | ||
|---|---|---|---|
| Product: | [Retired] Red Hat Raw Hide | Reporter: | Vladimir Kondratiev <vladimir.kondratiev> |
| Component: | rpm | Assignee: | Jeff Johnson <jbj> |
| Status: | CLOSED WONTFIX | QA Contact: | David Lawrence <dkl> |
| Severity: | medium | Docs Contact: | |
| Priority: | medium | ||
| Version: | 1.0 | ||
| 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-05-22 16:50:28 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
Vladimir Kondratiev
2001-05-22 16:50:24 UTC
Yup, you're running unreleased development code, caveat emptor. Either use rpm-4.0.2 or recompile kpackage/gnorpm from sources. No one of the packages mentioned can be rebuild. I filled separate bugs for these packages, but I suppose root cause is rpm. see bugs 41860 and 41861 bug is still there: []# rpm -q kdeadmin rpm kdeadmin-2.2-0.alpha2.1 rpm-4.0.3-0.26 []# kpackage kpackage: error while loading shared libraries: /usr/lib/librpm.so.0: undefined symbol: fpHashFunction Yes the bug will persist until you relink kpackage against rpm-4.0.3 libraries. Have you tried the kdeadmin package at ftp://ftp.rpm.org/pub/rpm/test-4.0.3-ROLLBACKS? Otherwise, you need to use rpm-4.0.2, not rpm-4.0.3 ... You are right, if I rebuild kdeadmin from sources, 'kpackage' do work. The only question remains - why binary package on rawhide ftp do not corresponds to the source package, but this is question for kdeadmin package itself. |