WWW-Curl v4.17 Perl 5 v5.38.2 amd64-freebsd
- Status
- Unknown
- From
- Slaven Rezić
- Dist
-
WWW-Curl v4.17
- Platform
- Perl 5 v5.38.2 amd64-freebsd
- Date
- 2024-02-13 21:37:11
- ID
- 0bf98e12-cab8-11ee-9633-1c326e8775ea
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 Balint Szilakszi,
This is a computer-generated report for WWW-Curl-4.17
on perl 5.38.2, created by CPAN-Reporter-1.2019.
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 lib/WWW/Curl.pm blib/lib/WWW/Curl.pm
cp lib/WWW/Curl/Multi.pm blib/lib/WWW/Curl/Multi.pm
cp lib/WWW/Curl/Form.pm blib/lib/WWW/Curl/Form.pm
cp lib/WWW/Curl/Easy.pm blib/lib/WWW/Curl/Easy.pm
cp lib/WWW/Curl/Share.pm blib/lib/WWW/Curl/Share.pm
Running Mkbootstrap for Curl ()
chmod 644 "Curl.bs"
"/usr/perl5.38.2/bin/perl" "-Iinc" -MExtUtils::Command::MM -e 'cp_nonempty' -- Curl.bs blib/arch/auto/WWW/Curl/Curl.bs 644
"/usr/perl5.38.2/bin/perl" "-Iinc" "/usr/perl5.38.2/lib/5.38.2/ExtUtils/xsubpp" -typemap '/usr/perl5.38.2/lib/5.38.2/ExtUtils/typemap' -typemap '/home/cpansand/.cpan/build/2024021321/WWW-Curl-4.17-0/typemap' Curl.xs > Curl.xsc
mv Curl.xsc Curl.c
cc -c -I/usr/local/include -DHAS_FPSETMASK -DHAS_FLOATINGPOINT_H -fno-strict-aliasing -pipe -fstack-protector-strong -I/usr/local/include -O2 -pipe -DVERSION=\"4.17\" -DXS_VERSION=\"4.17\" -DPIC -fPIC "-I/usr/perl5.38.2/lib/5.38.2/amd64-freebsd/CORE" Curl.c
Curl.xs:76:5: error: declaration of anonymous struct must be a definition
76 | struct void *curlm;
| ^
Curl.xs:76:23: error: type name requires a specifier or qualifier
76 | struct void *curlm;
| ^
Curl.xs:236:5: warning: division by zero is undefined [-Wdivision-by-zero]
236 | Newz(1, self, 1, perl_curl_multi);
| ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
/usr/perl5.38.2/lib/5.38.2/amd64-freebsd/CORE/handy.h:2857:23: note: expanded from macro 'Newz'
2857 | #define Newz(x,v,n,t) Newxz(v,n,t)
| ^~~~~~~~~~~~
/usr/perl5.38.2/lib/5.38.2/amd64-freebsd/CORE/handy.h:2851:28: note: expanded from macro 'Newxz'
2851 | #define Newxz(v,n,t) (v = (MEM_WRAP_CHECK_(n,t) (t*)MEM_LOG_ALLOC(n,t,safecalloc((n),sizeof(t)))))
| ^~~~~~~~~~~~~~~~~~~~
/usr/perl5.38.2/lib/5.38.2/amd64-freebsd/CORE/handy.h:2772:32: note: expanded from macro 'MEM_WRAP_CHECK_'
2772 | # define MEM_WRAP_CHECK_(n,t) MEM_WRAP_CHECK(n,t),
| ^~~~~~~~~~~~~~~~~~~
note: (skipping 2 expansions in backtrace; use -fmacro-backtrace-limit=0 to see all)
/usr/perl5.38.2/lib/5.38.2/amd64-freebsd/CORE/perl.h:4252:58: note: expanded from macro 'UNLIKELY'
4252 | #define UNLIKELY(cond) EXPECT(cBOOL(cond),FALSE)
| ~~~~~~~~~~~~~^~~~~~~~~~~~
/usr/perl5.38.2/lib/5.38.2/amd64-freebsd/CORE/handy.h:155:31: note: expanded from macro 'cBOOL'
155 | #define cBOOL(cbool) ((bool) (cbool))
| ^
/usr/perl5.38.2/lib/5.38.2/amd64-freebsd/CORE/perl.h:4231:62: note: expanded from macro 'EXPECT'
4231 | # define EXPECT(expr,val) __builtin_expect(expr,val)
| ^~~~
Curl.xs:236:5: warning: division by zero is undefined [-Wdivision-by-zero]
236 | Newz(1, self, 1, perl_curl_multi);
| ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
/usr/perl5.38.2/lib/5.38.2/amd64-freebsd/CORE/handy.h:2857:23: note: expanded from macro 'Newz'
2857 | #define Newz(x,v,n,t) Newxz(v,n,t)
| ^~~~~~~~~~~~
/usr/perl5.38.2/lib/5.38.2/amd64-freebsd/CORE/handy.h:2851:28: note: expanded from macro 'Newxz'
2851 | #define Newxz(v,n,t) (v = (MEM_WRAP_CHECK_(n,t) (t*)MEM_LOG_ALLOC(n,t,safecalloc((n),sizeof(t)))))
| ^~~~~~~~~~~~~~~~~~~~
/usr/perl5.38.2/lib/5.38.2/amd64-freebsd/CORE/handy.h:2772:32: note: expanded from macro 'MEM_WRAP_CHECK_'
2772 | # define MEM_WRAP_CHECK_(n,t) MEM_WRAP_CHECK(n,t),
| ^~~~~~~~~~~~~~~~~~~
note: (skipping 2 expansions in backtrace; use -fmacro-backtrace-limit=0 to see all)
/usr/perl5.38.2/lib/5.38.2/amd64-freebsd/CORE/perl.h:4252:58: note: expanded from macro 'UNLIKELY'
4252 | #define UNLIKELY(cond) EXPECT(cBOOL(cond),FALSE)
| ~~~~~~~~~~~~~^~~~~~~~~~~~
/usr/perl5.38.2/lib/5.38.2/amd64-freebsd/CORE/handy.h:155:31: note: expanded from macro 'cBOOL'
155 | #define cBOOL(cbool) ((bool) (cbool))
| ^
/usr/perl5.38.2/lib/5.38.2/amd64-freebsd/CORE/perl.h:4231:62: note: expanded from macro 'EXPECT'
4231 | # define EXPECT(expr,val) __builtin_expect(expr,val)
| ^~~~
In file included from Curl.xs:574:
./curlopt-constants.c:19:51: error: use of undeclared identifier 'CURL_DEPRECATED'
19 | if (strEQ(name, "DEPRECATED")) return CURL_DEPRECATED;
| ^
./curlopt-constants.c:20:58: error: non-void function 'constant' should return a value [-Wreturn-type]
20 | if (strEQ(name, "DID_MEMORY_FUNC_TYPEDEFS")) return CURL_DID_MEMORY_FUNC_TYPEDEFS;
| ^
./curlopt-constants.c:67:59: error: use of undeclared identifier 'CURL_IGNORE_DEPRECATION'
67 | if (strEQ(name, "IGNORE_DEPRECATION")) return CURL_IGNORE_DEPRECATION;
| ^
./curlopt-constants.c:147:49: error: use of undeclared identifier 'CURL_STRICTER'
147 | if (strEQ(name, "STRICTER")) return CURL_STRICTER;
| ^
./curlopt-constants.c:2009:40: error: non-void function 'constant' should return a value [-Wreturn-type]
2009 | if (strEQ(name, "CURL_H")) return CURLINC_CURL_H;
| ^
./curlopt-constants.c:2818:48: error: use of undeclared identifier 'CURLOPT'
2818 | if (strEQ(name, "CURLOPT")) return CURLOPT;
| ^
./curlopt-constants.c:2819:58: error: use of undeclared identifier 'CURLOPTDEPRECATED'; did you mean 'CURLOPT_PRIVATE'?
2819 | if (strEQ(name, "CURLOPTDEPRECATED")) return CURLOPTDEPRECATED;
| ^~~~~~~~~~~~~~~~~
| CURLOPT_PRIVATE
/usr/local/include/curl/curl.h:1463:11: note: 'CURLOPT_PRIVATE' declared here
1463 | CURLOPT(CURLOPT_PRIVATE, CURLOPTTYPE_OBJECTPOINT, 103),
| ^
In file included from Curl.xs:574:
./curlopt-constants.c:202:56: warning: implicit conversion from 'size_t' (aka 'unsigned long') to 'int' changes value from 18446744073709551615 to -1 [-Wconstant-conversion]
202 | if (strEQ(name, "ZERO_TERMINATED")) return CURL_ZERO_TERMINATED;
| ~~~~~~ ^~~~~~~~~~~~~~~~~~~~
/usr/local/include/curl/curl.h:2363:31: note: expanded from macro 'CURL_ZERO_TERMINATED'
2363 | #define CURL_ZERO_TERMINATED ((size_t) -1)
| ^~~~~~~~~~~
In file included from Curl.xs:574:
./curlopt-constants.c:2724:44: warning: implicit conversion from 'unsigned long' to 'int' changes value from 18446744073709551599 to -17 [-Wconstant-conversion]
2724 | if (strEQ(name, "ANY")) return CURLAUTH_ANY;
| ~~~~~~ ^~~~~~~~~~~~
/usr/local/include/curl/curl.h:817:32: note: expanded from macro 'CURLAUTH_ANY'
817 | #define CURLAUTH_ANY (~CURLAUTH_DIGEST_IE)
| ^~~~~~~~~~~~~~~~~~~
In file included from Curl.xs:574:
./curlopt-constants.c:2725:48: warning: implicit conversion from 'unsigned long' to 'int' changes value from 18446744073709551598 to -18 [-Wconstant-conversion]
2725 | if (strEQ(name, "ANYSAFE")) return CURLAUTH_ANYSAFE;
| ~~~~~~ ^~~~~~~~~~~~~~~~
/usr/local/include/curl/curl.h:818:32: note: expanded from macro 'CURLAUTH_ANYSAFE'
818 | #define CURLAUTH_ANYSAFE (~(CURLAUTH_BASIC|CURLAUTH_DIGEST_IE))
| ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
Curl.xs:1091:47: error: no member named 'curlm' in 'perl_curl_multi'
1091 | while ((msg = curl_multi_info_read(self->curlm, &queue))) {
| ~~~~ ^
Curl.xs:1100:26: warning: implicit conversion from enumeration type 'CURLINFO' to different enumeration type 'CURLoption' [-Wenum-conversion]
1100 | curl_easy_setopt(easy, CURLINFO_PRIVATE, NULL);
| ~~~~~~~~~~~~~~~~~~~~~~~^~~~~~~~~~~~~~~~~~~~~~~
/usr/local/include/curl/curl.h:3226:68: note: expanded from macro 'curl_easy_setopt'
3226 | #define curl_easy_setopt(handle,opt,param) curl_easy_setopt(handle,opt,param)
| ~~~~~~~~~~~~~~~~ ^~~
Curl.xs:1101:34: error: no member named 'curlm' in 'perl_curl_multi'
1101 | curl_multi_remove_handle(self->curlm, easy);
| ~~~~ ^
Curl.xs:1128:32: error: no member named 'curlm' in 'perl_curl_multi'
1128 | curl_multi_fdset(self->curlm, &fdread, &fdwrite, &fdexcep, &maxfd);
| ~~~~ ^
6 warnings and 12 errors generated.
*** Error code 1
Stop.
make: stopped in /home/cpansand/.cpan/build/2024021321/WWW-Curl-4.17-0
------------------------------
PREREQUISITES
------------------------------
Prerequisite modules loaded:
requires:
Module Need Have
------------------- ---- ----
ExtUtils::MakeMaker 6.42 7.70
build_requires:
Module Need Have
------------------- ---- ----
ExtUtils::MakeMaker 0 7.70
configure_requires:
Module Need Have
------------------- ---- ----
ExtUtils::MakeMaker 6.42 7.70
------------------------------
ENVIRONMENT AND OTHER CONTEXT
------------------------------
Environment variables:
LANG = C.UTF-8
PATH = /usr/local/bin:/usr/bin:/bin:/usr/local/sbin:/usr/sbin:/sbin:/home/cpansand/bin/freebsd15.0:/home/cpansand/bin/sh:/home/cpansand/bin:/usr/games:/home/cpansand/devel:/home/eserte/src/srezic-misc/scripts
PERL = /usr/perl5.38.2/bin/perl
PERL5LIB =
PERL5OPT =
PERL5_CPANPLUS_IS_RUNNING = 24501
PERL5_CPAN_IS_RUNNING = 24501
PERL5_CPAN_IS_RUNNING_IN_RECURSION = 24484,24501
PERLDOC = -MPod::Perldoc::ToTextOverstrike
PERL_BATCH = yes
PERL_CANARY_STABILITY_NOPROMPT = 1
PERL_CPAN_REPORTER_CONFIG = /var/tmp/cpansmoker-1023/2024021321/cpanreporter_000_config.ini
PERL_EXTUTILS_AUTOINSTALL = --defaultdeps
PERL_USE_UNSAFE_INC = 1
SHELL = /usr/local/bin/zsh
TERM = screen
TMPDIR = /var/tmp/cpansmoker-1023/2024021321
Perl special variables (and OS-specific diagnostics, for MSWin32):
$^X = /usr/perl5.38.2/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 0.88
Parse::CPAN::Meta 2.150010
Test2 1.302198
Test::Harness 3.44
Test::More 1.302198
YAML 1.31
YAML::Syck 1.34
version 0.9929
--
Summary of my perl5 (revision 5 version 38 subversion 2) configuration:
Platform:
osname=freebsd
osvers=15.0-current
archname=amd64-freebsd
uname='freebsd cloud2.bbbike.org 15.0-current freebsd 15.0-current #0 main-5bc10feacc: tue dec 26 13:29:01 utc 2023 root@cloud2.bbbike.org:usrobjhomeprojectsfreebsd-srcamd64.amd64sysgeneric amd64 '
config_args='-ds -e -Dprefix=/usr/perl5.38.2 -Dcf_email=srezic@cpan.org -Doptimize=-O2 -pipe'
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 ='-DHAS_FPSETMASK -DHAS_FLOATINGPOINT_H -fno-strict-aliasing -pipe -fstack-protector-strong -I/usr/local/include'
optimize='-O2 -pipe'
cppflags='-DHAS_FPSETMASK -DHAS_FLOATINGPOINT_H -fno-strict-aliasing -pipe -fstack-protector-strong -I/usr/local/include'
ccversion=''
gccversion='FreeBSD Clang 17.0.6 (https://github.com/llvm/llvm-project.git llvmorg-17.0.6-0-g6009708b4367)'
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 ='-Wl,-E -fstack-protector-strong -L/usr/local/lib'
libpth=/usr/lib /usr/local/lib /usr/lib/clang/17/lib
libs=-lpthread -lgdbm -ldl -lm -lcrypt -lutil -lc
perllibs=-lpthread -ldl -lm -lcrypt -lutil -lc
libc=
so=so
useshrplib=false
libperl=libperl.a
gnulibc_version=''
Dynamic Linking:
dlsrc=dl_dlopen.xs
dlext=so
d_dlsymun=undef
ccdlflags=' '
cccdlflags='-DPIC -fPIC'
lddlflags='-shared -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 freebsd
Compiled at Dec 26 2023 16:19:55
%ENV:
PERL="/usr/perl5.38.2/bin/perl"
PERL5LIB=""
PERL5OPT=""
PERL5_CPANPLUS_IS_RUNNING="24501"
PERL5_CPAN_IS_RUNNING="24501"
PERL5_CPAN_IS_RUNNING_IN_RECURSION="24484,24501"
PERLDOC="-MPod::Perldoc::ToTextOverstrike"
PERL_BATCH="yes"
PERL_CANARY_STABILITY_NOPROMPT="1"
PERL_CPAN_REPORTER_CONFIG="/var/tmp/cpansmoker-1023/2024021321/cpanreporter_000_config.ini"
PERL_EXTUTILS_AUTOINSTALL="--defaultdeps"
PERL_USE_UNSAFE_INC="1"
@INC:
/usr/perl5.38.2/lib/site_perl/5.38.2/amd64-freebsd
/usr/perl5.38.2/lib/site_perl/5.38.2
/usr/perl5.38.2/lib/5.38.2/amd64-freebsd
/usr/perl5.38.2/lib/5.38.2
.