[Clfs-commits] [Cross-LFS]Cross-LFS Book branch, sysvinit, updated. clfs-2.1.0-1182-g555d306

git git at cross-lfs.org
Sun Jun 1 20:28:31 PDT 2014


This is an automated email from the git hooks/post-receive script. It was
generated because a ref change was pushed to the repository containing
the project "Cross-LFS Book".

The branch, sysvinit has been updated
       via  555d306f3360349447852432b711b54d5a764877 (commit)
       via  d5cb735e6bce9cdfe637688517895999a034fb95 (commit)
       via  ce49b746a35b91ef3c8684dcb289f9a31d4480b2 (commit)
      from  ba93d154d06711d96fc81b1ca2828c925a09be38 (commit)

Those revisions listed above that are new to this repository have
not appeared on any other notification email; so we list those
revisions in full, below.

- Log -----------------------------------------------------------------
commit 555d306f3360349447852432b711b54d5a764877
Author: Chris Staub <chris at beaker67.com>
Date:   Sun Jun 1 23:25:38 2014 -0400

    More updates to choose page

diff --git a/BOOK/temp-system/common/choose.xml b/BOOK/temp-system/common/choose.xml
index 3cbf77b..a0634d5 100644
--- a/BOOK/temp-system/common/choose.xml
+++ b/BOOK/temp-system/common/choose.xml
@@ -10,7 +10,7 @@
 
   <title>To Boot or to Chroot?</title>
 
-  <para os="a"> There are two different ways you can proceed from this point
+  <para os="a">There are two different ways you can proceed from this point
   to build the final system. You can build a kernel, a bootloader, and
   a few other utilities, boot into the temporary system, and build the
   rest there. Alternatively, you can mount a few virtual filesystems and
@@ -34,9 +34,9 @@
   you can simply chroot. Booting is required when you are compiling for a
   different architecture, such as building a PowerPC system from an x86. The
   rule of thumb here is that if the architectures match and you are running
-  the same series kernel you can just chroot. If you aren't running the same
-  series kernel, or are wanting to run a different ABI, you will need to use
-  the boot option.</para>
+  the same series kernel (specifically, a 2.6.32 or newer Linux kernel) you
+  can just chroot. If you aren't running the same series kernel, or are
+  wanting to run a different ABI, you will need to use the boot option.</para>
 
   <para os="d">If you are in any doubt about this, you can try the following
   commands to see if you can chroot:</para>
@@ -47,17 +47,8 @@
   <para os="f">If either of these commands fail, you will have to follow the
   boot method.</para>
 
-  <para os="g">To chroot, you will also need a Linux Kernel, version
-  2.6.32 or higher, having been compiled with GCC-4.1.2 or greater.
-  This is required because Glibc was built to generate libraries for the
-  smallest version of the Linux kernel expected to be supported.</para>
+  <para os="g">For the boot method, follow <xref linkend="chapter-boot"/>.</para>
 
-  <para os="h">To check your kernel version, run <command>cat /proc/version</command>
-  - if it does not say that you are running a 2.6.32 or later Linux kernel,
-  compiled with GCC 4.1.2 or later, you cannot chroot.</para>
-
-  <para os="i">For the boot method, follow <xref linkend="chapter-boot"/>.</para>
-
-  <para os="j">For the chroot method, follow <xref linkend="chapter-chroot"/>.</para>
+  <para os="h">For the chroot method, follow <xref linkend="chapter-chroot"/>.</para>
 
 </sect1>
diff --git a/BOOK/temp-system/mips64/choose.xml b/BOOK/temp-system/mips64/choose.xml
index a99336e..26e05e6 100644
--- a/BOOK/temp-system/mips64/choose.xml
+++ b/BOOK/temp-system/mips64/choose.xml
@@ -43,12 +43,4 @@
     href="../common/choose.xml"
     xpointer="xpointer(//*[@os='h'])"/>
 
-    <xi:include xmlns:xi="http://www.w3.org/2001/XInclude"
-    href="../common/choose.xml"
-    xpointer="xpointer(//*[@os='i'])"/>
-
-    <xi:include xmlns:xi="http://www.w3.org/2001/XInclude"
-    href="../common/choose.xml"
-    xpointer="xpointer(//*[@os='j'])"/>
-
 </sect1>
diff --git a/BOOK/temp-system/multilib/choose.xml b/BOOK/temp-system/multilib/choose.xml
index 295c673..52aa91f 100644
--- a/BOOK/temp-system/multilib/choose.xml
+++ b/BOOK/temp-system/multilib/choose.xml
@@ -41,12 +41,4 @@
     href="../common/choose.xml"
     xpointer="xpointer(//*[@os='h'])"/>
 
-    <xi:include xmlns:xi="http://www.w3.org/2001/XInclude"
-    href="../common/choose.xml"
-    xpointer="xpointer(//*[@os='i'])"/>
-
-    <xi:include xmlns:xi="http://www.w3.org/2001/XInclude"
-    href="../common/choose.xml"
-    xpointer="xpointer(//*[@os='j'])"/>
-
 </sect1>
diff --git a/BOOK/temp-system/ppc64/choose.xml b/BOOK/temp-system/ppc64/choose.xml
index f764fb0..6e7686b 100644
--- a/BOOK/temp-system/ppc64/choose.xml
+++ b/BOOK/temp-system/ppc64/choose.xml
@@ -39,10 +39,10 @@
 
     <xi:include xmlns:xi="http://www.w3.org/2001/XInclude"
     href="../common/choose.xml"
-    xpointer="xpointer(//*[@os='i'])"/>
+    xpointer="xpointer(//*[@os='g'])"/>
 
     <xi:include xmlns:xi="http://www.w3.org/2001/XInclude"
     href="../common/choose.xml"
-    xpointer="xpointer(//*[@os='j'])"/>
+    xpointer="xpointer(//*[@os='h'])"/>
 
 </sect1>

commit d5cb735e6bce9cdfe637688517895999a034fb95
Author: Chris Staub <chris at beaker67.com>
Date:   Sun Jun 1 06:01:54 2014 -0400

    Added explanatory note to temp-perl page

diff --git a/BOOK/final-system/common/temp-perl.xml b/BOOK/final-system/common/temp-perl.xml
index 1e6a144..9ed56f9 100644
--- a/BOOK/final-system/common/temp-perl.xml
+++ b/BOOK/final-system/common/temp-perl.xml
@@ -22,6 +22,12 @@
   <sect2 role="installation">
     <title>Installation of Perl</title>
 
+    <note os="a">
+      <para>Technically this package installation should be part of
+      <xref linkend="chapter-temp-system"/>, but due to problems
+      cross-compiling Perl we will install it here instead.</para>
+    </note>
+
     <para os="s1">Change a hardcoded path from
     <filename class="directory">/usr/include</filename> to
     <filename class="directory">/tools/include</filename>:</para>
diff --git a/BOOK/final-system/multilib/temp-perl.xml b/BOOK/final-system/multilib/temp-perl.xml
index 78c1e86..0ac775e 100644
--- a/BOOK/final-system/multilib/temp-perl.xml
+++ b/BOOK/final-system/multilib/temp-perl.xml
@@ -24,6 +24,10 @@
 
     <xi:include xmlns:xi="http://www.w3.org/2001/XInclude"
     href="../common/temp-perl.xml"
+    xpointer="xpointer(//*[@os='a'])"/>
+
+    <xi:include xmlns:xi="http://www.w3.org/2001/XInclude"
+    href="../common/temp-perl.xml"
     xpointer="xpointer(//*[@os='s1'])"/>
 
     <xi:include xmlns:xi="http://www.w3.org/2001/XInclude"

commit ce49b746a35b91ef3c8684dcb289f9a31d4480b2
Author: Chris Staub <chris at beaker67.com>
Date:   Sun Jun 1 05:46:24 2014 -0400

    Updated comments about WARNING messages to describe message you actually see

diff --git a/BOOK/temp-system/common/introduction.xml b/BOOK/temp-system/common/introduction.xml
index d552d5e..fa72f23 100644
--- a/BOOK/temp-system/common/introduction.xml
+++ b/BOOK/temp-system/common/introduction.xml
@@ -34,10 +34,10 @@
   our example.</para>
 
   <para>During this section of the build you will see several WARNING
-  messages like the one below. It is safe to ignore these messages.</para>
+  messages like the ones below. It is safe to ignore these messages.</para>
 
-<screen><computeroutput>configure: WARNING: If you wanted to set the --build type, don't use --host.
-    If a cross compiler is detected then cross compile mode will be used.</computeroutput></screen>
+<screen><computeroutput>configure: WARNING: result yes guessed because of cross compilation
+configure: WARNING: cannot check WCONTINUED if cross compiling -- defaulting to no</computeroutput></screen>
 
 
 </sect1>

-----------------------------------------------------------------------

Summary of changes:
 BOOK/final-system/common/temp-perl.xml   |    6 ++++++
 BOOK/final-system/multilib/temp-perl.xml |    4 ++++
 BOOK/temp-system/common/choose.xml       |   21 ++++++---------------
 BOOK/temp-system/common/introduction.xml |    6 +++---
 BOOK/temp-system/mips64/choose.xml       |    8 --------
 BOOK/temp-system/multilib/choose.xml     |    8 --------
 BOOK/temp-system/ppc64/choose.xml        |    4 ++--
 7 files changed, 21 insertions(+), 36 deletions(-)


hooks/post-receive
-- 
Cross-LFS Book



More information about the Clfs-commits mailing list