Hi all,

Quoting Jeroen Ooms (2021-09-29 20:54:17)
> The relevant part of the build log is actually:
> 
> > Package Magick++ was not found in the pkg-config search path.
> > Perhaps you should add the directory containing `Magick++.pc'
> > to the PKG_CONFIG_PATH environment variable
> > No package 'Magick++' found
> > Warning: found GraphicsMagick++ instead of ImageMagick++. GraphicsMagick is 
> > not supported.
> 
> You need to build the R package against imagemagick, not graphicsmagick!

ah nice catch! Thank you!

So the problem is, that graphicsmagick is installed because
graphicsmagick-libmagick-dev-compat provides libmagick++-dev and thus satisfies
the build dependencies of r-cran-magick. Since r-cran-magick must not be built
with graphicsmagick, the package should probably add something like:

Build-Conflicts: graphicsmagick-libmagick-dev-compat, libgraphicsmagick1-dev

Thanks!

cheers, josch

Attachment: signature.asc
Description: signature

Reply via email to