Gentoo Archives: gentoo-commits

From: "Friedrich Oslage (bluebird)" <bluebird@g.o>
To: gentoo-commits@l.g.o
Subject: [gentoo-commits] gentoo commit in xml/htdocs/proj/en/base/sparc: multilib.xml
Date: Thu, 02 Apr 2009 22:14:28
Message-Id: E1LpVB4-0003rF-9M@stork.gentoo.org
1 bluebird 09/04/02 22:14:26
2
3 Modified: multilib.xml
4 Log:
5 remove obsolete sections, update glibc versions
6
7 Revision Changes Path
8 1.5 xml/htdocs/proj/en/base/sparc/multilib.xml
9
10 file : http://sources.gentoo.org/viewcvs.py/gentoo/xml/htdocs/proj/en/base/sparc/multilib.xml?rev=1.5&view=markup
11 plain: http://sources.gentoo.org/viewcvs.py/gentoo/xml/htdocs/proj/en/base/sparc/multilib.xml?rev=1.5&content-type=text/plain
12 diff : http://sources.gentoo.org/viewcvs.py/gentoo/xml/htdocs/proj/en/base/sparc/multilib.xml?r1=1.4&r2=1.5
13
14 Index: multilib.xml
15 ===================================================================
16 RCS file: /var/cvsroot/gentoo/xml/htdocs/proj/en/base/sparc/multilib.xml,v
17 retrieving revision 1.4
18 retrieving revision 1.5
19 diff -u -r1.4 -r1.5
20 --- multilib.xml 6 Jan 2009 20:30:50 -0000 1.4
21 +++ multilib.xml 2 Apr 2009 22:14:26 -0000 1.5
22 @@ -1,6 +1,6 @@
23 <?xml version="1.0" encoding="UTF-8"?>
24 <!DOCTYPE guide SYSTEM "/dtd/guide.dtd">
25 -<!-- $Header: /var/cvsroot/gentoo/xml/htdocs/proj/en/base/sparc/multilib.xml,v 1.4 2009/01/06 20:30:50 bluebird Exp $ -->
26 +<!-- $Header: /var/cvsroot/gentoo/xml/htdocs/proj/en/base/sparc/multilib.xml,v 1.5 2009/04/02 22:14:26 bluebird Exp $ -->
27
28 <guide link="/doc/en/guide.xml" lang="en">
29 <title>Gentoo Linux SPARC Multilib Migration Guide</title>
30 @@ -19,7 +19,7 @@
31 <license/>
32
33 <version>1.3</version>
34 -<date>2009-01-06</date>
35 +<date>2009-04-03</date>
36
37 <chapter>
38 <title>Overview</title>
39 @@ -64,57 +64,6 @@
40 </chapter>
41
42 <chapter>
43 -<title>Preparation</title>
44 -<section>
45 -<title>Unmask required packages</title>
46 -<body>
47 -
48 -<p>
49 -The multilib profile requires recent versions of gcc and glibc, to be
50 -exact:
51 -</p>
52 -
53 -<ul>
54 - <li><c>&gt;=sys-devel/gcc-4.3.2-r1</c></li>
55 - <li><c>&gt;=sys-libs/glibc-2.7</c></li>
56 -</ul>
57 -
58 -<p>
59 -Depending on your configuration you may need to add them to
60 -<path>/etc/portage/packages.keywords</path> to avoid holdups.
61 -</p>
62 -
63 -</body>
64 -</section>
65 -
66 -<section>
67 -<title>Kernel configuration</title>
68 -<body>
69 -
70 -<p>
71 -The Linux kernel can be configured to disable 64 bit ELF support and only
72 -enable 32 bit ELF support. Make sure your kernel <e>is not</e> configured like
73 -that and can acually run 64 bit ELF binaries.
74 -</p>
75 -
76 -<pre caption="Configuration options">
77 -Executable file formats ---&gt;
78 - &lt;*&gt; Kernel support for ELF binaries
79 -</pre>
80 -
81 -<p>
82 -Which translated to the <path>.config</path> file would be:
83 -</p>
84 -
85 -<pre caption=".config options">
86 -CONFIG_BINFMT_ELF=y
87 -</pre>
88 -
89 -</body>
90 -</section>
91 -</chapter>
92 -
93 -<chapter>
94 <title>Migration</title>
95
96 <section>
97 @@ -252,14 +201,13 @@
98
99 <p>
100 If you get <e>All ebuilds that could satisfy "sys-libs/glibc" have been
101 -masked.</e> try using a different version of glibc, these three are available
102 -as binary packages:
103 +masked.</e> try using a different version of glibc, these two are available as
104 +binary packages:
105 </p>
106
107 <ul>
108 - <li><c>=sys-libs/glibc-2.7-r2</c></li>
109 <li><c>=sys-libs/glibc-2.8_p20080602-r1</c></li>
110 - <li><c>=sys-libs/glibc-2.9_p20081201-r1</c></li>
111 + <li><c>=sys-libs/glibc-2.9_p20081201-r2</c></li>
112 </ul>
113
114 </body>