Control: retitle -1 filezilla: FTBFS with libfilezilla 0.18.2
On 2019-10-09 21:06 +0200, Andreas Beckmann wrote:
> Package: filezilla
> Version: 3.39.0-2
> Severity: serious
> Tags: sid bullseye
> Justification: fails to build from source (but built successfully in the past)
>
> filezilla FTBFS in sid, probably related to the default compiler being
> switched from GCC 8 to GCC 9:
Not really, I think.
> In file included from /usr/include/libfilezilla/libfilezilla.hpp:4,
> from ../../src/include/libfilezilla_engine.h:12,
> from ./filezilla.h:1,
> from backend.cpp:1:
> /usr/include/libfilezilla/private/defs.hpp:10:4: error: #error You need to
> use a C++17 compiler. Try passing -std=c++17 as compiler flag.
> 10 | #error You need to use a C++17 compiler. Try passing -std=c++17 as
> compiler flag.
> | ^~~~~
That's because libfilezilla is built with -std=c++17. See #941193.
Cheers,
Sven