[issue17574] pysetup failing with OSError: [Errno 18] Invalid cross-device link.

2014-03-12 Thread Éric Araujo
Changes by Éric Araujo mer...@netwok.org: -- resolution: - out of date stage: - committed/rejected status: open - closed type: crash - behavior versions: -Python 2.7 ___ Python tracker rep...@bugs.python.org http://bugs.python.org/issue17574

[issue17574] pysetup failing with OSError: [Errno 18] Invalid cross-device link.

2013-03-29 Thread Valentin Lab
New submission from Valentin Lab: running:: $ pysetup remove shyaml 'shyaml' cannot be removed. Error: [Errno 18] Invalid cross-device link Same happens when using:: $ pysetup install shyaml==0.1.3 Besides, I've no idea of the state of distutils2 which was promising and is working

[issue17574] pysetup failing with OSError: [Errno 18] Invalid cross-device link.

2013-03-29 Thread Éric Araujo
Éric Araujo added the comment: Thanks for the report. I think this bug was already known, but development of distutils2 is currently stopped. The scope and design were fundamentally flawed. Current efforts are centered on defining a toolchain of builders, archivers and installers instead