Changeset bc38b45 for general


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

Location:
general
Files:
4 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
  • general/prog/mako.xml

    ra6423d8 rbc38b45  
    77  <!ENTITY Mako-download-http "&pymodules-dl;/M/Mako/Mako-&mako-version;.tar.gz">
    88  <!ENTITY Mako-download-ftp  " ">
    9   <!ENTITY Mako-md5sum        "184bb2ba4b937127e7c557b93db89377">
    10   <!ENTITY Mako-size          "468 KB">
    11   <!ENTITY Mako-buildsize     "3.1 MB">
     9  <!ENTITY Mako-md5sum        "2cd02c14d08c2180b3e10d3c2e749b9e">
     10  <!ENTITY Mako-size          "469 KB">
     11  <!ENTITY Mako-buildsize     "3.8 MB">
    1212  <!ENTITY Mako-time          "less than 0.1 SBU">
    1313]>
     
    134134        <seglistitem>
    135135          <seg>
    136             <!--mako-render and/or--> mako-render3
     136            mako-render
    137137          </seg>
    138138          <seg>
     
    142142<!--            /usr/lib/python&python2-majorver;/site-packages/mako,
    143143            /usr/lib/python&python2-majorver;/site-packages/Mako-&mako-version;-py&python2-majorver;.egg-info and/or-->
    144             /usr/lib/python&python3-majorver;/site-packages/mako and
    145             /usr/lib/python&python3-majorver;/site-packages/Mako-&mako-version;-py&python3-majorver;.egg-info
     144            /usr/lib/python&python3-majorver;/site-packages/Mako-&mako-version;-py&python3-majorver;.egg
     145<!-- This is different when doing a -\-root install and a direct install.
     146     In the latter case, there is only a .egg directory, and no mako
     147     directory. -->
    146148          </seg>
    147149        </seglistitem>
  • general/prog/tk.xml

    ra6423d8 rbc38b45  
    77  <!ENTITY tk-download-http "&sourceforge-dl;/tcl/tk&tk-version;-src.tar.gz">
    88  <!ENTITY tk-download-ftp  " ">
    9   <!ENTITY tk-md5sum        "602a47ad9ecac7bf655ada729d140a94">
    10   <!ENTITY tk-size          "4.2 MB">
    11   <!ENTITY tk-buildsize     "24 MB">
     9  <!ENTITY tk-md5sum        "964d69b6307f86bb7e51f7c189666880">
     10  <!ENTITY tk-size          "4.3 MB">
     11  <!ENTITY tk-buildsize     "31 MB">
    1212  <!ENTITY tk-time          "0.3 SBU (add 2.0 SBU for tests)">
    1313
     
    123123      tk8.6.10 - bdubbs 11/25/2019
    124124      Total   480     Passed  463     Skipped 17      Failed  0
     125
     126      tk8.6.11.1 - pierre 01/16/2021 There are two summary lines apparently:
     127      Total   9650    Passed  8847    Skipped 708     Failed  95
     128      Total   488     Passed  470     Skipped 17      Failed  1
    125129      -->
    126130    </para>
  • general/sysutils/elogind.xml

    ra6423d8 rbc38b45  
    77  <!ENTITY elogind-download-http "https://github.com/elogind/elogind/archive/v&elogind-version;/elogind-&elogind-version;.tar.gz">
    88  <!ENTITY elogind-download-ftp  " ">
    9   <!ENTITY elogind-md5sum        "d9fdee3692990afadcd8c8764e440fa0">
     9  <!ENTITY elogind-md5sum        "fb5d3baf179e5c62cb064b3657dde069">
    1010  <!ENTITY elogind-size          "1.5 MB">
    11   <!ENTITY elogind-buildsize     "52 MB (with tests)">
    12   <!ENTITY elogind-time          "0.4 SBU">
     11  <!ENTITY elogind-buildsize     "67 MB (with tests)">
     12  <!ENTITY elogind-time          "0.3 SBU (with parallelism=4)">
    1313]>
    1414
     
    148148  <sect2 role="installation">
    149149    <title>Installation of elogind</title>
    150 
     150<!--
    151151    <para>
    152152      First, fix a problem starting the package via pam:
     
    154154
    155155<screen><userinput>sed -i '/running/,+1s:^://:' src/login/pam_elogind.c</userinput></screen>
    156 
     156-->
    157157    <para>
    158158      Install <application>elogind</application> by running the following
Note: See TracChangeset for help on using the changeset viewer.