Re: Regex update

2002-12-28 Thread GOTO Masanori
At Fri, 27 Dec 2002 00:15:25 -0500, Daniel Jacobowitz wrote: On Thu, Dec 26, 2002 at 09:58:34PM -0800, Jeff Bailey wrote: On Thu, Dec 26, 2002 at 09:35:30PM -0600, Anthony Towns wrote: Any objections? Not an objection, but I'd *suggest* you don't do this; the most important

cvs commit to glibc-package/debian/patches by gotom

2002-12-28 Thread Debian GLibc CVS Master
Repository: glibc-package/debian/patches who:gotom time: Sat Dec 28 07:33:51 MST 2002 Log Message: - debian/patches/glibc23-hppa-shmlba.dpatch: Applied hppa SHMLBA definition. (Closes: #170507) Files: changed:0list added: glibc23-hppa-shmlba.dpatch -- To

cvs commit to glibc-package/debian by gotom

2002-12-28 Thread Debian GLibc CVS Master
Repository: glibc-package/debian who:gotom time: Sat Dec 28 07:33:51 MST 2002 Log Message: - debian/patches/glibc23-hppa-shmlba.dpatch: Applied hppa SHMLBA definition. (Closes: #170507) Files: changed:changelog -- To UNSUBSCRIBE, email to [EMAIL PROTECTED] with a

Processed: reassign bug from libstdc++ to glibc

2002-12-28 Thread Debian Bug Tracking System
Processing commands for [EMAIL PROTECTED]: reassign 169161 glibc Bug#169161: libstdc++5: Questionable type usage in mangled names Bug reassigned from package `libstdc++5' to `glibc'. thanks Stopping processing here. Please contact me if you need assistance. Debian bug tracking system

Bug#28250: Ping ? (re libc lost output bug)

2002-12-28 Thread Ian Jackson
On the 10th of July I wrote: So, could you please apply it to the libc in unstable ? What more needs to happen before you apply this patch ? Ian. -- To UNSUBSCRIBE, email to [EMAIL PROTECTED] with a subject of unsubscribe. Trouble? Contact [EMAIL PROTECTED]

Bug#172123: libc6: mysql should be restarted on upgrade

2002-12-28 Thread Walter Hofmann
On Sun, 22 Dec 2002, GOTO Masanori wrote: How to restart? I used /etc/init.d/mysql restart to restart it. Afterwards my PHP script worked again. I don't know it's OK to restart mysql server during woody - sid upgrade... If we can safely restart mysql everytime, we easily add such

Bug#121899: No wonder it segfaults

2002-12-28 Thread GOTO Masanori
At Thu, 26 Dec 2002 18:01:10 -0500, H. S. Teoh [EMAIL PROTECTED] wrote: At least, it's not surprising that the minimal case Branden provided in BTS segfaults. It's nothing to do with getpt(); the code is using in uninitialized pointer *pts. Yes. This test program is wrong. It needs to replace

Bug#119974: Bug confirmed

2002-12-28 Thread H. S. Teoh
Hi, I've just tested this bug, and observed something rather interesting: % cpp /usr/include/unistd.h |grep fsync extern int fsync (int __fd) ; % cpp -D_POSIX_SOURCE /usr/include/unistd.h | grep fsync % So it gets included in the default header file, but not when _POSIX_SOURCE is defined. Now

Bug#31664: Bug should be closed?

2002-12-28 Thread GOTO Masanori
At Thu, 26 Dec 2002 22:25:33 -0500, H. S. Teoh [EMAIL PROTECTED] wrote: Jeff Bailey wrote: The original bug seems to be for manpages not correctly documenting strsignal needs _GNU_SOURCE defined. That appears to now be corrected. Confirmed. It's OK for me. Is there still a bug

Bug#146317: marked as done (Documentation error)

2002-12-28 Thread Debian Bug Tracking System
Your message dated Sun, 29 Dec 2002 02:09:29 +0900 with message-id [EMAIL PROTECTED] and subject line Bug#146317: Bug has been fixed 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

Bug#170507: missing SHMLBA from /usr/include/bits/shm.h on hppa again

2002-12-28 Thread GOTO Masanori
I took a closer look at hppa/bits/shm.h and saw that the patch was NOT applied, at least not after the #define SHM_UNLOCK line which appears in the preceding context of the patch. The relevant context of shm.h is as follows:

Bug#52373: marked as done (GNU libc messages don't distinguish EPIPE and SIGPIPE)

2002-12-28 Thread Debian Bug Tracking System
Your message dated Sun, 29 Dec 2002 01:32:17 +0900 with message-id [EMAIL PROTECTED] and subject line Bug#52373: Wishlist bug? 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

Bug#63658: marked as done (Regular Expressions)

2002-12-28 Thread Debian Bug Tracking System
Your message dated Sat, 28 Dec 2002 23:51:56 +0900 with message-id [EMAIL PROTECTED] and subject line Bug#63658: No longer reproducible (#63658) 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

Bug#28250: Ping ? (re libc lost output bug)

2002-12-28 Thread Daniel Jacobowitz
On Sat, Dec 28, 2002 at 06:29:46PM +, Ian Jackson wrote: On the 10th of July I wrote: So, could you please apply it to the libc in unstable ? What more needs to happen before you apply this patch ? First of all, it got lost because Ben is no longer the glibc maintainer. Secondly, I

Bug#119974: Bug confirmed

2002-12-28 Thread Daniel Jacobowitz
On Sat, Dec 28, 2002 at 12:07:14PM -0500, H. S. Teoh wrote: Hi, I've just tested this bug, and observed something rather interesting: % cpp /usr/include/unistd.h |grep fsync extern int fsync (int __fd) ; % cpp -D_POSIX_SOURCE /usr/include/unistd.h | grep fsync % So it gets included in

Bug#119974: Bug confirmed

2002-12-28 Thread H. S. Teoh
On Sat, Dec 28, 2002 at 07:23:06PM -0500, Daniel Jacobowitz wrote: [snip] It's guarded by: #if defined __USE_BSD || defined __USE_XOPEN _POSIX_SOURCE is: _POSIX_SOURCEIEEE Std 1003.1. i.e. not 1b. Ahh, that explains it. On the other hand, given: _POSIX_C_SOURCE If

Bug#119974: Bug confirmed

2002-12-28 Thread Daniel Jacobowitz
On Sat, Dec 28, 2002 at 08:03:40PM -0500, H. S. Teoh wrote: On Sat, Dec 28, 2002 at 07:23:06PM -0500, Daniel Jacobowitz wrote: [snip] It's guarded by: #if defined __USE_BSD || defined __USE_XOPEN _POSIX_SOURCE is: _POSIX_SOURCEIEEE Std 1003.1. i.e. not 1b. Ahh, that

cvs commit to glibc-package/debian by gotom

2002-12-28 Thread Debian GLibc CVS Master
Repository: glibc-package/debian who:gotom time: Sat Dec 28 19:05:07 MST 2002 Log Message: - debian/libc/DEBIAN/postinst: add mysql-server in restarting service list. (Closes: #172123) Files: changed:changelog -- To UNSUBSCRIBE, email to [EMAIL PROTECTED] with a

Processed: Re: [sparc64] undefined symbols in /lib64/libc.so.6

2002-12-28 Thread Debian Bug Tracking System
Processing commands for [EMAIL PROTECTED]: severity 171778 important Bug#171778: [sparc64] undefined symbols in /lib64/libc.so.6 Severity set to `important'. thanks Stopping processing here. Please contact me if you need assistance. Debian bug tracking system administrator (administrator,

Bug#174521: libc6: threads on ppc leave zombies when they terminate

2002-12-28 Thread Daniel Jacobowitz
On Fri, Dec 27, 2002 at 09:53:32PM -0700, Will Aoki wrote: Package: libc6 Version: 2.2.5-11.2 Severity: important On powerpc, when threads terminate, they leave behind zombies. This renders maradns and other programs that have safety brakes to keep them from spawning too many threads

Re: Regex update

2002-12-28 Thread GOTO Masanori
At Fri, 27 Dec 2002 00:15:25 -0500, Daniel Jacobowitz wrote: On Thu, Dec 26, 2002 at 09:58:34PM -0800, Jeff Bailey wrote: On Thu, Dec 26, 2002 at 09:35:30PM -0600, Anthony Towns wrote: Any objections? Not an objection, but I'd *suggest* you don't do this; the most important

cvs commit to glibc-package/debian/patches by gotom

2002-12-28 Thread Debian GLibc CVS Master
Repository: glibc-package/debian/patches who:gotom time: Sat Dec 28 07:33:51 MST 2002 Log Message: - debian/patches/glibc23-hppa-shmlba.dpatch: Applied hppa SHMLBA definition. (Closes: #170507) Files: changed:0list added: glibc23-hppa-shmlba.dpatch

cvs commit to glibc-package/debian by gotom

2002-12-28 Thread Debian GLibc CVS Master
Repository: glibc-package/debian who:gotom time: Sat Dec 28 07:33:51 MST 2002 Log Message: - debian/patches/glibc23-hppa-shmlba.dpatch: Applied hppa SHMLBA definition. (Closes: #170507) Files: changed:changelog

Processed: reassign bug from libstdc++ to glibc

2002-12-28 Thread Debian Bug Tracking System
Processing commands for [EMAIL PROTECTED]: reassign 169161 glibc Bug#169161: libstdc++5: Questionable type usage in mangled names Bug reassigned from package `libstdc++5' to `glibc'. thanks Stopping processing here. Please contact me if you need assistance. Debian bug tracking system

Bug#28250: Ping ? (re libc lost output bug)

2002-12-28 Thread Ian Jackson
On the 10th of July I wrote: So, could you please apply it to the libc in unstable ? What more needs to happen before you apply this patch ? Ian.

Bug#172123: libc6: mysql should be restarted on upgrade

2002-12-28 Thread Walter Hofmann
On Sun, 22 Dec 2002, GOTO Masanori wrote: How to restart? I used /etc/init.d/mysql restart to restart it. Afterwards my PHP script worked again. I don't know it's OK to restart mysql server during woody - sid upgrade... If we can safely restart mysql everytime, we easily add such

Bug#12411: [PATCH] A better Directory Lister example

2002-12-28 Thread Ian Jackson
H. S. Teoh writes (Bug#12411: [PATCH] A better Directory Lister example): ... I have declined to address this, since this example is mainly concerned with using the libc directory reading functions, not with handling stdout errors. I actually think it's a libc bug, #28250. * it prints the

Bug#119974: Bug confirmed

2002-12-28 Thread H. S. Teoh
Hi, I've just tested this bug, and observed something rather interesting: % cpp /usr/include/unistd.h |grep fsync extern int fsync (int __fd) ; % cpp -D_POSIX_SOURCE /usr/include/unistd.h | grep fsync % So it gets included in the default header file, but not when _POSIX_SOURCE is defined. Now

Bug#31664: Bug should be closed?

2002-12-28 Thread GOTO Masanori
At Thu, 26 Dec 2002 22:25:33 -0500, H. S. Teoh [EMAIL PROTECTED] wrote: Jeff Bailey wrote: The original bug seems to be for manpages not correctly documenting strsignal needs _GNU_SOURCE defined. That appears to now be corrected. Confirmed. It's OK for me. Is there still a bug

Bug#174540: libc6-2.3.1-{7,8) breaks apt-get (and more) on mips

2002-12-28 Thread Siggy Brentrup
Package: libc6 Version: 2.3.1-8 Severity: important Tags: sid, mips After upgrading from 2.3.1-5, all programs linked with -lstdc++ fail like this: indy % apt-get apt-get: relocation error: /usr/lib/libstdc++-libc6.2-2.so.3: symbol \ sys_nerr, version GLIBC_2.3 not defined in file libc.so.6 with

Bug#138080: regexec() even fails when LANG and LC_ALL are disabled

2002-12-28 Thread Colin Watson
On Wed, Oct 23, 2002 at 01:48:18PM +0200, Guus Sliepen wrote: The following lets me believe the POSIX regex function breakage has nothing to do with locales: [...] [EMAIL PROTECTED]LANG= LC_ALL= man -k syscall afs_syscall (2) - unimplemented system calls nfsservctl (2) - syscall

Bug#152962: locales: powerpc build of locales depends on _glibc_, not libc6

2002-12-28 Thread GOTO Masanori
At Fri, 27 Dec 2002 23:32:26 +0100, Michel Lanners wrote: Versions of packages locales depends on: ii debconf 1.0.32 Debian configuration management sy ii libc6 [glibc-2.3.1-5] 2.3.1-5GNU C Library: Shared libraries an See the dependency above?

Bug#170507: missing SHMLBA from /usr/include/bits/shm.h on hppa again

2002-12-28 Thread GOTO Masanori
I took a closer look at hppa/bits/shm.h and saw that the patch was NOT applied, at least not after the #define SHM_UNLOCK line which appears in the preceding context of the patch. The relevant context of shm.h is as follows:

Bug#52373: marked as done (GNU libc messages don't distinguish EPIPE and SIGPIPE)

2002-12-28 Thread Debian Bug Tracking System
Your message dated Sun, 29 Dec 2002 01:32:17 +0900 with message-id [EMAIL PROTECTED] and subject line Bug#52373: Wishlist bug? 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

Bug#63658: marked as done (Regular Expressions)

2002-12-28 Thread Debian Bug Tracking System
Your message dated Sat, 28 Dec 2002 23:51:56 +0900 with message-id [EMAIL PROTECTED] and subject line Bug#63658: No longer reproducible (#63658) 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

Bug#28250: Ping ? (re libc lost output bug)

2002-12-28 Thread Daniel Jacobowitz
On Sat, Dec 28, 2002 at 06:29:46PM +, Ian Jackson wrote: On the 10th of July I wrote: So, could you please apply it to the libc in unstable ? What more needs to happen before you apply this patch ? First of all, it got lost because Ben is no longer the glibc maintainer. Secondly, I

Bug#119974: Bug confirmed

2002-12-28 Thread Daniel Jacobowitz
On Sat, Dec 28, 2002 at 12:07:14PM -0500, H. S. Teoh wrote: Hi, I've just tested this bug, and observed something rather interesting: % cpp /usr/include/unistd.h |grep fsync extern int fsync (int __fd) ; % cpp -D_POSIX_SOURCE /usr/include/unistd.h | grep fsync % So it gets included in

Bug#119974: Bug confirmed

2002-12-28 Thread H. S. Teoh
On Sat, Dec 28, 2002 at 07:23:06PM -0500, Daniel Jacobowitz wrote: [snip] It's guarded by: #if defined __USE_BSD || defined __USE_XOPEN _POSIX_SOURCE is: _POSIX_SOURCEIEEE Std 1003.1. i.e. not 1b. Ahh, that explains it. On the other hand, given: _POSIX_C_SOURCE If

Bug#119974: Bug confirmed

2002-12-28 Thread Daniel Jacobowitz
On Sat, Dec 28, 2002 at 08:03:40PM -0500, H. S. Teoh wrote: On Sat, Dec 28, 2002 at 07:23:06PM -0500, Daniel Jacobowitz wrote: [snip] It's guarded by: #if defined __USE_BSD || defined __USE_XOPEN _POSIX_SOURCE is: _POSIX_SOURCEIEEE Std 1003.1. i.e. not 1b. Ahh, that

cvs commit to glibc-package/debian by gotom

2002-12-28 Thread Debian GLibc CVS Master
Repository: glibc-package/debian who:gotom time: Sat Dec 28 19:05:07 MST 2002 Log Message: - debian/libc/DEBIAN/postinst: add mysql-server in restarting service list. (Closes: #172123) Files: changed:changelog

cvs commit to glibc-package/debian/libc/DEBIAN by gotom

2002-12-28 Thread Debian GLibc CVS Master
Repository: glibc-package/debian/libc/DEBIAN who:gotom time: Sat Dec 28 19:05:07 MST 2002 Log Message: - debian/libc/DEBIAN/postinst: add mysql-server in restarting service list. (Closes: #172123) Files: changed:postinst

Bug#172123: libc6: mysql should be restarted on upgrade

2002-12-28 Thread GOTO Masanori
At Sat, 28 Dec 2002 20:52:30 +0100, Walter Hofmann wrote: On Sun, 22 Dec 2002, GOTO Masanori wrote: How to restart? I used /etc/init.d/mysql restart to restart it. Afterwards my PHP script worked again. I don't know it's OK to restart mysql server during woody - sid

Bug#152962: marked as done (locale: dependency information in locale package. is it bug?)

2002-12-28 Thread Debian Bug Tracking System
Your message dated Sun, 29 Dec 2002 11:14:05 +0900 with message-id [EMAIL PROTECTED] and subject line Bug#152962: locales: powerpc build of locales depends on _glibc_, not libc6 has caused the attached Bug report to be marked as done. This means that you claim that the problem has been dealt

Bug#133336: Manpage is also buggy

2002-12-28 Thread GOTO Masanori
At Fri, 27 Dec 2002 11:56:08 -0500, H. S. Teoh [EMAIL PROTECTED] wrote: reassign 16 glibc-doc,manpages-dev thanks The manpage termios(3) also claims it returns int: int cfmakeraw(struct termios *termios_p); And /usr/include/termios.h (libc6-dev 2.3.1-3) still defines it as

Processed: Re: [sparc64] undefined symbols in /lib64/libc.so.6

2002-12-28 Thread Debian Bug Tracking System
Processing commands for [EMAIL PROTECTED]: severity 171778 important Bug#171778: [sparc64] undefined symbols in /lib64/libc.so.6 Severity set to `important'. thanks Stopping processing here. Please contact me if you need assistance. Debian bug tracking system administrator (administrator,