Bug#812617: libembperl-perl: FTBFS - error: 'PL_sv_objcount' undeclared
Michael Tautschnig
mt at debian.org
Mon Jan 25 16:25:59 UTC 2016
Package: libembperl-perl
Version: 2.5.0-4
Severity: serious
Usertags: goto-cc
During a rebuild of all Debian packages in a clean sid chroot (using cowbuilder
and pbuilder) the build failed with the following error.
[...]
In file included from ep.h:174:0,
from Embperl.xs:16:
./Old.xs: In function 'XS_Embperl__Req_log_svs':
epnames.h:329:21: error: 'PL_sv_objcount' undeclared (first use in this function)
#define sv_objcount PL_sv_objcount
^
./Old.xs:255:93: note: in expansion of macro 'sv_objcount'
lprintf (r->pApp,"[%d]MEM: %s: SVs: %d OBJs: %d\n", r->pThread->nPid, sText, sv_count, sv_objcount) ;
^
epnames.h:329:21: note: each undeclared identifier is reported only once for each function it appears in
#define sv_objcount PL_sv_objcount
^
./Old.xs:255:93: note: in expansion of macro 'sv_objcount'
lprintf (r->pApp,"[%d]MEM: %s: SVs: %d OBJs: %d\n", r->pThread->nPid, sText, sv_count, sv_objcount) ;
^
Embperl.c: In function 'XS_XML__Embperl__DOM__Node_replaceChildWithCDATA':
Embperl.c:1189:7: warning: variable 'RETVAL' set but not used [-Wunused-but-set-variable]
SV * RETVAL;
^
Embperl.c: In function 'XS_XML__Embperl__DOM__Node_XXiReplaceChildWithCDATA':
Embperl.c:1238:7: warning: variable 'RETVAL' set but not used [-Wunused-but-set-variable]
SV * RETVAL;
^
Embperl.c: In function 'XS_XML__Embperl__DOM__Node_iReplaceChildWithCDATA':
Embperl.c:1276:7: warning: variable 'RETVAL' set but not used [-Wunused-but-set-variable]
SV * RETVAL;
^
Embperl.c: In function 'XS_XML__Embperl__DOM__Node_replaceChildWithUrlDATA':
Embperl.c:1347:7: warning: variable 'RETVAL' set but not used [-Wunused-but-set-variable]
SV * RETVAL;
^
Embperl.c: In function 'XS_XML__Embperl__DOM__Node_iReplaceChildWithUrlDATA':
Embperl.c:1390:7: warning: variable 'RETVAL' set but not used [-Wunused-but-set-variable]
SV * RETVAL;
^
Embperl.c: At top level:
Embperl.xs:22:12: warning: 'errgv_empty_set' defined but not used [-Wunused-function]
static I32 errgv_empty_set(pTHX_ IV ix, SV * sv)
^
Makefile:778: recipe for target 'Embperl.o' failed
The full build log is attached; please do let me know if the problem is
unreproducible, in which case I shall try to investigate further.
Best,
Michael
-------------- next part --------------
A non-text attachment was scrubbed...
Name: libembperl-perl-build-log.txt.gz
Type: application/x-gunzip
Size: 9975 bytes
Desc: not available
URL: <http://lists.alioth.debian.org/pipermail/pkg-perl-maintainers/attachments/20160125/1eac6f40/attachment.bin>
-------------- next part --------------
A non-text attachment was scrubbed...
Name: signature.asc
Type: application/pgp-signature
Size: 841 bytes
Desc: not available
URL: <http://lists.alioth.debian.org/pipermail/pkg-perl-maintainers/attachments/20160125/1eac6f40/attachment.sig>
More information about the pkg-perl-maintainers
mailing list