Changeset b0424f7


Ignore:
Timestamp:
02/20/2016 12:48:56 AM (8 years ago)
Author:
DJ Lucas <dj@…>
Branches:
7.9-systemd
Children:
bfa84e0, c4dcfd8
Parents:
427c00b
Message:

Sync to LFS-7.9-rc2

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

Files:
8 edited

Legend:

Unmodified
Added
Removed
  • chapter01/changelog.xml

    r427c00b rb0424f7  
    3737-->
    3838    <listitem>
     39      <para>2016-02-19</para>
     40      <itemizedlist>
     41        <listitem>
     42          <para>[dj] - Update to glibc-2.23 - Merged from trunk.</para>
     43        </listitem>
     44        <listitem>
     45          <para>[dj] - Update to linux-4.4.2 - Merged from trunk.</para>
     46        </listitem>
     47      </itemizedlist>
     48    </listitem>
     49
     50    <listitem>
    3951      <para>2016-02-16</para>
    4052      <itemizedlist>
    4153        <listitem>
    42           <para>[renodr] - Add patches for mpfr, binutils, gcc, glibc, and bash</para>
     54          <para>[renodr] - Add patches for mpfr, binutils, gcc, glibc, and
     55          bash</para>
    4356        </listitem>
    4457      </itemizedlist>
  • chapter01/whatsnew.xml

    r427c00b rb0424f7  
    9595      <para>Gettext &gettext-version;</para>
    9696    </listitem>
    97     <!--<listitem>
     97    <listitem>
    9898      <para>Glibc &glibc-version;</para>
    99     </listitem>-->
     99    </listitem>
    100100    <listitem>
    101101      <para>GMP &gmp-version;</para>
    102102    </listitem>
    103     <listitem>
     103    <!--<listitem>
    104104      <para>Gperf-&gperf-version;</para>
    105     </listitem>
     105    </listitem>-->
    106106    <listitem>
    107107      <para>Grep &grep-version;</para>
     
    246246      <para>&binutils-upstream-patch;</para>
    247247    </listitem>
    248 
    249 <!--    <listitem>
     248<!--
     249    <listitem>
    250250      <para>&gcc-upstream-patch;</para>
    251     </listitem> -->
    252 
    253     <listitem>
    254       <para>&glibc-largefile-patch;</para>
    255     </listitem>
    256 
    257     <listitem>
    258       <para>&glibc-upstream-patch2;</para>
    259     </listitem>
    260 
     251    </listitem>
     252-->
    261253    <listitem>
    262254      <para>&mpfr-upstream-patch;</para>
    263255    </listitem>
    264 
    265     <!--<listitem>
    266       <para>&glibc-largefile-patch;</para>
    267     </listitem>-->
    268 
    269     <!--<listitem>
    270       <para>&glibc-upstream-patch;</para>
    271     </listitem>-->
    272 
    273     <!--<listitem>
    274       <para>&mpfr-upstream-patch;</para>
    275     </listitem>-->
    276 
    277     <!--<listitem>
    278       <para>Tcl-core-&tcl-version;</para>
    279     </listitem>-->
    280256
    281257  </itemizedlist>
     
    286262
    287263    <!--<listitem>
    288       <para>bash-4.3.30-upstream_fixes-1.patch</para>
    289     </listitem>-->
    290 
    291     <!--<listitem>
    292       <para>mpfr-3.1.2-upstream_fixes-3.patch</para>
    293     </listitem>-->
    294 
    295     <!--<listitem>
    296264      <para>Tcl-8.6.3</para>
    297265    </listitem>-->
    298266
     267    <listitem>
     268      <para>glibc-2.22-upstream_i386_fix-1.patch</para>
     269    </listitem>
     270
    299271  </itemizedlist>
    300272
  • chapter03/patches.xml

    r427c00b rb0424f7  
    7373      </listitem>
    7474    </varlistentry>
    75 
     75<!--
    7676    <varlistentry>
    7777      <term>Glibc i386 Patch - <token>&glibc-upstream-patch-size;</token>:</term>
     
    8181      </listitem>
    8282    </varlistentry>
    83 
    84     <varlistentry>
    85       <term>Glibc Largefile Patch - <token>&glibc-largefile-patch-size;</token>:</term>
    86       <listitem>
    87         <para>Download: <ulink url="&patches-root;&glibc-largefile-patch;"/></para>
    88         <para>MD5 sum: <literal>&glibc-largefile-patch-md5;</literal></para>
    89       </listitem>
    90     </varlistentry>
    91 
    92     <varlistentry>
    93       <term>Glibc Upstream Patch - <token>&glibc-upstream-patch2-size;</token>:</term>
    94       <listitem>
    95         <para>Download: <ulink url="&patches-root;&glibc-upstream-patch2;"/></para>
    96         <para>MD5 sum:  <literal>&glibc-upstream-patch2-md5;</literal></para>
    97       </listitem>
    98     </varlistentry>
    99 
     83-->
    10084    <varlistentry>
    10185      <term>Kbd Backspace/Delete Fix Patch - <token>&kbd-backspace-patch-size;</token>:</term>
  • chapter05/glibc.xml

    r427c00b rb0424f7  
    4343  <sect2 role="installation">
    4444    <title>Installation of Glibc</title>
    45 
     45<!--
    4646    <para>First, fix a build problem that affects i386 systems:</para>
    4747
    4848<screen><userinput remap="pre">patch -Np1 -i ../&glibc-upstream-patch;</userinput></screen>
    49 
     49-->
    5050    <para>The Glibc documentation recommends building Glibc
    5151    in a dedicated build directory:</para>
  • chapter06/glibc.xml

    r427c00b rb0424f7  
    6666    Glibc autoconf tests would give false results and defeat the goal
    6767    of achieving a clean build.</para>
    68 
    69     <para>Now, fix a build problem that affects i386 systems:</para>
     68<!--
     69    <para>Now fix a build problem that affects i386 systems:</para>
    7070
    7171<screen><userinput remap="pre">patch -Np1 -i ../&glibc-upstream-patch;</userinput></screen>
     
    7979
    8080<screen><userinput remap="pre">patch -Np1 -i ../&glibc-upstream-patch2;</userinput></screen>
    81 
     81-->
    8282    <para>The Glibc documentation recommends building Glibc
    8383    in a dedicated build directory:</para>
     
    114114
    115115      <listitem>
    116         <para><emphasis>posix/tst-getaddrinfo4</emphasis> will always fail
    117         due to not having the necessary network applications when the tests are
     116        <para><emphasis>posix/tst-getaddrinfo4</emphasis> and
     117        <emphasis>posix/tst-getaddrinfo5</emphasis> will always fail due
     118        to not having the necessary networking applications when the tests are
    118119        run.</para>
    119120      </listitem>
     
    128129      <listitem>
    129130        <para>The math tests sometimes fail when running on
    130         systems where the CPU is not a relatively new genuine Intel or
    131         authentic AMD processor.</para>
     131        systems where the CPU is not a relatively new Intel or
     132        AMD processor.</para>
    132133      </listitem>
    133134<!--
    134       <listitem>
    135         <para>When running on older and slower hardware or on systems under
    136         load, some tests can fail because of test timeouts being exceeded.
    137         Modifying the make check command to set a TIMEOUTFACTOR is reported to
    138         help eliminate these errors (e.g. <command>TIMEOUTFACTOR=16
    139         make -k check</command>).</para>
    140       </listitem>
    141 -->
    142 <!--
    143       <listitem>
    144         <para>libio/tst-ftell-partial-wide.out fails because it needs a locale
    145         that has not yet been generated.</para>
    146       </listitem>
    147 -->
    148135      <listitem>
    149136        <para>The <emphasis>elf/tst-protected1b</emphasis> and
     
    151138        fail with the current stable version of binutils.</para>
    152139      </listitem>
    153 
     140-->
    154141      <listitem>
    155142        <para>Other tests known to fail on some architectures are
  • general.ent

    r427c00b rb0424f7  
    1 <!ENTITY version         "20160216-systemd">
     1<!ENTITY version         "20160219-systemd">
    22<!ENTITY short-version   "systemd">  <!-- Used in dbus chapter, change to x.y for release -->
    3 <!ENTITY releasedate     "February 16, 2016">
     3<!ENTITY releasedate     "February 19, 2016">
    44<!ENTITY copyrightdate   "1999-2016"><!-- jhalfs needs a literal dash, not &ndash; -->
    55<!ENTITY milestone       "7.9">
  • packages.ent

    r427c00b rb0424f7  
    231231<!ENTITY gettext-ch6-sbu "2.6 SBU">
    232232
    233 <!ENTITY glibc-version "2.22">
    234 <!ENTITY glibc-size "12,666 KB">
     233<!ENTITY glibc-version "2.23">
     234<!ENTITY glibc-size "13,140 KB">
    235235<!ENTITY glibc-url "&gnu;glibc/glibc-&glibc-version;.tar.xz">
    236 <!ENTITY glibc-md5 "e51e02bf552a0a1fbbdc948fb2f5e83c">
     236<!ENTITY glibc-md5 "456995968f3acadbed39f5eba31678df">
    237237<!ENTITY glibc-home "&gnu-software;libc/">
    238238<!ENTITY glibc-ch5-du "654 MB">
     
    376376<!ENTITY linux-major-version "4">
    377377<!ENTITY linux-minor-version "4">
    378 <!ENTITY linux-patch-version "1">
     378<!ENTITY linux-patch-version "2">
    379379<!ENTITY linux-version "&linux-major-version;.&linux-minor-version;.&linux-patch-version;">
    380380<!--<!ENTITY linux-version "&linux-major-version;.&linux-minor-version;">-->
    381 <!ENTITY linux-size "85,244 KB">
     381<!ENTITY linux-size "85,249 KB">
    382382<!ENTITY linux-url "&kernel;linux/kernel/v&linux-major-version;.x/linux-&linux-version;.tar.xz">
    383 <!ENTITY linux-md5 "d27b1458acde6369cf9eaf956f402901">
     383<!ENTITY linux-md5 "d1b8be99e6c12cbc52b2af0520d550bb">
    384384<!ENTITY linux-home "http://www.kernel.org/">
    385385<!-- measured for 3.9.0 / gcc-4.8.0 on x86_64 : minimum is
  • patches.ent

    r427c00b rb0424f7  
    2323<!ENTITY coreutils-i18n-patch-size "148 KB">
    2424
    25 <!--
    26 <!ENTITY gcc-upstream-patch "gcc-&gcc-version;-upstream_fixes-1.patch">
    27 <!ENTITY gcc-upstream-patch-md5 "56d86c16ea62e024e6eebbdc9dc63700">
    28 <!ENTITY gcc-upstream-patch-size "251 KB">
    29 -->
    30 
    3125<!ENTITY glibc-fhs-patch "glibc-&glibc-version;-fhs-1.patch">
    3226<!ENTITY glibc-fhs-patch-md5 "9a5997c3452909b1769918c759eff8a2">
    3327<!ENTITY glibc-fhs-patch-size "2.8 KB">
    34 
    35 <!ENTITY glibc-largefile-patch "glibc-&glibc-version;-largefile-1.patch">
    36 <!ENTITY glibc-largefile-patch-md5 "203fe9133e82f2b59969c116b70fd84e">
    37 <!ENTITY glibc-largefile-patch-size "2.3 KB">
    38 
    39 <!ENTITY glibc-upstream-patch "glibc-&glibc-version;-upstream_i386_fix-1.patch">
    40 <!ENTITY glibc-upstream-patch-md5 "cfb3cb46074a833ac5729be79e4f2592">
    41 <!ENTITY glibc-upstream-patch-size "1.9 KB">
    42 
    43 <!ENTITY glibc-upstream-patch2 "glibc-&glibc-version;-upstream_fixes-1.patch">
    44 <!ENTITY glibc-upstream-patch2-md5 "2357ae19ff8b1bfc527214d19d328903">
    45 <!ENTITY glibc-upstream-patch2-size "52 KB">
    4628
    4729<!ENTITY kbd-backspace-patch "kbd-&kbd-version;-backspace-1.patch">
Note: See TracChangeset for help on using the changeset viewer.