Changeset 42130d6
- Timestamp:
- 04/28/2016 02:33:21 AM (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, 12.0, 12.0-rc1, 8.0, 8.1, 8.2, 8.3, 8.4, 9.0, 9.1, arm, bdubbs/gcc13, ml-11.0, multilib, renodr/libudev-from-systemd, s6-init, trunk, xry111/arm64, xry111/arm64-12.0, xry111/clfs-ng, xry111/lfs-next, xry111/loongarch, xry111/loongarch-12.0, xry111/parallelism, xry111/pip3, xry111/rust-wip-20221008
- Children:
- 5d4e1b1
- Parents:
- 60b23a6f
- Files:
-
- 11 edited
Legend:
- Unmodified
- Added
- Removed
-
chapter01/changelog.xml
r60b23a6f r42130d6 37 37 --> 38 38 <listitem> 39 <para>2016-04-28</para> 40 <itemizedlist> 41 <listitem> 42 <para>[krejzi] - Updated to file-5.26. Fixes 43 <ulink url="&lfs-ticket-root;3919">#3919</ulink>.</para> 44 </listitem> 45 <listitem> 46 <para>[krejzi] - Updated to gcc-6.1.0. Fixes 47 <ulink url="&lfs-ticket-root;3924">#3924</ulink>.</para> 48 </listitem> 49 <listitem> 50 <para>[krejzi] - Updated to grep-2.25. Fixes 51 <ulink url="&lfs-ticket-root;3922">#3922</ulink>.</para> 52 </listitem> 53 <listitem> 54 <para>[krejzi] - Updated to gzip-1.8. Fixes 55 <ulink url="&lfs-ticket-root;3923">#3923</ulink>.</para> 56 </listitem> 57 <listitem> 58 <para>[krejzi] - Updated to linux-4.5.2. Fixes 59 <ulink url="&lfs-ticket-root;3921">#3921</ulink>.</para> 60 </listitem> 61 <listitem> 62 <para>[krejzi] - Updated to tzdata-2016d. Fixes 63 <ulink url="&lfs-ticket-root;3920">#3920</ulink>.</para> 64 </listitem> 65 <listitem> 66 <para>[krejzi] - Updated binutils upstream fixes 67 patch.</para> 68 </listitem> 69 <listitem> 70 <para>[krejzi] - Added a patch for glibc which 71 addresses a security issue and a build failure 72 with GCC 6.</para> 73 </listitem> 74 </itemizedlist> 75 </listitem> 76 77 <listitem> 39 78 <para>2016-04-16</para> 40 79 <itemizedlist> -
chapter01/whatsnew.xml
r60b23a6f r42130d6 74 74 <para>Expect &expect-version;</para> 75 75 </listitem>--> 76 < !--<listitem>76 <listitem> 77 77 <para>File &file-version;</para> 78 </listitem> -->78 </listitem> 79 79 <!--<listitem> 80 80 <para>Findutils &findutils-version;</para> … … 86 86 <para>Gawk &gawk-version;</para> 87 87 </listitem>--> 88 < !--<listitem>88 <listitem> 89 89 <para>GCC &gcc-version;</para> 90 </listitem> -->90 </listitem> 91 91 <!--<listitem> 92 92 <para>GDBM &gdbm-version;</para> … … 244 244 <title>Added:</title> 245 245 <listitem><para></para></listitem> <!-- satisfy build --> 246 <!--247 <listitem>248 <para>&bash-fixes-patch;</para>249 </listitem>250 246 251 247 <listitem> … … 254 250 255 251 <listitem> 256 <para>&gcc-upstream-patch;</para> 257 </listitem> 258 259 <listitem> 260 <para>&mpfr-upstream-patch;</para> 261 </listitem> 262 --> 252 <para>&glibc-upstream-patch;</para> 253 </listitem> 254 263 255 </itemizedlist> 264 256 … … 272 264 273 265 <listitem> 266 <para>binutils-2.26-upstream_fix-2.patch</para> 267 </listitem> 268 269 <listitem> 274 270 <para>mpfr-3.1.3-upstream_fixes-2.patch</para> 275 271 </listitem> -
chapter03/patches.xml
r60b23a6f r42130d6 68 68 69 69 <varlistentry> 70 <term>Glibc Upstream Patch - <token>&glibc-upstream-patch-size;</token>:</term> 71 <listitem> 72 <para>Download: <ulink url="&patches-root;&glibc-upstream-patch;"/></para> 73 <para>MD5 sum: <literal>&glibc-upstream-patch-md5;</literal></para> 74 </listitem> 75 </varlistentry> 76 77 <varlistentry> 70 78 <term>Kbd Backspace/Delete Fix Patch - <token>&kbd-backspace-patch-size;</token>:</term> 71 79 <listitem> -
chapter05/gcc-pass1.xml
r60b23a6f r42130d6 136 136 --disable-libatomic \ 137 137 --disable-libgomp \ 138 --disable-libmpx \ 138 139 --disable-libquadmath \ 139 140 --disable-libssp \ … … 196 197 <varlistentry> 197 198 <term><parameter>--disable-decimal-float, --disable-threads, 198 --disable-libatomic, --disable-libgomp, --disable-libquadmath, 199 --disable-libssp, --disable-libvtv, --disable-libstdcxx</parameter></term> 199 --disable-libatomic, --disable-libgomp, --disable-libmpx 200 --disable-libquadmath, --disable-libssp, --disable-libvtv, 201 --disable-libstdcxx</parameter></term> 200 202 <listitem> 201 203 <para>These switches disable support for the decimal floating point 202 extension, threading, libatomic, libgomp, lib quadmath, libssp,204 extension, threading, libatomic, libgomp, libmpx, libquadmath, libssp, 203 205 libvtv, and the C++ standard library respectively. These features 204 206 will fail to compile when building a cross-compiler and are not -
chapter05/glibc.xml
r60b23a6f r42130d6 48 48 <screen><userinput remap="pre">patch -Np1 -i ../&glibc-upstream-patch;</userinput></screen> 49 49 --> 50 <para>Fix some problems identified upstream:</para> 51 52 <screen><userinput remap="pre">patch -Np1 -i ../&glibc-upstream-patch;</userinput></screen> 53 50 54 <para>The Glibc documentation recommends building Glibc 51 55 in a dedicated build directory:</para> -
chapter06/binutils.xml
r60b23a6f r42130d6 58 58 Ask your system administrator to create more.</computeroutput></screen> 59 59 60 <para>Fix a problemidentified upstream:</para>60 <para>Fix some problems identified upstream:</para> 61 61 62 62 <screen><userinput remap="pre">patch -Np1 -i ../&binutils-upstream-patch;</userinput></screen> … … 107 107 <para>Test the results:</para> 108 108 109 <screen><userinput remap="test">make check</userinput></screen>109 <screen><userinput remap="test">make -k check</userinput></screen> 110 110 111 111 <para>The test 'Link with zlib-gabi compressed debug output' is known to fail.</para> -
chapter06/glibc.xml
r60b23a6f r42130d6 68 68 69 69 <screen><userinput remap="pre">patch -Np1 -i ../&glibc-fhs-patch;</userinput></screen> 70 71 <para>Fix some problems identified upstream:</para> 72 73 <screen><userinput remap="pre">patch -Np1 -i ../&glibc-upstream-patch;</userinput></screen> 70 74 71 75 <para>The Glibc documentation recommends building Glibc -
chapter06/pkgconfig.xml
r60b23a6f r42130d6 45 45 <para>Prepare Pkg-config for compilation:</para> 46 46 47 <screen><userinput remap="configure">./configure --prefix=/usr \ 48 --with-internal-glib \ 49 --disable-host-tool \ 47 <screen><userinput remap="configure">./configure --prefix=/usr \ 48 --with-internal-glib \ 49 --disable-compile-warnings \ 50 --disable-host-tool \ 50 51 --docdir=/usr/share/doc/pkg-config-&pkgconfig-version;</userinput></screen> 51 52 … … 58 59 <para>This will allow pkg-config to use its internal version of 59 60 Glib because an external version is not available in LFS.</para> 61 </listitem> 62 </varlistentry> 63 64 <varlistentry> 65 <term><parameter>--disable-compile-warnings</parameter></term> 66 <listitem> 67 <para>This option prevents the build system from using 68 compiler flags which cause build failure when building 69 with GCC 6.</para> 60 70 </listitem> 61 71 </varlistentry> -
general.ent
r60b23a6f r42130d6 1 <!ENTITY version "SVN-201604 16">1 <!ENTITY version "SVN-20160428"> 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 "April 16, 2016">4 <!ENTITY releasedate "April 28, 2016"> 5 5 <!ENTITY copyrightdate "1999-2016"><!-- jhalfs needs a literal dash, not – --> 6 6 <!ENTITY milestone "7.10"> -
packages.ent
r60b23a6f r42130d6 160 160 <!ENTITY expect-ch5-sbu "0.1 SBU"> 161 161 162 <!ENTITY file-version "5.2 5">163 <!ENTITY file-size "7 23KB">162 <!ENTITY file-version "5.26"> 163 <!ENTITY file-size "756 KB"> 164 164 <!ENTITY file-url "ftp://ftp.astron.com/pub/file/file-&file-version;.tar.gz"> 165 <!ENTITY file-md5 " e6a972d4e10d9e76407a432f4a63cd4c">165 <!ENTITY file-md5 "bdd12400b90b78ce3c57e79c8d4e0e17"> 166 166 <!ENTITY file-home "http://www.darwinsys.com/file/"> 167 <!ENTITY file-ch5-du "1 4.1MB">167 <!ENTITY file-ch5-du "15 MB"> 168 168 <!ENTITY file-ch5-sbu "0.1 SBU"> 169 <!ENTITY file-ch6-du "1 4.2MB">169 <!ENTITY file-ch6-du "15 MB"> 170 170 <!ENTITY file-ch6-sbu "0.1 SBU"> 171 171 … … 198 198 <!ENTITY gawk-ch6-sbu "0.3 SBU"> 199 199 200 <!ENTITY gcc-version " 5.3.0">201 <!ENTITY gcc-size "9 3,205KB">200 <!ENTITY gcc-version "6.1.0"> 201 <!ENTITY gcc-size "96,944 KB"> 202 202 <!ENTITY gcc-url "&gnu;gcc/gcc-&gcc-version;/gcc-&gcc-version;.tar.bz2"> 203 <!ENTITY gcc-md5 " c9616fd448f980259c31de613e575719">203 <!ENTITY gcc-md5 "8fb6cb98b8459f5863328380fbf06bd1"> 204 204 <!ENTITY gcc-home "http://gcc.gnu.org/"> 205 <!ENTITY gcc-ch5p1-du "2. 4GB">206 <!ENTITY gcc-ch5p1-sbu "7. 7SBU">207 <!ENTITY gcc-ch5p2-du " 2.8GB">208 <!ENTITY gcc-ch5p2-sbu " 10.8SBU">209 <!ENTITY gcc-ch6-du "3. 2GB ">210 <!ENTITY gcc-ch6-sbu "7 6SBU (with tests)">211 212 <!ENTITY libstdcpp-ch5-du " 536MB">205 <!ENTITY gcc-ch5p1-du "2.8 GB"> 206 <!ENTITY gcc-ch5p1-sbu "7.0 SBU"> 207 <!ENTITY gcc-ch5p2-du "3.2 GB"> 208 <!ENTITY gcc-ch5p2-sbu "9.1 SBU"> 209 <!ENTITY gcc-ch6-du "3.7 GB "> 210 <!ENTITY gcc-ch6-sbu "71 SBU (with tests)"> 211 212 <!ENTITY libstdcpp-ch5-du "893 MB"> 213 213 <!ENTITY libstdcpp-ch5-sbu "0.4 SBU"> 214 214 … … 258 258 <!ENTITY gperf-ch6-sbu "less than 0.1 SBU"> 259 259 260 <!ENTITY grep-version "2.2 4">261 <!ENTITY grep-size "1, 291KB">260 <!ENTITY grep-version "2.25"> 261 <!ENTITY grep-size "1,300 KB"> 262 262 <!ENTITY grep-url "&gnu;grep/grep-&grep-version;.tar.xz"> 263 <!ENTITY grep-md5 " f1c980134c04692a90078e87283074b6">263 <!ENTITY grep-md5 "04e96b0e6f0fe6a180ae62c88fcd0af6"> 264 264 <!ENTITY grep-home "&gnu-software;grep/"> 265 <!ENTITY grep-ch5-du "1 8.9 MB">265 <!ENTITY grep-ch5-du "19 MB"> 266 266 <!ENTITY grep-ch5-sbu "0.2 SBU"> 267 <!ENTITY grep-ch6-du "29 MB">267 <!ENTITY grep-ch6-du "29.5 MB"> 268 268 <!ENTITY grep-ch6-sbu "0.4 SBU"> 269 269 … … 284 284 <!ENTITY grub-ch6-sbu "0.8 SBU"> 285 285 286 <!ENTITY gzip-version "1. 7">287 <!ENTITY gzip-size "7 47KB">286 <!ENTITY gzip-version "1.8"> 287 <!ENTITY gzip-size "712 KB"> 288 288 <!ENTITY gzip-url "&gnu;gzip/gzip-&gzip-version;.tar.xz"> 289 <!ENTITY gzip-md5 " d9ae97206a703a20e6c1c868deb3eb47">289 <!ENTITY gzip-md5 "f7caabb65cddc1a4165b398009bd05b9"> 290 290 <!ENTITY gzip-home "&gnu-software;gzip/"> 291 <!ENTITY gzip-ch5-du "9. 9MB">291 <!ENTITY gzip-ch5-du "9.2 MB"> 292 292 <!ENTITY gzip-ch5-sbu "0.1 SBU"> 293 <!ENTITY gzip-ch6-du "19 .6MB">293 <!ENTITY gzip-ch6-du "19 MB"> 294 294 <!ENTITY gzip-ch6-sbu "0.2 SBU"> 295 295 … … 384 384 <!ENTITY linux-major-version "4"> 385 385 <!ENTITY linux-minor-version "5"> 386 <!ENTITY linux-patch-version " 1">386 <!ENTITY linux-patch-version "2"> 387 387 <!ENTITY linux-version "&linux-major-version;.&linux-minor-version;.&linux-patch-version;"> 388 388 <!--<!ENTITY linux-version "&linux-major-version;.&linux-minor-version;">--> 389 <!ENTITY linux-size "86,3 17KB">389 <!ENTITY linux-size "86,324 KB"> 390 390 <!ENTITY linux-url "&kernel;linux/kernel/v&linux-major-version;.x/linux-&linux-version;.tar.xz"> 391 <!ENTITY linux-md5 " 488fac47d1c73e8a21ac71f7f3121009">391 <!ENTITY linux-md5 "eae8f700463ea73185027caece5f1c5d"> 392 392 <!ENTITY linux-home "http://www.kernel.org/"> 393 393 <!-- measured for 3.9.0 / gcc-4.8.0 on x86_64 : minimum is … … 397 397 <!ENTITY linux-ch8-sbu "3.0 - 49.0 SBU (typically about 6 SBU)"> 398 398 399 <!ENTITY linux-headers-ch5-du "7 18 MB">399 <!ENTITY linux-headers-ch5-du "728 MB"> 400 400 <!ENTITY linux-headers-ch5-sbu "0.1 SBU"> 401 <!ENTITY linux-headers-ch6-du "7 23MB">401 <!ENTITY linux-headers-ch6-du "734 MB"> 402 402 <!ENTITY linux-headers-ch6-sbu "less than 0.1 SBU"> 403 403 … … 579 579 <!ENTITY texinfo-ch6-sbu "0.5 SBU"> 580 580 581 <!ENTITY tzdata-version "2016 c">582 <!ENTITY tzdata-size "30 2KB">581 <!ENTITY tzdata-version "2016d"> 582 <!ENTITY tzdata-size "308 KB"> 583 583 <!ENTITY tzdata-url "http://www.iana.org/time-zones/repository/releases/tzdata&tzdata-version;.tar.gz"> 584 <!ENTITY tzdata-md5 " 0330ccd16140d3b6438a18dae9b34b93">584 <!ENTITY tzdata-md5 "14bf84b6c2cdab0a9428991e0150ebe6"> 585 585 <!ENTITY tzdata-home "http://www.iana.org/time-zones"> 586 586 -
patches.ent
r60b23a6f r42130d6 11 11 <!ENTITY bc-memory-leak-patch-size "1.4 KB"> 12 12 13 <!ENTITY binutils-upstream-patch "binutils-&binutils-version;-upstream_fix -2.patch">14 <!ENTITY binutils-upstream-patch-md5 " 33662839ab819acb58796c4c2db20631">15 <!ENTITY binutils-upstream-patch-size " 13KB">13 <!ENTITY binutils-upstream-patch "binutils-&binutils-version;-upstream_fixes-3.patch"> 14 <!ENTITY binutils-upstream-patch-md5 "a595deb0713739b75bc78cb225fa910d"> 15 <!ENTITY binutils-upstream-patch-size "29 KB"> 16 16 17 17 <!ENTITY bzip2-docs-patch "bzip2-&bzip2-version;-install_docs-1.patch"> … … 27 27 <!ENTITY glibc-fhs-patch-size "2.8 KB"> 28 28 29 <!ENTITY glibc-upstream-patch "glibc-&glibc-version;-upstream_fixes-1.patch"> 30 <!ENTITY glibc-upstream-patch-md5 "e602b6c3a332f4a06e2914e02ae2b295"> 31 <!ENTITY glibc-upstream-patch-size "16 KB"> 32 29 33 <!ENTITY kbd-backspace-patch "kbd-&kbd-version;-backspace-1.patch"> 30 34 <!ENTITY kbd-backspace-patch-md5 "f75cca16a38da6caa7d52151f7136895">
Note:
See TracChangeset
for help on using the changeset viewer.