Re: perl 5.20 test failures

2014-08-18 Thread Svante Signell
On Mon, 2014-08-18 at 11:31 +0200, Svante Signell wrote: > Hi, > > Furthermore the following two large file system tests fail when building > manually: > (on the buildd they are skipped. How come, is that image not compiled with > -D_FILE_OFFSET_BITS=64?): > t/op/lfs.t > not ok 17 > # Failed tes

Re: glibc preparation patch for lockf support in Hurd

2014-08-18 Thread Svante Signell
On Mon, 2014-08-18 at 23:39 +0200, Samuel Thibault wrote: > Svante Signell, le Mon 18 Aug 2014 21:56:19 +0200, a écrit : > > The reason this is needed is that the MIG generated RPC for hurd/glibc > > currently does not support mixed 32 and 64 bit entries, > > Well, make it just always 64bit then.

Re: perl 5.20 test failures

2014-08-18 Thread Samuel Thibault
Svante Signell, le Mon 18 Aug 2014 11:31:16 +0200, a écrit : > Running the t/io/socket test manually reveals: > ok 1 - close the socket > ok 2 - make a tcp socket > ok 3 - bind works > ok 4 - getsockname() on bound socket > # port 41258 > ok 5 - listen() works > ok 6 - make accept tcp socket > ok 7

Re: GSOC - valgrind-hurd queries

2014-08-18 Thread Samuel Thibault
Subhashish Pradhan, le Sun 17 Aug 2014 20:07:25 +0530, a écrit : > I moved back to my college hostel this week so it was a bit busy. > I apologise for the delay. Sure. The firm deadline is google's, not mine :) > I think you put my situation into words perfectly. Well, here's the report > [1].

Re: glibc preparation patch for lockf support in Hurd

2014-08-18 Thread Samuel Thibault
Svante Signell, le Mon 18 Aug 2014 21:56:19 +0200, a écrit : > The reason this is needed is that the MIG generated RPC for hurd/glibc > currently does not support mixed 32 and 64 bit entries, Well, make it just always 64bit then. AIUI, this type is not used in any RPC at all yet, so this can't br

glibc preparation patch for lockf support in Hurd

2014-08-18 Thread Svante Signell
Hi, The following patch to sysdeps/mach/hurd/bits/fcntl.h is needed for future support of posix file locking support in Hurd. These patches are an update of Neals patches from 2001 adapted for libpthread instead of cthreads. The reason this is needed is that the MIG generated RPC for hurd/glibc c

Re: GSOC - valgrind-hurd queries

2014-08-18 Thread Subhashish Pradhan
Hello again! Any thoughts about the error? On Sun, Aug 17, 2014 at 8:07 PM, Subhashish Pradhan wrote: > On Mon, Aug 11, 2014 at 9:54 PM, Samuel Thibault > wrote: >> Hello, >> >> Any news about your project? We haven't seen you on IRC for a long >> time, and no news by mail... Remember that th

perl 5.20 test failures

2014-08-18 Thread Svante Signell
Hi, The following tests fail for Debian perl 5.20.0-4 according to the buildd log file: t/io/socket ... FAILED at test 11 Thread creation failed: pthread_create returned 1073741859 at (eval 1470) line 3. Thread creation failed: pthread_create returne