From owner-freebsd-security@FreeBSD.ORG Mon Aug 9 20:53:38 2004 Return-Path: Delivered-To: freebsd-security@freebsd.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id 6776F16A4CE for ; Mon, 9 Aug 2004 20:53:38 +0000 (GMT) Received: from ns1.tiadon.com (SMTP.tiadon.com [69.27.132.161]) by mx1.FreeBSD.org (Postfix) with ESMTP id 2CD7343D4C for ; Mon, 9 Aug 2004 20:53:38 +0000 (GMT) (envelope-from kdk@daleco.biz) Received: from [69.27.131.0] ([69.27.131.0]) by ns1.tiadon.com with Microsoft SMTPSVC(6.0.3790.0); Mon, 9 Aug 2004 15:50:03 -0500 Message-ID: <4117E44E.1010605@daleco.biz> Date: Mon, 09 Aug 2004 15:53:34 -0500 From: "Kevin D. Kinsey, DaleCo, S.P." User-Agent: Mozilla/5.0 (X11; U; FreeBSD i386; en-US; rv:1.7) Gecko/20040712 X-Accept-Language: en-us, en MIME-Version: 1.0 To: Kenzo References: In-Reply-To: Content-Type: text/plain; charset=ISO-8859-1; format=flowed Content-Transfer-Encoding: 7bit X-OriginalArrivalTime: 09 Aug 2004 20:50:03.0896 (UTC) FILETIME=[720B0780:01C47E52] cc: freebsd-security@freebsd.org Subject: Re: firewalk X-BeenThere: freebsd-security@freebsd.org X-Mailman-Version: 2.1.1 Precedence: list List-Id: Security issues [members-only posting] List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Mon, 09 Aug 2004 20:53:38 -0000 Kenzo wrote: >This is what I get. > >alien# sudo make install clean >===> Building for firewalk-5.0_1 >Making all in src >cc -DHAVE_CONFIG_H -I. -I. -I../include -I/usr/local/include -O -pipe -ma >rch= >pentiumpro -Wall -c init.c >In file included from /usr/local/include/libnet.h:62, > from ../include/firewalk.h:42, > from init.c:38: >/usr/include/netinet/ip_icmp.h:81: warning: `icmp_pptr' redefined >/usr/local/include/dnet/icmp.h:131: warning: this is the location of the >previou >s definition >/usr/include/netinet/ip_icmp.h:82: warning: `icmp_gwaddr' redefined >/usr/local/include/dnet/icmp.h:144: warning: this is the location of the >previou >s definition >/usr/include/netinet/ip_icmp.h:185: warning: `ICMP_INFOTYPE' redefined >/usr/local/include/dnet/icmp.h:104: warning: this is the location of the >previou >s definition >In file included from ../include/firewalk.h:42, > from init.c:38: >/usr/local/include/libnet.h:87: #error "byte order has not been specified, >you'l >l" >In file included from ../include/firewalk.h:42, > from init.c:38: >/usr/local/include/libnet.h:88: syntax error before string constant >*** Error code 1 > >Stop in /usr/ports/security/firewalk/work/Firewalk/src. >*** Error code 1 > >Stop in /usr/ports/security/firewalk/work/Firewalk. >*** Error code 1 > >Stop in /usr/ports/security/firewalk. > >I have no idea what this is. > > Looks like someone made a mistake in the libnet port. You can check and see if they've fixed at either via their website or by checking if a newer version with a different checksum exists at the ftp site. If your ports tree is out of date, it would probably be best to cvsup it anyway... You might also be able to fix the error yourself --- check line 87 - 88 of /usr/local/include/libnet.h. Quite possibly a commented line wrapped wrongly in this case. HTH, Kevin Kinsey