Please branch and build opencv in epel9. This package was in RHEL8, but it is not in RHEL9, thus we need it built in epel9.
branch have been created. Missing BR: DEBUG util.py:444: No matching package to install: 'ceres-solver-devel' DEBUG util.py:444: No matching package to install: 'coin-or-Clp-devel' DEBUG util.py:444: No matching package to install: 'gdal-devel' DEBUG util.py:444: No matching package to install: 'gdcm-devel' DEBUG util.py:444: No matching package to install: 'gflags-devel' DEBUG util.py:444: No matching package to install: 'glog-devel' DEBUG util.py:444: No matching package to install: 'hdf5-devel' DEBUG util.py:444: No matching package to install: 'libdc1394-devel' DEBUG util.py:444: No matching package to install: 'libraw1394-devel' DEBUG util.py:444: No matching package to install: 'libucil-devel' DEBUG util.py:444: No matching package to install: 'openni-devel' DEBUG util.py:444: No matching package to install: 'openni-primesense' DEBUG util.py:446: Package pkgconf-pkg-config-1.7.3-9.el9.x86_64 is already installed. DEBUG util.py:444: No matching package to install: 'pylint' DEBUG util.py:444: No matching package to install: 'python3-beautifulsoup4' DEBUG util.py:444: No matching package to install: 'python3-flake8' I haven't checked thoses that need a branch request over theses that needs an override... Probably the lib*1394* can be disabled by default..
Updated list DEBUG util.py:444: No matching package to install: 'ceres-solver-devel' DEBUG util.py:444: No matching package to install: 'coin-or-Clp-devel' DEBUG util.py:444: No matching package to install: 'gdal-devel' DEBUG util.py:444: No matching package to install: 'gdcm-devel' DEBUG util.py:444: No matching package to install: 'glog-devel' DEBUG util.py:444: No matching package to install: 'hdf5-devel' DEBUG util.py:444: No matching package to install: 'libucil-devel' DEBUG util.py:444: No matching package to install: 'openni-devel' DEBUG util.py:444: No matching package to install: 'openni-primesense' DEBUG util.py:446: Package pkgconf-pkg-config-1.7.3-9.el9.x86_64 is already installed. DEBUG util.py:444: No matching package to install: 'pylint' DEBUG util.py:444: No matching package to install: 'python3-flake8'
*** Bug 2092147 has been marked as a duplicate of this bug. ***
should have to add CRB repo to the build repos and almost all deps are solved.
> DEBUG util.py:444: No matching package to install: 'pylint' > DEBUG util.py:444: No matching package to install: 'python3-flake8' Ideally these two dependencies should be patched out in both Fedora and EPEL, per the Python guidelines. https://docs.fedoraproject.org/en-US/packaging-guidelines/Python/#_linters
*** Bug 2099886 has been marked as a duplicate of this bug. ***
(In reply to Carl George 🤠 from comment #5) > > DEBUG util.py:444: No matching package to install: 'pylint' > > DEBUG util.py:444: No matching package to install: 'python3-flake8' > > Ideally these two dependencies should be patched out in both Fedora and > EPEL, per the Python guidelines. > > https://docs.fedoraproject.org/en-US/packaging-guidelines/Python/#_linters guidelines says : "Linters" - In %check, packages SHOULD NOT run "linters" , and in opencv we don't run linters in %check , so we follow the guidelines . but we can disable pylint and python3-flake8 on epel9
https://src.fedoraproject.org/rpms/opencv/pull-request/19 removes coin-or-Clp-devel for RHEL. I tried to unravel Clp and it looks like it needs most/all of coin-* packages and their dependencies Since there is an existing build config for clp, i set it to off for rhel Here my scratch build for rawhide https://koji.fedoraproject.org/koji/taskinfo?taskID=92444748 with this change and other in-progress epel 9 packages, I can do a manual build on RHEL 9 with no other changes to the rawhide spec file.
FEDORA-EPEL-2022-83264100d2 has been submitted as an update to Fedora EPEL 9. https://bodhi.fedoraproject.org/updates/FEDORA-EPEL-2022-83264100d2
FEDORA-EPEL-2022-83264100d2 has been pushed to the Fedora EPEL 9 testing repository. You can provide feedback for this update here: https://bodhi.fedoraproject.org/updates/FEDORA-EPEL-2022-83264100d2 See also https://fedoraproject.org/wiki/QA:Updates_Testing for more information on how to test updates.
FEDORA-EPEL-2022-83264100d2 has been pushed to the Fedora EPEL 9 stable repository. If problem still persists, please make note of it in this bug report.