bug#66207: Cannot boot VMs with grub-efi-bootloader

2023-09-30 Thread Ricardo Wurmus
Ludovic Courtès writes: > Hi, > > Ricardo Wurmus skribis: > >> I’m trying to build a more recent VM image than 1.4.0. The 1.4.0 qcow2 >> image that’s available for download on the Guix website boots fine, but >> any image created with a current Guix cannot be booted. >> >> I’m on Guix commit

bug#66279: Unexporting

2023-09-30 Thread Ludovic Courtès
Hi Maxim, Commit 03795e2ba27424fc98957da00f6c71325e7ae425 exports the record type descriptor (RTD). Common practice is to keep RTDs private because by publishing them, we make it harder to change the ABI (because users might be matching fields positionally) and we make it trivial for users to

bug#66207: Cannot boot any recent VM built with “guix system image -t qcow2”

2023-09-30 Thread Ludovic Courtès
Hi, Ricardo Wurmus skribis: > I’m trying to build a more recent VM image than 1.4.0. The 1.4.0 qcow2 > image that’s available for download on the Guix website boots fine, but > any image created with a current Guix cannot be booted. > > I’m on Guix commit

bug#66277: R build processes use all the available cores

2023-09-30 Thread Ludovic Courtès
Hi! I noticed on guix.bordeaux.inria.fr, which builds guix-cran, that R build processes would unconditionally use all the available cores (specifically, launching one R process per core), ignoring the value of ‘parallel-job-count’. I believe all r-* packages are affected. On IRC, Ricardo wrote: