New comment by Dragovorn on void-packages repository https://github.com/void-linux/void-packages/pull/17225#issuecomment-720023772 Comment: Hello, I am encountering an issue when trying to build this package using `./xbps-src pkg ovmf-x64`, bear with me as I'm relatively new to using Void (and at most intermediate with Linux itself). I am encountering this error on build: ``` => ERROR: edk2-202005_1: vinstall: cannot find 'Build/OvmfX64NoSb/RELEASE_GCC5/FV/OVMF_CODE.fd'... => ERROR: edk2-202005_1: do_install: 'return 1' exited with 1 => ERROR: in _noglob_helper() at common/environment/setup/install.sh:12 => ERROR: in do_install() at srcpkgs/edk2/template:133 ``` Upon investigation into `masterdir/builddir/edk2-202005/edk2-edk2-stable202005/Build/OvmfX64NoSb/RELEASE_GCC5/FV` I find that it is empty with only a `Ffs` directory present.