From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: (qmail 13198 invoked by alias); 21 Oct 2008 08:07:54 -0000 Received: (qmail 13004 invoked by uid 22791); 21 Oct 2008 08:07:53 -0000 X-Spam-Check-By: sourceware.org Received: from fg-out-1718.google.com (HELO fg-out-1718.google.com) (72.14.220.152) by sourceware.org (qpsmtpd/0.31) with ESMTP; Tue, 21 Oct 2008 08:07:01 +0000 Received: by fg-out-1718.google.com with SMTP id e12so2068619fga.0 for ; Tue, 21 Oct 2008 01:06:58 -0700 (PDT) Received: by 10.86.26.11 with SMTP id 11mr7606620fgz.71.1224576418090; Tue, 21 Oct 2008 01:06:58 -0700 (PDT) Received: from ?192.168.1.111? (ppp78-37-11-89.pppoe.avangarddsl.ru [78.37.11.89]) by mx.google.com with ESMTPS id 4sm13198919fgg.4.2008.10.21.01.06.56 (version=SSLv3 cipher=RC4-MD5); Tue, 21 Oct 2008 01:06:57 -0700 (PDT) Message-ID: <48FD8D94.1040503@gmail.com> Date: Tue, 21 Oct 2008 08:07:00 -0000 From: Martin Rakhmanov User-Agent: Thunderbird 2.0.0.16 (X11/20080723) MIME-Version: 1.0 To: insight@sourceware.org Subject: Problem running insight on Fedora 9 Content-Type: text/plain; charset=ISO-8859-1; format=flowed Content-Transfer-Encoding: 7bit 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-q4/txt/msg00001.txt.bz2 Neither insight-6.6 nor insight-6.8 run on Fedora 9 with latest updates: =========================================================================== [martin@home insight-6.8]$ ./gdb/insight Tk_Init failed: Can't find a usable tk.tcl in the following directories: /home/martin/Download/insight-6.8/tk/library /home/martin/Download/insight-6.8/tcl/tk8.4 /home/martin/Download/insight-6.8/lib/tk8.4 /home/martin/Download/lib/tk8.4 /home/martin/Download/insight-6.8/library /home/martin/Download/library /home/martin/Download/tk8.4.1/library /home/martin/tk8.4.1/library /home/martin/Download/insight-6.8/tk/library/tk.tcl: no event type or button # or keysym no event type or button # or keysym while executing "bind Listbox { %W yview scroll [expr {- (%D / 120) * 4}] units }" (file "/home/martin/Download/insight-6.8/tk/library/listbox.tcl" line 182) invoked from within "source /home/martin/Download/insight-6.8/tk/library/listbox.tcl" (in namespace eval "::" script line 1) invoked from within "namespace eval :: [list source [file join $::tk_library $file.tcl]]" (procedure "SourceLibFile" line 2) invoked from within "SourceLibFile listbox" (in namespace eval "::tk" script line 4) invoked from within "namespace eval ::tk { SourceLibFile button SourceLibFile entry SourceLibFile listbox SourceLibFile menu SourceLibFile panedwindow SourceLibFile ..." invoked from within "if {$::tk_library ne ""} { if {[string equal $tcl_platform(platform) "macintosh"]} { proc ::tk::SourceLibFile {file} { if {[catch { namesp..." (file "/home/martin/Download/insight-6.8/tk/library/tk.tcl" line 393) invoked from within "source /home/martin/Download/insight-6.8/tk/library/tk.tcl" ("uplevel" body line 1) invoked from within "uplevel #0 [list source $file]" This probably means that tk wasn't installed properly. =========================================================================== I found this: http://aspn.activestate.com/ASPN/Mail/Message/tcl-core/3668443 "Your system has a very recent release of X11 from X.org. That release broke interface compatibility, so you also must get the very latest release of Tk, 8.5.4, that's been modified to account for that." If that's the case with insight too: are there any plans to update Tcl/Tk? Thanks