Summary: | gnome-base/gnome-panel-2.22.0 config error: No package 'gweather' found | ||
---|---|---|---|
Product: | Gentoo Linux | Reporter: | Jeff Kowalczyk <jeff.kowalczyk> |
Component: | [OLD] GNOME | Assignee: | Gentoo Linux Gnome Desktop Team <gnome> |
Status: | RESOLVED INVALID | ||
Severity: | normal | CC: | eug1967 |
Priority: | High | ||
Version: | unspecified | ||
Hardware: | All | ||
OS: | Linux | ||
Whiteboard: | |||
Package list: | Runtime testing required: | --- | |
Attachments: |
build.log
emerge --info |
Description
Jeff Kowalczyk
2008-04-05 00:00:04 UTC
Created attachment 148672 [details]
build.log
Created attachment 148673 [details]
emerge --info
>=dev-libs/libgweather-2.21.2 is in gnome-panel-2.22.0.
What does "emerge -vp libgweather" tell?
Also please attach the /var/db/pkg/dev-libs/libgweather-2.22.0/CONTENTS file (do you have it?, or some other libgweather directory with differing version number in there?)
Emerging dev-libs/libgweather-2.22.0 fixes the problem. Apparently gnome-base/gnome-panel-2.22.0 (conditionally) depends on dev-libs/libgweather-2.22.0. To answer your question, libgweather wasn't pulled in as a dependency by the gnome-2.22.0 upgrades on my ~x86. That's probably the most accurate classification of the bug. # genlop -l | tail -n 1 Fri Apr 4 20:03:52 2008 >>> dev-libs/libgweather-2.22.0 # emerge libgweather -pv These are the packages that would be merged, in order: Calculating dependencies ... done! [ebuild R ] dev-libs/libgweather-2.22.0 USE="-debug" 0 kB Total: 1 package (1 reinstall), Size of downloads: 0 kB the dep is not conditional. The only reason I see for you to hit this bug would be that you used the overlay at some point where this bug was present, did you use it ? I have the following overlays: # layman -l * desktop-effects [Git ] (source: git://git.overlays.gentoo....) * emacs [Subversion] (source: https://overlays.gentoo.or...) * lila-theme [Subversion] (source: http://svn.berlios.de/svnr...) * pythonhead [Subversion] (source: http://overlays.gentoo.org...) * sajinet [Rsync ] (source: rsync://tapir.sajinet.com....) * science [Subversion] (source: http://overlays.gentoo.org...) * sunrise [Subversion] (source: http://overlays.gentoo.org...) * xen [Subversion] (source: http://overlays.gentoo.org...) And I generally take notice if there's anything coming in from any of these overlays. I don't think I had any gnome packages come from any of them. gnome-base/gnome-panel-2.22.0 unconditionally depends on dev-libs/libgweather. You are not supposed to be able to install gnome-panel-2.22.0 before you have libgweather present. Portage would not allow it. How do you think it was possible for you? *** Bug 216734 has been marked as a duplicate of this bug. *** Yes, this bug is invalid, caused by (this) user upgrading packages too soon. I was able to resolve my system by emerging libgweather --oneshot, then emerging gnome-panel. Sorry for the noise. Thanks, marking as such to not have this bug in NEEDINFO searches for unopened bugs that have information provided |