On Mon Dec 01 01:42:02 2014, SPROUT wrote:
Show quoted text> As of perl commit d48603664, Test::LeakTrace no longer fails its tests.
Now it fails to compile with:
"/home/autarch/perl5/perlbrew/perls/perl-blead/bin/perl5.21.8" "-Iinc" "/home/autarch/perl5/perlbrew/perls/perl-blead/lib/5.21.8/ExtUtils/xsubpp" -typemap "/home/autarch/perl5/perlbrew/perls/perl-blead/lib/5.21.8/ExtUtils/typemap" LeakTrace.xs > LeakTrace.xsc && mv LeakTrace.xsc LeakTrace.c
cc -c -fwrapv -fno-strict-aliasing -pipe -fstack-protector -I/usr/local/include -D_LARGEFILE_SOURCE -D_FILE_OFFSET_BITS=64 -O2 -DVERSION=\"0.15\" -DXS_VERSION=\"0.15\" -fPIC "-I/home/autarch/perl5/perlbrew/perls/perl-blead/lib/5.21.8/x86_64-linux/CORE" LeakTrace.c
LeakTrace.xs: In function ‘report_each_leaked’:
LeakTrace.xs:307:15: error: lvalue required as left operand of assignment
DEFSV = sv_newmortal();
^
make: *** [LeakTrace.o] Error 1