我不能运行emerge-webrsync,因为它说没有找到快照。
我也不能执行mirrorselect,因为我得到了未找到的命令。
最后,我试着跑:
$ emerge --ask app-portage/mirrorselect但这将返回以下错误:
!!! Repository 'x-portage' is missing masters attribute in '/usr/portage/metadata/layout.conf'
!!! Set 'masters = gentoo' in this file for future compatibility
!!! /etc/portage/make.profile is not a symlink and will probably prevent most merges.
!!! It should point into a profile within /usr/portage/profiles/
!!! (You can safely ignore this message when syncing. It's harmless.)
!!! Your current profile is invalid. If you have just changed your profile
!!! configuration, you should revert back to the previous configuration.
!!! Allowed actions are limited to --help, --info, --search, --sync, and
!!! --version.发布于 2018-11-28 15:42:37
您可以尝试使用eselect profile list,然后使用eselect profile set ...命令选择正确的配置文件。gentoo手册建议使用与用于在hdd上安装gentoo的tarbal / livecd相同的配置文件。然后,您应该能够使用emerge --sync和emerge -DuNa world更新您的系统。
https://unix.stackexchange.com/questions/427694
复制相似问题