Closed dutty5 closed 2 months ago
Never mind, installed fresh vyos-jenkins, and it worked.
This is caused by outdated apt cache in the vyos-build docker container. Thus if you want to fix it without fresh setup you can run "Build now" for the vyos-build-container jobs manually via Jenkins and this fixes the issue by rebuilding vyos-build containers. Wait until the vyos-build-container is done and then rerun netfilter and it works.
Root cause is the fact that Debian released new version of those specific packages (and removed the previous version) thus the apt cache it oudated but it's bit strange the netfilter job doesn't call apt update, seems like oversight. The build script is pulled from official repository so it's too much work to fix such minor issue. It's not bad idea to rebuild the vyos-build container from time to time anyway.
Yes, this is what I did to resolve, made a rebuild of the container. Thank you.
netfilter under sagitta fails to build. Looks like referring missing dependencies:
I manually checked a couple of other debian mirrors. Looks like there is no such packages versions there as well. Version typo?