Set-IntervalTree v0.12 Perl 5 v5.20.0 amd64-freebsd

Status
Unknown
From
Slaven Rezić (SREZIC)
Dist
Set-IntervalTree v0.12
Platform
Perl 5 v5.20.0 amd64-freebsd
Date
2018-06-10 13:08:49
ID
6a8cc68c-6caf-11e8-aa54-e8cdb14f74fb
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 Stephan Loyd,

This is a computer-generated report for Set-IntervalTree-0.12
on perl 5.20.0, 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/Set/IntervalTree.pm blib/lib/Set/IntervalTree.pm
AutoSplitting blib/lib/Set/IntervalTree.pm (blib/lib/auto/Set/IntervalTree)
Running Mkbootstrap for IntervalTree ()
chmod 644 "IntervalTree.bs"
"/usr/perl5.20.0/bin/perl" -MExtUtils::Command::MM -e 'cp_nonempty' -- IntervalTree.bs blib/arch/auto/Set/IntervalTree/IntervalTree.bs 644
"/usr/perl5.20.0/bin/perl" "/usr/perl5.20.0/lib/site_perl/5.20.0/ExtUtils/xsubpp"  -C++ -typemap '/usr/perl5.20.0/lib/5.20.0/ExtUtils/typemap' -typemap '/usr/home/eserte/.cpan/build/2018061007/Set-IntervalTree-0.12-0/perlobject.map' -typemap '/usr/home/eserte/.cpan/build/2018061007/Set-IntervalTree-0.12-0/typemap'  IntervalTree.xs > IntervalTree.xsc
mv IntervalTree.xsc IntervalTree.c
c++ -c    -DHAS_FPSETMASK -DHAS_FLOATINGPOINT_H -fno-strict-aliasing -pipe -fstack-protector -I/usr/local/include  -xc++ -O    -DVERSION=\"0.12\"  -DXS_VERSION=\"0.12\" -DPIC -fPIC "-I/usr/perl5.20.0/lib/5.20.0/amd64-freebsd/CORE"  -DNOMINMAX IntervalTree.c
In file included from IntervalTree.xs:15:
interval_tree.h: In member function 'void IntervalTree<T, N>::fetch_node(N, N, std::vector<IntervalTree<T, N>::Node*, std::allocator<IntervalTree<T, N>::Node*> >&)':
interval_tree.h:949: error: type/value mismatch at argument 1 in template parameter list for 'template<class _Tp, class _Alloc> class std::vector'
interval_tree.h:949: error:   expected a type, got '(IntervalTree<T,N>::Node * <expression error>)'
interval_tree.h:949: error: template argument 2 is invalid
interval_tree.h:949: error: invalid type in declaration before ';' token
interval_tree.h:951: error: request for member 'push_back' in 'stack', which is of non-class type 'int'
interval_tree.h:952: error: request for member 'push_back' in 'stack', which is of non-class type 'int'
interval_tree.h:954: error: request for member 'size' in 'stack', which is of non-class type 'int'
interval_tree.h:955: error: 'x' was not declared in this scope
interval_tree.h:955: error: request for member 'back' in 'stack', which is of non-class type 'int'
interval_tree.h:956: error: request for member 'pop_back' in 'stack', which is of non-class type 'int'
interval_tree.h:961: error: request for member 'push_back' in 'stack', which is of non-class type 'int'
interval_tree.h:963: error: request for member 'push_back' in 'stack', which is of non-class type 'int'
interval_tree.h: In member function 'void IntervalTree<T, N>::fetch_window_node(N, N, std::vector<IntervalTree<T, N>::Node*, std::allocator<IntervalTree<T, N>::Node*> >&)':
interval_tree.h:986: error: type/value mismatch at argument 1 in template parameter list for 'template<class _Tp, class _Alloc> class std::vector'
interval_tree.h:986: error:   expected a type, got '(IntervalTree<T,N>::Node * <expression error>)'
interval_tree.h:986: error: template argument 2 is invalid
interval_tree.h:986: error: invalid type in declaration before ';' token
interval_tree.h:988: error: request for member 'push_back' in 'stack', which is of non-class type 'int'
interval_tree.h:989: error: request for member 'push_back' in 'stack', which is of non-class type 'int'
interval_tree.h:991: error: request for member 'size' in 'stack', which is of non-class type 'int'
interval_tree.h:992: error: 'x' was not declared in this scope
interval_tree.h:992: error: request for member 'back' in 'stack', which is of non-class type 'int'
interval_tree.h:993: error: request for member 'pop_back' in 'stack', which is of non-class type 'int'
interval_tree.h:998: error: request for member 'push_back' in 'stack', which is of non-class type 'int'
interval_tree.h:1000: error: request for member 'push_back' in 'stack', which is of non-class type 'int'
interval_tree.h: In member function 'void IntervalTree<T, N>::fetch_node(N, N, std::vector<IntervalTree<T, N>::Node*, std::allocator<IntervalTree<T, N>::Node*> >&) [with T = SV_ptr, N = long int]':
interval_tree.h:760:   instantiated from 'void IntervalTree<T, N>::remove(N, N, const F&, std::vector<T, std::allocator<_CharT> >&) [with F = RemoveFunctor, T = SV_ptr, N = long int]'
IntervalTree.xs:155:   instantiated from here
interval_tree.h:955: error: dependent-name 'IntervalTree<T,N>::Node' is parsed as a non-type, but instantiation yields a type
interval_tree.h:955: note: say 'typename IntervalTree<T,N>::Node' if a type is meant
interval_tree.h: In member function 'void IntervalTree<T, N>::fetch_window_node(N, N, std::vector<IntervalTree<T, N>::Node*, std::allocator<IntervalTree<T, N>::Node*> >&) [with T = SV_ptr, N = long int]':
interval_tree.h:792:   instantiated from 'void IntervalTree<T, N>::remove_window(N, N, const F&, std::vector<T, std::allocator<_CharT> >&) [with F = RemoveFunctor, T = SV_ptr, N = long int]'
IntervalTree.xs:191:   instantiated from here
interval_tree.h:992: error: dependent-name 'IntervalTree<T,N>::Node' is parsed as a non-type, but instantiation yields a type
interval_tree.h:992: note: say 'typename IntervalTree<T,N>::Node' if a type is meant
*** [IntervalTree.o] Error code 1

Stop in /usr/home/eserte/.cpan/build/2018061007/Set-IntervalTree-0.12-0.

------------------------------
PREREQUISITES
------------------------------

Prerequisite modules loaded:

requires:

    Module              Need     Have    
    ------------------- -------- --------
    AutoLoader          0        5.74    
    Carp                0        1.38    
    Exporter            0        5.72    
    perl                5.006001 5.020000
    strict              0        1.08    
    warnings            0        1.23    
    XSLoader            0        0.22    

build_requires:

    Module              Need     Have    
    ------------------- -------- --------
    ExtUtils::MakeMaker 0        7.34    
    Test::More          0        1.302136

configure_requires:

    Module              Need     Have    
    ------------------- -------- --------
    ExtUtils::CppGuess  0        0.12    
    ExtUtils::MakeMaker 0        7.34    


------------------------------
ENVIRONMENT AND OTHER CONTEXT
------------------------------

Environment variables:

    LC_ALL = de_DE.ISO8859-1
    PATH = /usr/local/bin:/usr/bin:/bin:/usr/local/sbin:/usr/sbin:/sbin:/home/cpansand/bin/freebsd9.3:/home/cpansand/bin/sh:/home/cpansand/bin:/usr/games:/home/cpansand/devel:/usr/home/eserte/src/srezic-misc/scripts
    PERL = /usr/perl5.20.0/bin/perl
    PERL5LIB = 
    PERL5OPT = 
    PERL5_CPANPLUS_IS_RUNNING = 82431
    PERL5_CPAN_IS_RUNNING = 82431
    PERL5_CPAN_IS_RUNNING_IN_RECURSION = 82380,82431
    PERLDOC = -MPod::Perldoc::ToTextOverstrike
    PERL_BATCH = yes
    PERL_CANARY_STABILITY_NOPROMPT = 1
    PERL_CPAN_REPORTER_CONFIG = /var/tmp/cpansmoker-1023/2018061007/cpanreporter_000_config.ini
    PERL_EXTUTILS_AUTOINSTALL = --defaultdeps
    SHELL = /usr/local/bin/zsh
    TERM = screen
    TMPDIR = /var/tmp/cpansmoker-1023/2018061007

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

    $^X = /usr/perl5.20.0/bin/perl
    $UID/$EUID = 1023 / 1023
    $GID = 1023 1023
    $EGID = 1023 1023

Perl module toolchain versions installed:

    Module              Have    
    ------------------- --------
    CPAN                2.16    
    CPAN::Meta          2.150010
    Cwd                 3.74    
    ExtUtils::CBuilder  0.280230
    ExtUtils::Command   7.34    
    ExtUtils::Install   2.14    
    ExtUtils::MakeMaker 7.34    
    ExtUtils::Manifest  1.71    
    ExtUtils::ParseXS   3.35    
    File::Spec          3.74    
    JSON                2.97001 
    JSON::PP            2.97001 
    Module::Build       0.4224  
    Module::Signature   0.81    
    Parse::CPAN::Meta   2.150010
    Test::Harness       3.41    
    Test::More          1.302136
    YAML                1.24    
    YAML::Syck          1.30    
    version             0.9924  


--

Summary of my perl5 (revision 5 version 20 subversion 0) configuration:
   
  Platform:
    osname=freebsd, osvers=9.2-release-p4, archname=amd64-freebsd
    uname='freebsd cvrsnica-freebsd-92 9.2-release-p4 freebsd 9.2-release-p4 #0: tue apr 8 18:08:22 utc 2014 root@amd64-builder.daemonology.net:usrobjusrsrcsysgeneric amd64 '
    config_args='-ds -e -Dprefix=/usr/perl5.20.0'
    hint=recommended, useposix=true, d_sigaction=define
    useithreads=undef, usemultiplicity=undef
    use64bitint=define, use64bitall=define, uselongdouble=undef
    usemymalloc=n, bincompat5005=undef
  Compiler:
    cc='cc', ccflags ='-DHAS_FPSETMASK -DHAS_FLOATINGPOINT_H -fno-strict-aliasing -pipe -fstack-protector -I/usr/local/include',
    optimize='-O',
    cppflags='-DHAS_FPSETMASK -DHAS_FLOATINGPOINT_H -fno-strict-aliasing -pipe -fstack-protector -I/usr/local/include'
    ccversion='', gccversion='4.2.1 20070831 patched [FreeBSD]', gccosandvers=''
    intsize=4, longsize=8, ptrsize=8, doublesize=8, byteorder=12345678
    d_longlong=define, longlongsize=8, d_longdbl=define, longdblsize=16
    ivtype='long', ivsize=8, nvtype='double', nvsize=8, Off_t='off_t', lseeksize=8
    alignbytes=8, prototype=define
  Linker and Libraries:
    ld='cc', ldflags ='-Wl,-E  -fstack-protector -L/usr/local/lib'
    libpth=/usr/lib /usr/local/lib /usr/include/gcc/4.2 /usr/lib
    libs=-lgdbm -lm -lcrypt -lutil -lc
    perllibs=-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'


Characteristics of this binary (from libperl): 
  Compile-time options: HAS_TIMES PERLIO_LAYERS PERL_DONT_CREATE_GVSV
                        PERL_HASH_FUNC_ONE_AT_A_TIME_HARD PERL_MALLOC_WRAP
                        PERL_NEW_COPY_ON_WRITE 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_PERLIO USE_PERL_ATOF
  Built under freebsd
  Compiled at May 27 2014 13:55:26
  %ENV:
    PERL="/usr/perl5.20.0/bin/perl"
    PERL5LIB=""
    PERL5OPT=""
    PERL5_CPANPLUS_IS_RUNNING="82431"
    PERL5_CPAN_IS_RUNNING="82431"
    PERL5_CPAN_IS_RUNNING_IN_RECURSION="82380,82431"
    PERLDOC="-MPod::Perldoc::ToTextOverstrike"
    PERL_BATCH="yes"
    PERL_CANARY_STABILITY_NOPROMPT="1"
    PERL_CPAN_REPORTER_CONFIG="/var/tmp/cpansmoker-1023/2018061007/cpanreporter_000_config.ini"
    PERL_EXTUTILS_AUTOINSTALL="--defaultdeps"
  @INC:
    /usr/perl5.20.0/lib/site_perl/5.20.0/amd64-freebsd
    /usr/perl5.20.0/lib/site_perl/5.20.0
    /usr/perl5.20.0/lib/5.20.0/amd64-freebsd
    /usr/perl5.20.0/lib/5.20.0
    .