Bug#340847: phpunit: New Upstream version available

2005-11-26 Thread KISE Hiroshi
Package: phpunit
Severity: wishlist

New upstream release of PHPUnit is available.  Many new features,
many fixed bugs, changed license, etc.  Please update.

http://pear.php.net/package/PHPUnit


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



Bug#225280: new version of stone is available

2005-05-14 Thread KISE Hiroshi
This bug is fixed on latest version of stone (2.2e).  Please update.

See  (Japanese).


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



Bug#318638: bsfilter: please update to version 1.0.7

2005-07-16 Thread KISE Hiroshi
Package: bsfilter
Version: 1:1.0.4-1
Severity: wishlist

The bsfilter version 1.0.7 is available.  Please update it.


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



Bug#407091: libtext-kakasi-perl: Text::Kakasi manpage is broken

2007-01-15 Thread KISE Hiroshi
Package: libtext-kakasi-perl
Version: 1.05-4
Severity: minor

The Text::Kakasi manpage is broken (MOJIBAKE).
I tried following commands.

$ man Text::Kakasi
$ perldoc Text::Kakasi

I think Text::Kakasi manpage directory is wrong.

$ dpkg -L libtext-kakasi-perl |egrep man
/usr/share/man
/usr/share/man/man3
/usr/share/man/man3/Text::Kakasi.3pm.gz
$ zcat /usr/share/man/man3/Text::Kakasi.3pm.gz |nkf -g
EUC-JP

It should be in /usr/share/man/ja/man3 ?

-- System Information:
Debian Release: 4.0
  APT prefers testing
  APT policy: (500, 'testing')
Architecture: amd64 (x86_64)
Shell:  /bin/sh linked to /bin/bash
Kernel: Linux 2.6.18-3-amd64
Locale: LANG=ja_JP.UTF-8, LC_CTYPE=ja_JP.UTF-8 (charmap=UTF-8)

Versions of packages libtext-kakasi-perl depends on:
ii  libc62.3.6.ds1-8 GNU C Library: Shared libraries
ii  libkakasi2   2.3.4-3.1   Library version of KAKASI
ii  perl 5.8.8-7 Larry Wall's Practical Extraction 
ii  perl-base [perlapi-5.8.8]5.8.8-7 The Pathologically Eclectic Rubbis

libtext-kakasi-perl recommends no packages.

-- no debconf information


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



Bug#407438: libgtk1.2-common: Japanese characters are not displayed correctly in gtk1.x apps

2007-01-18 Thread KISE Hiroshi
Package: libgtk1.2-common
Version: 1.2.10-18
Severity: important
Tags: patch l10n

This bug is look like Bug#382879.  Please put attached "gtkrc.ja.utf-8"
file in your package as "/etc/gtk/gtkrc.ja.utf-8".

The applications that depends gtk1.2 show broken characters when
LANG=ja_JP.UTF-8 (Japanese language, UTF-8 encoding).

We cannot use over 20 applications. (bombermaze, gnotepad+, xmms, etc.)

-- System Information:
Debian Release: 4.0
  APT prefers testing
  APT policy: (500, 'testing')
Architecture: amd64 (x86_64)
Shell:  /bin/sh linked to /bin/bash
Kernel: Linux 2.6.18-3-amd64
Locale: LANG=ja_JP.UTF-8, LC_CTYPE=ja_JP.UTF-8 (charmap=UTF-8)

-- no debconf information
style "gtk-default-ja-utf8" {
   fontset = 
"-adobe-helvetica-medium-r-normal--14-100-100-100-p-76-iso8859-1,\
  -ricoh-ms 
mincho-medium-r-normal--14-*-*-*-*-*-jisx0208.1983-0,\
  -misc-fixed-medium-r-normal--14-*-*-*-*-*-jisx0208.1983-0,\
  *-r-*"
}
class "GtkWidget" style "gtk-default-ja-utf8"



Bug#410299: gawk: SEGABRT when LANG=*.UTF-8 on amd64

2007-02-09 Thread KISE Hiroshi
Package: gawk
Version: 1:3.1.5.dfsg-4
Severity: important

I got SEGABRT from gawk on amd64 with LANG is UTF-8.

First, create data file.

$ LANG=C dpkg -l > dpkg-list.txt
$ head dpkg-list.txt
Desired=Unknown/Install/Remove/Purge/Hold
| Status=Not/Installed/Config-files/Unpacked/Failed-config/Half-installed
|/ Err?=(none)/Hold/Reinst-required/X=both-problems (Status,Err: uppercase=bad)
||/ Name  Version 
Description
+++-=-===-==
ii  915resolution 0.5.2-9 
resolution modification tool for Intel graphic chipset
ii  a2ps-perl-ja  1.45-4  perl 
version of Miguel Santana's a2ps (supports KANJI)
ii  acpi  0.09-1  displays 
information on ACPI devices
ii  acpi-support  0.90-2  scripts 
for handling many ACPI events
ii  acpid 1.0.4-5 Utilities 
for using ACPI power management

And, I try following commands:

$ export LANG=en_US.UTF-8
$ /usr/bin/gawk '{print length($2)}' dpkg-list.txt > /dev/null
*** glibc detected *** double free or corruption (fasttop): 0x0055cb60 
***
Aborted


following commands is OK (no errors):
$ /usr/bin/gawk '{print $2}' dpkg-list.txt > /dev/null
$ /usr/bin/gawk '{print length($1)}' dpkg-list.txt > /dev/null
$ LANG=C /usr/bin/gawk '{print length($2)}' dpkg-list.txt > /dev/null

I use LANG=ja_JP.UTF-8 env., segfaults too.

I attached file that following command output:

$ strace -f -F -o awk-trace.txt /usr/bin/gawk '{print length($2)}' 
dpkg-list.txt > /dev/null

-- System Information:
Debian Release: 4.0
  APT prefers testing
  APT policy: (500, 'testing')
Architecture: amd64 (x86_64)
Shell:  /bin/sh linked to /bin/bash
Kernel: Linux 2.6.18-3-amd64
Locale: LANG=ja_JP.UTF-8, LC_CTYPE=ja_JP.UTF-8 (charmap=UTF-8)

Versions of packages gawk depends on:
ii  libc6   2.3.6.ds1-10 GNU C Library: Shared libraries

gawk recommends no packages.

-- no debconf information
6028  execve("/usr/bin/gawk", ["/usr/bin/gawk", "{print length($2)}", 
"dpkg-list.txt"], [/* 36 vars */]) = 0
6028  uname({sys="Linux", node="mithril", ...}) = 0
6028  brk(0)= 0x55a000
6028  access("/etc/ld.so.nohwcap", F_OK) = -1 ENOENT (No such file or directory)
6028  mmap(NULL, 8192, PROT_READ|PROT_WRITE, MAP_PRIVATE|MAP_ANONYMOUS, -1, 0) 
= 0x2b32175ac000
6028  access("/etc/ld.so.preload", R_OK) = -1 ENOENT (No such file or directory)
6028  open("/etc/ld.so.cache", O_RDONLY) = 3
6028  fstat(3, {st_mode=S_IFREG|0644, st_size=73003, ...}) = 0
6028  mmap(NULL, 73003, PROT_READ, MAP_PRIVATE, 3, 0) = 0x2b32175ae000
6028  close(3)  = 0
6028  access("/etc/ld.so.nohwcap", F_OK) = -1 ENOENT (No such file or directory)
6028  open("/lib/libdl.so.2", O_RDONLY) = 3
6028  read(3, "\177ELF\2\1\1\0\0\0\0\0\0\0\0\0\3\0>\0\1\0\0\0\0\20\0\0"..., 
640) = 640
6028  fstat(3, {st_mode=S_IFREG|0644, st_size=10392, ...}) = 0
6028  mmap(NULL, 1057000, PROT_READ|PROT_EXEC, MAP_PRIVATE|MAP_DENYWRITE, 3, 0) 
= 0x2b32176ad000
6028  mprotect(0x2b32176af000, 1048808, PROT_NONE) = 0
6028  mmap(0x2b32177ae000, 8192, PROT_READ|PROT_WRITE, 
MAP_PRIVATE|MAP_FIXED|MAP_DENYWRITE, 3, 0x1000) = 0x2b32177ae000
6028  close(3)  = 0
6028  access("/etc/ld.so.nohwcap", F_OK) = -1 ENOENT (No such file or directory)
6028  open("/lib/libm.so.6", O_RDONLY)  = 3
6028  read(3, "\177ELF\2\1\1\0\0\0\0\0\0\0\0\0\3\0>\0\1\0\0\0\320=\0\0"..., 
640) = 640
6028  fstat(3, {st_mode=S_IFREG|0644, st_size=531600, ...}) = 0
6028  mmap(NULL, 1577384, PROT_READ|PROT_EXEC, MAP_PRIVATE|MAP_DENYWRITE, 3, 0) 
= 0x2b32177b
6028  mprotect(0x2b3217831000, 1049000, PROT_NONE) = 0
6028  mmap(0x2b321793, 8192, PROT_READ|PROT_WRITE, 
MAP_PRIVATE|MAP_FIXED|MAP_DENYWRITE, 3, 0x8) = 0x2b321793
6028  close(3)  = 0
6028  access("/etc/ld.so.nohwcap", F_OK) = -1 ENOENT (No such file or directory)
6028  open("/lib/libc.so.6", O_RDONLY)  = 3
6028  read(3, "\177ELF\2\1\1\0\0\0\0\0\0\0\0\0\3\0>\0\1\0\0\0\200\305"..., 640) 
= 640
6028  lseek(3, 624, SEEK_SET)   = 624
6028  read(3, "\4\0\0\0\20\0\0\0\1\0\0\0GNU\0\0\0\0\0\2\0\0\0\6\0\0\0"..., 32) 
= 32
6028  fstat(3, {st_mode=S_IFREG|0755, st_size=1282216, ...}) = 0
6028  mmap(NULL, 4096, PROT_READ|PROT_WRITE, MAP_PRIVATE|MAP_ANONYMOUS, -1, 0) 
= 0x2b3217932000
6028  mmap(NULL, 2340808, PROT_READ|PROT_EXEC, MAP_PRIVATE|MAP_DENYWRITE, 3, 0) 
= 0x2b3217933000
6028  mprotect(0x2b3217a54000, 1157064, PROT_NONE) = 0
6028  mmap(0x2b3217b53000, 98304, PROT_READ|PROT_WRITE, 
MAP_PRIVATE|MAP_FIXED|MAP_DENYWRITE, 3, 0x12) = 0x2b3217b53000
6028  mmap(0x2b3217b6b000, 14280, PROT_READ|PROT_WRITE, 
MAP_PRIVATE|MAP_FIXED|MAP_ANONYMOUS, -1

Bug#410808: scim-skk: needs error logging

2007-02-13 Thread KISE Hiroshi
Package: scim-skk
Version: 0.5.2-4
Severity: wishlist

Please output logging error message when scim get errors.
I confused that disabled SKK mode but no error messages.
(It is cause by broken ~/.skk-scim-jisyo )

-- System Information:
Debian Release: 4.0
  APT prefers testing
  APT policy: (500, 'testing')
Architecture: amd64 (x86_64)
Shell:  /bin/sh linked to /bin/bash
Kernel: Linux 2.6.18-3-amd64
Locale: LANG=ja_JP.UTF-8, LC_CTYPE=ja_JP.UTF-8 (charmap=UTF-8)

Versions of packages scim-skk depends on:
ii  libatk1.0-0 1.12.4-1 The ATK accessibility toolkit
ii  libc6   2.3.6.ds1-10 GNU C Library: Shared libraries
ii  libcairo2   1.2.4-4  The Cairo 2D vector graphics libra
ii  libfontconfig1  2.4.2-1  generic font configuration library
ii  libgcc1 1:4.1.1-21   GCC support library
ii  libglib2.0-02.12.4-2 The GLib library of C routines
ii  libgtk2.0-0 2.8.20-5 The GTK+ graphical user interface 
ii  libpango1.0-0   1.14.8-4 Layout and rendering of internatio
ii  libscim8c2a 1.4.4-7  library for SCIM platform
ii  libstdc++6  4.1.1-21 The GNU Standard C++ Library v3
ii  libx11-62:1.0.3-5X11 client-side library
ii  libxcursor1 1.1.7-4  X cursor management library
ii  libxext61:1.0.1-2X11 miscellaneous extension librar
ii  libxfixes3  1:4.0.1-5X11 miscellaneous 'fixes' extensio
ii  libxi6  1:1.0.1-4X11 Input extension library
ii  libxinerama11:1.0.1-4.1  X11 Xinerama extension library
ii  libxrandr2  2:1.1.0.2-5  X11 RandR extension library
ii  libxrender1 1:0.9.1-3X Rendering Extension client libra
ii  scim1.4.4-7  smart common input method platform
ii  skkdic  20061130-1   standard dictionary file for SKK
ii  skkdic-extra20061130-1   extra dictionary files for SKK
ii  skksearch [skkserv] 0.0-12   SKK dictionary server handling mul

scim-skk recommends no packages.

-- no debconf information


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



Bug#336554: patch to migemo for LANG=ja_JP.UTF-8

2007-02-18 Thread KISE Hiroshi
I attached the patch.  This is quick durty hack, work on
LANG=ja_JP.UTF-8 only.  Ofcause, patched migemo is not work on
LANG=ja_JP.eucJP.

I want to rewrite for work on UTF-8 and EUC-JP, but I can't.

This patch is for migemo_0.40-7.1.
--- migemo.orig 2006-12-28 06:28:15.0 +0900
+++ migemo  2007-01-17 22:11:02.0 +0900
@@ -15,6 +15,7 @@
 require 'migemo'
 require 'getoptlong'
 require 'thread'
+require 'nkf'
 
 class Logger
   def initialize (filename)
@@ -155,7 +156,7 @@
   regex_str = [regex_str1, regex_str2].join(bar)
 end
 
-puts regex_str
+puts NKF.nkf('-Ew', regex_str)
 puts options['separator'] if options['separator']
 logger.puts(pattern) if logger
   end


Bug#384768: dpkg: [INTL:ja] Update Translated Japanese po files for the dpkg-divert(8) and dpkg-query(1)

2006-08-26 Thread KISE Hiroshi
Package: dpkg
Version: 1.13.21
Severity: wishlist
Tags: l10n, patch

Hi,

Thank you for the committed previous report.

Attached you'll find the updated po files for the Japanese version of
the man pages dpkg-divert(8), dpkg-query(1) and more updated files
from Bug#381141, Bug#381865.

Changed "Language-Team" address in header.
>> Language-Team: Japanese 

Please commit to the dpkg's svn repository.


dpkg-man-ja3.tar.bz2 has files of translated po files and addendum:

man/po4a/dpkg-divert.8/po/ja.po
man/po4a/dpkg-query.1/po/ja.po
man/po4a/add_ja/dpkg-divert.8.ja.add
man/po4a/add_ja/dpkg-query.1.ja.add
man/po4a/822-date.1/po/ja.po
man/po4a/cleanup-info.8/po/ja.po
man/po4a/deb-old.5/po/ja.po
man/po4a/deb.5/po/ja.po
man/po4a/dpkg-checkbuilddeps.1/po/ja.po
man/po4a/dpkg-name.1/po/ja.po
man/po4a/dpkg-scanpackages.1/po/ja.po
man/po4a/dpkg-statoverride.8/po/ja.po


dpkg-man-ja-cfg3.diff.gz is patch of man/po4a/*/*.cfg for Japanese
translation.  The pache for:

man/po4a/dpkg-divert.8/dpkg-divert.8.cfg
man/po4a/dpkg-query.1/dpkg-query.1.cfg


Regards,
Kise


dpkg-man-ja3.tar.bz2
Description: Binary data


dpkg-man-ja-cfg3.diff.gz
Description: Binary data


Bug#385675: dpkg: [INTL:ja] Update Translated Japanese po files for the deb-control(5), dpkg-deb(1), install-info(8) and start-stop-daemon(8)

2006-09-01 Thread KISE Hiroshi
Package: dpkg
Version: 1.13.21
Severity: wishlist
Tags: l10n, patch

Hi,

Thank you for the committed previous report.

Attached the updated po files for the Japanese version of the man pages.
Please commit to the dpkg's svn repository.


dpkg-man-ja4.tar.bz2 has files of translated po files and addendum:

man/po4a/add_ja/deb-control.5.ja.add (Recode in UTF-8)
man/po4a/add_ja/dpkg-deb.1.ja.add(Recode in UTF-8)
man/po4a/add_ja/install-info.8.ja.add(Recode in UTF-8)
man/po4a/add_ja/start-stop-daemon.8.ja.add   (Recode in UTF-8)
man/po4a/deb-control.5/po/ja.po  (Updated translation)
man/po4a/dpkg-deb.1/po/ja.po (Updated translation)
man/po4a/install-info.8/po/ja.po (Updated translation)
man/po4a/start-stop-daemon.8/po/ja.po(Updated translation)


dpkg-man-ja-cfg4.diff.gz is patch of man/po4a/*/*.cfg for Japanese
translation.  The pache for:

man/po4a/deb-control.5/deb-control.5.cfg(add po4a option)
man/po4a/dpkg-deb.1/dpkg-deb.1.cfg  (add po4a option)
man/po4a/install-info.8/install-info.8.cfg  (add po4a option)
man/po4a/start-stop-daemon.8/start-stop-daemon.8.cfg (add po4a option)


Regards,
Kise


dpkg-man-ja4.tar.bz2
Description: Binary data


dpkg-man-ja-cfg4.diff.gz
Description: Binary data


Bug#388837: dpkg: [INTL:ja] Update Translated Japanese manpages

2006-09-22 Thread KISE Hiroshi
Package: dpkg
Version: 1.13.21
Severity: wishlist
Tags: l10n, patch

Thank you for the committed previous report.

Attached the diff file (UTF-8 encoding) for the Japanese manpages.
(fixed typo and tranlate errors)

Please commit to the dpkg's svn repository.

Regards,
Kise


dpkg-man-ja.diff.gz
Description: Binary data


Bug#381141: dpkg: [INTL:ja] Update Translated Japanese po files for the 822-date(1), deb(5), deb-old(5) and dpkg-checkbuilddeps(1)

2006-08-02 Thread KISE Hiroshi
Package: dpkg
Version: 1.13.21
Severity: wishlist
Tags: l10n, patch

Attached you'll find the translated po files for the Japanese version of
the man pages 822-date(1), deb(5), deb-old(5) and dpkg-checkbuilddeps(1).

dpkg-man-ja-cfg.diff.gz is patch of man/po4a/*/*.cfg for convert
encoding.  We need
  opt_ja:"-L euc-jp -A utf-8"
at [type:man] line.

dpkg-man-ja.tar.bz2 has files of translated po files and addendum.


dpkg-man-ja-cfg.diff.gz
Description: Binary data


dpkg-man-ja.tar.bz2
Description: Binary data


Bug#381141: dpkg: [INTL:ja] Update Translated Japanese po files for the 822-date(1), deb(5), deb-old(5) and dpkg-checkbuilddeps(1)

2006-08-03 Thread KISE Hiroshi
From: Nicolas François <[EMAIL PROTECTED]>
Date: Wed, 2 Aug 2006 22:58:51 +0200

> Committed.

Thank you.

> As you changed the po4a options for the Japanese translation, I think you
> tested the generated man pages. Otherwise, I can send you the generated
> Japanese translation for checking.

It's fine that generated man pages from my copy of svn repository of dpkg.

Regards,
Kise



Bug#381865: dpkg: [INTL:ja] Update Translated Japanese po files for the cleanup-info(8), dpkg-name(1), dpkg-scanpackages(1) and dpkg-statoverride(8)

2006-08-07 Thread KISE Hiroshi
Package: dpkg
Version: 1.13.21
Severity: wishlist

Hi,

Attached you'll find the updated po files for the Japanese version of
the man pages cleanup-info(8), dpkg-name(1), dpkg-scanpackages(1) and
dpkg-statoverride(8).  Please commit to the dpkg's svn repository.


dpkg-man-ja2.tar.bz2 has files of translated po files and addendum:

man/po4a/cleanup-info.8/po/ja.po
man/po4a/dpkg-name.1/po/ja.po
man/po4a/dpkg-scanpackages.1/po/ja.po
man/po4a/dpkg-statoverride.8/po/ja.po
man/po4a/add_ja/cleanup-info.8.ja.add
man/po4a/add_ja/dpkg-name.1.ja.add
man/po4a/add_ja/dpkg-scanpackages.1.ja.add
man/po4a/add_ja/dpkg-statoverride.8.ja.add
man/po4a/deb.5/po/ja.po

(man/po4a/deb.5/po/ja.po is updated from Bug#381141)

dpkg-man-ja-cfg2.diff.gz is patch of man/po4a/*/*.cfg for Japanese
translation.  The pache for:

man/po4a/cleanup-info.8/cleanup-info.8.cfg
man/po4a/dpkg-name.1/dpkg-name.1.cfg
man/po4a/dpkg-scanpackages.1/dpkg-scanpackages.1.cfg
man/po4a/dpkg-statoverride.8/dpkg-statoverride.8.cfg


Regards,
Kise


dpkg-man-ja2.tar.bz2
Description: Binary data


dpkg-man-ja-cfg2.diff.gz
Description: Binary data


Bug#389762: man-db: cannot select manpage correctly with LANG=ja_JP.UTF-8

2006-09-27 Thread KISE Hiroshi
Package: man-db
Version: 2.4.3-3
Severity: important

case 1: installed manpages-dev and manpages-ja-dev, not installed
 manpages-posix-dev

$ LANG=ja_JP.UTF-8 man -a -w select
/usr/share/man/man2/select.2.gz
/usr/share/man/ja/man2/select.2.gz
/usr/share/man/man2/select.2.gz
$ LANG=ja_JP.UTF-8 man -w select
/usr/share/man/man2/select.2.gz

It's incorrect.  I expected result "/usr/share/man/ja/man2/select.2.gz".

case 2: installed manpages-dev, manpages-ja-dev and manpages-posix-dev
$ LANG=ja_JP.UTF-8 man -a -w select
/usr/share/man/man2/select.2.gz
/usr/share/man/ja/man2/select.2.gz
/usr/share/man/man2/select.2.gz
/usr/share/man/man3/select.3posix.gz
$ LANG=ja_JP.UTF-8 man -w select
/usr/share/man/ja/man2/select.2.gz

It's correct.

$ egrep ^SECTION /etc/manpath.config
SECTION 1 n l 8 3 2 3posix 3pm 3perl 5 4 9 6 7

I attached debug outputs of "man -d -w select" for each case.
man-debug-1.txt for case 1, man-debug-2.txt for case 2.
(file encoding is UTF-8)

-- System Information:
Debian Release: testing/unstable
  APT prefers testing
  APT policy: (500, 'testing')
Architecture: i386 (i686)
Shell:  /bin/sh linked to /bin/bash
Kernel: Linux 2.6.17-2-686
Locale: LANG=ja_JP.eucJP, LC_CTYPE=ja_JP.eucJP (charmap=EUC-JP)

Versions of packages man-db depends on:
ii  bsdmainutils 6.1.4   collection of more utilities from 
ii  debconf [debconf-2.0]1.5.4   Debian configuration management sy
ii  dpkg 1.13.21 package maintenance system for Deb
ii  groff-base   1.18.1.1-12 GNU troff text-formatting system (
ii  libc62.3.6.ds1-4 GNU C Library: Shared libraries
ii  libgdbm3 1.8.3-3 GNU dbm database routines (runtime

man-db recommends no packages.

-- debconf information:
  man-db/build-database: true
  man-db/rebuild-database: true
* man-db/install-setuid: false


man-debug.tar.gz
Description: Binary data


Bug#433086: jless: jless is aborted with LANG=ja_JP.UTF-8

2007-07-14 Thread KISE Hiroshi
Package: jless
Version: 382-iso262-1
Severity: grave

I can't use jless with LANG=ja_JP.UTF-8.

$ echo a | LANG=ja_JP.UTF-8 jless
jless: multi.c:2299: convert_to_utf8: Assertion `0' failed.
(here is "aborted." message in Japanese)

Not only STDIN.

$ LANG=ja_JP.UTF-8 jless /etc/motd
jless: multi.c:2299: convert_to_utf8: Assertion `0' failed.
(here is "aborted." message in Japanese)

Following command are OK.
$ echo a | LANG=ja_JP.eucJP jless
$ echo a | LANG=C jless


Thank you.

-- System Information:
Debian Release: lenny/sid
  APT prefers testing
  APT policy: (1001, 'testing')
Architecture: amd64 (x86_64)

Kernel: Linux 2.6.21-2-amd64 (SMP w/2 CPU cores)
Locale: LANG=ja_JP.UTF-8, LC_CTYPE=ja_JP.UTF-8 (charmap=UTF-8)
Shell: /bin/sh linked to /bin/bash

Versions of packages jless depends on:
ii  debianutils   2.22.1 Miscellaneous utilities specific t
ii  libc6 2.5-9  GNU C Library: Shared libraries
ii  libncurses5   5.6-3  Shared libraries for terminal hand

jless recommends no packages.

-- no debconf information


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



Bug#433086: jless: jless is aborted with LANG=ja_JP.UTF-8

2007-07-24 Thread KISE Hiroshi
> Please set environment variable JLESSCHARSET to 'japanese',
> so you use jless normally.

It works!  Thank you.

> However..., I should write wrapper to set envronment
> automatically?

I think "abort" is programming error.  But I don't know
the wrapper is best solution...


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



Bug#409933: w3m: segfaults when I try to back from Debian package search result page (Japanese env.)

2007-02-06 Thread KISE Hiroshi
Package: w3m
Version: 0.5.1-5.1
Severity: important

I access Japanese Debian package search page with following command:
$ w3m http://www.debian.org/distrib/packages.ja.html

In "Search the contents of packages", Keyword is "w3m",
changed Distribution is "testing", and do Search.
Then, Type upcase "B" key for show previous page, w3m is dead.

Attached file is output of strace.  I run following command
before show previous page (6839 is PID of w3m):
$ strace -f -F -o w3m-trace.txt -p 6839

I tried same operation in chrooted i386 etch env., but no segfaults.

-- System Information:
Debian Release: 4.0
  APT prefers testing
  APT policy: (500, 'testing')
Architecture: amd64 (x86_64)
Shell:  /bin/sh linked to /bin/bash
Kernel: Linux 2.6.18-3-amd64
Locale: LANG=ja_JP.UTF-8, LC_CTYPE=ja_JP.UTF-8 (charmap=UTF-8)

Versions of packages w3m depends on:
ii  libc6   2.3.6.ds1-10 GNU C Library: Shared libraries
ii  libgc1c21:6.8-1  conservative garbage collector for
ii  libgpmg11.19.6-24General Purpose Mouse - shared lib
ii  libncurses5 5.5-5Shared libraries for terminal hand
ii  libssl0.9.8 0.9.8c-4 SSL shared libraries
ii  zlib1g  1:1.2.3-13   compression library - runtime

Versions of packages w3m recommends:
ii  ca-certificates   20061027   Common CA Certificates PEM files

-- no debconf information
6839  select(4, [3], NULL, NULL, {0, 224000}) = 0 (Timeout)
6839  ioctl(3, SNDCTL_TMR_TIMEBASE or TCGETS, {B38400 opost -isig -icanon -echo 
...}) = 0
6839  ioctl(3, SNDCTL_TMR_START or TCSETS, {B38400 opost -isig -icanon -echo 
...}) = 0
6839  ioctl(3, SNDCTL_TMR_TIMEBASE or TCGETS, {B38400 opost -isig -icanon -echo 
...}) = 0
6839  ioctl(3, SNDCTL_TMR_TIMEBASE or TCGETS, {B38400 opost -isig -icanon -echo 
...}) = 0
6839  ioctl(3, SNDCTL_TMR_TIMEBASE or TCGETS, {B38400 opost -isig -icanon -echo 
...}) = 0
6839  ioctl(3, SNDCTL_TMR_TIMEBASE or TCGETS, {B38400 opost -isig -icanon -echo 
...}) = 0
6839  ioctl(3, SNDCTL_TMR_START or TCSETS, {B38400 opost -isig -icanon -echo 
...}) = 0
6839  ioctl(3, SNDCTL_TMR_TIMEBASE or TCGETS, {B38400 opost -isig -icanon -echo 
...}) = 0
6839  ioctl(3, SNDCTL_TMR_TIMEBASE or TCGETS, {B38400 opost -isig -icanon -echo 
...}) = 0
6839  ioctl(3, SNDCTL_TMR_TIMEBASE or TCGETS, {B38400 opost -isig -icanon -echo 
...}) = 0
6839  ioctl(3, SNDCTL_TMR_START or TCSETS, {B38400 opost -isig -icanon -echo 
...}) = 0
6839  ioctl(3, SNDCTL_TMR_TIMEBASE or TCGETS, {B38400 opost -isig -icanon -echo 
...}) = 0
6839  select(4, [3], NULL, NULL, {1, 0}) = 0 (Timeout)
6839  ioctl(3, SNDCTL_TMR_TIMEBASE or TCGETS, {B38400 opost -isig -icanon -echo 
...}) = 0
6839  ioctl(3, SNDCTL_TMR_START or TCSETS, {B38400 opost -isig -icanon -echo 
...}) = 0
6839  ioctl(3, SNDCTL_TMR_TIMEBASE or TCGETS, {B38400 opost -isig -icanon -echo 
...}) = 0
6839  ioctl(3, SNDCTL_TMR_TIMEBASE or TCGETS, {B38400 opost -isig -icanon -echo 
...}) = 0
6839  ioctl(3, SNDCTL_TMR_TIMEBASE or TCGETS, {B38400 opost -isig -icanon -echo 
...}) = 0
6839  ioctl(3, SNDCTL_TMR_TIMEBASE or TCGETS, {B38400 opost -isig -icanon -echo 
...}) = 0
6839  ioctl(3, SNDCTL_TMR_START or TCSETS, {B38400 opost -isig -icanon -echo 
...}) = 0
6839  ioctl(3, SNDCTL_TMR_TIMEBASE or TCGETS, {B38400 opost -isig -icanon -echo 
...}) = 0
6839  ioctl(3, SNDCTL_TMR_TIMEBASE or TCGETS, {B38400 opost -isig -icanon -echo 
...}) = 0
6839  ioctl(3, SNDCTL_TMR_TIMEBASE or TCGETS, {B38400 opost -isig -icanon -echo 
...}) = 0
6839  ioctl(3, SNDCTL_TMR_START or TCSETS, {B38400 opost -isig -icanon -echo 
...}) = 0
6839  ioctl(3, SNDCTL_TMR_TIMEBASE or TCGETS, {B38400 opost -isig -icanon -echo 
...}) = 0
6839  select(4, [3], NULL, NULL, {1, 0}) = 0 (Timeout)
6839  ioctl(3, SNDCTL_TMR_TIMEBASE or TCGETS, {B38400 opost -isig -icanon -echo 
...}) = 0
6839  ioctl(3, SNDCTL_TMR_START or TCSETS, {B38400 opost -isig -icanon -echo 
...}) = 0
6839  ioctl(3, SNDCTL_TMR_TIMEBASE or TCGETS, {B38400 opost -isig -icanon -echo 
...}) = 0
6839  ioctl(3, SNDCTL_TMR_TIMEBASE or TCGETS, {B38400 opost -isig -icanon -echo 
...}) = 0
6839  ioctl(3, SNDCTL_TMR_TIMEBASE or TCGETS, {B38400 opost -isig -icanon -echo 
...}) = 0
6839  ioctl(3, SNDCTL_TMR_TIMEBASE or TCGETS, {B38400 opost -isig -icanon -echo 
...}) = 0
6839  ioctl(3, SNDCTL_TMR_START or TCSETS, {B38400 opost -isig -icanon -echo 
...}) = 0
6839  ioctl(3, SNDCTL_TMR_TIMEBASE or TCGETS, {B38400 opost -isig -icanon -echo 
...}) = 0
6839  ioctl(3, SNDCTL_TMR_TIMEBASE or TCGETS, {B38400 opost -isig -icanon -echo 
...}) = 0
6839  ioctl(3, SNDCTL_TMR_TIMEBASE or TCGETS, {B38400 opost -isig -icanon -echo 
...}) = 0
6839  ioctl(3, SNDCTL_TMR_START or TCSETS, {B38400 opost -isig -icanon -echo 
...}) = 0
6839  ioctl(3, SNDCTL_TMR_TIMEBASE or TCGETS, {B38400 opost -isig -icanon -echo 
...}) = 0
6839  select(4, [3], NULL, NULL, {1, 0}) = 0 (Timeout)
6839  ioctl(3, SNDCTL_TMR_TIMEBASE or TCGETS, {B38400 opost -isig -i

Bug#390176: Please update bsfilter to 1.0.15 for Mew5

2007-04-23 Thread KISE Hiroshi
bsfilter-1.0.15 has sample elisp file for Mew5.  Please update the package.

Thank you.


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