Carlos Sura writes:

> I'm using Gentoo  LVM2, ~AMD64, and I'm trying to install:
> media-gfx/imagemagick.
[...]
>  * ERROR: media-gfx/imagemagick-6.7.1.0 failed (install phase):
>  *   emake failed
>  *
>  * If you need support, post the output of 'emerge --info
> =media-gfx/imagemagick-6.7.1.0',
>  * the complete build log and the output of 'emerge -pqv
> =media-gfx/imagemagick-6.7.1.0'.
>  * The complete build log is located at
> '/var/tmp/portage/media-gfx/imagemagick-6.7.1.0/temp/build.log'.


The solution to such problems is: Scan the build log for the first 
occurrence of 'Error'. It happens early, due to parallel makes (you have 
MAKEOPTS=-j3) you do not see it at the bottom.

  /usr/bin/install -c -m 644 ./www/api/decorate.html /var/tmp/portage/media-
  gfx/imagemagick-6.7.1.0/image//usr/share/doc/imagemagick-6.7.1.0//www/api
  Could not find a typemap for C type 'Image::Magick' in Magick.xs, line
  2404

Then just google for "Could not find a typemap for C type 'Image::Magick' in 
Magick.xs, line 2404". In this case, it will find this forum thread that has 
a solution:
http://forums.gentoo.org/viewtopic-p-6780342.html

        Wonko

Reply via email to