From owner-freebsd-ports@FreeBSD.ORG Mon Feb 18 01:39:42 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 8D91D16A418 for ; Mon, 18 Feb 2008 01:39:42 +0000 (UTC) (envelope-from oscartheduck@gmail.com) Received: from rv-out-0910.google.com (rv-out-0910.google.com [209.85.198.189]) by mx1.freebsd.org (Postfix) with ESMTP id 5887313C459 for ; Mon, 18 Feb 2008 01:39:42 +0000 (UTC) (envelope-from oscartheduck@gmail.com) Received: by rv-out-0910.google.com with SMTP id g13so1230091rvb.43 for ; Sun, 17 Feb 2008 17:39:41 -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=jZk3EweiZ9s8Fb5FBv0XE7WB5nIevMZd31CXXR2Caek=; b=SpNrVeZIQ0MJQ++7q1xnoCcT6vBhxcgY+fWq6UUXoj+pLPXiJ8sGyObTRohSws9SXxIzyjygiytAU37OPbw67OV6GUam4205sbP0D+4FotW6CA+nGpB1vo4TrADcBlvt8EOEuNNQ4pQEEYMr3OwOmFBMqkee+wOwVa9a3as0NaM= 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=ssswiwF2ioLsllipVejXUzEIbIl65pBvWjHHtu+O30Kvx7QbDlmkKCkzpuL3ShNd3zOwS/CND8qwCTW7GI6Ixbq/OrMRV41fLv9m7AWmYb1Qst4Lo5oiWbu98WkSlMxueuhFaFv45KTIfsagDmee1XRjohRn/7PEwWHwqggcQ7k= Received: by 10.140.82.38 with SMTP id f38mr3476058rvb.28.1203298781324; Sun, 17 Feb 2008 17:39:41 -0800 (PST) Received: from ?192.168.1.104? ( [68.35.151.186]) by mx.google.com with ESMTPS id f36sm8126862rvb.4.2008.02.17.17.39.40 (version=SSLv3 cipher=RC4-MD5); Sun, 17 Feb 2008 17:39:40 -0800 (PST) From: James To: Helmut Schneider In-Reply-To: References: Content-Type: text/plain Date: Sun, 17 Feb 2008 18:39:38 -0700 Message-Id: <1203298778.6223.10.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 01:39:42 -0000 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. > Thanks, Helmut >