Changeset 2ccccf7


Ignore:
Timestamp:
06/06/2007 05:28:25 PM (17 years ago)
Author:
Manuel Canales Esparcia <manuel@…>
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.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, 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:
01670aad
Parents:
5111cd5
Message:

Adjusted locale settings for Bash testsuite run and kernel's make menuconfig.

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

Files:
4 edited

Legend:

Unmodified
Added
Removed
  • chapter01/changelog.xml

    r5111cd5 r2ccccf7  
    3838
    3939    <listitem>
     40      <para>2007-06-06</para>
     41      <itemizedlist>
     42        <listitem>
     43          <para>[manuel] - Adjusted locale settings for Bash testsuite run and
     44          kernel <command>make menuconfig</command> command. Fixes
     45          <ulink url="&lfs-ticket-root;1938">#1938</ulink>.</para>
     46        </listitem>
     47      </itemizedlist>
     48    </listitem>
     49
     50    <listitem>
    4051      <para>2007-06-05</para>
    4152      <itemizedlist>
     
    4354          <para>[manuel] - Made more prominent that the headers in the system's
    4455          include directory must be ones against which Glibc was compiled.
    45           Fixes  <ulink url="&lfs-ticket-root;2024">#2024</ulink></para>
     56          Fixes  <ulink url="&lfs-ticket-root;2024">#2024</ulink>.</para>
    4657        </listitem>
    4758        <listitem>
  • chapter06/bash.xml

    r5111cd5 r2ccccf7  
    7373    <para>To test the results, issue:</para>
    7474
    75 <screen><userinput>chown -Rv nobody ./
     75<screen><userinput>sed -i 's/LANG/LC_ALL/' tests/intl.tests
     76chown -Rv nobody ./
    7677su-tools nobody -s /bin/bash -c "make tests"</userinput></screen>
    7778
  • chapter08/kernel.xml

    r5111cd5 r2ccccf7  
    5656    url="&blfs-root;view/svn/longindex.html#kernel-config-index"/>:</para>
    5757
    58 <screen role="nodump"><userinput>make menuconfig</userinput></screen>
     58<screen role="nodump"><userinput>make LANG=<replaceable>&lt;host_LANG_value&gt;</replaceable> LC_ALL= menuconfig</userinput></screen>
     59
     60    <variablelist>
     61      <title>The meaning of the make parameters:</title>
     62
     63      <varlistentry>
     64        <term><parameter>LANG=&lt;host_LANG_value&gt; LC_ALL=</parameter></term>
     65        <listitem>
     66          <para>This establishes the locale setting to the one used on the host.
     67          This is needed for a proper menuconfig ncurses interface line
     68          drawing on UTF-8 linux text console.</para>
     69
     70          <para>Be sure to replace <replaceable>&lt;host_LANG_value&gt;</replaceable>
     71          by the value of the <envar>$LANG</envar> variable from your host.
     72          If not set, you could use also the host's value of <envar>$LC_ALL</envar>
     73          or <envar>$LC_CTYPE</envar>.</para>
     74        </listitem>
     75      </varlistentry>
     76
     77    </variablelist>
    5978
    6079    <para>Alternatively, <command>make oldconfig</command> may be more
     
    144163      <filename class="directory">include</filename> directory should
    145164      <emphasis>always</emphasis> be the ones against which Glibc was compiled,
    146       that is, the sanitised headers from the Linux kernel tarball.
    147       Therefore, should <emphasis>never</emphasis> be replaced by the raw kernel
    148       headers or if upgrading the kernel.</para>
     165      that is, the sanitised headers from this Linux kernel tarball.
     166      Therefore, thay should <emphasis>never</emphasis> be replaced by either
     167      the raw kernel headers or any other kernel sanitized headers.</para>
    149168    </warning>
    150169
  • general.ent

    r5111cd5 r2ccccf7  
    11<?xml version="1.0" encoding="ISO-8859-1"?>
    2 <!ENTITY version "SVN-20070514">
    3 <!ENTITY releasedate "May 14, 2007">
     2<!ENTITY version "SVN-20070606">
     3<!ENTITY releasedate "June 06, 2007">
    44<!ENTITY milestone "6.3">
    55<!ENTITY generic-version "development"> <!-- Use "development", "testing", or "x.y[-pre{x}]" -->
Note: See TracChangeset for help on using the changeset viewer.