Gentoo Archives: gentoo-user

From: Carlos Sura <carlos.sura1@××××××××××.com>
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 03:15:32
Message-Id: CAB6schgyR4WWBNSgcFOrj8w5rcgPJaiuAy4TOd=0Fx6h8fM+6A@mail.gmail.com
In Reply to: Re: [gentoo-user] media-gfx/imagemagick-6.7.1.0 emake failed configure: WARNING: unrecognized options: --without-corefonts by Alex Schuster
1 On 11 August 2011 20:07, Alex Schuster <wonko@×××××××××.org> wrote:
2
3 > Carlos Sura writes:
4 >
5 > > I'm using Gentoo LVM2, ~AMD64, and I'm trying to install:
6 > > media-gfx/imagemagick.
7 > [...]
8 > > * ERROR: media-gfx/imagemagick-6.7.1.0 failed (install phase):
9 > > * emake failed
10 > > *
11 > > * If you need support, post the output of 'emerge --info
12 > > =media-gfx/imagemagick-6.7.1.0',
13 > > * the complete build log and the output of 'emerge -pqv
14 > > =media-gfx/imagemagick-6.7.1.0'.
15 > > * The complete build log is located at
16 > > '/var/tmp/portage/media-gfx/imagemagick-6.7.1.0/temp/build.log'.
17 >
18 >
19 > The solution to such problems is: Scan the build log for the first
20 > occurrence of 'Error'. It happens early, due to parallel makes (you have
21 > MAKEOPTS=-j3) you do not see it at the bottom.
22 >
23 > /usr/bin/install -c -m 644 ./www/api/decorate.html /var/tmp/portage/media-
24 > gfx/imagemagick-6.7.1.0/image//usr/share/doc/imagemagick-6.7.1.0//www/api
25 > Could not find a typemap for C type 'Image::Magick' in Magick.xs, line
26 > 2404
27 >
28 > Then just google for "Could not find a typemap for C type 'Image::Magick'
29 > in
30 > Magick.xs, line 2404". In this case, it will find this forum thread that
31 > has
32 > a solution:
33 > http://forums.gentoo.org/viewtopic-p-6780342.html
34 >
35 > Wonko
36 >
37 >
38
39 Thank you Wonko, that's the answer to my problem, now I have installed
40 Imagemagick without any problem.
41
42 I just did:
43
44 echo "=perl-core/ExtUtils-ParseXS-3.20.0" >> /etc/portage/package.mask
45 emerge -1v perl-core/ExtUtils-ParseXS
46
47
48
49
50 --
51 Carlos Sura.-