Report for Device-I2C-0.06

Back
From: metabase:user:30f4dfbe-2aae-11df-837a-5e0a49663a4f
Subject: UNKNOWN Device-I2C-0.06 v5.16.3 FreeBSD
Date: 2016-06-25T12:56:49Z

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 Slava Volkov,

This is a computer-generated report for Device-I2C-0.06
on perl 5.16.3, 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:

this report is from an automated smoke testing program
and was not reviewed by a human for accuracy

------------------------------
PROGRAM OUTPUT
------------------------------

Output from '/usr/bin/make':

cp lib/Device/I2C.pm blib/lib/Device/I2C.pm
Running Mkbootstrap for Device::I2C ()
chmod 644 "I2C.bs"
"/usr/home/njh/perl5/perlbrew/perls/perl-5.16.3/bin/perl" "/home/njh/perl5/perlbrew/perls/perl-5.16.3/lib/site_perl/5.16.3/ExtUtils/xsubpp"  -typemap "/home/njh/perl5/perlbrew/perls/perl-5.16.3/lib/5.16.3/ExtUtils/typemap"  I2C.xs > I2C.xsc && mv I2C.xsc I2C.c
cc -c  -I.  -DHAS_FPSETMASK -DHAS_FLOATINGPOINT_H -O2 -W -Wformat=2 -Wswitch -Wshadow -Wwrite-strings -Wuninitialized -Wall -pipe -mtune=native -march=native -fomit-frame-pointer -msse2 -msse -mmmx -mfpmath=sse -pedantic -D_FORTIFY_SOURCE=2 -Wpointer-arith -Wstrict-prototypes -fstack-protector -Wstack-protector -Wextra -Wbad-function-cast -Wcast-align -Wcast-qual -Wdisabled-optimization -Wendif-labels -Wfloat-equal -Wformat-nonliteral -Winline -Wmissing-declarations -Wmissing-prototypes -Wnested-externs -Wpointer-arith -Wundef -Wformat-security -ftree-vectorize -ftree-vectorizer-verbose=2 -fno-strict-aliasing -I/usr/local/include -O    -DVERSION=\"0.06\"  -DXS_VERSION=\"0.06\" -DPIC -fPIC "-I/home/njh/perl5/perlbrew/perls/perl-5.16.3/lib/5.16.3/i386-freebsd-thread-multi/CORE"   I2C.c
In file included from I2C.xs:2:
/home/njh/perl5/perlbrew/perls/perl-5.16.3/lib/5.16.3/i386-freebsd-thread-multi/CORE/perl.h:1662:40: warning: anonymous variadic macros were introduced in C99
/home/njh/perl5/perlbrew/perls/perl-5.16.3/lib/5.16.3/i386-freebsd-thread-multi/CORE/perl.h:1674:41: warning: anonymous variadic macros were introduced in C99
In file included from I2C.xs:7:
i2c-dev.h:28:25: error: linux/types.h: No such file or directory
In file included from I2C.xs:7:
i2c-dev.h:39: error: expected specifier-qualifier-list before '__u16'
i2c-dev.h:49: warning: struct has no members
i2c-dev.h:91: error: expected specifier-qualifier-list before '__u8'
i2c-dev.h:95: warning: union has no members
i2c-dev.h:149: error: expected specifier-qualifier-list before '__u8'
i2c-dev.h:161: error: expected '=', ',', ';', 'asm' or '__attribute__' before 'i2c_smbus_access'
i2c-dev.h:174: error: expected '=', ',', ';', 'asm' or '__attribute__' before 'i2c_smbus_write_quick'
i2c-dev.h:179: error: expected '=', ',', ';', 'asm' or '__attribute__' before 'i2c_smbus_read_byte'
i2c-dev.h:188: error: expected '=', ',', ';', 'asm' or '__attribute__' before 'i2c_smbus_write_byte'
i2c-dev.h:194: error: expected '=', ',', ';', 'asm' or '__attribute__' before 'i2c_smbus_read_byte_data'
i2c-dev.h:204: error: expected '=', ',', ';', 'asm' or '__attribute__' before 'i2c_smbus_write_byte_data'
i2c-dev.h:213: error: expected '=', ',', ';', 'asm' or '__attribute__' before 'i2c_smbus_read_word_data'
i2c-dev.h:223: error: expected '=', ',', ';', 'asm' or '__attribute__' before 'i2c_smbus_write_word_data'
i2c-dev.h:232: error: expected '=', ',', ';', 'asm' or '__attribute__' before 'i2c_smbus_process_call'
i2c-dev.h:245: error: expected '=', ',', ';', 'asm' or '__attribute__' before 'i2c_smbus_read_block_data'
i2c-dev.h:260: error: expected '=', ',', ';', 'asm' or '__attribute__' before 'i2c_smbus_write_block_data'
i2c-dev.h:278: error: expected '=', ',', ';', 'asm' or '__attribute__' before 'i2c_smbus_read_i2c_block_data'
i2c-dev.h:298: error: expected '=', ',', ';', 'asm' or '__attribute__' before 'i2c_smbus_write_i2c_block_data'
i2c-dev.h:313: error: expected '=', ',', ';', 'asm' or '__attribute__' before 'i2c_smbus_block_process_call'
i2c-dev.h:333: error: expected '=', ',', ';', 'asm' or '__attribute__' before 'i2c_smbus_check_device'
I2C.c: In function 'XS_Device__I2C__writeQuick':
I2C.c:168: warning: nested extern declaration of 'Perl___notused'
I2C.xs:17: warning: implicit declaration of function 'i2c_smbus_write_quick'
I2C.xs:17: warning: nested extern declaration of 'i2c_smbus_write_quick'
I2C.c:181: warning: ISO C forbids braced-groups within expressions
I2C.c:181: warning: ISO C forbids braced-groups within expressions
I2C.c:181: warning: ISO C forbids braced-groups within expressions
I2C.c:183: warning: ISO C forbids braced-groups within expressions
I2C.c: In function 'XS_Device__I2C__checkDevice':
I2C.c:190: warning: nested extern declaration of 'Perl___notused'
I2C.xs:25: warning: implicit declaration of function 'i2c_smbus_check_device'
I2C.xs:25: warning: nested extern declaration of 'i2c_smbus_check_device'
I2C.c:203: warning: ISO C forbids braced-groups within expressions
I2C.c:203: warning: ISO C forbids braced-groups within expressions
I2C.c:203: warning: ISO C forbids braced-groups within expressions
I2C.c:205: warning: ISO C forbids braced-groups within expressions
I2C.c: In function 'XS_Device__I2C__readByte':
I2C.c:212: warning: nested extern declaration of 'Perl___notused'
I2C.xs:32: warning: implicit declaration of function 'i2c_smbus_read_byte'
I2C.xs:32: warning: nested extern declaration of 'i2c_smbus_read_byte'
I2C.c:223: warning: ISO C forbids braced-groups within expressions
I2C.c:223: warning: ISO C forbids braced-groups within expressions
I2C.c:223: warning: ISO C forbids braced-groups within expressions
I2C.c:225: warning: ISO C forbids braced-groups within expressions
I2C.c: In function 'XS_Device__I2C__writeByte':
I2C.c:232: warning: nested extern declaration of 'Perl___notused'
I2C.xs:40: warning: implicit declaration of function 'i2c_smbus_write_byte'
I2C.xs:40: warning: nested extern declaration of 'i2c_smbus_write_byte'
I2C.c:245: warning: ISO C forbids braced-groups within expressions
I2C.c:245: warning: ISO C forbids braced-groups within expressions
I2C.c:245: warning: ISO C forbids braced-groups within expressions
I2C.c:247: warning: ISO C forbids braced-groups within expressions
I2C.c: In function 'XS_Device__I2C__readByteData':
I2C.c:254: warning: nested extern declaration of 'Perl___notused'
I2C.xs:48: warning: implicit declaration of function 'i2c_smbus_read_byte_data'
I2C.xs:48: warning: nested extern declaration of 'i2c_smbus_read_byte_data'
I2C.c:267: warning: ISO C forbids braced-groups within expressions
I2C.c:267: warning: ISO C forbids braced-groups within expressions
I2C.c:267: warning: ISO C forbids braced-groups within expressions
I2C.c:269: warning: ISO C forbids braced-groups within expressions
I2C.c: In function 'XS_Device__I2C__writeByteData':
I2C.c:276: warning: nested extern declaration of 'Perl___notused'
I2C.xs:57: warning: implicit declaration of function 'i2c_smbus_write_byte_data'
I2C.xs:57: warning: nested extern declaration of 'i2c_smbus_write_byte_data'
I2C.c:291: warning: ISO C forbids braced-groups within expressions
I2C.c:291: warning: ISO C forbids braced-groups within expressions
I2C.c:291: warning: ISO C forbids braced-groups within expressions
I2C.c:293: warning: ISO C forbids braced-groups within expressions
I2C.c: In function 'XS_Device__I2C__readWordData':
I2C.c:300: warning: nested extern declaration of 'Perl___notused'
I2C.xs:65: warning: implicit declaration of function 'i2c_smbus_read_word_data'
I2C.xs:65: warning: nested extern declaration of 'i2c_smbus_read_word_data'
I2C.c:313: warning: ISO C forbids braced-groups within expressions
I2C.c:313: warning: ISO C forbids braced-groups within expressions
I2C.c:313: warning: ISO C forbids braced-groups within expressions
I2C.c:315: warning: ISO C forbids braced-groups within expressions
I2C.c: In function 'XS_Device__I2C__writeWordData':
I2C.c:322: warning: nested extern declaration of 'Perl___notused'
I2C.xs:74: warning: implicit declaration of function 'i2c_smbus_write_word_data'
I2C.xs:74: warning: nested extern declaration of 'i2c_smbus_write_word_data'
I2C.c:337: warning: ISO C forbids braced-groups within expressions
I2C.c:337: warning: ISO C forbids braced-groups within expressions
I2C.c:337: warning: ISO C forbids braced-groups within expressions
I2C.c:339: warning: ISO C forbids braced-groups within expressions
I2C.c: In function 'XS_Device__I2C__processCall':
I2C.c:346: warning: nested extern declaration of 'Perl___notused'
I2C.xs:83: warning: implicit declaration of function 'i2c_smbus_process_call'
I2C.xs:83: warning: nested extern declaration of 'i2c_smbus_process_call'
I2C.c:361: warning: ISO C forbids braced-groups within expressions
I2C.c:361: warning: ISO C forbids braced-groups within expressions
I2C.c:361: warning: ISO C forbids braced-groups within expressions
I2C.c:363: warning: ISO C forbids braced-groups within expressions
I2C.c: In function 'XS_Device__I2C__readBlockData':
I2C.c:370: warning: nested extern declaration of 'Perl___notused'
I2C.xs:95: warning: implicit declaration of function 'i2c_smbus_read_block_data'
I2C.xs:95: warning: nested extern declaration of 'i2c_smbus_read_block_data'
I2C.c:393: warning: ISO C forbids braced-groups within expressions
I2C.c:393: warning: ISO C forbids braced-groups within expressions
I2C.c:393: warning: ISO C forbids braced-groups within expressions
I2C.c:395: warning: ISO C forbids braced-groups within expressions
I2C.c: In function 'XS_Device__I2C__writeBlockData':
I2C.c:402: warning: nested extern declaration of 'Perl___notused'
I2C.xs:111: warning: implicit declaration of function 'i2c_smbus_write_block_data'
I2C.xs:111: warning: nested extern declaration of 'i2c_smbus_write_block_data'
I2C.c:421: warning: ISO C forbids braced-groups within expressions
I2C.c:421: warning: ISO C forbids braced-groups within expressions
I2C.c:421: warning: ISO C forbids braced-groups within expressions
I2C.c:423: warning: ISO C forbids braced-groups within expressions
I2C.c: In function 'XS_Device__I2C__blockProcessCall':
I2C.c:430: warning: nested extern declaration of 'Perl___notused'
I2C.xs:123: warning: implicit declaration of function 'i2c_smbus_block_process_call'
I2C.xs:123: warning: nested extern declaration of 'i2c_smbus_block_process_call'
I2C.c:449: warning: ISO C forbids braced-groups within expressions
I2C.c:449: warning: ISO C forbids braced-groups within expressions
I2C.c:449: warning: ISO C forbids braced-groups within expressions
I2C.c:451: warning: ISO C forbids braced-groups within expressions
I2C.c: In function 'XS_Device__I2C__readI2CBlockData':
I2C.c:458: warning: nested extern declaration of 'Perl___notused'
I2C.xs:136: warning: implicit declaration of function 'i2c_smbus_read_i2c_block_data'
I2C.xs:136: warning: nested extern declaration of 'i2c_smbus_read_i2c_block_data'
I2C.c:482: warning: ISO C forbids braced-groups within expressions
I2C.c:482: warning: ISO C forbids braced-groups within expressions
I2C.c:482: warning: ISO C forbids braced-groups within expressions
I2C.c:484: warning: ISO C forbids braced-groups within expressions
I2C.c: In function 'XS_Device__I2C__writeI2CBlockData':
I2C.c:491: warning: nested extern declaration of 'Perl___notused'
I2C.xs:152: warning: implicit declaration of function 'i2c_smbus_write_i2c_block_data'
I2C.xs:152: warning: nested extern declaration of 'i2c_smbus_write_i2c_block_data'
I2C.c:510: warning: ISO C forbids braced-groups within expressions
I2C.c:510: warning: ISO C forbids braced-groups within expressions
I2C.c:510: warning: ISO C forbids braced-groups within expressions
I2C.c:512: warning: ISO C forbids braced-groups within expressions
I2C.c: In function 'boot_Device__I2C':
I2C.c:522: warning: nested extern declaration of 'Perl___notused'
I2C.c:562: warning: ISO C forbids braced-groups within expressions
I2C.c:562: warning: ISO C forbids braced-groups within expressions
*** [I2C.o] Error code 1

Stop in /usr/home/njh/.cpan/build/Device-I2C-0.06-hBBQAn.

------------------------------
PREREQUISITES
------------------------------

Prerequisite modules loaded:

requires:

    Module              Need     Have    
    ------------------- -------- --------
    Carp                0        1.32    
    constant            0        1.23    
    Fcntl               0        1.11    
    IO::File            0        1.16    
    perl                5.010001 5.016003
    strict              0        1.07    
    warnings            0        1.13    
    XSLoader            0        0.16    

build_requires:

    Module              Need     Have    
    ------------------- -------- --------
    blib                1.01     1.06    
    ExtUtils::MakeMaker 0        7.10    
    File::Spec          0        3.47    
    File::Temp          0        0.2304  
    IO::Handle          0        1.33    
    IPC::Open3          0        1.12    
    Test::More          0        1.001014

configure_requires:

    Module              Need     Have    
    ------------------- -------- --------
    ExtUtils::MakeMaker 0        7.10    
    perl                5.006    5.016003


------------------------------
ENVIRONMENT AND OTHER CONTEXT
------------------------------

Environment variables:

    AUTOMATED_TESTING = 1
    PATH = /home/njh/perl5/perlbrew/bin:/home/njh/perl5/perlbrew/perls/perl-5.16.3/bin:/home/njh/perl5/perlbrew/bin:/usr/bin:/bin
    PERL = /usr/home/njh/perl5/perlbrew/perls/perl-5.16.3/bin/perl
    PERL5LIB = 
    PERL5OPT = 
    PERL5_CPANPLUS_IS_RUNNING = 55097
    PERL5_CPAN_IS_RUNNING = 55097
    PERL5_MINISMOKEBOX = 0.58
    PERLBREW_BASHRC_VERSION = 0.74
    PERLBREW_LIB = 
    PERLBREW_MANPATH = /home/njh/perl5/perlbrew/perls/perl-5.16.3/man
    PERLBREW_PATH = /home/njh/perl5/perlbrew/bin:/home/njh/perl5/perlbrew/perls/perl-5.16.3/bin
    PERLBREW_PERL = perl-5.16.3
    PERLBREW_ROOT = /home/njh/perl5/perlbrew
    PERLBREW_VERSION = 0.74
    PERL_EXTUTILS_AUTOINSTALL = --defaultdeps
    PERL_LOCAL_LIB_ROOT = 
    PERL_MM_USE_DEFAULT = 1
    SHELL = /bin/sh

Perl special variables (and OS-specific diagnostics, for MSWin32):

    $^X = /usr/home/njh/perl5/perlbrew/perls/perl-5.16.3/bin/perl
    $UID/$EUID = 1000 / 1000
    $GID = 1000 1000 0
    $EGID = 1000 1000 0

Perl module toolchain versions installed:

    Module              Have    
    ------------------- --------
    CPAN                2.10    
    CPAN::Meta          2.150005
    Cwd                 3.47    
    ExtUtils::CBuilder  0.280224
    ExtUtils::Command   7.10    
    ExtUtils::Install   2.04    
    ExtUtils::MakeMaker 7.10    
    ExtUtils::Manifest  1.65    
    ExtUtils::ParseXS   3.30    
    File::Spec          3.47    
    JSON                2.90    
    JSON::PP            2.27300 
    Module::Build       0.4210  
    Module::Signature   n/a     
    Parse::CPAN::Meta   1.4414  
    Test::Harness       3.34    
    Test::More          1.001014
    YAML                1.15    
    YAML::Syck          1.29    
    version             0.99    


--

Summary of my perl5 (revision 5 version 16 subversion 3) configuration:
   
  Platform:
    osname=freebsd, osvers=9.1-release, archname=i386-freebsd-thread-multi
    uname='freebsd amber 9.1-release freebsd 9.1-release #0 r243826: tue dec 4 06:55:39 utc 2012 root@obrian.cse.buffalo.edu:usrobjusrsrcsysgeneric i386 '
    config_args='-de -Dprefix=/home/njh/perl5/perlbrew/perls/perl-5.16.3 -Duseithreads -Dusemultiplicity -Accflags=-O2 -W -Wformat=2 -Wswitch -Wshadow -Wwrite-strings -Wuninitialized -Wall -pipe -mtune=native -march=native -fomit-frame-pointer -msse2 -msse -mmmx -mfpmath=sse -pedantic -D_FORTIFY_SOURCE=2 -Wpointer-arith -Wstrict-prototypes -fstack-protector -Wstack-protector -Wextra -Wbad-function-cast -Wcast-align -Wcast-qual -Wdisabled-optimization -Wendif-labels -Wfloat-equal -Wformat-nonliteral -Winline -Wmissing-declarations -Wmissing-prototypes -Wnested-externs -Wpointer-arith -Wundef -Wformat-security -ftree-vectorize -ftree-vectorizer-verbose=2 -Aeval:scriptdir=/home/njh/perl5/perlbrew/perls/perl-5.16.3/bin'
    hint=recommended, useposix=true, d_sigaction=define
    useithreads=define, usemultiplicity=define
    useperlio=define, d_sfio=undef, uselargefiles=define, usesocks=undef
    use64bitint=undef, use64bitall=undef, uselongdouble=undef
    usemymalloc=n, bincompat5005=undef
  Compiler:
    cc='cc', ccflags ='-DHAS_FPSETMASK -DHAS_FLOATINGPOINT_H -O2 -W -Wformat=2 -Wswitch -Wshadow -Wwrite-strings -Wuninitialized -Wall -pipe -mtune=native -march=native -fomit-frame-pointer -msse2 -msse -mmmx -mfpmath=sse -pedantic -D_FORTIFY_SOURCE=2 -Wpointer-arith -Wstrict-prototypes -fstack-protector -Wstack-protector -Wextra -Wbad-function-cast -Wcast-align -Wcast-qual -Wdisabled-optimization -Wendif-labels -Wfloat-equal -Wformat-nonliteral -Winline -Wmissing-declarations -Wmissing-prototypes -Wnested-externs -Wpointer-arith -Wundef -Wformat-security -ftree-vectorize -ftree-vectorizer-verbose=2 -fno-strict-aliasing -I/usr/local/include',
    optimize='-O',
    cppflags='-DHAS_FPSETMASK -DHAS_FLOATINGPOINT_H -O2 -W -Wformat=2 -Wswitch -Wshadow -Wwrite-strings -Wuninitialized -Wall -pipe -mtune=native -march=native -fomit-frame-pointer -msse2 -msse -mmmx -mfpmath=sse -pedantic -D_FORTIFY_SOURCE=2 -Wpointer-arith -Wstrict-prototypes -fstack-protector -Wstack-protector -Wextra -Wbad-function-cast -Wcast-align -Wcast-qual -Wdisabled-optimization -Wendif-labels -Wfloat-equal -Wformat-nonliteral -Winline -Wmissing-declarations -Wmissing-prototypes -Wnested-externs -Wpointer-arith -Wundef -Wformat-security -ftree-vectorize -ftree-vectorizer-verbose=2 -fno-strict-aliasing -I/usr/local/include'
    ccversion='', gccversion='4.2.1 20070831 patched [FreeBSD]', gccosandvers=''
    intsize=4, longsize=4, ptrsize=4, doublesize=8, byteorder=1234
    d_longlong=define, longlongsize=8, d_longdbl=define, longdblsize=12
    ivtype='long', ivsize=4, nvtype='double', nvsize=8, Off_t='off_t', lseeksize=8
    alignbytes=4, prototype=define
  Linker and Libraries:
    ld='cc', ldflags ='-pthread -Wl,-E  -fstack-protector -L/usr/local/lib'
    libpth=/usr/lib /usr/local/lib
    libs=-lm -lcrypt
    perllibs=-lm -lcrypt
    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_IMPLICIT_CONTEXT
                        PERL_MALLOC_WRAP PERL_PRESERVE_IVUV USE_ITHREADS
                        USE_LARGE_FILES USE_LOCALE USE_LOCALE_COLLATE
                        USE_LOCALE_CTYPE USE_LOCALE_NUMERIC USE_PERLIO
                        USE_PERL_ATOF USE_REENTRANT_API
  Built under freebsd
  Compiled at Jul 22 2013 18:46:22
  %ENV:
    PERL="/usr/home/njh/perl5/perlbrew/perls/perl-5.16.3/bin/perl"
    PERL5LIB=""
    PERL5OPT=""
    PERL5_CPANPLUS_IS_RUNNING="55097"
    PERL5_CPAN_IS_RUNNING="55097"
    PERL5_MINISMOKEBOX="0.58"
    PERLBREW_BASHRC_VERSION="0.74"
    PERLBREW_LIB=""
    PERLBREW_MANPATH="/home/njh/perl5/perlbrew/perls/perl-5.16.3/man"
    PERLBREW_PATH="/home/njh/perl5/perlbrew/bin:/home/njh/perl5/perlbrew/perls/perl-5.16.3/bin"
    PERLBREW_PERL="perl-5.16.3"
    PERLBREW_ROOT="/home/njh/perl5/perlbrew"
    PERLBREW_VERSION="0.74"
    PERL_EXTUTILS_AUTOINSTALL="--defaultdeps"
    PERL_LOCAL_LIB_ROOT=""
    PERL_MM_USE_DEFAULT="1"
  @INC:
    /home/njh/perl5/perlbrew/perls/perl-5.16.3/lib/site_perl/5.16.3/i386-freebsd-thread-multi
    /home/njh/perl5/perlbrew/perls/perl-5.16.3/lib/site_perl/5.16.3
    /home/njh/perl5/perlbrew/perls/perl-5.16.3/lib/5.16.3/i386-freebsd-thread-multi
    /home/njh/perl5/perlbrew/perls/perl-5.16.3/lib/5.16.3
    .