Your message dated Wed, 30 Aug 2023 09:19:28 +0000
with message-id <e1qbhmg-00eldu...@fasolo.debian.org>
and subject line Bug#1037637: fixed in e2guardian 5.3.5-4.1
has caused the Debian Bug report #1037637,
regarding e2guardian: 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.)


-- 
1037637: https://bugs.debian.org/cgi-bin/bugreport.cgi?bug=1037637
Debian Bug Tracking System
Contact ow...@bugs.debian.org with problems
--- Begin Message ---
Package: src:e2guardian
Version: 5.3.5-4
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/e2guardian_5.3.5-4_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

[...]
ListContainer.cpp:1879:39: error: ‘const struct ipl_subnetstruct’ has no member 
named ‘maskedaddr’
 1879 |             String ret = hIPtoChar(i->maskedaddr);
      |                                       ^~~~~~~~~~
ListContainer.cpp:1881:33: error: ‘const struct ipl_subnetstruct’ has no member 
named ‘mask’
 1881 |             ret += hIPtoChar(i->mask);
      |                                 ^~~~
ListContainer.cpp: At global scope:
ListContainer.cpp:1894:13: error: no declaration matches ‘const char* 
ListContainer::hIPtoChar(uint32_t)’
 1894 | const char *ListContainer::hIPtoChar(uint32_t ip) {
      |             ^~~~~~~~~~~~~
ListContainer.hpp:192:17: note: candidate is: ‘const char* 
ListContainer::hIPtoChar(int)’
  192 |     const char *hIPtoChar(uint32_t ip);
      |                 ^~~~~~~~~
ListContainer.hpp:45:7: note: ‘class ListContainer’ defined here
   45 | class ListContainer
      |       ^~~~~~~~~~~~~
g++ -DHAVE_CONFIG_H -I. -I..  -D__CONFFILE='"/etc/e2guardian/e2guardian.conf"' 
-D__LOGLOCATION='"/var/log/e2guardian/"' -D__PIDDIR='"/var/run"' 
-D__PROXYUSER='"e2guardian"' -D__PROXYGROUP='"e2guardian"' 
-D__CONFDIR='"/etc/e2guardian"'  -Wdate-time -D_FORTIFY_SOURCE=2   -g -O2 
-ffile-prefix-map=/<<PKGBUILDDIR>>=. -fstack-protector-strong -Wformat 
-Werror=format-security --std=c++11  -DFD_SETSIZE=65535 -c -o 
e2guardian-StoryBoard.o `test -f 'StoryBoard.cpp' || echo './'`StoryBoard.cpp
make[3]: *** [Makefile:966: e2guardian-ListContainer.o] Error 1
make[3]: *** Waiting for unfinished jobs....
In file included from ListContainer.hpp:19,
                 from ListMeta.cpp:15:
IPList.hpp:16:5: error: ‘uint32_t’ does not name a type
   16 |     uint32_t maskedaddr;
      |     ^~~~~~~~
IPList.hpp:1:1: note: ‘uint32_t’ is defined in header ‘<cstdint>’; did you 
forget to ‘#include <cstdint>’?
  +++ |+#include <cstdint>
    1 | // For all support, instructions and copyright go to:
IPList.hpp:17:5: error: ‘uint32_t’ does not name a type
   17 |     uint32_t mask;
      |     ^~~~~~~~
IPList.hpp:17:5: note: ‘uint32_t’ is defined in header ‘<cstdint>’; did you 
forget to ‘#include <cstdint>’?
IPList.hpp:21:5: error: ‘uint32_t’ does not name a type
   21 |     uint32_t startaddr;
      |     ^~~~~~~~
IPList.hpp:21:5: note: ‘uint32_t’ is defined in header ‘<cstdint>’; did you 
forget to ‘#include <cstdint>’?
IPList.hpp:22:5: error: ‘uint32_t’ does not name a type
   22 |     uint32_t endaddr;
      |     ^~~~~~~~
IPList.hpp:22:5: note: ‘uint32_t’ is defined in header ‘<cstdint>’; did you 
forget to ‘#include <cstdint>’?
IPList.hpp:35:17: error: ‘uint32_t’ was not declared in this scope
   35 |     std::vector<uint32_t> iplist;
      |                 ^~~~~~~~
IPList.hpp:35:17: note: ‘uint32_t’ is defined in header ‘<cstdint>’; did you 
forget to ‘#include <cstdint>’?
IPList.hpp:35:25: error: template argument 1 is invalid
   35 |     std::vector<uint32_t> iplist;
      |                         ^
IPList.hpp:35:25: error: template argument 2 is invalid
ListContainer.hpp:165:17: error: ‘uint32_t’ was not declared in this scope
  165 |     std::vector<uint32_t> iplist;
      |                 ^~~~~~~~
ListContainer.hpp:20:1: note: ‘uint32_t’ is defined in header ‘<cstdint>’; did 
you forget to ‘#include <cstdint>’?
   19 | #include "IPList.hpp"
  +++ |+#include <cstdint>
   20 | 
ListContainer.hpp:165:25: error: template argument 1 is invalid
  165 |     std::vector<uint32_t> iplist;
      |                         ^
ListContainer.hpp:165:25: error: template argument 2 is invalid
ListContainer.hpp:192:27: error: ‘uint32_t’ has not been declared
  192 |     const char *hIPtoChar(uint32_t ip);
      |                           ^~~~~~~~
make[3]: *** [Makefile:980: e2guardian-ListMeta.o] Error 1
make[3]: Leaving directory '/<<PKGBUILDDIR>>/src'
make[2]: *** [Makefile:402: all-recursive] Error 1
make[2]: Leaving directory '/<<PKGBUILDDIR>>'
make[1]: *** [Makefile:343: all] Error 2
make[1]: Leaving directory '/<<PKGBUILDDIR>>'
dh_auto_build: error: make -j8 returned exit code 2
make: *** [debian/rules:10: binary] Error 25
dpkg-buildpackage: error: debian/rules binary subprocess returned exit status 2

--- End Message ---
--- Begin Message ---
Source: e2guardian
Source-Version: 5.3.5-4.1
Done: Bastian Germann <b...@debian.org>

We believe that the bug you reported is fixed in the latest version of
e2guardian, 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.
Bastian Germann <b...@debian.org> (supplier of updated e2guardian 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: Wed, 30 Aug 2023 08:40:56 +0000
Source: e2guardian
Architecture: source
Version: 5.3.5-4.1
Distribution: unstable
Urgency: medium
Maintainer: Debian Edu Packaging Team 
<debian-edu-pkg-t...@lists.alioth.debian.org>
Changed-By: Bastian Germann <b...@debian.org>
Closes: 1000131 1037637
Changes:
 e2guardian (5.3.5-4.1) unstable; urgency=medium
 .
   * Non-maintainer upload.
   * Fix build with GCC 13. (Closes: #1037637)
   * Disable pcre support. (Closes: #1000131)
   * d/control: Drop unused quilt.
Checksums-Sha1:
 89835dfc52ba33bb4b962a3c52000dcd0b8eaf6f 1960 e2guardian_5.3.5-4.1.dsc
 1eb33537e06d32607379f84b6b7e0c40442321bf 16736 
e2guardian_5.3.5-4.1.debian.tar.xz
 cb36d3b19ab733dd00d67c82b9928b2ee3e7e4e1 5525 
e2guardian_5.3.5-4.1_source.buildinfo
Checksums-Sha256:
 320ce7af1a3ede11bfb53929f5033fa6e1c45f9ff8f0e35cb805e728f6f5bcb2 1960 
e2guardian_5.3.5-4.1.dsc
 c175f8cd4f9e3ad95f5459ec6dd8071e444439ab2d2bf8463f67568cced42bff 16736 
e2guardian_5.3.5-4.1.debian.tar.xz
 6cfa20ecb3cc473e13fb9992bde2e4b7ba1349137b381fe79ce9671a6688af13 5525 
e2guardian_5.3.5-4.1_source.buildinfo
Files:
 9ebd217d5a349e3d8f42be75a43ff765 1960 web optional e2guardian_5.3.5-4.1.dsc
 1ac4e416543495e215b3bb07ec186d80 16736 web optional 
e2guardian_5.3.5-4.1.debian.tar.xz
 3acdb714b8160a70d7230f08cf1a8cbd 5525 web optional 
e2guardian_5.3.5-4.1_source.buildinfo

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

iQHEBAEBCgAuFiEEQGIgyLhVKAI3jM5BH1x6i0VWQxQFAmTvB2cQHGJhZ2VAZGVi
aWFuLm9yZwAKCRAfXHqLRVZDFKloC/9o0f9idM/JeHz5pecbGZlOsOHAlCz2U2je
4iENlrjt8p3bVN1uZdg9kkB6Av/a5UGa0H6YzANtHbv6DuDkA6z2fGp95SZV+HMO
jucKFkqcsMabR+F+FVDxSK+KmLhjtQS0IDA6M4FFkF/OSidUQnIHVheBq/squfDu
z8PrZuixa15irwq+aQOCQG7KG3NvtgJj2gJs5nPf5tkciLkRWC2V9ZlWSvBe5Q9Q
c5oxS/vdUljaxmt5QrnSrn2thlgG27+XWUJXOyiv58047AQv4vu7tGift+PLu/BE
BNMek11qB12FBUntAs4eUwBUqPHlPZTyvi/Lwbn4e9QI9oncERfi3ohoCHg+fu++
IL20F7Nq6KPnGu0v5MDr/xeDg8LWagJVG5rm/zcYJ6k8/yPfKdYz2GIWBaYIKYaa
QNg7MhtKIhp21EsGY932MNXoOAPsScqtGWoLPwX3jOTAYAvDVAtodQaLaUvOgF9u
KVgPzhWFsDHnO+O0QQ469JoTObcwInc=
=gbhf
-----END PGP SIGNATURE-----

--- End Message ---

Reply via email to