Re: [perl #60178] Commit r32189 breaks Parrot on Mac OS X 10.5.4

2008-11-05 Thread Carl Mäsak
I pried r32189 apart to see which chunk of it breaks my compilation. The commit consists of two additions and one change. The two additions compile fine, but as soon as I make the change (attached), I can't compile. the-chunk.patch Description: Binary data

Re: [perl #60178] Commit r32189 breaks Parrot on Mac OS X 10.5.4

2008-11-04 Thread chromatic
On Monday 27 October 2008 11:41:22 Carl Mäsak wrote: > I'm running Mac OS X 10.5.4, and can't compile Parrot >r32189. I > managed to compile the latest revision (r32196), but only after > "updating" src/multidispatch.c down to r32188. > > The make output for the failing builds is long and not evi

Re: [perl #60178] Commit r32189 breaks Parrot on Mac OS X 10.5.4

2008-10-30 Thread Carl Mäsak
Is there anything else I can do to help track down the bug? To get Parrot to compile, I can still use the trick of downdating src/multidispatch.c to r32188, but this gives me 7 failing tests, not surprizingly.

Re: [perl #60178] Commit r32189 breaks Parrot on Mac OS X 10.5.4

2008-10-29 Thread Will Coleda
Hey, this smells like the "PGE failing because of bigint" error we've heard tell about. (which probably isn't PGE's fault, but it's one of the first things that uses the built parrot during the build.) On Tue, Oct 28, 2008 at 3:44 PM, Carl Mäsak <[EMAIL PROTECTED]> wrote: -- Will "Coke" Coled

Re: [perl #60178] Commit r32189 breaks Parrot on Mac OS X 10.5.4

2008-10-29 Thread Carl Mäsak
Will (>): > Here's the offending line: > > ../../parrot ../../runtime/parrot/library/PGE/Perl6Grammar.pir > --output=PGE/builtins_gen.pir PGE/builtins.pg > > To figure out why this is causing a bus error, try: > > $ cd compilers/pge > $ gdb ../../parrot > gdb> run ../../runtime/parrot/library/PGE/P

Re: [perl #60178] Commit r32189 breaks Parrot on Mac OS X 10.5.4

2008-10-29 Thread Carl Mäsak
$ gdb ../../parrot GNU gdb 6.3.50-20050815 (Apple version gdb-768) (Tue Oct 2 04:07:49 UTC 2007) Copyright 2004 Free Software Foundation, Inc. GDB is free software, covered by the GNU General Public License, and you are welcome to change it and/or distribute copies of it under certain conditions.

Re: [perl #60178] Commit r32189 breaks Parrot on Mac OS X 10.5.4

2008-10-29 Thread Carl Mäsak
Uh, and this might have something to do with the third last line of the failing make being gmake[1]: *** Deleting file `PGE.pbc'

[perl #60178] Commit r32189 breaks Parrot on Mac OS X 10.5.4

2008-10-28 Thread James Keenan via RT
On Tue Oct 28 12:08:05 2008, masak wrote: > Good suggestions. Here we go: . > As a (probably misleading) point of reference, here's what I got on Mac OS X 10.4 PPC in the same vicinity (95% of the way thru 'make') in a recent build: make -C compilers/pge /usr/local

[perl #60178] Commit r32189 breaks Parrot on Mac OS X 10.5.4

2008-10-28 Thread James Keenan via RT
On Tue Oct 28 12:08:05 2008, masak wrote: > Good suggestions. Here we go: . > As a (probably misleading) point of reference, here's what I got on Mac OS X 10.4 PPC in the same vicinity (95% of the way thru 'make') in a recent build: make -C compilers/pge /usr/local

Re: [perl #60178] Commit r32189 breaks Parrot on Mac OS X 10.5.4

2008-10-28 Thread Will Coleda
On Tue, Oct 28, 2008 at 3:18 PM, Carl Mäsak <[EMAIL PROTECTED]> wrote: > "load_bytecode" couldn't find file 'PGE.pbc' > current instr.: 'parrot;PGE;Perl6Grammar;Compiler;__onload' pc 22 > (../../runtime/parrot/library/PGE/Perl6Grammar.pir:72) > called from Sub 'parrot;PGE;Perl6Grammar;Compiler;main

Re: [perl #60178] Commit r32189 breaks Parrot on Mac OS X 10.5.4

2008-10-28 Thread Will Coleda
On Tue, Oct 28, 2008 at 3:00 PM, Carl Mäsak <[EMAIL PROTECTED]> wrote: > Will (>), James (>>): >>> This will be difficult to diagnose unless we do see 'make' output, so >>> please attach a file. Alternative, go to IRC #parrot and use 'nopaste' >>> to post. >> >> To limit the verbosity, you could r

Re: [perl #60178] Commit r32189 breaks Parrot on Mac OS X 10.5.4

2008-10-28 Thread Carl Mäsak
Will (>), James (>>): >> This will be difficult to diagnose unless we do see 'make' output, so >> please attach a file. Alternative, go to IRC #parrot and use 'nopaste' >> to post. > > To limit the verbosity, you could run make 2x and just send us the > output of the second run, as presumably the

Re: [perl #60178] Commit r32189 breaks Parrot on Mac OS X 10.5.4

2008-10-28 Thread Will Coleda
On Tue, Oct 28, 2008 at 8:16 AM, James Keenan via RT <[EMAIL PROTECTED]> wrote: > This will be difficult to diagnose unless we do see 'make' output, so > please attach a file. Alternative, go to IRC #parrot and use 'nopaste' > to post. > To limit the verbosity, you could run make 2x and just send

[perl #60178] Commit r32189 breaks Parrot on Mac OS X 10.5.4

2008-10-28 Thread James Keenan via RT
This will be difficult to diagnose unless we do see 'make' output, so please attach a file. Alternative, go to IRC #parrot and use 'nopaste' to post.

[perl #60178] Commit r32189 breaks Parrot on Mac OS X 10.5.4

2008-10-28 Thread Carl Mäsak
# New Ticket Created by "Carl Mäsak" # Please include the string: [perl #60178] # in the subject line of all future correspondence about this issue. # http://rt.perl.org/rt3/Ticket/Display.html?id=60178 > I'm running Mac OS X 10.5.4, and can't compile Parrot >r32189. I managed to compile the