Skip Menu |

This queue is for tickets about the Switch-Plain CPAN distribution.

Report information
The Basics
Id: 101081
Status: resolved
Priority: 0/
Queue: Switch-Plain

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

Bug Information
Severity: (no value)
Broken in: 0.02
Fixed in: 0.03



Subject: Compilation error with perl 5.21.x
On 2014-12-22 14:05:09, SREZIC wrote: Show quoted text
> See http://matrix.cpantesters.org/?dist=Switch-Plain for a fail/pass > overview.
Here's a sample compilation log with perl 5.21.7 (earlier 5.21.x have less errors): ccache cc -c -DHAS_FPSETMASK -DHAS_FLOATINGPOINT_H -fno-strict-aliasing -pipe -fstack-protector -I/usr/local/include -D_FORTIFY_SOURCE=2 -O -DVERSION=\"0.02\" -DXS_VERSION=\"0.02\" -DPIC -fPIC "-I/usr/perl5.21.7/lib/5.21.7/amd64-freebsd/CORE" Plain.c In file included from Plain.xs:104: padop_on_crack.c.inc: In function 'S_pad_block_start': padop_on_crack.c.inc:16: error: 'PADNAMELIST' has no member named 'sv_any' padop_on_crack.c.inc: In function 'S_scalarvoid': padop_on_crack.c.inc:493: error: 'PL_madskills' undeclared (first use in this function) padop_on_crack.c.inc:493: error: (Each undeclared identifier is reported only once padop_on_crack.c.inc:493: error: for each function it appears in.) padop_on_crack.c.inc: In function 'S_intro_my': padop_on_crack.c.inc:582: error: 'PADNAMELIST' has no member named 'sv_u' padop_on_crack.c.inc:587: error: 'SV' has no member named 'xpadn_low' padop_on_crack.c.inc: In function 'S_pad_leavemy': padop_on_crack.c.inc:614: error: 'PADNAMELIST' has no member named 'sv_u' padop_on_crack.c.inc:629: error: 'PADNAMELIST' has no member named 'sv_any' padop_on_crack.c.inc:632: error: 'SV' has no member named 'xpadn_high' *** [Plain.o] Error code 1