From mboxrd@z Thu Jan 1 00:00:00 1970 From: ludo@gnu.org (Ludovic =?utf-8?Q?Court=C3=A8s?=) Subject: Re: rustc problem Date: Mon, 09 Jan 2017 15:20:47 +0100 Message-ID: <87inponwlc.fsf@gnu.org> References: <693d2788-3815-22c1-0446-aeb72644aac3@uq.edu.au> Mime-Version: 1.0 Content-Type: text/plain; charset=utf-8 Content-Transfer-Encoding: quoted-printable Return-path: Received: from eggs.gnu.org ([2001:4830:134:3::10]:42782) by lists.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1cQaoh-0001tu-6O for help-guix@gnu.org; Mon, 09 Jan 2017 09:20:55 -0500 Received: from Debian-exim by eggs.gnu.org with spam-scanned (Exim 4.71) (envelope-from ) id 1cQaoc-0007ZY-9y for help-guix@gnu.org; Mon, 09 Jan 2017 09:20:55 -0500 In-Reply-To: (Ben Woodcroft's message of "Mon, 9 Jan 2017 21:42:20 +1000") 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 Ben Woodcroft skribis: > 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=3D" 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 Maybe you need to add glibc in the environment and have $glibc/lib in LIBRARY_PATH? HTH, Ludo=E2=80=99.