Asm-C v20210330 Perl 5 v5.32.1 amd64-freebsd-thread-multi
- Status
- Unknown
- From
- Slaven Rezić
- Dist
-
Asm-C v20210330
- Platform
- Perl 5 v5.32.1 amd64-freebsd-thread-multi
- Date
- 2021-03-30 02:32:03
- ID
- 1cd9424e-9100-11eb-b293-85751f24ea8f
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 Philip R Brenan,
This is a computer-generated report for Asm-C-20210330
on perl 5.32.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 './Build test':
Unable to confirm presence of command: gcc
at /home/cpansand/.cpan/build/2021033002/Data-Table-Text-20210328-0/blib/lib/Data/Table/Text.pm line 4675, <DATA> line 80.
Data::Table::Text::confirmHasCommandLineCommand("gcc") called at (eval 53) line 9
eval 'use Time::HiRes qw(time);
use Test::More;
my $localTest = ((caller(1))[0]//\'Asm::C\') eq "Asm::C"; # Local testing mode
Test::More->builder->output("/dev/null") if $localTest; # Reduce number of confirmation messages during testing
if ($^O =~ m(bsd|linux)i)
{if (confirmHasCommandLineCommand(q(gcc))
&& confirmHasCommandLineCommand(q(readelf)))
{plan tests => 17
}
else
{plan skip_all =>qq(gcc or readelf missing on: $^O);
}
}
else
{plan skip_all =>qq(Not supported on: $^O);
}
my $start = time; # Tests
if (1) #TextractCField #TextractCStructureFields #TextractCStructureSize #TextractCFieldLoc #TextractCFieldSize #TextractCFieldType
{my $input = writeTempFile <<END;
struct S
{int a;
int b;
int c;
} s;
void main() {}
END
is_deeply extractCStructure($input), #TextractCStructure
{ S => bless({
fields => {
a => bless({ field => "a", loc => 0, size => 4, type => "int" }, "field"),
b => bless({ field => "b", loc => 4, size => 4, type => "int" }, "field"),
c => bless({ field => "c", loc => 8, size => 4, type => "int" }, "field"),
},
size => 12,
}, "structure")};
is_deeply extractCField($input, q(S), q(a)),
bless({ field => "a", loc => 0, size => 4, type => "int" }, "field");
is_deeply extractCField($input, q(S), q(b)),
bless({ field => "b", loc => 4, size => 4, type => "int" }, "field");
is_deeply extractCField($input, q(S), q(c)),
bless({ field => "c", loc => 8, size => 4, type => "int" }, "field");
is_deeply [extractCStructureFields($input, q(S))], [qw(a b c)];
is_deeply extractCStructureSize($input, q(S)), 12;
is_deeply extractCFieldLoc ($input, q(S), q(a)), 0;
is_deeply extractCFieldLoc ($input, q(S), q(b)), 4;
is_deeply extractCFieldLoc ($input, q(S), q(c)), 8;
is_deeply extractCFieldSize($input, q(S), q(a)), 4;
is_deeply extractCFieldSize($input, q(S), q(b)), 4;
is_deeply extractCFieldSize($input, q(S), q(c)), 4;
is_deeply extractCFieldType($input, q(S), q(a)), q(int);
is_deeply extractCFieldType($input, q(S), q(b)), q(int);
is_deeply extractCFieldType($input, q(S), q(c)), q(int);
}
if (0)
{my $s = extractCStructure q(#include <time.h>);
}
if (1) #TextractMacroDefinitionsFromCHeaderFile #TextractMacroDefinitionFromCHeaderFile
{my $h = "linux/mman.h";
my $m = extractMacroDefinitionsFromCHeaderFile("linux/mman.h");
is_deeply $$m{MAP_ANONYMOUS}, "0x20";
ok extractMacroDefinitionFromCHeaderFile("linux/mman.h", q(PROT_WRITE)) eq "0x2";
}
lll "Finished:", time - $start;
' called at /usr/home/cpansand/.cpan/build/2021033002/Asm-C-20210330-0/blib/lib/Asm/C.pm line 497
Asm::C::test() called at test.pl line 11
test.pl .. skipped: gcc or readelf missing on: freebsd
Files=1, Tests=0, 0 wallclock secs ( 0.02 usr 0.01 sys + 0.23 cusr 0.02 csys = 0.28 CPU)
Result: NOTESTS
------------------------------
PREREQUISITES
------------------------------
Prerequisite modules loaded:
requires:
Module Need Have
----------------- ------ --------
Carp 0 1.50
Data::Dump 0 1.23
Data::Table::Text 0 20210328
feature 0 1.58
Test2::API 0 1.302175
Test::More 0 1.302175
configure_requires:
Module Need Have
----------------- ------ --------
Module::Build 0.4224 0.4231
------------------------------
ENVIRONMENT AND OTHER CONTEXT
------------------------------
Environment variables:
PATH = /usr/local/bin:/usr/bin:/bin:/usr/local/sbin:/usr/sbin:/sbin:/home/cpansand/bin/sh:/home/cpansand/bin:/usr/games:/home/cpansand/devel:/usr/home/eserte/src/srezic-misc/scripts
PERL5LIB = /home/cpansand/.cpan/build/2021033002/Data-Table-Text-20210328-0/blib/arch:/home/cpansand/.cpan/build/2021033002/Data-Table-Text-20210328-0/blib/lib:/home/cpansand/.cpan/build/2021033002/JSON-4.03-0/blib/arch:/home/cpansand/.cpan/build/2021033002/JSON-4.03-0/blib/lib:/home/cpansand/.cpan/build/2021033002/Data-Dump-1.23-0/blib/arch:/home/cpansand/.cpan/build/2021033002/Data-Dump-1.23-0/blib/lib
PERL5OPT =
PERL5_CPANPLUS_IS_RUNNING = 25669
PERL5_CPAN_IS_RUNNING = 25669
PERL5_CPAN_IS_RUNNING_IN_RECURSION = 10150,25669
PERL_BATCH = yes
PERL_CANARY_STABILITY_NOPROMPT = 1
PERL_CPAN_REPORTER_CONFIG = /var/tmp/cpansmoker-1023/2021033001/cpanreporter_000_config.ini
PERL_EXTUTILS_AUTOINSTALL = --defaultdeps
PERL_USE_UNSAFE_INC = 1
SHELL = /bin/sh
TMPDIR = /var/tmp/cpansmoker-1023/2021033001
Perl special variables (and OS-specific diagnostics, for MSWin32):
$^X = /usr/local/bin/perl
$UID/$EUID = 1023 / 1023
$GID = 1023 1023
$EGID = 1023 1023
Perl module toolchain versions installed:
Module Have
------------------- --------
CPAN 2.27
CPAN::Meta 2.150010
Cwd 3.78
ExtUtils::CBuilder 0.280234
ExtUtils::Command 7.44
ExtUtils::Install 2.14
ExtUtils::MakeMaker 7.44
ExtUtils::Manifest 1.72
ExtUtils::ParseXS 3.40
File::Spec 3.78
JSON 4.03
JSON::PP 4.04
Module::Build 0.4231
Module::Signature n/a
Parse::CPAN::Meta 2.150010
Test::Harness 3.42
Test::More 1.302175
YAML 1.30
YAML::Syck 1.34
version 0.9924
--
Summary of my perl5 (revision 5 version 32 subversion 1) configuration:
Platform:
osname=freebsd
osvers=13.0-alpha2
archname=amd64-freebsd-thread-multi
uname='freebsd 13stable-amd64-default-job-02 13.0-alpha2 freebsd 13.0-alpha2 1300136 amd64 '
config_args='-Darchlib=/usr/local/lib/perl5/5.32/mach -Dcc=cc -Dcf_by=mat -Dcf_email=mat@FreeBSD.org -Dcf_time=Sat Jan 23 14:56:40 UTC 2021 -Dinc_version_list=none -Dlibperl=libperl.so.5.32.1 -Dman1dir=/usr/local/lib/perl5/5.32/perl/man/man1 -Dman3dir=/usr/local/lib/perl5/5.32/perl/man/man3 -Dprefix=/usr/local -Dprivlib=/usr/local/lib/perl5/5.32 -Dscriptdir=/usr/local/bin -Dsitearch=/usr/local/lib/perl5/site_perl/mach/5.32 -Dsitelib=/usr/local/lib/perl5/site_perl -Dsiteman1dir=/usr/local/lib/perl5/site_perl/man/man1 -Dsiteman3dir=/usr/local/lib/perl5/site_perl/man/man3 -Dusenm=n -Duseshrplib -sde -Ui_iconv -Ui_malloc -Uinstallusrbinperl -Alddlflags=-L/wrkdirs/usr/ports/lang/perl5.32/work/perl-5.32.1 -L/usr/local/lib/perl5/5.32/mach/CORE -lperl -Dshrpldflags=$(LDDLFLAGS:N-L/wrkdirs/usr/ports/lang/perl5.32/work/perl-5.32.1:N-L/usr/local/lib/perl5/5.32/mach/CORE:N-lperl) -Wl,-soname,$(LIBPERL:R) -Doptimize=-O2 -pipe -fstack-protector-strong -fno-strict-aliasing -Dusedtrace -Ui_gdbm -Dusemultiplicity=y -Duse64bitint -Dusemymalloc=n -Dusethreads=y -Accflags=-DUSE_THREAD_SAFE_LOCALE'
hint=recommended
useposix=true
d_sigaction=define
useithreads=define
usemultiplicity=define
use64bitint=define
use64bitall=define
uselongdouble=undef
usemymalloc=n
default_inc_excludes_dot=define
bincompat5005=undef
Compiler:
cc='cc'
ccflags ='-DHAS_FPSETMASK -DHAS_FLOATINGPOINT_H -DUSE_THREAD_SAFE_LOCALE -fno-strict-aliasing -pipe -fstack-protector-strong -I/usr/local/include'
optimize='-O2 -pipe -fstack-protector-strong -fno-strict-aliasing '
cppflags='-DHAS_FPSETMASK -DHAS_FLOATINGPOINT_H -DUSE_THREAD_SAFE_LOCALE -fno-strict-aliasing -pipe -fstack-protector-strong -I/usr/local/include'
ccversion=''
gccversion='FreeBSD Clang 11.0.1 (git@github.com:llvm/llvm-project.git llvmorg-11.0.1-0-g43ff75f2c3fe)'
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-strong -L/usr/local/lib'
libpth=/usr/lib /usr/local/lib /usr/lib/clang/11.0.1/lib /usr/lib
libs=-lpthread -lm -lcrypt -lutil
perllibs=-lpthread -lm -lcrypt -lutil
libc=
so=so
useshrplib=true
libperl=libperl.so.5.32.1
gnulibc_version=''
Dynamic Linking:
dlsrc=dl_dlopen.xs
dlext=so
d_dlsymun=undef
ccdlflags=' -Wl,-R/usr/local/lib/perl5/5.32/mach/CORE'
cccdlflags='-DPIC -fPIC'
lddlflags='-shared -L/usr/local/lib/perl5/5.32/mach/CORE -lperl -L/usr/local/lib -fstack-protector-strong'
Characteristics of this binary (from libperl):
Compile-time options:
HAS_TIMES
MULTIPLICITY
PERLIO_LAYERS
PERL_COPY_ON_WRITE
PERL_DONT_CREATE_GVSV
PERL_IMPLICIT_CONTEXT
PERL_MALLOC_WRAP
PERL_OP_PARENT
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
USE_THREAD_SAFE_LOCALE
Built under freebsd
%ENV:
PERL5LIB="/home/cpansand/.cpan/build/2021033002/Data-Table-Text-20210328-0/blib/arch:/home/cpansand/.cpan/build/2021033002/Data-Table-Text-20210328-0/blib/lib:/home/cpansand/.cpan/build/2021033002/JSON-4.03-0/blib/arch:/home/cpansand/.cpan/build/2021033002/JSON-4.03-0/blib/lib:/home/cpansand/.cpan/build/2021033002/Data-Dump-1.23-0/blib/arch:/home/cpansand/.cpan/build/2021033002/Data-Dump-1.23-0/blib/lib"
PERL5OPT=""
PERL5_CPANPLUS_IS_RUNNING="25669"
PERL5_CPAN_IS_RUNNING="25669"
PERL5_CPAN_IS_RUNNING_IN_RECURSION="10150,25669"
PERL_BATCH="yes"
PERL_CANARY_STABILITY_NOPROMPT="1"
PERL_CPAN_REPORTER_CONFIG="/var/tmp/cpansmoker-1023/2021033001/cpanreporter_000_config.ini"
PERL_EXTUTILS_AUTOINSTALL="--defaultdeps"
PERL_USE_UNSAFE_INC="1"
@INC:
/home/cpansand/.cpan/build/2021033002/Data-Table-Text-20210328-0/blib/arch
/home/cpansand/.cpan/build/2021033002/Data-Table-Text-20210328-0/blib/lib
/home/cpansand/.cpan/build/2021033002/JSON-4.03-0/blib/arch
/home/cpansand/.cpan/build/2021033002/JSON-4.03-0/blib/lib
/home/cpansand/.cpan/build/2021033002/Data-Dump-1.23-0/blib/arch
/home/cpansand/.cpan/build/2021033002/Data-Dump-1.23-0/blib/lib
/usr/local/lib/perl5/site_perl/mach/5.32
/usr/local/lib/perl5/site_perl
/usr/local/lib/perl5/5.32/mach
/usr/local/lib/perl5/5.32
.