Dear Guix team, I am trying to install GNU Guix System on a new laptop (FrameWork 16, AMD Ryzen 7 7840HS). I am using this file: https://ftpmirror.gnu.org/gnu/guix/guix-system-install-1.4.0.x86_64-linux.iso
At the beginning, I get this warning: Hardware support warning Devices not supported by free software were found on your computer: - 1002 15bf >From that code it should correspond to my integrated GPU not being recognized. The reason could be that this APU was released after the currently available Guix version. I continue the installation process: Graphical install using a terminal base interface. This is the partitioning scheme I set up (manually copied): FRMW 1TB Card (scsi) /dev/sda 1000GB msdos - Free space 4193kB - 1 normal 1000GB WD_BLACK SN850X 2000GB (nvme) /dev/nvme0n1 2000GB gpt - 8 1074MB fat32 boot,esp /boot/efi boot - 1 322GB xfs / - 2 103GB linux-swap(v1) swap - 3 10.7GB ext4 /var - 4 2147MB ext4 /temp - 6 107GB xfs /opt - 5 859GB ext4 /home - 7 21.5GB ext4 /crypt Yes 573GB Free space The configuration proceeds smoothly until the end. The installation process starts, and these are the last logs produced before the failure: ... substitute: updating substitutes from 'https://ci.guix.gnu.org'... 0.0% substitute: updating substitutes from 'https://bordeaux.guix.gnu.org'... 0.0% substitute: updating substitutes from 'https://ci.guix.gnu.org'... 0.0% substitute: updating substitutes from 'https://bordeaux.guix.gnu.org'... 0.0% substitute: updating substitutes from 'https://ci.guix.gnu.org'... 0.0% substitute: updating substitutes from 'https://bordeaux.guix.gnu.org'... 0.0% \builder for `/gnu/store/bwy...ilb-slock-1.4.tar.gz.drv' failed to produce output path `/gnu/store/la705...dqf-slock-1.4.tar.gz' *build of /gnu/store/bwy...ilb-slock-1.4.tar.gz.drv failed* View build log at '/var/log/guix/drvs/bw/...tar.gz.drv.gz'. building /gnu/store/br3c...CUnit-2.1-3.tar.bz2.drv... cannot build derivation `/gnu/store/256d...slock-1.4.tar.gz.drv': 1 dependencies couldn't be built guix system: *error*: build of `/gnu/store/256d...slock-1.4.tar.gz.drv' failed Command ("guix" "system" "init" "--fallback"" "/mnt/etc/config.scm" "/mnt") exited with value 1 Thank you for your help. Kind regards, Pietro pietro...@gmail.com