Closed sickel closed 2 years ago
Probably a mistake in install-base.sh. I compiled on Debian 11 and I have neither signals1 nor signals2 installed.
Only scqc is using boost signals2 and signals2 is header only.
I have remove signals from the base dependencies for Debian 11 in master.
Trying to install seiscomp on debian 11, share/deps/debian/11/install-base.sh fails: with message "could not find package libboost-signals1.74.0".
Using apt search, no libboost-signals packages does exist in debian 11. Also, signals1 does not exist in libboost 74, it has been replaced by signals2 (I do not know if this is a drop-in replacement for signals1 in seiscomp)