|
Bugzilla – Full Text Bug Listing |
| Summary: | Impossible to install salt on Leap 42.3 (nothing provides libsodium.so.13()(64bit) needed by libzmq5-4.1.2-6.1.x86_64) | ||
|---|---|---|---|
| Product: | [openSUSE] openSUSE Distribution | Reporter: | Nathan Cutler <ncutler> |
| Component: | Other | Assignee: | Ludwig Nussel <lnussel> |
| Status: | VERIFIED FIXED | QA Contact: | E-mail List <qa-bugs> |
| Severity: | Normal | ||
| Priority: | P2 - High | CC: | amajer, astieger, lnussel, mawerner, okurz |
| Version: | Leap 42.3 | ||
| Target Milestone: | --- | ||
| Hardware: | Other | ||
| OS: | Other | ||
| Whiteboard: | |||
| Found By: | --- | Services Priority: | |
| Business Priority: | Blocker: | --- | |
| Marketing QA Status: | --- | IT Deployment: | --- |
|
Description
Nathan Cutler
2017-06-02 13:12:40 UTC
salt requires python-zeromq which requires libzmq5 which requires libsodium, which cannot be installed libsodium18 installs fine. But libzmq5 is looking for a libsodium13. There is a libzmq5-4.2.2 built which should show up shortly Corresponds to the same failure observed in openQA tests: https://openqa.opensuse.org/tests/413394#step/salt/4 on build 0266. Broken since Build 0261 https://openqa.opensuse.org/tests/412630#step/salt/4 . Build 0257 was still fine: https://openqa.opensuse.org/tests/411693 Find "always latest": https://openqa.opensuse.org/tests/latest?test=extra_tests_in_textmode&flavor=DVD&distri=opensuse&machine=64bit&version=42.3&arch=x86_64 > Find "always latest": https://openqa.opensuse.org/tests/latest?test=extra_tests_in_textmode&flavor=DVD&distri=opensuse&machine=64bit&version=42.3&arch=x86_64
Nice!
libsodium got updated with a different soname. salt wasn't rebuilt. Will be fixed in the next snapshot. resolved. libzmq5 rebuilt to use libsodium.so.18 verified in build [0271](https://openqa.opensuse.org/tests/416794#step/salt/16) |