Re: [perl #49818] [PATCH] Do not check for memalign on QNX 6

2008-02-19 Thread chromatic
On Tuesday 15 January 2008 20:31:23 Matt Kraai wrote: > Configure.pl's check for memalign hangs on QNX 6 because the call to > memalign in test_c.in never returns (or at least didn't after a few > minutes). I ran test_c2.in by hand and verified that posix_memalign > is OK, so the attached hints f

New committer!

2008-02-19 Thread Will Coleda
Welcome aboard to Stephen "Tene" Weeks, who has provided several quality patches for various HLLs. As punishment, you can now go through RT and deal with any patches you submitted we haven't gotten to. ^_^ -- Will "Coke" Coleda

Re: [perl #49832] Error making parrot-0.5.2 in MacosX

2008-02-19 Thread chromatic
On Wednesday 16 January 2008 05:35:13 Paco Linux wrote: > I had this error with the 0.5.2 release and the latest snapshot (this is my > first bug report:) : > > cc -I./include -g -pipe -pipe -fno-common -no-cpp-precomp > -I/usr/local/include -pipe -fno-common -Wno-long-double > -DHASATTRIBUTE_CONS

Re: [perl #48212] "make smoke" hangs on win32 latest build

2008-02-19 Thread chromatic
On Wednesday 05 December 2007 09:41:43 via RT wrote: > I built Parrot revision 23494 using Strawberry Perl 5.8.8 alpha 2 on > Windows XP SP2. When I tried running "mingw32-make test" or > "mingw32-make smoke", the test build hangs when running t/oo/new.t. > When the build gets to this test, the p

Re: [perl #49023] Error in library/pg on Ubuntu 7.10

2008-02-19 Thread chromatic
On Saturday 22 December 2007 07:15:54 Bruno wrote: > During the 'make test' phase on Ubuntu 7.10 I've encountered following > errors: > > t/library/pg.ok 1/43Method 'connectdb' not > found > current instr.: 'main' pc 67 (t/library/pg.t:48) > t/library/pg

Re: [perl #51004] [PATCH] Silence warnings when compiling with Intel C++

2008-02-19 Thread chromatic
Thanks, applied as r25875. -- c

[perl #51004] [PATCH] Silence warnings when compiling with Intel C++

2008-02-19 Thread via RT
# New Ticket Created by Steve Peters # Please include the string: [perl #51004] # in the subject line of all future correspondence about this issue. # http://rt.perl.org/rt3/Ticket/Display.html?id=51004 > Index: src/exec.c === --

[perl #49836] [BUG] segfault in ascii_compare

2008-02-19 Thread Will Coleda via RT
On Mon Jan 21 19:05:10 2008, [EMAIL PROTECTED] wrote: > On Sunday 20 January 2008 21:31:08 Will Coleda via RT wrote: > > > Spent some more time trying to track this down. On OSX/86, I was able to > > reproduce the segfault with much less tcl code: > > > > %cat foo.tcl > > after 10 > > %./tclsh foo

[perl #51002] [BUG] t/src/io.t failures

2008-02-19 Thread via RT
# New Ticket Created by Will Coleda # Please include the string: [perl #51002] # in the subject line of all future correspondence about this issue. # http://rt.perl.org/rt3/Ticket/Display.html?id=51002 > osx intel; 10.4.11, gcc 4.0.1; r25870 %prove -v t/src/io.t t/src/io1..20 ok 1 - hell

Re: [perl #50996] [BUG] gc bug with perl6grammar in pdd17pmc branch

2008-02-19 Thread chromatic
On Tuesday 19 February 2008 10:52:07 Jerry Gay wrote: > with pdd17pmc branch r25870, i get a segfault in pge's build: > > ..\..\parrot.exe > ..\..\runtime\parrot\library\PGE\Perl6Grammar.pir > --output=PGE\builtins_gen.pir PGE\builtins.pg > NMAKE : fatal error U1077: '..\..\parrot.exe' : r

[perl #50996] [BUG] gc bug with perl6grammar in pdd17pmc branch

2008-02-19 Thread via RT
# New Ticket Created by Jerry Gay # Please include the string: [perl #50996] # in the subject line of all future correspondence about this issue. # http://rt.perl.org/rt3/Ticket/Display.html?id=50996 > with pdd17pmc branch r25870, i get a segfault in pge's build: ..\..\parrot.exe ..\

Re: [perl #50708] segfault in pbc_merge

2008-02-19 Thread Ryan Voots
chromatic via RT wrote: On Sunday 10 February 2008 21:56:06 Ryan Voots wrote: When calling pbc_merge outside of the parrot root I encountered a segfault because pbc_merge cannot find lua_group.so, when run inside the parrot root it is able to find the .so inside the runtime directory. a simple

[perl #50938] [PATCH] Remove instantiate opcode

2008-02-19 Thread Paul Cochrane via RT
Patch applied in r25869. Closing ticket.

Re: [perl #50776] myops alarm test failure

2008-02-19 Thread Klaas-Jan Stol
On Feb 19, 2008 8:38 AM, chromatic via RT <[EMAIL PROTECTED]> wrote: > On Wednesday 13 February 2008 01:47:49 Klaas-Jan Stol wrote: > > > I still get this test failure, as shown below. > > (I checked in rt and saw that a patch was applied unrolling some loop in > > this test somewhere in June 2007