From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: (qmail 4482 invoked by alias); 2 Feb 2007 17:32:57 -0000 Received: (qmail 4451 invoked by uid 22791); 2 Feb 2007 17:32:54 -0000 X-Spam-Status: No, hits=-2.6 required=5.0 tests=AWL,BAYES_00,SPF_HELO_PASS,SPF_PASS 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; Fri, 02 Feb 2007 17:32:44 +0000 Received: from int-mx1.corp.redhat.com (int-mx1.corp.redhat.com [172.16.52.254]) by mx1.redhat.com (8.13.1/8.13.1) with ESMTP id l12HWerG007648; Fri, 2 Feb 2007 12:32:40 -0500 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 l12HWe9w012909; Fri, 2 Feb 2007 12:32:40 -0500 Received: from [127.0.0.1] (sebastian-int.corp.redhat.com [172.16.52.221]) by pobox.corp.redhat.com (8.13.1/8.12.8) with ESMTP id l12HWd2t017894; Fri, 2 Feb 2007 12:32:40 -0500 Message-ID: <45C375B9.1080008@redhat.com> Date: Fri, 02 Feb 2007 17:32:00 -0000 From: Andrew Cagney User-Agent: Thunderbird 1.5.0.9 (X11/20070102) MIME-Version: 1.0 To: Mark Wielaard CC: frysk@sourceware.org, npremji@sourceware.org Subject: Re: Import References: <20070201205654.14198.qmail@sourceware.org> <1170424791.3336.14.camel@hermans.wildebeest.org> In-Reply-To: <1170424791.3336.14.camel@hermans.wildebeest.org> Content-Type: text/plain; charset=UTF-8; format=flowed Content-Transfer-Encoding: 8bit X-IsSubscribed: yes Mailing-List: contact frysk-help@sourceware.org; run by ezmlm Precedence: bulk List-Id: List-Subscribe: List-Post: List-Help: , Sender: frysk-owner@sourceware.org X-SW-Source: 2007-q1/txt/msg00057.txt.bz2 Yea, We was bitten by the CVS import "feature" - the need to touch all files before starting the import. CVS doco didn't mention this so I assumed it all worked now, oops! I've updated the cvs notes (http://sourceware.org/frysk/build/#faq-cvs) to hopefully clarify this for next time :-) Andrew Mark Wielaard wrote: > Hi Nurdin, > > On Thu, 2007-02-01 at 20:56 +0000, npremji@sourceware.org wrote: > >> CVSROOT: /cvs/frysk >> Module name: frysk-imports >> Changes by: npremji@sourceware.org 2007-02-01 20:56:54 >> >> Log message: >> Import of elfutils 0.125 >> > > This seems to cause the following compile errors: > > ../../../../frysk/frysk-imports/elfutils/libdwfl/find-debuginfo.c: In > function ‘dwfl_standard_find_debuginfo’: > ../../../../frysk/frysk-imports/elfutils/libdwfl/find-debuginfo.c:126: > error: ‘DEFAULT_DEBUGINFO_PATH’ undeclared (first use in this function) > ../../../../frysk/frysk-imports/elfutils/libdwfl/find-debuginfo.c:126: > error: (Each undeclared identifier is reported only once > ../../../../frysk/frysk-imports/elfutils/libdwfl/find-debuginfo.c:126: > error: for each function it appears in.) > make[5]: *** [find-debuginfo.o] Error 1 > > Could you take a look? > > Thanks, > > Mark > >