Same issue here doing a regular routine update.
For me, libyaml-cpp wasn't even installed, and zypper proposed it be installed as part of the update.
Code:
The following 4 NEW packages are going to be installed:
libctf0 2.35-lp152.4.3.1 x86_64 Main Update Repository Oss openSUSE
libctf-nobfd0 2.35-lp152.4.3.1 x86_64 Main Update Repository Oss openSUSE
libpoppler-glib8 0.79.0-lp152.1.7 x86_64 Main Repository (OSS) openSUSE
libyaml-cpp0_6 0.6.3-lp152.34.1 x86_64 openSUSE BuildService - devel:libraries:c_c++ obs://build.opensuse.org/devel:libraries:c_c++
This is what I did to recover and lock the broken dependency for the time being:
Code:
rpm -Uvh --oldpackage https://download.opensuse.org/repositories/openSUSE:/Leap:/15.2:/Update/standard/x86_64/libyaml-cpp0_6-0.6.1-lp152.5.2.1.x86_64.rpm
zypper addlock "libyaml-cpp0_6 >= 0.6.3"
Bookmarks