From owner-freebsd-ports-bugs@FreeBSD.ORG Sun Apr 13 12:20:01 2014 Return-Path: Delivered-To: freebsd-ports-bugs@smarthost.ysv.freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [8.8.178.115]) (using TLSv1 with cipher ADH-AES256-SHA (256/256 bits)) (No client certificate requested) by hub.freebsd.org (Postfix) with ESMTPS id 8C157763 for ; Sun, 13 Apr 2014 12:20:01 +0000 (UTC) Received: from freefall.freebsd.org (freefall.freebsd.org [IPv6:2001:1900:2254:206c::16:87]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (Client did not present a certificate) by mx1.freebsd.org (Postfix) with ESMTPS id 687DF18B7 for ; Sun, 13 Apr 2014 12:20:01 +0000 (UTC) Received: from freefall.freebsd.org (localhost [127.0.0.1]) by freefall.freebsd.org (8.14.8/8.14.8) with ESMTP id s3DCK1UZ035159 for ; Sun, 13 Apr 2014 12:20:01 GMT (envelope-from gnats@freefall.freebsd.org) Received: (from gnats@localhost) by freefall.freebsd.org (8.14.8/8.14.8/Submit) id s3DCK1Bw035158; Sun, 13 Apr 2014 12:20:01 GMT (envelope-from gnats) Resent-Date: Sun, 13 Apr 2014 12:20:01 GMT Resent-Message-Id: <201404131220.s3DCK1Bw035158@freefall.freebsd.org> Resent-From: FreeBSD-gnats-submit@FreeBSD.org (GNATS Filer) Resent-To: freebsd-ports-bugs@FreeBSD.org Resent-Reply-To: FreeBSD-gnats-submit@FreeBSD.org, Matthias Fechner Received: from mx1.freebsd.org (mx1.freebsd.org [8.8.178.115]) (using TLSv1 with cipher ADH-AES256-SHA (256/256 bits)) (No client certificate requested) by hub.freebsd.org (Postfix) with ESMTPS id 6302C4FC for ; Sun, 13 Apr 2014 12:15:38 +0000 (UTC) Received: from cgiserv.freebsd.org (cgiserv.freebsd.org [IPv6:2001:1900:2254:206a::50:4]) (using TLSv1 with cipher DHE-RSA-AES256-SHA (256/256 bits)) (Client did not present a certificate) by mx1.freebsd.org (Postfix) with ESMTPS id 42E601888 for ; Sun, 13 Apr 2014 12:15:38 +0000 (UTC) Received: from cgiserv.freebsd.org ([127.0.1.6]) by cgiserv.freebsd.org (8.14.8/8.14.8) with ESMTP id s3DCFcFv098654 for ; Sun, 13 Apr 2014 12:15:38 GMT (envelope-from nobody@cgiserv.freebsd.org) Received: (from nobody@localhost) by cgiserv.freebsd.org (8.14.8/8.14.8/Submit) id s3DCFcpj098640; Sun, 13 Apr 2014 12:15:38 GMT (envelope-from nobody) Message-Id: <201404131215.s3DCFcpj098640@cgiserv.freebsd.org> Date: Sun, 13 Apr 2014 12:15:38 GMT From: Matthias Fechner To: freebsd-gnats-submit@FreeBSD.org X-Send-Pr-Version: www-3.1 Subject: ports/188552: net-mgmt/net-snmp does not compile on 10-STABLE X-BeenThere: freebsd-ports-bugs@freebsd.org X-Mailman-Version: 2.1.17 Precedence: list List-Id: Ports bug reports List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Sun, 13 Apr 2014 12:20:01 -0000 >Number: 188552 >Category: ports >Synopsis: net-mgmt/net-snmp does not compile on 10-STABLE >Confidential: no >Severity: non-critical >Priority: low >Responsible: freebsd-ports-bugs >State: open >Quarter: >Keywords: >Date-Required: >Class: sw-bug >Submitter-Id: current-users >Arrival-Date: Sun Apr 13 12:20:01 UTC 2014 >Closed-Date: >Last-Modified: >Originator: Matthias Fechner >Release: 10-STABLE >Organization: >Environment: FreeBSD anny.lostinspace.de 10.0-STABLE FreeBSD 10.0-STABLE #3 r263676: Mon Mar 24 17:53:18 CET 2014 root@anny.lostinspace.de:/usr/obj/usr/src/sys/GENERIC amd64 >Description: Compile the port breaks with error message: /bin/sh ../../libtool --mode=compile cc -I../../include -I. -I../../agent -I../../agent/mibgroup -I../../snmplib -I/usr/include -DNETSNMP_ENABLE_IPV6 -fno-strict-aliasing -O2 -pipe -I/usr/local/include -D_WANT_IFADDR -fno-strict-aliasing -Ufreebsd10 -Dfreebsd10=freebsd10 -DAPPLLIB_EXP="/usr/local/lib/perl5/5.18/BSDPAN" -DHAS_FPSETMASK -DHAS_FLOATINGPOINT_H -fno-strict-aliasing -pipe -fstack-protector -I/usr/local/include -I/usr/local/lib/perl5/5.18/mach/CORE -c -o mibII/route_write.lo mibII/route_write.c libtool: compile: cc -I../../include -I. -I../../agent -I../../agent/mibgroup -I../../snmplib -I/usr/include -DNETSNMP_ENABLE_IPV6 -fno-strict-aliasing -O2 -pipe -I/usr/local/include -D_WANT_IFADDR -fno-strict-aliasing -Ufreebsd10 -Dfreebsd10=freebsd10 -DAPPLLIB_EXP=/usr/local/lib/perl5/5.18/BSDPAN -DHAS_FPSETMASK -DHAS_FLOATINGPOINT_H -fno-strict-aliasing -pipe -fstack-protector -I/usr/local/include -I/usr/local/lib/perl5/5.18/mach/CORE -c mibII/route_write.c -fPIC -DPIC -o mibII/.libs/route_write.o mibII/route_write.c:118:19: error: no member named 'rt_nodes' in 'struct ortentry' memcpy(&route.rt_dst, &dst, sizeof(struct sockaddr_in)); ~~~~~ ^ mibII/route_write.c:76:16: note: expanded from macro 'rt_dst' #define rt_dst rt_nodes->rn_key ^ mibII/route_write.c:123:11: error: no member named 'rt_pad1' in 'struct ortentry' route.rt_hash = iff; ~~~~~ ^ mibII/route_write.c:79:17: note: expanded from macro 'rt_hash' #define rt_hash rt_pad1 ^ mibII/route_write.c:208:19: error: no member named 'rt_nodes' in 'struct ortentry' memcpy(&route.rt_dst, &dst, sizeof(struct sockaddr_in)); ~~~~~ ^ mibII/route_write.c:76:16: note: expanded from macro 'rt_dst' #define rt_dst rt_nodes->rn_key ^ mibII/route_write.c:213:11: error: no member named 'rt_pad1' in 'struct ortentry' route.rt_hash = iff; ~~~~~ ^ mibII/route_write.c:79:17: note: expanded from macro 'rt_hash' #define rt_hash rt_pad1 ^ 4 errors generated. *** Error code 1 Stop. make[4]: stopped in /usr/ports/net-mgmt/net-snmp/work/net-snmp-5.7.2/agent/mibgroup *** Error code 1 Stop. make[3]: stopped in /usr/ports/net-mgmt/net-snmp/work/net-snmp-5.7.2/agent *** Error code 1 Stop. make[2]: stopped in /usr/ports/net-mgmt/net-snmp/work/net-snmp-5.7.2 *** Error code 1 Stop. make[1]: stopped in /usr/ports/net-mgmt/net-snmp *** Error code 1 Stop. make: stopped in /usr/ports/net-mgmt/net-snmp >How-To-Repeat: Go to /usr/ports/net-mgmt/net-snmp and select the options in 'make config': DUMMY IPV6 PERL PERL_EMBEDDED SMUX and execute make. >Fix: >Release-Note: >Audit-Trail: >Unformatted: