[gentoo-user] media-gfx/imagemagick-6.7.1.0 emake failed configure: WARNING: unrecognized options: --without-corefonts

2011-08-11 Thread Carlos Sura
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.-


Re: [gentoo-user] media-gfx/imagemagick-6.7.1.0 emake failed configure: WARNING: unrecognized options: --without-corefonts

2011-08-11 Thread Alex Schuster
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



Re: [gentoo-user] media-gfx/imagemagick-6.7.1.0 emake failed configure: WARNING: unrecognized options: --without-corefonts

2011-08-11 Thread Carlos Sura
On 11 August 2011 20:07, Alex Schuster wo...@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.-