Bug 2082928 - F37FailsToInstall: darktable
Summary: F37FailsToInstall: darktable
Keywords:
Status: CLOSED ERRATA
Alias: None
Product: Fedora
Classification: Fedora
Component: darktable
Version: rawhide
Hardware: Unspecified
OS: Unspecified
unspecified
unspecified
Target Milestone: ---
Assignee: Germano Massullo (Thetra)
QA Contact: Fedora Extras Quality Assurance
URL:
Whiteboard:
Depends On:
Blocks: F37FailsToInstall
TreeView+ depends on / blocked
 
Reported: 2022-05-08 16:03 UTC by Miro Hrončok
Modified: 2022-05-14 17:48 UTC (History)
7 users (show)

Fixed In Version:
Clone Of:
Environment:
Last Closed: 2022-05-13 10:47:29 UTC
Type: ---
Embargoed:


Attachments (Terms of Use)

Description Miro Hrončok 2022-05-08 16:03:57 UTC
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!

Comment 1 Brian Morrison 2022-05-12 19:07:28 UTC
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.

Comment 2 Germano Massullo (Thetra) 2022-05-13 09:35:55 UTC
can you please show me the output of 
# dnf info gmic
on F36?

Comment 3 Miro Hrončok 2022-05-13 09:47:01 UTC
$ 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.

Comment 4 Germano Massullo (Thetra) 2022-05-13 10:47:29 UTC
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

Comment 5 Germano Massullo (Thetra) 2022-05-13 10:51:17 UTC
Well Fabio Valentini's explanation was a bit different, but the meaning is similar
https://bodhi.fedoraproject.org/updates/FEDORA-2022-ec3ce5fb9a#comment-2526728

Comment 6 Brian Morrison 2022-05-14 17:48:20 UTC
Given how new Fedora 36 is, perhaps this will happen if the gmic maintainer thinks it is urgent enough?


Note You need to log in before you can comment on or make changes to this bug.