[Python-bugs-list] [ python-Bugs-233334 ] --record option doesn't remove duplicate files

nobody nobody@sourceforge.net
Tue, 27 Feb 2001 11:21:24 -0800


Bugs #233334, was updated on 2001-02-20 16:07
You can respond by visiting: 
http://sourceforge.net/tracker/?func=detail&atid=105470&aid=233334&group_id=5470

Category: Distutils
Group: None
Status: Closed
Priority: 5
Submitted By: Gerhard Häring
Assigned to: A.M. Kuchling
Summary: --record option doesn't remove duplicate files

Initial Comment:
If I invoke python setup.py install --record=INSTALLED_FILES and then feed the input of INSTALLED_FILES to RPM, RPM sometimes doesn't finish successfully because of duplicate files. It would be very nice if distutils would remove duplicate files from the recorded files itself.


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

Comment By: A.M. Kuchling
Date: 2001-02-27 11:21

Message:
Logged In: YES 
user_id=11375

This is fixed in the current CVS tree, and hence will 
be OK in 2.1beta1.  Revision 1.56 of commands/install.py 
patches the get_outputs() method to remove duplicated names.


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

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