Changeset 0841437


Ignore:
Timestamp:
09/11/2003 08:07:44 PM (21 years ago)
Author:
Jeremy Utley <jeremy@…>
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, 6.0, 6.1, 6.1.1, 6.3, 6.4, 6.5, 6.6, 6.7, 6.8, 7.0, 7.1, 7.2, 7.3, 7.4, 7.5, 7.5-systemd, 7.6, 7.6-systemd, 7.7, 7.7-systemd, 7.8, 7.8-systemd, 7.9, 7.9-systemd, 8.0, 8.1, 8.2, 8.3, 8.4, 9.0, 9.1, arm, bdubbs/gcc13, ml-11.0, multilib, renodr/libudev-from-systemd, s6-init, trunk, v5_0, v5_1, v5_1_1, xry111/arm64, xry111/arm64-12.0, xry111/clfs-ng, xry111/lfs-next, xry111/loongarch, xry111/loongarch-12.0, xry111/loongarch-12.1, xry111/mips64el, xry111/pip3, xry111/rust-wip-20221008, xry111/update-glibc
Children:
73f7c1a
Parents:
c9398bc
Message:

Dropped non-toolchain tests to optional

git-svn-id: http://svn.linuxfromscratch.org/LFS/trunk/BOOK@2771 4aa44e1e-78dd-0310-a6d2-fbcd4c07a689

Files:
35 edited

Legend:

Unmodified
Added
Removed
  • chapter01/changelog.xml

    rc9398bc r0841437  
    8484</para></listitem>
    8585
     86<listitem><para>September 11th, 2003 [jeremy]: Dropped non-toolchain tests
     87to optional actions.  Added a note to use the wiki for failed tests.</para></listitem>
     88
    8689<listitem><para>September 11th, 2003 [jeremy]: Added Bison patch, backported
    8790from CVS, to fix pwlib compilation problems</para></listitem>
  • chapter02/askforhelp.xml

    rc9398bc r0841437  
    8888</sect2>
    8989
     90<sect2>
     91<title>Testsuite problems</title>
     92
     93<para>Many of the testsuite for packages will generate false errors.  When
     94you encounter these, you can check the LFS Wiki page at
     95<ulink url="http://wiki.linuxfromscratch.org"/> for our results, to see if
     96our testing also shows the checks to be failing.</para>
     97
     98</sect2>
     99
     100
    90101</sect1>
    91102
  • chapter05/bash-inst.xml

    rc9398bc r0841437  
    1717<para><screen><userinput>make</userinput></screen></para>
    1818
    19 <para>Check that it works correctly:</para>
     19<para>This package has a testsuite available which can perform a number of
     20checks to ensure it built correctly.  Should you choose to run it, the
     21following command will do so:</para>
    2022
    2123<para><screen><userinput>make tests</userinput></screen></para>
  • chapter05/coreutils-inst.xml

    rc9398bc r0841437  
    1212<para><screen><userinput>make</userinput></screen></para>
    1313
    14 <para>Test the results thoroughly:</para>
     14<para>This package has a testsuite available which can perform a number of
     15checks to ensure it built correctly.  Should you choose to run it, the
     16following command will do so:</para>
    1517
    1618<para><screen><userinput>make RUN_EXPENSIVE_TESTS=yes check</userinput></screen></para>
  • chapter05/expect-inst.xml

    rc9398bc r0841437  
    1515<para><screen><userinput>./configure --prefix=/tools --with-tcl=/tools/lib --with-x=no</userinput></screen></para>
    1616
    17 <para>Build, test, and install the package:</para>
     17<para>Build the package:</para>
    1818
    19 <para><screen><userinput>make
    20 make test
    21 make install</userinput></screen></para>
     19<para><screen><userinput>make</userinput></screen></para>
    2220
    23 <para>Note that also here some of the tests might fail, and that this is not a
    24 problem here either.</para>
     21<para>This package has a testsuite available which can perform a number of
     22checks to ensure it built correctly.  Should you choose to run it, the
     23following command will do so:</para>
     24
     25<para><screen><userinput>make test</userinput></screen></para>
     26
     27<para>And install:</para>
     28
     29<para><screen><userinput>make install</userinput></screen></para>
    2530
    2631<para>You can now remove the source directories of both Tcl and Expect.</para>
  • chapter05/findutils-inst.xml

    rc9398bc r0841437  
    1212<para><screen><userinput>make </userinput></screen></para>
    1313
    14 <para>Test the results:</para>
     14<para>This package has a testsuite available which can perform a number of
     15checks to ensure it built correctly.  Should you choose to run it, the
     16following command will do so:</para>
    1517
    1618<para><screen><userinput>make check</userinput></screen></para>
  • chapter05/gettext-inst.xml

    rc9398bc r0841437  
    1212<para><screen><userinput>make </userinput></screen></para>
    1313
    14 <para>Check that the programs work correctly (this takes so long you can go
    15 for a walk):</para>
     14<para>This package has a testsuite available which can perform a number of
     15checks to ensure it built correctly.  Should you choose to run it, the
     16following command will do so:</para>
    1617
    1718<para><screen><userinput>make check</userinput></screen></para>
  • chapter05/grep-inst.xml

    rc9398bc r0841437  
    1313<para><screen><userinput>make </userinput></screen></para>
    1414
    15 <para>Check that the programs work correctly:</para>
     15<para>This package has a testsuite available which can perform a number of
     16checks to ensure it built correctly.  Should you choose to run it, the
     17following command will do so:</para>
    1618
    1719<para><screen><userinput>make check</userinput></screen></para>
  • chapter05/make-inst.xml

    rc9398bc r0841437  
    1212<para><screen><userinput>make </userinput></screen></para>
    1313
    14 <para>Test the program:</para>
     14<para>This package has a testsuite available which can perform a number of
     15checks to ensure it built correctly.  Should you choose to run it, the
     16following command will do so:</para>
    1517
    1618<para><screen><userinput>make check</userinput></screen></para>
  • chapter05/sed-inst.xml

    rc9398bc r0841437  
    1212<para><screen><userinput>make </userinput></screen></para>
    1313
    14 <para>Test the program:</para>
     14<para>This package has a testsuite available which can perform a number of
     15checks to ensure it built correctly.  Should you choose to run it, the
     16following command will do so:</para>
    1517
    1618<para><screen><userinput>make check</userinput></screen></para>
  • chapter05/tar-inst.xml

    rc9398bc r0841437  
    1212<para><screen><userinput>make </userinput></screen></para>
    1313
    14 <para>Check that the programs work correctly:</para>
     14<para>This package has a testsuite available which can perform a number of
     15checks to ensure it built correctly.  Should you choose to run it, the
     16following command will do so:</para>
    1517
    1618<para><screen><userinput>make check</userinput></screen></para>
  • chapter05/tcl-inst.xml

    rc9398bc r0841437  
    1414./configure --prefix=/tools</userinput></screen></para>
    1515
    16 <para>Build, test, and install the package:</para>
     16<para>Build, the package:</para>
    1717
    18 <para><screen><userinput>make
    19 make -k test
    20 make install</userinput></screen></para>
     18<para><screen><userinput>make</userinput></screen></para>
    2119
    22 <para>Note that several of the tests may fail (for exmple the clock test).
    23 This is, however, not a problem: the program will work well enough to be able
    24 to run the GCC and Binutils test suites.</para>
     20<para>This package has a testsuite available which can perform a number of
     21checks to ensure it built correctly.  Should you choose to run it, the
     22following command will do so:</para>
     23
     24<para><screen><userinput>TZ=UTC make -k test</userinput></screen></para>
     25
     26<para>Sometimes, package testsuites will give false failures.  You can
     27consult the LFS Wiki at <ulink url="http://wiki.linuxfromscratch.org"/>
     28to verify that these failures are normal.  This applies to all tests
     29throughout the book.</para>
     30
     31<para>Install the package:</para>
     32
     33<para><screen><userinput>make install</userinput></screen></para>
    2534
    2635<para>Make a link:</para>
    2736<para><screen><userinput>ln -s tclsh8.4 /tools/bin/tclsh</userinput></screen></para>
    2837
    29 <caution><para><emphasis>Do not remove</emphasis> the
     38<caution><para>Do not remove the
    3039<filename>tcl&tcl-version;</filename> source directory yet, as the next package
    3140will need its internal headers.</para></caution>
  • chapter05/texinfo-inst.xml

    rc9398bc r0841437  
    1212<para><screen><userinput>make </userinput></screen></para>
    1313
    14 <para>Check that the programs work correctly:</para>
     14<para>This package has a testsuite available which can perform a number of
     15checks to ensure it built correctly.  Should you choose to run it, the
     16following command will do so:</para>
    1517
    1618<para><screen><userinput>make check</userinput></screen></para>
  • chapter06/autoconf-inst.xml

    rc9398bc r0841437  
    1111<para><screen><userinput>make</userinput></screen></para>
    1212
    13 <para>Test the results:</para>
     13<para>This package has a testsuite available which can perform a number of
     14checks to ensure it built correctly.  Should you choose to run it, the
     15following command will do so:</para>
    1416
    1517<para><screen><userinput>make check</userinput></screen></para>
  • chapter06/automake-inst.xml

    rc9398bc r0841437  
    1212<para><screen><userinput>make</userinput></screen></para>
    1313
    14 <para>Test the results:</para>
     14<para>This package has a testsuite available which can perform a number of
     15checks to ensure it built correctly.  Should you choose to run it, the
     16following command will do so:</para>
    1517
    1618<para><screen><userinput>make check</userinput></screen></para>
  • chapter06/bash-inst.xml

    rc9398bc r0841437  
    1818<para><screen><userinput>make</userinput></screen></para>
    1919
    20 <para>Test the results:</para>
     20<para>This package has a testsuite available which can perform a number of
     21checks to ensure it built correctly.  Should you choose to run it, the
     22following command will do so:</para>
    2123
    2224<para><screen><userinput>make tests</userinput></screen></para>
  • chapter06/bison-inst.xml

    rc9398bc r0841437  
    1717<para><screen><userinput>make</userinput></screen></para>
    1818
    19 <para>Test the results:</para>
     19<para>This package has a testsuite available which can perform a number of
     20checks to ensure it built correctly.  Should you choose to run it, the
     21following command will do so:</para>
    2022
    2123<para><screen><userinput>make check</userinput></screen></para>
  • chapter06/coreutils-inst.xml

    rc9398bc r0841437  
    2424<para><screen><userinput>make</userinput></screen></para>
    2525
    26 <para>Test the results thoroughly:</para>
     26<para>This package has a testsuite available which can perform a number of
     27checks to ensure it built correctly.  Should you choose to run it, the
     28following command will do so:</para>
    2729
    2830<para><screen><userinput>make check-root
  • chapter06/diffutils-inst.xml

    rc9398bc r0841437  
    1212<para><screen><userinput>make</userinput></screen></para>
    1313
    14 <para>Test the results:</para>
     14<para>This package has a testsuite available which can perform a number of
     15checks to ensure it built correctly.  Should you choose to run it, the
     16following command will do so:</para>
    1517
    1618<para><screen><userinput>make check</userinput></screen></para>
  • chapter06/e2fsprogs-inst.xml

    rc9398bc r0841437  
    3737<para><screen><userinput>make</userinput></screen></para>
    3838
    39 <para>Test the results:</para>
     39<para>This package has a testsuite available which can perform a number of
     40checks to ensure it built correctly.  Should you choose to run it, the
     41following command will do so:</para>
    4042
    4143<para><screen><userinput>make check</userinput></screen></para>
  • chapter06/ed-inst.xml

    rc9398bc r0841437  
    2828<para><screen><userinput>make</userinput></screen></para>
    2929
    30 <para>Test the results:</para>
     30<para>This package has a testsuite available which can perform a number of
     31checks to ensure it built correctly.  Should you choose to run it, the
     32following command will do so:</para>
    3133
    3234<para><screen><userinput>make check</userinput></screen></para>
  • chapter06/findutils-inst.xml

    rc9398bc r0841437  
    1818<para><screen><userinput>make</userinput></screen></para>
    1919
    20 <para>Test the results:</para>
     20<para>This package has a testsuite available which can perform a number of
     21checks to ensure it built correctly.  Should you choose to run it, the
     22following command will do so:</para>
    2123
    2224<para><screen><userinput>make check</userinput></screen></para>
  • chapter06/flex-inst.xml

    rc9398bc r0841437  
    1212<para><screen><userinput>make</userinput></screen></para>
    1313
    14 <para>Test the results:</para>
     14<para>This package has a testsuite available which can perform a number of
     15checks to ensure it built correctly.  Should you choose to run it, the
     16following command will do so:</para>
    1517
    1618<para><screen><userinput>make bigcheck</userinput></screen></para>
  • chapter06/gawk-inst.xml

    rc9398bc r0841437  
    4242<para><screen><userinput>make</userinput></screen></para>
    4343
    44 <para>Test the results:</para>
     44<para>This package has a testsuite available which can perform a number of
     45checks to ensure it built correctly.  Should you choose to run it, the
     46following command will do so:</para>
    4547
    4648<para><screen><userinput>make check</userinput></screen></para>
  • chapter06/gettext-inst.xml

    rc9398bc r0841437  
    1212<para><screen><userinput>make</userinput></screen></para>
    1313
    14 <para>Test the results:</para>
     14<para>This package has a testsuite available which can perform a number of
     15checks to ensure it built correctly.  Should you choose to run it, the
     16following command will do so:</para>
    1517
    1618<para><screen><userinput>make check</userinput></screen></para>
  • chapter06/grep-inst.xml

    rc9398bc r0841437  
    1313<para><screen><userinput>make</userinput></screen></para>
    1414
    15 <para>Test the results:</para>
     15<para>This package has a testsuite available which can perform a number of
     16checks to ensure it built correctly.  Should you choose to run it, the
     17following command will do so:</para>
    1618
    1719<para><screen><userinput>make check</userinput></screen></para>
  • chapter06/libtool-inst.xml

    rc9398bc r0841437  
    1212<para><screen><userinput>make</userinput></screen></para>
    1313
    14 <para>Test the results:</para>
     14<para>This package has a testsuite available which can perform a number of
     15checks to ensure it built correctly.  Should you choose to run it, the
     16following command will do so:</para>
    1517
    1618<para><screen><userinput>make check</userinput></screen></para>
  • chapter06/m4-inst.xml

    rc9398bc r0841437  
    1212<para><screen><userinput>make</userinput></screen></para>
    1313
    14 <para>Test the results:</para>
     14<para>This package has a testsuite available which can perform a number of
     15checks to ensure it built correctly.  Should you choose to run it, the
     16following command will do so:</para>
    1517
    1618<para><screen><userinput>make check</userinput></screen></para>
  • chapter06/make-inst.xml

    rc9398bc r0841437  
    1212<para><screen><userinput>make</userinput></screen></para>
    1313
    14 <para>Test the results:</para>
     14<para>This package has a testsuite available which can perform a number of
     15checks to ensure it built correctly.  Should you choose to run it, the
     16following command will do so:</para>
    1517
    1618<para><screen><userinput>make check</userinput></screen></para>
  • chapter06/patch-inst.xml

    rc9398bc r0841437  
    1212<para><screen><userinput>make</userinput></screen></para>
    1313
    14 <para>Test the results:</para>
     14<para>This package has a testsuite available which can perform a number of
     15checks to ensure it built correctly.  Should you choose to run it, the
     16following command will do so:</para>
    1517
    1618<para><screen><userinput>make check</userinput></screen></para>
  • chapter06/perl-inst.xml

    rc9398bc r0841437  
    1818<para><screen><userinput>make</userinput></screen></para>
    1919
    20 <para>Test the results:</para>
     20<para>This package has a testsuite available which can perform a number of
     21checks to ensure it built correctly.  Should you choose to run it, the
     22following command will do so:</para>
    2123
    2224<para><screen><userinput>make test</userinput></screen></para>
  • chapter06/sed-inst.xml

    rc9398bc r0841437  
    1212<para><screen><userinput>make</userinput></screen></para>
    1313
    14 <para>Test the results:</para>
     14<para>This package has a testsuite available which can perform a number of
     15checks to ensure it built correctly.  Should you choose to run it, the
     16following command will do so:</para>
    1517
    1618<para><screen><userinput>make check</userinput></screen></para>
  • chapter06/tar-inst.xml

    rc9398bc r0841437  
    1313<para><screen><userinput>make</userinput></screen></para>
    1414
    15 <para>Test the results:</para>
     15<para>This package has a testsuite available which can perform a number of
     16checks to ensure it built correctly.  Should you choose to run it, the
     17following command will do so:</para>
    1618
    1719<para><screen><userinput>make check</userinput></screen></para>
  • chapter06/texinfo-inst.xml

    rc9398bc r0841437  
    1212<para><screen><userinput>make</userinput></screen></para>
    1313
    14 <para>Test the results:</para>
     14<para>This package has a testsuite available which can perform a number of
     15checks to ensure it built correctly.  Should you choose to run it, the
     16following command will do so:</para>
    1517
    1618<para><screen><userinput>make check</userinput></screen></para>
  • chapter06/zlib-inst.xml

    rc9398bc r0841437  
    2727<para><screen><userinput>make install</userinput></screen></para>
    2828
    29 <para>Now also build and install the non-shared libraries:</para>
     29<para>Now also build the non-shared libraries:</para>
    3030<para><screen><userinput>make clean
    3131./configure --prefix=/usr
    32 make
    33 make test
    34 make install</userinput></screen></para>
     32make</userinput></screen></para>
     33
     34<para>This package has a testsuite available which can perform a number of
     35checks to ensure it built correctly.  Should you choose to run it, the
     36following command will do so:</para>
     37
     38<para><screen><userinput>make test</userinput></screen></para>
     39
     40<para>And install the package:</para>
     41
     42<para><screen><userinput>make install</userinput></screen></para>
    3543
    3644<para>The shared Zlib library should be installed in the
Note: See TracChangeset for help on using the changeset viewer.