Changeset ecb22c1 for general


Ignore:
Timestamp:
06/26/2015 10:44:52 PM (9 years ago)
Author:
Ken Moffat <ken@…>
Branches:
10.0, 10.1, 11.0, 11.1, 11.2, 11.3, 12.0, 12.1, 7.10, 7.8, 7.9, 8.0, 8.1, 8.2, 8.3, 8.4, 9.0, 9.1, basic, bdubbs/svn, elogind, kea, ken/TL2024, ken/inkscape-core-mods, ken/tuningfonts, lazarus, lxqt, nosym, perl-modules, plabs/newcss, plabs/python-mods, python3.11, qt5new, rahul/power-profiles-daemon, renodr/vulkan-addition, trunk, upgradedb, xry111/intltool, xry111/llvm18, xry111/soup3, xry111/test-20220226, xry111/xf86-video-removal
Children:
382aa90c
Parents:
632bfad
Message:

Fix up the 'strings ... grep' commands for checking the version in Util.so, which I forgot to do when updating Text::BibTeX - the output from strings with perl-5.22 or perhaps gcc-5 is different, so use egrep to look for what we really want to find.

git-svn-id: svn://svn.linuxfromscratch.org/BLFS/trunk/BOOK@16174 af4574ff-66df-0310-9fd7-8a98e5e911e0

File:
1 edited

Legend:

Unmodified
Added
Removed
  • general/prog/perl-modules.xml

    r632bfad recb22c1  
    721721    e.g. with perl-5.18.2 from LFS-7.5. To test the version, you can run the
    722722    following command</para>
    723     <!-- use para to avoid line break in the long path -->
    724     <para><command>strings /usr/lib/perl5/5.*/*/auto/List/Util/Util.so |
    725     grep v5 -A 1 | tail -n 1</command></para>
     723    <!-- use para and literallayout to avoid line break in the long path -->
     724    <para><literallayout><command>strings /usr/lib/perl5/5.*/*/auto/List/Util/Util.so |
     725    grep -E '^[[:digit:]]\.[[:digit:]]+'</command></literallayout></para>
    726726    <para>and if necessary install
    727727    <ulink url="http://search.cpan.org/dist/Scalar-List-Utils/">Scalar::List::Utils</ulink>
     
    12111211    releases up to perl-5.20.2. To test the version, you can run the
    12121212    following command</para>
    1213     <!-- use para to avoid line break in the long path -->
    1214     <para><command>strings /usr/lib/perl5/5.*/*/auto/List/Util/Util.so |
    1215     grep v5 -A 1 | tail -n 1</command></para>
     1213    <!-- use para and literallayout to avoid line break in the long path -->
     1214    <para><literallayout><command>strings /usr/lib/perl5/5.*/*/auto/List/Util/Util.so |
     1215    grep -E '^[[:digit:]]\.[[:digit:]]+'</command></literallayout></para>
    12161216    <para>and if necessary install
    12171217    <ulink url="http://search.cpan.org/dist/Scalar-List-Utils/">Scalar::List::Utils</ulink>
     
    12191219    that module without updating all of <application>perl</application>.</para>
    12201220
    1221     &gcc5_checked;
     1221    &lfs77_checked; &gcc5_checked;
    12221222
    12231223    <itemizedlist>
Note: See TracChangeset for help on using the changeset viewer.