Gentoo Websites Logo
Go to: Gentoo Home Documentation Forums Lists Bugs Planet Store Wiki Get Gentoo!
Bug 50603 - ltsp-core depends on x11-base/xfree instead of virtual/x11
Summary: ltsp-core depends on x11-base/xfree instead of virtual/x11
Status: RESOLVED FIXED
Alias: None
Product: Gentoo Linux
Classification: Unclassified
Component: Current packages (show other bugs)
Hardware: All All
: High normal (vote)
Assignee: Heinrich Wendel (RETIRED)
URL:
Whiteboard:
Keywords:
Depends on:
Blocks:
 
Reported: 2004-05-10 00:34 UTC by ferret
Modified: 2004-05-12 04:23 UTC (History)
1 user (show)

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 ferret 2004-05-10 00:34:03 UTC
The title summary says it all.
Comment 1 Aaron Peterson 2004-05-10 00:37:42 UTC
ferret gave a work arround over IRC:

<ferret> MrDarkUser: ok first, can you do "emerge -epv --tree world | less" and tell me what's above xfree?

<ferret> MrDarkUser: quick fix... sed -ie 's:x11-base/xfree:virtual/x11:g' `equery which ltsp-core`


<ferret> MrDarkUser: unmerge xfree, emerge xorg-x11, emerge -i xfree
Comment 2 Aaron Peterson 2004-05-10 00:39:50 UTC
AND, xfree isn't blocked by xorg-x11

so I'm going to be recomiling X for the ... 3rd or 4th time today!
Comment 3 Aaron Peterson 2004-05-10 01:49:47 UTC
of interest:
After I emerged xorg-x11 again,

xorg-x11 was blocking xfree

however, another emerge sync later

and it was no longer blocking it.

So i have injected xfree..


These are the packages that I would merge, in order:

Calculating world dependencies ...done!
[ebuild  N    ] dev-lang/squeak-fullimage-3.6.5429
[ebuild     U ] media-gfx/sane-backends-1.0.14-r2 [1.0.14-r1]
[ebuild  N    ] x11-base/xfree-4.3.0-r5

bash-2.05b# emerge x11-base/xfree-4.3.0-r5 -i
!!! BAD COUNTER in 'x11-base/xfree-4.3.0-r5'
>>> Injected x11-base/xfree-4.3.0-r5.
bash-2.05b# emerge world -uDp

These are the packages that I would merge, in order:

Calculating world dependencies ...done!
[ebuild  N    ] dev-lang/squeak-fullimage-3.6.5429
[ebuild     U ] media-gfx/sane-backends-1.0.14-r2 [1.0.14-r1]

bash-2.05b#
Comment 4 Heinrich Wendel (RETIRED) gentoo-dev 2004-05-12 04:23:20 UTC
fixed.