This issue tracker has been migrated to GitHub, and is currently read-only.
For more information, see the GitHub FAQs in the Python's Developer Guide.

Author do3cc
Recipients do3cc, tarek
Date 2009-02-13.09:57:05
SpamBayes Score 5.861669e-07
Marked as misclassified No
Message-id <1234519029.27.0.18013582736.issue5243@psf.upfronthosting.co.za>
In-reply-to
Content
When running the command install_lib, the command build_clib is not run.
If a package contains clibs they can be dependencies for extension libs,
at least that is stated in the module docstring of build_clib.

In real life you can see it when trying to run the command install_lib
on the current reportlab2.3.

The patch provided needs do be applied in the distutils dir directly with

patch install_lib.py dependency.patch

As requested, I asked on the mailing list first, whether this really is
a bug. 
http://mail.python.org/pipermail/distutils-sig/2009-February/010974.html

I am half finished writing a test case, that I'll append to this ticket
later.
History
Date User Action Args
2009-02-13 09:57:09do3ccsetrecipients: + do3cc, tarek
2009-02-13 09:57:09do3ccsetmessageid: <1234519029.27.0.18013582736.issue5243@psf.upfronthosting.co.za>
2009-02-13 09:57:07do3cclinkissue5243 messages
2009-02-13 09:57:06do3cccreate