LINUX.ORG.RU

Очень странный глюк в gentoo с портажем

 ,


0

1
▶ grc ping ya.ru
error: can't create or remove files in install directory

The following error occurred while trying to add or remove files in the
installation directory:

    [Errno 13] Permission denied: '/usr/lib64/python2.7/site-packages/test-easy-install-7329.write-test'

The installation directory you specified (via --install-dir, --prefix, or
the distutils default setting) was:

    /usr/lib64/python2.7/site-packages/

Perhaps your account does not have write access to this directory?  If the
installation directory is a system-owned directory, you may need to sign in
as the administrator or "root" account.  If you do not have administrative
access to this machine, you may wish to choose a different installation
directory, preferably one that is listed in your PYTHONPATH environment
variable.

For information on other options, you may wish to consult the
documentation at:

  https://pythonhosted.org/setuptools/easy_install.html

Please make the appropriate changes for your system and try again.

Реинсталл никаких успехов не дает, сам grc (как и куча других утилит) является симлинком

▶ ls -lah /usr/bin/grc
lrwxrwxrwx 1 root root 31 май 30 17:34 /usr/bin/grc -> ../lib/python-exec/python-exec2
Как это починить? о_0

Разобрался:

sudo pip install ansible

потянуло за собой обновление python-exec не из реп и скрипт /usr/lib/python-exec/python-exec2 затерся.

Решилось переустановкой dev-lang/python-exec-2.0.1-r1

★★★★★

Последнее исправление: tazhate (всего исправлений: 4)

поставил себе grc, такой же симлинк как и у тебя. При этом grc ping ya.ru работает. Похоже проблема в другом месте, какой еще софт не работает?

TDrive ★★★★★
()
Ответ на: комментарий от TDrive

Похоже проблема в другом месте, какой еще софт не работает?

Меркуриал, например.

▶ ls -lah /usr/bin/hg     
lrwxrwxrwx 1 root root 31 май 30 17:32 /usr/bin/hg -> ../lib/python-exec/python-exec
tazhate ★★★★★
() автор топика
Ответ на: комментарий от Black_Shadow

python обновлял?

Не-а.
Уже после того, как вскрылся баг, я несколько раз пробовал еселект на другую версию и python-updater следом.
Не помогло.

tazhate ★★★★★
() автор топика
Последнее исправление: tazhate (всего исправлений: 1)
Ответ на: комментарий от TDrive

Покажи выхлоп

think ~ # cat /usr/lib/python-exec/python-exec2
#!/usr/bin/python2.7
# EASY-INSTALL-ENTRY-SCRIPT: 'setuptools==3.6','console_scripts','easy_install'
__requires__ = 'setuptools==3.6'
import sys
from pkg_resources import load_entry_point

if __name__ == '__main__':
    sys.exit(
        load_entry_point('setuptools==3.6', 'console_scripts', 'easy_install')()
    )

tazhate ★★★★★
() автор топика
Вы не можете добавлять комментарии в эту тему. Тема перемещена в архив.