Changeset e15b03b


Ignore:
Timestamp:
06/26/2022 06:36:09 PM (22 months ago)
Author:
Thomas Trepl (Moody) <thomas@…>
Branches:
multilib
Children:
dcb4788f
Parents:
4605657 (diff), c500323 (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.
Message:

Merge upstream

Files:
5 edited

Legend:

Unmodified
Added
Removed
  • Makefile

    r4605657 re15b03b  
    166166                     $(RENDERTMP)/lfs-full.xml
    167167
    168 wget-list: $(BASEDIR)/wget-list
     168wget-list: $(BASEDIR)/wget-list $(BASEDIR)/wget-list-$(REV)
    169169$(BASEDIR)/wget-list: stylesheets/wget-list.xsl chapter03/chapter03.xml \
    170170                      packages.ent patches.ent general.ent
    171171        @echo "Generating consolidated wget list at $(BASEDIR)/wget-list ..."
    172172        $(Q)mkdir -p $(BASEDIR)
    173 
    174 #       $(Q)xsltproc --nonet --xinclude                    \
    175 #                --stringparam profile.revision $(REV) \
    176 #                --output $(RENDERTMP)/sysd-wget.xml   \
    177 #                stylesheets/lfs-xsl/profile.xsl       \
    178 #                chapter03/chapter03.xml
    179 
    180173        $(Q)xsltproc --xinclude --nonet            \
    181174                --output $(BASEDIR)/wget-list \
    182175                     stylesheets/wget-list.xsl     \
    183176                chapter03/chapter03.xml
     177
     178$(BASEDIR)/wget-list-$(REV): stylesheets/wget-list.xsl \
     179                             chapter03/chapter03.xml \
     180                             packages.ent patches.ent general.ent
     181        $(Q)xsltproc --nonet --xinclude                   \
     182                --stringparam profile.revision $(REV) \
     183                --output $(RENDERTMP)/wget-list.xml   \
     184                stylesheets/lfs-xsl/profile.xsl       \
     185                chapter03/chapter03.xml
     186        $(Q)xsltproc --xinclude --nonet                  \
     187                --output $(BASEDIR)/wget-list-$(REV) \
     188                stylesheets/wget-list.xsl            \
     189                $(RENDERTMP)/wget-list.xml
    184190
    185191md5sums: $(BASEDIR)/md5sums
     
    189195        $(Q)mkdir -p $(BASEDIR)
    190196
    191         $(Q)xsltproc --nonet --xinclude                    \
     197        $(Q)xsltproc --nonet --xinclude                   \
    192198                --stringparam profile.revision $(REV) \
    193199                --stringparam profile.arch $(ARCH)    \
    194                 --output $(RENDERTMP)/sysv-md5sum.xml \
     200                --output $(RENDERTMP)/md5sum.xml      \
    195201                stylesheets/lfs-xsl/profile.xsl       \
    196202                chapter03/chapter03.xml
    197203
    198         $(Q)xsltproc --xinclude --nonet          \
     204        $(Q)xsltproc --xinclude --nonet         \
    199205                --output $(BASEDIR)/md5sums \
    200206                stylesheets/md5sum.xsl      \
    201                 $(RENDERTMP)/sysv-md5sum.xml
     207                $(RENDERTMP)/md5sum.xml
    202208        $(Q)sed -i -e \
    203209       "s/BOOTSCRIPTS-MD5SUM/$(shell md5sum lfs-bootscripts*.tar.xz | cut -d' ' -f1)/" \
  • chapter03/introduction.xml

    r4605657 re15b03b  
    8080
    8181  <para>To download all of the packages and patches by using
    82   <ulink url="../wget-list">wget-list</ulink> as an input to the
    83   <command>wget</command> command, use:</para>
     82  <ulink url="../&wget-list;">&wget-list;</ulink>
     83  as an input to the <command>wget</command> command, use:</para>
    8484
    85 <screen role="nodump"><userinput>wget --input-file=wget-list --continue --directory-prefix=$LFS/sources</userinput></screen>
    86 
     85<screen role="nodump"><userinput>wget --input-file=&wget-list; --continue --directory-prefix=$LFS/sources</userinput></screen>
     86<!--
    8787  <note><para>
    8888    The <filename>wget-list</filename> file mentioned above retrieves all
     
    9292    current book.
    9393  </para></note>
    94 
     94-->
    9595  <para>Additionally, starting with LFS-7.0, there is a separate file,
    9696  <ulink url="../md5sums">md5sums</ulink>, which can be used to verify that all
  • chapter08/binutils.xml

    r4605657 re15b03b  
    191191
    192192<screen><userinput remap="test">make -k check</userinput></screen>
    193 <!--
    194     <para>Four tests related to zlib are known to fail.</para>
    195 -->
    196 <!--
    197     <para>Seven gold tests are known to fail with gcc-11.1.0</para>
    198 
    199     <para>Four ld tests named <quote>Run property ...</quote> are known to
    200     fail.</para>
    201  -->
     193
     194    <!-- Will be fixed in 2.39
     195         https://sourceware.org/git/?p=binutils-gdb.git;a=commit;h=01ae03b -->
     196    <para>One gold test, <filename>pr17704a_test</filename>, is known to
     197    fail if <parameter>CONFIG_IA32_EMULATION</parameter> is disabled in the
     198    kernel configuration of the host system.</para>
     199
    202200    <para>Install the package:</para>
    203201
  • chapter08/glibc.xml

    r4605657 re15b03b  
    181181
    182182      <listitem>
    183         <para>The <emphasis>nss/tst-nss-files-hosts-multi</emphasis>
    184         test is known to fail on relatively slow systems due to an internal
     183        <para>Some tests, for example
     184        <emphasis>nss/tst-nss-files-hosts-multi</emphasis>,
     185        are known to fail on relatively slow systems due to an internal
    185186        timeout.</para>
     187      </listitem>
     188
     189      <!--
     190        https://lists.linuxfromscratch.org/sympa/arc/lfs-support/2022-06/msg00022.html
     191        https://sourceware.org/pipermail/libc-alpha/2022-June/139839.html
     192      -->
     193      <listitem>
     194        <para>About 27 tests, for example <emphasis>elf/tst-pldd</emphasis>,
     195        are known to fail if the kernel supports namespaces (see
     196        <filename>namespaces(7)</filename> for details) but the host distro
     197        has disabled them via sysctl.</para>
    186198      </listitem>
    187199<!--
  • general.ent

    r4605657 re15b03b  
    7373]]>
    7474
     75<![ %sysv; [
     76<!ENTITY wget-list       "wget-list-sysv">
     77]]>
     78<![ %systemd; [
     79<!ENTITY wget-list       "wget-list-systemd">
     80]]>
     81
    7582<!ENTITY lfs-root        "https://www.linuxfromscratch.org/">
    7683<!ENTITY blfs-root       "&lfs-root;blfs/">
Note: See TracChangeset for help on using the changeset viewer.