Changeset f885719 for x


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

Location:
x/installing
Files:
2 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
  • x/installing/xorg-server.xml

    rcbd8ed8 rf885719  
    77  <!ENTITY xorg-server-download-http "&xorg-download-http;/xserver/xorg-server-&xorg-server-version;.tar.bz2">
    88  <!ENTITY xorg-server-download-ftp  "&xorg-download-ftp;/xserver/xorg-server-&xorg-server-version;.tar.bz2">
    9   <!ENTITY xorg-server-md5sum        "043d720bf2472a65bb8f0daa97f83dfa">
    10   <!ENTITY xorg-server-size          "5.6 MB">
    11   <!ENTITY xorg-server-buildsize     "544 MB (with tests)">
    12   <!ENTITY xorg-server-time          "1.8 SBU (with tests)">
     9  <!ENTITY xorg-server-md5sum        "d4842dfe3bd9a9d062f2fa1df9104a46">
     10  <!ENTITY xorg-server-size          "5.7 MB">
     11  <!ENTITY xorg-server-buildsize     "705 MB (with tests)">
     12  <!ENTITY xorg-server-time          "2.2 SBU (with tests)">
    1313]>
    1414
     
    7979        </para>
    8080      </listitem>
    81 <!--  Seems to have been included in version 1.18.2
    82       <listitem>
    83         <para>
    84           Recommended patch (required by <xref linkend="wayland"/>):
    85           <ulink url="&patch-root;/xorg-server-&xorg-server-version;-wayland_190-1.patch"/>
    86         </para>
    87       </listitem>-->
    8881    </itemizedlist>
    8982
     
    143136<screen><userinput>patch -Np1 -i ../xorg-server-&xorg-server-version;-add_prime_support-1.patch</userinput></screen>
    144137
    145  <!--   <para>
    146       If you have downloaded the recommended patch, apply it by running the
    147       following command:
    148     </para>
    149 
    150 <screen><userinput>patch -Np1 -i ../xorg-server-&xorg-server-version;-wayland_190-1.patch</userinput></screen>
    151 -->
    152138    <para>
    153139      Install the server by running the following commands:
     
    169155
    170156    <para>
    171       To test the results, issue: <command>make check</command>.
     157      To test the results, issue: <command>make check</command>. You
     158      will need to run <command>ldconfig</command> as the <systemitem
     159      class="username">root</systemitem> user first or some tests may fail.
    172160    </para>
    173161
Note: See TracChangeset for help on using the changeset viewer.