bug#25403: fsck.ext4 not found during boot

2017-01-08 Thread alex . ter . weele
Boot of guixSD was interrupted by "In execvp of fsck.ext4: No such file or directory" followed by a Bourne-like REPL. Entering ",q" allows boot to continue normally. This occurred while booting generation 7 (see below). Generation 6 booted normally. Attached is my operating-system configuration.

bug#25403: fsck.ext4 not found during boot

2017-01-08 Thread Alex ter Weele
David Craven writes: > Hi Alex, > > Can you run guix pull and guix system reconfigure? > > I think this was fixed in 9328eafbf590938d2b7c4b8c6476a8664fa052b7 back in > Dez. This fixed it, thanks!

bug#29858: guix import hackage monadplus fails with a syntax error.

2017-12-26 Thread Alex ter Weele
Here is what I tried: $ guix import hackage monadplus Syntax error: unexpected end of input guix import: error: failed to download cabal file for package 'monadplus' I also tried manually downloading the cabal file and importing that: $ guix import hackage -s < ~/Downloads/monadplus.caba

bug#30602: guix pull failures at and after 0458ab53f6ab58c42f379b8e7d55d130df4232e3

2018-02-24 Thread Alex ter Weele
Hello, I and at least one other person on #guix observered guix pull failing around 2018-02-25. I am using this commit: $ guix --version guix (GNU Guix) f09cb93e3a2310f7726cb98fa5679c1a8483c39f Copyright (C) 2018 the Guix authors License GPLv3+: GNU GPL version 3 or later

bug#30602: Status: guix pull failures at and after 0458ab53f6ab58c42f379b8e7d55d130df4232e3

2018-02-25 Thread Alex ter Weele
I pulled an earlier commit to sanity-check myself: $ guix pull --commit=5a227e7c5c2054af036d95895c92dd56ec88338d Updating from Git repository at 'https://git.savannah.gnu.org/git/guix.git'... Building from Git commit 5a227e7c5c2054af036d95895c92dd56ec88338d... substitute: updating

bug#29858: Status: guix import hackage monadplus fails with a syntax error.

2018-02-25 Thread Alex ter Weele
This may be closeable because I didn't notice that ghc-monadplus is already a package.

bug#30602: guix pull failures at and after 0458ab53f6ab58c42f379b8e7d55d130df4232e3

2018-02-27 Thread Alex ter Weele
Here it is: $ bzcat $(guix build --log-file /gnu/store/ciawm53ygcvs7gfpb54wpzb4kkgnag9i-guix-latest.drv) copying and compiling to '/gnu/store/r82flrikwwd6ir0qlbc8ssm1n1m2z9dw-guix-latest' with Guile 2.2.3... loading... 25.9% of 667 filesrandom seed for tests: 1519531629 compili

bug#43610: IceCat segfault

2020-12-14 Thread Alex ter Weele
raingloom writes: > On Fri, 2 Oct 2020 00:57:39 +0200 > raingloom wrote: > > Well, what ended up working was deleting a bunch of file from the > profile directory. No idea which deletion made it work and at this > point I just wanna crawl back to Netsurf. > Can't say I'd recommend this workaroun

bug#40067: clojure does not find namespace "clojure.set"

2021-03-15 Thread Alex ter Weele
Hi Jesse, I found that dir works once the namespace has been "require"d, so this works: user=> (require 'clojure.set) nil user=> (dir clojure.set) difference index ... Given that, I'm not sure why (dir clojure.string) works, but I'm guessing that once clojure starts, something has already done

bug#39425: On , package source links are broken.

2020-02-04 Thread Alex ter Weele
For example, links to , which 404s. Relevant discussion from #guix: