+++ This bug was initially created as a clone of Bug #2261661 +++ rubygem-mini_magick failed to build from source in Fedora rawhide/f40 https://koji.fedoraproject.org/koji/taskinfo?taskID=112411922 For details on the mass rebuild see: https://fedoraproject.org/wiki/Fedora_40_Mass_Rebuild Please fix rubygem-mini_magick at your earliest convenience and set the bug's status to ASSIGNED when you start fixing it. If the bug remains in NEW state for 8 weeks, rubygem-mini_magick will be orphaned. Before branching of Fedora 41, rubygem-mini_magick will be retired, if it still fails to build. For more details on the FTBFS policy, please visit: https://docs.fedoraproject.org/en-US/fesco/Fails_to_build_from_source_Fails_to_install/ --- Additional comment from Fedora Release Engineering on 2024-01-30 07:11:06 JST --- --- Additional comment from Fedora Release Engineering on 2024-01-30 07:11:11 JST --- file root.log too big, will only attach last 32768 bytes --- Additional comment from Fedora Release Engineering on 2024-01-30 07:11:14 JST ---
``` Failures: 1) With ImageMagick MiniMagick::Image#[] reads exif Failure/Error: expect(subject["EXIF:Flash"]).to eq "0" expected: "0" got: "0, " ``` This test is okay with ImageMagick 7.1.1-15, broken with -26, starting with this commit: https://github.com/ImageMagick/ImageMagick/commit/bca743becfa97355f3905eab6e68ecc8b91300d9 Small reproducer is, when you try `$ convert exif.jpg "json:" | grep exif:Flash`, * with the previous commit https://github.com/ImageMagick/ImageMagick/commit/20fbdeaa82bc6b67ddebe85a46650b3906b77031 output was something like: ``` "exif:Flash": "0", "exif:FlashPixVersion": "0100", ``` * with https://github.com/ImageMagick/ImageMagick/commit/bca743becfa97355f3905eab6e68ecc8b91300d9 ``` "exif:Flash": "0, ", "exif:FlashPixVersion": "0100", ``` You can see extra comma to the output, even with 7.1.1-26. After some additional refactoring and etc, the above issue is fixed with https://github.com/ImageMagick/ImageMagick/commit/c4b3e141a764ff1f638aa5ac19033dc573451978 The above commit is included in -28.
FEDORA-2024-6d8a3f52a5 (ImageMagick-7.1.1.33-1.fc40) has been submitted as an update to Fedora 40. https://bodhi.fedoraproject.org/updates/FEDORA-2024-6d8a3f52a5
FEDORA-2024-93ffff4464 (ImageMagick-7.1.1.33-1.fc39) has been submitted as an update to Fedora 39. https://bodhi.fedoraproject.org/updates/FEDORA-2024-93ffff4464
FEDORA-2024-93ffff4464 has been pushed to the Fedora 39 testing repository. Soon you'll be able to install the update with the following command: `sudo dnf upgrade --enablerepo=updates-testing --refresh --advisory=FEDORA-2024-93ffff4464` You can provide feedback for this update here: https://bodhi.fedoraproject.org/updates/FEDORA-2024-93ffff4464 See also https://fedoraproject.org/wiki/QA:Updates_Testing for more information on how to test updates.
FEDORA-2024-6d8a3f52a5 has been pushed to the Fedora 40 testing repository. Soon you'll be able to install the update with the following command: `sudo dnf upgrade --enablerepo=updates-testing --refresh --advisory=FEDORA-2024-6d8a3f52a5` You can provide feedback for this update here: https://bodhi.fedoraproject.org/updates/FEDORA-2024-6d8a3f52a5 See also https://fedoraproject.org/wiki/QA:Updates_Testing for more information on how to test updates.
FEDORA-2024-6d8a3f52a5 (ImageMagick-7.1.1.33-1.fc40) has been pushed to the Fedora 40 stable repository. If problem still persists, please make note of it in this bug report.
FEDORA-2024-93ffff4464 (ImageMagick-7.1.1.33-1.fc39) has been pushed to the Fedora 39 stable repository. If problem still persists, please make note of it in this bug report.