Date: Mon, 18 Feb 2008 08:02:13 -0700 From: James <oscartheduck@gmail.com> To: Helmut Schneider <jumper99@gmx.de> Cc: freebsd-ports@freebsd.org Subject: Re: ntop does not compile on 7.0-RC2 Message-ID: <1203346933.5865.6.camel@pclmills> In-Reply-To: <fpbm2j$kkl$1@ger.gmane.org> References: <fp9mtb$cfp$1@ger.gmane.org> <1203298778.6223.10.camel@pclmills> <fpbm2j$kkl$1@ger.gmane.org>
next in thread | previous in thread | raw e-mail | index | archive | help
On Mon, 2008-02-18 at 11:18 +0100, Helmut Schneider wrote: > James <oscartheduck@gmail.com> 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
Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?1203346933.5865.6.camel>