Changeset e84e0b6


Ignore:
Timestamp:
09/23/2018 10:29:11 PM (6 years ago)
Author:
Ken Moffat <ken@…>
Branches:
10.0, 10.1, 11.0, 11.1, 11.2, 11.3, 12.0, 12.1, 8.4, 9.0, 9.1, bdubbs/svn, elogind, kea, ken/TL2024, ken/inkscape-core-mods, ken/tuningfonts, lazarus, lxqt, 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:
5a7f33e
Parents:
ffed4383
Message:

Trunk: Perl module Data::Uniqid does not need the patch to comment out a test. Although a test still fails and reports an error, the status is zero.

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

Files:
3 edited

Legend:

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

    rffed4383 re84e0b6  
    546546
    547547    <para>This module provides three simple routines for generating unique IDs.
    548     It uses the standard <xref linkend="perl-standard-install"/> but requires
    549     a patch because one of its tests fails in recent builds.</para>
    550 
    551       <bridgehead renderas="sect4">Additional Download</bridgehead>
    552       <itemizedlist spacing="compact">
    553         <listitem>
    554           <para>
    555             Required patch:
    556             <ulink url="&patch-root;/Data-Uniqid-&Data-Uniqid-version;-disable_failing_test-1.patch"/>
    557           </para>
    558         </listitem>
    559       </itemizedlist>
     548    It uses the standard <xref linkend="perl-standard-install"/>.</para>
     549
     550    <para>Although the final test fails and reports an Error, the testsuite
     551    returns a status of 0. This error can safely be ignored.</para>
    560552
    561553    <!-- Data-Uniqid -->
  • introduction/welcome/changelog.xml

    rffed4383 re84e0b6  
    4646      <itemizedlist>
    4747        <listitem>
     48          <para>[ken] - Data::Uniqid (perl module) no longer requires a patch
     49          to remove a failing test - in currnet perl-5.28.0 the fourth test
     50          still fails but 'make check' returns a status of 0 despite this.</para>
     51        </listitem>
     52        <listitem>
    4853          <para>[ken] - Update to firefox-62.0.2 (includes security fix). Fixes
    4954          <ulink url="&blfs-ticket-root;11179">#11179</ulink>.</para>
  • pst/typesetting/biber.xml

    rffed4383 re84e0b6  
    176176        But from <application>perl-5.22.0</application> onwards,
    177177        <xref linkend="perl-module-build"/> is no longer part of the core perl
    178         distribution.  And for <xref linkend="perl-data-uniqid"/> we have to
     178        distribution.<!-- And for <xref linkend="perl-data-uniqid"/> we have to
    179179        patch it to skip over a test which always fails - that failing test may
    180         break the automatic install.  To automatically install the remaining perl
    181         dependencies you can install those two modules first using <xref
     180        break the automatic install.--> To automatically install the remaining perl
     181        dependencies you can install that module first using <xref
    182182        linkend="perl-auto-install"/>. then run <command>perl ./Build.PL</command>
    183183        and when it prompts you, become the root user and run
Note: See TracChangeset for help on using the changeset viewer.