From owner-freebsd-questions@FreeBSD.ORG Tue Jan 13 18:24:55 2004 Return-Path: Delivered-To: freebsd-questions@freebsd.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id 4982A16A4CE for ; Tue, 13 Jan 2004 18:24:55 -0800 (PST) Received: from delicious.cs.wisc.edu (delicious.cs.wisc.edu [128.105.167.24]) by mx1.FreeBSD.org (Postfix) with ESMTP id E048043D3F for ; Tue, 13 Jan 2004 18:24:53 -0800 (PST) (envelope-from ncb@cs.wisc.edu) Received: from localhost (ncb@localhost) by delicious.cs.wisc.edu (8.9.2/8.9.2) with ESMTP id UAA00548 for ; Tue, 13 Jan 2004 20:24:53 -0600 (CST) Date: Tue, 13 Jan 2004 20:24:53 -0600 (CST) From: "Nathan C. Burnett" To: freebsd-questions@freebsd.org Message-ID: MIME-Version: 1.0 Content-Type: TEXT/PLAIN; charset=US-ASCII Subject: atk portupgrade errors X-BeenThere: freebsd-questions@freebsd.org X-Mailman-Version: 2.1.1 Precedence: list List-Id: User questions List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Wed, 14 Jan 2004 02:24:55 -0000 I'm running 5.1-RELEASE. For several weeks, when doing a portupgrade, atk won't upgrade. When I run portupgrade -a, I get the following at the end of the run: [Updating the pkgdb in /var/db/pkg ... - 200 packages found (-0 +1) . done] ---> Skipping 'x11-toolkits/gtk20' (gtk-2.2.4_1) because 'devel/atk' (atk-1.4.1) failed ---> Skipping 'devel/libglade2' (libglade2-2.0.1_1) because 'x11-toolkits/gtk20' (gtk-2.2.4_1) failed ---> Skipping 'editors/AbiWord2' (AbiWord2-2.0.1) because 'devel/libglade2' (libglade2-2.0.1_1) failed ---> Skipping 'www/plugger' (plugger-4.0_3) because 'editors/AbiWord2' (AbiWord2-2.0.1) failed ---> Skipping 'textproc/gtkspell2' (gtkspell2-2.0.4) because 'x11-toolkits/gtk20' (gtk-2.2.4_1) failed ---> Skipping 'net/gaim' (gaim-0.71_4) because 'textproc/gtkspell2' (gtkspell2-2.0.4) failed ** The following packages were not installed or upgraded (*:skipped / !:failed) ! devel/atk (atk-1.4.1) (checksum mismatch) * x11-toolkits/gtk20 (gtk-2.2.4_1) * devel/libglade2 (libglade2-2.0.1_1) * editors/AbiWord2 (AbiWord2-2.0.1) * www/plugger (plugger-4.0_3) * textproc/gtkspell2 (gtkspell2-2.0.4) * net/gaim (gaim-0.71_4) Scrolling back and looking at the attempted upgrade of atk shows: >> Checksum mismatch for gnome2/atk-1.4.1.tar.bz2. ===> Refetch for 1 more times files: gnome2/atk-1.4.1.tar.bz2 >> atk-1.4.1.tar.bz2 doesn't seem to exist in /usr/ports/distfiles/gnome2. >> Attempting to fetch from http://www.gtlib.cc.gatech.edu/pub/gnome/sources/atk/1.4/. fetch: atk-1.4.1.tar.bz2: local modification time does not match remote It goes on to try many different mirror sites, each one resulting in this modification time error. This has been the case for several weeks so I assume it's a problem with my installation and not with the port itself. Presumably if everyone was having this problem someone would have fixed it. Any ideas as to where I should start looking to fix this? It's annoying since there are about a half a dozen other ports that won't upgrade due to a dependency to atk. Thanks in advance, -N