r2273 - in glibc-package/trunk/debian: . patches/arm

2007-05-21 Thread aurel32
Author: aurel32
Date: 2007-05-22 06:22:40 + (Tue, 22 May 2007)
New Revision: 2273

Modified:
   glibc-package/trunk/debian/changelog
   glibc-package/trunk/debian/patches/arm/local-ioperm.diff
Log:
  * debian/patches/arm/local-ioperm.diff: Remove the check
involving LINUX_VERSION_CODE.



Modified: glibc-package/trunk/debian/changelog
===
--- glibc-package/trunk/debian/changelog2007-05-21 22:05:13 UTC (rev 
2272)
+++ glibc-package/trunk/debian/changelog2007-05-22 06:22:40 UTC (rev 
2273)
@@ -1,3 +1,10 @@
+glibc (2.5-9) unstable; urgency=low
+
+  * debian/patches/arm/local-ioperm.diff: Remove the check
+involving LINUX_VERSION_CODE.
+
+ -- Aurelien Jarno <[EMAIL PROTECTED]>  Tue, 22 May 2007 08:21:44 +0200
+
 glibc (2.5-8) unstable; urgency=low
 
   [ Aurelien Jarno ]

Modified: glibc-package/trunk/debian/patches/arm/local-ioperm.diff
===
--- glibc-package/trunk/debian/patches/arm/local-ioperm.diff2007-05-21 
22:05:13 UTC (rev 2272)
+++ glibc-package/trunk/debian/patches/arm/local-ioperm.diff2007-05-22 
06:22:40 UTC (rev 2273)
@@ -2,9 +2,20 @@
 
 Index: ports/sysdeps/unix/sysv/linux/arm/ioperm.c
 ===
 ports/sysdeps/unix/sysv/linux/arm/ioperm.c.orig
-+++ ports/sysdeps/unix/sysv/linux/arm/ioperm.c
-@@ -107,8 +107,8 @@
+--- ports/sysdeps/unix/sysv/linux/arm/ioperm.c.orig2007-05-22 
08:05:51.0 +0200
 ports/sysdeps/unix/sysv/linux/arm/ioperm.c 2007-05-22 08:18:10.0 
+0200
+@@ -96,19 +96,13 @@
+  *values.
+  */
+ 
+-/* The Linux kernel headers renamed this constant between 2.5.26 and
+-   2.5.27.  It was backported to 2.4 between 2.4.22 and 2.4.23.  */
+-#if LINUX_VERSION_CODE >= KERNEL_VERSION(2,4,23)
+-# define BUS_ISA CTL_BUS_ISA
+-#endif
+-
+ static int
+ init_iosys (void)
  {
char systype[256];
int i, n;


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



glibc2.5 and LD_ASSUME_KERNEL

2007-05-21 Thread Amir Tabatabaei
Hi,

I have been using some older proprietary software on my Maschine (SID
up-to-date) which were only able to run if I would set
LD_ASSUME_KERNEL=2.4.1. Since the transition of glibc to 2.5 I'm not
able to run those software at all. After setting this variable nothing
built against libc won't work anymore.

I was told on d-u-german that the new version von glibc won't support
Kernel 2.4 anymore while others tried to help me with some workaround.

Now I hope to get an the final answer from some experts in that area. Is
it possible to run these software anyhow on SID _without_ any chroots,
virtual machine or the like?

Thanks and regards,
Amir

[Please CC me, I'm not subscribed]


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



r2272 - in glibc-package/branches/glibc-2.6/debian/patches: . locale

2007-05-21 Thread madcoder
Author: madcoder
Date: 2007-05-21 22:05:13 + (Mon, 21 May 2007)
New Revision: 2272

Modified:
   
glibc-package/branches/glibc-2.6/debian/patches/locale/check-unknown-symbols.diff
   
glibc-package/branches/glibc-2.6/debian/patches/locale/preprocessor-collate.diff
   glibc-package/branches/glibc-2.6/debian/patches/series
Log:
fix a few more patches.

Signed-off-by: Pierre Habouzit <[EMAIL PROTECTED]>


Modified: 
glibc-package/branches/glibc-2.6/debian/patches/locale/check-unknown-symbols.diff
===
--- 
glibc-package/branches/glibc-2.6/debian/patches/locale/check-unknown-symbols.diff
   2007-05-21 22:00:49 UTC (rev 2271)
+++ 
glibc-package/branches/glibc-2.6/debian/patches/locale/check-unknown-symbols.diff
   2007-05-21 22:05:13 UTC (rev 2272)
@@ -8,10 +8,10 @@
 # DP: Upstream status: not submitted
 # DP: Date: 2006-01-08
 
-Index: glibc-2.3.5/locale/programs/ld-collate.c
+Index: glibc-2.6/locale/programs/ld-collate.c
 ===
 glibc-2.3.5.orig/locale/programs/ld-collate.c
-+++ glibc-2.3.5/locale/programs/ld-collate.c
+--- glibc-2.6.orig/locale/programs/ld-collate.c
 glibc-2.6/locale/programs/ld-collate.c
 @@ -3524,8 +3524,20 @@
}
  else if (arg != NULL)

Modified: 
glibc-package/branches/glibc-2.6/debian/patches/locale/preprocessor-collate.diff
===
--- 
glibc-package/branches/glibc-2.6/debian/patches/locale/preprocessor-collate.diff
2007-05-21 22:00:49 UTC (rev 2271)
+++ 
glibc-package/branches/glibc-2.6/debian/patches/locale/preprocessor-collate.diff
2007-05-21 22:05:13 UTC (rev 2272)
@@ -109,7 +109,7 @@
  static void
  collate_startup (struct linereader *ldfile, struct localedef_t *locale,
 struct localedef_t *copy_locale, int ignore_content)
-@@ -3784,6 +3858,205 @@
+@@ -3796,6 +3870,205 @@
  repertoire, result, nowtok);
  break;
  
@@ -315,7 +315,7 @@
case tok_end:
  /* Next we assume `LC_COLLATE'.  */
  if (!ignore_content)
-@@ -3813,6 +4086,13 @@
+@@ -3825,6 +4098,13 @@
  else if (state == 5)
WITH_CUR_LOCALE (error (0, 0, _("\
  %s: missing `reorder-sections-end' keyword"), "LC_COLLATE"));

Modified: glibc-package/branches/glibc-2.6/debian/patches/series
===
--- glibc-package/branches/glibc-2.6/debian/patches/series  2007-05-21 
22:00:49 UTC (rev 2271)
+++ glibc-package/branches/glibc-2.6/debian/patches/series  2007-05-21 
22:05:13 UTC (rev 2272)
@@ -3,7 +3,7 @@
 localedata/locale-no_NO.diff -p0
 localedata/locale-eu_FR.diff -p0
 localedata/locale-ku_TR.diff -p0
-# locale/check-unknown-symbols.diff#  locales have to be fixed first
+locale/check-unknown-symbols.diff
 locale/fix-LC_COLLATE-rules.diff -p0
 locale/preprocessor-collate.diff -p0
 locale/LC_IDENTIFICATION-optional-fields.diff -p0


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



r2271 - in glibc-package/branches/glibc-2.6/debian: . patches patches/locale

2007-05-21 Thread madcoder
Author: madcoder
Date: 2007-05-21 22:00:49 + (Mon, 21 May 2007)
New Revision: 2271

Modified:
   glibc-package/branches/glibc-2.6/debian/changelog
   
glibc-package/branches/glibc-2.6/debian/patches/locale/LC_COLLATE-keywords-ordering.diff
   glibc-package/branches/glibc-2.6/debian/patches/series
Log:
fix LC_COLLATE patch

Signed-off-by: Pierre Habouzit <[EMAIL PROTECTED]>


Modified: glibc-package/branches/glibc-2.6/debian/changelog
===
--- glibc-package/branches/glibc-2.6/debian/changelog   2007-05-21 16:03:09 UTC 
(rev 2270)
+++ glibc-package/branches/glibc-2.6/debian/changelog   2007-05-21 22:00:49 UTC 
(rev 2271)
@@ -4,7 +4,7 @@
   * New upstream version.
- Remove locale/iso3166-RS.diff (obsolete).
- Remove locale/fix-exhausted-memory.diff (merged upstream).
-   - Disable locale/LC_COLLATE-keywords-ordering.diff (broken).
+   - Update locale/LC_COLLATE-keywords-ordering.diff.
- Remove localedata/locale-pl_PL.diff (merged upstream).
- Remove localedata/locales-sr.diff (obsolete).
- Disable localedata/tailor-iso14651_t1.diff (broken).

Modified: 
glibc-package/branches/glibc-2.6/debian/patches/locale/LC_COLLATE-keywords-ordering.diff
===
--- 
glibc-package/branches/glibc-2.6/debian/patches/locale/LC_COLLATE-keywords-ordering.diff
2007-05-21 16:03:09 UTC (rev 2270)
+++ 
glibc-package/branches/glibc-2.6/debian/patches/locale/LC_COLLATE-keywords-ordering.diff
2007-05-21 22:00:49 UTC (rev 2271)
@@ -12,7 +12,7 @@
 ===
 --- locale/programs/ld-collate.c.orig
 +++ locale/programs/ld-collate.c
-@@ -2719,7 +2719,6 @@
+@@ -2720,7 +2720,6 @@
  
if (nowtok == tok_copy)
  {
@@ -20,7 +20,7 @@
now = lr_token (ldfile, charmap, result, NULL, verbose);
if (now->tok != tok_string)
{
-@@ -2793,14 +2792,23 @@
+@@ -2794,14 +2793,23 @@
switch (nowtok)
{
case tok_copy:
@@ -48,7 +48,7 @@
  
  lr_ignore_rest (ldfile, 1);
  break;
-@@ -2814,9 +2822,6 @@
+@@ -2815,9 +2823,6 @@
  break;
}
  
@@ -58,7 +58,7 @@
  arg = lr_token (ldfile, charmap, result, NULL, verbose);
  if (arg->tok != tok_number)
goto err_label;
-@@ -2837,7 +2842,7 @@
+@@ -2838,7 +2843,7 @@
  break;
}
  
@@ -67,7 +67,7 @@
goto err_label;
  
  arg = lr_token (ldfile, charmap, result, repertoire, verbose);
-@@ -2884,7 +2889,7 @@
+@@ -2885,7 +2890,7 @@
  break;
}
  
@@ -76,7 +76,7 @@
goto err_label;
  
  arg = lr_token (ldfile, charmap, result, repertoire, verbose);
-@@ -2953,7 +2958,7 @@
+@@ -2954,7 +2959,7 @@
  break;
}
  
@@ -85,7 +85,7 @@
goto err_label;
  
  arg = lr_token (ldfile, charmap, result, repertoire, verbose);
-@@ -3101,7 +3106,7 @@
+@@ -3102,7 +3107,7 @@
  break;
}
  
@@ -94,16 +94,16 @@
goto err_label;
  
  arg = lr_token (ldfile, charmap, result, repertoire, verbose);
-@@ -3217,7 +3222,7 @@
+@@ -3218,7 +3223,7 @@
  break;
}
  
--if (state != 0 && state != 1)
+-if (state != 0 && state != 1 && state != 2)
 +if (state == 3 || state == 5)
goto err_label;
  state = 1;
  
-@@ -3388,8 +3393,12 @@
+@@ -3390,8 +3395,12 @@
  was_ellipsis = tok_none;
}
}
@@ -118,7 +118,7 @@
  state = 3;
  
  arg = lr_token (ldfile, charmap, result, repertoire, verbose);
-@@ -3524,8 +3533,6 @@
+@@ -3526,8 +3535,6 @@
  %s: missing `reorder-end' keyword"), "LC_COLLATE"));
  state = 4;
}
@@ -127,7 +127,7 @@
  state = 5;
  
  /* Get the name of the sections we are adding after.  */
-@@ -4060,7 +4067,7 @@
+@@ -4061,7 +4068,7 @@
  /* Next we assume `LC_COLLATE'.  */
  if (!ignore_content)
{

Modified: glibc-package/branches/glibc-2.6/debian/patches/series
===
--- glibc-package/branches/glibc-2.6/debian/patches/series  2007-05-21 
16:03:09 UTC (rev 2270)
+++ glibc-package/branches/glibc-2.6/debian/patches/series  2007-05-21 
22:00:49 UTC (rev 2271)
@@ -7,7 +7,7 @@
 locale/fix-LC_COLLATE-rules.diff -p0
 locale/preprocessor-collate.diff -p0
 locale/LC_IDENTIFICATION-optional-fields.diff -p0
-# locale/LC_COLLATE-keywords-ordering.diff -p0
+locale/LC_COLLATE-keywords-ordering.diff -p0
 locale/locale-print-LANGUAGE.diff -p0
 locale/fix-C-first_weekday.diff -p0
 localedata/tl_PH-yesexpr.diff


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



Bug#424723: closed by Pierre Habouzit <[EMAIL PROTECTED]> (Re: Bug#424723: Acknowledgement (nscd is crashing after few seconds))

2007-05-21 Thread Sylvain Rochet
Hi,

On Fri, May 18, 2007 at 07:24:05AM +, Debian Bug Tracking System wrote:
> 
>   this is a "known" problem, that there is some inconsistencies between
> etch and sarge version for whatever reason, and we noticed it too late.
> So you have to purge the cache manually, and it /should/ work after
> that.

You misread, this is not between etch and sarge because this is a fresh 
etch install. On etch nscd crash just after corrupting its database from 
time to time. Then when your restart it with the corrupted db it crashes 
after few seconds, the only way to start it again is to clear the cache 
and it will work for few days.

The only workaround available is a cron job like :

*/10 * * * *   root   if ! pidof nscd > /dev/null ; then
  rm /var/db/nscd/* ; /etc/init.d/nscd start ; fi

Sylvain


signature.asc
Description: Digital signature


Processed (with 1 errors): Re: Bug#425457: emacs-snapshot: conflicts with glibc 2.6, malloc problems at startup

2007-05-21 Thread Debian Bug Tracking System
Processing commands for [EMAIL PROTECTED]:

> clone 425457 -1
Bug#425457: emacs-snapshot: conflicts with glibc 2.6, malloc problems at startup
Bug 425457 cloned as bug 425468.

> reassign -1 libc6
Bug#425468: emacs-snapshot: conflicts with glibc 2.6, malloc problems at startup
Bug reassigned from package `emacs-snapshot' to `libc6'.

> severity -1 important
Bug#425468: emacs-snapshot: conflicts with glibc 2.6, malloc problems at startup
Severity set to `important' from `normal'

> retitle -1 libc6 2.6 breaks Emacs
Bug#425468: emacs-snapshot: conflicts with glibc 2.6, malloc problems at startup
Changed Bug title to libc6 2.6 breaks Emacs from emacs-snapshot: conflicts with 
glibc 2.6, malloc problems at startup.

> found -1 2.6~20070518-2
Unknown command or malformed arguments to command.

> tags -1 experimental upstream
Bug#425468: libc6 2.6 breaks Emacs
There were no tags set.
Tags added: experimental, upstream

> thanks
Stopping processing here.

Please contact me if you need assistance.

Debian bug tracking system administrator
(administrator, Debian Bugs database)


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



r2270 - in tzdata/trunk/debian: . po

2007-05-21 Thread schizo
Author: schizo
Date: 2007-05-21 16:03:09 + (Mon, 21 May 2007)
New Revision: 2270

Modified:
   tzdata/trunk/debian/changelog
   tzdata/trunk/debian/po/ru.po
Log:
  * debian/po/ru.po: updates from Yuri Kozlov. closes: #424892.


Modified: tzdata/trunk/debian/changelog
===
--- tzdata/trunk/debian/changelog   2007-05-21 15:53:59 UTC (rev 2269)
+++ tzdata/trunk/debian/changelog   2007-05-21 16:03:09 UTC (rev 2270)
@@ -3,6 +3,7 @@
   * New Malayalam debconf translation from Praveen A.  closes: #425361.
   * New Lithuanian debconf translation from Kęstutis Biliūnas.
 closes: #425383.
+  * debian/po/ru.po: updates from Yuri Kozlov. closes: #424892.
 
  -- Clint Adams <[EMAIL PROTECTED]>  Mon, 21 May 2007 11:48:09 -0400
 

Modified: tzdata/trunk/debian/po/ru.po
===
--- tzdata/trunk/debian/po/ru.po2007-05-21 15:53:59 UTC (rev 2269)
+++ tzdata/trunk/debian/po/ru.po2007-05-21 16:03:09 UTC (rev 2270)
@@ -1,20 +1,23 @@
-# translation of tzdata_2007e-6_debconf-ru.po to Russian
-# Yuri Kozlov <[EMAIL PROTECTED]>, 2007.
-# Copyright (C) YEAR THE PACKAGE'S COPYRIGHT HOLDER
-# This file is distributed under the same license as the PACKAGE package.
+# translation of tzdata_2007f-2_debconf-ru.po to Russian
+#
+# Russian L10N Team <[EMAIL PROTECTED]>, 2004.
+# Dmitry Beloglazov <[EMAIL PROTECTED]>, 2005.
+# Sergey Alyoshin <[EMAIL PROTECTED]>, 2007.
+# Stepan Golosunov <[EMAIL PROTECTED]>, 2007.
+# Yuri Kozlov <[EMAIL PROTECTED]>, 2004, 2005, 2006, 2007.
+# Copyright (C) 2003 Software in the Public Interest, Inc.
 msgid ""
 msgstr ""
-"Project-Id-Version: 2007e-6\n"
-"Report-Msgid-Bugs-To: [EMAIL PROTECTED]"
-"POT-Creation-Date: 2007-05-06 23:48+0200\n"
-"PO-Revision-Date: 2007-04-29 21:28+0400\n"
+"Project-Id-Version: 2007f-2\n"
+"Report-Msgid-Bugs-To: \n"
+"POT-Creation-Date: 2007-05-16 04:33+0200\n"
+"PO-Revision-Date: 2007-05-17 21:02+0400\n"
 "Last-Translator: Yuri Kozlov <[EMAIL PROTECTED]>\n"
 "Language-Team: Russian <[EMAIL PROTECTED]>\n"
 "MIME-Version: 1.0\n"
 "Content-Type: text/plain; charset=UTF-8\n"
 "Content-Transfer-Encoding: 8bit\n"
-"Plural-Forms:  nplurals=3; plural=(n%10==1 && n%100!=11 ? 0 : n%10>=2 && n%"
-"10<=4 && (n%100<10 || n%100>=20) ? 1 : 2);\n"
+"Plural-Forms:  nplurals=3; plural=(n%10==1 && n%100!=11 ? 0 : n%10>=2 && 
n%10<=4 && (n%100<10 || n%100>=20) ? 1 : 2);\n"
 "X-Generator: KBabel 1.11.4\n"
 
 #. Type: select
@@ -173,14 +176,13 @@
 #. Type: select
 #. Description
 #: ../templates:1002
-#, fuzzy
 msgid ""
 "Please select the geographic area you live in. Subsequent configuration "
 "questions will narrow this down by presenting a list of cities, representing "
 "the time zones in which they are located."
 msgstr ""
-"Выберите географический район в котором вы живёте, затем вам предложат "
-"список городов, которые расположены в этом часовом поясе."
+"Выберите географический район в котором вы живёте. Далее вам предложат "
+"подробный список городов, которые расположены в этом часовом поясе."
 
 #. Type: select
 #. Choices
@@ -210,7 +212,7 @@
 #. Choices
 #: ../templates:2001
 msgid "Asmara"
-msgstr "Асмара"
+msgstr "Асмэра"
 
 #. Type: select
 #. Choices
@@ -480,7 +482,7 @@
 #. Choices
 #: ../templates:2001
 msgid "Timbuktu"
-msgstr "Тимбукту"
+msgstr "Томбукту"
 
 #. Type: select
 #. Choices
@@ -564,7 +566,7 @@
 #: ../templates:10002 ../templates:11002 ../templates:12002 ../templates:13001
 #: ../templates:14001
 msgid "Please select the time zone corresponding to your location."
-msgstr "Выберите часовой пояс в том месте, где вы сейчас находитесь."
+msgstr "Выберите часовой пояс, соответствующий вашему местоположению."
 
 #. Type: select
 #. Choices
@@ -594,7 +596,7 @@
 #. Choices
 #: ../templates:3001
 msgid "Araguaina"
-msgstr "Арагайна"
+msgstr "Арагуаина"
 
 #. Type: select
 #. Choices
@@ -636,7 +638,7 @@
 #. Choices
 #: ../templates:3001
 msgid "Belem"
-msgstr "Белем"
+msgstr "Белен"
 
 #. Type: select
 #. Choices
@@ -666,7 +668,7 @@
 #. Choices
 #: ../templates:3001
 msgid "Boise"
-msgstr "Бойси"
+msgstr "Бойсе"
 
 #. Type: select
 #. Choices
@@ -684,7 +686,7 @@
 #. Choices
 #: ../templates:3001
 msgid "Campo_Grande"
-msgstr "Кампу-Гранде"
+msgstr "Кампу-Гранди"
 
 #. Type: select
 #. Choices
@@ -738,7 +740,7 @@
 #. Choices
 #: ../templates:3001
 msgid "Cordoba"
-msgstr "Кордоба"
+msgstr "Кордова"
 
 #. Type: select
 #. Choices
@@ -762,7 +764,7 @@
 #. Choices
 #: ../templates:3001
 msgid "Danmarkshavn"
-msgstr "Данмаркшавн"
+msgstr "Данмарксхавн"
 
 #. Type: select
 #. Choices
@@ -966,7 +968,7 @@
 #. Choices
 #: ../templates:3001
 msgid "Louisville"
-msgstr "Луисвилль"
+msgstr "Луисвилл"
 
 #. Type: select
 #. Choices
@@ -996,7 +998,7 @@
 #. Choices
 #: ../templates:3001
 msgid "Mazatlan"
-msgstr "Мазатлан"
+msgstr "Масатлан"
 
 #. Type: select
 #. Choices
@@ -1098,7 +1100,7 @@
 #. Choices
 #: ../templates:3001
 msgid "Pangnirt

r2269 - tzdata/trunk/debian

2007-05-21 Thread schizo
Author: schizo
Date: 2007-05-21 15:53:59 + (Mon, 21 May 2007)
New Revision: 2269

Modified:
   tzdata/trunk/debian/changelog
Log:
fix bug# for belarusian translation


Modified: tzdata/trunk/debian/changelog
===
--- tzdata/trunk/debian/changelog   2007-05-21 15:52:04 UTC (rev 2268)
+++ tzdata/trunk/debian/changelog   2007-05-21 15:53:59 UTC (rev 2269)
@@ -16,7 +16,7 @@
   * New Albanian debconf translation by Elian Myftiu.
 closes: #425172.
   * New Belarusian debconf translation by Paul Petruk.
-closes: #425134.
+closes: #424769.
   * debian/po/fr.po: fixes from Christian Perrier.
 closes: #424437.
 


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



Processed: fun with translations

2007-05-21 Thread Debian Bug Tracking System
Processing commands for [EMAIL PROTECTED]:

> tags 424892 + pending
Bug#424892: tzdata: [INTL:ru] Russian debconf templates translation update
Tags were: l10n patch
Tags added: pending

> tags 425361 + pending
Bug#425361: [INTL:ml]Malayalam translation of tzdata
Tags were: l10n patch
Tags added: pending

> tags 425383 + pending
Bug#425383: [INTL:lt] Lithuanian debconf templates translation
Tags were: l10n patch
Tags added: pending

> quit
Stopping processing here.

Please contact me if you need assistance.

Debian bug tracking system administrator
(administrator, Debian Bugs database)


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



r2268 - in tzdata/trunk/debian: . po

2007-05-21 Thread schizo
Author: schizo
Date: 2007-05-21 15:52:04 + (Mon, 21 May 2007)
New Revision: 2268

Added:
   tzdata/trunk/debian/po/lt.po
Modified:
   tzdata/trunk/debian/changelog
Log:
  * New Lithuanian debconf translation from K#stutis Bili#nas.
closes: #425383.


Modified: tzdata/trunk/debian/changelog
===
--- tzdata/trunk/debian/changelog   2007-05-21 15:52:01 UTC (rev 2267)
+++ tzdata/trunk/debian/changelog   2007-05-21 15:52:04 UTC (rev 2268)
@@ -1,6 +1,8 @@
 tzdata (2007f-4) UNRELEASED; urgency=low
 
-  * New Malayalam translation from Praveen A.  closes: #425361.
+  * New Malayalam debconf translation from Praveen A.  closes: #425361.
+  * New Lithuanian debconf translation from Kęstutis Biliūnas.
+closes: #425383.
 
  -- Clint Adams <[EMAIL PROTECTED]>  Mon, 21 May 2007 11:48:09 -0400
 

Added: tzdata/trunk/debian/po/lt.po
===
--- tzdata/trunk/debian/po/lt.po(rev 0)
+++ tzdata/trunk/debian/po/lt.po2007-05-21 15:52:04 UTC (rev 2268)
@@ -0,0 +1,2712 @@
+# THIS FILE IS AUTOMATICALLY GENERATED FROM THE MASTER FILE
+# packages/po/lt.po
+#
+# DO NOT MODIFY IT DIRECTLY : SUCH CHANGES WILL BE LOST
+# 
+# Lithuanian messages for debian-installer.
+# Copyright (C) 2003 Software in the Public Interest, Inc.
+# This file is distributed under the same license as debian-installer.
+# Kęstutis Biliūnas <[EMAIL PROTECTED]>, 2004, 2007.
+#
+msgid ""
+msgstr ""
+"Project-Id-Version: debian-installer\n"
+"Report-Msgid-Bugs-To: [EMAIL PROTECTED]"
+"POT-Creation-Date: 2007-05-06 23:48+0200\n"
+"PO-Revision-Date: 2007-05-21 13:47+0300\n"
+"Last-Translator: Kęstutis Biliūnas <[EMAIL PROTECTED]>\n"
+"Language-Team: Lithuanian <[EMAIL PROTECTED]>\n"
+"MIME-Version: 1.0\n"
+"Content-Type: text/plain; charset=UTF-8\n"
+"Content-Transfer-Encoding: 8bit"
+
+#. Type: select
+#. Choices
+#. Note to translators:
+#. - "Etc" will present users with a list
+#. of "GMT+xx" or "GMT-xx" timezones
+#. - SystemV will give the choice between zone named as per SystemV 
conventions:
+#. EST5, MST7, etc.
+#: ../templates:1001
+msgid "Africa"
+msgstr "Afrika"
+
+#. Type: select
+#. Choices
+#. Note to translators:
+#. - "Etc" will present users with a list
+#. of "GMT+xx" or "GMT-xx" timezones
+#. - SystemV will give the choice between zone named as per SystemV 
conventions:
+#. EST5, MST7, etc.
+#: ../templates:1001
+msgid "America"
+msgstr "Amerika"
+
+#. Type: select
+#. Choices
+#. Note to translators:
+#. - "Etc" will present users with a list
+#. of "GMT+xx" or "GMT-xx" timezones
+#. - SystemV will give the choice between zone named as per SystemV 
conventions:
+#. EST5, MST7, etc.
+#: ../templates:1001
+msgid "Antarctica"
+msgstr "Antarktida"
+
+#. Type: select
+#. Choices
+#. Note to translators:
+#. - "Etc" will present users with a list
+#. of "GMT+xx" or "GMT-xx" timezones
+#. - SystemV will give the choice between zone named as per SystemV 
conventions:
+#. EST5, MST7, etc.
+#: ../templates:1001
+msgid "Australia"
+msgstr "Australija"
+
+#. Type: select
+#. Choices
+#. Note to translators:
+#. - "Etc" will present users with a list
+#. of "GMT+xx" or "GMT-xx" timezones
+#. - SystemV will give the choice between zone named as per SystemV 
conventions:
+#. EST5, MST7, etc.
+#: ../templates:1001
+msgid "Arctic"
+msgstr "Arktis"
+
+#. Type: select
+#. Choices
+#. Note to translators:
+#. - "Etc" will present users with a list
+#. of "GMT+xx" or "GMT-xx" timezones
+#. - SystemV will give the choice between zone named as per SystemV 
conventions:
+#. EST5, MST7, etc.
+#: ../templates:1001
+msgid "Asia"
+msgstr "Azija"
+
+#. Type: select
+#. Choices
+#. Note to translators:
+#. - "Etc" will present users with a list
+#. of "GMT+xx" or "GMT-xx" timezones
+#. - SystemV will give the choice between zone named as per SystemV 
conventions:
+#. EST5, MST7, etc.
+#. Type: select
+#. Choices
+#: ../templates:1001 ../templates:9001
+msgid "Atlantic"
+msgstr "Atlanto"
+
+#. Type: select
+#. Choices
+#. Note to translators:
+#. - "Etc" will present users with a list
+#. of "GMT+xx" or "GMT-xx" timezones
+#. - SystemV will give the choice between zone named as per SystemV 
conventions:
+#. EST5, MST7, etc.
+#: ../templates:1001
+msgid "Canada"
+msgstr "Kanada"
+
+#. Type: select
+#. Choices
+#. Note to translators:
+#. - "Etc" will present users with a list
+#. of "GMT+xx" or "GMT-xx" timezones
+#. - SystemV will give the choice between zone named as per SystemV 
conventions:
+#. EST5, MST7, etc.
+#: ../templates:1001
+msgid "Europe"
+msgstr "Europa"
+
+#. Type: select
+#. Choices
+#. Note to translators:
+#. - "Etc" will present users with a list
+#. of "GMT+xx" or "GMT-xx" timezones
+#. - SystemV will give the choice between zone named as per SystemV 
conventions:
+#. EST5, MST7, etc.
+#: ../templates:1001
+msgid "Indian"
+msgstr "Indijos regionas"
+
+#. Type: select
+#. Choic

r2267 - in tzdata/trunk/debian: . po

2007-05-21 Thread schizo
Author: schizo
Date: 2007-05-21 15:52:01 + (Mon, 21 May 2007)
New Revision: 2267

Added:
   tzdata/trunk/debian/po/ml.po
Modified:
   tzdata/trunk/debian/changelog
Log:
  * New Malayalam translation from Praveen A.  closes: #425361.


Modified: tzdata/trunk/debian/changelog
===
--- tzdata/trunk/debian/changelog   2007-05-20 20:59:52 UTC (rev 2266)
+++ tzdata/trunk/debian/changelog   2007-05-21 15:52:01 UTC (rev 2267)
@@ -1,3 +1,9 @@
+tzdata (2007f-4) UNRELEASED; urgency=low
+
+  * New Malayalam translation from Praveen A.  closes: #425361.
+
+ -- Clint Adams <[EMAIL PROTECTED]>  Mon, 21 May 2007 11:48:09 -0400
+
 tzdata (2007f-3) unstable; urgency=medium
 
   * New Czech debconf translation by Miroslav Kure.

Added: tzdata/trunk/debian/po/ml.po
===
--- tzdata/trunk/debian/po/ml.po(rev 0)
+++ tzdata/trunk/debian/po/ml.po2007-05-21 15:52:01 UTC (rev 2267)
@@ -0,0 +1,2814 @@
+# THIS FILE IS AUTOMATICALLY GENERATED FROM THE MASTER FILE
+# packages/po/ml.po
+#
+# DO NOT MODIFY IT DIRECTLY : SUCH CHANGES WILL BE LOST
+# 
+# translation of ml.po to malayalam
+# Copyright (c)  2006-2007 Praveen|പ്രവീണ്‍ A|എ <[EMAIL PROTECTED]>, Santhosh 
Thottingal <[EMAIL PROTECTED]>, Sreejith :: ശ്രീജിത്ത് കെ <[EMAIL PROTECTED]> 
and Debian Project
+# Credits:  V Sasi Kumar, Sreejith N, Seena N, Anivar Aravind, Hiran 
Venugopalan and Suresh P
+#
+# Debian Installer master translation file template
+# Don't forget to properly fill-in the header of PO files
+# Debian Installer translators, please read the D-I i18n documentation
+# in doc/i18n/i18n.txt#
+#
+msgid ""
+msgstr ""
+"Project-Id-Version: Debian Installer Level 1\n"
+"Report-Msgid-Bugs-To: [EMAIL PROTECTED]"
+"POT-Creation-Date: 2007-05-04 07:56+0200\n"
+"PO-Revision-Date: 2007-02-17 20:46+0530\n"
+"Last-Translator: Praveen A <[EMAIL PROTECTED]>\n"
+"Language-Team: Swathanthra Malayalam Computing <[EMAIL PROTECTED]"
+"com>\n"
+"MIME-Version: 1.0\n"
+"Content-Type: text/plain; charset=UTF-8\n"
+"Content-Transfer-Encoding: 8bit\n"
+
+#. Type: select
+#. Choices
+#. Note to translators:
+#. - "Etc" will present users with a list
+#. of "GMT+xx" or "GMT-xx" timezones
+#. - SystemV will give the choice between zone named as per SystemV 
conventions:
+#. EST5, MST7, etc.
+#: ../templates:2001
+msgid "Africa"
+msgstr "ആഫ്രിക്ക"
+
+#. Type: select
+#. Choices
+#. Note to translators:
+#. - "Etc" will present users with a list
+#. of "GMT+xx" or "GMT-xx" timezones
+#. - SystemV will give the choice between zone named as per SystemV 
conventions:
+#. EST5, MST7, etc.
+#: ../templates:2001
+msgid "America"
+msgstr "അമേരിക്ക"
+
+#. Type: select
+#. Choices
+#. Note to translators:
+#. - "Etc" will present users with a list
+#. of "GMT+xx" or "GMT-xx" timezones
+#. - SystemV will give the choice between zone named as per SystemV 
conventions:
+#. EST5, MST7, etc.
+#: ../templates:2001
+msgid "Antarctica"
+msgstr "അന്റാര്‍ട്ടിക്ക"
+
+#. Type: select
+#. Choices
+#. Note to translators:
+#. - "Etc" will present users with a list
+#. of "GMT+xx" or "GMT-xx" timezones
+#. - SystemV will give the choice between zone named as per SystemV 
conventions:
+#. EST5, MST7, etc.
+#: ../templates:2001
+msgid "Australia"
+msgstr "ഓസ്ട്രേലിയ"
+
+#. Type: select
+#. Choices
+#. Note to translators:
+#. - "Etc" will present users with a list
+#. of "GMT+xx" or "GMT-xx" timezones
+#. - SystemV will give the choice between zone named as per SystemV 
conventions:
+#. EST5, MST7, etc.
+#: ../templates:2001
+msgid "Arctic"
+msgstr "ആര്‍ട്ടിക്"
+
+#. Type: select
+#. Choices
+#. Note to translators:
+#. - "Etc" will present users with a list
+#. of "GMT+xx" or "GMT-xx" timezones
+#. - SystemV will give the choice between zone named as per SystemV 
conventions:
+#. EST5, MST7, etc.
+#: ../templates:2001
+msgid "Asia"
+msgstr "ഏഷ്യ"
+
+#. Type: select
+#. Choices
+#. Note to translators:
+#. - "Etc" will present users with a list
+#. of "GMT+xx" or "GMT-xx" timezones
+#. - SystemV will give the choice between zone named as per SystemV 
conventions:
+#. EST5, MST7, etc.
+#. Type: select
+#. Choices
+#: ../templates:2001 ../templates:10001
+msgid "Atlantic"
+msgstr "അറ്റ്‌ലാന്റിക്"
+
+#. Type: select
+#. Choices
+#. Note to translators:
+#. - "Etc" will present users with a list
+#. of "GMT+xx" or "GMT-xx" timezones
+#. - SystemV will give the choice between zone named as per SystemV 
conventions:
+#. EST5, MST7, etc.
+#: ../templates:2001
+msgid "Canada"
+msgstr "കാനഡ"
+
+#. Type: select
+#. Choices
+#. Note to translators:
+#. - "Etc" will present users with a list
+#. of "GMT+xx" or "GMT-xx" timezones
+#. - SystemV will give the choice between zone named as per SystemV 
conventions:
+#. EST5, MST7, etc.
+#: ../templates:2001
+msgid "Europe"
+msgstr "യൂറോപ്പ്"
+
+#. Type: select
+#. Choices
+#. Note to translators:
+#. - "Etc" will p

Bug#424769: marked as done (tzdata: [be] belarusian translation)

2007-05-21 Thread Debian Bug Tracking System
Your message dated Mon, 21 May 2007 11:54:41 -0400
with message-id <[EMAIL PROTECTED]>
and subject line belarusian translation
has caused the attached Bug report to be marked as done.

This means that you claim that the problem has been dealt with.
If this is not the case it is now your responsibility to reopen the
Bug report if necessary, and/or fix the problem forthwith.

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

Debian bug tracking system administrator
(administrator, Debian Bugs database)

--- Begin Message ---
Package: tzdata
Version: N/A
Severity: wishlist
Tags: patch l10n

Hello. Here is translated PO-file. Thanks!

be.TZ.po.gz
Description: GNU Zip compressed data
--- End Message ---
--- Begin Message ---
Version: 2007f-3

Wrong bug# in changelog.
--- End Message ---


Bug#425404: nscd: free's invalid pointer, causing calling program to abort

2007-05-21 Thread Stephen Gran
Package: nscd
Version: 2.3.6.ds1-13
Severity: important

So I get this output:

*** glibc detected *** free(): invalid pointer: 0x2ae2a531bf80 ***
/usr/bin/da-backup: line 184:   360 Aborted (core dumped) rsync 
-varzH -e "ssh -i /root/.ssh/da_svn" --delete --delete-after --ignore-errors
/srv/svn.debian.org/svn/ [EMAIL PROTECTED]:irrelevant/


A backtrace of the core file shows:
#0  0x2ae2a511107b in raise () from /lib/libc.so.6
No symbol table info available.
#1  0x2ae2a511284e in abort () from /lib/libc.so.6
No symbol table info available.
#2  0x2ae2a5147629 in __libc_message () from /lib/libc.so.6
No symbol table info available.
#3  0x2ae2a514e193 in _int_free () from /lib/libc.so.6
No symbol table info available.
#4  0x2ae2a514e21e in free () from /lib/libc.so.6
No symbol table info available.
#5  0x2ae2a51d974a in nscd_getpw_r () from /lib/libc.so.6
No symbol table info available.
#6  0x2ae2a51d97e6 in __nscd_getpwuid_r () from /lib/libc.so.6
No symbol table info available.
#7  0x2ae2a5173066 in getpwuid_r@@GLIBC_2.2.5 () from /lib/libc.so.6
No symbol table info available.
#8  0x2ae2a517293f in getpwuid () from /lib/libc.so.6
No symbol table info available.
#9  0x00427397 in uid_to_name (uid=36855) at uidlist.c:68
pass = (struct passwd *) 0x4a99bafb5
#10 0x004279bb in add_uid (uid=36855) at uidlist.c:249
list = (struct idlist *) 0x0
#11 0x0041db93 in send_file_entry (file=0x2ae2a99b8ad8, f=4) at 
flist.c:424

So it appears the breakage is in nscd.  Let me know you if there is any
more information I can supply.

-- System Information:
Debian Release: 4.0
  APT prefers stable
  APT policy: (500, 'stable')
Architecture: amd64 (x86_64)
Shell:  /bin/sh linked to /bin/bash
Kernel: Linux 2.6.18-4-xen-amd64
Locale: LANG=en_US.utf8, LC_CTYPE=en_US.utf8 (charmap=UTF-8) (ignored: LC_ALL 
set to en_US.utf8)

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

nscd recommends no packages.

-- no debconf information


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



No video on earth will enlighten me.

2007-05-21 Thread Cyril Z. Rosario

GPSI Announces Market Attack Into $1 Trillion Market!

Global Payment Solutions
Symbol: GPSI
Price: $0.03

GPSI announced its plans to address the huge influx of immigrant workers
into the US that need banking solutions that they otherwise would not
qualify for. This market is expected to represent over $1 Trillion
dollars to be managed by 2008. GPSI provides viable solutions to this
market. This is hot, read the news and watch for more Monday! Get on
GPSI first thing Monday!

The possibilities may astound you. Maybe wiki can add a 'dumb' switch .
I decided to continue the story as a little series. - - - No idea is too
stupid if there are enough suckers out there to fall for it. us Sphere
See Also: Virtual Rape Is Traumatic, but Is it a Crime? The blaster
makes the water streams spin as you press the palm button, which is
pretty neat.
Probably with each other, and likely in more than one combination.
The idea is that you need something to differentiate yourself from all
those sterling applicants scrambling for that big marketing job at
Python Software Security.
No, the video resume sounds to me like a lame way of avoiding the
necessity of describing yourself on paper, for a new generation of
worker who lacks the requisite writing skills. Luckily, Wikipedia is not
the only resource on the internet.
If you want to add your FOR DUMMIES description, go ahead, do it
somewhere out of the way please, that's the magic of Wikipedia. The town
is stunningly beautiful.
If you don't know about that, learn some high-level concepts about
intracellular biology. You might take a look at our picks: European Road
Atlases.
It doesn't even make you feel like Aquaman.
But boy, whodathunk such an observation would spark such, uh, passion.
Our headers are pulled randomly from a pool of images submitted to us by
talented artists.
Add this to: Digg Del.
, thinly disguised as an escort service known as Pamela Martin and
Associates.
Cut through the fluff, and you get something simpler: "Epigenetics
refers to biological inheritances that do not relate directly to the
inheritance of gene collections or soft inheritance. What is it with the
false dilemma logical fallacy, anyway?
Wikipedia isn't professionally-written, and so readers are bound to run
into poor writing style from time to time.
Madam' Virtual Rape Is Traumatic, But Is it a Crime? " Before you roll
your eyes, think about what we now know about adult sexual fantasy.
Other studies have also had nice things to say about dark chocolate and
steak. Epigenetic modifications include addition of molecules, like
methyl groups, to the DNA backbone.


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



Bug#372544: libc6-dev: fma() is incorrect (inaccurate), not conform to C99

2007-05-21 Thread Vincent Lefevre
On 2006-06-10 03:11:51 +0200, Vincent Lefevre wrote:
> The cause is that fma() is implemented on the x86 with (x * y) + z.
> The ISO C99 standard requires:
> 
> The fma functions compute (x × y) + z, rounded as one ternary
> operation: they compute the value (as if) to infinite precision
> and round once to the result format, according to the rounding
> mode characterized by the value of FLT_ROUNDS.
> 
> I currently don't have the time to fix it, but I think this should
> be done like this:
> 
> 1. Compute the product as an exact sum of two FP numbers with Dekker's
>algorithm.
> 2. Determine the rounded results (see algorithms on FP expansions).
> 
> Well, there would be 2 problems: First, the fact that values may be in
> extended precision (GCC bug). Then, the possible intermediate overflow
> or underflow should be avoided, probably by doing comparisons first
> and scale the values if need be (this problem is much less important
> than the current situation).

The overflow problem occurs on x86_64 (since SSE2 is used); see
attached C file.

I haven't tested it, but I assume that it also occurs in fmal
on all x86 machines.

-- 
Vincent Lefèvre <[EMAIL PROTECTED]> - Web: 
100% accessible validated (X)HTML - Blog: 
Work: CR INRIA - computer arithmetic / Arenaire project (LIP, ENS-Lyon)
/* $Id: fma-tests.c 17487 2007-05-21 11:03:03Z lefevre $
 *
 * Miscellaneous fma() test.
 */

#include 
#include 
#include 
#include 

#define WRONG(S,X,Y,Z,F,C)\
  fprintf (stderr, "ERROR in test '" S "'!\nfma (%a, %a, %a)\n"   \
   "returned %a instead of %a.\n", X, Y, Z, F, C)

/* Modified Nelson H. F. Beebe's fma() test from stds-754 list, 2006-06-09 */
static int beebe (void)
{
  volatile double eps, e2, f, x, z;

  eps = DBL_EPSILON;
  e2 = eps * eps;
  x = 1.0 + eps;
  z = -1.0 - 2.0 * eps;
  f = fma (x, x, z);
  if (f != e2)
{
  WRONG ("beebe", x, x, z, f, e2);
  return 1;
}
  return 0;
}

static int overflowed_mul (void)
{
  volatile double x, f;

  x = DBL_MAX;
  f = fma (x, 2.0, -x);
  if (f != x)
{
  WRONG ("overflowed_mul", x, 2.0, -x, f, x);
  return 1;
}
  return 0;
}

int main (void)
{
  int err = 0;

  err += beebe ();
  err += overflowed_mul ();
  return err;
}


Bug#425383: [INTL:lt] Lithuanian debconf templates translation

2007-05-21 Thread Kęstutis Biliūnas
Package: tzdata
Version: 2007f
Severity: wishlist
Tags: l10n, patch

Lithuanian debconf templates translation is attached.

Best wishes,
-- 
Kęstutis Biliūnas <[EMAIL PROTECTED]>


tzdata-lt.po.gz
Description: GNU Zip compressed data


signature.asc
Description: Ši laiško dalis yra	pasirašyta skaitmeniniu būdu