Gentoo Websites Logo
Go to: Gentoo Home Documentation Forums Lists Bugs Planet Store Wiki Get Gentoo!

Bug 209175

Summary: sys-apps/dbus-1.1.4 xdisplay usage outside X11-enabled block
Product: Gentoo Linux Reporter: Nikolay S. Rybaloff <dairinin>
Component: Current packagesAssignee: Project Gentopia <gentopia>
Status: RESOLVED FIXED    
Severity: normal Keywords: InVCS
Priority: High    
Version: unspecified   
Hardware: All   
OS: Linux   
Whiteboard:
Package list:
Runtime testing required: ---

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.