Install Glibc's NIS and RPC headers again. Fixes #2965.

git-svn-id: http://svn.linuxfromscratch.org/LFS/trunk/BOOK@9670 4aa44e1e-78dd-0310-a6d2-fbcd4c07a689
This commit is contained in:
Matthew Burgess 2011-11-25 20:50:25 +00:00
parent b05e6b1be2
commit 8e9135839a
2 changed files with 13 additions and 0 deletions

View File

@ -39,6 +39,12 @@
<listitem> <listitem>
<para>2011-11-25</para> <para>2011-11-25</para>
<itemizedlist> <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> <listitem>
<para>[matthew] - Upgrade to Grep-2.10. Fixes <para>[matthew] - Upgrade to Grep-2.10. Fixes
<ulink url="&lfs-ticket-root;2964">#2964</ulink>.</para> <ulink url="&lfs-ticket-root;2964">#2964</ulink>.</para>

View File

@ -221,6 +221,13 @@ grep Error glibc-check-log</userinput></screen>
<screen><userinput remap="install">make install</userinput></screen> <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 <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, 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 but if some of them are missing, test suites of the future packages would