Bug#473050: tkdiff: Error in startup script

2008-03-30 Thread Andy Spiegl
 Does running tkdiff with a specific version of tcl/tk help - i.e. if
 you edit /usr/bin/tkdiff and change /usr/bin/wish to say
 /usr/bin/wish8.4 ?

Yes, that works!  Good workaround for now, thanks.

 I've just tried running it here under 8.5 and it started up fine using
 .tkdiff of:
 set opts(textopt) {-background white -foreground gray  -font 6x13 -wrap none}
Uhm, no, that doesn't work here.

condor:~head -5 /usr/bin/tkdiff.broken
#!/usr/bin/wish8.5

###
#
# TkDiff -- A graphical front-end to diff for Unix and Windows.

condor:~cat .tkdiffrc
set opts(textopt) {-background white -foreground gray  -font 6x13 -wrap none}

condor:~/usr/bin/tkdiff.broken foo bar
Error in startup script: expected integer but got bold
(processing -font option)
invoked from within
.client.left.text tag configure inlinetag -background DodgerBlue -font 
{TkFixedFont bold}
(eval body line 1)
invoked from within
eval $widget tag configure $tag $opts($tag)
(procedure build-client line 106)
invoked from within
build-client
(procedure create-display line 40)
invoked from within
create-display
(procedure main line 57)
invoked from within
main
(file /usr/bin/tkdiff.broken line 9519)

Thanks,
 Andy.

-- 
 Having trouble in Windows - reboot
 Having trouble in linux - be root



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



Bug#473050: tkdiff: Error in startup script

2008-03-29 Thread Andy Spiegl
  # Text widget options
  -define textopt {-background white -foreground gray  -font 6x13 -wrap none}
  +define textopt {-background white -foreground gray  -font {Courier -12 
 bold} -wrap none}

Thanks, but uhm, it doesn't help here.  After patching .tkdiffrc
I still get:

Error in startup script: expected integer but got bold
(processing -font option)
invoked from within
.client.left.text tag configure inlinetag -background DodgerBlue -font 
{TkFixedFont bold}
(eval body line 1)
invoked from within
eval $widget tag configure $tag $opts($tag)
(procedure build-client line 106)
invoked from within
build-client
(procedure create-display line 40)
invoked from within
create-display
(procedure main line 57)
invoked from within
main
(file /usr/bin/tkdiff line 9519)

Thanks,
 Andy.

-- 
 Absence is to love what wind is to fire.
 It extinguishes the small, it enkindles the great.


signature.asc
Description: Digital signature


Bug#473050: tkdiff: Error in startup script

2008-03-27 Thread Andy Spiegl
Package: tkdiff
Version: 1:4.1.3-1
Severity: grave
Justification: renders package unusable

tkdiff doesn't start anymore.  It just throws this error:

condor:~tkdiff foo bar
Error in startup script: expected integer but got bold
(processing -font option)
invoked from within
.client.left.text tag configure inlinetag -background DodgerBlue -font 
{TkFixedFont bold}
(eval body line 1)
invoked from within
eval $widget tag configure $tag $opts($tag)
(procedure build-client line 106)
invoked from within
build-client
(procedure create-display line 40)
invoked from within
create-display
(procedure main line 57)
invoked from within
main
(file /usr/bin/tkdiff line 9519)

Deleting my .tkdiffrc doesn't change this behavior either.

-- System Information:
Debian Release: lenny/sid
  APT prefers unstable
  APT policy: (900, 'unstable'), (400, 'stable')
Architecture: i386 (i686)

Kernel: Linux 2.6.23.1 (SMP w/2 CPU cores; PREEMPT)
Locale: [EMAIL PROTECTED], [EMAIL PROTECTED] (charmap=ISO-8859-1) (ignored: 
LC_ALL set to de_DE)
Shell: /bin/sh linked to /bin/bash

Versions of packages tkdiff depends on:
ii  tk8.3 8.3.5-12   Tk toolkit for Tcl and X11, v8.3 -
ii  tk8.4 8.4.18-1   Tk toolkit for Tcl and X11, v8.4 -

tkdiff recommends no packages.

-- no debconf information



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