Changes in / [2928a11:a151e09]


Ignore:
Files:
9 edited

Legend:

Unmodified
Added
Removed
  • chapter01/changelog.xml

    r2928a11 ra151e09  
    4242
    4343    <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>
    4474      <para>2022-08-06</para>
    4575      <itemizedlist>
    4676        <listitem>
    47           <para>[bdubbs] - Update to binutils-2.38. Fixes
     77          <para>[bdubbs] - Update to binutils-2.39. Fixes
    4878          <ulink url="&lfs-ticket-root;5089">#5089</ulink>.</para>
    4979        </listitem>
     
    484514        <listitem>
    485515          <para>[xry111] - Build libstdc++ in GCC pass 2, and remove the
    486           seperate libstdc++ pass 2.</para>
     516          separate libstdc++ pass 2.</para>
    487517        </listitem>
    488518        <listitem>
  • chapter08/binutils.xml

    r2928a11 ra151e09  
    5757<screen><computeroutput>The system has no more ptys.
    5858Ask 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
    7560    <para>
    7661      Now make a fix identified upstream that affects building some packages:
     
    7964<screen><userinput remap="pre">sed -e '/R_386_TLS_LE /i \   || (TYPE) == R_386_TLS_IE \\' \
    8065    -i ./bfd/elfxx-x86.h</userinput></screen>
    81 
     66-->
    8267    <para>The Binutils documentation recommends building Binutils
    8368    in a dedicated build directory:</para>
     
    194179<screen><userinput remap="test">make -k check</userinput></screen>
    195180
    196     <!-- Will be fixed in 2.39
    197          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
    198183    <para>One gold test, <filename>pr17704a_test</filename>, is known to
    199184    fail if <parameter>CONFIG_IA32_EMULATION</parameter> is disabled in the
    200185    kernel configuration of the host system.</para>
    201 
     186 -->
    202187    <para>Install the package:</para>
    203188
     
    219204
    220205      <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,
    222207        objcopy, objdump, ranlib, readelf, size, strings, and strip</seg>
    223208        <seg>libbfd.so, libctf.so, libctf-nobfd.so, and libopcodes.so</seg>
     
    302287          <indexterm zone="ch-system-binutils gprof">
    303288            <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>
    304299          </indexterm>
    305300        </listitem>
  • chapter08/jinja2.xml

    r2928a11 ra151e09  
    4747    <para>Install the package:</para>
    4848
    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>
    5050
    5151  </sect2>
  • chapter08/markupsafe.xml

    r2928a11 ra151e09  
    4949    <para>Install the package:</para>
    5050
    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>
    5252
    5353  </sect2>
  • chapter08/perl.xml

    r2928a11 ra151e09  
    140140<screen><userinput remap="test">make test</userinput></screen>
    141141
    142     <note>
    143        <para>Nine tests fail due to using the most recent version of zlib.</para>
    144     </note>
    145 
    146142    <para>Install the package and clean up:</para>
    147143
  • chapter08/python.xml

    r2928a11 ra151e09  
    104104    package manager (<command>dpkg</command> for example), but LFS does not
    105105    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 &gt; /etc/pip.conf &lt;&lt; EOF
     109[global]
     110root-user-action = ignore
     111EOF
     112</userinput></screen>
     113<!--
    108114<screen><userinput remap="install">sed -e '/def warn_if_run_as_root/a\    return' \
    109115    -i /usr/lib/python3.10/site-packages/pip/_internal/cli/req_command.py
    110116</userinput></screen>
    111 
     117-->
    112118    <important>
    113119      <para>
  • chapter08/wheel.xml

    r2928a11 ra151e09  
    8181    <segmentedlist>
    8282      <segtitle>Installed program</segtitle>
    83       <segtitle>Installed directory</segtitle>
     83      <segtitle>Installed directories</segtitle>
    8484
    8585      <seglistitem>
    8686        <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>
    8891      </seglistitem>
    8992    </segmentedlist>
  • packages.ent

    r2928a11 ra151e09  
    5959<!ENTITY bash-fin-sbu "1.5 SBU">
    6060
    61 <!ENTITY bc-version "5.3.3">
    62 <!ENTITY bc-size "435 KB">
     61<!ENTITY bc-version "6.0.1">
     62<!ENTITY bc-size "441 KB">
    6363<!ENTITY bc-url "https://github.com/gavinhoward/bc/releases/download/&bc-version;/bc-&bc-version;.tar.xz">
    64 <!ENTITY bc-md5 "43d17b905a9f10e2e7598bb81d636f2a">
     64<!ENTITY bc-md5 "4c8b8d51eb52ee66f5bcf6a6a1ca576e">
    6565<!ENTITY bc-home "https://git.yzena.com/gavin/bc">
    6666<!ENTITY bc-fin-du "7.1 MB">
     
    321321<!ENTITY gzip-fin-sbu "0.1 SBU">
    322322
    323 <!ENTITY iana-etc-version "20220610">
    324 <!ENTITY iana-etc-size "583 KB">
     323<!ENTITY iana-etc-version "20220803">
     324<!ENTITY iana-etc-size "584 KB">
    325325<!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">
    327327<!ENTITY iana-etc-home "https://www.iana.org/protocols">
    328328<!ENTITY iana-etc-fin-du "4.7 MB">
     
    346346<!ENTITY intltool-fin-sbu "less than 0.1 SBU">
    347347
    348 <!ENTITY iproute2-version "5.18.0">
    349 <!ENTITY iproute2-size "860 KB">
     348<!ENTITY iproute2-version "5.19.0">
     349<!ENTITY iproute2-size "872 KB">
    350350<!ENTITY iproute2-url "&kernel;linux/utils/net/iproute2/iproute2-&iproute2-version;.tar.xz">
    351 <!ENTITY iproute2-md5 "f666bab8ccf9c972938a0c0d8a4e6a68">
     351<!ENTITY iproute2-md5 "415bd9eeb8515a585e245809d2fe45a6">
    352352<!ENTITY iproute2-home "&kernel;linux/utils/net/iproute2/">
    353353<!ENTITY iproute2-fin-du "15 MB">
     
    436436
    437437<!ENTITY linux-major-version "5">
    438 <!ENTITY linux-minor-version "18">
    439 <!ENTITY linux-patch-version "14">
     438<!ENTITY linux-minor-version "19">
     439<!ENTITY linux-patch-version "1">
    440440<!--<!ENTITY linux-version "&linux-major-version;.&linux-minor-version;">-->
    441441<!ENTITY linux-version "&linux-major-version;.&linux-minor-version;.&linux-patch-version;">
    442 <!ENTITY linux-size "126,808 KB">
     442<!ENTITY linux-size "128,509 KB">
    443443<!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">
    445445<!ENTITY linux-home "https://www.kernel.org/">
    446446<!-- measured for 5.13.4 / gcc-11.1.0 on x86_64 : minimum is
     
    707707<!ENTITY texinfo-fin-sbu "0.6 SBU">
    708708
    709 <!ENTITY tzdata-version "2022a">
    710 <!ENTITY tzdata-size "416 KB">
     709<!ENTITY tzdata-version "2022b">
     710<!ENTITY tzdata-size "423 KB">
    711711<!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">
    713713<!ENTITY tzdata-home "https://www.iana.org/time-zones">
    714714
     
    730730<!ENTITY util-linux-fin-sbu "1.1 SBU">
    731731
    732 <!ENTITY vim-version "9.0.0006">
     732<!ENTITY vim-version "9.0.0192">
    733733<!-- <!ENTITY vim-majmin "90"> -->
    734734<!ENTITY vim-docdir "vim/vim90">
    735 <!ENTITY vim-size "16,217 KB">
     735<!ENTITY vim-size "16,353 KB">
    736736<!--<!ENTITY vim-url "https://github.com/vim/vim/archive/v&vim-version;/vim-&vim-version;.tar.gz">-->
    737737<!ENTITY vim-url "&anduin-sources;/vim-&vim-version;.tar.gz">
    738 <!ENTITY vim-md5 "8f497ace38b9702427530e2124c55ed2">
     738<!ENTITY vim-md5 "726876f89cd927852eeccddce3712b44">
    739739<!ENTITY vim-home "https://www.vim.org">
    740740<!ENTITY vim-fin-du "206 MB">
  • prologue/typography.xml

    r2928a11 ra151e09  
    3737  the result of commands issued.  This format is also used to show filenames,
    3838  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>
    3945
    4046  <para><emphasis>Emphasis</emphasis></para>
Note: See TracChangeset for help on using the changeset viewer.