From mboxrd@z Thu Jan 1 00:00:00 1970 From: Leo Famulari Subject: bug#22659: Collision of /bin/ld Date: Tue, 16 Feb 2016 14:59:23 -0500 Message-ID: <20160216195923.GB19703@jasmine> References: <20160214091227.GA10462@jasmine> <87twl9pbas.fsf@netris.org> Mime-Version: 1.0 Content-Type: text/plain; charset=us-ascii Return-path: Received: from eggs.gnu.org ([2001:4830:134:3::10]:49282) by lists.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1aVln5-0004nM-Rw for bug-guix@gnu.org; Tue, 16 Feb 2016 15:00:11 -0500 Received: from Debian-exim by eggs.gnu.org with spam-scanned (Exim 4.71) (envelope-from ) id 1aVln0-0000mm-Pg for bug-guix@gnu.org; Tue, 16 Feb 2016 15:00:07 -0500 Received: from debbugs.gnu.org ([208.118.235.43]:39763) by eggs.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1aVln0-0000mf-Lj for bug-guix@gnu.org; Tue, 16 Feb 2016 15:00:02 -0500 Received: from Debian-debbugs by debbugs.gnu.org with local (Exim 4.84) (envelope-from ) id 1aVln0-00024n-FO for bug-guix@gnu.org; Tue, 16 Feb 2016 15:00:02 -0500 Sender: "Debbugs-submit" Resent-To: bug-guix@gnu.org Resent-Message-ID: Content-Disposition: inline In-Reply-To: <87twl9pbas.fsf@netris.org> List-Id: Bug reports for GNU Guix List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , Errors-To: bug-guix-bounces+gcggb-bug-guix=m.gmane.org@gnu.org Sender: bug-guix-bounces+gcggb-bug-guix=m.gmane.org@gnu.org To: Mark H Weaver Cc: 22659-done@debbugs.gnu.org On Mon, Feb 15, 2016 at 10:46:19PM -0500, Mark H Weaver wrote: > Leo Famulari writes: > > > Invoking `guix environment guix`, I found this collision alarming. Do > > you think it's a problem? > > > > I ran `guix pull` yesterday or the day before. Is there a way to > > determine the git commit that corresponds with this version of Guix? > > > > I added the line breaks. > > > > warning: collision encountered: > > /gnu/store/agnxzx1yza8ci0a1gz5pds8gdg8qmnz5-ld-wrapper-0/bin/ld > > /gnu/store/dki0v5cvf1mhfz571k622xvzi1nyinl2-binutils-2.25.1/bin/ld > > > > warning: arbitrarily choosing > > /gnu/store/agnxzx1yza8ci0a1gz5pds8gdg8qmnz5-ld-wrapper-0/bin/ld > > This collision is expected. The 'ld' within ld-wrapper, generated from > the template in gnu/packages/ld-wrapper.in, automatically adds -rpath > arguments to the linker for each shared library, so that the runtime > linker will be able to find them in their non-standard locations. Okay, closing! > > Mark