Gentoo пишет Your current profile is deprecated and not supported anymore при emerge
При вызове каманды emerge пишет:
!!! Your current profile is deprecated and not supported anymore.
!!! Please upgrade to the following profile if possible:
default/linux/x86/10.0
To upgrade do the following steps:
# Check 'eselect profile list'.
# Find the number that corresponds with the default/linux/x86/10.0 profile.
# Use 'eselect profile set <number>' to set a new /etc/make.profile symlink.
#
# Reference: http://www.gentoo.org/doc/en/gentoo-upgrading.xml
# See: "General instructions" in Section 3. "Profile updating instructions"
Автор: tigor
12.11.2009 23:08
Ответов 1
Ответы
Необходимо обновить профиль.
Для начала можно посмотреть все доступные профили:
eselect profile list
Далее выберите номер желаемого профиля из списка:
eselect profile set <number>
Удалите ссылку на старый профиль:
rm /etc/make.profile
И установите новую символьную ссылку на новый профиль:
ln -s /usr/portage/profiles/<selected profile> /etc/make.profile
- Автор: tigor
- 12.11.2009 23:14
FAQStorage.com