From owner-freebsd-questions@FreeBSD.ORG Mon Aug 28 01:28:58 2006 Return-Path: X-Original-To: questions@freebsd.org Delivered-To: freebsd-questions@FreeBSD.ORG Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id C001A16A4DF for ; Mon, 28 Aug 2006 01:28:58 +0000 (UTC) (envelope-from lauasanf@wilderness.homeip.net) Received: from mxsf41.cluster1.charter.net (mxsf41.cluster1.charter.net [209.225.28.173]) by mx1.FreeBSD.org (Postfix) with ESMTP id 05F2D43D46 for ; Mon, 28 Aug 2006 01:28:57 +0000 (GMT) (envelope-from lauasanf@wilderness.homeip.net) Received: from mxip35a.cluster1.charter.net (mxip35a.cluster1.charter.net [209.225.28.250]) by mxsf41.cluster1.charter.net (8.12.11.20060308/8.12.11) with ESMTP id k7S1SuA0031585 for ; Sun, 27 Aug 2006 21:28:56 -0400 Received: from 24-159-55-136.dhcp.jcsn.tn.charter.com (HELO [192.168.1.6]) ([24.159.55.136]) by mxip35a.cluster1.charter.net with ESMTP; 27 Aug 2006 21:28:57 -0400 Message-ID: <44F246D7.1040600@wilderness.homeip.net> Date: Sun, 27 Aug 2006 20:28:55 -0500 From: Laurence Sanford User-Agent: Thunderbird 1.5.0.5 (X11/20060804) MIME-Version: 1.0 To: questions@freebsd.org Content-Type: text/plain; charset=ISO-8859-1; format=flowed Content-Transfer-Encoding: 7bit Cc: Subject: ports/net-p2p/ktorrent - can't compile 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: Mon, 28 Aug 2006 01:28:58 -0000 Just looking for pointers, as I've seen them here from time to time when a port won't build. I'm using the following command line: portupgrade -NR ktorrent All dependencies build successfully. The ktorrent build fails like this: /usr/X11R6/bin/moc ./peermanager.h -o peermanager.moc source='peermanager.cpp' object='peermanager.lo' libtool=yes \ depfile='.deps/peermanager.Plo' tmpdepfile='.deps/peermanager.TPlo' \ depmode=gcc3 /bin/sh ../../admin/depcomp \ /bin/sh /usr/local/bin/libtool --silent --mode=compile --tag=CXX c++ -DHAVE_CONFIG_H -I. -I. -I../.. -I./.. -I/usr/local/include -I/usr/X11R6/include -I/usr/local/include -D_THREAD_SAFE -pthread -DQT_THREAD_SUPPORT -I/usr/local/include -I/usr/local/include -I/usr/X11R6/include -D_GETOPT_H -D_THREAD_SAFE -Wnon-virtual-dtor -Wno-long-long -Wundef -Wall -W -Wpointer-arith -Wwrite-strings -O2 -fno-strict-aliasing -pipe -fno-exceptions -fno-check-new -fno-common -DQT_CLEAN_NAMESPACE -DQT_NO_ASCII_CAST -DQT_NO_STL -DQT_NO_COMPAT -DQT_NO_TRANSLATION -fexceptions -c -o peermanager.lo `test -f 'peermanager.cpp' || echo './'`peermanager.cpp In file included from ./../mse/encryptedauthenticate.h:25, from peermanager.cpp:34: ./../mse/bigint.h:26:17: gmp.h: No such file or directory In file included from ./../mse/encryptedauthenticate.h:25, from peermanager.cpp:34: ./../mse/bigint.h:93: error: `mpz_t' does not name a type gmake[3]: *** [peermanager.lo] Error 1 gmake[3]: Leaving directory `/usr/ports/net-p2p/ktorrent/work/ktorrent-2.0.1/libktorrent/torrent' gmake[2]: *** [all-recursive] Error 1 gmake[2]: Leaving directory `/usr/ports/net-p2p/ktorrent/work/ktorrent-2.0.1/libktorrent' gmake[1]: *** [all-recursive] Error 1 gmake[1]: Leaving directory `/usr/ports/net-p2p/ktorrent/work/ktorrent-2.0.1' gmake: *** [all] Error 2 *** Error code 2 Stop in /usr/ports/net-p2p/ktorrent. Anyone run into this problem and worked around it?