Filesys-SmbClient v3.2 Perl 5 v5.38.3 x86_64-linux
- Status
- Unknown
- From
- Slaven Rezić
- Dist
-
Filesys-SmbClient v3.2
- Platform
- Perl 5 v5.38.3 x86_64-linux
- Date
- 2025-02-28 15:07:58
- ID
- cbee6a2c-f5e5-11ef-832c-1cf06d8775ea
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.38.3, 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.38.3/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 -D_FORTIFY_SOURCE=2 -O2 -DVERSION=\"3.2\" -DXS_VERSION=\"3.2\" -fPIC "-I/opt/perl-5.38.3/lib/5.38.3/x86_64-linux/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.38.3/bin/perl" "/opt/perl-5.38.3/lib/5.38.3/ExtUtils/xsubpp" -typemap '/opt/perl-5.38.3/lib/5.38.3/ExtUtils/typemap' -typemap '/home/cpansand/.cpan/build/2025022815/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.38.3/lib/5.38.3/x86_64-linux/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:3126:41: note: declared here
3126 | 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);
| ^~~~~~
/usr/include/samba-4.0/libsmbclient.h:3127:41: note: declared here
3127 | 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);
| ^~~~~~
/usr/include/samba-4.0/libsmbclient.h:3120:41: note: declared here
3120 | 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);
| ^~~~~~
/usr/include/samba-4.0/libsmbclient.h:3121:41: note: declared here
3121 | 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);
| ^~~~~~~~~~~
/usr/include/samba-4.0/libsmbclient.h:3122:41: note: declared here
3122 | 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);
| ^
/usr/include/samba-4.0/libsmbclient.h:3114:41: note: declared here
3114 | 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);
| ^
/usr/include/samba-4.0/libsmbclient.h:3115:41: note: declared here
3115 | 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);
| ^~~~~~
/usr/include/samba-4.0/libsmbclient.h:3112:41: note: declared here
3112 | 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);
| ^~~~~~
/usr/include/samba-4.0/libsmbclient.h:3107:41: note: declared here
3107 | 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); }
| ^
/usr/include/samba-4.0/libsmbclient.h:3113:41: note: declared here
3113 | 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);
| ^~~~~~~~~~~
/usr/include/samba-4.0/libsmbclient.h:3109:41: note: declared here
3109 | 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);
| ^~~~~~
/usr/include/samba-4.0/libsmbclient.h:3110:41: note: declared here
3110 | 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);
| ^~~~~~
/usr/include/samba-4.0/libsmbclient.h:3113:41: note: declared here
3113 | 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);
| ^~~~~~
/usr/include/samba-4.0/libsmbclient.h:3111:41: note: declared here
3111 | smbc_unlink_fn unlink DEPRECATED_SMBC_INTERFACE;
| ^~~~~~
make: *** [Makefile:346: SmbClient.o] Error 1
------------------------------
PREREQUISITES
------------------------------
Prerequisite modules loaded:
requires:
Module Need Have
------------------- ---- --------
Test::More 0 1.302209
build_requires:
Module Need Have
------------------- ---- --------
ExtUtils::MakeMaker 0 7.70
------------------------------
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.38.3/bin/perl
PERL5LIB = /home/cpansand/.cpan/build/2025022815/File-Rsync-0.49-0/blib/arch:/home/cpansand/.cpan/build/2025022815/File-Rsync-0.49-0/blib/lib:/home/cpansand/.cpan/build/2025022815/Excel-Writer-XLSX-1.14-0/blib/arch:/home/cpansand/.cpan/build/2025022815/Excel-Writer-XLSX-1.14-0/blib/lib
PERL5OPT =
PERL5_CPANPLUS_IS_RUNNING = 1870623
PERL5_CPAN_IS_RUNNING = 1870623
PERL5_CPAN_IS_RUNNING_IN_RECURSION = 1864595,1870623
PERLDOC = -MPod::Perldoc::ToTextOverstrike
PERL_BATCH = yes
PERL_CANARY_STABILITY_NOPROMPT = 1
PERL_CPAN_REPORTER_CONFIG = /var/tmp/cpansmoker-1023/2025022814/cpanreporter_000_config.ini
PERL_EXTUTILS_AUTOINSTALL = --defaultdeps
PERL_USE_UNSAFE_INC = 1
SHELL = /usr/bin/zsh
TERM = screen
TMPDIR = /var/tmp/cpansmoker-1023/2025022814
Perl special variables (and OS-specific diagnostics, for MSWin32):
$^X = /opt/perl-5.38.3/bin/perl
$UID/$EUID = 1023 / 1023
$GID = 1023 1023
$EGID = 1023 1023
Perl module toolchain versions installed:
Module Have
------------------- --------
CPAN 2.36
CPAN::Meta 2.150010
Cwd 3.89
ExtUtils::CBuilder 0.280238
ExtUtils::Command 7.70
ExtUtils::Install 2.22
ExtUtils::MakeMaker 7.70
ExtUtils::Manifest 1.73
ExtUtils::ParseXS 3.51
File::Spec 3.88
JSON 4.10
JSON::PP 4.16
Module::Build 0.4234
Module::Signature n/a
Parse::CPAN::Meta 2.150010
Test2 1.302209
Test::Harness 3.44
Test::More 1.302209
YAML 1.31
YAML::Syck 1.34
version 0.9929
--
Summary of my perl5 (revision 5 version 38 subversion 3) configuration:
Platform:
osname=linux
osvers=6.12.11-200.fc41.x86_64
archname=x86_64-linux
uname='linux cloud4.bbbike.org 6.12.11-200.fc41.x86_64 #1 smp preempt_dynamic fri jan 24 04:59:58 utc 2025 x86_64 gnulinux '
config_args='-ds -e -Dprefix=/opt/perl-5.38.3 -Uinstallusrbinperl -Dcf_email=srezic@cpan.org'
hint=recommended
useposix=true
d_sigaction=define
useithreads=undef
usemultiplicity=undef
use64bitint=define
use64bitall=define
uselongdouble=undef
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='14.2.1 20250110 (Red Hat 14.2.1-7)'
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 /usr/lib64 /usr/local/lib64
libs=-lpthread -ldb -ldl -lm -lcrypt -lutil -lc
perllibs=-lpthread -ldl -lm -lcrypt -lutil -lc
libc=/lib/../lib64/libc.so.6
so=so
useshrplib=false
libperl=libperl.a
gnulibc_version='2.40'
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_MALLOC_WRAP
PERL_OP_PARENT
PERL_PRESERVE_IVUV
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_PERLIO
USE_PERL_ATOF
Built under linux
Compiled at Feb 6 2025 19:42:12
%ENV:
PERL="/opt/perl-5.38.3/bin/perl"
PERL5LIB="/home/cpansand/.cpan/build/2025022815/File-Rsync-0.49-0/blib/arch:/home/cpansand/.cpan/build/2025022815/File-Rsync-0.49-0/blib/lib:/home/cpansand/.cpan/build/2025022815/Excel-Writer-XLSX-1.14-0/blib/arch:/home/cpansand/.cpan/build/2025022815/Excel-Writer-XLSX-1.14-0/blib/lib"
PERL5OPT=""
PERL5_CPANPLUS_IS_RUNNING="1870623"
PERL5_CPAN_IS_RUNNING="1870623"
PERL5_CPAN_IS_RUNNING_IN_RECURSION="1864595,1870623"
PERLDOC="-MPod::Perldoc::ToTextOverstrike"
PERL_BATCH="yes"
PERL_CANARY_STABILITY_NOPROMPT="1"
PERL_CPAN_REPORTER_CONFIG="/var/tmp/cpansmoker-1023/2025022814/cpanreporter_000_config.ini"
PERL_EXTUTILS_AUTOINSTALL="--defaultdeps"
PERL_USE_UNSAFE_INC="1"
@INC:
/home/cpansand/.cpan/build/2025022815/File-Rsync-0.49-0/blib/arch
/home/cpansand/.cpan/build/2025022815/File-Rsync-0.49-0/blib/lib
/home/cpansand/.cpan/build/2025022815/Excel-Writer-XLSX-1.14-0/blib/arch
/home/cpansand/.cpan/build/2025022815/Excel-Writer-XLSX-1.14-0/blib/lib
/opt/perl-5.38.3/lib/site_perl/5.38.3/x86_64-linux
/opt/perl-5.38.3/lib/site_perl/5.38.3
/opt/perl-5.38.3/lib/5.38.3/x86_64-linux
/opt/perl-5.38.3/lib/5.38.3
.