control: fixed -1 0.12.3-1 control: close -1 On Fri, 04 May 2018 12:22:16 +0000 Matthias Klose <d...@debian.org> wrote: > Package: src:libfilezilla > Version: 0.11.0-1 > Severity: normal > Tags: sid buster > User: debian-...@lists.debian.org > Usertags: ftbfs-gcc-8 > > Please keep this issue open in the bug tracker for the package it > was filed for. If a fix in another package is required, please > file a bug for the other package (or clone), and add a block in this > package. Please keep the issue open until the package can be built in > a follow-up test rebuild. > > The package fails to build in a test rebuild on at least amd64 with > gcc-8/g++-8, but succeeds to build with gcc-7/g++-7. The > severity of this report will be raised before the buster release. > > The full build log can be found at: > http://aws-logs.debian.net/2018/05/01/gcc8/libfilezilla_0.11.0-1_unstable_gcc8.log.gz > The last lines of the build log are at the end of this report. > > To build with GCC 8, either set CC=gcc-8 CXX=g++-8 explicitly, > or install the gcc, g++, gfortran, ... packages from experimental. > > apt-get -t=experimental install g++ > > Common build failures are new warnings resulting in build failures with > -Werror turned on, or new/dropped symbols in Debian symbols files. > For other C/C++ related build failures see the porting guide at > http://gcc.gnu.org/gcc-8/porting_to.html > > [...] > make[4]: Entering directory '/<<PKGBUILDDIR>>/tests' > ../config/test-driver: line 107: 17819 Aborted "$@" > > $log_file 2>&1 > FAIL: test > make[4]: Leaving directory '/<<PKGBUILDDIR>>/tests' > make[4]: Entering directory '/<<PKGBUILDDIR>>/tests' > =============================================== > libfilezilla 0.11.0: tests/test-suite.log > =============================================== > > # TOTAL: 1 > # PASS: 0 > # SKIP: 0 > # XFAIL: 0 > # FAIL: 1 > # XPASS: 0 > # ERROR: 0 > > .. contents:: :depth: 2 > > FAIL: test > ========== > > .......terminate called after throwing an instance of 'CppUnit::Exception' > what(): assertion failed > - Expression: fz::dispatch<fz::timer_event>(ev, this, > &timer_handler::on_timer) > > FAIL test (exit status: 134) >