Your message dated Tue, 29 Aug 2006 01:05:18 +0200
with message-id <[EMAIL PROTECTED]>
and subject line Fixed in NMU of tkfont 1.1-12.1
has caused the attached Bug report to be marked as done.
This means that you claim that the problem has been dealt with.
If this is not the case it is now your responsibility to reopen the
Bug report if necessary, and/or fix the problem forthwith.
(NB: If you are a system administrator and have no idea what I am
talking about this indicates a serious mail system misconfiguration
somewhere. Please contact me immediately.)
Debian bug tracking system administrator
(administrator, Debian Bugs database)
--- Begin Message ---
Package: tkfont
Severity: grave
Version: 1.1-12
Justification: renders package unusable
Tags: patch
tkfont will not run and dies with this error:
,----
| Error in startup script: sort: Warning: "+number" syntax is
| deprecated, please use "-k number"
| while executing
| "exec xlsfonts -u -fn "*" | grep "-" | sort -t "-" +2 | uniq >
| $TempFileName"
| (procedure "GetFontList" line 8)
| invoked from within
| "GetFontList"
| (procedure "Rehash" line 9)
| invoked from within
| "Rehash"
| (file "/usr/bin/tkfont" line 387)
`----
-- 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.17-686mem4smp
Locale: LANG=en_CA.UTF-8, LC_CTYPE=en_CA.UTF-8 (charmap=UTF-8)
Versions of packages tkfont depends on:
ii tk8.3 [wish] 8.3.5-6 Tk toolkit for Tcl and
X11, v8.3 -
tkfont recommends no packages.
-- no debconf information
diff -Naur tkfont-1.1-patch/tkfont tkfont-1.1/tkfont
--- tkfont-1.1-patch/tkfont 2006-08-02 19:07:50.000000000 -0400
+++ tkfont-1.1/tkfont 2006-08-02 19:08:11.000000000 -0400
@@ -16,7 +16,7 @@
set TempFileName "$env(HOME)/.fonts.list.[pid]"
set TempFileName2 "$env(HOME)/.fonts.list.[pid]b"
- exec xlsfonts -u -fn "*" | grep "-" | sort -t "-" +2 | uniq >
$TempFileName
+ exec xlsfonts -u -fn "*" | grep "-" | sort -t "-" -k 2 | uniq >
$TempFileName
exec grep -v "0-0-75-75-" < $TempFileName > $TempFileName2
exec grep -v "0-0-100-100-" < $TempFileName2 > $TempFileName
set Chan [open $TempFileName r]
--- End Message ---
--- Begin Message ---
Version: 1.1-12.1
I've NMUed for this bug (fixing the bug to use versioning instead of the
"fixed" tag, to ease tracking through testing); here's the changelog:
> tkfont (1.1-12.1) unstable; urgency=medium
> .
> * Non-maintainer upload.
> * Fix crash during startup due to new sort behavior; patch from Angelina
> Carlton. (Closes: #381236)
/* Steinar */
--
Homepage: http://www.sesse.net/
--- End Message ---