| Summary: | x11-misc/xvkbd-2.6 modular deps broken due to virtual/x11-7.0 | ||
|---|---|---|---|
| Product: | Gentoo Linux | Reporter: | Cymen Vig <cvig> |
| Component: | New packages | Assignee: | Gentoo X packagers <x11> |
| Status: | RESOLVED DUPLICATE | ||
| Severity: | normal | ||
| Priority: | High | ||
| Version: | unspecified | ||
| Hardware: | All | ||
| OS: | Linux | ||
| Whiteboard: | |||
| Package list: | Runtime testing required: | --- | |
|
Description
Cymen Vig
2006-04-01 01:14:23 UTC
Reopen with 'emerge -pv virtual/x11' and 'grep -Rni "virtual/x11" /etc/portage' output. 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 ~ # (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. 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?
|