From owner-freebsd-ports@FreeBSD.ORG Mon Feb 18 15:02:18 2008 Return-Path: Delivered-To: freebsd-ports@freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:4f8:fff6::34]) by hub.freebsd.org (Postfix) with ESMTP id 8B15516A46C for ; Mon, 18 Feb 2008 15:02:18 +0000 (UTC) (envelope-from oscartheduck@gmail.com) Received: from wr-out-0506.google.com (wr-out-0506.google.com [64.233.184.238]) by mx1.freebsd.org (Postfix) with ESMTP id 911E813C45E for ; Mon, 18 Feb 2008 15:02:17 +0000 (UTC) (envelope-from oscartheduck@gmail.com) Received: by wr-out-0506.google.com with SMTP id 68so1121196wri.3 for ; Mon, 18 Feb 2008 07:02:17 -0800 (PST) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=gmail.com; s=gamma; h=domainkey-signature:received:received:subject:from:reply-to:to:cc:in-reply-to:references:content-type:date:message-id:mime-version:x-mailer:content-transfer-encoding; bh=1TnbD2Wqh+Loq9K0sBLnbWn4Kq+R49HeOIkJAbU/UO8=; b=eSZ8qJMTgGFnfGTngfDxXXAGgN0OM9LvTh2t3NYxplNcrWDR/LyAjXiSMorPFNgJSjlBy/vJjw2aS+aDLrCydA2JrgKhSRF7OdNgJa5Sk3oo1J87x+zD1s9B/69ZPlNrcoNSi0E+aXszmIZ92uzpkbwFXLaoYXcjLuZpBVBTdJs= DomainKey-Signature: a=rsa-sha1; c=nofws; d=gmail.com; s=gamma; h=subject:from:reply-to:to:cc:in-reply-to:references:content-type:date:message-id:mime-version:x-mailer:content-transfer-encoding; b=Kmrb6uA+JewPE00Zi13wa9I0mns4w6mvAfW19YkFUt1vWbTp5Mjs1lcpi2o0LTobMJGoFlpX89jHhMZg9gkhuKsi/iJCgxKZxpvONimsISC2ZeZ1UITLduKTZzN+wZ7P2ERWapVhyTXVCV67WYXMeWA5L0QKgSIGNDXVQd7uIFk= Received: by 10.142.111.14 with SMTP id j14mr4393768wfc.96.1203346935820; Mon, 18 Feb 2008 07:02:15 -0800 (PST) Received: from ?192.168.1.104? ( [68.35.151.186]) by mx.google.com with ESMTPS id 31sm15938314wff.7.2008.02.18.07.02.14 (version=SSLv3 cipher=RC4-MD5); Mon, 18 Feb 2008 07:02:15 -0800 (PST) From: James To: Helmut Schneider In-Reply-To: References: <1203298778.6223.10.camel@pclmills> Content-Type: text/plain Date: Mon, 18 Feb 2008 08:02:13 -0700 Message-Id: <1203346933.5865.6.camel@pclmills> Mime-Version: 1.0 X-Mailer: Evolution 2.12.1 Content-Transfer-Encoding: 7bit Cc: freebsd-ports@freebsd.org Subject: Re: ntop does not compile on 7.0-RC2 X-BeenThere: freebsd-ports@freebsd.org X-Mailman-Version: 2.1.5 Precedence: list Reply-To: oscartheduck@gmail.com List-Id: Porting software to FreeBSD List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Mon, 18 Feb 2008 15:02:18 -0000 On Mon, 2008-02-18 at 11:18 +0100, Helmut Schneider wrote: > James wrote: > > > > On Sun, 2008-02-17 at 17:20 +0100, Helmut Schneider wrote: > >> Hi, > >> > >> ntop stops with: > >> [...] > >> then mv -f ".deps/iface.Tpo" ".deps/iface.Plo"; else rm -f > >> ".deps/iface.Tpo"; exit 1; fi > >> cc -DHAVE_CONFIG_H -I. -I. -I. -I. -I/usr -I/usr/include -DINET6 -O2 > >> -Dfreebsd7 -DAPPLLIB_EXP=/usr/local/lib/perl5/5.8.8/BSDPAN > >> -DHAS_FPSETMASK -DHAS_FLOATINGPOINT_H -fno-strict-aliasing -pipe > >> -Wdeclaration-after-statement -I/usr/local/lib/perl5/5.8.8/mach/CORE > >> -I. -I/usr/local/include -DFREEBSD -I/usr/local/include > >> -I/usr/local/include -I/usr/include -g -O2 -fno-strict-aliasing -pipe > >> -I/usr/local/include -g -Wshadow -Wpointer-arith -Wmissing-prototypes > >> -Wmissing-declarations -Wnested-externs -fPIC -DPIC -MT iface.lo -MD > >> -MP -MF .deps/iface.Tpo -c iface.c -fPIC -DPIC -o .libs/iface.o > >> In file included from /usr/local/include/net-snmp/utilities.h:54, > >> from /usr/local/include/net-snmp/net-snmp-includes.h:78, > >> from iface.c:766: > >> /usr/local/include/net-snmp/library/container.h: In function > >> 'CONTAINER_FREE': > >> /usr/local/include/net-snmp/library/container.h:416: error: lvalue > >> required as left operand of assignment > >> In file included from /usr/local/include/net-snmp/mib_api.h:24, > >> from /usr/local/include/net-snmp/net-snmp-includes.h:81, > >> from iface.c:766: > >> /usr/local/include/net-snmp/library/parse.h:32:1: warning: "MAXLABEL" > >> redefined > >> In file included from /usr/include/arpa/nameser.h:579, > >> from ntop.h:321, > >> from iface.c:26: > >> /usr/include/arpa/nameser_compat.h:104:1: warning: this is the > >> location of the previous definition > >> gmake[2]: *** [iface.lo] Error 1 > >> gmake[2]: Leaving directory `/usr/ports/net/ntop/work/ntop-3.3' > >> gmake[1]: *** [all-recursive] Error 1 > >> gmake[1]: Leaving directory `/usr/ports/net/ntop/work/ntop-3.3' > >> gmake: *** [all] Error 2 > >> *** Error code 2 > >> > >> Stop in /usr/ports/net/ntop. > >> *** Error code 1 > >> > >> Stop in /usr/ports/net/ntop. > >> > >> Bug or a local problem? > >> > > Local problem. > > > > I don'thave a net-snmp directory installed; looks like some library > > there is clobbering a needed definition. > > Indeed, net-snmp breaks ntop. I removed net-snmp and ntop compiles fine. > Installed net-snmp and rebuilded ntop, fails. > > What should I do now, report the maintainer of ntop and/or net-snmp? > Sounds like an entirely reasonable course of action. The maintainers' email addresses ought to be in the Makefile for each port. I imagine it's the ntop person you want to report to. If other ports install fine, then net-snmp is also (probably) installing as it should and the ntop Makefile just needs to be tweaked. James