From mboxrd@z Thu Jan 1 00:00:00 1970 Received: from pigeon.gentoo.org ([208.92.234.80] helo=lists.gentoo.org) by finch.gentoo.org with esmtp (Exim 4.60) (envelope-from ) id 1QrhBL-0007j6-7e for garchives@archives.gentoo.org; Fri, 12 Aug 2011 02:09:07 +0000 Received: from pigeon.gentoo.org (localhost [127.0.0.1]) by pigeon.gentoo.org (Postfix) with SMTP id B0E5921C190; Fri, 12 Aug 2011 02:08:52 +0000 (UTC) Received: from mx.virtyou.com (mx.virtyou.com [94.23.166.77]) by pigeon.gentoo.org (Postfix) with ESMTP id 71FC421C190 for ; Fri, 12 Aug 2011 02:07:14 +0000 (UTC) Received: from weird.localnet (xdsl-87-79-192-56.netcologne.de [87.79.192.56]) (using TLSv1 with cipher ECDHE-RSA-AES256-SHA (256/256 bits)) (Client did not present a certificate) by mx.virtyou.com (Postfix) with ESMTPSA id 6F0E739A00B for ; Fri, 12 Aug 2011 04:07:13 +0200 (CEST) From: Alex Schuster To: gentoo-user@lists.gentoo.org Subject: Re: [gentoo-user] media-gfx/imagemagick-6.7.1.0 emake failed configure: WARNING: unrecognized options: --without-corefonts Date: Fri, 12 Aug 2011 04:07:12 +0200 Message-ID: <1358670.J4jtMDRIgk@weird> Organization: Wonkology User-Agent: KMail/4.7.0 (Linux/2.6.38-pf8; KDE/4.7.0; x86_64; ; ) In-Reply-To: References: Precedence: bulk List-Post: List-Help: List-Unsubscribe: List-Subscribe: List-Id: Gentoo Linux mail X-BeenThere: gentoo-user@lists.gentoo.org Reply-to: gentoo-user@lists.gentoo.org MIME-Version: 1.0 Content-Transfer-Encoding: 7Bit Content-Type: text/plain; charset="us-ascii" X-Archives-Salt: X-Archives-Hash: f0c808acb49299658b8bccdbc060f157 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