Front page | perl.perl5.porters |
Postings from November 2000
[ID 20001121.007] Not OK: perl v5.7.0 +DEVEL7776 on VMS_AXP E7.3(UNINSTALLED)
Thread Next
From:
Peter Prymmer
Date:
November 21, 2000 17:30
Subject:
[ID 20001121.007] Not OK: perl v5.7.0 +DEVEL7776 on VMS_AXP E7.3(UNINSTALLED)
Message ID:
Pine.OSF.4.10.10011211731320.430035-100000@aspara.forte.com
This is a build failure report for perl from system@albert.forte.com,
generated with the help of perlbug 1.33 running under perl v5.7.0.
-----------------------------------------------------------------
[Please enter your report here]
vmsperlers may be interested to know that the error that shows as:
---------------------------------------
CC/DECC/NOANSI_ALIAS /Include=[]/Standard=Relaxed_ANSI/Prefix=All/Obj=.obj/NoList/Define=PERL_CORE module.C
Fatal: Insufficient virtual memory to continue compilation.
%LIB-F-INSVIRMEM, insufficient virtual memory
%MMS-F-ABORT, For target OP.OBJ, CLI returned abort status: %X00158214.
-LIB-F-INSVIRMEM, insufficient virtual memory
---------------------------------------
was overcome by upping the default pgflquo from 50000 to only 75000.
There were various informational compiler warnings issued about comparing
unsigned quantities with zero such as these:
---------------------------------------
CC/DECC/NOANSI_ALIAS /Include=[]/Standard=Relaxed_ANSI/Prefix=All/Obj=.obj/NoLis
t/Define=PERL_CORE REGCOMP.C
if (len < 0)
................^
%CC-I-QUESTCOMPARE, In this statement, the unsigned expression "len" is being co
mpared with a relational operator to a constant whose value is not greater than
zero. This might not be what you intended.
at line number 2990 in file DKA100:[PERL]REGCOMP.C;1
---------------------------------------
CC/DECC/NOANSI_ALIAS /Include=[]/Standard=Relaxed_ANSI/Prefix=All/Obj=.obj/NoLis
t/Define=PERL_CORE SV.C
assert(len >= 0); /* STRLEN is probably unsigned, so this may
....^
%CC-I-QUESTCOMPARE, In this statement, the unsigned expression "len" is being co
mpared with a relational operator to a constant whose value is not greater than
zero. This might not be what you intended.
at line number 2964 in file DKA100:[PERL]SV.C;1
---------------------------------------
as well as others in the re and Storable extensions.
There was one spurious test failure showed during `mms test` that looks more
like a possible vmspipe.com problem since there are only tests 1..116
in pragma/locale.t:
---------------------------------------
[.pragma]locale.........FAILED on test 117
<snip>
Failed 1 test, 95.31% okay.
u=113.27 s=0 cu=0 cs=0 files=245 tests=13257
---------------------------------------
although I ought to mention that the pragma/locale.t test runs fine outside
of mms and I am running this system with an unusually large set of
perl accesible locales:
---------------------------------------
# Locales = C POSIX cs_CZ.ISO8859-2 cs_cz.ISO8859-2 de_CH.ISO8859-1
de_DE.ISO8859-1 de_ch.ISO8859-1 de_de.ISO8859-1 el_GR.ISO8859-7 el_gr.ISO8859-7
en_GB.ISO8859-1 en_US.ISO8859-1 en_gb.ISO8859-1 en_us.ISO8859-1
fi_FI.ISO8859-1 fi_fi.ISO8859-1 hu_HU.ISO8859-2 hu_hu.ISO8859-2
it_IT.ISO8859-1 it_it.ISO8859-1 iw_IL.ISO8859-8 iw_il.ISO8859-8
ja_JP.eucJP ja_JP.sjis ja_jp.eucJP ja_jp.sjis
nl_BE.ISO8859-1 nl_NL.ISO8859-1 nl_be.ISO8859-1 nl_nl.ISO8859-1
no_NO.ISO8859-1 no_no.ISO8859-1 pl_PL.ISO8859-2 pl_pl.ISO8859-2
ru_RU.ISO8859-5 ru_ru.ISO8859-5 sk_SK.ISO8859-2 sk_sk.ISO8859-2
sv_SE.ISO8859-1 sv_se.ISO8859-1 tr_TR.ISO8859-9 tr_tr.ISO8859-9
zh_TW.Big5 zh_TW.eucTW zh_tw.Big5 zh_tw.eucTW
---------------------------------------
[Please do not change anything below this line]
-----------------------------------------------------------------
---
Flags:
category=install
severity=none
---
Site configuration information for perl v5.7.0:
Configured by system at Tue Nov 21 14:44:26 UTC-8:00 2000.
Summary of my perl5 (revision 5.0 version 7 subversion undef) configuration:
Platform:
osname=VMS, osvers=E7.3, archname=VMS_AXP
uname='VMS albert E7.3 DEC 3000 Model 500'
config_args='-Dusedevel -des'
hint=none, useposix=false, d_sigaction=define
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/NOANSI_ALIAS',
optimize='',
cppflags='undef'
ccversion='60290008', gccversion='', gccosandvers='undef'
intsize=4, longsize=4, ptrsize=4, doublesize=8, byteorder=1234
d_longlong=define, longlongsize=8, d_longdbl=define, longdblsize=16
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:
DEVEL7776
---
@INC for perl v5.7.0:
lib/VMS_AXP
lib
perl_root:[lib.VMS_AXP.5_7_0]
perl_root:[lib]
perl_root:[lib.site_perl.VMS_AXP]
perl_root:[lib.site_perl]
/perl_root/lib/site_perl
.
---
Environment for perl v5.7.0:
HOME=sys$sysroot:[sysmgr]
LANG (unset)
LANGUAGE (unset)
LD_LIBRARY_PATH (unset)
LOGDIR (unset)
PATH=dka100:[perl]
PERLSHR=PERL_ROOT:[000000]PERLSHR.EXE
PERL_BADLANG (unset)
PERL_ROOT=DKA100:[PERL.]
SHELL (unset)
Thread Next
-
[ID 20001121.007] Not OK: perl v5.7.0 +DEVEL7776 on VMS_AXP E7.3(UNINSTALLED)
by Peter Prymmer