From nobody@FreeBSD.org  Sat Mar 31 11:24:06 2007
Return-Path: <nobody@FreeBSD.org>
Received: from mx1.freebsd.org (mx1.freebsd.org [69.147.83.52])
	by hub.freebsd.org (Postfix) with ESMTP id BA26216A404
	for <freebsd-gnats-submit@FreeBSD.org>; Sat, 31 Mar 2007 11:24:06 +0000 (UTC)
	(envelope-from nobody@FreeBSD.org)
Received: from www.freebsd.org (www.freebsd.org [69.147.83.33])
	by mx1.freebsd.org (Postfix) with ESMTP id A93CE13C44C
	for <freebsd-gnats-submit@FreeBSD.org>; Sat, 31 Mar 2007 11:24:06 +0000 (UTC)
	(envelope-from nobody@FreeBSD.org)
Received: from www.freebsd.org (localhost [127.0.0.1])
	by www.freebsd.org (8.13.1/8.13.1) with ESMTP id l2VBO6WE068883
	for <freebsd-gnats-submit@FreeBSD.org>; Sat, 31 Mar 2007 11:24:06 GMT
	(envelope-from nobody@www.freebsd.org)
Received: (from nobody@localhost)
	by www.freebsd.org (8.13.1/8.13.1/Submit) id l2VBJ5SK068331;
	Sat, 31 Mar 2007 11:19:05 GMT
	(envelope-from nobody)
Message-Id: <200703311119.l2VBJ5SK068331@www.freebsd.org>
Date: Sat, 31 Mar 2007 11:19:05 GMT
From: "Jukka A. Ukkonen"<jau@iki.fi>
To: freebsd-gnats-submit@FreeBSD.org
Subject: ipfw2 does not compile on FreeBSD-6.2-STABLE (2007-03-31)
X-Send-Pr-Version: www-3.0

>Number:         111053
>Category:       bin
>Synopsis:       ipfw2 does not compile on FreeBSD-6.2-STABLE (2007-03-31)
>Confidential:   no
>Severity:       critical
>Priority:       high
>Responsible:    freebsd-bugs
>State:          closed
>Quarter:        
>Keywords:       
>Date-Required:  
>Class:          sw-bug
>Submitter-Id:   current-users
>Arrival-Date:   Sat Mar 31 11:30:14 GMT 2007
>Closed-Date:    Sat Mar 31 17:16:04 GMT 2007
>Last-Modified:  Sat Mar 31 17:16:04 GMT 2007
>Originator:     Jukka A. Ukkonen
>Release:        FreeBSD 6.2-STABLE (2007-03-31)
>Organization:
private
>Environment:
FreeBSD mjolnir 6.2-STABLE FreeBSD 6.2-STABLE #1: Thu Mar 22 09:18:54 EET 2007     root@mjolnir:/usr/obj/usr/src/sys/Mjolnir  i386
>Description:
Make produces this...
cc -O2 -pipe -march=pentium2  -c /usr/src/sbin/ipfw/ipfw2.c
/usr/src/sbin/ipfw/ipfw2.c: In function `add':
/usr/src/sbin/ipfw/ipfw2.c:3976: error: `ipfw_insn_pipe' undeclared (first use in this function)
/usr/src/sbin/ipfw/ipfw2.c:3976: error: (Each undeclared identifier is reported only once
/usr/src/sbin/ipfw/ipfw2.c:3976: error: for each function it appears in.)
*** Error code 1

Stop in /usr/src/sbin/ipfw.

>How-To-Repeat:
Try make in a similar environment.

>Fix:
None known yet.

>Release-Note:
>Audit-Trail:

From: "Sergey M. Denisenko" <mikh@vlad.ru>
To: bug-followup@FreeBSD.org, jau@iki.fi
Cc:  
Subject: Re: bin/111053: ipfw2 does not compile on FreeBSD-6.2-STABLE (2007-03-31)
Date: Sun, 1 Apr 2007 01:42:02 +1100

 bug-followup.
 
    I also tried to make buildworld today on 2 different FreeBSD6.2 with the
    same result. cvsup brake my mind :-(
 
 ===> sbin/ipfw (all)
 cc -O2 -fno-strict-aliasing -pipe   -c /usr/src/sbin/ipfw/ipfw2.c
 /usr/src/sbin/ipfw/ipfw2.c: In function `add':
 /usr/src/sbin/ipfw/ipfw2.c:3976: error: `ipfw_insn_pipe' undeclared (first use in this function)
 /usr/src/sbin/ipfw/ipfw2.c:3976: error: (Each undeclared identifier is reported only once
 /usr/src/sbin/ipfw/ipfw2.c:3976: error: for each function it appears in.)
 
 
 
 -- 
  ,
  Sergey                          mailto:mikh@vlad.ru
 
State-Changed-From-To: open->closed 
State-Changed-By: maxim 
State-Changed-When: Sat Mar 31 17:14:37 UTC 2007 
State-Changed-Why:  
Should be fixed now. NB: no needs to open a PR for a build failures. 

http://www.freebsd.org/cgi/query-pr.cgi?pr=111053 
>Unformatted:
