Bug#473050: tkdiff: Error in startup script

2008-04-04 Thread Alexander Schmehl
Hi!

* Adrian Bridgett [EMAIL PROTECTED] [080330 10:44]:

 Hmm, I'm afraid I can't upload any fixed packages ATM - _still_
 waiting for keyring maintainer :-(

If you would like to get this RC Bug fixed while waiting for keyring
maint, I would volunteer to sponsor your upload.  Just point me to a
downloadable source package...


Yours sincerely,
  Alexander



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



Bug#473050: tkdiff: Error in startup script

2008-03-30 Thread Adrian Bridgett
On Sat, Mar 29, 2008 at 17:38:07 -0400 (-0400), Thomas Dickey wrote:
 On Sat, Mar 29, 2008 at 10:18:37PM +0100, Andy Spiegl wrote:
# 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:
 
 sorry - that's as deep as I had to go to fix it for me.
 I encountered this a couple of weeks ago...

Hmm, I'm afraid I can't upload any fixed packages ATM - _still_
waiting for keyring maintainer :-(

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 ?

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}

Adrian
-- 
Email: [EMAIL PROTECTED]  -*-  GPG key available on public key servers
Debian GNU/Linux - the maintainable distribution   -*-  www.debian.org



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



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-29 Thread Thomas Dickey
On Fri, Mar 28, 2008 at 12:30:09AM +0100, Andy Spiegl wrote:
 Package: tkdiff
 Version: 1:4.1.3-1
 Severity: grave
 Justification: renders package unusable
 
 tkdiff doesn't start anymore.  It just throws this error:

It appears that someone changed the font-syntax.
I got it working by this chunk
(there's also some change in PrefsFileVersion, which may be relevant):

 # 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}

-- 
Thomas E. Dickey
http://invisible-island.net
ftp://invisible-island.net


pgpTcqcBJAhOx.pgp
Description: PGP signature


Bug#473050: tkdiff: Error in startup script

2008-03-29 Thread Thomas Dickey
On Sat, Mar 29, 2008 at 10:18:37PM +0100, Andy Spiegl wrote:
   # 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:

sorry - that's as deep as I had to go to fix it for me.
I encountered this a couple of weeks ago...

-- 
Thomas E. Dickey
http://invisible-island.net
ftp://invisible-island.net


pgp10ZgYFJn38.pgp
Description: PGP 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]