Author: dj
Date: 2006-05-14 14:13:08 -0600 (Sun, 14 May 2006)
New Revision: 6079
Modified:
trunk/BOOK/introduction/welcome/changelog.xml
trunk/BOOK/x/installing/x7server.xml
Log:
readded note about broken system kd.h to xorg-server
Modified: trunk/BOOK/introduction/welcome/changelog.xml
===================================================================
--- trunk/BOOK/introduction/welcome/changelog.xml 2006-05-14 19:47:38 UTC
(rev 6078)
+++ trunk/BOOK/introduction/welcome/changelog.xml 2006-05-14 20:13:08 UTC
(rev 6079)
@@ -56,7 +56,7 @@
Wrapper and cURL's test suite.</para>
</listitem>
<listitem>
- <para>[dj] - Updated OpenOffice patch for system SeaMonkey and added
+ <para>[dj] - Updated OpenOffice patch for system Firefox and added
OpenOffice to list of packages that will utilize system nss in
Mozilla product pages.</para>
</listitem>
Modified: trunk/BOOK/x/installing/x7server.xml
===================================================================
--- trunk/BOOK/x/installing/x7server.xml 2006-05-14 19:47:38 UTC (rev
6078)
+++ trunk/BOOK/x/installing/x7server.xml 2006-05-14 20:13:08 UTC (rev
6079)
@@ -86,6 +86,22 @@
<screen><userinput>sed -i 's/ntri & sizeof/ntri * sizeof/'
render/mitri.c</userinput></screen>
+<!-- To be removed if/when proposed glibc patch is added to LFS SVN
+ Leave in in for a couple of weeks with 'you may need' and a testcase
+ around it to save the support list silly questions. Should remove in
+ a couple of weeks -->
+ <para>Recent <application>Glibc</application> may have a problem with its
+ installed <filename>sys/kd.h</filename> file. This has recently been
+ fixed in LFS SVN. Execute the following commands to work around a
+ broken <filename>kd.h</filename> file. The commands will only make the
+ modification if needed:</para>
+
+<screen><userinput>grep "__undef_LINUX" \
+ /usr/include/sys/kd.h 2>&1 > /dev/null || \
+ sed -i.bak '/CONFIG_H/i #include <linux/types.h>' \
+ programs/Xserver/hw/xfree86/os-support/linux/lnx_agp.c</userinput></screen>
+<!-- End remove -->
+
<para>Install the server by running the following commands:</para>
<screen><userinput>./configure $XORG_CONFIG \
--
http://linuxfromscratch.org/mailman/listinfo/blfs-book
FAQ: http://www.linuxfromscratch.org/blfs/faq.html
Unsubscribe: See the above information page