bug#37933: gst* plugins in non-default profile not found by webkitgtk browsers (e.g. epiphany)

2019-10-28 Thread Marius Bakke
Pierre Neidhardt writes: > Recipe that fails: > > --8<---cut here---start->8--- > guix remove gst-libav gst-plugins-bad gst-plugins-base gst-plugins-good > gst-plugins-ugly > guix package -p foo -i gst-libav gst-plugins-bad gst-plugins-base > gst-plugins-good

bug#24168: Offloading builds does not honor --keep-failed

2019-10-28 Thread Marius Bakke
Ludovic Courtès writes: > I was thinking that we could turn off offloading when ‘-K’ is passed; > that’s usually what one expects no? It's certainly my main use of '--no-build-hook'. signature.asc Description: PGP signature

bug#37931: Cannot guix refresh -ru util-linux to get updated lsblk

2019-10-28 Thread Marius Bakke
Hi Bengt, Bengt Richter writes: > Hi Guix, > > IpPulled and updated to guix describe: > - > Generation 19 Oct 24 2019 22:37:20(current) > guix 6caa739 > repository URL: https://git.savannah.gnu.org/git/guix.git > branch: master > commit: 6caa7392d8e51f5ef26e

bug#37757: Kernel panic upon shutdown

2019-10-28 Thread Ludovic Courtès
Hi, Jesse Gibbons skribis: > Attached is a picture of the kernel panic. It happened when I tried to shut > down. > I do not know what log to look at to get any details about what happened > about that time. Of course, the panic itself is not in any of the logs in > /var/log. > This is not the fi

bug#37969: guix is telling me to report this

2019-10-28 Thread Josh Marshall
Hello, the `guix pull` command has directed me to send the following: ``` @ build-log 16866 14 boot.sh: done @ build-log 16866 908 ./boot3-tcc -v -static -o boot4-tcc -D BOOTSTRAP=1 -D HAVE_FLOAT=1 -D HAVE_BITFIELD=1 -D HAVE_LONG_LONG=1 -D CONFIG_TCCBOOT=1 -D CONFIG_USE_LIBGCC=1 -D TCC_MES_LIBC=

bug#37965: parse-error in latest news entry

2019-10-28 Thread Eric Bavier
Something like this is probably better: ```scheme (use-modules (guix ui) (srfi srfi-1)) (define (strings lst) (fold (lambda (i result) (cond ((string? i) (cons i result)) ((list? i) (append (strings i) result)) (else result))) (l

bug#37965: parse-error in latest news entry

2019-10-28 Thread Eric Bavier
FWIW, hacky way to check news items in shell: ``` commit=HEAD previous=$(git rev-parase ${commit}^) guix pull --url="file://$PWD" --commit="$previous" --profile=$PWD/_pull_check guix pull --uri="file://$PWD" --commit="$commit" --profile=$PWD/_pull_check guix pull --profile=$PWD/_pull_check --news

bug#37967: guix environment -CN: Operation not permitted mounting host's /var/run/nscd

2019-10-28 Thread Ivan Vilata i Balaguer
Hi! While using Guix commit `c9fc03a3` on Debian unstable, whenever I run `guix environment -CN` (either as a normal user or as root) I get an error like this: guix environment: error: mount: mount "/var/run/nscd" on "/tmp/guix-directory.6kBgXe//var/run/nscd": Operation not permitted nscd i

bug#37965: parse-error in latest news entry

2019-10-28 Thread Eric Bavier
Commit https://git.savannah.gnu.org/cgit/guix.git/commit/?id=b13b9384bc43bf93c754c037956c8ef9a99c2b41 causes a recent 'guix pull' to throw a parse-error: News for channel 'guix' Backtrace: 16 (apply-smob/1 #) In ice-9/boot-9.scm: 705:2 15 (call-with-prompt _ _ #) In ice-9/eval.scm:

bug#29686: gnu: aspell: Do not ignore GuixOS system profile.

2019-10-28 Thread Pierre Neidhardt
Ludovic Courtès writes: > I think that honoring an ‘ASPELL_DICT_DIR’ variable is more generic than > browsing a set of profiles (which ones?), especially with support for > search paths as available in Guix. :-) The Nix patch code could be modified to browse ASPELL_DICT_DIR, which isn't done at