Your message dated Fri, 02 Dec 2022 17:05:25 +0000
with message-id <e1p19tz-00971k...@fasolo.debian.org>
and subject line Bug#984039: fixed in drawxtl 5.5-6
has caused the Debian Bug report #984039,
regarding drawxtl: ftbfs with GCC-11
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.)


-- 
984039: https://bugs.debian.org/cgi-bin/bugreport.cgi?bug=984039
Debian Bug Tracking System
Contact ow...@bugs.debian.org with problems
--- Begin Message ---
Package: src:drawxtl
Version: 5.5-5
Severity: normal
Tags: sid bookworm
User: debian-...@lists.debian.org
Usertags: ftbfs-gcc-11

[This bug is not targeted to the upcoming bullseye 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-11/g++-11, but succeeds to build with gcc-10/g++-10. The
severity of this report will be raised before the bookworm release,
so nothing has to be done for the bullseye release.

The full build log can be found at:
http://people.debian.org/~doko/logs/20210228/filtered/gcc11/drawxtl_5.5-5_unstable_gcc11.log
The last lines of the build log are at the end of this report.

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

GCC 11 defaults to the GNU++17 standard.  If your package installs
header files in /usr/include, please don't work around C++17 issues
by choosing a lower C++ standard for the package build, but fix these
issues to build with the C++17 standard.

[...]
CrystalView.h:34:18: error: expected unqualified-id before ‘(’ token
   34 | #define max(a,b) ((a) >= (b) ? (a) : (b))
      |                  ^
CrystalView.h:34:18: error: expected unqualified-id before ‘(’ token
   34 | #define max(a,b) ((a) >= (b) ? (a) : (b))
      |                  ^
/usr/include/c++/11/tr1/ell_integral.tcc: In function ‘_Tp 
std::__detail::__ellint_rd(_Tp, _Tp, _Tp)’:
CrystalView.h:34:18: error: expected unqualified-id before ‘(’ token
   34 | #define max(a,b) ((a) >= (b) ? (a) : (b))
      |                  ^
CrystalView.h:34:18: error: expected unqualified-id before ‘(’ token
   34 | #define max(a,b) ((a) >= (b) ? (a) : (b))
      |                  ^
/usr/include/c++/11/tr1/ell_integral.tcc: In function ‘_Tp 
std::__detail::__ellint_rj(_Tp, _Tp, _Tp, _Tp)’:
CrystalView.h:34:18: error: expected unqualified-id before ‘(’ token
   34 | #define max(a,b) ((a) >= (b) ? (a) : (b))
      |                  ^
CrystalView.h:34:18: error: expected unqualified-id before ‘(’ token
   34 | #define max(a,b) ((a) >= (b) ? (a) : (b))
      |                  ^
CrystalView.h:34:18: error: expected unqualified-id before ‘(’ token
   34 | #define max(a,b) ((a) >= (b) ? (a) : (b))
      |                  ^
In file included from /usr/include/c++/11/math.h:36,
                 from DRAWxtl1.cxx:45:
/usr/include/c++/11/cmath: At global scope:
/usr/include/c++/11/cmath:1930:1: error: expected declaration before ‘}’ token
 1930 | } // extern "C++"
      | ^
make[2]: *** [Makefile:177: DRAWxtl1.o] Error 1
make[2]: *** Waiting for unfinished jobs....
CrystalView.cxx: In function ‘void Load_Bond_Data(const char*, char*)’:
CrystalView.cxx:1359:27: warning: ‘%4s’ directive writing between 4 and 4999 
bytes into a region of size 100 [-Wformat-overflow=]
 1359 |         sprintf (string, "%4s  %8.3f\n", atoms[i], d_list[i]);
      |                           ^~~
In file included from /usr/include/stdio.h:867,
                 from CrystalView.cxx:44:
/usr/include/x86_64-linux-gnu/bits/stdio2.h:36:34: note: 
‘__builtin___sprintf_chk’ output between 16 and 5317 bytes into a destination 
of size 100
   36 |   return __builtin___sprintf_chk (__s, __USE_FORTIFY_LEVEL - 1,
      |          ~~~~~~~~~~~~~~~~~~~~~~~~^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
   37 |                                   __bos (__s), __fmt, __va_arg_pack ());
      |                                   ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
CrystalView.cxx: In function ‘void ImportDataFile_cb(Fl_Widget*, void*)’:
CrystalView.cxx:1108:54: warning: ‘%s’ directive output may be truncated 
writing up to 1023 bytes into a region of size 230 [-Wformat-truncation=]
 1108 |                           "The implied output file ('%s') could not be 
created.",
      |                                                      ^~
In file included from /usr/include/stdio.h:867,
                 from CrystalView.cxx:44:
/usr/include/x86_64-linux-gnu/bits/stdio2.h:67:35: note: 
‘__builtin___snprintf_chk’ output between 51 and 1074 bytes into a destination 
of size 256
   67 |   return __builtin___snprintf_chk (__s, __n, __USE_FORTIFY_LEVEL - 1,
      |          ~~~~~~~~~~~~~~~~~~~~~~~~~^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
   68 |                                    __bos (__s), __fmt, __va_arg_pack 
());
      |                                    ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
CrystalView.cxx: In function ‘void SelectDataFile_cb()’:
CrystalView.cxx:2227:55: warning: ‘%s’ directive writing up to 1023 bytes into 
a region of size 232 [-Wformat-overflow=]
 2227 |             sprintf (string, "The file you selected ('%s') cannot be 
read\n"
      |                                                       ^~
In file included from /usr/include/stdio.h:867,
                 from CrystalView.cxx:44:
/usr/include/x86_64-linux-gnu/bits/stdio2.h:36:34: note: 
‘__builtin___sprintf_chk’ output between 67 and 1090 bytes into a destination 
of size 256
   36 |   return __builtin___sprintf_chk (__s, __USE_FORTIFY_LEVEL - 1,
      |          ~~~~~~~~~~~~~~~~~~~~~~~~^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
   37 |                                   __bos (__s), __fmt, __va_arg_pack ());
      |                                   ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
make[2]: Leaving directory '/<<PKGBUILDDIR>>/source/DRAWxtl55'
dh_auto_build: error: make -j4 "INSTALL=install --strip-program=true" -C 
source/DRAWxtl55/ OS=Linux prefix=/usr includedir=/usr/include libdir=/usr/lib/ 
"LINKFLTKGL=-lfltk_gl -lfltk -lgl2ps -Wl,-z,relro -Wl,-z,now -Wl,-z,defs 
-Wl,--as-needed" "OPTIM=-Wdate-time -D_FORTIFY_SOURCE=2 -g -O2 
-ffile-prefix-map=/<<PKGBUILDDIR>>=. -fstack-protector-strong -Wformat 
-Werror=format-security -Wunused -fno-exceptions" returned exit code 2
make[1]: *** [debian/rules:21: override_dh_auto_build] Error 25
make[1]: Leaving directory '/<<PKGBUILDDIR>>'
make: *** [debian/rules:18: binary] Error 2
dpkg-buildpackage: error: debian/rules binary subprocess returned exit status 2

--- End Message ---
--- Begin Message ---
Source: drawxtl
Source-Version: 5.5-6
Done: Michael Banck <mba...@debian.org>

We believe that the bug you reported is fixed in the latest version of
drawxtl, 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 984...@bugs.debian.org,
and the maintainer will reopen the bug report if appropriate.

Debian distribution maintenance software
pp.
Michael Banck <mba...@debian.org> (supplier of updated drawxtl 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: SHA256

Format: 1.8
Date: Fri, 02 Dec 2022 17:43:57 +0100
Source: drawxtl
Architecture: source
Version: 5.5-6
Distribution: unstable
Urgency: medium
Maintainer: Debichem Team <debichem-de...@lists.alioth.debian.org>
Changed-By: Michael Banck <mba...@debian.org>
Closes: 984039
Changes:
 drawxtl (5.5-6) unstable; urgency=medium
 .
   * Team upload.
   * d/p/fix_gcc-11_build_failures.patch: Add patch.
     - Fix build failfure with gcc-11 (closes: #984039).
Checksums-Sha1:
 63d79788ec04ef3ca602c3849ebd48c7a2cc904b 2089 drawxtl_5.5-6.dsc
 3c02aaa0b210fd51920ef7af257b0c5e3a314dab 12364 drawxtl_5.5-6.debian.tar.xz
 c6d926870481672580e85934ccaea768c1adf451 6158 drawxtl_5.5-6_source.buildinfo
Checksums-Sha256:
 0af1253847f2a04fb45ea600b5bd91fba85cee6361f7789027362c3854e02ead 2089 
drawxtl_5.5-6.dsc
 51a70c26305b0fee15736bc6cf81ab62049b6d97bf0ddfa8033bc06d85a924cf 12364 
drawxtl_5.5-6.debian.tar.xz
 1d991e3a72654d95719db43414ef20d93cebfd0d23014e85e9ea2ba3defbdc12 6158 
drawxtl_5.5-6_source.buildinfo
Files:
 6ea33ad10ffb08c281702aee12a05764 2089 science optional drawxtl_5.5-6.dsc
 81a7f6a318590d51cd2d8f02a15e2950 12364 science optional 
drawxtl_5.5-6.debian.tar.xz
 934e4f5555f2c98b1569c87847970a39 6158 science optional 
drawxtl_5.5-6_source.buildinfo

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

iQIzBAEBCAAdFiEEnKh3dJ+rLk+paGLs3GhqJ7Q0gbAFAmOKK2AACgkQ3GhqJ7Q0
gbAc2Q/8CtpC3PdwLrpRa0X2r8PIQYtgFPhyMWjRQWsMKvnZd5+0/jFGKnMACw7X
4jz87gkS8azBni2AWcdMVlqi0OUTByKSiaUkJgvup2pt15LgkIHq6Sqacz4NDSp2
gxI/UP0ulimuKkRcdYmhusrVgoFS7RphbJl2nzMT5BNgD/S91C3aFQzKfxor2jPv
yeQ+MaAgiNfzlzR2n3UwFuERBIYf2+9R766R2fi7S9QLov3wL1ptUf4K6jBrz67G
7yetfX02XfiUN04PUkicwm8c5ly1aR/BkwqnQOtWervZVy+neDhX3qR+GX9yD9BR
9ty00FuwT2B6+Uh6MJVAF0JeCDUCeXuYrIjdyc4KIwikULbEORWJUJJ7yNcWun/G
5keuMQTjwLgkeV1WMLbRmzwmY1i+s1jMCZPSe4YDI+dVKjsN3sncSAc2xkogAI0U
On3oZX6aeVJBo+Sn0xOtv1Crf6T27S/zsSlt+nDw/wJfkn167RmRfT4FTUIhLlD/
XFW2NlZBlQrwvSOQpS83WVvavaUDFxX2UvwkxstFDEVvT8HTmKvfXZFOP5SVMF2i
wrPLSJlaFQkX2Ua2o1QrZpG9lU8psE3h6cgIXHAr6VYtyGDtWxRoXMbw2qTbFn2F
tYoKGNxIHWeg2CC2iELt1OzxMCiFig6tXJUO+ErWqDTlxAIIIv4=
=6JDe
-----END PGP SIGNATURE-----

--- End Message ---

Reply via email to