SeisComP / seiscomp

The build environment for all SeisComP repositories. Includes the documentation.
Other
68 stars 33 forks source link

libboost-signals1.74 does not exist in debian 11 #25

Closed sickel closed 2 years ago

sickel commented 2 years ago

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)

andres-h commented 2 years ago

Probably a mistake in install-base.sh. I compiled on Debian 11 and I have neither signals1 nor signals2 installed.

gempa-jabe commented 2 years ago

Only scqc is using boost signals2 and signals2 is header only.

gempa-jabe commented 2 years ago

I have remove signals from the base dependencies for Debian 11 in master.