* [gentoo-user] How to fix circular dependency?
@ 2010-09-06 3:04 Ajai Khattri
2010-09-06 4:40 ` Dale
0 siblings, 1 reply; 9+ messages in thread
From: Ajai Khattri @ 2010-09-06 3:04 UTC (permalink / raw
To: gentoo-user
This box hasn't been updated in awhile:
# emerge -uDtav1k portage
* IMPORTANT: 1 news items need reading for repository 'gentoo'.
* Use eselect news to read news items.
These are the packages that would be merged, in reverse order:
Calculating dependencies... done!
[nomerge ] sys-apps/portage-2.1.8.3 [2.1.6.4] USE="-python3%"
[nomerge ] dev-lang/python-2.6.5-r3 [2.4.4-r14, 2.5.2-r7]
USE="berkdb gdbm ipv6 ncurses readline ssl threads (wide-unicode) xml
-build -doc -examples -sqlite -tk -wininst"
[nomerge ] app-admin/eselect-python-20100321
[nomerge ] sys-devel/gcc-4.4.3-r2 [4.1.2] USE="mudflap nptl openmp
(-altivec) -bootstrap -build -doc (-fixed-point) -fortran -gcj -graphite
-gtk (-hardened) (-libffi) (-multilib) -multislot (-n32) (-n64) -nls
-nocxx -objc -objc++ -objc-gc -test -vanilla"
[ebuild U ] sys-libs/glibc-2.11.2 [2.6.1] USE="-gd% -vanilla%"
[ebuild NS ] sys-devel/gcc-4.4.3-r2 [4.1.2] USE="mudflap nptl
openmp (-altivec) -bootstrap -build -doc (-fixed-point) -fortran -gcj
-graphite -gtk (-hardened) (-libffi) (-multilib) -multislot (-n32) (-n64)
-nls -nocxx -objc -objc++ -objc-gc -test -vanilla"
* Error: circular dependencies:
('ebuild', '/', 'sys-libs/glibc-2.11.2', 'merge') depends on
('ebuild', '/', 'sys-devel/gcc-4.4.3-r2', 'merge') (hard)
('ebuild', '/', 'sys-devel/gcc-4.4.3-r2', 'merge') depends on
('ebuild', '/', 'sys-libs/glibc-2.11.2', 'merge') (hard)
* Note that circular dependencies can often be avoided by temporarily
* disabling USE flags that trigger optional dependencies.
--
Aj.
^ permalink raw reply [flat|nested] 9+ messages in thread
* Re: [gentoo-user] How to fix circular dependency?
2010-09-06 3:04 [gentoo-user] How to fix circular dependency? Ajai Khattri
@ 2010-09-06 4:40 ` Dale
2010-09-06 21:03 ` Ajai Khattri
0 siblings, 1 reply; 9+ messages in thread
From: Dale @ 2010-09-06 4:40 UTC (permalink / raw
To: gentoo-user
Ajai Khattri wrote:
>
> This box hasn't been updated in awhile:
>
> # emerge -uDtav1k portage
>
> * IMPORTANT: 1 news items need reading for repository 'gentoo'.
> * Use eselect news to read news items.
>
>
> These are the packages that would be merged, in reverse order:
>
> Calculating dependencies... done!
>
>
> [nomerge ] sys-apps/portage-2.1.8.3 [2.1.6.4] USE="-python3%"
> [nomerge ] dev-lang/python-2.6.5-r3 [2.4.4-r14, 2.5.2-r7]
> USE="berkdb gdbm ipv6 ncurses readline ssl threads (wide-unicode) xml
> -build -doc -examples -sqlite -tk -wininst"
> [nomerge ] app-admin/eselect-python-20100321
> [nomerge ] sys-devel/gcc-4.4.3-r2 [4.1.2] USE="mudflap nptl
> openmp (-altivec) -bootstrap -build -doc (-fixed-point) -fortran -gcj
> -graphite -gtk (-hardened) (-libffi) (-multilib) -multislot (-n32)
> (-n64) -nls -nocxx -objc -objc++ -objc-gc -test -vanilla"
> [ebuild U ] sys-libs/glibc-2.11.2 [2.6.1] USE="-gd% -vanilla%"
> [ebuild NS ] sys-devel/gcc-4.4.3-r2 [4.1.2] USE="mudflap nptl
> openmp (-altivec) -bootstrap -build -doc (-fixed-point) -fortran -gcj
> -graphite -gtk (-hardened) (-libffi) (-multilib) -multislot (-n32)
> (-n64) -nls -nocxx -objc -objc++ -objc-gc -test -vanilla"
>
> * Error: circular dependencies:
>
> ('ebuild', '/', 'sys-libs/glibc-2.11.2', 'merge') depends on
> ('ebuild', '/', 'sys-devel/gcc-4.4.3-r2', 'merge') (hard)
> ('ebuild', '/', 'sys-devel/gcc-4.4.3-r2', 'merge') depends on
> ('ebuild', '/', 'sys-libs/glibc-2.11.2', 'merge') (hard)
>
> * Note that circular dependencies can often be avoided by temporarily
> * disabling USE flags that trigger optional dependencies.
>
>
Try this:
emerge -1av =*glibc*-2.10.1-r1
Then try to finish the upgrade.
Hope that helps.
Dale
:-) :-)
^ permalink raw reply [flat|nested] 9+ messages in thread
* Re: [gentoo-user] How to fix circular dependency?
2010-09-06 4:40 ` Dale
@ 2010-09-06 21:03 ` Ajai Khattri
2010-09-06 21:16 ` Alex Schuster
0 siblings, 1 reply; 9+ messages in thread
From: Ajai Khattri @ 2010-09-06 21:03 UTC (permalink / raw
To: gentoo-user
On Sun, 5 Sep 2010, Dale wrote:
> Try this:
>
> emerge -1av =*glibc*-2.10.1-r1
# emerge -1av =*glibc*-2.10.1-r1
* IMPORTANT: 1 news items need reading for repository 'gentoo'.
* Use eselect news to read news items.
These are the packages that would be merged, in order:
Calculating dependencies -
!!! '=*glibc*-2.10.1-r1' is not a valid package atom.
!!! Please check ebuild(5) for full details.
!!! (Did you specify a version but forget to prefix with '='?)
... done!
--
A
^ permalink raw reply [flat|nested] 9+ messages in thread
* Re: [gentoo-user] How to fix circular dependency?
2010-09-06 21:03 ` Ajai Khattri
@ 2010-09-06 21:16 ` Alex Schuster
2010-09-06 23:33 ` Ajai Khattri
0 siblings, 1 reply; 9+ messages in thread
From: Alex Schuster @ 2010-09-06 21:16 UTC (permalink / raw
To: gentoo-user
Ajai Khattri writes:
> On Sun, 5 Sep 2010, Dale wrote:
> > Try this:
> >
> > emerge -1av =*glibc*-2.10.1-r1
>
> # emerge -1av =*glibc*-2.10.1-r1
>
> * IMPORTANT: 1 news items need reading for repository 'gentoo'.
> * Use eselect news to read news items.
>
>
> These are the packages that would be merged, in order:
>
> Calculating dependencies -
>
> !!! '=*glibc*-2.10.1-r1' is not a valid package atom.
> !!! Please check ebuild(5) for full details.
> !!! (Did you specify a version but forget to prefix with '='?)
> ... done!
What Dale meant is to try installling sys-libs/glibc-2.10.1-r1. I have not
checked the depencencies, but the idea is that this version of glibc does
not depend on the new gcc, which would pull in the new glibc. So try this:
emerge -1a =sys-libs/glibc-2.10.1-r1
If it does not work, I'd try another glibc. eix sys-libs/glibc lists them
all.
Wonko
^ permalink raw reply [flat|nested] 9+ messages in thread
* Re: [gentoo-user] How to fix circular dependency?
2010-09-06 21:16 ` Alex Schuster
@ 2010-09-06 23:33 ` Ajai Khattri
2010-09-07 12:56 ` Alex Schuster
2010-09-07 21:03 ` [gentoo-user] " Francesco Talamona
0 siblings, 2 replies; 9+ messages in thread
From: Ajai Khattri @ 2010-09-06 23:33 UTC (permalink / raw
To: gentoo-user
On Mon, 6 Sep 2010, Alex Schuster wrote:
> What Dale meant is to try installling sys-libs/glibc-2.10.1-r1. I have not
> checked the depencencies, but the idea is that this version of glibc does
> not depend on the new gcc, which would pull in the new glibc. So try this:
>
> emerge -1a =sys-libs/glibc-2.10.1-r1
>
> If it does not work, I'd try another glibc. eix sys-libs/glibc lists them
> all.
OK, Ive managed to proceed a little further, but now Im encountering this:
# emerge -uDtpvk world
These are the packages that would be merged, in reverse order:
Calculating dependencies... done!
!!! Multiple package instances within a single package slot have been
pulled
!!! into the dependency graph, resulting in a slot conflict:
dev-php/PEAR-PEAR:0
('ebuild', '/', 'dev-php/PEAR-PEAR-1.9.0', 'merge') pulled in by
>=dev-php/PEAR-PEAR-1.6.1 required by ('installed', '/',
'dev-php/PEAR-Net_Socket-1.0.8', 'nomerge')
>=dev-php/PEAR-PEAR-1.6.1 required by ('installed', '/',
'dev-php/PEAR-Mail-1.1.14', 'nomerge')
dev-php/PEAR-PEAR required by world
(and 1 more)
('installed', '/', 'dev-php/PEAR-PEAR-1.6.2-r1', 'nomerge') pulled in by
<dev-php/PEAR-PEAR-1.8.1 required by ('installed', '/',
'dev-php/PEAR-Net_SMTP-1.2.10', 'nomerge')
<dev-php/PEAR-PEAR-1.8.1 required by ('installed', '/',
'dev-php/PEAR-Mail-1.1.14', 'nomerge')
dev-php/PEAR-PEAR required by world
(and 1 more)
Not sure what this message means?
--
A
^ permalink raw reply [flat|nested] 9+ messages in thread
* Re: [gentoo-user] How to fix circular dependency?
2010-09-06 23:33 ` Ajai Khattri
@ 2010-09-07 12:56 ` Alex Schuster
2010-09-07 16:15 ` Ajai Khattri
2010-09-07 21:44 ` Alan McKinnon
2010-09-07 21:03 ` [gentoo-user] " Francesco Talamona
1 sibling, 2 replies; 9+ messages in thread
From: Alex Schuster @ 2010-09-07 12:56 UTC (permalink / raw
To: gentoo-user
Ajai Khattri writes:
> OK, Ive managed to proceed a little further, but now Im encountering
> this:
>
> # emerge -uDtpvk world
>
> These are the packages that would be merged, in reverse order:
>
> Calculating dependencies... done!
>
> !!! Multiple package instances within a single package slot have been
> pulled
> !!! into the dependency graph, resulting in a slot conflict:
[...]
> Not sure what this message means?
It means that portage wants to install both dev-php/PEAR-PEAR-1.9.0 and
dev-php/PEAR-PEAR-1.6.2-r1 at the same time. I don't understand why, looks
to me like it should keep you already installed 1.6.2-r1 version.
Do you need to have this package in world? Does the conflict also happen
if not?
In case you are running portage 2.1, you might give 2.2 a try. It is
better at resolving such stuff, but still fails sometimes.
No more ideas,
Wonko
^ permalink raw reply [flat|nested] 9+ messages in thread
* Re: [gentoo-user] How to fix circular dependency?
2010-09-07 12:56 ` Alex Schuster
@ 2010-09-07 16:15 ` Ajai Khattri
2010-09-07 21:44 ` Alan McKinnon
1 sibling, 0 replies; 9+ messages in thread
From: Ajai Khattri @ 2010-09-07 16:15 UTC (permalink / raw
To: gentoo-user
On Tue, 7 Sep 2010, Alex Schuster wrote:
> It means that portage wants to install both dev-php/PEAR-PEAR-1.9.0 and
> dev-php/PEAR-PEAR-1.6.2-r1 at the same time. I don't understand why, looks
> to me like it should keep you already installed 1.6.2-r1 version.
> Do you need to have this package in world? Does the conflict also happen
> if not?
>
> In case you are running portage 2.1, you might give 2.2 a try. It is
> better at resolving such stuff, but still fails sometimes.
I decided to uninstall PEAR-PEAR to get past this (I figured I could
always reinstall later after I finish all other updates).
So far so good, thanks.
--
A
^ permalink raw reply [flat|nested] 9+ messages in thread
* [gentoo-user] Re: How to fix circular dependency?
2010-09-06 23:33 ` Ajai Khattri
2010-09-07 12:56 ` Alex Schuster
@ 2010-09-07 21:03 ` Francesco Talamona
1 sibling, 0 replies; 9+ messages in thread
From: Francesco Talamona @ 2010-09-07 21:03 UTC (permalink / raw
To: gentoo-user; +Cc: Ajai Khattri
On Tuesday 07 September 2010, Ajai Khattri wrote:
> OK, Ive managed to proceed a little further, but now Im encountering
> this:
>
> # emerge -uDtpvk world
When it's time to upgrade a large number of programs, it's better to
take the task one step at a time, for example the following command:
emerge -pu system
Will (tell you to) upgrade a little subset, it'll less likely get stuck
on circular deps and will upgrade the more important programs first.
HTH
Francesco
--
Linux Version 2.6.35-gentoo-r5, Compiled #1 SMP PREEMPT Sat Aug 28
12:20:05 CEST 2010
Two 1GHz AMD Athlon 64 Processors, 4GB RAM, 4019.06 Bogomips Total
aemaeth
^ permalink raw reply [flat|nested] 9+ messages in thread
* Re: [gentoo-user] How to fix circular dependency?
2010-09-07 12:56 ` Alex Schuster
2010-09-07 16:15 ` Ajai Khattri
@ 2010-09-07 21:44 ` Alan McKinnon
1 sibling, 0 replies; 9+ messages in thread
From: Alan McKinnon @ 2010-09-07 21:44 UTC (permalink / raw
To: gentoo-user
Apparently, though unproven, at 14:56 on Tuesday 07 September 2010, Alex
Schuster did opine thusly:
> Ajai Khattri writes:
> > OK, Ive managed to proceed a little further, but now Im encountering
> > this:
> >
> > # emerge -uDtpvk world
> >
> > These are the packages that would be merged, in reverse order:
> >
> > Calculating dependencies... done!
> >
> > !!! Multiple package instances within a single package slot have been
> > pulled
>
> > !!! into the dependency graph, resulting in a slot conflict:
> [...]
>
> > Not sure what this message means?
>
> It means that portage wants to install both dev-php/PEAR-PEAR-1.9.0 and
> dev-php/PEAR-PEAR-1.6.2-r1 at the same time. I don't understand why, looks
> to me like it should keep you already installed 1.6.2-r1 version.
> Do you need to have this package in world? Does the conflict also happen
> if not?
>
> In case you are running portage 2.1, you might give 2.2 a try. It is
> better at resolving such stuff, but still fails sometimes.
I don't have the dependency listing to hand, but I did study it earlier.
PEAR-PEAR-1.9.0 is being pulled in because something else has a dep on
>=PEAR-PEAR-1.7.something
PEAR-PEAR-1.6.2-r1 is being pulled in because that specific version is a hard
dep on something else.
Reading the output is easy, read it bottom up, paying attention to the
prefixes (>, =, etc). The format is like this:
=packageA-v2 pulled in (not already installed)
>=packageA-v1 pulled in by
packageB-v1 (in world)
Or words to that effect. There's a lot of detail and it translates to
something like this:
packageB has a dep on packageA. The exact dep is (follow with version range
that packageB is happy with, straight out of DEPEND). To satisfy this, portage
will install packageA-v<blah>
v<blah> depends on what is in the tree, the arch, contents of
package-{un-}mask and various other bits.
Often one can get away with hardmasking recent packages that block which will
force portage to find lower versions, hopefully something that satisfies all
relevant DEPENDs
The OP has inconsistent requirements that cannot be fixed except by removing
PEAR-PEAR, or by removing one or more packages the DEPEND on it.
--
alan dot mckinnon at gmail dot com
^ permalink raw reply [flat|nested] 9+ messages in thread
end of thread, other threads:[~2010-09-07 22:52 UTC | newest]
Thread overview: 9+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2010-09-06 3:04 [gentoo-user] How to fix circular dependency? Ajai Khattri
2010-09-06 4:40 ` Dale
2010-09-06 21:03 ` Ajai Khattri
2010-09-06 21:16 ` Alex Schuster
2010-09-06 23:33 ` Ajai Khattri
2010-09-07 12:56 ` Alex Schuster
2010-09-07 16:15 ` Ajai Khattri
2010-09-07 21:44 ` Alan McKinnon
2010-09-07 21:03 ` [gentoo-user] " Francesco Talamona
This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox