1
22.1 Legacy Series / Re: Multiple missing dependency and iflib_netmap_config errors after update to 22.1
« on: January 31, 2022, 12:05:04 pm »I ran the firmware healthcheck and noticed I had the same missing dependency on my system.
Thanks for the hint. I've now checked this on my box, under OPNsense 21.7.8 the dependencies are alright:
Code: [Select]
# pkg info -dx py37-markupsafe
py37-markupsafe-1.1.1_1:
python37-3.7.11
py37-setuptools-57.0.0
but after upgrading to 22.1 it's broken just like you reported (and has to be removed manually as shown before).
As I can not remember to have had any "3rd party" stuff installed and I know that I didn't install anything manual, I do blame OPNsense update / upgrade for not cleaning this up in the first place: While 22.1 was being installed, the very first steps were removing all Python3.7 stuff, except for that package (sadly I was too slow to grab a screenshot of that).