Report for Syntax-Keyword-RawQuote-0.01

Back
From: metabase:user:322078bc-2aae-11df-837a-5e0a49663a4f
Subject: UNKNOWN Syntax-Keyword-RawQuote-0.01 v5.10.1 FreeBSD
Date: 2017-02-22T10:11:15Z

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 ARODLAND,

This is a computer-generated error report created automatically by
CPANPLUS, version 0.9162. 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':

cp lib/Syntax/Feature/RawQuote.pm blib/lib/Syntax/Feature/RawQuote.pm
cp lib/Syntax/Keyword/RawQuote.pm blib/lib/Syntax/Keyword/RawQuote.pm
cc -I. -Ilib/Syntax/Keyword -I/usr/home/cpan/pit/thr/perl-5.10.1/lib/5.10.1/i386-freebsd-thread-multi/CORE -DVERSION="0.01" -DXS_VERSION="0.01" -DPIC -fPIC -c -DHAS_FPSETMASK -DHAS_FLOATINGPOINT_H -fno-strict-aliasing -pipe -fstack-protector -I/usr/local/include -O -o temp/RawQuote.o temp/RawQuote.c
lib/Syntax/Keyword/RawQuote.xs:73:25: warning: passing 'char *' to parameter of type 'U8 *' (aka 'unsigned char *') converts between pointers to integer types with different sign [-Wpointer-sign]
      p = uvchr_to_utf8(ender, delim);
                        ^~~~~
/usr/home/cpan/pit/thr/perl-5.10.1/lib/5.10.1/i386-freebsd-thread-multi/CORE/utf8.h:20:51: note: expanded from macro 'uvuni_to_utf8'
#define uvuni_to_utf8(d, uv)            uvuni_to_utf8_flags(d, uv, 0)
                                                            ^
/usr/home/cpan/pit/thr/perl-5.10.1/lib/5.10.1/i386-freebsd-thread-multi/CORE/embed.h:3316:67: note: expanded from macro 'uvuni_to_utf8_flags'
#define uvuni_to_utf8_flags(a,b,c)      Perl_uvuni_to_utf8_flags(aTHX_ a,b,c)
                                                                       ^
/usr/home/cpan/pit/thr/perl-5.10.1/lib/5.10.1/i386-freebsd-thread-multi/CORE/proto.h:3646:54: note: passing argument to parameter 'd' here
PERL_CALLCONV U8*       Perl_uvuni_to_utf8_flags(pTHX_ U8 *d, UV uv, UV flags)
                                                           ^
lib/Syntax/Keyword/RawQuote.xs:73:9: warning: assigning to 'char *' from 'U8 *' (aka 'unsigned char *') converts between pointers to integer types with different sign [-Wpointer-sign]
      p = uvchr_to_utf8(ender, delim);
        ^
lib/Syntax/Keyword/RawQuote.xs:95:3: warning: implicit declaration of function 'lex_read_space' is invalid in C99 [-Wimplicit-function-declaration]
  lex_read_space(0);
  ^
lib/Syntax/Keyword/RawQuote.xs:98:11: warning: implicit declaration of function 'lex_read_unichar' is invalid in C99 [-Wimplicit-function-declaration]
  delim = lex_read_unichar(0);
          ^
lib/Syntax/Keyword/RawQuote.xs:103:14: warning: implicit declaration of function 'lex_bufutf8' is invalid in C99 [-Wimplicit-function-declaration]
  catflags = lex_bufutf8() ? SV_CATUTF8 : SV_CATBYTES;
             ^
lib/Syntax/Keyword/RawQuote.xs:103:30: error: use of undeclared identifier 'SV_CATUTF8'
  catflags = lex_bufutf8() ? SV_CATUTF8 : SV_CATBYTES;
                             ^
lib/Syntax/Keyword/RawQuote.xs:103:43: error: use of undeclared identifier 'SV_CATBYTES'
  catflags = lex_bufutf8() ? SV_CATUTF8 : SV_CATBYTES;
                                          ^
lib/Syntax/Keyword/RawQuote.xs:112:5: warning: implicit declaration of function 'lex_read_to' is invalid in C99 [-Wimplicit-function-declaration]
    lex_read_to(PL_parser->bufend);
    ^
lib/Syntax/Keyword/RawQuote.xs:114:10: warning: implicit declaration of function 'lex_next_chunk' is invalid in C99 [-Wimplicit-function-declaration]
    if (!lex_next_chunk(0)) {
         ^
lib/Syntax/Keyword/RawQuote.xs:134:12: error: use of undeclared identifier 'KEYWORD_PLUGIN_EXPR'
    return KEYWORD_PLUGIN_EXPR;
           ^
lib/Syntax/Keyword/RawQuote.xs:147:25: error: use of undeclared identifier 'PL_keyword_plugin'; did you mean 'my_keyword_plugin'?
  next_keyword_plugin = PL_keyword_plugin;
                        ^~~~~~~~~~~~~~~~~
                        my_keyword_plugin
lib/Syntax/Keyword/RawQuote.xs:131:12: note: 'my_keyword_plugin' declared here
static int my_keyword_plugin(pTHX_ char *kw_ptr, STRLEN kw_len, OP **op_ptr) {
           ^
lib/Syntax/Keyword/RawQuote.xs:148:3: error: use of undeclared identifier 'PL_keyword_plugin'; did you mean 'next_keyword_plugin'?
  PL_keyword_plugin = my_keyword_plugin;
  ^~~~~~~~~~~~~~~~~
  next_keyword_plugin
lib/Syntax/Keyword/RawQuote.xs:129:14: note: 'next_keyword_plugin' declared here
static int (*next_keyword_plugin)(pTHX_ char *, STRLEN, OP **);
             ^
7 warnings and 5 errors generated.
error building temp/RawQuote.o from 'temp/RawQuote.c' at /usr/home/cpan/pit/thr/perl-5.10.1/lib/5.10.1/ExtUtils/CBuilder/Base.pm line 173.
BEGIN failed--compilation aborted at -e line 1.



Perl module toolchain versions installed:
	Module Name                        Have
	CPANPLUS                         0.9162
	CPANPLUS::Dist::Build              0.80
	Cwd                                3.62
	ExtUtils::CBuilder             0.280224
	ExtUtils::Command                  7.24
	ExtUtils::Install                  2.04
	ExtUtils::MakeMaker                7.24
	ExtUtils::Manifest                 1.70
	ExtUtils::ParseXS                  3.30
	File::Spec                         3.62
	Module::Build                    0.4220
	Pod::Parser                        1.37
	Pod::Simple                        3.07
	Test2                          1.302075
	Test::Harness                      3.36
	Test::More                     1.302075
	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
    NONINTERACTIVE_TESTING = 1
    PATH = /sbin:/bin:/usr/sbin:/usr/bin:/usr/games:/usr/local/sbin:/usr/local/bin:/home/cpan/bin
    PERL5LIB = :/usr/home/cpan/pit/thr/conf/perl-5.10.1/.cpanplus/5.10.1/build/is_dnVsQCJ/ExtUtils-Config-0.008/blib/lib:/usr/home/cpan/pit/thr/conf/perl-5.10.1/.cpanplus/5.10.1/build/is_dnVsQCJ/ExtUtils-Config-0.008/blib/arch:/usr/home/cpan/pit/thr/conf/perl-5.10.1/.cpanplus/5.10.1/build/xekRInfn93/ExtUtils-Helpers-0.026/blib/lib:/usr/home/cpan/pit/thr/conf/perl-5.10.1/.cpanplus/5.10.1/build/xekRInfn93/ExtUtils-Helpers-0.026/blib/arch:/usr/home/cpan/pit/thr/conf/perl-5.10.1/.cpanplus/5.10.1/build/BQvFIm70yz/ExtUtils-InstallPaths-0.011/blib/lib:/usr/home/cpan/pit/thr/conf/perl-5.10.1/.cpanplus/5.10.1/build/BQvFIm70yz/ExtUtils-InstallPaths-0.011/blib/arch:/usr/home/cpan/pit/thr/conf/perl-5.10.1/.cpanplus/5.10.1/build/oCaep3OgKK/Module-Build-Tiny-0.039/blib/lib:/usr/home/cpan/pit/thr/conf/perl-5.10.1/.cpanplus/5.10.1/build/oCaep3OgKK/Module-Build-Tiny-0.039/blib/arch
    PERL5_CPANPLUS_IS_RUNNING = 30734
    PERL5_CPANPLUS_IS_VERSION = 0.9162
    PERL5_MINISMOKEBOX = 0.58
    PERL5_YACSMOKE_BASE = /usr/home/cpan/pit/thr/conf/perl-5.10.1
    PERL_EXTUTILS_AUTOINSTALL = --defaultdeps
    PERL_MM_USE_DEFAULT = 1
    SHELL = /usr/local/bin/bash
    TERM = screen

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

    Perl: $^X = /usr/home/cpan/pit/thr/perl-5.10.1/bin/perl
    UID:  $<  = 1002
    EUID: $>  = 1002
    GID:  $(  = 1002 1002
    EGID: $)  = 1002 1002


-------------------------------


--

Summary of my perl5 (revision 5 version 10 subversion 1) configuration:
   
  Platform:
    osname=freebsd, osvers=10.3-release-p2, archname=i386-freebsd-thread-multi
    uname='freebsd froggle 10.3-release-p2 freebsd 10.3-release-p2 #0: wed may 4 14:06:02 utc 2016 root@amd64-builder.daemonology.net:usrobjusrsrcsysgeneric i386 '
    config_args='-des -Dprefix=/usr/home/cpan/pit/thr/perl-5.10.1 -Dusethreads'
    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 -fno-strict-aliasing -pipe -fstack-protector -I/usr/local/include',
    optimize='-O',
    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=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=-lgdbm -lm -lcrypt -lutil
    perllibs=-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: MULTIPLICITY PERL_DONT_CREATE_GVSV
                        PERL_IMPLICIT_CONTEXT PERL_MALLOC_WRAP USE_ITHREADS
                        USE_LARGE_FILES USE_PERLIO USE_REENTRANT_API
  Locally applied patches:
	Devel::PatchPerl 1.42
  Built under freebsd
  Compiled at May  8 2016 03:15:57
  %ENV:
    PERL5LIB=":/usr/home/cpan/pit/thr/conf/perl-5.10.1/.cpanplus/5.10.1/build/is_dnVsQCJ/ExtUtils-Config-0.008/blib/lib:/usr/home/cpan/pit/thr/conf/perl-5.10.1/.cpanplus/5.10.1/build/is_dnVsQCJ/ExtUtils-Config-0.008/blib/arch:/usr/home/cpan/pit/thr/conf/perl-5.10.1/.cpanplus/5.10.1/build/xekRInfn93/ExtUtils-Helpers-0.026/blib/lib:/usr/home/cpan/pit/thr/conf/perl-5.10.1/.cpanplus/5.10.1/build/xekRInfn93/ExtUtils-Helpers-0.026/blib/arch:/usr/home/cpan/pit/thr/conf/perl-5.10.1/.cpanplus/5.10.1/build/BQvFIm70yz/ExtUtils-InstallPaths-0.011/blib/lib:/usr/home/cpan/pit/thr/conf/perl-5.10.1/.cpanplus/5.10.1/build/BQvFIm70yz/ExtUtils-InstallPaths-0.011/blib/arch:/usr/home/cpan/pit/thr/conf/perl-5.10.1/.cpanplus/5.10.1/build/oCaep3OgKK/Module-Build-Tiny-0.039/blib/lib:/usr/home/cpan/pit/thr/conf/perl-5.10.1/.cpanplus/5.10.1/build/oCaep3OgKK/Module-Build-Tiny-0.039/blib/arch"
    PERL5_CPANPLUS_IS_RUNNING="30734"
    PERL5_CPANPLUS_IS_VERSION="0.9162"
    PERL5_MINISMOKEBOX="0.58"
    PERL5_YACSMOKE_BASE="/usr/home/cpan/pit/thr/conf/perl-5.10.1"
    PERL_EXTUTILS_AUTOINSTALL="--defaultdeps"
    PERL_MM_USE_DEFAULT="1"
  @INC:
    /usr/home/cpan/pit/thr/conf/perl-5.10.1/.cpanplus/5.10.1/build/is_dnVsQCJ/ExtUtils-Config-0.008/blib/lib
    /usr/home/cpan/pit/thr/conf/perl-5.10.1/.cpanplus/5.10.1/build/is_dnVsQCJ/ExtUtils-Config-0.008/blib/arch
    /usr/home/cpan/pit/thr/conf/perl-5.10.1/.cpanplus/5.10.1/build/xekRInfn93/ExtUtils-Helpers-0.026/blib/lib
    /usr/home/cpan/pit/thr/conf/perl-5.10.1/.cpanplus/5.10.1/build/xekRInfn93/ExtUtils-Helpers-0.026/blib/arch
    /usr/home/cpan/pit/thr/conf/perl-5.10.1/.cpanplus/5.10.1/build/BQvFIm70yz/ExtUtils-InstallPaths-0.011/blib/lib
    /usr/home/cpan/pit/thr/conf/perl-5.10.1/.cpanplus/5.10.1/build/BQvFIm70yz/ExtUtils-InstallPaths-0.011/blib/arch
    /usr/home/cpan/pit/thr/conf/perl-5.10.1/.cpanplus/5.10.1/build/oCaep3OgKK/Module-Build-Tiny-0.039/blib/lib
    /usr/home/cpan/pit/thr/conf/perl-5.10.1/.cpanplus/5.10.1/build/oCaep3OgKK/Module-Build-Tiny-0.039/blib/arch
    /usr/home/cpan/pit/thr/perl-5.10.1/lib/5.10.1/i386-freebsd-thread-multi
    /usr/home/cpan/pit/thr/perl-5.10.1/lib/5.10.1
    /usr/home/cpan/pit/thr/perl-5.10.1/lib/site_perl/5.10.1/i386-freebsd-thread-multi
    /usr/home/cpan/pit/thr/perl-5.10.1/lib/site_perl/5.10.1
    .