From owner-freebsd-ports@FreeBSD.ORG Thu Jun 7 10:06:57 2007 Return-Path: X-Original-To: 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 65FB116A473 for ; Thu, 7 Jun 2007 10:06:57 +0000 (UTC) (envelope-from david@vizion2000.net) Received: from dns1.vizion2000.net (77-99-36-42.cable.ubr04.chap.blueyonder.co.uk [77.99.36.42]) by mx1.freebsd.org (Postfix) with ESMTP id 2924913C44C for ; Thu, 7 Jun 2007 10:06:57 +0000 (UTC) (envelope-from david@vizion2000.net) Received: by dns1.vizion2000.net (Postfix, from userid 1007) id 873771CC3D; Thu, 7 Jun 2007 03:22:45 -0700 (PDT) From: David Southwell Organization: Voice and Vision To: ports@freebsd.org Date: Thu, 7 Jun 2007 03:22:44 -0700 User-Agent: KMail/1.9.6 MIME-Version: 1.0 Content-Type: text/plain; charset="us-ascii" Content-Transfer-Encoding: 7bit Content-Disposition: inline Message-Id: <200706070322.45326.david@vizion2000.net> Cc: Subject: graphviz-2.12 compile error after Xorg 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, 07 Jun 2007 10:06:57 -0000 Many thanks for all the work on Xorg - everything gone well except: Graphviz failed on # portupgrade -a afterwards reporting error : --------------------------------------------------------- then mv -f ".deps/gv_lua.Tpo" ".deps/gv_lua.Plo"; else rm -f ".deps/gv_lua.Tpo"; exit 1; fi c++ -DHAVE_CONFIG_H -I. -I. -I../.. -I../.. -I../../lib/gvc -I../../lib/common -I../../lib/graph -I../../lib/cdt -I../../lib/pathplan -I/usr/local/lib/perl5/5.8.8/mach/CORE -I/usr/local/include/python2.4 -I/usr/local/lib/ruby/1.8/amd64-freebsd6 -I/usr/local/include/tcl8.4 -I/usr/local/include/tcl8.4/generic -I/usr/local/include -I/usr/local/include -I/usr/local/include/tcl8.4 -I/usr/local/include/tk8.4 -I/usr/local/include/php/Zend -I/usr/local/include/lua51 -I/usr/local/include -O2 -fno-strict-aliasing -pipe -MT gv_lua.lo -MD -MP -MF .deps/gv_lua.Tpo -c gv_lua.cpp -fPIC -DPIC -o .libs/gv_lua.o In file included from gv_lua.cpp:711: /usr/include/malloc.h:3:2: #error " has been replaced by " gmake[3]: *** [gv_lua.lo] Error 1 gmake[3]: Leaving directory `/usr/ports/graphics/graphviz/work/graphviz-2.12/tclpkg/gv' gmake[2]: *** [all-recursive] Error 1 gmake[2]: Leaving directory `/usr/ports/graphics/graphviz/work/graphviz-2.12/tclpkg' gmake[1]: *** [all-recursive] Error 1 gmake[1]: Leaving directory `/usr/ports/graphics/graphviz/work/graphviz-2.12' gmake: *** [all] Error 2 *** Error code 2 Stop in /usr/ports/graphics/graphviz. *** Error code 1 Stop in /usr/ports/graphics/graphviz. ** Command failed [exit code 1]: /usr/bin/script -qa /tmp/portupgrade.89319.49 env UPGRADE_TOOL=portupgrade UPGRADE_PORT=graphviz-2.12_1 UPGRADE_PORT_VER=2.12_1 make ** Fix the problem and try again. --------------------------- I have searched UPGRADE but found no reference to graphviz What I have not done? Thanks in advance david