Changeset 8f1fc267 for general


Ignore:
Timestamp:
08/30/2014 12:18:58 PM (10 years ago)
Author:
Fernando de Oliveira <fernando@…>
Branches:
10.0, 10.1, 11.0, 11.1, 11.2, 11.3, 12.0, 12.1, 7.10, 7.6, 7.7, 7.8, 7.9, 8.0, 8.1, 8.2, 8.3, 8.4, 9.0, 9.1, basic, bdubbs/svn, elogind, kea, ken/TL2024, ken/inkscape-core-mods, ken/tuningfonts, krejzi/svn, lazarus, lxqt, nosym, perl-modules, 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:
cffeac53
Parents:
e248af7
Message:

Update to gstreamer-1.4.1 and plugins.
Update to zsh-5.0.6.
Update to elfutils-0.160.

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

File:
1 edited

Legend:

Unmodified
Added
Removed
  • general/prog/elfutils.xml

    re248af7 r8f1fc267  
    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.