Ignore:
Timestamp:
12/31/2015 09:09:13 AM (8 years ago)
Author:
DJ Lucas <dj@…>
Branches:
7.9-systemd
Children:
6e13139
Parents:
6eb40d4
Message:

Sync with trunk r10891, update to udev-1.10.6, update to systemd-228.

git-svn-id: http://svn.linuxfromscratch.org/LFS/branches/systemd@10982 4aa44e1e-78dd-0310-a6d2-fbcd4c07a689

File:
1 edited

Legend:

Unmodified
Added
Removed
  • chapter06/glibc.xml

    r6eb40d4 r131c907  
    7171<screen><userinput remap="pre">patch -Np1 -i ../&glibc-upstream-patch;</userinput></screen>
    7272
     73    <para>The most recent stable version of Glibc does not handle large files
     74    correctly.  Fix the problem with this patch:</para>
     75
     76<screen><userinput remap="pre">patch -Np1 -i ../&glibc-largefile-patch;</userinput></screen>
     77
    7378    <para>The Glibc documentation recommends building Glibc outside of the source
    7479    directory in a dedicated build directory:</para>
     
    139144-->
    140145      <listitem>
    141         <para>The <emphasis>elf/tst-protected1a</emphasis> and
     146        <para>The <emphasis>elf/tst-protected1b</emphasis> and
    142147        <emphasis>elf/tst-protected1b</emphasis> tests are known to
    143148        fail with the current stable version of binutils.</para>
     
    272277    <title>Adding time zone data</title>
    273278
    274     <para>Install and set up the timezone data with the following:</para>
     279    <para>Install and set up the time zone data with the following:</para>
    275280<screen><userinput>tar -xf ../tzdata&tzdata-version;.tar.gz
    276281
     
    295300        <term><parameter>zic -L /dev/null ...</parameter></term>
    296301        <listitem>
    297           <para>This creates posix timezones, without any leap seconds.  It is
     302          <para>This creates posix time zones, without any leap seconds.  It is
    298303          conventional to put these in both
    299304          <filename class="directory">zoneinfo</filename> and
    300305          <filename class="directory">zoneinfo/posix</filename>. It is
    301           necessary to put the POSIX timezones in
     306          necessary to put the POSIX time zones in
    302307          <filename class="directory">zoneinfo</filename>, otherwise various
    303308          test-suites will report errors. On an embedded system, where space is
    304           tight and you do not intend to ever update the timezones, you could save
     309          tight and you do not intend to ever update the time zones, you could save
    305310          1.9MB by not using the <filename class="directory">posix</filename>
    306311          directory, but some applications or test-suites might produce some
     
    311316        <term><parameter>zic -L leapseconds ...</parameter></term>
    312317        <listitem>
    313           <para>This creates right timezones, including leap seconds. On an
     318          <para>This creates right time zones, including leap seconds. On an
    314319          embedded system, where space is tight and you do not intend to
    315           ever update the timezones, or care about the correct time, you could
     320          ever update the time zones, or care about the correct time, you could
    316321          save 1.9MB by omitting the <filename class="directory">right</filename>
    317322          directory.</para>
     
    337342    output the name of the time zone (e.g.,
    338343    <emphasis>America/Edmonton</emphasis>). There are also some other possible
    339     timezones listed in <filename
     344    time zones listed in <filename
    340345    class='directory'>/usr/share/zoneinfo</filename> such as
    341346    <emphasis>Canada/Eastern</emphasis> or <emphasis>EST5EDT</emphasis> that
Note: See TracChangeset for help on using the changeset viewer.