Gentoo Archives: gentoo-hardened

From: Antoine Martin <antoine@××××××××××.uk>
To: gentoo-hardened@l.g.o
Subject: Re: [gentoo-hardened] SELinux AMD64 2004.1 to 2005.1 profile upgrade
Date: Wed, 21 Dec 2005 00:50:32
Message-Id: 1135126118.4622.51.camel@localhost.localdomain
In Reply to: Re: [gentoo-hardened] SELinux AMD64 2004.1 to 2005.1 profile upgrade by Ritter
1 On Tue, 2005-12-20 at 17:04 -0700, Ritter wrote:
2 > Antoine Martin wrote:
3 > > Thanks, I did and it all went very smoothly.
4 > > Problem is that many packages wanted to merge
5 > > app-emulation/emul-linux-x86-glibc
6 > > And eventually I did, but it seems to change /usr/lib32 back to a
7 > > symlink pointing to /emul/linux/x86/usr/lib32
8 > > After that, many packages complain that I did not follow the proper
9 > > upgrade for 2005.0... And after trying to fix it by hand I think I've
10 > > messed up the /emul tree and I can't even compile glibc anymore...
11 > >
12 > > Antoine (stuck)
13 >
14 >
15 > Add:
16 > >=app-emulation/emul-linux-x86-glibc-1000
17 >
18 > to:
19 > /etc/portage/package.mask
20 >
21 > re-emerge:
22 > app-emulation/emul-linux-x86-glibc
23 That did not seem to do anything different:
24 # grep emul /etc/portage/package.mask
25 >=app-emulation/emul-linux-x86-glibc-1000
26
27 # emerge emul-linux-x86-glibc
28 Calculating dependencies ...done!
29 >>> emerge (1 of 1) app-emulation/emul-linux-x86-glibc-2.3.5 to /
30 (....)
31 >>> original instance of package unmerged safely.
32 * /usr/lib32 is not a symlink... fixing
33 running mv /usr/lib32 /usr/lib32-bork-bork-bork
34 running ln -sf /emul/linux/x86/usr/lib /usr/lib32
35 moving /usr/lib32-bork-bork-bork/* to /usr/lib32/
36 mv: cannot stat `/usr/lib32-bork-bork-bork/*': No such file or directory
37 running rm -rf /usr/lib32-bork-bork-bork
38 * fixed!
39 >>> Regenerating /etc/ld.so.cache...
40 >>> app-emulation/emul-linux-x86-glibc-2.3.5 merged.
41 * It appears you have switched to the 2005.1 profile without following
42 * the upgrade guide. Please upgrade to 2005.0 first. See the
43 following
44 * URL for more information:
45 *
46 http://www.gentoo.org/proj/en/base/amd64/howtos/2005.0-upgrade-amd64.xml
47
48 So it has changed /usr/lib32 back to a symlink! And then it complains!
49
50 Antoine (still stuck)
51
52
53 >
54 > Then continue recompiling the toolchain.
55 >
56 > --
57 > Jason K Larson (Ritter)
58 >
59
60 --
61 gentoo-hardened@g.o mailing list

Replies

Subject Author
Re: [gentoo-hardened] SELinux AMD64 2004.1 to 2005.1 profile upgrade Antoine Martin <antoine@××××××××××.uk>