Everything has gone smoothly until I got to:
Code: Select all
emerge -u systemand got this error in the end:
Code: Select all
>>> sys-apps/portage-2.2.00.10385 merged.
Traceback (most recent call last):
File "/Users/dzheng/Gentoo/usr/bin/emerge", line 20, in <module>
retval = _emerge.emerge_main()
File "/Users/dzheng/Gentoo/usr/lib/portage/pym/_emerge/__init__.py", line 8744, in emerge_main
settings, trees, mtimedb = load_emerge_config()
File "/Users/dzheng/Gentoo/usr/lib/portage/pym/_emerge/__init__.py", line 8622, in load_emerge_config
trees = portage.create_trees(trees=trees, **kwargs)
File "/Users/dzheng/Gentoo/usr/lib/portage/pym/portage/__init__.py", line 6660, in create_trees
config_incrementals=portage.const.INCREMENTALS)
File "/Users/dzheng/Gentoo/usr/lib/portage/pym/portage/__init__.py", line 1283, in __init__
if target_root is None and "ROOT" in make_conf:
TypeError: argument of type 'NoneType' is not iterable

