Bug 103431

Summary: RFE: Add a use_static_server option macro to XFree86.spec
Product: [Retired] Red Hat Raw Hide Reporter: Mike A. Harris <mharris>
Component: XFree86Assignee: Mike A. Harris <mharris>
Status: CLOSED WONTFIX QA Contact: David Lawrence <dkl>
Severity: medium Docs Contact:
Priority: medium    
Version: 1.0CC: jdennis, xgl-maint
Target Milestone: ---Keywords: Triaged
Target Release: ---   
Hardware: All   
OS: Linux   
Whiteboard:
Fixed In Version: Doc Type: Bug Fix
Doc Text:
Story Points: ---
Clone Of: Environment:
Last Closed: 2005-10-06 05:55:55 UTC Type: ---
Regression: --- Mount Type: ---
Documentation: --- CRM:
Verified Versions: Category: ---
oVirt Team: --- RHEL 7.3 requirements from Atomic Host:
Cloudforms Team: --- Target Upstream Version:
Embargoed:
Bug Depends On:    
Bug Blocks: 150221    

Description Mike A. Harris 2003-08-30 06:07:04 UTC
Personal reminder tracker for RFE from John:


Date: 29 Aug 2003 14:42:27 -0400
From: John Dennis <jdennis>
To: Mike Harris <mharris>
Subject: Loadable server toggle in spec file

Hi Mike:

I often take advantage of the DebuggableBuild flag in the spec file but
since gdb doesn't work the loadable server I usually resort to disabling
the loadable server. But this requires manually editing either the spec
file of host.def to add:

#define DoLoadableServer NO

Do you think you could add a toggle to the spec file like
DebuggableBuild that would add that line to the host.def? Maybe call it
StaticServer?

Comment 5 Mike A. Harris 2005-10-06 05:55:55 UTC
Modular X.Org uses dlopen() for module loading, so can be debugged by
gdb.  Additionally, it appears to be debuginfo compatible.

The X server also can print it's own backtrace when it crashes now too.

That pretty much makes building static servers an obsolete thing in the
modular tree.

Closing bug "WONTFIX", as it doesn't make sense to do this now.