public inbox for gentoo-user@lists.gentoo.org
 help / color / mirror / Atom feed
* [gentoo-user] Why does Xaw3d depend on indirectly on x11-misc/imake and x11-misc/gccmakedep?
@ 2006-04-05  9:19 Erik
  2006-04-05  9:33 ` Bo Andresen
  2006-04-05  9:57 ` leszek
  0 siblings, 2 replies; 9+ messages in thread
From: Erik @ 2006-04-05  9:19 UTC (permalink / raw
  To: gentoo-user

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



^ permalink raw reply	[flat|nested] 9+ messages in thread

* Re: [gentoo-user] Why does Xaw3d depend on indirectly on x11-misc/imake and x11-misc/gccmakedep?
  2006-04-05  9:19 [gentoo-user] Why does Xaw3d depend on indirectly on x11-misc/imake and x11-misc/gccmakedep? Erik
@ 2006-04-05  9:33 ` Bo Andresen
  2006-04-05 10:14   ` Erik
  2006-04-05  9:57 ` leszek
  1 sibling, 1 reply; 9+ messages in thread
From: Bo Andresen @ 2006-04-05  9:33 UTC (permalink / raw
  To: gentoo-user

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



^ permalink raw reply	[flat|nested] 9+ messages in thread

* Re: [gentoo-user] Why does Xaw3d depend on indirectly on x11-misc/imake and x11-misc/gccmakedep?
  2006-04-05  9:19 [gentoo-user] Why does Xaw3d depend on indirectly on x11-misc/imake and x11-misc/gccmakedep? Erik
  2006-04-05  9:33 ` Bo Andresen
@ 2006-04-05  9:57 ` leszek
  2006-04-05 10:57   ` Erik
  1 sibling, 1 reply; 9+ messages in thread
From: leszek @ 2006-04-05  9:57 UTC (permalink / raw
  To: gentoo-user



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



^ permalink raw reply	[flat|nested] 9+ messages in thread

* Re: [gentoo-user] Why does Xaw3d depend on indirectly on x11-misc/imake and x11-misc/gccmakedep?
  2006-04-05  9:33 ` Bo Andresen
@ 2006-04-05 10:14   ` Erik
  0 siblings, 0 replies; 9+ messages in thread
From: Erik @ 2006-04-05 10:14 UTC (permalink / raw
  To: gentoo-user

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



^ permalink raw reply	[flat|nested] 9+ messages in thread

* Re: [gentoo-user] Why does Xaw3d depend on indirectly on x11-misc/imake and x11-misc/gccmakedep?
  2006-04-05  9:57 ` leszek
@ 2006-04-05 10:57   ` Erik
  2006-04-05 13:35     ` Bo Andresen
  0 siblings, 1 reply; 9+ messages in thread
From: Erik @ 2006-04-05 10:57 UTC (permalink / raw
  To: gentoo-user

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



^ permalink raw reply	[flat|nested] 9+ messages in thread

* Re: [gentoo-user] Why does Xaw3d depend on indirectly on x11-misc/imake and x11-misc/gccmakedep?
  2006-04-05 10:57   ` Erik
@ 2006-04-05 13:35     ` Bo Andresen
  2006-04-05 14:00       ` Erik
  0 siblings, 1 reply; 9+ messages in thread
From: Bo Andresen @ 2006-04-05 13:35 UTC (permalink / raw
  To: gentoo-user

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



^ permalink raw reply	[flat|nested] 9+ messages in thread

* Re: [gentoo-user] Why does Xaw3d depend on indirectly on x11-misc/imake and x11-misc/gccmakedep?
  2006-04-05 13:35     ` Bo Andresen
@ 2006-04-05 14:00       ` Erik
  2006-04-05 22:24         ` Bo Andresen
  0 siblings, 1 reply; 9+ messages in thread
From: Erik @ 2006-04-05 14:00 UTC (permalink / raw
  To: gentoo-user

Bo Andresen wrote:

>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 )"
>  
>
Yes I see this.
-- 
gentoo-user@gentoo.org mailing list



^ permalink raw reply	[flat|nested] 9+ messages in thread

* Re: [gentoo-user] Why does Xaw3d depend on indirectly on x11-misc/imake and x11-misc/gccmakedep?
  2006-04-05 14:00       ` Erik
@ 2006-04-05 22:24         ` Bo Andresen
  2006-04-07  8:04           ` Erik
  0 siblings, 1 reply; 9+ messages in thread
From: Bo Andresen @ 2006-04-05 22:24 UTC (permalink / raw
  To: gentoo-user

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



^ permalink raw reply	[flat|nested] 9+ messages in thread

* Re: [gentoo-user] Why does Xaw3d depend on indirectly on x11-misc/imake and x11-misc/gccmakedep?
  2006-04-05 22:24         ` Bo Andresen
@ 2006-04-07  8:04           ` Erik
  0 siblings, 0 replies; 9+ messages in thread
From: Erik @ 2006-04-07  8:04 UTC (permalink / raw
  To: gentoo-user

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



^ permalink raw reply	[flat|nested] 9+ messages in thread

end of thread, other threads:[~2006-04-07  8:09 UTC | newest]

Thread overview: 9+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2006-04-05  9:19 [gentoo-user] Why does Xaw3d depend on indirectly on x11-misc/imake and x11-misc/gccmakedep? Erik
2006-04-05  9:33 ` Bo Andresen
2006-04-05 10:14   ` Erik
2006-04-05  9:57 ` leszek
2006-04-05 10:57   ` Erik
2006-04-05 13:35     ` Bo Andresen
2006-04-05 14:00       ` Erik
2006-04-05 22:24         ` Bo Andresen
2006-04-07  8:04           ` Erik

This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox