Changeset c825bdc


Ignore:
Timestamp:
09/09/2003 08:34:19 PM (21 years ago)
Author:
Jeremy Utley <jeremy@…>
Branches:
10.0, 10.0-rc1, 10.1, 10.1-rc1, 11.0, 11.0-rc1, 11.0-rc2, 11.0-rc3, 11.1, 11.1-rc1, 11.2, 11.2-rc1, 11.3, 11.3-rc1, 12.0, 12.0-rc1, 12.1, 12.1-rc1, 6.0, 6.1, 6.1.1, 6.3, 6.4, 6.5, 6.6, 6.7, 6.8, 7.0, 7.1, 7.2, 7.3, 7.4, 7.5, 7.5-systemd, 7.6, 7.6-systemd, 7.7, 7.7-systemd, 7.8, 7.8-systemd, 7.9, 7.9-systemd, 8.0, 8.1, 8.2, 8.3, 8.4, 9.0, 9.1, arm, bdubbs/gcc13, ml-11.0, multilib, renodr/libudev-from-systemd, s6-init, trunk, v5_0, v5_1, v5_1_1, xry111/arm64, xry111/arm64-12.0, xry111/clfs-ng, xry111/lfs-next, xry111/loongarch, xry111/loongarch-12.0, xry111/loongarch-12.1, xry111/mips64el, xry111/pip3, xry111/rust-wip-20221008, xry111/update-glibc
Children:
431f48d1
Parents:
adc2324
Message:

Added minimum locales necessary for tests

git-svn-id: http://svn.linuxfromscratch.org/LFS/trunk/BOOK@2755 4aa44e1e-78dd-0310-a6d2-fbcd4c07a689

Files:
3 edited

Legend:

Unmodified
Added
Removed
  • chapter01/changelog.xml

    radc2324 rc825bdc  
    8383</para></listitem>
    8484
     85<listitem><para>September 9th, 2003 [jeremy]: Glibc - Added commands to both chapter 5 and 6 to include minimum locales necessary for checks.</para></listitem>
     86
    8587<listitem><para>September 9th, 2003 [jeremy]: Chapter 6 - Removed zlib's
    8688munging of CFLAGS in favor of a note to add -fPIC.</para></listitem>
  • chapter05/glibc-inst.xml

    radc2324 rc825bdc  
    100100<userinput>localedef</userinput> command. Information on this can be
    101101found in the <filename>INSTALL</filename> file in the
    102 <filename>glibc-&glibc-version;</filename> tree.</para>
     102<filename>glibc-&glibc-version;</filename> tree. However, there are a
     103number of locales that are essential for the tests of future packages
     104to pass correctly.  The following instructions, in place of the
     105install-locales command above, will install the minimum set of locales
     106necessary for the tests to run successfully:</para>
     107
     108<para><screen><userinput>mkdir -p /stage1/lib/locale
     109localedef -i de_DE -f ISO-8859-1 de_DE
     110localedef -i de_DE@euro -f ISO-8859-15 de_DE@euro
     111localedef -i en_HK -f ISO-8859-1 en_HK
     112localedef -i en_PH -f ISO-8859-1 en_PH
     113localedef -i en_US -f ISO-8859-1 en_US
     114localedef -i es_MX -f ISO-8859-1 es_MX
     115localedef -i fr_FR -f ISO-8859-1 fr_FR
     116localedef -i fr_FR@euro -f ISO-8859-15 fr_FR@euro
     117localedef -i it_IT -f ISO-8859-1 it_IT
     118localedef -i ja_JP -f EUC-JP ja_JP</userinput></screen></para>
    103119
    104120</sect2>
  • chapter06/glibc-inst.xml

    radc2324 rc825bdc  
    7676<userinput>localedef</userinput> command. Information on this can be found in
    7777the <filename>INSTALL</filename> file in the
    78 <filename>glibc-&glibc-version;</filename> tree.</para>
     78<filename>glibc-&glibc-version;</filename> tree. However,  there are a number
     79of locales that are essential for the tests of future packages to pass
     80correctly. The following instructions, in place of the install-locales
     81command above, will install the minimum set of locales necessary for the
     82tests to run successfully:</para>
     83
     84<para><screen><userinput>mkdir -p /stage1/lib/locale
     85localedef -i de_DE -f ISO-8859-1 de_DE
     86localedef -i de_DE@euro -f ISO-8859-15 de_DE@euro
     87localedef -i en_HK -f ISO-8859-1 en_HK
     88localedef -i en_PH -f ISO-8859-1 en_PH
     89localedef -i en_US -f ISO-8859-1 en_US
     90localedef -i es_MX -f ISO-8859-1 es_MX
     91localedef -i fr_FR -f ISO-8859-1 fr_FR
     92localedef -i fr_FR@euro -f ISO-8859-15 fr_FR@euro
     93localedef -i it_IT -f ISO-8859-1 it_IT
     94localedef -i ja_JP -f EUC-JP ja_JP</userinput></screen></para>
    7995
    8096<para>Finally, build the linuxthreads man pages:</para>
Note: See TracChangeset for help on using the changeset viewer.