From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: (qmail 12466 invoked by alias); 10 Jun 2014 15:06:12 -0000 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 Received: (qmail 12452 invoked by uid 89); 10 Jun 2014 15:06:10 -0000 Authentication-Results: sourceware.org; auth=none X-Virus-Found: No X-Spam-SWARE-Status: No, score=1.4 required=5.0 tests=AWL,BAYES_50,RP_MATCHES_RCVD,SPF_PASS autolearn=ham version=3.3.2 X-HELO: mail.datasphere.ch Received: from mail.datasphere.ch (HELO mail.datasphere.ch) (195.70.3.149) by sourceware.org (qpsmtpd/0.93/v0.84-503-g423c35a) with (AES256-GCM-SHA384 encrypted) ESMTPS; Tue, 10 Jun 2014 15:06:08 +0000 Received: from dataspheresrv01.datasphere.ch (ForestDnsZones.datasphere.ch [195.70.3.151]) by mail.datasphere.ch (8.14.4/8.14.4) with ESMTP id s5AF5wQU005467 for ; Tue, 10 Jun 2014 17:06:04 +0200 Content-class: urn:content-classes:message MIME-Version: 1.0 Content-Type: text/plain; charset="us-ascii" Content-Transfer-Encoding: quoted-printable Subject: Tcl/tk 8.6, itcl/itk 4.0.0, etc. Date: Tue, 10 Jun 2014 15:06:00 -0000 Message-ID: From: "Patrick Monnerat" To: X-IsSubscribed: yes X-SW-Source: 2014-q2/txt/msg00006.txt.bz2 I'm currently trying to make insight run properly on Fedora rawhide (future release 21). This features tcl/tk 8.6 and itcl/itk 4.0.0. Currently, itcl/itk/iwidgets still have bugs but I fixed them locally (at least those bugs preventing these packages to start). I still work on the base of a (heavily patched) insight snapshot of 2012/04/03, mainly because porting gdb patches to insight is a big work and not easy those days when gdb has moved to git while insight has not. Anyway: when I try to run insight on F21, I get an error: invalid command name "::.srcwin0.srcwin" invalid command name "::.srcwin0.srcwin" while executing "::.srcwin0.srcwin sizeWinByChild toolbar" ("after" script) I located this statement in file srcwin.itb, line 43 as: after idle " update idletasks $this sizeWinByChild toolbar" This file has'nt changed for 5 years... I have not enough (i)tcl/tk to understand + fix this problem: does anybody has some clue about it ? If someone runs a rawhide environment, you can find my latest (failing) package for it at http://koji.fedoraproject.org/koji/taskinfo?taskID=3D7032279, but you won't reach (for now) the problem until itcl/itk/iwidgets get patched... Thanks in advance. Regards, Patrick