mirror of
https://git.linuxfromscratch.org/lfs.git
synced 2025-06-19 03:39:20 +01:00
Update several pages to fix regression test failures.
git-svn-id: http://svn.linuxfromscratch.org/LFS/trunk/BOOK@10316 4aa44e1e-78dd-0310-a6d2-fbcd4c07a689
This commit is contained in:
parent
18c4dbccaa
commit
bdde021dcc
@ -233,7 +233,7 @@
|
|||||||
<segtitle>&testsuites;</segtitle>
|
<segtitle>&testsuites;</segtitle>
|
||||||
|
|
||||||
<seglistitem>
|
<seglistitem>
|
||||||
<seg>Diffutils and Findutils</seg>
|
<seg>Diffutils, Findutils, and Flex</seg>
|
||||||
</seglistitem>
|
</seglistitem>
|
||||||
</segmentedlist>
|
</segmentedlist>
|
||||||
|
|
||||||
@ -241,7 +241,7 @@
|
|||||||
<segtitle>&before;</segtitle>
|
<segtitle>&before;</segtitle>
|
||||||
|
|
||||||
<seglistitem>
|
<seglistitem>
|
||||||
<seg>Flex, Kbd, and Tar</seg>
|
<seg>Kbd and Tar</seg>
|
||||||
</seglistitem>
|
</seglistitem>
|
||||||
</segmentedlist>
|
</segmentedlist>
|
||||||
|
|
||||||
@ -591,7 +591,7 @@
|
|||||||
<segtitle>&testsuites;</segtitle>
|
<segtitle>&testsuites;</segtitle>
|
||||||
|
|
||||||
<seglistitem>
|
<seglistitem>
|
||||||
<seg>Bison and Gawk</seg>
|
<seg>Bison (suppressed) and Gawk</seg>
|
||||||
</seglistitem>
|
</seglistitem>
|
||||||
</segmentedlist>
|
</segmentedlist>
|
||||||
|
|
||||||
|
@ -38,6 +38,10 @@
|
|||||||
<listitem>
|
<listitem>
|
||||||
<para>2013-08-15</para>
|
<para>2013-08-15</para>
|
||||||
<itemizedlist>
|
<itemizedlist>
|
||||||
|
<listitem>
|
||||||
|
<para>[bdubbs] - Update several pages to fix regression
|
||||||
|
test failures.</para>
|
||||||
|
</listitem>
|
||||||
<listitem>
|
<listitem>
|
||||||
<para>[bdubbs] - Add options when mounting /dev/pts when
|
<para>[bdubbs] - Add options when mounting /dev/pts when
|
||||||
creating virtual file systems in Section 6.2.</para>
|
creating virtual file systems in Section 6.2.</para>
|
||||||
|
@ -255,6 +255,10 @@
|
|||||||
<para>binutils-2.23.1-testsuite_fix-1.patch</para>
|
<para>binutils-2.23.1-testsuite_fix-1.patch</para>
|
||||||
</listitem>
|
</listitem>
|
||||||
|
|
||||||
|
<listitem>
|
||||||
|
<para>flex-2.5.37-bison-2.6.1-1.patch</para>
|
||||||
|
</listitem>
|
||||||
|
|
||||||
<listitem>
|
<listitem>
|
||||||
<para>perl-5.16.2-libc-1.patch</para>
|
<para>perl-5.16.2-libc-1.patch</para>
|
||||||
</listitem>
|
</listitem>
|
||||||
|
@ -41,7 +41,6 @@
|
|||||||
<para>MD5 sum: <literal>&coreutils-i18n-patch-md5;</literal></para>
|
<para>MD5 sum: <literal>&coreutils-i18n-patch-md5;</literal></para>
|
||||||
</listitem>
|
</listitem>
|
||||||
</varlistentry>
|
</varlistentry>
|
||||||
|
|
||||||
<!--
|
<!--
|
||||||
<varlistentry>
|
<varlistentry>
|
||||||
<term>Coreutils Test Fixes Patch - <token>&coreutils-test-patch-size;</token>:</term>
|
<term>Coreutils Test Fixes Patch - <token>&coreutils-test-patch-size;</token>:</term>
|
||||||
@ -50,7 +49,6 @@
|
|||||||
<para>MD5 sum: <literal>&coreutils-test-patch-md5;</literal></para>
|
<para>MD5 sum: <literal>&coreutils-test-patch-md5;</literal></para>
|
||||||
</listitem>
|
</listitem>
|
||||||
</varlistentry>
|
</varlistentry>
|
||||||
-->
|
|
||||||
|
|
||||||
<varlistentry>
|
<varlistentry>
|
||||||
<term>Flex Regression Tests Patch - <token>&flex-bison-patch-size;</token>:</term>
|
<term>Flex Regression Tests Patch - <token>&flex-bison-patch-size;</token>:</term>
|
||||||
@ -59,7 +57,7 @@
|
|||||||
<para>MD5 sum: <literal>&flex-bison-patch-md5;</literal></para>
|
<para>MD5 sum: <literal>&flex-bison-patch-md5;</literal></para>
|
||||||
</listitem>
|
</listitem>
|
||||||
</varlistentry>
|
</varlistentry>
|
||||||
|
-->
|
||||||
<varlistentry>
|
<varlistentry>
|
||||||
<term>Kbd Backspace/Delete Fix Patch - <token>&kbd-backspace-patch-size;</token>:</term>
|
<term>Kbd Backspace/Delete Fix Patch - <token>&kbd-backspace-patch-size;</token>:</term>
|
||||||
<listitem>
|
<listitem>
|
||||||
|
@ -43,14 +43,14 @@
|
|||||||
<para>Prepare Bison for compilation:</para>
|
<para>Prepare Bison for compilation:</para>
|
||||||
|
|
||||||
<screen><userinput remap="configure">./configure --prefix=/usr</userinput></screen>
|
<screen><userinput remap="configure">./configure --prefix=/usr</userinput></screen>
|
||||||
|
<!--
|
||||||
<para>The configure system causes Bison to be built without support for
|
<para>The configure system causes Bison to be built without support for
|
||||||
internationalization of error messages if a <command>bison</command>
|
internationalization of error messages if a <command>bison</command>
|
||||||
program is not already in $PATH. The following addition will correct
|
program is not already in $PATH. The following addition will correct
|
||||||
this:</para>
|
this:</para>
|
||||||
|
|
||||||
<screen><userinput remap="configure">echo '#define YYENABLE_NLS 1' >> lib/config.h</userinput></screen>
|
<screen><userinput remap="configure">echo '#define YYENABLE_NLS 1' >> lib/config.h</userinput></screen>
|
||||||
|
-->
|
||||||
<para>Compile the package:</para>
|
<para>Compile the package:</para>
|
||||||
|
|
||||||
<screen><userinput remap="make">make</userinput></screen>
|
<screen><userinput remap="make">make</userinput></screen>
|
||||||
@ -59,6 +59,8 @@
|
|||||||
|
|
||||||
<screen><userinput remap="test">make check</userinput></screen>
|
<screen><userinput remap="test">make check</userinput></screen>
|
||||||
|
|
||||||
|
<para>One test will fail due to not having flex available yet.</para>
|
||||||
|
|
||||||
<para>Install the package:</para>
|
<para>Install the package:</para>
|
||||||
|
|
||||||
<screen><userinput remap="install">make install</userinput></screen>
|
<screen><userinput remap="install">make install</userinput></screen>
|
||||||
|
@ -40,6 +40,7 @@
|
|||||||
<xi:include xmlns:xi="http://www.w3.org/2001/XInclude" href="coreutils.xml"/>
|
<xi:include xmlns:xi="http://www.w3.org/2001/XInclude" href="coreutils.xml"/>
|
||||||
<xi:include xmlns:xi="http://www.w3.org/2001/XInclude" href="iana-etc.xml"/>
|
<xi:include xmlns:xi="http://www.w3.org/2001/XInclude" href="iana-etc.xml"/>
|
||||||
<xi:include xmlns:xi="http://www.w3.org/2001/XInclude" href="m4.xml"/>
|
<xi:include xmlns:xi="http://www.w3.org/2001/XInclude" href="m4.xml"/>
|
||||||
|
<xi:include xmlns:xi="http://www.w3.org/2001/XInclude" href="flex.xml"/>
|
||||||
<xi:include xmlns:xi="http://www.w3.org/2001/XInclude" href="bison.xml"/>
|
<xi:include xmlns:xi="http://www.w3.org/2001/XInclude" href="bison.xml"/>
|
||||||
<xi:include xmlns:xi="http://www.w3.org/2001/XInclude" href="grep.xml"/>
|
<xi:include xmlns:xi="http://www.w3.org/2001/XInclude" href="grep.xml"/>
|
||||||
<xi:include xmlns:xi="http://www.w3.org/2001/XInclude" href="readline.xml"/>
|
<xi:include xmlns:xi="http://www.w3.org/2001/XInclude" href="readline.xml"/>
|
||||||
@ -54,7 +55,6 @@
|
|||||||
<xi:include xmlns:xi="http://www.w3.org/2001/XInclude" href="diffutils.xml"/>
|
<xi:include xmlns:xi="http://www.w3.org/2001/XInclude" href="diffutils.xml"/>
|
||||||
<xi:include xmlns:xi="http://www.w3.org/2001/XInclude" href="gawk.xml"/>
|
<xi:include xmlns:xi="http://www.w3.org/2001/XInclude" href="gawk.xml"/>
|
||||||
<xi:include xmlns:xi="http://www.w3.org/2001/XInclude" href="findutils.xml"/>
|
<xi:include xmlns:xi="http://www.w3.org/2001/XInclude" href="findutils.xml"/>
|
||||||
<xi:include xmlns:xi="http://www.w3.org/2001/XInclude" href="flex.xml"/>
|
|
||||||
<xi:include xmlns:xi="http://www.w3.org/2001/XInclude" href="gettext.xml"/>
|
<xi:include xmlns:xi="http://www.w3.org/2001/XInclude" href="gettext.xml"/>
|
||||||
<xi:include xmlns:xi="http://www.w3.org/2001/XInclude" href="groff.xml"/>
|
<xi:include xmlns:xi="http://www.w3.org/2001/XInclude" href="groff.xml"/>
|
||||||
<xi:include xmlns:xi="http://www.w3.org/2001/XInclude" href="xz.xml"/>
|
<xi:include xmlns:xi="http://www.w3.org/2001/XInclude" href="xz.xml"/>
|
||||||
|
@ -60,8 +60,8 @@
|
|||||||
<para>Now prepare Coreutils for compilation:</para>
|
<para>Now prepare Coreutils for compilation:</para>
|
||||||
|
|
||||||
<screen><userinput remap="configure">FORCE_UNSAFE_CONFIGURE=1 ./configure \
|
<screen><userinput remap="configure">FORCE_UNSAFE_CONFIGURE=1 ./configure \
|
||||||
--prefix=/usr \
|
--prefix=/usr \
|
||||||
--libexecdir=/usr/lib \
|
--libexecdir=/usr/lib \
|
||||||
--enable-no-install-program=kill,uptime</userinput></screen>
|
--enable-no-install-program=kill,uptime</userinput></screen>
|
||||||
|
|
||||||
<variablelist>
|
<variablelist>
|
||||||
|
@ -44,6 +44,10 @@
|
|||||||
<sect2 role="installation">
|
<sect2 role="installation">
|
||||||
<title>Installation of E2fsprogs</title>
|
<title>Installation of E2fsprogs</title>
|
||||||
|
|
||||||
|
<para>First, fix a regression test:</para>
|
||||||
|
|
||||||
|
<screen><userinput remap="pre">sed -i -e 's/mke2fs/$MKE2FS/' -e 's/debugfs/$DEBUGFS/' tests/f_extent_oobounds/script</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>
|
||||||
|
|
||||||
|
@ -41,13 +41,13 @@
|
|||||||
<sect2 role="installation">
|
<sect2 role="installation">
|
||||||
<title>Installation of Flex</title>
|
<title>Installation of Flex</title>
|
||||||
|
|
||||||
<para>First, fix some regression tests:</para>
|
<para>First, skip running three regression tests that require bison.</para>
|
||||||
|
|
||||||
<screen><userinput remap="pre">patch -Np1 -i ../&flex-bison-patch;</userinput></screen>
|
<screen><userinput remap="pre">sed -i -e '/test-bison/d' tests/Makefile.in</userinput></screen>
|
||||||
|
|
||||||
<para>Prepare Flex for compilation:</para>
|
<para>Prepare Flex for compilation:</para>
|
||||||
|
|
||||||
<screen><userinput remap="configure">./configure --prefix=/usr \
|
<screen><userinput remap="configure">./configure --prefix=/usr \
|
||||||
--docdir=/usr/share/doc/flex-&flex-version;</userinput></screen>
|
--docdir=/usr/share/doc/flex-&flex-version;</userinput></screen>
|
||||||
|
|
||||||
<para>Compile the package:</para>
|
<para>Compile the package:</para>
|
||||||
|
@ -137,6 +137,11 @@ grep Error glibc-check-log</userinput></screen>
|
|||||||
make -k check</command>).</para>
|
make -k check</command>).</para>
|
||||||
</listitem>
|
</listitem>
|
||||||
|
|
||||||
|
<listitem>
|
||||||
|
<para>posix/tst-getaddrinfo4 will always fail due to not having a network
|
||||||
|
connection when the test is run.</para>
|
||||||
|
</listitem>
|
||||||
|
|
||||||
<listitem>
|
<listitem>
|
||||||
<para>Other tests known to fail on some architectures are posix/bug-regex32,
|
<para>Other tests known to fail on some architectures are posix/bug-regex32,
|
||||||
misc/tst-writev, elf/check-textrel, nptl/tst-getpid2, and stdio-common/bug22.</para>
|
misc/tst-writev, elf/check-textrel, nptl/tst-getpid2, and stdio-common/bug22.</para>
|
||||||
|
@ -49,7 +49,7 @@
|
|||||||
|
|
||||||
<screen><userinput remap="make">make</userinput></screen>
|
<screen><userinput remap="make">make</userinput></screen>
|
||||||
|
|
||||||
<note><para>Two tests in the test suite fail due to out of date
|
<note><para>One test in the test suite fails due to out of date
|
||||||
perl code.</para></note>
|
perl code.</para></note>
|
||||||
|
|
||||||
<para>To test the results, issue:</para>
|
<para>To test the results, issue:</para>
|
||||||
|
@ -14,9 +14,11 @@
|
|||||||
<!ENTITY coreutils-i18n-patch-md5 "ada0ea6e1c00c4b7e0d634f49827943e">
|
<!ENTITY coreutils-i18n-patch-md5 "ada0ea6e1c00c4b7e0d634f49827943e">
|
||||||
<!ENTITY coreutils-i18n-patch-size "132 KB">
|
<!ENTITY coreutils-i18n-patch-size "132 KB">
|
||||||
|
|
||||||
|
<!--
|
||||||
<!ENTITY flex-bison-patch "flex-&flex-version;-bison-2.6.1-1.patch">
|
<!ENTITY flex-bison-patch "flex-&flex-version;-bison-2.6.1-1.patch">
|
||||||
<!ENTITY flex-bison-patch-md5 "d5b001ef9bdbbe32e2f27576d97d8ff0">
|
<!ENTITY flex-bison-patch-md5 "d5b001ef9bdbbe32e2f27576d97d8ff0">
|
||||||
<!ENTITY flex-bison-patch-size "2.8 KB">
|
<!ENTITY flex-bison-patch-size "2.8 KB">
|
||||||
|
-->
|
||||||
|
|
||||||
<!ENTITY kbd-backspace-patch "kbd-&kbd-version;-backspace-1.patch">
|
<!ENTITY kbd-backspace-patch "kbd-&kbd-version;-backspace-1.patch">
|
||||||
<!ENTITY kbd-backspace-patch-md5 "f75cca16a38da6caa7d52151f7136895">
|
<!ENTITY kbd-backspace-patch-md5 "f75cca16a38da6caa7d52151f7136895">
|
||||||
|
Loading…
Reference in New Issue
Block a user