bug#63845: unbound evaluate-populate-directive variable error with guix shell -C --symlink

2023-06-02 Thread Maxim Cournoyer
Hi, Ludovic Courtès writes: > Hi, > > Maxim Cournoyer skribis: > >> This appears to be a recent regression: >> >> $ LANG=C guix shell --container --symlink=/usr/bin/env=bin/env coreutils >> ;;; Failed to autoload evaluate-populate-directive in (gnu build install): >> ;;; no code for module

bug#63857: importer fails to find “main” branch on github

2023-06-02 Thread Ricardo Wurmus
This fails: ./pre-inst-env guix import cran -a git -r https://github.com/zdebruine/singlet With this error: --8<---cut here---start->8--- Backtrace: In guix/ui.scm: 1374:6 19 (guix-import-cran . _) In ice-9/boot-9.scm: 1752:10 18

bug#63368: Build coordiantor "Signals delivery fails constantly" crashes

2023-06-02 Thread Christopher Baines
Christopher Baines writes: > Ludovic Courtès writes: > >> Christopher Baines skribis: >> >>> Since the recent core-updates merge, I've seen the build coordinator >>> using less memory, but it's also been crashing in a new way, up to 10 >>> times a day. >>> >>> In the log, you see something

bug#63853: Missing shared libraries for gdk-pixbuf break non-Guix applications on foreign distros

2023-06-02 Thread raphael . melotte--- via Bug reports for GNU Guix
Hello, When running an application that uses gdk-pixbuf as a library, the GDK_PIXBUF_MODULE_FILE environment variable takes precedence over build-time defaults (see for example [1]). If a Guix user on a foreign distro installs in their main profile an application that sets GDK_PIXBUF_MODULE_FILE,

bug#63852: ‘guix-package-cache.drv’ eats all your memory with ‘guix-cran’

2023-06-02 Thread Ludovic Courtès
Consider this: --8<---cut here---start->8--- $ cat /tmp/cran.scm (cons (channel (name 'guix-cran) (url "https://github.com/guix-science/guix-cran.git;)) %default-channels) $ guix time-machine -C /tmp/cran.scm -- describe Updating channel

bug#63789: Native compilation broken on the Hurd (with patch)

2023-06-02 Thread Ludovic Courtès
Hello! Janneke Nieuwenhuizen skribis: > That's great, thanks! Using this now on my current wip-hurd and it's > working for me! Awesome, pushed as 48c7e71cd7c3690203d4a8961a651cae090af83f! Ludo’.

bug#63845: unbound evaluate-populate-directive variable error with guix shell -C --symlink

2023-06-02 Thread Ludovic Courtès
Hi, Maxim Cournoyer skribis: > This appears to be a recent regression: > > $ LANG=C guix shell --container --symlink=/usr/bin/env=bin/env coreutils > ;;; Failed to autoload evaluate-populate-directive in (gnu build install): > ;;; no code for module (gnu build install) > Backtrace: >

bug#63845: unbound evaluate-populate-directive variable error with guix shell -C --symlink

2023-06-02 Thread Maxim Cournoyer
Hi, This appears to be a recent regression: --8<---cut here---start->8--- $ LANG=C guix shell --container --symlink=/usr/bin/env=bin/env coreutils ;;; Failed to autoload evaluate-populate-directive in (gnu build install): ;;; no code for module (gnu build

bug#63783: r-dismo bundles pre-built jars

2023-06-02 Thread Ricardo Wurmus
Fixed with commit bb27e3b8b13b4dbbb698b3ff5a4f6cf5793e9d5c. -- Ricardo