Gentoo Archives: gentoo-commits

From: "Mike Frysinger (vapier)" <vapier@g.o>
To: gentoo-commits@l.g.o
Subject: [gentoo-commits] gentoo commit in xml/htdocs/proj/en/base/embedded/handbook: faq.xml
Date: Sat, 12 Jan 2008 09:32:43
Message-Id: E1JDcj8-0004sr-LL@stork.gentoo.org
1 vapier 08/01/12 09:32:30
2
3 Modified: faq.xml
4 Log:
5 add epatch/bash faq
6
7 Revision Changes Path
8 1.2 xml/htdocs/proj/en/base/embedded/handbook/faq.xml
9
10 file : http://sources.gentoo.org/viewcvs.py/gentoo/xml/htdocs/proj/en/base/embedded/handbook/faq.xml?rev=1.2&view=markup
11 plain: http://sources.gentoo.org/viewcvs.py/gentoo/xml/htdocs/proj/en/base/embedded/handbook/faq.xml?rev=1.2&content-type=text/plain
12 diff : http://sources.gentoo.org/viewcvs.py/gentoo/xml/htdocs/proj/en/base/embedded/handbook/faq.xml?r1=1.1&r2=1.2
13
14 Index: faq.xml
15 ===================================================================
16 RCS file: /var/cvsroot/gentoo/xml/htdocs/proj/en/base/embedded/handbook/faq.xml,v
17 retrieving revision 1.1
18 retrieving revision 1.2
19 diff -u -r1.1 -r1.2
20 --- faq.xml 26 Aug 2007 13:21:49 -0000 1.1
21 +++ faq.xml 12 Jan 2008 09:32:30 -0000 1.2
22 @@ -1,7 +1,7 @@
23 <?xml version='1.0' encoding='UTF-8'?>
24 <!DOCTYPE sections SYSTEM "/dtd/book.dtd">
25
26 -<!-- $Header: /var/cvsroot/gentoo/xml/htdocs/proj/en/base/embedded/handbook/faq.xml,v 1.1 2007/08/26 13:21:49 vapier Exp $ -->
27 +<!-- $Header: /var/cvsroot/gentoo/xml/htdocs/proj/en/base/embedded/handbook/faq.xml,v 1.2 2008/01/12 09:32:30 vapier Exp $ -->
28
29 <sections>
30
31 @@ -28,4 +28,19 @@
32 </body>
33 </section>
34
35 +<section>
36 +<title>"epatch" always fails in newly compiled system</title>
37 +<body>
38 +<p>
39 +The bash package does not properly cross-compile and mixes the host signal
40 +definitions with those of the target. This manifests itself differently
41 +depending on the combination of host architecture and target architecture. To
42 +resolve the issue, simply re-compile bash natively. "But bash uses epatch!"
43 +you exclaim. In that case, you will need to modify the ebuild and comment out
44 +all the calls to epatch. Once you've installed the fixed bash this way,
45 +uncomment all of the bash lines and rebuild it again.
46 +</p>
47 +</body>
48 +</section>
49 +
50 </sections>
51
52
53
54 --
55 gentoo-commits@l.g.o mailing list