From owner-freebsd-stable@FreeBSD.ORG Sat Mar 31 14:45:40 2007 Return-Path: X-Original-To: freebsd-stable@freebsd.org Delivered-To: freebsd-stable@freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [69.147.83.52]) by hub.freebsd.org (Postfix) with ESMTP id 22C0216A401 for ; Sat, 31 Mar 2007 14:45:40 +0000 (UTC) (envelope-from david@catwhisker.org) Received: from bunrab.catwhisker.org (adsl-63-193-123-122.dsl.snfc21.pacbell.net [63.193.123.122]) by mx1.freebsd.org (Postfix) with ESMTP id E5A0113C4AD for ; Sat, 31 Mar 2007 14:45:39 +0000 (UTC) (envelope-from david@catwhisker.org) Received: from bunrab.catwhisker.org (localhost [127.0.0.1]) by bunrab.catwhisker.org (8.13.3/8.13.3) with ESMTP id l2VEONFt089284; Sat, 31 Mar 2007 07:24:23 -0700 (PDT) (envelope-from david@bunrab.catwhisker.org) Received: (from david@localhost) by bunrab.catwhisker.org (8.13.3/8.13.1/Submit) id l2VEONKr089283; Sat, 31 Mar 2007 07:24:23 -0700 (PDT) (envelope-from david) Date: Sat, 31 Mar 2007 07:24:23 -0700 From: David Wolfskill To: "Rick C. Petty" Message-ID: <20070331142423.GL75941@bunrab.catwhisker.org> Mail-Followup-To: David Wolfskill , "Rick C. Petty" , freebsd-stable@freebsd.org, julian@elischer.org References: <20070331082756.GA74432@keira.kiwi-computer.com> Mime-Version: 1.0 Content-Type: multipart/signed; micalg=pgp-sha1; protocol="application/pgp-signature"; boundary="sMkrXc3gAYLRVOjR" Content-Disposition: inline In-Reply-To: <20070331082756.GA74432@keira.kiwi-computer.com> User-Agent: Mutt/1.4.2.1i Cc: freebsd-stable@freebsd.org, julian@elischer.org Subject: Re: make world broken for RELENG_6 X-BeenThere: freebsd-stable@freebsd.org X-Mailman-Version: 2.1.5 Precedence: list List-Id: Production branch of FreeBSD source code List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Sat, 31 Mar 2007 14:45:40 -0000 --sMkrXc3gAYLRVOjR Content-Type: text/plain; charset=us-ascii Content-Disposition: inline Content-Transfer-Encoding: quoted-printable On Sat, Mar 31, 2007 at 02:27:56AM -0600, Rick C. Petty wrote: > Is anyone else experiencing build problems with the latest RELENG_6 (sup'd > as of 2007-Mar-31 0800 UTC)? >=20 > A buildworld failed at: >=20 > =3D=3D=3D> sbin/ipfw (all) > ... Right; I encountered the same thing. Locally reverting src/sys/netinet/ip_fw.h rev. 1.100.2.6 appears to have fixed it for me: after doing that, I was able to successfully build, install, and boot. And yes, I use IPFW. :-} The issue appears to be that src/sbin/ipfw/ipfw2.c references ipfw_insn_pipe, which 1.100.2.6 dyked out out ip_fw.h. I don't know that reverting 1.100.2.6 was the "correct" thing to do; it may be better to change ipfw2.c to not try to refer to it. I've Cc:ed Julian, since he committed the changes. Peace, david --=20 David H. Wolfskill david@catwhisker.org Believe SORBS at your own risk: 63.193.123.122 has been static since Aug 19= 99. See http://www.catwhisker.org/~david/publickey.gpg for my public key. --sMkrXc3gAYLRVOjR Content-Type: application/pgp-signature Content-Disposition: inline -----BEGIN PGP SIGNATURE----- Version: GnuPG v1.4.0 (FreeBSD) iEYEARECAAYFAkYObxUACgkQmprOCmdXAD2IKgCfSXJJDpuMi/DhaS98GfIBUlfE 76QAniSidGru09w8ayUyjeJVLEbrxWjH =bfgF -----END PGP SIGNATURE----- --sMkrXc3gAYLRVOjR--