From owner-freebsd-ipfw@FreeBSD.ORG Thu Dec 17 17:46:25 2009 Return-Path: Delivered-To: freebsd-ipfw@freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:4f8:fff6::34]) by hub.freebsd.org (Postfix) with ESMTP id 812BB1065743 for ; Thu, 17 Dec 2009 17:46:25 +0000 (UTC) (envelope-from luigi@onelab2.iet.unipi.it) Received: from onelab2.iet.unipi.it (onelab2.iet.unipi.it [131.114.59.238]) by mx1.freebsd.org (Postfix) with ESMTP id 472A98FC08 for ; Thu, 17 Dec 2009 17:46:25 +0000 (UTC) Received: by onelab2.iet.unipi.it (Postfix, from userid 275) id 2E876730A1; Thu, 17 Dec 2009 18:53:52 +0100 (CET) Date: Thu, 17 Dec 2009 18:53:52 +0100 From: Luigi Rizzo To: David Horn Message-ID: <20091217175352.GA69780@onelab2.iet.unipi.it> References: <25ff90d60912170931qd6109w91409ebb225791dc@mail.gmail.com> Mime-Version: 1.0 Content-Type: text/plain; charset=us-ascii Content-Disposition: inline In-Reply-To: <25ff90d60912170931qd6109w91409ebb225791dc@mail.gmail.com> User-Agent: Mutt/1.4.2.3i Cc: freebsd-ipfw@freebsd.org Subject: Re: r200580 ipfw.ko kldload failure 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, 17 Dec 2009 17:46:25 -0000 On Thu, Dec 17, 2009 at 12:31:32PM -0500, David Horn wrote: > Luigi -- > > I am seeing a kldload failure for ipfw.ko after the latest -current commits > (fails for r200580 - r200633 inclusive) for ipfw: > > link_elf_obj: symbol ipfw_dyn_attach undefined not surprising, as i forgot to put the new filenames in the Makefile for the module, and buildworld does not (and cannot) complain about unresolved symbols. Just committed a fix in r200636 thanks luigi