Changeset 31a934e for x


Ignore:
Timestamp:
05/14/2006 08:13:08 PM (18 years ago)
Author:
DJ Lucas <dj@…>
Branches:
10.0, 10.1, 11.0, 11.1, 11.2, 11.3, 12.0, 12.1, 6.2, 6.2.0, 6.2.0-rc1, 6.2.0-rc2, 6.3, 6.3-rc1, 6.3-rc2, 6.3-rc3, 7.10, 7.4, 7.5, 7.6, 7.6-blfs, 7.6-systemd, 7.7, 7.8, 7.9, 8.0, 8.1, 8.2, 8.3, 8.4, 9.0, 9.1, basic, bdubbs/svn, elogind, gnome, kde5-13430, kde5-14269, kde5-14686, 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, systemd-11177, systemd-13485, trunk, upgradedb, xry111/intltool, xry111/llvm18, xry111/soup3, xry111/test-20220226, xry111/xf86-video-removal
Children:
ea9f7caf
Parents:
608a225
Message:

readded note about broken system kd.h to xorg-server

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

File:
1 edited

Legend:

Unmodified
Added
Removed
  • x/installing/x7server.xml

    r608a225 r31a934e  
    8787<screen><userinput>sed -i 's/ntri &amp; sizeof/ntri * sizeof/' render/mitri.c</userinput></screen>
    8888
     89<!-- To be removed if/when proposed glibc patch is added to LFS SVN
     90     Leave in in for a couple of weeks with 'you may need' and a testcase
     91     around it to save the support list silly questions.  Should remove in
     92     a couple of weeks -->       
     93      <para>Recent <application>Glibc</application> may have a problem with its
     94      installed <filename>sys/kd.h</filename> file. This has recently been
     95      fixed in LFS SVN.  Execute the following commands to work around a
     96      broken <filename>kd.h</filename> file.  The commands will only make the
     97      modification if needed:</para>
     98
     99<screen><userinput>grep "__undef_LINUX" \
     100    /usr/include/sys/kd.h 2&gt;&amp;1 &gt; /dev/null || \
     101    sed -i.bak '/CONFIG_H/i #include &lt;linux/types.h&gt;' \
     102    programs/Xserver/hw/xfree86/os-support/linux/lnx_agp.c</userinput></screen>
     103<!-- End remove -->
     104
    89105    <para>Install the server by running the following commands:</para>
    90106
Note: See TracChangeset for help on using the changeset viewer.