Gentoo Websites Logo
Go to: Gentoo Home Documentation Forums Lists Bugs Planet Store Wiki Get Gentoo!
Bug 124169 - xvkbd missing dependencies (rman)
Summary: xvkbd missing dependencies (rman)
Status: RESOLVED INVALID
Alias: None
Product: Gentoo Linux
Classification: Unclassified
Component: New packages (show other bugs)
Hardware: All Linux
: High normal (vote)
Assignee: Gentoo Linux bug wranglers
URL:
Whiteboard:
Keywords:
Depends on:
Blocks:
 
Reported: 2006-02-26 07:11 UTC by Alex
Modified: 2006-03-12 09:15 UTC (History)
0 users

See Also:
Package list:
Runtime testing required: ---


Attachments

Note You need to log in before you can comment on or make changes to this bug.
Description Alex 2006-02-26 07:11:59 UTC
This is probably due to modular xorg, but xvkbd is missing rman as a dependency.
Comment 1 Jakub Moc (RETIRED) gentoo-dev 2006-02-26 09:05:51 UTC
No, it isn't.

<snip>
RDEPEND="|| ( ( x11-libs/libICE
                x11-libs/libSM
                x11-libs/libXtst
                )
                virtual/x11
        )
        x11-libs/Xaw3d"

DEPEND="${RDEPEND}
        || ( ( x11-misc/imake
                x11-proto/xproto
                app-text/rman <==== Here!
                x11-proto/xextproto
                )
                virtual/x11
        )"
</snip>
Comment 2 Alex 2006-02-26 09:08:43 UTC
Then how come it never seems to get emerged for me? (Sorry I didn't spot it in the ebuild)

Could it be that I have virtual/x11 x11-base/xorg-x11 in my virtuals file? I have it there as it has fixed the issues with xorg 6.9 (and it was in the gentoo weekly to have it in there)
Comment 3 Alex 2006-03-12 08:58:21 UTC
It still does not seem to be pulled as a dependency. Rman is only listed in DEPEND, which is an or to RDEPEND which does not contain rman..
Comment 4 Jakub Moc (RETIRED) gentoo-dev 2006-03-12 09:15:47 UTC
Because you are messing with virtual definitions in /etc/portage/* most likely... Don't EVER do stuff like

http://gentoo-wiki.com/HOWTO_Modular_Xorg#.27emerge_-u_world.27_wants_to_install_xorg-x11_6.x_or_virtual.2Fx11