Parse-Perl v0.007 Perl 5 v5.41.10 amd64-freebsd-thread-multi
- Status
- Unknown
- From
- Carlos Guevara
- Dist
-
Parse-Perl v0.007
- Platform
- Perl 5 v5.41.10 amd64-freebsd-thread-multi
- Date
- 2025-03-15 22:49:01
- ID
- b075f646-01ef-11f0-90fb-a104fa99eb8d
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.10, 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.10/amd64-freebsd-thread-multi/CORE '-DVERSION="0.007"' '-DXS_VERSION="0.007"' -DPIC -fPIC -c -DHAS_FPSETMASK -DHAS_FLOATINGPOINT_H -DNO_POSIX_2008_LOCALE -fno-strict-aliasing -pipe -fstack-protector-strong -I/usr/local/include -O2 -o lib/Parse/Perl.o lib/Parse/Perl.c
lib/Parse/Perl.xs:10:9: warning: 'PERL_VERSION_GE' macro redefined [-Wmacro-redefined]
10 | #define PERL_VERSION_GE(r,v,s) \
| ^
/home/cpan/bin/perl/lib/5.41.10/amd64-freebsd-thread-multi/CORE/handy.h:573:10: note: previous definition is here
573 | # define PERL_VERSION_GE(j,n,p) (! PERL_VERSION_LT(j,n,p))
| ^
lib/Parse/Perl.xs:336:14: warning: comparison of distinct pointer types ('STRLEN *' (aka 'unsigned long *') and 'char *') [-Wcompare-distinct-pointer-types]
336 | if(warnings == pWARN_ALL) {
| ~~~~~~~~ ^ ~~~~~~~~~
lib/Parse/Perl.xs:338:21: warning: comparison of distinct pointer types ('STRLEN *' (aka 'unsigned long *') and 'char *') [-Wcompare-distinct-pointer-types]
338 | } else if(warnings == pWARN_NONE) {
| ~~~~~~~~ ^ ~~~~~~~~~~
lib/Parse/Perl.xs:357:10: warning: incompatible pointer types returning 'char *' from a function with result type 'STRLEN *' (aka 'unsigned long *') [-Wincompatible-pointer-types]
357 | return pWARN_ALL;
| ^~~~~~~~~
/home/cpan/bin/perl/lib/5.41.10/amd64-freebsd-thread-multi/CORE/warnings.h:20:33: note: expanded from macro 'pWARN_ALL'
20 | #define pWARN_ALL &PL_WARN_ALL /* use warnings 'all' */
| ^~~~~~~~~~~~
lib/Parse/Perl.xs:359:10: warning: incompatible pointer types returning 'char *' from a function with result type 'STRLEN *' (aka 'unsigned long *') [-Wincompatible-pointer-types]
359 | return pWARN_NONE;
| ^~~~~~~~~~
/home/cpan/bin/perl/lib/5.41.10/amd64-freebsd-thread-multi/CORE/warnings.h:21:33: note: expanded from macro 'pWARN_NONE'
21 | #define pWARN_NONE &PL_WARN_NONE /* no warnings 'all' */
| ^~~~~~~~~~~~~
lib/Parse/Perl.xs:529:6: warning: incompatible pointer types initializing 'AV *' (aka 'struct av *') with an expression of type 'PADLIST *' (aka 'struct padlist *') [-Wincompatible-pointer-types]
529 | AV *padlist = CvPADLIST(function);
| ^ ~~~~~~~~~~~~~~~~~~~
lib/Parse/Perl.xs:544:13: error: no member named 'xpadn_low' in 'struct sv'
544 | (seq > COP_SEQ_RANGE_LOW(namesv) &&
| ^~~~~~~~~~~~~~~~~~~~~~~~~
/home/cpan/bin/perl/lib/5.41.10/amd64-freebsd-thread-multi/CORE/pad.h:120:38: note: expanded from macro 'COP_SEQ_RANGE_LOW'
120 | #define COP_SEQ_RANGE_LOW(pn) (pn)->xpadn_low
| ~~~~ ^
lib/Parse/Perl.xs:545:14: error: no member named 'xpadn_high' in 'struct sv'
545 | seq <= COP_SEQ_RANGE_HIGH(namesv))) &&
| ^~~~~~~~~~~~~~~~~~~~~~~~~~
/home/cpan/bin/perl/lib/5.41.10/amd64-freebsd-thread-multi/CORE/pad.h:121:39: note: expanded from macro 'COP_SEQ_RANGE_HIGH'
121 | #define COP_SEQ_RANGE_HIGH(pn) (pn)->xpadn_high
| ~~~~ ^
lib/Parse/Perl.xs:590:11: warning: incompatible pointer types assigning to 'AV *' (aka 'struct av *') from 'PADLIST *' (aka 'struct padlist *') [-Wincompatible-pointer-types]
590 | padlist = CvPADLIST(cv);
| ^ ~~~~~~~~~~~~~
lib/Parse/Perl.xs:627:19: warning: incompatible pointer types passing 'char *' to parameter of type 'STRLEN *' (aka 'unsigned long *') [-Wincompatible-pointer-types]
625 | op = op_append_elem(OP_LIST, op, /* ENV_WARNINGS */
| ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
626 | newSVOP(OP_CONST, 0,
| ~~~~~~~~~~~~~~~~~~~~
627 | warnings_to_sv(PL_compiling.cop_warnings)));
| ~~~~~~~~~~~~~~~^~~~~~~~~~~~~~~~~~~~~~~~~~~~
/home/cpan/bin/perl/lib/5.41.10/amd64-freebsd-thread-multi/CORE/embedvar.h:51:49: note: expanded from macro 'PL_compiling'
51 | # define PL_compiling (vTHX->Icompiling)
| ^
lib/Parse/Perl.xs:333:59: note: expanded from macro 'warnings_to_sv'
333 | #define warnings_to_sv(warnings) THX_warnings_to_sv(aTHX_ warnings)
| ^
/home/cpan/bin/perl/lib/5.41.10/amd64-freebsd-thread-multi/CORE/embed.h:460:72: note: expanded from macro 'newSVOP'
460 | # define newSVOP(a,b,c) Perl_newSVOP(aTHX_ a,b,c)
| ^
/home/cpan/bin/perl/lib/5.41.10/amd64-freebsd-thread-multi/CORE/embed.h:493:79: note: expanded from macro 'op_append_elem'
493 | # define op_append_elem(a,b,c) Perl_op_append_elem(aTHX_ a,b,c)
| ^
lib/Parse/Perl.xs:334:49: note: passing argument to parameter 'warnings' here
334 | static SV *THX_warnings_to_sv(pTHX_ WARNINGS_t *warnings)
| ^
lib/Parse/Perl.xs:674:6: warning: incompatible pointer types initializing 'AV *' (aka 'struct av *') with an expression of type 'PADLIST *' (aka 'struct padlist *') [-Wincompatible-pointer-types]
674 | AV *padlist = CvPADLIST(func);
| ^ ~~~~~~~~~~~~~~~
lib/Parse/Perl.xs:691:9: error: no member named 'xpadn_low' in 'struct sv'
691 | pix = PARENT_PAD_INDEX(namesv);
| ^~~~~~~~~~~~~~~~~~~~~~~~
/home/cpan/bin/perl/lib/5.41.10/amd64-freebsd-thread-multi/CORE/pad.h:122:37: note: expanded from macro 'PARENT_PAD_INDEX'
122 | #define PARENT_PAD_INDEX(pn) (pn)->xpadn_low
| ~~~~ ^
lib/Parse/Perl.xs:711:27: error: no member named 'xpadn_flags' in 'struct sv'
711 | !(SvPADSTALE(vsv) && !SvPAD_STATE(namesv))))
| ^~~~~~~~~~~~~~~~~~~
/home/cpan/bin/perl/lib/5.41.10/amd64-freebsd-thread-multi/CORE/pad.h:370:33: note: expanded from macro 'SvPAD_STATE'
370 | # define SvPAD_STATE PadnameIsSTATE
| ^
/home/cpan/bin/perl/lib/5.41.10/amd64-freebsd-thread-multi/CORE/pad.h:354:29: note: expanded from macro 'PadnameIsSTATE'
354 | #define PadnameIsSTATE(pn) (PadnameFLAGS(pn) & PADNAMEf_STATE)
| ^~~~~~~~~~~~~~~~
/home/cpan/bin/perl/lib/5.41.10/amd64-freebsd-thread-multi/CORE/pad.h:341:32: note: expanded from macro 'PadnameFLAGS'
341 | #define PadnameFLAGS(pn) (pn)->xpadn_flags
| ~~~~ ^
lib/Parse/Perl.xs:989:28: warning: incompatible pointer types assigning to 'char *' from 'STRLEN *' (aka 'unsigned long *') [-Wincompatible-pointer-types]
989 | PL_compiling.cop_warnings =
| ^
990 | warnings_from_sv(safe_av_fetch(enva, ENV_WARNINGS));
| ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
10 warnings and 4 errors generated.
error building lib/Parse/Perl.o from 'lib/Parse/Perl.c' at /home/cpan/bin/perl/lib/5.41.10/ExtUtils/CBuilder/Base.pm line 185.
------------------------------
PREREQUISITES
------------------------------
Prerequisite modules loaded:
requires:
Module Need Have
------------------ -------- --------
Devel::CallChecker 0.003 0.009
Exporter 0 5.79
parent 0 0.244
perl 5.008004 5.041010
strict 0 1.13
warnings 0 1.74
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.041010
strict 0 1.13
Test::More 0 1.302209
warnings 0 1.74
configure_requires:
Module Need Have
------------------ -------- --------
Module::Build 0 0.4234
perl 5.008004 5.041010
strict 0 1.13
warnings 0 1.74
------------------------------
ENVIRONMENT AND OTHER CONTEXT
------------------------------
Environment variables:
AUTOMATED_TESTING = 1
DATE_MANIP_TEST_DM5 = 1
LANG = C.UTF-8
LC_ALL = C
NONINTERACTIVE_TESTING = 1
NO_NETWORK_TESTING = 1
PATH = /home/cpan/bin/perl/bin:/home/cpan/bin:/sbin:/bin:/usr/sbin:/usr/bin:/usr/local/sbin:/usr/local/bin:/home/cpan/bin
PERL = /home/cpan/bin/perl/bin/perl5.41.10
PERL5LIB =
PERL5OPT =
PERL5_CPANPLUS_IS_RUNNING = 82337
PERL5_CPAN_IS_RUNNING = 82337
PERL_MM_USE_DEFAULT = 1
PERL_USE_UNSAFE_INC = 1
SHELL = /usr/local/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.10
$UID/$EUID = 1002 / 1002
$GID = 1002 1002
$EGID = 1002 1002
Perl module toolchain versions installed:
Module Have
------------------- --------
CPAN 2.38
CPAN::Meta 2.150010
Cwd 3.92
ExtUtils::CBuilder 0.280240
ExtUtils::Command 7.72
ExtUtils::Install 2.22
ExtUtils::MakeMaker 7.72
ExtUtils::Manifest 1.75
ExtUtils::ParseXS 3.57
File::Spec 3.93
JSON 4.10
JSON::PP 4.16
Module::Build 0.4234
Module::Signature 0.89
Parse::CPAN::Meta 2.150010
Test2 1.302209
Test::Harness 3.50
Test::More 1.302209
YAML 1.31
YAML::Syck 1.34
version 0.9933
--
Summary of my perl5 (revision 5 version 41 subversion 10) configuration:
Commit id: eb3dc27884c0efa40c20b9a88e94aefd785439b2
Platform:
osname=freebsd
osvers=14.2-release-p1
archname=amd64-freebsd-thread-multi
uname='freebsd cjg-freebsd14 14.2-release-p1 freebsd 14.2-release-p1 generic 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 ='-DHAS_FPSETMASK -DHAS_FLOATINGPOINT_H -DNO_POSIX_2008_LOCALE -fno-strict-aliasing -pipe -fstack-protector-strong -I/usr/local/include'
optimize='-O2'
cppflags='-DHAS_FPSETMASK -DHAS_FLOATINGPOINT_H -DNO_POSIX_2008_LOCALE -fno-strict-aliasing -pipe -fstack-protector-strong -I/usr/local/include'
ccversion=''
gccversion='FreeBSD Clang 18.1.6 (https://github.com/llvm/llvm-project.git llvmorg-18.1.6-0-g1118c2e05e67)'
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 ='-pthread -Wl,-E -fstack-protector-strong -L/usr/local/lib'
libpth=/usr/lib /usr/local/lib /usr/lib/clang/18/lib
libs=-lpthread -lgdbm -ldl -lm -lcrypt -lutil
perllibs=-lpthread -ldl -lm -lcrypt -lutil
libc=
so=so
useshrplib=false
libperl=libperl.a
gnulibc_version=''
Dynamic Linking:
dlsrc=dl_dlopen.xs
dlext=so
d_dlsymun=undef
ccdlflags=' '
cccdlflags='-DPIC -fPIC'
lddlflags='-shared -L/usr/local/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 freebsd
Compiled at Mar 15 2025 01:41:16
%ENV:
PERL="/home/cpan/bin/perl/bin/perl5.41.10"
PERL5LIB=""
PERL5OPT=""
PERL5_CPANPLUS_IS_RUNNING="82337"
PERL5_CPAN_IS_RUNNING="82337"
PERL_MM_USE_DEFAULT="1"
PERL_USE_UNSAFE_INC="1"
@INC:
/home/cpan/bin/perl/lib/site_perl/5.41.10/amd64-freebsd-thread-multi
/home/cpan/bin/perl/lib/site_perl/5.41.10
/home/cpan/bin/perl/lib/5.41.10/amd64-freebsd-thread-multi
/home/cpan/bin/perl/lib/5.41.10
.