bug#69401: /etc/guix/machines.scm symlink can be garbage collected

2024-02-25 Thread Efraim Flashner
Some of the build nodes behind the Berlin build farm have a childhurd which can build packages. Unfortunately, the symlink from /etc/guix/machines.scm to the generated file in the store to setup offloading has been garbage collected on several of the machines. -- Efraim Flashner רנשלפ

bug#69397: guix import crate misses dependencies

2024-02-25 Thread Nathan Dehnel
Oh, my bad. Yeah, I just had my modules wrong. Thanks. On Sun, Feb 25, 2024 at 6:46 PM Carlo Zancanaro wrote: > > Hi Nathan, > > I just tried running your example: > > On Sun, Feb 25 2024, Nathan Dehnel wrote: > > guix import crate -r --recursive-dev-dependencies --allow-yanked > >

bug#69397: guix import crate misses dependencies

2024-02-25 Thread Carlo Zancanaro
Hi Nathan, I just tried running your example: On Sun, Feb 25 2024, Nathan Dehnel wrote: > guix import crate -r --recursive-dev-dependencies --allow-yanked > egui_dock@0.11 I saw that rust-bytemuck-1 was included as an input in lots of packages, as you said. However, I also noticed that

bug#69397: guix import crate misses dependencies

2024-02-25 Thread Nathan Dehnel
Run for example: guix import crate -r --recursive-dev-dependencies - -allow-yanked egui_dock@0.11 this will import a bunch of packages that require rust-bytemuck-1 as a dependency, but it will not be included, and must be imported separately. guix 313458c

bug#69308: linux-libre-documentation fails to build

2024-02-25 Thread Leo Famulari
Can you share the error messages here? On Thu, Feb 22, 2024, at 09:13, Gabriel Wicki wrote: > linux-libre-documentation fails to build (see > https://ci.guix.gnu.org/build/3512631/details)

bug#69394: cross-gcc-toolchain for riscv64 doesn't search crt1.o properly

2024-02-25 Thread Ekaitz Zarraga
Hi, I made this package: ``` (define-module (cross) #:use-module (guix packages) #:use-module (guix gexp) #:use-module (gnu packages cross-base)) (define-public gcc-cross-riscv64-linux-gnu-toolchain (cross-gcc-toolchain "riscv64-linux-gnu")) ``` And used in in the session

bug#69386: "homepage" attribute gives 404 on "https://www.eclipse.org/platform"

2024-02-25 Thread francismb via Bug reports for GNU Guix
Dear Maintainers, it seems that some package description is obsolete. See for example: $ guix search eclipse and notice that the "homepage" attribute(s) of some results is: "https://www.eclipse.org/platform; that endpoint results in an 404 Error (on 24.02.2024). IMHO those could be changed

bug#69319: Unbootable, unfixable system

2024-02-25 Thread Hilton Chain via Bug reports for GNU Guix
Hi Nathan On Sun, 25 Feb 2024 13:20:06 +0800, Nathan Dehnel wrote: > > On Sat, Feb 24, 2024 at 8:59 PM Hilton Chain wrote: > > [...] > > GRUB currently doesn't support Argon2 PBKDFs, if you are going to use > > LUKS2, you > > have to specify pbkdf2: > > --8<---cut

bug#29934: in virtual machines the graphical dektop environment randomly fails to show up

2024-02-25 Thread Ricardo Wurmus
I'm closing this for lack of recent activity, and as it appears that the issue has been solved. If this decision was incorrect please open a new issue. Thanks! -- Ricardo