Sys-Signal v0.02 Perl 5 v5.43.6 x86_64-dragonfly-thread-multi
- Status
- Unknown
- From
- Carlos Guevara
- Dist
-
Sys-Signal v0.02
- Platform
- Perl 5 v5.43.6 x86_64-dragonfly-thread-multi
- Date
- 2025-12-06 06:38:10
- ID
- 221684f6-d26e-11f0-b4f9-ebe9e93fc7d1
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 Doug MacEachern,
This is a computer-generated report for Sys-Signal-0.02
on perl 5.43.6, 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 '/usr/bin/make':
cp Signal.pm blib/lib/Sys/Signal.pm
Running Mkbootstrap for Signal ()
chmod 644 "Signal.bs"
"/home/cpan/bin/perl/bin/perl5.43.6" -MExtUtils::Command::MM -e 'cp_nonempty' -- Signal.bs blib/arch/auto/Sys/Signal/Signal.bs 644
"/home/cpan/bin/perl/bin/perl5.43.6" "/home/cpan/bin/perl/lib/5.43.6/ExtUtils/xsubpp" -typemap '/home/cpan/bin/perl/lib/5.43.6/ExtUtils/typemap' -typemap '/home/cpan/.cpan/build/Sys-Signal-0.02-0/typemap' Signal.xs > Signal.xsc
Please specify prototyping behavior for Signal.xs (see perlxs manual)
mv Signal.xsc Signal.c
cc -c -DHAS_FPSETMASK -DHAS_FLOATINGPOINT_H -DNO_POSIX_2008_LOCALE -fwrapv -fno-strict-aliasing -pipe -fstack-protector-strong -I/usr/local/include -D_FORTIFY_SOURCE=2 -O2 -DVERSION=\"0.02\" -DXS_VERSION=\"0.02\" -DPIC -fPIC "-I/home/cpan/bin/perl/lib/5.43.6/x86_64-dragonfly-thread-multi/CORE" Signal.c
Signal.xs: In function 'XS_Sys__Signal_set':
Signal.xs:51:39: error: macro "Perl_whichsig" requires 2 arguments, but only 1 given
RETVAL->signo = Perl_whichsig(name);
^
Signal.xs:51:21: error: 'Perl_whichsig' undeclared (first use in this function); did you mean 'Perl_whichsig_sv'?
RETVAL->signo = Perl_whichsig(name);
^~~~~~~~~~~~~
Perl_whichsig_sv
Signal.xs:51:21: note: each undeclared identifier is reported only once for each function it appears in
Signal.xs:52:43: warning: passing argument 1 of 'Perl_rsignal_state' makes pointer from integer without a cast [-Wint-conversion]
RETVAL->h = Perl_rsignal_state(RETVAL->signo);
~~~~~~^~~~~~~
In file included from Signal.xs:5:
/home/cpan/bin/perl/lib/5.43.6/x86_64-dragonfly-thread-multi/CORE/perl.h:225:22: note: expected 'PerlInterpreter *' {aka 'struct interpreter *'} but argument is of type 'int'
# define pTHX tTHX my_perl PERL_UNUSED_DECL
^
/home/cpan/bin/perl/lib/5.43.6/x86_64-dragonfly-thread-multi/CORE/perl.h:230:18: note: in expansion of macro 'pTHX'
# define pTHX_ pTHX,
^~~~
/home/cpan/bin/perl/lib/5.43.6/x86_64-dragonfly-thread-multi/CORE/proto.h:3927:20: note: in expansion of macro 'pTHX_'
Perl_rsignal_state(pTHX_ int i);
^~~~~
Signal.xs:52:18: error: too few arguments to function 'Perl_rsignal_state'
RETVAL->h = Perl_rsignal_state(RETVAL->signo);
^~~~~~~~~~~~~~~~~~
In file included from /home/cpan/bin/perl/lib/5.43.6/x86_64-dragonfly-thread-multi/CORE/perl.h:6210,
from Signal.xs:5:
/home/cpan/bin/perl/lib/5.43.6/x86_64-dragonfly-thread-multi/CORE/proto.h:3927:1: note: declared here
Perl_rsignal_state(pTHX_ int i);
^~~~~~~~~~~~~~~~~~
Signal.xs:58:55: error: macro "Perl_hv_fetch" requires 5 arguments, but only 4 given
elm = Perl_hv_fetch(RETVAL->sighv, name, len, TRUE);
^
Signal.xs:58:11: error: 'Perl_hv_fetch' undeclared (first use in this function); did you mean 'Perl_av_fetch'?
elm = Perl_hv_fetch(RETVAL->sighv, name, len, TRUE);
^~~~~~~~~~~~~
Perl_av_fetch
Signal.xs:59:39: error: macro "Perl_newSVsv" requires 2 arguments, but only 1 given
RETVAL->savesv = Perl_newSVsv(*elm);
^
Signal.xs:59:22: error: 'Perl_newSVsv' undeclared (first use in this function); did you mean 'Perl_newSVuv'?
RETVAL->savesv = Perl_newSVsv(*elm);
^~~~~~~~~~~~
Perl_newSVuv
Signal.xs:60:27: error: macro "Perl_sv_setsv" requires 3 arguments, but only 2 given
Perl_sv_setsv(*elm, cv);
^
Signal.xs:60:5: error: 'Perl_sv_setsv' undeclared (first use in this function); did you mean 'Perl_sv_setuv'?
Perl_sv_setsv(*elm, cv);
^~~~~~~~~~~~~
Perl_sv_setuv
Signal.xs:61:17: warning: passing argument 1 of 'Perl_mg_set' from incompatible pointer type [-Wincompatible-pointer-types]
Perl_mg_set(*elm);
^~~~
In file included from Signal.xs:5:
/home/cpan/bin/perl/lib/5.43.6/x86_64-dragonfly-thread-multi/CORE/perl.h:225:22: note: expected 'PerlInterpreter *' {aka 'struct interpreter *'} but argument is of type 'SV *' {aka 'struct sv *'}
# define pTHX tTHX my_perl PERL_UNUSED_DECL
^
/home/cpan/bin/perl/lib/5.43.6/x86_64-dragonfly-thread-multi/CORE/perl.h:230:18: note: in expansion of macro 'pTHX'
# define pTHX_ pTHX,
^~~~
/home/cpan/bin/perl/lib/5.43.6/x86_64-dragonfly-thread-multi/CORE/proto.h:2504:13: note: in expansion of macro 'pTHX_'
Perl_mg_set(pTHX_ SV *sv);
^~~~~
Signal.xs:61:5: error: too few arguments to function 'Perl_mg_set'
Perl_mg_set(*elm);
^~~~~~~~~~~
In file included from /home/cpan/bin/perl/lib/5.43.6/x86_64-dragonfly-thread-multi/CORE/perl.h:6210,
from Signal.xs:5:
/home/cpan/bin/perl/lib/5.43.6/x86_64-dragonfly-thread-multi/CORE/proto.h:2504:1: note: declared here
Perl_mg_set(pTHX_ SV *sv);
^~~~~~~~~~~
Signal.xs: In function 'XS_Sys__Signal_DESTROY':
Signal.xs:74:56: error: macro "Perl_hv_fetch" requires 5 arguments, but only 4 given
elm = Perl_hv_fetch(s->sighv, s->name, s->len, TRUE);
^
Signal.xs:74:11: error: 'Perl_hv_fetch' undeclared (first use in this function); did you mean 'Perl_av_fetch'?
elm = Perl_hv_fetch(s->sighv, s->name, s->len, TRUE);
^~~~~~~~~~~~~
Perl_av_fetch
Signal.xs:78:31: error: macro "Perl_sv_setsv" requires 3 arguments, but only 2 given
Perl_sv_setsv(*elm, s->savesv);
^
Signal.xs:78:2: error: 'Perl_sv_setsv' undeclared (first use in this function); did you mean 'Perl_sv_setuv'?
Perl_sv_setsv(*elm, s->savesv);
^~~~~~~~~~~~~
Perl_sv_setuv
Signal.xs:79:14: warning: passing argument 1 of 'Perl_mg_set' from incompatible pointer type [-Wincompatible-pointer-types]
Perl_mg_set(*elm);
^~~~
In file included from Signal.xs:5:
/home/cpan/bin/perl/lib/5.43.6/x86_64-dragonfly-thread-multi/CORE/perl.h:225:22: note: expected 'PerlInterpreter *' {aka 'struct interpreter *'} but argument is of type 'SV *' {aka 'struct sv *'}
# define pTHX tTHX my_perl PERL_UNUSED_DECL
^
/home/cpan/bin/perl/lib/5.43.6/x86_64-dragonfly-thread-multi/CORE/perl.h:230:18: note: in expansion of macro 'pTHX'
# define pTHX_ pTHX,
^~~~
/home/cpan/bin/perl/lib/5.43.6/x86_64-dragonfly-thread-multi/CORE/proto.h:2504:13: note: in expansion of macro 'pTHX_'
Perl_mg_set(pTHX_ SV *sv);
^~~~~
Signal.xs:79:2: error: too few arguments to function 'Perl_mg_set'
Perl_mg_set(*elm);
^~~~~~~~~~~
In file included from /home/cpan/bin/perl/lib/5.43.6/x86_64-dragonfly-thread-multi/CORE/perl.h:6210,
from Signal.xs:5:
/home/cpan/bin/perl/lib/5.43.6/x86_64-dragonfly-thread-multi/CORE/proto.h:2504:1: note: declared here
Perl_mg_set(pTHX_ SV *sv);
^~~~~~~~~~~
Signal.xs:83:19: warning: passing argument 1 of 'Perl_rsignal' makes pointer from integer without a cast [-Wint-conversion]
Perl_rsignal(s->signo, s->h);
~^~~~~~~
In file included from Signal.xs:5:
/home/cpan/bin/perl/lib/5.43.6/x86_64-dragonfly-thread-multi/CORE/perl.h:225:22: note: expected 'PerlInterpreter *' {aka 'struct interpreter *'} but argument is of type 'int'
# define pTHX tTHX my_perl PERL_UNUSED_DECL
^
/home/cpan/bin/perl/lib/5.43.6/x86_64-dragonfly-thread-multi/CORE/perl.h:230:18: note: in expansion of macro 'pTHX'
# define pTHX_ pTHX,
^~~~
/home/cpan/bin/perl/lib/5.43.6/x86_64-dragonfly-thread-multi/CORE/proto.h:3912:14: note: in expansion of macro 'pTHX_'
Perl_rsignal(pTHX_ int i, Sighandler_t t);
^~~~~
Signal.xs:83:29: warning: passing argument 2 of 'Perl_rsignal' makes integer from pointer without a cast [-Wint-conversion]
Perl_rsignal(s->signo, s->h);
~^~~
In file included from /home/cpan/bin/perl/lib/5.43.6/x86_64-dragonfly-thread-multi/CORE/perl.h:6210,
from Signal.xs:5:
/home/cpan/bin/perl/lib/5.43.6/x86_64-dragonfly-thread-multi/CORE/proto.h:3912:24: note: expected 'int' but argument is of type 'Sighandler_t' {aka 'void (*)(int)'}
Perl_rsignal(pTHX_ int i, Sighandler_t t);
~~~~^
Signal.xs:83:5: error: too few arguments to function 'Perl_rsignal'
Perl_rsignal(s->signo, s->h);
^~~~~~~~~~~~
In file included from /home/cpan/bin/perl/lib/5.43.6/x86_64-dragonfly-thread-multi/CORE/perl.h:6210,
from Signal.xs:5:
/home/cpan/bin/perl/lib/5.43.6/x86_64-dragonfly-thread-multi/CORE/proto.h:3912:1: note: declared here
Perl_rsignal(pTHX_ int i, Sighandler_t t);
^~~~~~~~~~~~
Signal.xs: In function 'boot_Sys__Signal':
Signal.xs:32:18: warning: passing argument 1 of 'Perl_rsignal' makes pointer from integer without a cast [-Wint-conversion]
Perl_rsignal(SIGALRM, my_sighandler);
^~~~~~~
In file included from Signal.xs:5:
/home/cpan/bin/perl/lib/5.43.6/x86_64-dragonfly-thread-multi/CORE/perl.h:225:22: note: expected 'PerlInterpreter *' {aka 'struct interpreter *'} but argument is of type 'int'
# define pTHX tTHX my_perl PERL_UNUSED_DECL
^
/home/cpan/bin/perl/lib/5.43.6/x86_64-dragonfly-thread-multi/CORE/perl.h:230:18: note: in expansion of macro 'pTHX'
# define pTHX_ pTHX,
^~~~
/home/cpan/bin/perl/lib/5.43.6/x86_64-dragonfly-thread-multi/CORE/proto.h:3912:14: note: in expansion of macro 'pTHX_'
Perl_rsignal(pTHX_ int i, Sighandler_t t);
^~~~~
Signal.xs:32:27: warning: passing argument 2 of 'Perl_rsignal' makes integer from pointer without a cast [-Wint-conversion]
Perl_rsignal(SIGALRM, my_sighandler);
^~~~~~~~~~~~~
In file included from /home/cpan/bin/perl/lib/5.43.6/x86_64-dragonfly-thread-multi/CORE/perl.h:6210,
from Signal.xs:5:
/home/cpan/bin/perl/lib/5.43.6/x86_64-dragonfly-thread-multi/CORE/proto.h:3912:24: note: expected 'int' but argument is of type 'void (*)(int)'
Perl_rsignal(pTHX_ int i, Sighandler_t t);
~~~~^
Signal.xs:32:5: error: too few arguments to function 'Perl_rsignal'
Perl_rsignal(SIGALRM, my_sighandler);
^~~~~~~~~~~~
In file included from /home/cpan/bin/perl/lib/5.43.6/x86_64-dragonfly-thread-multi/CORE/perl.h:6210,
from Signal.xs:5:
/home/cpan/bin/perl/lib/5.43.6/x86_64-dragonfly-thread-multi/CORE/proto.h:3912:1: note: declared here
Perl_rsignal(pTHX_ int i, Sighandler_t t);
^~~~~~~~~~~~
*** Error code 1
Stop.
make: stopped in /home/cpan/.cpan/build/Sys-Signal-0.02-0
------------------------------
PREREQUISITES
------------------------------
Prerequisite modules loaded:
build_requires:
Module Need Have
------------------- ---- ----
ExtUtils::MakeMaker 0 7.76
------------------------------
ENVIRONMENT AND OTHER CONTEXT
------------------------------
Environment variables:
AUTOMATED_TESTING = 1
CJG_PERL_COMMIT = 5863d27390
DATE_MANIP_TEST_DM5 = 1
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/games:/usr/local/sbin:/usr/local/bin:/usr/pkg/sbin:/usr/pkg/bin:/home/cpan/bin
PERL = /home/cpan/bin/perl/bin/perl5.43.6
PERL5LIB =
PERL5OPT =
PERL5_CPANPLUS_IS_RUNNING = 740068
PERL5_CPAN_IS_RUNNING = 740068
PERL_MM_USE_DEFAULT = 1
PERL_PERTURB_KEYS = 0
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.43.6
$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.94
ExtUtils::CBuilder 0.280242
ExtUtils::Command 7.76
ExtUtils::Install 2.22
ExtUtils::MakeMaker 7.76
ExtUtils::Manifest 1.75
ExtUtils::ParseXS 3.60
File::Spec 3.94
JSON 4.10
JSON::PP 4.16
Module::Build 0.4234
Module::Signature n/a
Parse::CPAN::Meta 2.150010
Test2 1.302216
Test::Harness 3.52
Test::More 1.302216
YAML 1.31
YAML::Syck 1.36
version 0.9933
--
Summary of my perl5 (revision 5 version 43 subversion 6) configuration:
Commit id: 5863d273902a6f74becb7a8fac8e3c8874bbcef9
Platform:
osname=dragonfly
osvers=6.4-release
archname=x86_64-dragonfly-thread-multi
uname='dragonfly cjg-dragonfly6 6.4-release dragonfly v6.4.2-release #11: fri may 9 14:08:53 edt 2025 root@www.shiningsilence.com:usrobjhomejustinrelease6_4sysx86_64_generic x86_64 '
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 -fwrapv -fno-strict-aliasing -pipe -fstack-protector-strong -I/usr/local/include -D_FORTIFY_SOURCE=2'
optimize='-O2'
cppflags='-DHAS_FPSETMASK -DHAS_FLOATINGPOINT_H -DNO_POSIX_2008_LOCALE -fwrapv -fno-strict-aliasing -pipe -fstack-protector-strong -I/usr/local/include'
ccversion=''
gccversion='8.3 [DragonFly] Release/2019-02-22'
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
libs=-lpthread -lgdbm -ldl -lm -lcrypt -lutil -lc
perllibs=-lpthread -ldl -lm -lcrypt -lutil -lc
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 dragonfly
Compiled at Dec 4 2025 19:01:16
%ENV:
PERL="/home/cpan/bin/perl/bin/perl5.43.6"
PERL5LIB=""
PERL5OPT=""
PERL5_CPANPLUS_IS_RUNNING="740068"
PERL5_CPAN_IS_RUNNING="740068"
PERL_MM_USE_DEFAULT="1"
PERL_PERTURB_KEYS="0"
PERL_USE_UNSAFE_INC="1"
@INC:
/home/cpan/bin/perl/lib/site_perl/5.43.6/x86_64-dragonfly-thread-multi
/home/cpan/bin/perl/lib/site_perl/5.43.6
/home/cpan/bin/perl/lib/5.43.6/x86_64-dragonfly-thread-multi
/home/cpan/bin/perl/lib/5.43.6
.