Gentoo Archives: gentoo-commits

From: "Zac Medico (zmedico)" <zmedico@g.o>
To: gentoo-commits@l.g.o
Subject: [gentoo-commits] gentoo commit in xml/htdocs/proj/en/base/amd64/emul: index.xml
Date: Wed, 07 Nov 2007 07:56:24
Message-Id: E1Ipflo-0004Wq-Pr@stork.gentoo.org
1 zmedico 07/11/07 07:56:16
2
3 Modified: index.xml
4 Log:
5 Add FEATURES="-unmerge-orphans" to prevent unmerge of
6 files from within /{usr,}lib64/* directories.
7
8 Add an additional missing step prior to emerge -e world:
9 emerge --nodeps portage && rm -rf /usr/lib64/portage && source /etc/profile
10
11 Revision Changes Path
12 1.7 xml/htdocs/proj/en/base/amd64/emul/index.xml
13
14 file : http://sources.gentoo.org/viewcvs.py/gentoo/xml/htdocs/proj/en/base/amd64/emul/index.xml?rev=1.7&view=markup
15 plain: http://sources.gentoo.org/viewcvs.py/gentoo/xml/htdocs/proj/en/base/amd64/emul/index.xml?rev=1.7&content-type=text/plain
16 diff : http://sources.gentoo.org/viewcvs.py/gentoo/xml/htdocs/proj/en/base/amd64/emul/index.xml?r1=1.6&r2=1.7
17
18 Index: index.xml
19 ===================================================================
20 RCS file: /var/cvsroot/gentoo/xml/htdocs/proj/en/base/amd64/emul/index.xml,v
21 retrieving revision 1.6
22 retrieving revision 1.7
23 diff -u -r1.6 -r1.7
24 --- index.xml 2 Mar 2007 14:42:58 -0000 1.6
25 +++ index.xml 7 Nov 2007 07:56:16 -0000 1.7
26 @@ -56,9 +56,10 @@
27 <li>Chroot in</li>
28 <li>run <c>find /usr/lib64 /lib64 -exec touch {} \;</c></li>
29 <li>Remove the <c>CHOST=...</c> line from <path>/etc/make.conf</path> and set
30 -<c>FEATURES="noman noinfo"</c>, <c>USE="bindist"</c></li>
31 +<c>FEATURES="noman noinfo -unmerge-orphans"</c>, <c>USE="bindist"</c></li>
32 <li>Change the <path>/etc/make.profile</path> link to
33 <path>profiles/default-linux/amd64/dev/32bit-userland</path></li>
34 + <li>Run <c>emerge --nodeps portage &amp;&amp; rm -rf /usr/lib64/portage &amp;&amp; source /etc/profile</c></li>
35 <li>Run <c>emerge -e world</c></li>
36 </ol>
37
38
39
40
41 --
42 gentoo-commits@g.o mailing list