Gentoo Websites Logo
Go to: Gentoo Home Documentation Forums Lists Bugs Planet Store Wiki Get Gentoo!
Bug 199359 - "Multiple-Versions in Same Package Slot" Error when emerging gnome-blog
Summary: "Multiple-Versions in Same Package Slot" Error when emerging gnome-blog
Status: VERIFIED FIXED
Alias: None
Product: Gentoo Linux
Classification: Unclassified
Component: [OLD] GNOME (show other bugs)
Hardware: x86 Linux
: High normal (vote)
Assignee: Gentoo Linux Gnome Desktop Team
URL:
Whiteboard:
Keywords:
Depends on:
Blocks:
 
Reported: 2007-11-16 13:04 UTC by Christopher Friedt
Modified: 2007-11-16 13:47 UTC (History)
0 users

See Also:
Package list:
Runtime testing required: ---


Attachments

Note You need to log in before you can comment on or make changes to this bug.
Description Christopher Friedt 2007-11-16 13:04:14 UTC
see 'actual results'


Reproducible: Always

Actual Results:  
$ sudo emerge -avD1 --with-bdeps y =gnome-blog-0.9.1

These are the packages that would be merged, in order:

Calculating dependencies /
!!! Multiple versions within a single package slot have been 
!!! pulled into the dependency graph:

('installed', '/', 'gnome-base/gnome-vfs-2.20.0', 'nomerge') pulled in by
  ('installed', '/', 'gnome-base/nautilus-2.20.0', 'nomerge')

('ebuild', '/', 'gnome-base/gnome-vfs-2.18.1', 'merge') pulled in by
  ('installed', '/', 'gnome-base/libbonoboui-2.20.0', 'nomerge')
  ('installed', '/', 'gnome-extra/evolution-data-server-1.12.1', 'nomerge')
  ('installed', '/', 'gnome-base/gnome-panel-2.20.1', 'nomerge')
  ('installed', '/', 'dev-dotnet/gnomevfs-sharp-2.16.0', 'nomerge')
  ('installed', '/', 'gnome-base/eel-2.20.0', 'nomerge')
  ('installed', '/', 'gnome-base/gnome-desktop-2.20.1', 'nomerge')
  ('installed', '/', 'gnome-base/libgnome-2.20.1.1', 'nomerge')

It may be possible to solve this problem by using package.mask to
prevent one of those packages from being selected. However, it is also
possible that conflicting dependencies exist such that they are
impossible to satisfy simultaneously. If such a conflict exists in the
dependencies of two different packages, then those packages can not be
installed simultaneously.

For more information, see MASKED PACKAGES section in the emerge man page
or refer to the Gentoo Handbook.


Expected Results:  
a proper emerge

see 'actual results'
Comment 1 Jakub Moc (RETIRED) gentoo-dev 2007-11-16 13:18:07 UTC
emerge --info please.
Comment 2 Christopher Friedt 2007-11-16 13:30:16 UTC
caused by package gnome-base/gnome-vfs-2.20.0 disappearing, and getting gnome-base/gnome-vfs-2.20.1 instead.

Simply had to change the entry in /etc/portage/package.keywords

=gnome-base/gnome-vfs-2.20.0 => =gnome-base/gnome-vfs-2.20.1
Comment 3 Christopher Friedt 2007-11-16 13:31:13 UTC
Sorry, I should have clarified that I had performed an emerge --sync between the latest gnome-2.20.x upgrade and now.

(In reply to comment #2)
> caused by package gnome-base/gnome-vfs-2.20.0 disappearing, and getting
> gnome-base/gnome-vfs-2.20.1 instead.
> 
> Simply had to change the entry in /etc/portage/package.keywords
> 
> =gnome-base/gnome-vfs-2.20.0 => =gnome-base/gnome-vfs-2.20.1
>