Re: [gentoo-user] Why does Xaw3d depend on indirectly on x11-misc/imake and x11-misc/gccmakedep?

2006-04-07 Thread Erik
Bo Andresen wrote: Do you have imake installed? If not then perhaps install it and see if the problem with equery persists. Another thing you could try is run emerge --metadata or --sync. Now I have synced and installed imake and gccmakedep. I don't know if this could be a bug. When I

[gentoo-user] Why does Xaw3d depend on indirectly on x11-misc/imake and x11-misc/gccmakedep?

2006-04-05 Thread Erik
It seems like Xaw3d depends indirectly on x11-misc/imake and x11-misc/gccmakedep: # emerge -Dtpv Xaw3d These are the packages that would be merged, in reverse order: Calculating dependencies... done! [ebuild R ] x11-libs/Xaw3d-1.5-r1 0 kB [ebuild N] x11-misc/imake-1.0.1-r1

Re: [gentoo-user] Why does Xaw3d depend on indirectly on x11-misc/imake and x11-misc/gccmakedep?

2006-04-05 Thread Bo Andresen
On Wednesday 05 April 2006 11:19, Erik wrote: It seems like Xaw3d depends indirectly on x11-misc/imake and [SNIP] [ebuild R ] x11-libs/Xaw3d-1.5-r1 0 kB [SNIP] But I can not find out why because nothing seems to depend on x11-misc/imake and x11-misc/gccmakedep: # cat

Re: [gentoo-user] Why does Xaw3d depend on indirectly on x11-misc/imake and x11-misc/gccmakedep?

2006-04-05 Thread leszek
But I can not find out why because nothing seems to depend on x11-misc/imake and x11-misc/gccmakedep: by default equery d only search in installed packages try this: equery d -a x11-misc/imake you can also search for indirect dependencies with equery d -D -- gentoo-user@gentoo.org

Re: [gentoo-user] Why does Xaw3d depend on indirectly on x11-misc/imake and x11-misc/gccmakedep?

2006-04-05 Thread Erik
Bo Andresen wrote: # equery d imake [ Searching for packages depending on imake... ] x11-libs/Xaw3d-1.5-r1 virtual/x11-7.0-r1 # equery d gccmakedep [ Searching for packages depending on gccmakedep... ] x11-libs/Xaw3d-1.5-r1 virtual/x11-7.0-r1 I think you are running an old version of

Re: [gentoo-user] Why does Xaw3d depend on indirectly on x11-misc/imake and x11-misc/gccmakedep?

2006-04-05 Thread Erik
leszek wrote: But I can not find out why because nothing seems to depend on x11-misc/imake and x11-misc/gccmakedep: by default equery d only search in installed packages try this: equery d -a x11-misc/imake [ Searching for packages depending on x11-misc/imake... ]

Re: [gentoo-user] Why does Xaw3d depend on indirectly on x11-misc/imake and x11-misc/gccmakedep?

2006-04-05 Thread Bo Andresen
On Wednesday 05 April 2006 12:57, Erik wrote: No Xaw3d there as far as I can see. If you look in the ebuild of Xaw3d do you then see this? $ cat /usr/portage/x11-libs/Xaw3d/Xaw3d-1.5-r1.ebuild | grep -A 5 DEPEND RDEPEND=|| ( ( x11-libs/libXt x11-libs/libX11

Re: [gentoo-user] Why does Xaw3d depend on indirectly on x11-misc/imake and x11-misc/gccmakedep?

2006-04-05 Thread Bo Andresen
On Wednesday 05 April 2006 16:00, Erik wrote: Yes I see this. Do you have imake installed? If not then perhaps install it and see if the problem with equery persists. Another thing you could try is run emerge --metadata or --sync. I don't know if this could be a bug. When I run equery d -a