[Clfs-commits] commit: r4219 - in /trunk/BOOK: boot/common/ boot/multilib/ boot/ppc64/ chroot/64/ chroot/common/ chroot/multilib/ chroot/native/ final-system/common/ final-system/multilib/ introduction/common/

svn at cross-lfs.org svn at cross-lfs.org
Thu Dec 25 13:28:11 PST 2008


Author: chris at beaker67.com
Date: Thu Dec 25 21:28:09 2008
New Revision: 4219

Log:
E2fsprogs no longer uses --disable-evms

Modified:
    trunk/BOOK/boot/common/e2fsprogs.xml
    trunk/BOOK/boot/multilib/e2fsprogs.xml
    trunk/BOOK/boot/ppc64/e2fsprogs.xml
    trunk/BOOK/chroot/64/e2fsprogs.xml
    trunk/BOOK/chroot/common/e2fsprogs.xml
    trunk/BOOK/chroot/multilib/e2fsprogs.xml
    trunk/BOOK/chroot/native/e2fsprogs.xml
    trunk/BOOK/final-system/common/e2fsprogs.xml
    trunk/BOOK/final-system/multilib/e2fsprogs-64bit.xml
    trunk/BOOK/final-system/multilib/e2fsprogs-n32.xml
    trunk/BOOK/final-system/multilib/e2fsprogs.xml
    trunk/BOOK/introduction/common/changelog.xml

Modified: trunk/BOOK/boot/common/e2fsprogs.xml
==============================================================================
--- trunk/BOOK/boot/common/e2fsprogs.xml (original)
+++ trunk/BOOK/boot/common/e2fsprogs.xml Thu Dec 25 21:28:09 2008
@@ -43,7 +43,7 @@
     xpointer="xpointer(//*[@os='c'])"/>
 
 <screen os="aa"><userinput>../configure --prefix=/tools \
-    --enable-elf-shlibs --disable-evms --with-cc=${CC} --with-linker=${LD} \
+    --enable-elf-shlibs --with-cc=${CC} --with-linker=${LD} \
     --build=${CLFS_HOST} --host=${CLFS_TARGET}</userinput></screen>
 
     <variablelist os="e">
@@ -52,10 +52,6 @@
       <xi:include xmlns:xi="http://www.w3.org/2003/XInclude"
       href="../../final-system/common/e2fsprogs.xml"
       xpointer="xpointer(//*[@os='e2'])"/>
-
-      <xi:include xmlns:xi="http://www.w3.org/2003/XInclude"
-      href="../../final-system/common/e2fsprogs.xml"
-      xpointer="xpointer(//*[@os='e3'])"/>
 
     </variablelist>
 

Modified: trunk/BOOK/boot/multilib/e2fsprogs.xml
==============================================================================
--- trunk/BOOK/boot/multilib/e2fsprogs.xml (original)
+++ trunk/BOOK/boot/multilib/e2fsprogs.xml Thu Dec 25 21:28:09 2008
@@ -50,7 +50,7 @@
     xpointer="xpointer(//*[@os='c'])"/>
 
 <screen os="aa"><userinput>CC="${CC} ${BUILD64}" ../configure --prefix=/tools \
-    --enable-elf-shlibs --disable-evms --with-cc="${CC} ${BUILD64}" \
+    --enable-elf-shlibs --with-cc="${CC} ${BUILD64}" \
     --with-linker=${LD} --host=${CLFS_TARGET}</userinput></screen>
 
     <xi:include xmlns:xi="http://www.w3.org/2003/XInclude"

Modified: trunk/BOOK/boot/ppc64/e2fsprogs.xml
==============================================================================
--- trunk/BOOK/boot/ppc64/e2fsprogs.xml (original)
+++ trunk/BOOK/boot/ppc64/e2fsprogs.xml Thu Dec 25 21:28:09 2008
@@ -62,7 +62,7 @@
     xpointer="xpointer(//*[@os='c'])"/>
 
 <screen os="aa"><userinput>CC="${CC} ${BUILD64}" ../configure --prefix=/tools \
-    --enable-elf-shlibs --disable-evms --with-cc="${CC} ${BUILD64}" \
+    --enable-elf-shlibs --with-cc="${CC} ${BUILD64}" \
     --with-linker=${LD} --build=${CLFS_HOST} --host=${CLFS_TARGET} \
     --cache-file=config.cache</userinput></screen>
 

Modified: trunk/BOOK/chroot/64/e2fsprogs.xml
==============================================================================
--- trunk/BOOK/chroot/64/e2fsprogs.xml (original)
+++ trunk/BOOK/chroot/64/e2fsprogs.xml Thu Dec 25 21:28:09 2008
@@ -43,7 +43,7 @@
     xpointer="xpointer(//*[@os='c'])"/>
 
 <screen os="d"><userinput>CC="${CC} ${BUILD64}" ../configure --prefix=/tools \
-    --enable-elf-shlibs --disable-evms --with-cc="${CC} ${BUILD64}" \
+    --enable-elf-shlibs --with-cc="${CC} ${BUILD64}" \
     --with-linker=${LD} --host=${CLFS_TARGET}</userinput></screen>
 
     <xi:include xmlns:xi="http://www.w3.org/2003/XInclude"

Modified: trunk/BOOK/chroot/common/e2fsprogs.xml
==============================================================================
--- trunk/BOOK/chroot/common/e2fsprogs.xml (original)
+++ trunk/BOOK/chroot/common/e2fsprogs.xml Thu Dec 25 21:28:09 2008
@@ -43,7 +43,7 @@
     xpointer="xpointer(//*[@os='c'])"/>
 
 <screen os="d"><userinput>../configure --prefix=/tools \
-    --enable-elf-shlibs --disable-evms --with-cc=${CC} --with-linker=${LD} \
+    --enable-elf-shlibs --with-cc=${CC} --with-linker=${LD} \
     --build=${CLFS_HOST} --host=${CLFS_TARGET}</userinput></screen>
 
     <variablelist os="e">
@@ -52,10 +52,6 @@
       <xi:include xmlns:xi="http://www.w3.org/2003/XInclude"
       href="../../final-system/common/e2fsprogs.xml"
       xpointer="xpointer(//*[@os='e2'])"/>
-
-      <xi:include xmlns:xi="http://www.w3.org/2003/XInclude"
-      href="../../final-system/common/e2fsprogs.xml"
-      xpointer="xpointer(//*[@os='e3'])"/>
 
     </variablelist>
 

Modified: trunk/BOOK/chroot/multilib/e2fsprogs.xml
==============================================================================
--- trunk/BOOK/chroot/multilib/e2fsprogs.xml (original)
+++ trunk/BOOK/chroot/multilib/e2fsprogs.xml Thu Dec 25 21:28:09 2008
@@ -51,7 +51,7 @@
     xpointer="xpointer(//*[@os='c'])"/>
 
 <screen os="d"><userinput>CC="${CC} ${BUILD64}" ../configure --prefix=/tools \
-    --enable-elf-shlibs --disable-evms --with-cc="${CC} ${BUILD64}" \
+    --enable-elf-shlibs --with-cc="${CC} ${BUILD64}" \
     --with-linker=${LD} --host=${CLFS_TARGET}</userinput></screen>
 
     <xi:include xmlns:xi="http://www.w3.org/2003/XInclude"

Modified: trunk/BOOK/chroot/native/e2fsprogs.xml
==============================================================================
--- trunk/BOOK/chroot/native/e2fsprogs.xml (original)
+++ trunk/BOOK/chroot/native/e2fsprogs.xml Thu Dec 25 21:28:09 2008
@@ -43,7 +43,7 @@
     xpointer="xpointer(//*[@os='c'])"/>
 
 <screen os="d"><userinput>../configure --prefix=/tools \
-    --enable-elf-shlibs --disable-evms --with-cc=${CC} --with-linker=${LD} \
+    --enable-elf-shlibs --with-cc=${CC} --with-linker=${LD} \
     --build=${CLFS_HOST} --host=${CLFS_TARGET}</userinput></screen>
 
     <variablelist os="e">
@@ -52,10 +52,6 @@
       <xi:include xmlns:xi="http://www.w3.org/2003/XInclude"
       href="../../final-system/common/e2fsprogs.xml"
       xpointer="xpointer(//*[@os='e2'])"/>
-
-      <xi:include xmlns:xi="http://www.w3.org/2003/XInclude"
-      href="../../final-system/common/e2fsprogs.xml"
-      xpointer="xpointer(//*[@os='e3'])"/>
 
     </variablelist>
 

Modified: trunk/BOOK/final-system/common/e2fsprogs.xml
==============================================================================
--- trunk/BOOK/final-system/common/e2fsprogs.xml (original)
+++ trunk/BOOK/final-system/common/e2fsprogs.xml Thu Dec 25 21:28:09 2008
@@ -44,8 +44,7 @@
     <para os="c">Prepare E2fsprogs for compilation:</para>
 
 <screen os="d"><userinput>../configure --prefix=/usr --with-root-prefix="" \
-    --enable-elf-shlibs --disable-evms \
-    --with-cc=gcc</userinput></screen>
+    --enable-elf-shlibs --with-cc=gcc</userinput></screen>
 
     <variablelist os="e">
       <title>The meaning of the configure options:</title>
@@ -69,18 +68,6 @@
         <listitem>
           <para>This creates the shared libraries which some programs
           in this package use.</para>
-        </listitem>
-      </varlistentry>
-
-      <varlistentry os="e3">
-        <term><parameter>--disable-evms</parameter></term>
-        <listitem>
-          <para>This disables the building of the Enterprise Volume
-          Management System (EVMS) plugin. This plugin is not up-to-date with
-          the latest EVMS internal interfaces and EVMS is not installed as part
-          of a base CLFS system, so the plugin is not required. See the EVMS
-          website at <ulink url="http://evms.sourceforge.net/"/> for more
-          information regarding EVMS.</para>
         </listitem>
       </varlistentry>
 

Modified: trunk/BOOK/final-system/multilib/e2fsprogs-64bit.xml
==============================================================================
--- trunk/BOOK/final-system/multilib/e2fsprogs-64bit.xml (original)
+++ trunk/BOOK/final-system/multilib/e2fsprogs-64bit.xml Thu Dec 25 21:28:09 2008
@@ -47,8 +47,7 @@
     xpointer="xpointer(//*[@os='c'])"/>
 
 <screen os="d"><userinput>CC="gcc ${BUILD64}" ../configure --prefix=/usr \
-    --with-root-prefix="" --enable-elf-shlibs --disable-evms \
-    --with-cc="gcc ${BUILD64}"</userinput></screen>
+    --with-root-prefix="" --enable-elf-shlibs --with-cc="gcc ${BUILD64}"</userinput></screen>
 
     <xi:include xmlns:xi="http://www.w3.org/2003/XInclude"
     href="e2fsprogs.xml"

Modified: trunk/BOOK/final-system/multilib/e2fsprogs-n32.xml
==============================================================================
--- trunk/BOOK/final-system/multilib/e2fsprogs-n32.xml (original)
+++ trunk/BOOK/final-system/multilib/e2fsprogs-n32.xml Thu Dec 25 21:28:09 2008
@@ -48,8 +48,7 @@
     xpointer="xpointer(//*[@os='c'])"/>
 
 <screen os="d"><userinput>CC="gcc ${BUILDN32}" ../configure --prefix=/usr \
-    --with-root-prefix="" --enable-elf-shlibs --disable-evms \
-    --with-cc="gcc ${BUILDN32}"</userinput></screen>
+    --with-root-prefix="" --enable-elf-shlibs --with-cc="gcc ${BUILDN32}"</userinput></screen>
 
     <xi:include xmlns:xi="http://www.w3.org/2003/XInclude"
     href="e2fsprogs.xml"

Modified: trunk/BOOK/final-system/multilib/e2fsprogs.xml
==============================================================================
--- trunk/BOOK/final-system/multilib/e2fsprogs.xml (original)
+++ trunk/BOOK/final-system/multilib/e2fsprogs.xml Thu Dec 25 21:28:09 2008
@@ -43,8 +43,7 @@
     xpointer="xpointer(//*[@os='c'])"/>
 
 <screen os="d"><userinput>CC="gcc ${BUILD32}" ../configure --prefix=/usr \
-    --with-root-prefix="" --enable-elf-shlibs --disable-evms \
-    --with-cc="gcc ${BUILD32}"</userinput></screen>
+    --with-root-prefix="" --enable-elf-shlibs --with-cc="gcc ${BUILD32}"</userinput></screen>
 
     <xi:include xmlns:xi="http://www.w3.org/2003/XInclude"
     href="../common/e2fsprogs.xml"

Modified: trunk/BOOK/introduction/common/changelog.xml
==============================================================================
--- trunk/BOOK/introduction/common/changelog.xml (original)
+++ trunk/BOOK/introduction/common/changelog.xml Thu Dec 25 21:28:09 2008
@@ -39,6 +39,10 @@
     <listitem>
       <para>December 25, 2008</para>
       <itemizedlist>
+        <listitem>
+          <para>[Chris] - Removed --disable-evms from e2fsprogs configure, as
+          that option is no longer recognized. Taken from LFS.</para>
+        </listitem>
         <listitem>
           <para>[Chris] - Addition to config.h no longer need for current Gawk
           version. Reported on LFS lists by Erik-Jan.</para>




More information about the Clfs-commits mailing list