[ python-Bugs-957381 ] bdist_rpm fails on redhat9, fc1, fc2

SourceForge.net noreply at sourceforge.net
Fri May 21 04:46:48 EDT 2004


Bugs item #957381, was opened at 2004-05-20 13:05
Message generated for change (Comment added) made by jeremysanders
You can respond by visiting: 
https://sourceforge.net/tracker/?func=detail&atid=105470&aid=957381&group_id=5470

Category: Distutils
Group: None
Status: Open
Resolution: None
Priority: 5
Submitted By: Jeff Epler (jepler)
Assigned to: Nobody/Anonymous (nobody)
Summary: bdist_rpm fails on redhat9, fc1, fc2

Initial Comment:
distutils bdist_rpm has long been broken for recent
versions of RPM (RedHat 9, Fedora Core 1 and 2)
https://bugzilla.redhat.com/bugzilla/show_bug.cgi?id=88616
 
When an RPM contains an executable or shared library, a
"-debuginfo" rpm is generated.  For instance, the
following two packages would be generated:
    foo-1.0.0-1.i386.rpm
    foo-debuginfo-1.0.0.1-i386.rpm
 
When distutils is faced with this problem, it prints an
error like
    AssertionError: unexpected number of RPM files
found:
['build/bdist.linux-i686/rpm/RPMS/i386/foo-1.0.0-1.i386.rpm',
build/bdist.linux-i686/rpm/RPMS/i386/foo-debuginfo-1.0.0-1.i386.rpm']

The bugzilla bug contains a proposed patch, but
redhat/fedora developers chose not to accept it for
their own build of Python.

----------------------------------------------------------------------

Comment By: Jeremy Sanders (jeremysanders)
Date: 2004-05-21 08:46

Message:
Logged In: YES 
user_id=8953

I've opened a bugzilla report for fedora 2 

See
https://bugzilla.redhat.com/bugzilla/show_bug.cgi?id=123598

----------------------------------------------------------------------

You can respond by visiting: 
https://sourceforge.net/tracker/?func=detail&atid=105470&aid=957381&group_id=5470



More information about the Python-bugs-list mailing list