Ignore:
Timestamp:
Sep 14, 2008, 11:30:14 AM (16 years ago)
Author:
Joe Ciccone <jciccone@…>
Branches:
clfs-1.2, clfs-2.1, clfs-3.0.0-systemd, clfs-3.0.0-sysvinit, master, systemd, sysvinit
Children:
e8e6c4e
Parents:
9d32016
Message:

Checked and Updated Download Locations.
Updated Tree to 1.5.2.1.
Updated Util-Linux-NG to 2.14.1.
Updated TCL to 8.5.4.
Updated E2fsprogs to 1.41.1.
Updated M4 to 1.4.11.
Updated Kbd to 1.14.
Updated Bzip2 to 1.0.5.
Updated Autoconf to 2.63.
Updated Findutils to 4.4.0.
Updated Man-Pages to 3.09.
Updated Man to 1.6f.
Updated Shadow to 4.1.2.1.
Updated IPRoute2 to 2.6.26.
Updated Libtool to 2.2.6a.
Updated Module-Init-Tools to 3.4.1.
Updated Texinfo to 4.12.
Updated Vim to 7.2.
Updated MPFR to 2.3.2.
Updated Udev to 128.
Updated Linux to 2.6.26.5.
Applied fixes to Expect to make it compatible with TCL 8.5.
Add -Duseshrplib to the perl configure command. This causes perl to build a shared libperl.
Formatting fixes on multiple pages.
Use a Common inittab across all architectures.
Updated Bootscripts to 1.2-pre1.

Location:
BOOK/testsuite-tools
Files:
5 edited

Legend:

Unmodified
Added
Removed
  • BOOK/testsuite-tools/common/expect.xml

    r9d32016 r1da2a84  
    3030
    3131<screen os="s2"><userinput>sed -i '/EXP_LIB_SPEC=/s@${exec_prefix}/lib@${libdir}@' configure</userinput></screen>
     32
     33    <para os="t1">The following sed adds a missing include to
     34    <filename>Dbg.c</filename>:</para>
     35
     36<screen os="t2"><userinput>sed -i '1i\#include &lt;expect_cf.h&gt;' Dbg.c</userinput></screen>
     37
     38    <para os="t3">The following sed causes one of the source files to include
     39    the correct header</para>
     40
     41<screen os="t4"><userinput>sed -i "s/tcl.h/tclInt.h/" exp_inter.c</userinput></screen>
     42
     43    <para os="p1">The following patch prevents Expect from using functions
     44    that are internal to TCL and are no longer available for expect to
     45    link against:</para>
     46
     47<screen os="p2"><userinput>patch -Np1 -i ../&expect-avoid_tcl_internals-patch;</userinput></screen>
    3248
    3349    <para os="a">Fix a bug that can result in false failures during the GCC
  • BOOK/testsuite-tools/common/tcl.xml

    r9d32016 r1da2a84  
    4545    <para os="i">Now make a necessary symbolic link:</para>
    4646
    47 <screen os="j"><userinput>ln -sv tclsh8.4 /tools/bin/tclsh</userinput></screen>
     47<screen os="j"><userinput>ln -sv tclsh&tcl-version2; /tools/bin/tclsh</userinput></screen>
    4848
    4949  </sect2>
     
    5757
    5858      <seglistitem>
    59         <seg>tclsh (link to tclsh8.4) and tclsh8.4</seg>
    60         <seg>libtcl8.4.so</seg>
     59        <seg>tclsh (link to tclsh&tcl-version2;) and tclsh&tcl-version2;</seg>
     60        <seg>libtcl&tcl-version2;.so</seg>
    6161      </seglistitem>
    6262    </segmentedlist>
     
    6767      <?dbhtml list-presentation="table"?>
    6868
    69       <varlistentry id="tclsh8.4">
    70         <term><command>tclsh8.4</command></term>
     69      <varlistentry id="tclsh&tcl-version2;">
     70        <term><command>tclsh&tcl-version2;</command></term>
    7171        <listitem>
    7272          <para>The Tcl command shell</para>
    73           <indexterm zone="ch-testsuite-tools-tcl tclsh8.4">
    74             <primary sortas="b-tclsh8.4">tclsh8.4</primary>
     73          <indexterm zone="ch-testsuite-tools-tcl tclsh&tcl-version2;">
     74            <primary sortas="b-tclsh&tcl-version2;">tclsh&tcl-version2;</primary>
    7575          </indexterm>
    7676        </listitem>
     
    8080        <term><command>tclsh</command></term>
    8181        <listitem>
    82           <para>A link to tclsh8.4</para>
     82          <para>A link to tclsh&tcl-version2;</para>
    8383          <indexterm zone="ch-testsuite-tools-tcl tclsh">
    8484            <primary sortas="b-tclsh">tclsh</primary>
     
    8787      </varlistentry>
    8888
    89       <varlistentry id="libtcl8.4.so">
    90         <term><filename class="libraryfile">libtcl8.4.so</filename></term>
     89      <varlistentry id="libtcl&tcl-version2;.so">
     90        <term><filename class="libraryfile">libtcl&tcl-version2;.so</filename></term>
    9191        <listitem>
    9292          <para>The Tcl library</para>
    93           <indexterm zone="ch-testsuite-tools-tcl libtcl8.4.so">
    94             <primary sortas="c-libtcl8.4.so">libtcl8.4.so</primary>
     93          <indexterm zone="ch-testsuite-tools-tcl libtcl&tcl-version2;.so">
     94            <primary sortas="c-libtcl&tcl-version2;.so">libtcl&tcl-version2;.so</primary>
    9595          </indexterm>
    9696        </listitem>
  • BOOK/testsuite-tools/mips/expect.xml

    r9d32016 r1da2a84  
    3333    href="../common/expect.xml"
    3434    xpointer="xpointer(//*[@os='s2'])"/>
     35
     36   <xi:include xmlns:xi="http://www.w3.org/2003/XInclude"
     37    href="../common/expect.xml"
     38    xpointer="xpointer(//*[@os='t1'])"/>
     39
     40    <xi:include xmlns:xi="http://www.w3.org/2003/XInclude"
     41    href="../common/expect.xml"
     42    xpointer="xpointer(//*[@os='t2'])"/>
     43
     44   <xi:include xmlns:xi="http://www.w3.org/2003/XInclude"
     45    href="../common/expect.xml"
     46    xpointer="xpointer(//*[@os='t3'])"/>
     47
     48    <xi:include xmlns:xi="http://www.w3.org/2003/XInclude"
     49    href="../common/expect.xml"
     50    xpointer="xpointer(//*[@os='t4'])"/>
     51
     52   <xi:include xmlns:xi="http://www.w3.org/2003/XInclude"
     53    href="../common/expect.xml"
     54    xpointer="xpointer(//*[@os='p1'])"/>
     55
     56    <xi:include xmlns:xi="http://www.w3.org/2003/XInclude"
     57    href="../common/expect.xml"
     58    xpointer="xpointer(//*[@os='p2'])"/>
    3559
    3660   <xi:include xmlns:xi="http://www.w3.org/2003/XInclude"
  • BOOK/testsuite-tools/mips64/expect.xml

    r9d32016 r1da2a84  
    2929    href="../common/expect.xml"
    3030    xpointer="xpointer(//*[@os='s2'])"/>
     31
     32   <xi:include xmlns:xi="http://www.w3.org/2003/XInclude"
     33    href="../common/expect.xml"
     34    xpointer="xpointer(//*[@os='t1'])"/>
     35
     36    <xi:include xmlns:xi="http://www.w3.org/2003/XInclude"
     37    href="../common/expect.xml"
     38    xpointer="xpointer(//*[@os='t2'])"/>
     39
     40   <xi:include xmlns:xi="http://www.w3.org/2003/XInclude"
     41    href="../common/expect.xml"
     42    xpointer="xpointer(//*[@os='t3'])"/>
     43
     44    <xi:include xmlns:xi="http://www.w3.org/2003/XInclude"
     45    href="../common/expect.xml"
     46    xpointer="xpointer(//*[@os='t4'])"/>
     47
     48   <xi:include xmlns:xi="http://www.w3.org/2003/XInclude"
     49    href="../common/expect.xml"
     50    xpointer="xpointer(//*[@os='p1'])"/>
     51
     52    <xi:include xmlns:xi="http://www.w3.org/2003/XInclude"
     53    href="../common/expect.xml"
     54    xpointer="xpointer(//*[@os='p2'])"/>
    3155
    3256    <xi:include xmlns:xi="http://www.w3.org/2003/XInclude"
  • BOOK/testsuite-tools/multilib/expect.xml

    r9d32016 r1da2a84  
    2929    href="../common/expect.xml"
    3030    xpointer="xpointer(//*[@os='s2'])"/>
     31
     32   <xi:include xmlns:xi="http://www.w3.org/2003/XInclude"
     33    href="../common/expect.xml"
     34    xpointer="xpointer(//*[@os='t1'])"/>
     35
     36    <xi:include xmlns:xi="http://www.w3.org/2003/XInclude"
     37    href="../common/expect.xml"
     38    xpointer="xpointer(//*[@os='t2'])"/>
     39
     40   <xi:include xmlns:xi="http://www.w3.org/2003/XInclude"
     41    href="../common/expect.xml"
     42    xpointer="xpointer(//*[@os='t3'])"/>
     43
     44    <xi:include xmlns:xi="http://www.w3.org/2003/XInclude"
     45    href="../common/expect.xml"
     46    xpointer="xpointer(//*[@os='t4'])"/>
     47
     48   <xi:include xmlns:xi="http://www.w3.org/2003/XInclude"
     49    href="../common/expect.xml"
     50    xpointer="xpointer(//*[@os='p1'])"/>
     51
     52    <xi:include xmlns:xi="http://www.w3.org/2003/XInclude"
     53    href="../common/expect.xml"
     54    xpointer="xpointer(//*[@os='p2'])"/>
    3155
    3256    <xi:include xmlns:xi="http://www.w3.org/2003/XInclude"
Note: See TracChangeset for help on using the changeset viewer.