Tracker: Bugs

5 TclMagick build broken - ID: 1997101
Last Update: Comment added ( bfriesen )

Hi,

with both GraphicsMagick-1.2.3 and GraphicsMagick-1.3.020080617, I have a
problem building TclMagick (system is openSuSE10.2). Doing

$ aclocal
$ autoconf
$ automake --add-missing
$ ./configure --with-tcl=/usr/lib --with-tk=/usr/lib
--with-magick=/usr/local/bin/GraphicsMagick-config

results in
./configure: line 29017: ` for ac_var in `(set) 2>&1 | sed -n
's/^\([a-zA-Z_][a-zA-Z0-9_]*\)=.*/\1/p'`; do'

I narrowed the bug down to tcl.m4, where it says:
tcl.m4:773: system=MP-RAS-`awk '{print $3}' /etc/.relid'`
tcl.m4:2143: system=MP-RAS-`awk '{print $3}' /etc/.relid'`

The .relid'` is the culprit. I just changed both occurences to .relid` ,
then it worked. I don't know if the file name must be .relid' but then the
' has to be correctly masked.
Please see the attached patch.

Kind regards

Jan


Jan Kandziora ( tkkasse ) - 2008-06-18 17:45

5

Closed

Fixed

Bob Friesenhahn

TclMagick

None

Public


Comment ( 1 )




Date: 2008-06-30 01:33
Sender: bfriesenSourceForge.net SubscriberProject Admin


I don't know for a certainty that this issue is fixed but I believe that
it should be fixed in the TclMagick delivered with GraphicsMagick 1.2.4
since the build framework code (including tcl.m4) has been updated to the
latest TEA version (3.6). Please verify this if you can.


Log in to comment.

Attached File ( 1 )

Filename Description Download
GraphicsMagick-1.2.3.patch Patch for the bug above. Download

Changes ( 6 )

Field Old Value Date By
status_id Open 2008-06-30 01:33 bfriesen
resolution_id None 2008-06-30 01:33 bfriesen
assigned_to nobody 2008-06-30 01:33 bfriesen
close_date - 2008-06-30 01:33 bfriesen
category_id None 2008-06-18 17:46 tkkasse
File Added 281764: GraphicsMagick-1.2.3.patch 2008-06-18 17:45 tkkasse