Parse-Perl v0.007 Perl 5 v5.41.3 amd64-netbsd-thread-multi
- Status
- Unknown
- From
- Carlos Guevara
- Dist
-
Parse-Perl v0.007
- Platform
- Perl 5 v5.41.3 amd64-netbsd-thread-multi
- Date
- 2024-08-21 16:24:02
- ID
- c759fa1e-5fd9-11ef-9f2e-bae35fb11bfc
This distribution has been tested as part of the CPAN Testers
project, supporting the Perl programming language. See
http://wiki.cpantesters.org/ for more information or email
questions to cpan-testers-discuss@perl.org
--
Dear Andrew Main (Zefram),
This is a computer-generated report for Parse-Perl-0.007
on perl 5.41.3, created by CPAN-Reporter-1.2020.
Thank you for uploading your work to CPAN. However, attempting to
test your distribution gave an inconclusive result.
This could be because your distribution had an error during the make/build
stage, did not define tests, tests could not be found, because your tests were
interrupted before they finished, or because the results of the tests could not
be parsed. You may wish to consult the CPAN Testers Wiki:
http://wiki.cpantesters.org/wiki/CPANAuthorNotes
Sections of this report:
* Tester comments
* Program output
* Prerequisites
* Environment and other context
------------------------------
TESTER COMMENTS
------------------------------
Additional comments from tester:
this report is from an automated smoke testing program
and was not reviewed by a human for accuracy
------------------------------
PROGRAM OUTPUT
------------------------------
Output from './Build':
Building Parse-Perl
cc -I/home/cpan/bin/perl/lib/5.41.3/amd64-netbsd-thread-multi/CORE '-DVERSION="0.007"' '-DXS_VERSION="0.007"' -DPIC -fPIC -c -fwrapv -fno-strict-aliasing -pipe -fstack-protector-strong -I/usr/pkg/include '-D_FORTIFY_SOURCE=2' -O -o lib/Parse/Perl.o lib/Parse/Perl.c
lib/Parse/Perl.xs:10: warning: "PERL_VERSION_GE" redefined
10 | #define PERL_VERSION_GE(r,v,s) \
|
In file included from /home/cpan/bin/perl/lib/5.41.3/amd64-netbsd-thread-multi/CORE/perl.h:3323,
from lib/Parse/Perl.xs:3:
/home/cpan/bin/perl/lib/5.41.3/amd64-netbsd-thread-multi/CORE/handy.h:577: note: this is the location of the previous definition
577 | # define PERL_VERSION_GE(j,n,p) (! PERL_VERSION_LT(j,n,p))
|
lib/Parse/Perl.xs: In function 'THX_warnings_to_sv':
lib/Parse/Perl.xs:336:14: warning: comparison of distinct pointer types lacks a cast
336 | if(warnings == pWARN_ALL) {
| ^~
lib/Parse/Perl.xs:338:21: warning: comparison of distinct pointer types lacks a cast
338 | } else if(warnings == pWARN_NONE) {
| ^~
In file included from /home/cpan/bin/perl/lib/5.41.3/amd64-netbsd-thread-multi/CORE/perl.h:4545,
from lib/Parse/Perl.xs:3:
lib/Parse/Perl.xs: In function 'THX_warnings_from_sv':
/home/cpan/bin/perl/lib/5.41.3/amd64-netbsd-thread-multi/CORE/warnings.h:20:33: warning: returning 'char *' from a function with incompatible return type 'STRLEN *' {aka 'long unsigned int *'} [-Wincompatible-pointer-types]
20 | #define pWARN_ALL &PL_WARN_ALL /* use warnings 'all' */
| ^~~~~~~~~~~~
lib/Parse/Perl.xs:357:10: note: in expansion of macro 'pWARN_ALL'
357 | return pWARN_ALL;
| ^~~~~~~~~
/home/cpan/bin/perl/lib/5.41.3/amd64-netbsd-thread-multi/CORE/warnings.h:21:33: warning: returning 'char *' from a function with incompatible return type 'STRLEN *' {aka 'long unsigned int *'} [-Wincompatible-pointer-types]
21 | #define pWARN_NONE &PL_WARN_NONE /* no warnings 'all' */
| ^~~~~~~~~~~~~
lib/Parse/Perl.xs:359:10: note: in expansion of macro 'pWARN_NONE'
359 | return pWARN_NONE;
| ^~~~~~~~~~
In file included from /home/cpan/bin/perl/lib/5.41.3/amd64-netbsd-thread-multi/CORE/perl.h:4537,
from lib/Parse/Perl.xs:3:
lib/Parse/Perl.xs: In function 'pp_current_pad':
/home/cpan/bin/perl/lib/5.41.3/amd64-netbsd-thread-multi/CORE/cv.h:83:25: warning: initialization of 'AV *' {aka 'struct av *'} from incompatible pointer type 'PADLIST *' {aka 'struct padlist *'} [-Wincompatible-pointer-types]
83 | #define CvPADLIST(sv) (*(assert_(!CvISXSUB((CV*)(sv))) \
| ^
lib/Parse/Perl.xs:529:16: note: in expansion of macro 'CvPADLIST'
529 | AV *padlist = CvPADLIST(function);
| ^~~~~~~~~
In file included from /home/cpan/bin/perl/lib/5.41.3/amd64-netbsd-thread-multi/CORE/perl.h:4536,
from lib/Parse/Perl.xs:3:
/home/cpan/bin/perl/lib/5.41.3/amd64-netbsd-thread-multi/CORE/pad.h:120:36: error: 'SV' {aka 'struct sv'} has no member named 'xpadn_low'
120 | #define COP_SEQ_RANGE_LOW(pn) (pn)->xpadn_low
| ^~
/home/cpan/bin/perl/lib/5.41.3/amd64-netbsd-thread-multi/CORE/pad.h:120:36: note: in definition of macro 'COP_SEQ_RANGE_LOW'
120 | #define COP_SEQ_RANGE_LOW(pn) (pn)->xpadn_low
| ^~
/home/cpan/bin/perl/lib/5.41.3/amd64-netbsd-thread-multi/CORE/pad.h:121:37: error: 'SV' {aka 'struct sv'} has no member named 'xpadn_high'
121 | #define COP_SEQ_RANGE_HIGH(pn) (pn)->xpadn_high
| ^~
/home/cpan/bin/perl/lib/5.41.3/amd64-netbsd-thread-multi/CORE/pad.h:121:37: note: in definition of macro 'COP_SEQ_RANGE_HIGH'
121 | #define COP_SEQ_RANGE_HIGH(pn) (pn)->xpadn_high
| ^~
lib/Parse/Perl.xs: In function 'THX_gen_current_environment_op':
lib/Parse/Perl.xs:590:11: warning: assignment to 'AV *' {aka 'struct av *'} from incompatible pointer type 'PADLIST *' {aka 'struct padlist *'} [-Wincompatible-pointer-types]
590 | padlist = CvPADLIST(cv);
| ^
In file included from /home/cpan/bin/perl/lib/5.41.3/amd64-netbsd-thread-multi/CORE/perl.h:6208,
from lib/Parse/Perl.xs:3:
lib/Parse/Perl.xs:627:31: warning: passing argument 2 of 'THX_warnings_to_sv' from incompatible pointer type [-Wincompatible-pointer-types]
627 | warnings_to_sv(PL_compiling.cop_warnings)));
/home/cpan/bin/perl/lib/5.41.3/amd64-netbsd-thread-multi/CORE/embed.h:455:79: note: in definition of macro 'op_append_elem'
455 | # define op_append_elem(a,b,c) Perl_op_append_elem(aTHX_ a,b,c)
| ^
lib/Parse/Perl.xs:626:3: note: in expansion of macro 'newSVOP'
626 | newSVOP(OP_CONST, 0,
| ^~~~~~~
lib/Parse/Perl.xs:627:4: note: in expansion of macro 'warnings_to_sv'
627 | warnings_to_sv(PL_compiling.cop_warnings)));
| ^~~~~~~~~~~~~~
lib/Parse/Perl.xs:334:49: note: expected 'STRLEN *' {aka 'long unsigned int *'} but argument is of type 'char *'
334 | static SV *THX_warnings_to_sv(pTHX_ WARNINGS_t *warnings)
| ^
In file included from /home/cpan/bin/perl/lib/5.41.3/amd64-netbsd-thread-multi/CORE/perl.h:4537,
from lib/Parse/Perl.xs:3:
lib/Parse/Perl.xs: In function 'THX_close_pad':
/home/cpan/bin/perl/lib/5.41.3/amd64-netbsd-thread-multi/CORE/cv.h:83:25: warning: initialization of 'AV *' {aka 'struct av *'} from incompatible pointer type 'PADLIST *' {aka 'struct padlist *'} [-Wincompatible-pointer-types]
83 | #define CvPADLIST(sv) (*(assert_(!CvISXSUB((CV*)(sv))) \
| ^
lib/Parse/Perl.xs:674:16: note: in expansion of macro 'CvPADLIST'
674 | AV *padlist = CvPADLIST(func);
| ^~~~~~~~~
In file included from /home/cpan/bin/perl/lib/5.41.3/amd64-netbsd-thread-multi/CORE/perl.h:4536,
from lib/Parse/Perl.xs:3:
/home/cpan/bin/perl/lib/5.41.3/amd64-netbsd-thread-multi/CORE/pad.h:122:35: error: 'SV' {aka 'struct sv'} has no member named 'xpadn_low'
122 | #define PARENT_PAD_INDEX(pn) (pn)->xpadn_low
| ^~
/home/cpan/bin/perl/lib/5.41.3/amd64-netbsd-thread-multi/CORE/pad.h:122:35: note: in definition of macro 'PARENT_PAD_INDEX'
122 | #define PARENT_PAD_INDEX(pn) (pn)->xpadn_low
| ^~
/home/cpan/bin/perl/lib/5.41.3/amd64-netbsd-thread-multi/CORE/pad.h:341:30: error: 'SV' {aka 'struct sv'} has no member named 'xpadn_flags'
341 | #define PadnameFLAGS(pn) (pn)->xpadn_flags
| ^~
/home/cpan/bin/perl/lib/5.41.3/amd64-netbsd-thread-multi/CORE/pad.h:341:30: note: in definition of macro 'PadnameFLAGS'
341 | #define PadnameFLAGS(pn) (pn)->xpadn_flags
| ^~
/home/cpan/bin/perl/lib/5.41.3/amd64-netbsd-thread-multi/CORE/pad.h:370:33: note: in expansion of macro 'PadnameIsSTATE'
370 | # define SvPAD_STATE PadnameIsSTATE
| ^~~~~~~~~~~~~~
lib/Parse/Perl.xs:711:27: note: in expansion of macro 'SvPAD_STATE'
711 | !(SvPADSTALE(vsv) && !SvPAD_STATE(namesv))))
| ^~~~~~~~~~~
lib/Parse/Perl.xs: In function 'XS_Parse__Perl_parse_perl':
lib/Parse/Perl.xs:989:28: warning: assignment to 'char *' from incompatible pointer type 'STRLEN *' {aka 'long unsigned int *'} [-Wincompatible-pointer-types]
989 | PL_compiling.cop_warnings =
| ^
error building lib/Parse/Perl.o from 'lib/Parse/Perl.c' at /home/cpan/bin/perl/lib/5.41.3/ExtUtils/CBuilder/Base.pm line 185.
------------------------------
PREREQUISITES
------------------------------
Prerequisite modules loaded:
requires:
Module Need Have
------------------ -------- --------
Devel::CallChecker 0.003 0.009
Exporter 0 5.78
parent 0 0.242
perl 5.008004 5.041003
strict 0 1.13
warnings 0 1.70
XSLoader 0 0.32
build_requires:
Module Need Have
------------------ -------- --------
Devel::CallChecker 0.003 0.009
ExtUtils::CBuilder 0.15 0.280240
Module::Build 0 0.4234
perl 5.008004 5.041003
strict 0 1.13
Test::More 0 1.302201
warnings 0 1.70
configure_requires:
Module Need Have
------------------ -------- --------
Module::Build 0 0.4234
perl 5.008004 5.041003
strict 0 1.13
warnings 0 1.70
------------------------------
ENVIRONMENT AND OTHER CONTEXT
------------------------------
Environment variables:
AUTOMATED_TESTING = 1
DATE_MANIP_TEST_DM5 = 1
LC_ALL = C
NONINTERACTIVE_TESTING = 1
NO_NETWORK_TESTING = 1
PATH = /home/cpan/bin/perl/bin:/home/cpan/bin:/home/cpan/bin:/bin:/sbin:/usr/bin:/usr/sbin:/usr/X11R7/bin:/usr/pkg/bin:/usr/pkg/sbin:/usr/games:/usr/local/bin:/usr/local/sbin
PERL = /home/cpan/bin/perl/bin/perl5.41.3
PERL5LIB =
PERL5OPT =
PERL5_CPANPLUS_IS_RUNNING = 20514
PERL5_CPAN_IS_RUNNING = 20514
PERL_MM_USE_DEFAULT = 1
PERL_USE_UNSAFE_INC = 1
SHELL = /usr/pkg/bin/bash
TERM = screen
TMPDIR = /home/cpan/tmp
Perl special variables (and OS-specific diagnostics, for MSWin32):
$^X = /home/cpan/bin/perl/bin/perl5.41.3
$UID/$EUID = 1001 / 1001
$GID = 100 100
$EGID = 100 100
Perl module toolchain versions installed:
Module Have
------------------- --------
CPAN 2.36
CPAN::Meta 2.150010
Cwd 3.92
ExtUtils::CBuilder 0.280240
ExtUtils::Command 7.70
ExtUtils::Install 2.22
ExtUtils::MakeMaker 7.70
ExtUtils::Manifest 1.75
ExtUtils::ParseXS 3.53
File::Spec 3.92
JSON 4.10
JSON::PP 4.16
Module::Build 0.4234
Module::Signature n/a
Parse::CPAN::Meta 2.150010
Test2 1.302201
Test::Harness 3.50
Test::More 1.302201
YAML 1.31
YAML::Syck 1.34
version 0.9932
--
Summary of my perl5 (revision 5 version 41 subversion 3) configuration:
Commit id: d67896a03348d3896e30ec98828570b66bafb89a
Platform:
osname=netbsd
osvers=10.0
archname=amd64-netbsd-thread-multi
uname='netbsd cjg-netbsd10 10.0 netbsd 10.0 (generic) #0: thu mar 28 08:33:33 utc 2024 mkrepro@mkrepro.netbsd.org:usrsrcsysarchamd64compilegeneric amd64 '
config_args='-des -Dprefix=/home/cpan/bin/perl -Dscriptdir=/home/cpan/bin/perl/bin -Dusedevel -Duse64bitall -Duseithreads'
hint=recommended
useposix=true
d_sigaction=define
useithreads=define
usemultiplicity=define
use64bitint=define
use64bitall=define
uselongdouble=undef
usemymalloc=n
default_inc_excludes_dot=define
Compiler:
cc='cc'
ccflags ='-fwrapv -fno-strict-aliasing -pipe -fstack-protector-strong -I/usr/pkg/include -D_FORTIFY_SOURCE=2'
optimize='-O'
cppflags='-fwrapv -fno-strict-aliasing -pipe -fstack-protector-strong -I/usr/pkg/include'
ccversion=''
gccversion='10.5.0'
gccosandvers=''
intsize=4
longsize=8
ptrsize=8
doublesize=8
byteorder=12345678
doublekind=3
d_longlong=define
longlongsize=8
d_longdbl=define
longdblsize=16
longdblkind=3
ivtype='long'
ivsize=8
nvtype='double'
nvsize=8
Off_t='off_t'
lseeksize=8
alignbytes=8
prototype=define
Linker and Libraries:
ld='cc'
ldflags =' -Wl,-rpath,/usr/pkg/lib -Wl,-rpath,/usr/local/lib -fstack-protector-strong -L/usr/pkg/lib'
libpth=/usr/lib /usr/pkg/lib /lib
libs=-lpthread -lm -lcrypt -lutil -lc -lposix
perllibs=-lpthread -lm -lcrypt -lutil -lc -lposix
libc=/lib/libc.so
so=so
useshrplib=false
libperl=libperl.a
gnulibc_version=''
Dynamic Linking:
dlsrc=dl_dlopen.xs
dlext=so
d_dlsymun=undef
ccdlflags='-Wl,-E '
cccdlflags='-DPIC -fPIC '
lddlflags='-shared -L/usr/pkg/lib -fstack-protector-strong'
Characteristics of this binary (from libperl):
Compile-time options:
HAS_LONG_DOUBLE
HAS_STRTOLD
HAS_TIMES
MULTIPLICITY
PERLIO_LAYERS
PERL_COPY_ON_WRITE
PERL_DONT_CREATE_GVSV
PERL_HASH_FUNC_SIPHASH13
PERL_HASH_USE_SBOX32
PERL_MALLOC_WRAP
PERL_OP_PARENT
PERL_PRESERVE_IVUV
PERL_USE_DEVEL
PERL_USE_SAFE_PUTENV
USE_64_BIT_ALL
USE_64_BIT_INT
USE_ITHREADS
USE_LARGE_FILES
USE_LOCALE
USE_LOCALE_COLLATE
USE_LOCALE_CTYPE
USE_LOCALE_NUMERIC
USE_LOCALE_TIME
USE_PERLIO
USE_PERL_ATOF
USE_REENTRANT_API
Built under netbsd
Compiled at Aug 20 2024 14:59:43
%ENV:
PERL="/home/cpan/bin/perl/bin/perl5.41.3"
PERL5LIB=""
PERL5OPT=""
PERL5_CPANPLUS_IS_RUNNING="20514"
PERL5_CPAN_IS_RUNNING="20514"
PERL_MM_USE_DEFAULT="1"
PERL_USE_UNSAFE_INC="1"
@INC:
/home/cpan/bin/perl/lib/site_perl/5.41.3/amd64-netbsd-thread-multi
/home/cpan/bin/perl/lib/site_perl/5.41.3
/home/cpan/bin/perl/lib/5.41.3/amd64-netbsd-thread-multi
/home/cpan/bin/perl/lib/5.41.3
.