Ignore:
Timestamp:
03/31/2021 10:41:39 AM (3 years ago)
Author:
Xℹ Ruoyao <xry111@…>
Branches:
ml-11.0, multilib
Children:
7610848
Parents:
811b5a39
git-author:
Thomas Trepl <thomas@…> (06/29/2020 07:55:01 AM)
git-committer:
Xℹ Ruoyao <xry111@…> (03/31/2021 10:41:39 AM)
Message:

Update to new lfs structure

git-svn-id: http://svn.linuxfromscratch.org/LFS/branches/multilib@11986 4aa44e1e-78dd-0310-a6d2-fbcd4c07a689

File:
1 moved

Legend:

Unmodified
Added
Removed
  • chapter08/bison.xml

    r811b5a39 r6dfcfecc  
    3131
    3232      <seglistitem>
    33         <seg>&bison-ch6-sbu;</seg>
    34         <seg>&bison-ch6-du;</seg>
     33        <seg>&bison-fin-sbu;</seg>
     34        <seg>&bison-fin-du;</seg>
    3535      </seglistitem>
    3636    </segmentedlist>
     
    4040  <sect2 role="installation">
    4141    <title>Installation of Bison</title>
    42 <!--
    43     <para>First, fix a build problem with the current version:</para>
    4442
    45 <screen><userinput remap="pre">sed -i '9327 s/mv/cp/' Makefile.in</userinput></screen>
    46 -->
    4743    <para>Prepare Bison for compilation:</para>
    4844
    4945<screen><userinput remap="configure">./configure --prefix=/usr --docdir=/usr/share/doc/bison-&bison-version;</userinput></screen>
    50 
    51 <!--  I could not find a race condidtion in the current version.
    52     <para>Compile the package, but work around a race condition in the
    53     current version:</para>
    54 
    55 <screen><userinput remap="make">make -j1</userinput></screen>-->
    5646
    5747    <para>Compile the package:</para>
     
    5949<screen><userinput remap="make">make</userinput></screen>
    6050
    61     <para>To test the results (about 5.5 SBU), issue:</para>
     51    <para>The tests are known to fail using multiple processors.
     52    To test the results (about 5.5 SBU), issue:</para>
    6253
    63 <screen><userinput remap="test">make check</userinput></screen>
    64 
    65     <para>Fourteen tests fail in the "Diagnostics" section, probably because of
    66     missing locales.</para>
    67 
    68 <!--
    69     <para>There is a circular dependency between bison and flex with regard to
    70     the checks.  If desired, after installing flex in the next section, the
    71     bison package can be rebuilt and the bison checks can be run with
    72     <command>make check</command>.</para>
    73 -->
     54<screen><userinput remap="test">make -j1 check</userinput></screen>
    7455
    7556    <para>Install the package:</para>
Note: See TracChangeset for help on using the changeset viewer.