From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: (qmail 30620 invoked by alias); 25 Jan 2006 15:06:08 -0000 Received: (qmail 30605 invoked by uid 22791); 25 Jan 2006 15:06:07 -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; Wed, 25 Jan 2006 15:06:05 +0000 Received: from int-mx1.corp.redhat.com (int-mx1.corp.redhat.com [172.16.52.254]) by mx1.redhat.com (8.12.11/8.12.11) with ESMTP id k0PF5qT6011693; Wed, 25 Jan 2006 10:05:52 -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 k0PF5q109676; Wed, 25 Jan 2006 10:05:52 -0500 Received: from [127.0.0.1] (sebastian-int.corp.redhat.com [172.16.52.221]) by pobox.corp.redhat.com (8.12.8/8.12.8) with ESMTP id k0PF5pGK017194; Wed, 25 Jan 2006 10:05:51 -0500 Message-ID: <43D793CE.7090502@redhat.com> Date: Wed, 25 Jan 2006 15:06:00 -0000 From: Keith Seitz User-Agent: Mozilla Thunderbird 1.0.7-1.1.fc4 (X11/20050929) MIME-Version: 1.0 To: "Lentes, Joern" CC: insight@sourceware.org Subject: Re: Problem running insight on Solaris 5.7 References: <0295B57A4D11E44C94685AD72B2C5C8505695705@bbnexc02.emea.cpqcorp.net> In-Reply-To: <0295B57A4D11E44C94685AD72B2C5C8505695705@bbnexc02.emea.cpqcorp.net> 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-Subscribe: List-Archive: List-Post: List-Help: , Sender: insight-owner@sourceware.org X-SW-Source: 2006-q1/txt/msg00040.txt.bz2 Lentes, Joern wrote: > Therefor it could not find main.tcl. > Now it is running. If I unset GDBTK_DEBUG. Otherwise it gives me exit > code 1. Maybe it could not initialize the logfile due to permissions. > I found that in gdbtk_source_start_file(). There is a msg variable that > contained the error message. But the variable content was not showing up > at the command line. Grr. I thought that problem was fixed long, long ago. Hmmm. [dig, dig] Sadly, "it works for me" (at least in the capacity I tested it with). :-( > But I still had to walk trough all the install directories and set > permissions to world read/execute. Which directories? All of the ones installed with insight or just $INSTALLDIR/share/insight1.0? Can you run any of the other installed binaries (before changing permissions) like gdb, tclsh, etc? Or do those also not work? I wonder if it is an "installer" issue. What is the value of ac_cv_path_install in config.cache? > Maybe there is an easier way to install insight accessible to all users? I still don't understand why this happened to you. I build and install insight like this *every* week when I make the snapshot. Well, at least you're running, I guess. I'd still like to know why this happened, though. Keith