Bug#387446: glibc: Please compile for (/usr)/lib64 on amd64 as per FHS

2006-09-14 Thread Goswin von Brederlow
Package: glibc Version: 2.3.6.ds1-4 Severity: serious Tags: patch Hi, the standard location for libraries on amd64 is (/usr)/lib64 but glibc is build for (/usr)/lib. In most cases this makes no difference but there are some: 1) Compatibility with other linux When you copy debians libc6 or

Bug#387459: [m68k] mathinlib.h previous definition

2006-09-14 Thread Stephen R Marenka
Package: libc6-dev Version: 2.3.6.ds1-4 Severity: important While building mcmcpack, we encountered the following error. | g++ -I/usr/share/R/include -I/usr/share/R/include | -DSCYTHE_COMPILE_DIRECT -DSCYTHE_NO_RANGE -fpic -g -O2 -c | distributions.cc -o distributions.o | distributions.cc: In

Bug#387270: gnupg: segfaults when asking a passphrase

2006-09-14 Thread Werner Koch
On Wed, 13 Sep 2006 09:12, Oohara Yuuma said: gnupg segfaults when it encrypts a file with a symmetric cipher: gpg --symmetric --armor copyright gpg: Segmentation fault caught ... exiting Segmentation fault FWIW, I can't replicate it with a stock 1.4.5 on Sid. What is the content of your

Bug#387270: gnupg: segfaults when asking a passphrase

2006-09-14 Thread Oohara Yuuma
On Thu, 14 Sep 2006 17:54:59 +0200, Werner Koch [EMAIL PROTECTED] wrote: On Wed, 13 Sep 2006 09:12, Oohara Yuuma said: gnupg segfaults when it encrypts a file with a symmetric cipher: gpg --symmetric --armor copyright gpg: Segmentation fault caught ... exiting Segmentation fault

Bug#387498: mips: system() hangs when compiled with -pg (gprof profiling(.

2006-09-14 Thread Camm Maguire
Package: libc6 Version: 2.3.6-16 Severity: serious Greetings! Is there any quick workaround here -- this is holding up gcl/maxima/acl2/axiom. Take care, = [EMAIL PROTECTED]:~$ cat t.c int main(int argc,char *

Processed: Re: Bug#387446: glibc: Please compile for (/usr)/lib64 on amd64 as per FHS

2006-09-14 Thread Debian Bug Tracking System
Processing commands for [EMAIL PROTECTED]: severity 387446 normal Bug#387446: glibc: Please compile for (/usr)/lib64 on amd64 as per FHS Severity set to `normal' from `serious' thanks Stopping processing here. Please contact me if you need assistance. Debian bug tracking system administrator

Bug#387446: glibc: Please compile for (/usr)/lib64 on amd64 as per FHS

2006-09-14 Thread Steve Langasek
severity 387446 normal thanks On Thu, Sep 14, 2006 at 02:05:01PM +0200, Goswin von Brederlow wrote: I set this to serious because it sort of violates a MUST directive in the FHS: This is a known deviation from the FHS on amd64, and not one that is considered release-critical for etch. That

Bug#387446: glibc: Please compile for (/usr)/lib64 on amd64 as per FHS

2006-09-14 Thread Aurelien Jarno
On Thu, Sep 14, 2006 at 01:28:24PM -0700, Steve Langasek wrote: severity 387446 normal thanks On Thu, Sep 14, 2006 at 02:05:01PM +0200, Goswin von Brederlow wrote: I set this to serious because it sort of violates a MUST directive in the FHS: Your changes also violate the FHS, as the

Bug#387553: glibc nscd client code fails intermittently

2006-09-14 Thread mdm
Package: libc6 Version: 2.3.5 When using nscd, calls to functions like getgrgid() may fail intermittently whent the reply is large. This is because the entire reply may not yet be ready for reading in glibc's nscd client when __poll() first indicates that the socket is ready for reading. The