Ignore:
Timestamp:
01/16/2021 05:55:52 PM (3 years ago)
Author:
Pierre Labastie <pieere@…>
Branches:
10.1, 11.0, 11.1, 11.2, 11.3, 12.0, 12.1, 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:
91378ee
Parents:
a6423d8
Message:

tk-8.6.11.1
mesa-20.3.3
gptfdisk-1.0.6
cmake-3.19.3
Mako-1.1.4 (python module)
elogind-249.6.2

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

File:
1 edited

Legend:

Unmodified
Added
Removed
  • general/prog/cmake.xml

    ra6423d8 rbc38b45  
    77  <!ENTITY cmake-download-http "https://cmake.org/files/v&cmake-major-version;/cmake-&cmake-version;.tar.gz">
    88  <!ENTITY cmake-download-ftp  " ">
    9   <!ENTITY cmake-md5sum        "043d47c9a37755f3da1e8c1123e1a2dd">
     9  <!ENTITY cmake-md5sum        "6f864e620ddf9f01dda37d7fe73667f2">
    1010  <!ENTITY cmake-size          "8.8 MB">
    11   <!ENTITY cmake-buildsize     "352 MB (add 699 MB for tests)">
    12   <!ENTITY cmake-time          "1.7 SBU (add 3.1 SBU for tests, both using parallelism=4)">
     11  <!ENTITY cmake-buildsize     "354 MB (add 728 MB for tests)">
     12  <!ENTITY cmake-time          "2.1 SBU (add 3.3 SBU for tests, both using parallelism=4)">
    1313]>
    1414
     
    143143
    144144    <para>
    145       To test the results, issue: <command>bin/ctest
     145      To test the results, issue: <command>LC_ALL=en_US.UTF-8 bin/ctest
    146146      -j<replaceable>&lt;N&gt;</replaceable> -O
    147147      cmake-&cmake-version;-test.log</command>, where
    148148      <replaceable>&lt;N&gt;</replaceable> is an integer between 1 and the
    149       number of system cores. In case the environment variable
    150       <literal>LANG</literal> is set to a non-blank value and failures
    151       occur, try running the tests without having <literal>LANG</literal> set.
     149      number of system cores. Setting <envar>LC_ALL</envar> is needed to
     150      prevent some test failures when some of the locale variables are
     151      set to non English locales.
    152152
    153153     <!-- Please, don't remove this comment, needed if tests start to fail
Note: See TracChangeset for help on using the changeset viewer.