Image-Magick v6.9.13-6 Perl 5 v5.22.2 amd64-freebsd-thread-multi
- Status
- Unknown
- From
- Slaven Rezić
- Dist
-
Image-Magick v6.9.13-6
- Platform
- Perl 5 v5.22.2 amd64-freebsd-thread-multi
- Date
- 2024-02-11 16:55:39
- ID
- 6296e08c-c8fe-11ee-a073-02266e8775ea
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 Cristy,
This is a computer-generated report for Image-Magick-6.9.13-6
on perl 5.22.2, created by CPAN-Reporter-1.2017.
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 Magick.pm blib/lib/Image/Magick.pm
AutoSplitting blib/lib/Image/Magick.pm (blib/lib/auto/Image/Magick)
Running Mkbootstrap for Magick ()
chmod 644 "Magick.bs"
"/usr/perl5.22.2t/bin/perl5.22.2" -MExtUtils::Command::MM -e 'cp_nonempty' -- Magick.bs blib/arch/auto/Image/Magick/Magick.bs 644
"/usr/perl5.22.2t/bin/perl5.22.2" "/usr/perl5.22.2t/lib/site_perl/5.22.2/ExtUtils/xsubpp" -typemap '/usr/perl5.22.2t/lib/5.22.2/ExtUtils/typemap' -typemap '/home/cpansand/.cpan/build/2024021114/Image-Magick-6.9.13-_IuaCQ/typemap' Magick.xs > Magick.xsc
mv Magick.xsc Magick.c
cc -c -I/usr/local/include/ImageMagick-6 -DMAGICKCORE_HDRI_ENABLE=0 -DMAGICKCORE_QUANTUM_DEPTH=16 -I/usr/include/libxml2 -I"/usr/include/ImageMagick-6" -DHAS_FPSETMASK -DHAS_FLOATINGPOINT_H -fno-strict-aliasing -pipe -fstack-protector -I/usr/local/include -D_FORTIFY_SOURCE=2 -I/usr/include/freetype2 -g -O2 -Wall -pthread -DMAGICKCORE_HDRI_ENABLE=0 -DMAGICKCORE_QUANTUM_DEPTH=16 -O2 -pipe -DVERSION=\"6.9.13\" -DXS_VERSION=\"6.9.13\" -DPIC -fPIC "-I/usr/perl5.22.2t/lib/5.22.2/amd64-freebsd-thread-multi/CORE" -D_LARGE_FILES=1 -DHAVE_CONFIG_H Magick.c
Magick.xs:569:37: error: use of undeclared identifier 'MagickAutoThresholdOptions'; did you mean 'MagickThresholdOptions'?
{ "AutoThreshold", { {"method", MagickAutoThresholdOptions} } }
^~~~~~~~~~~~~~~~~~~~~~~~~~
MagickThresholdOptions
/usr/local/include/ImageMagick-6/magick/option.h:93:3: note: 'MagickThresholdOptions' declared here
MagickThresholdOptions,
^
Magick.xs:11220:11: error: use of undeclared identifier 'AutoThresholdMethod'
AutoThresholdMethod
^
Magick.xs:11223:11: error: use of undeclared identifier 'method'; did you mean 'Methods'?
method=UndefinedThresholdMethod;
^~~~~~
Methods
Magick.xs:207:5: note: 'Methods' declared here
} Methods[] =
^
Magick.xs:11223:18: error: use of undeclared identifier 'UndefinedThresholdMethod'; did you mean 'UndefinedDitherMethod'?
method=UndefinedThresholdMethod;
^~~~~~~~~~~~~~~~~~~~~~~~
UndefinedDitherMethod
/usr/local/include/ImageMagick-6/magick/quantize.h:29:3: note: 'UndefinedDitherMethod' declared here
UndefinedDitherMethod,
^
Magick.xs:11223:17: error: array type 'struct Methods [149]' is not assignable
method=UndefinedThresholdMethod;
~~~~~~^
Magick.xs:11225:13: error: use of undeclared identifier 'method'; did you mean 'Methods'?
method=(AutoThresholdMethod) argument_list[0].integer_reference;
^~~~~~
Methods
Magick.xs:207:5: note: 'Methods' declared here
} Methods[] =
^
Magick.xs:11225:21: error: use of undeclared identifier 'AutoThresholdMethod'
method=(AutoThresholdMethod) argument_list[0].integer_reference;
^
Magick.xs:11226:18: warning: implicit declaration of function 'AutoThresholdImage' is invalid in C99 [-Wimplicit-function-declaration]
(void) AutoThresholdImage(image,method,exception);
^
Magick.xs:11226:43: error: use of undeclared identifier 'method'; did you mean 'Methods'?
(void) AutoThresholdImage(image,method,exception);
^~~~~~
Methods
Magick.xs:207:5: note: 'Methods' declared here
} Methods[] =
^
Magick.xs:13349:24: error: no member named 'magick_module' in 'struct _MagickInfo'
if (magick_info->magick_module == (char *) NULL)
~~~~~~~~~~~ ^
Magick.xs:13352:47: error: no member named 'magick_module' in 'struct _MagickInfo'
PUSHs(sv_2mortal(newSVpv(magick_info->magick_module,0)));
~~~~~~~~~~~ ^
/usr/perl5.22.2t/lib/5.22.2/amd64-freebsd-thread-multi/CORE/embed.h:400:42: note: expanded from macro 'newSVpv'
#define newSVpv(a,b) Perl_newSVpv(aTHX_ a,b)
^
/usr/perl5.22.2t/lib/5.22.2/amd64-freebsd-thread-multi/CORE/embed.h:579:46: note: expanded from macro 'sv_2mortal'
#define sv_2mortal(a) Perl_sv_2mortal(aTHX_ a)
^
/usr/perl5.22.2t/lib/5.22.2/amd64-freebsd-thread-multi/CORE/pp.h:302:28: note: expanded from macro 'PUSHs'
#define PUSHs(s) (*++sp = (s))
^
1 warning and 10 errors generated.
*** Error code 1
Stop.
make: stopped in /home/cpansand/.cpan/build/2024021114/Image-Magick-6.9.13-_IuaCQ
------------------------------
PREREQUISITES
------------------------------
Prerequisite modules loaded:
requires:
Module Need Have
------------------- ---- -----
parent 0 0.232
build_requires:
Module Need Have
------------------- ---- -----
ExtUtils::MakeMaker 0 7.58
configure_requires:
Module Need Have
------------------- ---- -----
ExtUtils::MakeMaker 0 7.58
------------------------------
ENVIRONMENT AND OTHER CONTEXT
------------------------------
Environment variables:
LC_ALL = de_DE.ISO8859-1
PATH = /usr/local/bin:/usr/bin:/bin:/usr/local/sbin:/usr/sbin:/sbin:/home/cpansand/bin/freebsd10.3:/home/cpansand/bin/sh:/home/cpansand/bin:/usr/games:/home/cpansand/devel:/home/eserte/src/srezic-misc/scripts
PERL = /usr/perl5.22.2t/bin/perl5.22.2
PERL5LIB =
PERL5OPT =
PERL5_CPANPLUS_IS_RUNNING = 70181
PERL5_CPAN_IS_RUNNING = 70181
PERL5_CPAN_IS_RUNNING_IN_RECURSION = 70077,70181
PERLDOC = -MPod::Perldoc::ToTextOverstrike
PERL_BATCH = yes
PERL_CANARY_STABILITY_NOPROMPT = 1
PERL_CPAN_REPORTER_CONFIG = /var/tmp/cpansmoker-1023/2024021114/cpanreporter_000_config.ini
PERL_EXTUTILS_AUTOINSTALL = --defaultdeps
SHELL = /usr/local/bin/zsh
TERM = screen
TMPDIR = /var/tmp/cpansmoker-1023/2024021114
Perl special variables (and OS-specific diagnostics, for MSWin32):
$^X = /usr/perl5.22.2t/bin/perl5.22.2
$UID/$EUID = 1023 / 1023
$GID = 1023 1023
$EGID = 1023 1023
Perl module toolchain versions installed:
Module Have
------------------- --------
CPAN 2.11
CPAN::Meta 2.150001
Cwd 3.62
ExtUtils::CBuilder 0.280221
ExtUtils::Command 7.58
ExtUtils::Install 2.06
ExtUtils::MakeMaker 7.58
ExtUtils::Manifest 1.70
ExtUtils::ParseXS 3.35
File::Spec 3.62
JSON 2.90
JSON::PP 2.27300
Module::Build 0.4218
Module::Signature 0.80
Parse::CPAN::Meta 1.4422
Test::Harness 3.35
Test::More 1.302183
YAML 1.15
YAML::Syck 1.29
version 0.9917
--
Summary of my perl5 (revision 5 version 22 subversion 2) configuration:
Platform:
osname=freebsd, osvers=10.1-release, archname=amd64-freebsd-thread-multi
uname='freebsd cvrsnica-freebsd-101.herceg.de 10.1-release freebsd 10.1-release #0 r274401: tue nov 11 21:02:49 utc 2014 root@releng1.nyi.freebsd.org:usrobjusrsrcsysgeneric amd64 '
config_args='-ds -e -Dprefix=/usr/perl5.22.2t -Dusethreads -Dcf_email=srezic@cpan.org -Doptimize=-O2 -pipe'
hint=recommended, useposix=true, d_sigaction=define
useithreads=define, usemultiplicity=define
use64bitint=define, use64bitall=define, uselongdouble=undef
usemymalloc=n, bincompat5005=undef
Compiler:
cc='cc', ccflags ='-DHAS_FPSETMASK -DHAS_FLOATINGPOINT_H -fno-strict-aliasing -pipe -fstack-protector -I/usr/local/include -D_FORTIFY_SOURCE=2',
optimize='-O2 -pipe',
cppflags='-DHAS_FPSETMASK -DHAS_FLOATINGPOINT_H -fno-strict-aliasing -pipe -fstack-protector -I/usr/local/include'
ccversion='', gccversion='4.2.1 Compatible FreeBSD Clang 3.4.1 (tags/RELEASE_34/dot1-final 208032)', 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 ='-pthread -Wl,-E -fstack-protector -L/usr/local/lib'
libpth=/usr/lib /usr/local/lib /usr/include/clang/3.4.1 /usr/lib
libs=-lpthread -lgdbm -lm -lcrypt -lutil
perllibs=-lpthread -lm -lcrypt -lutil
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'
Characteristics of this binary (from libperl):
Compile-time options: HAS_TIMES MULTIPLICITY PERLIO_LAYERS
PERL_DONT_CREATE_GVSV
PERL_HASH_FUNC_ONE_AT_A_TIME_HARD
PERL_IMPLICIT_CONTEXT PERL_MALLOC_WRAP
PERL_NEW_COPY_ON_WRITE PERL_PRESERVE_IVUV
USE_64_BIT_ALL USE_64_BIT_INT USE_ITHREADS
USE_LARGE_FILES USE_LOCALE USE_LOCALE_COLLATE
USE_LOCALE_CTYPE USE_LOCALE_NUMERIC USE_LOCALE_TIME
USE_PERLIO USE_PERL_ATOF USE_REENTRANT_API
Built under freebsd
Compiled at Jun 18 2016 12:32:50
%ENV:
PERL="/usr/perl5.22.2t/bin/perl5.22.2"
PERL5LIB=""
PERL5OPT=""
PERL5_CPANPLUS_IS_RUNNING="70181"
PERL5_CPAN_IS_RUNNING="70181"
PERL5_CPAN_IS_RUNNING_IN_RECURSION="70077,70181"
PERLDOC="-MPod::Perldoc::ToTextOverstrike"
PERL_BATCH="yes"
PERL_CANARY_STABILITY_NOPROMPT="1"
PERL_CPAN_REPORTER_CONFIG="/var/tmp/cpansmoker-1023/2024021114/cpanreporter_000_config.ini"
PERL_EXTUTILS_AUTOINSTALL="--defaultdeps"
@INC:
/usr/perl5.22.2t/lib/site_perl/5.22.2/amd64-freebsd-thread-multi
/usr/perl5.22.2t/lib/site_perl/5.22.2
/usr/perl5.22.2t/lib/5.22.2/amd64-freebsd-thread-multi
/usr/perl5.22.2t/lib/5.22.2
.