Back
From: metabase:user:30f4dfbe-2aae-11df-837a-5e0a49663a4f
Subject: UNKNOWN WiringPi-API-2.3613 v5.20.3 NetBSD
Date: 2017-07-01T23:01:41Z
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 Steve Bertrand,
This is a computer-generated report for WiringPi-API-2.3613
on perl 5.20.3, created by CPAN-Reporter-1.2018.
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 -j4 -j4':
--- blib/lib/WiringPi/.exists ---
--- blib/arch/.exists ---
--- blib/lib/auto/WiringPi/API/.exists ---
--- blib/arch/auto/WiringPi/API/.exists ---
--- blib/bin/.exists ---
--- blib/script/.exists ---
--- blib/man1/.exists ---
--- blib/man3/.exists ---
--- config ---
--- subdirs ---
--- dynamic ---
--- API.c ---
"/home/njh/perl5/perlbrew/perls/perl-5.20.3/bin/perl" "/home/njh/perl5/perlbrew/perls/perl-5.20.3/lib/site_perl/5.20.3/ExtUtils/xsubpp" -typemap '/home/njh/perl5/perlbrew/perls/perl-5.20.3/lib/5.20.3/ExtUtils/typemap' -typemap '/home/njh/.cpan/build/WiringPi-API-2.3613-24/typemap' API.xs > API.xsc
--- API.bs ---
Running Mkbootstrap for API ()
--- pm_to_blib ---
--- blibdirs ---
--- config ---
--- API.bs ---
chmod 644 "API.bs"
--- blib/arch/auto/WiringPi/API/API.bs ---
"/home/njh/perl5/perlbrew/perls/perl-5.20.3/bin/perl" -MExtUtils::Command::MM -e 'cp_nonempty' -- API.bs blib/arch/auto/WiringPi/API/API.bs 644
--- pm_to_blib ---
cp lib/WiringPi/API.pm blib/lib/WiringPi/API.pm
--- API.c ---
Please specify prototyping behavior for API.xs (see perlxs manual)
mv API.xsc API.c
--- API.o ---
cc -c -I. -O2 -W -Wformat=2 -Wswitch -Wshadow -Wwrite-strings -Wuninitialized -Wall -pipe -fomit-frame-pointer -D_FORTIFY_SOURCE=2 -Wpointer-arith -Wstrict-prototypes -fstack-protector -Wstack-protector -Wextra -Wbad-function-cast -Wcast-align -Wcast-qual -Wdisabled-optimization -Wendif-labels -Wfloat-equal -Wformat-nonliteral -Winline -Wmissing-declarations -Wmissing-prototypes -Wnested-externs -Wpointer-arith -Wundef -Wformat-security -mtune=cortex-a7 -mfpu=vfp -mfloat-abi=hard -fwrapv -fno-strict-aliasing -I/usr/pkg/include -O -DVERSION=\"2.3613\" -DXS_VERSION=\"2.3613\" -DPIC -fPIC "-I/home/njh/perl5/perlbrew/perls/perl-5.20.3/lib/5.20.3/evbarm-netbsd-thread-multi/CORE" API.c
In file included from /home/njh/perl5/perlbrew/perls/perl-5.20.3/lib/5.20.3/evbarm-netbsd-thread-multi/CORE/hv.h:629:0,
from /home/njh/perl5/perlbrew/perls/perl-5.20.3/lib/5.20.3/evbarm-netbsd-thread-multi/CORE/perl.h:3344,
from API.xs:16:
/home/njh/perl5/perlbrew/perls/perl-5.20.3/lib/5.20.3/evbarm-netbsd-thread-multi/CORE/hv_func.h: In function 'S_perl_hash_superfast':
/home/njh/perl5/perlbrew/perls/perl-5.20.3/lib/5.20.3/evbarm-netbsd-thread-multi/CORE/hv_func.h:260:18: warning: cast discards '__attribute__((const))' qualifier from pointer target type [-Wcast-qual]
U32 hash = *((U32*)seed) + (U32)len;
^
/home/njh/perl5/perlbrew/perls/perl-5.20.3/lib/5.20.3/evbarm-netbsd-thread-multi/CORE/hv_func.h:260:18: warning: cast increases required alignment of target type [-Wcast-align]
/home/njh/perl5/perlbrew/perls/perl-5.20.3/lib/5.20.3/evbarm-netbsd-thread-multi/CORE/hv_func.h: In function 'S_perl_hash_murmur3':
/home/njh/perl5/perlbrew/perls/perl-5.20.3/lib/5.20.3/evbarm-netbsd-thread-multi/CORE/hv_func.h:364:16: warning: cast discards '__attribute__((const))' qualifier from pointer target type [-Wcast-qual]
U32 h1 = *((U32*)seed);
^
/home/njh/perl5/perlbrew/perls/perl-5.20.3/lib/5.20.3/evbarm-netbsd-thread-multi/CORE/hv_func.h:364:16: warning: cast increases required alignment of target type [-Wcast-align]
/home/njh/perl5/perlbrew/perls/perl-5.20.3/lib/5.20.3/evbarm-netbsd-thread-multi/CORE/hv_func.h:109:31: warning: cast discards '__attribute__((const))' qualifier from pointer target type [-Wcast-qual]
#define U8TO32_LE(ptr) (*((U32*)(ptr)))
^
/home/njh/perl5/perlbrew/perls/perl-5.20.3/lib/5.20.3/evbarm-netbsd-thread-multi/CORE/hv_func.h:401:18: note: in expansion of macro 'U8TO32_LE'
k1 = U8TO32_LE(ptr);
^
/home/njh/perl5/perlbrew/perls/perl-5.20.3/lib/5.20.3/evbarm-netbsd-thread-multi/CORE/hv_func.h:109:31: warning: cast increases required alignment of target type [-Wcast-align]
#define U8TO32_LE(ptr) (*((U32*)(ptr)))
^
/home/njh/perl5/perlbrew/perls/perl-5.20.3/lib/5.20.3/evbarm-netbsd-thread-multi/CORE/hv_func.h:401:18: note: in expansion of macro 'U8TO32_LE'
k1 = U8TO32_LE(ptr);
^
/home/njh/perl5/perlbrew/perls/perl-5.20.3/lib/5.20.3/evbarm-netbsd-thread-multi/CORE/hv_func.h:109:31: warning: cast discards '__attribute__((const))' qualifier from pointer target type [-Wcast-qual]
#define U8TO32_LE(ptr) (*((U32*)(ptr)))
^
/home/njh/perl5/perlbrew/perls/perl-5.20.3/lib/5.20.3/evbarm-netbsd-thread-multi/CORE/hv_func.h:408:21: note: in expansion of macro 'U8TO32_LE'
carry = U8TO32_LE(ptr);
^
/home/njh/perl5/perlbrew/perls/perl-5.20.3/lib/5.20.3/evbarm-netbsd-thread-multi/CORE/hv_func.h:109:31: warning: cast increases required alignment of target type [-Wcast-align]
#define U8TO32_LE(ptr) (*((U32*)(ptr)))
^
/home/njh/perl5/perlbrew/perls/perl-5.20.3/lib/5.20.3/evbarm-netbsd-thread-multi/CORE/hv_func.h:408:21: note: in expansion of macro 'U8TO32_LE'
carry = U8TO32_LE(ptr);
^
/home/njh/perl5/perlbrew/perls/perl-5.20.3/lib/5.20.3/evbarm-netbsd-thread-multi/CORE/hv_func.h:109:31: warning: cast discards '__attribute__((const))' qualifier from pointer target type [-Wcast-qual]
#define U8TO32_LE(ptr) (*((U32*)(ptr)))
^
/home/njh/perl5/perlbrew/perls/perl-5.20.3/lib/5.20.3/evbarm-netbsd-thread-multi/CORE/hv_func.h:416:21: note: in expansion of macro 'U8TO32_LE'
carry = U8TO32_LE(ptr);
^
/home/njh/perl5/perlbrew/perls/perl-5.20.3/lib/5.20.3/evbarm-netbsd-thread-multi/CORE/hv_func.h:109:31: warning: cast increases required alignment of target type [-Wcast-align]
#define U8TO32_LE(ptr) (*((U32*)(ptr)))
^
/home/njh/perl5/perlbrew/perls/perl-5.20.3/lib/5.20.3/evbarm-netbsd-thread-multi/CORE/hv_func.h:416:21: note: in expansion of macro 'U8TO32_LE'
carry = U8TO32_LE(ptr);
^
/home/njh/perl5/perlbrew/perls/perl-5.20.3/lib/5.20.3/evbarm-netbsd-thread-multi/CORE/hv_func.h:109:31: warning: cast discards '__attribute__((const))' qualifier from pointer target type [-Wcast-qual]
#define U8TO32_LE(ptr) (*((U32*)(ptr)))
^
/home/njh/perl5/perlbrew/perls/perl-5.20.3/lib/5.20.3/evbarm-netbsd-thread-multi/CORE/hv_func.h:424:21: note: in expansion of macro 'U8TO32_LE'
carry = U8TO32_LE(ptr);
^
/home/njh/perl5/perlbrew/perls/perl-5.20.3/lib/5.20.3/evbarm-netbsd-thread-multi/CORE/hv_func.h:109:31: warning: cast increases required alignment of target type [-Wcast-align]
#define U8TO32_LE(ptr) (*((U32*)(ptr)))
^
/home/njh/perl5/perlbrew/perls/perl-5.20.3/lib/5.20.3/evbarm-netbsd-thread-multi/CORE/hv_func.h:424:21: note: in expansion of macro 'U8TO32_LE'
carry = U8TO32_LE(ptr);
^
/home/njh/perl5/perlbrew/perls/perl-5.20.3/lib/5.20.3/evbarm-netbsd-thread-multi/CORE/hv_func.h: In function 'S_perl_hash_djb2':
/home/njh/perl5/perlbrew/perls/perl-5.20.3/lib/5.20.3/evbarm-netbsd-thread-multi/CORE/hv_func.h:458:18: warning: cast discards '__attribute__((const))' qualifier from pointer target type [-Wcast-qual]
U32 hash = *((U32*)seed) + (U32)len;
^
/home/njh/perl5/perlbrew/perls/perl-5.20.3/lib/5.20.3/evbarm-netbsd-thread-multi/CORE/hv_func.h:458:18: warning: cast increases required alignment of target type [-Wcast-align]
/home/njh/perl5/perlbrew/perls/perl-5.20.3/lib/5.20.3/evbarm-netbsd-thread-multi/CORE/hv_func.h: In function 'S_perl_hash_sdbm':
/home/njh/perl5/perlbrew/perls/perl-5.20.3/lib/5.20.3/evbarm-netbsd-thread-multi/CORE/hv_func.h:468:18: warning: cast discards '__attribute__((const))' qualifier from pointer target type [-Wcast-qual]
U32 hash = *((U32*)seed) + (U32)len;
^
/home/njh/perl5/perlbrew/perls/perl-5.20.3/lib/5.20.3/evbarm-netbsd-thread-multi/CORE/hv_func.h:468:18: warning: cast increases required alignment of target type [-Wcast-align]
/home/njh/perl5/perlbrew/perls/perl-5.20.3/lib/5.20.3/evbarm-netbsd-thread-multi/CORE/hv_func.h: In function 'S_perl_hash_one_at_a_time':
/home/njh/perl5/perlbrew/perls/perl-5.20.3/lib/5.20.3/evbarm-netbsd-thread-multi/CORE/hv_func.h:494:18: warning: cast discards '__attribute__((const))' qualifier from pointer target type [-Wcast-qual]
U32 hash = *((U32*)seed) + (U32)len;
^
/home/njh/perl5/perlbrew/perls/perl-5.20.3/lib/5.20.3/evbarm-netbsd-thread-multi/CORE/hv_func.h:494:18: warning: cast increases required alignment of target type [-Wcast-align]
/home/njh/perl5/perlbrew/perls/perl-5.20.3/lib/5.20.3/evbarm-netbsd-thread-multi/CORE/hv_func.h: In function 'S_perl_hash_one_at_a_time_hard':
/home/njh/perl5/perlbrew/perls/perl-5.20.3/lib/5.20.3/evbarm-netbsd-thread-multi/CORE/hv_func.h:509:18: warning: cast discards '__attribute__((const))' qualifier from pointer target type [-Wcast-qual]
U32 hash = *((U32*)seed) + (U32)len;
^
/home/njh/perl5/perlbrew/perls/perl-5.20.3/lib/5.20.3/evbarm-netbsd-thread-multi/CORE/hv_func.h:509:18: warning: cast increases required alignment of target type [-Wcast-align]
/home/njh/perl5/perlbrew/perls/perl-5.20.3/lib/5.20.3/evbarm-netbsd-thread-multi/CORE/hv_func.h: In function 'S_perl_hash_old_one_at_a_time':
/home/njh/perl5/perlbrew/perls/perl-5.20.3/lib/5.20.3/evbarm-netbsd-thread-multi/CORE/hv_func.h:544:18: warning: cast discards '__attribute__((const))' qualifier from pointer target type [-Wcast-qual]
U32 hash = *((U32*)seed);
^
/home/njh/perl5/perlbrew/perls/perl-5.20.3/lib/5.20.3/evbarm-netbsd-thread-multi/CORE/hv_func.h:544:18: warning: cast increases required alignment of target type [-Wcast-align]
In file included from API.xs:21:0:
API.h: At top level:
API.h:22:1: warning: function declaration isn't a prototype [-Wstrict-prototypes]
void interruptHandler();
^
API.h:41:1: warning: function declaration isn't a prototype [-Wstrict-prototypes]
unsigned int digitalReadByte();
^
API.h:42:1: warning: function declaration isn't a prototype [-Wstrict-prototypes]
unsigned int digitalReadByte2();
^
API.xs:22:22: fatal error: wiringPi.h: No such file or directory
#include <wiringPi.h>
^
compilation terminated.
*** [API.o] Error code 1
make: stopped in /home/njh/.cpan/build/WiringPi-API-2.3613-24
1 error
make: stopped in /home/njh/.cpan/build/WiringPi-API-2.3613-24
------------------------------
PREREQUISITES
------------------------------
Prerequisite modules loaded:
requires:
Module Need Have
------------------- ----- --------
perl 5.006 5.020003
build_requires:
Module Need Have
------------------- ----- --------
ExtUtils::MakeMaker 0 7.24
configure_requires:
Module Need Have
------------------- ----- --------
ExtUtils::MakeMaker 0 7.24
------------------------------
ENVIRONMENT AND OTHER CONTEXT
------------------------------
Environment variables:
AUTOMATED_TESTING = 1
PATH = /home/njh/perl5/perlbrew/bin:/home/njh/perl5/perlbrew/perls/perl-5.20.3/bin:/home/njh/perl5/perlbrew/bin:/usr/bin:/bin:/usr/pkg/bin:/usr/local/bin
PERL = /home/njh/perl5/perlbrew/perls/perl-5.20.3/bin/perl
PERL5LIB =
PERL5OPT =
PERL5_CPANPLUS_IS_RUNNING = 21769
PERL5_CPAN_IS_RUNNING = 21769
PERLBREW_BASHRC_VERSION = 0.78
PERLBREW_HOME = /home/njh/.perlbrew
PERLBREW_LIB =
PERLBREW_MANPATH = /home/njh/perl5/perlbrew/perls/perl-5.20.3/man
PERLBREW_PATH = /home/njh/perl5/perlbrew/bin:/home/njh/perl5/perlbrew/perls/perl-5.20.3/bin
PERLBREW_PERL = perl-5.20.3
PERLBREW_ROOT = /home/njh/perl5/perlbrew
PERLBREW_VERSION = 0.78
PERL_LOCAL_LIB_ROOT =
SHELL = /bin/sh
TMPDIR = /home/njh/tmp
Perl special variables (and OS-specific diagnostics, for MSWin32):
$^X = /home/njh/perl5/perlbrew/perls/perl-5.20.3/bin/perl
$UID/$EUID = 1000 / 1000
$GID = 1000 1000 0
$EGID = 1000 1000 0
Perl module toolchain versions installed:
Module Have
------------------- --------
CPAN 2.16
CPAN::Meta 2.150010
Cwd 3.62
ExtUtils::CBuilder 0.280224
ExtUtils::Command 7.24
ExtUtils::Install 2.04
ExtUtils::MakeMaker 7.24
ExtUtils::Manifest 1.70
ExtUtils::ParseXS 3.30
File::Spec 3.62
JSON n/a
JSON::PP 2.27400
Module::Build 0.4220
Module::Signature n/a
Parse::CPAN::Meta 2.150010
Test::Harness 3.36
Test::More 1.302073
YAML 1.23
YAML::Syck 1.30
version 0.9917
--
Summary of my perl5 (revision 5 version 20 subversion 3) configuration:
Platform:
osname=netbsd, osvers=7.0.2_patch, archname=evbarm-netbsd-thread-multi
uname='netbsd pi2c.bandsman.co.uk 7.0.2_patch netbsd 7.0.2_patch (rpi2.201612281350z) evbarm '
config_args='-de -Dprefix=/home/njh/perl5/perlbrew/perls/perl-5.20.3 -Duseithreads -Dusemultiplicity -Dusedevel -Accflags=-O2 -W -Wformat=2 -Wswitch -Wshadow -Wwrite-strings -Wuninitialized -Wall -pipe -fomit-frame-pointer -D_FORTIFY_SOURCE=2 -Wpointer-arith -Wstrict-prototypes -fstack-protector -Wstack-protector -Wextra -Wbad-function-cast -Wcast-align -Wcast-qual -Wdisabled-optimization -Wendif-labels -Wfloat-equal -Wformat-nonliteral -Winline -Wmissing-declarations -Wmissing-prototypes -Wnested-externs -Wpointer-arith -Wundef -Wformat-security -mtune=cortex-a7 -mfpu=vfp -mfloat-abi=hard -Aeval:scriptdir=/home/njh/perl5/perlbrew/perls/perl-5.20.3/bin'
hint=recommended, useposix=true, d_sigaction=define
useithreads=define, usemultiplicity=define
use64bitint=undef, use64bitall=undef, uselongdouble=undef
usemymalloc=n, bincompat5005=undef
Compiler:
cc='cc', ccflags ='-O2 -W -Wformat=2 -Wswitch -Wshadow -Wwrite-strings -Wuninitialized -Wall -pipe -fomit-frame-pointer -D_FORTIFY_SOURCE=2 -Wpointer-arith -Wstrict-prototypes -fstack-protector -Wstack-protector -Wextra -Wbad-function-cast -Wcast-align -Wcast-qual -Wdisabled-optimization -Wendif-labels -Wfloat-equal -Wformat-nonliteral -Winline -Wmissing-declarations -Wmissing-prototypes -Wnested-externs -Wpointer-arith -Wundef -Wformat-security -mtune=cortex-a7 -mfpu=vfp -mfloat-abi=hard -fwrapv -fno-strict-aliasing -I/usr/pkg/include',
optimize='-O',
cppflags='-O2 -W -Wformat=2 -Wswitch -Wshadow -Wwrite-strings -Wuninitialized -Wall -pipe -fomit-frame-pointer -D_FORTIFY_SOURCE=2 -Wpointer-arith -Wstrict-prototypes -fstack-protector -Wstack-protector -Wextra -Wbad-function-cast -Wcast-align -Wcast-qual -Wdisabled-optimization -Wendif-labels -Wfloat-equal -Wformat-nonliteral -Winline -Wmissing-declarations -Wmissing-prototypes -Wnested-externs -Wpointer-arith -Wundef -Wformat-security -mtune=cortex-a7 -mfpu=vfp -mfloat-abi=hard -fwrapv -fno-strict-aliasing -I/usr/pkg/include'
ccversion='', gccversion='4.8.4', gccosandvers=''
intsize=4, longsize=4, ptrsize=4, doublesize=8, byteorder=1234
d_longlong=define, longlongsize=8, d_longdbl=define, longdblsize=8
ivtype='long', ivsize=4, 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 -L/usr/pkg/lib'
libpth=/usr/include/gcc-4.8 /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'
Characteristics of this binary (from libperl):
Compile-time options: HAS_TIMES MULTIPLICITY PERLIO_LAYERS
PERL_DONT_CREATE_GVSV
PERL_HASH_FUNC_ONE_AT_A_TIME_HARD
PERL_IMPLICIT_CONTEXT PERL_MALLOC_WRAP
PERL_NEW_COPY_ON_WRITE PERL_PRESERVE_IVUV
PERL_USE_DEVEL USE_ITHREADS USE_LARGE_FILES
USE_LOCALE USE_LOCALE_COLLATE USE_LOCALE_CTYPE
USE_LOCALE_NUMERIC USE_PERLIO USE_PERL_ATOF
USE_REENTRANT_API
Locally applied patches:
Devel::PatchPerl 1.38
Built under netbsd
Compiled at Dec 29 2016 18:15:40
%ENV:
PERL="/home/njh/perl5/perlbrew/perls/perl-5.20.3/bin/perl"
PERL5LIB=""
PERL5OPT=""
PERL5_CPANPLUS_IS_RUNNING="21769"
PERL5_CPAN_IS_RUNNING="21769"
PERLBREW_BASHRC_VERSION="0.78"
PERLBREW_HOME="/home/njh/.perlbrew"
PERLBREW_LIB=""
PERLBREW_MANPATH="/home/njh/perl5/perlbrew/perls/perl-5.20.3/man"
PERLBREW_PATH="/home/njh/perl5/perlbrew/bin:/home/njh/perl5/perlbrew/perls/perl-5.20.3/bin"
PERLBREW_PERL="perl-5.20.3"
PERLBREW_ROOT="/home/njh/perl5/perlbrew"
PERLBREW_VERSION="0.78"
PERL_LOCAL_LIB_ROOT=""
@INC:
/home/njh/perl5/perlbrew/perls/perl-5.20.3/lib/site_perl/5.20.3/evbarm-netbsd-thread-multi
/home/njh/perl5/perlbrew/perls/perl-5.20.3/lib/site_perl/5.20.3
/home/njh/perl5/perlbrew/perls/perl-5.20.3/lib/5.20.3/evbarm-netbsd-thread-multi
/home/njh/perl5/perlbrew/perls/perl-5.20.3/lib/5.20.3
.