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 vstinner
Recipients Arfrever, doko, martin.panter, vstinner
Date 2015-11-27.15:18:46
SpamBayes Score -1.0
Marked as misclassified Yes
Message-id <1448637526.4.0.641702484999.issue25696@psf.upfronthosting.co.za>
In-reply-to
Content
> $(LIBPC) is a single directory name, so I suggest dropping the “for” loop.

Ok, here is a version without loop. I also added "-" before the if to mimick other lines of the bininstall target.

Does it look better now?

> (...) there is technically still a race with “libainstall” and “bininstall” both testing and creating the same directory.

Sorry, I don't understand. Is it an issue in practice to create the same directory twice "at the same time"? Are you able to reproduce the bug?

Please try my use case: "./configure && make && make -j10 install" and enjoy the partial installation :-) (The python binary is installed in bin/ but it doesn't work because the stdlib is completly missing.)
History
Date User Action Args
2015-11-27 15:18:46vstinnersetrecipients: + vstinner, doko, Arfrever, martin.panter
2015-11-27 15:18:46vstinnersetmessageid: <1448637526.4.0.641702484999.issue25696@psf.upfronthosting.co.za>
2015-11-27 15:18:46vstinnerlinkissue25696 messages
2015-11-27 15:18:46vstinnercreate