Changeset 8149

Show
Ignore:
Timestamp:
06/06/07 11:28:25 (1 year ago)
Author:
manuel
Message:

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

Files:

Legend:

Unmodified
Added
Removed
Modified
Copied
Moved
  • trunk/BOOK/chapter01/changelog.xml

    r8147 r8149  
    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> 
  • trunk/BOOK/chapter06/bash.xml

    r8006 r8149  
    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 
  • trunk/BOOK/chapter08/kernel.xml

    r8147 r8149  
    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 
  • trunk/BOOK/general.ent

    r8136 r8149  
    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}]" -->