Changeset c144b0ef for general/prog


Ignore:
Timestamp:
09/04/2014 11:23:32 PM (10 years ago)
Author:
Christopher Gregory <cjg@…>
Branches:
7.6-blfs, 7.6-systemd, kde5-14686, systemd-13485
Children:
13763bb9
Parents:
0a55e2a
Message:

Merge more updates from trunk.

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

File:
1 edited

Legend:

Unmodified
Added
Removed
  • general/prog/elfutils.xml

    r0a55e2a rc144b0ef  
    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 failng 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.