Bug 178177
Summary: | xmkmf/imake don't set config file for Imake.tmpl properly | ||||||||
---|---|---|---|---|---|---|---|---|---|
Product: | [Fedora] Fedora | Reporter: | Axel Thimm <Axel.Thimm> | ||||||
Component: | imake | Assignee: | X/OpenGL Maintenance List <xgl-maint> | ||||||
Status: | CLOSED RAWHIDE | QA Contact: | |||||||
Severity: | medium | Docs Contact: | |||||||
Priority: | medium | ||||||||
Version: | rawhide | CC: | robn, scop, tagoh | ||||||
Target Milestone: | --- | ||||||||
Target Release: | --- | ||||||||
Hardware: | All | ||||||||
OS: | Linux | ||||||||
Whiteboard: | |||||||||
Fixed In Version: | Doc Type: | Bug Fix | |||||||
Doc Text: | Story Points: | --- | |||||||
Clone Of: | Environment: | ||||||||
Last Closed: | 2006-03-07 05:49:24 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, 178656 | ||||||||
Attachments: |
|
Description
Axel Thimm
2006-01-18 10:48:48 UTC
Created attachment 123367 [details]
Imakefile for which xmkmf -a fails
I have also experienced similar problem with Canna that uses xmkmf to generate Makefile. the problem is that imake generates Makefile with the wrong path for imake. it's referring to /usr/lib/X11/config but not /usr/share/X11/config. Created attachment 123648 [details]
update patch to replace original xorg-cf-files-1.0.0-redhat.patch
Akira's patch fixed the issue for me (thanks!), I tested the nx builds against the patched up imake on FC5 test3. The added: "# define ConfigDir /usr/share/X11/config" in Akira's patch made it possible for me to compile my old fvwm-1.24r SRPM too (don't ask .. :-). I added this line by hand to the "xorg-cf-files-1.0.1-redhat.patch" from rawhide's "imake-1.0.1-2.src.rpm". Without this fix I get the "Imakefile.c:34: error: Imake.tmpl: No such file or directory" problem too. Fixed in imake-1.0.1-3 |