Changeset b815cec


Ignore:
Timestamp:
08/13/2012 08:20:36 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:
778deac
Parents:
c03b8a0
Message:

Updated to flex-2.5.37

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

Files:
4 edited

Legend:

Unmodified
Added
Removed
  • chapter01/changelog.xml

    rc03b8a0 rb815cec  
    4242      <itemizedlist>
    4343        <listitem>
     44          <para>[bdubbs] - Upgrade to flex-2.5.37. Fixes
     45          <ulink url="&lfs-ticket-root;3139">#3139</ulink>.</para>
     46        </listitem>
     47        <listitem>
    4448          <para>[matthew] - Upgrade to IPRoute2-3.5.1. Fixes
    4549          <ulink url="&lfs-ticket-root;3158">#3158</ulink>.</para>
  • chapter06/flex.xml

    rc03b8a0 rb815cec  
    4242    <title>Installation of Flex</title>
    4343
    44     <para>Apply a patch that fixes a bug in the C++ scanner generator, that causes scanner compilation to fail when using GCC-&gcc-version;:</para>
    45 
    46 <screen><userinput remap="pre">patch -Np1 -i ../&flex-gcc-patch;</userinput></screen>
    47 
    4844    <para>Prepare Flex for compilation:</para>
    4945
     
    5753
    5854<screen><userinput remap="test">make -k check</userinput></screen>
     55
     56    <para>There are two tests that fail due to incompatibilities
     57    with the most recent version of bison.</para>
    5958
    6059    <para>Install the package:</para>
  • chapter06/grub.xml

    rc03b8a0 rb815cec  
    5050            --sysconfdir=/etc      \
    5151            --disable-grub-emu-usb \
    52             --disable-efiemu</userinput></screen>
    53 
    54     <para>The --disable switches minimize what is built by disabling features
    55     and testing programs not really needed for LFS.</para>
     52            --disable-efiemu       \
     53            --disable-werror</userinput></screen>
     54
     55    <para>The --disable-werror option allows the build to complete with
     56    warnings introduced by more recent flex versions.  The other --disable
     57    switches minimize what is built by disabling features and testing programs
     58    not needed for LFS.</para>
    5659
    5760    <para>Compile the package:</para>
  • packages.ent

    rc03b8a0 rb815cec  
    145145<!ENTITY findutils-ch6-sbu "0.5 SBU">
    146146
    147 <!ENTITY flex-version "2.5.35">
    148 <!ENTITY flex-size "1,227 KB">
     147<!ENTITY flex-version "2.5.37">
     148<!ENTITY flex-size "1,280 KB">
    149149<!ENTITY flex-url "&sourceforge;flex/flex-&flex-version;.tar.bz2">
    150 <!ENTITY flex-md5 "10714e50cea54dc7a227e3eddcd44d57">
     150<!ENTITY flex-md5 "c75940e1fc25108f2a7b3ef42abdae06">
    151151<!ENTITY flex-home "http://flex.sourceforge.net">
    152152<!--
Note: See TracChangeset for help on using the changeset viewer.