Changeset a271796
- Timestamp:
- 02/01/2019 11:36:05 PM (6 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, 12.1, 12.1-rc1, 12.2, 12.2-rc1, 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/loongarch-12.1, xry111/loongarch-12.2, xry111/mips64el, xry111/multilib, xry111/pip3, xry111/rust-wip-20221008, xry111/update-glibc
- Children:
- 70b235f4
- Parents:
- 816b85c
- Files:
-
- 1 added
- 11 edited
Legend:
- Unmodified
- Added
- Removed
-
appendices/dependencies.xml
r816b85c ra271796 948 948 <seglistitem> 949 949 <seg>Bash, Binutils, Coreutils, Diffutils, Gawk, GCC, Gettext, 950 Grep, Gzip, Linux API Headers, Make, Perl, Sed, and Texinfo</seg>950 Grep, Gzip, Linux API Headers, Make, Perl, Python, Sed, and Texinfo</seg> 951 951 </seglistitem> 952 952 </segmentedlist> -
chapter01/changelog.xml
r816b85c ra271796 45 45 46 46 <listitem> 47 <para>2019-02-01</para> 48 <itemizedlist> 49 <listitem> 50 <para>[bdubbs] - Update to bison-3.3.1. Fixes 51 <ulink url="&lfs-ticket-root;4412">#4412</ulink>.</para> 52 </listitem> 53 <listitem> 54 <para>[bdubbs] - Update to glibc-2.29. Fixes 55 <ulink url="&lfs-ticket-root;4415">#4415</ulink>.</para> 56 </listitem> 57 <listitem> 58 <para>[bdubbs] - Update to libpipeline-1.5.1. Fixes 59 <ulink url="&lfs-ticket-root;4413">#4413</ulink>.</para> 60 </listitem> 61 <listitem> 62 <para>[bdubbs] - Update to linux-4.20.6. Fixes 63 <ulink url="&lfs-ticket-root;4409">#4409</ulink>.</para> 64 </listitem> 65 <listitem> 66 <para>[bdubbs] - Update to meson-0.49.1. Fixes 67 <ulink url="&lfs-ticket-root;4410">#4410</ulink>.</para> 68 </listitem> 69 <listitem> 70 <para>[bdubbs] - Update to mpfr-4.0.2. Fixes 71 <ulink url="&lfs-ticket-root;4416">#4416</ulink>.</para> 72 </listitem> 73 <listitem> 74 <para>[bdubbs] - Update to ninja-1.9.0. Fixes 75 <ulink url="&lfs-ticket-root;4414">#4414</ulink>.</para> 76 </listitem> 77 </itemizedlist> 78 </listitem> 79 80 <listitem> 47 81 <para>2019-01-27</para> 48 82 <itemizedlist> -
chapter01/whatsnew.xml
r816b85c ra271796 102 102 <para>Gettext-&gettext-version;</para> 103 103 </listitem>--> 104 < !--<listitem>104 <listitem> 105 105 <para>Glibc-&glibc-version;</para> 106 </listitem> -->106 </listitem> 107 107 <!--<listitem> 108 108 <para>GMP-&gmp-version;</para> … … 153 153 <para>Libelf-&elfutils-version; (from elfutils)</para> 154 154 </listitem> 155 < !--<listitem>155 <listitem> 156 156 <para>Libpipeline-&libpipeline-version;</para> 157 </listitem> -->157 </listitem> 158 158 <!--<listitem> 159 159 <para>Libtool-&libtool-version;</para> … … 180 180 <para>MPC-&mpc-version;</para> 181 181 </listitem>--> 182 < !-- <listitem>182 <listitem> 183 183 <para>MPFR-&mpfr-version;</para> 184 </listitem> -->184 </listitem> 185 185 <!--<listitem> 186 186 <para>Ncurses-&ncurses-version;</para> 187 187 </listitem>--> 188 <listitem> 189 <para>Ninja-&ninja-version;</para> 190 </listitem> 188 191 <listitem> 189 192 <para>Openssl-&openssl-version;</para> -
chapter02/hostreqs.xml
r816b85c ra271796 114 114 <listitem> 115 115 <para><emphasis role="strong">Perl-5.8.8</emphasis></para> 116 </listitem> 117 118 <listitem> 119 <para><emphasis role="strong">Python-3.4</emphasis></para> 116 120 </listitem> 117 121 … … 199 203 patch --version | head -n1 200 204 echo Perl `perl -V:version` 205 python3 --version 201 206 sed --version | head -n1 202 207 tar --version | head -n1 203 makeinfo --version | head -n1 208 makeinfo --version | head -n1 # texinfo version 204 209 xz --version | head -n1 205 210 <?hard-pagebreak?> -
chapter03/patches.xml
r816b85c ra271796 92 92 </listitem> 93 93 </varlistentry> 94 94 <!-- 95 95 <varlistentry> 96 96 <term>Ninja Limit Jobs Patch - <token>&ninja-limit-jobs-patch-size;</token>:</term> … … 100 100 </listitem> 101 101 </varlistentry> 102 --> 102 103 <!-- 103 104 <varlistentry> -
chapter05/chapter05.xml
r816b85c ra271796 41 41 <xi:include xmlns:xi="http://www.w3.org/2001/XInclude" href="patch.xml"/> 42 42 <xi:include xmlns:xi="http://www.w3.org/2001/XInclude" href="perl.xml"/> 43 <xi:include xmlns:xi="http://www.w3.org/2001/XInclude" href="python.xml"/> 43 44 <xi:include xmlns:xi="http://www.w3.org/2001/XInclude" href="sed.xml"/> 44 45 <xi:include xmlns:xi="http://www.w3.org/2001/XInclude" href="tar.xml"/> -
chapter06/glibc.xml
r816b85c ra271796 152 152 are usually safe to ignore.</para> 153 153 154 <screen><userinput remap="test">make check</userinput></screen> 154 <screen><userinput remap="test">ln -sfnv /tools/lib/ld-linux-x86-64.so.2 /lib/ld-linux-x86-64.so.2 155 make check</userinput></screen> 155 156 156 157 <para>You may see some test failures. The Glibc test suite is … … 164 165 is known to fail in the LFS chroot environment.</para> 165 166 </listitem> 166 167 <!-- 167 168 <listitem> 168 169 <para><emphasis>inet/tst-idna_name_classify</emphasis> 169 170 is known to fail in the LFS chroot environment.</para> 170 171 </listitem> 171 172 --> 172 173 <listitem> 173 174 <para><emphasis>posix/tst-getaddrinfo4</emphasis> and … … 181 182 </listitem> 182 183 183 <!--184 184 <listitem> 185 <para>The <emphasis>rt/tst-cputimer 1</emphasis> and186 <emphasis>rt/tst-cpuclock2</emphasis>tests have been known to185 <para>The <emphasis>rt/tst-cputimer{1,2,3}</emphasis> 186 tests have been known to 187 187 fail. The reason is not completely understood, but indications are 188 188 that minor timing issues can trigger these failures.</para> 189 189 </listitem> 190 --> 190 191 191 <listitem> 192 192 <para>The math tests sometimes fail when running on -
chapter06/ninja.xml
r816b85c ra271796 40 40 <sect2 role="installation"> 41 41 <title>Installation of Ninja</title> 42 42 <!-- 43 43 <para>When run, ninja normally runs a maximum number of processes 44 44 in parallel. By default this is the number of cores on the system … … 52 52 NINJAJOBS. <command>For example</command> setting: 53 53 54 <!- - Using <command> here to make the output bold. We really don't want54 <!- - Using <command> here to make the output bold. We really don't want 55 55 users setting this now and experience shows that many users blindly 56 copy/paste anything in a box. - ->56 copy/paste anything in a box. - -> 57 57 58 58 <screen>export NINJAJOBS=4</screen> … … 63 63 64 64 <screen><userinput remap="pre">patch -Np1 -i ../ninja-1.8.2-add_NINJAJOBS_var-1.patch</userinput></screen> 65 65 --> 66 66 <para>Build Ninja with:</para> 67 67 -
general.ent
r816b85c ra271796 1 <!ENTITY version "SVN-20190 127">1 <!ENTITY version "SVN-20190201"> 2 2 <!ENTITY short-version "svn"> <!-- Used below in &blfs-book; 3 3 Change to x.y for release but not -rc releases --> 4 4 <!ENTITY generic-version "development"> <!-- Use "development" or "x.y[-pre{x}]" --> 5 5 6 <!ENTITY versiond "20190 127-systemd">6 <!ENTITY versiond "20190201-systemd"> 7 7 <!ENTITY short-versiond "systemd"> 8 8 <!ENTITY generic-versiond "systemd"> 9 9 10 <!ENTITY releasedate " January 27, 2019">10 <!ENTITY releasedate "February 1, 2019"> 11 11 12 12 <!ENTITY copyrightdate "1999-2019"><!-- jhalfs needs a literal dash, not – --> -
packages.ent
r816b85c ra271796 71 71 <!ENTITY binutils-ch6-sbu "6.6 SBU"> 72 72 73 <!ENTITY bison-version "3. 2.4">74 <!ENTITY bison-size "2,0 48KB">73 <!ENTITY bison-version "3.3.1"> 74 <!ENTITY bison-size "2,057 KB"> 75 75 <!ENTITY bison-url "&gnu;bison/bison-&bison-version;.tar.xz"> 76 <!ENTITY bison-md5 " 4c8cec0ca8b637d46f24902d032b9296">76 <!ENTITY bison-md5 "fc69eed779108594122e7af1ca574539"> 77 77 <!ENTITY bison-home "&gnu-software;bison/"> 78 78 <!ENTITY bison-ch5-du "35 MB"> … … 263 263 <!ENTITY gettext-ch6-sbu "2.6 SBU"> 264 264 265 <!ENTITY glibc-version "2.2 8">266 <!ENTITY glibc-size "16, 098KB">265 <!ENTITY glibc-version "2.29"> 266 <!ENTITY glibc-size "16,129 KB"> 267 267 <!ENTITY glibc-url "&gnu;glibc/glibc-&glibc-version;.tar.xz"> 268 <!ENTITY glibc-md5 " c81d2388896379997bc359d4f2084239">268 <!ENTITY glibc-md5 "e6c279d5b2f0736f740216f152acf974"> 269 269 <!ENTITY glibc-home "&gnu-software;libc/"> 270 270 <!ENTITY glibc-ch5-du "882 MB"> … … 406 406 <!ENTITY libffi-ch6-sbu "0.4 SBU"> 407 407 408 <!ENTITY libpipeline-version "1.5. 0">409 <!ENTITY libpipeline-size " 810KB">408 <!ENTITY libpipeline-version "1.5.1"> 409 <!ENTITY libpipeline-size "965 KB"> 410 410 <!ENTITY libpipeline-url "&savannah;/releases/libpipeline/libpipeline-&libpipeline-version;.tar.gz"> 411 <!ENTITY libpipeline-md5 " b7437a5020190cfa84f09c412db38902">411 <!ENTITY libpipeline-md5 "4c8fe6cd85422baafd6e060f896c61bc"> 412 412 <!ENTITY libpipeline-home "http://libpipeline.nongnu.org/"> 413 413 <!ENTITY libpipeline-ch6-du "8.2 MB"> … … 424 424 <!ENTITY linux-major-version "4"> 425 425 <!ENTITY linux-minor-version "20"> 426 <!ENTITY linux-patch-version " 1">426 <!ENTITY linux-patch-version "6"> 427 427 <!--<!ENTITY linux-version "&linux-major-version;.&linux-minor-version;">--> 428 428 <!ENTITY linux-version "&linux-major-version;.&linux-minor-version;.&linux-patch-version;"> 429 <!ENTITY linux-size "10 0,816KB">429 <!ENTITY linux-size "101,828 KB"> 430 430 <!ENTITY linux-url "&kernel;linux/kernel/v&linux-major-version;.x/linux-&linux-version;.tar.xz"> 431 <!ENTITY linux-md5 " 210b8d108b502c462eeaec435c8e1a57">431 <!ENTITY linux-md5 "43cb8498de6830c9ed8021d3ab52741c"> 432 432 <!ENTITY linux-home "https://www.kernel.org/"> 433 433 <!-- measured for 4.8.3 / gcc-6.2.0 on x86_64 : minimum is … … 478 478 <!ENTITY man-pages-ch6-sbu "less than 0.1 SBU"> 479 479 480 <!ENTITY meson-version "0.49. 0">481 <!ENTITY meson-size "1,3 08KB">480 <!ENTITY meson-version "0.49.1"> 481 <!ENTITY meson-size "1,310 KB"> 482 482 <!ENTITY meson-url "&github;/mesonbuild/meson/releases/download/&meson-version;/meson-&meson-version;.tar.gz"> 483 <!ENTITY meson-md5 " 3c35b91e8040901034809576d54007c6">483 <!ENTITY meson-md5 "86ad6c1faa7ad8cbcdc13b3c5152b931"> 484 484 <!ENTITY meson-home "https://mesonbuild.com"> 485 485 <!ENTITY meson-ch6-du "21 MB"> … … 494 494 <!ENTITY mpc-ch6-sbu "0.3 SBU"> 495 495 496 <!ENTITY mpfr-version "4.0. 1">497 <!ENTITY mpfr-size "1, 380KB">496 <!ENTITY mpfr-version "4.0.2"> 497 <!ENTITY mpfr-size "1,409 KB"> 498 498 <!ENTITY mpfr-url "http://www.mpfr.org/mpfr-&mpfr-version;/mpfr-&mpfr-version;.tar.xz"> 499 <!ENTITY mpfr-md5 " b8dd19bd9bb1ec8831a6a582a7308073">499 <!ENTITY mpfr-md5 "320fbc4463d4c8cb1e566929d8adc4f8"> 500 500 <!ENTITY mpfr-home "https://www.mpfr.org/"> 501 501 <!ENTITY mpfr-ch6-du "36 MB"> … … 512 512 <!ENTITY ncurses-ch6-sbu "0.4 SBU"> 513 513 514 <!ENTITY ninja-version "1. 8.2">515 <!ENTITY ninja-size "18 1KB">514 <!ENTITY ninja-version "1.9.0"> 515 <!ENTITY ninja-size "187 KB"> 516 516 <!ENTITY ninja-url "&github;/ninja-build/ninja/archive/v&ninja-version;/ninja-&ninja-version;.tar.gz"> 517 <!ENTITY ninja-md5 " 5fdb04461cc7f5d02536b3bfc0300166">517 <!ENTITY ninja-md5 "f340be768a76724b83e6daab69009902"> 518 518 <!ENTITY ninja-home "https://ninja-build.org/"> 519 519 <!ENTITY ninja-ch6-du "83 MB"> … … 582 582 <!ENTITY python-md5 "df6ec36011808205beda239c72f947cb"> 583 583 <!ENTITY python-home "https://www.python.org/"> 584 <!ENTITY python-ch5-du "32 MB"> 585 <!ENTITY python-ch5-sbu "2.9 SBU"> 584 586 <!ENTITY python-ch6-du "390 MB"> 585 587 <!ENTITY python-ch6-sbu "1.3 SBU"> -
patches.ent
r816b85c ra271796 49 49 <!ENTITY kbd-backspace-patch-md5 "f75cca16a38da6caa7d52151f7136895"> 50 50 <!ENTITY kbd-backspace-patch-size "12 KB"> 51 51 <!-- 52 52 <!ENTITY ninja-limit-jobs-patch "ninja-&ninja-version;-add_NINJAJOBS_var-1.patch"> 53 53 <!ENTITY ninja-limit-jobs-patch-md5 "f537a633532492e805aa342fa869ca45"> 54 54 <!ENTITY ninja-limit-jobs-patch-size "2.5 KB"> 55 55 --> 56 56 <!ENTITY sysvinit-consolidated-patch "sysvinit-&sysvinit-version;-consolidated-1.patch"> 57 57 <!ENTITY sysvinit-consolidated-patch-md5 "aaa84675e717504d7d3da452c8c2eaf1">
Note:
See TracChangeset
for help on using the changeset viewer.