Changeset 6580440


Ignore:
Timestamp:
05/09/2015 10:54:21 AM (9 years ago)
Author:
Krejzi <krejzi@…>
Branches:
7.8-systemd, 7.9-systemd
Children:
7667786
Parents:
ed848ed
Message:

Import trunk.

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

Files:
4 edited

Legend:

Unmodified
Added
Removed
  • chapter01/changelog.xml

    red848ed r6580440  
    3838
    3939    <listitem>
     40      <para>2015-04-26</para>
     41      <itemizedlist>
     42        <listitem>
     43          <para>[bdubbs] - Updated to tzdata-2015d. Fixes
     44          <ulink url="&lfs-ticket-root;3780">#3780</ulink>.</para>
     45        </listitem>
     46      </itemizedlist>
     47    </listitem>
     48
     49    <listitem>
    4050      <para>2015-04-24</para>
    4151      <itemizedlist>
  • chapter06/gcc.xml

    red848ed r6580440  
    4141  <sect2 role="installation">
    4242    <title>Installation of GCC</title>
    43 <!--
    44     <para>As in Chapter 5, fix a problem identified upstream:</para>
    45 
    46 <screen><userinput remap="pre">sed -i 's/if \((code.*))\)/if (\1 \&amp;\&amp; \!DEBUG_INSN_P (insn))/' gcc/sched-deps.c</userinput></screen>
    47 
    48 
    49     <para>Now fix another problem identified upstream that causes some
    50     programs to fail:</para>
    51 
    52 <screen><userinput remap="pre">patch -Np1 -i ../&gcc-upstream-patch;</userinput></screen>
    53 -->
     43
    5444    <para>The GCC documentation recommends building GCC outside of the source
    5545    directory in a dedicated build directory:</para>
     
    122112
    123113    <para>A few unexpected failures cannot always be avoided. The GCC developers
    124     are usually aware of these issues, but have not resolved them yet. <!-- In
    125     particular, the <filename class="libraryfile">libmudflap</filename> tests
    126     are known to be particularly problematic as a result of a bug in GCC
    127     (<ulink url="http://gcc.gnu.org/bugzilla/show_bug.cgi?id=20003"/>). -->
     114    are usually aware of these issues, but have not resolved them yet.
     115    In particular, four tests in the libgomp test suite are known to fail.
    128116    Unless the test results are vastly different from those at the above URL,
    129117    it is safe to continue.</para>
  • chapter06/glibc.xml

    red848ed r6580440  
    118118
    119119    <itemizedlist>
     120
     121      <listitem>
     122        <para>posix/tst-getaddrinfo4 will always fail
     123        due to not having a network connection when the tests are run.</para>
     124      </listitem>
    120125
    121126      <listitem>
     
    140145      </listitem>
    141146-->
    142       <listitem>
    143         <para>posix/tst-getaddrinfo4 and posix/tst-getaddrinfo5 will always fail
    144         due to not having a network connection when the tests are run.</para>
    145       </listitem>
    146147<!--
    147148      <listitem>
  • packages.ent

    red848ed r6580440  
    563563<!ENTITY texinfo-ch6-sbu "0.5 SBU">
    564564
    565 <!ENTITY tzdata-version "2015c">
    566 <!ENTITY tzdata-size "288 KB">
     565<!ENTITY tzdata-version "2015d">
     566<!ENTITY tzdata-size "290 KB">
    567567<!ENTITY tzdata-url "http://www.iana.org/time-zones/repository/releases/tzdata&tzdata-version;.tar.gz">
    568 <!ENTITY tzdata-md5 "4b4a3e344786198c46909e5afde08788">
     568<!ENTITY tzdata-md5 "b595bdc4474b8fc1a15cffc67c66025b">
    569569<!ENTITY tzdata-home "http://www.iana.org/time-zones">
    570570
Note: See TracChangeset for help on using the changeset viewer.