Gentoo Websites Logo
Go to: Gentoo Home Documentation Forums Lists Bugs Planet Store Wiki Get Gentoo!
Bug 858305 - media-gfx/imagemagick: causes test failures in dev-ruby/rmagick-4.2.6
Summary: media-gfx/imagemagick: causes test failures in dev-ruby/rmagick-4.2.6
Status: RESOLVED FIXED
Alias: None
Product: Gentoo Linux
Classification: Unclassified
Component: Current packages (show other bugs)
Hardware: All Linux
: Normal normal (vote)
Assignee: Codec Project
URL:
Whiteboard:
Keywords: TESTFAILURE
Depends on:
Blocks:
 
Reported: 2022-07-16 07:40 UTC by Agostino Sarubbo
Modified: 2022-07-17 18:04 UTC (History)
3 users (show)

See Also:
Package list:
Runtime testing required: ---


Attachments
build.log (build.log,69.04 KB, text/plain)
2022-07-16 07:40 UTC, Agostino Sarubbo
Details

Note You need to log in before you can comment on or make changes to this bug.
Description Agostino Sarubbo gentoo-dev 2022-07-16 07:40:00 UTC
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)
Comment 1 Agostino Sarubbo gentoo-dev 2022-07-16 07:40:02 UTC
Created attachment 791648 [details]
build.log

build log and emerge --info
Comment 2 Agostino Sarubbo gentoo-dev 2022-07-16 07:40:03 UTC
Error(s) that match a know pattern:


     Failure/Error: draw.draw(canvas)
     Magick::ImageMagickError:
Comment 3 Hans de Graaff gentoo-dev Security 2022-07-16 16:23:16 UTC
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.
Comment 4 Larry the Git Cow gentoo-dev 2022-07-16 17:12:07 UTC
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(-)
Comment 5 Sam James archtester Gentoo Infrastructure gentoo-dev Security 2022-07-16 17:14:57 UTC
Can you retest with 7.1.0.37?
Comment 6 Larry the Git Cow gentoo-dev 2022-07-16 22:44:17 UTC
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(-)
Comment 7 Hans de Graaff gentoo-dev Security 2022-07-17 07:09:20 UTC
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?
Comment 8 Larry the Git Cow gentoo-dev 2022-07-17 18:04:02 UTC
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(-)
Comment 9 Sam James archtester Gentoo Infrastructure gentoo-dev Security 2022-07-17 18:04:24 UTC
(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!