On 01/01/16 00:59, Thompson, David wrote:
On Thu, Dec 31, 2015 at 8:00 AM, Ben Woodcroft <b.woodcr...@uq.edu.au> 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 <l...@gnu.org>
Date: Tue Dec 22 00:25:40 2015 +0100
file-systems: Add a 'mount?' field.
Fixes <http://bugs.gnu.org/22176>.
Reported by Florian Paul Schmidt <mista.ta...@gmx.net>.
* gnu/system/file-systems.scm (<file-system>)[mount?]: New field.
(file-system->spec): Adjust accordingly.
* gnu/services/base.scm (file-system-dmd-service): Return the empty
list
when FILE-SYSTEM has 'mount?' set to false.
(user-processes-service): Select the subset of FILE-SYSTEMS that
matches
'file-system-mount?'.
* doc/guix.texi (File Systems): Document it.
Thanks,
ben
PS. It would be good to get your opinion on the Ruby reproducibility
thread in guix-devel, in case you haven't noticed it.