Re: [perl #39050] Build failure in compilers/pge/pgc.pir

2006-06-29 Thread Andy Dougherty
On Thu, 29 Jun 2006, Patrick R. Michaud via RT wrote:

> > The build process for the current (Tue May  2 07:15:06 2006 UTC)
> > parrot snapshot dies when trying to run compilers/pge/pgc.pir:
> 
> Is this still the case with later versions of Parrot -- i.e., can I
> close this ticket?

The last time I looked, on May 30, the problem was still there.  Beyond 
that, I wouldn't know.

-- 
Andy Dougherty  [EMAIL PROTECTED]


[perl #39050] Build failure in compilers/pge/pgc.pir

2006-06-29 Thread Patrick R. Michaud via RT
> The build process for the current (Tue May  2 07:15:06 2006 UTC)
> parrot snapshot dies when trying to run compilers/pge/pgc.pir:

Is this still the case with later versions of Parrot -- i.e., can I
close this ticket?

Pm



[perl #39050] Build failure in compilers/pge/pgc.pir

2006-05-02 Thread via RT
# New Ticket Created by  Andy Dougherty 
# Please include the string:  [perl #39050]
# in the subject line of all future correspondence about this issue. 
# https://rt.perl.org/rt3/Ticket/Display.html?id=39050 >


The build process for the current (Tue May  2 07:15:06 2006 UTC)
parrot snapshot dies when trying to run compilers/pge/pgc.pir:

perl5.6 -MExtUtils::Command -e rm_rf PGE.pbc 
../../runtime/parrot/library/PGE.pbc
perl5.6 -e "" >PGE/builtins_gen.pir
../../parrot -o PGE.pbc --output-pbc PGE.pir
../../parrot pgc.pir  --output=PGE/builtins_gen.pir PGE/builtins.pg
set_integer_keyed() not implemented in class 'Integer'
current instr.: 'parrot;PGE::P6Regex;parse_subrule' pc 7603 
(compilers/pge/PGE/P6Regex.pir:619)
called from Sub 'parrot;PGE::OPTable;parse' pc 2024 
(compilers/pge/PGE/OPTable.pir:572)
called from Sub 'parrot;PGE::Regex;regex' pc 5938 
(compilers/pge/PGE/P6Regex.pir:145)
called from Sub 'parrot;PGE::P6Regex;compile_p6regex' pc 5797 
(compilers/pge/PGE/P6Regex.pir:82)
called from Sub 'parrot;PGE::P6Grammar;__onload' pc 212 (pgc.pir:164)
called from Sub 'parrot;PGE::P6Grammar;main' pc 16 (pgc.pir:53)
make: *** [PGE.pbc] Error 1

Building a debugging build of parrot makes the problem go away, but I 
haven't been able to track the problem down any further.  I suspect it may 
be related to the failure I get in t/pmc/objects_62.pasm, but I could well
be wrong there.

Summary of my parrot 0.4.3 (r0) configuration:
  configdate='Tue May  2 08:40:07 2006'
  Platform:
osname=solaris, archname=sun4-solaris
jitcapable=0, jitarchname=nojit,
jitosname=solaris, jitcpuarch=sun4
execcapable=0
perl=perl5.6
  Compiler:
cc='cc', ccflags='-I/usr/local/include -D_LARGEFILE_SOURCE 
-D_FILE_OFFSET_BITS=64 -DDISABLE_GC_DEBUG=1 -DNDEBUG -fast -xdepend 
-xtarget=native',
  Linker and Libraries:
ld='cc', ldflags=' -L/usr/local/lib -R/usr/local/lib ',
cc_ldflags='',
libs='-lsocket -lnsl -ldl -lm -lpthread -lrt'
  Dynamic Linking:
share_ext='.so', ld_share_flags='-G -L/usr/local/lib -R/usr/local/lib',
load_ext='.so', ld_load_flags='-G -L/usr/local/lib -R/usr/local/lib'
  Types:
iv=long, intvalsize=4, intsize=4, opcode_t=long, opcode_t_size=4,
ptrsize=4, ptr_alignment=4 byteorder=4321, 
nv=double, numvalsize=8, doublesize=8

-- 
Andy Dougherty  [EMAIL PROTECTED]