Bug#429021: libc6: fputs can lose data in buffer on signal

2007-06-15 Thread Pierre Habouzit
reopen 429021 thanks On Fri, Jun 15, 2007 at 12:33:40PM -0400, Daniel Jacobowitz wrote: On Fri, Jun 15, 2007 at 06:09:42PM +0200, Pierre Habouzit wrote: The bug is here, you should set the flags to SA_RESTART so that interupted syscalls are restarted. If you don't do so you'll break

Re: etch and kernels2.4

2007-06-14 Thread Pierre Habouzit
On Wed, Jun 13, 2007 at 05:36:52PM +0100, Adeodato Simó wrote: * Pierre Habouzit [Wed, 13 Jun 2007 16:59:23 +0200]: Facts tells that it's like the 6th or 7th time we have such bug reports on the libc, and it's not even close to stop. My position is that the release notes

Bug#428035: libc6: timmes() returns large negative integer in case of failure instead of -1.

2007-06-08 Thread Pierre Habouzit
. And if that breaks your oracle database or whatever, then the application is making false assertions about what times(3) does. -- ·O· Pierre Habouzit ··O[EMAIL PROTECTED] OOOhttp://www.madism.org

Bug#427722: closed by Pierre Habouzit [EMAIL PROTECTED] (Re: Bug#427722: pthread_kill() declaration disappears when compiling with -ansi)

2007-06-06 Thread Pierre Habouzit
5 (the Base Specifications): Indeed, and issue 5 was published in 1997, hence is later than 1995, hence activation through -D_POSIX_C_SOURCE=199506 complies. P.S., googling features_test_macros returns zero results. What about man ? :) -- ·O· Pierre Habouzit ··O

Bug#427398: libc6: svn works here

2007-06-05 Thread Pierre Habouzit
On Tue, Jun 05, 2007 at 09:58:15AM -0700, Ross Boylan wrote: On Monday 04 June 2007 09:45, Pierre Habouzit wrote: On Mon, Jun 04, 2007 at 09:08:26AM -0700, Ross Boylan wrote: Package: libc6 Followup-For: Bug #427398 I did this latest upgrade in testing, and svn appears to work OK

Bug#427398: libc6: svn works here

2007-06-04 Thread Pierre Habouzit
of the original report. the bug is a hppa problem, and your report shows you're using i386 so ... -- ·O· Pierre Habouzit ··O[EMAIL PROTECTED] OOOhttp://www.madism.org pgpqp9BILirx3.pgp Description: PGP

Re: Is g_slice_alloc recoverable like g_try_malloc

2007-05-30 Thread Pierre Habouzit
· Pierre Habouzit ··O[EMAIL PROTECTED] OOOhttp://www.madism.org pgpTTjuC6eRzX.pgp Description: PGP signature

Bug#426029: serious performance regression in glibc-2.5 malloc

2007-05-25 Thread Pierre Habouzit
); fprintf(stdout, %u mallocs per second\n, i/2/tdiff.tv_sec); return 0; } #if 0 void **ptr = p + rndm(NUM_CH); if(*ptr) { free(*ptr); *ptr = NULL; } else { *ptr = malloc(rndm(SIZE_MAX)); } #endif -- ·O· Pierre Habouzit

Bug#425812: libc6-i386: trying to overwrite `/lib32', which is also in package lib32ncurses5

2007-05-24 Thread Pierre Habouzit
depends on: pn libc6 none (no description available) libc6-i386 recommends no packages. -- no debconf information -- To UNSUBSCRIBE, email to [EMAIL PROTECTED] with a subject of unsubscribe. Trouble? Contact [EMAIL PROTECTED] -- ·O· Pierre Habouzit ··O

Bug#425799: closed by Daniel Baumann [EMAIL PROTECTED] (reply to [EMAIL PROTECTED]) (Re: libc6-i386 tries to overwrite /lib32 symlink made by ncurses)

2007-05-24 Thread Pierre Habouzit
have all Debian in Replaces, which is a very bad thing (remember, if we put a replace and that we *actually* overwrite a file that is not ours, it's silentely ignored, very bad). So I agree with daniel here, and it's not a glibc bug *AT ALL*. kthxbye -- ·O· Pierre Habouzit ··O

Re: glibc2.5 and LD_ASSUME_KERNEL

2007-05-22 Thread Pierre Habouzit
or the like? No. Though on the glibc list, someone pointed to http://bitwagon.com/rtldi/rtldi.html to avoid using a chroot, and have an old libc 2.3 in e.g. /opt/ and let the linker use it. -- ·O· Pierre Habouzit ··O[EMAIL PROTECTED] OOO

Re: Incompatibilities in upgrading to libc6 2.5

2007-05-19 Thread Pierre Habouzit
if you run software that needs it to be set to 2.4 series (or worse) then you'll need the chroot. -- ·O· Pierre Habouzit ··O[EMAIL PROTECTED] OOOhttp://www.madism.org pgpIzkCQNHJWG.pgp Description: PGP

Re: glibc 2.6 patch status

2007-05-19 Thread Pierre Habouzit
, until we've tried enough tests to see how it performs on enough archs (this is obviously parallel to (2)). IMHO the first real uploads of libc6 will be like I said during debconf. -- ·O· Pierre Habouzit ··O[EMAIL PROTECTED] OOO

Unidentified subject!

2007-05-18 Thread Pierre Habouzit
· Pierre Habouzit ··O[EMAIL PROTECTED] OOOhttp://www.madism.org pgp2jKTA7VXsc.pgp Description: PGP signature

Re: Your Bugzilla password.

2007-05-18 Thread Pierre Habouzit
On Fri, May 18, 2007 at 01:31:29PM -, [EMAIL PROTECTED] wrote: To use the wonders of Bugzilla, you can use the following: E-mail address: debian-glibc@lists.debian.org Password: vo8nTFOo FWIW it has been changed :) -- ·O· Pierre Habouzit ··O

Re: TLS support [was Re: Unidentified subject!]

2007-05-18 Thread Pierre Habouzit
On Fri, May 18, 2007 at 09:40:53AM -0700, Brad Boyer wrote: On Fri, May 18, 2007 at 03:20:00PM +0200, Pierre Habouzit wrote: You were previously made aware[0] that glibc-2.6 needs TLS to be implemented for your ports to build and work properly, sadly this is still not the case for m68k

Re: TLS support [was Re: Unidentified subject!]

2007-05-18 Thread Pierre Habouzit
On Fri, May 18, 2007 at 11:05:31AM -0700, Brad Boyer wrote: On Fri, May 18, 2007 at 07:35:07PM +0200, Pierre Habouzit wrote: There is a quite good pdf on Uli's page. Search Ullrich Drepper on google, you should be able to find it. IIRC there is the explanation on how it has been

Re: Bug#419467: Whoa, upstream wontfix?

2007-05-10 Thread Pierre Habouzit
On Thu, May 10, 2007 at 12:43:40AM +0200, Michael Banck wrote: (Dropping Mr. Alexander from CC list) On Wed, May 09, 2007 at 08:42:56PM +0200, Pierre Habouzit wrote: That's right, but what about people who have always been running testing with a 2.4 kernel and have never seen (or were

Bug#419467: Whoa, upstream wontfix?

2007-05-09 Thread Pierre Habouzit
in 2003. IOW: Back off, HAND. -- ·O· Pierre Habouzit ··O[EMAIL PROTECTED] OOOhttp://www.madism.org

Re: Bug#419467: Whoa, upstream wontfix?

2007-05-09 Thread Pierre Habouzit
to linux-image-2.6. Though, etch release notes should stress that, not really lenny's. -- ·O· Pierre Habouzit ··O[EMAIL PROTECTED] OOOhttp://www.madism.org pgpZCWwR731kK.pgp Description: PGP signature

Re: Bug#419467: Whoa, upstream wontfix?

2007-05-09 Thread Pierre Habouzit
On Wed, May 09, 2007 at 07:05:39PM +0200, Michael Banck wrote: On Wed, May 09, 2007 at 07:01:47PM +0200, Pierre Habouzit wrote: On Wed, May 09, 2007 at 06:49:40PM +0200, Michael Banck wrote: The upgrade from etch-lenny should be safe provided people run/install a 2.6 kernel while still

Bug#421037: libc6: SIGILL on upgrade on netwinder

2007-05-05 Thread Pierre Habouzit
, I mean it works correctly here and also on tbm machine. -- ·O· Pierre Habouzit ··O[EMAIL PROTECTED] OOOhttp://www.madism.org pgp7VCdR70Ox9.pgp Description: PGP signature

Re: r2172 - glibc-package/trunk/debian/patches/any

2007-05-04 Thread Pierre Habouzit
· Pierre Habouzit ··O[EMAIL PROTECTED] OOOhttp://www.madism.org pgpxmzpZejtq8.pgp Description: PGP signature

r2174 - in glibc-package/trunk/debian/patches: . any

2007-05-04 Thread Pierre Habouzit
. That should be reported upstream somwhoe. Signed-off-by: Pierre Habouzit [EMAIL PROTECTED] Modified: glibc-package/trunk/debian/patches/any/cvs-vfprintf-stack-smashing.diff === --- glibc-package/trunk/debian/patches/any/cvs-vfprintf-stack

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

2007-05-04 Thread Pierre Habouzit
forcemerge 41 421882 thanks , that's just the fourth time today. -- ·O· Pierre Habouzit ··O[EMAIL PROTECTED] OOOhttp://www.madism.org pgp3wwj5aRcUV.pgp Description: PGP signature

Bug#421882: nscd: fails to start, syntax error

2007-05-03 Thread Pierre Habouzit
to solve first and in the same upload. -- ·O· Pierre Habouzit ··O[EMAIL PROTECTED] OOOhttp://www.madism.org pgptMgPITbvje.pgp Description: PGP signature

Bug#420604: nscd: coredumps (ldap related?)

2007-04-30 Thread Pierre Habouzit
· Pierre Habouzit ··O[EMAIL PROTECTED] OOOhttp://www.madism.org pgpCV9D3MzYo3.pgp Description: PGP signature

Bug#421581: libc6: File conflict with a file from gtk-qt-engine

2007-04-30 Thread Pierre Habouzit
PROTECTED] -- ·O· Pierre Habouzit ··O[EMAIL PROTECTED] OOOhttp://www.madism.org pgpcIwKUCwSAV.pgp Description: PGP signature

r2150 - glibc-package/trunk/debian

2007-04-30 Thread Pierre Habouzit
Jarno [EMAIL PROTECTED] Mon, 30 Apr 2007 10:03:51 +0200 + -- Pierre Habouzit [EMAIL PROTECTED] Mon, 30 Apr 2007 14:33:23 +0200 glibc (2.5-4) unstable; urgency=low Modified: glibc-package/trunk/debian/rules === --- glibc-package

Bug#421555: coreutils: printf %-1.25000000s segfaults

2007-04-30 Thread Pierre Habouzit
On Mon, Apr 30, 2007 at 01:17:57PM +0200, Jim Meyering wrote: Pierre Habouzit [EMAIL PROTECTED] wrote: 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

r2151 - in glibc-package/trunk/debian: . patches patches/any

2007-04-30 Thread Pierre Habouzit
for the vfprintf bug. Signed-off-by: Pierre Habouzit [EMAIL PROTECTED] Modified: glibc-package/trunk/debian/changelog === --- glibc-package/trunk/debian/changelog2007-04-30 12:35:53 UTC (rev 2150) +++ glibc-package/trunk/debian

Re: r2150 - glibc-package/trunk/debian

2007-04-30 Thread Pierre Habouzit
On Mon, Apr 30, 2007 at 10:40:15AM -0400, Daniel Jacobowitz wrote: On Mon, Apr 30, 2007 at 12:35:54PM +, Pierre Habouzit wrote: + * build the glibc with -ggdb3 rather than -g so that debug symbols in +libc6-dbg also helps in macros debugging. Is that really a good idea? It's

r2146 - glibc-package/trunk/debian

2007-04-29 Thread Pierre Habouzit
Author: madcoder Date: 2007-04-29 09:51:33 + (Sun, 29 Apr 2007) New Revision: 2146 Modified: glibc-package/trunk/debian/nscd.NEWS.Debian Log: minor english tweaks. Signed-off-by: Pierre Habouzit [EMAIL PROTECTED] Modified: glibc-package/trunk/debian/nscd.NEWS.Debian

r2145 - in glibc-package/trunk/debian: . patches patches/any

2007-04-28 Thread Pierre Habouzit
/debian/patches/series Log: Disable nscd hosts caching per default, as it is utterly broken. Signed-off-by: Pierre Habouzit [EMAIL PROTECTED] Modified: glibc-package/trunk/debian/changelog === --- glibc-package/trunk/debian/changelog

r2144 - in glibc-package/trunk/debian: . patches patches/any

2007-04-27 Thread Pierre Habouzit
: Closes: #166403. Signed-off-by: Pierre Habouzit [EMAIL PROTECTED] Modified: glibc-package/trunk/debian/changelog === --- glibc-package/trunk/debian/changelog2007-04-27 13:59:16 UTC (rev 2143) +++ glibc-package/trunk/debian

Bug#421173: nscd: depends on removed libssp0 package

2007-04-26 Thread Pierre Habouzit
) Kernel: Linux 2.6.20.7 Locale: LANG=de_DE.UTF-8, LC_CTYPE=de_DE.UTF-8 (charmap=UTF-8) Shell: /bin/sh linked to /bin/bash -- To UNSUBSCRIBE, email to [EMAIL PROTECTED] with a subject of unsubscribe. Trouble? Contact [EMAIL PROTECTED] -- ·O· Pierre Habouzit ··O

Bug#421173: nscd: depends on removed libssp0 package

2007-04-26 Thread Pierre Habouzit
On Fri, Apr 27, 2007 at 12:27:56AM +0200, Pierre Habouzit wrote: reassign 421173 glibc reassign 413370 glibc forcemerge 421173 413370 thanks # gee ... On Thu, Apr 26, 2007 at 11:34:11PM +0200, Sven Joachim wrote: Package: nscd Version: 2.5-4 Severity: grave Your package depends

Bug#335476: nscd: Caches old IP-address

2007-04-25 Thread Pierre HABOUZIT
includes 'getent hosts', host and ping. I can confirm that nscd does not invalidate cache as it should wrt DNS TTL's. Though it (as of 2.5) respects positive-time-to-live properly. -- ·O· Pierre Habouzit ··O[EMAIL PROTECTED] OOO

Bug#344563: nscd still crashing at version 2.3.6.ds1-13

2007-04-25 Thread Pierre HABOUZIT
no packages. -- no debconf information -- ·O· Pierre Habouzit ··O[EMAIL PROTECTED] OOOhttp://www.madism.org pgpqZtBIVRwS1.pgp Description: PGP signature

Bug#324900: nscd: umount /var fails (unclean shutdowns)

2007-04-25 Thread Pierre HABOUZIT
, and there is nothing that we can do (except code rc not to use bash I guess). -- ·O· Pierre Habouzit ··O[EMAIL PROTECTED] OOOhttp://www.madism.org pgpr14BazAZEG.pgp Description: PGP signature

r2134 - in glibc-package/trunk/debian: . debhelper.in

2007-04-25 Thread Pierre Habouzit
Author: madcoder Date: 2007-04-25 20:29:32 + (Wed, 25 Apr 2007) New Revision: 2134 Modified: glibc-package/trunk/debian/changelog glibc-package/trunk/debian/debhelper.in/nscd.init Log: nscd initscript improvements. Signed-off-by: Pierre Habouzit [EMAIL PROTECTED] Modified: glibc

Bug#362966: nscd aborts

2007-04-25 Thread Pierre HABOUZIT
tried to getpwnam()) does not match pw-pw_name. -- ·O· Pierre Habouzit ··O[EMAIL PROTECTED] OOOhttp://www.madism.org pgp8gnetJK5es.pgp Description: PGP signature

Re: OOo fails to build with glibc 2.5 in Debian (on sparc)

2007-04-23 Thread Pierre Habouzit
are broken with the last libc, and it seems it's a kernel bug rather than a libc one. I don't know if 2.6.18 fixes the problem. The sparc buildd admins have been notified already afaict, with the success you can remark. Cheers, -- ·O· Pierre Habouzit ··O

Re: OOo fails to build with glibc 2.5 in Debian (on sparc)

2007-04-23 Thread Pierre Habouzit
On Mon, Apr 23, 2007 at 11:06:57AM +0200, Pierre Habouzit wrote: On Mon, Apr 23, 2007 at 09:51:27AM +0200, Rene Engelhard wrote: Hi, OOos idlc hangs when building it on sparc. I tried a manual build to check whether it builds (because experimental did never build it and even

Bug#420604: nscd: coredumps (ldap related?)

2007-04-23 Thread Pierre Habouzit
0xb7e98811 in ?? () #5 0xb7f9cff4 in ?? () #6 0xb7b7fbb0 in ?? () #7 0xb7b7ead8 in ?? () #8 0xb7e99fb9 in ?? () #9 0x0006 in ?? () #10 0xb7b7ea4c in ?? () #11 0x in ?? () Please install libc6-dbg and give us a usable backtrace, this one is pretty useless as is :| -- ·O· Pierre

Bug#281313: closed by Pierre HABOUZIT [EMAIL PROTECTED] (Re: Bug#281313: coreutils: Output of sort fails sort -c check if LANG is set and memory is low)

2007-04-17 Thread Pierre Habouzit
reopen 281313 retitle 281313 if VM is low, setlocale fails silentely thanks On Tue, Apr 17, 2007 at 08:29:23AM +0100, James Youngman wrote: On 4/17/07, Debian Bug Tracking System [EMAIL PROTECTED] wrote: It has been closed by Pierre HABOUZIT [EMAIL PROTECTED]. Correct, but /usr/lib/locale

Re: version conflict with glibc and locales (debian unstable)

2007-04-17 Thread Pierre Habouzit
GNU C Library: Shared libraries quicky:~# see http://bugs.debian.org/418813 there is no bug -- ·O· Pierre Habouzit ··O[EMAIL PROTECTED] OOOhttp://www.madism.org pgpAmuPaYQeAf.pgp

/usr/bin/apt-get: please fix apt warning when an arch:all package is uninstallable because the arch:any misses

2007-04-16 Thread Pierre Habouzit
be docummented instead of that alarming error message. The bug severity is important, because that's a real PITA for every maintainer in debian that builds packages with arch:all and arch:any packages. Please consider detecting this usual case or at least expand the error message. Thanks -- ·O· Pierre

Bug#419481: libc6 fails to upgrade on AMD64 X2

2007-04-16 Thread Pierre Habouzit
to run the preinst/postrm in '-x' mode to see what happens, if that's bash that segfaults, or a subcommand. (edit your /var/lib/dpkg/info/libc6.postinst and set the #! line to sh -x instead of plain sh). -- ·O· Pierre Habouzit ··O[EMAIL PROTECTED

r2069 - in glibc-package/trunk/debian: . patches patches/any

2007-04-15 Thread Pierre Habouzit
/any/submitted-unistd_h-fsync.diff: show fsync when POSIX.1-2001 is asked. Closes: #119974. Signed-off-by: Pierre Habouzit [EMAIL PROTECTED] Modified: glibc-package/trunk/debian/changelog === --- glibc-package/trunk/debian/changelog

Bug#119974: Bug confirmed

2007-04-15 Thread Pierre HABOUZIT
compiling with: gcc -ansi -Wall -D_POSIX_SOURCE=1 -D_POSIX_C_SOURCE=200112 a.c should work. The correct fix is to add an || defined(__USE_POSIX2K) in the guard. -- ·O· Pierre Habouzit ··O[EMAIL PROTECTED] OOO

Bug#119974: Bug confirmed

2007-04-15 Thread Pierre HABOUZIT
compiling with: gcc -ansi -Wall -D_POSIX_SOURCE=1 -D_POSIX_C_SOURCE=200112 a.c should work. The correct fix is to add an || defined(__USE_POSIX2K) in the guard. -- ·O· Pierre Habouzit ··O[EMAIL PROTECTED] OOO

r2070 - in glibc-package/trunk/debian: . patches patches/any

2007-04-15 Thread Pierre Habouzit
is correct. Signed-off-by: Pierre Habouzit [EMAIL PROTECTED] Modified: glibc-package/trunk/debian/changelog === --- glibc-package/trunk/debian/changelog2007-04-15 10:42:32 UTC (rev 2069) +++ glibc-package/trunk/debian/changelog

Bug#415870: nscd -i hosts causes main nscd daemon to segfault

2007-04-15 Thread Pierre HABOUZIT
of core/backtrace ? -- ·O· Pierre Habouzit ··O[EMAIL PROTECTED] OOOhttp://www.madism.org pgpOPfNqIrsCF.pgp Description: PGP signature

Bug#419481: libc6 fails to upgrade on AMD64 X2

2007-04-15 Thread Pierre Habouzit
your /etc/nsswitch.conf please ? TIA -- ·O· Pierre Habouzit ··O[EMAIL PROTECTED] OOOhttp://www.madism.org pgpOw120FDOaQ.pgp Description: PGP signature

Bug#419189: Error on installing libc6 2.5-1 - breaks system

2007-04-14 Thread Pierre Habouzit
with link time reference Could you please run dpkg -S /lib/tls/libc.so.6 ? Have you tried xen at some point ? -- ·O· Pierre Habouzit ··O[EMAIL PROTECTED] OOOhttp://www.madism.org

Bug#419189: Error on installing libc6 2.5-1 - breaks system

2007-04-14 Thread Pierre Habouzit
On Sat, Apr 14, 2007 at 05:42:57AM -0400, Clint Adams wrote: If I upgrade to libc6 2.5-1, I'll get this error: I use kernel 2.6.20.4. Which architecture? obviously i386: Preparing to replace libc6 2.5-1 (using .../archives/libc6_2.5-1_i386.deb) -- ·O· Pierre Habouzit ··O

Bug#419189: Error on installing libc6 2.5-1 - breaks system

2007-04-14 Thread Pierre Habouzit
would be really apprecited. Oh and which kernel did you had _before_ the glibc2.5 upgrade ? a 2.6 ? or still a 2.4 ? Cheers, -- ·O· Pierre Habouzit ··O[EMAIL PROTECTED] OOOhttp://www.madism.org

Bug#415573: libc6: uninitialised value in manager.c:128

2007-04-14 Thread Pierre HABOUZIT
in unstable ? -- ·O· Pierre Habouzit ··O[EMAIL PROTECTED] OOOhttp://www.madism.org pgpn7hJGlKIZN.pgp Description: PGP signature

r2067 - in glibc-package/trunk/debian: . patches patches/any

2007-04-14 Thread Pierre Habouzit
. * patches/any/submitted-unistd_XOPEN_VERSION.diff: set _XOPEN_VERSION to 600 when __USE_XOPEN2K is set. Closes: #203412. Signed-off-by: Pierre Habouzit [EMAIL PROTECTED] Modified: glibc-package/trunk/debian/changelog === --- glibc

Bug#377512: libc6: valgrind warning about getifaddrs

2007-04-14 Thread Pierre HABOUZIT
warning should anyway now be gone. -- ·O· Pierre Habouzit ··O[EMAIL PROTECTED] OOOhttp://www.madism.org pgpDuWFPGrszV.pgp Description: PGP signature

r2068 - in glibc-package/trunk/debian: . patches patches/any

2007-04-14 Thread Pierre Habouzit
-glob-c.diff: fixes glob wrt \/ escapes (among other fixes). Closes: #234880. Signed-off-by: Pierre Habouzit [EMAIL PROTECTED] Modified: glibc-package/trunk/debian/changelog === --- glibc-package/trunk/debian/changelog2007

Bug#325600: closed by Aurelien Jarno [EMAIL PROTECTED] (Closing bugs fixed in unreleased version 2.4-1 of the glibc)

2007-04-13 Thread Pierre Habouzit
with an echelon trigger on any glibc patch that floats in the intarweb. But if the patch is _indeed_ that simple, I truly believe we could make it into etch-r1. -- ·O· Pierre Habouzit ··O[EMAIL PROTECTED] OOO

Bug#418813: marked as done (locales 2.5.1 can't install since it depends on glibc-2.5.0-0exp2 (not available in unstable))

2007-04-12 Thread Pierre Habouzit
reopen 418813 thanks glibc 2.5-1 has just been uploaded on i386. This closes this bug. User is right, locales 2.5-1 (and not 2.5.1) depends line is: Depends: glibc-2.5.0-0exp2, debconf | debconf-2.0 Which is utterly wrong, even if I don't understand how this happened. -- ·O· Pierre

Bug#418813: marked as done (locales 2.5.1 can't install since it depends on glibc-2.5.0-0exp2 (not available in unstable))

2007-04-12 Thread Pierre Habouzit
On Thu, Apr 12, 2007 at 12:26:03PM +0200, Aurelien Jarno wrote: Pierre Habouzit a écrit : reopen 418813 thanks glibc 2.5-1 has just been uploaded on i386. This closes this bug. User is right, locales 2.5-1 (and not 2.5.1) depends line is: Depends: glibc-2.5.0-0exp2, debconf

buildd's kernel

2007-04-12 Thread Pierre Habouzit
the case, feel free to bounce this mail to appropriate buildd's admins). On behalf of the glibc team, -- ·O· Pierre Habouzit ··O[EMAIL PROTECTED] OOOhttp://www.madism.org pgpSSCPt95MMV.pgp Description: PGP

Bug#162917: libc6: strftime crashes with invalid input

2007-04-10 Thread Pierre HABOUZIT
, but will gladly accept patches for that. -- ·O· Pierre Habouzit ··O[EMAIL PROTECTED] OOOhttp://www.madism.org pgpiCdArsrIkS.pgp Description: PGP signature

Bug#416716: libc6: ldconfig does not write /etc/ld.so.cache~ synchronously

2007-03-30 Thread Pierre Habouzit
. O_SYNC looks like an overkill. -- ·O· Pierre Habouzit ··O[EMAIL PROTECTED] OOOhttp://www.madism.org pgpppzVDptqGB.pgp Description: PGP signature

Bug#344563: nscd still crashing at version 2.3.6.ds1-13

2007-03-22 Thread Pierre Habouzit
, it's not really built to deal with DNS caching that other tools like dnsmasq or even bind really deal with better. -- ·O· Pierre Habouzit ··O[EMAIL PROTECTED] OOOhttp://www.madism.org

Re: Problems with libc6 and krita

2007-03-19 Thread Pierre Habouzit
Version: 2.3.6.ds1-13 -- Vsevolod -- To UNSUBSCRIBE, email to [EMAIL PROTECTED] with a subject of unsubscribe. Trouble? Contact [EMAIL PROTECTED] -- ·O· Pierre Habouzit ··O[EMAIL PROTECTED] OOO

Bug#345168: nscd in sarge creates sockets in wrong location

2007-03-18 Thread Pierre HABOUZIT
On Mon, Feb 05, 2007 at 06:04:51PM +0100, Pierre HABOUZIT wrote: On Thu, Apr 27, 2006 at 08:31:08AM -0400, Jesse W. Hathaway wrote: # apt-get install nscd # ps -ef|grep nscd root 4603 1 0 08:25 ?00:00:00 /usr/sbin/nscd root 4620 4418 0 08:27 pts/300:00:00 grep

Bug#413450: libc6: svc_getreqset doesn't work on 64bit hosts

2007-03-12 Thread Pierre Habouzit
· Pierre Habouzit ··O[EMAIL PROTECTED] OOOhttp://www.madism.org pgpllWNlA481h.pgp Description: PGP signature

Bug#351629: Still in 2.3.6.ds1-10 with sarge binutils

2007-03-05 Thread Pierre Habouzit
. Though I thought that gcc-3.3 would be removed in etch, I think it's only here for java :| -- ·O· Pierre Habouzit ··O[EMAIL PROTECTED] OOOhttp://www.madism.org pgpMuZaekHqcX.pgp Description: PGP signature

r2020 - in glibc-package/trunk/debian: . patches patches/any

2007-03-05 Thread Pierre Habouzit
/cvs-sunrpc-64bits-svc_getreqset.diff: fix 64bits issue for 64bits machines (affects mount, causes CPU hog if triggered). Closes: #413450. Signed-off-by: Pierre Habouzit [EMAIL PROTECTED] Modified: glibc-package/trunk/debian/changelog

r2021 - in glibc-package/trunk/debian: . control.in rules.d

2007-03-05 Thread Pierre Habouzit
dependencies problem once for all. * control.in/main, rules.d/debhelper.mk: Backport fix from Aur?\195?\169lien in the glibc-2.5 branch: use dh_shlibdeps to set the dependencies of nscd. Closes: #409288, #412562. Signed-off-by: Pierre Habouzit [EMAIL PROTECTED] Modified: glibc-package

Bug#351629: Still in 2.3.6.ds1-10 with sarge binutils

2007-03-02 Thread Pierre Habouzit
this combination. -- ·O· Pierre Habouzit ··O[EMAIL PROTECTED] OOOhttp://www.madism.org pgpZsE432bLlk.pgp Description: PGP signature

r2017 - glibc-package/branches/glibc-2.5/debian

2007-03-02 Thread Pierre Habouzit
Author: madcoder Date: 2007-03-02 12:32:40 +0100 (Fri, 02 Mar 2007) New Revision: 2017 Modified: glibc-package/branches/glibc-2.5/debian/changelog Log: already fixed. Signed-off-by: Pierre Habouzit [EMAIL PROTECTED] Modified: glibc-package/branches/glibc-2.5/debian/changelog

Bug#413095: libc6: Typo in ldd script: refers to file_magic_regex but filename_magix_regex was set

2007-03-02 Thread Pierre Habouzit
tag 413095 + pending thanks this is already fixed in experimental along with bug 165417 in fact. -- ·O· Pierre Habouzit ··O[EMAIL PROTECTED] OOOhttp://www.madism.org pgpofgRu0xP0M.pgp

Bug#413095: libc6: Typo in ldd script: refers to file_magic_regex but filename_magix_regex was set

2007-03-02 Thread Pierre Habouzit
nothing like you can see ;p). Apart from removing the depend upon file, there is nothing for etch users to gain from that patch. -- ·O· Pierre Habouzit ··O[EMAIL PROTECTED] OOOhttp://www.madism.org

Bug#412312: iconv fails when converting Catalan ela geminada character

2007-02-27 Thread Pierre Habouzit
fix gettext. But as you put it, sounds like that's not the case. Do you know what is needed to archieve what we want? I think you can pass //TRANSLITERATE or sth like that to do what you want (I think). I'm not sure it's iconv that provides that though. -- ·O· Pierre Habouzit ··O

Bug#412544: Error libc6 amd64 function strlen()

2007-02-26 Thread Pierre Habouzit
on the arguments). It's pretty obvious that one of the arguments is not \0 terminated making strlen fail. It's definitely not a libc bug. -- ·O· Pierre Habouzit ··O[EMAIL PROTECTED] OOOhttp://www.madism.org

Bug#412569: zdump -v segmentation fault on alpha

2007-02-26 Thread Pierre Habouzit
--version @(#)zdump.c 8.3 alpha300:~# ./zdump -v /etc/localtime /etc/localtime -9223372036854775808 = NULL /etc/localtime -9223372036854689408 = NULL -- ·O· Pierre Habouzit ··O[EMAIL PROTECTED] OOO

Bug#411498: debian3.1 r5 update of libc6 breaks

2007-02-19 Thread Pierre Habouzit
the sole thing here is that the admin takes care of respawning every service one by one, so that they use the new copy of the ldap pam module. Cheers, -- ·O· Pierre Habouzit ··O[EMAIL PROTECTED] OOOhttp

Re: glibc 2.3.6.ds1-12

2007-02-17 Thread Pierre Habouzit
On Sat, Feb 17, 2007 at 01:57:38AM -0800, Steve Langasek wrote: On Fri, Feb 16, 2007 at 10:51:54AM +0100, Pierre Habouzit wrote: On Thu, Feb 15, 2007 at 05:15:39PM +0100, Pierre Habouzit wrote: We plan to upload a new glibc aiming at etch, version 2.3.6.ds1-12. Except for a minor

Re: glibc 2.3.6.ds1-12

2007-02-16 Thread Pierre Habouzit
On Thu, Feb 15, 2007 at 05:15:39PM +0100, Pierre Habouzit wrote: We plan to upload a new glibc aiming at etch, version 2.3.6.ds1-12. Except for a minor (obvious) change to the changelog, the diff should be: http://madism.org/~madcoder/pub/glibc_2.3.6.ds1-12.diff Would it be ok

r1991 - glibc-package/trunk/debian

2007-02-15 Thread Pierre Habouzit
Author: madcoder Date: 2007-02-15 18:42:15 +0100 (Thu, 15 Feb 2007) New Revision: 1991 Modified: glibc-package/trunk/debian/changelog Log: dch -r ... Signed-off-by: Pierre Habouzit [EMAIL PROTECTED] Modified: glibc-package/trunk/debian/changelog

glibc 2.3.6.ds1-12

2007-02-15 Thread Pierre Habouzit
We plan to upload a new glibc aiming at etch, version 2.3.6.ds1-12. Except for a minor (obvious) change to the changelog, the diff should be: http://madism.org/~madcoder/pub/glibc_2.3.6.ds1-12.diff Would it be ok ? If yes, we plan to upload it today or so. -- ·O· Pierre Habouzit ··O

r1987 - in glibc-package/trunk/debian: . patches/any

2007-02-13 Thread Pierre Habouzit
the link warning from the patch. Closes: #410816. Signed-off-by: Pierre Habouzit [EMAIL PROTECTED] Modified: glibc-package/trunk/debian/changelog === --- glibc-package/trunk/debian/changelog2007-02-13 01:47:31 UTC (rev 1986

r1988 - in glibc-package/branches/glibc-2.5/debian: . patches/any

2007-02-13 Thread Pierre Habouzit
for good it seems, remove the link warning from the patch. Closes: #410816. Signed-off-by: Pierre Habouzit [EMAIL PROTECTED] Modified: glibc-package/branches/glibc-2.5/debian/changelog === --- glibc-package/branches/glibc-2.5/debian

r1979 - in glibc-package/branches/glibc-2.5/debian: . patches patches/any

2007-02-12 Thread Pierre Habouzit
/patches/series Log: Closes #55648. * patches/any/submitted-date-and-unknown-tz.diff: fix date output in case of an unknown timezone in $TZ, submitted upstream as #4028. Closes: #55648. Signed-off-by: Pierre Habouzit [EMAIL PROTECTED] Modified: glibc-package/branches/glibc-2.5/debian/changelog

r1980 - glibc-package/branches/glibc-2.5/debian

2007-02-12 Thread Pierre Habouzit
Author: madcoder Date: 2007-02-12 10:41:46 +0100 (Mon, 12 Feb 2007) New Revision: 1980 Modified: glibc-package/branches/glibc-2.5/debian/changelog Log: looks like the bug is merged, close every single one ;) Signed-off-by: Pierre Habouzit [EMAIL PROTECTED] Modified: glibc-package/branches

Bug#264887: GLOB_APPEND ignored by glob() in at least one place

2007-02-12 Thread Pierre HABOUZIT
that your patch solves, without that the patch won't be applied as afaict it could be a memory leak as well. -- ·O· Pierre Habouzit ··O[EMAIL PROTECTED] OOOhttp://www.madism.org pgpVbt0jQnHdj.pgp

r1981 - glibc-package/branches/glibc-2.5/debian

2007-02-12 Thread Pierre Habouzit
Author: madcoder Date: 2007-02-12 11:01:19 +0100 (Mon, 12 Feb 2007) New Revision: 1981 Modified: glibc-package/branches/glibc-2.5/debian/changelog Log: bug fixed in glibc2.5 Signed-off-by: Pierre Habouzit [EMAIL PROTECTED] Modified: glibc-package/branches/glibc-2.5/debian/changelog

r1982 - in glibc-package/trunk/debian: . patches patches/any

2007-02-12 Thread Pierre Habouzit
. * patches/any/cvs-getent-wrong-struct-size.diff: fix a bad struct size in nss/getent.c, backport from glibc-2.5. Closes: #347358. Signed-off-by: Pierre Habouzit [EMAIL PROTECTED] Modified: glibc-package/trunk/debian/changelog

r1984 - in glibc-package/branches/glibc-2.5/debian: . patches patches/any

2007-02-12 Thread Pierre Habouzit
Log: that patch is not a good idea, see Signed-off-by: Pierre Habouzit [EMAIL PROTECTED] Modified: glibc-package/branches/glibc-2.5/debian/changelog === --- glibc-package/branches/glibc-2.5/debian/changelog 2007-02-12 11:11:43 UTC

r1971 - glibc-package/branches/glibc-2.5/debian

2007-02-11 Thread Pierre Habouzit
Author: madcoder Date: 2007-02-12 00:16:50 +0100 (Mon, 12 Feb 2007) New Revision: 1971 Modified: glibc-package/branches/glibc-2.5/debian/changelog Log: glibc2.5 fixes 389084 Signed-off-by: Pierre Habouzit [EMAIL PROTECTED] Modified: glibc-package/branches/glibc-2.5/debian/changelog

r1957 - in glibc-package/branches/glibc-2.5/debian: . local/manpages

2007-02-08 Thread Pierre Habouzit
closely. Closes: #46175. Signed-off-by: Pierre Habouzit [EMAIL PROTECTED] Modified: glibc-package/branches/glibc-2.5/debian/changelog === --- glibc-package/branches/glibc-2.5/debian/changelog 2007-02-08 00:02:56 UTC (rev 1956

Bug#123252: libc6: close does not work on sockets with pending aio

2007-02-08 Thread Pierre HABOUZIT
. Is this still the case ? if yes, could you provide some kind of way to reproduce the problem ? -- ·O· Pierre Habouzit ··O[EMAIL PROTECTED] OOOhttp://www.madism.org pgpwoFvnpqyXZ.pgp Description: PGP signature

Bug#410131: libc6: running mount / -o remount gives glibc double-free

2007-02-08 Thread Pierre Habouzit
reassign 410131 mount thanks On Thu, Feb 08, 2007 at 08:34:25PM +1100, Russell Coker wrote: On Thursday 08 February 2007 11:11, Pierre Habouzit [EMAIL PROTECTED] wrote: err, why would that be a libc problem and not a mount one ? not that I contest this could be true btw, but have you any

Bug#78920: Is this still a problem?

2007-02-07 Thread Pierre HABOUZIT
. So please just close the bug if the problem has gone for you, else it will remain here to state that nope nscd is not really an efficient DNS cache daemon :) -- ·O· Pierre Habouzit ··O[EMAIL PROTECTED] OOO

<    1   2   3   >