On Mon, Sep 27, 2010 at 10:42:41PM -0500, Craig A. Berry wrote: > On Mon, Sep 27, 2010 at 8:48 PM, Craig A. Berry <craigberry@mac.com> wrote: > > Automated smoke report for 5.13.5 patch dfa4c01391ec1a67cfb0dc8a74a065632a21242e v5.13.5-208-gdfa4c01 > > ALMA: HP rx2600 (1.50GHz/6.0MB) (IA64/2 cpu) > > on openvms - V8.3-1H1 > > using ? CC/DECC version 70390019 > > smoketime 1 hour 39 minutes (average 49 minutes 52 seconds) > > M > > M -Duseithreads > > | +--------- -DDEBUGGING > > +----------- no debugging > > > This is caused by > > Link /NoTrace/NoMap/Share=PERLSHR.EXE DynaLoader.obj, > []perlshr_bld.opt/Option, perlshr_attr.opt/Option > %ILINK-W-NUDFSYMS, 2 undefined symbols: > %ILINK-I-UDFSYM, PERL_PP_AVALUES > %ILINK-I-UDFSYM, PERL_PP_SAY > %ILINK-W-USEUNDEFSYMV, undefined symbol PERL_PP_AVALUES referenced > in symbol vector option > %ILINK-W-USEUNDEFSYMV, undefined symbol PERL_PP_SAY referenced > in symbol vector option > > > I don't see any Perl_pp_avalues or Perl_pp_say functions in *.c, nor > do I see them documented anywhere. Am I missing something or should > these not actually be in proto.h? Well, prior to a4e744802906bbf8 there were prototypes for them in pp_proto.h (instead) and that built. Hence I'm confused. (pp_say is actually implemented by pp_print, pp_avalues by pp_akeys. If you look at the top of opcode.pl there are loads and loads of similar aliases - why are these two "special" and troublesome?) Nicholas ClarkThread Previous | Thread Next