Bug 2345176
| Summary: | os-autoinst requires libopencv_highgui.so.410()(64bit), but none of the providers can be installed | ||
|---|---|---|---|
| Product: | [Fedora] Fedora | Reporter: | Lukas Ruzicka <lruzicka> |
| Component: | os-autoinst | Assignee: | Adam Williamson <awilliam> |
| Status: | CLOSED DUPLICATE | QA Contact: | Fedora Extras Quality Assurance <extras-qa> |
| Severity: | medium | Docs Contact: | |
| Priority: | unspecified | ||
| Version: | 42 | CC: | awilliam, hhorak, jkucera, jridky, karlthered, kwizart, sergio |
| Target Milestone: | --- | ||
| Target Release: | --- | ||
| Hardware: | x86_64 | ||
| OS: | Linux | ||
| Whiteboard: | |||
| Fixed In Version: | Doc Type: | If docs needed, set a value | |
| Doc Text: | Story Points: | --- | |
| Clone Of: | Environment: | ||
| Last Closed: | 2025-02-12 16:22:35 UTC | Type: | --- |
| Regression: | --- | Mount Type: | --- |
| Documentation: | --- | CRM: | |
| Verified Versions: | Category: | --- | |
| oVirt Team: | --- | RHEL 7.3 requirements from Atomic Host: | |
| Cloudforms Team: | --- | Target Upstream Version: | |
| Embargoed: | |||
|
Description
Lukas Ruzicka
2025-02-12 10:08:59 UTC
On the upgraded system, I had to remove or swap some of the packages in order to fix DNF to be able to get updated correctly. Now, I cannot install os-autoinst any more as it requires packages that seem not to be available: lruzicka@vseved:~$ sudo dnf install os-autoinst Updating and loading repositories: Repositories loaded. Failed to resolve the transaction: Problem: conflicting requests - nothing provides libopencv_core.so.410()(64bit) needed by os-autoinst-4.6^20241125gitb64e219-2.fc42.x86_64 from fedora - nothing provides libopencv_imgcodecs.so.410()(64bit) needed by os-autoinst-4.6^20241125gitb64e219-2.fc42.x86_64 from fedora - nothing provides libopencv_imgproc.so.410()(64bit) needed by os-autoinst-4.6^20241125gitb64e219-2.fc42.x86_64 from fedora - nothing provides libopencv_highgui.so.410()(64bit) needed by os-autoinst-4.6^20241125gitb64e219-2.fc42.x86_64 from fedora You can try to add to command line: --skip-broken to skip uninstallable packages lruzicka@vseved:~$ sudo dnf search libopencv Updating and loading repositories: Repositories loaded. No matches found. https://koji.fedoraproject.org/koji/taskinfo?taskID=129172903 build just fail on s390x and just on test phase or it as tcl or is perl . My suggestion is disable tests on s390x , this is not opencv mass rebuild fault *** This bug has been marked as a duplicate of bug 2343929 *** Now I have a minute to look at it, this actually may be opencv's fault. But continuing the discussion in https://bugzilla.redhat.com/show_bug.cgi?id=2343929 . |