From owner-freebsd-ports@FreeBSD.ORG Sun Oct 14 21:56:51 2007 Return-Path: Delivered-To: freebsd-ports@freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:4f8:fff6::34]) by hub.freebsd.org (Postfix) with ESMTP id 1226F16A41B for ; Sun, 14 Oct 2007 21:56:51 +0000 (UTC) (envelope-from sfourman@gmail.com) Received: from nf-out-0910.google.com (nf-out-0910.google.com [64.233.182.188]) by mx1.freebsd.org (Postfix) with ESMTP id 8DA1713C43E for ; Sun, 14 Oct 2007 21:56:50 +0000 (UTC) (envelope-from sfourman@gmail.com) Received: by nf-out-0910.google.com with SMTP id b2so1112786nfb for ; Sun, 14 Oct 2007 14:56:49 -0700 (PDT) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=gmail.com; s=beta; h=domainkey-signature:received:received:message-id:date:from:to:subject:cc:in-reply-to:mime-version:content-type:content-transfer-encoding:content-disposition:references; bh=FTRV5ZkbC+933e8k/ccSCo5LlQbHEQIBl9tuZbtkl0A=; b=gj4hJDKgtUZdg9/rN/BGUjApqFOWw6TfxIrL7UCJNLenRTnuFoMOnsAThrfXjTn7Io61TfdKN0zkUdFEpCsUMU+pfO1aBYS1VdF9Hwm5NFgaGmqhUPvX1LTUXhK08CPAFhVlyYNyNTMgu4zop2h12iAhvsq8qMbRN21RkzRU3ls= DomainKey-Signature: a=rsa-sha1; c=nofws; d=gmail.com; s=beta; h=received:message-id:date:from:to:subject:cc:in-reply-to:mime-version:content-type:content-transfer-encoding:content-disposition:references; b=f9KrF96Wl5Mmh7lIf+M8ryAa0UZOmPtmbg748/9T6B0dCSbYrpk4P0b8m6vrWPWg2Y7+TyEhaDljKNS0/M2FcIx4KXo8BJgjQsTIfshil/njgEduT8G1LnH2z0ua4pwxXGMgqF4MGcLeP4+xsjck8A+87IkT3tyD9SJWp23lykE= Received: by 10.86.78.4 with SMTP id a4mr4430710fgb.1192397553175; Sun, 14 Oct 2007 14:32:33 -0700 (PDT) Received: by 10.86.91.5 with HTTP; Sun, 14 Oct 2007 14:32:33 -0700 (PDT) Message-ID: <11167f520710141432q5bf6fa1bq63dc44e11ec2e6bf@mail.gmail.com> Date: Sun, 14 Oct 2007 16:32:33 -0500 From: "Sam Fourman Jr." To: "Randy Bush" In-Reply-To: <471066C1.6050405@psg.com> MIME-Version: 1.0 Content-Type: text/plain; charset=ISO-8859-1 Content-Transfer-Encoding: 7bit Content-Disposition: inline References: <471066C1.6050405@psg.com> Cc: freebsd ports , kuriyama@freebsd.org Subject: Re: make errors in net-snmp-5.3.1 X-BeenThere: freebsd-ports@freebsd.org X-Mailman-Version: 2.1.5 Precedence: list List-Id: Porting software to FreeBSD List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Sun, 14 Oct 2007 21:56:51 -0000 On 10/13/07, Randy Bush wrote: > currebt on amd64 > > cc -I../../include -I. -I../../agent -I../../agent/mibgroup > -I../../snmplib -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/include > -I/usr/local/lib/perl5/5.8.8/mach/CORE -DINET6 -O2 -fno-strict-aliasing > -pipe -Dfreebsd8 -c mibII/tcpTable.c -fPIC -DPIC -o mibII/.libs/tcpTable.o > mibII/tcpTable.c:94:1: warning: "INP_NEXT_SYMBOL" redefined > In file included from ../../include/net-snmp/net-snmp-config.h:1585, > from mibII/tcpTable.c:17: > ../../include/net-snmp/system/freebsd.h:9:1: warning: this is the > location of the previous definition > mibII/tcpTable.c: In function 'tcpTable_load': > mibII/tcpTable.c:746: error: 'struct xinpcb' has no member named 'xt_tp' > mibII/tcpTable.c:750: error: 'struct xinpcb' has no member named 'xt_inp' > *** Error code 1 > I have this exact same problem, I am trying to compile kde3 Sam Fourman Jr.