Changeset a151e09
- Timestamp:
- 08/16/2022 11:54:28 AM (7 months ago)
- Branches:
- multilib
- Children:
- 8bde866
- Parents:
- 2928a11 (diff), d94f2d0 (diff)
Note: this is a merge changeset, the changes displayed below correspond to the merge itself.
Use the(diff)
links above to see all the changes relative to each parent. - Files:
-
- 9 edited
Legend:
- Unmodified
- Added
- Removed
-
chapter01/changelog.xml
r2928a11 ra151e09 42 42 43 43 <listitem> 44 <para>2022-08-11</para> 45 <itemizedlist> 46 <listitem> 47 <para>[bdubbs] - Update to vim-9.0.0192. Addresses 48 <ulink url="&lfs-ticket-root;4500">#4500</ulink>.</para> 49 </listitem> 50 <listitem> 51 <para>[bdubbs] - Update to iana-etc-20220803. Addresses 52 <ulink url="&lfs-ticket-root;5006">#5006</ulink>.</para> 53 </listitem> 54 <listitem> 55 <para>[bdubbs] - Update to tzdata-2022b. Fixes 56 <ulink url="&lfs-ticket-root;5092">#5092</ulink>.</para> 57 </listitem> 58 <listitem> 59 <para>[bdubbs] - Update to iproute2-5.19.0. Fixes 60 <ulink url="&lfs-ticket-root;5086">#5086</ulink>.</para> 61 </listitem> 62 <listitem> 63 <para>[bdubbs] - Update to linux-5.19.1. Fixes 64 <ulink url="&lfs-ticket-root;5085">#5085</ulink>.</para> 65 </listitem> 66 <listitem> 67 <para>[bdubbs] - Update to bc-6.0.1. Fixes 68 <ulink url="&lfs-ticket-root;5090">#5090</ulink>.</para> 69 </listitem> 70 </itemizedlist> 71 </listitem> 72 73 <listitem> 44 74 <para>2022-08-06</para> 45 75 <itemizedlist> 46 76 <listitem> 47 <para>[bdubbs] - Update to binutils-2.3 8. Fixes77 <para>[bdubbs] - Update to binutils-2.39. Fixes 48 78 <ulink url="&lfs-ticket-root;5089">#5089</ulink>.</para> 49 79 </listitem> … … 484 514 <listitem> 485 515 <para>[xry111] - Build libstdc++ in GCC pass 2, and remove the 486 sep erate libstdc++ pass 2.</para>516 separate libstdc++ pass 2.</para> 487 517 </listitem> 488 518 <listitem> -
chapter08/binutils.xml
r2928a11 ra151e09 57 57 <screen><computeroutput>The system has no more ptys. 58 58 Ask your system administrator to create more.</computeroutput></screen> 59 <!-- 60 <para>Upstream has made a patch to fix a problem when using binutils 61 for building some BLFS packages with Link Time Optimization (LTO) 62 enabled. Apply that now:</para> 63 64 <screen><userinput remap="pre">patch -Np1 -i ../&binutils-lto-patch;</userinput></screen> 65 --> 66 <!-- 67 <para>An error in the building system causes the shipped man pages to 68 be empty. Workaround the issue and remove the shipped man pages, so the 69 man pages will be regenerated correctly:</para> 70 71 <screen><userinput remap="pre">sed -i '63d' etc/texi2pod.pl 72 find -name \*.1 -delete</userinput></screen> 73 --> 74 59 <!-- Fixed in binutils-2.39 75 60 <para> 76 61 Now make a fix identified upstream that affects building some packages: … … 79 64 <screen><userinput remap="pre">sed -e '/R_386_TLS_LE /i \ || (TYPE) == R_386_TLS_IE \\' \ 80 65 -i ./bfd/elfxx-x86.h</userinput></screen> 81 66 --> 82 67 <para>The Binutils documentation recommends building Binutils 83 68 in a dedicated build directory:</para> … … 194 179 <screen><userinput remap="test">make -k check</userinput></screen> 195 180 196 <!-- Will be fixed in 2.39197 https://sourceware.org/git/?p=binutils-gdb.git;a=commit;h=01ae03b -->181 <!-- Fixed in 2.39 182 https://sourceware.org/git/?p=binutils-gdb.git;a=commit;h=01ae03b 198 183 <para>One gold test, <filename>pr17704a_test</filename>, is known to 199 184 fail if <parameter>CONFIG_IA32_EMULATION</parameter> is disabled in the 200 185 kernel configuration of the host system.</para> 201 186 --> 202 187 <para>Install the package:</para> 203 188 … … 219 204 220 205 <seglistitem> 221 <seg>addr2line, ar, as, c++filt, dwp, elfedit, gprof, ld, ld.bfd, ld.gold, nm,206 <seg>addr2line, ar, as, c++filt, dwp, elfedit, gprof, gprofng, ld, ld.bfd, ld.gold, nm, 222 207 objcopy, objdump, ranlib, readelf, size, strings, and strip</seg> 223 208 <seg>libbfd.so, libctf.so, libctf-nobfd.so, and libopcodes.so</seg> … … 302 287 <indexterm zone="ch-system-binutils gprof"> 303 288 <primary sortas="b-gprof">gprof</primary> 289 </indexterm> 290 </listitem> 291 </varlistentry> 292 293 <varlistentry id="gprofng"> 294 <term><command>gprofng</command></term> 295 <listitem> 296 <para>Gather and analyze performance data</para> 297 <indexterm zone="ch-system-binutils gprofng"> 298 <primary sortas="b-gprofng">gprofng</primary> 304 299 </indexterm> 305 300 </listitem> -
chapter08/jinja2.xml
r2928a11 ra151e09 47 47 <para>Install the package:</para> 48 48 49 <screen><userinput remap="install">pip3 install --no-index -- find-links dist Jinja2</userinput></screen>49 <screen><userinput remap="install">pip3 install --no-index --no-user --find-links dist Jinja2</userinput></screen> 50 50 51 51 </sect2> -
chapter08/markupsafe.xml
r2928a11 ra151e09 49 49 <para>Install the package:</para> 50 50 51 <screen><userinput remap="install">pip3 install --no-index -- find-links dist Markupsafe</userinput></screen>51 <screen><userinput remap="install">pip3 install --no-index --no-user --find-links dist Markupsafe</userinput></screen> 52 52 53 53 </sect2> -
chapter08/perl.xml
r2928a11 ra151e09 140 140 <screen><userinput remap="test">make test</userinput></screen> 141 141 142 <note>143 <para>Nine tests fail due to using the most recent version of zlib.</para>144 </note>145 146 142 <para>Install the package and clean up:</para> 147 143 -
chapter08/python.xml
r2928a11 ra151e09 104 104 package manager (<command>dpkg</command> for example), but LFS does not 105 105 have a system-wide package manager so this is not a problem. If desired, 106 suppress this warning by running the following command:</para> 107 106 suppress this warning by running the following commands:</para> 107 108 <screen><userinput remap="install">cat > /etc/pip.conf << EOF 109 [global] 110 root-user-action = ignore 111 EOF 112 </userinput></screen> 113 <!-- 108 114 <screen><userinput remap="install">sed -e '/def warn_if_run_as_root/a\ return' \ 109 115 -i /usr/lib/python3.10/site-packages/pip/_internal/cli/req_command.py 110 116 </userinput></screen> 111 117 --> 112 118 <important> 113 119 <para> -
chapter08/wheel.xml
r2928a11 ra151e09 81 81 <segmentedlist> 82 82 <segtitle>Installed program</segtitle> 83 <segtitle>Installed director y</segtitle>83 <segtitle>Installed directories</segtitle> 84 84 85 85 <seglistitem> 86 86 <seg>wheel</seg> 87 <seg>/usr/lib/python&python-minor;/site-packages/wheel</seg> 87 <seg> 88 /usr/lib/python&python-minor;/site-packages/wheel and 89 /usr/lib/python&python-minor;/site-packages/wheel-0.37.1-py3.10.egg-info 90 </seg> 88 91 </seglistitem> 89 92 </segmentedlist> -
packages.ent
r2928a11 ra151e09 59 59 <!ENTITY bash-fin-sbu "1.5 SBU"> 60 60 61 <!ENTITY bc-version " 5.3.3">62 <!ENTITY bc-size "4 35KB">61 <!ENTITY bc-version "6.0.1"> 62 <!ENTITY bc-size "441 KB"> 63 63 <!ENTITY bc-url "https://github.com/gavinhoward/bc/releases/download/&bc-version;/bc-&bc-version;.tar.xz"> 64 <!ENTITY bc-md5 "4 3d17b905a9f10e2e7598bb81d636f2a">64 <!ENTITY bc-md5 "4c8b8d51eb52ee66f5bcf6a6a1ca576e"> 65 65 <!ENTITY bc-home "https://git.yzena.com/gavin/bc"> 66 66 <!ENTITY bc-fin-du "7.1 MB"> … … 321 321 <!ENTITY gzip-fin-sbu "0.1 SBU"> 322 322 323 <!ENTITY iana-etc-version "20220 610">324 <!ENTITY iana-etc-size "58 3KB">323 <!ENTITY iana-etc-version "20220803"> 324 <!ENTITY iana-etc-size "584 KB"> 325 325 <!ENTITY iana-etc-url "https://github.com/Mic92/iana-etc/releases/download/&iana-etc-version;/iana-etc-&iana-etc-version;.tar.gz"> 326 <!ENTITY iana-etc-md5 " c1561ccb789c4f07403a4e9b62c2b628">326 <!ENTITY iana-etc-md5 "5c5666e002744168bb0cf63e87fe39ce"> 327 327 <!ENTITY iana-etc-home "https://www.iana.org/protocols"> 328 328 <!ENTITY iana-etc-fin-du "4.7 MB"> … … 346 346 <!ENTITY intltool-fin-sbu "less than 0.1 SBU"> 347 347 348 <!ENTITY iproute2-version "5.1 8.0">349 <!ENTITY iproute2-size "8 60KB">348 <!ENTITY iproute2-version "5.19.0"> 349 <!ENTITY iproute2-size "872 KB"> 350 350 <!ENTITY iproute2-url "&kernel;linux/utils/net/iproute2/iproute2-&iproute2-version;.tar.xz"> 351 <!ENTITY iproute2-md5 " f666bab8ccf9c972938a0c0d8a4e6a68">351 <!ENTITY iproute2-md5 "415bd9eeb8515a585e245809d2fe45a6"> 352 352 <!ENTITY iproute2-home "&kernel;linux/utils/net/iproute2/"> 353 353 <!ENTITY iproute2-fin-du "15 MB"> … … 436 436 437 437 <!ENTITY linux-major-version "5"> 438 <!ENTITY linux-minor-version "1 8">439 <!ENTITY linux-patch-version "1 4">438 <!ENTITY linux-minor-version "19"> 439 <!ENTITY linux-patch-version "1"> 440 440 <!--<!ENTITY linux-version "&linux-major-version;.&linux-minor-version;">--> 441 441 <!ENTITY linux-version "&linux-major-version;.&linux-minor-version;.&linux-patch-version;"> 442 <!ENTITY linux-size "12 6,808KB">442 <!ENTITY linux-size "128,509 KB"> 443 443 <!ENTITY linux-url "&kernel;linux/kernel/v&linux-major-version;.x/linux-&linux-version;.tar.xz"> 444 <!ENTITY linux-md5 " 3191e07cbaa8cad0bcda8847af3c31fa">444 <!ENTITY linux-md5 "9d0eec53c479f141f30ae9845b115889"> 445 445 <!ENTITY linux-home "https://www.kernel.org/"> 446 446 <!-- measured for 5.13.4 / gcc-11.1.0 on x86_64 : minimum is … … 707 707 <!ENTITY texinfo-fin-sbu "0.6 SBU"> 708 708 709 <!ENTITY tzdata-version "2022 a">710 <!ENTITY tzdata-size "4 16KB">709 <!ENTITY tzdata-version "2022b"> 710 <!ENTITY tzdata-size "423 KB"> 711 711 <!ENTITY tzdata-url "https://www.iana.org/time-zones/repository/releases/tzdata&tzdata-version;.tar.gz"> 712 <!ENTITY tzdata-md5 " 081662184f3b902f8e5d96816568432e">712 <!ENTITY tzdata-md5 "d7844a44d4c622f80f91aa4d5ae8f566"> 713 713 <!ENTITY tzdata-home "https://www.iana.org/time-zones"> 714 714 … … 730 730 <!ENTITY util-linux-fin-sbu "1.1 SBU"> 731 731 732 <!ENTITY vim-version "9.0.0 006">732 <!ENTITY vim-version "9.0.0192"> 733 733 <!-- <!ENTITY vim-majmin "90"> --> 734 734 <!ENTITY vim-docdir "vim/vim90"> 735 <!ENTITY vim-size "16, 217KB">735 <!ENTITY vim-size "16,353 KB"> 736 736 <!--<!ENTITY vim-url "https://github.com/vim/vim/archive/v&vim-version;/vim-&vim-version;.tar.gz">--> 737 737 <!ENTITY vim-url "&anduin-sources;/vim-&vim-version;.tar.gz"> 738 <!ENTITY vim-md5 " 8f497ace38b9702427530e2124c55ed2">738 <!ENTITY vim-md5 "726876f89cd927852eeccddce3712b44"> 739 739 <!ENTITY vim-home "https://www.vim.org"> 740 740 <!ENTITY vim-fin-du "206 MB"> -
prologue/typography.xml
r2928a11 ra151e09 37 37 the result of commands issued. This format is also used to show filenames, 38 38 such as <filename>/etc/ld.so.conf</filename>.</para> 39 40 <note> 41 <para>Please configure your browser to display fixed-width text with 42 a good monospaced font, with which you can distinguish the glyphs of 43 <literal>Il1</literal> or <literal>O0</literal> clearly.</para> 44 </note> 39 45 40 46 <para><emphasis>Emphasis</emphasis></para>
Note:
See TracChangeset
for help on using the changeset viewer.