https://blogs.gentoo.org/ago/2020/07/04/gentoo-tinderbox/ Issue: dev-ruby/rmagick-4.2.6 fails tests. Discovered on: amd64 (internal ref: ci)
Created attachment 791648 [details] build.log build log and emerge --info
Error(s) that match a know pattern: Failure/Error: draw.draw(canvas) Magick::ImageMagickError:
I can reproduce this with imagemagick 7.1.0.20 (but not with 7.1.0.13). Upstream is currently testing with 7.1.0.41 and with that version I also see no test failure, so this appears to be a regression in 7.1.0.20. I'm reassigning this to the imagemagick maintainers.
The bug has been referenced in the following commit(s): https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=708a031f75d3010bfc6c718a7abf58561f90703a commit 708a031f75d3010bfc6c718a7abf58561f90703a Author: Sam James <sam@gentoo.org> AuthorDate: 2022-07-16 17:08:18 +0000 Commit: Sam James <sam@gentoo.org> CommitDate: 2022-07-16 17:11:55 +0000 media-gfx/imagemagick: add 7.1.0.37 Bug: https://bugs.gentoo.org/858305 Signed-off-by: Sam James <sam@gentoo.org> media-gfx/imagemagick/Manifest | 1 + media-gfx/imagemagick/imagemagick-7.1.0.37.ebuild | 278 ++++++++++++++++++++++ media-gfx/imagemagick/imagemagick-9999.ebuild | 36 +-- 3 files changed, 297 insertions(+), 18 deletions(-)
Can you retest with 7.1.0.37?
The bug has been referenced in the following commit(s): https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=aa55a43d416888edc223100fbca021da4d4cc1d0 commit aa55a43d416888edc223100fbca021da4d4cc1d0 Author: Sam James <sam@gentoo.org> AuthorDate: 2022-07-16 21:04:57 +0000 Commit: Sam James <sam@gentoo.org> CommitDate: 2022-07-16 22:44:05 +0000 media-gfx/imagemagick: add 7.1.0.43 Added -37 earlier but apparently some mirrors are behind? So onto -43. Bug: https://bugs.gentoo.org/858305 Signed-off-by: Sam James <sam@gentoo.org> media-gfx/imagemagick/Manifest | 1 + media-gfx/imagemagick/imagemagick-7.1.0.43.ebuild | 278 ++++++++++++++++++++++ media-gfx/imagemagick/imagemagick-9999.ebuild | 2 +- 3 files changed, 280 insertions(+), 1 deletion(-)
Imagemagick 7.1.0.37 and 7.1.0.43 are both fine. Probably best to remove 7.1.0.20 to keep it from going stable?
The bug has been closed via the following commit(s): https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=e39c06bc8059597d15893ff47897fedb09569ee4 commit e39c06bc8059597d15893ff47897fedb09569ee4 Author: Sam James <sam@gentoo.org> AuthorDate: 2022-07-17 17:35:38 +0000 Commit: Sam James <sam@gentoo.org> CommitDate: 2022-07-17 18:03:54 +0000 media-gfx/imagemagick: drop broken versions (6.9.12.35-r1, 7.1.0.20-r1) Caused test failures in dev-ruby/rmagick. Closes: https://bugs.gentoo.org/858305 Signed-off-by: Sam James <sam@gentoo.org> media-gfx/imagemagick/Manifest | 2 - .../imagemagick/imagemagick-6.9.12.35-r1.ebuild | 271 -------------------- .../imagemagick/imagemagick-7.1.0.20-r1.ebuild | 278 --------------------- 3 files changed, 551 deletions(-)
(In reply to Hans de Graaff from comment #7) > Imagemagick 7.1.0.37 and 7.1.0.43 are both fine. Probably best to remove > 7.1.0.20 to keep it from going stable? Done & thanks!