Changeset e84e0b6
- Timestamp:
- 09/23/2018 10:29:11 PM (6 years ago)
- Branches:
- 10.0, 10.1, 11.0, 11.1, 11.2, 11.3, 12.0, 12.1, 12.2, 8.4, 9.0, 9.1, bdubbs/svn, elogind, gimp3, 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/for-12.3, xry111/intltool, xry111/llvm18, xry111/soup3, xry111/spidermonkey128, xry111/test-20220226, xry111/xf86-video-removal
- Children:
- 5a7f33e
- Parents:
- ffed4383
- Files:
-
- 3 edited
Legend:
- Unmodified
- Added
- Removed
-
general/prog/perl-modules.xml
rffed4383 re84e0b6 546 546 547 547 <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> 560 552 561 553 <!-- Data-Uniqid --> -
introduction/welcome/changelog.xml
rffed4383 re84e0b6 46 46 <itemizedlist> 47 47 <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> 48 53 <para>[ken] - Update to firefox-62.0.2 (includes security fix). Fixes 49 54 <ulink url="&blfs-ticket-root;11179">#11179</ulink>.</para> -
pst/typesetting/biber.xml
rffed4383 re84e0b6 176 176 But from <application>perl-5.22.0</application> onwards, 177 177 <xref linkend="perl-module-build"/> is no longer part of the core perl 178 distribution. 178 distribution.<!-- And for <xref linkend="perl-data-uniqid"/> we have to 179 179 patch it to skip over a test which always fails - that failing test may 180 break the automatic install. 181 dependencies you can install th ose two modulesfirst using <xref180 break the automatic install.--> To automatically install the remaining perl 181 dependencies you can install that module first using <xref 182 182 linkend="perl-auto-install"/>. then run <command>perl ./Build.PL</command> 183 183 and when it prompts you, become the root user and run
Note:
See TracChangeset
for help on using the changeset viewer.