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 Arfrever
Recipients Arfrever
Date 2010-07-17.04:48:10
SpamBayes Score 0.0023001654
Marked as misclassified No
Message-id <1279342097.68.0.765090641555.issue9280@psf.upfronthosting.co.za>
In-reply-to
Content
altinstall target depends on libinstall target, which depends on build_all target, which depends on sharedmods target.
altinstall target also depends on sharedinstall target.
Both sharedmods and sharedinstall targets call setup.py.
This can cause failure of parallel installation, when setup.py is called twice at the same time.

This problem was reproduced by Gentoo users:
https://bugs.gentoo.org/show_bug.cgi?id=328009

I'm attaching the patch.
History
Date User Action Args
2010-07-17 04:48:20Arfreversetrecipients: + Arfrever
2010-07-17 04:48:17Arfreversetmessageid: <1279342097.68.0.765090641555.issue9280@psf.upfronthosting.co.za>
2010-07-17 04:48:14Arfreverlinkissue9280 messages
2010-07-17 04:48:12Arfrevercreate