Filesys-SmbClient v3.2 Perl 5 v5.41.13 x86_64-linux-ld

Status
Unknown
From
Slaven Rezić
Dist
Filesys-SmbClient v3.2
Platform
Perl 5 v5.41.13 x86_64-linux-ld
Date
2025-05-31 20:34:19
ID
a09c2078-3e5e-11f0-acff-9c1f6e8775ea
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.41.13, created by CPAN-Reporter-1.2020.

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.41.13D/bin/perl5.41.13" -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 -D_FORTIFY_SOURCE=2 -O2   -DVERSION=\"3.2\" -DXS_VERSION=\"3.2\" -fPIC "-I/opt/perl-5.41.13D/lib/5.41.13/x86_64-linux-ld/CORE"   libauthSamba.c
libauthSamba.c: In function ‘ask_auth_fn’:
libauthSamba.c:80:3: warning: ignoring return value of ‘fgets’ declared with attribute ‘warn_unused_result’ [-Wunused-result]
   80 |   fgets(temp, sizeof(temp), stdin);
      |   ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
libauthSamba.c:88:3: warning: ignoring return value of ‘fgets’ declared with attribute ‘warn_unused_result’ [-Wunused-result]
   88 |   fgets(temp, sizeof(temp), stdin);
      |   ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
libauthSamba.c:96:3: warning: ignoring return value of ‘fgets’ declared with attribute ‘warn_unused_result’ [-Wunused-result]
   96 |   fgets(temp, sizeof(temp), stdin);
      |   ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
"/opt/perl-5.41.13D/bin/perl5.41.13" "/opt/perl-5.41.13D/lib/5.41.13/ExtUtils/xsubpp"  -typemap '/opt/perl-5.41.13D/lib/5.41.13/ExtUtils/typemap' -typemap '/home/cpansand/.cpan/build/2025053119/Filesys-SmbClient-3.2-0/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 -D_FORTIFY_SOURCE=2 -O2   -DVERSION=\"3.2\" -DXS_VERSION=\"3.2\" -fPIC "-I/opt/perl-5.41.13D/lib/5.41.13/x86_64-linux-ld/CORE"   SmbClient.c
SmbClient.xs: In function ‘XS_Filesys__SmbClient__mkdir’:
SmbClient.xs:104:1: warning: ‘mkdir’ is deprecated [-Wdeprecated-declarations]
  104 | RETVAL = context->mkdir(context, fname, mode);
      | ^~~~~~
In file included from SmbClient.xs:20:
/usr/include/samba-4.0/libsmbclient.h:3145:41: note: declared here
 3145 |         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]
  128 | RETVAL = context->rmdir(context, fname);
      | ^~~~~~
In file included from SmbClient.xs:20:
/usr/include/samba-4.0/libsmbclient.h:3146:41: note: declared here
 3146 |         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]
  150 |   RETVAL = context->opendir(context, fname);
      |   ^~~~~~
In file included from SmbClient.xs:20:
/usr/include/samba-4.0/libsmbclient.h:3139:41: note: declared here
 3139 |         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]
  177 | RETVAL = context->closedir(context, fd);
      | ^~~~~~
In file included from SmbClient.xs:20:
/usr/include/samba-4.0/libsmbclient.h:3140:41: note: declared here
 3140 |         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]
  209 |   dirp = (struct smbc_dirent *)context->readdir(context, fd);
      |                  ^~~~~~~~~~~
In file included from SmbClient.xs:20:
/usr/include/samba-4.0/libsmbclient.h:3141:41: note: declared here
 3141 |         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]
  237 |   i = context->stat(context, fname, &buf);
      |   ^
In file included from SmbClient.xs:20:
/usr/include/samba-4.0/libsmbclient.h:3133:41: note: declared here
 3133 |         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]
  273 | i = context->fstat(context, fd, &buf);
      | ^
In file included from SmbClient.xs:20:
/usr/include/samba-4.0/libsmbclient.h:3134:41: note: declared here
 3134 |         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]
  305 | RETVAL = context->rename(context, oname, context, nname);
      | ^~~~~~
In file included from SmbClient.xs:20:
/usr/include/samba-4.0/libsmbclient.h:3131:41: note: declared here
 3131 |         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]
  350 | RETVAL = context->open(context, fname, flags, mode);
      | ^~~~~~
In file included from SmbClient.xs:20:
/usr/include/samba-4.0/libsmbclient.h:3126:41: note: declared here
 3126 |         smbc_open_fn                    open DEPRECATED_SMBC_INTERFACE;
      |                                         ^~~~
SmbClient.xs:361:1: warning: ‘lseek’ is deprecated [-Wdeprecated-declarations]
  361 | } else if (seek_end) { context->lseek(context, RETVAL, 0, SEEK_END); }
      | ^
In file included from SmbClient.xs:20:
/usr/include/samba-4.0/libsmbclient.h:3132:41: note: declared here
 3132 |         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]
  380 |   returnValue = context->read(context, fd, buf, count);
      |   ^~~~~~~~~~~
In file included from SmbClient.xs:20:
/usr/include/samba-4.0/libsmbclient.h:3128:41: note: declared here
 3128 |         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]
  404 |   RETVAL=context->write(context, fd, buf, count);
      |   ^~~~~~
In file included from SmbClient.xs:20:
/usr/include/samba-4.0/libsmbclient.h:3129:41: note: declared here
 3129 |         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]
  430 |   RETVAL=context->lseek(context, fd, offset, whence);
      |   ^~~~~~
In file included from SmbClient.xs:20:
/usr/include/samba-4.0/libsmbclient.h:3132:41: note: declared here
 3132 |         smbc_lseek_fn                   lseek DEPRECATED_SMBC_INTERFACE;
      |                                         ^~~~~
SmbClient.xs: In function ‘XS_Filesys__SmbClient__close’:
SmbClient.xs:460:19: error: ‘SMBCCTX’ {aka ‘struct _SMBCCTX’} has no member named ‘close’; did you mean ‘close_fn’?
  460 |   RETVAL=context->close(context, fd);
      |                   ^~~~~
      |                   close_fn
SmbClient.xs: In function ‘XS_Filesys__SmbClient__unlink’:
SmbClient.xs:476:3: warning: ‘unlink’ is deprecated [-Wdeprecated-declarations]
  476 |   RETVAL = context->unlink(context, fname);
      |   ^~~~~~
In file included from SmbClient.xs:20:
/usr/include/samba-4.0/libsmbclient.h:3130:41: note: declared here
 3130 |         smbc_unlink_fn                  unlink DEPRECATED_SMBC_INTERFACE;
      |                                         ^~~~~~
make: *** [Makefile:349: SmbClient.o] Error 1

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

Prerequisite modules loaded:

requires:

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

build_requires:

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


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

Environment variables:

    LANG = en_US.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.41.13D/bin/perl5.41.13
    PERL5LIB = 
    PERL5OPT = 
    PERL5_CPANPLUS_IS_RUNNING = 481042
    PERL5_CPAN_IS_RUNNING = 481042
    PERL5_CPAN_IS_RUNNING_IN_RECURSION = 479579,481042
    PERLDOC = -MPod::Perldoc::ToTextOverstrike
    PERL_BATCH = yes
    PERL_CANARY_STABILITY_NOPROMPT = 1
    PERL_CPAN_REPORTER_CONFIG = /var/tmp/cpansmoker-1023/2025053119/cpanreporter_000_config.ini
    PERL_EXTUTILS_AUTOINSTALL = --defaultdeps
    PERL_USE_UNSAFE_INC = 1
    SHELL = /usr/bin/zsh
    TERM = screen
    TMPDIR = /var/tmp/cpansmoker-1023/2025053119

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

    $^X = /opt/perl-5.41.13D/bin/perl5.41.13
    $UID/$EUID = 1023 / 1023
    $GID = 1023 1023
    $EGID = 1023 1023

Perl module toolchain versions installed:

    Module              Have    
    ------------------- --------
    CPAN                2.38    
    CPAN::Meta          2.150010
    Cwd                 3.94    
    ExtUtils::CBuilder  0.280241
    ExtUtils::Command   7.76    
    ExtUtils::Install   2.22    
    ExtUtils::MakeMaker 7.76    
    ExtUtils::Manifest  1.75    
    ExtUtils::ParseXS   3.57    
    File::Spec          3.94    
    JSON                n/a     
    JSON::PP            4.16    
    Module::Build       n/a     
    Module::Signature   n/a     
    Parse::CPAN::Meta   2.150010
    Test2               1.302214
    Test::Harness       3.50    
    Test::More          1.302214
    YAML                1.31    
    YAML::Syck          1.34    
    version             0.9933  


--

Summary of my perl5 (revision 5 version 41 subversion 13) configuration:
   
  Platform:
    osname=linux
    osvers=5.10.0-35-amd64
    archname=x86_64-linux-ld
    uname='linux cloud7.bbbike.org 5.10.0-35-amd64 #1 smp debian 5.10.237-1 (2025-05-19) x86_64 gnulinux '
    config_args='-ds -e -Dprefix=/opt/perl-5.41.13D -Uinstallusrbinperl -Dusedevel -Dusemallocwrap=no -Duselongdouble -Dcf_email=srezic@cpan.org'
    hint=recommended
    useposix=true
    d_sigaction=define
    useithreads=undef
    usemultiplicity=undef
    use64bitint=define
    use64bitall=define
    uselongdouble=define
    usemymalloc=n
    default_inc_excludes_dot=define
  Compiler:
    cc='cc'
    ccflags ='-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='-fwrapv -fno-strict-aliasing -pipe -fstack-protector-strong -I/usr/local/include'
    ccversion=''
    gccversion='10.2.1 20210110'
    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='long double'
    nvsize=16
    Off_t='off_t'
    lseeksize=8
    alignbytes=16
    prototype=define
  Linker and Libraries:
    ld='cc'
    ldflags =' -fstack-protector-strong -L/usr/local/lib'
    libpth=/usr/local/lib /usr/lib/x86_64-linux-gnu /usr/lib /usr/lib64
    libs=-lpthread -lgdbm -ldb -ldl -lm -lcrypt -lutil -lc
    perllibs=-lpthread -ldl -lm -lcrypt -lutil -lc
    libc=libc-2.31.so
    so=so
    useshrplib=false
    libperl=libperl.a
    gnulibc_version='2.31'
  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_LONG_DOUBLE
    HAS_STRTOLD
    HAS_TIMES
    PERLIO_LAYERS
    PERL_COPY_ON_WRITE
    PERL_DONT_CREATE_GVSV
    PERL_HASH_FUNC_SIPHASH13
    PERL_HASH_USE_SBOX32
    PERL_OP_PARENT
    PERL_PRESERVE_IVUV
    PERL_USE_DEVEL
    PERL_USE_SAFE_PUTENV
    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_LONG_DOUBLE
    USE_PERLIO
    USE_PERL_ATOF
  Built under linux
  Compiled at May 31 2025 16:24:47
  %ENV:
    PERL="/opt/perl-5.41.13D/bin/perl5.41.13"
    PERL5LIB=""
    PERL5OPT=""
    PERL5_CPANPLUS_IS_RUNNING="481042"
    PERL5_CPAN_IS_RUNNING="481042"
    PERL5_CPAN_IS_RUNNING_IN_RECURSION="479579,481042"
    PERLDOC="-MPod::Perldoc::ToTextOverstrike"
    PERL_BATCH="yes"
    PERL_CANARY_STABILITY_NOPROMPT="1"
    PERL_CPAN_REPORTER_CONFIG="/var/tmp/cpansmoker-1023/2025053119/cpanreporter_000_config.ini"
    PERL_EXTUTILS_AUTOINSTALL="--defaultdeps"
    PERL_USE_UNSAFE_INC="1"
  @INC:
    /opt/perl-5.41.13D/lib/site_perl/5.41.13/x86_64-linux-ld
    /opt/perl-5.41.13D/lib/site_perl/5.41.13
    /opt/perl-5.41.13D/lib/5.41.13/x86_64-linux-ld
    /opt/perl-5.41.13D/lib/5.41.13
    .