From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: (qmail 8951 invoked by alias); 21 Aug 2013 14:07:53 -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 8904 invoked by uid 89); 21 Aug 2013 14:07:53 -0000 X-Spam-SWARE-Status: No, score=-2.6 required=5.0 tests=AWL,BAYES_00,KHOP_THREADED,RCVD_IN_DNSWL_NONE,RCVD_IN_HOSTKARMA_YE autolearn=ham version=3.3.2 Received: from elasmtp-curtail.atl.sa.earthlink.net (HELO elasmtp-curtail.atl.sa.earthlink.net) (209.86.89.64) by sourceware.org (qpsmtpd/0.84/v0.84-167-ge50287c) with ESMTP; Wed, 21 Aug 2013 14:07:52 +0000 Received: from [108.20.184.98] (helo=[192.168.1.7]) by elasmtp-curtail.atl.sa.earthlink.net with esmtpa (Exim 4.67) (envelope-from ) id 1VC94g-0008Oz-9p; Wed, 21 Aug 2013 10:07:50 -0400 Message-ID: <5214C9B5.2000401@r3logic.com> Date: Wed, 21 Aug 2013 14:07:00 -0000 From: Lisa McIlrath User-Agent: Mozilla/5.0 (Windows NT 6.1; WOW64; rv:17.0) Gecko/20130801 Thunderbird/17.0.8 MIME-Version: 1.0 To: Keith Seitz CC: insight@sourceware.org Subject: Re: updated gdb source References: <52143BAB.9060401@r3logic.com> <52143E8A.7040508@redhat.com> In-Reply-To: <52143E8A.7040508@redhat.com> Content-Type: text/plain; charset=ISO-8859-1; format=flowed Content-Transfer-Encoding: 7bit X-ELNK-Trace: 551ee5a4cf207cab207a80b7d140cb639a3d716fe843a111548a5e012e5747f02df2644d926a80c0350badd9bab72f9c350badd9bab72f9c350badd9bab72f9c X-SW-Source: 2013-q3/txt/msg00028.txt.bz2 Thanks Keith. That works, almost perfectly so far. The release version won't start due to not being able to find tk.tcl in the usual places. (I didn't care to chase that down.) The development version runs but still has an annoying popup error when trying to watch a variable to the effect of: "Expression is not an assignment (and might have no effect)" - but it still opens the Watch window. I can live with that. BTW, insight ran just fine on Centos 5.5 and fc18. It's just Centos 6 that is giving us heartburn. Unfortunately, that's what our customers are running so we have to go with it. Thanks, Lisa On 8/21/2013 12:14 AM, Keith Seitz wrote: > On 08/20/2013 09:01 PM, Lisa McIlrath wrote: >> Is there any way to get an updated source version with fresh gdb code >> that will build? > > Two options here -- one available now, one in the coming weeks: > > 1) (available now) Use CVS/GIT head. This is what I use. I build every > other week or so. In a similar vein, grab the sources for a release > and the insight sources from the same time. I believe Kevin Buettner > tagged insight for the last gdb release, so you can probably just > checkout the "insight" module on the last release branch. > > 2) (available soon) Checkout the insight GIT repository and add gdb as > a remote git repository. Sourecware overseers just set this up for me, > but I'm on vacation for most of the week so I won't get to checking in > initial branches and testing until next week at the earliest. > > > Keith > >