This distribution has been tested as part of the cpan-testers
effort to test as many new uploads to CPAN as possible. See
http://testers.cpan.org/
Please cc any replies to [EMAIL PROTECTED] to keep other
test volunteers informed and to prevent any duplicate effort.
--
1.00_01 may work, but is not CPAN-available.
/usr/sbin/perl -I/usr/share/lib/perl5/5.6.0/IP30-R12000-irix
-I/usr/share/lib/perl5/5.6.0 /usr/share/lib/perl5/5.6.0/ExtUtils/xsubpp -typemap
/usr/share/lib/perl5/5.6.0/ExtUtils/typemap Peek.xs > Peek.xsc && mv Peek.xsc Peek.c
Please specify prototyping behavior for Peek.xs (see perlxs manual)
cc -n32 -mips4 -TARG:platform=ip30 -c -D_BSD_TYPES -D_BSD_TIME -woff 1009,1110,1184
-DLANGUAGE_C -I/server/people/staff/easmith/include -DDEBUGGING -r12000 -O3
-OPT:fast_sqrt=OFF:Olimit=0 -TENV:X=1 -LNO:opt=1:ou_further=3
-OPT:fold_unsafe_relops=OFF:div_split=OFF:IEEE_arithmetic=1:roundoff=0 -LNO:vintr=OFF
-OPT:got_call_conversion=OFF -DVERSION=\"0.96\" -DXS_VERSION=\"0.96\"
-I/usr/share/lib/perl5/5.6.0/IP30-R12000-irix/CORE Peek.c
cc-1020 cc: ERROR File = Peek.xs, Line = 162
The identifier "sv_undef" is undefined.
else if (sv == &sv_undef || sv == &sv_no || sv == &sv_yes) {
^
cc-1020 cc: ERROR File = Peek.xs, Line = 162
The identifier "sv_no" is undefined.
else if (sv == &sv_undef || sv == &sv_no || sv == &sv_yes) {
^
cc-1020 cc: ERROR File = Peek.xs, Line = 162
The identifier "sv_yes" is undefined.
else if (sv == &sv_undef || sv == &sv_no || sv == &sv_yes) {
^
cc-1020 cc: ERROR File = Peek.xs, Line = 292
The identifier "na" is undefined.
return SvPV(t, na);
^
cc-1174 cc: WARNING File = Peek.xs, Line = 149
The variable "prevlen" was declared but never referenced.
STRLEN prevlen;
^
cc-1020 cc: ERROR File = Peek.xs, Line = 320
The identifier "op_name" is undefined.
PerlIO_printf(PerlIO_stderr(), "NULL (%s)", PL_op_name[op->op_targ]);
^
cc-1020 cc: ERROR File = Peek.xs, Line = 322
The identifier "op_name" is undefined.
char *c = PL_op_name[op->op_type];
^
cc-1020 cc: ERROR File = Peek.xs, Line = 327
The identifier "op_desc" is undefined.
if (0 && !strEQ(PL_op_name[op->op_type], PL_op_desc[op->op_type]))
^
cc-1020 cc: ERROR File = Peek.xs, Line = 333
The identifier "GVOP" is undefined.
if (((GVOP*)op)->op_gv) {
^
cc-1029 cc: ERROR File = Peek.xs, Line = 333
An expression is expected at this point.
if (((GVOP*)op)->op_gv) {
^
cc-1018 cc: ERROR File = Peek.xs, Line = 333
An unmatched left parentheses "(" appears in an expression.
if (((GVOP*)op)->op_gv) {
^
cc-1029 cc: ERROR File = Peek.xs, Line = 335
An expression is expected at this point.
gv_fullname3(tmpsv, ((GVOP*)op)->op_gv, Nullch);
^
cc-1018 cc: ERROR File = Peek.xs, Line = 335
An unmatched left parentheses "(" appears in an expression.
gv_fullname3(tmpsv, ((GVOP*)op)->op_gv, Nullch);
^
cc-1020 cc: ERROR File = Peek.xs, Line = 336
The identifier "na" is undefined.
PerlIO_printf(PerlIO_stderr(), " %s", SvPV(tmpsv, na));
^
cc-1565 cc: ERROR File = Peek.xs, Line = 469
The struct "regexp" has no field "check_substr".
if (pm->op_pmregexp && pm->op_pmregexp->check_substr
^
cc-1565 cc: ERROR File = Peek.xs, Line = 472
The struct "regexp" has no field "check_substr".
if (pm->op_pmregexp && pm->op_pmregexp->check_substr
^
cc-1020 cc: ERROR File = Peek.xs, Line = 504
The identifier "CONDOP" is undefined.
((CONDOP*)op)->op_true->op_seq,
^
cc-1029 cc: ERROR File = Peek.xs, Line = 504
An expression is expected at this point.
((CONDOP*)op)->op_true->op_seq,
^
cc-1018 cc: ERROR File = Peek.xs, Line = 504
An unmatched left parentheses "(" appears in an expression.
((CONDOP*)op)->op_true->op_seq,
^
cc-1029 cc: ERROR File = Peek.xs, Line = 505
An expression is expected at this point.
((CONDOP*)op)->op_false->op_seq);
^
cc-1018 cc: ERROR File = Peek.xs, Line = 505
An unmatched left parentheses "(" appears in an expression.
((CONDOP*)op)->op_false->op_seq);
^
cc-1020 cc: ERROR File = Peek.xs, Line = 1000
The identifier "na" is undefined.
SvPV(sv,na));
^
cc-1018 cc: ERROR File = Peek.xs, Line = 1014
An unmatched left parentheses "(" appears in an expression.
fprintg(PerlIO_stderr(), " FILEGV", CvFILEGV(sv));
^
cc-1018 cc: ERROR File = Peek.xs, Line = 1014
An unmatched left parentheses "(" appears in an expression.
fprintg(PerlIO_stderr(), " FILEGV", CvFILEGV(sv));
^
cc-1012 cc: WARNING File = Peek.xs, Line = 1042
Parsing restarts here after previous syntax error.
(long)SvIVX(pname[ix]));
^
cc-1018 cc: ERROR File = Peek.xs, Line = 1042
An unmatched left parentheses "(" appears in an expression.
(long)SvIVX(pname[ix]));
^
cc-1126 cc: ERROR File = Peek.xs, Line = 1043
Expected a statement.
}
^
cc-1111 cc: ERROR File = Peek.xs, Line = 1044
Expected "while" at this point.
}
^
cc-1124 cc: ERROR File = Peek.xs, Line = 1044
A left parenthesis ("(") is expected.
}
^
cc-1029 cc: ERROR File = Peek.xs, Line = 1044
An expression is expected at this point.
}
^
cc-1018 cc: ERROR File = Peek.xs, Line = 1044
An unmatched left parentheses "(" appears in an expression.
}
^
cc-1065 cc: ERROR File = Peek.xs, Line = 1044
A semicolon is expected at this point.
}
^
cc-1115 cc: ERROR File = Peek.xs, Line = 1065
A "break" statement appears outside a "switch" or loop statement.
break;
^
cc-1120 cc: ERROR File = Peek.xs, Line = 1066
A "case" label is not within the context of a "switch" statement.
case SVt_PVGV:
^
cc-1115 cc: ERROR File = Peek.xs, Line = 1084
A "break" statement appears outside a "switch" or loop statement.
break;
^
cc-1120 cc: ERROR File = Peek.xs, Line = 1085
A "case" label is not within the context of a "switch" statement.
case SVt_PVIO:
^
cc-1115 cc: ERROR File = Peek.xs, Line = 1102
A "break" statement appears outside a "switch" or loop statement.
break;
^
cc-1166 cc: ERROR File = Peek.xs, Line = 1104
Expected a declaration.
}
^
cc-1012 cc: WARNING File = Peek.xs, Line = 1141
Parsing restarts here after previous syntax error.
fprintgg(PerlIO_stderr(), "GVGV::GV", CvGV(sv), 0);
^
cc-1166 cc: ERROR File = Peek.xs, Line = 1142
Expected a declaration.
if (CvDEPTH(cv)) {
^
cc-1012 cc: WARNING File = Peek.xs, Line = 1146
Parsing restarts here after previous syntax error.
svp = AvARRAY(padlist);
^
cc-1166 cc: ERROR File = Peek.xs, Line = 1147
Expected a declaration.
while (++i <= AvFILL(padlist)) { /* Depth. */
^
cc-1012 cc: WARNING File = Peek.xs, Line = 1194
Parsing restarts here after previous syntax error.
i, levelref, levelm, levels, levela, levelas);
^
cc-1077 cc: ERROR File = Peek.xs, Line = 1195
The indicated declaration has no storage class or type specifier.
totm += levelm;
^
cc-1065 cc: ERROR File = Peek.xs, Line = 1195
A semicolon is expected at this point.
totm += levelm;
^
cc-1077 cc: ERROR File = Peek.xs, Line = 1196
The indicated declaration has no storage class or type specifier.
tota += levela;
^
cc-1065 cc: ERROR File = Peek.xs, Line = 1196
A semicolon is expected at this point.
tota += levela;
^
cc-1077 cc: ERROR File = Peek.xs, Line = 1197
The indicated declaration has no storage class or type specifier.
totas += levelas;
^
cc-1065 cc: ERROR File = Peek.xs, Line = 1197
A semicolon is expected at this point.
totas += levelas;
^
cc-1077 cc: ERROR File = Peek.xs, Line = 1198
The indicated declaration has no storage class or type specifier.
tots += levels;
^
cc-1065 cc: ERROR File = Peek.xs, Line = 1198
A semicolon is expected at this point.
tots += levels;
^
cc-1077 cc: ERROR File = Peek.xs, Line = 1199
The indicated declaration has no storage class or type specifier.
totref += levelref;
^
cc-1065 cc: ERROR File = Peek.xs, Line = 1199
A semicolon is expected at this point.
totref += levelref;
^
cc-1166 cc: ERROR File = Peek.xs, Line = 1200
Expected a declaration.
if (dumpit) DumpLevel(0,(SV*)cv,2);
^
cc-1166 cc: ERROR File = Peek.xs, Line = 1201
Expected a declaration.
}
^
cc-1012 cc: WARNING File = Peek.xs, Line = 1206
Parsing restarts here after previous syntax error.
tref += totref;
^
cc-1077 cc: ERROR File = Peek.xs, Line = 1207
The indicated declaration has no storage class or type specifier.
tm += totm;
^
cc-1065 cc: ERROR File = Peek.xs, Line = 1207
A semicolon is expected at this point.
tm += totm;
^
cc-1077 cc: ERROR File = Peek.xs, Line = 1208
The indicated declaration has no storage class or type specifier.
ts += tots;
^
cc-1065 cc: ERROR File = Peek.xs, Line = 1208
A semicolon is expected at this point.
ts += tots;
^
cc-1077 cc: ERROR File = Peek.xs, Line = 1209
The indicated declaration has no storage class or type specifier.
ta += tota;
^
cc-1065 cc: ERROR File = Peek.xs, Line = 1209
A semicolon is expected at this point.
ta += tota;
^
cc-1077 cc: ERROR File = Peek.xs, Line = 1210
The indicated declaration has no storage class or type specifier.
tas += totas;
^
cc-1065 cc: ERROR File = Peek.xs, Line = 1210
A semicolon is expected at this point.
tas += totas;
^
cc-1166 cc: ERROR File = Peek.xs, Line = 1211
Expected a declaration.
}
^
cc-1012 cc: WARNING File = Peek.xs, Line = 1214
Parsing restarts here after previous syntax error.
PerlIO_printf(PerlIO_stderr(), "total: refs: %i, strings: %i in %i\targsarray:
%i, argsstrings: %i\n", tref, tm, ts, ta, tas);
^
cc-1166 cc: ERROR File = Peek.xs, Line = 1216
Expected a declaration.
return ret;
^
cc-1166 cc: ERROR File = Peek.xs, Line = 1217
Expected a declaration.
}
^
cc-1012 cc: WARNING at end of source
Parsing restarts here after previous syntax error.
61 errors detected in the compilation of "Peek.c".
gmake: *** [Peek.o] Error 2
--
Summary of my perl5 (revision 5.0 version 6 subversion 0) configuration:
Platform:
osname=irix, osvers=6.5, archname=IP30-R12000-irix
uname='irix64 cesario 6.5 01200532 ip30 '
config_args='-der'
hint=previous, useposix=true, d_sigaction=define
usethreads=undef use5005threads=undef useithreads=undef usemultiplicity=undef
useperlio=undef d_sfio=undef uselargefiles=define
use64bitint=undef use64bitall=undef uselongdouble=undef usesocks=undef
Compiler:
cc='cc -n32 -mips4 -TARG:platform=ip30', optimize='-r12000 -O3
-OPT:fast_sqrt=OFF:Olimit=0 -TENV:X=1 -LNO:opt=1:ou_further=3
-OPT:fold_unsafe_relops=OFF:div_split=OFF:IEEE_arithmetic=1:roundoff=0 -LNO:vintr=OFF
-OPT:got_call_conversion=OFF', gccversion=
cppflags='-D_BSD_TYPES -D_BSD_TIME -DLANGUAGE_C
-I/server/people/staff/easmith/include -DDEBUGGING'
ccflags ='-D_BSD_TYPES -D_BSD_TIME -woff 1009,1110,1184 -DLANGUAGE_C
-I/server/people/staff/easmith/include -DDEBUGGING'
stdchar='unsigned char', d_stdstdio=define, usevfork=false
intsize=4, longsize=4, ptrsize=4, doublesize=8
d_longlong=define, longlongsize=8, d_longdbl=define, longdblsize=16
ivtype='long', ivsize=4, nvtype='double', nvsize=8, Off_t='off_t', lseeksize=8
alignbytes=8, usemymalloc=n, prototype=define
Linker and Libraries:
ld='ld -mips4 -n32 -shared -update_registry /usr/lib32/so_locations', ldflags
='-L/server/people/staff/easmith/lib32 -L/usr/lib32/mips4 -L/usr/lib32/internal
-L/usr/lib32 -L/lib32 -rpath
/server/people/staff/easmith/lib32:/usr/lib32/mips4:/usr/lib32/internal:/usr/lib32:/lib32'
libpth=/server/people/staff/easmith/lib32 /usr/lib32/mips4 /usr/lib32/internal
/usr/lib32 /lib32
libs=-lgdbm -ldb -lm -lc
libc=/usr/lib32/mips4/libc.so, so=so, useshrplib=false, libperl=libperl.a
Dynamic Linking:
dlsrc=dl_dlopen.xs, dlext=so, d_dlsymun=undef, ccdlflags=' '
cccdlflags=' ', lddlflags='-L/server/people/staff/easmith/lib32 -L/usr/lib32/mips4
-L/usr/lib32/internal -L/usr/lib32 -L/lib32 -rpath
/server/people/staff/easmith/lib32:/usr/lib32/mips4:/usr/lib32/internal:/usr/lib32:/lib32'