Skip Menu |

This queue is for tickets about the List-Flatten-XS CPAN distribution.

Report information
The Basics
Id: 120902
Status: new
Priority: 0/
Queue: List-Flatten-XS

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

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



Subject: Compilation error with threaded perls
The compilation fails with threaded perls: ... Building List-Flatten-XS cc -I/usr/perl5.16.3t/lib/5.16.3/amd64-freebsd-thread-multi/CORE -DVERSION="0.02" -DXS_VERSION="0.02" -DPIC -fPIC -std=c99 -c -DHAS_FPSETMASK -DHAS_FLOATINGPOINT_H -fno-strict-aliasing -pipe -fstack-protector -I/usr/local/include -O -o lib/List/Flatten/XS.o lib/List/Flatten/XS.c lib/List/Flatten/XS.xs: In function '_fast_flatten': lib/List/Flatten/XS.xs:39: error: 'my_perl' undeclared (first use in this function) lib/List/Flatten/XS.xs:39: error: (Each undeclared identifier is reported only once lib/List/Flatten/XS.xs:39: error: for each function it appears in.) lib/List/Flatten/XS.xs: In function '_flatten_per_level': lib/List/Flatten/XS.xs:62: error: 'my_perl' undeclared (first use in this function) error building lib/List/Flatten/XS.o from 'lib/List/Flatten/XS.c' at /usr/perl5.16.3t/lib/site_perl/5.16.3/ExtUtils/CBuilder/Base.pm line 173. ...
On 2017-04-03 01:36:22, SREZIC wrote: Show quoted text
> The compilation fails with threaded perls: > > ... > Building List-Flatten-XS > cc -I/usr/perl5.16.3t/lib/5.16.3/amd64-freebsd-thread-multi/CORE > -DVERSION="0.02" -DXS_VERSION="0.02" -DPIC -fPIC -std=c99 -c > -DHAS_FPSETMASK -DHAS_FLOATINGPOINT_H -fno-strict-aliasing -pipe > -fstack-protector -I/usr/local/include -O -o lib/List/Flatten/XS.o > lib/List/Flatten/XS.c > lib/List/Flatten/XS.xs: In function '_fast_flatten': > lib/List/Flatten/XS.xs:39: error: 'my_perl' undeclared (first use in > this function) > lib/List/Flatten/XS.xs:39: error: (Each undeclared identifier is > reported only once > lib/List/Flatten/XS.xs:39: error: for each function it appears in.) > lib/List/Flatten/XS.xs: In function '_flatten_per_level': > lib/List/Flatten/XS.xs:62: error: 'my_perl' undeclared (first use in > this function) > error building lib/List/Flatten/XS.o from 'lib/List/Flatten/XS.c' at > /usr/perl5.16.3t/lib/site_perl/5.16.3/ExtUtils/CBuilder/Base.pm line > 173. > ...
Happens also with 0.03