Ignore:
Timestamp:
04/13/2021 09:31:15 PM (3 years ago)
Author:
Xi Ruoyao <xry111@…>
Branches:
kde5-14269
Parents:
1ec0251
git-author:
Krejzi <krejzi@…> (09/13/2014 05:36:06 PM)
git-committer:
Xi Ruoyao <xry111@…> (04/13/2021 09:31:15 PM)
Message:

Begin manually (while modifying stuff) merging trunk and systemd branches since revision 14087.

git-svn-id: svn://svn.linuxfromscratch.org/BLFS/branches/kde5@14270 af4574ff-66df-0310-9fd7-8a98e5e911e0

File:
1 edited

Legend:

Unmodified
Added
Removed
  • general/prog/elfutils.xml

    r1ec0251 r64135787  
    88          "https://fedorahosted.org/releases/e/l/elfutils/&elfutils-version;/elfutils-&elfutils-version;.tar.bz2">
    99  <!ENTITY elfutils-download-ftp  " ">
    10   <!ENTITY elfutils-md5sum        "1f45a18231c782ccd0966059e2e42ea9">
    11   <!ENTITY elfutils-size          "5.3 MB">
    12   <!ENTITY elfutils-buildsize     "71 MB (additional 3 MB for the tests)">
     10  <!ENTITY elfutils-md5sum        "7527f22dff8b1ac8c122cfc4d3d3bb1e">
     11  <!ENTITY elfutils-size          "5.2 MB">
     12  <!ENTITY elfutils-buildsize     "72 MB (additional 3 MB for the tests)">
    1313  <!ENTITY elfutils-time          "0.7 SBU (additional 0.2 SBU for the tests)">
    1414]>
     
    9090
    9191    <para>
    92       To test the results, issue: <command>make -k check</command>. One test
    93       is known to fail in some architectures.
     92      If you wish to run the test suite, first fix it to skip two failing tests:
     93    </para>
     94
     95<screen><userinput>sed -i '/srcdir/ iexit 77\n'         \
     96       tests/run-backtrace-native.sh \
     97       tests/run-backtrace-native-core.sh</userinput></screen>
     98
     99    <para>
     100       To test the results, issue: <command>make check</command>.
    94101    </para>
    95102
Note: See TracChangeset for help on using the changeset viewer.