Ignore:
Timestamp:
03/20/2024 11:22:56 PM (5 months ago)
Author:
Bruce Dubbs <bdubbs@…>
Branches:
gimp3, lazarus, trunk, xry111/for-12.3, xry111/spidermonkey128
Children:
85b49c6
Parents:
667aff2
Message:

Update to elogind-252.23.

File:
1 edited

Legend:

Unmodified
Added
Removed
  • general/sysutils/elogind.xml

    r667aff2 r88f6e30  
    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        "2be2c43298e2fc41c5bee33dde605f01">
     9  <!ENTITY elogind-md5sum        "7e93e0df7348edac3c9fb1223a7deda8">
    1010  <!ENTITY elogind-size          "1.8 MB">
    11   <!ENTITY elogind-buildsize     "45 MB (with tests)">
    12   <!ENTITY elogind-time          "0.3 SBU (with parallelism=4)">
     11  <!ENTITY elogind-buildsize     "54 MB (with tests)">
     12  <!ENTITY elogind-time          "0.2 SBU (with parallelism=4; with tests)">
    1313]>
    1414
     
    139139    </para>
    140140
    141 <screen><userinput><!--sed -i '/Disable polkit/,+8 d' meson.build &amp;&amp;
    142 
    143 sed '/request_name/i\
    144 r = sd_bus_set_exit_on_disconnect(m->bus, true);\
    145 if (r &lt; 0)\
    146     return log_error_errno(r, "Failed to set exit on disconnect: %m");' \
    147     -i src/login/logind.c &amp;&amp;
    148 
    149 -->mkdir build &amp;&amp;
     141<screen><userinput>mkdir build &amp;&amp;
    150142cd    build &amp;&amp;
    151143
     
    162154    <para>
    163155      To test the results, issue: <command>ninja test</command>. A few tests
    164       are skipped if not run with <systemitem class="username">root</systemitem>
    165       privileges.  Two tests named <filename>test-fs-util</filename> and
     156      are skipped if not run with &root; privileges. 
     157      One test, <filename>test-fs-util</filename> is known to fail.
     158      <!--
    166159      <filename>test-id128</filename> require the
    167160      <filename>/etc/machine-id</filename> symlink, so they will fail if
    168161      this symlink is not created following the instruction in
    169162      <xref linkend='dbus'/> yet.
     163
     164      I did have the symlink and test-fs-util still failed (the only
     165      one).  The error was
     166         Assertion 'chase_symlinks(q, NULL, CHASE_SAFE, NULL, NULL) >= 0'
     167         failed at src/test/test-fs-util.c:303, function
     168         test_chase_symlinks(). Aborting.
     169      Looking at teh code, I don't think that is related to the
     170      /etc/machine-id symlink. - bdubbs, version 252.23
     171      -->
    170172    </para>
    171173
Note: See TracChangeset for help on using the changeset viewer.