Gentoo Websites Logo
Go to: Gentoo Home Documentation Forums Lists Bugs Planet Store Wiki Get Gentoo!
Bug 368853 - x11-wm/awesome-3.4.10 should depend on xcb-util-wm, xcb-util-keysyms and xcb-util-image
Summary: x11-wm/awesome-3.4.10 should depend on xcb-util-wm, xcb-util-keysyms and xcb-...
Status: RESOLVED INVALID
Alias: None
Product: Gentoo Linux
Classification: Unclassified
Component: Current packages (show other bugs)
Hardware: All Linux
: Normal normal
Assignee: Gentoo Linux bug wranglers
URL:
Whiteboard:
Keywords:
Depends on:
Blocks:
 
Reported: 2011-05-27 07:58 UTC by Michal Janke
Modified: 2011-05-30 06:09 UTC (History)
0 users

See Also:
Package list:
Runtime testing required: ---


Attachments
emerge build log (build.log,4.46 KB, text/plain)
2011-05-27 07:58 UTC, Michal Janke
Details
proposed updated ebuild (awesome-3.4.10-r1.ebuild,2.74 KB, text/plain)
2011-05-27 08:19 UTC, Michal Janke
Details

Note You need to log in before you can comment on or make changes to this bug.
Description Michal Janke 2011-05-27 07:58:54 UTC
Created attachment 274751 [details]
emerge build log

Emerge of awesome-3.4.10 fails in configure phase. It cannot find some xcb-related stuff:
--   package 'xcb-keysyms>=0.3.4' not found
--   package 'xcb-icccm>=0.3.8' not found
--   package 'xcb-image>=0.3.0' not found

After installing x11-libs/xcb-util-keysyms, x11-libs/xcb-util-image and x11-libs/xcb-util-wm the configure phase goes smoothly.
Comment 1 Michal Janke 2011-05-27 08:19:34 UTC
Created attachment 274753 [details]
proposed updated ebuild
Comment 2 Michal Janke 2011-05-30 06:09:14 UTC
Oops, look like xcb-util/xcb-util-0.3.8 pulls them all normally. I must have emerged it with --nodeps previously. For some reason...