* [gentoo-amd64] Multiple versions within a single package slot...
@ 2007-02-05 16:44 Mark Knecht
2007-02-05 16:53 ` Simon Stelling
2007-02-05 16:54 ` Bo Ørsted Andresen
0 siblings, 2 replies; 4+ messages in thread
From: Mark Knecht @ 2007-02-05 16:44 UTC (permalink / raw
To: gentoo-amd64
Hi all,
Been awhile since I've posted. I've run into a problem on my AMD64
desktop machine as shown below. Since Gnome and cups are both a
requirement on my system I'm wondering how to handle this? I don't
know what gnome-vfs really does for me so maybe it can be taken out
via USE flags? Nor do I know what dbus does.
What is the best way to go about solving this? Is it really to
start masking certain package revisions by hand? Are others having
this problem? I don't remember seeing any list traffic on it but maybe
I missed it.
Thanks,
Mark
lightning ~ # emerge -DuN world
Calculating world dependencies -
!!! Multiple versions within a single package slot have been
!!! pulled into the dependency graph:
('ebuild', '/', 'sys-apps/dbus-0.62-r2', 'nomerge') pulled in by
('ebuild', '/', 'gnome-base/gnome-vfs-2.16.3', 'nomerge')
('ebuild', '/', 'sys-apps/dbus-1.0.2', 'merge') pulled in by
('ebuild', '/', 'net-print/cups-1.2.6', '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.
!!! Depgraph creation failed.
lightning ~ #
--
gentoo-amd64@gentoo.org mailing list
^ permalink raw reply [flat|nested] 4+ messages in thread
* Re: [gentoo-amd64] Multiple versions within a single package slot...
2007-02-05 16:44 [gentoo-amd64] Multiple versions within a single package slot Mark Knecht
@ 2007-02-05 16:53 ` Simon Stelling
2007-02-05 16:54 ` Bo Ørsted Andresen
1 sibling, 0 replies; 4+ messages in thread
From: Simon Stelling @ 2007-02-05 16:53 UTC (permalink / raw
To: gentoo-amd64
Hi,
Mark Knecht wrote:
> What is the best way to go about solving this? Is it really to
> start masking certain package revisions by hand? Are others having
> this problem? I don't remember seeing any list traffic on it but maybe
> I missed it.
Yes, masking by hand is the best solution. The new portage versions do a
great job detecting problems, but they still need some hand-holding when
solving them.
--
Kind Regards,
Simon Stelling
Gentoo/AMD64 developer
--
gentoo-amd64@gentoo.org mailing list
^ permalink raw reply [flat|nested] 4+ messages in thread
* Re: [gentoo-amd64] Multiple versions within a single package slot...
2007-02-05 16:44 [gentoo-amd64] Multiple versions within a single package slot Mark Knecht
2007-02-05 16:53 ` Simon Stelling
@ 2007-02-05 16:54 ` Bo Ørsted Andresen
2007-02-05 17:01 ` Mark Knecht
1 sibling, 1 reply; 4+ messages in thread
From: Bo Ørsted Andresen @ 2007-02-05 16:54 UTC (permalink / raw
To: gentoo-amd64
[-- Attachment #1: Type: text/plain, Size: 847 bytes --]
On Monday 05 February 2007 17:44:51 Mark Knecht wrote:
> lightning ~ # emerge -DuN world
> Calculating world dependencies -
> !!! Multiple versions within a single package slot have been
> !!! pulled into the dependency graph:
>
> ('ebuild', '/', 'sys-apps/dbus-0.62-r2', 'nomerge') pulled in by
> ('ebuild', '/', 'gnome-base/gnome-vfs-2.16.3', 'nomerge')
>
> ('ebuild', '/', 'sys-apps/dbus-1.0.2', 'merge') pulled in by
> ('ebuild', '/', 'net-print/cups-1.2.6', 'nomerge')
>
> It may be possible to solve this problem by using package.mask to
> prevent one of those packages from being selected.
This is bug #1343 [1]. You need to mask <sys-apps/dbus-0.90. gnome-vfs has an
alternate provider it will pull in once <sys-apps/dbus-0.90 has been masked.
[1] https://bugs.gentoo.org/show_bug.cgi?id=1343
--
Bo Andresen
[-- Attachment #2: Type: application/pgp-signature, Size: 189 bytes --]
^ permalink raw reply [flat|nested] 4+ messages in thread
* Re: [gentoo-amd64] Multiple versions within a single package slot...
2007-02-05 16:54 ` Bo Ørsted Andresen
@ 2007-02-05 17:01 ` Mark Knecht
0 siblings, 0 replies; 4+ messages in thread
From: Mark Knecht @ 2007-02-05 17:01 UTC (permalink / raw
To: gentoo-amd64
Thanks guys!
Have a great week.
- Mark
On 2/5/07, Bo Ørsted Andresen <bo.andresen@zlin.dk> wrote:
> On Monday 05 February 2007 17:44:51 Mark Knecht wrote:
> > lightning ~ # emerge -DuN world
> > Calculating world dependencies -
> > !!! Multiple versions within a single package slot have been
> > !!! pulled into the dependency graph:
> >
> > ('ebuild', '/', 'sys-apps/dbus-0.62-r2', 'nomerge') pulled in by
> > ('ebuild', '/', 'gnome-base/gnome-vfs-2.16.3', 'nomerge')
> >
> > ('ebuild', '/', 'sys-apps/dbus-1.0.2', 'merge') pulled in by
> > ('ebuild', '/', 'net-print/cups-1.2.6', 'nomerge')
> >
> > It may be possible to solve this problem by using package.mask to
> > prevent one of those packages from being selected.
>
> This is bug #1343 [1]. You need to mask <sys-apps/dbus-0.90. gnome-vfs has an
> alternate provider it will pull in once <sys-apps/dbus-0.90 has been masked.
>
> [1] https://bugs.gentoo.org/show_bug.cgi?id=1343
>
> --
> Bo Andresen
>
>
>
--
gentoo-amd64@gentoo.org mailing list
^ permalink raw reply [flat|nested] 4+ messages in thread
end of thread, other threads:[~2007-02-05 17:08 UTC | newest]
Thread overview: 4+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2007-02-05 16:44 [gentoo-amd64] Multiple versions within a single package slot Mark Knecht
2007-02-05 16:53 ` Simon Stelling
2007-02-05 16:54 ` Bo Ørsted Andresen
2007-02-05 17:01 ` Mark Knecht
This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox