From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: (qmail 6611 invoked by alias); 3 Aug 2008 14:06:07 -0000 Received: (qmail 6597 invoked by uid 22791); 3 Aug 2008 14:06:06 -0000 X-Spam-Check-By: sourceware.org Received: from mx1.redhat.com (HELO mx1.redhat.com) (66.187.233.31) by sourceware.org (qpsmtpd/0.31) with ESMTP; Sun, 03 Aug 2008 14:05:31 +0000 Received: from int-mx1.corp.redhat.com (int-mx1.corp.redhat.com [172.16.52.254]) by mx1.redhat.com (8.13.8/8.13.8) with ESMTP id m73E5TNq017517 for ; Sun, 3 Aug 2008 10:05:29 -0400 Received: from pobox.corp.redhat.com (pobox.corp.redhat.com [10.11.255.20]) by int-mx1.corp.redhat.com (8.13.1/8.13.1) with ESMTP id m73E5TPn030696; Sun, 3 Aug 2008 10:05:29 -0400 Received: from opsy.redhat.com (vpn-10-45.bos.redhat.com [10.16.10.45]) by pobox.corp.redhat.com (8.13.1/8.13.1) with ESMTP id m73E5T3f006151; Sun, 3 Aug 2008 10:05:29 -0400 Received: by opsy.redhat.com (Postfix, from userid 500) id 680A03784E3; Sun, 3 Aug 2008 08:05:28 -0600 (MDT) To: Keith Seitz Cc: insight Subject: Re: [PATCH] Use system Tcl et al References: <4894DE8F.4090306@redhat.com> <4894F1BF.7000802@redhat.com> From: Tom Tromey Reply-To: Tom Tromey X-Attribution: Tom Date: Sun, 03 Aug 2008 14:06:00 -0000 In-Reply-To: <4894F1BF.7000802@redhat.com> (Keith Seitz's message of "Sat\, 02 Aug 2008 16\:46\:07 -0700") Message-ID: User-Agent: Gnus/5.11 (Gnus v5.11) Emacs/22.1 (gnu/linux) MIME-Version: 1.0 Content-Type: text/plain; charset=us-ascii X-IsSubscribed: yes Mailing-List: contact insight-help@sourceware.org; run by ezmlm Precedence: bulk List-Id: List-Subscribe: List-Archive: List-Post: List-Help: , Sender: insight-owner@sourceware.org X-SW-Source: 2008-q3/txt/msg00021.txt.bz2 >> 4) I haven't tried the testsuite yet. [I know, that's bad. Probably >> very bad, but I'll address that in time.] Keith> Using system tcl/tk/itcl/itk/iwidgets, I can run the testsuite. It has Keith> 38 failures (most in c[pp]_variable.exp). For me it hangs at various places. I have to manually kill insight to make progress. I tried removing tcl,tk,itcl from the source tree, but a rebuild fails during libgui configure. Tom