The existence of net-snmp breaks installation of ntop. See discussion at ports@freebsd.org: news:fp9mtb$cfp$1@ger.gmane.org 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. Fix: First install ntop, then net-snmp. How-To-Repeat: Install net-snmp from ports. The try to install ntop from ports.
Responsible Changed From-To: freebsd-bugs->freebsd-ports-bugs Make this a ports PR and reassign.
Responsible Changed From-To: freebsd-ports-bugs->kuriyama Over to maintainer.
wxs 2008-03-02 16:34:48 UTC FreeBSD ports repository Modified files: net/ntop Makefile Log: Explicitly disable SNMP which breaks the build when net-mgmt/net-snmp is installed on 7.0. PR: ports/120793 Submitted by: Helmut Schneider <jumper99@gmx.de> Approved by: garga (mentor) Revision Changes Path 1.66 +3 -2 ports/net/ntop/Makefile _______________________________________________ cvs-all@freebsd.org mailing list http://lists.freebsd.org/mailman/listinfo/cvs-all To unsubscribe, send any mail to "cvs-all-unsubscribe@freebsd.org"
State Changed From-To: open->closed Fixed by disabling SNMP support (which is supposed to be disabled by default)