From mboxrd@z Thu Jan 1 00:00:00 1970 From: Ben Woodcroft Subject: Re: rustc problem Date: Mon, 9 Jan 2017 21:42:20 +1000 Message-ID: References: <693d2788-3815-22c1-0446-aeb72644aac3@uq.edu.au> Mime-Version: 1.0 Content-Type: text/plain; charset=utf-8; format=flowed Content-Transfer-Encoding: 7bit Return-path: Received: from eggs.gnu.org ([2001:4830:134:3::10]:35097) by lists.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1cQYLR-00083j-6M for help-guix@gnu.org; Mon, 09 Jan 2017 06:42:34 -0500 Received: from Debian-exim by eggs.gnu.org with spam-scanned (Exim 4.71) (envelope-from ) id 1cQYLO-0000Gh-3b for help-guix@gnu.org; Mon, 09 Jan 2017 06:42:33 -0500 Received: from mailhub1.soe.uq.edu.au ([130.102.132.208]:60519 helo=newmailhub.uq.edu.au) by eggs.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1cQYLN-0000FR-IK for help-guix@gnu.org; Mon, 09 Jan 2017 06:42:30 -0500 In-Reply-To: List-Id: List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , Errors-To: help-guix-bounces+gcggh-help-guix=m.gmane.org@gnu.org Sender: "Help-Guix" To: David Craven Cc: help-guix On 09/01/17 21:27, David Craven wrote: > Hi Ben, > > The problem is that binutils isn't retained. This is due to: > > (string-append "--default-ar=" gcc "/bin/ar"). > > This is a bug in the rustc package, which I haven't fixed yet. > > To work around this issue you should be able to do > > guix environment --ad-hoc binutils rustc Not quite I'm afraid, I get /gnu/store/p8543gm372dyff5p8mcq0phb09mq548z-profile/bin/ld: cannot find crti.o: No such file or directory But OK. Thanks for the quick response. ben