From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: (qmail 18984 invoked by alias); 23 Jan 2003 00:30:26 -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 18907 invoked from network); 23 Jan 2003 00:30:02 -0000 Received: from unknown (HELO mx1.redhat.com) (172.16.49.200) by 172.16.49.205 with SMTP; 23 Jan 2003 00:30:02 -0000 Received: from int-mx1.corp.redhat.com (int-mx1.corp.redhat.com [172.16.52.254]) by mx1.redhat.com (8.11.6/8.11.6) with ESMTP id h0N019f19743 for ; Wed, 22 Jan 2003 19:01:09 -0500 Received: from pobox.corp.redhat.com (pobox.corp.redhat.com [172.16.52.156]) by int-mx1.corp.redhat.com (8.11.6/8.11.6) with ESMTP id h0N0U1a13303; Wed, 22 Jan 2003 19:30:01 -0500 Received: from dragon (romulus-int.sfbay.redhat.com [172.16.27.46]) by pobox.corp.redhat.com (8.11.6/8.11.6) with ESMTP id h0N0U1217036; Wed, 22 Jan 2003 19:30:01 -0500 Subject: Re: Expect broken by new TCL import From: "Martin M. Hunt" To: Daniel Jacobowitz Cc: gdb@sources.redhat.com In-Reply-To: <20030123001958.GA12926@nevyn.them.org> References: <20030123001958.GA12926@nevyn.them.org> Content-Type: text/plain Content-Transfer-Encoding: 7bit Date: Thu, 23 Jan 2003 00:30:00 -0000 Message-Id: <1043281944.7612.4.camel@Dragon> Mime-Version: 1.0 X-SW-Source: 2003-01/txt/msg00391.txt.bz2 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