From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: (qmail 12767 invoked by alias); 2 Jan 2012 22:56:14 -0000 Received: (qmail 12757 invoked by uid 22791); 2 Jan 2012 22:56:13 -0000 X-SWARE-Spam-Status: No, hits=-1.9 required=5.0 tests=BAYES_00 X-Spam-Check-By: sourceware.org Received: from mail.synsport.com (HELO shepard.synsport.net) (208.69.230.148) by sourceware.org (qpsmtpd/0.43rc1) with ESMTP; Mon, 02 Jan 2012 22:56:01 +0000 Received: from [192.168.1.35] (242.red-81-33-239.dynamicip.rima-tde.net [81.33.239.242]) (using TLSv1 with cipher DHE-RSA-AES256-SHA (256/256 bits)) (No client certificate requested) by shepard.synsport.net (Postfix) with ESMTP id 11488435D7 for ; Mon, 2 Jan 2012 16:55:59 -0600 (CST) Message-ID: <4F0235FE.5050702@marino.st> Date: Mon, 02 Jan 2012 22:56:00 -0000 From: John Marino User-Agent: Mozilla/5.0 (Windows NT 5.1; rv:5.0) Gecko/20110624 Thunderbird/5.0 MIME-Version: 1.0 To: binutils@sourceware.org Subject: Re: gold linker 2.22 regressed for DragonFly References: <4ED7FCA6.8090706@marino.st> <4ED88FA5.8050408@marino.st> <4EFF3AF3.3080404@marino.st> <4F017A8B.1000905@marino.st> <4F0204FA.2090305@marino.st> <4F0209E5.4000709@marino.st> In-Reply-To: <4F0209E5.4000709@marino.st> Content-Type: text/plain; charset=ISO-8859-1 Content-Transfer-Encoding: 7bit X-IsSubscribed: yes Mailing-List: contact binutils-help@sourceware.org; run by ezmlm Precedence: bulk List-Id: List-Subscribe: List-Archive: List-Post: List-Help: , Sender: binutils-owner@sourceware.org X-SW-Source: 2012-01/txt/msg00024.txt.bz2 On 1/2/2012 8:47 PM, John Marino wrote: > On 1/2/2012 8:26 PM, John Marino wrote: >> >> Then I tried ">gmake check" >> It got pretty far in the testsuite, complete through "split_i386.sh" and >> starting failing at incremental-dump.cc due to numerous missing headers. >> I'm got a separate build directory, so the test might not be accounting >> for that (e.g. source is in {top}/binutils-2.22 and my build directory >> is {top}/build-b222). > > I just drilled into the testsuite directory and typed ">gmake > check-TESTS" and went through 137 tests. DragonFly failed 42 of them > (attached). > > John. > It appears that many of these 42 failures are false positives. There seems to be something wrong with the testsuite makefile. If I type something like ">gmake gc_orphan_section_test.stdout" then the stdout file is created, and "./gc_orphan_section_test.sh" test passes just fine. For whatever reason, these makefile targets aren't getting run. I'm also getting several similar error messages like, " Makefile:2639: warning: overriding recipe for target 'ifuncmain1picstatic' Makefile:2636: warning: ignoring old recipe for target 'ifuncmain1picstatic'" John