Bug#247241: FTBFS: no rule to make target build_tree when running 'debian/rules binary'

2004-05-24 Thread GOTO Masanori
At Fri, 21 May 2004 00:01:00 +0200, Jeroen van Wolffelaar wrote: > > Be carefult that you should set "DEB_BUILD_OPTIONS=nocheck" environment > > variable to build with debian/rules binary. > > I don't understand. debian/rules binary should just work. Do you mean to > say it will only work if I set

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

2004-05-24 Thread Debian GLibc CVS Master
Repository: glibc-package/debian/sysdeps who:gotom time: Mon May 24 09:13:25 MDT 2004 Log Message: - debian/sysdeps/linux.mk: Fix build failure when kernel headers directory in /usr/src has symlink asm direcotry. Patched by Wolfram Gloger <[EMAIL PROTECTED]>. (Clo

cvs commit to glibc-package/debian by gotom

2004-05-24 Thread Debian GLibc CVS Master
Repository: glibc-package/debian who:gotom time: Mon May 24 09:13:25 MDT 2004 Log Message: - debian/sysdeps/linux.mk: Fix build failure when kernel headers directory in /usr/src has symlink asm direcotry. Patched by Wolfram Gloger <[EMAIL PROTECTED]>. (Closes: #24

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

2004-05-24 Thread Debian GLibc CVS Master
Repository: glibc-package/debian/patches who:gotom time: Mon May 24 09:11:52 MDT 2004 Log Message: - debian/patches/s390-backtrace.dpatch: Fix 900 test failures in the libjava testsuite in gcc-3.4 on s390. (Closes: #243394) Files: changed:00list added: s3

cvs commit to glibc-package/debian by gotom

2004-05-24 Thread Debian GLibc CVS Master
Repository: glibc-package/debian who:gotom time: Mon May 24 09:11:52 MDT 2004 Log Message: - debian/patches/s390-backtrace.dpatch: Fix 900 test failures in the libjava testsuite in gcc-3.4 on s390. (Closes: #243394) Files: changed:changelog

Bug#249408: asm/ headers in LINUX_SOURCE not used unless it is a real directory

2004-05-24 Thread GOTO Masanori
Hi Wolfram! At Mon, 17 May 2004 10:42:16 +0200, Wolfram Gloger wrote: > When I specify the location of my kernel headers by setting > LINUX_SOURCE, e.g. LINUX_SOURCE=/usr/src/kernel-headers-2.4.26-wg, and > attempt to build glibc, no "asm/" headers are found, because that is a > symbolic link to t

Re: Problem delivering signals while blocked in recvfrom

2004-05-24 Thread GOTO Masanori
At Mon, 17 May 2004 16:54:45 +1200, David Preece wrote: > As per the subject, I have a single threaded process blocked collecting > UDP packets in recvfrom and I'm attempting to send it SIGHUP. No matter > what I do I get a segfault within the libc6. I've tried both the GNU > and BSD styles of s

Processed: Re: Bug#250680: nscd: segmentation fault when using ldap

2004-05-24 Thread Debian Bug Tracking System
Processing commands for [EMAIL PROTECTED]: > tag 250680 woody Bug#250680: nscd: segmentation fault when using ldap There were no tags set. Tags added: woody > thanks Stopping processing here. Please contact me if you need assistance. Debian bug tracking system administrator (administrator, Debi

Re: [s390 patch] Improved backtrace for s390*

2004-05-24 Thread GOTO Masanori
Hi Matthias, At Sat, 3 Apr 2004 08:23:44 +0200, Matthias Klose wrote: > This patch applied upstream > http://sources.redhat.com/ml/libc-hacker/2003-12/msg00025.html > is supposed to fix about 900 test failures in the libjava testsuite in > gcc-3.4. Note that I didn't test the patch myself. > >

Bug#250680: nscd: segmentation fault when using ldap

2004-05-24 Thread Caylan Van Larson
Package: nscd Version: 2.2.5-11.5 Severity: important When the /etc/nsswitch.conf file contains: passwd: files ldap group: files ldap shadow: files ldap Within seconds, nscd segfaults: 19179: GETPWBYNAME (root) 19179: Haven't found "root" in password cache

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

2004-05-24 Thread Debian GLibc CVS Master
Repository: glibc-package/debian/sysdeps who:gotom time: Mon May 24 09:13:25 MDT 2004 Log Message: - debian/sysdeps/linux.mk: Fix build failure when kernel headers directory in /usr/src has symlink asm direcotry. Patched by Wolfram Gloger <[EMAIL PROTECTED]>. (Clo

cvs commit to glibc-package/debian by gotom

2004-05-24 Thread Debian GLibc CVS Master
Repository: glibc-package/debian who:gotom time: Mon May 24 09:13:25 MDT 2004 Log Message: - debian/sysdeps/linux.mk: Fix build failure when kernel headers directory in /usr/src has symlink asm direcotry. Patched by Wolfram Gloger <[EMAIL PROTECTED]>. (Closes: #24

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

2004-05-24 Thread Debian GLibc CVS Master
Repository: glibc-package/debian/patches who:gotom time: Mon May 24 09:11:52 MDT 2004 Log Message: - debian/patches/s390-backtrace.dpatch: Fix 900 test failures in the libjava testsuite in gcc-3.4 on s390. (Closes: #243394) Files: changed:00list added: s3

cvs commit to glibc-package/debian by gotom

2004-05-24 Thread Debian GLibc CVS Master
Repository: glibc-package/debian who:gotom time: Mon May 24 09:11:52 MDT 2004 Log Message: - debian/patches/s390-backtrace.dpatch: Fix 900 test failures in the libjava testsuite in gcc-3.4 on s390. (Closes: #243394) Files: changed:changelog -- To UNSUBSCRIBE

Bug#249408: asm/ headers in LINUX_SOURCE not used unless it is a real directory

2004-05-24 Thread GOTO Masanori
Hi Wolfram! At Mon, 17 May 2004 10:42:16 +0200, Wolfram Gloger wrote: > When I specify the location of my kernel headers by setting > LINUX_SOURCE, e.g. LINUX_SOURCE=/usr/src/kernel-headers-2.4.26-wg, and > attempt to build glibc, no "asm/" headers are found, because that is a > symbolic link to t

Re: Problem delivering signals while blocked in recvfrom

2004-05-24 Thread GOTO Masanori
At Mon, 17 May 2004 16:54:45 +1200, David Preece wrote: > As per the subject, I have a single threaded process blocked collecting > UDP packets in recvfrom and I'm attempting to send it SIGHUP. No matter > what I do I get a segfault within the libc6. I've tried both the GNU > and BSD styles of s

Processed: Re: Bug#250680: nscd: segmentation fault when using ldap

2004-05-24 Thread Debian Bug Tracking System
Processing commands for [EMAIL PROTECTED]: > tag 250680 woody Bug#250680: nscd: segmentation fault when using ldap There were no tags set. Tags added: woody > thanks Stopping processing here. Please contact me if you need assistance. Debian bug tracking system administrator (administrator, Debi

Re: [s390 patch] Improved backtrace for s390*

2004-05-24 Thread GOTO Masanori
Hi Matthias, At Sat, 3 Apr 2004 08:23:44 +0200, Matthias Klose wrote: > This patch applied upstream > http://sources.redhat.com/ml/libc-hacker/2003-12/msg00025.html > is supposed to fix about 900 test failures in the libjava testsuite in > gcc-3.4. Note that I didn't test the patch myself. > >

Bug#250680: nscd: segmentation fault when using ldap

2004-05-24 Thread Caylan Van Larson
Package: nscd Version: 2.2.5-11.5 Severity: important When the /etc/nsswitch.conf file contains: passwd: files ldap group: files ldap shadow: files ldap Within seconds, nscd segfaults: 19179: GETPWBYNAME (root) 19179: Haven't found "root" in password cache