On Fri, Jan 03, 2003 at 12:38:38AM -0600, Craig A. Berry wrote: > The GNV I've got has both of those. There is a self-extracting zip > file of the current version at > > <http://www.openvms.compaq.com/opensource/DEC-AXPVMS-GNV-X0104-005-1.PCSI-DCX_AXPEXE> > > You should be able to run the file to extract the .PCSI kit, then > install it something like > > $ run DEC-AXPVMS-GNV-X0104-005-1.PCSI-DCX_AXPEXE > $ product install/destination=mydisk:[mydir] gnv > $ @mydisk:[mydir]gnv_setup > $ bash
This didn't work: bash$ ls dec-axpvms-gnv-x0104-005-1.pcsi-dcx_axpexe gzip-1-2-4b.zip perl-5_8_0.tar_gz gnv.pcsi mmk.zip unzip.alpha_exe bash$ product install/destination=user1:[schwern.gnv2] gnv %PCSIUI-E-PRIVCLASS3, operation requires CMKRNL, SYSLCK, SYSPRV, and TMPMBX priv ileges %PCSIUI-E-ABORT, operation terminated due to an unrecoverable error condition but that's ok. With the unzip/gzip binaries below my copy of GNV is good enough. > >If you know the location of unzip and gunzip for VMS I should be able to > >install MMK and start working on this on my own again. > > <ftp://ftp.process.com/vms-freeware/unzip.alpha_exe> > > $ unzip :== mydisk:[mydir]unzip.alpha_exe > $ unzip whatever That worked. Where can I put all these aliases so I don't have to type them in every time I login? > <ftp://ftp.process.com/vms-freeware/fileserv/gzip-1-2-4b.zip> That worked. > <ftp://ftp.madgoat.com/madgoat/MMK.zip> I think that worked. I have just discovered that this machine has no perl *sigh*. I guess I'll build 5.8.0 unless you think it would be better for me to test with 5.6.1? I'm not sure what my minimum version will be for VMS, so much stuff was fixed in 5.8.0. > Here's what a run currently looks like: Hmm, a lot of noise because of the lack of a NOECHO macro I suppose. > $ perl Makefile.PL > Argument "6.06_02" isn't numeric in numeric lt (<) at makefile.pl line 32. > Checking if your kit is complete... > Looks good > Warning: prerequisite Pod::Man 0 not found. > Use of uninitialized value in pattern match (m//) at lib/ExtUtils/MM_VMS.pm line 387. > Use of uninitialized value in split at lib/ExtUtils/MM_VMS.pm line 394. > Writing Descrip.MMS for ExtUtils::MakeMaker > $ mmk > Create/Directory [.blib.lib.ExtUtils] > MCR perl_root:[000000]miniperl.exe -we "open F,qq{>$ARGV[1]};close >F;utime(0,(stat($ARGV[0]))[9]+1,$ARGV[1])" perl_root:[lib.VMS_AXP.5_8_0.CORE]perl.h >[.blib.lib.ExtUtils].exists > > Create/Directory [.blib.arch.auto.ExtUtils.MakeMaker] > MCR perl_root:[000000]miniperl.exe -we "open F,qq{>$ARGV[1]};close >F;utime(0,(stat($ARGV[0]))[9]+1,$ARGV[1])" perl_root:[lib.VMS_AXP.5_8_0.CORE]perl.h >[.blib.arch.auto.ExtUtils.MakeMaker].exists > > Create/Directory [.blib.lib.auto.ExtUtils.MakeMaker] > MCR perl_root:[000000]miniperl.exe -we "open F,qq{>$ARGV[1]};close >F;utime(0,(stat($ARGV[0]))[9]+1,$ARGV[1])" perl_root:[lib.VMS_AXP.5_8_0.CORE]perl.h >[.blib.lib.auto.ExtUtils.MakeMaker].exists > > Create/Directory [.blib.man3] > MCR perl_root:[000000]miniperl.exe -we "open F,qq{>$ARGV[1]};close >F;utime(0,(stat($ARGV[0]))[9]+1,$ARGV[1])" perl_root:[lib.VMS_AXP.5_8_0.CORE]perl.h >[.blib.man3].exists > > MCR perl_root:[000000]miniperl.exe "-ID0:[CRAIG.EXTUTILS-MAKEMAKER-6_06_02.lib]" >"-MExtUtils::Install" -e "pm_to_blib({@ARGV}, '[.blib.lib.auto]', '')" >[.lib.extutils]mm_vms.pm [.blib.lib.extutils]mm_vms.pm [.lib.extutils]mm_cygwin.pm >[.blib.lib.extutils]mm_cygwin.pm [.lib.extutils]command.pm >[.blib.lib.extutils]command.pm > %DCL-W-TKNOVF, command element is too long - shorten > \perl_root:[000000]miniperl.exe "-ID0:[CRAIG.EXTUTILS-MAKEMAKER-6_06_02.lib]" >"-MExtUtils::Install" -e "pm_to_blib({@ARGV}, '[.blib.lib.auto]', )" >[.lib.extutils]mm_vms.pm [.blib.lib.extutils]mm_vms.pm [.lib.extutils]mm_cygwin.pm >[.blib.lib.extutils]mm_c > %MMK-F-ERRUPD, error status %X000382A0 occurred when updating target PM_TO_BLIB Ok, I think there's just a minor mistake in the split_command() logic. It looks like its going a line too far. -- Michael G. Schwern <[EMAIL PROTECTED]> http://www.pobox.com/~schwern/ Perl Quality Assurance <[EMAIL PROTECTED]> Kwalitee Is Job One My breasts are arousing weapons.
