Changeset 3386e38 for general/sysutils


Ignore:
Timestamp:
01/06/2020 06:23:26 PM (4 years ago)
Author:
Pierre Labastie <pieere@…>
Branches:
10.0, 10.1, 11.0, 11.1, 11.2, 11.3, 12.0, 12.1, 9.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:
b29b596
Parents:
df68f083
Message:

Revert elogind update: upstream has withdrawn the release

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

File:
1 edited

Legend:

Unmodified
Added
Removed
  • general/sysutils/elogind.xml

    rdf68f083 r3386e38  
    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        "f7cbea34cae55d66bed5355048eaa14a">
     9  <!ENTITY elogind-md5sum        "fb5ba9da1115d68d2b6cdbcd10167b7d">
    1010  <!ENTITY elogind-size          "1.3 MB">
    11   <!ENTITY elogind-buildsize     "58 MB (add 1 MB for tests)">
     11  <!ENTITY elogind-buildsize     "56 MB">
    1212  <!ENTITY elogind-time          "0.4 SBU (NINJAJOBS=1)">
    1313]>
     
    132132                [*]    Tmpfs POSIX Access Control Lists  [CONFIG_TMPFS_POSIX_ACL]</literal></screen>
    133133
    134     <para>
    135       In addition, some tests need the userspace cryptographic kernel API, which
    136       is enabled with:
    137     </para>
    138 
    139 <screen><literal>
    140 -*- Cryptographic API ---&gt;                               [CONFIG_CRYPTO]
    141    &lt;M/*&gt; Userspace cryptographic algorithm configuration [CONFIG_CRYPTO_USER]
    142    &lt;M/*&gt; User-space interface for hash algorithms        [CONFIG_CRYPTO_USER_API_HASH]</literal></screen>
    143 
    144134    <indexterm zone="elogind elogind-kernel">
    145135      <primary sortas="d-elogind">elogind</primary>
     
    151141
    152142    <para>
    153       Fix one of the tests:
    154     </para>
    155 
    156 <screen><userinput>sed 's/os-release/lsb-release/' -i src/test/test-copy.c</userinput></screen>
     143      First fix an issue with reading a session file:
     144    </para>
     145
     146<screen><userinput>sed -e '/dirent-util/a #include "env-file.h"'                            \
     147    -e '/sessions/{n;n;s/=.*$/= parse_env_file (NULL, p, "UID", \&amp;s);/}' \
     148    -i src/basic/cgroup-util.c</userinput></screen>
    157149
    158150    <para>
     
    169161      -Dcgroup-controller=elogind          \
    170162      -Ddbuspolicydir=/etc/dbus-1/system.d \
    171       -Dman=auto                           \
    172163      ..  &amp;&amp;
    173164ninja</userinput></screen>
    174165
    175166    <para>
    176       To test the results, issue: <command>ninja test</command>. A few tests
    177       are skipped if not run with <systemitem class="username">root</systemitem>
    178       privileges.
     167      This package does not come with a test suite.
    179168    </para>
    180169
     
    202191      sets the location of the <application>D-Bus</application> policy
    203192      directory.
    204     </para>
    205 
    206     <para>
    207       <parameter>-Dman=auto</parameter>: The default value of this switch is
    208       <emphasis>false</emphasis>. Setting it to <emphasis>auto</emphasis>
    209       allows building and installing the man pages if the recommended
    210       dependencies are installed.
    211193    </para>
    212194
Note: See TracChangeset for help on using the changeset viewer.