From owner-freebsd-questions@FreeBSD.ORG Wed Nov 29 15:15:47 2006 Return-Path: X-Original-To: freebsd-questions@freebsd.org Delivered-To: freebsd-questions@freebsd.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [69.147.83.52]) by hub.freebsd.org (Postfix) with ESMTP id 245F216A566 for ; Wed, 29 Nov 2006 15:15:47 +0000 (UTC) (envelope-from xfb52@dial.pipex.com) Received: from smtp-out2.blueyonder.co.uk (smtp-out2.blueyonder.co.uk [195.188.213.5]) by mx1.FreeBSD.org (Postfix) with ESMTP id 401B843CAA for ; Wed, 29 Nov 2006 15:15:44 +0000 (GMT) (envelope-from xfb52@dial.pipex.com) Received: from [172.23.170.143] (helo=anti-virus02-10) by smtp-out2.blueyonder.co.uk with smtp (Exim 4.52) id 1GpRA1-0000MN-D4; Wed, 29 Nov 2006 15:15:45 +0000 Received: from [82.46.239.57] (helo=[192.168.0.2]) by asmtp-out5.blueyonder.co.uk with esmtp (Exim 4.52) id 1GpR9t-0005p6-IT; Wed, 29 Nov 2006 15:15:37 +0000 Message-ID: <456DA419.4030403@dial.pipex.com> Date: Wed, 29 Nov 2006 15:15:37 +0000 From: Alex Zbyslaw User-Agent: Mozilla/5.0 (X11; U; FreeBSD i386; en-GB; rv:1.7.13) Gecko/20061106 X-Accept-Language: en MIME-Version: 1.0 To: David Abrahams References: <87psb85yii.fsf@pereiro.luannocracy.com> <44y7pujox4.fsf@be-well.ilk.org> <456DA196.6040505@dial.pipex.com> In-Reply-To: <456DA196.6040505@dial.pipex.com> Content-Type: text/plain; charset=ISO-8859-1; format=flowed Content-Transfer-Encoding: 7bit Cc: freebsd-questions@freebsd.org Subject: Re: portsdb -Uu hung X-BeenThere: freebsd-questions@freebsd.org X-Mailman-Version: 2.1.5 Precedence: list List-Id: User questions List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Wed, 29 Nov 2006 15:15:47 -0000 Alex Zbyslaw wrote: > Are you *sure* it's hung? -U does a "make index" in /usr/ports which > takes *forever* as it has to run a make command in *every single port*. > If you've just updated your ports tree with cvsup then consider > running "make fetchindex" from /usr/ports which just grabs the latest > pre-built version and then just doing "portsdb -u", though anything > that needs the .db file to be up-to-date will do this automatically. Just seen that portsdb -F will fetch the index and the man page even recommends running portsdb -Fu (not -Uu) after a cvsup. If -Fu still hangs for you, then you really do have a problem. --Alex