From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: (qmail 4757 invoked by alias); 23 Jan 2003 01:42:31 -0000 Mailing-List: contact gdb-help@sources.redhat.com; run by ezmlm Precedence: bulk List-Subscribe: List-Archive: List-Post: List-Help: , Sender: gdb-owner@sources.redhat.com Received: (qmail 4740 invoked from network); 23 Jan 2003 01:42:30 -0000 Received: from unknown (HELO crack.them.org) (65.125.64.184) by 172.16.49.205 with SMTP; 23 Jan 2003 01:42:30 -0000 Received: from nevyn.them.org ([66.93.61.169] ident=mail) by crack.them.org with asmtp (Exim 3.12 #1 (Debian)) id 18bYGr-0006nM-00 for ; Wed, 22 Jan 2003 21:43:17 -0600 Received: from drow by nevyn.them.org with local (Exim 3.36 #1 (Debian)) id 18bWOE-0005CB-00 for ; Wed, 22 Jan 2003 20:42:46 -0500 Date: Thu, 23 Jan 2003 01:42:00 -0000 From: Daniel Jacobowitz To: gdb@sources.redhat.com Subject: Re: Expect broken by new TCL import Message-ID: <20030123014246.GA17730@nevyn.them.org> Mail-Followup-To: gdb@sources.redhat.com References: <20030123001958.GA12926@nevyn.them.org> <1043281944.7612.4.camel@Dragon> Mime-Version: 1.0 Content-Type: text/plain; charset=us-ascii Content-Disposition: inline In-Reply-To: <1043281944.7612.4.camel@Dragon> User-Agent: Mutt/1.5.1i X-SW-Source: 2003-01/txt/msg00393.txt.bz2 I did that. TCL has some serious make issues; my tcl object directory has 8.3 and 8.4 in it, and nothing triggered expect to reconfigure in such a way as to discard the cached -ltcl8.3. This means existing build directories probably need to be cleaned pretty thoroughly. The beauty of the new toplevel configury: it's as simple as rm -rf expect, make all-expect. Now it works. On Wed, Jan 22, 2003 at 04:32:23PM -0800, Martin M. Hunt wrote: > Your expect is looking for tcl8.3, which is the old version. Maybe you > need to rebuild expect against the the tcl8.4 release? > > Martin > > On Wed, 2003-01-22 at 16:19, Daniel Jacobowitz wrote: > > Running expect now fails; it can't find init.tcl, since it searches only in > > paths in the $objdir: > > > > Tcl_Init failed: Can't find a usable init.tcl in the following directories: > > {} /opt/src/binutils/x86-as/gdb/testsuite/../../share/tcl8.3 /opt/src/binutils/x86-as/gdb/testsuite/../share/tcl8.3 /opt/src/binutils/x86-as/gdb/testsuite/../share/tcl8.3/library /opt/src/binutils/x86-as/gdb/testsuite/../library /opt/src/binutils/x86-as/gdb/testsuite/../tcl8.3/library /opt/src/binutils/x86-as/gdb/testsuite/tcl8.3/library > > > > > > > > This probably means that Tcl wasn't installed properly. > > > > > > > > And running make check fails: > > > > Tcl_Init failed: can't read "tcl_pkgPath": no such variable > > make: *** [just-check] Error 1 > > > > > > -- > > Daniel Jacobowitz > > MontaVista Software Debian GNU/Linux Developer > > > -- Daniel Jacobowitz MontaVista Software Debian GNU/Linux Developer