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_CONST -DHASATTRIBUTE_DEPRECATED -DHASATTRIBUTE_FORMAT
> -DHASATTRIBUTE_MALLOC -DHASATTRIBUTE_NONNULL -DHASATTRIBUTE_NORETURN
> -DHASATTRIBUTE_PURE -DHASATTRIBUTE_UNUSED -falign-functions=16 -W -Wall
> -Waggregate-return -Wbad-function-cast -Wcast-align -Wcast-qual
> -Wchar-subscripts -Wcomment -Wdisabled-optimization -Wformat-nonliteral
> -Wformat-security -Wformat-y2k -Wimplicit -Wimplicit-function-declaration
> -Wimplicit-int -Wimport -Winline -Winvalid-pch -Wmain -Wmissing-braces
> -Wmissing-declarations
> -Wmissing-prototypes -Wnested-externs -Wno-endif-labels -Wno-shadow
> -Wno-unused -Wnonnull -Wpacked -Wparentheses -Wpointer-arith -Wreturn-type
> -Wsequence-point -Wsign-compare -Wstrict-aliasing -Wswitch -Wswitch-default
> -Wtrigraphs -Wundef -Wunknown-pragmas -Wwrite-strings -I/sw/include
> -I/sw/include -I/sw/include -g -Wno-shadow -DHAS_JIT -DPPC
> -DHAVE_COMPUTED_GOTO -I. -o xx.o -c xx.c
> perl -e 'chdir shift @ARGV; system q{make}, @ARGV; exit $? >> 8;' docs
> perl -MExtUtils::Command -e mkpath ops
> perl -e 'chdir shift @ARGV; system q{make}, @ARGV; exit $? >> 8;'
> src/dynpmc Cannot restore overloading on HASH(0x187fb74) (package
> Parrot::Pmc2c::Emitter) at ../../lib/Storable.pm (autosplit into
> ../../lib/auto/Storable/_retrieve.al) line 323, at
> /Users/paco/parrot/parrot/tools/build/dynpmc.pl line 199
> make[1]: *** [all] Error 255
> make: *** [dynpmc.dummy] Error 2
> mini:~/parrot/parrot paco$ perl -v

That's curious.  Can you still reproduce this with a more recent checkout?

If so, what's the version of your Storable module?  You can check with:

        $ perl -MStorable -e 'print Storable->VERSION'

-- c

Reply via email to