From owner-freebsd-toolchain@FreeBSD.ORG Wed Nov 14 20:20:06 2012 Return-Path: Delivered-To: toolchain@freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [69.147.83.52]) by hub.freebsd.org (Postfix) with ESMTP id 402FE463 for ; Wed, 14 Nov 2012 20:20:06 +0000 (UTC) (envelope-from zeising@freebsd.org) Received: from mail.lysator.liu.se (mail.lysator.liu.se [IPv6:2001:6b0:17:f0a0::3]) by mx1.freebsd.org (Postfix) with ESMTP id A88718FC08 for ; Wed, 14 Nov 2012 20:20:05 +0000 (UTC) Received: from mail.lysator.liu.se (localhost [127.0.0.1]) by mail.lysator.liu.se (Postfix) with ESMTP id EE7264000E for ; Wed, 14 Nov 2012 21:20:03 +0100 (CET) Received: by mail.lysator.liu.se (Postfix, from userid 1004) id E41294000D; Wed, 14 Nov 2012 21:20:03 +0100 (CET) X-Spam-Checker-Version: SpamAssassin 3.3.1 (2010-03-16) on bernadotte.lysator.liu.se X-Spam-Level: X-Spam-Status: No, score=0.0 required=5.0 tests=AWL autolearn=disabled version=3.3.1 X-Spam-Score: 0.0 Received: from mx.daemonic.se (mx.daemonic.se [IPv6:2001:470:dca9:0:1::3]) (using TLSv1 with cipher DHE-RSA-AES256-SHA (256/256 bits)) (No client certificate requested) by mail.lysator.liu.se (Postfix) with ESMTPSA id 68FB840005; Wed, 14 Nov 2012 21:20:03 +0100 (CET) Received: from mailscanner.daemonic.se (mailscanner.daemonic.se [IPv6:2001:470:dca9:0:1::6]) by mx.daemonic.se (Postfix) with ESMTPS id 3Y1xry4vWCz8hVq; Wed, 14 Nov 2012 21:20:02 +0100 (CET) X-Virus-Scanned: amavisd-new at daemonic.se Received: from mx.daemonic.se ([IPv6:2001:470:dca9:0:1::3]) (using TLS with cipher CAMELLIA256-SHA) by mailscanner.daemonic.se (mailscanner.daemonic.se [IPv6:2001:470:dca9:0:1::6]) (amavisd-new, port 10025) with ESMTPS id BVA9f3nYbv9O; Wed, 14 Nov 2012 21:20:00 +0100 (CET) Received: from mail.daemonic.se (mail.daemonic.se [IPv6:2001:470:dca9:0:1::4]) by mx.daemonic.se (Postfix) with ESMTPS id 3Y1xrw4Qhvz8hVn; Wed, 14 Nov 2012 21:20:00 +0100 (CET) Received: from tifa.daemonic.se (tifa.daemonic.se [IPv6:2001:470:dca9:1::6]) by mail.daemonic.se (Postfix) with ESMTPSA id 3Y1xrw46Xxz9CwY; Wed, 14 Nov 2012 21:20:00 +0100 (CET) Received: from tifa.daemonic.se (localhost [IPv6:::1]) by tifa.daemonic.se (Postfix) with ESMTP id C25FE228F2; Wed, 14 Nov 2012 21:19:59 +0100 (CET) Message-ID: <50A3FCEF.9060204@freebsd.org> Date: Wed, 14 Nov 2012 21:19:59 +0100 From: Niclas Zeising User-Agent: Mutt/1.5.21 MIME-Version: 1.0 To: mexas@bristol.ac.uk Subject: Re: [CFT] devel/binutils 2.23 References: <201211141445.qAEEjTXQ047896@mech-cluster241.men.bris.ac.uk> In-Reply-To: <201211141445.qAEEjTXQ047896@mech-cluster241.men.bris.ac.uk> Content-Type: text/plain; charset=ISO-8859-1; format=flowed Content-Transfer-Encoding: 7bit X-Virus-Scanned: ClamAV using ClamSMTP Cc: toolchain@freebsd.org X-BeenThere: freebsd-toolchain@freebsd.org X-Mailman-Version: 2.1.14 Precedence: list List-Id: Maintenance of FreeBSD's integrated toolchain List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Wed, 14 Nov 2012 20:20:06 -0000 On 11/14/12 15:45, Anton Shterenlikht wrote: > It installed fine on ia64 and sparc64, both -current. > I don't know how to test. Please advise if there are > simple tests. > > Also, just to check, I manually deleted *orig files > from under files/ after applying the patch: > > # ls -al /usr/ports/devel/binutils/files/ > total 20 > drwxr-xr-x 2 root wheel 1024 Nov 14 12:58 . > drwxr-xr-x 4 root wheel 512 Nov 14 13:00 .. > -rw-r--r-- 1 root wheel 353 Nov 14 12:55 patch-bfd_Makefile.in > -rw-r--r-- 1 root wheel 297 Nov 14 12:55 patch-gold_Makefile.in > -rw-r--r-- 1 root wheel 471 Nov 14 12:55 patch-gold_script.cc > # > > because I think all files in this directory > will be used as patches, no matter the name. > Am I wrong? > > Anton Just compile test some binaries and see that they link and work ok. The .orig files are left over when running patch, and has to be removed. Sorry if I wasn't clear on that in my previous mail. Thanks for testing! Regards! -- Niclas Zeising