From owner-freebsd-stable Fri Nov 9 9:33: 1 2001 Delivered-To: freebsd-stable@freebsd.org Received: from gw-us3.origin-it.com (gw-us3.origin-it.com [198.133.202.18]) by hub.freebsd.org (Postfix) with ESMTP id 656AB37B435 for ; Fri, 9 Nov 2001 09:32:54 -0800 (PST) Received: from exchsmtp-nl1.origin-it.com (localhost.origin-it.com [127.0.0.1]) by gw-us3.origin-it.com with ESMTP id LAA09404; Fri, 9 Nov 2001 11:38:05 -0600 (CST) (envelope-from Helge.Oldach@atosorigin.com) Received: from exchsmtp-nl1.origin-it.com(172.16.127.66) by gw-us3.origin-it.com via mwrap (4.0a) id xma009402; Fri, 9 Nov 01 11:38:05 -0600 Received: from mail.de.origin-it.com (smtprelay-de1.origin-it.com [172.16.188.53]) by exchsmtp-nl1.origin-it.com (8.9.3/8.8.5-1.2.2m-19990317) with ESMTP id SAA01654; Fri, 9 Nov 2001 18:32:37 +0100 (MET) Received: from mailhub.de.origin-it.com (mailhub.de.origin-it.com [172.16.189.20]) by mail.de.origin-it.com (8.9.3/8.8.5-1.2.2m-19990317) with ESMTP id SAA21173; Fri, 9 Nov 2001 18:32:22 +0100 (MET) Received: from galaxy.de.cp.philips.com (galaxy.de.cp.philips.com [130.143.166.29]) by mailhub.de.origin-it.com (8.11.6/8.11.6/hmo16aug01) with ESMTP id fA9HWSd27212; Fri, 9 Nov 2001 18:32:29 +0100 (CET) (envelope-from Helge.Oldach@de.origin-it.com) Received: (from hmo@localhost) by galaxy.de.cp.philips.com (8.9.3/8.9.3/hmo14aug98) id SAA28862; Fri, 9 Nov 2001 18:32:27 +0100 (MET) Message-Id: <200111091732.SAA28862@galaxy.de.cp.philips.com> Subject: Re: problem building smbfs module, any hint ? In-Reply-To: <20011101134912.A28557@netmonger.net> from Christopher Masto at "Nov 1, 2001 1:49:12 pm" To: chris@netmonger.net (Christopher Masto) Date: Fri, 9 Nov 2001 18:32:26 +0100 (MET) Cc: rizzo@aciri.org, john_m_cooper@yahoo.com, stable@freebsd.org From: Helge Oldach X-Address: Atos Origin GmbH, Billstrasse 80, D-20539 Hamburg, Germany X-Phone: +49 40 7886 464, Fax: +49 40 7886 235, Mobile: +49 160 4782517 MIME-Version: 1.0 Content-Type: text/plain; charset=US-ASCII Content-Transfer-Encoding: 7bit Sender: owner-freebsd-stable@FreeBSD.ORG Precedence: bulk List-ID: List-Archive: (Web Archive) List-Help: (List Instructions) List-Subscribe: List-Unsubscribe: X-Loop: FreeBSD.ORG Christopher Masto: >On Thu, Nov 01, 2001 at 10:37:19AM -0800, Luigi Rizzo wrote: >> ok, thanks for the hint. >> I still think there is a bug in the dependency then, because at >> least from what i have seen when KLDfying other modules, >> you make sure that your kernel contains all is needed >> for later loading the module. > >smbfs is strange, partly a port, partly a kernel module, partly >dependant on compiling the kernel with certain options (which seem to >only be used for smbfs). Actually for 4.4-STABLE is is only a port, installing just smbutil. The Makefile (or pkg-plist) is slightly broken: The kernel module should not be deinstalled (it isn't installed by the port either). See ports/31635. To make it work one needs to add LIBMCHAIN *and* LIBICONV to a GENERIC kernel config. Well, this does work for me... Helge To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-stable" in the body of the message