From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: (qmail 23590 invoked by alias); 16 Feb 2007 17:16:37 -0000 Received: (qmail 23578 invoked by uid 22791); 16 Feb 2007 17:16:35 -0000 X-Spam-Status: No, hits=-2.3 required=5.0 tests=AWL,BAYES_00,SPF_HELO_PASS,SPF_PASS,TW_DW,TW_WR 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, 16 Feb 2007 17:16:27 +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 l1GH7ls5002714; Fri, 16 Feb 2007 12:07:48 -0500 Received: from pobox.toronto.redhat.com (pobox.toronto.redhat.com [172.16.14.4]) by int-mx1.corp.redhat.com (8.13.1/8.13.1) with ESMTP id l1GH7kFZ014056; Fri, 16 Feb 2007 12:07:47 -0500 Received: from [172.16.14.160] (tow.toronto.redhat.com [172.16.14.160]) by pobox.toronto.redhat.com (8.12.11.20060308/8.12.11) with ESMTP id l1GH7kfL019145; Fri, 16 Feb 2007 12:07:46 -0500 Message-ID: <45D5E4E2.8090608@redhat.com> Date: Fri, 16 Feb 2007 17:16:00 -0000 From: Nurdin Premji User-Agent: Thunderbird 1.5.0.9 (X11/20061219) MIME-Version: 1.0 To: Mark Wielaard CC: frysk@sourceware.org, npremji@sourceware.org Subject: Re: frysk-imports/elfutils src/ranlib.c src/Change ... References: <20070215205220.11016.qmail@sourceware.org> <1171627495.3385.4.camel@dijkstra.wildebeest.org> In-Reply-To: <1171627495.3385.4.camel@dijkstra.wildebeest.org> Content-Type: text/plain; charset=ISO-8859-1; format=flowed Content-Transfer-Encoding: 7bit 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/msg00140.txt.bz2 Mark Wielaard wrote: >> find-prologues funcretval allregs rdwrmmap >> -# dwfl-bug-addr-overflow >> + dwfl-bug-addr-overflow arls >> >> > The newly enabled dwfl-bug-addr-overflow test doesn't compile for me with make check: > > make[5]: Entering directory `/home/mark/src/frysk-clean/frysk-clean-obj/frysk-imports/elfutils/tests' > gcc -g -O2 ../../../../frysk/frysk-imports/elfutils/tests/dwfl-bug-addr-overflow.c -o dwfl-bug-addr-overflow > ../../../../frysk/frysk-imports/elfutils/tests/dwfl-bug-addr-overflow.c:26:20: error: config.h: No such file or directory > ../../../../frysk/frysk-imports/elfutils/tests/dwfl-bug-addr-overflow.c:33:10: error: #include expects "FILENAME" or > > Aha, missing an ending \ on the previous line. that got fixed. Wonder why that didn't cause a bigger explosion with some random files hanging around in a Makefile. Oh well. > Also the run-elflint-test FAILs: > > section [22] '.dynamic': mandatory tag HASH not present > section [22] '.dynamic': contains SYMTAB entry but not HASH > FAIL: run-elflint-test.sh > > Could you take a look? > I took a look at this, I'm not sure how to fix it so I just commented out the two tests that were added in version 0.126. So make check should now pass again, at least on imports.