Your message dated Fri, 04 Aug 2023 07:13:12 +0000
with message-id <e1qrozo-00fvsx...@fasolo.debian.org>
and subject line Bug#1037761: fixed in lnav 0.11.2-1~exp1
has caused the Debian Bug report #1037761,
regarding lnav: 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.)


-- 
1037761: https://bugs.debian.org/cgi-bin/bugreport.cgi?bug=1037761
Debian Bug Tracking System
Contact ow...@bugs.debian.org with problems
--- Begin Message ---
Package: src:lnav
Version: 0.11.1-3
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/lnav_0.11.1-3_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

[...]
auto_fd.hh:149:9: note: in expansion of macro ‘require’
  149 |         require(fd >= -1);
      |         ^~~~~~~
auto_fd.hh: In member function ‘void auto_fd::reset(int)’:
../../src/base/lnav_log.hh:125:10: error: ‘lnav_log_level_t’ has not been 
declared
  125 |          lnav_log_level_t::ERROR, file, line, "failed precondition 
`%s'", e), \
      |          ^~~~~~~~~~~~~~~~
../../src/base/lnav_log.hh:122:39: note: in expansion of macro ‘lnav_require’
  122 | #define require(e) ((void) ((e) ? 0 : lnav_require(#e, __FILE__, 
__LINE__)))
      |                                       ^~~~~~~~~~~~
auto_fd.hh:205:9: note: in expansion of macro ‘require’
  205 |         require(fd >= -1);
      |         ^~~~~~~
auto_fd.hh: In member function ‘void auto_fd::close_on_exec() const’:
../../src/base/lnav_log.hh:139:14: error: ‘lnav_log_level_t’ has not been 
declared
  139 |     (log_msg(lnav_log_level_t::ERROR, \
      |              ^~~~~~~~~~~~~~~~
../../src/base/lnav_log.hh:137:30: note: in expansion of macro ‘lnav_log_perror’
  137 |     ((void) ((e != -1) ? 0 : lnav_log_perror(#e, __FILE__, __LINE__)))
      |                              ^~~~~~~~~~~~~~~
auto_fd.hh:228:9: note: in expansion of macro ‘log_perror’
  228 |         log_perror(fcntl(this->af_fd, F_SETFD, FD_CLOEXEC));
      |         ^~~~~~~~~~
auto_pid.cc: In function ‘Result<auto_pid<process_state::running>, 
std::__cxx11::basic_string<char> > lnav::pid::from_fork()’:
../../src/base/lnav_log.hh:118:43: error: ‘lnav_log_level_t’ has not been 
declared
  118 | #define log_debug(fmt...) log_msg_wrapper(lnav_log_level_t::DEBUG, fmt);
      |                                           ^~~~~~~~~~~~~~~~
../../src/base/lnav_log.hh:105:31: note: in definition of macro 
‘log_msg_wrapper’
  105 |         if (lnav_log_level <= level) { \
      |                               ^~~~~
auto_pid.cc:54:9: note: in expansion of macro ‘log_debug’
   54 |         log_debug("started child: %d", pid);
      |         ^~~~~~~~~
../../src/base/lnav_log.hh:118:43: error: ‘lnav_log_level_t’ has not been 
declared
  118 | #define log_debug(fmt...) log_msg_wrapper(lnav_log_level_t::DEBUG, fmt);
      |                                           ^~~~~~~~~~~~~~~~
../../src/base/lnav_log.hh:106:21: note: in definition of macro 
‘log_msg_wrapper’
  106 |             log_msg(level, __FILE__, __LINE__, fmt); \
      |                     ^~~~~
auto_pid.cc:54:9: note: in expansion of macro ‘log_debug’
   54 |         log_debug("started child: %d", pid);
      |         ^~~~~~~~~
make[4]: *** [Makefile:853: auto_pid.o] Error 1
make[4]: *** Waiting for unfinished jobs....
In file included from humanize.network.cc:33:
../../src/pcrepp/pcre2pp.hh: In member function 
‘nonstd::optional_lite::optional<string_fragment> 
lnav::pcre2pp::match_data::operator[](size_t) const’:
../../src/pcrepp/pcre2pp.hh:91:19: warning: comparison of integer expressions 
of different signedness: ‘size_t’ {aka ‘long unsigned int’} and ‘const int’ 
[-Wsign-compare]
   91 |         if (index >= this->md_capture_end) {
      |             ~~~~~~^~~~~~~~~~~~~~~~~~~~~~~
In file included from attr_line.cc:40:
../../src/pcrepp/pcre2pp.hh: In member function 
‘nonstd::optional_lite::optional<string_fragment> 
lnav::pcre2pp::match_data::operator[](size_t) const’:
../../src/pcrepp/pcre2pp.hh:91:19: warning: comparison of integer expressions 
of different signedness: ‘size_t’ {aka ‘long unsigned int’} and ‘const int’ 
[-Wsign-compare]
   91 |         if (index >= this->md_capture_end) {
      |             ~~~~~~^~~~~~~~~~~~~~~~~~~~~~~
In file included from ansi_scrubber.cc:38:
../../src/pcrepp/pcre2pp.hh: In member function 
‘nonstd::optional_lite::optional<string_fragment> 
lnav::pcre2pp::match_data::operator[](size_t) const’:
../../src/pcrepp/pcre2pp.hh:91:19: warning: comparison of integer expressions 
of different signedness: ‘size_t’ {aka ‘long unsigned int’} and ‘const int’ 
[-Wsign-compare]
   91 |         if (index >= this->md_capture_end) {
      |             ~~~~~~^~~~~~~~~~~~~~~~~~~~~~~
make[4]: *** [Makefile:853: fs_util.o] Error 1
make[4]: Leaving directory '/<<PKGBUILDDIR>>/src/base'
make[3]: *** [Makefile:1556: all-recursive] Error 1
make[3]: Leaving directory '/<<PKGBUILDDIR>>/src'
make[2]: *** [Makefile:1212: all] Error 2
make[2]: Leaving directory '/<<PKGBUILDDIR>>/src'
make[1]: *** [Makefile:511: all-recursive] Error 1
make[1]: Leaving directory '/<<PKGBUILDDIR>>'
dh_auto_build: error: make -j8 returned exit code 2
make: *** [debian/rules:14: binary] Error 25
dpkg-buildpackage: error: debian/rules binary subprocess returned exit status 2

--- End Message ---
--- Begin Message ---
Source: lnav
Source-Version: 0.11.2-1~exp1
Done: Salvatore Bonaccorso <car...@debian.org>

We believe that the bug you reported is fixed in the latest version of
lnav, which is due to be installed in the Debian FTP archive.

A summary of the changes between this version and the previous one is
attached.

Thank you for reporting the bug, which will now be closed.  If you
have further comments please address them to 1037...@bugs.debian.org,
and the maintainer will reopen the bug report if appropriate.

Debian distribution maintenance software
pp.
Salvatore Bonaccorso <car...@debian.org> (supplier of updated lnav package)

(This message was generated automatically at their request; if you
believe that there is a problem with it please contact the archive
administrators by mailing ftpmas...@ftp-master.debian.org)


-----BEGIN PGP SIGNED MESSAGE-----
Hash: SHA512

Format: 1.8
Date: Fri, 04 Aug 2023 08:52:25 +0200
Source: lnav
Architecture: source
Version: 0.11.2-1~exp1
Distribution: experimental
Urgency: medium
Maintainer: Salvatore Bonaccorso <car...@debian.org>
Changed-By: Salvatore Bonaccorso <car...@debian.org>
Closes: 1037761
Changes:
 lnav (0.11.2-1~exp1) experimental; urgency=medium
 .
   * New upstream version 0.11.2
     - Fixes FTBFS with gcc-13 (Closes: #1037761)
   * Drop "test_sql_str_func.sh: Correct expected output on bad IPv6 address"
   * debian/copyright: Add new stanza for freshly included file upstream
Checksums-Sha1: 
 eac42d0a25c96688aacb097353403e28040d69b9 2138 lnav_0.11.2-1~exp1.dsc
 94eae382de83a34b89e7cd8e4dd715c80a9df213 11028288 lnav_0.11.2.orig.tar.xz
 549581c006e5bad2c67bab827ee175a31cf482d1 9544 lnav_0.11.2-1~exp1.debian.tar.xz
Checksums-Sha256: 
 2ea30a0bffa9c9ceb2a8a99e6f7c55a725555bba4e0e2ee853e1b615f724c6c3 2138 
lnav_0.11.2-1~exp1.dsc
 d44ecce9f0fad087528bd467aa726d86b40158f6af4b9674f2469f9ec14b522d 11028288 
lnav_0.11.2.orig.tar.xz
 2e0419aa9fc9fad7545909298795917b74ab17a0c0a042a8d2645acae2c5bb4f 9544 
lnav_0.11.2-1~exp1.debian.tar.xz
Files: 
 ca37960bb924369a8a17290c35cf7389 2138 admin optional lnav_0.11.2-1~exp1.dsc
 a659b73a2bf18830127ff3a270cdf446 11028288 admin optional 
lnav_0.11.2.orig.tar.xz
 74bd86181bbb9ca604944df5c22f8644 9544 admin optional 
lnav_0.11.2-1~exp1.debian.tar.xz

-----BEGIN PGP SIGNATURE-----

iQKmBAEBCgCQFiEERkRAmAjBceBVMd3uBUy48xNDz0QFAmTMoWtfFIAAAAAALgAo
aXNzdWVyLWZwckBub3RhdGlvbnMub3BlbnBncC5maWZ0aGhvcnNlbWFuLm5ldDQ2
NDQ0MDk4MDhDMTcxRTA1NTMxRERFRTA1NENCOEYzMTM0M0NGNDQSHGNhcm5pbEBk
ZWJpYW4ub3JnAAoJEAVMuPMTQ89ETRkP/jmvpDrmhYOUqAYTDa3H93Jwo1rjLodn
Q3BwYUbF54gHKaizxHGvFTXHYaGGXmrFQaXl8cXgcIfKdiJ58DLaiht8YuW9mSVE
6WaDfX8wz4Qfr+WAqrqOdotIxspeRI3ZXOG+nmD3+YZezWnPkel0dyydGtGlPazQ
aj5wyKKgimcNGO+toEUa6MnW55YmIPWaJgjWG9/4TXtfNIDkko6UZED8jtXKtWTu
fl1GpUN79Szp8sT1Lm2JbOSR5ykHzBCNK+pUVCUTMy6eS0vClzl92E8uSqJYR/dt
uVTWLQamLXWkVB409kGsYB3kBt1qGLEa4X7NHT5hmQ3NHA0NDecWvlxwQioLs5vn
XU9KH1A1VAUvjZ5WEdB7v8T3PL/nJvqArG/kl0u69Emes8Bui6Wrko/qqG6ReHqP
QOtdLsggPLJ0rL70Tp5LH+nQ4u0H7vriEDP5BYtGykFuPBeDaGm6JGiPWQYH+V9Y
4CAT0FB4KhBvnSAs6OqZ7+Fv7nwyGkr0ah/50rySzMgKOJWOdzULrkTwN7/UzgYK
jRyeHVebLiG/M30HWSMoN8/VTaldyNvcTFgs2z/ddMpLb/Bpvg7U4ggHbBgqv8Q9
TdjyMwDvT6YuOfi8icN8MHH+jhHXfWx2deJ8CGro44I2P66/s4N0XEGYTytYSgJM
1/79DN9LC8YE
=pi1h
-----END PGP SIGNATURE-----

--- End Message ---

Reply via email to