Gentoo Archives: gentoo-doc-cvs

From: "Sven Vermeulen (swift)" <swift@g.o>
To: gentoo-doc-cvs@l.g.o
Subject: [gentoo-doc-cvs] gentoo commit in xml/htdocs/doc/en: gcc-upgrading.xml
Date: Sat, 15 Oct 2011 18:48:10
Message-Id: 20111015184744.D6AD82004B@flycatcher.gentoo.org
1 swift 11/10/15 18:47:44
2
3 Modified: gcc-upgrading.xml
4 Log:
5 Add list of packages that need a rebuild (next to libtool, ghc is also known). Such a list can be used with future additions too
6
7 Revision Changes Path
8 1.32 xml/htdocs/doc/en/gcc-upgrading.xml
9
10 file : http://sources.gentoo.org/viewvc.cgi/gentoo/xml/htdocs/doc/en/gcc-upgrading.xml?rev=1.32&view=markup
11 plain: http://sources.gentoo.org/viewvc.cgi/gentoo/xml/htdocs/doc/en/gcc-upgrading.xml?rev=1.32&content-type=text/plain
12 diff : http://sources.gentoo.org/viewvc.cgi/gentoo/xml/htdocs/doc/en/gcc-upgrading.xml?r1=1.31&r2=1.32
13
14 Index: gcc-upgrading.xml
15 ===================================================================
16 RCS file: /var/cvsroot/gentoo/xml/htdocs/doc/en/gcc-upgrading.xml,v
17 retrieving revision 1.31
18 retrieving revision 1.32
19 diff -u -r1.31 -r1.32
20 --- gcc-upgrading.xml 13 Oct 2011 15:11:55 -0000 1.31
21 +++ gcc-upgrading.xml 15 Oct 2011 18:47:44 -0000 1.32
22 @@ -1,5 +1,5 @@
23 <?xml version='1.0' encoding="UTF-8"?>
24 -<!-- $Header: /var/cvsroot/gentoo/xml/htdocs/doc/en/gcc-upgrading.xml,v 1.31 2011/10/13 15:11:55 swift Exp $ -->
25 +<!-- $Header: /var/cvsroot/gentoo/xml/htdocs/doc/en/gcc-upgrading.xml,v 1.32 2011/10/15 18:47:44 swift Exp $ -->
26
27 <!DOCTYPE guide SYSTEM "/dtd/guide.dtd">
28
29 @@ -18,8 +18,8 @@
30 <!-- See http://creativecommons.org/licenses/by-sa/2.5 -->
31 <license/>
32
33 -<version>24</version>
34 -<date>2011-10-13</date>
35 +<version>25</version>
36 +<date>2011-10-15</date>
37
38 <chapter id="quickstart">
39 <title>Quickstart</title>
40 @@ -204,6 +204,37 @@
41
42 </body>
43 </section>
44 +<section>
45 +<title>Which packages are known to need a rebuild?</title>
46 +<body>
47 +
48 +<p>
49 +The following table gives the packages that, <e>if installed</e>, need to be
50 +rebuild and why.
51 +</p>
52 +
53 +<table>
54 +<tr>
55 + <th>Package</th>
56 + <th>Rebuild needed because ...</th>
57 +</tr>
58 +<tr>
59 + <ti>sys-devel/libtool</ti>
60 + <ti>
61 + libtool application has hardcoded paths towards GCC internal
62 + libraries
63 + </ti>
64 +</tr>
65 +<tr>
66 + <ti>dev-lang/ghc</ti>
67 + <ti>
68 + ghc application has hardcoded paths towards GCC internal libraries
69 + </ti>
70 +</tr>
71 +</table>
72 +
73 +</body>
74 +</section>
75 </chapter>
76
77 <chapter>