public inbox for glibc-bugs@sourceware.org
help / color / mirror / Atom feed
* [Bug localedata/15400] New: Fixing locale data for gd-GB
@ 2013-04-25 16:49 fios at akerbeltz dot org
2013-04-25 17:26 ` [Bug localedata/15400] " claude at 2xlibre dot net
` (4 more replies)
0 siblings, 5 replies; 6+ messages in thread
From: fios at akerbeltz dot org @ 2013-04-25 16:49 UTC (permalink / raw)
To: glibc-bugs
http://sourceware.org/bugzilla/show_bug.cgi?id=15400
Bug #: 15400
Summary: Fixing locale data for gd-GB
Product: glibc
Version: unspecified
Status: NEW
Severity: normal
Priority: P2
Component: localedata
AssignedTo: unassigned@sourceware.org
ReportedBy: fios@akerbeltz.org
CC: libc-locales@sourceware.org
Classification: Unclassified
Created attachment 7001
--> http://sourceware.org/bugzilla/attachment.cgi?id=7001
diff of the changes
The locale data for gd-GB (Scottish Gaelic) on Ubuntu contained numerous
errors; I was ultimately referred to Claude who helped me fix the file over on
http://lh.2xlibre.net/.
I have exported the file, manually checked as requested and made some
amendments that the UI did not allow (such as changing copy "en_DK" to copy
"iso14651_t1" for the collate rules - even if that's handled by some other
process, referring to en_DK isn't such a great idea) and added the actual data
(instead of copy "en_GB").
Made a diff as requested and I would like to submit this for fixing - ideally
sooner than later but I realise it takes time! I hope the diff is ok, if not I
can provide the actual file too, I'm more of a translator than developer but I
try my best :)
--
Configure bugmail: http://sourceware.org/bugzilla/userprefs.cgi?tab=email
------- You are receiving this mail because: -------
You are on the CC list for the bug.
^ permalink raw reply [flat|nested] 6+ messages in thread
* [Bug localedata/15400] Fixing locale data for gd-GB
2013-04-25 16:49 [Bug localedata/15400] New: Fixing locale data for gd-GB fios at akerbeltz dot org
@ 2013-04-25 17:26 ` claude at 2xlibre dot net
2013-04-25 17:32 ` fios at akerbeltz dot org
` (3 subsequent siblings)
4 siblings, 0 replies; 6+ messages in thread
From: claude at 2xlibre dot net @ 2013-04-25 17:26 UTC (permalink / raw)
To: glibc-bugs
http://sourceware.org/bugzilla/show_bug.cgi?id=15400
Claude Paroz <claude at 2xlibre dot net> changed:
What |Removed |Added
----------------------------------------------------------------------------
CC| |claude at 2xlibre dot net
--- Comment #1 from Claude Paroz <claude at 2xlibre dot net> 2013-04-25 17:26:46 UTC ---
I think that when you have identical value as en_GB, you should keep the 'copy
"en_GB"' instead of expanding the values.
There is a problem with LC_MESSAGES, you only changed the comments, not the
real values.
Did you try to contact the original author, so as he might confirm the changes?
--
Configure bugmail: http://sourceware.org/bugzilla/userprefs.cgi?tab=email
------- You are receiving this mail because: -------
You are on the CC list for the bug.
^ permalink raw reply [flat|nested] 6+ messages in thread
* [Bug localedata/15400] Fixing locale data for gd-GB
2013-04-25 16:49 [Bug localedata/15400] New: Fixing locale data for gd-GB fios at akerbeltz dot org
2013-04-25 17:26 ` [Bug localedata/15400] " claude at 2xlibre dot net
@ 2013-04-25 17:32 ` fios at akerbeltz dot org
2013-04-25 17:45 ` fios at akerbeltz dot org
` (2 subsequent siblings)
4 siblings, 0 replies; 6+ messages in thread
From: fios at akerbeltz dot org @ 2013-04-25 17:32 UTC (permalink / raw)
To: glibc-bugs
http://sourceware.org/bugzilla/show_bug.cgi?id=15400
--- Comment #2 from Michael Bauer <fios at akerbeltz dot org> 2013-04-25 17:32:07 UTC ---
Ok I will change those back if that's what this project requires :)
No, I didn't, there were so many basic errors I don't consider it a good use of
my limited time. I have done locale data for CLDR, Microsoft and a dozen other
projects so I know I'm right (from a linguistic POV even if my skills in code
are deficient).
--
Configure bugmail: http://sourceware.org/bugzilla/userprefs.cgi?tab=email
------- You are receiving this mail because: -------
You are on the CC list for the bug.
^ permalink raw reply [flat|nested] 6+ messages in thread
* [Bug localedata/15400] Fixing locale data for gd-GB
2013-04-25 16:49 [Bug localedata/15400] New: Fixing locale data for gd-GB fios at akerbeltz dot org
2013-04-25 17:26 ` [Bug localedata/15400] " claude at 2xlibre dot net
2013-04-25 17:32 ` fios at akerbeltz dot org
@ 2013-04-25 17:45 ` fios at akerbeltz dot org
2013-09-25 16:05 ` cjlhomeaddress at gmail dot com
2014-06-13 18:16 ` fweimer at redhat dot com
4 siblings, 0 replies; 6+ messages in thread
From: fios at akerbeltz dot org @ 2013-04-25 17:45 UTC (permalink / raw)
To: glibc-bugs
http://sourceware.org/bugzilla/show_bug.cgi?id=15400
Michael Bauer <fios at akerbeltz dot org> changed:
What |Removed |Added
----------------------------------------------------------------------------
Attachment #7001|0 |1
is obsolete| |
--- Comment #3 from Michael Bauer <fios at akerbeltz dot org> 2013-04-25 17:45:03 UTC ---
Created attachment 7002
--> http://sourceware.org/bugzilla/attachment.cgi?id=7002
new diff
New diff uploaded, I know what went wrong with the messages - I changed it
online but then ran the diff off the local copy I had taken. Fixed.
To give you 3 examples, the file contained the following
An t-Mhìos (June)
An t-luchar (July)
Gaidhlig na h-Albanñ
These are inexcusable - even if creating the file was well meant, I'm sure.
They should be:
An t-Ògmhios (totally messed up month name)
An t-Iuchar (it's a capital i not an L)
Gàidhlig (missing grave, no idea where the tilde comes from, it's not even in
the locale char set, overly long form and archaic grammar that is no longer
recommended)
--
Configure bugmail: http://sourceware.org/bugzilla/userprefs.cgi?tab=email
------- You are receiving this mail because: -------
You are on the CC list for the bug.
>From glibc-bugs-return-18449-listarch-glibc-bugs=sources.redhat.com@sourceware.org Thu Apr 25 19:25:51 2013
Return-Path: <glibc-bugs-return-18449-listarch-glibc-bugs=sources.redhat.com@sourceware.org>
Delivered-To: listarch-glibc-bugs@sources.redhat.com
Received: (qmail 15294 invoked by alias); 25 Apr 2013 19:25:51 -0000
Mailing-List: contact glibc-bugs-help@sourceware.org; run by ezmlm
Precedence: bulk
List-Id: <glibc-bugs.sourceware.org>
List-Subscribe: <mailto:glibc-bugs-subscribe@sourceware.org>
List-Post: <mailto:glibc-bugs@sourceware.org>
List-Help: <mailto:glibc-bugs-help@sourceware.org>, <http://sourceware.org/lists.html#faqs>
Sender: glibc-bugs-owner@sourceware.org
Delivered-To: mailing list glibc-bugs@sourceware.org
Received: (qmail 15250 invoked by uid 48); 25 Apr 2013 19:25:47 -0000
From: "jsm28 at gcc dot gnu.org" <sourceware-bugzilla@sourceware.org>
To: glibc-bugs@sourceware.org
Subject: [Bug dynamic-link/15402] New: Run AVX audit tests for 32-bit x86
Date: Thu, 25 Apr 2013 19:25:00 -0000
X-Bugzilla-Reason: CC
X-Bugzilla-Type: new
X-Bugzilla-Watch-Reason: None
X-Bugzilla-Product: glibc
X-Bugzilla-Component: dynamic-link
X-Bugzilla-Keywords:
X-Bugzilla-Severity: normal
X-Bugzilla-Who: jsm28 at gcc dot gnu.org
X-Bugzilla-Status: NEW
X-Bugzilla-Priority: P2
X-Bugzilla-Assigned-To: unassigned at sourceware dot org
X-Bugzilla-Target-Milestone: ---
X-Bugzilla-Changed-Fields:
Message-ID: <bug-15402-131@http.sourceware.org/bugzilla/>
X-Bugzilla-URL: http://sourceware.org/bugzilla/
Auto-Submitted: auto-generated
Content-Type: text/plain; charset="UTF-8"
MIME-Version: 1.0
X-SW-Source: 2013-04/txt/msg00156.txt.bz2
Content-length: 853
http://sourceware.org/bugzilla/show_bug.cgi?id\x15402
Bug #: 15402
Summary: Run AVX audit tests for 32-bit x86
Product: glibc
Version: 2.17
Status: NEW
Severity: normal
Priority: P2
Component: dynamic-link
AssignedTo: unassigned@sourceware.org
ReportedBy: jsm28@gcc.gnu.org
Classification: Unclassified
Host: i?86-*
There are tests of audit modules and AVX tst-audit[34567] in sysdeps/x86_64/.
These should also be run for 32-bit x86 (moved to sysdeps/x86), or if not
readily usable there then comments should be added explaining why they are
64-bit-specific.
--
Configure bugmail: http://sourceware.org/bugzilla/userprefs.cgi?tab=email
------- You are receiving this mail because: -------
You are on the CC list for the bug.
^ permalink raw reply [flat|nested] 6+ messages in thread
* [Bug localedata/15400] Fixing locale data for gd-GB
2013-04-25 16:49 [Bug localedata/15400] New: Fixing locale data for gd-GB fios at akerbeltz dot org
` (2 preceding siblings ...)
2013-04-25 17:45 ` fios at akerbeltz dot org
@ 2013-09-25 16:05 ` cjlhomeaddress at gmail dot com
2014-06-13 18:16 ` fweimer at redhat dot com
4 siblings, 0 replies; 6+ messages in thread
From: cjlhomeaddress at gmail dot com @ 2013-09-25 16:05 UTC (permalink / raw)
To: glibc-bugs
https://sourceware.org/bugzilla/show_bug.cgi?id=15400
Chris Leonard <cjlhomeaddress at gmail dot com> changed:
What |Removed |Added
----------------------------------------------------------------------------
Status|NEW |RESOLVED
CC| |cjlhomeaddress at gmail dot com
Resolution|--- |FIXED
--- Comment #4 from Chris Leonard <cjlhomeaddress at gmail dot com> ---
fixed with commit c5f840fd4f36f83e946cab0e2fa21a54e3a83f0b
--
You are receiving this mail because:
You are on the CC list for the bug.
^ permalink raw reply [flat|nested] 6+ messages in thread
* [Bug localedata/15400] Fixing locale data for gd-GB
2013-04-25 16:49 [Bug localedata/15400] New: Fixing locale data for gd-GB fios at akerbeltz dot org
` (3 preceding siblings ...)
2013-09-25 16:05 ` cjlhomeaddress at gmail dot com
@ 2014-06-13 18:16 ` fweimer at redhat dot com
4 siblings, 0 replies; 6+ messages in thread
From: fweimer at redhat dot com @ 2014-06-13 18:16 UTC (permalink / raw)
To: glibc-bugs
https://sourceware.org/bugzilla/show_bug.cgi?id=15400
Florian Weimer <fweimer at redhat dot com> changed:
What |Removed |Added
----------------------------------------------------------------------------
Flags| |security-
--
You are receiving this mail because:
You are on the CC list for the bug.
^ permalink raw reply [flat|nested] 6+ messages in thread
end of thread, other threads:[~2014-06-13 18:16 UTC | newest]
Thread overview: 6+ messages (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2013-04-25 16:49 [Bug localedata/15400] New: Fixing locale data for gd-GB fios at akerbeltz dot org
2013-04-25 17:26 ` [Bug localedata/15400] " claude at 2xlibre dot net
2013-04-25 17:32 ` fios at akerbeltz dot org
2013-04-25 17:45 ` fios at akerbeltz dot org
2013-09-25 16:05 ` cjlhomeaddress at gmail dot com
2014-06-13 18:16 ` fweimer at redhat dot com
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).