[perl #47373] Configure.pl hints not found on Dragonflybsd

2007-11-12 Thread B. Estrade
# New Ticket Created by B. Estrade # Please include the string: [perl #47373] # in the subject line of all future correspondence about this issue. # URL: http://rt.perl.org/rt3/Ticket/Display.html?id=47373 For revision 22808 on Dragonfly 1.10.1-RELEASE #0: Checking

Parrot Bug Summary

2007-11-12 Thread Parrot Bug Summary
Parrot Bug Summary http://rt.perl.org/rt3/NoAuth/parrot/Overview.html Generated at Mon Nov 12 14:00:03 2007 GMT --- * Numbers * New Issues * Overview of Open Issues * Ticket Status By Version * Requestors with

Re: GC problem in OrderedHash?

2007-11-12 Thread chromatic
On Sunday 11 November 2007 21:56:28 Bob Rogers wrote: I've been seeing this for about two months now, with varying symptoms, but I've had no luck pinning it down. The Kea-CL release candidate on the Web site [1] displays the following symptoms with Parrot r21892 (i386, GNU/Linux):

[perl #47391] t/configure/1*.t tests incorrectly rely on init::defaults

2007-11-12 Thread via RT
# New Ticket Created by Andy Dougherty # Please include the string: [perl #47391] # in the subject line of all future correspondence about this issue. # URL: http://rt.perl.org/rt3/Ticket/Display.html?id=47391 I decided to try to give parrot a spin again today, and ran into some problems

[perl #47395] t/configure/115-auto-warnings.t assumes cc -Wall works.

2007-11-12 Thread via RT
# New Ticket Created by Andy Dougherty # Please include the string: [perl #47395] # in the subject line of all future correspondence about this issue. # URL: http://rt.perl.org/rt3/Ticket/Display.html?id=47395 On a fresh checkout today, the new test (new since last time I tried parrot,

[perl #47393] t/configure/107-inter_progs-*.t all fail

2007-11-12 Thread via RT
# New Ticket Created by Andy Dougherty # Please include the string: [perl #47393] # in the subject line of all future correspondence about this issue. # URL: http://rt.perl.org/rt3/Ticket/Display.html?id=47393 On a fresh checkout today, t/configure/107-inter_progs-*.t all fail with

Re: GC problem in OrderedHash?

2007-11-12 Thread Bob Rogers
From: chromatic [EMAIL PROTECTED] Date: Mon, 12 Nov 2007 09:17:34 -0800 On Sunday 11 November 2007 21:56:28 Bob Rogers wrote: I've been seeing this for about two months now, with varying symptoms, but I've had no luck pinning it down . . . So I narrowed it down to

Re: [perl #47391] t/configure/1*.t tests incorrectly rely on init::defaults

2007-11-12 Thread chromatic
On Monday 12 November 2007 10:43:02 Andy Dougherty wrote: After looking into it some, the problem seems to be that these tests rely on init::defaults. That simply won't work if the configuration being used to build parrot is sufficiently different from that which was used to build perl.

Re: GC problem in OrderedHash?

2007-11-12 Thread chromatic
On Monday 12 November 2007 13:23:17 Bob Rogers wrote: From: chromatic [EMAIL PROTECTED] I think it's a freeze/thaw problem actually (as OrderedHash passes its tests with the gcdebug core, but that is only meaningful if the test coverage is good). It might also have to do with

[perl #47397] t/op/arithmetics.t hangs

2007-11-12 Thread via RT
# New Ticket Created by Andy Dougherty # Please include the string: [perl #47397] # in the subject line of all future correspondence about this issue. # URL: http://rt.perl.org/rt3/Ticket/Display.html?id=47397 I was trying parrot for the first time in a while today, and the test suite hung

[perl #47391] t/configure/1*.t tests incorrectly rely on init::defaults

2007-11-12 Thread James Keenan via RT
On Mon Nov 12 10:43:02 2007, doughera wrote: [snip] After looking into it some, the problem seems to be that these tests rely on init::defaults. That simply won't work if the configuration being used to build parrot is sufficiently different from that which was used to build perl. That's

Re: [perl #47397] t/op/arithmetics.t hangs

2007-11-12 Thread chromatic
On Monday 12 November 2007 12:33:41 Andy Dougherty wrote: I was trying parrot for the first time in a while today, and the test suite hung at t/op/arithmetics_22.pasm. (This is with gcc-4.1.0 on Solaris 8/SPARC.) It just sits and uses up CPU. It appears to be stuck in the 'gcd' op. It's

Re: [perl #47391] t/configure/1*.t tests incorrectly rely on init::defaults

2007-11-12 Thread Andy Dougherty
On Mon, 12 Nov 2007, James Keenan via RT wrote: I will try to repair these tests, and I would ask that you give me rapid feedback on the patches I post, as I cannot replicate the errors you have pointed out. But I also would like to note that this points out that our reliance on Perl 5's

Re: GC problem in OrderedHash?

2007-11-12 Thread Bob Rogers
From: chromatic [EMAIL PROTECTED] Date: Mon, 12 Nov 2007 13:58:51 -0800 . . . If someone reading this (not just Bob or me) cares to write up some basic tests and can make a failure case, I'm very happy to debug and fix the problem. I'm out of town for a couple of days and