Re: Bug#672152: perl: FTBFS on kfreebsd-*: dist/threads-shared/t/waithires.t failing

2012-06-08 Thread Dominic Hargreaves
On Mon, Jun 04, 2012 at 11:16:24AM +0100, Steven Chamberlain wrote:
 On 29/05/12 18:00, Dominic Hargreaves wrote:
  On Sun, May 27, 2012 at 08:00:48PM +0100, Steven Chamberlain wrote:
  On 27/05/12 17:55, Steven Chamberlain wrote:
  I just checked to see if Petr's eglibc getosreldate() fix made any
  difference to the Perl waithires.t test [...]
 
  Actually this is fixed (#673711), I just didn't notice the other commit
  in pkg-glibc SVN.  Thanks Petr!
  
  Thanks - I'd appreciate a heads-up when the updated package is
  available for test in sid.
 
 Hi Dominic,
 
 The new eglibc is installed in sid now.  Hopefully that failing test can
 be re-enabled.  (I'm running it now and it looks fixed to me).

Thanks, confirmed here too and re-enabled in git.

Cheers,
Dominic.

-- 
Dominic Hargreaves | http://www.larted.org.uk/~dom/
PGP key 5178E2A5 from the.earth.li (keyserver,web,email)


-- 
To UNSUBSCRIBE, email to debian-glibc-requ...@lists.debian.org
with a subject of unsubscribe. Trouble? Contact listmas...@lists.debian.org
Archive: http://lists.debian.org/20120608211727.gg5...@urchin.earth.li



Re: Bug#672152: perl: FTBFS on kfreebsd-*: dist/threads-shared/t/waithires.t failing

2012-06-04 Thread Steven Chamberlain
On 29/05/12 18:00, Dominic Hargreaves wrote:
 On Sun, May 27, 2012 at 08:00:48PM +0100, Steven Chamberlain wrote:
 On 27/05/12 17:55, Steven Chamberlain wrote:
 I just checked to see if Petr's eglibc getosreldate() fix made any
 difference to the Perl waithires.t test [...]

 Actually this is fixed (#673711), I just didn't notice the other commit
 in pkg-glibc SVN.  Thanks Petr!
 
 Thanks - I'd appreciate a heads-up when the updated package is
 available for test in sid.

Hi Dominic,

The new eglibc is installed in sid now.  Hopefully that failing test can
be re-enabled.  (I'm running it now and it looks fixed to me).

Thanks!

Regards,
-- 
Steven Chamberlain
ste...@pyro.eu.org


-- 
To UNSUBSCRIBE, email to debian-glibc-requ...@lists.debian.org
with a subject of unsubscribe. Trouble? Contact listmas...@lists.debian.org
Archive: http://lists.debian.org/4fcc8af8.1090...@pyro.eu.org



Re: Bug#672152: perl: FTBFS on kfreebsd-*: dist/threads-shared/t/waithires.t failing

2012-05-29 Thread Dominic Hargreaves
On Sun, May 27, 2012 at 08:00:48PM +0100, Steven Chamberlain wrote:
 On 27/05/12 17:55, Steven Chamberlain wrote:
  I just checked to see if Petr's eglibc getosreldate() fix made any
  difference to the Perl waithires.t test [...]
 
 Actually this is fixed (#673711), I just didn't notice the other commit
 in pkg-glibc SVN.  Thanks Petr!

Thanks - I'd appreciate a heads-up when the updated package is
available for test in sid.

Cheers,
Dominic.

-- 
Dominic Hargreaves | http://www.larted.org.uk/~dom/
PGP key 5178E2A5 from the.earth.li (keyserver,web,email)


-- 
To UNSUBSCRIBE, email to debian-glibc-requ...@lists.debian.org
with a subject of unsubscribe. Trouble? Contact listmas...@lists.debian.org
Archive: http://lists.debian.org/20120529170022.gc29...@urchin.earth.li



Re: Bug#672152: perl: FTBFS on kfreebsd-*: dist/threads-shared/t/waithires.t failing

2012-05-27 Thread Steven Chamberlain
Hi,

I just checked to see if Petr's eglibc getosreldate() fix made any
difference to the Perl waithires.t test;  still seeing failures though.

While here I noticed a new test failure -- always reproducible on my ZFS
mount (+compression +dedup), but it works fine if I move the build
directory onto a UFS mount.  Maybe to do with the ordering of readdir()
output?

 steven@kfreebsd-i386:~/perl-5.14.2$ ./perl t/op/threads-dirh.t TEST_VERBOSE=1
 1..6
 ok 1 - crash when duping dirh
 ok 2 - dir iterator is copied from one thread to another
 ok 3 - cloned iterator iterates exactly once over everything not already seen
 not ok 4 - cloned dir iterator that points to the end of the directory
 # Failed at t/op/threads-dirh.t line 92
 #  got rile
 # expected undef
 ok 5 # skip OS does not support long file names (and I mean *long*)
 ok 6 - no warnings during all that
 steven@kfreebsd-i386:~/perl-5.14.2$ ./perl t/op/threads-dirh.t TEST_VERBOSE=1
 1..6
 ok 1 - crash when duping dirh
 ok 2 - dir iterator is copied from one thread to another
 ok 3 - cloned iterator iterates exactly once over everything not already seen
 not ok 4 - cloned dir iterator that points to the end of the directory
 # Failed at t/op/threads-dirh.t line 92
 #  got zor
 # expected undef
 ok 5 # skip OS does not support long file names (and I mean *long*)
 ok 6 - no warnings during all that
 steven@kfreebsd-i386:~/perl-5.14.2$ ./perl t/op/threads-dirh.t TEST_VERBOSE=1
 1..6
 ok 1 - crash when duping dirh
 ok 2 - dir iterator is copied from one thread to another
 ok 3 - cloned iterator iterates exactly once over everything not already seen
 not ok 4 - cloned dir iterator that points to the end of the directory
 # Failed at t/op/threads-dirh.t line 92
 #  got thrit
 # expected undef
 ok 5 # skip OS does not support long file names (and I mean *long*)
 ok 6 - no warnings during all that

Regards,
-- 
Steven Chamberlain
ste...@pyro.eu.org


-- 
To UNSUBSCRIBE, email to debian-glibc-requ...@lists.debian.org
with a subject of unsubscribe. Trouble? Contact listmas...@lists.debian.org
Archive: http://lists.debian.org/4fc25c84.8020...@pyro.eu.org



Re: Bug#672152: perl: FTBFS on kfreebsd-*: dist/threads-shared/t/waithires.t failing

2012-05-27 Thread Steven Chamberlain
On 27/05/12 17:55, Steven Chamberlain wrote:
 I just checked to see if Petr's eglibc getosreldate() fix made any
 difference to the Perl waithires.t test [...]

Actually this is fixed (#673711), I just didn't notice the other commit
in pkg-glibc SVN.  Thanks Petr!

Regards,
-- 
Steven Chamberlain
ste...@pyro.eu.org


-- 
To UNSUBSCRIBE, email to debian-glibc-requ...@lists.debian.org
with a subject of unsubscribe. Trouble? Contact listmas...@lists.debian.org
Archive: http://lists.debian.org/4fc279e0.8060...@pyro.eu.org



Processed: Re: Bug#672152: perl: FTBFS on kfreebsd-*: dist/threads-shared/t/waithires.t failing

2012-05-25 Thread Debian Bug Tracking System
Processing commands for cont...@bugs.debian.org:

 retitle 672152 perl: dist/threads-shared/t/waithires.t disabled on kfreebsd
Bug #672152 [src:perl] perl: FTBFS on kfreebsd-*: 
dist/threads-shared/t/waithires.t failing
Changed Bug title to 'perl: dist/threads-shared/t/waithires.t disabled on 
kfreebsd' from 'perl: FTBFS on kfreebsd-*: dist/threads-shared/t/waithires.t 
failing'
 block 672152 by 673711
Bug #672152 [src:perl] perl: dist/threads-shared/t/waithires.t disabled on 
kfreebsd
672152 was not blocked by any bugs.
672152 was blocking: 645105
Added blocking bug(s) of 672152: 673711
 thanks
Stopping processing here.

Please contact me if you need assistance.
-- 
672152: http://bugs.debian.org/cgi-bin/bugreport.cgi?bug=672152
Debian Bug Tracking System
Contact ow...@bugs.debian.org with problems


--
To UNSUBSCRIBE, email to debian-glibc-requ...@lists.debian.org
with a subject of unsubscribe. Trouble? Contact listmas...@lists.debian.org
Archive: 
http://lists.debian.org/handler.s.c.133794891518193.transcr...@bugs.debian.org



Re: Bug#672152: perl: FTBFS on kfreebsd-*: dist/threads-shared/t/waithires.t failing

2012-05-23 Thread Niko Tyni
On Fri, May 11, 2012 at 12:46:22PM +0300, Niko Tyni wrote:
 On Wed, May 09, 2012 at 03:22:38AM +0100, Steven Chamberlain wrote:
 
  Trying this a few times, I see different tests failing each time:  they
  are the six 'condition obtained' checks for cond_timedwait.  Some fail
  noticeably more often than others.  Based on ~60 runs on kfreebsd-i386:
 
  Strangely it seems like perl 5.14.2-9 does the same.  I'm using
  experimental eglibc 2.13-32+kkh901.
 
 It seems to be a regression in eglibc, not in perl itself. My guess is
 the fix for #654783 in 2.13-31, but it's definitely between -27 and -32.
 
 Trying on kfreebsd-amd64 (asdfasdf.debian.net), the test passes
 consistently in the wheezy chroot (libc0.1_2.13-27) and fails most of
 the time in the sid one (libc0.1_2.13-32). If I LD_PRELOAD libpthread.so
 from wheezy, the tests start to pass in sid, and vice versa: LD_PRELOADing
 the sid libpthread.so in wheezy makes the test fail.
 
 I don't have a C test case yet, not sure how soon I can pull one
 together. Help is appreciated.

This build failure is blocking perl testing migration and is affecting
other transitions. I think we'll have to upload a new perl package with
the failing test disabled / marked as TODO on kfreebsd-* for now.

I suppose that means #672152 will stay open at 'important' until somebody
has the time to look into it properly.
-- 
Niko Tyni   nt...@debian.org


-- 
To UNSUBSCRIBE, email to debian-glibc-requ...@lists.debian.org
with a subject of unsubscribe. Trouble? Contact listmas...@lists.debian.org
Archive: http://lists.debian.org/20120523124931.GA5268@madeleine.local.invalid



Re: Bug#672152: perl: FTBFS on kfreebsd-*: dist/threads-shared/t/waithires.t failing

2012-05-11 Thread Niko Tyni
On Wed, May 09, 2012 at 03:22:38AM +0100, Steven Chamberlain wrote:

 Trying this a few times, I see different tests failing each time:  they
 are the six 'condition obtained' checks for cond_timedwait.  Some fail
 noticeably more often than others.  Based on ~60 runs on kfreebsd-i386:

 Strangely it seems like perl 5.14.2-9 does the same.  I'm using
 experimental eglibc 2.13-32+kkh901.

It seems to be a regression in eglibc, not in perl itself. My guess is
the fix for #654783 in 2.13-31, but it's definitely between -27 and -32.

Trying on kfreebsd-amd64 (asdfasdf.debian.net), the test passes
consistently in the wheezy chroot (libc0.1_2.13-27) and fails most of
the time in the sid one (libc0.1_2.13-32). If I LD_PRELOAD libpthread.so
from wheezy, the tests start to pass in sid, and vice versa: LD_PRELOADing
the sid libpthread.so in wheezy makes the test fail.

I don't have a C test case yet, not sure how soon I can pull one
together. Help is appreciated.
-- 
Niko Tyni   nt...@debian.org


-- 
To UNSUBSCRIBE, email to debian-glibc-requ...@lists.debian.org
with a subject of unsubscribe. Trouble? Contact listmas...@lists.debian.org
Archive: http://lists.debian.org/20120511094622.GA5164@madeleine.local.invalid