Processed: tagging 666774

2012-04-29 Thread Debian Bug Tracking System
Processing commands for cont...@bugs.debian.org:

 tags 666774 + pending
Bug #666774 [src:eglibc] eglibc: Updated hppa patch set for version 2.13
Added tag(s) pending.
 thanks
Stopping processing here.

Please contact me if you need assistance.
-- 
666774: http://bugs.debian.org/cgi-bin/bugreport.cgi?bug=666774
Debian Bug Tracking System
Contact ow...@bugs.debian.org with problems


--
To UNSUBSCRIBE, email to debian-glibc-requ...@lists.debian.org
with a subject of unsubscribe. Trouble? Contact listmas...@lists.debian.org
Archive: 
http://lists.debian.org/handler.s.c.133570534430576.transcr...@bugs.debian.org



r5225 - in glibc-package/trunk/debian: . patches patches/hppa

2012-04-29 Thread Aurelien Jarno
Author: aurel32
Date: 2012-04-29 13:15:33 + (Sun, 29 Apr 2012)
New Revision: 5225

Added:
   glibc-package/trunk/debian/patches/hppa/cvs-cloexec-nonblock.diff
   glibc-package/trunk/debian/patches/hppa/cvs-prlimit64.diff
   glibc-package/trunk/debian/patches/hppa/cvs-stackinfo.diff
   glibc-package/trunk/debian/patches/hppa/cvs-sys_procfs_h.diff
   glibc-package/trunk/debian/patches/hppa/cvs-test-tls-support.diff
   glibc-package/trunk/debian/patches/hppa/local-EAGAIN.diff
Removed:
   glibc-package/trunk/debian/patches/hppa/submitted-stackinfo.diff
Modified:
   glibc-package/trunk/debian/changelog
   glibc-package/trunk/debian/patches/hppa/local-dlfptr.diff
   glibc-package/trunk/debian/patches/hppa/local-lowlevellock.diff
   glibc-package/trunk/debian/patches/hppa/local-stack-grows-up.diff
   glibc-package/trunk/debian/patches/hppa/submitted-nptl-carlos.diff
   glibc-package/trunk/debian/patches/series
Log:
  * patches/hppa/*: update hppa patchset from a mix of CVS, submitted and
unknown sources patches.  Closes: #666774.



Modified: glibc-package/trunk/debian/changelog
===
--- glibc-package/trunk/debian/changelog2012-04-27 14:17:34 UTC (rev 
5224)
+++ glibc-package/trunk/debian/changelog2012-04-29 13:15:33 UTC (rev 
5225)
@@ -63,6 +63,8 @@
   * patches/kfreebsd/local-sys_queue_h.diff: fix STAILQ_FOREACH_SAFE.  
 Closes: #669960.
   * local/manpages/locale.1: fix warnings from groff.  Closes: #661041.
+  * patches/hppa/*: update hppa patchset from a mix of CVS, submitted and
+unknown sources patches.  Closes: #666774.
 
  -- Aurelien Jarno aure...@debian.org  Thu, 26 Apr 2012 16:37:27 +0200
 

Added: glibc-package/trunk/debian/patches/hppa/cvs-cloexec-nonblock.diff
===
--- glibc-package/trunk/debian/patches/hppa/cvs-cloexec-nonblock.diff   
(rev 0)
+++ glibc-package/trunk/debian/patches/hppa/cvs-cloexec-nonblock.diff   
2012-04-29 13:15:33 UTC (rev 5225)
@@ -0,0 +1,470 @@
+2012-01-08  Carlos O'Donell  car...@systemhalted.org
+ 
+   * ports/sysdeps/unix/sysv/linux/hppa/sys/epoll.h (EPOLLONESHOT)
+   (EPOLLET): Initialize with unsiged values.
+
+2011-10-17  Guy Martin gms...@tuxicoman.be
+
+   * ports/sysdeps/unix/sysv/linux/hppa/sys/epoll.h:
+   Fix EPOLL_CLOEXEC and EPOLL_NONBLOCK to match kernel definition.
+   * ports/sysdeps/unix/sysv/linux/hppa/sys/eventfd.h:
+   Fix EFD_CLOEXEC and EFD_NONBLOCK to match kernel definition.
+   * ports/sysdeps/unix/sysv/linux/hppa/sys/inotify.h:
+   Fix IN_CLOEXEC and IN_NONBLOCK to match kernel definition.
+   * ports/sysdeps/unix/sysv/linux/hppa/sys/signalfd.h:
+   Fix SFD_CLOEXEC and SFD_NONBLOCK to match kernel definition.
+   * ports/sysdeps/unix/sysv/linux/hppa/sys/timerfd.h:
+   Fix TFD_CLOEXEC and TFD_NONBLOCK to match kernel definition.
+
+---
+ ports/sysdeps/unix/sysv/linux/hppa/sys/epoll.h|  144 
++
+ ports/sysdeps/unix/sysv/linux/hppa/sys/eventfd.h  |   54 
+ ports/sysdeps/unix/sysv/linux/hppa/sys/inotify.h  |  105 
+ ports/sysdeps/unix/sysv/linux/hppa/sys/signalfd.h |   66 ++
+ ports/sysdeps/unix/sysv/linux/hppa/sys/timerfd.h  |   60 +
+ 5 files changed, 429 insertions(+)
+
+--- /dev/null
 b/ports/sysdeps/unix/sysv/linux/hppa/sys/epoll.h
+@@ -0,0 +1,144 @@
++/* Copyright (C) 2002-2006, 2007, 2008, 2009 Free Software Foundation, Inc.
++   This file is part of the GNU C Library.
++
++   The GNU C Library is free software; you can redistribute it and/or
++   modify it under the terms of the GNU Lesser General Public
++   License as published by the Free Software Foundation; either
++   version 2.1 of the License, or (at your option) any later version.
++
++   The GNU C Library is distributed in the hope that it will be useful,
++   but WITHOUT ANY WARRANTY; without even the implied warranty of
++   MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE.  See the GNU
++   Lesser General Public License for more details.
++
++   You should have received a copy of the GNU Lesser General Public
++   License along with the GNU C Library; if not, write to the Free
++   Software Foundation, Inc., 59 Temple Place, Suite 330, Boston, MA
++   02111-1307 USA.  */
++
++#ifndef   _SYS_EPOLL_H
++#define   _SYS_EPOLL_H1
++
++#include stdint.h
++#include sys/types.h
++
++/* Get __sigset_t.  */
++#include bits/sigset.h
++
++#ifndef __sigset_t_defined
++# define __sigset_t_defined
++typedef __sigset_t sigset_t;
++#endif
++
++
++/* Flags to be passed to epoll_create1.  */
++enum
++  {
++EPOLL_CLOEXEC = 01000,
++#define EPOLL_CLOEXEC EPOLL_CLOEXEC
++EPOLL_NONBLOCK = 0024 /* HPUX has separate NDELAY  NONBLOCK */
++#define EPOLL_NONBLOCK EPOLL_NONBLOCK
++  };
++
++
++enum EPOLL_EVENTS
++  {
++EPOLLIN = 0x001,
++#define EPOLLIN EPOLLIN
++EPOLLPRI = 

Processed: tagging 669179

2012-04-29 Thread Debian Bug Tracking System
Processing commands for cont...@bugs.debian.org:

 tags 669179 + pending
Bug #669179 [src:eglibc] eglibc: please update ld.so manpages
Added tag(s) pending.
 thanks
Stopping processing here.

Please contact me if you need assistance.
-- 
669179: http://bugs.debian.org/cgi-bin/bugreport.cgi?bug=669179
Debian Bug Tracking System
Contact ow...@bugs.debian.org with problems


--
To UNSUBSCRIBE, email to debian-glibc-requ...@lists.debian.org
with a subject of unsubscribe. Trouble? Contact listmas...@lists.debian.org
Archive: 
http://lists.debian.org/handler.s.c.13357067615636.transcr...@bugs.debian.org



Processed: tagging 668674

2012-04-29 Thread Debian Bug Tracking System
Processing commands for cont...@bugs.debian.org:

 tags 668674 + pending
Bug #668674 [locales] locales: es_ES locale source includes bad thousands_sep 
character
Added tag(s) pending.
 thanks
Stopping processing here.

Please contact me if you need assistance.
-- 
668674: http://bugs.debian.org/cgi-bin/bugreport.cgi?bug=668674
Debian Bug Tracking System
Contact ow...@bugs.debian.org with problems


--
To UNSUBSCRIBE, email to debian-glibc-requ...@lists.debian.org
with a subject of unsubscribe. Trouble? Contact listmas...@lists.debian.org
Archive: 
http://lists.debian.org/handler.s.c.13357071707982.transcr...@bugs.debian.org



r5226 - in glibc-package/trunk/debian: . local/manpages

2012-04-29 Thread Aurelien Jarno
Author: aurel32
Date: 2012-04-29 13:39:14 + (Sun, 29 Apr 2012)
New Revision: 5226

Modified:
   glibc-package/trunk/debian/changelog
   glibc-package/trunk/debian/local/manpages/ld.so.8
Log:
  * local/manpages/ld.so.8: update from various sources to document missing
environment variables.  Closes: #669179.



Modified: glibc-package/trunk/debian/changelog
===
--- glibc-package/trunk/debian/changelog2012-04-29 13:15:33 UTC (rev 
5225)
+++ glibc-package/trunk/debian/changelog2012-04-29 13:39:14 UTC (rev 
5226)
@@ -65,6 +65,8 @@
   * local/manpages/locale.1: fix warnings from groff.  Closes: #661041.
   * patches/hppa/*: update hppa patchset from a mix of CVS, submitted and
 unknown sources patches.  Closes: #666774.
+  * local/manpages/ld.so.8: update from various sources to document missing
+environment variables.  Closes: #669179.
 
  -- Aurelien Jarno aure...@debian.org  Thu, 26 Apr 2012 16:37:27 +0200
 

Modified: glibc-package/trunk/debian/local/manpages/ld.so.8
===
--- glibc-package/trunk/debian/local/manpages/ld.so.8   2012-04-29 13:15:33 UTC 
(rev 5225)
+++ glibc-package/trunk/debian/local/manpages/ld.so.8   2012-04-29 13:39:14 UTC 
(rev 5226)
@@ -53,7 +53,15 @@
 .TP
 .B \-\-inhibit\-rpath LIST
 .SH ENVIRONMENT
+There are four important environment variables.
 .TP
+.B LD_BIND_NOW
+If set to a nonempty string,
+causes the dynamic linker to resolve all symbols
+at program startup instead of deferring function call resolution to the point
+when they are first referenced.
+This is useful when using a debugger.
+.TP
 .B LD_LIBRARY_PATH
 A colon-separated list of directories in which to search for
 ELF libraries at execution-time.
@@ -69,16 +77,14 @@
 directories that are also setgid will be loaded.
 .TP
 .B LD_TRACE_LOADED_OBJECTS
-If present, causes the program to list its dynamic library dependencies,
-as if run by ldd, instead of running normally.
+If set to a nonempty string, causes the program to list its dynamic library
+dependencies, as if run by
+.BR ldd (1),
+instead of running normally.
+.LP
+Then there are lots of more or less obscure variables,
+many obsolete or only for internal use.
 .TP
-.B LD_BIND_NOW
-If present, causes the dynamic linker to resolve all symbols at program
-startup instead of when they are first referenced.
-.TP
-.B LD_BIND_NOT 
-Do not update the GOT (global offset table) and PLT (procedure linkage table) 
after resolving a symbol.
-.TP
 .B LD_AOUT_LIBRARY_PATH
 A colon-separated list of directories in which to search for
 a.out libraries at execution-time.
@@ -91,16 +97,34 @@
 after all others.
 This can be used to selectively override functions in other shared libraries.
 .TP
-.B LD_NOWARN
-Suppress warnings about a.out libraries with incompatible minor 
-version numbers.
+.B LD_ASSUME_KERNEL
+This environment variable overrides the kernel version used by the dynamic 
linker to determine 
+which library to load.
 .TP
-.B LD_WARN
-If set to non-empty string, warn about unresolved symbols.
+.B LD_AUDIT
+A colon-separated list of user-specified, ELF shared objects
+to be loaded before all others in a separate linker namespace
+(i.e., one that does not intrude upon the normal symbol bindings that
+would occur in the process).
+These libraries can be used to audit the operation of the dynamic linker.
+.B LD_AUDIT
+is ignored for set-user-ID/set-group-ID binaries.
+
+The dynamic linker will notify the audit
+libraries at so-called auditing checkpoints\(emfor example,
+loading a new library, resolving a symbol,
+or calling a symbol from another shared object\(emby
+calling an appropriate function within the audit library.
+For details, see
+.BR rtld-audit (7).
+The auditing interface is largely compatible with that provided on Solaris,
+as described in its
+.IR Linker and Libraries Guide ,
+in the chapter
+.IR Runtime Linker Auditing Interface .
 .TP
-.B LD_KEEPDIR
-Don't ignore the directory in the names of a.out libraries to be loaded.
-Use of this option is strongly discouraged.
+.B LD_BIND_NOT 
+Do not update the GOT (global offset table) and PLT (procedure linkage table) 
after resolving a symbol.
 .TP
 .B LD_DEBUG
 Output verbose debugging information about the dynamic linker.
@@ -112,30 +136,84 @@
 File where LD_DEBUG output should be fed into, default is standard
 output. LD_DEBUG_OUTPUT is ignored for setuid/setgid binaries.
 .TP
+.B LD_DYNAMIC_WEAK
+Allow weak symbols to be overridden (reverting to old glibc behavior).
+For security reasons, since glibc 2.3.4,
+.B LD_DYNAMIC_WEAK
+is ignored for set-user-ID/set-group-ID binaries.
+.TP
+.B LD_HWCAP_MASK
+Mask for hardware capabilities.
+.TP
+.B LD_KEEPDIR
+Don't ignore the directory in the names of a.out libraries to be loaded.
+Use of this option is strongly discouraged.
+.TP
+.B LD_NOWARN
+Suppress warnings about a.out libraries with incompatible minor 

Processed: tagging 661760

2012-04-29 Thread Debian Bug Tracking System
Processing commands for cont...@bugs.debian.org:

 tags 661760 + pending
Bug #661760 [locales] locales: The month 'February' must be 'Februar' in the 
locale de_AT, not 'Feber'.
Added tag(s) pending.
 thanks
Stopping processing here.

Please contact me if you need assistance.
-- 
661760: http://bugs.debian.org/cgi-bin/bugreport.cgi?bug=661760
Debian Bug Tracking System
Contact ow...@bugs.debian.org with problems


--
To UNSUBSCRIBE, email to debian-glibc-requ...@lists.debian.org
with a subject of unsubscribe. Trouble? Contact listmas...@lists.debian.org
Archive: 
http://lists.debian.org/handler.s.c.133570803612156.transcr...@bugs.debian.org



r5227 - in glibc-package/trunk/debian: . patches patches/localedata

2012-04-29 Thread Aurelien Jarno
Author: aurel32
Date: 2012-04-29 13:46:01 + (Sun, 29 Apr 2012)
New Revision: 5227

Added:
   glibc-package/trunk/debian/patches/localedata/cvs-es-lc_numeric.diff
Modified:
   glibc-package/trunk/debian/changelog
   glibc-package/trunk/debian/patches/series
Log:
  * patches/locatedata/cvs-es-lc_numeric.diff: new patch from upstream to
fix LC_NUMERIC for Spanish locales.  Closes: #668674.



Modified: glibc-package/trunk/debian/changelog
===
--- glibc-package/trunk/debian/changelog2012-04-29 13:39:14 UTC (rev 
5226)
+++ glibc-package/trunk/debian/changelog2012-04-29 13:46:01 UTC (rev 
5227)
@@ -67,6 +67,8 @@
 unknown sources patches.  Closes: #666774.
   * local/manpages/ld.so.8: update from various sources to document missing
 environment variables.  Closes: #669179.
+  * patches/locatedata/cvs-es-lc_numeric.diff: new patch from upstream to
+fix LC_NUMERIC for Spanish locales.  Closes: #668674.
 
  -- Aurelien Jarno aure...@debian.org  Thu, 26 Apr 2012 16:37:27 +0200
 

Added: glibc-package/trunk/debian/patches/localedata/cvs-es-lc_numeric.diff
===
--- glibc-package/trunk/debian/patches/localedata/cvs-es-lc_numeric.diff
(rev 0)
+++ glibc-package/trunk/debian/patches/localedata/cvs-es-lc_numeric.diff
2012-04-29 13:46:01 UTC (rev 5227)
@@ -0,0 +1,451 @@
+2011-11-11  Ulrich Drepper  drep...@gmail.com
+
+   [BZ #13147]
+   * locales/es_BO: Use es_ES for LC_MESSAGES and LC_NUMERIC.
+   * locales/es_CL: Likewise.
+   * locales/es_CO: Likewise.
+   * locales/es_DO: Likewise.
+   * locales/es_EC: Likewise.
+   * locales/es_GT: Likewise.
+   * locales/es_HN: Likewise.
+   * locales/es_MX: Likewise.
+   * locales/es_NI: Likewise.
+   * locales/es_PA: Likewise.
+   * locales/es_PE: Likewise.
+   * locales/es_PR: Likewise.
+   * locales/es_PY: Likewise.
+   * locales/es_SV: Likewise.
+   * locales/es_UY: Likewise.
+   * locales/es_VE: Likewise.
+   * locales/es_ES: Fix LC_NUMERIC.
+   * locales/es_CR: Use es_ES for LC_MESSAGES.
+
+diff --git a/localedata/locales/es_BO b/localedata/locales/es_BO
+index c77bb1d..6964311 100644
+--- a/localedata/locales/es_BO
 b/localedata/locales/es_BO
+@@ -56,8 +56,7 @@ copy es_ES
+ END LC_CTYPE
+ 
+ LC_MESSAGES
+-yesexpr U005EU005BU0073U0053U0079U0059U005DU002EU002A
+-noexpr  U005EU005BU006EU004EU005DU002EU002A
++copy es_ES
+ END LC_MESSAGES
+ 
+ LC_MONETARY
+@@ -79,9 +78,7 @@ n_sign_posn  1
+ END LC_MONETARY
+ 
+ LC_NUMERIC
+-decimal_pointU002C
+-thousands_sep
+-grouping 0;0
++copy es_ES
+ END LC_NUMERIC
+ 
+ LC_TIME
+diff --git a/localedata/locales/es_CL b/localedata/locales/es_CL
+index ff44fa8..fe5b6d9 100644
+--- a/localedata/locales/es_CL
 b/localedata/locales/es_CL
+@@ -56,8 +56,7 @@ copy es_ES
+ END LC_CTYPE
+ 
+ LC_MESSAGES
+-yesexpr U005EU005BU0073U0053U0079U0059U005DU002EU002A
+-noexpr  U005EU005BU006EU004EU005DU002EU002A
++copy es_ES
+ END LC_MESSAGES
+ 
+ LC_MONETARY
+@@ -79,9 +78,7 @@ n_sign_posn  1
+ END LC_MONETARY
+ 
+ LC_NUMERIC
+-decimal_pointU002C
+-thousands_sep
+-grouping 0;0
++copy es_ES
+ END LC_NUMERIC
+ 
+ LC_TIME
+diff --git a/localedata/locales/es_CO b/localedata/locales/es_CO
+index 4c1de13..5db5d6d 100644
+--- a/localedata/locales/es_CO
 b/localedata/locales/es_CO
+@@ -56,8 +56,7 @@ copy es_ES
+ END LC_CTYPE
+ 
+ LC_MESSAGES
+-yesexpr U005EU005BU0073U0053U0079U0059U005DU002EU002A
+-noexpr  U005EU005BU006EU004EU005DU002EU002A
++copy es_ES
+ END LC_MESSAGES
+ 
+ LC_MONETARY
+@@ -79,9 +78,7 @@ n_sign_posn  1
+ END LC_MONETARY
+ 
+ LC_NUMERIC
+-decimal_pointU002C
+-thousands_sep
+-grouping 0;0
++copy es_ES
+ END LC_NUMERIC
+ 
+ LC_TIME
+diff --git a/localedata/locales/es_CR b/localedata/locales/es_CR
+index 6cff560..f998c86 100644
+--- a/localedata/locales/es_CR
 b/localedata/locales/es_CR
+@@ -47,8 +47,7 @@ copy es_ES
+ END LC_CTYPE
+ 
+ LC_MESSAGES
+-yesexpr U005EU005BU0073U0053U0079U0059U005DU002EU002A
+-noexpr  U005EU005BU006EU004EU005DU002EU002A
++copy es_ES
+ END LC_MESSAGES
+ 
+ LC_MONETARY
+diff --git a/localedata/locales/es_DO b/localedata/locales/es_DO
+index fcd0f9e..7cf54cf 100644
+--- a/localedata/locales/es_DO
 b/localedata/locales/es_DO
+@@ -56,8 +56,7 @@ copy es_ES
+ END LC_CTYPE
+ 
+ LC_MESSAGES
+-yesexpr U005EU005BU0073U0053U0079U0059U005DU002EU002A
+-noexpr  U005EU005BU006EU004EU005DU002EU002A
++copy es_ES
+ END LC_MESSAGES
+ 
+ LC_MONETARY
+@@ -79,9 +78,7 @@ n_sign_posn  1
+ END LC_MONETARY
+ 
+ LC_NUMERIC
+-decimal_pointU002E
+-thousands_sep
+-grouping 0;0
++copy es_ES
+ END LC_NUMERIC
+ 
+ LC_TIME
+diff --git a/localedata/locales/es_EC b/localedata/locales/es_EC
+index b8d4c8f..480f6ef 100644
+--- 

r5228 - in glibc-package/trunk/debian: . patches patches/localedata

2012-04-29 Thread Aurelien Jarno
Author: aurel32
Date: 2012-04-29 14:00:27 + (Sun, 29 Apr 2012)
New Revision: 5228

Added:
   glibc-package/trunk/debian/patches/localedata/submitted-de_AT-mon.diff
Modified:
   glibc-package/trunk/debian/changelog
   glibc-package/trunk/debian/patches/series
Log:
  * patches/localedata/submitted-de_AT-mon.diff: fix month names in de_AT
locale.  Closes: #661760.



Modified: glibc-package/trunk/debian/changelog
===
--- glibc-package/trunk/debian/changelog2012-04-29 13:46:01 UTC (rev 
5227)
+++ glibc-package/trunk/debian/changelog2012-04-29 14:00:27 UTC (rev 
5228)
@@ -69,6 +69,8 @@
 environment variables.  Closes: #669179.
   * patches/locatedata/cvs-es-lc_numeric.diff: new patch from upstream to
 fix LC_NUMERIC for Spanish locales.  Closes: #668674.
+  * patches/localedata/submitted-de_AT-mon.diff: fix month names in de_AT
+locale.  Closes: #661760.
 
  -- Aurelien Jarno aure...@debian.org  Thu, 26 Apr 2012 16:37:27 +0200
 

Added: glibc-package/trunk/debian/patches/localedata/submitted-de_AT-mon.diff
===
--- glibc-package/trunk/debian/patches/localedata/submitted-de_AT-mon.diff  
(rev 0)
+++ glibc-package/trunk/debian/patches/localedata/submitted-de_AT-mon.diff  
2012-04-29 14:00:27 UTC (rev 5228)
@@ -0,0 +1,17 @@
+2012-04-29  Aurelien Jarno  aurel...@aurel32.net
+
+   * locales/de_AT: Change month name from Feber to Februar. 
+
+diff --git a/localedata/locales/de_AT b/localedata/locales/de_AT
+index b3adf90..e566eed 100644
+--- a/localedata/locales/de_AT
 b/localedata/locales/de_AT
+@@ -100,7 +100,7 @@ abmon   U004AU00E4U006E;U0046U0065U0062;/
+ U0053U0065U0070;U004FU006BU0074;/
+ U004EU006FU0076;U0044U0065U007A
+ mon U004AU00E4U006EU006EU0065U0072;/
+-U0046U0065U0062U0065U0072;/
++U0046U0065U0062U0072U0075U0041U0072;/
+ U004DU00E4U0072U007A;/
+ U0041U0070U0072U0069U006C;/
+ U004DU0061U0069;/

Modified: glibc-package/trunk/debian/patches/series
===
--- glibc-package/trunk/debian/patches/series   2012-04-29 13:46:01 UTC (rev 
5227)
+++ glibc-package/trunk/debian/patches/series   2012-04-29 14:00:27 UTC (rev 
5228)
@@ -48,6 +48,7 @@
 localedata/cvs-rupee.diff
 localedata/locale-nb_NO.diff
 locatedata/cvs-es-lc_numeric.diff
+localedata/submitted-de_AT-mon.diff
 
 alpha/local-gcc4.1.diff
 alpha/submitted-creat64.diff


-- 
To UNSUBSCRIBE, email to debian-glibc-requ...@lists.debian.org
with a subject of unsubscribe. Trouble? Contact listmas...@lists.debian.org
Archive: http://lists.debian.org/e1soufr-5w...@vasks.debian.org



Processed: tagging 663203

2012-04-29 Thread Debian Bug Tracking System
Processing commands for cont...@bugs.debian.org:

 tags 663203 + pending
Bug #663203 [locales] locales: date_fmt appears to be wrong in the en_AU locale
Added tag(s) pending.
 thanks
Stopping processing here.

Please contact me if you need assistance.
-- 
663203: http://bugs.debian.org/cgi-bin/bugreport.cgi?bug=663203
Debian Bug Tracking System
Contact ow...@bugs.debian.org with problems


--
To UNSUBSCRIBE, email to debian-glibc-requ...@lists.debian.org
with a subject of unsubscribe. Trouble? Contact listmas...@lists.debian.org
Archive: 
http://lists.debian.org/handler.s.c.133570959018829.transcr...@bugs.debian.org



r5229 - in glibc-package/trunk/debian/patches: . localedata

2012-04-29 Thread Aurelien Jarno
Author: aurel32
Date: 2012-04-29 14:25:56 + (Sun, 29 Apr 2012)
New Revision: 5229

Added:
   glibc-package/trunk/debian/patches/localedata/submitted-en_AU-date_fmt.diff
Modified:
   glibc-package/trunk/debian/patches/series
Log:
  * patches/localedata/submitted-en_AU-date_fmt.diff: fix date_fmt for
en_AU locale.  Closes: #663203.



Added: 
glibc-package/trunk/debian/patches/localedata/submitted-en_AU-date_fmt.diff
===
--- glibc-package/trunk/debian/patches/localedata/submitted-en_AU-date_fmt.diff 
(rev 0)
+++ glibc-package/trunk/debian/patches/localedata/submitted-en_AU-date_fmt.diff 
2012-04-29 14:25:56 UTC (rev 5229)
@@ -0,0 +1,17 @@
+2012-04-29  Aurelien Jarno  aurel...@aurel32.net
+
+* locales/en_AU: Change date_fmt to match Australian standards.
+
+diff --git a/localedata/locales/en_AU b/localedata/locales/en_AU
+index 39aa7e2..db73571 100644
+--- a/localedata/locales/en_AU
 b/localedata/locales/en_AU
+@@ -114,7 +114,7 @@ t_fmt   U0025U0054
+ am_pm   U0041U004D;U0050U004D
+ t_fmt_ampm  U0025U0049U003AU0025U004DU003AU0025U0053U0020/
+ U0025U0070
+-date_fmt  U0025U0061U0020U0025U0062U0020U0025U0065/
++date_fmt  
U0025U0041U0020U0025U002DU0065U0020U0025U0042U0020/
+ U0020U0025U0048U003AU0025U004DU003AU0025U0053U0020/
+ U0025U005AU0020U0025U0059
+ END LC_TIME

Modified: glibc-package/trunk/debian/patches/series
===
--- glibc-package/trunk/debian/patches/series   2012-04-29 14:00:27 UTC (rev 
5228)
+++ glibc-package/trunk/debian/patches/series   2012-04-29 14:25:56 UTC (rev 
5229)
@@ -49,6 +49,7 @@
 localedata/locale-nb_NO.diff
 locatedata/cvs-es-lc_numeric.diff
 localedata/submitted-de_AT-mon.diff
+localedata/submitted-en_AU-date_fmt.diff
 
 alpha/local-gcc4.1.diff
 alpha/submitted-creat64.diff


-- 
To UNSUBSCRIBE, email to debian-glibc-requ...@lists.debian.org
with a subject of unsubscribe. Trouble? Contact listmas...@lists.debian.org
Archive: http://lists.debian.org/e1sov4x-0001ma...@vasks.debian.org



r5230 - glibc-package/trunk/debian

2012-04-29 Thread Aurelien Jarno
Author: aurel32
Date: 2012-04-29 14:26:22 + (Sun, 29 Apr 2012)
New Revision: 5230

Modified:
   glibc-package/trunk/debian/changelog
Log:
Update the changelog


Modified: glibc-package/trunk/debian/changelog
===
--- glibc-package/trunk/debian/changelog2012-04-29 14:25:56 UTC (rev 
5229)
+++ glibc-package/trunk/debian/changelog2012-04-29 14:26:22 UTC (rev 
5230)
@@ -71,6 +71,8 @@
 fix LC_NUMERIC for Spanish locales.  Closes: #668674.
   * patches/localedata/submitted-de_AT-mon.diff: fix month names in de_AT
 locale.  Closes: #661760.
+  * patches/localedata/submitted-en_AU-date_fmt.diff: fix date_fmt for
+en_AU locale.  Closes: #663203.
 
  -- Aurelien Jarno aure...@debian.org  Thu, 26 Apr 2012 16:37:27 +0200
 


-- 
To UNSUBSCRIBE, email to debian-glibc-requ...@lists.debian.org
with a subject of unsubscribe. Trouble? Contact listmas...@lists.debian.org
Archive: http://lists.debian.org/e1sov4x-0001ov...@vasks.debian.org



r5231 - glibc-package/trunk/debian/patches

2012-04-29 Thread Aurelien Jarno
Author: aurel32
Date: 2012-04-29 14:31:05 + (Sun, 29 Apr 2012)
New Revision: 5231

Modified:
   glibc-package/trunk/debian/patches/series
Log:
Fix a typo


Modified: glibc-package/trunk/debian/patches/series
===
--- glibc-package/trunk/debian/patches/series   2012-04-29 14:26:22 UTC (rev 
5230)
+++ glibc-package/trunk/debian/patches/series   2012-04-29 14:31:05 UTC (rev 
5231)
@@ -47,7 +47,7 @@
 localedata/locale-os_RU.diff
 localedata/cvs-rupee.diff
 localedata/locale-nb_NO.diff
-locatedata/cvs-es-lc_numeric.diff
+localedata/cvs-es-lc_numeric.diff
 localedata/submitted-de_AT-mon.diff
 localedata/submitted-en_AU-date_fmt.diff
 


-- 
To UNSUBSCRIBE, email to debian-glibc-requ...@lists.debian.org
with a subject of unsubscribe. Trouble? Contact listmas...@lists.debian.org
Archive: http://lists.debian.org/e1sov9v-00022k...@vasks.debian.org



Bug#670597: libc6: /lib/ld-linux.so.3 symlink not set

2012-04-29 Thread Philipp Kern
On Fri, Apr 27, 2012 at 12:04:29PM +, Adam Conrad wrote:
 Closing this bug, as it was discovered that the failing binaries
 in question were from debian-ports, not from debian.org.  Maintaining
 backward compat with non-official archives is a non-starter, and
 hopefully most people know how to work around this with violent
 apt-pinning sidegrades, or reinstalling from the official archive.

However it would be nice if you could avoid breaking all our official
buildds in the process next time.  I.e. a notice *before* breaking the
ports' users would've been helpful, especially as that change wasn't
particularly time critical *for Debian*.

Thanks
Philipp Kern



-- 
To UNSUBSCRIBE, email to debian-glibc-requ...@lists.debian.org
with a subject of unsubscribe. Trouble? Contact listmas...@lists.debian.org
Archive: http://lists.debian.org/20120429145703.ga21...@hub.kern.lc



Bug#670597: libc6: /lib/ld-linux.so.3 symlink not set

2012-04-29 Thread Steve McIntyre
On Sun, Apr 29, 2012 at 04:57:03PM +0200, Philipp Kern wrote:
On Fri, Apr 27, 2012 at 12:04:29PM +, Adam Conrad wrote:
 Closing this bug, as it was discovered that the failing binaries
 in question were from debian-ports, not from debian.org.  Maintaining
 backward compat with non-official archives is a non-starter, and
 hopefully most people know how to work around this with violent
 apt-pinning sidegrades, or reinstalling from the official archive.

However it would be nice if you could avoid breaking all our official
buildds in the process next time.  I.e. a notice *before* breaking the
ports' users would've been helpful, especially as that change wasn't
particularly time critical *for Debian*.

For now I've put in an extra /lib/ld-linux.so.3 symlink on the buildds
so they can start working again immediately. Next, I'm scanning all
the machines to verify exactly which packages need
fixing/rebuilding/reinstalling. Shouldn't take too long.

-- 
Steve McIntyre, Cambridge, UK.st...@einval.com
When C++ is your hammer, everything looks like a thumb. -- Steven M. Haflich




-- 
To UNSUBSCRIBE, email to debian-glibc-requ...@lists.debian.org
with a subject of unsubscribe. Trouble? Contact listmas...@lists.debian.org
Archive: http://lists.debian.org/20120429151317.gu21...@einval.com



r5232 - glibc-package/trunk/debian

2012-04-29 Thread Aurelien Jarno
Author: aurel32
Date: 2012-04-29 15:45:57 + (Sun, 29 Apr 2012)
New Revision: 5232

Modified:
   glibc-package/trunk/debian/changelog
Log:
Release eglibc 2.13-31


Modified: glibc-package/trunk/debian/changelog
===
--- glibc-package/trunk/debian/changelog2012-04-29 14:31:05 UTC (rev 
5231)
+++ glibc-package/trunk/debian/changelog2012-04-29 15:45:57 UTC (rev 
5232)
@@ -1,4 +1,4 @@
-eglibc (2.13-31) UNRELEASED; urgency=low
+eglibc (2.13-31) unstable; urgency=low
 
   [ Petr Salinger ]
   * alter kfreebsd/local-use-thr-primitives.diff. Closes: #654783.
@@ -74,7 +74,7 @@
   * patches/localedata/submitted-en_AU-date_fmt.diff: fix date_fmt for
 en_AU locale.  Closes: #663203.
 
- -- Aurelien Jarno aure...@debian.org  Thu, 26 Apr 2012 16:37:27 +0200
+ -- Aurelien Jarno aure...@debian.org  Sun, 29 Apr 2012 17:45:45 +0200
 
 eglibc (2.13-30) unstable; urgency=low
 


-- 
To UNSUBSCRIBE, email to debian-glibc-requ...@lists.debian.org
with a subject of unsubscribe. Trouble? Contact listmas...@lists.debian.org
Archive: http://lists.debian.org/e1sowjz-0001nn...@vasks.debian.org



r5234 - glibc-package/trunk/debian

2012-04-29 Thread Aurelien Jarno
Author: aurel32
Date: 2012-04-29 17:03:49 + (Sun, 29 Apr 2012)
New Revision: 5234

Modified:
   glibc-package/trunk/debian/changelog
Log:
New changelog entry


Modified: glibc-package/trunk/debian/changelog
===
--- glibc-package/trunk/debian/changelog2012-04-29 17:03:27 UTC (rev 
5233)
+++ glibc-package/trunk/debian/changelog2012-04-29 17:03:49 UTC (rev 
5234)
@@ -1,3 +1,9 @@
+eglibc (2.13-32) UNRELEASED; urgency=low
+
+  * 
+
+ -- Aurelien Jarno aure...@debian.org  Sun, 29 Apr 2012 19:03:35 +0200
+
 eglibc (2.13-31) unstable; urgency=low
 
   [ Petr Salinger ]


-- 
To UNSUBSCRIBE, email to debian-glibc-requ...@lists.debian.org
with a subject of unsubscribe. Trouble? Contact listmas...@lists.debian.org
Archive: http://lists.debian.org/e1soxxk-000187...@vasks.debian.org



Bug#369453: marked as done (makecontext/setcontext/getcontext not implemented on ARM architecture)

2012-04-29 Thread Debian Bug Tracking System
Your message dated Sun, 29 Apr 2012 17:19:04 +
with message-id e1soxm4-0003j7...@franck.debian.org
and subject line Bug#369453: fixed in eglibc 2.13-31
has caused the Debian Bug report #369453,
regarding makecontext/setcontext/getcontext not implemented on ARM architecture
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 this
message is talking about, this may indicate a serious mail system
misconfiguration somewhere. Please contact ow...@bugs.debian.org
immediately.)


-- 
369453: http://bugs.debian.org/cgi-bin/bugreport.cgi?bug=369453
Debian Bug Tracking System
Contact ow...@bugs.debian.org with problems
---BeginMessage---
Package: libc6
Version: 2.3.6-7

Attempting to use any of the ucontext family of functions --- makecontext,
setcontext, getcontext, swapcontext --- produces the following link-time error:

   makecontext is not implemented and will always fail

It's right; it does.

I realise they're a bit exotic, but they *are* specified in the standard, and
more to the point my program requires them (for a coroutines implementation).
Said program was developed on i386 and works fine there. I currently don't
have any workarounds.

Is this worth doing anything about in Debian, or should it be referred upstream?




signature.asc
Description: OpenPGP digital signature
---End Message---
---BeginMessage---
Source: eglibc
Source-Version: 2.13-31

We believe that the bug you reported is fixed in the latest version of
eglibc, which is due to be installed in the Debian FTP archive:

eglibc-source_2.13-31_all.deb
  to main/e/eglibc/eglibc-source_2.13-31_all.deb
eglibc_2.13-31.diff.gz
  to main/e/eglibc/eglibc_2.13-31.diff.gz
eglibc_2.13-31.dsc
  to main/e/eglibc/eglibc_2.13-31.dsc
glibc-doc_2.13-31_all.deb
  to main/e/eglibc/glibc-doc_2.13-31_all.deb
libc-bin_2.13-31_amd64.deb
  to main/e/eglibc/libc-bin_2.13-31_amd64.deb
libc-dev-bin_2.13-31_amd64.deb
  to main/e/eglibc/libc-dev-bin_2.13-31_amd64.deb
libc6-dbg_2.13-31_amd64.deb
  to main/e/eglibc/libc6-dbg_2.13-31_amd64.deb
libc6-dev-i386_2.13-31_amd64.deb
  to main/e/eglibc/libc6-dev-i386_2.13-31_amd64.deb
libc6-dev_2.13-31_amd64.deb
  to main/e/eglibc/libc6-dev_2.13-31_amd64.deb
libc6-i386_2.13-31_amd64.deb
  to main/e/eglibc/libc6-i386_2.13-31_amd64.deb
libc6-pic_2.13-31_amd64.deb
  to main/e/eglibc/libc6-pic_2.13-31_amd64.deb
libc6-prof_2.13-31_amd64.deb
  to main/e/eglibc/libc6-prof_2.13-31_amd64.deb
libc6-udeb_2.13-31_amd64.udeb
  to main/e/eglibc/libc6-udeb_2.13-31_amd64.udeb
libc6_2.13-31_amd64.deb
  to main/e/eglibc/libc6_2.13-31_amd64.deb
libnss-dns-udeb_2.13-31_amd64.udeb
  to main/e/eglibc/libnss-dns-udeb_2.13-31_amd64.udeb
libnss-files-udeb_2.13-31_amd64.udeb
  to main/e/eglibc/libnss-files-udeb_2.13-31_amd64.udeb
locales-all_2.13-31_amd64.deb
  to main/e/eglibc/locales-all_2.13-31_amd64.deb
locales_2.13-31_all.deb
  to main/e/eglibc/locales_2.13-31_all.deb
multiarch-support_2.13-31_amd64.deb
  to main/e/eglibc/multiarch-support_2.13-31_amd64.deb
nscd_2.13-31_amd64.deb
  to main/e/eglibc/nscd_2.13-31_amd64.deb



A summary of the changes between this version and the previous one is
attached.

Thank you for reporting the bug, which will now be closed.  If you
have further comments please address them to 369...@bugs.debian.org,
and the maintainer will reopen the bug report if appropriate.

Debian distribution maintenance software
pp.
Aurelien Jarno aure...@debian.org (supplier of updated eglibc package)

(This message was generated automatically at their request; if you
believe that there is a problem with it please contact the archive
administrators by mailing ftpmas...@debian.org)


-BEGIN PGP SIGNED MESSAGE-
Hash: SHA1

Format: 1.8
Date: Sun, 29 Apr 2012 17:45:45 +0200
Source: eglibc
Binary: libc-bin libc-dev-bin glibc-doc eglibc-source locales locales-all nscd 
multiarch-support libc6 libc6-dev libc6-dbg libc6-prof libc6-pic libc6-udeb 
libc6.1 libc6.1-dev libc6.1-dbg libc6.1-prof libc6.1-pic libc6.1-udeb libc0.3 
libc0.3-dev libc0.3-dbg libc0.3-prof libc0.3-pic libc0.3-udeb libc0.1 
libc0.1-dev libc0.1-dbg libc0.1-prof libc0.1-pic libc0.1-udeb libc6-i386 
libc6-dev-i386 libc6-sparc64 libc6-dev-sparc64 libc6-s390 libc6-dev-s390 
libc6-s390x libc6-dev-s390x libc6-amd64 libc6-dev-amd64 libc6-powerpc 
libc6-dev-powerpc libc6-ppc64 libc6-dev-ppc64 libc6-mipsn32 libc6-dev-mipsn32 
libc6-mips64 libc6-dev-mips64 libc0.1-i386 libc0.1-dev-i386 libc6-i686 
libc6-xen libc0.1-i686 libc0.3-i686 libc0.3-xen libc6.1-alphaev67 
libc6-loongson2f libnss-dns-udeb libnss-files-udeb
Architecture: source all amd64
Version: 2.13-31
Distribution: unstable
Urgency: low
Maintainer: Aurelien Jarno aure...@debian.org
Changed-By: Aurelien Jarno aure...@debian.org
Description: 
 eglibc-source - Embedded GNU C Library: sources
 glibc-doc  

Bug#642112: marked as done (timer_settime fails on kfreebsd when timeout approaches max(time_t))

2012-04-29 Thread Debian Bug Tracking System
Your message dated Sun, 29 Apr 2012 17:19:04 +
with message-id e1soxm4-0003ja...@franck.debian.org
and subject line Bug#642112: fixed in eglibc 2.13-31
has caused the Debian Bug report #642112,
regarding timer_settime fails on kfreebsd when timeout approaches max(time_t)
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 this
message is talking about, this may indicate a serious mail system
misconfiguration somewhere. Please contact ow...@bugs.debian.org
immediately.)


-- 
642112: http://bugs.debian.org/cgi-bin/bugreport.cgi?bug=642112
Debian Bug Tracking System
Contact ow...@bugs.debian.org with problems
---BeginMessage---

Package: coreutils
Version: 8.13-1

mstone@kfbsd:/tmp/coreutils-8.13/src$ ./timeout 49711d true ; echo $?
0
mstone@kfbsd:/tmp/coreutils-8.13/src$ ./timeout 49711d true ; echo $?
0
mstone@kfbsd:/tmp/coreutils-8.13/src$ ./timeout 49711d true ; echo $?
0
mstone@kfbsd:/tmp/coreutils-8.13/src$ ./timeout 49711d true ; echo $?
0
mstone@kfbsd:/tmp/coreutils-8.13/src$ ./timeout 49711d true ; echo $?
0
mstone@kfbsd:/tmp/coreutils-8.13/src$ ./timeout 49711d true ; echo $?
0
mstone@kfbsd:/tmp/coreutils-8.13/src$ ./timeout 49711d true ; echo $?
0
mstone@kfbsd:/tmp/coreutils-8.13/src$ ./timeout 49711d true ; echo $?
0
mstone@kfbsd:/tmp/coreutils-8.13/src$ ./timeout 49711d true ; echo $?
0
mstone@kfbsd:/tmp/coreutils-8.13/src$ ./timeout 49711d true ; echo $?
0
mstone@kfbsd:/tmp/coreutils-8.13/src$ ./timeout 49711d true ; echo $?
0
mstone@kfbsd:/tmp/coreutils-8.13/src$ ./timeout 49711d true ; echo $?
124
mstone@kfbsd:/tmp/coreutils-8.13/src$ ./timeout 49711d true ; echo $?
124
mstone@kfbsd:/tmp/coreutils-8.13/src$ ./timeout 49711d true ; echo $?
0
mstone@kfbsd:/tmp/coreutils-8.13/src$ ./timeout 49711d true ; echo $?
124

This is pretty much certainly not a coreutils issue, but I haven't 
figured out what package to assign it to yet. Anyone seen anything like 
it? Basically, calling timer_settime repeatedly with the same value 
yields different outcomes. This is causing build test failures for 
coreutils on kFreeBSD, and I'm not sure it's something I should force 
through by suppressing the test. Sometimes when this happens there's a 
really long delay before the program returns. I've tried various test 
values, and it doesn't require the time be exactly MAX_INT to faile 
(smaller values fail also).


The prior version of timeout didn't use setitimer, and one fix would be 
to ignore that function when building on kFreeBSD, but that would mean 
the program would have different features depending on which Debian 
platform it's running on.


Mike Stone


---End Message---
---BeginMessage---
Source: eglibc
Source-Version: 2.13-31

We believe that the bug you reported is fixed in the latest version of
eglibc, which is due to be installed in the Debian FTP archive:

eglibc-source_2.13-31_all.deb
  to main/e/eglibc/eglibc-source_2.13-31_all.deb
eglibc_2.13-31.diff.gz
  to main/e/eglibc/eglibc_2.13-31.diff.gz
eglibc_2.13-31.dsc
  to main/e/eglibc/eglibc_2.13-31.dsc
glibc-doc_2.13-31_all.deb
  to main/e/eglibc/glibc-doc_2.13-31_all.deb
libc-bin_2.13-31_amd64.deb
  to main/e/eglibc/libc-bin_2.13-31_amd64.deb
libc-dev-bin_2.13-31_amd64.deb
  to main/e/eglibc/libc-dev-bin_2.13-31_amd64.deb
libc6-dbg_2.13-31_amd64.deb
  to main/e/eglibc/libc6-dbg_2.13-31_amd64.deb
libc6-dev-i386_2.13-31_amd64.deb
  to main/e/eglibc/libc6-dev-i386_2.13-31_amd64.deb
libc6-dev_2.13-31_amd64.deb
  to main/e/eglibc/libc6-dev_2.13-31_amd64.deb
libc6-i386_2.13-31_amd64.deb
  to main/e/eglibc/libc6-i386_2.13-31_amd64.deb
libc6-pic_2.13-31_amd64.deb
  to main/e/eglibc/libc6-pic_2.13-31_amd64.deb
libc6-prof_2.13-31_amd64.deb
  to main/e/eglibc/libc6-prof_2.13-31_amd64.deb
libc6-udeb_2.13-31_amd64.udeb
  to main/e/eglibc/libc6-udeb_2.13-31_amd64.udeb
libc6_2.13-31_amd64.deb
  to main/e/eglibc/libc6_2.13-31_amd64.deb
libnss-dns-udeb_2.13-31_amd64.udeb
  to main/e/eglibc/libnss-dns-udeb_2.13-31_amd64.udeb
libnss-files-udeb_2.13-31_amd64.udeb
  to main/e/eglibc/libnss-files-udeb_2.13-31_amd64.udeb
locales-all_2.13-31_amd64.deb
  to main/e/eglibc/locales-all_2.13-31_amd64.deb
locales_2.13-31_all.deb
  to main/e/eglibc/locales_2.13-31_all.deb
multiarch-support_2.13-31_amd64.deb
  to main/e/eglibc/multiarch-support_2.13-31_amd64.deb
nscd_2.13-31_amd64.deb
  to main/e/eglibc/nscd_2.13-31_amd64.deb



A summary of the changes between this version and the previous one is
attached.

Thank you for reporting the bug, which will now be closed.  If you
have further comments please address them to 642...@bugs.debian.org,
and the maintainer will reopen the bug report if appropriate.

Debian distribution maintenance software
pp.
Aurelien Jarno aure...@debian.org (supplier of updated eglibc package)

(This message was generated 

Bug#654783: marked as done (race condition in libpthread causes hangs in python2.7 testsuite)

2012-04-29 Thread Debian Bug Tracking System
Your message dated Sun, 29 Apr 2012 17:19:04 +
with message-id e1soxm4-0003jd...@franck.debian.org
and subject line Bug#654783: fixed in eglibc 2.13-31
has caused the Debian Bug report #654783,
regarding race condition in libpthread causes hangs in python2.7 testsuite
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 this
message is talking about, this may indicate a serious mail system
misconfiguration somewhere. Please contact ow...@bugs.debian.org
immediately.)


-- 
654783: http://bugs.debian.org/cgi-bin/bugreport.cgi?bug=654783
Debian Bug Tracking System
Contact ow...@bugs.debian.org with problems
---BeginMessage---
Package: src:python2.7
Version: 2.7.2-9
Severity: serious
Tags: sid wheezy
User: debian-...@lists.debian.org
Usertags: kfreebsd
X-Debbugs-Cc: debian-...@lists.debian.org

Hi!

  I'm trying to figure out why python2.7 testsuite is hanging on
kfreebsd. Reporting as bug to track the status.

 * running the testsuite by hand makes it stop in

test_interrupted_write_buffered (test.test_io.CSignalsTest) ... 

 * Running only the test_io part manually doesn't hang at all.

 * Adding a single print before the write [1] (line 2727) makes it go
   firther but still hangs later on:

test_itimer_prof (test.test_signal.ItimerTest) ... ('SIGPROF handler invoked', 
(27, frame object at 0x6181780))
ok
test_itimer_real (test.test_signal.ItimerTest) ... 
call pause()...


[1] self.assertRaises(ZeroDivisionError,
  wio.write, item * (1024 * 1024))

Regards

Christoph


---End Message---
---BeginMessage---
Source: eglibc
Source-Version: 2.13-31

We believe that the bug you reported is fixed in the latest version of
eglibc, which is due to be installed in the Debian FTP archive:

eglibc-source_2.13-31_all.deb
  to main/e/eglibc/eglibc-source_2.13-31_all.deb
eglibc_2.13-31.diff.gz
  to main/e/eglibc/eglibc_2.13-31.diff.gz
eglibc_2.13-31.dsc
  to main/e/eglibc/eglibc_2.13-31.dsc
glibc-doc_2.13-31_all.deb
  to main/e/eglibc/glibc-doc_2.13-31_all.deb
libc-bin_2.13-31_amd64.deb
  to main/e/eglibc/libc-bin_2.13-31_amd64.deb
libc-dev-bin_2.13-31_amd64.deb
  to main/e/eglibc/libc-dev-bin_2.13-31_amd64.deb
libc6-dbg_2.13-31_amd64.deb
  to main/e/eglibc/libc6-dbg_2.13-31_amd64.deb
libc6-dev-i386_2.13-31_amd64.deb
  to main/e/eglibc/libc6-dev-i386_2.13-31_amd64.deb
libc6-dev_2.13-31_amd64.deb
  to main/e/eglibc/libc6-dev_2.13-31_amd64.deb
libc6-i386_2.13-31_amd64.deb
  to main/e/eglibc/libc6-i386_2.13-31_amd64.deb
libc6-pic_2.13-31_amd64.deb
  to main/e/eglibc/libc6-pic_2.13-31_amd64.deb
libc6-prof_2.13-31_amd64.deb
  to main/e/eglibc/libc6-prof_2.13-31_amd64.deb
libc6-udeb_2.13-31_amd64.udeb
  to main/e/eglibc/libc6-udeb_2.13-31_amd64.udeb
libc6_2.13-31_amd64.deb
  to main/e/eglibc/libc6_2.13-31_amd64.deb
libnss-dns-udeb_2.13-31_amd64.udeb
  to main/e/eglibc/libnss-dns-udeb_2.13-31_amd64.udeb
libnss-files-udeb_2.13-31_amd64.udeb
  to main/e/eglibc/libnss-files-udeb_2.13-31_amd64.udeb
locales-all_2.13-31_amd64.deb
  to main/e/eglibc/locales-all_2.13-31_amd64.deb
locales_2.13-31_all.deb
  to main/e/eglibc/locales_2.13-31_all.deb
multiarch-support_2.13-31_amd64.deb
  to main/e/eglibc/multiarch-support_2.13-31_amd64.deb
nscd_2.13-31_amd64.deb
  to main/e/eglibc/nscd_2.13-31_amd64.deb



A summary of the changes between this version and the previous one is
attached.

Thank you for reporting the bug, which will now be closed.  If you
have further comments please address them to 654...@bugs.debian.org,
and the maintainer will reopen the bug report if appropriate.

Debian distribution maintenance software
pp.
Aurelien Jarno aure...@debian.org (supplier of updated eglibc package)

(This message was generated automatically at their request; if you
believe that there is a problem with it please contact the archive
administrators by mailing ftpmas...@debian.org)


-BEGIN PGP SIGNED MESSAGE-
Hash: SHA1

Format: 1.8
Date: Sun, 29 Apr 2012 17:45:45 +0200
Source: eglibc
Binary: libc-bin libc-dev-bin glibc-doc eglibc-source locales locales-all nscd 
multiarch-support libc6 libc6-dev libc6-dbg libc6-prof libc6-pic libc6-udeb 
libc6.1 libc6.1-dev libc6.1-dbg libc6.1-prof libc6.1-pic libc6.1-udeb libc0.3 
libc0.3-dev libc0.3-dbg libc0.3-prof libc0.3-pic libc0.3-udeb libc0.1 
libc0.1-dev libc0.1-dbg libc0.1-prof libc0.1-pic libc0.1-udeb libc6-i386 
libc6-dev-i386 libc6-sparc64 libc6-dev-sparc64 libc6-s390 libc6-dev-s390 
libc6-s390x libc6-dev-s390x libc6-amd64 libc6-dev-amd64 libc6-powerpc 
libc6-dev-powerpc libc6-ppc64 libc6-dev-ppc64 libc6-mipsn32 libc6-dev-mipsn32 
libc6-mips64 libc6-dev-mips64 libc0.1-i386 libc0.1-dev-i386 libc6-i686 
libc6-xen libc0.1-i686 libc0.3-i686 libc0.3-xen libc6.1-alphaev67 
libc6-loongson2f libnss-dns-udeb libnss-files-udeb

Bug#661041: marked as done (libc-bin: manual of locale(1), some warnings from groff)

2012-04-29 Thread Debian Bug Tracking System
Your message dated Sun, 29 Apr 2012 17:19:04 +
with message-id e1soxm4-0003jj...@franck.debian.org
and subject line Bug#661041: fixed in eglibc 2.13-31
has caused the Debian Bug report #661041,
regarding libc-bin: manual of locale(1), some warnings from groff
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 this
message is talking about, this may indicate a serious mail system
misconfiguration somewhere. Please contact ow...@bugs.debian.org
immediately.)


-- 
661041: http://bugs.debian.org/cgi-bin/bugreport.cgi?bug=661041
Debian Bug Tracking System
Contact ow...@bugs.debian.org with problems
---BeginMessage---
Package: libc-bin
Version: 2.11.3-2
Severity: minor

  Warnings from groff:

standard input:33: warning: macro `Tr' not defined
standard input:56: warning: number register `F' not defined
standard input:132: warning: macro `IX' not defined

  Tr should be a string.  IX is only defined, if F exists
and is greater then zero.

  Patch:

--- locale.12012-02-22 02:03:06.0 +
+++ locale_new.12012-02-22 03:14:31.0 +
@@ -30,7 +30,7 @@
 .\ real vertical bar.  \*(C+ will give a nicer C++.  Capital omega is used to
 .\ do unbreakable dashes and therefore won't be available.  \*(C` and \*(C'
 .\ expand to `' in nroff, nothing in troff, for use with C.
-.tr \(*W-|\(bv\*(Tr
+.tr \(*W-|\(bv
 .ds C+ C\v'-.1v'\h'-1p'\s-2+\h'-1p'+\s0\v'.1v'\h'-1p'
 .ie n \{\
 .ds -- \(*W-
@@ -53,12 +53,16 @@
 .\ titles (.TH), headers (.SH), subsections (.Sh), items (.Ip), and index
 .\ entries marked with X in POD.  Of course, you'll have to process the
 .\ output yourself in some meaningful fashion.
-.if \nF \{\
+.de IX
+..
+.if r F \{\
+.  if \nF \{\
 .de IX
 .tm Index:\\$1\t\\n%\t\\$2
 ..
 .nr % 0
 .rr F
+.  \}
 .\}
 .\
 .\ For nroff, turn off justification.  Always turn off hyphenation; it makes

-- System Information:
Debian Release: 6.0.4
  APT prefers stable-updates
  APT policy: (500, 'stable-updates'), (500, 'proposed-updates'), (500, 
'stable')
Architecture: i386 (i586)

Kernel: Linux 2.6.32-41
Locale: LANG=is_IS, LC_CTYPE=is_IS (charmap=ISO-8859-1)
Shell: /bin/sh linked to /bin/dash

-- no debconf information

-- 
Bjarni I. Gislason


---End Message---
---BeginMessage---
Source: eglibc
Source-Version: 2.13-31

We believe that the bug you reported is fixed in the latest version of
eglibc, which is due to be installed in the Debian FTP archive:

eglibc-source_2.13-31_all.deb
  to main/e/eglibc/eglibc-source_2.13-31_all.deb
eglibc_2.13-31.diff.gz
  to main/e/eglibc/eglibc_2.13-31.diff.gz
eglibc_2.13-31.dsc
  to main/e/eglibc/eglibc_2.13-31.dsc
glibc-doc_2.13-31_all.deb
  to main/e/eglibc/glibc-doc_2.13-31_all.deb
libc-bin_2.13-31_amd64.deb
  to main/e/eglibc/libc-bin_2.13-31_amd64.deb
libc-dev-bin_2.13-31_amd64.deb
  to main/e/eglibc/libc-dev-bin_2.13-31_amd64.deb
libc6-dbg_2.13-31_amd64.deb
  to main/e/eglibc/libc6-dbg_2.13-31_amd64.deb
libc6-dev-i386_2.13-31_amd64.deb
  to main/e/eglibc/libc6-dev-i386_2.13-31_amd64.deb
libc6-dev_2.13-31_amd64.deb
  to main/e/eglibc/libc6-dev_2.13-31_amd64.deb
libc6-i386_2.13-31_amd64.deb
  to main/e/eglibc/libc6-i386_2.13-31_amd64.deb
libc6-pic_2.13-31_amd64.deb
  to main/e/eglibc/libc6-pic_2.13-31_amd64.deb
libc6-prof_2.13-31_amd64.deb
  to main/e/eglibc/libc6-prof_2.13-31_amd64.deb
libc6-udeb_2.13-31_amd64.udeb
  to main/e/eglibc/libc6-udeb_2.13-31_amd64.udeb
libc6_2.13-31_amd64.deb
  to main/e/eglibc/libc6_2.13-31_amd64.deb
libnss-dns-udeb_2.13-31_amd64.udeb
  to main/e/eglibc/libnss-dns-udeb_2.13-31_amd64.udeb
libnss-files-udeb_2.13-31_amd64.udeb
  to main/e/eglibc/libnss-files-udeb_2.13-31_amd64.udeb
locales-all_2.13-31_amd64.deb
  to main/e/eglibc/locales-all_2.13-31_amd64.deb
locales_2.13-31_all.deb
  to main/e/eglibc/locales_2.13-31_all.deb
multiarch-support_2.13-31_amd64.deb
  to main/e/eglibc/multiarch-support_2.13-31_amd64.deb
nscd_2.13-31_amd64.deb
  to main/e/eglibc/nscd_2.13-31_amd64.deb



A summary of the changes between this version and the previous one is
attached.

Thank you for reporting the bug, which will now be closed.  If you
have further comments please address them to 661...@bugs.debian.org,
and the maintainer will reopen the bug report if appropriate.

Debian distribution maintenance software
pp.
Aurelien Jarno aure...@debian.org (supplier of updated eglibc package)

(This message was generated automatically at their request; if you
believe that there is a problem with it please contact the archive
administrators by mailing ftpmas...@debian.org)


-BEGIN PGP SIGNED MESSAGE-
Hash: SHA1

Format: 1.8
Date: Sun, 29 Apr 2012 17:45:45 +0200
Source: eglibc
Binary: libc-bin libc-dev-bin glibc-doc eglibc-source locales locales-all nscd 
multiarch-support libc6 libc6-dev libc6-dbg 

Bug#660611: marked as done (CVE-2012-0864: FORTIFY_SOURCE format string protection bypass)

2012-04-29 Thread Debian Bug Tracking System
Your message dated Sun, 29 Apr 2012 17:19:04 +
with message-id e1soxm4-0003jg...@franck.debian.org
and subject line Bug#660611: fixed in eglibc 2.13-31
has caused the Debian Bug report #660611,
regarding CVE-2012-0864: FORTIFY_SOURCE format string protection bypass
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 this
message is talking about, this may indicate a serious mail system
misconfiguration somewhere. Please contact ow...@bugs.debian.org
immediately.)


-- 
660611: http://bugs.debian.org/cgi-bin/bugreport.cgi?bug=660611
Debian Bug Tracking System
Contact ow...@bugs.debian.org with problems
---BeginMessage---
Package: eglibc
Severity: important
Tags: security

Please see http://sourceware.org/bugzilla/show_bug.cgi?id=13656

Current proposed patch:
http://sourceware.org/ml/libc-alpha/2012-02/msg00073.html

Could you also merge this in the Squeeze branch once a final fix is
available?

Cheers,
Moritz


---End Message---
---BeginMessage---
Source: eglibc
Source-Version: 2.13-31

We believe that the bug you reported is fixed in the latest version of
eglibc, which is due to be installed in the Debian FTP archive:

eglibc-source_2.13-31_all.deb
  to main/e/eglibc/eglibc-source_2.13-31_all.deb
eglibc_2.13-31.diff.gz
  to main/e/eglibc/eglibc_2.13-31.diff.gz
eglibc_2.13-31.dsc
  to main/e/eglibc/eglibc_2.13-31.dsc
glibc-doc_2.13-31_all.deb
  to main/e/eglibc/glibc-doc_2.13-31_all.deb
libc-bin_2.13-31_amd64.deb
  to main/e/eglibc/libc-bin_2.13-31_amd64.deb
libc-dev-bin_2.13-31_amd64.deb
  to main/e/eglibc/libc-dev-bin_2.13-31_amd64.deb
libc6-dbg_2.13-31_amd64.deb
  to main/e/eglibc/libc6-dbg_2.13-31_amd64.deb
libc6-dev-i386_2.13-31_amd64.deb
  to main/e/eglibc/libc6-dev-i386_2.13-31_amd64.deb
libc6-dev_2.13-31_amd64.deb
  to main/e/eglibc/libc6-dev_2.13-31_amd64.deb
libc6-i386_2.13-31_amd64.deb
  to main/e/eglibc/libc6-i386_2.13-31_amd64.deb
libc6-pic_2.13-31_amd64.deb
  to main/e/eglibc/libc6-pic_2.13-31_amd64.deb
libc6-prof_2.13-31_amd64.deb
  to main/e/eglibc/libc6-prof_2.13-31_amd64.deb
libc6-udeb_2.13-31_amd64.udeb
  to main/e/eglibc/libc6-udeb_2.13-31_amd64.udeb
libc6_2.13-31_amd64.deb
  to main/e/eglibc/libc6_2.13-31_amd64.deb
libnss-dns-udeb_2.13-31_amd64.udeb
  to main/e/eglibc/libnss-dns-udeb_2.13-31_amd64.udeb
libnss-files-udeb_2.13-31_amd64.udeb
  to main/e/eglibc/libnss-files-udeb_2.13-31_amd64.udeb
locales-all_2.13-31_amd64.deb
  to main/e/eglibc/locales-all_2.13-31_amd64.deb
locales_2.13-31_all.deb
  to main/e/eglibc/locales_2.13-31_all.deb
multiarch-support_2.13-31_amd64.deb
  to main/e/eglibc/multiarch-support_2.13-31_amd64.deb
nscd_2.13-31_amd64.deb
  to main/e/eglibc/nscd_2.13-31_amd64.deb



A summary of the changes between this version and the previous one is
attached.

Thank you for reporting the bug, which will now be closed.  If you
have further comments please address them to 660...@bugs.debian.org,
and the maintainer will reopen the bug report if appropriate.

Debian distribution maintenance software
pp.
Aurelien Jarno aure...@debian.org (supplier of updated eglibc package)

(This message was generated automatically at their request; if you
believe that there is a problem with it please contact the archive
administrators by mailing ftpmas...@debian.org)


-BEGIN PGP SIGNED MESSAGE-
Hash: SHA1

Format: 1.8
Date: Sun, 29 Apr 2012 17:45:45 +0200
Source: eglibc
Binary: libc-bin libc-dev-bin glibc-doc eglibc-source locales locales-all nscd 
multiarch-support libc6 libc6-dev libc6-dbg libc6-prof libc6-pic libc6-udeb 
libc6.1 libc6.1-dev libc6.1-dbg libc6.1-prof libc6.1-pic libc6.1-udeb libc0.3 
libc0.3-dev libc0.3-dbg libc0.3-prof libc0.3-pic libc0.3-udeb libc0.1 
libc0.1-dev libc0.1-dbg libc0.1-prof libc0.1-pic libc0.1-udeb libc6-i386 
libc6-dev-i386 libc6-sparc64 libc6-dev-sparc64 libc6-s390 libc6-dev-s390 
libc6-s390x libc6-dev-s390x libc6-amd64 libc6-dev-amd64 libc6-powerpc 
libc6-dev-powerpc libc6-ppc64 libc6-dev-ppc64 libc6-mipsn32 libc6-dev-mipsn32 
libc6-mips64 libc6-dev-mips64 libc0.1-i386 libc0.1-dev-i386 libc6-i686 
libc6-xen libc0.1-i686 libc0.3-i686 libc0.3-xen libc6.1-alphaev67 
libc6-loongson2f libnss-dns-udeb libnss-files-udeb
Architecture: source all amd64
Version: 2.13-31
Distribution: unstable
Urgency: low
Maintainer: Aurelien Jarno aure...@debian.org
Changed-By: Aurelien Jarno aure...@debian.org
Description: 
 eglibc-source - Embedded GNU C Library: sources
 glibc-doc  - Embedded GNU C Library: Documentation
 libc-bin   - Embedded GNU C Library: Binaries
 libc-dev-bin - Embedded GNU C Library: Development binaries
 libc0.1- Embedded GNU C Library: Shared libraries
 libc0.1-dbg - Embedded GNU C Library: detached debugging symbols
 libc0.1-dev - Embedded GNU C Library: Development Libraries and Header Files
 

Bug#662018: marked as done (No support for CLOCK_MONOTONIC)

2012-04-29 Thread Debian Bug Tracking System
Your message dated Sun, 29 Apr 2012 17:19:05 +
with message-id e1soxm5-0003js...@franck.debian.org
and subject line Bug#662018: fixed in eglibc 2.13-31
has caused the Debian Bug report #662018,
regarding No support for CLOCK_MONOTONIC
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 this
message is talking about, this may indicate a serious mail system
misconfiguration somewhere. Please contact ow...@bugs.debian.org
immediately.)


-- 
662018: http://bugs.debian.org/cgi-bin/bugreport.cgi?bug=662018
Debian Bug Tracking System
Contact ow...@bugs.debian.org with problems
---BeginMessage---
Package: libc0.1
Version: 2.11.3-2

On 2012-03-02 Robert Millan r...@debian.org wrote:
 El 26 de febrer de 2012 12:51, Andreas Metzler
 ametz...@downhill.at.eu.org ha escrit:
 kfreebsd-amd64 (asdfasdf sid chroot) seems to be missing support for
 CLOCK_MONOTONIC, although it is defined in time.h. (Both FreeBSD and
 Linux support this.)

 This can be verified by building
 http://open-nandra.com/wp-content/uploads/test_timerc.bz2.

 Thanks for the detailed bug report with test case.  For this kind of
 bugs where it's clear which package is affected (libc0.1), I think
 it's better to file a bug report so that it's not forgotten.  Please
 could you submit it?

Sure, thank you for the pointer. This issue is present in both sid and
squeeze (libc0.1 2.11.3-2 and 2.13-27).

ametzler@asdfasdf:~$ wget -q -O - 
http://open-nandra.com/wp-content/uploads/test_timerc.bz2 | bzcat  test_timer.c
ametzler@asdfasdf:~$ gcc -o timercreate -Wall test_timer.c -lrt
test_timer.c: In function ‘main’:
test_timer.c:50: warning: unused variable ‘i’
ametzler@asdfasdf:~$ ./timercreate
timer_create: Invalid argument
timer_settime: Invalid argument

cu andreas
-- 
`What a good friend you are to him, Dr. Maturin. His other friends are
so grateful to you.'
`I sew his ears on from time to time, sure'


---End Message---
---BeginMessage---
Source: eglibc
Source-Version: 2.13-31

We believe that the bug you reported is fixed in the latest version of
eglibc, which is due to be installed in the Debian FTP archive:

eglibc-source_2.13-31_all.deb
  to main/e/eglibc/eglibc-source_2.13-31_all.deb
eglibc_2.13-31.diff.gz
  to main/e/eglibc/eglibc_2.13-31.diff.gz
eglibc_2.13-31.dsc
  to main/e/eglibc/eglibc_2.13-31.dsc
glibc-doc_2.13-31_all.deb
  to main/e/eglibc/glibc-doc_2.13-31_all.deb
libc-bin_2.13-31_amd64.deb
  to main/e/eglibc/libc-bin_2.13-31_amd64.deb
libc-dev-bin_2.13-31_amd64.deb
  to main/e/eglibc/libc-dev-bin_2.13-31_amd64.deb
libc6-dbg_2.13-31_amd64.deb
  to main/e/eglibc/libc6-dbg_2.13-31_amd64.deb
libc6-dev-i386_2.13-31_amd64.deb
  to main/e/eglibc/libc6-dev-i386_2.13-31_amd64.deb
libc6-dev_2.13-31_amd64.deb
  to main/e/eglibc/libc6-dev_2.13-31_amd64.deb
libc6-i386_2.13-31_amd64.deb
  to main/e/eglibc/libc6-i386_2.13-31_amd64.deb
libc6-pic_2.13-31_amd64.deb
  to main/e/eglibc/libc6-pic_2.13-31_amd64.deb
libc6-prof_2.13-31_amd64.deb
  to main/e/eglibc/libc6-prof_2.13-31_amd64.deb
libc6-udeb_2.13-31_amd64.udeb
  to main/e/eglibc/libc6-udeb_2.13-31_amd64.udeb
libc6_2.13-31_amd64.deb
  to main/e/eglibc/libc6_2.13-31_amd64.deb
libnss-dns-udeb_2.13-31_amd64.udeb
  to main/e/eglibc/libnss-dns-udeb_2.13-31_amd64.udeb
libnss-files-udeb_2.13-31_amd64.udeb
  to main/e/eglibc/libnss-files-udeb_2.13-31_amd64.udeb
locales-all_2.13-31_amd64.deb
  to main/e/eglibc/locales-all_2.13-31_amd64.deb
locales_2.13-31_all.deb
  to main/e/eglibc/locales_2.13-31_all.deb
multiarch-support_2.13-31_amd64.deb
  to main/e/eglibc/multiarch-support_2.13-31_amd64.deb
nscd_2.13-31_amd64.deb
  to main/e/eglibc/nscd_2.13-31_amd64.deb



A summary of the changes between this version and the previous one is
attached.

Thank you for reporting the bug, which will now be closed.  If you
have further comments please address them to 662...@bugs.debian.org,
and the maintainer will reopen the bug report if appropriate.

Debian distribution maintenance software
pp.
Aurelien Jarno aure...@debian.org (supplier of updated eglibc package)

(This message was generated automatically at their request; if you
believe that there is a problem with it please contact the archive
administrators by mailing ftpmas...@debian.org)


-BEGIN PGP SIGNED MESSAGE-
Hash: SHA1

Format: 1.8
Date: Sun, 29 Apr 2012 17:45:45 +0200
Source: eglibc
Binary: libc-bin libc-dev-bin glibc-doc eglibc-source locales locales-all nscd 
multiarch-support libc6 libc6-dev libc6-dbg libc6-prof libc6-pic libc6-udeb 
libc6.1 libc6.1-dev libc6.1-dbg libc6.1-prof libc6.1-pic libc6.1-udeb libc0.3 
libc0.3-dev libc0.3-dbg libc0.3-prof libc0.3-pic libc0.3-udeb libc0.1 
libc0.1-dev libc0.1-dbg libc0.1-prof libc0.1-pic libc0.1-udeb libc6-i386 
libc6-dev-i386 libc6-sparc64 libc6-dev-sparc64 libc6-s390 libc6-dev-s390 

Bug#661760: marked as done (locales: The month 'February' must be 'Februar' in the locale de_AT, not 'Feber'.)

2012-04-29 Thread Debian Bug Tracking System
Your message dated Sun, 29 Apr 2012 17:19:05 +
with message-id e1soxm5-0003jm...@franck.debian.org
and subject line Bug#661760: fixed in eglibc 2.13-31
has caused the Debian Bug report #661760,
regarding locales: The month 'February' must be 'Februar' in the locale de_AT, 
not 'Feber'.
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 this
message is talking about, this may indicate a serious mail system
misconfiguration somewhere. Please contact ow...@bugs.debian.org
immediately.)


-- 
661760: http://bugs.debian.org/cgi-bin/bugreport.cgi?bug=661760
Debian Bug Tracking System
Contact ow...@bugs.debian.org with problems
---BeginMessage---
Package: locales
Version: 2.11.3-3
Severity: normal



While the exotic form Feber does exist in parts of Austria and southern 
Germany, it is by no means the standard. Some old folks still know it exists, 
hardly anybody in Austria actually uses it. It must be Februar.

This causes me pain, because date-formatting is heavily used in our publishing 
company. PostgreSQL relies on the system locale and I have to special case the 
month every time. I fix /usr/share/i18n/locales/de_AT locally and run 
locale-gen. But it won't stick. The file is overwritten with every locale 
update - and I do want those updates.

So, could this be fixed for good? Would be among the simplest bugfix ever:

s/U0046U0065U0062U0065U0072;/U0046U0065U0062U0072U0075U0041U0072;/

Regards
Erwin


-- System Information:
Debian Release: 6.0.4
  APT prefers stable-updates
  APT policy: (500, 'stable-updates'), (500, 'stable')
Architecture: amd64 (x86_64)

Kernel: Linux 2.6.32-5-amd64 (SMP w/6 CPU cores)
Locale: LANG=de_AT.UTF-8, LC_CTYPE=de_AT.UTF-8 (charmap=UTF-8)
Shell: /bin/sh linked to /bin/dash

Versions of packages locales depends on:
ii  debconf [debconf-2.0] 1.5.36.1   Debian configuration management sy
ii  libc6 [glibc-2.11-1]  2.11.3-3   Embedded GNU C Library: Shared lib

locales recommends no packages.

locales suggests no packages.

-- debconf information:
* locales/default_environment_locale: de_AT.UTF-8
* locales/locales_to_be_generated: de_AT.UTF-8 UTF-8, en_US.UTF-8 UTF-8


---End Message---
---BeginMessage---
Source: eglibc
Source-Version: 2.13-31

We believe that the bug you reported is fixed in the latest version of
eglibc, which is due to be installed in the Debian FTP archive:

eglibc-source_2.13-31_all.deb
  to main/e/eglibc/eglibc-source_2.13-31_all.deb
eglibc_2.13-31.diff.gz
  to main/e/eglibc/eglibc_2.13-31.diff.gz
eglibc_2.13-31.dsc
  to main/e/eglibc/eglibc_2.13-31.dsc
glibc-doc_2.13-31_all.deb
  to main/e/eglibc/glibc-doc_2.13-31_all.deb
libc-bin_2.13-31_amd64.deb
  to main/e/eglibc/libc-bin_2.13-31_amd64.deb
libc-dev-bin_2.13-31_amd64.deb
  to main/e/eglibc/libc-dev-bin_2.13-31_amd64.deb
libc6-dbg_2.13-31_amd64.deb
  to main/e/eglibc/libc6-dbg_2.13-31_amd64.deb
libc6-dev-i386_2.13-31_amd64.deb
  to main/e/eglibc/libc6-dev-i386_2.13-31_amd64.deb
libc6-dev_2.13-31_amd64.deb
  to main/e/eglibc/libc6-dev_2.13-31_amd64.deb
libc6-i386_2.13-31_amd64.deb
  to main/e/eglibc/libc6-i386_2.13-31_amd64.deb
libc6-pic_2.13-31_amd64.deb
  to main/e/eglibc/libc6-pic_2.13-31_amd64.deb
libc6-prof_2.13-31_amd64.deb
  to main/e/eglibc/libc6-prof_2.13-31_amd64.deb
libc6-udeb_2.13-31_amd64.udeb
  to main/e/eglibc/libc6-udeb_2.13-31_amd64.udeb
libc6_2.13-31_amd64.deb
  to main/e/eglibc/libc6_2.13-31_amd64.deb
libnss-dns-udeb_2.13-31_amd64.udeb
  to main/e/eglibc/libnss-dns-udeb_2.13-31_amd64.udeb
libnss-files-udeb_2.13-31_amd64.udeb
  to main/e/eglibc/libnss-files-udeb_2.13-31_amd64.udeb
locales-all_2.13-31_amd64.deb
  to main/e/eglibc/locales-all_2.13-31_amd64.deb
locales_2.13-31_all.deb
  to main/e/eglibc/locales_2.13-31_all.deb
multiarch-support_2.13-31_amd64.deb
  to main/e/eglibc/multiarch-support_2.13-31_amd64.deb
nscd_2.13-31_amd64.deb
  to main/e/eglibc/nscd_2.13-31_amd64.deb



A summary of the changes between this version and the previous one is
attached.

Thank you for reporting the bug, which will now be closed.  If you
have further comments please address them to 661...@bugs.debian.org,
and the maintainer will reopen the bug report if appropriate.

Debian distribution maintenance software
pp.
Aurelien Jarno aure...@debian.org (supplier of updated eglibc package)

(This message was generated automatically at their request; if you
believe that there is a problem with it please contact the archive
administrators by mailing ftpmas...@debian.org)


-BEGIN PGP SIGNED MESSAGE-
Hash: SHA1

Format: 1.8
Date: Sun, 29 Apr 2012 17:45:45 +0200
Source: eglibc
Binary: libc-bin libc-dev-bin glibc-doc eglibc-source locales locales-all nscd 
multiarch-support libc6 libc6-dev libc6-dbg libc6-prof libc6-pic libc6-udeb 
libc6.1 libc6.1-dev 

Bug#661878: marked as done (C.UTF-8 locale contains no month or day names, unlike C; breaks cal)

2012-04-29 Thread Debian Bug Tracking System
Your message dated Sun, 29 Apr 2012 17:19:05 +
with message-id e1soxm5-0003jp...@franck.debian.org
and subject line Bug#661878: fixed in eglibc 2.13-31
has caused the Debian Bug report #661878,
regarding C.UTF-8 locale contains no month or day names, unlike C; breaks cal
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 this
message is talking about, this may indicate a serious mail system
misconfiguration somewhere. Please contact ow...@bugs.debian.org
immediately.)


-- 
661878: http://bugs.debian.org/cgi-bin/bugreport.cgi?bug=661878
Debian Bug Tracking System
Contact ow...@bugs.debian.org with problems
---BeginMessage---
Package: libc-bin
Version: 2.13-27
Severity: normal

The C locale contains month and day names:

~$ LC_ALL=C cal 9 1752
   September 1752
Su Mo Tu We Th Fr Sa
   1  2 14 15 16
17 18 19 20 21 22 23
24 25 26 27 28 29 30

However, the C.UTF-8 locale does not:

~$ LC_ALL=C.UTF-8 cal 9 1752
1752

   1  2 14 15 16
17 18 19 20 21 22 23
24 25 26 27 28 29 30

- Josh Triplett

-- System Information:
Debian Release: wheezy/sid
  APT prefers unstable
  APT policy: (500, 'unstable'), (500, 'stable'), (1, 'experimental')
Architecture: amd64 (x86_64)

Kernel: Linux 3.2.0-1-amd64 (SMP w/4 CPU cores)
Locale: LANG=C.UTF-8, LC_CTYPE=C.UTF-8 (charmap=UTF-8)
Shell: /bin/sh linked to /bin/dash

-- no debconf information


---End Message---
---BeginMessage---
Source: eglibc
Source-Version: 2.13-31

We believe that the bug you reported is fixed in the latest version of
eglibc, which is due to be installed in the Debian FTP archive:

eglibc-source_2.13-31_all.deb
  to main/e/eglibc/eglibc-source_2.13-31_all.deb
eglibc_2.13-31.diff.gz
  to main/e/eglibc/eglibc_2.13-31.diff.gz
eglibc_2.13-31.dsc
  to main/e/eglibc/eglibc_2.13-31.dsc
glibc-doc_2.13-31_all.deb
  to main/e/eglibc/glibc-doc_2.13-31_all.deb
libc-bin_2.13-31_amd64.deb
  to main/e/eglibc/libc-bin_2.13-31_amd64.deb
libc-dev-bin_2.13-31_amd64.deb
  to main/e/eglibc/libc-dev-bin_2.13-31_amd64.deb
libc6-dbg_2.13-31_amd64.deb
  to main/e/eglibc/libc6-dbg_2.13-31_amd64.deb
libc6-dev-i386_2.13-31_amd64.deb
  to main/e/eglibc/libc6-dev-i386_2.13-31_amd64.deb
libc6-dev_2.13-31_amd64.deb
  to main/e/eglibc/libc6-dev_2.13-31_amd64.deb
libc6-i386_2.13-31_amd64.deb
  to main/e/eglibc/libc6-i386_2.13-31_amd64.deb
libc6-pic_2.13-31_amd64.deb
  to main/e/eglibc/libc6-pic_2.13-31_amd64.deb
libc6-prof_2.13-31_amd64.deb
  to main/e/eglibc/libc6-prof_2.13-31_amd64.deb
libc6-udeb_2.13-31_amd64.udeb
  to main/e/eglibc/libc6-udeb_2.13-31_amd64.udeb
libc6_2.13-31_amd64.deb
  to main/e/eglibc/libc6_2.13-31_amd64.deb
libnss-dns-udeb_2.13-31_amd64.udeb
  to main/e/eglibc/libnss-dns-udeb_2.13-31_amd64.udeb
libnss-files-udeb_2.13-31_amd64.udeb
  to main/e/eglibc/libnss-files-udeb_2.13-31_amd64.udeb
locales-all_2.13-31_amd64.deb
  to main/e/eglibc/locales-all_2.13-31_amd64.deb
locales_2.13-31_all.deb
  to main/e/eglibc/locales_2.13-31_all.deb
multiarch-support_2.13-31_amd64.deb
  to main/e/eglibc/multiarch-support_2.13-31_amd64.deb
nscd_2.13-31_amd64.deb
  to main/e/eglibc/nscd_2.13-31_amd64.deb



A summary of the changes between this version and the previous one is
attached.

Thank you for reporting the bug, which will now be closed.  If you
have further comments please address them to 661...@bugs.debian.org,
and the maintainer will reopen the bug report if appropriate.

Debian distribution maintenance software
pp.
Aurelien Jarno aure...@debian.org (supplier of updated eglibc package)

(This message was generated automatically at their request; if you
believe that there is a problem with it please contact the archive
administrators by mailing ftpmas...@debian.org)


-BEGIN PGP SIGNED MESSAGE-
Hash: SHA1

Format: 1.8
Date: Sun, 29 Apr 2012 17:45:45 +0200
Source: eglibc
Binary: libc-bin libc-dev-bin glibc-doc eglibc-source locales locales-all nscd 
multiarch-support libc6 libc6-dev libc6-dbg libc6-prof libc6-pic libc6-udeb 
libc6.1 libc6.1-dev libc6.1-dbg libc6.1-prof libc6.1-pic libc6.1-udeb libc0.3 
libc0.3-dev libc0.3-dbg libc0.3-prof libc0.3-pic libc0.3-udeb libc0.1 
libc0.1-dev libc0.1-dbg libc0.1-prof libc0.1-pic libc0.1-udeb libc6-i386 
libc6-dev-i386 libc6-sparc64 libc6-dev-sparc64 libc6-s390 libc6-dev-s390 
libc6-s390x libc6-dev-s390x libc6-amd64 libc6-dev-amd64 libc6-powerpc 
libc6-dev-powerpc libc6-ppc64 libc6-dev-ppc64 libc6-mipsn32 libc6-dev-mipsn32 
libc6-mips64 libc6-dev-mips64 libc0.1-i386 libc0.1-dev-i386 libc6-i686 
libc6-xen libc0.1-i686 libc0.3-i686 libc0.3-xen libc6.1-alphaev67 
libc6-loongson2f libnss-dns-udeb libnss-files-udeb
Architecture: source all amd64
Version: 2.13-31
Distribution: unstable
Urgency: low
Maintainer: Aurelien Jarno aure...@debian.org
Changed-By: Aurelien Jarno aure...@debian.org

Bug#663752: marked as done (libc6: getaddrinfo AI_V4MAPPED AF_INET6 returns AF_INET addresses)

2012-04-29 Thread Debian Bug Tracking System
Your message dated Sun, 29 Apr 2012 17:19:05 +
with message-id e1soxm5-0003jn...@franck.debian.org
and subject line Bug#663752: fixed in eglibc 2.13-31
has caused the Debian Bug report #663752,
regarding libc6: getaddrinfo AI_V4MAPPED  AF_INET6 returns AF_INET addresses
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 this
message is talking about, this may indicate a serious mail system
misconfiguration somewhere. Please contact ow...@bugs.debian.org
immediately.)


-- 
663752: http://bugs.debian.org/cgi-bin/bugreport.cgi?bug=663752
Debian Bug Tracking System
Contact ow...@bugs.debian.org with problems
---BeginMessage---
Package: libc6
Version: 2.13-27
Severity: normal
Tags: ipv6

getaddrinfo() does not correctly implement the AI_V4MAPPED flag.
When requesting AF_INET6 addresses using the AI_V4MAPPED | AI_ALL
flags in the request, IPv4 addresses are returned as AF_INET, ie.
as standard IPv4 addresses, not IPv6-mapped IPv4 addresses.

A test program is attached that resolves the given hostname and prints
the addresses returned.

To compile:
  gcc gai2.c
To run:
  ./a.out he.net

Observed output:
  AF_INET: [216.218.186.2]:80
  AF_INET6: [2001:470:0:76::2]:80

Expected output (observed on RHEL 5.2, glibc 2.5-24):
  AF_INET6: [:::216.218.186.2]:80
  AF_INET6: [2001:470:0:76::2]:80


-- System Information:
Debian Release: 6.0.4
  APT prefers stable
  APT policy: (990, 'stable'), (500, 'stable-updates'), (500, 'testing')
Architecture: amd64 (x86_64)

Kernel: Linux 3.0.0-1-amd64 (SMP w/2 CPU cores)
Locale: LANG=en_US.UTF-8, LC_CTYPE=en_US.UTF-8 (charmap=locale: Cannot set 
LC_CTYPE to default locale: No such file or directory
locale: Cannot set LC_MESSAGES to default locale: No such file or directory
locale: Cannot set LC_ALL to default locale: No such file or directory
ANSI_X3.4-1968)
Shell: /bin/sh linked to /bin/dash

Versions of packages libc6 depends on:
ii  libc-bin  2.13-27Embedded GNU C Library: Binaries
ii  libgcc1   1:4.6.3-1  GCC support library

libc6 recommends no packages.

Versions of packages libc6 suggests:
ii  debconf [debconf-2.0] 1.5.36.1   Debian configuration management sy
ii  glibc-doc 2.11.3-2   Embedded GNU C Library: Documentat
pn  locales   none (no description available)

-- debconf information:
perl: warning: Setting locale failed.
perl: warning: Please check that your locale settings:
LANGUAGE = (unset),
LC_ALL = (unset),
LANG = en_US.UTF-8
are supported and installed on your system.
perl: warning: Falling back to the standard locale (C).
locale: Cannot set LC_CTYPE to default locale: No such file or directory
locale: Cannot set LC_MESSAGES to default locale: No such file or directory
locale: Cannot set LC_ALL to default locale: No such file or directory
* glibc/upgrade: true
  glibc/disable-screensaver:
  glibc/restart-failed:
* glibc/restart-services: gdm openbsd-inetd exim4 cups cron atd apache2
* libraries/restart-without-asking: true
#include stdio.h
#include sys/types.h
#include sys/socket.h
#include netdb.h
#include string.h

int main(int argc, char *argv[]) {
struct addrinfo hints, *addrs = NULL, *a = NULL;

if (argc  2) {
fprintf(stderr, Usage: %s host\n, argv[0]);
return 1;
}

memset(hints, 0, sizeof(hints));

hints.ai_family = AF_INET6;
hints.ai_flags = AI_V4MAPPED | AI_ALL;
hints.ai_socktype = SOCK_STREAM;

int e = getaddrinfo(argv[1], 80, hints, addrs);
if (e) {
fprintf(stderr, getaddrinfo failed: %s\n, gai_strerror(e));
return 2;
}

for (a = addrs; a; a = a-ai_next) {
char host[NI_MAXHOST], port[NI_MAXSERV];

e = getnameinfo(a-ai_addr, a-ai_addrlen,
host, sizeof(host),
port, sizeof(port),
NI_NUMERICHOST | NI_NUMERICSERV);

if (e)
fprintf(stderr, getnameinfo failed: %s\n, gai_strerror(e));

printf(%s: [%s]:%s\n,
a-ai_family == AF_INET ? AF_INET :
a-ai_family == AF_INET6 ? AF_INET6 :
a-ai_family == AF_UNSPEC ? AF_UNSPEC :
?,
e ? ? : host,
e ? ? : port
);
}

freeaddrinfo(addrs);

return 0;
}
---End Message---
---BeginMessage---
Source: eglibc
Source-Version: 2.13-31

We believe that the bug you reported is fixed in the latest version of
eglibc, which is due to be installed in the Debian FTP archive:

eglibc-source_2.13-31_all.deb
  to main/e/eglibc/eglibc-source_2.13-31_all.deb
eglibc_2.13-31.diff.gz
  to main/e/eglibc/eglibc_2.13-31.diff.gz
eglibc_2.13-31.dsc
  to main/e/eglibc/eglibc_2.13-31.dsc
glibc-doc_2.13-31_all.deb
  to 

Bug#663203: marked as done (locales: date_fmt appears to be wrong in the en_AU locale)

2012-04-29 Thread Debian Bug Tracking System
Your message dated Sun, 29 Apr 2012 17:19:05 +
with message-id e1soxm5-0003jj...@franck.debian.org
and subject line Bug#663203: fixed in eglibc 2.13-31
has caused the Debian Bug report #663203,
regarding locales: date_fmt appears to be wrong in the en_AU locale
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 this
message is talking about, this may indicate a serious mail system
misconfiguration somewhere. Please contact ow...@bugs.debian.org
immediately.)


-- 
663203: http://bugs.debian.org/cgi-bin/bugreport.cgi?bug=663203
Debian Bug Tracking System
Contact ow...@bugs.debian.org with problems
---BeginMessage---
Package: locales
Version: 2.13-27
Severity: normal

Some details from my console:

Fri Mar 09 ~
$ locale
LANG=en_AU.UTF-8
LANGUAGE=en_AU:en
LC_CTYPE=en_AU.UTF-8
LC_NUMERIC=en_AU.UTF-8
LC_TIME=en_AU.UTF-8
LC_COLLATE=en_AU.UTF-8
LC_MONETARY=en_AU.UTF-8
LC_MESSAGES=en_AU.UTF-8
LC_PAPER=en_AU.UTF-8
LC_NAME=en_AU.UTF-8
LC_ADDRESS=en_AU.UTF-8
LC_TELEPHONE=en_AU.UTF-8
LC_MEASUREMENT=en_AU.UTF-8
LC_IDENTIFICATION=en_AU.UTF-8
LC_ALL=
Fri Mar 09 ~
$ locale -k LC_TIME
abday=Sun;Mon;Tue;Wed;Thu;Fri;Sat
day=Sunday;Monday;Tuesday;Wednesday;Thursday;Friday;Saturday
abmon=Jan;Feb;Mar;Apr;May;Jun;Jul;Aug;Sep;Oct;Nov;Dec
mon=January;February;March;April;May;June;July;August;September;October;November;December
am_pm=AM;PM
d_t_fmt=%a %d %b %Y %T %Z
d_fmt=%d/%m/%y
t_fmt=%T
t_fmt_ampm=%I:%M:%S %p
era=
era_year=
era_d_fmt=
alt_digits=
era_d_t_fmt=
era_t_fmt=
time-era-num-entries=0
time-era-entries=S
week-ndays=7
week-1stday=19971130
week-1stweek=0
first_weekday=1
first_workday=2
cal_direction=1
timezone=
date_fmt=%a %b %e %H:%M:%S %Z %Y
time-codeset=UTF-8
Fri Mar 09 ~
$ 

d_t_fmt seems correct when I use it with the date format:

Fri Mar 09 ~
$ date +%a %d %b %Y %T %Z
Fri 09 Mar 2012 23:19:06 EST

However date_fmt appears to be incorrect:

Fri Mar 09 ~
$ date +%a %b %e %H:%M:%S %Z %Y
Fri Mar  9 23:20:12 EST 2012

You can review the common format of australia time at: 
https://en.wikipedia.org/wiki/Date_and_time_notation_in_Australia if it helps.

Thanks for your time.

-- System Information:
Debian Release: wheezy/sid
  APT prefers testing
  APT policy: (990, 'testing'), (750, 'stable'), (700, 'oldstable'), (600, 
'unstable'), (550, 'experimental')
Architecture: amd64 (x86_64)

Kernel: Linux 3.2.0-1-amd64 (SMP w/8 CPU cores)
Locale: LANG=en_AU.UTF-8, LC_CTYPE=en_AU.UTF-8 (charmap=UTF-8)
Shell: /bin/sh linked to /bin/dash

Versions of packages locales depends on:
ii  debconf [debconf-2.0]  1.5.41
ii  libc6 [glibc-2.13-1]   2.13-27

locales recommends no packages.

locales suggests no packages.

-- debconf information:
* locales/default_environment_locale: en_AU.UTF-8
* locales/locales_to_be_generated: en_AU.UTF-8 UTF-8


---End Message---
---BeginMessage---
Source: eglibc
Source-Version: 2.13-31

We believe that the bug you reported is fixed in the latest version of
eglibc, which is due to be installed in the Debian FTP archive:

eglibc-source_2.13-31_all.deb
  to main/e/eglibc/eglibc-source_2.13-31_all.deb
eglibc_2.13-31.diff.gz
  to main/e/eglibc/eglibc_2.13-31.diff.gz
eglibc_2.13-31.dsc
  to main/e/eglibc/eglibc_2.13-31.dsc
glibc-doc_2.13-31_all.deb
  to main/e/eglibc/glibc-doc_2.13-31_all.deb
libc-bin_2.13-31_amd64.deb
  to main/e/eglibc/libc-bin_2.13-31_amd64.deb
libc-dev-bin_2.13-31_amd64.deb
  to main/e/eglibc/libc-dev-bin_2.13-31_amd64.deb
libc6-dbg_2.13-31_amd64.deb
  to main/e/eglibc/libc6-dbg_2.13-31_amd64.deb
libc6-dev-i386_2.13-31_amd64.deb
  to main/e/eglibc/libc6-dev-i386_2.13-31_amd64.deb
libc6-dev_2.13-31_amd64.deb
  to main/e/eglibc/libc6-dev_2.13-31_amd64.deb
libc6-i386_2.13-31_amd64.deb
  to main/e/eglibc/libc6-i386_2.13-31_amd64.deb
libc6-pic_2.13-31_amd64.deb
  to main/e/eglibc/libc6-pic_2.13-31_amd64.deb
libc6-prof_2.13-31_amd64.deb
  to main/e/eglibc/libc6-prof_2.13-31_amd64.deb
libc6-udeb_2.13-31_amd64.udeb
  to main/e/eglibc/libc6-udeb_2.13-31_amd64.udeb
libc6_2.13-31_amd64.deb
  to main/e/eglibc/libc6_2.13-31_amd64.deb
libnss-dns-udeb_2.13-31_amd64.udeb
  to main/e/eglibc/libnss-dns-udeb_2.13-31_amd64.udeb
libnss-files-udeb_2.13-31_amd64.udeb
  to main/e/eglibc/libnss-files-udeb_2.13-31_amd64.udeb
locales-all_2.13-31_amd64.deb
  to main/e/eglibc/locales-all_2.13-31_amd64.deb
locales_2.13-31_all.deb
  to main/e/eglibc/locales_2.13-31_all.deb
multiarch-support_2.13-31_amd64.deb
  to main/e/eglibc/multiarch-support_2.13-31_amd64.deb
nscd_2.13-31_amd64.deb
  to main/e/eglibc/nscd_2.13-31_amd64.deb



A summary of the changes between this version and the previous one is
attached.

Thank you for reporting the bug, which will now be closed.  If you
have further comments please address them to 663...@bugs.debian.org,
and the maintainer will reopen the bug report if 

Bug#663150: marked as done (Backport ARM makecontext() routines.)

2012-04-29 Thread Debian Bug Tracking System
Your message dated Sun, 29 Apr 2012 17:19:05 +
with message-id e1soxm5-0003je...@franck.debian.org
and subject line Bug#663150: fixed in eglibc 2.13-31
has caused the Debian Bug report #663150,
regarding Backport ARM makecontext() routines.
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 this
message is talking about, this may indicate a serious mail system
misconfiguration somewhere. Please contact ow...@bugs.debian.org
immediately.)


-- 
663150: http://bugs.debian.org/cgi-bin/bugreport.cgi?bug=663150
Debian Bug Tracking System
Contact ow...@bugs.debian.org with problems
---BeginMessage---

Package: eglibc

Please backport ARM makecontext() routines from trunk, or
https://code.launchpad.net/~michaelh1/ubuntu/precise/eglibc/lp696794/+merge/96465


---End Message---
---BeginMessage---
Source: eglibc
Source-Version: 2.13-31

We believe that the bug you reported is fixed in the latest version of
eglibc, which is due to be installed in the Debian FTP archive:

eglibc-source_2.13-31_all.deb
  to main/e/eglibc/eglibc-source_2.13-31_all.deb
eglibc_2.13-31.diff.gz
  to main/e/eglibc/eglibc_2.13-31.diff.gz
eglibc_2.13-31.dsc
  to main/e/eglibc/eglibc_2.13-31.dsc
glibc-doc_2.13-31_all.deb
  to main/e/eglibc/glibc-doc_2.13-31_all.deb
libc-bin_2.13-31_amd64.deb
  to main/e/eglibc/libc-bin_2.13-31_amd64.deb
libc-dev-bin_2.13-31_amd64.deb
  to main/e/eglibc/libc-dev-bin_2.13-31_amd64.deb
libc6-dbg_2.13-31_amd64.deb
  to main/e/eglibc/libc6-dbg_2.13-31_amd64.deb
libc6-dev-i386_2.13-31_amd64.deb
  to main/e/eglibc/libc6-dev-i386_2.13-31_amd64.deb
libc6-dev_2.13-31_amd64.deb
  to main/e/eglibc/libc6-dev_2.13-31_amd64.deb
libc6-i386_2.13-31_amd64.deb
  to main/e/eglibc/libc6-i386_2.13-31_amd64.deb
libc6-pic_2.13-31_amd64.deb
  to main/e/eglibc/libc6-pic_2.13-31_amd64.deb
libc6-prof_2.13-31_amd64.deb
  to main/e/eglibc/libc6-prof_2.13-31_amd64.deb
libc6-udeb_2.13-31_amd64.udeb
  to main/e/eglibc/libc6-udeb_2.13-31_amd64.udeb
libc6_2.13-31_amd64.deb
  to main/e/eglibc/libc6_2.13-31_amd64.deb
libnss-dns-udeb_2.13-31_amd64.udeb
  to main/e/eglibc/libnss-dns-udeb_2.13-31_amd64.udeb
libnss-files-udeb_2.13-31_amd64.udeb
  to main/e/eglibc/libnss-files-udeb_2.13-31_amd64.udeb
locales-all_2.13-31_amd64.deb
  to main/e/eglibc/locales-all_2.13-31_amd64.deb
locales_2.13-31_all.deb
  to main/e/eglibc/locales_2.13-31_all.deb
multiarch-support_2.13-31_amd64.deb
  to main/e/eglibc/multiarch-support_2.13-31_amd64.deb
nscd_2.13-31_amd64.deb
  to main/e/eglibc/nscd_2.13-31_amd64.deb



A summary of the changes between this version and the previous one is
attached.

Thank you for reporting the bug, which will now be closed.  If you
have further comments please address them to 663...@bugs.debian.org,
and the maintainer will reopen the bug report if appropriate.

Debian distribution maintenance software
pp.
Aurelien Jarno aure...@debian.org (supplier of updated eglibc package)

(This message was generated automatically at their request; if you
believe that there is a problem with it please contact the archive
administrators by mailing ftpmas...@debian.org)


-BEGIN PGP SIGNED MESSAGE-
Hash: SHA1

Format: 1.8
Date: Sun, 29 Apr 2012 17:45:45 +0200
Source: eglibc
Binary: libc-bin libc-dev-bin glibc-doc eglibc-source locales locales-all nscd 
multiarch-support libc6 libc6-dev libc6-dbg libc6-prof libc6-pic libc6-udeb 
libc6.1 libc6.1-dev libc6.1-dbg libc6.1-prof libc6.1-pic libc6.1-udeb libc0.3 
libc0.3-dev libc0.3-dbg libc0.3-prof libc0.3-pic libc0.3-udeb libc0.1 
libc0.1-dev libc0.1-dbg libc0.1-prof libc0.1-pic libc0.1-udeb libc6-i386 
libc6-dev-i386 libc6-sparc64 libc6-dev-sparc64 libc6-s390 libc6-dev-s390 
libc6-s390x libc6-dev-s390x libc6-amd64 libc6-dev-amd64 libc6-powerpc 
libc6-dev-powerpc libc6-ppc64 libc6-dev-ppc64 libc6-mipsn32 libc6-dev-mipsn32 
libc6-mips64 libc6-dev-mips64 libc0.1-i386 libc0.1-dev-i386 libc6-i686 
libc6-xen libc0.1-i686 libc0.3-i686 libc0.3-xen libc6.1-alphaev67 
libc6-loongson2f libnss-dns-udeb libnss-files-udeb
Architecture: source all amd64
Version: 2.13-31
Distribution: unstable
Urgency: low
Maintainer: Aurelien Jarno aure...@debian.org
Changed-By: Aurelien Jarno aure...@debian.org
Description: 
 eglibc-source - Embedded GNU C Library: sources
 glibc-doc  - Embedded GNU C Library: Documentation
 libc-bin   - Embedded GNU C Library: Binaries
 libc-dev-bin - Embedded GNU C Library: Development binaries
 libc0.1- Embedded GNU C Library: Shared libraries
 libc0.1-dbg - Embedded GNU C Library: detached debugging symbols
 libc0.1-dev - Embedded GNU C Library: Development Libraries and Header Files
 libc0.1-dev-i386 - Embedded GNU C Library: 32bit development libraries for 
AMD64
 libc0.1-i386 - Embedded GNU C Library: 32bit shared libraries for AMD64
 libc0.1-i686 - Embedded GNU 

Bug#665303: marked as done (libc-bin: getent.1 from (linux-)manpages)

2012-04-29 Thread Debian Bug Tracking System
Your message dated Sun, 29 Apr 2012 17:19:05 +
with message-id e1soxm5-0003jt...@franck.debian.org
and subject line Bug#665303: fixed in eglibc 2.13-31
has caused the Debian Bug report #665303,
regarding libc-bin: getent.1 from (linux-)manpages
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 this
message is talking about, this may indicate a serious mail system
misconfiguration somewhere. Please contact ow...@bugs.debian.org
immediately.)


-- 
665303: http://bugs.debian.org/cgi-bin/bugreport.cgi?bug=665303
Debian Bug Tracking System
Contact ow...@bugs.debian.org with problems
---BeginMessage---
Package: libc-bin
Version: 2.13-27
Severity: wishlist

Hi,

In upstream linux-manpages 3.37 (hopefully soon in Debian), a getent.1 manpage
is now provided:
http://people.debian.org/~spaillard/getent_man/getent.1.linux-man

Compared to the Debian one:
http://people.debian.org/~spaillard/getent_man/getent.1.libc-bin

I think we can reasonably tell the linux-manpages' version provides more
details.

A replace will be used so that the getent.1 from manpages is used.

Do you agree with that ?
Once manpages 3.37 uploaded, can you stop installing getent.1 in the future ?

-- 
Simon Paillard


---End Message---
---BeginMessage---
Source: eglibc
Source-Version: 2.13-31

We believe that the bug you reported is fixed in the latest version of
eglibc, which is due to be installed in the Debian FTP archive:

eglibc-source_2.13-31_all.deb
  to main/e/eglibc/eglibc-source_2.13-31_all.deb
eglibc_2.13-31.diff.gz
  to main/e/eglibc/eglibc_2.13-31.diff.gz
eglibc_2.13-31.dsc
  to main/e/eglibc/eglibc_2.13-31.dsc
glibc-doc_2.13-31_all.deb
  to main/e/eglibc/glibc-doc_2.13-31_all.deb
libc-bin_2.13-31_amd64.deb
  to main/e/eglibc/libc-bin_2.13-31_amd64.deb
libc-dev-bin_2.13-31_amd64.deb
  to main/e/eglibc/libc-dev-bin_2.13-31_amd64.deb
libc6-dbg_2.13-31_amd64.deb
  to main/e/eglibc/libc6-dbg_2.13-31_amd64.deb
libc6-dev-i386_2.13-31_amd64.deb
  to main/e/eglibc/libc6-dev-i386_2.13-31_amd64.deb
libc6-dev_2.13-31_amd64.deb
  to main/e/eglibc/libc6-dev_2.13-31_amd64.deb
libc6-i386_2.13-31_amd64.deb
  to main/e/eglibc/libc6-i386_2.13-31_amd64.deb
libc6-pic_2.13-31_amd64.deb
  to main/e/eglibc/libc6-pic_2.13-31_amd64.deb
libc6-prof_2.13-31_amd64.deb
  to main/e/eglibc/libc6-prof_2.13-31_amd64.deb
libc6-udeb_2.13-31_amd64.udeb
  to main/e/eglibc/libc6-udeb_2.13-31_amd64.udeb
libc6_2.13-31_amd64.deb
  to main/e/eglibc/libc6_2.13-31_amd64.deb
libnss-dns-udeb_2.13-31_amd64.udeb
  to main/e/eglibc/libnss-dns-udeb_2.13-31_amd64.udeb
libnss-files-udeb_2.13-31_amd64.udeb
  to main/e/eglibc/libnss-files-udeb_2.13-31_amd64.udeb
locales-all_2.13-31_amd64.deb
  to main/e/eglibc/locales-all_2.13-31_amd64.deb
locales_2.13-31_all.deb
  to main/e/eglibc/locales_2.13-31_all.deb
multiarch-support_2.13-31_amd64.deb
  to main/e/eglibc/multiarch-support_2.13-31_amd64.deb
nscd_2.13-31_amd64.deb
  to main/e/eglibc/nscd_2.13-31_amd64.deb



A summary of the changes between this version and the previous one is
attached.

Thank you for reporting the bug, which will now be closed.  If you
have further comments please address them to 665...@bugs.debian.org,
and the maintainer will reopen the bug report if appropriate.

Debian distribution maintenance software
pp.
Aurelien Jarno aure...@debian.org (supplier of updated eglibc package)

(This message was generated automatically at their request; if you
believe that there is a problem with it please contact the archive
administrators by mailing ftpmas...@debian.org)


-BEGIN PGP SIGNED MESSAGE-
Hash: SHA1

Format: 1.8
Date: Sun, 29 Apr 2012 17:45:45 +0200
Source: eglibc
Binary: libc-bin libc-dev-bin glibc-doc eglibc-source locales locales-all nscd 
multiarch-support libc6 libc6-dev libc6-dbg libc6-prof libc6-pic libc6-udeb 
libc6.1 libc6.1-dev libc6.1-dbg libc6.1-prof libc6.1-pic libc6.1-udeb libc0.3 
libc0.3-dev libc0.3-dbg libc0.3-prof libc0.3-pic libc0.3-udeb libc0.1 
libc0.1-dev libc0.1-dbg libc0.1-prof libc0.1-pic libc0.1-udeb libc6-i386 
libc6-dev-i386 libc6-sparc64 libc6-dev-sparc64 libc6-s390 libc6-dev-s390 
libc6-s390x libc6-dev-s390x libc6-amd64 libc6-dev-amd64 libc6-powerpc 
libc6-dev-powerpc libc6-ppc64 libc6-dev-ppc64 libc6-mipsn32 libc6-dev-mipsn32 
libc6-mips64 libc6-dev-mips64 libc0.1-i386 libc0.1-dev-i386 libc6-i686 
libc6-xen libc0.1-i686 libc0.3-i686 libc0.3-xen libc6.1-alphaev67 
libc6-loongson2f libnss-dns-udeb libnss-files-udeb
Architecture: source all amd64
Version: 2.13-31
Distribution: unstable
Urgency: low
Maintainer: Aurelien Jarno aure...@debian.org
Changed-By: Aurelien Jarno aure...@debian.org
Description: 
 eglibc-source - Embedded GNU C Library: sources
 glibc-doc  - Embedded GNU C Library: Documentation
 libc-bin   - Embedded GNU C Library: Binaries
 

Bug#667687: marked as done (optional pthread_condattr_setclock() facility is not implemented)

2012-04-29 Thread Debian Bug Tracking System
Your message dated Sun, 29 Apr 2012 17:19:05 +
with message-id e1soxm5-0003k3...@franck.debian.org
and subject line Bug#667687: fixed in eglibc 2.13-31
has caused the Debian Bug report #667687,
regarding optional pthread_condattr_setclock() facility is not implemented
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 this
message is talking about, this may indicate a serious mail system
misconfiguration somewhere. Please contact ow...@bugs.debian.org
immediately.)


-- 
667687: http://bugs.debian.org/cgi-bin/bugreport.cgi?bug=667687
Debian Bug Tracking System
Contact ow...@bugs.debian.org with problems
---BeginMessage---
Source: libsoup2.4
Version: 2.37.90-1
Severity: serious
User: debian-...@lists.debian.org
Usertags: kfreebsd

The libsoup test-suite fails on kfreebsd-* the context-test [1]

It would be great if porters could have a look.

[1] 
https://buildd.debian.org/status/fetch.php?pkg=libsoup2.4arch=kfreebsd-i386ver=2.37.90-1stamp=1330937702


-- System Information:
Debian Release: wheezy/sid
  APT prefers unstable
  APT policy: (500, 'unstable'), (200, 'experimental')
Architecture: amd64 (x86_64)

Kernel: Linux 3.2.0-2-amd64 (SMP w/4 CPU cores)
Locale: LANG=de_DE.utf8, LC_CTYPE=de_DE.utf8 (charmap=UTF-8)
Shell: /bin/sh linked to /bin/dash


---End Message---
---BeginMessage---
Source: eglibc
Source-Version: 2.13-31

We believe that the bug you reported is fixed in the latest version of
eglibc, which is due to be installed in the Debian FTP archive:

eglibc-source_2.13-31_all.deb
  to main/e/eglibc/eglibc-source_2.13-31_all.deb
eglibc_2.13-31.diff.gz
  to main/e/eglibc/eglibc_2.13-31.diff.gz
eglibc_2.13-31.dsc
  to main/e/eglibc/eglibc_2.13-31.dsc
glibc-doc_2.13-31_all.deb
  to main/e/eglibc/glibc-doc_2.13-31_all.deb
libc-bin_2.13-31_amd64.deb
  to main/e/eglibc/libc-bin_2.13-31_amd64.deb
libc-dev-bin_2.13-31_amd64.deb
  to main/e/eglibc/libc-dev-bin_2.13-31_amd64.deb
libc6-dbg_2.13-31_amd64.deb
  to main/e/eglibc/libc6-dbg_2.13-31_amd64.deb
libc6-dev-i386_2.13-31_amd64.deb
  to main/e/eglibc/libc6-dev-i386_2.13-31_amd64.deb
libc6-dev_2.13-31_amd64.deb
  to main/e/eglibc/libc6-dev_2.13-31_amd64.deb
libc6-i386_2.13-31_amd64.deb
  to main/e/eglibc/libc6-i386_2.13-31_amd64.deb
libc6-pic_2.13-31_amd64.deb
  to main/e/eglibc/libc6-pic_2.13-31_amd64.deb
libc6-prof_2.13-31_amd64.deb
  to main/e/eglibc/libc6-prof_2.13-31_amd64.deb
libc6-udeb_2.13-31_amd64.udeb
  to main/e/eglibc/libc6-udeb_2.13-31_amd64.udeb
libc6_2.13-31_amd64.deb
  to main/e/eglibc/libc6_2.13-31_amd64.deb
libnss-dns-udeb_2.13-31_amd64.udeb
  to main/e/eglibc/libnss-dns-udeb_2.13-31_amd64.udeb
libnss-files-udeb_2.13-31_amd64.udeb
  to main/e/eglibc/libnss-files-udeb_2.13-31_amd64.udeb
locales-all_2.13-31_amd64.deb
  to main/e/eglibc/locales-all_2.13-31_amd64.deb
locales_2.13-31_all.deb
  to main/e/eglibc/locales_2.13-31_all.deb
multiarch-support_2.13-31_amd64.deb
  to main/e/eglibc/multiarch-support_2.13-31_amd64.deb
nscd_2.13-31_amd64.deb
  to main/e/eglibc/nscd_2.13-31_amd64.deb



A summary of the changes between this version and the previous one is
attached.

Thank you for reporting the bug, which will now be closed.  If you
have further comments please address them to 667...@bugs.debian.org,
and the maintainer will reopen the bug report if appropriate.

Debian distribution maintenance software
pp.
Aurelien Jarno aure...@debian.org (supplier of updated eglibc package)

(This message was generated automatically at their request; if you
believe that there is a problem with it please contact the archive
administrators by mailing ftpmas...@debian.org)


-BEGIN PGP SIGNED MESSAGE-
Hash: SHA1

Format: 1.8
Date: Sun, 29 Apr 2012 17:45:45 +0200
Source: eglibc
Binary: libc-bin libc-dev-bin glibc-doc eglibc-source locales locales-all nscd 
multiarch-support libc6 libc6-dev libc6-dbg libc6-prof libc6-pic libc6-udeb 
libc6.1 libc6.1-dev libc6.1-dbg libc6.1-prof libc6.1-pic libc6.1-udeb libc0.3 
libc0.3-dev libc0.3-dbg libc0.3-prof libc0.3-pic libc0.3-udeb libc0.1 
libc0.1-dev libc0.1-dbg libc0.1-prof libc0.1-pic libc0.1-udeb libc6-i386 
libc6-dev-i386 libc6-sparc64 libc6-dev-sparc64 libc6-s390 libc6-dev-s390 
libc6-s390x libc6-dev-s390x libc6-amd64 libc6-dev-amd64 libc6-powerpc 
libc6-dev-powerpc libc6-ppc64 libc6-dev-ppc64 libc6-mipsn32 libc6-dev-mipsn32 
libc6-mips64 libc6-dev-mips64 libc0.1-i386 libc0.1-dev-i386 libc6-i686 
libc6-xen libc0.1-i686 libc0.3-i686 libc0.3-xen libc6.1-alphaev67 
libc6-loongson2f libnss-dns-udeb libnss-files-udeb
Architecture: source all amd64
Version: 2.13-31
Distribution: unstable
Urgency: low
Maintainer: Aurelien Jarno aure...@debian.org
Changed-By: Aurelien Jarno aure...@debian.org
Description: 
 eglibc-source - Embedded GNU C Library: sources
 glibc-doc  - Embedded GNU C 

Bug#668674: marked as done (locales: es_ES locale source includes bad thousands_sep character)

2012-04-29 Thread Debian Bug Tracking System
Your message dated Sun, 29 Apr 2012 17:19:05 +
with message-id e1soxm5-0003k8...@franck.debian.org
and subject line Bug#668674: fixed in eglibc 2.13-31
has caused the Debian Bug report #668674,
regarding locales: es_ES locale source includes bad thousands_sep character
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 this
message is talking about, this may indicate a serious mail system
misconfiguration somewhere. Please contact ow...@bugs.debian.org
immediately.)


-- 
668674: http://bugs.debian.org/cgi-bin/bugreport.cgi?bug=668674
Debian Bug Tracking System
Contact ow...@bugs.debian.org with problems
---BeginMessage---
Package: locales
Version: 2.11.3-3
Severity: normal
Tags: upstream l10n


/usr/share/i18n/locales/es_ES includes an empty thousands_sep character.
It should be the same character specified for mon_thousands_sep: U002E.

I've confirmed that this is an upstream bug, since the source package includes
a file with it inside.

-- System Information:
Debian Release: 6.0.4
  APT prefers stable-updates
  APT policy: (500, 'stable-updates'), (500, 'stable')
Architecture: amd64 (x86_64)

Kernel: Linux 2.6.39-bpo.2-amd64 (SMP w/2 CPU cores)
Locale: LANG=es_ES.UTF-8, LC_CTYPE=es_ES.UTF-8 (charmap=UTF-8)
Shell: /bin/sh linked to /bin/dash

Versions of packages locales depends on:
ii  debconf [debconf-2.0] 1.5.36.1   Debian configuration management sy
ii  libc6 [glibc-2.11-1]  2.11.3-3   Embedded GNU C Library: Shared lib

locales recommends no packages.

locales suggests no packages.

-- debconf information:
* locales/default_environment_locale: es_ES.UTF-8
* locales/locales_to_be_generated: de_DE.UTF-8 UTF-8, en_US.UTF-8 UTF-8, 
es_AR.UTF-8 UTF-8, es_ES ISO-8859-1, es_ES.UTF-8 UTF-8, es_ES@euro ISO-8859-15, 
eu_ES.UTF-8 UTF-8


---End Message---
---BeginMessage---
Source: eglibc
Source-Version: 2.13-31

We believe that the bug you reported is fixed in the latest version of
eglibc, which is due to be installed in the Debian FTP archive:

eglibc-source_2.13-31_all.deb
  to main/e/eglibc/eglibc-source_2.13-31_all.deb
eglibc_2.13-31.diff.gz
  to main/e/eglibc/eglibc_2.13-31.diff.gz
eglibc_2.13-31.dsc
  to main/e/eglibc/eglibc_2.13-31.dsc
glibc-doc_2.13-31_all.deb
  to main/e/eglibc/glibc-doc_2.13-31_all.deb
libc-bin_2.13-31_amd64.deb
  to main/e/eglibc/libc-bin_2.13-31_amd64.deb
libc-dev-bin_2.13-31_amd64.deb
  to main/e/eglibc/libc-dev-bin_2.13-31_amd64.deb
libc6-dbg_2.13-31_amd64.deb
  to main/e/eglibc/libc6-dbg_2.13-31_amd64.deb
libc6-dev-i386_2.13-31_amd64.deb
  to main/e/eglibc/libc6-dev-i386_2.13-31_amd64.deb
libc6-dev_2.13-31_amd64.deb
  to main/e/eglibc/libc6-dev_2.13-31_amd64.deb
libc6-i386_2.13-31_amd64.deb
  to main/e/eglibc/libc6-i386_2.13-31_amd64.deb
libc6-pic_2.13-31_amd64.deb
  to main/e/eglibc/libc6-pic_2.13-31_amd64.deb
libc6-prof_2.13-31_amd64.deb
  to main/e/eglibc/libc6-prof_2.13-31_amd64.deb
libc6-udeb_2.13-31_amd64.udeb
  to main/e/eglibc/libc6-udeb_2.13-31_amd64.udeb
libc6_2.13-31_amd64.deb
  to main/e/eglibc/libc6_2.13-31_amd64.deb
libnss-dns-udeb_2.13-31_amd64.udeb
  to main/e/eglibc/libnss-dns-udeb_2.13-31_amd64.udeb
libnss-files-udeb_2.13-31_amd64.udeb
  to main/e/eglibc/libnss-files-udeb_2.13-31_amd64.udeb
locales-all_2.13-31_amd64.deb
  to main/e/eglibc/locales-all_2.13-31_amd64.deb
locales_2.13-31_all.deb
  to main/e/eglibc/locales_2.13-31_all.deb
multiarch-support_2.13-31_amd64.deb
  to main/e/eglibc/multiarch-support_2.13-31_amd64.deb
nscd_2.13-31_amd64.deb
  to main/e/eglibc/nscd_2.13-31_amd64.deb



A summary of the changes between this version and the previous one is
attached.

Thank you for reporting the bug, which will now be closed.  If you
have further comments please address them to 668...@bugs.debian.org,
and the maintainer will reopen the bug report if appropriate.

Debian distribution maintenance software
pp.
Aurelien Jarno aure...@debian.org (supplier of updated eglibc package)

(This message was generated automatically at their request; if you
believe that there is a problem with it please contact the archive
administrators by mailing ftpmas...@debian.org)


-BEGIN PGP SIGNED MESSAGE-
Hash: SHA1

Format: 1.8
Date: Sun, 29 Apr 2012 17:45:45 +0200
Source: eglibc
Binary: libc-bin libc-dev-bin glibc-doc eglibc-source locales locales-all nscd 
multiarch-support libc6 libc6-dev libc6-dbg libc6-prof libc6-pic libc6-udeb 
libc6.1 libc6.1-dev libc6.1-dbg libc6.1-prof libc6.1-pic libc6.1-udeb libc0.3 
libc0.3-dev libc0.3-dbg libc0.3-prof libc0.3-pic libc0.3-udeb libc0.1 
libc0.1-dev libc0.1-dbg libc0.1-prof libc0.1-pic libc0.1-udeb libc6-i386 
libc6-dev-i386 libc6-sparc64 libc6-dev-sparc64 libc6-s390 libc6-dev-s390 
libc6-s390x libc6-dev-s390x libc6-amd64 libc6-dev-amd64 libc6-powerpc 
libc6-dev-powerpc libc6-ppc64 

Bug#669304: marked as done (Revisit disabling DNS caching by default)

2012-04-29 Thread Debian Bug Tracking System
Your message dated Sun, 29 Apr 2012 17:19:05 +
with message-id e1soxm5-0003ki...@franck.debian.org
and subject line Bug#669304: fixed in eglibc 2.13-31
has caused the Debian Bug report #669304,
regarding Revisit disabling DNS caching by default
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 this
message is talking about, this may indicate a serious mail system
misconfiguration somewhere. Please contact ow...@bugs.debian.org
immediately.)


-- 
669304: http://bugs.debian.org/cgi-bin/bugreport.cgi?bug=669304
Debian Bug Tracking System
Contact ow...@bugs.debian.org with problems
---BeginMessage---
Package: nscd
Version: 2.13-27

Upstream changes have resolved the problems in NEWS.Debian. Namely,
since at least 2.8 (2008), nscd correctly respects TTL in DNS
caching. [1]

Would it be possible to remove the now-incorrect statement in NEWS and
re-enable DNS caching by default?

[1] http://sourceware.org/ml/libc-alpha/2008-04/msg00050.html

-- 
Joan Touzet | jo...@atypical.net | wohali everywhere else


---End Message---
---BeginMessage---
Source: eglibc
Source-Version: 2.13-31

We believe that the bug you reported is fixed in the latest version of
eglibc, which is due to be installed in the Debian FTP archive:

eglibc-source_2.13-31_all.deb
  to main/e/eglibc/eglibc-source_2.13-31_all.deb
eglibc_2.13-31.diff.gz
  to main/e/eglibc/eglibc_2.13-31.diff.gz
eglibc_2.13-31.dsc
  to main/e/eglibc/eglibc_2.13-31.dsc
glibc-doc_2.13-31_all.deb
  to main/e/eglibc/glibc-doc_2.13-31_all.deb
libc-bin_2.13-31_amd64.deb
  to main/e/eglibc/libc-bin_2.13-31_amd64.deb
libc-dev-bin_2.13-31_amd64.deb
  to main/e/eglibc/libc-dev-bin_2.13-31_amd64.deb
libc6-dbg_2.13-31_amd64.deb
  to main/e/eglibc/libc6-dbg_2.13-31_amd64.deb
libc6-dev-i386_2.13-31_amd64.deb
  to main/e/eglibc/libc6-dev-i386_2.13-31_amd64.deb
libc6-dev_2.13-31_amd64.deb
  to main/e/eglibc/libc6-dev_2.13-31_amd64.deb
libc6-i386_2.13-31_amd64.deb
  to main/e/eglibc/libc6-i386_2.13-31_amd64.deb
libc6-pic_2.13-31_amd64.deb
  to main/e/eglibc/libc6-pic_2.13-31_amd64.deb
libc6-prof_2.13-31_amd64.deb
  to main/e/eglibc/libc6-prof_2.13-31_amd64.deb
libc6-udeb_2.13-31_amd64.udeb
  to main/e/eglibc/libc6-udeb_2.13-31_amd64.udeb
libc6_2.13-31_amd64.deb
  to main/e/eglibc/libc6_2.13-31_amd64.deb
libnss-dns-udeb_2.13-31_amd64.udeb
  to main/e/eglibc/libnss-dns-udeb_2.13-31_amd64.udeb
libnss-files-udeb_2.13-31_amd64.udeb
  to main/e/eglibc/libnss-files-udeb_2.13-31_amd64.udeb
locales-all_2.13-31_amd64.deb
  to main/e/eglibc/locales-all_2.13-31_amd64.deb
locales_2.13-31_all.deb
  to main/e/eglibc/locales_2.13-31_all.deb
multiarch-support_2.13-31_amd64.deb
  to main/e/eglibc/multiarch-support_2.13-31_amd64.deb
nscd_2.13-31_amd64.deb
  to main/e/eglibc/nscd_2.13-31_amd64.deb



A summary of the changes between this version and the previous one is
attached.

Thank you for reporting the bug, which will now be closed.  If you
have further comments please address them to 669...@bugs.debian.org,
and the maintainer will reopen the bug report if appropriate.

Debian distribution maintenance software
pp.
Aurelien Jarno aure...@debian.org (supplier of updated eglibc package)

(This message was generated automatically at their request; if you
believe that there is a problem with it please contact the archive
administrators by mailing ftpmas...@debian.org)


-BEGIN PGP SIGNED MESSAGE-
Hash: SHA1

Format: 1.8
Date: Sun, 29 Apr 2012 17:45:45 +0200
Source: eglibc
Binary: libc-bin libc-dev-bin glibc-doc eglibc-source locales locales-all nscd 
multiarch-support libc6 libc6-dev libc6-dbg libc6-prof libc6-pic libc6-udeb 
libc6.1 libc6.1-dev libc6.1-dbg libc6.1-prof libc6.1-pic libc6.1-udeb libc0.3 
libc0.3-dev libc0.3-dbg libc0.3-prof libc0.3-pic libc0.3-udeb libc0.1 
libc0.1-dev libc0.1-dbg libc0.1-prof libc0.1-pic libc0.1-udeb libc6-i386 
libc6-dev-i386 libc6-sparc64 libc6-dev-sparc64 libc6-s390 libc6-dev-s390 
libc6-s390x libc6-dev-s390x libc6-amd64 libc6-dev-amd64 libc6-powerpc 
libc6-dev-powerpc libc6-ppc64 libc6-dev-ppc64 libc6-mipsn32 libc6-dev-mipsn32 
libc6-mips64 libc6-dev-mips64 libc0.1-i386 libc0.1-dev-i386 libc6-i686 
libc6-xen libc0.1-i686 libc0.3-i686 libc0.3-xen libc6.1-alphaev67 
libc6-loongson2f libnss-dns-udeb libnss-files-udeb
Architecture: source all amd64
Version: 2.13-31
Distribution: unstable
Urgency: low
Maintainer: Aurelien Jarno aure...@debian.org
Changed-By: Aurelien Jarno aure...@debian.org
Description: 
 eglibc-source - Embedded GNU C Library: sources
 glibc-doc  - Embedded GNU C Library: Documentation
 libc-bin   - Embedded GNU C Library: Binaries
 libc-dev-bin - Embedded GNU C Library: Development binaries
 libc0.1- Embedded GNU C Library: Shared libraries
 libc0.1-dbg - Embedded GNU C Library: detached debugging symbols
 

Bug#669179: marked as done (eglibc: please update ld.so manpages)

2012-04-29 Thread Debian Bug Tracking System
Your message dated Sun, 29 Apr 2012 17:19:05 +
with message-id e1soxm5-0003kd...@franck.debian.org
and subject line Bug#669179: fixed in eglibc 2.13-31
has caused the Debian Bug report #669179,
regarding eglibc: please update ld.so manpages
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 this
message is talking about, this may indicate a serious mail system
misconfiguration somewhere. Please contact ow...@bugs.debian.org
immediately.)


-- 
669179: http://bugs.debian.org/cgi-bin/bugreport.cgi?bug=669179
Debian Bug Tracking System
Contact ow...@bugs.debian.org with problems
---BeginMessage---
Source: eglibc
Version: 2.13-27
Severity: wishlist

Hello,
please update the ld.so manapges for libc6 as shipped by Debian. They seem to 
be fairly outdated and do not reflect
what our ld.so currently supports. I was just surprised to find out that 
LD_SHOW_AUXV is documented, but not in our
version of the manual.

Thanks
Nico


---End Message---
---BeginMessage---
Source: eglibc
Source-Version: 2.13-31

We believe that the bug you reported is fixed in the latest version of
eglibc, which is due to be installed in the Debian FTP archive:

eglibc-source_2.13-31_all.deb
  to main/e/eglibc/eglibc-source_2.13-31_all.deb
eglibc_2.13-31.diff.gz
  to main/e/eglibc/eglibc_2.13-31.diff.gz
eglibc_2.13-31.dsc
  to main/e/eglibc/eglibc_2.13-31.dsc
glibc-doc_2.13-31_all.deb
  to main/e/eglibc/glibc-doc_2.13-31_all.deb
libc-bin_2.13-31_amd64.deb
  to main/e/eglibc/libc-bin_2.13-31_amd64.deb
libc-dev-bin_2.13-31_amd64.deb
  to main/e/eglibc/libc-dev-bin_2.13-31_amd64.deb
libc6-dbg_2.13-31_amd64.deb
  to main/e/eglibc/libc6-dbg_2.13-31_amd64.deb
libc6-dev-i386_2.13-31_amd64.deb
  to main/e/eglibc/libc6-dev-i386_2.13-31_amd64.deb
libc6-dev_2.13-31_amd64.deb
  to main/e/eglibc/libc6-dev_2.13-31_amd64.deb
libc6-i386_2.13-31_amd64.deb
  to main/e/eglibc/libc6-i386_2.13-31_amd64.deb
libc6-pic_2.13-31_amd64.deb
  to main/e/eglibc/libc6-pic_2.13-31_amd64.deb
libc6-prof_2.13-31_amd64.deb
  to main/e/eglibc/libc6-prof_2.13-31_amd64.deb
libc6-udeb_2.13-31_amd64.udeb
  to main/e/eglibc/libc6-udeb_2.13-31_amd64.udeb
libc6_2.13-31_amd64.deb
  to main/e/eglibc/libc6_2.13-31_amd64.deb
libnss-dns-udeb_2.13-31_amd64.udeb
  to main/e/eglibc/libnss-dns-udeb_2.13-31_amd64.udeb
libnss-files-udeb_2.13-31_amd64.udeb
  to main/e/eglibc/libnss-files-udeb_2.13-31_amd64.udeb
locales-all_2.13-31_amd64.deb
  to main/e/eglibc/locales-all_2.13-31_amd64.deb
locales_2.13-31_all.deb
  to main/e/eglibc/locales_2.13-31_all.deb
multiarch-support_2.13-31_amd64.deb
  to main/e/eglibc/multiarch-support_2.13-31_amd64.deb
nscd_2.13-31_amd64.deb
  to main/e/eglibc/nscd_2.13-31_amd64.deb



A summary of the changes between this version and the previous one is
attached.

Thank you for reporting the bug, which will now be closed.  If you
have further comments please address them to 669...@bugs.debian.org,
and the maintainer will reopen the bug report if appropriate.

Debian distribution maintenance software
pp.
Aurelien Jarno aure...@debian.org (supplier of updated eglibc package)

(This message was generated automatically at their request; if you
believe that there is a problem with it please contact the archive
administrators by mailing ftpmas...@debian.org)


-BEGIN PGP SIGNED MESSAGE-
Hash: SHA1

Format: 1.8
Date: Sun, 29 Apr 2012 17:45:45 +0200
Source: eglibc
Binary: libc-bin libc-dev-bin glibc-doc eglibc-source locales locales-all nscd 
multiarch-support libc6 libc6-dev libc6-dbg libc6-prof libc6-pic libc6-udeb 
libc6.1 libc6.1-dev libc6.1-dbg libc6.1-prof libc6.1-pic libc6.1-udeb libc0.3 
libc0.3-dev libc0.3-dbg libc0.3-prof libc0.3-pic libc0.3-udeb libc0.1 
libc0.1-dev libc0.1-dbg libc0.1-prof libc0.1-pic libc0.1-udeb libc6-i386 
libc6-dev-i386 libc6-sparc64 libc6-dev-sparc64 libc6-s390 libc6-dev-s390 
libc6-s390x libc6-dev-s390x libc6-amd64 libc6-dev-amd64 libc6-powerpc 
libc6-dev-powerpc libc6-ppc64 libc6-dev-ppc64 libc6-mipsn32 libc6-dev-mipsn32 
libc6-mips64 libc6-dev-mips64 libc0.1-i386 libc0.1-dev-i386 libc6-i686 
libc6-xen libc0.1-i686 libc0.3-i686 libc0.3-xen libc6.1-alphaev67 
libc6-loongson2f libnss-dns-udeb libnss-files-udeb
Architecture: source all amd64
Version: 2.13-31
Distribution: unstable
Urgency: low
Maintainer: Aurelien Jarno aure...@debian.org
Changed-By: Aurelien Jarno aure...@debian.org
Description: 
 eglibc-source - Embedded GNU C Library: sources
 glibc-doc  - Embedded GNU C Library: Documentation
 libc-bin   - Embedded GNU C Library: Binaries
 libc-dev-bin - Embedded GNU C Library: Development binaries
 libc0.1- Embedded GNU C Library: Shared libraries
 libc0.1-dbg - Embedded GNU C Library: detached debugging symbols
 libc0.1-dev - Embedded GNU C Library: Development Libraries and Header Files
 

Bug#669960: marked as done (buggy STAILQ_FOREACH_SAFE)

2012-04-29 Thread Debian Bug Tracking System
Your message dated Sun, 29 Apr 2012 17:19:05 +
with message-id e1soxm5-0003ks...@franck.debian.org
and subject line Bug#669960: fixed in eglibc 2.13-31
has caused the Debian Bug report #669960,
regarding buggy STAILQ_FOREACH_SAFE
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 this
message is talking about, this may indicate a serious mail system
misconfiguration somewhere. Please contact ow...@bugs.debian.org
immediately.)


-- 
669960: http://bugs.debian.org/cgi-bin/bugreport.cgi?bug=669960
Debian Bug Tracking System
Contact ow...@bugs.debian.org with problems
---BeginMessage---
Package: libc0.1-dev
Version: 2.11.3-2
Tags: patch

The STAILQ_FOREACH_SAFE implementation in sys/queue.h includes a broken
reference and causes build failure on programs that use it.

See attached patch.

-- System Information:
Debian Release: 6.0.4
  APT prefers stable-updates
  APT policy: (500, 'stable-updates'), (500, 'stable')
Architecture: kfreebsd-amd64 (x86_64)

Kernel: kFreeBSD 8.1-1-amd64
Locale: LANG=ca_AD.UTF-8, LC_CTYPE=ca_AD.UTF-8 (charmap=UTF-8)
Shell: /bin/sh linked to /bin/dash

Versions of packages libc0.1-dev depends on:
ii  kfreebsd-kernel-headers   0.53   kernel of FreeBSD headers for deve
ii  libc-dev-bin  2.11.3-2   Embedded GNU C Library: Developmen
ii  libc0.1   2.11.3-2   Embedded GNU C Library: Shared lib

Versions of packages libc0.1-dev recommends:
ii  bcc [c-compiler] 0.16.17-3.1 16-bit x86 C compiler
ii  gcc [c-compiler] 4:4.4.5-1   The GNU C compiler
ii  gcc-4.3 [c-compiler] 4.3.5-4 The GNU C compiler
ii  gcc-4.4 [c-compiler] 4.4.5-8 The GNU C compiler

Versions of packages libc0.1-dev suggests:
pn  glibc-doc none (no description available)
ii  manpages-dev  3.27-1 Manual pages about using GNU/Linux

-- no debconf information
--- /usr/include/sys/queue.h~   2012-04-21 19:43:25.0 +0200
+++ /usr/include/sys/queue.h2012-04-22 11:51:10.113666960 +0200
@@ -294,7 +294,7 @@
(var) = ((var)-field.stqe_next))
 
 #defineSTAILQ_FOREACH_SAFE(var, head, field, tvar) 
\
-   for ((var) = ((elm)-field.stqe_next);  \
+   for ((var) = ((head)-stqh_first);  \
(var)  ((tvar) = ((var)-field.stqe_next), 1);\
(var) = (tvar))
 
---End Message---
---BeginMessage---
Source: eglibc
Source-Version: 2.13-31

We believe that the bug you reported is fixed in the latest version of
eglibc, which is due to be installed in the Debian FTP archive:

eglibc-source_2.13-31_all.deb
  to main/e/eglibc/eglibc-source_2.13-31_all.deb
eglibc_2.13-31.diff.gz
  to main/e/eglibc/eglibc_2.13-31.diff.gz
eglibc_2.13-31.dsc
  to main/e/eglibc/eglibc_2.13-31.dsc
glibc-doc_2.13-31_all.deb
  to main/e/eglibc/glibc-doc_2.13-31_all.deb
libc-bin_2.13-31_amd64.deb
  to main/e/eglibc/libc-bin_2.13-31_amd64.deb
libc-dev-bin_2.13-31_amd64.deb
  to main/e/eglibc/libc-dev-bin_2.13-31_amd64.deb
libc6-dbg_2.13-31_amd64.deb
  to main/e/eglibc/libc6-dbg_2.13-31_amd64.deb
libc6-dev-i386_2.13-31_amd64.deb
  to main/e/eglibc/libc6-dev-i386_2.13-31_amd64.deb
libc6-dev_2.13-31_amd64.deb
  to main/e/eglibc/libc6-dev_2.13-31_amd64.deb
libc6-i386_2.13-31_amd64.deb
  to main/e/eglibc/libc6-i386_2.13-31_amd64.deb
libc6-pic_2.13-31_amd64.deb
  to main/e/eglibc/libc6-pic_2.13-31_amd64.deb
libc6-prof_2.13-31_amd64.deb
  to main/e/eglibc/libc6-prof_2.13-31_amd64.deb
libc6-udeb_2.13-31_amd64.udeb
  to main/e/eglibc/libc6-udeb_2.13-31_amd64.udeb
libc6_2.13-31_amd64.deb
  to main/e/eglibc/libc6_2.13-31_amd64.deb
libnss-dns-udeb_2.13-31_amd64.udeb
  to main/e/eglibc/libnss-dns-udeb_2.13-31_amd64.udeb
libnss-files-udeb_2.13-31_amd64.udeb
  to main/e/eglibc/libnss-files-udeb_2.13-31_amd64.udeb
locales-all_2.13-31_amd64.deb
  to main/e/eglibc/locales-all_2.13-31_amd64.deb
locales_2.13-31_all.deb
  to main/e/eglibc/locales_2.13-31_all.deb
multiarch-support_2.13-31_amd64.deb
  to main/e/eglibc/multiarch-support_2.13-31_amd64.deb
nscd_2.13-31_amd64.deb
  to main/e/eglibc/nscd_2.13-31_amd64.deb



A summary of the changes between this version and the previous one is
attached.

Thank you for reporting the bug, which will now be closed.  If you
have further comments please address them to 669...@bugs.debian.org,
and the maintainer will reopen the bug report if appropriate.

Debian distribution maintenance software
pp.
Aurelien Jarno aure...@debian.org (supplier of updated eglibc package)

(This message was generated automatically at their request; if you
believe that there is a problem with it please contact the archive
administrators by mailing ftpmas...@debian.org)


-BEGIN 

Processed: Re: Bug#564874: manpages: Please ship ld.so manpage

2012-04-29 Thread Debian Bug Tracking System
Processing commands for cont...@bugs.debian.org:

 reassign 564874 manpages,libc-bin
Bug #564874 [manpages] manpages: Please ship ld.so manpage
Bug reassigned from package 'manpages' to 'manpages,libc-bin'.
No longer marked as found in versions manpages/3.23-1.
Ignoring request to alter fixed versions of bug #564874 to the same values 
previously set
 thanks
Stopping processing here.

Please contact me if you need assistance.
-- 
564874: http://bugs.debian.org/cgi-bin/bugreport.cgi?bug=564874
Debian Bug Tracking System
Contact ow...@bugs.debian.org with problems


--
To UNSUBSCRIBE, email to debian-glibc-requ...@lists.debian.org
with a subject of unsubscribe. Trouble? Contact listmas...@lists.debian.org
Archive: 
http://lists.debian.org/handler.s.c.133572148214101.transcr...@bugs.debian.org



Bug#564874: manpages: Please ship ld.so manpage

2012-04-29 Thread Michael Kerrisk (man-pages)
On Mon, Apr 30, 2012 at 5:42 AM, Simon Paillard spaill...@debian.org wrote:
 reassign 564874 manpages,libc-bin
 thanks

 On Tue, Jan 12, 2010 at 11:38:15AM +, Andrew Suffield wrote:
 Package: manpages
 Version: 3.23-1
 Severity: normal

 The current ld.so manpage is from glibc. It's gratuitously out of date
 and just plain wrong in places. The one in manpages is current and
 reasonably accurate. Please arrange for the version from manpages to
 be shipped instead of the glibc version.

 I concur, but we need agreement of libc-bin maintainers.

 http://people.debian.org/~spaillard/libc-or-manpages/ld.so.8.libc-bin
 http://people.debian.org/~spaillard/libc-or-manpages/ld.so.8.manpages-linux

 The manpages-linux version provides more environment variables:
 LD_AUDIT
 LD_DYNAMIC_WEAK
 LD_HWCAP_MASK
 LD_ORIGIN_PATH
 LD_POINTER_GUARD
 LD_SHOW_AUXV
 LD_USE_LOAD_BIAS

 (but no more LD_ASSUME_KERNEL).

For info: Jonathan Neider, CCed was looking at integrating those
pieces of the Debian libc-bin page that were missing from the upstream
man-pages ld.so.8 page. We did upstream one piece already, but I'm not
sure what Jonathan's current plans are for further work.

Cheers,

Michael

-- 
Michael Kerrisk
Linux man-pages maintainer; http://www.kernel.org/doc/man-pages/
Author of The Linux Programming Interface; http://man7.org/tlpi/



-- 
To UNSUBSCRIBE, email to debian-glibc-requ...@lists.debian.org
with a subject of unsubscribe. Trouble? Contact listmas...@lists.debian.org
Archive: 
http://lists.debian.org/CAKgNAki=j2QE=izoynyxjp7mrhsnxwwskddhc7iyxdf5p5g...@mail.gmail.com



Bug#564874: manpages: Please ship ld.so manpage

2012-04-29 Thread Jonathan Nieder
Michael Kerrisk wrote:

 For info: Jonathan Neider, CCed was looking at integrating those
 pieces of the Debian libc-bin page that were missing from the upstream
 man-pages ld.so.8 page. We did upstream one piece already, but I'm not
 sure what Jonathan's current plans are for further work.

Looking for a spare moment, but if someone else wants to pick up the
slack I won't mind at all.

Thanks,
Jonathan

http://thread.gmane.org/gmane.linux.man/2377



-- 
To UNSUBSCRIBE, email to debian-glibc-requ...@lists.debian.org
with a subject of unsubscribe. Trouble? Contact listmas...@lists.debian.org
Archive: http://lists.debian.org/20120429175913.GA26653@burratino



Bug#564874: manpages: Please ship ld.so manpage

2012-04-29 Thread Jonathan Nieder
reassign 564874 manpages 3.23-1
quit

Simon Paillard wrote:

 I concur, but we need agreement of libc-bin maintainers.

Reassigning to manpages, since this couldn't be fixed by a change in
eglibc alone (or in other words: to unconfuse debbugs[1]).  If you
think the page is ready already, then please do coordinate with the
libc maintainers to make the appropriate packaging changes.

[1] see http://www.debian.org/Bugs/server-control#reassign



-- 
To UNSUBSCRIBE, email to debian-glibc-requ...@lists.debian.org
with a subject of unsubscribe. Trouble? Contact listmas...@lists.debian.org
Archive: http://lists.debian.org/20120429180423.GA26723@burratino



Processed: Re: manpages: Please ship ld.so manpage

2012-04-29 Thread Debian Bug Tracking System
Processing commands for cont...@bugs.debian.org:

 reassign 564874 manpages 3.23-1
Bug #564874 [manpages,libc-bin] manpages: Please ship ld.so manpage
Bug reassigned from package 'manpages,libc-bin' to 'manpages'.
Ignoring request to alter found versions of bug #564874 to the same values 
previously set
Ignoring request to alter fixed versions of bug #564874 to the same values 
previously set
Bug #564874 [manpages] manpages: Please ship ld.so manpage
Marked as found in versions manpages/3.23-1.
 quit
Stopping processing here.

Please contact me if you need assistance.
-- 
564874: http://bugs.debian.org/cgi-bin/bugreport.cgi?bug=564874
Debian Bug Tracking System
Contact ow...@bugs.debian.org with problems


--
To UNSUBSCRIBE, email to debian-glibc-requ...@lists.debian.org
with a subject of unsubscribe. Trouble? Contact listmas...@lists.debian.org
Archive: 
http://lists.debian.org/handler.s.c.133572267920411.transcr...@bugs.debian.org



Bug#667687: new patch. eglibc upload urgently required!

2012-04-29 Thread Robert Millan
2012/4/22 Robert Millan r...@debian.org:
 I notice that my initial patch didn't handle the library dependency
 part.  I'm attaching a new patch that fixes this issue. This makes new
 packages built against the patched libc0.1-dev depend on libc0.1 =
 2.13-31.

 VERY IMPORTANT NOTICE: if this patch is introduced in a later
 version (rather than 2.13-31), you MUST change the version in
 debian/libc0.1.symbols.common to the first version that provides
 pthread_condattr_*etclock on GNU/kFreeBSD.

Uhm, I notice you didn't include this part.  Now packages that build
with libc0.1-dev 2.13-31 won't have a versioned dependency on libc0.1
= 2.13-31.

Are you sure this is correct?  It seems to me that this can be a big
problem if those packages migrate to testing before eglibc does.

-- 
Robert Millan



--
To UNSUBSCRIBE, email to debian-glibc-requ...@lists.debian.org
with a subject of unsubscribe. Trouble? Contact listmas...@lists.debian.org
Archive: 
http://lists.debian.org/caofdtxn33lcn-bmsfefx3k7y_waw8d2vd5obxpzbdy8hfmw...@mail.gmail.com



Bug#670597: libc6: /lib/ld-linux.so.3 symlink not set

2012-04-29 Thread Adam Conrad
On Sun, Apr 29, 2012 at 04:13:17PM +0100, Steve McIntyre wrote:
 On Sun, Apr 29, 2012 at 04:57:03PM +0200, Philipp Kern wrote:
 
 However it would be nice if you could avoid breaking all our official
 buildds in the process next time.  I.e. a notice *before* breaking the
 ports' users would've been helpful, especially as that change wasn't
 particularly time critical *for Debian*.
 
 For now I've put in an extra /lib/ld-linux.so.3 symlink on the buildds
 so they can start working again immediately. Next, I'm scanning all
 the machines to verify exactly which packages need
 fixing/rebuilding/reinstalling. Shouldn't take too long.

To be fair, I had no way of knowing that the Debian buildds were running
binaries from debian-ports (or, more accurately, binaries built against
debian-ports by DSA).  The revelation was somewhat of a shock to me, as
I've had very little (ie: nothing) to do with the Debian armhf buildds.

Apologies for the breakage, but it seems like Steve has things well in
hand by now.

... Adam



-- 
To UNSUBSCRIBE, email to debian-glibc-requ...@lists.debian.org
with a subject of unsubscribe. Trouble? Contact listmas...@lists.debian.org
Archive: http://lists.debian.org/20120429184042.gl11...@0c3.net



Bug#670597: libc6: /lib/ld-linux.so.3 symlink not set

2012-04-29 Thread Peter Palfrader
On Sun, 29 Apr 2012, Adam Conrad wrote:

 To be fair, I had no way of knowing that the Debian buildds were running
 binaries from debian-ports (or, more accurately, binaries built against
 debian-ports by DSA).

DSA didn't build these binaries.  schroot on armhf comes from the
buildd.d.o repository (because the one in testing doesn't work with
buildd, aiui).
-- 
   |  .''`.   ** Debian **
  Peter Palfrader  | : :' :  The  universal
 http://www.palfrader.org/ | `. `'  Operating System
   |   `-http://www.debian.org/



-- 
To UNSUBSCRIBE, email to debian-glibc-requ...@lists.debian.org
with a subject of unsubscribe. Trouble? Contact listmas...@lists.debian.org
Archive: http://lists.debian.org/20120429203616.gs18...@anguilla.noreply.org



Bug#670883: ld.so.8: too much removed, or not enough

2012-04-29 Thread David Prévot
Package: libc-bin
Version: 2.13-31
Severity: minor

-BEGIN PGP SIGNED MESSAGE-
Hash: SHA256

The last documented environment variables, LD_ASSUME_KERNEL, has its
text cut:
   LD_ASSUME_KERNEL
  Every  DSO  (Dynamic  Shared Object, aka shared library)
  […]
  library is installed on the system.  The

If the purpose was to remove its documentation completely, you forgot a
few lines.

Regards

David

- -- System Information:
Debian Release: wheezy/sid
  APT prefers unstable
  APT policy: (500, 'unstable'), (500, 'testing'), (500, 'stable'), (1, 
'experimental')
Architecture: amd64 (x86_64)

Kernel: Linux 3.2.0-2-amd64 (SMP w/1 CPU core)
Locale: LANG=fr_FR.UTF-8, LC_CTYPE=fr_FR.UTF-8 (charmap=UTF-8)
Shell: /bin/sh linked to /bin/dash

- -- no debconf information

-BEGIN PGP SIGNATURE-
Version: GnuPG v1.4.12 (GNU/Linux)

iQIcBAEBCAAGBQJPndLMAAoJELgqIXr9/gnyen0P/Rdcz/H/UxlpNia8Ym0DwTLp
9QHmKSkyTnoD2Jkic6DDbf6iKFHbMIJZa8LJ7qFyHj8R54lx11rwq1lOIC8/3Snh
IEyVPgsJ6iu0bEBVaDaesU+xpAe1qXT2iKZBKQyorG/qkbK3bAcwJJ/Avg5X/T6t
BBHEcFSf6darvpDAzY6NIrh9Mz1kLgDbpXkHY/RK0MiqRFWIDP/fnGL+S36GTekf
eqCTGmxjiWpBuRpffXjr5PFWBG9JsZe5lJlZQtR4GGnU7KGV0W5pCLWPF0E1e06Y
r4ak876cT3gJLXUTH7MuRBN/jfG8OPl/WQgGyvt5nLqQd+OCiGCL+AI3AdhfTigr
q9VojB3SfaF/gHOs0H62LNwQie0kEXd9AJ9oLdCrlciohNVf/LOSwTTeADWT416E
ABRG7tsRI99Q7HjvIl1cyC33SqMq/I7YfPMmXLJHFdTJMKVSgmVpNhxFiUhhmVsh
j12C5JeXMct1jrCpHb7MlMlc3614Go6bPgldpgdFpbt3s3EEGKF9aEl3qodvxKCg
EkuaZZH/MzGHOnFCDxDaV1nHDNbQwGp5drd37Wx9LjU5C+vXbG8U7RdQdIvTji3J
nacG0hupGAK3MuHE24eyErBAN4j3kUL/VIQ0FlvHMNp3jqtSC1PVZ1nlRrQ2otz1
UdYDCwkOsfUfL9C4hPrZ
=+eDd
-END PGP SIGNATURE-



-- 
To UNSUBSCRIBE, email to debian-glibc-requ...@lists.debian.org
with a subject of unsubscribe. Trouble? Contact listmas...@lists.debian.org
Archive: 
http://lists.debian.org/20120429234624.26891.99246.report...@mikado.tilapin.org



Bug#670883: ld.so.8: too much removed, or not enough

2012-04-29 Thread David Prévot
-BEGIN PGP SIGNED MESSAGE-
Hash: SHA256

Le 29/04/2012 19:46, David Prévot a écrit :

 The last documented environment variables, LD_ASSUME_KERNEL, has its
 text cut:

Same remark for LD_VERBOSE (definition ends with “(ie. either”). There
is also a missing “.TP” in the line preceding it's definition, if you
didn't want to remove it completely:

- --- /tmp/ld.so.8.orig   2012-04-29 19:54:37.0 -0400
+++ /tmp/ld.so.82012-04-29 19:54:58.0 -0400
@@ -199,10 +199,11 @@
 If
 .B LD_USE_LOAD_BIAS
 is defined with the value 0,
 neither executables nor PIEs will honor the base addresses.
 This variable is ignored by set-user-ID and set-group-ID programs.
+.TP
 .B LD_VERBOSE
 If set to non-empty string, output symbol versioning information
 about the program if querying information about the program (ie. either
 .TP
 .B LD_WARN


LD_PROFILE_OUTPUT definition was moved, but its first lined has been
skipped, thus partially renaming it as LD_PROFILE:

- --- /tmp/ld.so.8.orig   2012-04-29 19:54:37.0 -0400
+++ /tmp/ld.so.82012-04-29 20:04:26.0 -0400
@@ -170,6 +170,9 @@
 the pointers for use in the event of a buffer overrun or
 stack-smashing attack.
 .TP
+.B
+LD_PROFILE_OUTPUT
+File where
 .B LD_PROFILE
 output should be written.
 If this variable is not defined, or is defined as an empty string,

If the purpose was to move LD_PROFILE, it's definition was simply:

.TP
.B LD_PROFILE
Shared object to be profiled.


Regards

David

-BEGIN PGP SIGNATURE-
Version: GnuPG v1.4.12 (GNU/Linux)

iQIcBAEBCAAGBQJPndlFAAoJELgqIXr9/gnywfMQAJi11zECv/BuSZWkX3ibWh9j
j442ueHqdTlp7/oaqsTl5d9pC4LOeDr3tPwQnN+cphCZoPTpH7kYf9mEI9g3Ze+O
kv/Y4COo0LhLGDREIWuAGCkJa5MpBzovDuJCsZ5VvrXzmvYAldEYqyUGxuTQx6T2
xqIvDXOBzSZ2CnPeT7EDKeWAP7kRieV4FxJL21N9FymhD9DTXw/TuLfWsUQoSO9v
t23LPqjpTbTy583MLzIVFAnweVyvP/TtVIDCn3QL7iB0JxA6XgA+TUhmSDq7eInB
tgo2DanF3VrnL9AwvYgwUvziARrKXYxB6tFIED8UmEsduO0iTiEpvkHGN7+b8e90
NlX/LOOLrODfcU1V4s2wdrkz4bwfBBQLGBFzE1eLdojSKA9xLD4MRSWfNyicQolY
L85qVI6YAnb6SLrEE3oj0eOt26CHYrkW6nl+v2MZlyoD9t1nvRAJmWV7PnVRNo5/
SYl+OJA2b/JdgkDQS+E2mMesAmWVisY3noH2ld7RDqTHVN8fmSztgMcmDUawfMPv
Puk//in8c0/IlViPFjSLa37yKqmom1RYk4HaSrg1PmdyvD9d6Vypexw5BaftaffJ
Xh0xda6DU93Y2D0izh7ipHTKCe75etvfIfVzsbMFc5Kygz4atwkslnlAAKbsecfE
1F7M8jYODrtc/zPtMEoD
=wuSe
-END PGP SIGNATURE-



-- 
To UNSUBSCRIBE, email to debian-glibc-requ...@lists.debian.org
with a subject of unsubscribe. Trouble? Contact listmas...@lists.debian.org
Archive: http://lists.debian.org/4f9dd946.5040...@tilapin.org