bug#69465: "unbound variable" but it's not?

2024-03-02 Thread Nathan Dehnel
I'm now getting this from a new package I wrote with a jack2 import. I think my whole channel is hosed somehow and I can't add any new packages to it. Backtrace: In guix/repl.scm: 141:4 19 (machine-repl _ _) 126:7 18 (_) In ice-9/boot-9.scm: 1747:15 17 (with-exception-handler # ?) 1752:10

bug#69515: grub-efi-bootloader doesn't make multiple boot entries with efibootmgr if multiple targets are specified

2024-03-02 Thread Oleg Pykhalov
Hi, Nathan Dehnel writes: > (bootloader >(bootloader-configuration > (bootloader grub-efi-bootloader) > (targets '("/boot/efi1" "/boot/efi2")) > > This creates multiple boot partitions, but doesn't register all of > them with the BIOS/create multiple boot entries It appears

bug#61343: bug#61574: bug#61343: bug#61574: [PATCH] scripts: repl: Extend REPL %load-path with all channels. For real.

2024-03-02 Thread Richard Sent
I'm not sure as to the comments regarding program name memoization, but could the solution be as simple as adding the call to (%package-module-path) without deleting (current-profile)? There's probably a more elegant solution, but I found that this patch resolved the issue:

bug#69518: test suite failures building Debian 1.4.0 packages

2024-03-02 Thread Vagrant Cascadian
Several tests have started failing with builds of Guix in Debian: https://bugs.debian.org/1064748 My suspicion is I need to rebuild one of guix's build dependencies, but I am not sure which one. Maybe all of them... Debian doesn't quite have the same nice feature of always rebuilding

bug#69515: grub-efi-bootloader doesn't make multiple boot entries with efibootmgr if multiple targets are specified

2024-03-02 Thread Nathan Dehnel
(bootloader (bootloader-configuration (bootloader grub-efi-bootloader) (targets '("/boot/efi1" "/boot/efi2")) This creates multiple boot partitions, but doesn't register all of them with the BIOS/create multiple boot entries