Hi @peterleinchen,
I have pasted the output from zypper info --requires libzypp here:
There is no mention of yaml-cpp, but there is mention of libyaml-cpp.
Following, an attempt to zypper in yaml-cpp resulted in a conflict, but then a weird result when I check if the conflicting package (libyaml-cpp) is installed. Is this due to repos being refreshed to 4.3?
Should I proceed with the install?
root@Sailfish nemo]# zypper in yaml-cpp
Loading repository dataā¦
Reading installed packagesā¦
Resolving package dependenciesā¦
The following NEW package is going to be installed:
yaml-cpp
1 new package to install.
Overall download size: 0 B. Already cached: 127.1 KiB. After the
operation, additional 127.1 KiB will be used.
Continue? [y/n/v/ā¦? shows all options] (y): y
In cache yaml-cpp-0.6.3+git1-1.5.1.jolla.armv7hl.rpm
(1/1), 127.1 KiB (127.1 KiB unpacked)
Checking for file conflicts: ā¦[error]
Detected 1 file conflict:
File /usr/lib/libyaml-cpp.so.0.6
from install of
yaml-cpp-0.6.3+git1-1.5.1.jolla.armv7hl (jolla)
conflicts with file from package
libyaml-cpp0_6-0.6.2+master.20181213083542.4d61e32-1.3.3.jolla.armv7hl (@System)
File conflicts happen when two packages attempt to install files with the same name but different contents. If you continue, conflicting files will be replaced losing the previous content.
Continue? [yes/no] (no): n
Problem occurred during or after installation or removal of packages:
Installation has been aborted as directed.
History:
- ABORT request:
Please see the above error message for a hint.
[root@Sailfish nemo]# zypper info libyaml-cpp
Loading repository dataā¦
Reading installed packagesā¦
package 'libyaml-cpp' not found.
[root@Sailfish nemo]# rpm -q libyaml-cpp
package libyaml-cpp is not installed
I assume proceed with the install of yaml-cpp?