Bug 31277

Summary: gwenview install error: wrong version for dependency qtimageformats, was 5, is now 6
Product: Mageia Reporter: William Kenney <wilcal.int>
Component: Release (media or process)Assignee: Nicolas Lécureuil <mageia>
Status: RESOLVED FIXED QA Contact:
Severity: normal    
Priority: Normal CC: geiger.david68210, sysadmin-bugs
Version: Cauldron   
Target Milestone: ---   
Hardware: All   
OS: Linux   
See Also: https://bugs.mageia.org/show_bug.cgi?id=31279
Whiteboard:
Source RPM: gwenview-22.11.90-3.mga9.src.rpm CVE:
Status comment:

Description William Kenney 2022-12-14 02:58:36 CET
Description of problem:

[root@localhost wilcal]# urpmi --auto gwenview
A requested package cannot be installed:
qtimageformats5-5.15.6-1.mga9.x86_64 (due to unsatisfied libtiff.so.5()(64bit))
While some packages may have been installed, there were failures.
A requested package cannot be installed:
qtimageformats5-5.15.6-1.mga9.x86_64 (due to unsatisfied libtiff.so.5()(64bit))
Comment 1 Lewis Smith 2022-12-14 14:50:55 CET
$ urpmq --requires gwenview | grep tiff
libtiff.so.6()(64bit)
libtiff.so.6(LIBTIFF_4.0)(64bit)
$ urpmq --requires-recursive gwenview | grep tiff
lib64tiff6
$ urpmq --whatrequires lib64tiff6 | grep gwenview
gwenview

A problem of library versions.
Gwenview itself, here, wants libtiff6 (above). Which knows it is required by gwenview.

It looks like qtimageformats5 is the culprit:
$ urpmq --requires qtimageformats5 | grep tiff
libtiff.so.5()(64bit)
libtiff.so.5(LIBTIFF_4.0)(64bit)
Apparently lib64tiff5 no longer exists, superseded.
Nor does qtimageformats5; now qtimageformats6. Do not know why 5 showed sometimes with urpmq, but not always. I have both libtiff versions, but only 
qtimageformats5-5.15.6-1.mga9

$ urpmq --requires gwenview | grep qtimageformats
qtimageformats5

Valid for you, Nicolas.

Source RPM: (none) => gwenview-22.11.90-3.mga9.src.rpm
Assignee: bugsquad => mageia
Summary: gwenview install error => gwenview install error: wrong version for dependency qtimageformats, was 5, is now 6

Lewis Smith 2022-12-14 15:01:33 CET

See Also: (none) => https://bugs.mageia.org/show_bug.cgi?id=31279

Comment 2 David GEIGER 2022-12-20 16:35:33 CET
Fixed in latest kde stack update.

CC: (none) => geiger.david68210
Resolution: (none) => FIXED
Status: NEW => RESOLVED