You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
On Debian 9 we are unable to upgrade or install icinga2 due to unmet dependencies:
apt-get install icinga2 -s
Reading package lists... Done
Building dependency tree
Reading state information... Done
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:
icinga2 : Depends: icinga2-bin (= 2.11.0-1.stretch) but it is not going to be installed
Recommends: libreadline6 but it is not installable
E: Unable to correct problems, you have held broken packages.
apt-get install icinga2-bin -s
Reading package lists... Done
Building dependency tree
Reading state information... Done
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:
icinga2-bin : Depends: libboost-context1.67.0 but it is not installable
Depends: libboost-coroutine1.67.0 but it is not installable
Depends: libboost-date-time1.67.0 but it is not installable
Depends: libboost-filesystem1.67.0 but it is not installable
Depends: libboost-program-options1.67.0 but it is not installable
Depends: libboost-regex1.67.0 but it is not installable
Depends: libboost-system1.67.0 but it is not installable
Depends: libboost-thread1.67.0 but it is not installable
E: Unable to correct problems, you have held broken packages.
Hi,
On Debian 9 we are unable to upgrade or install icinga2 due to unmet dependencies:
Stretch uses version 1.62 and not 1.67: https://packages.debian.org/stretch/libboost-context1.62.0
I do see the debian stretch-backports repo has this, but this is a repo that is not loaded by default.
I.e. server without stretch-backports:
And with stretch-backports:
Is it required to include the backports repo now for this? Or is the dependency version incorrect for stretch?
Thanks!
The text was updated successfully, but these errors were encountered: