Filesys-SmbClient v3.2 Perl 5 v5.34.1 x86_64-linux
- Status
- Unknown
- From
- Slaven Rezić
- Dist
-
Filesys-SmbClient v3.2
- Platform
- Perl 5 v5.34.1 x86_64-linux
- Date
- 2022-05-05 21:55:06
- ID
- 064f16de-ccbe-11ec-9a77-1a6d1f24ea8f
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.34.1, 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.34.1/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.34.1/lib/5.34.1/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.34.1/bin/perl" "/opt/perl-5.34.1/lib/5.34.1/ExtUtils/xsubpp" -typemap '/opt/perl-5.34.1/lib/5.34.1/ExtUtils/typemap' -typemap '/home/cpansand/.cpan/build/2022050521/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 -O2 -DVERSION=\"3.2\" -DXS_VERSION=\"3.2\" -fPIC "-I/opt/perl-5.34.1/lib/5.34.1/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:3146:41: note: declared here
3146 | 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:3147:41: note: declared here
3147 | 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:3140:41: note: declared here
3140 | 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:3141:41: note: declared here
3141 | 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:3142:41: note: declared here
3142 | 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:3134:41: note: declared here
3134 | 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:3135:41: note: declared here
3135 | 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:3132:41: note: declared here
3132 | 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:3127:41: note: declared here
3127 | 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:3133:41: note: declared here
3133 | 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:3129:41: note: declared here
3129 | 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:3130:41: note: declared here
3130 | 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:3133:41: note: declared here
3133 | 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:3131:41: note: declared here
3131 | 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.302183
build_requires:
Module Need Have
------------------- ---- --------
ExtUtils::MakeMaker 0 7.64
------------------------------
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.34.1/bin/perl
PERL5LIB =
PERL5OPT =
PERL5_CPANPLUS_IS_RUNNING = 3358708
PERL5_CPAN_IS_RUNNING = 3358708
PERL5_CPAN_IS_RUNNING_IN_RECURSION = 3358633,3358708
PERLDOC = -MPod::Perldoc::ToTextOverstrike
PERL_BATCH = yes
PERL_CANARY_STABILITY_NOPROMPT = 1
PERL_CPAN_REPORTER_CONFIG = /var/tmp/cpansmoker-1023/2022050521/cpanreporter_000_config.ini
PERL_EXTUTILS_AUTOINSTALL = --defaultdeps
PERL_USE_UNSAFE_INC = 1
SHELL = /usr/bin/zsh
TERM = screen
TMPDIR = /var/tmp/cpansmoker-1023/2022050521
Perl special variables (and OS-specific diagnostics, for MSWin32):
$^X = /opt/perl-5.34.1/bin/perl
$UID/$EUID = 1023 / 1023
$GID = 1023 1023
$EGID = 1023 1023
Perl module toolchain versions installed:
Module Have
------------------- --------
CPAN 2.28
CPAN::Meta 2.150010
Cwd 3.80
ExtUtils::CBuilder 0.280236
ExtUtils::Command 7.64
ExtUtils::Install 2.20
ExtUtils::MakeMaker 7.64
ExtUtils::Manifest 1.73
ExtUtils::ParseXS 3.43
File::Spec 3.80
JSON 4.05
JSON::PP 4.06
Module::Build 0.4231
Module::Signature n/a
Parse::CPAN::Meta 2.150010
Test::Harness 3.43
Test::More 1.302183
YAML 1.30
YAML::Syck 1.34
version 0.9928
--
Summary of my perl5 (revision 5 version 34 subversion 1) configuration:
Platform:
osname=linux
osvers=5.15.0-25-generic
archname=x86_64-linux
uname='linux cloud14.bbbike.org 5.15.0-25-generic #25-ubuntu smp wed mar 30 15:54:22 utc 2022 x86_64 x86_64 x86_64 gnulinux '
config_args='-ds -e -Dprefix=/opt/perl-5.34.1 -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'
optimize='-O2'
cppflags='-fwrapv -fno-strict-aliasing -pipe -fstack-protector-strong -I/usr/local/include'
ccversion=''
gccversion='11.2.0'
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/x86_64-linux-gnu /usr/lib /usr/lib64
libs=-lpthread -lnsl -lgdbm -ldb -ldl -lm -lcrypt -lutil -lc
perllibs=-lpthread -lnsl -ldl -lm -lcrypt -lutil -lc
libc=/lib/x86_64-linux-gnu/libc.so.6
so=so
useshrplib=false
libperl=libperl.a
gnulibc_version='2.35'
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_MALLOC_WRAP
PERL_OP_PARENT
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 Apr 25 2022 17:58:01
%ENV:
PERL="/opt/perl-5.34.1/bin/perl"
PERL5LIB=""
PERL5OPT=""
PERL5_CPANPLUS_IS_RUNNING="3358708"
PERL5_CPAN_IS_RUNNING="3358708"
PERL5_CPAN_IS_RUNNING_IN_RECURSION="3358633,3358708"
PERLDOC="-MPod::Perldoc::ToTextOverstrike"
PERL_BATCH="yes"
PERL_CANARY_STABILITY_NOPROMPT="1"
PERL_CPAN_REPORTER_CONFIG="/var/tmp/cpansmoker-1023/2022050521/cpanreporter_000_config.ini"
PERL_EXTUTILS_AUTOINSTALL="--defaultdeps"
PERL_USE_UNSAFE_INC="1"
@INC:
/opt/perl-5.34.1/lib/site_perl/5.34.1/x86_64-linux
/opt/perl-5.34.1/lib/site_perl/5.34.1
/opt/perl-5.34.1/lib/5.34.1/x86_64-linux
/opt/perl-5.34.1/lib/5.34.1
.