[Clfs-commits] [Cross-LFS]Cross-LFS Book branch, master, updated. clfs-2.0.0-342-g9f83afe

git git at cross-lfs.org
Tue Sep 3 10:13:27 PDT 2013


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, master has been updated
       via  9f83afef7c5c845a2c387906d0b40da45d5004ec (commit)
       via  2804e9c9bafab7d63a6ffd609cac241f0caadd4b (commit)
       via  998d03077583f65c33fb66e65e10f019fdee34aa (commit)
      from  c7219e93e5ebd13178492074fe1704e2a7545b65 (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 9f83afef7c5c845a2c387906d0b40da45d5004ec
Author: William Harrington <kb0iic at berzerkula.org>
Date:   Tue Sep 3 12:13:20 2013 -0500

    Fix installation of eudev binaries in final-system to /sbin instead of /usr/bin and /usr/sbin.  Not seen when using the boot method as the proper configure options are passed during that time. Problem encountered when using the chroot method and /sbin/udevd did not exist.

diff --git a/BOOK/final-system/common/eudev.xml b/BOOK/final-system/common/eudev.xml
index 48d57ce..fc05486 100644
--- a/BOOK/final-system/common/eudev.xml
+++ b/BOOK/final-system/common/eudev.xml
@@ -29,8 +29,10 @@
 
 <screen os="b"><userinput>./configure --prefix=/usr --sysconfdir=/etc \
     --with-rootprefix="" --libexecdir=/lib --enable-split-usr \
-    --libdir=/usr/lib --with-rootlibdir=/lib --enable-rule_generator \
-    --disable-introspection --disable-keymap --disable-gudev --enable-libkmod</userinput></screen>
+    --libdir=/usr/lib --with-rootlibdir=/lib --sbindir=Sbin --bindir=/sbin \
+    --enable-rule_generator --disable-introspection --disable-keymap \
+    --disable-gudev --disable-gtk-doc-html --with-firmware-path=/lib/firmware \
+    --enable-libkmod</userinput></screen>
 
     <para os="c">Compile the package:</para>
 
diff --git a/BOOK/final-system/multilib/eudev-64bit.xml b/BOOK/final-system/multilib/eudev-64bit.xml
index 9da8cbb..1a54f58 100644
--- a/BOOK/final-system/multilib/eudev-64bit.xml
+++ b/BOOK/final-system/multilib/eudev-64bit.xml
@@ -28,8 +28,9 @@
 <screen os="b"><userinput>PKG_CONFIG_PATH=${PKG_CONFIG_PATH64} \
 CC="gcc ${BUILD64}" ./configure --prefix=/usr --sysconfdir=/etc \
     --with-rootprefix="" --libexecdir=/lib64 --libdir=/usr/lib64 \
-    --with-rootlibdir=/lib64 --enable-split-usr --enable-rule_generator \
-    --disable-introspection --disable-keymap --disable-gudev \
+    --with-rootlibdir=/lib64 --sbindir=/sbin --bindir=/sbin \
+    --enable-split-usr --enable-rule_generator --disable-introspection \
+    --disable-keymap --disable-gudev --disable-gtk-doc-html \
     --with-firmware-path=/lib/firmware --enable-libkmod</userinput></screen>
 
     <xi:include xmlns:xi="http://www.w3.org/2001/XInclude"
diff --git a/BOOK/final-system/multilib/eudev-n32.xml b/BOOK/final-system/multilib/eudev-n32.xml
index c347674..d7f2815 100644
--- a/BOOK/final-system/multilib/eudev-n32.xml
+++ b/BOOK/final-system/multilib/eudev-n32.xml
@@ -30,8 +30,9 @@
 PKG_CONFIG_PATH=${PKG_CONFIG_PATHN32} \
 CC="gcc ${BUILDN32}" ./configure --prefix=/usr --sysconfdir=/etc \
     --with-rootprefix="" --libexecdir=/lib32 --enable-split-usr \
-    --libdir=/usr/lib32 --with-rootlibdir=/lib32 --enable-rule_generator \
-    --disable-introspection --disable-keymap --disable-gudev --enable-libkmod</userinput></screen>
+    --libdir=/usr/lib32 --with-rootlibdir=/lib32 --sbindir=/sbin \
+    --bindir=/sbin --enable-rule_generator --disable-introspection \
+    --disable-keymap --disable-gudev --disable-gtk-doc-html --enable-libkmod</userinput></screen>
 
     <xi:include xmlns:xi="http://www.w3.org/2001/XInclude"
     href="../common/eudev.xml"
diff --git a/BOOK/final-system/multilib/eudev.xml b/BOOK/final-system/multilib/eudev.xml
index 0d1b964..593646f 100644
--- a/BOOK/final-system/multilib/eudev.xml
+++ b/BOOK/final-system/multilib/eudev.xml
@@ -29,8 +29,9 @@
 <screen os="b"><userinput>PKG_CONFIG_PATH=${PKG_CONFIG_PATH32} \
 CC="gcc ${BUILD32}" ./configure --prefix=/usr --sysconfdir=/etc \
     --with-rootprefix="" --libexecdir=/lib --enable-split-usr \
-    --libdir=/usr/lib --with-rootlibdir=/lib --enable-rule_generator \
-    --disable-introspection --disable-keymap --disable-gudev --enable-libkmod</userinput></screen>
+    --libdir=/usr/lib --with-rootlibdir=/lib --sbindir=/sbin --bindir=/sbin \
+    --enable-rule_generator --disable-introspection --disable-keymap \
+    --disable-gudev --disable-gtk-doc-html --enable-libkmod</userinput></screen>
 
     <xi:include xmlns:xi="http://www.w3.org/2001/XInclude"
     href="../common/eudev.xml"

commit 2804e9c9bafab7d63a6ffd609cac241f0caadd4b
Author: William Harrington <kb0iic at berzerkula.org>
Date:   Tue Sep 3 12:12:20 2013 -0500

    Add EUDEV final-system fix entry.

diff --git a/BOOK/introduction/common/changelog.xml b/BOOK/introduction/common/changelog.xml
index 48a406e..46e8f91 100644
--- a/BOOK/introduction/common/changelog.xml
+++ b/BOOK/introduction/common/changelog.xml
@@ -36,6 +36,15 @@
     </listitem>
 -->
     <listitem>
+      <para>03 September 2013</para>
+      <itemizedlist>
+        <listitem>
+          <para>[William Harrington] - Fix final system EUDEV installation.</para>
+        </listitem>
+      </itemizedlist>
+    </listitem>
+
+    <listitem>
       <para>30 August 2013</para>
       <itemizedlist>
         <listitem>

commit 998d03077583f65c33fb66e65e10f019fdee34aa
Author: William Harrington <kb0iic at berzerkula.org>
Date:   Tue Sep 3 12:11:49 2013 -0500

    Update date.

diff --git a/BOOK/general.ent b/BOOK/general.ent
index f61f82e..b94bbbc 100644
--- a/BOOK/general.ent
+++ b/BOOK/general.ent
@@ -1,8 +1,8 @@
 <?xml version="1.0" encoding="ISO-8859-1"?>
 
-<!ENTITY month "08"> <!-- Use two digits -->
-<!ENTITY month_name "August">
-<!ENTITY day "30"> <!-- Use two digits -->
+<!ENTITY month "09"> <!-- Use two digits -->
+<!ENTITY month_name "September">
+<!ENTITY day "03"> <!-- Use two digits -->
 <!ENTITY year "2013"> <!-- Use four digits -->
 
 <!ENTITY releasedate "&month_name; &day;, &year;">

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

Summary of changes:
 BOOK/final-system/common/eudev.xml         |    6 ++++--
 BOOK/final-system/multilib/eudev-64bit.xml |    5 +++--
 BOOK/final-system/multilib/eudev-n32.xml   |    5 +++--
 BOOK/final-system/multilib/eudev.xml       |    5 +++--
 BOOK/general.ent                           |    6 +++---
 BOOK/introduction/common/changelog.xml     |    9 +++++++++
 6 files changed, 25 insertions(+), 11 deletions(-)


hooks/post-receive
-- 
Cross-LFS Book



More information about the Clfs-commits mailing list