Bug 10760 - rpm-3.0.4 SRPM requires popt-1.5, which is now in rpm-3.0.4
Summary: rpm-3.0.4 SRPM requires popt-1.5, which is now in rpm-3.0.4
Keywords:
Status: CLOSED NOTABUG
Alias: None
Product: Red Hat Linux
Classification: Retired
Component: rpm
Version: 6.2
Hardware: All
OS: Linux
medium
low
Target Milestone: ---
Assignee: Jeff Johnson
QA Contact:
URL:
Whiteboard:
Depends On:
Blocks:
TreeView+ depends on / blocked
 
Reported: 2000-04-12 19:13 UTC by Pekka Savola
Modified: 2008-05-01 15:37 UTC (History)
0 users

Fixed In Version:
Doc Type: Bug Fix
Doc Text:
Clone Of:
Environment:
Last Closed: 2000-04-13 08:26:26 UTC
Embargoed:


Attachments (Terms of Use)

Description Pekka Savola 2000-04-12 19:13:35 UTC
popt was integrated with rpm in rpm-3.0.4, before that it was a separate
package (popt-1.4 SRPM was the last one released).

Now, while upgrading 5.x I came across an interesting circular dependency:
rebuilding rpm-3.0.4*.src.rpm requires >= popt-1.5, which can't in turn be
rebuilt, because it's now part of aforementioned rpm package!

This can be avoided by grabbing a binary popt distribution off ftp.rpm.org.
Still, this seems to be something to fix.

Comment 1 Jeff Johnson 2000-04-13 08:26:59 UTC
Either build with --nodeps, or simply delete the BuildPrereq:.

The dependency is for the 1st popt version with a shared library, which is
needed to build python bindings correctly.


Note You need to log in before you can comment on or make changes to this bug.