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: Sun, 03 Jan 2016 12:28:48 +0100 Message-ID: <8737uex5ov.fsf@gnu.org> References: <568526EE.5090002@uq.edu.au> <87twmxl4y9.fsf@gnu.org> <5687158C.7060105@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]:33666) by lists.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1aFgqF-00081n-UT for help-guix@gnu.org; Sun, 03 Jan 2016 06:29:00 -0500 Received: from Debian-exim by eggs.gnu.org with spam-scanned (Exim 4.71) (envelope-from ) id 1aFgqB-0005nX-KB for help-guix@gnu.org; Sun, 03 Jan 2016 06:28:55 -0500 In-Reply-To: <5687158C.7060105@uq.edu.au> (Ben Woodcroft's message of "Sat, 2 Jan 2016 10:10:52 +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: > On 02/01/16 01:01, Ludovic Court=C3=A8s wrote: >> 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-s= ystems), 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? > You suspect correctly, all good. I'll make sure to do that in future > before submitting a bug report. Good to hear. ABI breaks are infrequent but when they happen, people building from Git had rather rebuild. >> TIA, and happy GNU year! > May all the bugs reported to you be false! :-) Thanks for your feedback, Ludo=E2=80=99.