| Summary: |
XF86Server used in Imakefile but not defined |
| Product: |
xorg
|
Reporter: |
Mike A. Harris <mharris> |
| Component: |
Build/Monolithic | Assignee: |
Xorg Project Team <xorg-team> |
| Status: |
RESOLVED
FIXED
|
QA Contact: |
|
| Severity: |
normal
|
|
|
| Priority: |
lowest
|
CC: |
roland.mainz
|
| Version: |
git | |
|
| Hardware: |
All | |
|
| OS: |
Linux (All) | |
|
| Whiteboard: |
|
|
i915 platform:
|
|
i915 features:
|
|
| Bug Depends on: |
|
|
|
| Bug Blocks: |
269, 351
|
|
|
Use of freedesktop.org services, including Bugzilla, is subject to our Code of Conduct. How we collect and use information is described in our Privacy Policy.
While examining build log of 6.7.99.902, I noticed the following: make[4]: Entering directory `/home/mharris/rpmbuild/BUILD/xorg-x11-6.7.99.902/xc/programs/Xserver' In file included from ../../../config/cf/Imake.tmpl:2175, from Imakefile.c:35: Imakefile:40: warning: "XF86Server" is not defined Imakefile:45: warning: "XF86Server" is not defined XF86Server was recently renamed to XorgServer in the tree. This looks like a possible glitch caused by that. Probably a simple fix.