Bug #23059
Unable to install foreman-journald
Difficulty:
Triaged:
Description
Dep issue:
--> Finished Dependency Resolution Error: Package: foreman-journald-1.18.0-0.develop.201803271813git274665e.el7.noarch (/foreman-journald-1.18.0-0.develop.201803271813git274665e.el7.noarch) Requires: tfm-rubygem(journald-logger) < 2.0 Available: tfm-rubygem-journald-logger-2.0.3-1.el7.noarch (foreman) tfm-rubygem(journald-logger) = 2.0.3 Error: Package: foreman-journald-1.18.0-0.develop.201803271813git274665e.el7.noarch (/foreman-journald-1.18.0-0.develop.201803271813git274665e.el7.noarch) Requires: tfm-rubygem(journald-logger) < 2.0 Installing: tfm-rubygem-journald-logger-2.0.3-1.el7.noarch (foreman) tfm-rubygem(journald-logger) = 2.0.3 You could try using --skip-broken to work around the problem You could try running: rpm -Va --nofiles --nodigest
Related issues
Associated revisions
History
#1
Updated by The Foreman Bot almost 5 years ago
- Status changed from New to Ready For Testing
- Pull request https://github.com/theforeman/foreman-packaging/pull/2325 added
#2
Updated by The Foreman Bot almost 5 years ago
- Pull request https://github.com/theforeman/foreman/pull/5377 added
#3
Updated by Lukas Zapletal almost 5 years ago
- Related to Tracker #22569: Unified and structured logging added
#4
Updated by Lukas Zapletal almost 5 years ago
- % Done changed from 0 to 100
- Status changed from Ready For Testing to Closed
Applied in changeset rpms:foreman-packaging|e7b1c42ceccae2b1da496a49a22863df66b1dca6.
#5
Updated by Daniel Lobato Garcia almost 5 years ago
- Legacy Backlogs Release (now unused) set to 330
Fixes #23059 - foreman-journald package now installable
Two issues:
1) It was not in comps, so not available.
2) There are two gems: `logging-journald` (1.0) and `journald-logger`
(2.0). We want to depend on the former, which requires the latter. I
screwed up in the requires, thus the dependency issue during
installation.
3) Loading of the native version does not work, fixed upstream, creating
patch:
https://github.com/sandfoxme/journald-native/pull/3