Hello,
As discussed here a while back, my PERL_ROOT tree is also my PERLSRC tree.
Well, I have been trying to start over and separate the two trees.
I unzipped and untarred the PERL5-005_03.TAR-GZ into a brand new tree.
I copied MM_VMS.PM version 5.56 to [.lib.extutils] of the new tree.
I copied VMS.C version 5.4.61 to [.vms] of the new tree.
"@configure "-des"" went fine.
"mmk" went fine.
"mmk test" went fine.
"mmk install" gives these errors: (carriage returns inserted)
chmod 444 /perl_root/lib/VMS_AXP/5_00503/CORE/lib/vms_axp/5_00503/auto.dir
Couldn't chmod 444
/perl_root/lib/VMS_AXP/5_00503/CORE/lib/vms_axp/5_00503/auto.dir:
no such file or directory
cp lib/vms_axp/5_00503/config.pm -
/perl_root/lib/VMS_AXP/5_00503/CORE/lib/vms_axp/5_00503/config.pm
Couldn't copy
lib/vms_axp/5_00503/config.pm to
/perl_root/lib/VMS_AXP/5_00503/CORE/lib/vms_axp/5_00503/config.pm:
directory not found
chmod 444 /perl_root/lib/VMS_AXP/5_00503/CORE/lib/vms_axp/5_00503/config.pm
Couldn't chmod 444
/perl_root/lib/VMS_AXP/5_00503/CORE/lib/vms_axp/5_00503/config.pm:
no such file or directory
chmod 444 /perl_root/lib/VMS_AXP/5_00503/CORE/lib/vms_axp/5_00503/core.dir
Couldn't chmod 444
/perl_root/lib/VMS_AXP/5_00503/CORE/lib/vms_axp/5_00503/core.dir:
no such file or directory
...
cp utils/perlcc.Com /perl_root/000000/perlcc.Com
Couldn't copy utils/perlcc.Com to /perl_root/000000/perlcc.Com:
no such file or directory
chmod 755 /perl_root/000000/perlcc.Com
Couldn't chmod 755 /perl_root/000000/perlcc.Com:
no such file or directory
Does anyone have an idea what has happened?
Does it matter?
Is this fixable by hand?
I have tried this other ways with the same results:
1. As above with MMS instead of MMK.
2. Re-creating the entire new tree, without copying mm_vms.pm and vms.c,
running @configure and answering the questions, using MMK to compile
and install.
3. Re-creating the new tree, copying my current tree to another place and
running "mmk install".
Thank you very much for the help.
Ed James [EMAIL PROTECTED]
TeleCommunications Systems, Inc. voice 410-295-1919
2024 West Street, Suite 300 fax 410-280-1094
Annapolis, MD 21401-3556
My current "single" tree Perl:
perl "-V"
Summary of my perl5 (5.0 patchlevel 5 subversion 3) configuration:
Platform:
osname=VMS, osvers=V7.1-1H1, archname=VMS_AXP
uname='VMS beast V7.1-1H1 AlphaServer 4000 5/400 4MB'
hint=none, useposix=false, d_sigaction=define
usethreads=undef useperlio=undef d_sfio=undef
Compiler:
cc='CC/DECC', optimize='undef', gccversion=undef
cppflags='undef'
ccflags ='/Include=[]/Standard=Relaxed_ANSI/Prefix=All/Obj=.obj/NoList'
stdchar='char', d_stdstdio=define, usevfork=true
intsize=4, longsize=4, ptrsize=4, doublesize=8
d_longlong=define, longlongsize=8, d_longdbl=define, longdblsize=16
alignbytes=8, usemymalloc=Y, prototype=define
Linker and Libraries:
ld='Link', ldflags ='/NoTrace/NoMap'
libpth=/sys$share /sys$library
libs=
libc=(DECCRTL), so=exe, useshrplib=undef, libperl=undef
Dynamic Linking:
dlsrc=dl_vms.c, dlext=exe, d_dlsymun=undef, ccdlflags=''
cccdlflags='', lddlflags='/Share'
Characteristics of this PERLSHR image:
Compile-time options: DEBUGGING
Built under VMS
Compiled at Oct 5 1999 10:01:00
%ENV:
PERLSHR="PERL_ROOT:[000000]PERLSHR.EXE"
PERL_ROOT="BEAST$DKB200:[UTIL$ROOT.PERL.PERL5_005_03.]"
@INC:
perl_root:[lib.VMS_AXP.5_00503]
perl_root:[lib]
perl_root:[lib.site_perl.VMS_AXP]
perl_root:[lib.site_perl]
.
Problems installing 5_005_03
Ed James, 410-295-1919, [EMAIL PROTECTED] Thu, 31 Aug 2000 14:37:00 -0700
- Re: Problems installing 5_005_03 Ed James, 410-295-1919, [EMAIL PROTECTED]
- Re: Problems installing 5_0... Craig A. Berry
- Re: Problems installing... Peter Prymmer
