public inbox for glibc-bugs@sourceware.org
help / color / mirror / Atom feed
* [Bug libc/253] New: missing NLS in few places in glibc
@ 2004-07-02 21:36 qboosh at pld-linux dot org
  2004-07-02 21:40 ` [Bug libc/253] " qboosh at pld-linux dot org
                   ` (12 more replies)
  0 siblings, 13 replies; 14+ messages in thread
From: qboosh at pld-linux dot org @ 2004-07-02 21:36 UTC (permalink / raw)
  To: glibc-bugs

Few parts of glibc are partially missing NLS:

- argp-parse and ldconfig could allow translation of option argument names too
(like in most of GNU utilities)

- rpcgen (sunrpc/rpc_main.c) does some gettext calls, but doesn't initialize
gettext (i.e. doesn't call setlocale() and textdomain()) and doesn't translate
its help

- ldd uses bash NLS ($"" style), but strings are not extracted from this file
into libc.pot, so translators don't include them in *.po.

-- 
           Summary: missing NLS in few places in glibc
           Product: glibc
           Version: unspecified
            Status: NEW
          Severity: minor
          Priority: P2
         Component: libc
        AssignedTo: gotom at debian dot or dot jp
        ReportedBy: qboosh at pld-linux dot org
                CC: glibc-bugs at sources dot redhat dot com


http://sources.redhat.com/bugzilla/show_bug.cgi?id=253

------- You are receiving this mail because: -------
You are on the CC list for the bug, or are watching someone who is.


^ permalink raw reply	[flat|nested] 14+ messages in thread

* [Bug libc/253] missing NLS in few places in glibc
  2004-07-02 21:36 [Bug libc/253] New: missing NLS in few places in glibc qboosh at pld-linux dot org
@ 2004-07-02 21:40 ` qboosh at pld-linux dot org
  2004-08-10  4:07 ` drepper at redhat dot com
                   ` (11 subsequent siblings)
  12 siblings, 0 replies; 14+ messages in thread
From: qboosh at pld-linux dot org @ 2004-07-02 21:40 UTC (permalink / raw)
  To: glibc-bugs


------- Additional Comments From qboosh at pld-linux dot org  2004-07-02 21:40 -------
Created an attachment (id=126)
 --> (http://sources.redhat.com/bugzilla/attachment.cgi?id=126&action=view)
Add missing NLS to rpcgen, argp-parse, ldconfig.

This patch adds missing NLS to rpcgen, argp-parse and ldconfig.

It doesn't include NLS for ldd.
For ldd `bash --dump-po-strings ldd` should be used to extract po strings and
then include them into libc.pot.

-- 


http://sources.redhat.com/bugzilla/show_bug.cgi?id=253

------- You are receiving this mail because: -------
You are on the CC list for the bug, or are watching someone who is.


^ permalink raw reply	[flat|nested] 14+ messages in thread

* [Bug libc/253] missing NLS in few places in glibc
  2004-07-02 21:36 [Bug libc/253] New: missing NLS in few places in glibc qboosh at pld-linux dot org
  2004-07-02 21:40 ` [Bug libc/253] " qboosh at pld-linux dot org
@ 2004-08-10  4:07 ` drepper at redhat dot com
  2005-02-26 21:54 ` qboosh at pld-linux dot org
                   ` (10 subsequent siblings)
  12 siblings, 0 replies; 14+ messages in thread
From: drepper at redhat dot com @ 2004-08-10  4:07 UTC (permalink / raw)
  To: glibc-bugs


------- Additional Comments From drepper at redhat dot com  2004-08-10 04:07 -------
I do not want to change rpcgen since I don't know how the program reacts to
running is a locale other than the C locale.  One would have to change the
locale around every single call to print a message which seems far too much of a
hassle.
If you want to do the work create a patch and reopen the bug.

The argp-parse change is unnecessary, the names are never printed.

The ldconfig changed I've applied.

-- 
           What    |Removed                     |Added
----------------------------------------------------------------------------
             Status|NEW                         |RESOLVED
         Resolution|                            |FIXED


http://sources.redhat.com/bugzilla/show_bug.cgi?id=253

------- You are receiving this mail because: -------
You are on the CC list for the bug, or are watching someone who is.


^ permalink raw reply	[flat|nested] 14+ messages in thread

* [Bug libc/253] missing NLS in few places in glibc
  2004-07-02 21:36 [Bug libc/253] New: missing NLS in few places in glibc qboosh at pld-linux dot org
  2004-07-02 21:40 ` [Bug libc/253] " qboosh at pld-linux dot org
  2004-08-10  4:07 ` drepper at redhat dot com
@ 2005-02-26 21:54 ` qboosh at pld-linux dot org
  2005-02-26 21:55 ` qboosh at pld-linux dot org
                   ` (9 subsequent siblings)
  12 siblings, 0 replies; 14+ messages in thread
From: qboosh at pld-linux dot org @ 2005-02-26 21:54 UTC (permalink / raw)
  To: glibc-bugs


------- Additional Comments From qboosh at pld-linux dot org  2005-02-26 21:53 -------
Created an attachment (id=425)
 --> (http://sources.redhat.com/bugzilla/attachment.cgi?id=425&action=view)
Generate msgid strings for ldd script

This patch adds generating msgid strings from ldd script.
ldd supports NLS since long time (using bash $"" syntax), but because of
msgid strings missing in libc.pot ldd messages weren't translated and
couldn't be submitted through GNU TP.

Patch applies against glibc 2.3.4.

-- 


http://sources.redhat.com/bugzilla/show_bug.cgi?id=253

------- You are receiving this mail because: -------
You are on the CC list for the bug, or are watching someone who is.


^ permalink raw reply	[flat|nested] 14+ messages in thread

* [Bug libc/253] missing NLS in few places in glibc
  2004-07-02 21:36 [Bug libc/253] New: missing NLS in few places in glibc qboosh at pld-linux dot org
                   ` (2 preceding siblings ...)
  2005-02-26 21:54 ` qboosh at pld-linux dot org
@ 2005-02-26 21:55 ` qboosh at pld-linux dot org
  2005-03-27 15:03 ` aj at suse dot de
                   ` (8 subsequent siblings)
  12 siblings, 0 replies; 14+ messages in thread
From: qboosh at pld-linux dot org @ 2005-02-26 21:55 UTC (permalink / raw)
  To: glibc-bugs


------- Additional Comments From qboosh at pld-linux dot org  2005-02-26 21:55 -------
I've added patch for third issue mentioned originally (which my first patch
didn't cover).

-- 
           What    |Removed                     |Added
----------------------------------------------------------------------------
             Status|RESOLVED                    |REOPENED
         Resolution|FIXED                       |


http://sources.redhat.com/bugzilla/show_bug.cgi?id=253

------- You are receiving this mail because: -------
You are on the CC list for the bug, or are watching someone who is.


^ permalink raw reply	[flat|nested] 14+ messages in thread

* [Bug libc/253] missing NLS in few places in glibc
  2004-07-02 21:36 [Bug libc/253] New: missing NLS in few places in glibc qboosh at pld-linux dot org
                   ` (3 preceding siblings ...)
  2005-02-26 21:55 ` qboosh at pld-linux dot org
@ 2005-03-27 15:03 ` aj at suse dot de
  2005-04-15  6:28 ` roland at gnu dot org
                   ` (7 subsequent siblings)
  12 siblings, 0 replies; 14+ messages in thread
From: aj at suse dot de @ 2005-03-27 15:03 UTC (permalink / raw)
  To: glibc-bugs


------- Additional Comments From aj at suse dot de  2005-03-27 15:03 -------
Uli, could you look at #3 and apply the patch if it's ok?

-- 
           What    |Removed                     |Added
----------------------------------------------------------------------------
         AssignedTo|gotom at debian dot or dot  |drepper at redhat dot com
                   |jp                          |
             Status|REOPENED                    |ASSIGNED


http://sources.redhat.com/bugzilla/show_bug.cgi?id=253

------- You are receiving this mail because: -------
You are on the CC list for the bug, or are watching someone who is.


^ permalink raw reply	[flat|nested] 14+ messages in thread

* [Bug libc/253] missing NLS in few places in glibc
  2004-07-02 21:36 [Bug libc/253] New: missing NLS in few places in glibc qboosh at pld-linux dot org
                   ` (4 preceding siblings ...)
  2005-03-27 15:03 ` aj at suse dot de
@ 2005-04-15  6:28 ` roland at gnu dot org
  2005-04-15  6:33 ` cvs-commit at gcc dot gnu dot org
                   ` (6 subsequent siblings)
  12 siblings, 0 replies; 14+ messages in thread
From: roland at gnu dot org @ 2005-04-15  6:28 UTC (permalink / raw)
  To: glibc-bugs


------- Additional Comments From roland at gnu dot org  2005-04-15 06:28 -------
Also reported that nscd/selinux.c strings were lost.

-- 
           What    |Removed                     |Added
----------------------------------------------------------------------------
         AssignedTo|drepper at redhat dot com   |roland at gnu dot org
            Version|unspecified                 |2.3.5


http://sources.redhat.com/bugzilla/show_bug.cgi?id=253

------- You are receiving this mail because: -------
You are on the CC list for the bug, or are watching someone who is.


^ permalink raw reply	[flat|nested] 14+ messages in thread

* [Bug libc/253] missing NLS in few places in glibc
  2004-07-02 21:36 [Bug libc/253] New: missing NLS in few places in glibc qboosh at pld-linux dot org
                   ` (8 preceding siblings ...)
  2005-04-15  6:33 ` cvs-commit at gcc dot gnu dot org
@ 2005-04-15  6:33 ` cvs-commit at gcc dot gnu dot org
  2005-04-15  6:34 ` roland at gnu dot org
                   ` (2 subsequent siblings)
  12 siblings, 0 replies; 14+ messages in thread
From: cvs-commit at gcc dot gnu dot org @ 2005-04-15  6:33 UTC (permalink / raw)
  To: glibc-bugs


------- Additional Comments From cvs-commit at gcc dot gnu dot org  2005-04-15 06:33 -------
Subject: Bug 253

CVSROOT:	/cvs/glibc
Module name:	libc
Changes by:	roland@sources.redhat.com	2005-04-15 06:32:59

Modified files:
	.              : MakeTAGS 

Log message:
	2005-04-14  Roland McGrath  <roland@redhat.com>
	
	* MakeTAGS ($P/$(domain).pot): Depend on distinfo file as well.
	(extract): Filter-out distinfo file name.
	[BZ #253]
	* MakeTAGS (text-srcs): Match %.bash.in files too.

Patches:
http://sources.redhat.com/cgi-bin/cvsweb.cgi/libc/MakeTAGS.diff?cvsroot=glibc&r1=1.49&r2=1.50


------- Additional Comments From cvs-commit at gcc dot gnu dot org  2005-04-15 06:33 -------
Subject: Bug 253

CVSROOT:	/cvs/glibc
Module name:	libc
Changes by:	roland@sources.redhat.com	2005-04-15 06:32:55

Modified files:
	nscd           : Makefile 

Log message:
	2005-04-14  Roland McGrath  <roland@redhat.com>
	
	[BZ #253]
	* nscd/Makefile (all-nscd-modules): New variable, include selinux
	module regardless of configuration.
	(distribute): Use that instead of $(nscd-modules).

Patches:
http://sources.redhat.com/cgi-bin/cvsweb.cgi/libc/nscd/Makefile.diff?cvsroot=glibc&r1=1.41&r2=1.42



-- 


http://sources.redhat.com/bugzilla/show_bug.cgi?id=253

------- You are receiving this mail because: -------
You are on the CC list for the bug, or are watching someone who is.


^ permalink raw reply	[flat|nested] 14+ messages in thread

* [Bug libc/253] missing NLS in few places in glibc
  2004-07-02 21:36 [Bug libc/253] New: missing NLS in few places in glibc qboosh at pld-linux dot org
                   ` (6 preceding siblings ...)
  2005-04-15  6:33 ` cvs-commit at gcc dot gnu dot org
@ 2005-04-15  6:33 ` cvs-commit at gcc dot gnu dot org
  2005-04-15  6:33 ` cvs-commit at gcc dot gnu dot org
                   ` (4 subsequent siblings)
  12 siblings, 0 replies; 14+ messages in thread
From: cvs-commit at gcc dot gnu dot org @ 2005-04-15  6:33 UTC (permalink / raw)
  To: glibc-bugs


------- Additional Comments From cvs-commit at gcc dot gnu dot org  2005-04-15 06:33 -------
Subject: Bug 253

CVSROOT:	/cvs/glibc
Module name:	libc
Branch: 	glibc-2_3-branch
Changes by:	roland@sources.redhat.com	2005-04-15 06:33:22

Modified files:
	po             : libc.pot 

Log message:
	2005-04-14  Roland McGrath  <roland@redhat.com>
	
	[BZ #253]
	* po/libc.pot: Regenerated.

Patches:
http://sources.redhat.com/cgi-bin/cvsweb.cgi/libc/po/libc.pot.diff?cvsroot=glibc&only_with_tag=glibc-2_3-branch&r1=1.23.4.1&r2=1.23.4.2



-- 


http://sources.redhat.com/bugzilla/show_bug.cgi?id=253

------- You are receiving this mail because: -------
You are on the CC list for the bug, or are watching someone who is.


^ permalink raw reply	[flat|nested] 14+ messages in thread

* [Bug libc/253] missing NLS in few places in glibc
  2004-07-02 21:36 [Bug libc/253] New: missing NLS in few places in glibc qboosh at pld-linux dot org
                   ` (5 preceding siblings ...)
  2005-04-15  6:28 ` roland at gnu dot org
@ 2005-04-15  6:33 ` cvs-commit at gcc dot gnu dot org
  2005-04-15  6:33 ` cvs-commit at gcc dot gnu dot org
                   ` (5 subsequent siblings)
  12 siblings, 0 replies; 14+ messages in thread
From: cvs-commit at gcc dot gnu dot org @ 2005-04-15  6:33 UTC (permalink / raw)
  To: glibc-bugs


------- Additional Comments From cvs-commit at gcc dot gnu dot org  2005-04-15 06:33 -------
Subject: Bug 253

CVSROOT:	/cvs/glibc
Module name:	libc
Changes by:	roland@sources.redhat.com	2005-04-15 06:32:59

Modified files:
	.              : MakeTAGS 

Log message:
	2005-04-14  Roland McGrath  <roland@redhat.com>
	
	* MakeTAGS ($P/$(domain).pot): Depend on distinfo file as well.
	(extract): Filter-out distinfo file name.
	[BZ #253]
	* MakeTAGS (text-srcs): Match %.bash.in files too.

Patches:
http://sources.redhat.com/cgi-bin/cvsweb.cgi/libc/MakeTAGS.diff?cvsroot=glibc&r1=1.49&r2=1.50


------- Additional Comments From cvs-commit at gcc dot gnu dot org  2005-04-15 06:33 -------
Subject: Bug 253

CVSROOT:	/cvs/glibc
Module name:	libc
Changes by:	roland@sources.redhat.com	2005-04-15 06:32:55

Modified files:
	nscd           : Makefile 

Log message:
	2005-04-14  Roland McGrath  <roland@redhat.com>
	
	[BZ #253]
	* nscd/Makefile (all-nscd-modules): New variable, include selinux
	module regardless of configuration.
	(distribute): Use that instead of $(nscd-modules).

Patches:
http://sources.redhat.com/cgi-bin/cvsweb.cgi/libc/nscd/Makefile.diff?cvsroot=glibc&r1=1.41&r2=1.42



-- 


http://sources.redhat.com/bugzilla/show_bug.cgi?id=253

------- You are receiving this mail because: -------
You are on the CC list for the bug, or are watching someone who is.


^ permalink raw reply	[flat|nested] 14+ messages in thread

* [Bug libc/253] missing NLS in few places in glibc
  2004-07-02 21:36 [Bug libc/253] New: missing NLS in few places in glibc qboosh at pld-linux dot org
                   ` (7 preceding siblings ...)
  2005-04-15  6:33 ` cvs-commit at gcc dot gnu dot org
@ 2005-04-15  6:33 ` cvs-commit at gcc dot gnu dot org
  2005-04-15  6:33 ` cvs-commit at gcc dot gnu dot org
                   ` (3 subsequent siblings)
  12 siblings, 0 replies; 14+ messages in thread
From: cvs-commit at gcc dot gnu dot org @ 2005-04-15  6:33 UTC (permalink / raw)
  To: glibc-bugs


------- Additional Comments From cvs-commit at gcc dot gnu dot org  2005-04-15 06:33 -------
Subject: Bug 253

CVSROOT:	/cvs/glibc
Module name:	libc
Branch: 	glibc-2_3-branch
Changes by:	roland@sources.redhat.com	2005-04-15 06:33:26

Modified files:
	nscd           : Makefile 

Log message:
	2005-04-14  Roland McGrath  <roland@redhat.com>
	
	[BZ #253]
	* nscd/Makefile (all-nscd-modules): New variable, include selinux
	module regardless of configuration.
	(distribute): Use that instead of $(nscd-modules).

Patches:
http://sources.redhat.com/cgi-bin/cvsweb.cgi/libc/nscd/Makefile.diff?cvsroot=glibc&only_with_tag=glibc-2_3-branch&r1=1.40.2.1&r2=1.40.2.2



-- 


http://sources.redhat.com/bugzilla/show_bug.cgi?id=253

------- You are receiving this mail because: -------
You are on the CC list for the bug, or are watching someone who is.


^ permalink raw reply	[flat|nested] 14+ messages in thread

* [Bug libc/253] missing NLS in few places in glibc
  2004-07-02 21:36 [Bug libc/253] New: missing NLS in few places in glibc qboosh at pld-linux dot org
                   ` (9 preceding siblings ...)
  2005-04-15  6:33 ` cvs-commit at gcc dot gnu dot org
@ 2005-04-15  6:34 ` roland at gnu dot org
  2005-04-15  6:34 ` cvs-commit at gcc dot gnu dot org
  2005-04-15  6:35 ` roland at gnu dot org
  12 siblings, 0 replies; 14+ messages in thread
From: roland at gnu dot org @ 2005-04-15  6:34 UTC (permalink / raw)
  To: glibc-bugs


------- Additional Comments From roland at gnu dot org  2005-04-15 06:34 -------
The missing files are now scanned in updating libc.pot.

-- 
           What    |Removed                     |Added
----------------------------------------------------------------------------
             Status|ASSIGNED                    |RESOLVED
         Resolution|                            |FIXED


http://sources.redhat.com/bugzilla/show_bug.cgi?id=253

------- You are receiving this mail because: -------
You are on the CC list for the bug, or are watching someone who is.


^ permalink raw reply	[flat|nested] 14+ messages in thread

* [Bug libc/253] missing NLS in few places in glibc
  2004-07-02 21:36 [Bug libc/253] New: missing NLS in few places in glibc qboosh at pld-linux dot org
                   ` (10 preceding siblings ...)
  2005-04-15  6:34 ` roland at gnu dot org
@ 2005-04-15  6:34 ` cvs-commit at gcc dot gnu dot org
  2005-04-15  6:35 ` roland at gnu dot org
  12 siblings, 0 replies; 14+ messages in thread
From: cvs-commit at gcc dot gnu dot org @ 2005-04-15  6:34 UTC (permalink / raw)
  To: glibc-bugs


------- Additional Comments From cvs-commit at gcc dot gnu dot org  2005-04-15 06:34 -------
Subject: Bug 253

CVSROOT:	/cvs/glibc
Module name:	libc
Branch: 	glibc-2_3-branch
Changes by:	roland@sources.redhat.com	2005-04-15 06:33:59

Modified files:
	.              : MakeTAGS 

Log message:
	2005-04-14  Roland McGrath  <roland@redhat.com>
	
	* MakeTAGS ($P/$(domain).pot): Depend on distinfo file as well.
	(extract): Filter-out distinfo file name.
	[BZ #253]
	* MakeTAGS (text-srcs): Match %.bash.in files too.

Patches:
http://sources.redhat.com/cgi-bin/cvsweb.cgi/libc/MakeTAGS.diff?cvsroot=glibc&only_with_tag=glibc-2_3-branch&r1=1.49&r2=1.49.4.1



-- 


http://sources.redhat.com/bugzilla/show_bug.cgi?id=253

------- You are receiving this mail because: -------
You are on the CC list for the bug, or are watching someone who is.


^ permalink raw reply	[flat|nested] 14+ messages in thread

* [Bug libc/253] missing NLS in few places in glibc
  2004-07-02 21:36 [Bug libc/253] New: missing NLS in few places in glibc qboosh at pld-linux dot org
                   ` (11 preceding siblings ...)
  2005-04-15  6:34 ` cvs-commit at gcc dot gnu dot org
@ 2005-04-15  6:35 ` roland at gnu dot org
  12 siblings, 0 replies; 14+ messages in thread
From: roland at gnu dot org @ 2005-04-15  6:35 UTC (permalink / raw)
  To: glibc-bugs



-- 
           What    |Removed                     |Added
----------------------------------------------------------------------------
OtherBugsDependingO|                            |852
              nThis|                            |


http://sources.redhat.com/bugzilla/show_bug.cgi?id=253

------- You are receiving this mail because: -------
You are on the CC list for the bug, or are watching someone who is.


^ permalink raw reply	[flat|nested] 14+ messages in thread

end of thread, other threads:[~2005-04-15  6:35 UTC | newest]

Thread overview: 14+ messages (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2004-07-02 21:36 [Bug libc/253] New: missing NLS in few places in glibc qboosh at pld-linux dot org
2004-07-02 21:40 ` [Bug libc/253] " qboosh at pld-linux dot org
2004-08-10  4:07 ` drepper at redhat dot com
2005-02-26 21:54 ` qboosh at pld-linux dot org
2005-02-26 21:55 ` qboosh at pld-linux dot org
2005-03-27 15:03 ` aj at suse dot de
2005-04-15  6:28 ` roland at gnu dot org
2005-04-15  6:33 ` cvs-commit at gcc dot gnu dot org
2005-04-15  6:33 ` cvs-commit at gcc dot gnu dot org
2005-04-15  6:33 ` cvs-commit at gcc dot gnu dot org
2005-04-15  6:33 ` cvs-commit at gcc dot gnu dot org
2005-04-15  6:34 ` roland at gnu dot org
2005-04-15  6:34 ` cvs-commit at gcc dot gnu dot org
2005-04-15  6:35 ` roland at gnu dot org

This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox;
as well as URLs for read-only IMAP folder(s) and NNTP newsgroup(s).