Craig Berry's patch from Message-Id: <p04330100b6eefa423455@[192.168.56.143]> 
was hand applied to this build.  I did note that there was a missing prototype 
error in VMS::Stdio as in:

CC/DECC /Include=[]/Standard=Relaxed_ANSI/Prefix=All/Obj=.obj/NoList/Define=("V
                    if ((retsts = sys$setddir(&dirdsc,0,0)) & 1) ST(0) = &PL_sv
        ..........................^
%CC-I-IMPLICITFUNC, In this statement, the identifier "sys$setddir" is
 implicitly declared as a function.
                At line number 258 in stdio.xs.

%VCG-I-SUMMARY, Completed with 0 error(s), 0 warning(s), and
                1 informational messages.
                At line number 571 in stdio.c.

But in checking all of the headers I cannot find a prototype for that:

$ search *.h setddir
%SEARCH-I-NOMATCHES, no strings matched
$ dir/size/date *.h

Directory USER:[PVHP]

FILE.H;1                   4   3-APR-2001 14:08:45.19
IODEF.H;1                106   3-APR-2001 14:08:23.68
RMS.H;1                    1   3-APR-2001 14:07:44.49
STARLET.H;1              596   3-APR-2001 14:06:58.60
STARLET_D.H;1            386   3-APR-2001 14:07:05.79

Total of 5 files, 1093 blocks.

A test of the image exit setdir() seems to succed:

 $ set def [-]
 $ perl -e "use VMS::Stdio qw(setdef);setdef('[.perl-5_6_1]')"
 $ sho def
   221006$DIA6:[000000.PERL-5_6_1]

hence no discernable problem apart from the build error warning :-)

BTW, this is one of the older VAXes on which I can do such test
building.

This is a success report for perl from [EMAIL PROTECTED],
generated with the help of perlbug 1.33 running under perl v5.6.1.

Perl reported to build OK on this system.
---
Flags:
    category=install
    severity=none
---
Site configuration information for perl v5.6.1:

Configured by pvhp at Tue Apr 03 13:34:25 UTC-8:00 2001.

Summary of my perl5 (revision 5.0 version 6 subversion 1) configuration:
  Platform:
    osname=VMS, osvers=V6.2, archname=VMS_VAX
    uname='VMS saturn V6.2 VAX 4000-705A'
    config_args='-Dprefix=221006$DIA6:[PERL_root-5_6_1.] -des'
    hint=none, useposix=false, d_sigaction=undef
    usethreads=undef use5005threads=undef useithreads=undef usemultiplicity=undef
    useperlio=undef d_sfio=undef uselargefiles=undef usesocks=undef
    use64bitint=undef use64bitall=undef uselongdouble=undef
  Compiler:
    cc='CC/DECC', ccflags 
='/Include=[]/Standard=Relaxed_ANSI/Prefix=All/Obj=.obj/NoList',
    optimize='',
    cppflags='undef'
    ccversion='50390006', gccversion='', gccosandvers='undef'
    intsize=4, longsize=4, ptrsize=4, doublesize=8, byteorder=1234
    d_longlong=define, longlongsize=8, d_longdbl=define, longdblsize=8
    ivtype='long', ivsize=4, nvtype='double', nvsize=8, Off_t='int', lseeksize=4
    alignbytes=8, usemymalloc=N, prototype=define
  Linker and Libraries:
    ld='Link', ldflags ='/NoTrace/NoMap'
    libpth=/sys$share /sys$library
    libs= 
    perllibs= 
    libc=(DECCRTL), so=exe, useshrplib=undef, libperl=undef
  Dynamic Linking:
    dlsrc=dl_vms.c, dlext=exe, d_dlsymun=undef, ccdlflags=''
    cccdlflags='', lddlflags='/Share'

Locally applied patches:
    fools-gold

---
@INC for perl v5.6.1:
    lib/VMS_VAX
    lib
    perl_root:[lib.VMS_VAX.5_6_1]
    perl_root:[lib]
    perl_root:[lib.site_perl.VMS_VAX]
    perl_root:[lib.site_perl]
    /perl_root/lib/site_perl
    .

---
Environment for perl v5.6.1:
    HOME=user:[pvhp]
    LANG (unset)
    LANGUAGE (unset)
    LD_LIBRARY_PATH (unset)
    LOGDIR (unset)
    PATH=221006$dia6:[perl-5_6_1]
    PERLSHR=PERL_ROOT:[000000]PERLSHR.EXE
    PERL_BADLANG (unset)
    PERL_ROOT=219333$DIA0:[PERL.PERL5_005_02.]
    SHELL (unset)

Reply via email to