[New-bugs-announce] [issue9280] sharedinstall target doesn't depend on sharedmods target

Arfrever Frehtes Taifersar Arahesis report at bugs.python.org
Sat Jul 17 06:48:17 CEST 2010


New submission from Arfrever Frehtes Taifersar Arahesis <Arfrever.FTA at GMail.Com>:

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.

----------
components: Build
files: python-Makefile.pre.in.patch
keywords: patch
messages: 110537
nosy: Arfrever
priority: normal
severity: normal
status: open
title: sharedinstall target doesn't depend on sharedmods target
type: compile error
versions: Python 2.6, Python 2.7, Python 3.1, Python 3.2
Added file: http://bugs.python.org/file18035/python-Makefile.pre.in.patch

_______________________________________
Python tracker <report at bugs.python.org>
<http://bugs.python.org/issue9280>
_______________________________________


More information about the New-bugs-announce mailing list