From owner-freebsd-ipfw@FreeBSD.ORG Thu Oct 5 22:53:22 2006 Return-Path: X-Original-To: freebsd-ipfw@freebsd.org Delivered-To: freebsd-ipfw@freebsd.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id 6BFA516A47B for ; Thu, 5 Oct 2006 22:53:22 +0000 (UTC) (envelope-from aoga@mail.Linux-Consulting.com) Received: from Mail.Linux-Consulting.com (Mail.linux-consulting.com [157.22.35.6]) by mx1.FreeBSD.org (Postfix) with ESMTP id 26E0643D46 for ; Thu, 5 Oct 2006 22:53:22 +0000 (GMT) (envelope-from aoga@mail.Linux-Consulting.com) Received: from Maggie.Linux-Consulting.com (localhost [127.0.0.1]) by Mail.Linux-Consulting.com (8.12.11/8.12.11/check_local-5) with ESMTP id k95MrLQH017878; Thu, 5 Oct 2006 15:53:21 -0700 Received: (from aoga@localhost) by Maggie.Linux-Consulting.com (8.12.11/8.12.11/Submit) id k95MrLeS017877; Thu, 5 Oct 2006 15:53:21 -0700 From: Alvin Oga Message-Id: <200610052253.k95MrLeS017877@Maggie.Linux-Consulting.com> To: freebsd-ipfw@freebsd.org Date: Thu, 5 Oct 2006 15:53:21 -0700 (PDT) X-Mailer: ELM [version 2.5 PL8] MIME-Version: 1.0 Content-Type: text/plain; charset=us-ascii Content-Transfer-Encoding: 7bit Cc: Alvin Oga Subject: ipfw versions - /usr/src/sbin X-BeenThere: freebsd-ipfw@freebsd.org X-Mailman-Version: 2.1.5 Precedence: list List-Id: IPFW Technical Discussions List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Thu, 05 Oct 2006 22:53:22 -0000 hi all i've been having some fun with ipfw-1.99 on freebsd-6.1 what version is the released version for ipfw in freebsd-6.1 ?? none of these seem to get me the info i'm looking for or the sources of the released ipfw - ipfw -v|-V|--version - strings ipfw | grep version so, for fun, i did the following: setenv CVSROOT freebsdanoncvs@anoncvs.FreeBSD.org:/home/ncvs setenv CVS_RSH ssh mkdir /usr/src/sbin cd /usr/src/sbin cvs co ipfw cd ipfw make -- lots of errors - if i take out the "TAG" that make complains about, than ipfw-1.99 compiles cleanly .. ( by taking out the sections of code related to "TAG" ) but, what ( the !@#$ ) did i just blindly remove ?? - is there a file or "something" that i'm missing ?? - i didn't have /usr/src/sbin so i created the directory but what commands would have normally put the sources there ? i do have /usr/src/sys for the kernel and it recompiled nicely with the new config changes thanx alvin ------ errors from make cd /usr/src/sbin/ipfw make Warning: Object directory not changed from original /usr/src/CVS.manually/ipfw cc -O2 -fno-strict-aliasing -pipe -c ipfw2.c ipfw2.c:619: error: `O_TAGGED' undeclared here (not in a function) ipfw2.c:619: error: initializer element is not constant ipfw2.c:619: error: (near initialization for `_port_name[7].x') ipfw2.c:619: error: initializer element is not constant ipfw2.c:619: error: (near initialization for `_port_name[7]') ipfw2.c:620: error: initializer element is not constant ipfw2.c:620: error: (near initialization for `_port_name[8]') ipfw2.c: In function `show_ipfw': ipfw2.c:1566: error: `O_TAG' undeclared (first use in this function) ipfw2.c:1566: error: (Each undeclared identifier is reported only once ipfw2.c:1566: error: for each function it appears in.) ipfw2.c: In function `add': ipfw2.c:4125: error: `O_TAG' undeclared (first use in this function) *** Error code 1 -------------------------------------