From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: (qmail 12515 invoked by alias); 23 Jan 2003 00:19:44 -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 12505 invoked from network); 23 Jan 2003 00:19:43 -0000 Received: from unknown (HELO crack.them.org) (65.125.64.184) by 172.16.49.205 with SMTP; 23 Jan 2003 00:19:43 -0000 Received: from nevyn.them.org ([66.93.61.169] ident=mail) by crack.them.org with asmtp (Exim 3.12 #1 (Debian)) id 18bWyk-0006g6-00 for ; Wed, 22 Jan 2003 20:20:30 -0600 Received: from drow by nevyn.them.org with local (Exim 3.36 #1 (Debian)) id 18bV66-0003Rw-00 for ; Wed, 22 Jan 2003 19:19:58 -0500 Date: Thu, 23 Jan 2003 00:19:00 -0000 From: Daniel Jacobowitz To: gdb@sources.redhat.com Subject: Expect broken by new TCL import Message-ID: <20030123001958.GA12926@nevyn.them.org> Mail-Followup-To: gdb@sources.redhat.com Mime-Version: 1.0 Content-Type: text/plain; charset=us-ascii Content-Disposition: inline User-Agent: Mutt/1.5.1i X-SW-Source: 2003-01/txt/msg00390.txt.bz2 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