# New Ticket Created by  Andrew Johnson 
# Please include the string:  [perl #56052]
# in the subject line of all future correspondence about this issue. 
# <URL: http://rt.perl.org/rt3/Ticket/Display.html?id=56052 >


On Solaris10 with sparc, during the make process I get this:

perl /home/phoebus3/ANJ/work/parrot/tools/build/pmc2c.pl --c subproxy.pmc
Cannot restore overloading on HASH(0x286dc8) (package Parrot::Pmc2c::Emitter) 
at blib/lib/Storable.pm (autosplit into blib/lib/auto/Storable/_retrieve.al) 
line 323, at /home/phoebus3/ANJ/work/parrot/tools/build/dynpmc.pl line 200
gmake[1]: *** [all] Error 255
gmake[1]: Leaving directory `/home/phoebus3/ANJ/work/parrot/src/dynpmc'
make: *** [dynpmc.dummy] Error 2

My perl is 5.8.0:

ctlapps1% perl -V
Summary of my perl5 (revision 5.0 version 8 subversion 0) configuration:
  Platform:
    osname=solaris, osvers=2.8, archname=sun4-solaris-thread-multi
    uname='sunos phoebus 5.8 generic_108528-14 sun4u sparc sunw,sun-fire '
    config_args='-Dprefix=/opt/local -Dusethreads'
    hint=recommended, useposix=true, d_sigaction=define
    usethreads=define use5005threads=undef useithreads=define 
usemultiplicity=define
    useperlio=define d_sfio=undef uselargefiles=define usesocks=undef
    use64bitint=undef use64bitall=undef uselongdouble=undef
    usemymalloc=n, bincompat5005=undef
  Compiler:
    cc='/opt/SUNWspro/bin/cc', ccflags ='-D_REENTRANT -I/opt/local/include 
-I/opt/gnu/include -D_LARGEFILE_SOURCE -D_FILE_OFFSET_BITS=64',
    optimize='-O',
    cppflags='-D_REENTRANT -I/opt/local/include -I/opt/gnu/include'
    ccversion='Sun WorkShop 6 update 2 C 5.3 Patch 111679-06 2002/03/11', 
gccversion='', gccosandvers=''
    intsize=4, longsize=4, ptrsize=4, doublesize=8, byteorder=4321
    d_longlong=define, longlongsize=8, d_longdbl=define, longdblsize=16
    ivtype='long', ivsize=4, nvtype='double', nvsize=8, Off_t='off_t', 
lseeksize=8
    alignbytes=8, prototype=define
  Linker and Libraries:
    ld='/opt/SUNWspro/bin/cc', ldflags =' -L/opt/local/lib -L/opt/gnu/lib '
    libpth=/opt/local/lib /opt/gnu/lib /opt/SUNWspro/lib /usr/lib /usr/ccs/lib
    libs=-lsocket -lnsl -lgdbm -ldl -lm -lrt -lpthread -lc
    perllibs=-lsocket -lnsl -ldl -lm -lrt -lpthread -lc
    libc=/lib/libc.so, so=so, useshrplib=false, libperl=libperl.a
    gnulibc_version=''
  Dynamic Linking:
    dlsrc=dl_dlopen.xs, dlext=so, d_dlsymun=undef, ccdlflags=' '
    cccdlflags='-KPIC', lddlflags='-G -L/opt/local/lib -L/opt/gnu/lib'


Characteristics of this binary (from libperl):
  Compile-time options: MULTIPLICITY USE_ITHREADS USE_LARGE_FILES 
PERL_IMPLICIT_CONTEXT
  Built under solaris
  Compiled at Sep  1 2002 10:07:23
  %ENV:
    PERL5LIB="/home/helios/ANJ/lib/perl"
  @INC:
    /home/helios/ANJ/lib/perl
    /opt/local/lib/perl5/5.8.0/sun4-solaris-thread-multi
    /opt/local/lib/perl5/5.8.0
    /opt/local/lib/perl5/site_perl/5.8.0/sun4-solaris-thread-multi
    /opt/local/lib/perl5/site_perl/5.8.0
    /opt/local/lib/perl5/site_perl/5.6.1
    /opt/local/lib/perl5/site_perl/5.6.0
    /opt/local/lib/perl5/site_perl/5.005
    /opt/local/lib/perl5/site_perl
    .


Storable definitely came from the 5.8.0 library:

ctlapps1% perldoc -l Storable
/opt/local/lib/perl5/5.8.0/sun4-solaris-thread-multi/Storable.pm

Reply via email to