Your message dated Fri, 14 Jul 2023 15:58:26 +0200
with message-id <04bddef0-4555-8236-0d51-cd6738c95...@debian.org>
and subject line Re: libfilezilla: ftbfs with GCC-13
has caused the Debian Bug report #1037727,
regarding libfilezilla: 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.)


-- 
1037727: https://bugs.debian.org/cgi-bin/bugreport.cgi?bug=1037727
Debian Bug Tracking System
Contact ow...@bugs.debian.org with problems
--- Begin Message ---
Package: src:libfilezilla
Version: 0.41.0-2
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/libfilezilla_0.41.0-2_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

[...]
   38 |         void update(std::basic_string_view<uint8_t> const& data);
      |              ^~~~~~
libfilezilla/hash.hpp:41:14: note: candidate: ‘void 
fz::hash_accumulator::update(int)’
   41 |         void update(uint8_t in) {
      |              ^~~~~~
libfilezilla/hash.hpp: In instantiation of ‘fz::hash_accumulator& 
fz::hash_accumulator::operator<<(T&&) [with T = const std::vector<unsigned 
char>&]’:
encryption.cpp:255:112:   required from here
libfilezilla/hash.hpp:54:23: error: no matching function for call to 
‘fz::hash_accumulator::update(const std::vector<unsigned char>&)’
   54 |                 update(std::forward<T>(in));
      |                 ~~~~~~^~~~~~~~~~~~~~~~~~~~~
libfilezilla/hash.hpp:37:14: note: candidate: ‘void 
fz::hash_accumulator::update(const std::string_view&)’
   37 |         void update(std::string_view const& data);
      |              ^~~~~~
libfilezilla/hash.hpp:37:45: note:   no known conversion for argument 1 from 
‘const std::vector<unsigned char>’ to ‘const std::string_view&’ {aka ‘const 
std::basic_string_view<char>&’}
   37 |         void update(std::string_view const& data);
      |                     ~~~~~~~~~~~~~~~~~~~~~~~~^~~~
libfilezilla/hash.hpp:38:14: note: candidate: ‘void 
fz::hash_accumulator::update(const int&)’
   38 |         void update(std::basic_string_view<uint8_t> const& data);
      |              ^~~~~~
libfilezilla/hash.hpp:38:60: note:   no known conversion for argument 1 from 
‘const std::vector<unsigned char>’ to ‘const int&’
   38 |         void update(std::basic_string_view<uint8_t> const& data);
      |                     ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~^~~~
libfilezilla/hash.hpp:40:14: note: candidate: ‘void 
fz::hash_accumulator::update(const int*, size_t)’
   40 |         void update(uint8_t const* data, size_t size);
      |              ^~~~~~
libfilezilla/hash.hpp:40:14: note:   candidate expects 2 arguments, 1 provided
libfilezilla/hash.hpp:41:14: note: candidate: ‘void 
fz::hash_accumulator::update(int)’
   41 |         void update(uint8_t in) {
      |              ^~~~~~
libfilezilla/hash.hpp:41:29: note:   no known conversion for argument 1 from 
‘const std::vector<unsigned char>’ to ‘int’
   41 |         void update(uint8_t in) {
      |                     ~~~~~~~~^~
libfilezilla/hash.hpp: In instantiation of ‘fz::hash_accumulator& 
fz::hash_accumulator::operator<<(T&&) [with T = const 
std::basic_string_view<unsigned char>&]’:
encryption.cpp:517:116:   required from here
libfilezilla/hash.hpp:54:23: error: no matching function for call to 
‘fz::hash_accumulator::update(const std::basic_string_view<unsigned char>&)’
   54 |                 update(std::forward<T>(in));
      |                 ~~~~~~^~~~~~~~~~~~~~~~~~~~~
libfilezilla/hash.hpp:37:14: note: candidate: ‘void 
fz::hash_accumulator::update(const std::string_view&)’
   37 |         void update(std::string_view const& data);
      |              ^~~~~~
libfilezilla/hash.hpp:37:45: note:   no known conversion for argument 1 from 
‘const std::basic_string_view<unsigned char>’ to ‘const std::string_view&’ {aka 
‘const std::basic_string_view<char>&’}
   37 |         void update(std::string_view const& data);
      |                     ~~~~~~~~~~~~~~~~~~~~~~~~^~~~
libfilezilla/hash.hpp:38:14: note: candidate: ‘void 
fz::hash_accumulator::update(const int&)’
   38 |         void update(std::basic_string_view<uint8_t> const& data);
      |              ^~~~~~
libfilezilla/hash.hpp:38:60: note:   no known conversion for argument 1 from 
‘const std::basic_string_view<unsigned char>’ to ‘const int&’
   38 |         void update(std::basic_string_view<uint8_t> const& data);
      |                     ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~^~~~
libfilezilla/hash.hpp:40:14: note: candidate: ‘void 
fz::hash_accumulator::update(const int*, size_t)’
   40 |         void update(uint8_t const* data, size_t size);
      |              ^~~~~~
libfilezilla/hash.hpp:40:14: note:   candidate expects 2 arguments, 1 provided
libfilezilla/hash.hpp:41:14: note: candidate: ‘void 
fz::hash_accumulator::update(int)’
   41 |         void update(uint8_t in) {
      |              ^~~~~~
libfilezilla/hash.hpp:41:29: note:   no known conversion for argument 1 from 
‘const std::basic_string_view<unsigned char>’ to ‘int’
   41 |         void update(uint8_t in) {
      |                     ~~~~~~~~^~
make[2]: *** [Makefile:903: libfilezilla_la-event.lo] Error 1
make[2]: *** [Makefile:896: libfilezilla_la-encryption.lo] Error 1
make[2]: *** [Makefile:917: libfilezilla_la-event_loop.lo] Error 1
make[2]: *** [Makefile:910: libfilezilla_la-event_handler.lo] Error 1
make[2]: *** [Makefile:875: libfilezilla_la-ascii_layer.lo] Error 1
make[2]: Leaving directory '/<<PKGBUILDDIR>>/lib'
make[1]: *** [Makefile:494: all-recursive] Error 1
make[1]: Leaving directory '/<<PKGBUILDDIR>>'
dh_auto_build: error: make -j8 returned exit code 2
make: *** [debian/rules:12: binary] Error 25
dpkg-buildpackage: error: debian/rules binary subprocess returned exit status 2

--- End Message ---
--- Begin Message ---
Version: 0.44.0-1

This is fixed already in unstable.

--- End Message ---

Reply via email to