Changeset 28e610db


Ignore:
Timestamp:
06/22/2020 11:11:08 PM (4 years ago)
Author:
Bruce Dubbs <bdubbs@…>
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, arm, bdubbs/gcc13, ml-11.0, multilib, renodr/libudev-from-systemd, s6-init, trunk, 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:
380fdc0
Parents:
bfab1b2
Message:

Move tcl, expect, and dejagnu to Chapter 8

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

Files:
4 edited
3 moved

Legend:

Unmodified
Added
Removed
  • chapter03/packages.xml

    rbfab1b2 r28e610db  
    691691        <para>Download: <ulink url="&tcl-url;"/></para>
    692692        <para>MD5 sum: <literal>&tcl-md5;</literal></para>
     693      </listitem>
     694    </varlistentry>
     695
     696    <varlistentry>
     697      <term>Tcl Documentation (&tcl-version;) - <token>&tcl-docs-size;</token>:</term>
     698      <listitem>
     699        <para>Download: <ulink url="&tcl-docs-url;"/></para>
     700        <para>MD5 sum: <literal>&tcl-docs-md5;</literal></para>
    693701      </listitem>
    694702    </varlistentry>
  • chapter07/chapter07.xml

    rbfab1b2 r28e610db  
    2525  <xi:include xmlns:xi="http://www.w3.org/2001/XInclude" href="texinfo.xml"/>
    2626  <xi:include xmlns:xi="http://www.w3.org/2001/XInclude" href="util-linux.xml"/>
     27 
     28<!--
    2729  <xi:include xmlns:xi="http://www.w3.org/2001/XInclude" href="tcl.xml"/>
    2830  <xi:include xmlns:xi="http://www.w3.org/2001/XInclude" href="expect.xml"/>
    2931  <xi:include xmlns:xi="http://www.w3.org/2001/XInclude" href="dejagnu.xml"/>
     32-->
     33
    3034  <xi:include xmlns:xi="http://www.w3.org/2001/XInclude" href="stripping.xml"/>
    3135
  • chapter08/chapter08.xml

    rbfab1b2 r28e610db  
    1515  <xi:include xmlns:xi="http://www.w3.org/2001/XInclude" href="pkgmgt.xml"/>
    1616  <xi:include xmlns:xi="http://www.w3.org/2001/XInclude" href="man-pages.xml"/>
     17
     18  <xi:include xmlns:xi="http://www.w3.org/2001/XInclude" href="tcl.xml"/>
     19  <xi:include xmlns:xi="http://www.w3.org/2001/XInclude" href="expect.xml"/>
     20  <xi:include xmlns:xi="http://www.w3.org/2001/XInclude" href="dejagnu.xml"/>
     21
    1722  <xi:include xmlns:xi="http://www.w3.org/2001/XInclude" href="iana-etc.xml"/>
    1823  <xi:include xmlns:xi="http://www.w3.org/2001/XInclude" href="glibc.xml"/>
  • chapter08/expect.xml

    rbfab1b2 r28e610db  
    8383<screen><userinput remap="make">make</userinput></screen>
    8484
     85    <para>To test the results, issue:</para>
     86
     87<screen><userinput remap="test">make test</userinput></screen>
     88
    8589    <para>Install the package:</para>
    8690
  • chapter08/tcl.xml

    rbfab1b2 r28e610db  
    5050    excessive, but it is very reassuring, if not essential, to know that the
    5151    most important tools are working properly. These packages are required
    52     to run the test suites in <xref linkend="chapter-building-system"/>.</para>
    53 
    54     <para>Note that the Tcl package used here is a minimal version needed
     52    to run the test suites in this chapter.</para>
     53
     54<!--    <para>Note that the Tcl package used here is a minimal version needed
    5555    to run the LFS tests.  For the full package, see the 
    56     <ulink url='&blfs-book;general/tcl.html'>BLFS Tcl procedures</ulink>.</para>
     56    <ulink url='&blfs-book;general/tcl.html'>BLFS Tcl procedures</ulink>.</para>-->
     57
     58    <para>First, unpack the documentation by issuing the following command:</para>
     59
     60<screen><userinput remap="pre">tar -xf ../tcl8.6.10-html.tar.gz --strip-components=1</userinput></screen>
    5761
    5862    <para>Prepare Tcl for compilation:</para>
     
    106110    This is not mandatory for the remainder of LFS, but may be needed in case a
    107111    package built later uses Tcl.</para>
     112
     113    <para>To test the results, issue:</para>
     114
     115<screen><userinput remap="test">make test</userinput></screen>
    108116
    109117    <para>Install the package:</para>
  • packages.ent

    rbfab1b2 r28e610db  
    679679<!ENTITY tcl-md5 "97c55573f8520bcab74e21bfd8d0aadc">
    680680<!ENTITY tcl-home "http://tcl.sourceforge.net/">
     681<!ENTITY tcl-docs-url "https://downloads.sourceforge.net/tcl/tcl&tcl-version;-html.tar.gz">
     682<!ENTITY tcl-docs-md5 "a012711241ba3a5bd4a04e833001d489">
     683<!ENTITY tcl-docs-size "1,171 KB">
    681684<!ENTITY tcl-tmp-du "76 MB">
    682685<!ENTITY tcl-tmp-sbu "0.9 SBU">
Note: See TracChangeset for help on using the changeset viewer.