Changeset b0424f7
- Timestamp:
- 02/20/2016 12:48:56 AM (8 years ago)
- Branches:
- 7.9-systemd
- Children:
- bfa84e0, c4dcfd8
- Parents:
- 427c00b
- Files:
-
- 8 edited
Legend:
- Unmodified
- Added
- Removed
-
chapter01/changelog.xml
r427c00b rb0424f7 37 37 --> 38 38 <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> 39 51 <para>2016-02-16</para> 40 52 <itemizedlist> 41 53 <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> 43 56 </listitem> 44 57 </itemizedlist> -
chapter01/whatsnew.xml
r427c00b rb0424f7 95 95 <para>Gettext &gettext-version;</para> 96 96 </listitem> 97 < !--<listitem>97 <listitem> 98 98 <para>Glibc &glibc-version;</para> 99 </listitem> -->99 </listitem> 100 100 <listitem> 101 101 <para>GMP &gmp-version;</para> 102 102 </listitem> 103 < listitem>103 <!--<listitem> 104 104 <para>Gperf-&gperf-version;</para> 105 </listitem> 105 </listitem>--> 106 106 <listitem> 107 107 <para>Grep &grep-version;</para> … … 246 246 <para>&binutils-upstream-patch;</para> 247 247 </listitem> 248 249 <!--<listitem>248 <!-- 249 <listitem> 250 250 <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 --> 261 253 <listitem> 262 254 <para>&mpfr-upstream-patch;</para> 263 255 </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>-->280 256 281 257 </itemizedlist> … … 286 262 287 263 <!--<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>296 264 <para>Tcl-8.6.3</para> 297 265 </listitem>--> 298 266 267 <listitem> 268 <para>glibc-2.22-upstream_i386_fix-1.patch</para> 269 </listitem> 270 299 271 </itemizedlist> 300 272 -
chapter03/patches.xml
r427c00b rb0424f7 73 73 </listitem> 74 74 </varlistentry> 75 75 <!-- 76 76 <varlistentry> 77 77 <term>Glibc i386 Patch - <token>&glibc-upstream-patch-size;</token>:</term> … … 81 81 </listitem> 82 82 </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 --> 100 84 <varlistentry> 101 85 <term>Kbd Backspace/Delete Fix Patch - <token>&kbd-backspace-patch-size;</token>:</term> -
chapter05/glibc.xml
r427c00b rb0424f7 43 43 <sect2 role="installation"> 44 44 <title>Installation of Glibc</title> 45 45 <!-- 46 46 <para>First, fix a build problem that affects i386 systems:</para> 47 47 48 48 <screen><userinput remap="pre">patch -Np1 -i ../&glibc-upstream-patch;</userinput></screen> 49 49 --> 50 50 <para>The Glibc documentation recommends building Glibc 51 51 in a dedicated build directory:</para> -
chapter06/glibc.xml
r427c00b rb0424f7 66 66 Glibc autoconf tests would give false results and defeat the goal 67 67 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> 70 70 71 71 <screen><userinput remap="pre">patch -Np1 -i ../&glibc-upstream-patch;</userinput></screen> … … 79 79 80 80 <screen><userinput remap="pre">patch -Np1 -i ../&glibc-upstream-patch2;</userinput></screen> 81 81 --> 82 82 <para>The Glibc documentation recommends building Glibc 83 83 in a dedicated build directory:</para> … … 114 114 115 115 <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 118 119 run.</para> 119 120 </listitem> … … 128 129 <listitem> 129 130 <para>The math tests sometimes fail when running on 130 systems where the CPU is not a relatively new genuineIntel or131 authenticAMD processor.</para>131 systems where the CPU is not a relatively new Intel or 132 AMD processor.</para> 132 133 </listitem> 133 134 <!-- 134 <listitem>135 <para>When running on older and slower hardware or on systems under136 load, some tests can fail because of test timeouts being exceeded.137 Modifying the make check command to set a TIMEOUTFACTOR is reported to138 help eliminate these errors (e.g. <command>TIMEOUTFACTOR=16139 make -k check</command>).</para>140 </listitem>141 -->142 <!--143 <listitem>144 <para>libio/tst-ftell-partial-wide.out fails because it needs a locale145 that has not yet been generated.</para>146 </listitem>147 -->148 135 <listitem> 149 136 <para>The <emphasis>elf/tst-protected1b</emphasis> and … … 151 138 fail with the current stable version of binutils.</para> 152 139 </listitem> 153 140 --> 154 141 <listitem> 155 142 <para>Other tests known to fail on some architectures are -
general.ent
r427c00b rb0424f7 1 <!ENTITY version "2016021 6-systemd">1 <!ENTITY version "20160219-systemd"> 2 2 <!ENTITY short-version "systemd"> <!-- Used in dbus chapter, change to x.y for release --> 3 <!ENTITY releasedate "February 1 6, 2016">3 <!ENTITY releasedate "February 19, 2016"> 4 4 <!ENTITY copyrightdate "1999-2016"><!-- jhalfs needs a literal dash, not – --> 5 5 <!ENTITY milestone "7.9"> -
packages.ent
r427c00b rb0424f7 231 231 <!ENTITY gettext-ch6-sbu "2.6 SBU"> 232 232 233 <!ENTITY glibc-version "2.2 2">234 <!ENTITY glibc-size "1 2,666KB">233 <!ENTITY glibc-version "2.23"> 234 <!ENTITY glibc-size "13,140 KB"> 235 235 <!ENTITY glibc-url "&gnu;glibc/glibc-&glibc-version;.tar.xz"> 236 <!ENTITY glibc-md5 " e51e02bf552a0a1fbbdc948fb2f5e83c">236 <!ENTITY glibc-md5 "456995968f3acadbed39f5eba31678df"> 237 237 <!ENTITY glibc-home "&gnu-software;libc/"> 238 238 <!ENTITY glibc-ch5-du "654 MB"> … … 376 376 <!ENTITY linux-major-version "4"> 377 377 <!ENTITY linux-minor-version "4"> 378 <!ENTITY linux-patch-version " 1">378 <!ENTITY linux-patch-version "2"> 379 379 <!ENTITY linux-version "&linux-major-version;.&linux-minor-version;.&linux-patch-version;"> 380 380 <!--<!ENTITY linux-version "&linux-major-version;.&linux-minor-version;">--> 381 <!ENTITY linux-size "85,24 4KB">381 <!ENTITY linux-size "85,249 KB"> 382 382 <!ENTITY linux-url "&kernel;linux/kernel/v&linux-major-version;.x/linux-&linux-version;.tar.xz"> 383 <!ENTITY linux-md5 "d 27b1458acde6369cf9eaf956f402901">383 <!ENTITY linux-md5 "d1b8be99e6c12cbc52b2af0520d550bb"> 384 384 <!ENTITY linux-home "http://www.kernel.org/"> 385 385 <!-- measured for 3.9.0 / gcc-4.8.0 on x86_64 : minimum is -
patches.ent
r427c00b rb0424f7 23 23 <!ENTITY coreutils-i18n-patch-size "148 KB"> 24 24 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 31 25 <!ENTITY glibc-fhs-patch "glibc-&glibc-version;-fhs-1.patch"> 32 26 <!ENTITY glibc-fhs-patch-md5 "9a5997c3452909b1769918c759eff8a2"> 33 27 <!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">46 28 47 29 <!ENTITY kbd-backspace-patch "kbd-&kbd-version;-backspace-1.patch">
Note:
See TracChangeset
for help on using the changeset viewer.