Bug 1208347 - mutliarch conflicts in ImageMagick-devel
Summary: mutliarch conflicts in ImageMagick-devel
Keywords:
Status: CLOSED ERRATA
Alias: None
Product: Fedora
Classification: Fedora
Component: ImageMagick
Version: 22
Hardware: x86_64
OS: Linux
unspecified
medium
Target Milestone: ---
Assignee: Pavel Alexeev
QA Contact: Fedora Extras Quality Assurance
URL:
Whiteboard:
Depends On:
Blocks:
TreeView+ depends on / blocked
 
Reported: 2015-04-02 03:40 UTC by Orion Poplawski
Modified: 2015-12-08 19:52 UTC (History)
4 users (show)

Fixed In Version: ImageMagick-6.9.2.7-1.fc23
Doc Type: Bug Fix
Doc Text:
Clone Of:
Environment:
Last Closed: 2015-12-08 19:52:04 UTC
Type: Bug
Embargoed:


Attachments (Terms of Use)

Description Orion Poplawski 2015-04-02 03:40:57 UTC
Description of problem:
Transaction check error:
  file /usr/bin/MagickWand-config from install of ImageMagick-devel-6.8.8.10-5.fc21.i686 conflicts with file from package ImageMagick-devel-6.8.8.10-5.fc21.x86_64
  file /usr/include/ImageMagick-6/magick/magick-baseconfig.h from install of ImageMagick-devel-6.8.8.10-5.fc21.i686 conflicts with file from package ImageMagick-devel-6.8.8.10-5.fc21.x86_64
  file /usr/include/ImageMagick-6/magick/version.h from install of ImageMagick-devel-6.8.8.10-5.fc21.i686 conflicts with file from package ImageMagick-devel-6.8.8.10-5.fc21.x86_64

Comment 1 Pavel Alexeev 2015-10-04 21:00:36 UTC
Thank you very much for the bugreport.

Comment 2 Pavel Alexeev 2015-10-04 21:14:21 UTC
How do you think we may resolve it?
If said for /usr/include/ImageMagick-6/magick/magick-baseconfig.h (and similar for /usr/include/ImageMagick-6/magick/version.h) I could patch ImageMagick to place files like /usr/include/ImageMagick-6/magick/magick-baseconfig-<arch>.h and then include appropriate where it was used before...

But /usr/bin/MagickWand-config seems correct binary name. I personally do not think it is good to make there to copies and then patch all who relies on that path.
What you think? Do we have any guidelines for that? I've found so far only that draft: https://fedoraproject.org/wiki/PackagingDrafts/MultilibTricks

Comment 3 Orion Poplawski 2015-10-04 23:43:23 UTC
For MagickWand-config, just patch out seting PKG_CONFIG_PATH=.  It's unneeded and likely the source of the conflict.

Comment 4 Fedora End Of Life 2015-11-04 15:21:58 UTC
This message is a reminder that Fedora 21 is nearing its end of life.
Approximately 4 (four) weeks from now Fedora will stop maintaining
and issuing updates for Fedora 21. It is Fedora's policy to close all
bug reports from releases that are no longer maintained. At that time
this bug will be closed as EOL if it remains open with a Fedora  'version'
of '21'.

Package Maintainer: If you wish for this bug to remain open because you
plan to fix it in a currently maintained version, simply change the 'version' 
to a later Fedora version.

Thank you for reporting this issue and we are sorry that we were not 
able to fix it before Fedora 21 is end of life. If you would still like 
to see this bug fixed and are able to reproduce it against a later version 
of Fedora, you are encouraged  change the 'version' to a later Fedora 
version prior this bug is closed as described in the policy above.

Although we aim to fix as many bugs as possible during every release's 
lifetime, sometimes those efforts are overtaken by events. Often a 
more recent Fedora release includes newer upstream software that fixes 
bugs or makes them obsolete.

Comment 5 Orion Poplawski 2015-11-04 16:43:05 UTC
Error: Transaction check error:
  file /usr/bin/MagickWand-config conflicts between attempted installs of ImageMagick-devel-6.8.8.10-9.fc22.i686 and ImageMagick-devel-6.8.8.10-9.fc22.x86_64
  file /usr/include/ImageMagick-6/magick/magick-baseconfig.h conflicts between attempted installs of ImageMagick-devel-6.8.8.10-9.fc22.i686 and ImageMagick-devel-6.8.8.10-9.fc22.x86_64
  file /usr/include/ImageMagick-6/magick/version.h conflicts between attempted installs of ImageMagick-devel-6.8.8.10-9.fc22.i686 and ImageMagick-devel-6.8.8.10-9.fc22.x86_64

Comment 6 Pavel Alexeev 2015-12-04 19:42:50 UTC
PKG_CONFIG_PATH=/usr/lib64/pkgconfig:/usr/share/pkgconfig there. Why you think it is not correct? And could you please be nore verbose, what result are you expect? What should happen with aforementioned binary?

Comment 7 Orion Poplawski 2015-12-04 20:03:34 UTC
It's not needed (that's the default search path for pkg-config) and it causes the conflict because it will be set to PKG_CONFIG_PATH=/usr/lib/pkgconfig:/usr/share/pkgconfig on 32-bit.  The files must be identical to not cause the conflict.

Comment 8 Pavel Alexeev 2015-12-05 15:35:38 UTC
But /usr/bin/Magick-config files already identical in both packages.

Comment 9 Orion Poplawski 2015-12-05 17:06:49 UTC
It's /usr/bin/MagickWand-config that's the problem.

Comment 10 Fedora Update System 2015-12-06 21:06:27 UTC
ImageMagick-6.9.2.7-1.fc23 has been submitted as an update to Fedora 23. https://bodhi.fedoraproject.org/updates/FEDORA-2015-7faffa80f1

Comment 11 Fedora Update System 2015-12-07 05:30:22 UTC
ImageMagick-6.9.2.7-1.fc22 has been submitted as an update to Fedora 22. https://bodhi.fedoraproject.org/updates/FEDORA-2015-3a5cebb105

Comment 12 Orion Poplawski 2015-12-07 15:26:27 UTC
Conflicts appear to be fixed.  Thanks.

Comment 13 Fedora Update System 2015-12-07 23:22:08 UTC
ImageMagick-6.9.2.7-1.fc22 has been pushed to the Fedora 22 testing repository. If problems still persist, please make note of it in this bug report.
If you want to test the update, you can install it with
$ su -c 'dnf --enablerepo=updates-testing update ImageMagick'
You can provide feedback for this update here: https://bodhi.fedoraproject.org/updates/FEDORA-2015-3a5cebb105

Comment 14 Fedora Update System 2015-12-08 04:32:57 UTC
ImageMagick-6.9.2.7-1.fc23 has been pushed to the Fedora 23 testing repository. If problems still persist, please make note of it in this bug report.
If you want to test the update, you can install it with
$ su -c 'dnf --enablerepo=updates-testing update ImageMagick'
You can provide feedback for this update here: https://bodhi.fedoraproject.org/updates/FEDORA-2015-7faffa80f1

Comment 15 Fedora Update System 2015-12-08 19:51:36 UTC
ImageMagick-6.9.2.7-1.fc23 has been pushed to the Fedora 23 stable repository. If problems still persist, please make note of it in this bug report.


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