palfrey/guix-vm

Virtualbox guest additions support

palfrey opened this issue · 4 comments

Attempting to run the guest additions installer gets as far as

vagrant@guixsd ~$ sudo /mnt/VBoxLinuxAdditions.run --nox11
Verifying archive integrity... All good.
Uncompressing VirtualBox 5.2.22 Guest Additions for Linux........
VirtualBox Guest Additions installer
Unable to determine correct library path.

This appears to be because it assumes the existence of ldconfig, which isn't true on Guix as there's no system-wide ld.so config.

See https://git.sr.ht/~bosco/guix/tree/2312dd82e4e35436e038ab0db68fdd559f7ba859/item/nongnu/packages/linux-vbox.scm

Hello, I tested this using guix system vm but got this:
image

Any success running it?
Thanks in advance!

No, haven't touched this code for some time.