[SOLVED] Failed python-requests update
Добавлено: 19 окт 2015, 09:59
My R6 64-bit fails to update python-requests:
EDIT 2015-10-22: Double fault! Not only does it not work, but when attempting to update with MandrivaUpdate it fails silently. Normal fault behavior should be to pop an error dialog, like it does on my other two, still broken, updates: apache and ncurses.
NOTE: The error message from the urpmi attempt is more useful than that of MandrivaUpdate, indicating that /usr/lib/python2.7/site-packages/requests/packages/chardet is a directory.
EDIT 2015-10-23: SOLVED, it works now.
Код: Выделить всё
# LC_ALL=C urpmi python-requests
$MIRRORLIST: media/contrib/updates/python-requests-2.7.0-1-rosa2014.1.noarch.rpm
installing python-requests-2.7.0-1-rosa2014.1.noarch.rpm from /var/cache/urpmi/rpms
Preparing... ###########################################################################################################################
1/1: python-requests ###########################################################################################################################
error: unpacking of archive failed on file /usr/lib/python2.7/site-packages/requests/packages/chardet: cpio: rename failed - Is a directory
ERROR: 'unpack' failed for python-requests-2.7.0-1-rosa2014.1.noarch:
#
NOTE: The error message from the urpmi attempt is more useful than that of MandrivaUpdate, indicating that /usr/lib/python2.7/site-packages/requests/packages/chardet is a directory.
Код: Выделить всё
# LC_ALL=C MandrivaUpdate
...
error: unpacking of archive failed on file /usr/lib/python2.7/site-packages/requests/packages/chardet: cpio: rename failed - Resource temporarily unavailable
...
# LC_ALL=C urpmi python-requests
...
error: unpacking of archive failed on file /usr/lib/python2.7/site-packages/requests/packages/chardet: cpio: rename failed - Is a directory
...