Gentoo Archives: gentoo-dev

From: Rich Freeman <rich0@g.o>
To: gentoo-dev@l.g.o
Subject: Re: [gentoo-dev] Deprecate EAPI1?
Date: Mon, 12 Mar 2012 00:37:09
Message-Id: CAGfcS_mrYefLvNbndtwe0Vjp41jh4KhDx-PDVTJocfO_N=CgPQ@mail.gmail.com
In Reply to: Re: [gentoo-dev] Deprecate EAPI1? by Francesco Riosa
1 On Sun, Mar 11, 2012 at 8:15 PM, Francesco Riosa <vivo75@×××××.com> wrote:
2 > To be able to upgrade a gentoo installation as old as five years is
3 > interesting and valuable but require an effort that has yet to be
4 > made.
5
6 I suspect it shouldn't be difficult IF you have access to a binary
7 package respository for the system set. Then you can do an emerge -K
8 system and get all your core packages updated.
9
10 In theory you should be able to install a gentoo stage3 in a chroot
11 and do a quickpkg @system to generate such a repository.
12
13 I'm open to comments as to why this wouldn't work, but it would seem
14 to be the easiest solution to me.
15
16 Of course, this won't get you whatever CFLAGS/USE settings you prefer
17 - but once you have a working updated system set you could always do
18 an emerge -e system to rebuild them with your own settings.
19
20 Rich