Package: src:lnav
Version: 0.8.4-4
Severity: serious
Tags: ftbfs
Hello Salvatore.
I tried to build this package in buster but it failed:
--------------------------------------------------------------------------------
[...]
debian/rules binary-arch
dh binary-arch
dh_update_autotools_config -a
dh_autoreconf -a
debian/rules override_dh_auto_configure
make[1]: Entering directory '/<<PKGBUILDDIR>>'
dh_auto_configure -- --disable-static
./configure --build=x86_64-linux-gnu --prefix=/usr
--includedir=\${prefix}/include --mandir=\${prefix}/share/man
--infodir=\${prefix}/share/info --sysconfdir=/etc --localstatedir=/var
--disable-silent-rules --libdir=\${prefix}/lib/x86_64-linux-gnu
--runstatedir=/run --disable-maintainer-mode --disable-dependency-tracking
--disable-static
configure: WARNING: unrecognized options: --disable-maintainer-mode
checking for a BSD-compatible install... /usr/bin/install -c
checking whether build environment is sane... yes
checking for a thread-safe mkdir -p... /bin/mkdir -p
checking for gawk... no
checking for mawk... mawk
[... snipped ...]
.. contents:: :depth: 2
FAIL: test_sql.sh
=================
./test_sql.sh: line 7: /<<PKGBUILDDIR>>/./test/logfile_access_log.0: Permission
denied
cp: '/<<PKGBUILDDIR>>/./test/logfile_syslog_with_mixed_times.0' and
'logfile_syslog_with_mixed_times.0' are the same file
test: ../src/lnav-test -d /tmp/lnav.err -n -c :goto 1 -c :create-logline-table
join_group -c :goto 2 -c ;select logline.log_line as llline,
join_group.log_line as jgline from logline, join_group where logline.col_0 =
join_group.col_2 -c :write-csv-to - /<<PKGBUILDDIR>>/./test/logfile_for_join.0
querying against stdin is not working?
--- - 2019-01-03 04:48:21.773541145 +0000
+++ test_sql.sh_57.tmp 2019-01-03 04:48:21.760979015 +0000
@@ -1,4 +1,4 @@
log_time
-2018-11-03 09:23:38.000
-2018-11-03 09:23:38.000
-2018-11-03 09:23:38.000
+2019-11-03 09:23:38.000
+2019-11-03 09:23:38.000
+2019-11-03 09:23:38.000
FAIL test_sql.sh (exit status: 1)
============================================================================
Testsuite summary for lnav 0.8.4
============================================================================
# TOTAL: 39
# PASS: 38
# SKIP: 0
# XFAIL: 0
# FAIL: 1
# XPASS: 0
# ERROR: 0
============================================================================
See test/test-suite.log
Please report to [email protected]
============================================================================
make[4]: *** [Makefile:1350: test-suite.log] Error 1
make[4]: Leaving directory '/<<PKGBUILDDIR>>/test'
make[3]: *** [Makefile:1458: check-TESTS] Error 2
make[3]: Leaving directory '/<<PKGBUILDDIR>>/test'
make[2]: *** [Makefile:1798: check-am] Error 2
make[2]: Leaving directory '/<<PKGBUILDDIR>>/test'
make[1]: *** [Makefile:472: check-recursive] Error 1
make[1]: Leaving directory '/<<PKGBUILDDIR>>'
dh_auto_test: make -j1 check VERBOSE=1 returned exit code 2
make: *** [debian/rules:7: binary-arch] Error 2
dpkg-buildpackage: error: debian/rules binary-arch subprocess returned exit
status 2
--------------------------------------------------------------------------------
The build was made in my autobuilder with "dpkg-buildpackage -B" on 2019-01-03
but it also fails here:
https://tests.reproducible-builds.org/debian/rb-pkg/unstable/amd64/lnav.html
where you can get a full build log if you need it.
It is interesting to see that the build log in reproducible-builds (made on
2018-12-28)
fails in a slightly different way:
-2018-11-03 09:23:38.000
-2018-11-03 09:23:38.000
-2018-11-03 09:23:38.000
+2020-11-03 09:23:38.000
+2020-11-03 09:23:38.000
+2020-11-03 09:23:38.000
(As usual, if this is really a bug in one of the build-depends, please use
reassign and affects,
so that this is still visible in the BTS web page for this package).
Thanks.