udp_proxy v0.03 Perl 5 v5.22.3 x86_64-linux-thread-multi
- Status
- Unknown
- From
- Slaven Rezić (SREZIC)
- Dist
-
udp_proxy v0.03
- Platform
- Perl 5 v5.22.3 x86_64-linux-thread-multi
- Date
- 2017-10-30 09:31:46
- ID
- 25d6c22c-bd55-11e7-b6fa-f7eababce6c6
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 Leandr Khaliullov,
This is a computer-generated report for udp_proxy-0.03
on perl 5.22.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:
none provided
------------------------------
PROGRAM OUTPUT
------------------------------
Output from '/usr/bin/make':
cp lib/udp_proxy.pm blib/lib/udp_proxy.pm
Running Mkbootstrap for udp_proxy ()
chmod 644 "udp_proxy.bs"
"/bbbike/perl-5.22.3t/bin/perl" -MExtUtils::Command::MM -e 'cp_nonempty' -- udp_proxy.bs blib/arch/auto/udp_proxy/udp_proxy.bs 644
g++ -c -I. -x c -O2 -fPIC "-I/opt/perl-5.22.3t/lib/5.22.3/x86_64-linux-thread-multi/CORE" ctx.c
g++ -c -I. -x c -O2 -fPIC "-I/opt/perl-5.22.3t/lib/5.22.3/x86_64-linux-thread-multi/CORE" dpkt.c
g++ -c -I. -x c -O2 -fPIC "-I/opt/perl-5.22.3t/lib/5.22.3/x86_64-linux-thread-multi/CORE" extrn.c
g++ -c -I. -x c -O2 -fPIC "-I/opt/perl-5.22.3t/lib/5.22.3/x86_64-linux-thread-multi/CORE" ifaddr.c
g++ -c -I. -x c -O2 -fPIC "-I/opt/perl-5.22.3t/lib/5.22.3/x86_64-linux-thread-multi/CORE" main.c
g++ -c -I. -x c -O2 -fPIC "-I/opt/perl-5.22.3t/lib/5.22.3/x86_64-linux-thread-multi/CORE" mkpg.c
g++ -c -I. -x c -O2 -fPIC "-I/opt/perl-5.22.3t/lib/5.22.3/x86_64-linux-thread-multi/CORE" netop.c
g++ -c -I. -x c -O2 -fPIC "-I/opt/perl-5.22.3t/lib/5.22.3/x86_64-linux-thread-multi/CORE" prbuf.c
g++ -c -I. -x c -O2 -fPIC "-I/opt/perl-5.22.3t/lib/5.22.3/x86_64-linux-thread-multi/CORE" rparse.c
g++ -c -I. -x c -O2 -fPIC "-I/opt/perl-5.22.3t/lib/5.22.3/x86_64-linux-thread-multi/CORE" rtp.c
g++ -c -I. -x c -O2 -fPIC "-I/opt/perl-5.22.3t/lib/5.22.3/x86_64-linux-thread-multi/CORE" sloop.c
"/bbbike/perl-5.22.3t/bin/perl" "/opt/perl-5.22.3t/lib/site_perl/5.22.3/ExtUtils/xsubpp" -typemap '/opt/perl-5.22.3t/lib/5.22.3/ExtUtils/typemap' -typemap '/tmpfs/.cpan-build-cpansand/2017103006/udp_proxy-0.03-morybK/perlobject.map' -typemap '/tmpfs/.cpan-build-cpansand/2017103006/udp_proxy-0.03-morybK/typemap' udp_proxy.xs > udp_proxy.xsc
mv udp_proxy.xsc udp_proxy.c
g++ -c -I. -x c -O2 -fPIC "-I/opt/perl-5.22.3t/lib/5.22.3/x86_64-linux-thread-multi/CORE" udp_proxy.c
udp_proxy.xs:115:1: error: unknown type name 'class'
class udp_proxy {
^
udp_proxy.xs:115:17: error: expected '=', ',', ';', 'asm' or '__attribute__' before '{' token
class udp_proxy {
^
udp_proxy.c: In function 'XS_udp_proxy_constructor':
udp_proxy.c:560:2: error: unknown type name 'udp_proxy'
udp_proxy * RETVAL;
^
udp_proxy.xs:408:12: error: 'new' undeclared (first use in this function)
RETVAL = new udp_proxy( hash );
^
udp_proxy.xs:408:12: note: each undeclared identifier is reported only once for each function it appears in
udp_proxy.xs:408:16: error: expected ';' before 'udp_proxy'
RETVAL = new udp_proxy( hash );
^
udp_proxy.c: In function 'XS_udp_proxy_DESTROY':
udp_proxy.c:603:2: error: unknown type name 'udp_proxy'
udp_proxy * THIS;
^
udp_proxy.c:606:11: error: 'udp_proxy' undeclared (first use in this function)
THIS = (udp_proxy *)SvIV((SV*)SvRV( ST(0) ));
^
udp_proxy.c:606:22: error: expected expression before ')' token
THIS = (udp_proxy *)SvIV((SV*)SvRV( ST(0) ));
^
udp_proxy.c:613:2: error: unknown type name 'delete'
delete THIS;
^
udp_proxy.c:613:9: error: conflicting types for 'THIS'
delete THIS;
^
udp_proxy.c:603:14: note: previous declaration of 'THIS' was here
udp_proxy * THIS;
^
udp_proxy.c: In function 'XS_udp_proxy_interruption':
udp_proxy.c:626:2: error: unknown type name 'udp_proxy'
udp_proxy * THIS;
^
udp_proxy.c:629:11: error: 'udp_proxy' undeclared (first use in this function)
THIS = (udp_proxy *)SvIV((SV*)SvRV( ST(0) ));
^
udp_proxy.c:629:22: error: expected expression before ')' token
THIS = (udp_proxy *)SvIV((SV*)SvRV( ST(0) ));
^
udp_proxy.c:636:6: error: request for member 'interruption' in something not a structure or union
THIS->interruption();
^
udp_proxy.c: In function 'XS_udp_proxy_do_relay':
udp_proxy.c:649:2: error: unknown type name 'udp_proxy'
udp_proxy * THIS;
^
udp_proxy.c:660:11: error: 'udp_proxy' undeclared (first use in this function)
THIS = (udp_proxy *)SvIV((SV*)SvRV( ST(0) ));
^
udp_proxy.c:660:22: error: expected expression before ')' token
THIS = (udp_proxy *)SvIV((SV*)SvRV( ST(0) ));
^
udp_proxy.c:667:15: error: request for member 'do_relay' in something not a structure or union
RETVAL = THIS->do_relay(proto, host, port);
^
Makefile:383: recipe for target 'udp_proxy.o' failed
make: *** [udp_proxy.o] Error 1
------------------------------
PREREQUISITES
------------------------------
Prerequisite modules loaded:
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:
LANG = C
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 = /bbbike/perl-5.22.3t/bin/perl
PERL5LIB =
PERL5OPT =
PERL5_CPANPLUS_IS_RUNNING = 7511
PERL5_CPAN_IS_RUNNING = 7511
PERL5_CPAN_IS_RUNNING_IN_RECURSION = 7423,7511
PERLDOC = -MPod::Perldoc::ToTextOverstrike
PERL_BATCH = yes
PERL_CANARY_STABILITY_NOPROMPT = 1
PERL_CPAN_REPORTER_CONFIG = /var/tmp/cpansmoker-1023/2017103006/cpanreporter_001_config.ini
PERL_EXTUTILS_AUTOINSTALL = --defaultdeps
SHELL = /bin/zsh
TERM = screen
TMPDIR = /var/tmp/cpansmoker-1023/2017103006
Perl special variables (and OS-specific diagnostics, for MSWin32):
$^X = /bbbike/perl-5.22.3t/bin/perl
$UID/$EUID = 1023 / 1023
$GID = 1023 1023
$EGID = 1023 1023
Perl module toolchain versions installed:
Module Have
------------------- --------
CPAN 2.11_01
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 2.90
JSON::PP 2.27400
Module::Build 0.4220
Module::Signature n/a
Parse::CPAN::Meta 2.150010
Test::Harness 3.36
Test::More 1.302075
YAML 1.21
YAML::Syck 1.29
version 0.9917
--
Summary of my perl5 (revision 5 version 22 subversion 3) configuration:
Platform:
osname=linux, osvers=3.16.0-4-amd64, archname=x86_64-linux-thread-multi
uname='linux eserte 3.16.0-4-amd64 #1 smp debian 3.16.39-1 (2016-12-30) x86_64 gnulinux '
config_args='-ds -e -Dprefix=/opt/perl-5.22.3t -Dusethreads -Dcf_email=srezic@cpan.org'
hint=recommended, useposix=true, d_sigaction=define
useithreads=define, usemultiplicity=define
use64bitint=define, use64bitall=define, uselongdouble=undef
usemymalloc=n, bincompat5005=undef
Compiler:
cc='cc', ccflags ='-D_REENTRANT -D_GNU_SOURCE -fwrapv -fno-strict-aliasing -pipe -fstack-protector-strong -I/usr/local/include -D_LARGEFILE_SOURCE -D_FILE_OFFSET_BITS=64 -D_FORTIFY_SOURCE=2',
optimize='-O2',
cppflags='-D_REENTRANT -D_GNU_SOURCE -fwrapv -fno-strict-aliasing -pipe -fstack-protector-strong -I/usr/local/include'
ccversion='', gccversion='4.9.2', 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/4.9/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 -lgdbm_compat
perllibs=-lpthread -lnsl -ldl -lm -lcrypt -lutil -lc
libc=libc-2.19.so, so=so, useshrplib=false, libperl=libperl.a
gnulibc_version='2.19'
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 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
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 linux
Compiled at Jan 17 2017 19:09:56
%ENV:
PERL="/bbbike/perl-5.22.3t/bin/perl"
PERL5LIB=""
PERL5OPT=""
PERL5_CPANPLUS_IS_RUNNING="7511"
PERL5_CPAN_IS_RUNNING="7511"
PERL5_CPAN_IS_RUNNING_IN_RECURSION="7423,7511"
PERLDOC="-MPod::Perldoc::ToTextOverstrike"
PERL_BATCH="yes"
PERL_CANARY_STABILITY_NOPROMPT="1"
PERL_CPAN_REPORTER_CONFIG="/var/tmp/cpansmoker-1023/2017103006/cpanreporter_001_config.ini"
PERL_EXTUTILS_AUTOINSTALL="--defaultdeps"
@INC:
/opt/perl-5.22.3t/lib/site_perl/5.22.3/x86_64-linux-thread-multi
/opt/perl-5.22.3t/lib/site_perl/5.22.3
/opt/perl-5.22.3t/lib/5.22.3/x86_64-linux-thread-multi
/opt/perl-5.22.3t/lib/5.22.3
.