Gentoo Websites Logo
Go to: Gentoo Home Documentation Forums Lists Bugs Planet Store Wiki Get Gentoo!
Bug 926624 - dev-ruby/rmagick-5.3.0 fails tests: Magick::ImageMagickError: delegate library support not built-in (XML)
Summary: dev-ruby/rmagick-5.3.0 fails tests: Magick::ImageMagickError: delegate librar...
Status: CONFIRMED
Alias: None
Product: Gentoo Linux
Classification: Unclassified
Component: Current packages (show other bugs)
Hardware: All Linux
: Normal normal (vote)
Assignee: Gentoo Ruby Team
URL:
Whiteboard:
Keywords:
Depends on:
Blocks: 923974
  Show dependency tree
 
Reported: 2024-03-10 04:17 UTC by matoro
Modified: 2024-03-10 04:18 UTC (History)
1 user (show)

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


Attachments
build.log and emerge --info (file_926624.txt,19.87 KB, text/plain)
2024-03-10 04:18 UTC, matoro
Details

Note You need to log in before you can comment on or make changes to this bug.
Description matoro archtester 2024-03-10 04:17:49 UTC
Pretty sure this needs [xml] added to imagemagick dep.  Sample from amd64

Failures:

  1) Magick::Image#color_profile works
     Failure/Error: profile = described_class.read(IMAGE_WITH_PROFILE).first.color_profile
     
     Magick::ImageMagickError:
       delegate library support not built-in `/var/tmp/portage/dev-ruby/rmagick-5.3.0/work/ruby31/rmagick-RMagick_5-3-0/doc/ex/images/image_with_profile.jpg' (XML) @ error/profile.c/ValidateXMPProfile/1943
     # ./spec/rmagick/image/color_profile_spec.rb:4:in `read'
     # ./spec/rmagick/image/color_profile_spec.rb:4:in `block (2 levels) in <top (required)>'

  2) Magick::Image#profile! works
     Failure/Error: profile = described_class.read(IMAGE_WITH_PROFILE).first.color_profile
     
     Magick::ImageMagickError:
       delegate library support not built-in `/var/tmp/portage/dev-ruby/rmagick-5.3.0/work/ruby31/rmagick-RMagick_5-3-0/doc/ex/images/image_with_profile.jpg' (XML) @ error/profile.c/ValidateXMPProfile/1943
     # ./spec/rmagick/image/profile_bang_spec.rb:4:in `read'
     # ./spec/rmagick/image/profile_bang_spec.rb:4:in `block (2 levels) in <top (required)>'

  3) Magick::Image#profile! delete exif when nil given as profile
     Failure/Error: image = described_class.read(IMAGE_WITH_PROFILE).first
     
     Magick::ImageMagickError:
       delegate library support not built-in `/var/tmp/portage/dev-ruby/rmagick-5.3.0/work/ruby31/rmagick-RMagick_5-3-0/doc/ex/images/image_with_profile.jpg' (XML) @ error/profile.c/ValidateXMPProfile/1943
     # ./spec/rmagick/image/profile_bang_spec.rb:22:in `read'
     # ./spec/rmagick/image/profile_bang_spec.rb:22:in `block (2 levels) in <top (required)>'

Finished in 16.53 seconds (files took 0.32578 seconds to load)
738 examples, 3 failures, 1 pending

Reproducible: Always
Comment 1 matoro archtester 2024-03-10 04:18:14 UTC
Created attachment 887201 [details]
build.log and emerge --info