The attached patch updates opensbi to 1.3. Everything that currently builds on master still builds, but neither xen nor ganeti are currently building on master. Rebuilding gnome (due to gnome-boxes) and in particular memtest86+ was quite a surprise (still no idea what pulled that in)! ./pre-inst-env guix build --keep-going $(guix refresh --list-dependent opensbi-generic opensbi-qemu | sed -e 's,.*: ,,g' | tr ' ' '\n' | sed -e 's,@.*,,g' | grep -v -E '^xen|^ganeti' ) ;;; note: source file /home/vagrant/src/guix-workspace/gnu/packages/firmware.scm ;;; newer than compiled /home/vagrant/src/guix-workspace/gnu/packages/firmware.go ;;; note: source file /home/vagrant/src/guix-workspace/gnu/packages/firmware.scm ;;; newer than compiled /gnu/store/b40icqh2jsb8iknq7cmv3izsppklmv9p-profile/lib/guile/3.0/site-ccache/gnu/packages/firmware.go /gnu/store/dkbnwvmm5601pz5c2in5n5zk9qln6h82-gnome-42.4 /gnu/store/y77i374rfdhljks26hc5zqa24qxjizkl-genimage-15-1.ec44ae0 /gnu/store/0zpwiwd1826d94pkzzp241vxy00wy9pq-memtest86+-6.10 /gnu/store/4bbkfzgpnnj067jqvy5ny6w4ncm83yrr-virt-manager-4.1.0 /gnu/store/wlfblk03rr2pnvhg45dn70nc8xi14a4i-u-boot-sifive-unmatched-2022.10 But it is only 13 rebuilds in all, so should be ok for master. live well, vagrant