Changeset 25d78ec


Ignore:
Timestamp:
08/20/2012 07:01:25 PM (12 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.2, 7.3, 7.4, 7.5, 7.5-systemd, 7.6, 7.6-systemd, 7.7, 7.7-systemd, 7.8, 7.8-systemd, 7.9, 7.9-systemd, 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:
7a6bcf9
Parents:
3f99c28
Message:

Add flex patch to fix regression suite errors.
Add PATH to su invocations to ensure /tools/bin is included

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

Files:
7 edited

Legend:

Unmodified
Added
Removed
  • chapter01/changelog.xml

    r3f99c28 r25d78ec  
    3939
    4040    <listitem>
     41      <para>2012-08-20</para>
     42      <itemizedlist>
     43        <listitem>
     44          <para>[bdubbs] - Add patch to fix Flex regression test
     45          failures.</para>
     46        </listitem>
     47      </itemizedlist>
     48    </listitem>
     49
     50    <listitem>
    4151      <para>2012-08-15</para>
    4252      <itemizedlist>
  • chapter01/whatsnew.xml

    r3f99c28 r25d78ec  
    233233
    234234    <listitem>
     235      <para>&flex-bison-patch;</para>
     236    </listitem>
     237
     238    <listitem>
    235239      <para>&kbd-fixes-patch;</para>
    236240    </listitem>
  • chapter03/patches.xml

    r3f99c28 r25d78ec  
    4848        <para>Download: <ulink url="&patches-root;&coreutils-i18n-patch;"/></para>
    4949        <para>MD5 sum: <literal>&coreutils-i18n-patch-md5;</literal></para>
     50      </listitem>
     51    </varlistentry>
     52
     53    <varlistentry>
     54      <term>Flex Regression Tests Patch - <token>&flex-bison-patch-size;</token>:</term>
     55      <listitem>
     56        <para>Download: <ulink url="&patches-root;&flex-bison-patch;"/></para>
     57        <para>MD5 sum: <literal>&flex-bison-patch-md5;</literal></para>
    5058      </listitem>
    5159    </varlistentry>
  • chapter06/bash.xml

    r3f99c28 r25d78ec  
    9090    class="username">nobody</systemitem> user:</para>
    9191
    92 <screen><userinput remap="test">su nobody -s /bin/bash -c "make tests"</userinput></screen>
     92<screen><userinput remap="test">su nobody -s /bin/bash -c "PATH=$PATH make tests"</userinput></screen>
    9393
    9494    <para>Install the package:</para>
  • chapter06/coreutils.xml

    r3f99c28 r25d78ec  
    108108    time zone data.</para>
    109109
    110 <screen><userinput remap="test">su nobody -s /bin/bash -c "make RUN_EXPENSIVE_TESTS=yes -k check || true"</userinput></screen>
     110<screen><userinput remap="test">su nobody -s /bin/bash -c "PATH=$PATH make RUN_EXPENSIVE_TESTS=yes -k check || true"</userinput></screen>
    111111
    112112    <para>Remove the temporary group:</para>
  • chapter06/flex.xml

    r3f99c28 r25d78ec  
    4141  <sect2 role="installation">
    4242    <title>Installation of Flex</title>
     43
     44    <para>First, fix some regression tests:</para>
     45
     46<screen><userinput remap="pre">patch -Np1 -i ../&flex-bison-patch;</userinput></screen>
    4347
    4448    <para>Prepare Flex for compilation:</para>
  • patches.ent

    r3f99c28 r25d78ec  
    2727<!ENTITY diffutils-i18n-patch-size "18 KB">
    2828
     29<!ENTITY flex-bison-patch "flex-&flex-version;-bison-2.6.1-1.patch">
     30<!ENTITY flex-bison-patch-md5 "d5b001ef9bdbbe32e2f27576d97d8ff0">
     31<!ENTITY flex-bison-patch-size "2.8 KB">
    2932
    3033<!ENTITY gcc-startfiles-patch "gcc-&gcc-version;-startfiles_fix-1.patch">
Note: See TracChangeset for help on using the changeset viewer.