Bug#456260: closed by Aurelien Jarno <[EMAIL PROTECTED]> (Bug#456260: fixed in glibc 2.7-5)

2007-12-23 Thread Atsuhito Kohda
reopen 456260
thanks

On Wed, 19 Dec 2007 18:57:13 +, [EMAIL PROTECTED] (Debian Bug Tracking 
System) wrote:

> This is an automatic notification regarding your Bug report
> which was filed against the libc6.1 package:
> 
> #456260: libc6.1: ldconfig segfault under LANG=ja_JP.eucJP
> 
> It has been closed by Aurelien Jarno <[EMAIL PROTECTED]>.

Unfortunately it didn't solve the problem for me.
You can see that under LANG=ja_JP.EUC-JP the problem still remains
but under LANG=C there is no problem.

nsx:/home/kohda# LANG=C dpkg -l libc6.1
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   VersionDescription
+++-==-==-
ii  libc6.12.7-5  GNU C Library: Shared libraries
nsx:/home/kohda# echo $LANG
ja_JP.EUC-JP
nsx:/home/kohda# dpkg -i /var/cache/apt/archives/libcupsys2_1.3.4-4_alpha.deb
(データベースを読み込んでいます ... 現在 64728 個のファイルとディレクトリがインストールされています。)
libcupsys2 1.3.4-4 を (.../libcupsys2_1.3.4-4_alpha.deb で) 置換するための準備をしています ...
libcupsys2 を展開し、置換しています...
libcupsys2 (1.3.4-4) を設定しています ...
/var/lib/dpkg/info/libcupsys2.postinst: line 44: 22517 セグメンテーション違反です  ldconfig
dpkg: libcupsys2 の処理中にエラーが発生しました (--install):
 サブプロセス post-installation script はエラー終了ステータス 139 を返しました
以下のパッケージの処理中にエラーが発生しました:
 libcupsys2
nsx:/home/kohda# LANG=C dpkg -i 
/var/cache/apt/archives/libcupsys2_1.3.4-4_alpha.deb
(Reading database ... 64728 files and directories currently installed.)
Preparing to replace libcupsys2 1.3.4-4 (using 
.../libcupsys2_1.3.4-4_alpha.deb) ...
Unpacking replacement libcupsys2 ...
Setting up libcupsys2 (1.3.4-4) ...

Thanks for your maintenance.
Regards,2007-12-23(Sun)

-- 
 Debian Developer & Debian JP Developer - much more I18N of Debian
 Atsuhito Kohda 
 Department of Math., Univ. of Tokushima



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



Bug#456260: fix mojibake (perhaps)

2007-12-14 Thread Atsuhito Kohda
Hi Aurelien,

On Fri, 14 Dec 2007 15:21:55 +0100, Aurelien Jarno wrote:

> Could you please try the version from:
> http://people.debian.org/~aurel32/alpha/

Thanks but it doesn't fix the problem.  We see in the following
log that under LANG=ja_JP.eucJP, ja_JP.EUC-JP, ldconfig caused
segfault but under LANG=C it worked fine.

# dpkg -l libc6.1
ii  libc6.12.7-4+alphaGNU C Library: Shared libraries
# echo $LANG
ja_JP.eucJP
# dpkg -i libltdl3_1.5.24-2_alpha.deb 
(データベースを読み込んでいます ... 現在 98467 個のファイルとディレクトリがインストールされています。)
libltdl3 1.5.24-2 を (libltdl3_1.5.24-2_alpha.deb で) 置換するための準備をしています ...
libltdl3 を展開し、置換しています...
libltdl3 (1.5.24-2) を設定しています ...
/var/lib/dpkg/info/libltdl3.postinst: line 6: 28569 セグメンテーション違反です  ldconfig
dpkg: libltdl3 の処理中にエラーが発生しました (--install):
 サブプロセス post-installation script はエラー終了ステータス 139 を返しました
以下のパッケージの処理中にエラーが発生しました:
 libltdl3

# export LANG=ja_JP.EUC-JP
# echo $LANG
ja_JP.EUC-JP
# dpkg -i libltdl3_1.5.24-2_alpha.deb 
(データベースを読み込んでいます ... 現在 98467 個のファイルとディレクトリがインストールされています。)
libltdl3 1.5.24-2 を (libltdl3_1.5.24-2_alpha.deb で) 置換するための準備をしています ...
libltdl3 を展開し、置換しています...
libltdl3 (1.5.24-2) を設定しています ...
/var/lib/dpkg/info/libltdl3.postinst: line 6: 28593 セグメンテーション違反です  ldconfig
dpkg: libltdl3 の処理中にエラーが発生しました (--install):
 サブプロセス post-installation script はエラー終了ステータス 139 を返しました
以下のパッケージの処理中にエラーが発生しました:
 libltdl3

# LANG=C dpkg -i libltdl3_1.5.24-2_alpha.deb 
(Reading database ... 98467 files and directories currently installed.)
Preparing to replace libltdl3 1.5.24-2 (using libltdl3_1.5.24-2_alpha.deb) ...
Unpacking replacement libltdl3 ...
Setting up libltdl3 (1.5.24-2) ...

Thanks for your effort.  I'll be able to test a package if necessary
so feel free to ask me to do so.

Regards,2007-12-15(Sat)

-- 
 Debian Developer & Debian JP Developer - much more I18N of Debian
 Atsuhito Kohda 
 Department of Math., Univ. of Tokushima



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



Bug#456260: fix mojibake (perhaps)

2007-12-13 Thread Atsuhito Kohda
Hi,

It looked that I failed to include Japanese characters
correctly in the first bug report. 

Here is the correct one which said "ldconfig segfault":

# aptitude
(データベースを読み込んでいます ... 現在 64720 個のファイルとディレクトリがインストールされています。)
libltdl3 1.5.24-1 を (.../libltdl3_1.5.24-2_alpha.deb で) 置換するための準備をしています ...
libltdl3 を展開し、置換しています...
libltdl3 (1.5.24-2) を設定しています ...
/var/lib/dpkg/info/libltdl3.postinst: line 6: 24428 セグメンテーション違反です  ldconfig
dpkg: libltdl3 の処理中にエラーが発生しました (--configure):
 サブプロセス post-installation script はエラー終了ステータス 139 を返しました
以下のパッケージの処理中にエラーが発生しました:
 libltdl3
E: Sub-process /usr/bin/dpkg returned an error code (1)
パッケージをインストールできませんでした。復旧を試みています:
libltdl3 (1.5.24-2) を設定しています ...
/var/lib/dpkg/info/libltdl3.postinst: line 6: 24442 セグメンテーション違反です  ldconfig
dpkg: libltdl3 の処理中にエラーが発生しました (--configure):
 サブプロセス post-installation script はエラー終了ステータス 139 を返しました
以下のパッケージの処理中にエラーが発生しました:
 libltdl3
続けるには Return を押してください。

Sorry for inconvenience.
Regards,2007-12-14(Fri)

-- 
 Debian Developer & Debian JP Developer - much more I18N of Debian
 Atsuhito Kohda 
 Department of Math., Univ. of Tokushima



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



Bug#456260: libc6.1: ldconfig segfault under LANG=ja_JP.eucJP

2007-12-13 Thread Atsuhito KOHDA
Package: libc6.1
Version: 2.7-3
Severity: important

Hi,

after upgrading libc6.1 from 2.6.3 to 2.7, ldconfig
caused segfault so many library packages caused errors
at configure.

Here is a log (contains some Japanese characters):

# LANG=C apt-get install libc6.1
Reading package lists... Done
Building dependency tree   
Reading state information... Done
The following extra packages will be installed:
  libc6.1-dev locales
Suggested packages:
  glibc-doc
The following packages will be upgraded:
  libc6.1 libc6.1-dev locales
3 upgraded, 0 newly installed, 0 to remove and 34 not upgraded.
Need to get 12.7MB of archives.
After unpacking 893kB of additional disk space will be used.
Do you want to continue [Y/n]? 
Get:1 http://cdn.debian.or.jp lenny/main libc6.1-dev 2.7-3 [3020kB]
Get:2 http://cdn.debian.or.jp lenny/main locales 2.7-3 [4485kB]
Get:3 http://cdn.debian.or.jp lenny/main libc6.1 2.7-3 [5172kB]
Fetched 12.7MB in 5s (2282kB/s)   
Preconfiguring packages ...
(Reading database ... 64692 files and directories currently installed.)
Preparing to replace libc6.1-dev 2.6.1-6 (using 
.../libc6.1-dev_2.7-3_alpha.deb) ...
Unpacking replacement libc6.1-dev ...
Preparing to replace locales 2.6.1-6 (using .../archives/locales_2.7-3_all.deb) 
...
Unpacking replacement locales ...
Preparing to replace libc6.1 2.6.1-6 (using .../libc6.1_2.7-3_alpha.deb) ...
Unpacking replacement libc6.1 ...
Setting up libc6.1 (2.7-3) ...
Installing new version of config file /etc/gai.conf ...
Installing new version of config file /etc/init.d/glibc.sh ...
Setting up libc6.1-dev (2.7-3) ...
Setting up locales (2.7-3) ...
Installing new version of config file /etc/locale.alias ...
Generating locales (this might take a while)...
  en_US.ISO-8859-1... done
  en_US.UTF-8... done
  ja_JP.EUC-JP... done
  ja_JP.UTF-8... done
Generation complete.

# LANG=C aptitude
(Reading database ... 64720 files and directories currently installed.)
Preparing to replace libncurses5-dev 5.6+20071013-1 (using 
.../libncurses5-dev_5.6+20071124-1_alpha.deb) ...
Unpacking replacement libncurses5-dev ...
Preparing to replace libncurses5 5.6+20071013-1 (using 
.../libncurses5_5.6+20071124-1_alpha.deb) ...
Unpacking replacement libncurses5 ...
Setting up libncurses5 (5.6+20071124-1) ...
Setting up libncurses5-dev (5.6+20071124-1) ...
Press return to continue.

(under LANG=ja_JP.eucJP)
# aptitude
(�若�帥若�鴻��茯㏍�粋昭�с障�� ... �憜�� 64720 
�勉<�ゃ�˨���c�㋘�壔ŝゃ�潟�鴻若�˨���⓾障�)
libltdl3 1.5.24-1 ��� (.../libltdl3_1.5.24-2_alpha.deb ���) 
臀勖勖�⓾障�� ...
libltdl3 ���絮��臀勖���⓾障��...
libltdl3 (1.5.24-2) ���荐㊤���⓾障�� ...
/var/lib/dpkg/info/libltdl3.postinst: line 6: 24428 
��祉�違�<�潟若�激�с�渇���с��  ldconfig
dpkg: libltdl3 ��勐�☎��筝㏍�˨í�若榊���障� (--configure):
 ��泣���㏍�祉�� post-installation script ��壔í�主��篋���鴻若�帥�� 139 
���菴��障�
篁ヤ勉���宴�若�吾�勐�☎��筝㏍�˨í�若榊���障�:
 libltdl3
E: Sub-process /usr/bin/dpkg returned an error code (1)
宴�若�吾ゃ�潟�鴻若�˨�с障���с緇ð�с��荅⓾�帥�⓾障��:
libltdl3 (1.5.24-2) ���荐㊤���⓾障�� ...
/var/lib/dpkg/info/libltdl3.postinst: line 6: 24442 
��祉�違�<�潟若�激�с�渇���с��  ldconfig
dpkg: libltdl3 ��勐�☎��筝㏍�˨í�若榊���障� (--configure):
 ��泣���㏍�祉�� post-installation script ��壔í�主��篋���鴻若�帥�� 139 
���菴��障�
篁ヤ勉���宴�若�吾�勐�☎��筝㏍�˨í�若榊���障�:
 libltdl3
膓�˨�� Return �若⓾��

Thanks for your maintenance.
Regards,2007-12-14(Fri)

 **
 Atsuhito Kohda
 Dep. Math., Univ. of Tokushima
 kohda AT pm.tokushima-u.ac.jp")


-- System Information:
Debian Release: lenny/sid
  APT prefers testing
  APT policy: (500, 'testing')
Architecture: alpha

Kernel: Linux 2.6.22-3-alpha-generic
Locale: LANG=ja_JP.eucJP, LC_CTYPE=ja_JP.eucJP (charmap=EUC-JP)
Shell: /bin/sh linked to /bin/bash

Versions of packages libc6.1 depends on:
ii  libgcc1   1:4.2.2-4  GCC support library

libc6.1 recommends no packages.

-- debconf information:
  glibc/restart-failed:
  glibc/restart-services:



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



Bug#56850: devpts.sh is wrong ?

2000-02-02 Thread Atsuhito Kohda
Package: libc6
Version: 2.1.2-12

Hi all,

I upgraded kernel from 2.2.12 to 2.2.14 and rebooted new kernel,
then I found the following message at boot up time.

/etc/rcS.d/S35devpts.sh: line 66; Unexpected end of file

(might be not precise but near the above)

So I checked a bit /etc/rcS.d/S35devpts.sh and thought that
the following part might cause the error.

make_devpts()
{
[ -d /dev/pts ] || mkdir --mode=755 /dev/pts
{

NOTE: closing brace seems to be opening brace !!!

I am not professional so my guess might be wrong but I wish
someone will find out the problem so I send this mail both
BTS and devel.  If this is not appropriate I am very sorry.

Furthermore I am not sure that this is related to libc6 but
from the output as

nsx:~$ dpkg -S devpts.sh
libc6: /etc/init.d/devpts.sh

I reported to libc6.

Thanks in advance,  2000.2.2

--
 Debian JP Developer - much more I18N of Debian
 Atsuhito Kohda <[EMAIL PROTECTED]>
 Department of Math., Tokushima Univ.