Gentoo Websites Logo
Go to: Gentoo Home Documentation Forums Lists Bugs Planet Store Wiki Get Gentoo!

Bug 733626

Summary: media-libs/gegl calls commands that do not exist
Product: Gentoo Linux Reporter: Agostino Sarubbo <ago>
Component: Current packagesAssignee: Sergey Torokhov <torokhov-s-a>
Status: RESOLVED DUPLICATE    
Severity: normal CC: proxy-maint, sam
Priority: Normal    
Version: unspecified   
Hardware: All   
OS: Linux   
Whiteboard:
Package list:
Runtime testing required: ---
Attachments: build.log
other.tar.bz2

Description Agostino Sarubbo gentoo-dev 2020-07-23 07:09:47 UTC
https://blogs.gentoo.org/ago/2020/07/04/gentoo-tinderbox/

Issue: media-libs/gegl calls commands that do not exist.
Discovered on: amd64 (internal ref: ci)
Comment 1 Agostino Sarubbo gentoo-dev 2020-07-23 07:09:52 UTC
Created attachment 650258 [details]
build.log

build log and emerge --info
Comment 2 Agostino Sarubbo gentoo-dev 2020-07-23 07:09:55 UTC
Created attachment 650260 [details]
other.tar.bz2

other logs
Comment 3 Sergey Torokhov 2020-07-23 15:08:47 UTC
> media-libs/gegl calls commands that do not exist

Is it, e.g., `falling back to "gegl:magick-load"
sh: convert: command not found` during test phase (and only test phase)?
Comment 4 Sam James archtester Gentoo Infrastructure gentoo-dev Security 2020-07-23 16:34:19 UTC
(In reply to Sergey Torokhov from comment #3)
> > media-libs/gegl calls commands that do not exist
> 
> Is it, e.g., `falling back to "gegl:magick-load"
> sh: convert: command not found` during test phase (and only test phase)?

Looks like it. `convert` is provided by virtual/imagemagick-tools, but it's interesting that it can't find a png handler:
"(gegl:494): GEGL-gegl-extension-handler.c-[1;33mWARNING[0m **: [34m08:06:37.414[0m: No loader for extension ".png", falling back to "gegl:magick-load"
Comment 5 Sergey Torokhov 2020-07-23 18:40:23 UTC
(In reply to Sam James from comment #4)
> (In reply to Sergey Torokhov from comment #3)
> > > media-libs/gegl calls commands that do not exist
> > 
> > Is it, e.g., `falling back to "gegl:magick-load"
> > sh: convert: command not found` during test phase (and only test phase)?
> 
> Looks like it. `convert` is provided by virtual/imagemagick-tools, but it's
> interesting that it can't find a png handler:
> "(gegl:494): GEGL-gegl-extension-handler.c-[1;33mWARNING[0m **:
> [34m08:06:37.414[0m: No loader for extension ".png", falling back to
> "gegl:magick-load"

Looks like duplicate of https://bugs.gentoo.org/647460

I leave it open as separate issue until investigate both of them more thoroughly.
Comment 6 Sergey Torokhov 2020-09-02 21:41:36 UTC

*** This bug has been marked as a duplicate of bug 647460 ***