Changeset 9218b05
- Timestamp:
- 02/19/2016 10:11:22 PM (7 years ago)
- Branches:
- 10.0, 10.0-rc1, 10.1, 10.1-rc1, 11.0, 11.0-rc1, 11.0-rc2, 11.0-rc3, 11.1, 11.1-rc1, 11.2, 11.2-rc1, 11.3, 11.3-rc1, 7.10, 7.10-rc1, 7.9, 7.9-rc2, 8.0, 8.0-rc1, 8.1, 8.1-rc1, 8.1-rc2, 8.2, 8.2-rc1, 8.3, 8.3-rc1, 8.3-rc2, 8.4, 8.4-rc1, 9.0, 9.0-rc1, 9.1, 9.1-rc1, BOOK.old, arm, bdubbs/gcc13, cross-chap5, ml-11.0, multilib, nosym, old-trunk, s6-init, trunk, xry111/arm64, xry111/clfs-ng, xry111/git-transition, xry111/glibc-2.34, xry111/glibc-2.37, xry111/kcfg-revise, xry111/lfs-next, xry111/pip3, xry111/queue-11.3, xry111/rust-wip-20221008, xry111/tester-nohack, xry111/usr-move
- Children:
- a885478, da6a8bc
- Parents:
- 9d2bb34c
- Files:
-
- 8 edited
Legend:
- Unmodified
- Added
- Removed
-
chapter01/changelog.xml
r9d2bb34c r9218b05 40 40 <itemizedlist> 41 41 <listitem> 42 <para>[bdubbs] - LFS-7.9-rc2 released.</para> 43 </listitem> 44 <listitem> 45 <para>[bdubbs] - Update to glibc-2.23. Fixes 46 <ulink url="&lfs-ticket-root;3889">#3889</ulink>.</para> 47 </listitem> 48 <listitem> 49 <para>[bdubbs] - Update to linux-4.4.2. Fixes 50 <ulink url="&lfs-ticket-root;3888">#3888</ulink>.</para> 51 </listitem> 52 </itemizedlist> 53 </listitem> 54 55 <listitem> 56 <para>2016-02-16</para> 57 <itemizedlist> 58 <listitem> 42 59 <para>[bdubbs] - Update patches for bash, binutils, 43 glibc, mpfr, and gcc from upstream repositories.</para> 60 glibc, mpfr, and gcc from upstream repositories. Fixes (among other 61 things) <ulink url="&lfs-ticket-root;3887">#3887</ulink>.</para> 44 62 </listitem> 45 63 </itemizedlist> -
chapter01/whatsnew.xml
r9d2bb34c r9218b05 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> … … 258 258 --> 259 259 <listitem> 260 <para>&glibc-largefile-patch;</para>261 </listitem>262 263 <listitem>264 <para>&glibc-upstream-patch2;</para>265 </listitem>266 267 <listitem>268 260 <para>&mpfr-upstream-patch;</para> 269 261 </listitem> … … 279 271 </listitem>--> 280 272 281 < !--<listitem>282 <para> Eudev-manpages separate tarball</para>283 </listitem> -->273 <listitem> 274 <para>glibc-2.22-upstream_i386_fix-1.patch</para> 275 </listitem> 284 276 285 277 </itemizedlist> -
chapter03/patches.xml
r9d2bb34c r9218b05 74 74 </listitem> 75 75 </varlistentry> 76 76 <!-- 77 77 <varlistentry> 78 78 <term>Glibc i386 Patch - <token>&glibc-upstream-patch-size;</token>:</term> … … 82 82 </listitem> 83 83 </varlistentry> 84 85 <varlistentry> 86 <term>Glibc Largefile Patch - <token>&glibc-largefile-patch-size;</token>:</term> 87 <listitem> 88 <para>Download: <ulink url="&patches-root;&glibc-largefile-patch;"/></para> 89 <para>MD5 sum: <literal>&glibc-largefile-patch-md5;</literal></para> 90 </listitem> 91 </varlistentry> 92 93 <varlistentry> 94 <term>Glibc Upstream Patchs - <token>&glibc-upstream-patch2-size;</token>:</term> 95 <listitem> 96 <para>Download: <ulink url="&patches-root;&glibc-upstream-patch2;"/></para> 97 <para>MD5 sum: <literal>&glibc-upstream-patch2-md5;</literal></para> 98 </listitem> 99 </varlistentry> 100 84 --> 101 85 <varlistentry> 102 86 <term>Kbd Backspace/Delete Fix Patch - <token>&kbd-backspace-patch-size;</token>:</term> -
chapter05/glibc.xml
r9d2bb34c r9218b05 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
r9d2bb34c r9218b05 68 68 Glibc autoconf tests would give false results and defeat the goal 69 69 of achieving a clean build.</para> 70 70 <!-- 71 71 <para>Now fix a build problem that affects i386 systems:</para> 72 72 … … 81 81 82 82 <screen><userinput remap="pre">patch -Np1 -i ../&glibc-upstream-patch2;</userinput></screen> 83 83 --> 84 84 <para>The Glibc documentation recommends building Glibc 85 85 in a dedicated build directory:</para> … … 116 116 117 117 <listitem> 118 <para><emphasis>posix/tst-getaddrinfo4</emphasis> will always fail due 119 to not having the necessary networking applications when the tests are 118 <para><emphasis>posix/tst-getaddrinfo4</emphasis> and 119 <emphasis>posix/tst-getaddrinfo5</emphasis> will always fail due 120 to not having the necessary networking applications when the tests are 120 121 run.</para> 121 122 </listitem> … … 130 131 <listitem> 131 132 <para>The math tests sometimes fail when running on 132 systems where the CPU is not a relatively new genuineIntel or133 authenticAMD processor.</para>133 systems where the CPU is not a relatively new Intel or 134 AMD processor.</para> 134 135 </listitem> 135 136 <!-- 136 137 <listitem> 137 138 <para>The <emphasis>elf/tst-protected1a</emphasis> and … … 139 140 fail with the current stable version of binutils.</para> 140 141 </listitem> 141 <!-- 142 142 143 <listitem> 143 144 <para>When running on older and slower hardware or on systems under -
general.ent
r9d2bb34c r9218b05 1 <!ENTITY version "SVN-2016021 6">1 <!ENTITY version "SVN-20160219"> 2 2 <!ENTITY short-version "svn"> <!-- Used below in &blfs-book;. Change to x.y for release 3 3 but not -rc releases --> 4 <!ENTITY releasedate "February 1 6, 2016">4 <!ENTITY releasedate "February 19, 2016"> 5 5 <!ENTITY copyrightdate "1999-2016"><!-- jhalfs needs a literal dash, not – --> 6 6 <!ENTITY milestone "7.9"> -
packages.ent
r9d2bb34c r9218b05 230 230 <!ENTITY gettext-ch6-sbu "3.3 SBU"> 231 231 232 <!ENTITY glibc-version "2.2 2">233 <!ENTITY glibc-size "1 2,666KB">232 <!ENTITY glibc-version "2.23"> 233 <!ENTITY glibc-size "13,140 KB"> 234 234 <!ENTITY glibc-url "&gnu;glibc/glibc-&glibc-version;.tar.xz"> 235 <!ENTITY glibc-md5 " e51e02bf552a0a1fbbdc948fb2f5e83c">235 <!ENTITY glibc-md5 "456995968f3acadbed39f5eba31678df"> 236 236 <!ENTITY glibc-home "&gnu-software;libc/"> 237 237 <!ENTITY glibc-ch5-du "650 MB"> … … 383 383 <!ENTITY linux-major-version "4"> 384 384 <!ENTITY linux-minor-version "4"> 385 <!ENTITY linux-patch-version " 1">385 <!ENTITY linux-patch-version "2"> 386 386 <!ENTITY linux-version "&linux-major-version;.&linux-minor-version;.&linux-patch-version;"> 387 387 <!-- <!ENTITY linux-version "&linux-major-version;.&linux-minor-version;">--> 388 <!ENTITY linux-size "85,24 4KB">388 <!ENTITY linux-size "85,249 KB"> 389 389 <!ENTITY linux-url "&kernel;linux/kernel/v&linux-major-version;.x/linux-&linux-version;.tar.xz"> 390 <!ENTITY linux-md5 "d 27b1458acde6369cf9eaf956f402901">390 <!ENTITY linux-md5 "d1b8be99e6c12cbc52b2af0520d550bb"> 391 391 <!ENTITY linux-home "http://www.kernel.org/"> 392 392 <!-- measured for 3.9.0 / gcc-4.8.0 on x86_64 : minimum is -
patches.ent
r9d2bb34c r9218b05 23 23 <!ENTITY coreutils-i18n-patch-size "146 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 <!ENTITY glibc-upstream-patch "glibc-&glibc-version;-upstream_i386_fix-1.patch">32 <!ENTITY glibc-upstream-patch-md5 "cfb3cb46074a833ac5729be79e4f2592">33 <!ENTITY glibc-upstream-patch-size "1.9 KB">34 35 <!ENTITY glibc-upstream-patch2 "glibc-&glibc-version;-upstream_fixes-1.patch">36 <!ENTITY glibc-upstream-patch2-md5 "2357ae19ff8b1bfc527214d19d328903">37 <!ENTITY glibc-upstream-patch2-size "52 KB">38 39 25 <!ENTITY glibc-fhs-patch "glibc-&glibc-version;-fhs-1.patch"> 40 26 <!ENTITY glibc-fhs-patch-md5 "9a5997c3452909b1769918c759eff8a2"> 41 27 <!ENTITY glibc-fhs-patch-size "2.8 KB"> 42 43 <!ENTITY glibc-largefile-patch "glibc-&glibc-version;-largefile-1.patch">44 <!ENTITY glibc-largefile-patch-md5 "203fe9133e82f2b59969c116b70fd84e">45 <!ENTITY glibc-largefile-patch-size "2.3 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.