From owner-freebsd-ports@FreeBSD.ORG Wed Jan 4 15:41:09 2006 Return-Path: X-Original-To: ports@freebsd.org Delivered-To: freebsd-ports@FreeBSD.ORG Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id D7F2916A41F; Wed, 4 Jan 2006 15:41:09 +0000 (GMT) (envelope-from koma2@lovepeers.org) Received: from www235.sakura.ne.jp (www235.sakura.ne.jp [202.181.97.45]) by mx1.FreeBSD.org (Postfix) with ESMTP id 3DB6143D68; Wed, 4 Jan 2006 15:41:09 +0000 (GMT) (envelope-from koma2@lovepeers.org) Received: from [192.168.11.2] (61-26-245-137.rev.home.ne.jp [61.26.245.137]) (authenticated bits=0) by www235.sakura.ne.jp (8.12.11/8.12.11) with ESMTP id k04Fewqp075000 (version=TLSv1/SSLv3 cipher=DHE-RSA-AES256-SHA bits=256 verify=NO); Thu, 5 Jan 2006 00:40:59 +0900 (JST) (envelope-from koma2@lovepeers.org) Message-ID: <43BBEC8C.5030400@lovepeers.org> Date: Thu, 05 Jan 2006 00:41:00 +0900 From: KOMATSU Shinichiro User-Agent: Mozilla Thunderbird 1.0.2 (Macintosh/20050317) X-Accept-Language: ja, en-us, en MIME-Version: 1.0 To: Mike Jakubik References: <43BB5DAF.3010800@rogers.com> In-Reply-To: <43BB5DAF.3010800@rogers.com> Content-Type: text/plain; charset=ISO-8859-1; format=flowed Content-Transfer-Encoding: 7bit Cc: ports@freebsd.org Subject: Re: FreeBSD Port: sysutils/portupgrade X-BeenThere: freebsd-ports@freebsd.org X-Mailman-Version: 2.1.5 Precedence: list List-Id: Porting software to FreeBSD List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Wed, 04 Jan 2006 15:41:10 -0000 Hello, Thank you for reporting, but I cannot determine where the source of the trouble exists, so whould you try the followings, please? 1. Try to add "--ignore-moved" option to portversion. With this option added, portversion totally ignores MOVED. I know some problems still remain in MOVED tracing function, so always try "--ignore-moved" if you encounter a problem. 2. Once remove INDEX.db and remake it by "portsdb -u". 3. If you set "PORTS_DBDRIVER" environment variable, try to unset it, remake pkg.db and INDEX.db, and see whether the same problem occurs. I did not test other than the default BDB version (BDB1). Mike Jakubik wrote: > It seems that there is something wrong with the new portupgrade. I > recently updated to 2.0.1,1 and i am experiencing freezes, which seems > to me caused by ruby sitting and taking up all cpu. I reinstalled all > decencies to be sure its a clean install, but the problem remains. > > root@fbsd.local:~# pkgdb -F > ---> Checking the package registry database > [Rebuilding the pkgdb in /var/db/pkg ... - 214 > packages found (-0 +214) > ....................................................................................................................................................................................................................... > done] > root@fbsd.local:~# portversion -v > [Updating the portsdb in /usr/ports ... - 13959 port > entries found > ..........1000.........2000.........3000.........4000.........5000.........6000.........7000.........8000.........9000.........10000.........11000.........12000.........13000......... > ...... done] > BitchX-1.1 = up-to-date with port > > ..... it sits here. > > PID USERNAME THR PRI NICE SIZE RES STATE TIME WCPU COMMAND > 98156 root 1 125 0 26784K 26220K RUN 5:13 98.14% ruby18 > > > portupgrade-2.0.1,1 FreeBSD ports/packages administration and management > tool s > ruby-1.8.2_5,1 An object-oriented interpreted scripting language > ruby18-bdb4-0.5.7 Ruby interface to Sleepycat's Berkeley DB revision 2 > or lat > db4-4.0.14_1,1 The Berkeley DB package, revision 4 > db43-4.3.29 The Berkeley DB package, revision 4.3 > > Could it be a BDB conflict? 4.3 is required by cyrus imap. > >