From mboxrd@z Thu Jan 1 00:00:00 1970 From: David Craven Subject: Re: rustc problem Date: Mon, 9 Jan 2017 12:27:40 +0100 Message-ID: References: <693d2788-3815-22c1-0446-aeb72644aac3@uq.edu.au> Mime-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Return-path: Received: from eggs.gnu.org ([2001:4830:134:3::10]:60142) by lists.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1cQY77-0003tA-8p for help-guix@gnu.org; Mon, 09 Jan 2017 06:27:46 -0500 Received: from Debian-exim by eggs.gnu.org with spam-scanned (Exim 4.71) (envelope-from ) id 1cQY73-000261-At for help-guix@gnu.org; Mon, 09 Jan 2017 06:27:45 -0500 Received: from mail-qk0-x229.google.com ([2607:f8b0:400d:c09::229]:33562) by eggs.gnu.org with esmtps (TLS1.0:RSA_AES_128_CBC_SHA1:16) (Exim 4.71) (envelope-from ) id 1cQY73-00025r-5h for help-guix@gnu.org; Mon, 09 Jan 2017 06:27:41 -0500 Received: by mail-qk0-x229.google.com with SMTP id s140so114032763qke.0 for ; Mon, 09 Jan 2017 03:27:41 -0800 (PST) In-Reply-To: <693d2788-3815-22c1-0446-aeb72644aac3@uq.edu.au> 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: Ben Woodcroft Cc: help-guix 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 Thanks! David