help-guix
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

Re: container issues


From: Ludovic Courtès
Subject: Re: container issues
Date: Fri, 01 Jan 2016 19:11:44 +0100
User-agent: Gnus/5.13 (Gnus v5.13) Emacs/24.5 (gnu/linux)

Ben Woodcroft <address@hidden> skribis:

> On 01/01/16 00:59, Thompson, David wrote:
>> On Thu, Dec 31, 2015 at 8:00 AM, Ben Woodcroft <address@hidden> wrote:
>>> Hey,
>>>
>>> I'm on newest master (45147b0), is something amiss?
>>>
>>>
>>> $ ./pre-inst-env guix environment --ad-hoc -C ruby
>>> In execvp of fsck.none: No such file or directory
>>> 'fsck.none' exited with code 127 on /home/ben/git/guix; spawning REPL
>>> GNU Guile 2.0.11
>>> Copyright (C) 1995-2014 Free Software Foundation, Inc.
>>>
>>> Guile comes with ABSOLUTELY NO WARRANTY; for details type `,show w'.
>>> This program is free software, and you are welcome to redistribute it
>>> under certain conditions; type `,show c' for details.
>>>
>>> Enter `,help' for help.
>>> scheme@(guile-user)>
>>>
>>>
>>>
>>> I also cannot quit this terminal as it keeps respawning. Any ideas?
>> I'm able to reproduce this on my GuixSD laptop, but not on my
>> Guix+Ubuntu system.  Very interesting.  I will try to investigate
>> further when I get a chance.  Anyone should feel free to fix it before
>> I do. ;)
>>
>> Thanks for the report,
> I'm on Ubuntu so it isn't GuixSD specific. Using git bisect I found
> this commit to be where it stops working for me:
>
> be21979d85304fedd5c0fb970ffc337d220eda7a is the first bad commit
> commit be21979d85304fedd5c0fb970ffc337d220eda7a
> Author: Ludovic Courtès <address@hidden>
> Date:   Tue Dec 22 00:25:40 2015 +0100
>
>     file-systems: Add a 'mount?' field.

This commit changes the ABI (namely, <file-system> structures now have
an additional field, and since structure accessors are inlined, all
users of <file-system> need to be rebuilt.)

Could you try ‘make clean-go && make’ as I suggested elsewhere?

Thanks!

Ludo’.



reply via email to

[Prev in Thread] Current Thread [Next in Thread]