From owner-freebsd-gnome@FreeBSD.ORG Tue Feb 17 01:08:53 2004 Return-Path: Delivered-To: freebsd-gnome@freebsd.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id CCDFF16A4CE for ; Tue, 17 Feb 2004 01:08:53 -0800 (PST) Received: from belchinwaffles.com (mikejestes.com [207.108.211.250]) by mx1.FreeBSD.org (Postfix) with SMTP id 5A2CE43D1D for ; Tue, 17 Feb 2004 01:08:53 -0800 (PST) (envelope-from mike@mikejestes.com) Received: (qmail 85836 invoked from network); 17 Feb 2004 08:56:09 -0000 Received: from unknown (HELO mikejestes.com) (192.168.0.6) by server.mikejestes.com with SMTP; 17 Feb 2004 08:56:09 -0000 Message-ID: <4031DA23.1030709@mikejestes.com> Date: Tue, 17 Feb 2004 01:08:51 -0800 From: Michael J Estes User-Agent: Mozilla Thunderbird 0.5+ (X11/20040215) X-Accept-Language: en-us, en MIME-Version: 1.0 To: "Vladimir B. Grebenschikov" References: <1077004866.791.2.camel@localhost> In-Reply-To: <1077004866.791.2.camel@localhost> Content-Type: text/plain; charset=us-ascii; format=flowed Content-Transfer-Encoding: 7bit cc: gnome Subject: Re: try to upgrade on latest gnome from marcus's repo - portupgrade failed: X-BeenThere: freebsd-gnome@freebsd.org X-Mailman-Version: 2.1.1 Precedence: list List-Id: GNOME for FreeBSD -- porting and maintaining List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Tue, 17 Feb 2004 09:08:54 -0000 You probably have a conflict in the MOVED file in the ports tree root directory. Try running cvs up -C MOVED on your ports tree. I see this alot when running updates from marcusmerge. -Mike Vladimir B. Grebenschikov wrote: > Looks like bug in portupgrade, does not know how to workaround: > > # marcusmerge -a -v > [... cut ...] > Now you should run portupgrade -r pkgconfig to update all of your GNOME > 2 > ports. > # pkgdb -F > ---> Checking the package registry database > Stale dependency: AbiWord2-gnome-2.0.3_1 -> atk-1.4.1_2 > (accessibility/atk): > /usr/local/lib/ruby/site_ruby/1.6/portsdb.rb:925:in `foreach_moved': > undefined method `empty?' for nil (NameError) > from /usr/local/lib/ruby/site_ruby/1.6/portsdb.rb:920:in `each' > from /usr/local/lib/ruby/site_ruby/1.6/portsdb.rb:920:in > `foreach_moved' > from /usr/local/lib/ruby/site_ruby/1.6/portsdb.rb:919:in `open' > from /usr/local/lib/ruby/site_ruby/1.6/portsdb.rb:919:in > `foreach_moved' > from /usr/local/lib/ruby/site_ruby/1.6/portsdb.rb:938:in > `trace_moved' > from /usr/local/sbin/pkgdb:647:in `tracing_deorigin' > from /usr/local/sbin/pkgdb:662:in `guess_dep' > from /usr/local/sbin/pkgdb:577:in `fix_dependencies' > ... 7 levels... > from /usr/local/sbin/pkgdb:64:in `initialize' > from /usr/local/sbin/pkgdb:64:in `new' > from /usr/local/sbin/pkgdb:64:in `main' > from /usr/local/sbin/pkgdb:1043 > # pkgdb -uf > ---> Updating the pkgdb > [Rebuilding the pkgdb in /var/db/pkg ... - 565 > packages found (-0 +565) > ..................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................... done] > # pkgdb -F > ---> Checking the package registry database > Stale dependency: AbiWord2-gnome-2.0.3_1 -> libgnome-2.4.0_4 > (x11/libgnome): > /usr/local/lib/ruby/site_ruby/1.6/portsdb.rb:925:in `foreach_moved': > undefined method `empty?' for nil (NameError) > from /usr/local/lib/ruby/site_ruby/1.6/portsdb.rb:920:in `each' > from /usr/local/lib/ruby/site_ruby/1.6/portsdb.rb:920:in > `foreach_moved' > from /usr/local/lib/ruby/site_ruby/1.6/portsdb.rb:919:in `open' > from /usr/local/lib/ruby/site_ruby/1.6/portsdb.rb:919:in > `foreach_moved' > from /usr/local/lib/ruby/site_ruby/1.6/portsdb.rb:938:in > `trace_moved' > from /usr/local/sbin/pkgdb:647:in `tracing_deorigin' > from /usr/local/sbin/pkgdb:662:in `guess_dep' > from /usr/local/sbin/pkgdb:577:in `fix_dependencies' > ... 7 levels... > from /usr/local/sbin/pkgdb:64:in `initialize' > from /usr/local/sbin/pkgdb:64:in `new' > from /usr/local/sbin/pkgdb:64:in `main' > from /usr/local/sbin/pkgdb:1043 > # > > Any ideas hot to fix this ? > (only solution I see - fix broken dependences manually) >