Skip to Content.
Sympa Menu

sm-grimoire-bugs - [SM-Grimoire-Bugs] [Bug 12921] New: imake has wrong site.def (makes transfig fail)

sm-grimoire-bugs AT lists.ibiblio.org

Subject: SourceMage Grimoire Bug List

List archive

Chronological Thread  
  • From: bugzilla-daemon AT bugs.sourcemage.org
  • To: sm-grimoire-bugs AT lists.ibiblio.org
  • Subject: [SM-Grimoire-Bugs] [Bug 12921] New: imake has wrong site.def (makes transfig fail)
  • Date: 27 Jul 2006 16:30:03 -0000

http://bugs.sourcemage.org/show_bug.cgi?id=12921

Summary: imake has wrong site.def (makes transfig fail)
Product: Codex
Version: unspecified
Platform: Other
OS/Version: other
Status: NEW
Severity: normal
Priority: P2
Component: xorg-modular
AssignedTo: sm-grimoire-bugs AT lists.ibiblio.org
ReportedBy: thomas-forum AT orgis.org


I have (very current) test grimoire on an alpha box and xorg-modular...
At trying to cast transfig I got:

Compile log for transfig 3.2.4 Built on Thu Jul 27 09:50:10 UTC 2006
Using gcc version: 4.0.3
Using gcc version: 4.0.3
Installing in dir: /usr/src/transfig.3.2.4
transfig 3.2.4
patching file fig2dev/fig2dev.h
patching file fig2dev/dev/gensvg.c
imake -DUseInstalled -I/usr/lib/X11/config
making Makefiles in fig2dev...
make[1]: Entering directory `/usr/src/transfig.3.2.4'
Imakefile.c:34: error: Imake.tmpl: No such file or directory
imake: Exit code 1.
Stop.
make[1]: *** [fig2dev/Makefile] Error 1
make[1]: Leaving directory `/usr/src/transfig.3.2.4'
make: [Makefiles] Error 2 (ignored)
making all in ./fig2dev...
make[1]: Entering directory `/usr/src/transfig.3.2.4/fig2dev'
make[1]: *** No rule to make target `all'. Stop.
make[1]: Leaving directory `/usr/src/transfig.3.2.4/fig2dev'
make: *** [all] Error 2
! Problem Detected !


Problem is actually: X11R6 is calling from the dead (as it doesn't exist on
this box)

line 75 of my /usr/lib/X11/site.def was:

#define ProjectRoot /usr/X11R6

changing that to

#define ProjectRoot /usr

made the configuration step of transfig succeed. It now fails at an gcc-4
compatibility bug (another issue...).

That file is from xorg-cf-files ...
something like

sedit s/\/X11R6// site.def

in PRE_BUILD should fix it, I don't have time now to really test, but I
really
just did

sed -i s/X11R6// /usr/lib/X11/config/site.def

Of course one should make the sedit a bit more specific...

--
Configure bugmail: http://bugs.sourcemage.org/userprefs.cgi?tab=email
------- You are receiving this mail because: -------
You are the assignee for the bug, or are watching the assignee.



  • [SM-Grimoire-Bugs] [Bug 12921] New: imake has wrong site.def (makes transfig fail), bugzilla-daemon, 07/27/2006

Archive powered by MHonArc 2.6.24.

Top of Page