Processed: Re: Bug#563882: git-core FTBFS on ia64: t1001-read-tree-m-2way.sh test fails

2010-01-27 Thread Debian Bug Tracking System
Processing commands for cont...@bugs.debian.org: forwarded 563882 http://sourceware.org/bugzilla/show_bug.cgi?id=11230 Bug #563882 [libc6.1] ia64: memchr overshots Set Bug forwarded-to-address to 'http://sourceware.org/bugzilla/show_bug.cgi?id=11230'. thanks Stopping processing here. Please

Bug#563882: git-core FTBFS on ia64: t1001-read-tree-m-2way.sh test fails

2010-01-27 Thread Jonathan Nieder
forwarded 563882 http://sourceware.org/bugzilla/show_bug.cgi?id=11230 thanks Hi Aurelian, Aurelien Jarno wrote: On Tue, Jan 26, 2010 at 04:06:32PM -0600, Jonathan Nieder wrote: FYI: http://sourceware.org/bugzilla/show_bug.cgi?id=10162 Maybe glibc 2.11.1 (which includes a cherry-pick of

Re: Bug#563882: git-core FTBFS on ia64: t1001-read-tree-m-2way.sh test fails

2010-01-26 Thread Jonathan Nieder
reassign 563882 libc6.1 2.10.2-5 severity 563882 critical retitle 563882 ia64: mmap reading null bytes that should not be there thanks Hi libc maintainers, mmap() on ia64 seems to be totally broken. git does something like the following to detect binary files: struct stat st;

Processed: Re: Bug#563882: git-core FTBFS on ia64: t1001-read-tree-m-2way.sh test fails

2010-01-26 Thread Debian Bug Tracking System
[libc6.1] git-core FTBFS on ia64: t1001-read-tree-m-2way.sh test fails Bug Marked as found in versions eglibc/2.10.2-5. severity 563882 critical Bug #563882 [libc6.1] git-core FTBFS on ia64: t1001-read-tree-m-2way.sh test fails Severity set to 'critical' from 'serious' retitle 563882 ia64: mmap

Processed: Re: Bug#563882: git-core FTBFS on ia64: t1001-read-tree-m-2way.sh test fails

2010-01-26 Thread Debian Bug Tracking System
Processing commands for cont...@bugs.debian.org: severity 563882 important Bug #563882 [libc6.1] ia64: mmap reading null bytes that should not be there Severity set to 'important' from 'critical' retitle 563882 ia64: memchr overshots Bug #563882 [libc6.1] ia64: mmap reading null bytes that

Bug#563882: git-core FTBFS on ia64: t1001-read-tree-m-2way.sh test fails

2010-01-26 Thread Bastian Blank
severity 563882 important retitle 563882 ia64: memchr overshots thanks On Tue, Jan 26, 2010 at 01:48:34PM -0600, Jonathan Nieder wrote: severity 563882 critical Please explain. git is neither unrelated to glibc nor does this cause serious data loss. That is, it maps the file into memory and

Re: Bug#563882: git-core FTBFS on ia64: t1001-read-tree-m-2way.sh test fails

2010-01-26 Thread Jonathan Nieder
Bastian Blank wrote: The following program shows the cause: | #include sys/stat.h | #include sys/mman.h | #include fcntl.h | | int main(int argc, const char * const argv[]) | { | struct stat st; | lstat(argv[1], st); | | int fd = open(argv[1], O_RDONLY); | void *data =

Re: Bug#563882: git-core FTBFS on ia64: t1001-read-tree-m-2way.sh test fails

2010-01-26 Thread Aurelien Jarno
On Tue, Jan 26, 2010 at 04:06:32PM -0600, Jonathan Nieder wrote: Bastian Blank wrote: The following program shows the cause: | #include sys/stat.h | #include sys/mman.h | #include fcntl.h | | int main(int argc, const char * const argv[]) | { | struct stat st; |