Bug 2182328
| Summary: | container-tools module for 8.9.0 fails to build because of broken dependencies of bcc | ||
|---|---|---|---|
| Product: | Red Hat Enterprise Linux 8 | Reporter: | Jindrich Novy <jnovy> |
| Component: | bcc | Assignee: | Jerome Marchand <jmarchan> |
| Status: | CLOSED CURRENTRELEASE | QA Contact: | Ziqian SUN (Zamir) <zsun> |
| Severity: | unspecified | Docs Contact: | |
| Priority: | unspecified | ||
| Version: | 8.9 | CC: | bfubel, ctrautma, jmarchan, rdossant, zsun |
| Target Milestone: | rc | ||
| Target Release: | --- | ||
| Hardware: | Unspecified | ||
| OS: | Unspecified | ||
| Whiteboard: | |||
| Fixed In Version: | Doc Type: | If docs needed, set a value | |
| Doc Text: | Story Points: | --- | |
| Clone Of: | Environment: | ||
| Last Closed: | 2023-07-31 08:38:43 UTC | Type: | Bug |
| Regression: | --- | Mount Type: | --- |
| Documentation: | --- | CRM: | |
| Verified Versions: | Category: | --- | |
| oVirt Team: | --- | RHEL 7.3 requirements from Atomic Host: | |
| Cloudforms Team: | --- | Target Upstream Version: | |
| Embargoed: | |||
|
Description
Jindrich Novy
2023-03-28 08:58:15 UTC
(In reply to Jindrich Novy from comment #0) > Description of problem: > Please see: > https://kojihub.stream.centos.org/kojifiles/work/tasks/8368/2078368/root.log > > DEBUG util.py:444: Error: > DEBUG util.py:444: Problem: package bcc-devel-0.25.0-2.0.2.el8.x86_64 > requires libbcc_bpf.so.0()(64bit), but none of the providers can be installed > DEBUG util.py:444: - package bcc-devel-0.25.0-2.0.2.el8.x86_64 requires > libbcc.so.0()(64bit), but none of the providers can be installed > DEBUG util.py:444: - package bcc-devel-0.25.0-2.0.2.el8.x86_64 requires > bcc(x86-64) = 0.25.0-2.0.2.el8, but none of the providers can be installed > DEBUG util.py:444: - conflicting requests > DEBUG util.py:444: - nothing provides libLLVM-15.so()(64bit) needed by > bcc-0.25.0-2.0.2.el8.x86_64 > DEBUG util.py:444: - nothing provides libLLVM-15.so(LLVM_15)(64bit) > needed by bcc-0.25.0-2.0.2.el8.x86_64 > DEBUG util.py:444: - nothing provides libclang-cpp.so.15()(64bit) needed > by bcc-0.25.0-2.0.2.el8.x86_64 > DEBUG util.py:446: (try to add '--skip-broken' to skip uninstallable > packages) Do you still encounter this issue? It seems that the broken dependencies are provided by the current llvm-libs and clang-libs. I no longer see this happening Jerome. |