UAV-Pilot-SDL v0.3 Perl 5 v5.26.1 x86_64-linux
- Status
- Unknown
- From
- Slaven Rezić (SREZIC)
- Dist
-
UAV-Pilot-SDL v0.3
- Platform
- Perl 5 v5.26.1 x86_64-linux
- Date
- 2019-04-17 23:16:29
- ID
- d4bcd32e-6166-11e9-9f52-13521f24ea8f
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 Timm Murray,
This is a computer-generated report for UAV-Pilot-SDL-0.3
on perl 5.26.1, 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:
none provided
------------------------------
PROGRAM OUTPUT
------------------------------
Output from './Build':
Building UAV-Pilot-SDL
cc -I. -I/opt/perl-5.26.1/lib/5.26.1/x86_64-linux/CORE -DVERSION="0.3" -DXS_VERSION="0.3" -fPIC -Wall -I/usr/include/x86_64-linux-gnu -I/usr/include/SDL -D_GNU_SOURCE=1 -D_REENTRANT -c -fwrapv -fno-strict-aliasing -pipe -fstack-protector-strong -I/usr/local/include -D_LARGEFILE_SOURCE -D_FILE_OFFSET_BITS=64 -O2 -o lib/UAV/Pilot/SDL/Video.o lib/UAV/Pilot/SDL/Video.c
In file included from lib/UAV/Pilot/SDL/Video.xs:30:0:
lib/UAV/Pilot/SDL/Video.xs: In function âÂÂXS_UAV__Pilot__SDL__Video__draw_last_video_frameâÂÂ:
./uav.h:38:21: error: âÂÂPIX_FMT_YUV420Pâ undeclared (first use in this function); did you mean âÂÂAV_PIX_FMT_YUV420PâÂÂ?
#define UAV_PIX_FMT PIX_FMT_YUV420P
^
lib/UAV/Pilot/SDL/Video.xs:52:13: note: in expansion of macro âÂÂUAV_PIX_FMTâÂÂ
UAV_PIX_FMT,
^~~~~~~~~~~
./uav.h:38:21: note: each undeclared identifier is reported only once for each function it appears in
#define UAV_PIX_FMT PIX_FMT_YUV420P
^
lib/UAV/Pilot/SDL/Video.xs:52:13: note: in expansion of macro âÂÂUAV_PIX_FMTâÂÂ
UAV_PIX_FMT,
^~~~~~~~~~~
lib/UAV/Pilot/SDL/Video.xs:71:9: warning: âÂÂdataâ is deprecated [-Wdeprecated-declarations]
pict.data[0] = overlay->pixels[0];
^~~~
In file included from ./uav.h:29:0,
from lib/UAV/Pilot/SDL/Video.xs:30:
/usr/include/x86_64-linux-gnu/libavcodec/avcodec.h:4063:14: note: declared here
uint8_t *data[AV_NUM_DATA_POINTERS]; ///< pointers to the image data planes
^~~~
lib/UAV/Pilot/SDL/Video.xs:72:9: warning: âÂÂdataâ is deprecated [-Wdeprecated-declarations]
pict.data[1] = overlay->pixels[2];
^~~~
In file included from ./uav.h:29:0,
from lib/UAV/Pilot/SDL/Video.xs:30:
/usr/include/x86_64-linux-gnu/libavcodec/avcodec.h:4063:14: note: declared here
uint8_t *data[AV_NUM_DATA_POINTERS]; ///< pointers to the image data planes
^~~~
lib/UAV/Pilot/SDL/Video.xs:73:9: warning: âÂÂdataâ is deprecated [-Wdeprecated-declarations]
pict.data[2] = overlay->pixels[1];
^~~~
In file included from ./uav.h:29:0,
from lib/UAV/Pilot/SDL/Video.xs:30:
/usr/include/x86_64-linux-gnu/libavcodec/avcodec.h:4063:14: note: declared here
uint8_t *data[AV_NUM_DATA_POINTERS]; ///< pointers to the image data planes
^~~~
lib/UAV/Pilot/SDL/Video.xs:74:9: warning: âÂÂlinesizeâ is deprecated [-Wdeprecated-declarations]
pict.linesize[0] = overlay->pitches[0];
^~~~
In file included from ./uav.h:29:0,
from lib/UAV/Pilot/SDL/Video.xs:30:
/usr/include/x86_64-linux-gnu/libavcodec/avcodec.h:4065:9: note: declared here
int linesize[AV_NUM_DATA_POINTERS]; ///< number of bytes per line
^~~~~~~~
lib/UAV/Pilot/SDL/Video.xs:75:9: warning: âÂÂlinesizeâ is deprecated [-Wdeprecated-declarations]
pict.linesize[1] = overlay->pitches[2];
^~~~
In file included from ./uav.h:29:0,
from lib/UAV/Pilot/SDL/Video.xs:30:
/usr/include/x86_64-linux-gnu/libavcodec/avcodec.h:4065:9: note: declared here
int linesize[AV_NUM_DATA_POINTERS]; ///< number of bytes per line
^~~~~~~~
lib/UAV/Pilot/SDL/Video.xs:76:9: warning: âÂÂlinesizeâ is deprecated [-Wdeprecated-declarations]
pict.linesize[2] = overlay->pitches[1];
^~~~
In file included from ./uav.h:29:0,
from lib/UAV/Pilot/SDL/Video.xs:30:
/usr/include/x86_64-linux-gnu/libavcodec/avcodec.h:4065:9: note: declared here
int linesize[AV_NUM_DATA_POINTERS]; ///< number of bytes per line
^~~~~~~~
lib/UAV/Pilot/SDL/Video.xs:79:13: warning: âÂÂdataâ is deprecated [-Wdeprecated-declarations]
frame->linesize, 0, dstrect->h, pict.data, pict.linesize );
^~~~~
In file included from ./uav.h:29:0,
from lib/UAV/Pilot/SDL/Video.xs:30:
/usr/include/x86_64-linux-gnu/libavcodec/avcodec.h:4063:14: note: declared here
uint8_t *data[AV_NUM_DATA_POINTERS]; ///< pointers to the image data planes
^~~~
lib/UAV/Pilot/SDL/Video.xs:79:13: warning: âÂÂlinesizeâ is deprecated [-Wdeprecated-declarations]
frame->linesize, 0, dstrect->h, pict.data, pict.linesize );
^~~~~
In file included from ./uav.h:29:0,
from lib/UAV/Pilot/SDL/Video.xs:30:
/usr/include/x86_64-linux-gnu/libavcodec/avcodec.h:4065:9: note: declared here
int linesize[AV_NUM_DATA_POINTERS]; ///< number of bytes per line
^~~~~~~~
lib/UAV/Pilot/SDL/Video.c:201:6: warning: unused variable âÂÂselfâ [-Wunused-variable]
SV* self = ST(0)
^~~~
error building lib/UAV/Pilot/SDL/Video.o from 'lib/UAV/Pilot/SDL/Video.c' at /opt/perl-5.26.1/lib/site_perl/5.26.1/ExtUtils/CBuilder/Base.pm line 185.
------------------------------
PREREQUISITES
------------------------------
Prerequisite modules loaded:
requires:
Module Need Have
-------------------- ------- --------
AnyEvent 0 7.15
Log::Log4perl 0 1.49
Moose 0 2.2011
MooseX::Event 0 v0.2.0
namespace::autoclean 0 0.28
perl v5.14.0 5.026001
SDL 0 2.548
Test::More 0 1.302162
Time::HiRes 0 1.9758
UAV::Pilot 1.1 1.3
build_requires:
Module Need Have
-------------------- ------- --------
ExtUtils::CBuilder 0 0.280231
configure_requires:
Module Need Have
-------------------- ------- --------
Module::Build 0.42 0.4224
------------------------------
ENVIRONMENT AND OTHER CONTEXT
------------------------------
Environment variables:
LANG = en_US.UTF-8
LC_ALL = de_DE.UTF-8
PATH = /usr/local/bin:/usr/bin:/bin:/usr/local/sbin:/usr/sbin:/sbin:/home/cpansand/bin/linux-gnu:/home/cpansand/bin/sh:/home/cpansand/bin:/usr/games:/home/cpansand/devel:/home/eserte/src/srezic-misc/scripts
PERL = /opt/perl-5.26.1/bin/perl
PERL5LIB = /home/cpansand/.local/share/.cpan/build/2019041410/UAV-Pilot-1.3-0/blib/arch:/home/cpansand/.local/share/.cpan/build/2019041410/UAV-Pilot-1.3-0/blib/lib:/home/cpansand/.local/share/.cpan/build/2019041410/AnyEvent-ReadLine-Gnu-1.1-0/blib/arch:/home/cpansand/.local/share/.cpan/build/2019041410/AnyEvent-ReadLine-Gnu-1.1-0/blib/lib:/home/cpansand/.local/share/.cpan/build/2019041410/SDL-2.548-0/blib/arch:/home/cpansand/.local/share/.cpan/build/2019041410/SDL-2.548-0/blib/lib:/home/cpansand/.local/share/.cpan/build/2019041410/Alien-SDL-1.446-0/blib/arch:/home/cpansand/.local/share/.cpan/build/2019041410/Alien-SDL-1.446-0/blib/lib:/home/cpansand/.local/share/.cpan/build/2019041410/Text-Patch-1.8-0/blib/arch:/home/cpansand/.local/share/.cpan/build/2019041410/Text-Patch-1.8-0/blib/lib:/home/cpansand/.local/share/.cpan/build/2019041410/MooseX-Event-v0.2.0-0/blib/arch:/home/cpansand/.local/share/.cpan/build/2019041410/MooseX-Event-v0.2.0-0/blib/lib
PERL5OPT =
PERL5_CPANPLUS_IS_RUNNING = 20502
PERL5_CPAN_IS_RUNNING = 20502
PERL5_CPAN_IS_RUNNING_IN_RECURSION = 20473,20502
PERLDOC = -MPod::Perldoc::ToTextOverstrike
PERL_BATCH = yes
PERL_CANARY_STABILITY_NOPROMPT = 1
PERL_CPAN_REPORTER_CONFIG = /var/tmp/cpansmoker-1023/2019041410/cpanreporter_000_config.ini
PERL_EXTUTILS_AUTOINSTALL = --defaultdeps
PERL_USE_UNSAFE_INC = 1
SHELL = /usr/bin/zsh
TERM = screen
TMPDIR = /var/tmp/cpansmoker-1023/2019041410
Perl special variables (and OS-specific diagnostics, for MSWin32):
$^X = /opt/perl-5.26.1/bin/perl
$UID/$EUID = 1023 / 1023
$GID = 1023 1023
$EGID = 1023 1023
Perl module toolchain versions installed:
Module Have
------------------- --------
CPAN 2.22
CPAN::Meta 2.150010
Cwd 3.75
ExtUtils::CBuilder 0.280231
ExtUtils::Command 7.34
ExtUtils::Install 2.14
ExtUtils::MakeMaker 7.34
ExtUtils::Manifest 1.72
ExtUtils::ParseXS 3.35
File::Spec 3.75
JSON 4.01
JSON::PP 2.97001
Module::Build 0.4224
Module::Signature n/a
Parse::CPAN::Meta 2.150010
Test::Harness 3.42
Test::More 1.302162
YAML 1.26
YAML::Syck 1.31
version 0.9924
--
Summary of my perl5 (revision 5 version 26 subversion 1) configuration:
Platform:
osname=linux
osvers=4.15.0-29-generic
archname=x86_64-linux
uname='linux ubuntu18 4.15.0-29-generic #31-ubuntu smp tue jul 17 15:39:52 utc 2018 x86_64 x86_64 x86_64 gnulinux '
config_args='-ds -e -Dprefix=/opt/perl-5.26.1 -Dcf_email=srezic@cpan.org'
hint=recommended
useposix=true
d_sigaction=define
useithreads=undef
usemultiplicity=undef
use64bitint=define
use64bitall=define
uselongdouble=undef
usemymalloc=n
default_inc_excludes_dot=define
bincompat5005=undef
Compiler:
cc='cc'
ccflags ='-fwrapv -fno-strict-aliasing -pipe -fstack-protector-strong -I/usr/local/include -D_LARGEFILE_SOURCE -D_FILE_OFFSET_BITS=64'
optimize='-O2'
cppflags='-fwrapv -fno-strict-aliasing -pipe -fstack-protector-strong -I/usr/local/include'
ccversion=''
gccversion='7.3.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 =' -fstack-protector-strong -L/usr/local/lib'
libpth=/usr/local/lib /usr/lib/gcc/x86_64-linux-gnu/7/include-fixed /usr/include/x86_64-linux-gnu /usr/lib /lib/x86_64-linux-gnu /lib/../lib /usr/lib/x86_64-linux-gnu /usr/lib/../lib /lib
libs=-lpthread -lnsl -lgdbm -ldb -ldl -lm -lcrypt -lutil -lc
perllibs=-lpthread -lnsl -ldl -lm -lcrypt -lutil -lc
libc=libc-2.27.so
so=so
useshrplib=false
libperl=libperl.a
gnulibc_version='2.27'
Dynamic Linking:
dlsrc=dl_dlopen.xs
dlext=so
d_dlsymun=undef
ccdlflags='-Wl,-E'
cccdlflags='-fPIC'
lddlflags='-shared -O2 -L/usr/local/lib -fstack-protector-strong'
Characteristics of this binary (from libperl):
Compile-time options:
HAS_TIMES
PERLIO_LAYERS
PERL_COPY_ON_WRITE
PERL_DONT_CREATE_GVSV
PERL_MALLOC_WRAP
PERL_OP_PARENT
PERL_PRESERVE_IVUV
USE_64_BIT_ALL
USE_64_BIT_INT
USE_LARGE_FILES
USE_LOCALE
USE_LOCALE_COLLATE
USE_LOCALE_CTYPE
USE_LOCALE_NUMERIC
USE_LOCALE_TIME
USE_PERLIO
USE_PERL_ATOF
Built under linux
Compiled at Aug 6 2018 18:19:16
%ENV:
PERL="/opt/perl-5.26.1/bin/perl"
PERL5LIB="/home/cpansand/.local/share/.cpan/build/2019041410/UAV-Pilot-1.3-0/blib/arch:/home/cpansand/.local/share/.cpan/build/2019041410/UAV-Pilot-1.3-0/blib/lib:/home/cpansand/.local/share/.cpan/build/2019041410/AnyEvent-ReadLine-Gnu-1.1-0/blib/arch:/home/cpansand/.local/share/.cpan/build/2019041410/AnyEvent-ReadLine-Gnu-1.1-0/blib/lib:/home/cpansand/.local/share/.cpan/build/2019041410/SDL-2.548-0/blib/arch:/home/cpansand/.local/share/.cpan/build/2019041410/SDL-2.548-0/blib/lib:/home/cpansand/.local/share/.cpan/build/2019041410/Alien-SDL-1.446-0/blib/arch:/home/cpansand/.local/share/.cpan/build/2019041410/Alien-SDL-1.446-0/blib/lib:/home/cpansand/.local/share/.cpan/build/2019041410/Text-Patch-1.8-0/blib/arch:/home/cpansand/.local/share/.cpan/build/2019041410/Text-Patch-1.8-0/blib/lib:/home/cpansand/.local/share/.cpan/build/2019041410/MooseX-Event-v0.2.0-0/blib/arch:/home/cpansand/.local/share/.cpan/build/2019041410/MooseX-Event-v0.2.0-0/blib/lib"
PERL5OPT=""
PERL5_CPANPLUS_IS_RUNNING="20502"
PERL5_CPAN_IS_RUNNING="20502"
PERL5_CPAN_IS_RUNNING_IN_RECURSION="20473,20502"
PERLDOC="-MPod::Perldoc::ToTextOverstrike"
PERL_BATCH="yes"
PERL_CANARY_STABILITY_NOPROMPT="1"
PERL_CPAN_REPORTER_CONFIG="/var/tmp/cpansmoker-1023/2019041410/cpanreporter_000_config.ini"
PERL_EXTUTILS_AUTOINSTALL="--defaultdeps"
PERL_USE_UNSAFE_INC="1"
@INC:
/home/cpansand/.local/share/.cpan/build/2019041410/UAV-Pilot-1.3-0/blib/arch
/home/cpansand/.local/share/.cpan/build/2019041410/UAV-Pilot-1.3-0/blib/lib
/home/cpansand/.local/share/.cpan/build/2019041410/AnyEvent-ReadLine-Gnu-1.1-0/blib/arch
/home/cpansand/.local/share/.cpan/build/2019041410/AnyEvent-ReadLine-Gnu-1.1-0/blib/lib
/home/cpansand/.local/share/.cpan/build/2019041410/SDL-2.548-0/blib/arch
/home/cpansand/.local/share/.cpan/build/2019041410/SDL-2.548-0/blib/lib
/home/cpansand/.local/share/.cpan/build/2019041410/Alien-SDL-1.446-0/blib/arch
/home/cpansand/.local/share/.cpan/build/2019041410/Alien-SDL-1.446-0/blib/lib
/home/cpansand/.local/share/.cpan/build/2019041410/Text-Patch-1.8-0/blib/arch
/home/cpansand/.local/share/.cpan/build/2019041410/Text-Patch-1.8-0/blib/lib
/home/cpansand/.local/share/.cpan/build/2019041410/MooseX-Event-v0.2.0-0/blib/arch
/home/cpansand/.local/share/.cpan/build/2019041410/MooseX-Event-v0.2.0-0/blib/lib
/opt/perl-5.26.1/lib/site_perl/5.26.1/x86_64-linux
/opt/perl-5.26.1/lib/site_perl/5.26.1
/opt/perl-5.26.1/lib/5.26.1/x86_64-linux
/opt/perl-5.26.1/lib/5.26.1
.