New submission from Arfrever Frehtes Taifersar Arahesis <arfrever....@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 <rep...@bugs.python.org> <http://bugs.python.org/issue9280> _______________________________________ _______________________________________________ Python-bugs-list mailing list Unsubscribe: http://mail.python.org/mailman/options/python-bugs-list/archive%40mail-archive.com