Changeset 17756081 for x/lib


Ignore:
Timestamp:
10/23/2018 10:57:11 PM (6 years ago)
Author:
Bruce Dubbs <bdubbs@…>
Branches:
10.0, 10.1, 11.0, 11.1, 11.2, 11.3, 12.0, 12.1, 8.4, 9.0, 9.1, bdubbs/svn, elogind, 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:
e1365446
Parents:
44cd41e
Message:

Uppdate to openssh-7.9p1.
Uppdate to libdrm-2.4.96.
Uppdate to hdparm-9.57.
Uppdate to gegl-0.4.10.

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

File:
1 edited

Legend:

Unmodified
Added
Removed
  • x/lib/libdrm.xml

    r44cd41e r17756081  
    77  <!ENTITY libdrm-download-http "https://dri.freedesktop.org/libdrm/libdrm-&libdrm-version;.tar.bz2">
    88  <!ENTITY libdrm-download-ftp  " ">
    9   <!ENTITY libdrm-md5sum        "41b9ed196a27f5dc7fb88412b704e9fd">
    10   <!ENTITY libdrm-size          "804 KB">
    11   <!ENTITY libdrm-buildsize     "13 MB">
    12   <!ENTITY libdrm-time          "0.9 SBU (with tests)">
     9  <!ENTITY libdrm-md5sum        "f296d87272b1befeada3bb135751ab3d">
     10  <!ENTITY libdrm-size          "812 KB">
     11  <!ENTITY libdrm-buildsize     "11 MB (with tests)">
     12  <!ENTITY libdrm-time          "less than 0.1 SBU (add 0.7 SBU for tests)">
    1313]>
    1414
     
    111111
    112112    <para>
    113       To check the results, issue <command>ninja test</command>. <!-- Tests may hang
     113      To check the results, issue <command>ninja test</command>. One test,
     114      'threaded' in the nouveau subdirectory, is known to fail with a
     115      30 second timeout.
     116     
     117      <!-- Tests may hang
    114118      for unknown reasons. --><!-- If nouveau threaded test hangs, you can disable it
    115119      with
    116       <command>sed -i 's/^TESTS/#&amp;/' tests/nouveau/Makefile.in</command>. -->
     120      <command>sed -i 's/^TESTS/#&amp;/' tests/nouveau/Makefile.in</command>.
     121     
     122      Now that tests are run with ninja, the test merely times out after 30 seconds.
     123      -->
    117124    </para>
    118125
Note: See TracChangeset for help on using the changeset viewer.