Report for Filesys-SmbClient-3.2

Back
From: metabase:user:314402c4-2aae-11df-837a-5e0a49663a4f
Subject: UNKNOWN Filesys-SmbClient-3.2 v5.24.0 GNU/Linux
Date: 2017-01-27T20:39:58Z

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 Alain Barbet,

This is a computer-generated report for Filesys-SmbClient-3.2
on perl 5.24.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 SmbClient.pm blib/lib/Filesys/SmbClient.pm
AutoSplitting blib/lib/Filesys/SmbClient.pm (blib/lib/auto/Filesys/SmbClient)
Running Mkbootstrap for SmbClient ()
chmod 644 "SmbClient.bs"
"/opt/perl-5.24.0/bin/perl" -MExtUtils::Command::MM -e 'cp_nonempty' -- SmbClient.bs blib/arch/auto/Filesys/SmbClient/SmbClient.bs 644
cc -c  -I/usr/include/samba-4.0 -fwrapv -fno-strict-aliasing -pipe -fstack-protector-strong -I/usr/local/include -D_LARGEFILE_SOURCE -D_FILE_OFFSET_BITS=64 -O2   -DVERSION=\"3.2\" -DXS_VERSION=\"3.2\" -fPIC "-I/opt/perl-5.24.0/lib/5.24.0/x86_64-linux/CORE"   libauthSamba.c
"/opt/perl-5.24.0/bin/perl" "/opt/perl-5.24.0/lib/site_perl/5.24.0/ExtUtils/xsubpp"  -typemap '/opt/perl-5.24.0/lib/5.24.0/ExtUtils/typemap' -typemap '/home/cpansand/.cpan/build/2017012718/Filesys-SmbClient-3.2-1/typemap'  SmbClient.xs > SmbClient.xsc
mv SmbClient.xsc SmbClient.c
cc -c  -I/usr/include/samba-4.0 -fwrapv -fno-strict-aliasing -pipe -fstack-protector-strong -I/usr/local/include -D_LARGEFILE_SOURCE -D_FILE_OFFSET_BITS=64 -O2   -DVERSION=\"3.2\" -DXS_VERSION=\"3.2\" -fPIC "-I/opt/perl-5.24.0/lib/5.24.0/x86_64-linux/CORE"   SmbClient.c
SmbClient.xs: In function ‘XS_Filesys__SmbClient__mkdir’:
SmbClient.xs:104:1: warning: ‘mkdir’ is deprecated [-Wdeprecated-declarations]
 RETVAL = context->mkdir(context, fname, mode);
 ^~~~~~
In file included from SmbClient.xs:20:0:
/usr/include/samba-4.0/libsmbclient.h:3015:41: note: declared here
         smbc_mkdir_fn                   mkdir DEPRECATED_SMBC_INTERFACE;
                                         ^~~~~
SmbClient.xs: In function ‘XS_Filesys__SmbClient__rmdir’:
SmbClient.xs:128:1: warning: ‘rmdir’ is deprecated [-Wdeprecated-declarations]
 RETVAL = context->rmdir(context, fname);
 ^~~~~~
In file included from SmbClient.xs:20:0:
/usr/include/samba-4.0/libsmbclient.h:3016:41: note: declared here
         smbc_rmdir_fn                   rmdir DEPRECATED_SMBC_INTERFACE;
                                         ^~~~~
SmbClient.xs: In function ‘XS_Filesys__SmbClient__opendir’:
SmbClient.xs:150:3: warning: ‘opendir’ is deprecated [-Wdeprecated-declarations]
   RETVAL = context->opendir(context, fname);
   ^~~~~~
In file included from SmbClient.xs:20:0:
/usr/include/samba-4.0/libsmbclient.h:3011:41: note: declared here
         smbc_opendir_fn                 opendir DEPRECATED_SMBC_INTERFACE;
                                         ^~~~~~~
SmbClient.xs: In function ‘XS_Filesys__SmbClient__closedir’:
SmbClient.xs:177:1: warning: ‘closedir’ is deprecated [-Wdeprecated-declarations]
 RETVAL = context->closedir(context, fd);
 ^~~~~~
In file included from SmbClient.xs:20:0:
/usr/include/samba-4.0/libsmbclient.h:3012:41: note: declared here
         smbc_closedir_fn                closedir DEPRECATED_SMBC_INTERFACE;
                                         ^~~~~~~~
SmbClient.xs: In function ‘XS_Filesys__SmbClient__readdir’:
SmbClient.xs:209:18: warning: ‘readdir’ is deprecated [-Wdeprecated-declarations]
   dirp = (struct smbc_dirent *)context->readdir(context, fd);
                  ^~~~~~~~~~~
In file included from SmbClient.xs:20:0:
/usr/include/samba-4.0/libsmbclient.h:3013:41: note: declared here
         smbc_readdir_fn                 readdir DEPRECATED_SMBC_INTERFACE;
                                         ^~~~~~~
SmbClient.xs: In function ‘XS_Filesys__SmbClient__stat’:
SmbClient.xs:237:3: warning: ‘stat’ is deprecated [-Wdeprecated-declarations]
   i = context->stat(context, fname, &buf);
   ^
In file included from SmbClient.xs:20:0:
/usr/include/samba-4.0/libsmbclient.h:3005:41: note: declared here
         smbc_stat_fn                    stat DEPRECATED_SMBC_INTERFACE;
                                         ^~~~
SmbClient.xs: In function ‘XS_Filesys__SmbClient__fstat’:
SmbClient.xs:273:1: warning: ‘fstat’ is deprecated [-Wdeprecated-declarations]
 i = context->fstat(context, fd, &buf);
 ^
In file included from SmbClient.xs:20:0:
/usr/include/samba-4.0/libsmbclient.h:3006:41: note: declared here
         smbc_fstat_fn                   fstat DEPRECATED_SMBC_INTERFACE;
                                         ^~~~~
SmbClient.xs: In function ‘XS_Filesys__SmbClient__rename’:
SmbClient.xs:305:1: warning: ‘rename’ is deprecated [-Wdeprecated-declarations]
 RETVAL = context->rename(context, oname, context, nname);
 ^~~~~~
In file included from SmbClient.xs:20:0:
/usr/include/samba-4.0/libsmbclient.h:3003:41: note: declared here
         smbc_rename_fn                  rename DEPRECATED_SMBC_INTERFACE;
                                         ^~~~~~
SmbClient.xs: In function ‘XS_Filesys__SmbClient__open’:
SmbClient.xs:350:1: warning: ‘open’ is deprecated [-Wdeprecated-declarations]
 RETVAL = context->open(context, fname, flags, mode);
 ^~~~~~
In file included from SmbClient.xs:20:0:
/usr/include/samba-4.0/libsmbclient.h:2998:41: note: declared here
         smbc_open_fn                    open DEPRECATED_SMBC_INTERFACE;
                                         ^~~~
SmbClient.xs:361:1: warning: ‘lseek’ is deprecated [-Wdeprecated-declarations]
 } else if (seek_end) { context->lseek(context, RETVAL, 0, SEEK_END); }
 ^
In file included from SmbClient.xs:20:0:
/usr/include/samba-4.0/libsmbclient.h:3004:41: note: declared here
         smbc_lseek_fn                   lseek DEPRECATED_SMBC_INTERFACE;
                                         ^~~~~
SmbClient.xs: In function ‘XS_Filesys__SmbClient__read’:
SmbClient.xs:380:3: warning: ‘read’ is deprecated [-Wdeprecated-declarations]
   returnValue = context->read(context, fd, buf, count);
   ^~~~~~~~~~~
In file included from SmbClient.xs:20:0:
/usr/include/samba-4.0/libsmbclient.h:3000:41: note: declared here
         smbc_read_fn                    read DEPRECATED_SMBC_INTERFACE;
                                         ^~~~
SmbClient.xs: In function ‘XS_Filesys__SmbClient__write’:
SmbClient.xs:404:3: warning: ‘write’ is deprecated [-Wdeprecated-declarations]
   RETVAL=context->write(context, fd, buf, count);
   ^~~~~~
In file included from SmbClient.xs:20:0:
/usr/include/samba-4.0/libsmbclient.h:3001:41: note: declared here
         smbc_write_fn                   write DEPRECATED_SMBC_INTERFACE;
                                         ^~~~~
SmbClient.xs: In function ‘XS_Filesys__SmbClient__lseek’:
SmbClient.xs:430:3: warning: ‘lseek’ is deprecated [-Wdeprecated-declarations]
   RETVAL=context->lseek(context, fd, offset, whence);
   ^~~~~~
In file included from SmbClient.xs:20:0:
/usr/include/samba-4.0/libsmbclient.h:3004:41: note: declared here
         smbc_lseek_fn                   lseek DEPRECATED_SMBC_INTERFACE;
                                         ^~~~~
SmbClient.xs: In function ‘XS_Filesys__SmbClient__close’:
SmbClient.xs:460:17: error: ‘SMBCCTX {aka struct _SMBCCTX}’ has no member named ‘close’; did you mean ‘close_fn’?
   RETVAL=context->close(context, fd);
                 ^~
SmbClient.xs: In function ‘XS_Filesys__SmbClient__unlink’:
SmbClient.xs:476:3: warning: ‘unlink’ is deprecated [-Wdeprecated-declarations]
   RETVAL = context->unlink(context, fname);
   ^~~~~~
In file included from SmbClient.xs:20:0:
/usr/include/samba-4.0/libsmbclient.h:3002:41: note: declared here
         smbc_unlink_fn                  unlink DEPRECATED_SMBC_INTERFACE;
                                         ^~~~~~
Makefile:343: recipe for target 'SmbClient.o' failed
make: *** [SmbClient.o] Error 1

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

Prerequisite modules loaded:

requires:

    Module              Need Have    
    ------------------- ---- --------
    Test::More          0    1.302075

build_requires:

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


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

Environment variables:

    LANG = en_US.UTF-8
    LANGUAGE = en_US:en
    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.24.0/bin/perl
    PERL5LIB = 
    PERL5OPT = 
    PERL5_CPANPLUS_IS_RUNNING = 18392
    PERL5_CPAN_IS_RUNNING = 18392
    PERL5_CPAN_IS_RUNNING_IN_RECURSION = 16897,18392
    PERLDOC = -MPod::Perldoc::ToTextOverstrike
    PERL_BATCH = yes
    PERL_CANARY_STABILITY_NOPROMPT = 1
    PERL_CPAN_REPORTER_CONFIG = /var/tmp/cpansmoker-1002/2017012718/cpanreporter_002_config.ini
    PERL_EXTUTILS_AUTOINSTALL = --defaultdeps
    PERL_USE_UNSAFE_INC = 1
    SHELL = /bin/zsh
    TERM = screen
    TMPDIR = /var/tmp/cpansmoker-1002/2017012718

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

    $^X = /opt/perl-5.24.0/bin/perl
    $UID/$EUID = 1002 / 1002
    $GID = 1002 1002
    $EGID = 1002 1002

Perl module toolchain versions installed:

    Module              Have    
    ------------------- --------
    CPAN                2.14    
    CPAN::Meta          2.150010
    Cwd                 3.63    
    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.63    
    JSON                2.90    
    JSON::PP            2.27400 
    Module::Build       0.4220  
    Module::Signature   0.81    
    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 24 subversion 0) configuration:
   
  Platform:
    osname=linux, osvers=4.8.0-2-amd64, archname=x86_64-linux
    uname='linux prod4 4.8.0-2-amd64 #1 smp debian 4.8.15-2 (2017-01-04) x86_64 gnulinux '
    config_args='-ds -e -Dprefix=/opt/perl-5.24.0 -Dcf_email=srezic@cpan.org'
    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 ='-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='6.2.1 20161124', 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/6/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.24.so, so=so, useshrplib=false, libperl=libperl.a
    gnulibc_version='2.24'
  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_HASH_FUNC_ONE_AT_A_TIME_HARD PERL_MALLOC_WRAP
                        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 Jan 22 2017 18:33:18
  %ENV:
    PERL="/opt/perl-5.24.0/bin/perl"
    PERL5LIB=""
    PERL5OPT=""
    PERL5_CPANPLUS_IS_RUNNING="18392"
    PERL5_CPAN_IS_RUNNING="18392"
    PERL5_CPAN_IS_RUNNING_IN_RECURSION="16897,18392"
    PERLDOC="-MPod::Perldoc::ToTextOverstrike"
    PERL_BATCH="yes"
    PERL_CANARY_STABILITY_NOPROMPT="1"
    PERL_CPAN_REPORTER_CONFIG="/var/tmp/cpansmoker-1002/2017012718/cpanreporter_002_config.ini"
    PERL_EXTUTILS_AUTOINSTALL="--defaultdeps"
    PERL_USE_UNSAFE_INC="1"
  @INC:
    /opt/perl-5.24.0/lib/site_perl/5.24.0/x86_64-linux
    /opt/perl-5.24.0/lib/site_perl/5.24.0
    /opt/perl-5.24.0/lib/5.24.0/x86_64-linux
    /opt/perl-5.24.0/lib/5.24.0
    .