Gentoo Websites Logo
Go to: Gentoo Home Documentation Forums Lists Bugs Planet Store Wiki Get Gentoo!
Bug 132411 - kde-base/kicker doesn't seem to handle xorg upgrade
Summary: kde-base/kicker doesn't seem to handle xorg upgrade
Status: RESOLVED FIXED
Alias: None
Product: Gentoo Linux
Classification: Unclassified
Component: [OLD] KDE (show other bugs)
Hardware: All Linux
: High normal (vote)
Assignee: Gentoo KDE team
URL:
Whiteboard:
Keywords:
Depends on:
Blocks:
 
Reported: 2006-05-06 00:29 UTC by gentoo@danielquinn.org
Modified: 2006-05-06 03:49 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 gentoo@danielquinn.org 2006-05-06 00:29:35 UTC
I'm running xorg-6.9.0 on my thinkpad x40 and it works just fine, but running the "emerge --pretend --update --deep --newuse world" results in the following:

  <snip>
  [ebuild     U ] x11-base/xorg-x11-6.9.0-r1 [6.9.0]
  [ebuild     UD] x11-base/xorg-x11-6.8.2-r7 [6.9.0]
  <snip>

/etc/portage/package.unmask contains:

  <x11-base/xorg-x11-7.0

After some poking around in the portage tree, I found that kicker seemed to be the problem.  Since I have +xcomposite in my USE flags, this line appears to be forcing my Xorg version down:

  xcomposite? ( || ( x11-libs/libXcomposite <=x11-base/xorg-x11-6.9 ) )"

The recent update to 6.9.0-r1 might be causing strange things to happen... at least that's my guess.  Either way taking xcomposite out of the USE flags appears to fix the problem.
Comment 1 Carsten Lohrke (RETIRED) gentoo-dev 2006-05-06 03:49:02 UTC
True. Thanks for your report, Gabriel.