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 run equery d -a x11-misc/imake I 
get about twice as much output (including Xaw3d) as you did. So if the problem 
persists and noone else has a suggestion you might consider filing a bug on 
equery.

I still get the same lines of output. The bug is reported at 
[http://bugs.gentoo.org/show_bug.cgi?id=129095].

--
gentoo-user@gentoo.org mailing list



[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  USE=-debug 0 kB
[ebuild  N]   x11-misc/xorg-cf-files-1.0.1-r1  USE=-debug 0 kB
[ebuild  N]  x11-misc/gccmakedep-1.0.1-r1  USE=-debug 0 kB

Total size of downloads: 0 kB


But I can not find out why because nothing seems to depend on 
x11-misc/imake and x11-misc/gccmakedep:


# equery d x11-misc/imake
[ Searching for packages depending on x11-misc/imake... ]
# equery d x11-misc/xorg-cf-files
[ Searching for packages depending on x11-misc/xorg-cf-files... ]
# equery d x11-misc/gccmakedep
[ Searching for packages depending on x11-misc/gccmakedep... ]


What command should I execute to find out why x11-misc/imake and 
x11-misc/gccmakedep are needed?

--
gentoo-user@gentoo.org mailing list



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 /usr/portage/x11-libs/Xaw3d/Xaw3d-1.5-r1.ebuild
[SNIP]
DEPEND=${RDEPEND}
=sys-apps/sed-4
|| ( (  x11-proto/xextproto
x11-misc/imake
x11-misc/gccmakedep )
virtual/x11 )
[SNIP]

 # equery d x11-misc/imake
 [ Searching for packages depending on x11-misc/imake... ]
 # equery d x11-misc/xorg-cf-files
 [ Searching for packages depending on x11-misc/xorg-cf-files... ]
 # equery d x11-misc/gccmakedep
 [ Searching for packages depending on x11-misc/gccmakedep... ]

 What command should I execute to find out why x11-misc/imake and
 x11-misc/gccmakedep are needed?

# 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 gentoolkit. equery has improved 
quite a bit in the newest unstable version.

# eix -e gentoolkit -c
[I] app-portage/gentoolkit (0.2.2_pre4): Collection of administration scripts 
for Gentoo

-- 
Bo Andresen
-- 
gentoo-user@gentoo.org mailing list



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 mailing list



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 gentoolkit. equery has improved 
quite a bit in the newest unstable version.
 

Yes, I was using the standard version. Now I added 
app-portage/gentoolkit ~x86 to /etc/portage/package.keyword and have 
app-portage/gentoolkit-0.2.2_pre4.

But still I get:
# equery d imake
[ Searching for packages depending on imake... ]
# equery d gccmakedep
[ Searching for packages depending on gccmakedep... ]
# emerge -pv gentoolkit Xaw3d

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

Calculating dependencies... done!
[ebuild   R   ] app-portage/gentoolkit-0.2.2_pre4  0 kB
[ebuild  N] x11-misc/gccmakedep-1.0.1-r1  USE=-debug 0 kB
[ebuild  N] x11-misc/xorg-cf-files-1.0.1-r1  USE=-debug 0 kB
[ebuild  N] x11-misc/imake-1.0.1-r1  USE=-debug 0 kB
[ebuild   R   ] x11-libs/Xaw3d-1.5-r1  0 kB

Total size of downloads: 0 kB
# equery --version
equery(0.1.4) - Gentoo Package Query Tool
Author(s): Karl Trygve Kalleberg


That is strange. If you get x11-libs/Xaw3d-1.5-r1 as output from 
equery d imake then I should get it too, since I have Xaw3d installed.

--
gentoo-user@gentoo.org mailing list



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... ]
x11-misc/dclock-2.1.2_p5
x11-plugins/wmnetselect-0.8-r1
x11-terms/root-tail-1.1
x11-misc/xwit-3.4
x11-misc/xtrlock-2.0-r1
x11-wm/ctwm-3.7
sci-chemistry/rasmol-2.7.2.1.1-r1
x11-misc/xse-2.1
x11-terms/root-tail-1.2-r1
x11-terms/root-tail-1.2-r2
media-gfx/xfig-3.2.4-r2
x11-wm/larswm-7.5.3
app-i18n/canna-3.7_p2
app-i18n/kinput2-3.1-r1
x11-misc/xinput-1.2
media-gfx/transfig-3.2.4-r2
net-misc/x11-ssh-askpass-1.2.4.1-r1
x11-misc/xcut-0.2
media-gfx/xpaint-2.7.7
media-gfx/xpaint-2.7.0
x11-plugins/wmload-0.9.2
app-emulation/spim-7.2.1-r3
media-fonts/x11fonts-jmk-3.0-r1
x11-misc/xdaf-0.01.11.01
media-video/nvidia-settings-1.0.20051122-r3
x11-misc/xmountains-2.7
x11-misc/xcut-0.2-r1
media-gfx/tgif-4.1.43
media-gfx/tgif-4.1.44
games-board/xscrabble-2.10-r1
games-emulation/dgen-sdl-1.23
x11-misc/xclip-0.08-r1
app-text/dvibook-20001129
x11-wm/lwm-1.2.1
x11-misc/xclip-0.08
app-emulation/x48-0.4.3
x11-misc/xsnap-1.4.3-r1
games-misc/xcruiser-0.30
games-strategy/xbattle-5.4.1
sci-calculators/hexcalc-1.11
media-sound/xmcd-3.3.2
app-emulation/x48-0.4.3-r1
media-gfx/transfig-3.2.3d-r1
x11-wm/ctwm-3.6-r1
net-misc/vncrec-0.2
dev-lisp/clisp-2.38-r1
x11-plugins/wmnet-1.06-r1
x11-misc/seyon-2.20c
x11-terms/kterm-6.2.0-r4
games-arcade/koules-1.4-r1
net-misc/suite3270-3.3.2_p1
x11-misc/xearth-1.1
games-board/xskat-4.0
games-board/xgammon-0.98
games-arcade/xscavenger-1.4.4
x11-misc/xkeycaps-2.46
dev-lisp/clisp-2.38-r2
net-misc/tightvnc-1.3_alpha7
games-strategy/xbattleai-1.2.2
x11-misc/xtoolwait-1.3-r1
x11-misc/xfm-1.4.3
games-arcade/xboing-2.4-r2
games-arcade/xboing-2.4-r1
x11-misc/xxkb-1.10
x11-misc/xsnow-1.42
media-libs/libaudiooss-1.1.0-r1
x11-misc/xtoolwait-1.3
media-gfx/xfig-3.2.5_alpha5
x11-misc/xvkbd-2.6
virtual/x11-7.0-r1
games-arcade/xkobo-1.11
games-board/xmille-2.0-r1
app-office/magicpoint-1.11b
media-gfx/xli-1.17.0-r2

No Xaw3d there as far as I can see.


you can also search for indirect dependencies with
equery d -D

equery d -D x11-misc/imake only shows a lot of * Dependencies for 
package-version: and then done on the last line.

--
gentoo-user@gentoo.org mailing list



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
x11-libs/libXmu
x11-libs/libXpm
x11-libs/libXp )
virtual/x11 )
--
DEPEND=${RDEPEND}
=sys-apps/sed-4
|| ( (  x11-proto/xextproto
x11-misc/imake
x11-misc/gccmakedep )
virtual/x11 )

If you don't then perhaps emerge --sync ?

-- 
Bo Andresen
-- 
gentoo-user@gentoo.org mailing list



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 x11-misc/imake I get about twice as much output (including Xaw3d) as you 
did. So if the problem persists and noone else has a suggestion you might 
consider filing a bug on equery.

-- 
Bo Andresen
-- 
gentoo-user@gentoo.org mailing list