Gentoo Archives: gentoo-user

From: Alex Schuster <wonko@×××××××××.org>
To: gentoo-user@l.g.o
Subject: Re: [gentoo-user] media-gfx/imagemagick-6.7.1.0 emake failed configure: WARNING: unrecognized options: --without-corefonts
Date: Fri, 12 Aug 2011 02:09:07
Message-Id: 1358670.J4jtMDRIgk@weird
In Reply to: [gentoo-user] media-gfx/imagemagick-6.7.1.0 emake failed configure: WARNING: unrecognized options: --without-corefonts by Carlos Sura
1 Carlos Sura writes:
2
3 > I'm using Gentoo LVM2, ~AMD64, and I'm trying to install:
4 > media-gfx/imagemagick.
5 [...]
6 > * ERROR: media-gfx/imagemagick-6.7.1.0 failed (install phase):
7 > * emake failed
8 > *
9 > * If you need support, post the output of 'emerge --info
10 > =media-gfx/imagemagick-6.7.1.0',
11 > * the complete build log and the output of 'emerge -pqv
12 > =media-gfx/imagemagick-6.7.1.0'.
13 > * The complete build log is located at
14 > '/var/tmp/portage/media-gfx/imagemagick-6.7.1.0/temp/build.log'.
15
16
17 The solution to such problems is: Scan the build log for the first
18 occurrence of 'Error'. It happens early, due to parallel makes (you have
19 MAKEOPTS=-j3) you do not see it at the bottom.
20
21 /usr/bin/install -c -m 644 ./www/api/decorate.html /var/tmp/portage/media-
22 gfx/imagemagick-6.7.1.0/image//usr/share/doc/imagemagick-6.7.1.0//www/api
23 Could not find a typemap for C type 'Image::Magick' in Magick.xs, line
24 2404
25
26 Then just google for "Could not find a typemap for C type 'Image::Magick' in
27 Magick.xs, line 2404". In this case, it will find this forum thread that has
28 a solution:
29 http://forums.gentoo.org/viewtopic-p-6780342.html
30
31 Wonko

Replies