From mboxrd@z Thu Jan 1 00:00:00 1970 From: ludo@gnu.org (Ludovic =?utf-8?Q?Court=C3=A8s?=) Subject: Re: container issues Date: Fri, 01 Jan 2016 16:01:02 +0100 Message-ID: <87twmxl4y9.fsf@gnu.org> References: <568526EE.5090002@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]:58926) by lists.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1aF1CX-0004QP-3z for help-guix@gnu.org; Fri, 01 Jan 2016 10:01:09 -0500 Received: from Debian-exim by eggs.gnu.org with spam-scanned (Exim 4.71) (envelope-from ) id 1aF1CT-0003zH-3p for help-guix@gnu.org; Fri, 01 Jan 2016 10:01:09 -0500 In-Reply-To: <568526EE.5090002@uq.edu.au> (Ben Woodcroft's message of "Thu, 31 Dec 2015 23:00:30 +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-bounces+gcggh-help-guix=m.gmane.org@gnu.org To: Ben Woodcroft Cc: help-guix@gnu.org Ben Woodcroft skribis: > $ ./pre-inst-env guix environment --ad-hoc -C ruby It works for me on GuixSD. > In execvp of fsck.none: No such file or directory > 'fsck.none' exited with code 127 on /home/ben/git/guix; spawning REPL This comes from =E2=80=98mount-file-system=E2=80=99 in (gnu build file-syst= ems), called from (gnu build linux-container). I suspect an ABI issue if you haven=E2=80=99t rebuilt since be21979d (Dec. 22nd.) Could you run =E2=80=98make clean-go && make=E2=80=99 and then retry? TIA, and happy GNU year! Ludo=E2=80=99.