public inbox for insight@sourceware.org
 help / color / mirror / Atom feed
* New release?
@ 2006-02-02  1:19 Pavel Roskin
  2006-02-02  3:23 ` Keith Seitz
  0 siblings, 1 reply; 2+ messages in thread
From: Pavel Roskin @ 2006-02-02  1:19 UTC (permalink / raw)
  To: insight

[-- Attachment #1: Type: text/plain, Size: 517 bytes --]

Hello!

I'm surprised that there have been no releases since December, although
6.4.0 has a known build problem (tcl/unix/configure: line 7061: syntax
error) with a known fix.

Possible fixes, sorted by impact:

Remove tcl/tk from the sources
Update tcl/tk to the latest versions
Fix stray quotes in the currently bundled tcl/tk sources

For the latest approach, the patch is attached.

I think it's not good if the latest version is not really "greatest".
Can we have 6.4.1 soon, please?

-- 
Regards,
Pavel Roskin


[-- Attachment #2: insight-build.diff --]
[-- Type: text/x-patch, Size: 2204 bytes --]

--- itcl/iwidgets/tcl.m4
+++ itcl/iwidgets/tcl.m4
@@ -586,7 +586,7 @@
 	    # results, and the version is kept in special file).
 	
 	    if test -r /etc/.relid -a "X`uname -n`" = "X`uname -s`" ; then
-		system=MP-RAS-`awk '{print $3}' /etc/.relid'`
+		system=MP-RAS-`awk '{print $3}' /etc/.relid`
 	    fi
 	    if test "`uname -s`" = "AIX" ; then
 		system=AIX-`uname -v`.`uname -r`
@@ -1452,7 +1452,7 @@
 	    # results, and the version is kept in special file).
 	
 	    if test -r /etc/.relid -a "X`uname -n`" = "X`uname -s`" ; then
-		system=MP-RAS-`awk '{print $3}' /etc/.relid'`
+		system=MP-RAS-`awk '{print $3}' /etc/.relid`
 	    fi
 	    if test "`uname -s`" = "AIX" ; then
 		system=AIX-`uname -v`.`uname -r`
--- tcl/unix/tcl.m4
+++ tcl/unix/tcl.m4
@@ -755,7 +755,7 @@
 	    # results, and the version is kept in special file).
 	
 	    if test -r /etc/.relid -a "X`uname -n`" = "X`uname -s`" ; then
-		system=MP-RAS-`awk '{print $3}' /etc/.relid'`
+		system=MP-RAS-`awk '{print $3}' /etc/.relid`
 	    fi
 	    if test "`uname -s`" = "AIX" ; then
 		system=AIX-`uname -v`.`uname -r`
@@ -2074,7 +2074,7 @@
 	    # results, and the version is kept in special file).
 	
 	    if test -r /etc/.relid -a "X`uname -n`" = "X`uname -s`" ; then
-		system=MP-RAS-`awk '{print $3}' /etc/.relid'`
+		system=MP-RAS-`awk '{print $3}' /etc/.relid`
 	    fi
 	    if test "`uname -s`" = "AIX" ; then
 		system=AIX-`uname -v`.`uname -r`
--- tk/unix/tcl.m4
+++ tk/unix/tcl.m4
@@ -750,7 +750,7 @@
 	    # results, and the version is kept in special file).
 	
 	    if test -r /etc/.relid -a "X`uname -n`" = "X`uname -s`" ; then
-		system=MP-RAS-`awk '{print $3}' /etc/.relid'`
+		system=MP-RAS-`awk '{print $3}' /etc/.relid`
 	    fi
 	    if test "`uname -s`" = "AIX" ; then
 		system=AIX-`uname -v`.`uname -r`
@@ -2068,7 +2068,7 @@
 	    # results, and the version is kept in special file).
 	
 	    if test -r /etc/.relid -a "X`uname -n`" = "X`uname -s`" ; then
-		system=MP-RAS-`awk '{print $3}' /etc/.relid'`
+		system=MP-RAS-`awk '{print $3}' /etc/.relid`
 	    fi
 	    if test "`uname -s`" = "AIX" ; then
 		system=AIX-`uname -v`.`uname -r`

^ permalink raw reply	[flat|nested] 2+ messages in thread

* Re: New release?
  2006-02-02  1:19 New release? Pavel Roskin
@ 2006-02-02  3:23 ` Keith Seitz
  0 siblings, 0 replies; 2+ messages in thread
From: Keith Seitz @ 2006-02-02  3:23 UTC (permalink / raw)
  To: Pavel Roskin; +Cc: insight

Pavel Roskin wrote:

> I'm surprised that there have been no releases since December, although
> 6.4.0 has a known build problem (tcl/unix/configure: line 7061: syntax
> error) with a known fix.

GDB 6.4.1 has not been released. Insight releases are tied to GDB 
releases (mainly for my own convenience -- since I don't really do a 
whole lot with insight any more).

> Possible fixes, sorted by impact:
> 
> Remove tcl/tk from the sources
> Update tcl/tk to the latest versions

Patches are always welcome. This first item is high on my hit list, but 
I haven't had the time for a long, long time, but one of these days, 
I'll get fed up and do it. Truth be told, I don't really think it would 
take me more than about 10-15 hours, including testing.

> Fix stray quotes in the currently bundled tcl/tk sources
>
> For the latest approach, the patch is attached.

Yes, I will check and apply your patches. Thank you.

Keith

^ permalink raw reply	[flat|nested] 2+ messages in thread

end of thread, other threads:[~2006-02-02  3:23 UTC | newest]

Thread overview: 2+ messages (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2006-02-02  1:19 New release? Pavel Roskin
2006-02-02  3:23 ` Keith Seitz

This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox;
as well as URLs for read-only IMAP folder(s) and NNTP newsgroup(s).