Gentoo Archives: gentoo-user

From: Neil Bothwick <neil@××××××××××.uk>
To: gentoo-user@l.g.o
Subject: Re: [gentoo-user] want to upgrade 50 month old installation
Date: Tue, 04 Aug 2015 17:49:17
Message-Id: 20150804184447.560b6f06@digimed.co.uk
In Reply to: [gentoo-user] want to upgrade 50 month old installation by Felix Miata
1 On Tue, 04 Aug 2015 13:12:42 -0400, Felix Miata wrote:
2
3 > 2-clone the existing partition to a larger one to be the upgrade target
4 > 3-boot the target
5 > 4-note that there exists no /etc/portage/
6
7 How did you clone it? It appears parts are missing.
8
9 > 5-# emerge --sync
10 > which warned I need to emerge portage before doing anything else
11 > 6-# emerge portage
12 > This produced a longish warning:
13 > !!! /etc/make.profile is not a symlink and will probably prevent most
14 > merges. !!! It should point into a profile within /usr/portage/profiles/
15 > !!! (You can safely ignore this message when syncing. It's harmless.)
16 > !!! If you have just changed your profile configuration, you should
17 > revert !!! backto the previous configuration. Due to your current
18 > profile being !!! invalid, allowed actions are limited to --help,
19 > --info, --sync, and !!! --version.
20 >
21 > So, /etc/make.profile exists, but it's a symlink to a non-existant
22 > ../usr/portage/profiles/default/linux/x86/10.0/desktop. Is all I need
23 > to do to be able to proceed to change the symlink to point
24 > to ...x86/13.0/des...? Any suggestions or words of wisdom?
25
26 The message says it's not a symlink, not that it points nowhere. It may
27 be that your cloning method dereferenced it when copying. Just reset it
28 with "eselect profile list" followed by "eselect profile set".
29
30 Beware that you are likely to have many blockers, circular dependencies
31 and USE flag changes to deal with.
32
33
34 --
35 Neil Bothwick
36
37 Top Oxymorons Number 45: Resident alien

Replies

Subject Author
Re: [gentoo-user] want to upgrade 50 month old installation Andrew Savchenko <bircoph@g.o>
Re: [gentoo-user] want to upgrade 50 month old installation Felix Miata <mrmazda@×××××××××.net>