Re: r2197 - in glibc-package/trunk/debian: . local/etc_init.d

2007-05-07 Thread Adam D. Barratt
Hi,

On Mon, 2007-05-07 at 09:46 +, Aurelien Jarno wrote: 
> Author: aurel32
> Date: 2007-05-07 09:46:44 + (Mon, 07 May 2007)
> New Revision: 2197
> 
> Modified:
>glibc-package/trunk/debian/changelog
>glibc-package/trunk/debian/local/etc_init.d/glibc.sh
> Log:
>   * debian/local/etc_init.d/glibc.sh: fix the broken comment. Closes: 
> #422587.
[...]
> +# This script detects depreciated kernel versions incompatible with
> +# the current version of the glibc

Sorry to be a pain, but that should be "deprecated". Depreciated means
lessened in price or value, whereas deprecated means disapproved of or
(albeit only in jargon) obsolete.

Regards,

Adam


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



r2199 - in glibc-package/trunk/debian: . sysdeps

2007-05-07 Thread Aurelien Jarno
Author: aurel32
Date: 2007-05-07 12:41:07 + (Mon, 07 May 2007)
New Revision: 2199

Modified:
   glibc-package/trunk/debian/changelog
   glibc-package/trunk/debian/sysdeps/depflags.pl
Log:
  * debian/sysdeps/depflags.pl: Add a conflicts on binutils 
(<< 2.17cvs20070426-1) for libc-dev.  Closes: #422625.



Modified: glibc-package/trunk/debian/changelog
===
--- glibc-package/trunk/debian/changelog2007-05-07 12:22:05 UTC (rev 
2198)
+++ glibc-package/trunk/debian/changelog2007-05-07 12:41:07 UTC (rev 
2199)
@@ -1,3 +1,10 @@
+glibc (2.5-8) UNRELEASED; urgency=low
+
+  * debian/sysdeps/depflags.pl: Add a conflicts on binutils 
+(<< 2.17cvs20070426-1) for libc-dev.  Closes: #422625.
+
+ -- Aurelien Jarno <[EMAIL PROTECTED]>  Mon, 07 May 2007 14:39:15 +0200
+
 glibc (2.5-7) unstable; urgency=low
 
   * debian/sysdeps/i386.mk: switch from --includir= to amd64_includedir.

Modified: glibc-package/trunk/debian/sysdeps/depflags.pl
===
--- glibc-package/trunk/debian/sysdeps/depflags.pl  2007-05-07 12:22:05 UTC 
(rev 2198)
+++ glibc-package/trunk/debian/sysdeps/depflags.pl  2007-05-07 12:41:07 UTC 
(rev 2199)
@@ -154,8 +154,8 @@
 # new libc.
 push @{$libc_c{'Conflicts'}}, 'initrd-tools (<< 0.1.84.1)';
 
-## Depends on a binutils version that supports DT_GNU_HASH
-#push @{$libc_dev_c{'Depends'}}, 'binutils (>= 2.17.50)';
+## Conflict versions of binutils version that does not support DT_GNU_HASH
+push @{$libc_dev_c{'Conflicts'}}, 'binutils (<< 2.17cvs20070426-1)';
 
 # Make sure we only have one version of libc-dev installed
 push @{$libc_dev_c{'Provides'}}, 'libc-dev';


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



Bug#422598: marked as done (libc6: Segmentation fault in printf()/vfprintf()/strlen())

2007-05-07 Thread Debian Bug Tracking System
Your message dated Mon, 07 May 2007 14:45:34 +0200
with message-id <[EMAIL PROTECTED]>
and subject line Bug#422598: libc6: Segmentation fault in 
printf()/vfprintf()/strlen()
has caused the attached Bug report to be marked as done.

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

(NB: If you are a system administrator and have no idea what I am
talking about this indicates a serious mail system misconfiguration
somewhere.  Please contact me immediately.)

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

--- Begin Message ---
Package: libc6
Version: 2.5-6
Severity: normal

Hi,

there happens a segmentation fault with the following code:

#include 

int main(int argc, char**argv)
{
printf("%s\n", strerror(atoi(argv[1])));
}

I have observed this on amd64 libc6 2.5-5 and 2.5-6,
it does not occur on i386 libc6 2.5-5.

The amd64 system is actually an amd64 schroot running on a sarge/i386
host.

If there is anything I can do to help you debug this, please let me
know. A small test log is appended below.

Andreas

$ vi strerror.c
$ gcc -g -o strerror strerror.c
$ ./strerror 0 ; echo $?
Segmentation fault
139
$ gdb ./strerror
GNU gdb 6.6-debian

This GDB was configured as "x86_64-linux-gnu"...
Using host libthread_db library "/lib/libthread_db.so.1".
(gdb) set args 0
(gdb) run
Starting program: /home/beckmann/strerror 0

Program received signal SIGSEGV, Segmentation fault.
0x2ad8f39eeab0 in strlen () from /lib/libc.so.6
(gdb) bt full
#0  0x2ad8f39eeab0 in strlen () from /lib/libc.so.6
No symbol table info available.
#1  0x2ad8f39beb15 in vfprintf () from /lib/libc.so.6
No symbol table info available.
#2  0x2ad8f39c4a6a in printf () from /lib/libc.so.6
No symbol table info available.
#3  0x00400549 in main (argc=2, argv=0x7f9b5838) at
strerror.c:5
No locals.

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

Kernel: Linux 2.6.16.29.2.em64t-smp (SMP w/16 CPU cores)
Locale: LANG=C, LC_CTYPE=C (charmap=ANSI_X3.4-1968)
Shell: /bin/sh linked to /bin/bash

-- no debconf information

--- End Message ---
--- Begin Message ---
Andreas Beckmann a écrit :
> Package: libc6
> Version: 2.5-6
> Severity: normal
> 
> Hi,
> 
> there happens a segmentation fault with the following code:
> 
>   #include 
> 
>   int main(int argc, char**argv)
>   {
>   printf("%s\n", strerror(atoi(argv[1])));
>   }
> 
> I have observed this on amd64 libc6 2.5-5 and 2.5-6,
> it does not occur on i386 libc6 2.5-5.
> 
> The amd64 system is actually an amd64 schroot running on a sarge/i386
> host.
> 
> If there is anything I can do to help you debug this, please let me
> know. A small test log is appended below.
> 

You are missing a #include . And don't forget to always build
with -Wall.

-- 
  .''`.  Aurelien Jarno | GPG: 1024D/F1BCDB73
 : :' :  Debian developer   | Electrical Engineer
 `. `'   [EMAIL PROTECTED] | [EMAIL PROTECTED]
   `-people.debian.org/~aurel32 | www.aurel32.net
--- End Message ---


Bug#422625: libc6 2.5-5 breaks binutils 2.17-3

2007-05-07 Thread James Y Knight

Package: libc6
Version: 2.5-5

On x86_64, mostly debian etch. After upgrading libc6 to unstable, I  
can no longer compile anything.


echo "int main() {return 0;}" > test.c
gcc test.c

/lib/libc.so.6: file not recognized: File format not recognized
collect2: ld returned 1 exit status

Upgrading binutils from 2.17-3 to 2.17cvs20070426-4 fixes the  
problem. Perhaps libc6 should have a versioned conflict with binutils?


James


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



Bug#422587: marked as done (Broken English in /etc/init.d/glibc.sh)

2007-05-07 Thread Debian Bug Tracking System
Your message dated Mon, 07 May 2007 12:02:05 +
with message-id <[EMAIL PROTECTED]>
and subject line Bug#422587: fixed in glibc 2.5-7
has caused the attached Bug report to be marked as done.

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

(NB: If you are a system administrator and have no idea what I am
talking about this indicates a serious mail system misconfiguration
somewhere.  Please contact me immediately.)

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

--- Begin Message ---
Package: libc6
Version: 2.5-5
Severity: minor

# This script is existed for detecting depreciated kernel version to
# check glibc incompatibility.

This should read "This script exists for..." or "This script does exist for..."
or if you need the past tense "This script existed for..." (however, that
does not make a lot of sense exactly since the script obviously still exists
if it contains that phrase...).

Regards,

Joey

-- 
There are lies, statistics and benchmarks.

--- End Message ---
--- Begin Message ---
Source: glibc
Source-Version: 2.5-7

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

glibc-doc_2.5-7_all.deb
  to pool/main/g/glibc/glibc-doc_2.5-7_all.deb
glibc_2.5-7.diff.gz
  to pool/main/g/glibc/glibc_2.5-7.diff.gz
glibc_2.5-7.dsc
  to pool/main/g/glibc/glibc_2.5-7.dsc
libc6-amd64_2.5-7_i386.deb
  to pool/main/g/glibc/libc6-amd64_2.5-7_i386.deb
libc6-dbg_2.5-7_i386.deb
  to pool/main/g/glibc/libc6-dbg_2.5-7_i386.deb
libc6-dev-amd64_2.5-7_i386.deb
  to pool/main/g/glibc/libc6-dev-amd64_2.5-7_i386.deb
libc6-dev_2.5-7_i386.deb
  to pool/main/g/glibc/libc6-dev_2.5-7_i386.deb
libc6-i686_2.5-7_i386.deb
  to pool/main/g/glibc/libc6-i686_2.5-7_i386.deb
libc6-pic_2.5-7_i386.deb
  to pool/main/g/glibc/libc6-pic_2.5-7_i386.deb
libc6-prof_2.5-7_i386.deb
  to pool/main/g/glibc/libc6-prof_2.5-7_i386.deb
libc6-udeb_2.5-7_i386.udeb
  to pool/main/g/glibc/libc6-udeb_2.5-7_i386.udeb
libc6-xen_2.5-7_i386.deb
  to pool/main/g/glibc/libc6-xen_2.5-7_i386.deb
libc6_2.5-7_i386.deb
  to pool/main/g/glibc/libc6_2.5-7_i386.deb
libnss-dns-udeb_2.5-7_i386.udeb
  to pool/main/g/glibc/libnss-dns-udeb_2.5-7_i386.udeb
libnss-files-udeb_2.5-7_i386.udeb
  to pool/main/g/glibc/libnss-files-udeb_2.5-7_i386.udeb
locales-all_2.5-7_i386.deb
  to pool/main/g/glibc/locales-all_2.5-7_i386.deb
locales_2.5-7_all.deb
  to pool/main/g/glibc/locales_2.5-7_all.deb
nscd_2.5-7_i386.deb
  to pool/main/g/glibc/nscd_2.5-7_i386.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 [EMAIL PROTECTED],
and the maintainer will reopen the bug report if appropriate.

Debian distribution maintenance software
pp.
Aurelien Jarno <[EMAIL PROTECTED]> (supplier of updated glibc 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 [EMAIL PROTECTED])


-BEGIN PGP SIGNED MESSAGE-
Hash: SHA1

Format: 1.7
Date: Mon, 07 May 2007 11:45:41 +0200
Source: glibc
Binary: libc0.1-prof libc6-dev-amd64 locales-all libc6-i686 libc6-dev-ppc64 
libc0.3-pic glibc-doc libc0.3 libc6-dev-mipsn32 libc0.1-i686 libc0.1-i386 
libc6-mips64 libc6.1-dev libc6-s390x libnss-files-udeb libc0.1-dev-i386 
libc6-dev-sparc64 libc6-i386 libc0.3-dev libc6-udeb libc6-dbg libc6.1-pic 
libc6-dev libc0.3-prof libc6-sparcv9 libc0.1-udeb libc6-dev-i386 libc6.1-prof 
libc6-mipsn32 libc0.1-dev locales libc6-pic libc0.3-udeb libc6-dev-powerpc 
libc0.1-pic libc6-ppc64 libc0.3-dbg libc0.1-dbg libc6-amd64 libc0.1 libc6-prof 
libc6-xen libc6-dev-mips64 libc6-powerpc libc6 libc6-sparcv9b libc6.1-udeb 
libc6.1-dbg nscd libc6-sparc64 libnss-dns-udeb libc6.1 libc6-dev-s390x
Architecture: source i386 all
Version: 2.5-7
Distribution: unstable
Urgency: low
Maintainer: Aurelien Jarno <[EMAIL PROTECTED]>
Changed-By: Aurelien Jarno <[EMAIL PROTECTED]>
Description: 
 glibc-doc  - GNU C Library: Documentation
 libc6  - GNU C Library: Shared libraries
 libc6-amd64 - GNU C Library: 64bit Shared libraries for AMD64
 libc6-dbg  - GNU C Library: Libraries with debugging symbols
 libc6-dev  - GNU C Library: Development Libraries and Header Files
 libc6-dev-amd64 - GNU C Library: 64bit Development Libraries for AMD64
 libc6-i686 - GNU C Library: Shared libraries [i686 optimized]
 libc6-pic  - GNU C Library: PIC archive library
 libc6-prof - GNU C Library: Profiling Libraries
 libc6-udeb - GNU C Library: Shared libraries - udeb (udeb)
 libc6-xen  - GNU C Library: Shared libraries [Xen version]
 libnss-dns-udeb - GNU C Library: NSS helper for DNS - udeb (udeb)
 libnss-files-udeb - GNU C Library: NSS helper for fi

Bug#422598: libc6: Segmentation fault in printf()/vfprintf()/strlen()

2007-05-07 Thread Andreas Beckmann
Package: libc6
Version: 2.5-6
Severity: normal

Hi,

there happens a segmentation fault with the following code:

#include 

int main(int argc, char**argv)
{
printf("%s\n", strerror(atoi(argv[1])));
}

I have observed this on amd64 libc6 2.5-5 and 2.5-6,
it does not occur on i386 libc6 2.5-5.

The amd64 system is actually an amd64 schroot running on a sarge/i386
host.

If there is anything I can do to help you debug this, please let me
know. A small test log is appended below.

Andreas

$ vi strerror.c
$ gcc -g -o strerror strerror.c
$ ./strerror 0 ; echo $?
Segmentation fault
139
$ gdb ./strerror
GNU gdb 6.6-debian

This GDB was configured as "x86_64-linux-gnu"...
Using host libthread_db library "/lib/libthread_db.so.1".
(gdb) set args 0
(gdb) run
Starting program: /home/beckmann/strerror 0

Program received signal SIGSEGV, Segmentation fault.
0x2ad8f39eeab0 in strlen () from /lib/libc.so.6
(gdb) bt full
#0  0x2ad8f39eeab0 in strlen () from /lib/libc.so.6
No symbol table info available.
#1  0x2ad8f39beb15 in vfprintf () from /lib/libc.so.6
No symbol table info available.
#2  0x2ad8f39c4a6a in printf () from /lib/libc.so.6
No symbol table info available.
#3  0x00400549 in main (argc=2, argv=0x7f9b5838) at
strerror.c:5
No locals.

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

Kernel: Linux 2.6.16.29.2.em64t-smp (SMP w/16 CPU cores)
Locale: LANG=C, LC_CTYPE=C (charmap=ANSI_X3.4-1968)
Shell: /bin/sh linked to /bin/bash

-- no debconf information


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



r2197 - in glibc-package/trunk/debian: . local/etc_init.d

2007-05-07 Thread Aurelien Jarno
Author: aurel32
Date: 2007-05-07 09:46:44 + (Mon, 07 May 2007)
New Revision: 2197

Modified:
   glibc-package/trunk/debian/changelog
   glibc-package/trunk/debian/local/etc_init.d/glibc.sh
Log:
  * debian/local/etc_init.d/glibc.sh: fix the broken comment. Closes: 
#422587.



Modified: glibc-package/trunk/debian/changelog
===
--- glibc-package/trunk/debian/changelog2007-05-07 09:21:41 UTC (rev 
2196)
+++ glibc-package/trunk/debian/changelog2007-05-07 09:46:44 UTC (rev 
2197)
@@ -1,8 +1,10 @@
 glibc (2.5-7) unstable; urgency=low
 
   * debian/sysdeps/i386.mk: switch from --includir= to amd64_includedir.
+  * debian/local/etc_init.d/glibc.sh: fix the broken comment.  Closes: 
+#422587.
 
- -- Aurelien Jarno <[EMAIL PROTECTED]>  Mon, 07 May 2007 11:20:52 +0200
+ -- Aurelien Jarno <[EMAIL PROTECTED]>  Mon, 07 May 2007 11:45:41 +0200
 
 glibc (2.5-6) unstable; urgency=low
 

Modified: glibc-package/trunk/debian/local/etc_init.d/glibc.sh
===
--- glibc-package/trunk/debian/local/etc_init.d/glibc.sh2007-05-07 
09:21:41 UTC (rev 2196)
+++ glibc-package/trunk/debian/local/etc_init.d/glibc.sh2007-05-07 
09:46:44 UTC (rev 2197)
@@ -8,8 +8,9 @@
 # Default-Stop:
 ### END INIT INFO
 #
-# This script is existed for detecting depreciated kernel version to
-# check glibc incompatibility.
+# 
+# This script detects depreciated kernel versions incompatible with
+# the current version of the glibc
 
 if [ "`uname -s`" = Linux ]; then
 # glibc kernel version check: KERNEL_VERSION_CHECK


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



r2196 - in glibc-package/trunk/debian: . sysdeps

2007-05-07 Thread Aurelien Jarno
Author: aurel32
Date: 2007-05-07 09:21:41 + (Mon, 07 May 2007)
New Revision: 2196

Modified:
   glibc-package/trunk/debian/changelog
   glibc-package/trunk/debian/sysdeps/i386.mk
Log:
  * debian/sysdeps/i386.mk: switch from --includir= to amd64_includedir.



Modified: glibc-package/trunk/debian/changelog
===
--- glibc-package/trunk/debian/changelog2007-05-07 09:18:54 UTC (rev 
2195)
+++ glibc-package/trunk/debian/changelog2007-05-07 09:21:41 UTC (rev 
2196)
@@ -1,3 +1,9 @@
+glibc (2.5-7) unstable; urgency=low
+
+  * debian/sysdeps/i386.mk: switch from --includir= to amd64_includedir.
+
+ -- Aurelien Jarno <[EMAIL PROTECTED]>  Mon, 07 May 2007 11:20:52 +0200
+
 glibc (2.5-6) unstable; urgency=low
 
   * patches/any/cvs-vfprintf-stack-smashing.diff: new patch from

Modified: glibc-package/trunk/debian/sysdeps/i386.mk
===
--- glibc-package/trunk/debian/sysdeps/i386.mk  2007-05-07 09:18:54 UTC (rev 
2195)
+++ glibc-package/trunk/debian/sysdeps/i386.mk  2007-05-07 09:21:41 UTC (rev 
2196)
@@ -43,8 +43,8 @@
 # /usr/include/asm wrappers need that symbol.
 amd64_CC = $(CC) -m64 -D__x86_64__
 amd64_extra_cflags = -O3 -g
-amd64_extra_config_options = $(extra_config_options) --disable-profile \
-   --includedir=/usr/include/x86_64-linux-gnu
+amd64_extra_config_options = $(extra_config_options) --disable-profile
+amd64_includedir = /usr/include/x86_64-linux-gnu
 amd64_slibdir = /lib64
 amd64_libdir = /usr/lib64
 


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



Bug#422587: Broken English in /etc/init.d/glibc.sh

2007-05-07 Thread Martin Schulze
Package: libc6
Version: 2.5-5
Severity: minor

# This script is existed for detecting depreciated kernel version to
# check glibc incompatibility.

This should read "This script exists for..." or "This script does exist for..."
or if you need the past tense "This script existed for..." (however, that
does not make a lot of sense exactly since the script obviously still exists
if it contains that phrase...).

Regards,

Joey

-- 
There are lies, statistics and benchmarks.


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



Bug#421882: marked as done (nscd: fails to start, syntax error)

2007-05-07 Thread Debian Bug Tracking System
Your message dated Mon, 07 May 2007 07:17:05 +
with message-id <[EMAIL PROTECTED]>
and subject line Bug#421882: fixed in glibc 2.5-6
has caused the attached Bug report to be marked as done.

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

(NB: If you are a system administrator and have no idea what I am
talking about this indicates a serious mail system misconfiguration
somewhere.  Please contact me immediately.)

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

--- Begin Message ---
Subject: nscd: fails to start, syntax error
Package: nscd
Version: 2.5-5
Severity: grave
Justification: renders package unusable

*** Please type your report below this line ***

I did a sudo aptitude upgrade. The package failed to install with the
following message.

Syntax-Fehler --> syntax error
Unbekannte Option --> unknown option

Richte nscd ein (2.5-5) ...
Installiere neue Version der Konfigurationsdatei /etc/nscd.conf ...
Installiere neue Version der Konfigurationsdatei /etc/init.d/nscd ...
Starting Name Service Cache Daemon: nscd/usr/sbin/nscd: Syntax-Fehler: 
/usr/sbin/nscd: Unbekannte Option:  hosts caching
/usr/sbin/nscd: Syntax-Fehler: 
/usr/sbin/nscd: Unbekannte Option:  per default.
/usr/sbin/nscd: failure while reading configuration file; this is fatal
 (failed).
invoke-rc.d: initscript nscd, action "start" failed.
dpkg: Fehler beim Bearbeiten von nscd (--configure):
 Unterprozess post-installation script gab den Fehlerwert 1 zurück
Richte ttf-freefont ein (20060501cvs-11) ...

Fehler traten auf beim Bearbeiten von:
 nscd
E: Sub-process /usr/bin/dpkg returned an error code (1)
Ein Paket konnte nicht installiert werden. Versuche zu lösen:
Richte nscd ein (2.5-5) ...
Starting Name Service Cache Daemon: nscd/usr/sbin/nscd: Syntax-Fehler: 
/usr/sbin/nscd: Unbekannte Option:  hosts caching
/usr/sbin/nscd: Syntax-Fehler: 
/usr/sbin/nscd: Unbekannte Option:  per default.
/usr/sbin/nscd: failure while reading configuration file; this is fatal
 (failed).
invoke-rc.d: initscript nscd, action "start" failed.
dpkg: Fehler beim Bearbeiten von nscd (--configure):
 Unterprozess post-installation script gab den Fehlerwert 1 zurück
Fehler traten auf beim Bearbeiten von:
 nscd


Also the following command failed.

& sudo /usr/sbin/nscd 
/usr/sbin/nscd: Syntax-Fehler: 
/usr/sbin/nscd: Unbekannte Option:  hosts caching
/usr/sbin/nscd: Syntax-Fehler: 
/usr/sbin/nscd: Unbekannte Option:  per default.
/usr/sbin/nscd: failure while reading configuration file; this is fatal


Thanks,

Paul


-- System Information:
Debian Release: lenny/sid
  APT prefers unstable
  APT policy: (500, 'unstable'), (1, 'experimental')
Architecture: i386 (i686)

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

Versions of packages nscd depends on:
ii  libc6 2.5-5  GNU C Library: Shared
libraries

nscd recommends no packages.

-- no debconf information


signature.asc
Description: Dies ist ein digital signierter Nachrichtenteil
--- End Message ---
--- Begin Message ---
Source: glibc
Source-Version: 2.5-6

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

glibc-doc_2.5-6_all.deb
  to pool/main/g/glibc/glibc-doc_2.5-6_all.deb
glibc_2.5-6.diff.gz
  to pool/main/g/glibc/glibc_2.5-6.diff.gz
glibc_2.5-6.dsc
  to pool/main/g/glibc/glibc_2.5-6.dsc
libc6-dbg_2.5-6_amd64.deb
  to pool/main/g/glibc/libc6-dbg_2.5-6_amd64.deb
libc6-dev-i386_2.5-6_amd64.deb
  to pool/main/g/glibc/libc6-dev-i386_2.5-6_amd64.deb
libc6-dev_2.5-6_amd64.deb
  to pool/main/g/glibc/libc6-dev_2.5-6_amd64.deb
libc6-i386_2.5-6_amd64.deb
  to pool/main/g/glibc/libc6-i386_2.5-6_amd64.deb
libc6-pic_2.5-6_amd64.deb
  to pool/main/g/glibc/libc6-pic_2.5-6_amd64.deb
libc6-prof_2.5-6_amd64.deb
  to pool/main/g/glibc/libc6-prof_2.5-6_amd64.deb
libc6-udeb_2.5-6_amd64.udeb
  to pool/main/g/glibc/libc6-udeb_2.5-6_amd64.udeb
libc6_2.5-6_amd64.deb
  to pool/main/g/glibc/libc6_2.5-6_amd64.deb
libnss-dns-udeb_2.5-6_amd64.udeb
  to pool/main/g/glibc/libnss-dns-udeb_2.5-6_amd64.udeb
libnss-files-udeb_2.5-6_amd64.udeb
  to pool/main/g/glibc/libnss-files-udeb_2.5-6_amd64.udeb
locales-all_2.5-6_amd64.deb
  to pool/main/g/glibc/locales-all_2.5-6_amd64.deb
locales_2.5-6_all.deb
  to pool/main/g/glibc/locales_2.5-6_all.deb
nscd_2.5-6_amd64.deb
  to pool/main/g/glibc/nscd_2.5-6_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 [EMAIL PROTECTED],
and the maintainer will reopen the bug report if appropriate.

Debian distribution maintenance software
pp.
Aurelien Jarno <[EMAIL PROTECTED]> (s

Bug#422067: marked as done (glibc_2.5-5 (alpha/unstable): FTBFS: CFI instruction used without previous .cfi_startproc)

2007-05-07 Thread Debian Bug Tracking System
Your message dated Mon, 07 May 2007 07:17:05 +
with message-id <[EMAIL PROTECTED]>
and subject line Bug#422067: fixed in glibc 2.5-6
has caused the attached Bug report to be marked as done.

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

(NB: If you are a system administrator and have no idea what I am
talking about this indicates a serious mail system misconfiguration
somewhere.  Please contact me immediately.)

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

--- Begin Message ---
Package: glibc
Version: 2.5-5
Severity: serious

Hi guys,

I think you all know about the alpha build failure in unstable by now, but
let's get this into a bug report for tracking.

glibc is failing to build with the following error:

gcc-4.1 ../sysdeps/unix/sysv/linux/alpha/sigsuspend.S -c  -I../include 
-I/build/buildd/glibc-2.5/build-tree/alpha-libc/signal 
-I/build/buildd/glibc-2.5/build-tree/alpha-libc -I../nptl/sysdeps/alpha/elf 
-I../sysdeps/alpha/elf -I../sysdeps/unix/sysv/linux/alpha/alpha 
-I../nptl/sysdeps/unix/sysv/linux/alpha -I../sysdeps/unix/sysv/linux/alpha 
-I../sysdeps/unix/sysv/linux/wordsize-64 -I../sysdeps/ieee754/ldbl-64-128 
-I../sysdeps/ieee754/ldbl-opt -I../nptl/sysdeps/unix/sysv/linux 
-I../nptl/sysdeps/pthread -I../sysdeps/pthread -I../sysdeps/unix/sysv/linux 
-I../sysdeps/gnu -I../sysdeps/unix/common -I../sysdeps/unix/mman 
-I../sysdeps/unix/inet -I../nptl/sysdeps/unix/sysv -I../sysdeps/unix/sysv 
-I../sysdeps/unix/alpha -I../nptl/sysdeps/unix -I../sysdeps/unix 
-I../sysdeps/posix -I../sysdeps/alpha/fpu -I../nptl/sysdeps/alpha 
-I../sysdeps/alpha -I../sysdeps/wordsize-64 -I../sysdeps/ieee754/ldbl-128 
-I../sysdeps/ieee754/dbl-64 -I../sysdeps/ieee754/flt-32 
-I../sysdeps/alpha/soft-fp -I../sysdeps/ieee754 -I../sysdeps/generic/elf 
-I../sysdeps/generic -I../nptl  -I.. -I../libio -I. -nostdinc -isystem 
/usr/lib/gcc/alpha-linux-gnu/4.1.3/include -isystem 
/build/buildd/glibc-2.5/debian/include -D_LIBC_REENTRANT -include 
../include/libc-symbols.h   -DASSEMBLER   -Wa,--noexecstack  -o 
/build/buildd/glibc-2.5/build-tree/alpha-libc/signal/sigsuspend.o -MD -MP -MF 
/build/buildd/glibc-2.5/build-tree/alpha-libc/signal/sigsuspend.o.dt -MT 
/build/buildd/glibc-2.5/build-tree/alpha-libc/signal/sigsuspend.o
../sysdeps/unix/sysv/linux/alpha/sigsuspend.S: Assembler messages:
../sysdeps/unix/sysv/linux/alpha/sigsuspend.S:41: Error: CFI instruction used 
without previous .cfi_startproc
../sysdeps/unix/sysv/linux/alpha/sigsuspend.S:41: Error: CFI instruction used 
without previous .cfi_startproc
../sysdeps/unix/sysv/linux/alpha/sigsuspend.S:41: Error: CFI instruction used 
without previous .cfi_startproc
../sysdeps/unix/sysv/linux/alpha/sigsuspend.S:41: Error: CFI instruction used 
without previous .cfi_startproc
../sysdeps/unix/sysv/linux/alpha/sigsuspend.S:41: Error: CFI instruction used 
without previous .cfi_startproc
../sysdeps/unix/sysv/linux/alpha/sigsuspend.S:41: Error: CFI instruction used 
without previous .cfi_startproc
../sysdeps/unix/sysv/linux/alpha/sigsuspend.S:41: Error: CFI instruction used 
without previous .cfi_startproc
../sysdeps/unix/sysv/linux/alpha/sigsuspend.S:41: Error: CFI instruction used 
without previous .cfi_startproc
../sysdeps/unix/sysv/linux/alpha/sigsuspend.S:43: Error: .cfi_endproc without 
corresponding .cfi_startproc
../sysdeps/unix/sysv/linux/alpha/sigsuspend.S:46: Error: open CFI at the end of 
file; missing .cfi_endproc directive
make[3]: *** 
[/build/buildd/glibc-2.5/build-tree/alpha-libc/signal/sigsuspend.o] Error 1

A full build log can be found at
.

glibc builds fine with binutils 2.17-3 from etch, so this may be a binutils
regression rather than a glibc bug, in which case it should of course be
reassigned.

The -save-temps output that binutils chokes on is attached for reference.

Thanks,
-- 
Steve Langasek   Give me a lever long enough and a Free OS
Debian Developer   to set it on, and I can move the world.
[EMAIL PROTECTED]   http://www.debian.org/
# 25 "../sysdeps/unix/sysv/linux/alpha/sigsuspend.S" 2




.globl __sigsuspend_nocancel; .align 4; .ent __sigsuspend_nocancel,0; 
__sigsuspend_nocancel: .frame $30, 0, $26; ldgp $29,0($27); .prologue 1; ldq 
$16, 0($16); lda $0, 111; call_pal 131; bne $19, $syscall_error
 ret


.end __sigsuspend_nocancel


# 1 "../nptl/sysdeps/unix/sysv/linux/alpha/sysdep-cancel.h" 1
# 37 "../sysdeps/unix/sysv/linux/alpha/sigsuspend.S" 2




.globl __sigsuspend; .align 4; .type __sigsuspend, @function; .usepv 
__sigsuspend, std; .cfi_startproc; __sigsuspend: ldgp $29, 0($27); ; ldq $16, 
0($16); ldah $1, __libc_multiple_threads($29) !gprelhigh; ldl $1, 
__libc_multiple_threads($1) !gprellow; bne $1, $pseudo_cancel;

Bug#422221: marked as done (nscd fails to install (incorrectly indented comments in nscd.conf))

2007-05-07 Thread Debian Bug Tracking System
Your message dated Mon, 07 May 2007 07:17:05 +
with message-id <[EMAIL PROTECTED]>
and subject line Bug#421882: fixed in glibc 2.5-6
has caused the attached Bug report to be marked as done.

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

(NB: If you are a system administrator and have no idea what I am
talking about this indicates a serious mail system misconfiguration
somewhere.  Please contact me immediately.)

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

--- Begin Message ---
Package: nscd
Version: 2.5-5
Severity: grave
Justification: renders package unusable

The package does not install here:

Unpacking nscd (from .../archives/nscd_2.5-5_i386.deb) ...
Setting up nscd (2.5-5) ...
Starting Name Service Cache Daemon: nscd/usr/sbin/nscd: 
Parse error:
/usr/sbin/nscd: Unknown option:  hosts caching
/usr/sbin/nscd: Parse error:
/usr/sbin/nscd: Unknown option:  per default.
/usr/sbin/nscd: failure while reading configuration file; 
this is fatal
 (failed).
invoke-rc.d: initscript nscd, action "start" failed.
dpkg: error processing nscd (--configure):
 subprocess post-installation script returned error exit 
status 1
Errors were encountered while processing:
 nscd
E: Sub-process /usr/bin/dpkg returned an error code (1)
A package failed to install.  Trying to recover:
Setting up nscd (2.5-5) ...
Starting Name Service Cache Daemon: nscd/usr/sbin/nscd: 
Parse error:
/usr/sbin/nscd: Unknown option:  hosts caching
/usr/sbin/nscd: Parse error:
/usr/sbin/nscd: Unknown option:  per default.
/usr/sbin/nscd: failure while reading configuration file; 
this is fatal
 (failed).
invoke-rc.d: initscript nscd, action "start" failed.
dpkg: error processing nscd (--configure):
 subprocess post-installation script returned error exit 
status 1
Errors were encountered while processing:
 nscd

--
This patch fixes it here:

--- /tmp/nscd.conf  2007-05-04 13:04:17.0 +0200
+++ /etc/nscd.conf  2007-05-04 13:04:24.0 +0200
@@ -60,8 +60,8 @@
max-db-size group   33554432
auto-propagate  group   yes

-   # hosts caching is broken with gethostby* calls, 
hence is now disabled
-   # per default.  See /usr/share/doc/nscd/NEWS.Debian.
+# hosts caching is broken with gethostby* calls, hence is 
now disabled
+# per default.  See /usr/share/doc/nscd/NEWS.Debian.
enable-cachehosts   no
positive-time-to-live   hosts   3600
negative-time-to-live   hosts   20


-- System Information:
Debian Release: lenny/sid
  APT prefers unstable
  APT policy: (500, 'unstable')
Architecture: i386 (i686)

Kernel: Linux 2.6.18-2-686 (SMP w/1 CPU core)
Locale: LANG=de_DE.UTF-8, LC_CTYPE=de_DE.UTF-8 (charmap=UTF-8)
Shell: /bin/sh linked to /bin/bash

Versions of packages nscd depends on:
ii  libc6 2.5-5  GNU C Library: Shared libraries

nscd recommends no packages.

-- debconf-show failed

--- End Message ---
--- Begin Message ---
Source: glibc
Source-Version: 2.5-6

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

glibc-doc_2.5-6_all.deb
  to pool/main/g/glibc/glibc-doc_2.5-6_all.deb
glibc_2.5-6.diff.gz
  to pool/main/g/glibc/glibc_2.5-6.diff.gz
glibc_2.5-6.dsc
  to pool/main/g/glibc/glibc_2.5-6.dsc
libc6-dbg_2.5-6_amd64.deb
  to pool/main/g/glibc/libc6-dbg_2.5-6_amd64.deb
libc6-dev-i386_2.5-6_amd64.deb
  to pool/main/g/glibc/libc6-dev-i386_2.5-6_amd64.deb
libc6-dev_2.5-6_amd64.deb
  to pool/main/g/glibc/libc6-dev_2.5-6_amd64.deb
libc6-i386_2.5-6_amd64.deb
  to pool/main/g/glibc/libc6-i386_2.5-6_amd64.deb
libc6-pic_2.5-6_amd64.deb
  to pool/main/g/glibc/libc6-pic_2.5-6_amd64.deb
libc6-prof_2.5-6_amd64.deb
  to pool/main/g/glibc/libc6-prof_2.5-6_amd64.deb
libc6-udeb_2.5-6_amd64.udeb
  to pool/main/g/glibc/libc6-udeb_2.5-6_amd64.udeb
libc6_2.5-6_amd64.deb
  to pool/main/g/glibc/libc6_2.5-6_amd64.deb
libnss-dns-udeb_2.5-6_amd64.udeb
  to pool/main/g/glibc/libnss-dns-udeb_2.5-6_amd64.udeb
libnss-files-udeb_2.5-6_amd64.udeb
  to pool/main/g/glibc/libnss-files-udeb_2.5-6_amd64.udeb
locales-all_2.5-6_amd64.deb
  to pool/main/g/glibc/locales-all_2.5-6_amd64.deb
locales_2.5-6_all.deb
  to pool/main/g/glibc/locales_2.5-6_all.deb
nscd_2.5-6_amd64.deb
  to pool/main/g/glibc/nscd_2.5-6_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 [EMAIL PROTECTED],
and the maintainer will reopen the bug report if appropriate.

Debian distribution maintenance software
pp.
Aurelien Jarno <[EMAIL PROTECTED]> (supplier of updated glibc package)

(This message wa

Bug#380195: marked as done (libc6: snprintf(buf, sizeof(buf), "%.2000000000s", "hello") may fail)

2007-05-07 Thread Debian Bug Tracking System
Your message dated Mon, 07 May 2007 07:17:05 +
with message-id <[EMAIL PROTECTED]>
and subject line Bug#380195: fixed in glibc 2.5-6
has caused the attached Bug report to be marked as done.

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

(NB: If you are a system administrator and have no idea what I am
talking about this indicates a serious mail system misconfiguration
somewhere.  Please contact me immediately.)

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

--- Begin Message ---
Package: libc6
Version: 2.3.6-16
Severity: normal

Hello,

The following program prints "-1" rather than "5" on my laptop:

#include 
#include 

int main()
{
char buf[256];
printf("%d\n", snprintf(buf, sizeof(buf), "%.20s", "hello"));
return 0;
}

Here is the strace:

execve("/tmp/a.out", ["/tmp/a.out"], [/* 95 vars */]) = 0
uname({sys="Linux", node="ligate", ...}) = 0
brk(0)  = 0x804a000
access("/etc/ld.so.nohwcap", F_OK)  = -1 ENOENT (No such file or 
directory)
mmap2(NULL, 4096, PROT_READ|PROT_WRITE, MAP_PRIVATE|MAP_ANONYMOUS, -1, 0) = 
0xb7f5c000
access("/etc/ld.so.preload", R_OK)  = -1 ENOENT (No such file or 
directory)
mmap2(NULL, 4096, PROT_READ|PROT_WRITE, MAP_PRIVATE|MAP_ANONYMOUS, -1, 0) = 
0xb7f5b000
open("/etc/ld.so.cache", O_RDONLY)  = 3
fstat64(3, {st_mode=S_IFREG|0644, st_size=78547, ...}) = 0
mmap2(NULL, 78547, PROT_READ, MAP_PRIVATE, 3, 0) = 0xb7f47000
close(3)= 0
access("/etc/ld.so.nohwcap", F_OK)  = -1 ENOENT (No such file or 
directory)
open("/lib/tls/i686/cmov/libc.so.6", O_RDONLY) = 3
read(3, "\177ELF\1\1\1\0\0\0\0\0\0\0\0\0\3\0\3\0\1\0\0\0\240O\1"..., 512) = 
512
fstat64(3, {st_mode=S_IFREG|0755, st_size=1241392, ...}) = 0
mmap2(NULL, 1247388, PROT_READ|PROT_EXEC, MAP_PRIVATE|MAP_DENYWRITE, 3, 0) 
= 0xb7e16000
mmap2(0xb7f3d000, 28672, PROT_READ|PROT_WRITE, 
MAP_PRIVATE|MAP_FIXED|MAP_DENYWRITE, 3, 0x127) = 0xb7f3d000
mmap2(0xb7f44000, 10396, PROT_READ|PROT_WRITE, 
MAP_PRIVATE|MAP_FIXED|MAP_ANONYMOUS, -1, 0) = 0xb7f44000
close(3)= 0
mmap2(NULL, 4096, PROT_READ|PROT_WRITE, MAP_PRIVATE|MAP_ANONYMOUS, -1, 0) = 
0xb7e15000
mprotect(0xb7f3d000, 20480, PROT_READ)  = 0
set_thread_area({entry_number:-1 -> 6, base_addr:0xb7e156c0, limit:1048575, 
seg_32bit:1, contents:0, read_exec_only:0, limit_in_pages:1, seg_not_present:0, 
useable:1}) = 0
munmap(0xb7f47000, 78547)   = 0
mmap2(NULL, 203072, PROT_READ|PROT_WRITE, MAP_PRIVATE|MAP_ANONYMOUS, 
-1, 0) = -1 ENOMEM (Cannot allocate memory)
brk(0)  = 0x804a000
brk(0x7f3c4000) = 0x804a000
mmap2(NULL, 2000134144, PROT_READ|PROT_WRITE, MAP_PRIVATE|MAP_ANONYMOUS, 
-1, 0) = -1 ENOMEM (Cannot allocate memory)
mmap2(NULL, 2097152, PROT_NONE, MAP_PRIVATE|MAP_ANONYMOUS|MAP_NORESERVE, 
-1, 0) = 0xb7c15000
munmap(0xb7c15000, 962560)  = 0
munmap(0xb7e0, 86016)   = 0
mprotect(0xb7d0, 135168, PROT_READ|PROT_WRITE) = 0
mmap2(NULL, 203072, PROT_READ|PROT_WRITE, MAP_PRIVATE|MAP_ANONYMOUS, 
-1, 0) = -1 ENOMEM (Cannot allocate memory)
fstat64(1, {st_mode=S_IFCHR|0666, st_rdev=makedev(1, 3), ...}) = 0
ioctl(1, SNDCTL_TMR_TIMEBASE or TCGETS, 0xbfa70118) = -1 ENOTTY 
(Inappropriate ioctl for device)
mmap2(NULL, 4096, PROT_READ|PROT_WRITE, MAP_PRIVATE|MAP_ANONYMOUS, -1, 0) = 
0xb7f5a000
write(1, "-1\n", 3) = 3
munmap(0xb7f5a000, 4096)= 0
exit_group(0)   = ?
Process 6984 detached

The same program correctly prints "5" on my desktop, and here is the
strace:

execve("./a.out", ["./a.out"], [/* 91 vars */]) = 0
uname({sys="Linux", node="reincarnation", ...}) = 0
brk(0)  = 0x804a000
access("/etc/ld.so.nohwcap", F_OK)  = -1 ENOENT (No such file or 
directory)
mmap2(NULL, 8192, PROT_READ|PROT_WRITE, MAP_PRIVATE|MAP_ANONYMOUS, -1, 0) = 
0xb7f8
access("/etc/ld.so.preload", R_OK)  = -1 ENOENT (No such file or 
directory)
open("/etc/ld.so.cache", O_RDONLY)  = 3
fstat64(3, {st_mode=S_IFREG|0644, st_size=84156, ...}) = 0
mmap2(NULL, 84156, PROT_READ, MAP_PRIVATE, 3, 0) = 0xb7f6b000
close(3)= 0
access("/etc/ld.so.nohwcap", F_OK)  = -1 ENOENT (No such file or 
directory)
open("/lib/tls/i686/cmov/libc.so.6", O_RDONLY) = 3
read(3, "\177ELF\1\1\1\0\0\0\0\0\0\0\0\0\3\0\3\0\1\0\0\0\240O\1"..., 512) = 
512
fstat64(3, {st_mode=S_IFREG|0755, st_size=1241392, ...}) = 0
mmap2(NULL, 1247388, PROT_READ|PROT_EXEC, MAP_PRIVAT

Bug#422144: marked as done (Nscd package fail to install)

2007-05-07 Thread Debian Bug Tracking System
Your message dated Mon, 07 May 2007 07:17:05 +
with message-id <[EMAIL PROTECTED]>
and subject line Bug#421882: fixed in glibc 2.5-6
has caused the attached Bug report to be marked as done.

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

(NB: If you are a system administrator and have no idea what I am
talking about this indicates a serious mail system misconfiguration
somewhere.  Please contact me immediately.)

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

--- Begin Message ---
Package: nscd
Version: 2.5-5

Fresh install of the package 'nscd' will failed with message :

Selecting previously deselected package nscd.
(Reading database ... 147085 files and directories currently installed.)
Unpacking nscd (from .../archives/nscd_2.5-5_i386.deb) ...
Setting up nscd (2.5-5) ...
Starting Name Service Cache Daemon: nscd/usr/sbin/nscd: Parse error: 
/usr/sbin/nscd: Unknown option:  hosts caching
/usr/sbin/nscd: Parse error: 
/usr/sbin/nscd: Unknown option:  per default.
/usr/sbin/nscd: failure while reading configuration file; this is fatal
 (failed).
invoke-rc.d: initscript nscd, action "start" failed.
dpkg: error processing nscd (--configure):
 subprocess post-installation script returned error exit status 1
Errors were encountered while processing:
 nscd
E: Sub-process /usr/bin/dpkg returned an error code (1)
A package failed to install.  Trying to recover:
Setting up nscd (2.5-5) ...
Starting Name Service Cache Daemon: nscd/usr/sbin/nscd: Parse error: 
/usr/sbin/nscd: Unknown option:  hosts caching
/usr/sbin/nscd: Parse error: 
/usr/sbin/nscd: Unknown option:  per default.
/usr/sbin/nscd: failure while reading configuration file; this is fatal
 (failed).
invoke-rc.d: initscript nscd, action "start" failed.
dpkg: error processing nscd (--configure):
 subprocess post-installation script returned error exit status 1
Errors were encountered while processing:
 nscd
Press return to continue.


After a fresh install of 'nscd' package, the service don't start due to
syntax error in configuration file '/etc/nscd.conf'.

There is a tabulation at the begin of the lines (63 and 64) :
# hosts caching is broken with gethostby* calls, hence is now disabled
# per default.  See /usr/share/doc/nscd/NEWS.Debian.

After suppression of this tabulations and execution of the command :
$ apt-get install --reinstall nscd

the package install properly, and the service start fine.

Bye
Anthony

--- End Message ---
--- Begin Message ---
Source: glibc
Source-Version: 2.5-6

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

glibc-doc_2.5-6_all.deb
  to pool/main/g/glibc/glibc-doc_2.5-6_all.deb
glibc_2.5-6.diff.gz
  to pool/main/g/glibc/glibc_2.5-6.diff.gz
glibc_2.5-6.dsc
  to pool/main/g/glibc/glibc_2.5-6.dsc
libc6-dbg_2.5-6_amd64.deb
  to pool/main/g/glibc/libc6-dbg_2.5-6_amd64.deb
libc6-dev-i386_2.5-6_amd64.deb
  to pool/main/g/glibc/libc6-dev-i386_2.5-6_amd64.deb
libc6-dev_2.5-6_amd64.deb
  to pool/main/g/glibc/libc6-dev_2.5-6_amd64.deb
libc6-i386_2.5-6_amd64.deb
  to pool/main/g/glibc/libc6-i386_2.5-6_amd64.deb
libc6-pic_2.5-6_amd64.deb
  to pool/main/g/glibc/libc6-pic_2.5-6_amd64.deb
libc6-prof_2.5-6_amd64.deb
  to pool/main/g/glibc/libc6-prof_2.5-6_amd64.deb
libc6-udeb_2.5-6_amd64.udeb
  to pool/main/g/glibc/libc6-udeb_2.5-6_amd64.udeb
libc6_2.5-6_amd64.deb
  to pool/main/g/glibc/libc6_2.5-6_amd64.deb
libnss-dns-udeb_2.5-6_amd64.udeb
  to pool/main/g/glibc/libnss-dns-udeb_2.5-6_amd64.udeb
libnss-files-udeb_2.5-6_amd64.udeb
  to pool/main/g/glibc/libnss-files-udeb_2.5-6_amd64.udeb
locales-all_2.5-6_amd64.deb
  to pool/main/g/glibc/locales-all_2.5-6_amd64.deb
locales_2.5-6_all.deb
  to pool/main/g/glibc/locales_2.5-6_all.deb
nscd_2.5-6_amd64.deb
  to pool/main/g/glibc/nscd_2.5-6_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 [EMAIL PROTECTED],
and the maintainer will reopen the bug report if appropriate.

Debian distribution maintenance software
pp.
Aurelien Jarno <[EMAIL PROTECTED]> (supplier of updated glibc 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 [EMAIL PROTECTED])


-BEGIN PGP SIGNED MESSAGE-
Hash: SHA1

Format: 1.7
Date: Mon, 07 May 2007 03:27:10 +0200
Source: glibc
Binary: libc0.1-prof libc6-dev-amd64 locales-all libc6-i686 libc6-dev-ppc64 
libc0.3-pic glibc-doc libc0.3 libc6-dev-mipsn32 libc0.1-i686 libc0.1-i386 
libc6-mips64 libc6.1-dev libc6-s390x libnss-files-udeb libc0.1-dev-i386 
libc6-dev-sparc64 libc6-i386 libc0.3-dev libc6-udeb libc6-dbg libc6.1-pic 
libc6-dev libc0

Bug#422090: marked as done (/etc/nscd.conf contains tabs which prevent configuration)

2007-05-07 Thread Debian Bug Tracking System
Your message dated Mon, 07 May 2007 07:17:05 +
with message-id <[EMAIL PROTECTED]>
and subject line Bug#421882: fixed in glibc 2.5-6
has caused the attached Bug report to be marked as done.

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

(NB: If you are a system administrator and have no idea what I am
talking about this indicates a serious mail system misconfiguration
somewhere.  Please contact me immediately.)

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

--- Begin Message ---
Package: nscd
Version: 2.5-5
Severity: grave
Tags: patch
Justification: renders package unusable

Dear nscd maintainers,

the problem is stated above - Comments were introduced with a leading
tab before the hash sign which cause errors like this when nscd reads
the file:
 /usr/sbin/nscd: Syntax error: Unknown option: hosts caching

The solution is to remove the tabs before the hash signs, or fix nscd
to skip whitespace when looking for them...

Best regards,
Bernd

-- System Information:
Debian Release: lenny/sid
  APT prefers unstable
  APT policy: (500, 'unstable')
Architecture: i386 (i686)

Kernel: Linux 2.6.21.1 (SMP w/2 CPU cores; PREEMPT)
Locale: [EMAIL PROTECTED], LC_CTYPE=de_DE (charmap=ISO-8859-1)
Shell: /bin/sh linked to /bin/bash

Versions of packages nscd depends on:
ii  libc6 2.5-5  GNU C Library: Shared libraries

nscd recommends no packages.

-- no debconf information

*** /home/charly/nscd.conf.patch
*** nscd.conf.old   2007-05-03 15:43:51.0 +0200
--- nscd.conf   2007-05-03 15:43:09.0 +0200
***
*** 60,67 
max-db-size group   33554432
auto-propagate  group   yes
  
!   # hosts caching is broken with gethostby* calls, hence is now disabled
!   # per default.  See /usr/share/doc/nscd/NEWS.Debian.
enable-cachehosts   no
positive-time-to-live   hosts   3600
negative-time-to-live   hosts   20
--- 60,67 
max-db-size group   33554432
auto-propagate  group   yes
  
! # hosts caching is broken with gethostby* calls, hence is now disabled
! # per default.  See /usr/share/doc/nscd/NEWS.Debian.
enable-cachehosts   no
positive-time-to-live   hosts   3600
negative-time-to-live   hosts   20

--- End Message ---
--- Begin Message ---
Source: glibc
Source-Version: 2.5-6

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

glibc-doc_2.5-6_all.deb
  to pool/main/g/glibc/glibc-doc_2.5-6_all.deb
glibc_2.5-6.diff.gz
  to pool/main/g/glibc/glibc_2.5-6.diff.gz
glibc_2.5-6.dsc
  to pool/main/g/glibc/glibc_2.5-6.dsc
libc6-dbg_2.5-6_amd64.deb
  to pool/main/g/glibc/libc6-dbg_2.5-6_amd64.deb
libc6-dev-i386_2.5-6_amd64.deb
  to pool/main/g/glibc/libc6-dev-i386_2.5-6_amd64.deb
libc6-dev_2.5-6_amd64.deb
  to pool/main/g/glibc/libc6-dev_2.5-6_amd64.deb
libc6-i386_2.5-6_amd64.deb
  to pool/main/g/glibc/libc6-i386_2.5-6_amd64.deb
libc6-pic_2.5-6_amd64.deb
  to pool/main/g/glibc/libc6-pic_2.5-6_amd64.deb
libc6-prof_2.5-6_amd64.deb
  to pool/main/g/glibc/libc6-prof_2.5-6_amd64.deb
libc6-udeb_2.5-6_amd64.udeb
  to pool/main/g/glibc/libc6-udeb_2.5-6_amd64.udeb
libc6_2.5-6_amd64.deb
  to pool/main/g/glibc/libc6_2.5-6_amd64.deb
libnss-dns-udeb_2.5-6_amd64.udeb
  to pool/main/g/glibc/libnss-dns-udeb_2.5-6_amd64.udeb
libnss-files-udeb_2.5-6_amd64.udeb
  to pool/main/g/glibc/libnss-files-udeb_2.5-6_amd64.udeb
locales-all_2.5-6_amd64.deb
  to pool/main/g/glibc/locales-all_2.5-6_amd64.deb
locales_2.5-6_all.deb
  to pool/main/g/glibc/locales_2.5-6_all.deb
nscd_2.5-6_amd64.deb
  to pool/main/g/glibc/nscd_2.5-6_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 [EMAIL PROTECTED],
and the maintainer will reopen the bug report if appropriate.

Debian distribution maintenance software
pp.
Aurelien Jarno <[EMAIL PROTECTED]> (supplier of updated glibc 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 [EMAIL PROTECTED])


-BEGIN PGP SIGNED MESSAGE-
Hash: SHA1

Format: 1.7
Date: Mon, 07 May 2007 03:27:10 +0200
Source: glibc
Binary: libc0.1-prof libc6-dev-amd64 locales-all libc6-i686 libc6-dev-ppc64 
libc0.3-pic glibc-doc libc0.3 libc6-dev-mipsn32 libc0.1-i686 libc0.1-i386 
libc6-mips64 libc6.1-dev libc6-s390x libnss-files-udeb libc0.1-dev-i386 
libc6-dev-sparc64 libc6-i386 libc0.3-dev libc6-udeb libc6-dbg libc6.1-pic 
libc6-dev libc0.3-p

Bug#380195: marked as done (libc6: snprintf(buf, sizeof(buf), "%.2000000000s", "hello") may fail)

2007-05-07 Thread Debian Bug Tracking System
Your message dated Mon, 07 May 2007 07:17:05 +
with message-id <[EMAIL PROTECTED]>
and subject line Bug#421555: fixed in glibc 2.5-6
has caused the attached Bug report to be marked as done.

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

(NB: If you are a system administrator and have no idea what I am
talking about this indicates a serious mail system misconfiguration
somewhere.  Please contact me immediately.)

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

--- Begin Message ---
Package: libc6
Version: 2.3.6-16
Severity: normal

Hello,

The following program prints "-1" rather than "5" on my laptop:

#include 
#include 

int main()
{
char buf[256];
printf("%d\n", snprintf(buf, sizeof(buf), "%.20s", "hello"));
return 0;
}

Here is the strace:

execve("/tmp/a.out", ["/tmp/a.out"], [/* 95 vars */]) = 0
uname({sys="Linux", node="ligate", ...}) = 0
brk(0)  = 0x804a000
access("/etc/ld.so.nohwcap", F_OK)  = -1 ENOENT (No such file or 
directory)
mmap2(NULL, 4096, PROT_READ|PROT_WRITE, MAP_PRIVATE|MAP_ANONYMOUS, -1, 0) = 
0xb7f5c000
access("/etc/ld.so.preload", R_OK)  = -1 ENOENT (No such file or 
directory)
mmap2(NULL, 4096, PROT_READ|PROT_WRITE, MAP_PRIVATE|MAP_ANONYMOUS, -1, 0) = 
0xb7f5b000
open("/etc/ld.so.cache", O_RDONLY)  = 3
fstat64(3, {st_mode=S_IFREG|0644, st_size=78547, ...}) = 0
mmap2(NULL, 78547, PROT_READ, MAP_PRIVATE, 3, 0) = 0xb7f47000
close(3)= 0
access("/etc/ld.so.nohwcap", F_OK)  = -1 ENOENT (No such file or 
directory)
open("/lib/tls/i686/cmov/libc.so.6", O_RDONLY) = 3
read(3, "\177ELF\1\1\1\0\0\0\0\0\0\0\0\0\3\0\3\0\1\0\0\0\240O\1"..., 512) = 
512
fstat64(3, {st_mode=S_IFREG|0755, st_size=1241392, ...}) = 0
mmap2(NULL, 1247388, PROT_READ|PROT_EXEC, MAP_PRIVATE|MAP_DENYWRITE, 3, 0) 
= 0xb7e16000
mmap2(0xb7f3d000, 28672, PROT_READ|PROT_WRITE, 
MAP_PRIVATE|MAP_FIXED|MAP_DENYWRITE, 3, 0x127) = 0xb7f3d000
mmap2(0xb7f44000, 10396, PROT_READ|PROT_WRITE, 
MAP_PRIVATE|MAP_FIXED|MAP_ANONYMOUS, -1, 0) = 0xb7f44000
close(3)= 0
mmap2(NULL, 4096, PROT_READ|PROT_WRITE, MAP_PRIVATE|MAP_ANONYMOUS, -1, 0) = 
0xb7e15000
mprotect(0xb7f3d000, 20480, PROT_READ)  = 0
set_thread_area({entry_number:-1 -> 6, base_addr:0xb7e156c0, limit:1048575, 
seg_32bit:1, contents:0, read_exec_only:0, limit_in_pages:1, seg_not_present:0, 
useable:1}) = 0
munmap(0xb7f47000, 78547)   = 0
mmap2(NULL, 203072, PROT_READ|PROT_WRITE, MAP_PRIVATE|MAP_ANONYMOUS, 
-1, 0) = -1 ENOMEM (Cannot allocate memory)
brk(0)  = 0x804a000
brk(0x7f3c4000) = 0x804a000
mmap2(NULL, 2000134144, PROT_READ|PROT_WRITE, MAP_PRIVATE|MAP_ANONYMOUS, 
-1, 0) = -1 ENOMEM (Cannot allocate memory)
mmap2(NULL, 2097152, PROT_NONE, MAP_PRIVATE|MAP_ANONYMOUS|MAP_NORESERVE, 
-1, 0) = 0xb7c15000
munmap(0xb7c15000, 962560)  = 0
munmap(0xb7e0, 86016)   = 0
mprotect(0xb7d0, 135168, PROT_READ|PROT_WRITE) = 0
mmap2(NULL, 203072, PROT_READ|PROT_WRITE, MAP_PRIVATE|MAP_ANONYMOUS, 
-1, 0) = -1 ENOMEM (Cannot allocate memory)
fstat64(1, {st_mode=S_IFCHR|0666, st_rdev=makedev(1, 3), ...}) = 0
ioctl(1, SNDCTL_TMR_TIMEBASE or TCGETS, 0xbfa70118) = -1 ENOTTY 
(Inappropriate ioctl for device)
mmap2(NULL, 4096, PROT_READ|PROT_WRITE, MAP_PRIVATE|MAP_ANONYMOUS, -1, 0) = 
0xb7f5a000
write(1, "-1\n", 3) = 3
munmap(0xb7f5a000, 4096)= 0
exit_group(0)   = ?
Process 6984 detached

The same program correctly prints "5" on my desktop, and here is the
strace:

execve("./a.out", ["./a.out"], [/* 91 vars */]) = 0
uname({sys="Linux", node="reincarnation", ...}) = 0
brk(0)  = 0x804a000
access("/etc/ld.so.nohwcap", F_OK)  = -1 ENOENT (No such file or 
directory)
mmap2(NULL, 8192, PROT_READ|PROT_WRITE, MAP_PRIVATE|MAP_ANONYMOUS, -1, 0) = 
0xb7f8
access("/etc/ld.so.preload", R_OK)  = -1 ENOENT (No such file or 
directory)
open("/etc/ld.so.cache", O_RDONLY)  = 3
fstat64(3, {st_mode=S_IFREG|0644, st_size=84156, ...}) = 0
mmap2(NULL, 84156, PROT_READ, MAP_PRIVATE, 3, 0) = 0xb7f6b000
close(3)= 0
access("/etc/ld.so.nohwcap", F_OK)  = -1 ENOENT (No such file or 
directory)
open("/lib/tls/i686/cmov/libc.so.6", O_RDONLY) = 3
read(3, "\177ELF\1\1\1\0\0\0\0\0\0\0\0\0\3\0\3\0\1\0\0\0\240O\1"..., 512) = 
512
fstat64(3, {st_mode=S_IFREG|0755, st_size=1241392, ...}) = 0
mmap2(NULL, 1247388, PROT_READ|PROT_EXEC, MAP_PRIVAT

Bug#421555: marked as done (coreutils: printf "%-1.25000000s" segfaults)

2007-05-07 Thread Debian Bug Tracking System
Your message dated Mon, 07 May 2007 07:17:05 +
with message-id <[EMAIL PROTECTED]>
and subject line Bug#421555: fixed in glibc 2.5-6
has caused the attached Bug report to be marked as done.

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

(NB: If you are a system administrator and have no idea what I am
talking about this indicates a serious mail system misconfiguration
somewhere.  Please contact me immediately.)

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

--- Begin Message ---
Package: coreutils
Version: 5.97-5.3
Severity: important

$ /usr/bin/printf '%-1.2500s\n' 'Hello'

  Is a quite good testcase :)

  FWIW libc printf seems to work properly. Further poking shows that it
may be locale-dependant as the following works:

$ LC_ALL=C /usr/bin/printf '%-1.2500s\n' 'Hello'
Hello

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

Kernel: Linux 2.6.20-1-amd64 (SMP w/2 CPU cores)
Locale: LANG=C, LC_CTYPE=fr_FR.utf8 (charmap=UTF-8)
Shell: /bin/sh linked to /bin/bash

Versions of packages coreutils depends on:
ii  libacl1   2.2.42-1   Access control list shared library
ii  libc6 2.5-4  GNU C Library: Shared libraries
ii  libselinux1   2.0.8-1SELinux shared libraries

coreutils recommends no packages.

-- no debconf information

--- End Message ---
--- Begin Message ---
Source: glibc
Source-Version: 2.5-6

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

glibc-doc_2.5-6_all.deb
  to pool/main/g/glibc/glibc-doc_2.5-6_all.deb
glibc_2.5-6.diff.gz
  to pool/main/g/glibc/glibc_2.5-6.diff.gz
glibc_2.5-6.dsc
  to pool/main/g/glibc/glibc_2.5-6.dsc
libc6-dbg_2.5-6_amd64.deb
  to pool/main/g/glibc/libc6-dbg_2.5-6_amd64.deb
libc6-dev-i386_2.5-6_amd64.deb
  to pool/main/g/glibc/libc6-dev-i386_2.5-6_amd64.deb
libc6-dev_2.5-6_amd64.deb
  to pool/main/g/glibc/libc6-dev_2.5-6_amd64.deb
libc6-i386_2.5-6_amd64.deb
  to pool/main/g/glibc/libc6-i386_2.5-6_amd64.deb
libc6-pic_2.5-6_amd64.deb
  to pool/main/g/glibc/libc6-pic_2.5-6_amd64.deb
libc6-prof_2.5-6_amd64.deb
  to pool/main/g/glibc/libc6-prof_2.5-6_amd64.deb
libc6-udeb_2.5-6_amd64.udeb
  to pool/main/g/glibc/libc6-udeb_2.5-6_amd64.udeb
libc6_2.5-6_amd64.deb
  to pool/main/g/glibc/libc6_2.5-6_amd64.deb
libnss-dns-udeb_2.5-6_amd64.udeb
  to pool/main/g/glibc/libnss-dns-udeb_2.5-6_amd64.udeb
libnss-files-udeb_2.5-6_amd64.udeb
  to pool/main/g/glibc/libnss-files-udeb_2.5-6_amd64.udeb
locales-all_2.5-6_amd64.deb
  to pool/main/g/glibc/locales-all_2.5-6_amd64.deb
locales_2.5-6_all.deb
  to pool/main/g/glibc/locales_2.5-6_all.deb
nscd_2.5-6_amd64.deb
  to pool/main/g/glibc/nscd_2.5-6_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 [EMAIL PROTECTED],
and the maintainer will reopen the bug report if appropriate.

Debian distribution maintenance software
pp.
Aurelien Jarno <[EMAIL PROTECTED]> (supplier of updated glibc 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 [EMAIL PROTECTED])


-BEGIN PGP SIGNED MESSAGE-
Hash: SHA1

Format: 1.7
Date: Mon, 07 May 2007 03:27:10 +0200
Source: glibc
Binary: libc0.1-prof libc6-dev-amd64 locales-all libc6-i686 libc6-dev-ppc64 
libc0.3-pic glibc-doc libc0.3 libc6-dev-mipsn32 libc0.1-i686 libc0.1-i386 
libc6-mips64 libc6.1-dev libc6-s390x libnss-files-udeb libc0.1-dev-i386 
libc6-dev-sparc64 libc6-i386 libc0.3-dev libc6-udeb libc6-dbg libc6.1-pic 
libc6-dev libc0.3-prof libc6-sparcv9 libc0.1-udeb libc6-dev-i386 libc6.1-prof 
libc6-mipsn32 libc0.1-dev locales libc6-pic libc0.3-udeb libc6-dev-powerpc 
libc0.1-pic libc6-ppc64 libc0.3-dbg libc0.1-dbg libc6-amd64 libc0.1 libc6-prof 
libc6-xen libc6-dev-mips64 libc6-powerpc libc6 libc6-sparcv9b libc6.1-udeb 
libc6.1-dbg nscd libc6-sparc64 libnss-dns-udeb libc6.1 libc6-dev-s390x
Architecture: source amd64 all
Version: 2.5-6
Distribution: unstable
Urgency: low
Maintainer: Aurelien Jarno <[EMAIL PROTECTED]>
Changed-By: Aurelien Jarno <[EMAIL PROTECTED]>
Description: 
 glibc-doc  - GNU C Library: Documentation
 libc6  - GNU C Library: Shared libraries
 libc6-dbg  - GNU C Library: Libraries with debugging symbols
 libc6-dev  - GNU C Library: Development Libraries and Header Files
 libc6-dev-i386 - GNU C Library: 32bit development libraries for AMD64
 libc6-i386 - GNU C Library: 32bit shared libraries for AMD64
 libc6-pic  - GNU C Library: PIC archi

Bug#421555: marked as done (coreutils: printf "%-1.25000000s" segfaults)

2007-05-07 Thread Debian Bug Tracking System
Your message dated Mon, 07 May 2007 07:17:05 +
with message-id <[EMAIL PROTECTED]>
and subject line Bug#380195: fixed in glibc 2.5-6
has caused the attached Bug report to be marked as done.

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

(NB: If you are a system administrator and have no idea what I am
talking about this indicates a serious mail system misconfiguration
somewhere.  Please contact me immediately.)

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

--- Begin Message ---
Package: coreutils
Version: 5.97-5.3
Severity: important

$ /usr/bin/printf '%-1.2500s\n' 'Hello'

  Is a quite good testcase :)

  FWIW libc printf seems to work properly. Further poking shows that it
may be locale-dependant as the following works:

$ LC_ALL=C /usr/bin/printf '%-1.2500s\n' 'Hello'
Hello

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

Kernel: Linux 2.6.20-1-amd64 (SMP w/2 CPU cores)
Locale: LANG=C, LC_CTYPE=fr_FR.utf8 (charmap=UTF-8)
Shell: /bin/sh linked to /bin/bash

Versions of packages coreutils depends on:
ii  libacl1   2.2.42-1   Access control list shared library
ii  libc6 2.5-4  GNU C Library: Shared libraries
ii  libselinux1   2.0.8-1SELinux shared libraries

coreutils recommends no packages.

-- no debconf information

--- End Message ---
--- Begin Message ---
Source: glibc
Source-Version: 2.5-6

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

glibc-doc_2.5-6_all.deb
  to pool/main/g/glibc/glibc-doc_2.5-6_all.deb
glibc_2.5-6.diff.gz
  to pool/main/g/glibc/glibc_2.5-6.diff.gz
glibc_2.5-6.dsc
  to pool/main/g/glibc/glibc_2.5-6.dsc
libc6-dbg_2.5-6_amd64.deb
  to pool/main/g/glibc/libc6-dbg_2.5-6_amd64.deb
libc6-dev-i386_2.5-6_amd64.deb
  to pool/main/g/glibc/libc6-dev-i386_2.5-6_amd64.deb
libc6-dev_2.5-6_amd64.deb
  to pool/main/g/glibc/libc6-dev_2.5-6_amd64.deb
libc6-i386_2.5-6_amd64.deb
  to pool/main/g/glibc/libc6-i386_2.5-6_amd64.deb
libc6-pic_2.5-6_amd64.deb
  to pool/main/g/glibc/libc6-pic_2.5-6_amd64.deb
libc6-prof_2.5-6_amd64.deb
  to pool/main/g/glibc/libc6-prof_2.5-6_amd64.deb
libc6-udeb_2.5-6_amd64.udeb
  to pool/main/g/glibc/libc6-udeb_2.5-6_amd64.udeb
libc6_2.5-6_amd64.deb
  to pool/main/g/glibc/libc6_2.5-6_amd64.deb
libnss-dns-udeb_2.5-6_amd64.udeb
  to pool/main/g/glibc/libnss-dns-udeb_2.5-6_amd64.udeb
libnss-files-udeb_2.5-6_amd64.udeb
  to pool/main/g/glibc/libnss-files-udeb_2.5-6_amd64.udeb
locales-all_2.5-6_amd64.deb
  to pool/main/g/glibc/locales-all_2.5-6_amd64.deb
locales_2.5-6_all.deb
  to pool/main/g/glibc/locales_2.5-6_all.deb
nscd_2.5-6_amd64.deb
  to pool/main/g/glibc/nscd_2.5-6_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 [EMAIL PROTECTED],
and the maintainer will reopen the bug report if appropriate.

Debian distribution maintenance software
pp.
Aurelien Jarno <[EMAIL PROTECTED]> (supplier of updated glibc 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 [EMAIL PROTECTED])


-BEGIN PGP SIGNED MESSAGE-
Hash: SHA1

Format: 1.7
Date: Mon, 07 May 2007 03:27:10 +0200
Source: glibc
Binary: libc0.1-prof libc6-dev-amd64 locales-all libc6-i686 libc6-dev-ppc64 
libc0.3-pic glibc-doc libc0.3 libc6-dev-mipsn32 libc0.1-i686 libc0.1-i386 
libc6-mips64 libc6.1-dev libc6-s390x libnss-files-udeb libc0.1-dev-i386 
libc6-dev-sparc64 libc6-i386 libc0.3-dev libc6-udeb libc6-dbg libc6.1-pic 
libc6-dev libc0.3-prof libc6-sparcv9 libc0.1-udeb libc6-dev-i386 libc6.1-prof 
libc6-mipsn32 libc0.1-dev locales libc6-pic libc0.3-udeb libc6-dev-powerpc 
libc0.1-pic libc6-ppc64 libc0.3-dbg libc0.1-dbg libc6-amd64 libc0.1 libc6-prof 
libc6-xen libc6-dev-mips64 libc6-powerpc libc6 libc6-sparcv9b libc6.1-udeb 
libc6.1-dbg nscd libc6-sparc64 libnss-dns-udeb libc6.1 libc6-dev-s390x
Architecture: source amd64 all
Version: 2.5-6
Distribution: unstable
Urgency: low
Maintainer: Aurelien Jarno <[EMAIL PROTECTED]>
Changed-By: Aurelien Jarno <[EMAIL PROTECTED]>
Description: 
 glibc-doc  - GNU C Library: Documentation
 libc6  - GNU C Library: Shared libraries
 libc6-dbg  - GNU C Library: Libraries with debugging symbols
 libc6-dev  - GNU C Library: Development Libraries and Header Files
 libc6-dev-i386 - GNU C Library: 32bit development libraries for AMD64
 libc6-i386 - GNU C Library: 32bit shared libraries for AMD64
 libc6-pic  - GNU C Library: PIC archi