Your message dated Fri, 14 Jul 2023 13:29:26 +0100
with message-id <0027c4e6b193dfcb73ad10933bb229c0da7deb94.ca...@kathenas.org>
and subject line Re: filezilla: ftbfs with GCC-13
has caused the Debian Bug report #1037654,
regarding filezilla: ftbfs with GCC-13
to be marked as done.

This means that you claim that the problem has been dealt with.
If this is not the case it is now your responsibility to reopen the
Bug report if necessary, and/or fix the problem forthwith.

(NB: If you are a system administrator and have no idea what this
message is talking about, this may indicate a serious mail system
misconfiguration somewhere. Please contact ow...@bugs.debian.org
immediately.)


-- 
1037654: https://bugs.debian.org/cgi-bin/bugreport.cgi?bug=1037654
Debian Bug Tracking System
Contact ow...@bugs.debian.org with problems
--- Begin Message ---
Package: src:filezilla
Version: 3.63.0-1
Severity: normal
Tags: sid trixie
User: debian-...@lists.debian.org
Usertags: ftbfs-gcc-13

[This bug is targeted to the upcoming trixie release]

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-13/g++-13, but succeeds to build with gcc-12/g++-12. The
severity of this report will be raised before the trixie release.

The full build log can be found at:
http://qa-logs.debian.net/2023/05/22/logs/filezilla_3.63.0-1_unstable_gccexp.log
The last lines of the build log are at the end of this report.

To build with GCC 13, either set CC=gcc-13 CXX=g++-13 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-13/porting_to.html

[...]
  153 | std::string FZ_PUBLIC_SYMBOL base32_encode(std::vector<uint8_t> const& 
in, base32_type type = base32_type::standard, bool pad = true);
      |                                                               ^
/usr/include/libfilezilla/encode.hpp:153:63: error: template argument 2 is 
invalid
/usr/include/libfilezilla/encode.hpp:161:13: error: ‘uint8_t’ was not declared 
in this scope
  161 | std::vector<uint8_t> FZ_PUBLIC_SYMBOL base32_decode(std::string_view 
const& in, base32_type type = base32_type::standard);
      |             ^~~~~~~
/usr/include/libfilezilla/encode.hpp:161:13: note: ‘uint8_t’ is defined in 
header ‘<cstdint>’; did you forget to ‘#include <cstdint>’?
/usr/include/libfilezilla/encode.hpp:161:20: error: template argument 1 is 
invalid
  161 | std::vector<uint8_t> FZ_PUBLIC_SYMBOL base32_decode(std::string_view 
const& in, base32_type type = base32_type::standard);
      |                    ^
/usr/include/libfilezilla/encode.hpp:161:20: error: template argument 2 is 
invalid
/usr/include/libfilezilla/encode.hpp:162:13: error: ‘uint8_t’ was not declared 
in this scope
  162 | std::vector<uint8_t> FZ_PUBLIC_SYMBOL base32_decode(std::wstring_view 
const& in, base32_type type = base32_type::standard);
      |             ^~~~~~~
/usr/include/libfilezilla/encode.hpp:162:13: note: ‘uint8_t’ is defined in 
header ‘<cstdint>’; did you forget to ‘#include <cstdint>’?
/usr/include/libfilezilla/encode.hpp:162:20: error: template argument 1 is 
invalid
  162 | std::vector<uint8_t> FZ_PUBLIC_SYMBOL base32_decode(std::wstring_view 
const& in, base32_type type = base32_type::standard);
      |                    ^
/usr/include/libfilezilla/encode.hpp:162:20: error: template argument 2 is 
invalid
/usr/include/libfilezilla/encode.hpp:163:13: error: ‘uint8_t’ was not declared 
in this scope
  163 | std::vector<uint8_t> FZ_PUBLIC_SYMBOL base32_decode(fz::buffer const& 
in, base32_type type = base32_type::standard);
      |             ^~~~~~~
/usr/include/libfilezilla/encode.hpp:163:13: note: ‘uint8_t’ is defined in 
header ‘<cstdint>’; did you forget to ‘#include <cstdint>’?
/usr/include/libfilezilla/encode.hpp:163:20: error: template argument 1 is 
invalid
  163 | std::vector<uint8_t> FZ_PUBLIC_SYMBOL base32_decode(fz::buffer const& 
in, base32_type type = base32_type::standard);
      |                    ^
/usr/include/libfilezilla/encode.hpp:163:20: error: template argument 2 is 
invalid
/usr/include/libfilezilla/encode.hpp:191:13: error: ‘uint8_t’ was not declared 
in this scope
  191 | std::vector<uint8_t> FZ_PUBLIC_SYMBOL percent_decode(std::string_view 
const& s, bool allow_embedded_null = false);
      |             ^~~~~~~
/usr/include/libfilezilla/encode.hpp:191:13: note: ‘uint8_t’ is defined in 
header ‘<cstdint>’; did you forget to ‘#include <cstdint>’?
/usr/include/libfilezilla/encode.hpp:191:20: error: template argument 1 is 
invalid
  191 | std::vector<uint8_t> FZ_PUBLIC_SYMBOL percent_decode(std::string_view 
const& s, bool allow_embedded_null = false);
      |                    ^
/usr/include/libfilezilla/encode.hpp:191:20: error: template argument 2 is 
invalid
/usr/include/libfilezilla/encode.hpp:192:13: error: ‘uint8_t’ was not declared 
in this scope
  192 | std::vector<uint8_t> FZ_PUBLIC_SYMBOL percent_decode(std::wstring_view 
const& s, bool allow_embedded_null = false);
      |             ^~~~~~~
/usr/include/libfilezilla/encode.hpp:192:13: note: ‘uint8_t’ is defined in 
header ‘<cstdint>’; did you forget to ‘#include <cstdint>’?
/usr/include/libfilezilla/encode.hpp:192:20: error: template argument 1 is 
invalid
  192 | std::vector<uint8_t> FZ_PUBLIC_SYMBOL percent_decode(std::wstring_view 
const& s, bool allow_embedded_null = false);
      |                    ^
/usr/include/libfilezilla/encode.hpp:192:20: error: template argument 2 is 
invalid
/usr/include/libfilezilla/format.hpp: In function ‘String 
fz::detail::pointer_to_string(Arg&&)’:
/usr/include/libfilezilla/format.hpp:199:99: error: ‘uintptr_t’ does not name a 
type
  199 |                 return String({'0', 'x'}) + 
integral_to_hex_string<String, true>(reinterpret_cast<uintptr_t>(arg));
      |                                                                         
                          ^~~~~~~~~
/usr/include/libfilezilla/format.hpp:8:1: note: ‘uintptr_t’ is defined in 
header ‘<cstdint>’; did you forget to ‘#include <cstdint>’?
    7 | #include <cstdlib>
  +++ |+#include <cstdint>
    8 | #include <type_traits>
make[4]: *** [Makefile:949: libfzclient_private_la-activity_logger.lo] Error 1
make[4]: *** Waiting for unfinished jobs....
make[4]: *** [Makefile:956: libfzclient_private_la-activity_logger_layer.lo] 
Error 1
make[4]: *** [Makefile:963: libfzclient_private_la-commands.lo] Error 1
make[4]: *** [Makefile:977: libfzclient_private_la-directorycache.lo] Error 1
make[4]: *** [Makefile:998: libfzclient_private_la-engine_context.lo] Error 1
make[4]: *** [Makefile:984: libfzclient_private_la-directorylisting.lo] Error 1
make[4]: *** [Makefile:991: libfzclient_private_la-directorylistingparser.lo] 
Error 1
make[4]: *** [Makefile:970: libfzclient_private_la-controlsocket.lo] Error 1
make[4]: Leaving directory '/<<PKGBUILDDIR>>/src/engine'
make[3]: *** [Makefile:651: all] Error 2
make[3]: Leaving directory '/<<PKGBUILDDIR>>/src/engine'
make[2]: *** [Makefile:437: all-recursive] Error 1
make[2]: Leaving directory '/<<PKGBUILDDIR>>/src'
make[1]: *** [Makefile:636: all-recursive] Error 1
make[1]: Leaving directory '/<<PKGBUILDDIR>>'
dh_auto_build: error: make -j8 returned exit code 2
make: *** [debian/rules:8: binary] Error 25
dpkg-buildpackage: error: debian/rules binary subprocess returned exit status 2

--- End Message ---
--- Begin Message ---
On Wed, 14 Jun 2023 09:24:10 +0000 Matthias Klose <d...@debian.org>
wrote:
> Package: src:filezilla
> Version: 3.63.0-1
> Severity: normal
> Tags: sid trixie
> User: debian-...@lists.debian.org
> Usertags: ftbfs-gcc-13
> 
> [This bug is targeted to the upcoming trixie release]
> 
> 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-13/g++-13, but succeeds to build with gcc-12/g++-12. The
> severity of this report will be raised before the trixie release.
> 
> The full build log can be found at:
>
http://qa-logs.debian.net/2023/05/22/logs/filezilla_3.63.0-1_unstable_gccexp.log
> The last lines of the build log are at the end of this report.
> 
> To build with GCC 13, either set CC=gcc-13 CXX=g++-13 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-13/porting_to.html
> 
> [...]
>   153 | std::string FZ_PUBLIC_SYMBOL
base32_encode(std::vector<uint8_t> const& in, base32_type type =
base32_type::standard, bool pad = true);
>       |                                                              
^
> /usr/include/libfilezilla/encode.hpp:153:63: error: template argument
2 is invalid
> /usr/include/libfilezilla/encode.hpp:161:13: error: ‘uint8_t’ was not
declared in this scope
>   161 | std::vector<uint8_t> FZ_PUBLIC_SYMBOL
base32_decode(std::string_view const& in, base32_type type =
base32_type::standard);
>       |             ^~~~~~~
> /usr/include/libfilezilla/encode.hpp:161:13: note: ‘uint8_t’ is
defined in header ‘<cstdint>’; did you forget to ‘#include <cstdint>’?
> /usr/include/libfilezilla/encode.hpp:161:20: error: template argument
1 is invalid
>   161 | std::vector<uint8_t> FZ_PUBLIC_SYMBOL
base32_decode(std::string_view const& in, base32_type type =
base32_type::standard);
>       |                    ^
> /usr/include/libfilezilla/encode.hpp:161:20: error: template argument
2 is invalid
> /usr/include/libfilezilla/encode.hpp:162:13: error: ‘uint8_t’ was not
declared in this scope
>   162 | std::vector<uint8_t> FZ_PUBLIC_SYMBOL
base32_decode(std::wstring_view const& in, base32_type type =
base32_type::standard);
>       |             ^~~~~~~
> /usr/include/libfilezilla/encode.hpp:162:13: note: ‘uint8_t’ is
defined in header ‘<cstdint>’; did you forget to ‘#include <cstdint>’?
> /usr/include/libfilezilla/encode.hpp:162:20: error: template argument
1 is invalid
>   162 | std::vector<uint8_t> FZ_PUBLIC_SYMBOL
base32_decode(std::wstring_view const& in, base32_type type =
base32_type::standard);
>       |                    ^
> /usr/include/libfilezilla/encode.hpp:162:20: error: template argument
2 is invalid
> /usr/include/libfilezilla/encode.hpp:163:13: error: ‘uint8_t’ was not
declared in this scope
>   163 | std::vector<uint8_t> FZ_PUBLIC_SYMBOL
base32_decode(fz::buffer const& in, base32_type type =
base32_type::standard);
>       |             ^~~~~~~
> /usr/include/libfilezilla/encode.hpp:163:13: note: ‘uint8_t’ is
defined in header ‘<cstdint>’; did you forget to ‘#include <cstdint>’?
> /usr/include/libfilezilla/encode.hpp:163:20: error: template argument
1 is invalid
>   163 | std::vector<uint8_t> FZ_PUBLIC_SYMBOL
base32_decode(fz::buffer const& in, base32_type type =
base32_type::standard);
>       |                    ^

Hi,

The latest filezilla 3.65 builds fine with gcc 13 that is now default
on sid.

Closing.

Regards

Phil

-- 
Playing the game for the games sake.

* Debian Maintainer

Social:

* Twitter: kathenasorg
* Instagram: kathenasorg

Attachment: signature.asc
Description: This is a digitally signed message part


--- End Message ---

Reply via email to