From mboxrd@z Thu Jan 1 00:00:00 1970 From: Ben Woodcroft Subject: Re: rustc problem Date: Tue, 10 Jan 2017 19:52:14 +1000 Message-ID: <3aa00034-2ebf-3607-cda7-486a15a7be9d@uq.edu.au> 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]:44847) by lists.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1cQt6V-0007Rc-Iu for help-guix@gnu.org; Tue, 10 Jan 2017 04:52:32 -0500 Received: from Debian-exim by eggs.gnu.org with spam-scanned (Exim 4.71) (envelope-from ) id 1cQt6S-0001Pq-Gi for help-guix@gnu.org; Tue, 10 Jan 2017 04:52:31 -0500 Received: from mailhub2.soe.uq.edu.au ([130.102.132.209]:41474 helo=newmailhub.uq.edu.au) by eggs.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1cQt6R-0001Mu-Us for help-guix@gnu.org; Tue, 10 Jan 2017 04:52:28 -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 23:48, David Craven wrote: >> Not quite I'm afraid, I get >> /gnu/store/p8543gm372dyff5p8mcq0phb09mq548z-profile/bin/ld: cannot find crti.o: No such file or directory > I have gcc-toolchain installed in my profile, this problem didn't > show. I submitted a patch that works with > > guix environment --pure --ad-hoc rustc And that patch works as advertised. Thanks, problem solved. ben