* [gentoo-user] media-gfx/imagemagick-6.7.1.0 emake failed configure: WARNING: unrecognized options: --without-corefonts
@ 2011-08-12 1:34 Carlos Sura
2011-08-12 2:07 ` Alex Schuster
0 siblings, 1 reply; 3+ messages in thread
From: Carlos Sura @ 2011-08-12 1:34 UTC (permalink / raw
To: gentoo-user
[-- Attachment #1: Type: text/plain, Size: 1653 bytes --]
Hello,
I'm using Gentoo LVM2, ~AMD64, and I'm trying to install:
media-gfx/imagemagick.
[ebuild N ] media-gfx/imagemagick-6.7.1.0 USE="X bzip2 cxx jpeg openmp
perl png svg zlib -autotrace -corefonts -djvu -fftw -fontconfig -fpx
-graphviz -gs -hdri -jbig -jpeg2k -lcms -lqr -lzma -opencl -openexr -q32
-q64 -q8 -raw -static-libs -tiff -truetype -webp -wmf -xml"
But, I'm getting the following error(s):
make[2]: Leaving directory
`/var/tmp/portage/media-gfx/imagemagick-6.7.1.0/work/ImageMagick-6.7.1-0'
make[1]: *** [install-am] Error 2
make[1]: Leaving directory
`/var/tmp/portage/media-gfx/imagemagick-6.7.1.0/work/ImageMagick-6.7.1-0'
make: *** [install] Error 2
* 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 ebuild environment file is located at
'/var/tmp/portage/media-gfx/imagemagick-6.7.1.0/temp/environment'.
* S:
'/var/tmp/portage/media-gfx/imagemagick-6.7.1.0/work/ImageMagick-6.7.1-0'
* QA Notice: Unrecognized configure options:
*
* configure: WARNING: unrecognized options: --without-corefonts
* configure: WARNING: unrecognized options: --without-corefonts
The full error log, here:http://tinypaste.com/0b1f1c
Huh... I've tried with -corefonts, but nothing happened, same mistake.. Any
help?
By the way, my emerge --info is here: http://tinypaste.com/b9857f
Regards
--
Carlos Sura.-
[-- Attachment #2: Type: text/html, Size: 2355 bytes --]
^ permalink raw reply [flat|nested] 3+ messages in thread
* Re: [gentoo-user] media-gfx/imagemagick-6.7.1.0 emake failed configure: WARNING: unrecognized options: --without-corefonts
2011-08-12 1:34 [gentoo-user] media-gfx/imagemagick-6.7.1.0 emake failed configure: WARNING: unrecognized options: --without-corefonts Carlos Sura
@ 2011-08-12 2:07 ` Alex Schuster
2011-08-12 3:14 ` Carlos Sura
0 siblings, 1 reply; 3+ messages in thread
From: Alex Schuster @ 2011-08-12 2:07 UTC (permalink / raw
To: gentoo-user
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
^ permalink raw reply [flat|nested] 3+ messages in thread
* Re: [gentoo-user] media-gfx/imagemagick-6.7.1.0 emake failed configure: WARNING: unrecognized options: --without-corefonts
2011-08-12 2:07 ` Alex Schuster
@ 2011-08-12 3:14 ` Carlos Sura
0 siblings, 0 replies; 3+ messages in thread
From: Carlos Sura @ 2011-08-12 3:14 UTC (permalink / raw
To: gentoo-user
[-- Attachment #1: Type: text/plain, Size: 1535 bytes --]
On 11 August 2011 20:07, Alex Schuster <wonko@wonkology.org> wrote:
> 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
>
>
Thank you Wonko, that's the answer to my problem, now I have installed
Imagemagick without any problem.
I just did:
echo "=perl-core/ExtUtils-ParseXS-3.20.0" >> /etc/portage/package.mask
emerge -1v perl-core/ExtUtils-ParseXS
--
Carlos Sura.-
[-- Attachment #2: Type: text/html, Size: 3080 bytes --]
^ permalink raw reply [flat|nested] 3+ messages in thread
end of thread, other threads:[~2011-08-12 3:15 UTC | newest]
Thread overview: 3+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2011-08-12 1:34 [gentoo-user] media-gfx/imagemagick-6.7.1.0 emake failed configure: WARNING: unrecognized options: --without-corefonts Carlos Sura
2011-08-12 2:07 ` Alex Schuster
2011-08-12 3:14 ` Carlos Sura
This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox