Sys-Signal v0.02 Perl 5 v5.43.5 i86pc-solaris-thread-multi-64

Status
Unknown
From
Carlos Guevara
Dist
Sys-Signal v0.02
Platform
Perl 5 v5.43.5 i86pc-solaris-thread-multi-64
Date
2025-11-06 21:49:01
ID
681da554-bb5a-11f0-8b1d-cc643afc8c82
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.5, 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"
"/export/home/cpan/bin/perl/bin/perl5.43.5" -MExtUtils::Command::MM -e 'cp_nonempty' -- Signal.bs blib/arch/auto/Sys/Signal/Signal.bs 644
"/export/home/cpan/bin/perl/bin/perl5.43.5" "/export/home/cpan/bin/perl/lib/5.43.5/ExtUtils/xsubpp"  -typemap '/export/home/cpan/bin/perl/lib/5.43.5/ExtUtils/typemap' -typemap '/export/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
gcc -c    -D_REENTRANT -m64 -fwrapv -fno-strict-aliasing -pipe -fstack-protector-strong -D_LARGEFILE_SOURCE -D_FILE_OFFSET_BITS=64 -D_FORTIFY_SOURCE=2 -O    -DVERSION=\"0.02\"  -DXS_VERSION=\"0.02\" -fPIC "-I/export/home/cpan/bin/perl/lib/5.43.5/i86pc-solaris-thread-multi-64/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
   51 |     RETVAL->signo = Perl_whichsig(name);
      |                                       ^
In file included from /export/home/cpan/bin/perl/lib/5.43.5/i86pc-solaris-thread-multi-64/CORE/perl.h:6249,
                 from Signal.xs:5:
/export/home/cpan/bin/perl/lib/5.43.5/i86pc-solaris-thread-multi-64/CORE/embed.h:2369:12: note: macro "Perl_whichsig" defined here
 2369 | #   define Perl_whichsig(mTHX,a)                whichsig(a)
      |            ^~~~~~~~~~~~~
Signal.xs:51:21: error: 'Perl_whichsig' undeclared (first use in this function); did you mean 'Perl_whichsig_sv'?
   51 |     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: error: passing argument 1 of 'Perl_rsignal_state' makes pointer from integer without a cast [-Wint-conversion]
   52 |     RETVAL->h =  Perl_rsignal_state(RETVAL->signo);
      |                                     ~~~~~~^~~~~~~
      |                                           |
      |                                           int
/export/home/cpan/bin/perl/lib/5.43.5/i86pc-solaris-thread-multi-64/CORE/perl.h:225:22: note: expected 'PerlInterpreter *' {aka 'struct interpreter *'} but argument is of type 'int'
  225 | #  define pTHX  tTHX my_perl PERL_UNUSED_DECL
      |                      ^
/export/home/cpan/bin/perl/lib/5.43.5/i86pc-solaris-thread-multi-64/CORE/perl.h:230:25: note: in expansion of macro 'pTHX'
  230 | #  define pTHX_         pTHX,
      |                         ^~~~
/export/home/cpan/bin/perl/lib/5.43.5/i86pc-solaris-thread-multi-64/CORE/proto.h:3927:20: note: in expansion of macro 'pTHX_'
 3927 | Perl_rsignal_state(pTHX_ int i);
      |                    ^~~~~
Signal.xs:52:18: error: too few arguments to function 'Perl_rsignal_state'
   52 |     RETVAL->h =  Perl_rsignal_state(RETVAL->signo);
      |                  ^~~~~~~~~~~~~~~~~~
In file included from /export/home/cpan/bin/perl/lib/5.43.5/i86pc-solaris-thread-multi-64/CORE/perl.h:6210:
/export/home/cpan/bin/perl/lib/5.43.5/i86pc-solaris-thread-multi-64/CORE/proto.h:3927:1: note: declared here
 3927 | Perl_rsignal_state(pTHX_ int i);
      | ^~~~~~~~~~~~~~~~~~
Signal.xs:58:55: error: macro "Perl_hv_fetch" requires 5 arguments, but only 4 given
   58 |     elm = Perl_hv_fetch(RETVAL->sighv, name, len, TRUE);
      |                                                       ^
/export/home/cpan/bin/perl/lib/5.43.5/i86pc-solaris-thread-multi-64/CORE/embed.h:2294:12: note: macro "Perl_hv_fetch" defined here
 2294 | #   define Perl_hv_fetch(mTHX,a,b,c,d)          hv_fetch(a,b,c,d)
      |            ^~~~~~~~~~~~~
Signal.xs:58:11: error: 'Perl_hv_fetch' undeclared (first use in this function); did you mean 'Perl_av_fetch'?
   58 |     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
   59 |     RETVAL->savesv = Perl_newSVsv(*elm);
      |                                       ^
/export/home/cpan/bin/perl/lib/5.43.5/i86pc-solaris-thread-multi-64/CORE/embed.h:2315:12: note: macro "Perl_newSVsv" defined here
 2315 | #   define Perl_newSVsv(mTHX,a)                 newSVsv(a)
      |            ^~~~~~~~~~~~
Signal.xs:59:22: error: 'Perl_newSVsv' undeclared (first use in this function); did you mean 'Perl_newSVuv'?
   59 |     RETVAL->savesv = Perl_newSVsv(*elm);
      |                      ^~~~~~~~~~~~
      |                      Perl_newSVuv
Signal.xs:60:27: error: macro "Perl_sv_setsv" requires 3 arguments, but only 2 given
   60 |     Perl_sv_setsv(*elm, cv);
      |                           ^
/export/home/cpan/bin/perl/lib/5.43.5/i86pc-solaris-thread-multi-64/CORE/embed.h:2352:12: note: macro "Perl_sv_setsv" defined here
 2352 | #   define Perl_sv_setsv(mTHX,a,b)              sv_setsv(a,b)
      |            ^~~~~~~~~~~~~
Signal.xs:60:5: error: 'Perl_sv_setsv' undeclared (first use in this function); did you mean 'Perl_sv_setuv'?
   60 |     Perl_sv_setsv(*elm, cv);
      |     ^~~~~~~~~~~~~
      |     Perl_sv_setuv
Signal.xs:61:17: error: passing argument 1 of 'Perl_mg_set' from incompatible pointer type [-Wincompatible-pointer-types]
   61 |     Perl_mg_set(*elm);
      |                 ^~~~
      |                 |
      |                 SV * {aka struct sv *}
/export/home/cpan/bin/perl/lib/5.43.5/i86pc-solaris-thread-multi-64/CORE/perl.h:225:22: note: expected 'PerlInterpreter *' {aka 'struct interpreter *'} but argument is of type 'SV *' {aka 'struct sv *'}
  225 | #  define pTHX  tTHX my_perl PERL_UNUSED_DECL
      |                      ^
/export/home/cpan/bin/perl/lib/5.43.5/i86pc-solaris-thread-multi-64/CORE/perl.h:230:25: note: in expansion of macro 'pTHX'
  230 | #  define pTHX_         pTHX,
      |                         ^~~~
/export/home/cpan/bin/perl/lib/5.43.5/i86pc-solaris-thread-multi-64/CORE/proto.h:2504:13: note: in expansion of macro 'pTHX_'
 2504 | Perl_mg_set(pTHX_ SV *sv);
      |             ^~~~~
Signal.xs:61:5: error: too few arguments to function 'Perl_mg_set'
   61 |     Perl_mg_set(*elm);
      |     ^~~~~~~~~~~
/export/home/cpan/bin/perl/lib/5.43.5/i86pc-solaris-thread-multi-64/CORE/proto.h:2504:1: note: declared here
 2504 | 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
   74 |     elm = Perl_hv_fetch(s->sighv, s->name, s->len, TRUE);
      |                                                        ^
/export/home/cpan/bin/perl/lib/5.43.5/i86pc-solaris-thread-multi-64/CORE/embed.h:2294:12: note: macro "Perl_hv_fetch" defined here
 2294 | #   define Perl_hv_fetch(mTHX,a,b,c,d)          hv_fetch(a,b,c,d)
      |            ^~~~~~~~~~~~~
Signal.xs:74:11: error: 'Perl_hv_fetch' undeclared (first use in this function); did you mean 'Perl_av_fetch'?
   74 |     elm = Perl_hv_fetch(s->sighv, s->name, s->len, TRUE);
      |           ^~~~~~~~~~~~~
      |           Perl_av_fetch
Signal.xs:78:38: error: macro "Perl_sv_setsv" requires 3 arguments, but only 2 given
   78 |         Perl_sv_setsv(*elm, s->savesv);
      |                                      ^
/export/home/cpan/bin/perl/lib/5.43.5/i86pc-solaris-thread-multi-64/CORE/embed.h:2352:12: note: macro "Perl_sv_setsv" defined here
 2352 | #   define Perl_sv_setsv(mTHX,a,b)              sv_setsv(a,b)
      |            ^~~~~~~~~~~~~
Signal.xs:78:9: error: 'Perl_sv_setsv' undeclared (first use in this function); did you mean 'Perl_sv_setuv'?
   78 |         Perl_sv_setsv(*elm, s->savesv);
      |         ^~~~~~~~~~~~~
      |         Perl_sv_setuv
Signal.xs:79:21: error: passing argument 1 of 'Perl_mg_set' from incompatible pointer type [-Wincompatible-pointer-types]
   79 |         Perl_mg_set(*elm);
      |                     ^~~~
      |                     |
      |                     SV * {aka struct sv *}
/export/home/cpan/bin/perl/lib/5.43.5/i86pc-solaris-thread-multi-64/CORE/perl.h:225:22: note: expected 'PerlInterpreter *' {aka 'struct interpreter *'} but argument is of type 'SV *' {aka 'struct sv *'}
  225 | #  define pTHX  tTHX my_perl PERL_UNUSED_DECL
      |                      ^
/export/home/cpan/bin/perl/lib/5.43.5/i86pc-solaris-thread-multi-64/CORE/perl.h:230:25: note: in expansion of macro 'pTHX'
  230 | #  define pTHX_         pTHX,
      |                         ^~~~
/export/home/cpan/bin/perl/lib/5.43.5/i86pc-solaris-thread-multi-64/CORE/proto.h:2504:13: note: in expansion of macro 'pTHX_'
 2504 | Perl_mg_set(pTHX_ SV *sv);
      |             ^~~~~
Signal.xs:79:9: error: too few arguments to function 'Perl_mg_set'
   79 |         Perl_mg_set(*elm);
      |         ^~~~~~~~~~~
/export/home/cpan/bin/perl/lib/5.43.5/i86pc-solaris-thread-multi-64/CORE/proto.h:2504:1: note: declared here
 2504 | Perl_mg_set(pTHX_ SV *sv);
      | ^~~~~~~~~~~
Signal.xs:83:19: error: passing argument 1 of 'Perl_rsignal' makes pointer from integer without a cast [-Wint-conversion]
   83 |     Perl_rsignal(s->signo, s->h);
      |                  ~^~~~~~~
      |                   |
      |                   int
/export/home/cpan/bin/perl/lib/5.43.5/i86pc-solaris-thread-multi-64/CORE/perl.h:225:22: note: expected 'PerlInterpreter *' {aka 'struct interpreter *'} but argument is of type 'int'
  225 | #  define pTHX  tTHX my_perl PERL_UNUSED_DECL
      |                      ^
/export/home/cpan/bin/perl/lib/5.43.5/i86pc-solaris-thread-multi-64/CORE/perl.h:230:25: note: in expansion of macro 'pTHX'
  230 | #  define pTHX_         pTHX,
      |                         ^~~~
/export/home/cpan/bin/perl/lib/5.43.5/i86pc-solaris-thread-multi-64/CORE/proto.h:3912:14: note: in expansion of macro 'pTHX_'
 3912 | Perl_rsignal(pTHX_ int i, Sighandler_t t);
      |              ^~~~~
Signal.xs:83:29: error: passing argument 2 of 'Perl_rsignal' makes integer from pointer without a cast [-Wint-conversion]
   83 |     Perl_rsignal(s->signo, s->h);
      |                            ~^~~
      |                             |
      |                             Sighandler_t {aka void (*)(int)}
/export/home/cpan/bin/perl/lib/5.43.5/i86pc-solaris-thread-multi-64/CORE/proto.h:3912:24: note: expected 'int' but argument is of type 'Sighandler_t' {aka 'void (*)(int)'}
 3912 | Perl_rsignal(pTHX_ int i, Sighandler_t t);
      |                    ~~~~^
Signal.xs:83:5: error: too few arguments to function 'Perl_rsignal'
   83 |     Perl_rsignal(s->signo, s->h);
      |     ^~~~~~~~~~~~
/export/home/cpan/bin/perl/lib/5.43.5/i86pc-solaris-thread-multi-64/CORE/proto.h:3912:1: note: declared here
 3912 | Perl_rsignal(pTHX_ int i, Sighandler_t t);
      | ^~~~~~~~~~~~
Signal.xs: In function 'boot_Sys__Signal':
Signal.xs:32:18: error: passing argument 1 of 'Perl_rsignal' makes pointer from integer without a cast [-Wint-conversion]
   32 |     Perl_rsignal(SIGALRM, my_sighandler);
      |                  ^~~~~~~
      |                  |
      |                  int
/export/home/cpan/bin/perl/lib/5.43.5/i86pc-solaris-thread-multi-64/CORE/perl.h:225:22: note: expected 'PerlInterpreter *' {aka 'struct interpreter *'} but argument is of type 'int'
  225 | #  define pTHX  tTHX my_perl PERL_UNUSED_DECL
      |                      ^
/export/home/cpan/bin/perl/lib/5.43.5/i86pc-solaris-thread-multi-64/CORE/perl.h:230:25: note: in expansion of macro 'pTHX'
  230 | #  define pTHX_         pTHX,
      |                         ^~~~
/export/home/cpan/bin/perl/lib/5.43.5/i86pc-solaris-thread-multi-64/CORE/proto.h:3912:14: note: in expansion of macro 'pTHX_'
 3912 | Perl_rsignal(pTHX_ int i, Sighandler_t t);
      |              ^~~~~
Signal.xs:32:27: error: passing argument 2 of 'Perl_rsignal' makes integer from pointer without a cast [-Wint-conversion]
   32 |     Perl_rsignal(SIGALRM, my_sighandler);
      |                           ^~~~~~~~~~~~~
      |                           |
      |                           void (*)(int)
/export/home/cpan/bin/perl/lib/5.43.5/i86pc-solaris-thread-multi-64/CORE/proto.h:3912:24: note: expected 'int' but argument is of type 'void (*)(int)'
 3912 | Perl_rsignal(pTHX_ int i, Sighandler_t t);
      |                    ~~~~^
Signal.xs:32:5: error: too few arguments to function 'Perl_rsignal'
   32 |     Perl_rsignal(SIGALRM, my_sighandler);
      |     ^~~~~~~~~~~~
/export/home/cpan/bin/perl/lib/5.43.5/i86pc-solaris-thread-multi-64/CORE/proto.h:3912:1: note: declared here
 3912 | Perl_rsignal(pTHX_ int i, Sighandler_t t);
      | ^~~~~~~~~~~~
*** Error code 1
make: Fatal error: Command failed for target `Signal.o'
Current working directory /export/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 = e3d32ae8d5
    DATE_MANIP_TEST_DM5 = 1
    LANG = en_US.UTF-8
    LC_ALL = C
    NONINTERACTIVE_TESTING = 1
    NO_NETWORK_TESTING = 1
    PATH = /export/home/cpan/bin/perl/bin:/usr/bin:/usr/sbin:/sbin:/opt/ooce/bin:/usr/gnu/bin
    PERL = /export/home/cpan/bin/perl/bin/perl5.43.5
    PERL5LIB = 
    PERL5OPT = 
    PERL5_CPANPLUS_IS_RUNNING = 23215
    PERL5_CPAN_IS_RUNNING = 23215
    PERL_MM_USE_DEFAULT = 1
    PERL_PERTURB_KEYS = 0
    PERL_USE_UNSAFE_INC = 1
    SHELL = /usr/bin/bash
    TERM = screen

Perl special variables (and OS-specific diagnostics, for MSWin32):

    $^X = /export/home/cpan/bin/perl/bin/perl5.43.5
    $UID/$EUID = 101 / 101
    $GID = 1 1
    $EGID = 1 1

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.302214
    Test::Harness       3.52    
    Test::More          1.302214
    YAML                1.31    
    YAML::Syck          1.36    
    version             0.9933  


--

Summary of my perl5 (revision 5 version 43 subversion 5) configuration:
  Commit id: e3d32ae8d5ccc7a2e7b406856b45bb989f76049f
  Platform:
    osname=solaris
    osvers=2.11
    archname=i86pc-solaris-thread-multi-64
    uname='sunos cjg-omniosce 5.11 omnios-r151052-92934720d80 i86pc i386 i86pc '
    config_args='-des -Dprefix=/export/home/cpan/bin/perl -Dscriptdir=/export/home/cpan/bin/perl/bin -Dusedevel -Duse64bitall -Dcc=gcc -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='gcc'
    ccflags ='-D_REENTRANT -m64 -fwrapv -fno-strict-aliasing -pipe -fstack-protector-strong -D_LARGEFILE_SOURCE -D_FILE_OFFSET_BITS=64 -D_FORTIFY_SOURCE=2'
    optimize='-O'
    cppflags='-D_REENTRANT -m64 -fwrapv -fno-strict-aliasing -pipe -fstack-protector-strong'
    ccversion=''
    gccversion='14.2.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='gcc'
    ldflags =' -m64 -fstack-protector-strong -L/usr/gnu/lib '
    libpth=/opt/gcc-14/lib /usr/lib /usr/gnu/lib /usr/ccs/lib
    libs=-lpthread -lsocket -lnsl -ldl -lm -lc
    perllibs=-lpthread -lsocket -lnsl -ldl -lm -lc
    libc=/lib/libc.so
    so=so
    useshrplib=true
    libperl=libperl.so
    gnulibc_version=''
  Dynamic Linking:
    dlsrc=dl_dlopen.xs
    dlext=so
    d_dlsymun=undef
    ccdlflags='  -R /export/home/cpan/bin/perl/lib/5.43.5/i86pc-solaris-thread-multi-64/CORE'
    cccdlflags='-fPIC'
    lddlflags=' -shared -m64 -L/usr/gnu/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
    USE_THREAD_SAFE_LOCALE
  Built under solaris
  Compiled at Nov  5 2025 16:37:40
  %ENV:
    PERL="/export/home/cpan/bin/perl/bin/perl5.43.5"
    PERL5LIB=""
    PERL5OPT=""
    PERL5_CPANPLUS_IS_RUNNING="23215"
    PERL5_CPAN_IS_RUNNING="23215"
    PERL_MM_USE_DEFAULT="1"
    PERL_PERTURB_KEYS="0"
    PERL_USE_UNSAFE_INC="1"
  @INC:
    /export/home/cpan/bin/perl/lib/site_perl/5.43.5/i86pc-solaris-thread-multi-64
    /export/home/cpan/bin/perl/lib/site_perl/5.43.5
    /export/home/cpan/bin/perl/lib/5.43.5/i86pc-solaris-thread-multi-64
    /export/home/cpan/bin/perl/lib/5.43.5
    .