Bug#1135413: libzonemaster-ldns-perl: FTBFS: Failed 1/14 test programs. 1/252 subtests failed.

Étienne Mollier emollier at debian.org
Sun May 3 08:52:28 BST 2026


Control: tags -1 + upstream
Control: forwarded -1 https://github.com/zonemaster/zonemaster-ldns/pull/253

Hi Santiago,

Thank you for the report, the relevant part of the failure looks
to be:

	#   Failed test at t/rr.t line 197.
	#          got: '27018'
	#     expected: '0'
	
	#   Failed test at t/rr.t line 198.
	#          got: 'cdnskey.test.	0	IN	DS	27018 8 2 11144150cb6c0690613d6cca962c3939de03a41cdac0787aae59db93b0ae8530'
	#     expected: undef
	# Looks like you failed 2 tests of 9.

From quick lookup at the affected code segment, I believe this
issue occurs since introduction of libldns 1.9.0 to unstable,
which introducted the missing support commented in the test
suite:

	197:        is( $rrs[0]->keytag(),       q{0} );  # RR type not supported by LDNS
	198:        is( $rrs[0]->ds('sha256'),   undef ); # RR type not supported by LDNS

I think the next upstream release on the way is going to resolve
the problem, since they want to align with libldns 1.9.0[1].  It
is just a matter to see the fix integrated and the new version
released.

[1]: https://github.com/zonemaster/zonemaster-ldns/issues/252

Have a nice day,  :)
-- 
  .''`.  Étienne Mollier <emollier at debian.org>
 : :' :  pgp: 8f91 b227 c7d6 f2b1 948c  8236 793c f67e 8f0d 11da
 `. `'   sent from /dev/pts/5, please excuse my verbosity
   `-
-------------- next part --------------
A non-text attachment was scrubbed...
Name: signature.asc
Type: application/pgp-signature
Size: 833 bytes
Desc: not available
URL: <http://alioth-lists.debian.net/pipermail/pkg-perl-maintainers/attachments/20260503/4bb1a6b6/attachment.sig>


More information about the pkg-perl-maintainers mailing list