Ignore:
Timestamp:
Feb 21, 2006, 1:56:03 AM (18 years ago)
Author:
Jim Gifford <clfs@…>
Branches:
clfs-1.2, clfs-2.1, clfs-3.0.0-systemd, clfs-3.0.0-sysvinit, master, systemd, sysvinit
Children:
f0ed7ed
Parents:
98a37f1
Message:

r972@server (orig r970): ken | 2005-12-28 17:06:15 -0800
Either we booted or we chrooted, so tk and X on the host are not visible by the time we get to expect.

Location:
BOOK/testsuite-tools
Files:
3 edited

Legend:

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

    r98a37f1 r7a8cc24  
    4343
    4444<screen os="d"><userinput>./configure --prefix=/tools --with-tcl=/tools/lib \
    45    --with-tclinclude=/tools/include --with-x=no</userinput></screen>
     45   --with-tclinclude=/tools/include</userinput></screen>
    4646
    4747    <variablelist os="e">
     
    6363          where <command>configure</command> fails because it cannot
    6464          automatically discover the location of the Tcl source directory.</para>
    65         </listitem>
    66       </varlistentry>
    67 
    68       <varlistentry os="e3">
    69         <term><parameter>--with-x=no</parameter></term>
    70         <listitem>
    71           <para>This tells the configure script not to search for Tk
    72           (the Tcl GUI component) or the X Window System libraries, both of
    73           which may reside on the host system but will not exist when
    74           building the final system.</para>
    7565        </listitem>
    7666      </varlistentry>
  • BOOK/testsuite-tools/mips64/expect-64bit.xml

    r98a37f1 r7a8cc24  
    4444<screen os="d"><userinput>CC="gcc ${BUILD64}" ./configure --prefix=/tools \
    4545   --with-tcl=/tools/lib64 --with-tclinclude=/tools/include  \
    46    --libdir=/tools/lib64 --with-x=no</userinput></screen>
     46   --libdir=/tools/lib64</userinput></screen>
    4747
    4848    <variablelist os="e">
     
    6060        href="../common/expect.xml"
    6161        xpointer="xpointer(//*[@os='e2'])"/>
    62 
    63        <xi:include xmlns:xi="http://www.w3.org/2003/XInclude"
    64         href="../common/expect.xml"
    65         xpointer="xpointer(//*[@os='e3'])"/>
    6662
    6763    </variablelist>
  • BOOK/testsuite-tools/multilib/expect-64bit.xml

    r98a37f1 r7a8cc24  
    3636<screen os="d"><userinput>CC="gcc ${BUILD64}" ./configure --prefix=/tools \
    3737   --with-tcl=/tools/lib64 --with-tclinclude=/tools/include  \
    38    --libdir=/tools/lib64 --with-x=no</userinput></screen>
     38   --libdir=/tools/lib64</userinput></screen>
    3939
    4040    <variablelist os="e">
     
    5252        href="../common/expect.xml"
    5353        xpointer="xpointer(//*[@os='e2'])"/>
    54 
    55        <xi:include xmlns:xi="http://www.w3.org/2003/XInclude"
    56         href="../common/expect.xml"
    57         xpointer="xpointer(//*[@os='e3'])"/>
    5854
    5955    </variablelist>
Note: See TracChangeset for help on using the changeset viewer.