Hello, Please note that this comment was generated automatically. If you feel that this output has mistakes, please contact me via email (mhroncok). Your package (darktable) Fails To Install in Fedora 37: can't install darktable: - nothing provides libgmic.so.2()(64bit) needed by darktable-3.8.1-1.fc37.x86_64 If you know about this problem and are planning on fixing it, please acknowledge so by setting the bug status to ASSIGNED. If you don't have time to maintain this package, consider orphaning it, so maintainers of dependent packages realize the problem. If you don't react accordingly to the policy for FTBFS/FTI bugs (https://docs.fedoraproject.org/en-US/fesco/Fails_to_build_from_source_Fails_to_install/), your package may be orphaned in 8+ weeks. P.S. The data was generated solely from koji buildroot, so it might be newer than the latest compose or the content on mirrors. To reproduce, use the koji/local repo only, e.g. in mock: $ mock -r fedora-37-x86_64 --disablerepo='*' --enablerepo=local install darktable P.P.S. If this bug has been reported in the middle of upgrading multiple dependent packages, please consider using side tags: https://docs.fedoraproject.org/en-US/fesco/Updates_Policy/#updating-inter-dependent-packages Thanks!
This also happens in Fedora 36 final, the reason is that there is also a new version of gmic, v3.1.0 and there is no Requires: entry for gmic in the darktable.spec file, so this: ldd /usr/lib64/darktable/plugins/liblut3d.so | grep gmic libgmic.so.2 => /lib64/libgmic.so.2 (0x00007f7706c8c000) is not dealt with by dnf. There is a BuildRequires: gmic-devel darktable-3.8.1 needs package rebuilds due to this gmic soname bump.
can you please show me the output of # dnf info gmic on F36?
$ dnf --releasever 36 --repo=fedora --repo=updates info gmic Last metadata expiration check: 0:00:55 ago on Fri 13 May 2022 11:45:51 AM CEST. Available Packages Name : gmic Version : 2.9.9 Release : 2.fc36 Architecture : i686 Size : 14 M Source : gmic-2.9.9-2.fc36.src.rpm Repository : fedora Summary : GREYC's Magic for Image Computing URL : http://gmic.eu/ License : (CeCILL or CeCILL-C) and GPLv3+ Description : G'MIC is an open and full-featured framework for image processing, providing : several different user interfaces to convert/manipulate/filter/visualize : generic image datasets, from 1d scalar signals to 3d+t sequences of : multi-spectral volumetric images. Name : gmic Version : 2.9.9 Release : 2.fc36 Architecture : x86_64 Size : 14 M Source : gmic-2.9.9-2.fc36.src.rpm Repository : fedora Summary : GREYC's Magic for Image Computing URL : http://gmic.eu/ License : (CeCILL or CeCILL-C) and GPLv3+ Description : G'MIC is an open and full-featured framework for image processing, providing : several different user interfaces to convert/manipulate/filter/visualize : generic image datasets, from 1d scalar signals to 3d+t sequences of : multi-spectral volumetric images.
Package rebuilt for F37. Concerning F36, the gmic major update has been aborted[1] by FESCO and Fedora Packaging Committee member Fabio Valentini, so problem solved [1]: major updates on stable Fedora versions are forbidden
Well Fabio Valentini's explanation was a bit different, but the meaning is similar https://bodhi.fedoraproject.org/updates/FEDORA-2022-ec3ce5fb9a#comment-2526728
Given how new Fedora 36 is, perhaps this will happen if the gmic maintainer thinks it is urgent enough?