Back
From: metabase:user:322078bc-2aae-11df-837a-5e0a49663a4f
Subject: UNKNOWN C-Blocks-0.05_04 v5.12.2 Debian GNU/kFreeBSD
Date: 2016-08-12T16:10:55Z
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 DCMERTENS,
This is a computer-generated error report created automatically by
CPANPLUS, version 0.9160. Testers personal comments may appear
at the end of this report.
Thank you for uploading your work to CPAN. However, it appears that
there were some problems testing your distribution.
TEST RESULTS:
Below is the error stack from stage 'fetch':
Building C-Blocks
Creating lib/C/Blocks/PerlAPI.xs
Using executable screen to check 3238 identifiers
Using executable screen to check 3219 identifiers
Using executable screen to check 2963 identifiers
Using DynaLoader screen to check 2963 identifiers
Using DynaLoader screen to check 2962 identifiers
Beginning brute-force screening
Using DynaLoader screen to check 2962 identifiers
cc -I/home/cpan/pit/thr/conf/perl-5.12.2/.cpanplus/5.12.2/build/gC1qZCvo61/Alien-TinyCCx-0.11/share/include -I. -I/home/cpan/pit/thr/perl-5.12.2/lib/5.12.2/x86_64-gnukfreebsd-thread-multi/CORE -DVERSION="0.05_04" -DXS_VERSION="0.05_04" -fpic -c -D_REENTRANT -D_GNU_SOURCE -fno-strict-aliasing -pipe -fstack-protector -I/usr/local/include -D_LARGEFILE_SOURCE -D_FILE_OFFSET_BITS=64 -O2 -o lib/C/Blocks/PerlAPI.o lib/C/Blocks/PerlAPI.c
ExtUtils::Mkbootstrap::Mkbootstrap('blib/arch/auto/C/Blocks/PerlAPI/PerlAPI.bs')
cc -shared -O2 -L/usr/local/lib -fstack-protector -o blib/arch/auto/C/Blocks/PerlAPI/PerlAPI.so lib/C/Blocks/PerlAPI.o -L/home/cpan/pit/thr/conf/perl-5.12.2/.cpanplus/5.12.2/build/gC1qZCvo61/Alien-TinyCCx-0.11/share/lib64 -ltcc
cc -I/home/cpan/pit/thr/conf/perl-5.12.2/.cpanplus/5.12.2/build/gC1qZCvo61/Alien-TinyCCx-0.11/share/include -I. -I/home/cpan/pit/thr/perl-5.12.2/lib/5.12.2/x86_64-gnukfreebsd-thread-multi/CORE -DVERSION="0.05_04" -DXS_VERSION="0.05_04" -fpic -c -D_REENTRANT -D_GNU_SOURCE -fno-strict-aliasing -pipe -fstack-protector -I/usr/local/include -D_LARGEFILE_SOURCE -D_FILE_OFFSET_BITS=64 -O2 -o lib/C/Blocks.o lib/C/Blocks.c
lib/C/Blocks.xs:38:1: error: unknown type name âXOPâ
XOP tcc_xop;
^
lib/C/Blocks.xs:362:2: error: unknown type name âCOPHHâ
COPHH* hints_hash;
^
lib/C/Blocks.xs: In function âprocess_next_char_sigiled_varâ:
lib/C/Blocks.xs:634:21: warning: initialization makes pointer from integer without a cast
SV * fancy_type = cophh_fetch_pv(pstate->data->hints_hash,
^
lib/C/Blocks.xs:636:21: warning: initialization makes pointer from integer without a cast
SV * fancy_init = cophh_fetch_pv(pstate->data->hints_hash,
^
lib/C/Blocks.xs:660:24: warning: initialization makes pointer from integer without a cast
SV * fancy_cleanup = cophh_fetch_pv(pstate->data->hints_hash,
^
lib/C/Blocks.xs: In function âinitialize_c_blocks_dataâ:
lib/C/Blocks.xs:751:19: warning: assignment makes pointer from integer without a cast
data->hints_hash = CopHINTHASH_get(PL_curcop);
^
lib/C/Blocks.xs:762:18: warning: assignment makes pointer from integer without a cast
data->exsymtabs = cophh_fetch_pvs(data->hints_hash, "C::Blocks/extended_symtab_tables", 0);
^
lib/C/Blocks.xs: In function âserialize_symbol_tableâ:
lib/C/Blocks.xs:1084:19: warning: assignment makes pointer from integer without a cast
data->hints_hash = cophh_store_pvs(data->hints_hash, "C::Blocks/extended_symtab_tables", data->exsymtabs, 0);
^
lib/C/Blocks.xs: In function âparse_c_isaâ:
lib/C/Blocks.xs:1148:2: error: unknown type name âCOPHHâ
COPHH * curr_hh = CopHINTHASH_get(PL_curcop);
^
lib/C/Blocks.xs:1148:20: warning: initialization makes pointer from integer without a cast
COPHH * curr_hh = CopHINTHASH_get(PL_curcop);
^
lib/C/Blocks.xs:1191:23: warning: assignment makes pointer from integer without a cast
if (type) curr_hh = cophh_store_pv(curr_hh,
^
lib/C/Blocks.xs:1193:23: warning: assignment makes pointer from integer without a cast
if (init) curr_hh = cophh_store_pv(curr_hh,
^
lib/C/Blocks.xs:1195:26: warning: assignment makes pointer from integer without a cast
if (cleanup) curr_hh = cophh_store_pv(curr_hh,
^
lib/C/Blocks.xs:1197:18: warning: assignment makes pointer from integer without a cast
else curr_hh = cophh_delete_pv(curr_hh,
^
lib/C/Blocks.xs: In function âboot_C__Blocksâ:
lib/C/Blocks.xs:1392:25: error: âxop_nameâ undeclared (first use in this function)
XopENTRY_set(&tcc_xop, xop_name, "tccop");
^
lib/C/Blocks.xs:1392:25: note: each undeclared identifier is reported only once for each function it appears in
lib/C/Blocks.xs:1393:25: error: âxop_descâ undeclared (first use in this function)
XopENTRY_set(&tcc_xop, xop_desc, "Op to run jit-compiled C code");
^
error building lib/C/Blocks.o from 'lib/C/Blocks.c' at /home/cpan/pit/thr/perl-5.12.2/lib/site_perl/5.12.2/ExtUtils/CBuilder/Base.pm line 173.
BEGIN failed--compilation aborted at -e line 1.
PREREQUISITES:
Here is a list of prerequisites you specified and versions we
managed to load:
Module Name Have Want
Alien::TinyCCx 0.11 0.11
Capture::Tiny 0.44 0
ExtUtils::CBuilder 0.280224 0
ExtUtils::Config 0.008 0
ExtUtils::Embed 1.28 0
ExtUtils::ParseXS 3.30 3
File::Basename 2.78 0
File::ShareDir 1.102 1.00
File::Spec 3.62 0
File::Temp 0.2304 0
Test::More 1.302049 0.88
Test::Warn 0.30 0
Perl module toolchain versions installed:
Module Name Have
CPANPLUS 0.9160
CPANPLUS::Dist::Build 0.80
Cwd 3.62
ExtUtils::CBuilder 0.280224
ExtUtils::Command 7.18
ExtUtils::Install 2.04
ExtUtils::MakeMaker 7.18
ExtUtils::Manifest 1.70
ExtUtils::ParseXS 3.30
File::Spec 3.62
Module::Build 0.4218
Pod::Parser 1.37
Pod::Simple 3.14
Test2 1.302049
Test::Harness 3.36
Test::More 1.302049
version 0.9917
******************************** NOTE ********************************
The comments above are created mechanically, possibly without manual
checking by the sender. As there are many people performing automatic
tests on each upload to CPAN, it is likely that you will receive
identical messages about the same problem.
If you believe that the message is mistaken, please reply to the first
one with correction and/or additional informations, and do not take
it personally. We appreciate your patience. :)
**********************************************************************
Additional comments:
This report was machine-generated by CPANPLUS::Dist::YACSmoke 0.98.
Powered by minismokebox version 0.58
------------------------------
ENVIRONMENT AND OTHER CONTEXT
------------------------------
Environment variables:
AUTOMATED_TESTING = 1
LANG = en_GB.UTF-8
LANGUAGE = en_GB:en
NONINTERACTIVE_TESTING = 1
PATH = /usr/local/bin:/usr/bin:/bin:/usr/local/games:/usr/games
PERL5LIB = :/home/cpan/pit/thr/conf/perl-5.12.2/.cpanplus/5.12.2/build/5Np8Itad4D/Class-Inspector-1.28/blib/lib:/home/cpan/pit/thr/conf/perl-5.12.2/.cpanplus/5.12.2/build/5Np8Itad4D/Class-Inspector-1.28/blib/arch:/home/cpan/pit/thr/conf/perl-5.12.2/.cpanplus/5.12.2/build/H95Sg6PxQL/File-ShareDir-Install-0.11/blib/lib:/home/cpan/pit/thr/conf/perl-5.12.2/.cpanplus/5.12.2/build/H95Sg6PxQL/File-ShareDir-Install-0.11/blib/arch:/home/cpan/pit/thr/conf/perl-5.12.2/.cpanplus/5.12.2/build/nKwisbS9ck/File-ShareDir-1.102/blib/lib:/home/cpan/pit/thr/conf/perl-5.12.2/.cpanplus/5.12.2/build/nKwisbS9ck/File-ShareDir-1.102/blib/arch:/home/cpan/pit/thr/conf/perl-5.12.2/.cpanplus/5.12.2/build/gC1qZCvo61/Alien-TinyCCx-0.11/blib/lib:/home/cpan/pit/thr/conf/perl-5.12.2/.cpanplus/5.12.2/build/gC1qZCvo61/Alien-TinyCCx-0.11/blib/arch:/home/cpan/pit/thr/conf/perl-5.12.2/.cpanplus/5.12.2/build/UK3bxLPJ64/Capture-Tiny-0.44/blib/lib:/home/cpan/pit/thr/conf/perl-5.12.2/.cpanplus/5.12.2/build/UK3bxLPJ64/Capture-Tiny-0.44/blib/arch:/home/cpan/pit/thr/conf/perl-5.12.2/.cpanplus/5.12.2/build/FnTIt__FDx/ExtUtils-Config-0.008/blib/lib:/home/cpan/pit/thr/conf/perl-5.12.2/.cpanplus/5.12.2/build/FnTIt__FDx/ExtUtils-Config-0.008/blib/arch:/home/cpan/pit/thr/conf/perl-5.12.2/.cpanplus/5.12.2/build/MniB6e7Ped/Carp-1.38/blib/lib:/home/cpan/pit/thr/conf/perl-5.12.2/.cpanplus/5.12.2/build/MniB6e7Ped/Carp-1.38/blib/arch:/home/cpan/pit/thr/conf/perl-5.12.2/.cpanplus/5.12.2/build/xD1090ty7W/Sub-Uplevel-0.2600/blib/lib:/home/cpan/pit/thr/conf/perl-5.12.2/.cpanplus/5.12.2/build/xD1090ty7W/Sub-Uplevel-0.2600/blib/arch:/home/cpan/pit/thr/conf/perl-5.12.2/.cpanplus/5.12.2/build/ZrhOjUx5um/Test-Warn-0.30/blib/lib:/home/cpan/pit/thr/conf/perl-5.12.2/.cpanplus/5.12.2/build/ZrhOjUx5um/Test-Warn-0.30/blib/arch
PERL5_CPANPLUS_IS_RUNNING = 6458
PERL5_CPANPLUS_IS_VERSION = 0.9160
PERL5_MINISMOKEBOX = 0.58
PERL5_YACSMOKE_BASE = /home/cpan/pit/thr/conf/perl-5.12.2
PERL_EXTUTILS_AUTOINSTALL = --defaultdeps
PERL_MM_USE_DEFAULT = 1
SHELL = /bin/bash
TERM = screen
Perl special variables (and OS-specific diagnostics, for MSWin32):
Perl: $^X = /home/cpan/pit/thr/perl-5.12.2/bin/perl
UID: $< = 1001
EUID: $> = 1001
GID: $( = 1001 1001
EGID: $) = 1001 1001
-------------------------------
--
Summary of my perl5 (revision 5 version 12 subversion 2) configuration:
Platform:
osname=gnukfreebsd, osvers=10.1-0-amd64, archname=x86_64-gnukfreebsd-thread-multi
uname='gnukfreebsd kondor 10.1-0-amd64 #0 wed, 16 mar 2016 23:16:33 +0000 x86_64 amd64 qemu virtual cpu version 2.0.0 gnukfreebsd '
config_args='-des -Dprefix=/home/cpan/pit/thr/perl-5.12.2 -Dusethreads'
hint=recommended, useposix=true, d_sigaction=define
useithreads=define, usemultiplicity=define
useperlio=define, d_sfio=undef, uselargefiles=define, usesocks=undef
use64bitint=define, use64bitall=define, uselongdouble=undef
usemymalloc=n, bincompat5005=undef
Compiler:
cc='cc', ccflags ='-D_REENTRANT -D_GNU_SOURCE -fno-strict-aliasing -pipe -fstack-protector -I/usr/local/include -D_LARGEFILE_SOURCE -D_FILE_OFFSET_BITS=64',
optimize='-O2',
cppflags='-D_REENTRANT -D_GNU_SOURCE -fno-strict-aliasing -pipe -fstack-protector -I/usr/local/include'
ccversion='', gccversion='4.9.2', gccosandvers=''
intsize=4, longsize=8, ptrsize=8, doublesize=8, byteorder=12345678
d_longlong=define, longlongsize=8, d_longdbl=define, longdblsize=16
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 -L/usr/local/lib'
libpth=/usr/local/lib /lib/x86_64-kfreebsd-gnu /lib/../lib /usr/lib/x86_64-kfreebsd-gnu /usr/lib/../lib /lib /usr/lib
libs=-lnsl -lgdbm -ldl -lm -lcrypt -lutil -lpthread -lc -lgdbm_compat
perllibs=-lnsl -ldl -lm -lcrypt -lutil -lpthread -lc
libc=/usr/lib/x86_64-kfreebsd-gnu/libc.so, so=so, useshrplib=false, libperl=libperl.a
gnulibc_version='2.19'
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'
Characteristics of this binary (from libperl):
Compile-time options: MULTIPLICITY PERL_DONT_CREATE_GVSV
PERL_IMPLICIT_CONTEXT PERL_MALLOC_WRAP USE_64_BIT_ALL
USE_64_BIT_INT USE_ITHREADS USE_LARGE_FILES
USE_PERLIO USE_PERL_ATOF USE_REENTRANT_API
Locally applied patches:
Devel::PatchPerl 1.42
Built under gnukfreebsd
Compiled at May 7 2016 03:02:37
%ENV:
PERL5LIB=":/home/cpan/pit/thr/conf/perl-5.12.2/.cpanplus/5.12.2/build/5Np8Itad4D/Class-Inspector-1.28/blib/lib:/home/cpan/pit/thr/conf/perl-5.12.2/.cpanplus/5.12.2/build/5Np8Itad4D/Class-Inspector-1.28/blib/arch:/home/cpan/pit/thr/conf/perl-5.12.2/.cpanplus/5.12.2/build/H95Sg6PxQL/File-ShareDir-Install-0.11/blib/lib:/home/cpan/pit/thr/conf/perl-5.12.2/.cpanplus/5.12.2/build/H95Sg6PxQL/File-ShareDir-Install-0.11/blib/arch:/home/cpan/pit/thr/conf/perl-5.12.2/.cpanplus/5.12.2/build/nKwisbS9ck/File-ShareDir-1.102/blib/lib:/home/cpan/pit/thr/conf/perl-5.12.2/.cpanplus/5.12.2/build/nKwisbS9ck/File-ShareDir-1.102/blib/arch:/home/cpan/pit/thr/conf/perl-5.12.2/.cpanplus/5.12.2/build/gC1qZCvo61/Alien-TinyCCx-0.11/blib/lib:/home/cpan/pit/thr/conf/perl-5.12.2/.cpanplus/5.12.2/build/gC1qZCvo61/Alien-TinyCCx-0.11/blib/arch:/home/cpan/pit/thr/conf/perl-5.12.2/.cpanplus/5.12.2/build/UK3bxLPJ64/Capture-Tiny-0.44/blib/lib:/home/cpan/pit/thr/conf/perl-5.12.2/.cpanplus/5.12.2/build/UK3bxLPJ64/Capture-Tiny-0.44/blib/arch:/home/cpan/pit/thr/conf/perl-5.12.2/.cpanplus/5.12.2/build/FnTIt__FDx/ExtUtils-Config-0.008/blib/lib:/home/cpan/pit/thr/conf/perl-5.12.2/.cpanplus/5.12.2/build/FnTIt__FDx/ExtUtils-Config-0.008/blib/arch:/home/cpan/pit/thr/conf/perl-5.12.2/.cpanplus/5.12.2/build/MniB6e7Ped/Carp-1.38/blib/lib:/home/cpan/pit/thr/conf/perl-5.12.2/.cpanplus/5.12.2/build/MniB6e7Ped/Carp-1.38/blib/arch:/home/cpan/pit/thr/conf/perl-5.12.2/.cpanplus/5.12.2/build/xD1090ty7W/Sub-Uplevel-0.2600/blib/lib:/home/cpan/pit/thr/conf/perl-5.12.2/.cpanplus/5.12.2/build/xD1090ty7W/Sub-Uplevel-0.2600/blib/arch:/home/cpan/pit/thr/conf/perl-5.12.2/.cpanplus/5.12.2/build/ZrhOjUx5um/Test-Warn-0.30/blib/lib:/home/cpan/pit/thr/conf/perl-5.12.2/.cpanplus/5.12.2/build/ZrhOjUx5um/Test-Warn-0.30/blib/arch"
PERL5_CPANPLUS_IS_RUNNING="6458"
PERL5_CPANPLUS_IS_VERSION="0.9160"
PERL5_MINISMOKEBOX="0.58"
PERL5_YACSMOKE_BASE="/home/cpan/pit/thr/conf/perl-5.12.2"
PERL_EXTUTILS_AUTOINSTALL="--defaultdeps"
PERL_MM_USE_DEFAULT="1"
@INC:
/home/cpan/pit/thr/conf/perl-5.12.2/.cpanplus/5.12.2/build/5Np8Itad4D/Class-Inspector-1.28/blib/lib
/home/cpan/pit/thr/conf/perl-5.12.2/.cpanplus/5.12.2/build/5Np8Itad4D/Class-Inspector-1.28/blib/arch
/home/cpan/pit/thr/conf/perl-5.12.2/.cpanplus/5.12.2/build/H95Sg6PxQL/File-ShareDir-Install-0.11/blib/lib
/home/cpan/pit/thr/conf/perl-5.12.2/.cpanplus/5.12.2/build/H95Sg6PxQL/File-ShareDir-Install-0.11/blib/arch
/home/cpan/pit/thr/conf/perl-5.12.2/.cpanplus/5.12.2/build/nKwisbS9ck/File-ShareDir-1.102/blib/lib
/home/cpan/pit/thr/conf/perl-5.12.2/.cpanplus/5.12.2/build/nKwisbS9ck/File-ShareDir-1.102/blib/arch
/home/cpan/pit/thr/conf/perl-5.12.2/.cpanplus/5.12.2/build/gC1qZCvo61/Alien-TinyCCx-0.11/blib/lib
/home/cpan/pit/thr/conf/perl-5.12.2/.cpanplus/5.12.2/build/gC1qZCvo61/Alien-TinyCCx-0.11/blib/arch
/home/cpan/pit/thr/conf/perl-5.12.2/.cpanplus/5.12.2/build/UK3bxLPJ64/Capture-Tiny-0.44/blib/lib
/home/cpan/pit/thr/conf/perl-5.12.2/.cpanplus/5.12.2/build/UK3bxLPJ64/Capture-Tiny-0.44/blib/arch
/home/cpan/pit/thr/conf/perl-5.12.2/.cpanplus/5.12.2/build/FnTIt__FDx/ExtUtils-Config-0.008/blib/lib
/home/cpan/pit/thr/conf/perl-5.12.2/.cpanplus/5.12.2/build/FnTIt__FDx/ExtUtils-Config-0.008/blib/arch
/home/cpan/pit/thr/conf/perl-5.12.2/.cpanplus/5.12.2/build/MniB6e7Ped/Carp-1.38/blib/lib
/home/cpan/pit/thr/conf/perl-5.12.2/.cpanplus/5.12.2/build/MniB6e7Ped/Carp-1.38/blib/arch
/home/cpan/pit/thr/conf/perl-5.12.2/.cpanplus/5.12.2/build/xD1090ty7W/Sub-Uplevel-0.2600/blib/lib
/home/cpan/pit/thr/conf/perl-5.12.2/.cpanplus/5.12.2/build/xD1090ty7W/Sub-Uplevel-0.2600/blib/arch
/home/cpan/pit/thr/conf/perl-5.12.2/.cpanplus/5.12.2/build/ZrhOjUx5um/Test-Warn-0.30/blib/lib
/home/cpan/pit/thr/conf/perl-5.12.2/.cpanplus/5.12.2/build/ZrhOjUx5um/Test-Warn-0.30/blib/arch
/home/cpan/pit/thr/perl-5.12.2/lib/site_perl/5.12.2/x86_64-gnukfreebsd-thread-multi
/home/cpan/pit/thr/perl-5.12.2/lib/site_perl/5.12.2
/home/cpan/pit/thr/perl-5.12.2/lib/5.12.2/x86_64-gnukfreebsd-thread-multi
/home/cpan/pit/thr/perl-5.12.2/lib/5.12.2
.