Author: ken
Date: 2006-05-22 17:15:27 -0600 (Mon, 22 May 2006)
New Revision: 1638
Modified:
trunk/BOOK/final-system/ppc64/yaboot.xml
trunk/BOOK/introduction/ppc64/changelog.xml
Log:
Brown-paper-bag fix that I noticed while trying to build yaboot for chapter 7.
Modified: trunk/BOOK/final-system/ppc64/yaboot.xml
===================================================================
--- trunk/BOOK/final-system/ppc64/yaboot.xml 2006-05-22 22:38:18 UTC (rev
1637)
+++ trunk/BOOK/final-system/ppc64/yaboot.xml 2006-05-22 23:15:27 UTC (rev
1638)
@@ -89,18 +89,29 @@
href="../ppc/yaboot.xml"
xpointer="xpointer(//[EMAIL PROTECTED]'g'])"/>
- <xi:include xmlns:xi="http://www.w3.org/2003/XInclude"
- href="../ppc/yaboot.xml"
- xpointer="xpointer(//[EMAIL PROTECTED]'h'])"/>
+<screen os="h"><userinput>CFLAGS="${BUILD32}" make
PREFIX=/usr</userinput></screen>
+ <important>
+ <para>The CFLAGS on the above command are equally critical
+ for a successful install.</para>
+ </important>
+
<xi:include xmlns:xi="http://www.w3.org/2003/XInclude"
href="../ppc/yaboot.xml"
xpointer="xpointer(//[EMAIL PROTECTED]'i'])"/>
- <xi:include xmlns:xi="http://www.w3.org/2003/XInclude"
- href="../ppc/yaboot.xml"
- xpointer="xpointer(//[EMAIL PROTECTED]'j'])"/>
+<screen><userinput>make PREFIX=/usr install 2>&1
>instlog</userinput></screen>
+ <para os='k'>To ensure that the install was successful, run the following
+ command:</para>
+
+<screen os='l'><userinput>grep 'powerpc:common64' instlog</userinput></screen>
+
+ <para os='m'>If the command gave you <emphasis>any</emphasis> output
+ (... is incompatible with powerpc:common output) the build is broken and
+ you will have to repeat it with <emphasis>all</emphasis> of the items
+ marked as important.</para>
+
</sect2>
<xi:include xmlns:xi="http://www.w3.org/2003/XInclude"
Modified: trunk/BOOK/introduction/ppc64/changelog.xml
===================================================================
--- trunk/BOOK/introduction/ppc64/changelog.xml 2006-05-22 22:38:18 UTC (rev
1637)
+++ trunk/BOOK/introduction/ppc64/changelog.xml 2006-05-22 23:15:27 UTC (rev
1638)
@@ -34,6 +34,18 @@
-->
<listitem>
+ <para>May 22, 2006</para>
+ <itemizedlist>
+ <listitem>
+ <para>[ken] - Add missing CFLAGS in yaboot's make, with yet another
+ important box for it, and log the output from yaboot's install so that
+ we can test it for warning messages from ld which show it is broken.
+ </para>
+ </listitem>
+ </itemizedlist>
+ </listitem>
+
+ <listitem>
<para>May 16, 2006</para>
<itemizedlist>
<listitem>
--
http://linuxfromscratch.org/mailman/listinfo/cross-lfs
FAQ: http://www.linuxfromscratch.org/faq/
Unsubscribe: See the above information page