Clone v0.42 Perl 5 v5.8.4 x86_64-linux

Status
Unknown
From
Nigel Horne
Dist
Clone v0.42
Platform
Perl 5 v5.8.4 x86_64-linux
Date
2019-07-21 13:13:18
ID
4e99c804-abb9-11e9-8fa9-99a29f1e7dde
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 Breno G. de Oliveira,

This is a computer-generated report for Clone-0.42
on perl 5.8.4, 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 -j10 -j10':

Running Mkbootstrap for Clone ()
"/home/njh/perl5/perlbrew/perls/perl-5.8.4-clang/bin/perl5.8.4" "/home/njh/perl5/perlbrew/perls/perl-5.8.4-clang/lib/5.8.4/ExtUtils/xsubpp"  -typemap '/home/njh/perl5/perlbrew/perls/perl-5.8.4-clang/lib/5.8.4/ExtUtils/typemap'  Clone.xs > Clone.xsc
chmod 644 "Clone.bs"
"/home/njh/perl5/perlbrew/perls/perl-5.8.4-clang/bin/perl5.8.4" -MExtUtils::Command::MM -e 'cp_nonempty' -- Clone.bs blib/arch/auto/Clone/Clone.bs 644
cp Clone.pm blib/lib/Clone.pm
AutoSplitting blib/lib/Clone.pm (blib/lib/auto/Clone)
mv Clone.xsc Clone.c
clang -c   -fno-strict-aliasing -I/usr/local/include -D_LARGEFILE_SOURCE -D_FILE_OFFSET_BITS=64 -O3   -DVERSION=\"0.42\" -DXS_VERSION=\"0.42\" -fpic "-I/home/njh/perl5/perlbrew/perls/perl-5.8.4-clang/lib/5.8.4/x86_64-linux/CORE"   Clone.c
Clone.xs:314:15: warning: implicit declaration of function 'Newxz' is invalid in C99 [-Wimplicit-function-declaration]
              Newxz(mg_ptr, mg->mg_len+1, char); /* add +1 for the NULL at the end? */
              ^
Clone.xs:314:43: error: expected expression
              Newxz(mg_ptr, mg->mg_len+1, char); /* add +1 for the NULL at the end? */
                                          ^
Clone.xs:325:15: warning: implicit declaration of function 'Newxz' is invalid in C99 [-Wimplicit-function-declaration]
              Newxz(cache, PERL_MAGIC_UTF8_CACHESIZE * 2, STRLEN);
              ^
Clone.xs:325:59: error: unexpected type name 'STRLEN': expected expression
              Newxz(cache, PERL_MAGIC_UTF8_CACHESIZE * 2, STRLEN);
                                                          ^
2 warnings and 2 errors generated.
make: *** [Makefile:339: Clone.o] Error 1

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

Prerequisite modules loaded:

build_requires:

    Module              Need Have    
    ------------------- ---- --------
    B::COW              0    0.001   
    ExtUtils::MakeMaker 0    7.34    
    Test::More          0    1.302138

configure_requires:

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


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

Environment variables:

    HARNESS_OPTIONS = j10:c
    LANG = en_GB.UTF-8
    LD_LIBRARY_PATH = /usr/local/lib::
    NONINTERACTIVE_TESTING = 1
    PATH = /home/njh/perl5/perlbrew/bin:/home/njh/perl5/perlbrew/perls/perl-5.8.4-clang/bin:/home/njh/perl5/perlbrew/bin:/usr/local/bin:/usr/bin:/bin:/usr/games:/home/njh/bin:/sbin:/home/njh/.cargo/bin
    PERL = /home/njh/perl5/perlbrew/perls/perl-5.8.4-clang/bin/perl5.8.4
    PERL5LIB = 
    PERL5OPT = 
    PERL5_CPANPLUS_IS_RUNNING = 23772
    PERL5_CPAN_IS_RUNNING = 23772
    PERLBREW_HOME = /home/njh/.perlbrew
    PERLBREW_LIB = 
    PERLBREW_MANPATH = /home/njh/perl5/perlbrew/perls/perl-5.8.4-clang/man
    PERLBREW_PATH = /home/njh/perl5/perlbrew/bin:/home/njh/perl5/perlbrew/perls/perl-5.8.4-clang/bin
    PERLBREW_PERL = perl-5.8.4-clang
    PERLBREW_ROOT = /home/njh/perl5/perlbrew
    PERLBREW_SHELLRC_VERSION = 0.86
    PERLBREW_VERSION = 0.86
    PERL_LOCAL_LIB_ROOT = 
    PERL_MM_USE_DEFAULT = 1
    PERL_USE_UNSAFE_INC = 1
    SHELL = /bin/bash
    TEMP = /tmp/user/1000
    TMPDIR = /tmp/user/1000

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

    $^X = /home/njh/perl5/perlbrew/perls/perl-5.8.4-clang/bin/perl5.8.4
    $UID/$EUID = 1000 / 1000
    $GID = 1000 1000 996 118 112 107 46 44 30 29 25 24 4
    $EGID = 1000 1000 996 118 112 107 46 44 30 29 25 24 4

Perl module toolchain versions installed:

    Module              Have    
    ------------------- --------
    CPAN                2.26    
    CPAN::Meta          2.143240
    Cwd                 3.74    
    ExtUtils::CBuilder  0.280230
    ExtUtils::Command   7.34    
    ExtUtils::Install   2.06    
    ExtUtils::MakeMaker 7.34    
    ExtUtils::Manifest  1.72    
    ExtUtils::ParseXS   3.35    
    File::Spec          3.74    
    JSON                4.02    
    JSON::PP            2.27203 
    Module::Build       0.4224  
    Module::Signature   n/a     
    Parse::CPAN::Meta   1.4414  
    Test::Harness       3.42    
    Test::More          1.302138
    YAML                n/a     
    YAML::Syck          1.31    
    version             0.9924  


--

Summary of my perl5 (revision 5 version 8 subversion 4) configuration:
  Platform:
    osname=linux, osvers=4.16.0-2-amd64, archname=x86_64-linux
    uname='linux microcenter 4.16.0-2-amd64 #1 smp debian 4.16.16-2 (2018-06-22) x86_64 gnulinux '
    config_args='-de -Dprefix=/home/njh/perl5/perlbrew/perls/perl-5.8.4-clang -Dusedevel -Dcc=clang -Accflags= -Aeval:scriptdir=/home/njh/perl5/perlbrew/perls/perl-5.8.4-clang/bin'
    hint=recommended, useposix=true, d_sigaction=define
    usethreads=undef use5005threads=undef useithreads=undef usemultiplicity=undef
    useperlio=define d_sfio=undef uselargefiles=define usesocks=undef
    use64bitint=define use64bitall=define uselongdouble=undef
    usemymalloc=n, bincompat5005=undef
  Compiler:
    cc='clang', ccflags ='-fno-strict-aliasing -I/usr/local/include -D_LARGEFILE_SOURCE -D_FILE_OFFSET_BITS=64',
    optimize='-O2',
    cppflags='-fno-strict-aliasing -I/usr/local/include'
    ccversion='', gccversion='4.2.1 Compatible Clang 4.0.1 (tags/RELEASE_401/final)', 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='clang', ldflags =' -L/usr/local/lib'
    libpth=/usr/local/lib /lib/x86_64-linux-gnu /lib/../lib /usr/lib/x86_64-linux-gnu /usr/lib/../lib /lib /usr/lib
    libs=-lnsl -lgdbm -ldb -ldl -lm -lcrypt -lutil -lc
    perllibs=-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 -L/usr/local/lib'


Characteristics of this binary (from libperl): 
  Compile-time options: USE_64_BIT_INT USE_64_BIT_ALL USE_LARGE_FILES
  Built under linux
  Compiled at Jul 13 2018 06:26:21
  %ENV:
    PERL="/home/njh/perl5/perlbrew/perls/perl-5.8.4-clang/bin/perl5.8.4"
    PERL5LIB=""
    PERL5OPT=""
    PERL5_CPANPLUS_IS_RUNNING="23772"
    PERL5_CPAN_IS_RUNNING="23772"
    PERLBREW_HOME="/home/njh/.perlbrew"
    PERLBREW_LIB=""
    PERLBREW_MANPATH="/home/njh/perl5/perlbrew/perls/perl-5.8.4-clang/man"
    PERLBREW_PATH="/home/njh/perl5/perlbrew/bin:/home/njh/perl5/perlbrew/perls/perl-5.8.4-clang/bin"
    PERLBREW_PERL="perl-5.8.4-clang"
    PERLBREW_ROOT="/home/njh/perl5/perlbrew"
    PERLBREW_SHELLRC_VERSION="0.86"
    PERLBREW_VERSION="0.86"
    PERL_LOCAL_LIB_ROOT=""
    PERL_MM_USE_DEFAULT="1"
    PERL_USE_UNSAFE_INC="1"
  @INC:
    /home/njh/perl5/perlbrew/perls/perl-5.8.4-clang/lib/5.8.4/x86_64-linux
    /home/njh/perl5/perlbrew/perls/perl-5.8.4-clang/lib/5.8.4
    /home/njh/perl5/perlbrew/perls/perl-5.8.4-clang/lib/site_perl/5.8.4/x86_64-linux
    /home/njh/perl5/perlbrew/perls/perl-5.8.4-clang/lib/site_perl/5.8.4
    /home/njh/perl5/perlbrew/perls/perl-5.8.4-clang/lib/site_perl
    .