Note: Due to technical difficulties, the Archives are currently not up to date.
GMANE provides an alternative service for most mailing lists. c.f. bug 424647
List Archive: gentoo-doc-cvs
swift 11/10/15 18:47:44
Modified: gcc-upgrading.xml
Log:
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
Revision Changes Path
1.32 xml/htdocs/doc/en/gcc-upgrading.xml
file : http://sources.gentoo.org/viewvc.cgi/gentoo/xml/htdocs/doc/en/gcc-upgrading.xml?rev=1.32&view=markup
plain: http://sources.gentoo.org/viewvc.cgi/gentoo/xml/htdocs/doc/en/gcc-upgrading.xml?rev=1.32&content-type=text/plain
diff : http://sources.gentoo.org/viewvc.cgi/gentoo/xml/htdocs/doc/en/gcc-upgrading.xml?r1=1.31&r2=1.32
Index: gcc-upgrading.xml
===================================================================
RCS file: /var/cvsroot/gentoo/xml/htdocs/doc/en/gcc-upgrading.xml,v
retrieving revision 1.31
retrieving revision 1.32
diff -u -r1.31 -r1.32
--- gcc-upgrading.xml 13 Oct 2011 15:11:55 -0000 1.31
+++ gcc-upgrading.xml 15 Oct 2011 18:47:44 -0000 1.32
@@ -1,5 +1,5 @@
<?xml version='1.0' encoding="UTF-8"?>
-<!-- $Header: /var/cvsroot/gentoo/xml/htdocs/doc/en/gcc-upgrading.xml,v 1.31 2011/10/13 15:11:55 swift Exp $ -->
+<!-- $Header: /var/cvsroot/gentoo/xml/htdocs/doc/en/gcc-upgrading.xml,v 1.32 2011/10/15 18:47:44 swift Exp $ -->
<!DOCTYPE guide SYSTEM "/dtd/guide.dtd">
@@ -18,8 +18,8 @@
<!-- See http://creativecommons.org/licenses/by-sa/2.5 -->
<license/>
-<version>24</version>
-<date>2011-10-13</date>
+<version>25</version>
+<date>2011-10-15</date>
<chapter id="quickstart">
<title>Quickstart</title>
@@ -204,6 +204,37 @@
</body>
</section>
+<section>
+<title>Which packages are known to need a rebuild?</title>
+<body>
+
+<p>
+The following table gives the packages that, <e>if installed</e>, need to be
+rebuild and why.
+</p>
+
+<table>
+<tr>
+ <th>Package</th>
+ <th>Rebuild needed because ...</th>
+</tr>
+<tr>
+ <ti>sys-devel/libtool</ti>
+ <ti>
+ libtool application has hardcoded paths towards GCC internal
+ libraries
+ </ti>
+</tr>
+<tr>
+ <ti>dev-lang/ghc</ti>
+ <ti>
+ ghc application has hardcoded paths towards GCC internal libraries
+ </ti>
+</tr>
+</table>
+
+</body>
+</section>
</chapter>
<chapter>
|
|