Author: matthew
Date: 2011-11-25 13:50:25 -0700 (Fri, 25 Nov 2011)
New Revision: 9670
Modified:
trunk/BOOK/chapter01/changelog.xml
trunk/BOOK/chapter06/glibc.xml
Log:
Install Glibc's NIS and RPC headers again. Fixes #2965.
Modified: trunk/BOOK/chapter01/changelog.xml
===================================================================
--- trunk/BOOK/chapter01/changelog.xml 2011-11-25 20:49:47 UTC (rev 9669)
+++ trunk/BOOK/chapter01/changelog.xml 2011-11-25 20:50:25 UTC (rev 9670)
@@ -40,6 +40,12 @@
<para>2011-11-25</para>
<itemizedlist>
<listitem>
+ <para>[matthew] - Install Glibc's NIS and RPC headers again. The
+ headers have not been installed by default since Glibc-2.14, but that
+ causes various BLFS packages to break. Fixes
+ <ulink url="&lfs-ticket-root;2965">#2965</ulink>.</para>
+ </listitem>
+ <listitem>
<para>[matthew] - Upgrade to Grep-2.10. Fixes
<ulink url="&lfs-ticket-root;2964">#2964</ulink>.</para>
</listitem>
Modified: trunk/BOOK/chapter06/glibc.xml
===================================================================
--- trunk/BOOK/chapter06/glibc.xml 2011-11-25 20:49:47 UTC (rev 9669)
+++ trunk/BOOK/chapter06/glibc.xml 2011-11-25 20:50:25 UTC (rev 9670)
@@ -221,6 +221,13 @@
<screen><userinput remap="install">make install</userinput></screen>
+ <para>Install NIS and RPC related headers that are not installed by
+ default; these are required by several BLFS packages:</para>
+
+<screen><userinput remap="install">cp -v
../glibc-&glibc-version;/sunrpc/rpc/*.h /usr/include/rpc
+cp -v ../glibc-&glibc-version;/sunrpc/rpcsvc/*.h /usr/include/rpcsvc
+cp -v ../glibc-&glibc-version;/nis/rpcsvc/*.h
/usr/include/rpcsvc</userinput></screen>
+
<para>The locales that can make the system respond in a different language
were not installed by the above command. None of the locales are required,
but if some of them are missing, test suites of the future packages would
--
http://linuxfromscratch.org/mailman/listinfo/lfs-book
FAQ: http://www.linuxfromscratch.org/lfs/faq.html
Unsubscribe: See the above information page