Skip site navigation (1)Skip section navigation (2)
Date:      Wed, 9 May 2001 10:02:18 +0900 (JST)
From:      mutoh@info.nara-k.ac.jp
To:        FreeBSD-gnats-submit@freebsd.org
Subject:   ports/27219: Update ports: mbone/nte can't run
Message-ID:  <200105090102.f4912IM09662@bovine.info.nara-k.ac.jp>

next in thread | raw e-mail | index | archive | help

>Number:         27219
>Category:       ports
>Synopsis:       mbone/nte can't run
>Confidential:   no
>Severity:       non-critical
>Priority:       low
>Responsible:    freebsd-ports
>State:          open
>Quarter:        
>Keywords:       
>Date-Required:
>Class:          update
>Submitter-Id:   current-users
>Arrival-Date:   Tue May 08 18:10:01 PDT 2001
>Closed-Date:
>Last-Modified:
>Originator:     Takeshi MUTOH
>Release:        FreeBSD 4.3-STABLE i386
>Organization:
Nara National College of Technology
>Environment:
System: FreeBSD bovine 4.3-STABLE FreeBSD 4.3-STABLE #0: Tue Apr 24 15:42:18 JST 2001 root@bovine:/new/usr/obj/new/usr/src/sys/HOGE i386
>Description:
Mbone/nte can't run, because forget initialize Tcl.
So if you run nte, it output error:
	nt: error opening display: invalid command name "tcl_findLibrary".
So we must add Tcl_Init intializing function before Tk_Init.
>How-To-Repeat:
	Install mbone/nte, and run nte.
>Fix:
Add patch for ui_init.c.
--- src/ui_init.c.org   Tue May  1 21:16:29 2001
+++ src/ui_init.c       Tue May  1 21:15:32 2001
@@ -167,6 +167,7 @@
       }
     Tcl_SetVar(interp, "argv", buf, TCL_GLOBAL_ONLY);
 #ifndef WIN32
+    Tcl_Init(interp);
     if(Tk_Init(interp)!=TCL_OK)
       {
        /*I'd like to check this, but can't do anything sensible because
>Release-Note:
>Audit-Trail:
>Unformatted:

To Unsubscribe: send mail to majordomo@FreeBSD.org
with "unsubscribe freebsd-ports" in the body of the message




Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?200105090102.f4912IM09662>