Gentoo Websites Logo
Go to: Gentoo Home Documentation Forums Lists Bugs Planet Store Wiki Get Gentoo!
Bug 365099 - x11: Fix build errors with newest xcb-util.
Summary: x11: Fix build errors with newest xcb-util.
Status: RESOLVED INVALID
Alias: None
Product: Gentoo Linux
Classification: Unclassified
Component: Current packages (show other bugs)
Hardware: All Linux
: Normal normal (vote)
Assignee: Gentoo Linux bug wranglers
URL:
Whiteboard:
Keywords:
Depends on:
Blocks:
 
Reported: 2011-04-27 16:38 UTC by andrew swartz
Modified: 2011-04-27 19:09 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 andrew swartz 2011-04-27 16:38:51 UTC
The xcb_atom_get functions were removed from xcb-util. Changed these to
xcb_intern_atom/xcb_intern_atom_reply. Also, STRING is now
XCB_ATOM_STRING.

Reproducible: Always




This patch should be much like the pulseaudio-0.9.22-xcb-atom.patch
Comment 1 andrew swartz 2011-04-27 16:50:26 UTC
My bad, it was actually libgksu and all I needed to do was 

emerge --with-bdeps --oneshot startup-notification

Then I was able to 

emerge --with-bdeps @preserved-rebuild

and all was good.

Sorry.