lal 7.2.0 on i386 passing all tests except one (test_tconvert)
From the Buster build log,
FAIL: test_tconvert
===================
++ ./lal_tconvert --rfc-2822 800000000
+ test 'Fri, 13 May 2005 06:13:07 +0000' == 'Fri, 13 May 2005 06:13:07 +0000'
++ ./lal_tconvert Fri, 13 May 2005 06:13:07 +0000
+ test 800000000 -eq 800000000
++ ./lal_tconvert 1831518865
+ test 'Tue Jan 19 03:14:07 GMT 2038' == 'Tue Jan 19 03:14:07 GMT 2038'
++ ./lal_tconvert 1831518866
+ test 'Fri Dec 13 20:45:52 GMT 1901' == 'Tue Jan 19 03:14:08 GMT 2038'
FAIL test_tconvert (exit status: 1)
This may be due to the limitations imposed by a 32-bit architecture though...