Ignore:
Timestamp:
02/04/2016 06:29:07 PM (8 years ago)
Author:
Fernando de Oliveira <fernando@…>
Branches:
10.0, 10.1, 11.0, 11.1, 11.2, 11.3, 12.0, 12.1, 7.10, 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:
ba6578d
Parents:
2b64864b
Message:
  • Update to php-7.0.3.
  • Update to gnutls-3.4.9.
  • Update to Regexp-Common-2016020301 (perl module).
  • Update to mercurial-3.7.1.

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

File:
1 edited

Legend:

Unmodified
Added
Removed
  • general/prog/mercurial.xml

    r2b64864b rbd86aa8  
    77  <!ENTITY mercurial-download-http "https://www.mercurial-scm.org/release/mercurial-&mercurial-version;.tar.gz">
    88  <!ENTITY mercurial-download-ftp  " ">
    9   <!ENTITY mercurial-md5sum        "a175ce4f6660d87849589ee7d015db67">
     9  <!ENTITY mercurial-md5sum        "4e922fcc9454d2665f20c3b9b4741add">
    1010  <!ENTITY mercurial-size          "4.5 MB">
    11   <!ENTITY mercurial-buildsize     "54 MB (with documentation, additional 384 MB for tests)">
    12   <!ENTITY mercurial-time          "less than 0.1 SBU (with documentation, additional 3.4 SBU for tests, using -j8)">
     11  <!ENTITY mercurial-buildsize     "54 MB (with documentation, 378 MB with docs and tests)">
     12  <!ENTITY mercurial-time          "less than 0.1 SBU (with documentation, 3.4 SBU with docs and tests, using -j8)">
    1313]>
    1414
     
    128128  rm -rf tmp &amp;&amp;
    129129
    130   ./run-tests.py --debug --tmpdir tmp      \
     130  ./run-tests.py --tmpdir tmp              \
    131131                 test-convert-svn-source.t \
    132132                 test-convert-hg-svn.t     \
     
    134134popd</userinput></screen>
    135135
    136     <para>Normally, the previous failures will be confirmed. However, if you add
    137     the switch "--debug" before "--tmpdir", and run again, some failures are
    138     gone, which seems to be a problem with the test suite. If this happens,
    139     normally, from now on, there will be no more such failures whether you use
    140     the debug switch or not.</para>
     136    <para>Normally, the previous failures will be confirmed, except for
     137    "test-gpg.t" which now pass (this is weird!). However, if you add the switch
     138    "--debug" before "--tmpdir", and run again, some failures are gone, which
     139    seems to be a problem with the test suite. If this happens, normally, from
     140    now on, there will be no more such failures whether you use the debug switch
     141    or not.</para>
    141142
    142143    <para>An interesting switch is "--time", which will generated at the end of
Note: See TracChangeset for help on using the changeset viewer.