DaianR
(usa Manjaro Linux)
Enviado em 07/12/2017 - 12:51h
Fiz a atualização com o emerge e em seguida ele pede para executar:
emerge --oneshot portage
começa a instalação de uns programas e retorna um erro:
Failed to emerge dev-python/pyblake2-1.1.0, Log file:
>>> '/var/tmp/portage/dev-python/pyblake2-1.1.0/temp/build.log'
* Messages for package dev-python/pyblake2-1.1.0:
* ERROR: dev-python/pyblake2-1.1.0::gentoo failed (compile phase):
* (no error message)
*
* Call stack:
* ebuild.sh, line 115: Called src_compile
* environment, line 2679: Called distutils-r1_src_compile
* environment, line 811: Called _distutils-r1_run_foreach_impl 'distutils-r1_python_compile'
* environment, line 326: Called python_foreach_impl 'distutils-r1_run_phase' 'distutils-r1_python_compile'
* environment, line 2219: Called multibuild_foreach_variant '_python_multibuild_wrapper' 'distutils-r1_run_phase' 'distutils-r1_python_compile'
* environment, line 1525: Called _multibuild_run '_python_multibuild_wrapper' 'distutils-r1_run_phase' 'distutils-r1_python_compile'
* environment, line 1523: Called _python_multibuild_wrapper 'distutils-r1_run_phase' 'distutils-r1_python_compile'
* environment, line 541: Called distutils-r1_run_phase 'distutils-r1_python_compile'
* environment, line 802: Called distutils-r1_python_compile
* environment, line 677: Called esetup.py 'build'
* environment, line 1070: Called die
* The specific snippet of code:
* "${@}" || die "${die_args[@]}";
*
* If you need support, post the output of `emerge --info '=dev-python/pyblake2-1.1.0::gentoo'`,
* the complete build log and the output of `emerge -pqv '=dev-python/pyblake2-1.1.0::gentoo'`.
* The complete build log is located at '/var/tmp/portage/dev-python/pyblake2-1.1.0/temp/build.log'.
* The ebuild environment file is located at '/var/tmp/portage/dev-python/pyblake2-1.1.0/temp/environment'.
* Working directory: '/var/tmp/portage/dev-python/pyblake2-1.1.0/work/pyblake2-1.1.0'
* S: '/var/tmp/portage/dev-python/pyblake2-1.1.0/work/pyblake2-1.1.0'
em emerge --info retorna:
raceback (most recent call last):
File "/usr/lib/python-exec/python3.5/emerge", line 50, in <module>
retval = emerge_main()
File "/usr/lib64/python3.5/site-packages/_emerge/main.py", line 1250, in emerge_main
return run_action(emerge_config)
File "/usr/lib64/python3.5/site-packages/_emerge/actions.py", line 3255, in run_action
emerge_config.trees, emerge_config.opts, valid_atoms)
File "/usr/lib64/python3.5/site-packages/_emerge/actions.py", line 1654, in action_info
head_commit = sync.retrieve_head(options=options)
File "/usr/lib64/python3.5/site-packages/portage/sync/modules/git/git.py", line 142, in retrieve_head
cwd=portage._unicode_encode(self.repo.location))))
File "/usr/lib64/python3.5/subprocess.py", line 316, in check_output
**kwargs).stdout
File "/usr/lib64/python3.5/subprocess.py", line 383, in run
with Popen(*popenargs, **kwargs) as process:
File "/usr/lib64/python3.5/subprocess.py", line 676, in __init__
restore_signals, start_new_session)
File "/usr/lib64/python3.5/subprocess.py", line 1211, in _execute_child
executable = os.fsencode(executable)
File "/usr/lib64/python3.5/os.py", line 864, in fsencode
raise TypeError("expect bytes or str, not %s" % type(filename).__name__)
TypeError: expect bytes or str, not NoneType
Como proceder?