[Python-bugs-list] [ python-Bugs-458343 ] distutils should zap .o as well as .so

noreply@sourceforge.net noreply@sourceforge.net
Tue, 04 Sep 2001 12:46:40 -0700


Bugs item #458343, was opened at 2001-09-04 04:26
You can respond by visiting: 
http://sourceforge.net/tracker/?func=detail&atid=105470&aid=458343&group_id=5470

Category: Distutils
Group: None
Status: Open
Resolution: None
Priority: 5
Submitted By: Skip Montanaro (montanaro)
Assigned to: A.M. Kuchling (akuchling)
Summary: distutils should zap .o as well as .so

Initial Comment:
Just rebuilt from CVS and got this toward the end:

  skipping 'pyexpat' extension (up-to-date)
  WARNING: removing "pyexpat" since importing it failed

It would have been nice to know why the import failed.
Also, instead of just deleting the .so file it should
delete the .o file as well.  In this case, deleting the
.o file to force recompilation instead of just
relinking solved the problem.

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

>Comment By: A.M. Kuchling (akuchling)
Date: 2001-09-04 12:46

Message:
Logged In: YES 
user_id=11375

I'm not clear on the problem here; what did you use to 
clean up *.so files that didn't clean up *.o files?  "make 
clean" runs rm `find -name *.o`, and "python setup.py 
clean" blows away an entire directory under build/, so 
both of those seem to be correct.  What were you using?



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

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