Package: netmaze
Version: 0.81+jpg0.82-11.1
Severity: important
Tags: patch

Hi,

xnetserv fails at startup because the path to the tix shared library
is incorrect in /usr/lib/games/netmaze/xnetserv-setup.tcl.

Transcript:

% xnetserv         
----------------------------------------------------------------
It may take a few seconds for the X interface to come up; please
be patient.  If you don't want to watch what is going on in the
text interface, you may minimize your xterm/rxvt.
----------------------------------------------------------------
Defaultmaze is ok!
 Netmaze Server 0.36alpha/March 1994 by MH;  Modified by John Goerzen Oct, 1996 
<[EMAIL PROTECTED]> (.81)
 Using Port: 12346
Error in startup script: couldn't load file "/usr/lib/libtix.so": 
/usr/lib/libtix.so: cannot open shared object file: No such file or directory
    while executing
"load $tixfile"
    (file "/usr/lib/games/netmaze/xnetserv.tcl" line 16)
Child (exmenu?): 9537 died.
If netserv died before xnetserv did (eg, because it could not
bind), you may need to make sure xnetserv.tcl died.


Proposed patch:

--- netmaze-0.81+jpg0.82/xnetserv-setup.tcl     2006-05-03 22:14:16.000000000 
+0300
+++ netmaze-0.81+jpg0.82-fixed/xnetserv-setup.tcl       2006-05-03 
22:06:59.266097766 +0300
@@ -1,6 +1,6 @@
 # Put the directory to your Tix shared library here.
 # Here are some examples:
 # set tixfile /home/mydir/lib/libtix.so
-set tixfile /usr/lib/libtix.so
+set tixfile /usr/lib/libTix8.4.so.1
 # set tixfile /usr/users/User10/jgoerzen/public/bin/lib/libtix.so
 

-- System Information:
Debian Release: testing/unstable
  APT prefers unstable
  APT policy: (500, 'unstable')
Architecture: i386 (i686)
Shell:  /bin/sh linked to /bin/bash
Kernel: Linux 2.6.8-3-k7
Locale: LANG=C, [EMAIL PROTECTED] (charmap=ISO-8859-15)

Versions of packages netmaze depends on:
ii  libc6                         2.3.6-7    GNU C Library: Shared libraries
ii  libx11-6                      2:1.0.0-6  X11 client-side library
ii  libxext6                      1:1.0.0-4  X11 miscellaneous extension librar
ii  tix [tix]                     8.4.0-4    The Tix library for Tk -- runtime 
ii  tk8.4                         8.4.12-1   Tk toolkit for Tcl and X11, v8.4 -

netmaze recommends no packages.

-- no debconf information


-- 
To UNSUBSCRIBE, email to [EMAIL PROTECTED]
with a subject of "unsubscribe". Trouble? Contact [EMAIL PROTECTED]

Reply via email to