On Tue, Jul 13, 2010 at 12:03 PM, Arttu V. <arttu...@gmail.com> wrote: > On 7/13/10, Mark Knecht <markkne...@gmail.com> wrote: >> It's not a big deal. The machine is fine. Everything is consistent as >> far as I know. However some portion of the download logic in emerge is >> confused. >> >> I've seen this sort of thing a few times in the past but it's always >> cleared up in a day or two. This one has gone on for weeks. >> >> Note that I do use ~amd64 on portage & eix. Maybe it's a bug that >> hasn't been cleaned up yet. >> >> So, following through, there does appear to be a new flag setting >> (-gdu) however it's not triggered emerging @world even though packages >> on the system require gvfs according to equery. >> >> Somethings inconsistent. (Possibly my brain!) > > Please tell us if these two files differ on the system: > > /var/db/pkg/gnome-base/gnome-2.28.2.ebuild > /usr/portage/gnome-base/gnome-2.28.2.ebuild > > (Please adjust paths etc accordingly if you don't use regular > locations or if I got the versions installed on the system wrong.) > > What we might have here is the fun of silent revbumps. > > -- > Arttu V. -- Running Gentoo is like running with scissors > >
Different sizes and slightly different contents: c2stable ~ # ls -la /usr/portage/gnome-base/gnome/gnome-2.28.2.ebuild -rw-r--r-- 1 root root 5574 Jul 6 07:36 /usr/portage/gnome-base/gnome/gnome-2.28.2.ebuild c2stable ~ # diff /var/db/pkg/gnome-base/gnome-2.28.2/gnome-2.28.2.ebuild /usr/portage/gnome-base/gnome/gnome-2.28.2.ebuild 3c3 < # $Header: /var/cvsroot/gentoo-x86/gnome-base/gnome/gnome-2.28.2.ebuild,v 1.7 2010/05/04 16:31:31 tester Exp $ --- > # $Header: /var/cvsroot/gentoo-x86/gnome-base/gnome/gnome-2.28.2.ebuild,v > 1.10 2010/07/06 14:14:50 ssuominen Exp $ 15c15 < KEYWORDS="amd64 ~x86" --- > KEYWORDS="~alpha amd64 ~ia64 ~ppc64 ~sparc x86" c2stable ~ # similar differences for the gvfs package: c2stable ~ # diff /var/db/pkg/gnome-base/gvfs-1.4.3-r1/gvfs-1.4.3-r1.ebuild /usr/portage/gnome-base/gvfs/gvfs-1.4.3-r1.ebuild 3c3 < # $Header: /var/cvsroot/gentoo-x86/gnome-base/gvfs/gvfs-1.4.3-r1.ebuild,v 1.2 2010/05/05 17:56:14 pacho Exp $ --- > # $Header: /var/cvsroot/gentoo-x86/gnome-base/gvfs/gvfs-1.4.3-r1.ebuild,v 1.5 > 2010/07/06 13:22:53 ssuominen Exp $ 15c15 < KEYWORDS="amd64 ~x86" --- > KEYWORDS="~alpha amd64 ~ia64 ~ppc64 ~sparc x86" c2stable ~ # - Mark