From owner-freebsd-ports@FreeBSD.ORG Thu Mar 29 20:06:18 2007 Return-Path: X-Original-To: freebsd-ports@freebsd.org Delivered-To: freebsd-ports@freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [69.147.83.52]) by hub.freebsd.org (Postfix) with ESMTP id DC6BE16A401 for ; Thu, 29 Mar 2007 20:06:18 +0000 (UTC) (envelope-from youshi10@u.washington.edu) Received: from mxout3.cac.washington.edu (mxout3.cac.washington.edu [140.142.32.166]) by mx1.freebsd.org (Postfix) with ESMTP id BB2ED13C458 for ; Thu, 29 Mar 2007 20:06:18 +0000 (UTC) (envelope-from youshi10@u.washington.edu) Received: from hymn09.u.washington.edu (hymn09.u.washington.edu [140.142.12.183]) by mxout3.cac.washington.edu (8.13.7+UW06.06/8.13.7+UW07.03) with ESMTP id l2TK6Ir5006157 (version=TLSv1/SSLv3 cipher=DHE-RSA-AES256-SHA bits=256 verify=NO) for ; Thu, 29 Mar 2007 13:06:18 -0700 Received: from localhost (localhost [127.0.0.1]) by hymn09.u.washington.edu (8.13.7+UW06.06/8.13.7+UW07.03) with ESMTP id l2TK6HJf022512 for ; Thu, 29 Mar 2007 13:06:18 -0700 X-Auth-Received: from [192.55.52.4] by hymn09.u.washington.edu via HTTP; Thu, 29 Mar 2007 13:06:17 PDT Date: Thu, 29 Mar 2007 13:06:17 -0700 (PDT) From: youshi10@u.washington.edu To: freebsd-ports@freebsd.org In-Reply-To: <20070329205224.0ec91bcb@Winter> Message-ID: MIME-Version: 1.0 Content-Type: TEXT/PLAIN; charset=US-ASCII; format=flowed X-PMX-Version: 5.3.0.289146, Antispam-Engine: 2.5.0.283055, Antispam-Data: 2007.3.29.125333 X-Uwash-Spam: Gauge=IIIIIII, Probability=7%, Report='NO_REAL_NAME 0, __C230066_P3_2 0, __CT 0, __CT_TEXT_PLAIN 0, __HAS_MSGID 0, __MIME_TEXT_ONLY 0, __MIME_VERSION 0, __SANE_MSGID 0' Subject: Re: Port build problem for ImageMagick X-BeenThere: freebsd-ports@freebsd.org X-Mailman-Version: 2.1.5 Precedence: list List-Id: Porting software to FreeBSD List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Thu, 29 Mar 2007 20:06:18 -0000 On Thu, 29 Mar 2007, Uwe Grohnwaldt wrote: > On Thu, 29 Mar 2007 09:41:37 -0800 > Clint Olsen wrote: > >> Hi: >> >> I'm on this machine: >> >> FreeBSD belle.0lsen.net 5.5-STABLE FreeBSD 5.5-STABLE #1: Mon Oct 23 >> 13:04:36 PDT 2006 >> root@belle.0lsen.net:/usr/obj/usr/src/sys/BELLE i386 >> >> /bin/sh /usr/local/bin/libtool --silent --tag=CC --mode=compile cc >> -DHAVE_CONFIG_H -I. -I./magick -I./wand -I./ltdl -I./ltdl >> -I/usr/local/include/freetype2 -I/usr/local/include >> -I/usr/local/include -I/usr/X11R6/include >> -I/usr/local/include/libxml2 -O -pipe -MT >> coders/magick_libMagick_la-dot.lo -MD -MP -MF >> coders/.deps/magick_libMagick_la-dot.Tpo -c -o >> coders/magick_libMagick_la-dot.lo `test -f 'coders/dot.c' || echo >> './'`coders/dot.c coders/dot.c:64:17: gvc.h: No such file or >> directory coders/dot.c:66: error: syntax error before '*' token >> coders/dot.c:66: warning: data definition has no type or storage >> class coders/dot.c: In function `ReadDOTImage': coders/dot.c:106: >> error: `graph_t' undeclared (first use in this function) >> coders/dot.c:106: error: (Each undeclared identifier is reported only >> once coders/dot.c:106: error: for each function it appears in.) >> coders/dot.c:106: error: `graph' undeclared (first use in this >> function) coders/dot.c:137: error: syntax error before ')' token >> coders/dot.c: In function `RegisterDOTImage': coders/dot.c:195: >> warning: assignment makes pointer from integer without a cast gmake: >> *** [coders/magick_libMagick_la-dot.lo] Error 1 *** Error code 2 >> >> Stop in /usr/ports/graphics/ImageMagick. >> ** Command failed [exit code 1]: /usr/bin/script >> -qa /tmp/portupgrade.45961.0 env UPGRADE_TOOL=portupgrade >> UPGRADE_PORT=ImageMagick-6.3.2.0_1 UPGRADE_PORT_VER=6.3.2.0_1 make ** >> Fix the problem and try again. ** Listing the failed packages >> (*:skipped / !:failed) ! graphics/ImageMagick >> (ImageMagick-6.3.2.0_1) (missing header) ---> Packages processed: 0 >> done, 0 ignored, 0 skipped and 1 failed >> >> I suspect it has to do with the fact that I'm on 5.5, but I just >> wanted to check. >> >> Thanks, >> >> -Clint > > Hi, > i had this error 2 or 3 weeks ago. the workaround is to deselect > graphviz support: > cd /usr/ports/graphics/ImageMagick > make config > deselect IMAGEMAGICK_DOT (GraphViz dot graphs support) > try it again > - Uwe Unfortunately that means that graphviz support isn't done properly under FreeBSD. I'll take a quick look at those lines of source tonight. -Garrett