Closed theCalcaholic closed 10 months ago
Welcome!
The recursive dependency issue is not a problem. It's just a warning and it doesn't stop the build.
The actual issue is you're missing perl modules.
sudo dnf check-update sudo dnf install perl-ExtUtils-MakeMaker
For FindBin
, it's usually included in the Perl base package, but if it's missing, it might be due to an incomplete Perl installation. You can reinstall Perl using sudo dnf reinstall perl
.
Your perl installation is broken currently.
Oh, so I was on the wrong track all along. Thank you! Turns out my perl installation wasn't broken, it was missing altogether :)
@theCalcaholic no problem! Glad you got it figured out, feel free to reach out if you run into anything else or have any questions or feedback.
I just started to try SkiffOS so please bear with me if I missed anything obvious.
Whenever I try to build any config with SkiffOS, I get a recursive dependency error, e.g.:
I tried a few configs, e.g.
pi/3
,pi/3x64
,virt/qemu
, always with the same result.Not sure if it's relevant, but my host system is running Fedora 39