Ignore:
Timestamp:
07/24/2016 10:52:11 PM (8 years ago)
Author:
Bruce Dubbs <bdubbs@…>
Branches:
10.0, 10.1, 11.0, 11.1, 11.2, 11.3, 12.0, 12.1, 7.10, 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, 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:
2bbf541
Parents:
cbd8ed8
Message:

Update to xorg-server-1.18.4.
Update to libinput-1.4.0.

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

File:
1 edited

Legend:

Unmodified
Added
Removed
  • x/installing/libinput.xml

    rcbd8ed8 rf885719  
    55  %general-entities;
    66
    7   <!ENTITY libinput-version "1.3.3">
     7  <!ENTITY libinput-version "1.4.0">
    88
    99  <!ENTITY libinput-download-http "http://www.freedesktop.org/software/libinput/libinput-&libinput-version;.tar.xz">
    1010  <!ENTITY libinput-download-ftp  " ">
    11   <!ENTITY libinput-md5sum        "51bfd53ab545cd72eb9a3e81d8e6b300">
    12   <!ENTITY libinput-size          "864 KB">
    13   <!ENTITY libinput-buildsize     "32 MB (add 10 MB for tests)">
    14   <!ENTITY libinput-time          "0.3 SBU (add 13 minutes for tests, only partially CPU dependent)">
     11  <!ENTITY libinput-md5sum        "643d21c63d5dcc2d73de3d573e9f7538">
     12  <!ENTITY libinput-size          "884 KB">
     13  <!ENTITY libinput-buildsize     "17 MB (add 10 MB for tests)">
     14  <!ENTITY libinput-time          "0.1 SBU (add 37 minutes for tests, not CPU dependent)">
    1515]>
    1616
     
    8585    <para role="optional">
    8686      <xref linkend="check"/> and
    87       <xref linkend="valgrind"/> (to build the tests),
     87      <xref linkend="valgrind"/> (to run the tests),
    8888      <xref linkend="doxygen"/> and
    8989      <xref linkend="graphviz"/> (to build the documentation)
     
    112112make</userinput></screen>
    113113
    114     <para>
    115       Running the testsuite for this package can be dangerous, as
    116       it creates a number of dummy input devices on the currently
     114    <note><para>
     115      To run the tests for this package, valgrind requires a
     116      version of the /lib/ld-2.23.so library with debugging symbols
     117      present.  Normally in LFS these debugging symbols are
     118      stripped at the end of Chapter 6. To get this library,
     119      glibc must be rebuilt with the current glibc version using
     120      the same compiler that was used to build LFS.  The ld-2.23.so
     121      can then be renamed to ld-2.23.so.dbg and copied to /lib.
     122      Then a symlink needs to be changed:</para>
     123
     124    <screen><userinput>ln -sfv ld-2.23.so.dbg /lib/ld-linux-x86-64.so.2</userinput></screen>
     125
     126    <para>Adjust the above instruction as needed for a 32-bit system
     127    or for a different version of glibc</para>
     128
     129    </note>
     130
     131    <para>
     132      Running the testsuite for this package can cause problems.
     133      It creates a number of dummy input devices on the currently
    117134      running system that can lead to crashing a local X server or
    118135      a desktop environment. If you understand the risks and have
Note: See TracChangeset for help on using the changeset viewer.