mirror of
https://git.linuxfromscratch.org/lfs.git
synced 2025-06-19 11:49:20 +01:00
Put back instructions to disable installation of vi_VN.TCVN locale in glibc.
git-svn-id: http://svn.linuxfromscratch.org/LFS/trunk/BOOK@8687 4aa44e1e-78dd-0310-a6d2-fbcd4c07a689
This commit is contained in:
parent
324209d15c
commit
36f12da493
@ -40,6 +40,10 @@
|
|||||||
<listitem>
|
<listitem>
|
||||||
<para>2008-10-21</para>
|
<para>2008-10-21</para>
|
||||||
<itemizedlist>
|
<itemizedlist>
|
||||||
|
<listitem>
|
||||||
|
<para>[dj] - Reintroduced the command to supress installation of the
|
||||||
|
vi_VN.TCVN locale as bash is still broken with it.</para>
|
||||||
|
</listitem>
|
||||||
<listitem>
|
<listitem>
|
||||||
<para>[dj] - Put Coreutils-i18n patch back into place.</para>
|
<para>[dj] - Put Coreutils-i18n patch back into place.</para>
|
||||||
</listitem>
|
</listitem>
|
||||||
|
@ -70,12 +70,12 @@
|
|||||||
<screen><userinput remap="pre">tar -xvf ../glibc-libidn-&glibc-version;.tar.bz2
|
<screen><userinput remap="pre">tar -xvf ../glibc-libidn-&glibc-version;.tar.bz2
|
||||||
mv glibc-libidn-&glibc-version; libidn</userinput></screen>-->
|
mv glibc-libidn-&glibc-version; libidn</userinput></screen>-->
|
||||||
|
|
||||||
<!-- <para>In the vi_VN.TCVN locale, <command>bash</command> enters an infinite loop
|
<para>In the vi_VN.TCVN locale, <command>bash</command> enters an infinite
|
||||||
at startup. It is unknown whether this is a <command>bash</command> bug or a
|
loop at startup. It is unknown whether this is a <command>bash</command>
|
||||||
Glibc problem. Disable installation of this locale in order to avoid the
|
bug or a Glibc problem. Disable installation of this locale in order to
|
||||||
problem:</para>
|
avoid the problem:</para>
|
||||||
|
|
||||||
<screen><userinput remap="pre">sed -i '/vi_VN.TCVN/d' localedata/SUPPORTED</userinput></screen> -->
|
<screen><userinput remap="pre">sed -i '/vi_VN.TCVN/d' localedata/SUPPORTED</userinput></screen>
|
||||||
|
|
||||||
<!-- <para>When running <command>make install</command>, a script called
|
<!-- <para>When running <command>make install</command>, a script called
|
||||||
<filename>test-installation.pl</filename> performs a small sanity test on
|
<filename>test-installation.pl</filename> performs a small sanity test on
|
||||||
|
Loading…
Reference in New Issue
Block a user