Fix e2fsprogs tests to run properly in the LFS chroot envirnment.

Remove unnecessary mkdir in groff.


git-svn-id: http://svn.linuxfromscratch.org/LFS/trunk/BOOK@10455 4aa44e1e-78dd-0310-a6d2-fbcd4c07a689
This commit is contained in:
Bruce Dubbs 2014-02-05 19:46:52 +00:00
parent 5d76f82e3d
commit 2c5ca043a6
4 changed files with 32 additions and 17 deletions

View File

@ -35,6 +35,19 @@
</itemizedlist> </itemizedlist>
</listitem> </listitem>
--> -->
<listitem>
<para>2014-02-05</para>
<itemizedlist>
<listitem>
<para>[bdubbs] - Fix e2fsprogs tests to run properly
in the LFS chroot envirnment.</para>
</listitem>
<listitem>
<para>[bdubbs] - Remove unnecessary mkdir in groff.</para>
</listitem>
</itemizedlist>
</listitem>
<listitem> <listitem>
<para>2014-02-02</para> <para>2014-02-02</para>
<itemizedlist> <itemizedlist>

View File

@ -44,6 +44,11 @@
<sect2 role="installation"> <sect2 role="installation">
<title>Installation of E2fsprogs</title> <title>Installation of E2fsprogs</title>
<para>First fix a problem with running regression tests in the LFS chroot
environment:</para>
<screen><userinput remap="pre">sed -i -e 's|^LD_LIBRARY_PATH.*|&amp;:/tools/lib|' tests/test_config</userinput></screen>
<para>The E2fsprogs documentation recommends that the package be built in <para>The E2fsprogs documentation recommends that the package be built in
a subdirectory of the source tree: </para> a subdirectory of the source tree: </para>
@ -52,16 +57,15 @@ cd build</userinput></screen>
<para>Prepare E2fsprogs for compilation:</para> <para>Prepare E2fsprogs for compilation:</para>
<screen><userinput remap="configure">export PKG_CONFIG_PATH=/tools/lib/pkgconfig <screen><userinput remap="configure">LIBS=-L/tools/lib \
CFLAGS=-I/tools/include \
LIBS=-L/tools/lib \ PKG_CONFIG_PATH=/tools/lib/pkgconfig \
CFLAGS=-I/tools/include \ ../configure --prefix=/usr \
../configure --prefix=/usr \ --with-root-prefix="" \
--with-root-prefix="" \ --enable-elf-shlibs \
--enable-elf-shlibs \ --disable-libblkid \
--disable-libblkid \ --disable-libuuid \
--disable-libuuid \ --disable-uuidd \
--disable-uuidd \
--disable-fsck</userinput></screen> --disable-fsck</userinput></screen>
<variablelist> <variablelist>
@ -131,10 +135,9 @@ CFLAGS=-I/tools/include \
<screen><userinput remap="install">make install</userinput></screen> <screen><userinput remap="install">make install</userinput></screen>
<para>Install the static libraries and headers and do some clean up:</para> <para>Install the static libraries:</para>
<screen><userinput remap="install">make install-libs <screen><userinput remap="install">make install-libs</userinput></screen>
unset PKG_CONFIG_PATH</userinput></screen>
<para>Make the installed static libraries writable so debugging symbols can <para>Make the installed static libraries writable so debugging symbols can
be removed later:</para> be removed later:</para>

View File

@ -61,8 +61,7 @@
<para>Install the package:</para> <para>Install the package:</para>
<screen><userinput remap="install">mkdir -pv /usr/share/doc/groff-1.22/pdf <screen><userinput remap="install">make install</userinput></screen>
make install</userinput></screen>
<para>Some documentation programs, such as <command>xman</command>, <para>Some documentation programs, such as <command>xman</command>,
will not work properly without the following symlinks:</para> will not work properly without the following symlinks:</para>

View File

@ -1,5 +1,5 @@
<!ENTITY version "SVN-20140202"> <!ENTITY version "SVN-20140205">
<!ENTITY releasedate "February 2, 2014"> <!ENTITY releasedate "February 5, 2014">
<!ENTITY copyrightdate "1999-2014"><!-- jhalfs needs a literal dash, not &ndash; --> <!ENTITY copyrightdate "1999-2014"><!-- jhalfs needs a literal dash, not &ndash; -->
<!ENTITY milestone "7.5"> <!ENTITY milestone "7.5">
<!ENTITY generic-version "development"> <!-- Use "development", "testing", or "x.y[-pre{x}]" --> <!ENTITY generic-version "development"> <!-- Use "development", "testing", or "x.y[-pre{x}]" -->