Skip Menu |

This queue is for tickets about the Syntax-Keyword-Try CPAN distribution.

Report information
The Basics
Id: 132910
Status: resolved
Priority: 0/
Queue: Syntax-Keyword-Try

People
Owner: Nobody in particular
Requestors: SREZIC [...] cpan.org
Cc:
AdminCc:

Bug Information
Severity: (no value)
Broken in: 0.12
Fixed in: 0.13



Subject: lexer-additions.c.inc missing in 0.12?
Build fails on my smoker systems: ... Output from './Build': Building Syntax-Keyword-Try cc -I/opt/perl-5.28.2/lib/5.28.2/x86_64-linux/CORE -DVERSION="0.12" -DXS_VERSION="0.12" -fPIC -Ihax -c -fwrapv -fno-strict-aliasing -pipe -fstack-protector-strong -I/usr/local/include -D_LARGEFILE_SOURCE -D_FILE_OFFSET_BITS=64 -O2 -o lib/Syntax/Keyword/Try.o lib/Syntax/Keyword/Try.c lib/Syntax/Keyword/Try.xs:65:10: fatal error: lexer-additions.c.inc: No such file or directory #include "lexer-additions.c.inc" ^~~~~~~~~~~~~~~~~~~~~~~ compilation terminated. error building lib/Syntax/Keyword/Try.o from 'lib/Syntax/Keyword/Try.c' at /opt/perl-5.28.2/lib/site_perl/5.28.2/ExtUtils/CBuilder/Base.pm line 185. ...
On 2020-06-29 14:23:24, SREZIC wrote: Show quoted text
> Build fails on my smoker systems: > > ... > Output from './Build': > > Building Syntax-Keyword-Try > cc -I/opt/perl-5.28.2/lib/5.28.2/x86_64-linux/CORE -DVERSION="0.12" > -DXS_VERSION="0.12" -fPIC -Ihax -c -fwrapv -fno-strict-aliasing -pipe > -fstack-protector-strong -I/usr/local/include -D_LARGEFILE_SOURCE > -D_FILE_OFFSET_BITS=64 -O2 -o lib/Syntax/Keyword/Try.o > lib/Syntax/Keyword/Try.c > lib/Syntax/Keyword/Try.xs:65:10: fatal error: lexer-additions.c.inc: > No such file or directory > #include "lexer-additions.c.inc" > ^~~~~~~~~~~~~~~~~~~~~~~ > compilation terminated. > error building lib/Syntax/Keyword/Try.o from > 'lib/Syntax/Keyword/Try.c' at /opt/perl- > 5.28.2/lib/site_perl/5.28.2/ExtUtils/CBuilder/Base.pm line 185. > ...
Sometimes another file is reported: lib/Syntax/Keyword/Try.xs:50:12: fatal error: wrap_keyword_plugin.c.inc: No such file or directory # include "wrap_keyword_plugin.c.inc"
On 2020-06-29 14:24:23, SREZIC wrote: Show quoted text
> On 2020-06-29 14:23:24, SREZIC wrote:
> > Build fails on my smoker systems: > > > > ... > > Output from './Build': > > > > Building Syntax-Keyword-Try > > cc -I/opt/perl-5.28.2/lib/5.28.2/x86_64-linux/CORE -DVERSION="0.12" > > -DXS_VERSION="0.12" -fPIC -Ihax -c -fwrapv -fno-strict-aliasing -pipe > > -fstack-protector-strong -I/usr/local/include -D_LARGEFILE_SOURCE > > -D_FILE_OFFSET_BITS=64 -O2 -o lib/Syntax/Keyword/Try.o > > lib/Syntax/Keyword/Try.c > > lib/Syntax/Keyword/Try.xs:65:10: fatal error: lexer-additions.c.inc: > > No such file or directory > > #include "lexer-additions.c.inc" > > ^~~~~~~~~~~~~~~~~~~~~~~ > > compilation terminated. > > error building lib/Syntax/Keyword/Try.o from > > 'lib/Syntax/Keyword/Try.c' at /opt/perl- > > 5.28.2/lib/site_perl/5.28.2/ExtUtils/CBuilder/Base.pm line 185. > > ...
> > Sometimes another file is reported: > > lib/Syntax/Keyword/Try.xs:50:12: fatal error: > wrap_keyword_plugin.c.inc: No such file or directory > # include "wrap_keyword_plugin.c.inc"
And: lib/Syntax/Keyword/Try.xs:67:32: error: perl-additions.c.inc: No such file or directory
Yep; my MANIFEST.SKIP file was ignoring all the hax/*.c.inc files. Newly-uploaded 0.13 should fix that. -- Paul Evans
On 2020-06-29 15:26:33, PEVANS wrote: Show quoted text
> Yep; my MANIFEST.SKIP file was ignoring all the hax/*.c.inc files. > > Newly-uploaded 0.13 should fix that.
Looks good now.