The error is: magick2vips.c:90:24: fatal error: magick/api.h: No such file or directory
(In reply to Bernd Feige from comment #0) > The error is: > magick2vips.c:90:24: fatal error: magick/api.h: No such file or directory Please provide a complete build.log as well.
I'm seeing the same problem. It's fixed in more recent versions of vips (8.4.*) [1]. A workaround (also better performance) is to tell configure to use GraphicsMagick instead. There is no useflag for this, so the configure option needs to be passed via an environment variable: > with_magickpackage=GraphicsMagick emerge -v1 vips This can be also done via package.env too: /etc/portage/env/vips-gm: with_magickpackage=GraphicsMagick /etc/portage/package.env: media-libs/vips vips-gm [1] https://github.com/jcupitt/libvips/issues/480
Created attachment 474206 [details] build.log
appeared recently at the tinderbox image 20170730-134135_media-libs_vips-7.38.5-r1
Created attachment 487352 [details] emerge-info.txt
Created attachment 487354 [details] emerge-history.txt
Created attachment 487356 [details] environment
Created attachment 487358 [details] etc.portage.tbz2
Created attachment 487360 [details] logs.tbz2
Created attachment 487362 [details] media-libs:vips-7.38.5-r1:20170730-114108.log
Created attachment 487364 [details] temp.tbz2
CCing treecleaners (for this and media-gfx/nip2)
See bug 412447 for a new ebuild that works with latest imagemagick-7
Gone