On 08/07/2024 16:18, Anthony J. Bentley wrote: > Thomas Frohwein writes: >> This is the port of IndieRunner, which aims to serve as a versatile launcher >> for commercial games released on other platforms with open-source engines/ >> libraries. It takes care of selecting a runtime, configuring it, and avoiding >> to trip over bundled incompatible libraries. > > Doesn't build here. > > ===> Configuring for indierunner-0.1 > Can't locate File/ShareDir/Install.pm in @INC (you may need to install the > File::ShareDir::Install module) (@INC entries checked: > /usr/local/libdata/perl5/site_perl/amd64-openbsd > /usr/local/libdata/perl5/site_perl /usr/libdata/perl5/amd64-openbsd > /usr/libdata/perl5) at Makefile.PL line 5. > BEGIN failed--compilation aborted at Makefile.PL line 5. >
p5-File-ShareDir-Install was already installed on my system. Not sure how to easily spot such issues in the future (proot/dpb is too much), any advise to test from scratch using only proot and including FETCH_PACKAGES to avoid building all dependencies ? (did not yet tried) BUILD_DEPENDS = devel/p5-File-ShareDir-Install Then it works for me.
