Bug 120793 - net-mgmt/net-snmp: net-snmp net-snmp-5.3.2_1 breaks ntop 3.3 on 7.0-RC2
Summary: net-mgmt/net-snmp: net-snmp net-snmp-5.3.2_1 breaks ntop 3.3 on 7.0-RC2
Status: Closed FIXED
Alias: None
Product: Ports & Packages
Classification: Unclassified
Component: Individual Port(s) (show other bugs)
Version: Latest
Hardware: Any Any
: Normal Affects Only Me
Assignee: Jun Kuriyama
URL:
Keywords:
Depends on:
Blocks:
 
Reported: 2008-02-18 15:50 UTC by Helmut Schneider
Modified: 2008-03-02 16:40 UTC (History)
0 users

See Also:


Attachments

Note You need to log in before you can comment on or make changes to this bug.
Description Helmut Schneider 2008-02-18 15:50:02 UTC
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.
Comment 1 Remko Lodder freebsd_committer freebsd_triage 2008-02-18 16:20:37 UTC
Responsible Changed
From-To: freebsd-bugs->freebsd-ports-bugs

Make this a ports PR and reassign.
Comment 2 Edwin Groothuis freebsd_committer freebsd_triage 2008-02-19 10:57:20 UTC
Responsible Changed
From-To: freebsd-ports-bugs->kuriyama

Over to maintainer.
Comment 3 dfilter service freebsd_committer freebsd_triage 2008-03-02 16:34:59 UTC
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"
Comment 4 Wesley Shields freebsd_committer freebsd_triage 2008-03-02 16:35:39 UTC
State Changed
From-To: open->closed

Fixed by disabling SNMP support (which is supposed to be disabled by 
default)