Gentoo Websites Logo
Go to: Gentoo Home Documentation Forums Lists Bugs Planet Store Wiki Get Gentoo!
Bug 543830 - x11-base/xorg-server-1.17.1-r1 without xephyr USE flag still requires xcb
Summary: x11-base/xorg-server-1.17.1-r1 without xephyr USE flag still requires xcb
Status: RESOLVED FIXED
Alias: None
Product: Gentoo Linux
Classification: Unclassified
Component: [OLD] Server (show other bugs)
Hardware: AMD64 Linux
: Normal major (vote)
Assignee: Matt Turner
URL:
Whiteboard:
Keywords:
Depends on:
Blocks:
 
Reported: 2015-03-20 01:21 UTC by G.Wolfe Woodbury
Modified: 2015-06-01 19:43 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 G.Wolfe Woodbury 2015-03-20 01:21:22 UTC
building xorg-server-1.17.1-r1 fails trying to include some xcb include file on first install even if xephyr USE flage is not in the specification.  Plain old xorg-server build needs to require xcb stuff all the time apparently.

Reproducible: Sometimes

Steps to Reproduce:
1. fresh gentoo install
2. emerge xorg-server
3. only happens the first time xorg-server is build without xcb complex already installed
Comment 1 Michael Palimaka (kensington) gentoo-dev 2015-03-21 16:35:17 UTC
Please attach the build log and add emerge --info in a comment.
Comment 2 G.Wolfe Woodbury 2015-06-01 19:35:53 UTC
Now irrelevant.  The requirements are reasonable an I just didn't understand all the underpinnings.  Closing.
Comment 3 Matt Turner gentoo-dev 2015-06-01 19:42:22 UTC
Oh, I actually fixed this in the x11-overlay:

commit ad669de599c69a5436683f2acd22de49d66af118
Author: Matt Turner <mattst88@gmail.com>
Date:   Sat Feb 21 18:31:20 2015 -0800

    x11-base/xorg-server: Set appropriate xcb dependencies for xephyr.
    
    Bugzilla: https://bugs.gentoo.org/show_bug.cgi?id=528230

and in the main tree:

  22 Feb 2015; Matt Turner <mattst88@gentoo.org> xorg-server-1.17.1.ebuild:
  Add proper dependencies for IUSE=xephyr, bug 528230.

I guess I just forgot to mark it as fixed.
Comment 4 Matt Turner gentoo-dev 2015-06-01 19:43:58 UTC
Or maybe this was a different bug entirely? I'm not sure.

I don't see any xcb dependencies other than xephyr these days in any case.