[Date Prev][Date Next] [Thread Prev][Thread Next] [Date Index] [Thread Index]

Bug#48120: marked as forwarded (gconv-modules would not be loaded properly when setgid)



Your message dated Fri, 5 Nov 1999 06:57:21 -0800
with message-id <v04220808b4489e45e0a4@[206.163.71.146]>
and subject line Fwd: Bug#48120: gconv-modules would not be loaded properly when  setgid
has caused the Debian Bug report #48120,
regarding gconv-modules would not be loaded properly when setgid
to be marked as having been forwarded to the upstream software
author(s) libc-alpha@sourceware.cygnus.com.

(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.)

Darren Benham
(administrator, Debian Bugs database)

Received: (at submit) by bugs.debian.org; 23 Oct 1999 19:00:23 +0000
Received: (qmail 8997 invoked from network); 23 Oct 1999 19:00:09 -0000
Received: from ns.ukai.nakahara.kawasaki.jp (HELO earlgrey.ukai.org) (210.239.121.106)
  by master.debian.org with SMTP; 23 Oct 1999 19:00:09 -0000
Received: from lichee.ukai.org.ukai.org (lichee.ukai.nakahara.kawasaki.jp [210.239.121.108])
	by earlgrey.ukai.org (Postfix) with ESMTP id E8D798EE4
	for <submit@bugs.debian.org>; Sun, 24 Oct 1999 03:53:58 +0900 (JST)
Date: Sun, 24 Oct 1999 03:59:09 +0900
Message-ID: <14354.1405.415658.68187Y@lichee.ukai.org>
From: Fumitoshi UKAI <ukai@debian.or.jp>
To: submit@bugs.debian.org
Subject: gconv-modules would not be loaded properly when setgid
User-Agent: Wanderlust/2.2.4 (Black Or White) SEMI/1.13.7 (Awazu) FLIM/1.13.2 (Kasanui) Emacs/20.3 (i386-debian-linux-gnu) MULE/4.0 (HANANOEN)
Organization: Debian JP Project
MIME-Version: 1.0 (generated by SEMI 1.13.7 - "Awazu")
Content-Type: text/plain; charset=US-ASCII

Package: gconv-modules
Version: 2.1.2-5
Severity: important

In debian-users (for Japense) mailing-list, someone found
that gconv-modules would not be loaded if it was setgid program.
For examples, `LANG=ja_JP.eucJP /usr/games/same-gnome'
(in gnome-same-gnome package) would not show any menu strings 
(of course, it should be Japanese).

It can be fixed by adding /usr/lib/gconv to /etc/ld.so.conf.
If /usr/lib/gconv in /etc/ld.so.conf, `LANG=ja_JP.eucJP /usr/games/same-gnome'
would works fine with Japanese menu strings.

However, I suspect this is bugs of glibc/icongdata/Makefile.
In this file, LDFLAGS for libJIS.so (and libKSC,libGB,libCNS) are
`-Wl,-soname,$(@F)' only, however others (such as EUC-JP.so) are
`-Wl,-rpath,'$$ORIGIN''.  When we checked same-gnome with strace,
it find "EUC-JP.so", but failed to find "libJIS.so".  So, it might be
fixed by adding -rpath,'$$ORIGIN' for LDFLAGS for libJIS.so,libKSC.so,
libGB.so and libCNS.so, but I've not yet checked it.

Best regards,
Fumitoshi UKAI


Reply to: