Your message dated Sat, 29 Dec 2007 13:45:44 +0100
with message-id <[EMAIL PROTECTED]>
and subject line links crashes if the language is set to Hungarian
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: links
Version: 0.99-1
Severity: normal
When the language of links is set to Hungarian, links crashes:
INTERNAL ERROR at language.c:101: Unknown charset for language
Hungarian.
Forcing core dump
Szegmens hiba (core dumped)
The problem is with the languages.inc file - the hungarian charset was
set to ISO-8858-2 instead of ISO-8859-2. The following patch fixes the
problem:
diff -r -U3 links-0.99/language.inc links-0.99.new/language.inc
--- links-0.99/language.inc 2004-04-06 23:25:14.000000000 +0200
+++ links-0.99.new/language.inc 2004-04-22 22:59:57.000000000 +0200
@@ -5612,7 +5612,7 @@
struct translation translation_hungarian [] = {
0, NULL,
- T__CHAR_SET, "ISO-8858-2",
+ T__CHAR_SET, "ISO-8859-2",
T__LANGUAGE, "Hungarian",
T_BAD_NUMBER, "Hibás szám",
T_NUMBER_EXPECTED, "Szám nem megengedett a mezőben",
-- System Information:
Debian Release: testing/unstable
APT prefers testing
APT policy: (500, 'testing')
Architecture: i386 (i686)
Kernel: Linux 2.4.24-1-k7
Locale: LANG=hu_HU, LC_CTYPE=hu_HU
Versions of packages links depends on:
ii libc6 2.3.2.ds1-11 GNU C Library: Shared libraries an
ii libgpmg1 1.19.6-12.1 General Purpose Mouse Library [lib
-- no debconf information
--- End Message ---
--- Begin Message ---
this was fixed upstream some time ago.
--
while(!asleep()) sheep++;
--- End Message ---