Your message dated Wed, 27 Jul 2022 13:34:19 +0000
with message-id <e1oghb5-000hkn...@fasolo.debian.org>
and subject line Bug#1013053: fixed in tinymux 2.12.0.10-1
has caused the Debian Bug report #1013053,
regarding tinymux: ftbfs with GCC-12
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.)


-- 
1013053: https://bugs.debian.org/cgi-bin/bugreport.cgi?bug=1013053
Debian Bug Tracking System
Contact ow...@bugs.debian.org with problems
--- Begin Message ---
Package: src:tinymux
Version: 2.10.1.14-1
Severity: normal
Tags: sid bookworm
User: debian-...@lists.debian.org
Usertags: ftbfs-gcc-12

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

The full build log can be found at:
http://qa-logs.debian.net/2022/06/09/gcc12/tinymux_2.10.1.14-1_unstable_gcc12.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.

[...]
_build.cpp:11:22: warning: macro "__DATE__" might prevent reproducible builds 
[-Wdate-time]
   11 | char szBuildDate[] = __DATE__ " " __TIME__;
      |                      ^~~~~~~~
_build.cpp:11:35: warning: macro "__TIME__" might prevent reproducible builds 
[-Wdate-time]
   11 | char szBuildDate[] = __DATE__ " " __TIME__;
      |                                   ^~~~~~~~
g++ -g -O2 -ffile-prefix-map=/<<PKGBUILDDIR>>=. -fstack-protector-strong 
-Wformat -Werror=format-security -Wdate-time -D_FORTIFY_SOURCE=2 -g -O     
-DSTUB_SLAVE       -c comsys.cpp
g++ -g -O2 -ffile-prefix-map=/<<PKGBUILDDIR>>=. -fstack-protector-strong 
-Wformat -Werror=format-security -Wdate-time -D_FORTIFY_SOURCE=2 -g -O     
-DSTUB_SLAVE       -c conf.cpp
g++ -g -O2 -ffile-prefix-map=/<<PKGBUILDDIR>>=. -fstack-protector-strong 
-Wformat -Werror=format-security -Wdate-time -D_FORTIFY_SOURCE=2 -g -O     
-DSTUB_SLAVE       -c cque.cpp
g++ -g -O2 -ffile-prefix-map=/<<PKGBUILDDIR>>=. -fstack-protector-strong 
-Wformat -Werror=format-security -Wdate-time -D_FORTIFY_SOURCE=2 -g -O     
-DSTUB_SLAVE       -c create.cpp
g++ -g -O2 -ffile-prefix-map=/<<PKGBUILDDIR>>=. -fstack-protector-strong 
-Wformat -Werror=format-security -Wdate-time -D_FORTIFY_SOURCE=2 -g -O     
-DSTUB_SLAVE       -c db.cpp
g++ -g -O2 -ffile-prefix-map=/<<PKGBUILDDIR>>=. -fstack-protector-strong 
-Wformat -Werror=format-security -Wdate-time -D_FORTIFY_SOURCE=2 -g -O     
-DSTUB_SLAVE       -c db_rw.cpp
db.cpp: In function ‘void load_restart_db()’:
db.cpp:3686:10: warning: ignoring return value of ‘char* fgets(char*, int, 
FILE*)’ declared with attribute ‘warn_unused_result’ [-Wunused-result]
 3686 |     fgets(buf, 3, f);
      |     ~~~~~^~~~~~~~~~~
g++ -g -O2 -ffile-prefix-map=/<<PKGBUILDDIR>>=. -fstack-protector-strong 
-Wformat -Werror=format-security -Wdate-time -D_FORTIFY_SOURCE=2 -g -O     
-DSTUB_SLAVE       -c eval.cpp
g++ -g -O2 -ffile-prefix-map=/<<PKGBUILDDIR>>=. -fstack-protector-strong 
-Wformat -Werror=format-security -Wdate-time -D_FORTIFY_SOURCE=2 -g -O     
-DSTUB_SLAVE       -c file_c.cpp
g++ -g -O2 -ffile-prefix-map=/<<PKGBUILDDIR>>=. -fstack-protector-strong 
-Wformat -Werror=format-security -Wdate-time -D_FORTIFY_SOURCE=2 -g -O     
-DSTUB_SLAVE       -c flags.cpp
g++ -g -O2 -ffile-prefix-map=/<<PKGBUILDDIR>>=. -fstack-protector-strong 
-Wformat -Werror=format-security -Wdate-time -D_FORTIFY_SOURCE=2 -g -O     
-DSTUB_SLAVE       -c funceval.cpp
g++ -g -O2 -ffile-prefix-map=/<<PKGBUILDDIR>>=. -fstack-protector-strong 
-Wformat -Werror=format-security -Wdate-time -D_FORTIFY_SOURCE=2 -g -O     
-DSTUB_SLAVE       -c funceval2.cpp
g++ -g -O2 -ffile-prefix-map=/<<PKGBUILDDIR>>=. -fstack-protector-strong 
-Wformat -Werror=format-security -Wdate-time -D_FORTIFY_SOURCE=2 -g -O     
-DSTUB_SLAVE       -c functions.cpp
g++ -g -O2 -ffile-prefix-map=/<<PKGBUILDDIR>>=. -fstack-protector-strong 
-Wformat -Werror=format-security -Wdate-time -D_FORTIFY_SOURCE=2 -g -O     
-DSTUB_SLAVE       -c funmath.cpp
g++ -g -O2 -ffile-prefix-map=/<<PKGBUILDDIR>>=. -fstack-protector-strong 
-Wformat -Werror=format-security -Wdate-time -D_FORTIFY_SOURCE=2 -g -O     
-DSTUB_SLAVE       -c game.cpp
g++ -g -O2 -ffile-prefix-map=/<<PKGBUILDDIR>>=. -fstack-protector-strong 
-Wformat -Werror=format-security -Wdate-time -D_FORTIFY_SOURCE=2 -g -O     
-DSTUB_SLAVE       -c help.cpp
g++ -g -O2 -ffile-prefix-map=/<<PKGBUILDDIR>>=. -fstack-protector-strong 
-Wformat -Werror=format-security -Wdate-time -D_FORTIFY_SOURCE=2 -g -O     
-DSTUB_SLAVE       -c htab.cpp
g++ -g -O2 -ffile-prefix-map=/<<PKGBUILDDIR>>=. -fstack-protector-strong 
-Wformat -Werror=format-security -Wdate-time -D_FORTIFY_SOURCE=2 -g -O     
-DSTUB_SLAVE       -c local.cpp
game.cpp: In function ‘void do_shutdown(dbref, dbref, dbref, int, int, UTF8*, 
const UTF8**, int)’:
game.cpp:1273:18: warning: ignoring return value of ‘ssize_t write(int, const 
void*, size_t)’ declared with attribute ‘warn_unused_result’ [-Wunused-result]
 1273 |         mux_write(fd, message, static_cast<unsigned int>(strlen((char 
*)message)));
game.cpp:1274:18: warning: ignoring return value of ‘ssize_t write(int, const 
void*, size_t)’ declared with attribute ‘warn_unused_result’ [-Wunused-result]
 1274 |         mux_write(fd, ENDLINE, sizeof(ENDLINE)-1);
In file included from /usr/include/c++/12/bits/stl_algobase.h:64,
                 from /usr/include/c++/12/bits/specfun.h:45,
                 from /usr/include/c++/12/cmath:1935,
                 from /usr/include/c++/12/math.h:36,
                 from funmath.cpp:16:
/usr/include/c++/12/bits/stl_pair.h: In function ‘constexpr typename 
std::tuple_element<_Int, std::pair<_Tp1, _Tp2> >::type&& std::get(pair<_Tp1, 
_Tp2>&&)’:
/usr/include/c++/12/bits/stl_pair.h:861:52: error: no matching function for 
call to ‘move()’
  861 |     { return __pair_get<_Int>::__move_get(std::move(__in)); }
      |                                           ~~~~~~~~~^~~~~~
In file included from /usr/include/c++/12/bits/stl_pair.h:61:
/usr/include/c++/12/bits/move.h:104:5: note: candidate: ‘template<class _Tp> 
constexpr typename std::remove_reference<_Tp>::type&& std::move(_Tp&&)’
  104 |     move(_Tp&& __t) noexcept
      |     ^~~~
/usr/include/c++/12/bits/move.h:104:5: note:   template argument 
deduction/substitution failed:
/usr/include/c++/12/bits/stl_pair.h:861:52: note:   candidate expects 1 
argument, 0 provided
  861 |     { return __pair_get<_Int>::__move_get(std::move(__in)); }
      |                                           ~~~~~~~~~^~~~~~
/usr/include/c++/12/bits/stl_pair.h: In function ‘constexpr const typename 
std::tuple_element<_Int, std::pair<_Tp1, _Tp2> >::type&& std::get(const 
pair<_Tp1, _Tp2>&&)’:
/usr/include/c++/12/bits/stl_pair.h:871:58: error: no matching function for 
call to ‘move()’
  871 |     { return __pair_get<_Int>::__const_move_get(std::move(__in)); }
      |                                                 ~~~~~~~~~^~~~~~
/usr/include/c++/12/bits/move.h:104:5: note: candidate: ‘template<class _Tp> 
constexpr typename std::remove_reference<_Tp>::type&& std::move(_Tp&&)’
  104 |     move(_Tp&& __t) noexcept
      |     ^~~~
/usr/include/c++/12/bits/move.h:104:5: note:   template argument 
deduction/substitution failed:
/usr/include/c++/12/bits/stl_pair.h:871:58: note:   candidate expects 1 
argument, 0 provided
  871 |     { return __pair_get<_Int>::__const_move_get(std::move(__in)); }
      |                                                 ~~~~~~~~~^~~~~~
g++ -g -O2 -ffile-prefix-map=/<<PKGBUILDDIR>>=. -fstack-protector-strong 
-Wformat -Werror=format-security -Wdate-time -D_FORTIFY_SOURCE=2 -g -O     
-DSTUB_SLAVE       -c log.cpp
g++ -g -O2 -ffile-prefix-map=/<<PKGBUILDDIR>>=. -fstack-protector-strong 
-Wformat -Werror=format-security -Wdate-time -D_FORTIFY_SOURCE=2 -g -O     
-DSTUB_SLAVE       -c look.cpp
make[2]: *** [Makefile:177: funmath.o] Error 1
make[2]: *** Waiting for unfinished jobs....
make[2]: Leaving directory '/<<PKGBUILDDIR>>/src'
dh_auto_build: error: cd src && make -j8 returned exit code 2
make[1]: *** [debian/rules:12: override_dh_auto_build] Error 25
make[1]: Leaving directory '/<<PKGBUILDDIR>>'
make: *** [debian/rules:6: build] Error 2
dpkg-buildpackage: error: debian/rules build subprocess returned exit status 2

--- End Message ---
--- Begin Message ---
Source: tinymux
Source-Version: 2.12.0.10-1
Done: Stephen Dennis <brazilof...@gmail.com>

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

Debian distribution maintenance software
pp.
Stephen Dennis <brazilof...@gmail.com> (supplier of updated tinymux 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: Sun, 24 Jul 2022 19:27:02 -0600
Source: tinymux
Architecture: source
Version: 2.12.0.10-1
Distribution: unstable
Urgency: medium
Maintainer: Stephen Dennis <brazilof...@gmail.com>
Changed-By: Stephen Dennis <brazilof...@gmail.com>
Closes: 866945 1013053
Changes:
 tinymux (2.12.0.10-1) unstable; urgency=medium
 .
   * New upstream release
     + fixes ftbfs with GCC-12. (Closes: #1013053)
   * Update Standards-Version in debian/control from 4.0.1 to 4.6.1.
     + Removed build date and number for reproducible build.
       (Closes: #866945)
Checksums-Sha1:
 add52806726a31b4c8cefd6c6e28099a2c41c6c8 1947 tinymux_2.12.0.10-1.dsc
 71c18a59103701e20146f2ebc244f523ab49ea20 1100568 tinymux_2.12.0.10.orig.tar.bz2
 46c7df75ff50285f0d45a7678554ec769998e9e0 833 tinymux_2.12.0.10.orig.tar.bz2.asc
 ba94558353bd24c57a60b6cd887643f986309924 14012 
tinymux_2.12.0.10-1.debian.tar.xz
 be2088ed1aa380a89f4962c4e8baf6af95d62253 5505 
tinymux_2.12.0.10-1_source.buildinfo
Checksums-Sha256:
 ba477fa08cb00a32386caf3bc8864847fc6eb265927e2d79be64d5a27d855be8 1947 
tinymux_2.12.0.10-1.dsc
 735f2854262a2c4873187beb7a4224b9a0f41fdd485dc7d9d8118e5979ae2bac 1100568 
tinymux_2.12.0.10.orig.tar.bz2
 ba1da191ad2e6508d7750b906d9a7cd994152da986ebb0b6e2aaec18b44b9ae4 833 
tinymux_2.12.0.10.orig.tar.bz2.asc
 18847fcfd810a99d8c79b2b3066433bc44f1a29ec2e7d3b278c29ffda1164d24 14012 
tinymux_2.12.0.10-1.debian.tar.xz
 00c0c29d4f17e4cf9e4f30e7bf61ab97ea427915751f8a298f85a69948bfb4e9 5505 
tinymux_2.12.0.10-1_source.buildinfo
Files:
 ed82bf8b749a04f526e239861da70be7 1947 games optional tinymux_2.12.0.10-1.dsc
 41f31d64b748c2ff4649e33aa2aa814b 1100568 games optional 
tinymux_2.12.0.10.orig.tar.bz2
 58e6805b63fe42719872b1f524ae478a 833 games optional 
tinymux_2.12.0.10.orig.tar.bz2.asc
 0427a3d0fe50c5a2dc6da18ff934a981 14012 games optional 
tinymux_2.12.0.10-1.debian.tar.xz
 55477b702c65b35ba90d4f970971c755 5505 games optional 
tinymux_2.12.0.10-1_source.buildinfo

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

iQHEBAEBCgAuFiEEQGIgyLhVKAI3jM5BH1x6i0VWQxQFAmLhO0cQHGJhZ2VAZGVi
aWFuLm9yZwAKCRAfXHqLRVZDFGCXDACFTksPQ1MWak2NfvdkCjZIvDP+nVRkcZTC
dCLsVZF9p8IELXoo8lfQkI4MowqAFP/IxzwQqPbUf8kFFS+qoXfL1R9dKljQi5nD
kZntFd14jRK0JiJC79zPhsYbzxjSk6wwRAiOqYZC2l25szMqBJDWW1gKpp2O41/H
36e7+ZBX7RtZpLEm5t9zfB7TK3Fe2j190cAq2mtc0EjoIw/+AP77OR9V11WESZ8s
POttMVvm/vKeRDexxhtjAqk/ZKy4DBpVpgTo+30B+6eckTLxY7uvve4pmo/CNvEj
fmVfgsCQeLDbEhMDAMrKs3cUCfYri1bUK9tTCnhqOH+ysgCcOqCt5jlxNH6fxJM9
/iEa1ZGDRH0RsLsC835qbX8w10zRdLhSvwVr1dTFjVXJdB0le2hgxAqapWeDHEsX
UZTPmYYZ+Uwzr+gh7gIdazD4Akhi8Ab/OFOsO0NvHn4h4/DszMiTq3FX8m6be5oz
faQRQE//MKCKDobOBb3OtLGuLxuUfUo=
=/zVT
-----END PGP SIGNATURE-----

--- End Message ---

Reply via email to