Skip Menu |

This queue is for tickets about the PDL-NDBin CPAN distribution.

Report information
The Basics
Id: 107073
Status: resolved
Priority: 0/
Queue: PDL-NDBin

People
Owner: EBAUDREZ [...] cpan.org
Requestors: SREZIC [...] cpan.org
Cc:
AdminCc:

Bug Information
Severity: (no value)
Broken in: 0.017
Fixed in: 0.018



Subject: Does not compile anymore (because of new PDL?)
While compiling PDL-NDBin: "/bbbike/perl-5.20.0t/bin/perl" "/bbbike/perl-5.20.0t/lib/5.20.0/ExtUtils/xsubpp" -typemap "/opt/perl-5.20.0t/lib/5.20.0/ExtUtils/typemap" -typemap "/bbbike/perl-5.20.0t/lib/site_perl/5.20.0/x86_64-linux-thread-multi/PDL/Core/typemap.pdl" -typemap "typemap" Actions_PP.xs > Actions_PP.xsc && mv Actions_PP.xsc Actions_PP.c cc -c "-I/bbbike/perl-5.20.0t/lib/site_perl/5.20.0/x86_64-linux-thread-multi/PDL/Core" -D_REENTRANT -D_GNU_SOURCE -fwrapv -fno-strict-aliasing -pipe -fstack-protector -I/usr/local/include -D_LARGEFILE_SOURCE -D_FILE_OFFSET_BITS=64 -O2 -DVERSION=\"0.017\" -DXS_VERSION=\"0.017\" -fPIC "-I/opt/perl-5.20.0t/lib/5.20.0/x86_64-linux-thread-multi/CORE" Actions_PP.c Actions_PP.xs: In function 'XS_PDL__setnulltobad': Actions_PP.xs:15851:7: error: 'Core' has no member named 'propogate_badflag' Actions_PP.xs: In function 'XS_PDL__istddev_post': Actions_PP.xs:16807:7: error: 'Core' has no member named 'propogate_badflag' make[2]: *** [Actions_PP.o] Error 1 make[2]: Leaving directory `/tmpfs/.cpan-build/2015091321/PDL-NDBin-0.017-hfO1Ab/pp/Actions' make[1]: *** [subdirs] Error 2 make[1]: Leaving directory `/tmpfs/.cpan-build/2015091321/PDL-NDBin-0.017-hfO1Ab/pp' make: *** [subdirs] Error 2 Also, CPAN Testers shows just UNKNOWN reports (indicating compile problems) since some months, see http://fast-matrix.cpantesters.org/?dist=PDL-NDBin;reports=1#sl=7,1
On Sun Sep 13 17:10:24 2015, SREZIC wrote: Show quoted text
> While compiling PDL-NDBin: > > "/bbbike/perl-5.20.0t/bin/perl" "/bbbike/perl- > 5.20.0t/lib/5.20.0/ExtUtils/xsubpp" -typemap "/opt/perl- > 5.20.0t/lib/5.20.0/ExtUtils/typemap" -typemap "/bbbike/perl- > 5.20.0t/lib/site_perl/5.20.0/x86_64-linux-thread- > multi/PDL/Core/typemap.pdl" -typemap "typemap" Actions_PP.xs > > Actions_PP.xsc && mv Actions_PP.xsc Actions_PP.c > cc -c "-I/bbbike/perl-5.20.0t/lib/site_perl/5.20.0/x86_64-linux- > thread-multi/PDL/Core" -D_REENTRANT -D_GNU_SOURCE -fwrapv -fno- > strict-aliasing -pipe -fstack-protector -I/usr/local/include > -D_LARGEFILE_SOURCE -D_FILE_OFFSET_BITS=64 -O2 -DVERSION=\"0.017\" > -DXS_VERSION=\"0.017\" -fPIC "-I/opt/perl-5.20.0t/lib/5.20.0/x86_64- > linux-thread-multi/CORE" Actions_PP.c > Actions_PP.xs: In function 'XS_PDL__setnulltobad': > Actions_PP.xs:15851:7: error: 'Core' has no member named > 'propogate_badflag' > Actions_PP.xs: In function 'XS_PDL__istddev_post': > Actions_PP.xs:16807:7: error: 'Core' has no member named > 'propogate_badflag' > make[2]: *** [Actions_PP.o] Error 1 > make[2]: Leaving directory `/tmpfs/.cpan-build/2015091321/PDL-NDBin- > 0.017-hfO1Ab/pp/Actions' > make[1]: *** [subdirs] Error 2 > make[1]: Leaving directory `/tmpfs/.cpan-build/2015091321/PDL-NDBin- > 0.017-hfO1Ab/pp' > make: *** [subdirs] Error 2 > > Also, CPAN Testers shows just UNKNOWN reports (indicating compile > problems) since some months, see http://fast- > matrix.cpantesters.org/?dist=PDL-NDBin;reports=1#sl=7,1
Thanks for the report; should have been fixed now (new version uploaded to PAUSE). The problem was indeed due to a PDL function that has been renamed between PDL 2.007 and 2.008.