From owner-freebsd-stable@FreeBSD.ORG Tue Feb 22 09:18:36 2011 Return-Path: Delivered-To: freebsd-stable@freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:4f8:fff6::34]) by hub.freebsd.org (Postfix) with ESMTP id 77486106564A for ; Tue, 22 Feb 2011 09:18:36 +0000 (UTC) (envelope-from nvass@gmx.com) Received: from mailout-eu.gmx.com (mailout-eu.gmx.com [213.165.64.42]) by mx1.freebsd.org (Postfix) with SMTP id C4E698FC1C for ; Tue, 22 Feb 2011 09:18:35 +0000 (UTC) Received: (qmail invoked by alias); 22 Feb 2011 09:18:34 -0000 Received: from adsl-124.91.140.30.tellas.gr (EHLO [192.168.73.195]) [91.140.30.124] by mail.gmx.com (mp-eu005) with SMTP; 22 Feb 2011 10:18:34 +0100 X-Authenticated: #46156728 X-Provags-ID: V01U2FsdGVkX1+xlrUi0RWxptYHHqI6ro8fgKKrGxDQBQRzYL/Qjx s0q5ymV7Ozv76E Message-ID: <4D637F60.2090007@gmx.com> Date: Tue, 22 Feb 2011 11:18:24 +0200 From: Nikos Vassiliadis User-Agent: Mozilla/5.0 (Windows; U; Windows NT 6.1; en-US; rv:1.9.2.13) Gecko/20101207 Thunderbird/3.1.7 MIME-Version: 1.0 To: Etienne Robillard References: <4D62D961.9000804@gthcfoundation.org> In-Reply-To: <4D62D961.9000804@gthcfoundation.org> Content-Type: text/plain; charset=ISO-8859-1; format=flowed Content-Transfer-Encoding: 7bit X-Y-GMX-Trusted: 0 Cc: freebsd-stable@freebsd.org Subject: Re: Problem with ipfw and libalias on 8.2-PRERELEASE 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: Tue, 22 Feb 2011 09:18:36 -0000 On 2/21/2011 11:30 PM, Etienne Robillard wrote: > KLD ipfw.ko: depends on libalias - not available or version mismatch > linker_load_file: Unsupported file type Try a: touch sys/netinet/ipfw/*.c sys/netinet/libalias/*.c env NO_CLEAN=1 make kernel Does this fix the problem? Nikos