Bug 2318295
| Summary: | Please branch and build opencv for EPEL 10 | ||
|---|---|---|---|
| Product: | [Fedora] Fedora EPEL | Reporter: | Xavier Bachelot <xavier> |
| Component: | opencv | Assignee: | Nicolas Chauvet (kwizart) <kwizart> |
| Status: | CLOSED ERRATA | QA Contact: | Fedora Extras Quality Assurance <extras-qa> |
| Severity: | unspecified | Docs Contact: | |
| Priority: | unspecified | ||
| Version: | epel10 | CC: | carl, hhorak, jkucera, jridky, karlthered, kwizart, sergio, tdawson |
| Target Milestone: | --- | ||
| Target Release: | --- | ||
| Hardware: | Unspecified | ||
| OS: | Unspecified | ||
| Whiteboard: | |||
| Fixed In Version: | opencv-4.10.0-7.el10_0 | Doc Type: | If docs needed, set a value |
| Doc Text: | Story Points: | --- | |
| Clone Of: | Environment: | ||
| Last Closed: | 2024-11-23 07:42:28 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: | |||
| Bug Depends On: | 2316152, 2318296, 2318297, 2318298, 2318299, 2318300 | ||
| Bug Blocks: | 2303880, 2311555 | ||
|
Description
Xavier Bachelot
2024-10-12 10:19:21 UTC
Ping. Can someone branch and build opencv in epel10? I know that it still needs several dependencies, but could anyone give some indication if they are willing to build it after those dependencies make it into epel10. If you do not wish to maintain opencv in epel10, or do not think you will be able to do this in a timely manner, I would be happy to be a co-maintainer of the package (FAS tdawson); please add me through https://src.fedoraproject.org/rpms/opencv/adduser yes , I'm waiting for some packages, gdal, hdf5 aren't optional, gdcm , openvl , openni are and python3-beautifulsoup4 I think it is also optional Was openvl supposed to be oneVPL ? That's what I'm seeing in the spec file and build requirements. If that is so, oneVPL has been renamed to libvpl. libvpl is in epel10. oneVPL needs to be changed to libvpl in the spec file. Hi Sergio, I think we've gotten all the required dependencies, and even the optional dependencies, into epel10. I think, with bootstrap turned on, opencv can be built in epel10. yes openvl , is a typo of oneVPL the scratch build opencv without xine-lib and ffmpeg https://koji.fedoraproject.org/koji/taskinfo?taskID=125645548 precisely oneVPL is missing on x86_84 ... , I will check later Changing oneVPL to libvpl fixes it. Here is a successful scratch build with just the one change from your srpm. https://koji.fedoraproject.org/koji/taskinfo?taskID=125672123 -%{?with_libmfx:BuildRequires: oneVPL-devel} +%{?with_libmfx:BuildRequires: libvpl-devel} ah ok I see [1] I will propose a PR soon as possible (today maybe) [1] https://src.fedoraproject.org/rpms/oneVPL/c/bbcb41d7b68010f8480fd6e2ee0e54e73f98a333?branch=rawhide FEDORA-EPEL-2024-24d55505b5 (opencv-4.10.0-6.el10_0) has been submitted as an update to Fedora EPEL 10.0. https://bodhi.fedoraproject.org/updates/FEDORA-EPEL-2024-24d55505b5 FEDORA-EPEL-2024-24d55505b5 has been pushed to the Fedora EPEL 10.0 testing repository. You can provide feedback for this update here: https://bodhi.fedoraproject.org/updates/FEDORA-EPEL-2024-24d55505b5 See also https://fedoraproject.org/wiki/QA:Updates_Testing for more information on how to test updates. both ffmpeg and xine-lib have been built , so a non bootstrap build can be done now. FEDORA-EPEL-2024-24d55505b5 has been pushed to the Fedora EPEL 10.0 testing repository. You can provide feedback for this update here: https://bodhi.fedoraproject.org/updates/FEDORA-EPEL-2024-24d55505b5 See also https://fedoraproject.org/wiki/QA:Updates_Testing for more information on how to test updates. FYI, I disabled auto-push to stable on that bodhi update, because it shouldn't go to stable until gdal-libs does (which is held up for other dependencies of gdal). https://bodhi.fedoraproject.org/updates/FEDORA-EPEL-2024-048936c915 When submitting updates to EPEL, please check that all subpackages install to avoid creating problems like this. FEDORA-EPEL-2024-24d55505b5 (frei0r-plugins-2.3.3-4.el10_0 and opencv-4.10.0-7.el10_0) has been pushed to the Fedora EPEL 10.0 stable repository. If problem still persists, please make note of it in this bug report. |