Since Saturday I tried to build a VyOS image using the dockerized vyos-build procedure, but I always failed quite early during the process:
...
[2026-06-08 08:12:42] lb chroot_install-packages install
P: Begin installing packages (install pass)...
Reading package lists... Done
Building dependency tree... Done
Reading state information... Done
debconf is already the newest version (1.5.82).
Some packages could not be installed. This may mean that you have
requested an impossible situation or if you are using the unstable
distribution that some required packages have not yet been created
or been moved out of Incoming.
The following information may help to resolve the situation:
The following packages have unmet dependencies:
suricata : Depends: libhtp2 (>= 1:0.5.50-1~bpo12+1~) but it is not going to be installed
E: Unable to correct problems, you have held broken packages.
E: An unexpected failure occurred, exiting...
P: Begin unmounting filesystems...
P: Saving caches...
Reading package lists... Done
Building dependency tree... Done
Reading state information... Done
Traceback (most recent call last):
File "/vyos/./build-vyos-image", line 788, in <module>
build()
File "/vyos/./build-vyos-image", line 722, in build
cmd("lb build 2>&1")
File "/vyos/scripts/image-build/utils.py", line 89, in cmd
raise OSError(f"Command '{command}' failed")
OSError: Command 'lb build 2>&1' failed
Error occurred during build, not running tests!It appears some dependencies for the Surricata build remain unsatisfied. As there were no nightly builds since 4th of June, I suspect these being affected by this too.