From owner-freebsd-ports@FreeBSD.ORG Fri Jul 15 14:28:30 2005 Return-Path: X-Original-To: freebsd-ports@freebsd.org Delivered-To: freebsd-ports@freebsd.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id CD07716A41C; Fri, 15 Jul 2005 14:28:30 +0000 (GMT) (envelope-from thierry@herbelot.com) Received: from postfix3-1.free.fr (postfix3-1.free.fr [213.228.0.44]) by mx1.FreeBSD.org (Postfix) with ESMTP id 6F4C043D46; Fri, 15 Jul 2005 14:28:30 +0000 (GMT) (envelope-from thierry@herbelot.com) Received: from herbelot.dyndns.org (bne75-4-82-227-159-103.fbx.proxad.net [82.227.159.103]) by postfix3-1.free.fr (Postfix) with ESMTP id 9C8DC173503; Fri, 15 Jul 2005 16:28:29 +0200 (CEST) Received: from diversion.herbelot.nom (diversion.herbelot.nom [192.168.2.6]) by herbelot.dyndns.org (8.13.3/8.13.3) with ESMTP id j6FESPAn027344; Fri, 15 Jul 2005 16:28:28 +0200 (CEST) From: Thierry Herbelot Date: Fri, 15 Jul 2005 16:28:17 +0200 User-Agent: KMail/1.8.1 X-Warning: Windows can lose your files X-Op-Sys: Le FriBi de la mort qui tue X-Org: TfH&Co X-MailScanner: Found to be clean MIME-Version: 1.0 Content-Type: text/plain; charset="us-ascii" Content-Transfer-Encoding: 7bit Content-Disposition: inline To: "Undisclosed.Recipients": ; Message-Id: <200507151628.18829.thierry@herbelot.com> Cc: kuriyama@freebsd.org, freebsd-ports@freebsd.org Subject: unable to compile net-snmp under -current X-BeenThere: freebsd-ports@freebsd.org X-Mailman-Version: 2.1.5 Precedence: list Reply-To: thierry@herbelot.com List-Id: Porting software to FreeBSD List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Fri, 15 Jul 2005 14:28:30 -0000 Hello, on two different machines, the compilation of net-mgmt/net-snmp under 7.0-Current/i386 crashes with the following error message : (autoconf-2.59_2 and the other packages on both machines are up to date) /bin/sh /usr/local/bin/libtool15 --mode=compile cc -I../../include -I. -I../../agent -I../../agent/mibgroup -I../../snmplib -DAPPLLIB_EXP="/usr/local/lib/perl5/5.8.7/BSDPAN" -DHAS_FPSETMASK -DHAS_FLOATINGPOINT_H -fno-strict-aliasing -pipe -I/usr/local/include -I/usr/local/lib/perl5/5.8.7/mach/CORE -DINET6 -O2 -fno-strict-aliasing -pipe -Dfreebsd7 -c -o mibII/tcpTable.lo mibII/tcpTable.c cc -I../../include -I. -I../../agent -I../../agent/mibgroup -I../../snmplib -DAPPLLIB_EXP=/usr/local/lib/perl5/5.8.7/BSDPAN -DHAS_FPSETMASK -DHAS_FLOATINGPOINT_H -fno-strict-aliasing -pipe -I/usr/local/include -I/usr/local/lib/perl5/5.8.7/mach/CORE -DINET6 -O2 -fno-strict-aliasing -pipe -Dfreebsd7 -c mibII/tcpTable.c -fPIC -DPIC -o mibII/.libs/tcpTable.o mibII/tcpTable.c: In function `tcpTable_next_entry': mibII/tcpTable.c:452: error: structure has no member named `inp_list' mibII/tcpTable.c: In function `tcpTable_free': mibII/tcpTable.c:462: error: structure has no member named `inp_list' mibII/tcpTable.c: In function `tcpTable_load': mibII/tcpTable.c:742: error: structure has no member named `xt_tp' mibII/tcpTable.c:746: error: structure has no member named `xt_inp' TfH