From owner-freebsd-current@FreeBSD.ORG Wed Nov 10 19:42:46 2010 Return-Path: Delivered-To: freebsd-current@freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:4f8:fff6::34]) by hub.freebsd.org (Postfix) with ESMTP id 348FB106566C; Wed, 10 Nov 2010 19:42:46 +0000 (UTC) (envelope-from avg@freebsd.org) Received: from citadel.icyb.net.ua (citadel.icyb.net.ua [212.40.38.140]) by mx1.freebsd.org (Postfix) with ESMTP id 0DA538FC0C; Wed, 10 Nov 2010 19:42:44 +0000 (UTC) Received: from odyssey.starpoint.kiev.ua (alpha-e.starpoint.kiev.ua [212.40.38.101]) by citadel.icyb.net.ua (8.8.8p3/ICyb-2.3exp) with ESMTP id VAA27160; Wed, 10 Nov 2010 21:42:42 +0200 (EET) (envelope-from avg@freebsd.org) Message-ID: <4CDAF5B1.4040501@freebsd.org> Date: Wed, 10 Nov 2010 21:42:41 +0200 From: Andriy Gapon User-Agent: Mozilla/5.0 (X11; U; FreeBSD amd64; en-US; rv:1.9.2.12) Gecko/20101029 Lightning/1.0b2 Thunderbird/3.1.6 MIME-Version: 1.0 To: Sergey Kandaurov References: <4CD7C8FC.900@icyb.net.ua> <4CD7E515.5040209@icyb.net.ua> <4CD7E960.1070200@freebsd.org> <4CDA3CDD.5000404@freebsd.org> <4CDAEDB2.4010704@freebsd.org> In-Reply-To: <4CDAEDB2.4010704@freebsd.org> X-Enigmail-Version: 1.1.2 Content-Type: text/plain; charset=ISO-8859-1 Content-Transfer-Encoding: 7bit Cc: freebsd-fs@freebsd.org, freebsd-current@freebsd.org, Ivan Voras Subject: Re: another fuse panic X-BeenThere: freebsd-current@freebsd.org X-Mailman-Version: 2.1.5 Precedence: list List-Id: Discussions about the use of FreeBSD-current List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Wed, 10 Nov 2010 19:42:46 -0000 on 10/11/2010 21:08 Andriy Gapon said the following: > on 10/11/2010 20:26 Sergey Kandaurov said the following: >> Hi. >> If I understood you correctly, then you need >> PORTS_MODULES set in /etc/make.conf. > > It was a long time ago when I tried it last time, but I remember having problems > with it during upgrades. I think this is what it was/is. If a port in PORTS_MODULES has dependencies, then buildkernel would try to install those dependencies even if they are already installed. And that, obviously, would fail. -- Andriy Gapon