From owner-freebsd-questions@FreeBSD.ORG Sat Sep 11 23:52:10 2010 Return-Path: Delivered-To: questions@freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:4f8:fff6::34]) by hub.freebsd.org (Postfix) with ESMTP id 17730106566B for ; Sat, 11 Sep 2010 23:52:10 +0000 (UTC) (envelope-from mnorwick@centurytel.net) Received: from mail962c35.nsolutionszone.com (mail962c35.nsolutionszone.com [209.235.152.152]) by mx1.freebsd.org (Postfix) with ESMTP id C3F048FC08 for ; Sat, 11 Sep 2010 23:52:09 +0000 (UTC) X-Authenticated-User: mnorwick.centurytel.net Received: from [192.168.1.12] (174-124-5-227.dyn.centurytel.net [174.124.5.227]) (authenticated bits=0) by mail962c35.nsolutionszone.com (8.13.6/8.13.1) with ESMTP id o8BLNXne019862 for ; Sat, 11 Sep 2010 21:23:35 GMT Message-ID: <4C8BF21C.2090706@centurytel.net> Date: Sat, 11 Sep 2010 16:18:20 -0500 From: "Michael D. Norwick" User-Agent: Thunderbird 2.0.0.23 (X11/20090812) MIME-Version: 1.0 To: freebsd-questions Content-Type: text/plain; charset=ISO-8859-1; format=flowed Content-Transfer-Encoding: 7bit X-CSC: 0 X-CHA: v=1.1 cv=L7wfYzyIJxjDpiTuTjlbBA+N3e3WohDDIf2/DEMr2IU= c=1 sm=1 a=6tzaRX78V-AA:10 a=8nJEP1OIZ-IA:10 a=sfYg6hIXqQ1nZ+1YuDYenw==:17 a=-sc6ZKV-WlFR02fujRkA:9 a=e8eNOPu-io-Btr4DN6IA:7 a=yrvd_BH76YF0NMoPWZA_s9JSA40A:4 a=wPNLvfGTeEIA:10 a=sfYg6hIXqQ1nZ+1YuDYenw==:117 Cc: Subject: portupgrade -a stops at building gnome-menus X-BeenThere: freebsd-questions@freebsd.org X-Mailman-Version: 2.1.5 Precedence: list List-Id: User questions List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Sat, 11 Sep 2010 23:52:10 -0000 FreeBSD 8.1-RELEASE #>uname -a FreeBSD ****@****.net 8.1-RELEASE FreeBSD 8.1 RELEASE FreeBSD 8.1-RELEASE #0: Thu Aug 12 08:43:46 CDT 2010 ****@****.net:/usr/obj/src/sys/GENERIC i386 Running on VirtualBox Version 3.2.8 r64453 running on current Debian 'lenny', Pentium 4 2.4 GHz. 4G ram. portsnap update on 09/08/2010. Trying to do 'portupgrade -a', initially had a portupgrade stop at '/usr/ports/graphviz' an error about 'dot' and doxygen. Built doxygen and graphiz from the individual /usr/ports/*** directories after 'portsclean -DLP' and individual 'make clean' in the respective /usr/ports directories. Had the "/usr/local/include/python2.6/pth.h link to /usr/local/include/pth/pth.h" issue. Fixed that and portupgrade borked at building gnome-menus. '/usr/bin/ld: cannot find -lpth'. Did ln -s /usr/local/lib/pth/libpth.a /usr/local/lib/ and ln -s /usr/local/include/pth/pth.h /usr/local/include/python2.6/ - again. Ran make install clean from /usr/ports/x11/gnome-menus after executing make clean. Still no joy. Yeah, I'm a 15 year linux guy, but, I've installed and used FreeBSD around the 5.0-RELEASE days so I don't think I'm totally clueless. I'm running it as a virtual machine because I would like to install it on a new machine once I get past the test drive and checkout. Tried to build a new kernel a week or two ago and that went awry. Deleted the VM and reinstalled from the RELEASE dvd.iso. What am I doing wrong? Michael D. Norwick PS: I've R.T.F.M'd and Googled. Filed a bug report on the graphviz issue but now I don't think it was a problem with the graphviz build.