From mboxrd@z Thu Jan 1 00:00:00 1970 Path: news.gmane.org!not-for-mail From: Katsumi Yamaoka Newsgroups: gmane.emacs.devel Subject: Re: [Emacs-diffs] /srv/bzr/emacs/trunk r101135: merge the imagemagick branch to trunk Date: Fri, 20 Aug 2010 11:05:47 +0900 Organization: Emacsen advocacy group Message-ID: References: NNTP-Posting-Host: lo.gmane.org Mime-Version: 1.0 Content-Type: text/plain; charset=us-ascii X-Trace: dough.gmane.org 1282269971 6484 80.91.229.12 (20 Aug 2010 02:06:11 GMT) X-Complaints-To: usenet@dough.gmane.org NNTP-Posting-Date: Fri, 20 Aug 2010 02:06:11 +0000 (UTC) To: emacs-devel@gnu.org Original-X-From: emacs-devel-bounces+ged-emacs-devel=m.gmane.org@gnu.org Fri Aug 20 04:06:10 2010 Return-path: Envelope-to: ged-emacs-devel@m.gmane.org Original-Received: from lists.gnu.org ([199.232.76.165]) by lo.gmane.org with esmtp (Exim 4.69) (envelope-from ) id 1OmGzi-0002Xo-HR for ged-emacs-devel@m.gmane.org; Fri, 20 Aug 2010 04:06:10 +0200 Original-Received: from localhost ([127.0.0.1]:55239 helo=lists.gnu.org) by lists.gnu.org with esmtp (Exim 4.43) id 1OmGzh-0000j1-If for ged-emacs-devel@m.gmane.org; Thu, 19 Aug 2010 22:06:09 -0400 Original-Received: from [140.186.70.92] (port=45492 helo=eggs.gnu.org) by lists.gnu.org with esmtp (Exim 4.43) id 1OmGza-0000iu-QP for emacs-devel@gnu.org; Thu, 19 Aug 2010 22:06:03 -0400 Original-Received: from Debian-exim by eggs.gnu.org with spam-scanned (Exim 4.69) (envelope-from ) id 1OmGzZ-0004le-Je for emacs-devel@gnu.org; Thu, 19 Aug 2010 22:06:02 -0400 Original-Received: from orlando.hostforweb.net ([216.246.45.90]:51310) by eggs.gnu.org with esmtp (Exim 4.69) (envelope-from ) id 1OmGzZ-0004lW-HM for emacs-devel@gnu.org; Thu, 19 Aug 2010 22:06:01 -0400 Original-Received: from localhost ([127.0.0.1]:44217) by orlando.hostforweb.net with esmtpa (Exim 4.69) (envelope-from ) id 1OmGzU-0005pB-Bq for emacs-devel@gnu.org; Thu, 19 Aug 2010 21:05:56 -0500 X-Hashcash: 1:20:100820:emacs-devel@gnu.org::RupHfCKBvvVLikWn:000000000000000000000000000000000000000000AkAX X-Face: #kKnN,xUnmKia.'[pp`; Omh}odZK)?7wQSl"4o04=EixTF+V[""w~iNbM9ZL+.b*_CxUmFk B#Fu[*?MZZH@IkN:!"\w%I_zt>[$nm7nQosZ<3eu; B:$Q_:p!',P.c0-_Cy[dz4oIpw0ESA^D*1Lw= L&i*6&( User-Agent: Gnus/5.110011 (No Gnus v0.11) Emacs/24.0.50 (gnu/linux) Cancel-Lock: sha1:P8uk7aLxyFI9ryxxxOyQW9F//sA= X-AntiAbuse: This header was added to track abuse, please include it with any abuse report X-AntiAbuse: Primary Hostname - orlando.hostforweb.net X-AntiAbuse: Original Domain - gnu.org X-AntiAbuse: Originator/Caller UID/GID - [47 12] / [47 12] X-AntiAbuse: Sender Address Domain - jpl.org X-Source: X-Source-Args: X-Source-Dir: X-detected-operating-system: by eggs.gnu.org: Genre and OS details not recognized. X-BeenThere: emacs-devel@gnu.org X-Mailman-Version: 2.1.5 Precedence: list List-Id: "Emacs development discussions." List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , Original-Sender: emacs-devel-bounces+ged-emacs-devel=m.gmane.org@gnu.org Errors-To: emacs-devel-bounces+ged-emacs-devel=m.gmane.org@gnu.org Xref: news.gmane.org gmane.emacs.devel:128894 Archived-At: bootstrap failed --with-imagemagick on Fedora 13 when dumping temacs. gcc ... -o temacs ... -lMagickWand -lMagickCore ... /usr/lib/gcc/i686-redhat-linux/4.4.4/../../../libMagickWand.so:\ undefined reference to `__gcc_personality_v0@GCC_3.3.1' I've installed these imagick packages today: ImageMagick.i686 6.5.8.10-6.fc13 @anaconda-InstallationRepo-201005130056.i386 ImageMagick-c++.i686 6.5.8.10-6.fc13 @fedora ImageMagick-c++-devel.i686 6.5.8.10-6.fc13 @fedora ImageMagick-debuginfo.i686 6.5.8.10-6.fc13 @fedora-debuginfo ImageMagick-devel.i686 6.5.8.10-6.fc13 @fedora ImageMagick-djvu.i686 6.5.8.10-6.fc13 @fedora ImageMagick-doc.i686 6.5.8.10-6.fc13 @fedora ImageMagick-perl.i686 6.5.8.10-6.fc13 @fedora gallery2-imagemagick.noarch 2.3.1-1.fc13 @fedora Any other info I have to add? Thanks.