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 nvetoshkin
Recipients alexis, eric.araujo, nvetoshkin, tarek
Date 2012-06-14.04:50:17
SpamBayes Score -1.0
Marked as misclassified Yes
Message-id <1339649418.28.0.417357213434.issue14848@psf.upfronthosting.co.za>
In-reply-to
Content
Sorry, no traceback by default, had to augment with "raise" :) Now output looks like this:

nekto0n@ya-darkstar /var/tmp/mypackage $ pysetup remove pygraphviz
u'workflow': u'1.01' is not a valid version (field 'Version')
u'zc-zookeeper-static': u'3.4.3-3' is not a valid version (field 'Version')
u'virtkey': u'0.01' is not a valid version (field 'Version')
u'SSSDConfig': u'1' is not a valid version (field 'Version')
[Errno 18] Invalid cross-device link
Traceback (most recent call last):
  File "/home/nekto0n/.local/lib/python2.7/site-packages/distutils2/run.py", line 651, in main
    return dispatcher()
  File "/home/nekto0n/.local/lib/python2.7/site-packages/distutils2/run.py", line 639, in __call__
    return func(self, self.args)
  File "/home/nekto0n/.local/lib/python2.7/site-packages/distutils2/run.py", line 91, in wrapper
    return f(*args, **kwargs)
  File "/home/nekto0n/.local/lib/python2.7/site-packages/distutils2/run.py", line 239, in _remove
    remove(dist, auto_confirm=auto_confirm)
  File "/home/nekto0n/.local/lib/python2.7/site-packages/distutils2/install.py", line 413, in remove
    error = _move_file(file_, tmpfile)
  File "/home/nekto0n/.local/lib/python2.7/site-packages/distutils2/install.py", line 399, in _move_file
    os.rename(source, target)
OSError: [Errno 18] Invalid cross-device link

According to strace arguments to rename where:
rename("/home/nekto0n/.local/lib/python2.7/site-packages/pygraphviz-1.1-py2.7.egg-info/PKG-INFO", "/tmp/pygraphviz-uninstallIiAQ1I/PKG-INFO") = -1 EXDEV (Invalid cross-device link)
History
Date User Action Args
2012-06-14 04:50:18nvetoshkinsetrecipients: + nvetoshkin, tarek, eric.araujo, alexis
2012-06-14 04:50:18nvetoshkinsetmessageid: <1339649418.28.0.417357213434.issue14848@psf.upfronthosting.co.za>
2012-06-14 04:50:17nvetoshkinlinkissue14848 messages
2012-06-14 04:50:17nvetoshkincreate