[Incrtcl-develop] [ incrtcl-Bugs-1403583 ] configure fails with latest bash
by SourceForge.net other posts by this author
Jan 11 2006 9:09PM messages near this date
[Incrtcl-develop] [ incrtcl-Iwidgets Bugs-1405162 ] Extbutton::state does not check previous state
|
[Incrtcl-develop] [ incrtcl-Bugs-1392619 ] configure fails to look in /usr/lib64
Bugs item #1403583, was opened at 2006-01-12 05:08
Message generated for change (Tracker Item Submitted) made by Item Submitter
You can respond by visiting:
https://sourceforge.net/tracker/?func=detail&atid=113244&aid=1403583&group_id=13244
Please note that this message will contain a full copy of the comment thread,
including the initial issue submission, for this request,
not just the latest update.
Category: TEA compliance
Group: 3.3b1
Status: Open
Resolution: None
Priority: 5
Submitted By: Wart (wart)
Assigned to: Jeffrey Hobbs (hobbs)
Summary: configure fails with latest bash
Initial Comment:
The configure script for both itcl and itk fail with
the latest bash 3.1 release due to a quoting bug in tcl.m4:
Line 800 reads:
system=MP-RAS-`awk '{print $3}' /etc/.relid'`
But should read:
system=MP-RAS-`awk '{print $3}' /etc/.relid`
Notice the extra quote after .relid.
This appears to have been fixed in the tclconfig module
of the tcl cvs repository already. It's probably best
just to grab the latest tcl.m4 before rebuilding the
configure script.
----------------------------------------------------------------------
You can respond by visiting:
https://sourceforge.net/tracker/?func=detail&atid=113244&aid=1403583&group_id=13244
-------------------------------------------------------
This SF.net email is sponsored by: Splunk Inc. Do you grep through log files
for problems? Stop! Download the new AJAX search engine that makes
searching your log files as easy as surfing the web. DOWNLOAD SPLUNK!
http://ads.osdn.com/?ad_id=7637&alloc_id=16865&op=click
_______________________________________________
Incrtcl-develop mailing list
Incrtcl-develop@[...].net
https://lists.sourceforge.net/lists/listinfo/incrtcl-develop
|