Changeset 35b6a2e for general


Ignore:
Timestamp:
03/21/2016 04:10:03 AM (8 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, 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:
d021e470
Parents:
209ffd5
Message:

biblatex-biber-2.4 and consequential perl module changes. I have downgraded the test deps for biber to optional: when I first put this in the book, test failures indicated problems. But for the last three releases we have had to expect at least one failure because we are not building on OSX. Meanwhile, v2.4 breaks external modules (hopefully, all have been updated by now) so the tests are no more useful than for most other desktop packages.

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

File:
1 edited

Legend:

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

    r209ffd5 r35b6a2e  
    2222  <!ENTITY Business-ISSN-md5sum "004a95c3a44b1c2915ec62cdee66673d">
    2323
     24  <!ENTITY Class-Accessor-download-http "http://www.cpan.org/authors/id/K/KA/KASEI/Class-Accessor-&Class-Accessor-version;.tar.gz">
     25  <!ENTITY Class-Accessor-md5sum "0d9640d237a13276145f7e44b4855b89">
     26
    2427  <!ENTITY Data-Compare-download-http "http://www.cpan.org/authors/id/D/DC/DCANTRELL/Data-Compare-&Data-Compare-version;.tar.gz">
    2528  <!ENTITY Data-Compare-md5sum "6a397ab5833237f3ca05ed7277b19a7a">
     
    2831  <!ENTITY Data-Dump-md5sum "762c111e525c82ff23d62c90821b26e9">
    2932
     33  <!ENTITY Data-Uniqid-download-http "http://www.cpan.org/authors/id/M/MW/MWX/Data-Uniqid-&Data-Uniqid-version;.tar.gz">
     34  <!ENTITY Data-Uniqid-md5sum "6bab3b5da09fedfdf60ce2629a7367db">
     35
    3036  <!ENTITY Date-Simple-download-http "http://www.cpan.org/authors/id/I/IZ/IZUT/Date-Simple-&Date-Simple-version;.tar.gz">
    3137  <!ENTITY Date-Simple-md5sum "436049dc2c7dfd8423d8bcc807248b31">
     
    8894  <!ENTITY Test-Differences-md5sum "ecfda620fe133e36a6e392d94ab8424d">
    8995
     96<!--
    9097  <!ENTITY Test-Pod-download-http "http://www.cpan.org/authors/id/E/ET/ETHER/Test-Pod-&Test-Pod-version;.tar.gz">
    9198  <!ENTITY Test-Pod-md5sum "f806aa84de2f0c0fba48b3a5a8a4aecf">
     
    93100  <!ENTITY Test-Pod-Coverage-download-http "http://www.cpan.org/authors/id/N/NE/NEILB/Test-Pod-Coverage-&Test-Pod-Coverage-version;.tar.gz">
    94101  <!ENTITY Test-Pod-Coverage-md5sum "c9ea5f4182415b13d2db18484a38c01b">
    95 
     102-->
    96103  <!ENTITY Text-BibTeX-download-http "http://www.cpan.org/authors/id/A/AM/AMBS/Text-BibTeX-&Text-BibTeX-version;.tar.gz">
    97104  <!ENTITY Text-BibTeX-md5sum "a616d5df23dc0552a85608bd15bf03d1">
     
    332339    </itemizedlist>
    333340
     341    <!-- Class::Accessor -->
     342    <bridgehead renderas="sect3" id="perl-class-accessor"
     343    xreflabel="Class::Accessor-&Class-Accessor-version;">
     344    Class::Accessor-&Class-Accessor-version;</bridgehead>
     345
     346    <indexterm zone="perl-modules perl-class-accessor">
     347      <primary sortas="a-Class-Accessor">Class::Accessor</primary>
     348    </indexterm>
     349
     350    <para>This module generators accessors/mutators for your class. It uses
     351    the standard <xref linkend="perl-standard-install"/>.</para>
     352
     353    &lfs79_checked;
     354
     355    <itemizedlist>
     356      <listitem>
     357        <para>
     358          <ulink url="&Class-Accessor-download-http;">Class::Accessor-&Class-Accessor-version;</ulink>
     359        </para>
     360      </listitem>
     361      <listitem>
     362<literallayout>&Class-Accessor-download-http;
     363MD5 sum: &Class-Accessor-md5sum;</literallayout>
     364      </listitem>
     365    </itemizedlist>
     366
    334367    <!-- Data::Compare -->
    335368    <bridgehead renderas="sect3" id="perl-data-compare"
     
    395428<literallayout>&Data-Dump-download-http;
    396429MD5 sum: &Data-Dump-md5sum;</literallayout>
     430      </listitem>
     431    </itemizedlist>
     432
     433    <!-- Data::Uniqid -->
     434    <bridgehead renderas="sect3" id="perl-data-uniqid"
     435    xreflabel="Data::Uniqid-&Data-Uniqid-version;">
     436    Data::Uniqid-&Data-Uniqid-version;</bridgehead>
     437
     438    <indexterm zone="perl-modules perl-data-uniqid">
     439      <primary sortas="a-Data-Uniqid">Data::Uniqid</primary>
     440    </indexterm>
     441
     442    <para>This module provides three simple routines for generating unique IDs.
     443    It uses the standard <xref linkend="perl-standard-install"/> but requires
     444    a patch because one of its tests fails in recent builds.</para>
     445
     446      <bridgehead renderas="sect4">Additional Download</bridgehead>
     447      <itemizedlist spacing="compact">
     448        <listitem>
     449          <para>
     450            Required patch:
     451            <ulink url="&patch-root;/Data-Uniqid-&Data-Uniqid-version;-disable_failing_test-1.patch"/>
     452          </para>
     453        </listitem>
     454      </itemizedlist>
     455
     456    &lfs79_checked;
     457
     458    <itemizedlist>
     459      <listitem>
     460        <para>
     461          <ulink url="&Data-Uniqid-download-http;">Data-Uniqid-&Data-Uniqid-version;</ulink>
     462        </para>
     463      </listitem>
     464      <listitem>
     465<literallayout>&Data-Uniqid-download-http;
     466MD5 sum: &Data-Uniqid-md5sum;</literallayout>
     467      </listitem>
     468      <listitem>
     469        <itemizedlist>
     470          <listitem> <literallayout><ulink url="http://search.cpan.org/dist/Math-BigInt/">Math::BigInt</ulink>
     471(http://search.cpan.org/dist/Math::BigInt/</literallayout>
     472          </listitem>
     473        </itemizedlist>
    397474      </listitem>
    398475    </itemizedlist>
     
    13571434    </itemizedlist>
    13581435
    1359     <!-- Test::Pod -->
     1436    <!-- Test::Pod \-\->
    13601437    <bridgehead renderas="sect3" id="perl-test-pod"
    13611438    xreflabel="Test::Pod-&Test-Pod-version;">
     
    13831460MD5 sum: &Test-Pod-md5sum;</literallayout>
    13841461      </listitem>
    1385     </itemizedlist>
    1386 
    1387     <!-- Test::Pod::Coverage -->
     1462    </itemizedlist> -->
     1463
     1464    <!-- Test::Pod::Coverage \-\->
    13881465    <bridgehead renderas="sect3" id="perl-test-pod-coverage"
    13891466    xreflabel="Test::Pod::Coverage-&Test-Pod-Coverage-version;">
     
    14201497        </itemizedlist>
    14211498      </listitem>
    1422     </itemizedlist>
     1499    </itemizedlist> -->
    14231500
    14241501    <!-- Text::BibTeX -->
     
    19992076    following commands:</para>
    20002077
     2078    <para>For <xref linkend="perl-data-uniqid"/>, first apply the required
     2079    patch with:</para>
     2080
     2081<screen><userinput>patch -Np1 -i ../Data-Uniqid-&Data-Uniqid-version;-disable_failing_test-1.patch</userinput></screen>
     2082
     2083    <para>Then, or for all other modules using the standard installation, proceed
     2084    with:</para>
     2085
    20012086<screen><userinput>perl Makefile.PL &amp;&amp;
    20022087make &amp;&amp;
     
    20302115    Build.PL by running the following commands:</para>
    20312116
    2032 <!-- when Build is removed from the core perl distribution, perhaps in 5.22,
    2033      Module::Build should be added to this page, and linked from here -->
    20342117<screen><userinput>perl Build.PL &amp;&amp;
    20352118./Build &amp;&amp;
Note: See TracChangeset for help on using the changeset viewer.