Changeset 491de331


Ignore:
Timestamp:
04/15/2024 04:17:58 PM (2 weeks ago)
Author:
Bruce Dubbs <bdubbs@…>
Branches:
trunk
Children:
340891b
Parents:
185b7638 (diff), 9317498 (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 branch 'trunk' of git.linuxfromscratch.org:lfs into trunk

Files:
5 edited

Legend:

Unmodified
Added
Removed
  • chapter08/python.xml

    r185b7638 r491de331  
    7979<screen><userinput remap="make">make</userinput></screen>
    8080
    81     <para>Running the tests at this point is not recommended.  The
    82     tests are known to hang indefinitely in the partial LFS environment.
    83     If desired, the tests can be rerun at the end of this chapter, or
    84     when Python 3 is reinstalled in BLFS.  To run the tests anyway,
    85     issue <command>make test</command>.</para>
     81    <para>Some tests are known to occasionally hang indefinitely.  So to test the
     82    results, run the test suite but set a 2-minute time limit for each
     83    test case:</para>
     84
     85<screen><userinput remap="test">make test TESTOPTS="--timeout 120"</userinput></screen>
     86
     87    <para>For a relatively slow system you may need to increase the time
     88    limit and 1 SBU (measured when building Binutils pass 1 with one CPU
     89    core) should be enough.  Some tests are flaky, so the test suite will
     90    automatically re-run failed tests.  If a test failed but then passed
     91    when re-run, it should be considered as passed.</para>
     92
     93    <para>Two tests named <filename>test_xml_etree</filename> and
     94    <filename>test_xml_etree_c</filename> are known to fail with expat-2.6.0
     95    or newer.</para>
    8696
    8797    <para>Install the package:</para>
  • chapter08/util-linux.xml

    r185b7638 r491de331  
    9494<screen><userinput remap="make">make</userinput></screen>
    9595
    96     <para>If desired, run the test suite as a non-&root; user:</para>
     96    <!-- To editors:
     97         Two tests need a /etc/fstab file.  They are skipped if the host
     98         distro isn't using systemd as the init system, so don't remove
     99         the creation of /etc/fstab unless you've tested it with such a
     100         host distro (for example LFS systemd or Debian).  -->
     101    <para>If desired, create a dummy <filename>/etc/fstab</filename> file
     102    to satisfy two tests and run the test suite as a non-&root;
     103    user:</para>
    97104
    98105    <warning><para>Running the test suite as the
     
    107114    </warning>
    108115
    109 <screen><userinput remap="test">chown -R tester .
     116<screen><userinput remap="test">touch /etc/fstab
     117chown -R tester .
    110118su tester -c "make -k check"</userinput></screen>
    111119
  • chapter10/kernel/kernel.version

    r185b7638 r491de331  
    1 6.7.4
     16.8.2
  • packages.ent

    r185b7638 r491de331  
    145145<!ENTITY e2fsprogs-url "https://downloads.sourceforge.net/project/e2fsprogs/e2fsprogs/v&e2fsprogs-version;/e2fsprogs-&e2fsprogs-version;.tar.gz">
    146146<!ENTITY e2fsprogs-md5 "6b4f18a33873623041857b4963641ee9">
    147 <!ENTITY e2fsprogs-home "http://e2fsprogs.sourceforge.net/">
     147<!ENTITY e2fsprogs-home "https://e2fsprogs.sourceforge.net/">
    148148<!ENTITY e2fsprogs-fin-du "95 MB">
    149149<!ENTITY e2fsprogs-fin-sbu "2.4 SBU on a spinning disk, 0.4 SBU on an SSD">
     
    704704<!ENTITY tcl-url "https://downloads.sourceforge.net/tcl/tcl&tcl-version;-src.tar.gz">
    705705<!ENTITY tcl-md5 "c30b57c6051be28fa928d09aca82841e">
    706 <!ENTITY tcl-home "http://tcl.sourceforge.net/">
     706<!ENTITY tcl-home "https://tcl.sourceforge.net/">
    707707<!ENTITY tcl-docs-url "https://downloads.sourceforge.net/tcl/tcl&tcl-version;-html.tar.gz">
    708708<!ENTITY tcl-docs-md5 "5467198f8d57c54835bf80b98ffb0170">
  • part3intro/generalinstructions.xml

    r185b7638 r491de331  
    115115              to extract the source code. Notably, using the <command>cp -R</command>
    116116              command to copy the
    117               source code tree somewhere else can destroy links and
     117              source code tree somewhere else can destroy
    118118              timestamps in the source tree, and cause the build to fail.</para>
    119119            </listitem>
Note: See TracChangeset for help on using the changeset viewer.