reassign 555941 libxml-libxslt-perl 1.70-1 retitle 555941 dependency on libxml-libxml-perl needs tightening thanks
The build only failed for me in pbuilder. The following patch was helpful: --- lib/XML/Filter/XSLT.pm (revision 47193) +++ lib/XML/Filter/XSLT.pm (working copy) @@ -16,7 +16,7 @@ return XML::Filter::XSLT::LibXSLT->new(@_); } - die "No XSLT engines available"; + die "No XSLT engines available: $@"; } 1; It showed that the real problem was in libxml-libxslt-perl 1.68-3 not working with libxml-libxml-perl 1.70-1. Unfortunately I've lost the actual error message now. I've updated my cowbuilder chroot, and the build now succeeds. I don't think we need to bump any dependencies on this package, but we should be careful that libxml-libxslt-perl has the right dependencies from now on - when libxml-libxml-perl goes to a higher upstream version, this FTBFS would happen again, presumably. This is probably related to #546503. Reassigning to that package. -- Tim Retout <t...@retout.co.uk> -- To UNSUBSCRIBE, email to debian-bugs-dist-requ...@lists.debian.org with a subject of "unsubscribe". Trouble? Contact listmas...@lists.debian.org