Gentoo Websites Logo
Go to: Gentoo Home Documentation Forums Lists Bugs Planet Store Wiki Get Gentoo!
Bug 128354 - x11-misc/xvkbd-2.6 modular deps broken due to virtual/x11-7.0
Summary: x11-misc/xvkbd-2.6 modular deps broken due to virtual/x11-7.0
Status: RESOLVED DUPLICATE of bug 130037
Alias: None
Product: Gentoo Linux
Classification: Unclassified
Component: New packages (show other bugs)
Hardware: All Linux
: High normal (vote)
Assignee: Gentoo X packagers
URL:
Whiteboard:
Keywords:
Depends on:
Blocks:
 
Reported: 2006-04-01 01:14 UTC by Cymen Vig
Modified: 2006-04-16 16:24 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 Cymen Vig 2006-04-01 01:14:23 UTC
The ebuild of xvkbd completed successfully after emerging rman.
Comment 1 Jakub Moc (RETIRED) gentoo-dev 2006-04-01 01:21:18 UTC
Reopen with 'emerge -pv virtual/x11' and 'grep -Rni "virtual/x11" /etc/portage' output.
Comment 2 Cymen Vig 2006-04-01 21:31:51 UTC
jitter ~ # emerge -pv virtual/x11

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

Calculating dependencies... done!
[ebuild   R   ] virtual/x11-7.0  0 kB

Total size of downloads: 0 kB

jitter ~ # grep -Rni "virtual/x11" /etc/portage
jitter ~ #        
Comment 3 Jakub Moc (RETIRED) gentoo-dev 2006-04-01 23:10:51 UTC
(In reply to comment #2)
Yeah; the problem is - there are no missing dependencies. 

emerge -C virtual/x11
echo "virtual/x11" >> /etc/portage/package.mask
echo "=x11-base/xorg-x11-6*" >> /etc/portage/package.mask
emerge -uDpv world

Now you should see what's pulling in virtual/x11-7.0 and breaks the dependencies for you.
Comment 4 Cymen Vig 2006-04-01 23:36:19 UTC
jitter video # emerge -C virtual/x11

 virtual/x11
    selected: 7.0
   protected: none
     omitted: none

>>> 'Selected' packages are slated for removal.
>>> 'Protected' and 'omitted' packages will not be removed.

>>> Waiting 5 seconds before starting...
>>> (Control-C to abort)...
>>> Unmerging in: 5 4 3 2 1
>>> Unmerging virtual/x11-7.0...
No package files given... Grabbing a set.
>>> Regenerating /etc/ld.so.cache...

 * GNU info directory index is up-to-date.

jitter video # echo "virtual/x11" >> /etc/portage/package.mask
jitter video # echo "=x11-base/xorg-x11-6*" >> /etc/portage/package.mask
jitter video # emerge -uDpv world

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

Calculating world dependencies... done!
[ebuild  N    ] x11-apps/xmessage-1.0.1  USE="-debug -xprint" 81 kB
[ebuild  N    ] x11-apps/xset-1.0.1  USE="-debug" 86 kB
[ebuild  N    ] x11-apps/xwininfo-1.0.1  USE="-debug" 85 kB
[ebuild  N    ] x11-apps/appres-1.0.0  USE="-debug" 72 kB

Total size of downloads: 326 kB
jitter video #

Does that make sense?
Comment 5 Donnie Berkholz (RETIRED) gentoo-dev 2006-04-16 16:24:58 UTC

*** This bug has been marked as a duplicate of 130037 ***