Changeset bdde021 for chapter06


Ignore:
Timestamp:
08/15/2013 10:51:06 PM (11 years ago)
Author:
Bruce Dubbs <bdubbs@…>
Branches:
10.0, 10.0-rc1, 10.1, 10.1-rc1, 11.0, 11.0-rc1, 11.0-rc2, 11.0-rc3, 11.1, 11.1-rc1, 11.2, 11.2-rc1, 11.3, 11.3-rc1, 12.0, 12.0-rc1, 12.1, 12.1-rc1, 7.4, 7.5, 7.6, 7.7, 7.8, 7.9, 8.0, 8.1, 8.2, 8.3, 8.4, 9.0, 9.1, arm, bdubbs/gcc13, ml-11.0, multilib, renodr/libudev-from-systemd, s6-init, trunk, xry111/arm64, xry111/arm64-12.0, xry111/clfs-ng, xry111/lfs-next, xry111/loongarch, xry111/loongarch-12.0, xry111/loongarch-12.1, xry111/mips64el, xry111/pip3, xry111/rust-wip-20221008, xry111/update-glibc
Children:
7cb5659
Parents:
18c4dbc
Message:

Update several pages to fix regression test failures.

git-svn-id: http://svn.linuxfromscratch.org/LFS/trunk/BOOK@10316 4aa44e1e-78dd-0310-a6d2-fbcd4c07a689

Location:
chapter06
Files:
7 edited

Legend:

Unmodified
Added
Removed
  • chapter06/bison.xml

    r18c4dbc rbdde021  
    4444
    4545<screen><userinput remap="configure">./configure --prefix=/usr</userinput></screen>
    46 
     46<!--
    4747    <para>The configure system causes Bison to be built without support for
    4848    internationalization of error messages if a <command>bison</command>
     
    5151
    5252<screen><userinput remap="configure">echo '#define YYENABLE_NLS 1' &gt;&gt; lib/config.h</userinput></screen>
    53 
     53-->
    5454    <para>Compile the package:</para>
    5555
     
    5959
    6060<screen><userinput remap="test">make check</userinput></screen>
     61
     62    <para>One test will fail due to not having flex available yet.</para>
    6163
    6264    <para>Install the package:</para>
  • chapter06/chapter06.xml

    r18c4dbc rbdde021  
    4141  <xi:include xmlns:xi="http://www.w3.org/2001/XInclude" href="iana-etc.xml"/>
    4242  <xi:include xmlns:xi="http://www.w3.org/2001/XInclude" href="m4.xml"/>
     43  <xi:include xmlns:xi="http://www.w3.org/2001/XInclude" href="flex.xml"/>
    4344  <xi:include xmlns:xi="http://www.w3.org/2001/XInclude" href="bison.xml"/>
    4445  <xi:include xmlns:xi="http://www.w3.org/2001/XInclude" href="grep.xml"/>
     
    5556  <xi:include xmlns:xi="http://www.w3.org/2001/XInclude" href="gawk.xml"/>
    5657  <xi:include xmlns:xi="http://www.w3.org/2001/XInclude" href="findutils.xml"/>
    57   <xi:include xmlns:xi="http://www.w3.org/2001/XInclude" href="flex.xml"/>
    5858  <xi:include xmlns:xi="http://www.w3.org/2001/XInclude" href="gettext.xml"/>
    5959  <xi:include xmlns:xi="http://www.w3.org/2001/XInclude" href="groff.xml"/>
  • chapter06/coreutils.xml

    r18c4dbc rbdde021  
    6161
    6262<screen><userinput remap="configure">FORCE_UNSAFE_CONFIGURE=1 ./configure \
    63             --prefix=/usr         \
    64             --libexecdir=/usr/lib \
     63            --prefix=/usr            \
     64            --libexecdir=/usr/lib    \
    6565            --enable-no-install-program=kill,uptime</userinput></screen>
    6666
  • chapter06/e2fsprogs.xml

    r18c4dbc rbdde021  
    4444  <sect2 role="installation">
    4545    <title>Installation of E2fsprogs</title>
     46
     47    <para>First, fix a regression test:</para>
     48
     49<screen><userinput remap="pre">sed -i -e 's/mke2fs/$MKE2FS/' -e 's/debugfs/$DEBUGFS/' tests/f_extent_oobounds/script</userinput></screen>
    4650
    4751    <para>The E2fsprogs documentation recommends that the package be built in
  • chapter06/flex.xml

    r18c4dbc rbdde021  
    4242    <title>Installation of Flex</title>
    4343
    44     <para>First, fix some regression tests:</para>
     44    <para>First, skip running three regression tests that require bison.</para>
    4545
    46 <screen><userinput remap="pre">patch -Np1 -i ../&flex-bison-patch;</userinput></screen>
     46<screen><userinput remap="pre">sed -i -e '/test-bison/d' tests/Makefile.in</userinput></screen>
    4747
    4848    <para>Prepare Flex for compilation:</para>
    4949
    50 <screen><userinput remap="configure">./configure --prefix=/usr             \
     50<screen><userinput remap="configure">./configure --prefix=/usr \
    5151            --docdir=/usr/share/doc/flex-&flex-version;</userinput></screen>
    5252
  • chapter06/glibc.xml

    r18c4dbc rbdde021  
    136136        help eliminate these errors (e.g. <command>TIMEOUTFACTOR=16
    137137        make -k check</command>).</para>
     138      </listitem>
     139
     140      <listitem>
     141        <para>posix/tst-getaddrinfo4 will always fail due to not having a network
     142        connection when the test is run.</para>
    138143      </listitem>
    139144
  • chapter06/texinfo.xml

    r18c4dbc rbdde021  
    5050<screen><userinput remap="make">make</userinput></screen>
    5151
    52     <note><para>Two tests in the test suite fail due to out of date
     52    <note><para>One test in the test suite fails due to out of date
    5353    perl code.</para></note>
    5454
Note: See TracChangeset for help on using the changeset viewer.