| Summary: | modular build should create missing directories | ||||||||
|---|---|---|---|---|---|---|---|---|---|
| Product: | xorg | Reporter: | David Schleef <ds> | ||||||
| Component: | Build/Modular | Assignee: | Xorg Project Team <xorg-team> | ||||||
| Status: | RESOLVED FIXED | QA Contact: | |||||||
| Severity: | normal | ||||||||
| Priority: | high | CC: | dberkholz | ||||||
| Version: | git | ||||||||
| Hardware: | x86 (IA32) | ||||||||
| OS: | Linux (All) | ||||||||
| Whiteboard: | |||||||||
| i915 platform: | i915 features: | ||||||||
| Attachments: |
|
||||||||
Normally this is handled with "--localstatedir=DIR" when running configure, but since we're building from the build.sh script, it needs to be created. Fixed. Created attachment 3185 [details]
Hacked image to describe what i should see
Changing the build script only masks the bug in the server. Patch attached.
reopening. David, could you reattach the patch please? Created attachment 2952 [details] [review] patch reattached Created attachment 3268 [details] [review] Other part of the patch Committed (a slight variation). Thanks! |
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.
The modular build should create ${localstatedir}/log, since the existence of the directory is required to start the server.