/usr/bin/xmkmf has bad path to config files

Bug #28221 reported by Chris Moore
16
Affects Status Importance Assigned to Milestone
imake (Ubuntu)
Fix Released
Medium
Unassigned

Bug Description

Near the top of /usr/bin/xmkmf is this line:

  configdirspec="-I/etc/X11/config"

I'm wondering if it should say:

  configdirspec="-I/etc/X11/config/cf"

Otherwise, when running xmkmf I see errors, like this:

  $ xmkmf
  imake -DUseInstalled -I/etc/X11/config
  Imakefile.c:34: error: Imake.tmpl: No such file or directory
  imake: Exit code 1.
    Stop.

The value of configdirspec as defined in /usr/bin/xmkmf is passed as the -I flag
to imake, which I think it uses to find a file "Imake.tmpl". Imake.tmpl is in
/etc/X11/config/cf/

Revision history for this message
Yann Rouillard (yann-pleiades) wrote :

I confirm this problem.

Changed in imake:
status: Unconfirmed → Confirmed
Revision history for this message
Fabio Massimo Di Nitto (fabbione) wrote :

It has been fixed a while ago. I missed this bug. sorry.

Closing
Fabio

Changed in imake:
status: Confirmed → Fix Released
To post a comment you must log in.
This report contains Public information  
Everyone can see this information.

Duplicates of this bug

Other bug subscribers

Remote bug watches

Bug watches keep track of this bug in other bug trackers.