Gentoo Websites Logo
Go to: Gentoo Home Documentation Forums Lists Bugs Planet Store Wiki Get Gentoo!
Bug 209175 - sys-apps/dbus-1.1.4 xdisplay usage outside X11-enabled block
Summary: sys-apps/dbus-1.1.4 xdisplay usage outside X11-enabled block
Status: RESOLVED FIXED
Alias: None
Product: Gentoo Linux
Classification: Unclassified
Component: Current packages (show other bugs)
Hardware: All Linux
: High normal (vote)
Assignee: Project Gentopia
URL:
Whiteboard:
Keywords: InVCS
Depends on:
Blocks:
 
Reported: 2008-02-06 20:27 UTC by Nikolay S. Rybaloff
Modified: 2008-02-07 00:57 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 Nikolay S. Rybaloff 2008-02-06 20:27:22 UTC
tools/dbus-launch.c, line 969:

      xdisplay = NULL;

When compiling with -X, reports (obviously) undeclared xdisplay.


Reproducible: Always
Comment 1 Steev Klimaszewski (RETIRED) gentoo-dev 2008-02-07 00:57:25 UTC
Wrapped the patch into an if use X statement.  This fix is for when dbus-launch hangs around after X exits, so no point applying it when not built with X.