Your message dated Wed, 17 Aug 2022 15:17:40 +0000
with message-id <[email protected]>
and subject line Bug#1013039: fixed in skypat 3.1.1-6
has caused the Debian Bug report #1013039,
regarding skypat: 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 [email protected]
immediately.)


-- 
1013039: https://bugs.debian.org/cgi-bin/bugreport.cgi?bug=1013039
Debian Bug Tracking System
Contact [email protected] with problems
--- Begin Message ---
Package: src:skypat
Version: 3.1.1-5
Severity: normal
Tags: sid bookworm
User: [email protected]
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/skypat_3.1.1-5_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.

[...]
echo -e 'INCDIR=../../../../include\nLIBDIR=../../../../lib\nrun:  skypat_c\n   
LD_LIBRARY_PATH=$(LIBDIR) ./$<\nskypat_c: main.cpp my_case.cpp\n        $(CXX) 
-I$(INCDIR) -L$(LIBDIR) $^ -fno-rtti -lskypat -o $@\nclean:\n    rm -f  
skypat_c\n' > SampleMakefile
 /bin/mkdir -p '/<<PKGBUILDDIR>>/debian/tmp/usr/share/skypat/examples/skypat_c'
 /usr/bin/install -c -m 644 main.cpp my_case.h my_case.cpp SampleMakefile 
'/<<PKGBUILDDIR>>/debian/tmp/usr/share/skypat/examples/skypat_c'
make  install-data-hook
make[5]: Entering directory '/<<PKGBUILDDIR>>/examples/skypat_c'
cd /<<PKGBUILDDIR>>/debian/tmp/usr/share/skypat/examples/skypat_c && mv 
SampleMakefile Makefile
make[5]: Leaving directory '/<<PKGBUILDDIR>>/examples/skypat_c'
make[4]: Leaving directory '/<<PKGBUILDDIR>>/examples/skypat_c'
make[3]: Leaving directory '/<<PKGBUILDDIR>>/examples/skypat_c'
Making install in thread
make[3]: Entering directory '/<<PKGBUILDDIR>>/examples/thread'
echo -e 'INCDIR=../../../../include\nLIBDIR=../../../../lib\nrun:  thread\n     
LD_LIBRARY_PATH=$(LIBDIR) ./$<\nthread: main.cpp\n      $(CXX) -I$(INCDIR) 
-L$(LIBDIR) $^ -fno-rtti -lskypat -o $@\nclean:\n    rm -f  thread\n' > 
SampleMakefile
make[4]: Entering directory '/<<PKGBUILDDIR>>/examples/thread'
make[4]: Nothing to be done for 'install-exec-am'.
echo -e 'INCDIR=../../../../include\nLIBDIR=../../../../lib\nrun:  thread\n     
LD_LIBRARY_PATH=$(LIBDIR) ./$<\nthread: main.cpp\n      $(CXX) -I$(INCDIR) 
-L$(LIBDIR) $^ -fno-rtti -lskypat -o $@\nclean:\n    rm -f  thread\n' > 
SampleMakefile
 /bin/mkdir -p '/<<PKGBUILDDIR>>/debian/tmp/usr/share/skypat/examples/thread'
 /usr/bin/install -c -m 644 main.cpp ThreadTest.h SampleMakefile 
'/<<PKGBUILDDIR>>/debian/tmp/usr/share/skypat/examples/thread'
make  install-data-hook
make[5]: Entering directory '/<<PKGBUILDDIR>>/examples/thread'
cd /<<PKGBUILDDIR>>/debian/tmp/usr/share/skypat/examples/thread && mv 
SampleMakefile Makefile
make[5]: Leaving directory '/<<PKGBUILDDIR>>/examples/thread'
make[4]: Leaving directory '/<<PKGBUILDDIR>>/examples/thread'
make[3]: Leaving directory '/<<PKGBUILDDIR>>/examples/thread'
make[3]: Entering directory '/<<PKGBUILDDIR>>/examples'
make[4]: Entering directory '/<<PKGBUILDDIR>>/examples'
make[4]: Nothing to be done for 'install-exec-am'.
make[4]: Nothing to be done for 'install-data-am'.
make[4]: Leaving directory '/<<PKGBUILDDIR>>/examples'
make[3]: Leaving directory '/<<PKGBUILDDIR>>/examples'
make[2]: Leaving directory '/<<PKGBUILDDIR>>/examples'
make[2]: Entering directory '/<<PKGBUILDDIR>>'
make[3]: Entering directory '/<<PKGBUILDDIR>>'
make[3]: Nothing to be done for 'install-exec-am'.
 /bin/mkdir -p '/<<PKGBUILDDIR>>/debian/tmp/usr/share/skypat'
 /usr/bin/install -c -m 644 ./LICENSE ./README.md 
'/<<PKGBUILDDIR>>/debian/tmp/usr/share/skypat'
make[3]: Leaving directory '/<<PKGBUILDDIR>>'
make[2]: Leaving directory '/<<PKGBUILDDIR>>'
make[1]: Leaving directory '/<<PKGBUILDDIR>>'
   dh_install
   dh_installdocs
   dh_installchangelogs
   dh_installexamples
   dh_perl
   dh_link
   dh_strip_nondeterminism
   dh_compress
   dh_fixperms
   debian/rules override_dh_missing
make[1]: Entering directory '/<<PKGBUILDDIR>>'
dh_missing --fail-missing -X LICENSE
make[1]: Leaving directory '/<<PKGBUILDDIR>>'
   dh_dwz -a
   dh_strip -a
   dh_makeshlibs -a
dpkg-gensymbols: error: some symbols or patterns disappeared in the symbols 
file: see diff output below
dpkg-gensymbols: warning: debian/libskypat3/DEBIAN/symbols doesn't match 
completely debian/libskypat3.symbols
--- debian/libskypat3.symbols (libskypat3_3.1.1-5_amd64)
+++ dpkg-gensymbolsnkgA3p       2022-06-10 09:07:37.837656374 +0000
@@ -196,7 +196,7 @@
  (c++|arch-bits=64)"std::deque<unsigned long, std::allocator<unsigned long> 
>::_M_reallocate_map(unsigned long, bool)@Base" 3.1.1
  (c++)"std::operator<<(std::basic_ostream<char, std::char_traits<char> >&, 
skypat::Color)@Base" 3.1.1
  (c++)"std::operator<<(std::basic_ostream<char, std::char_traits<char> >&, 
skypat::Color::kColor)@Base" 3.1.1
- 
(c++)"std::pair<std::_Rb_tree_iterator<std::pair<std::__cxx11::basic_string<char,
 std::char_traits<char>, std::allocator<char> > const, 
skypat::testing::TestCase*> >, bool> 
std::_Rb_tree<std::__cxx11::basic_string<char, std::char_traits<char>, 
std::allocator<char> >, std::pair<std::__cxx11::basic_string<char, 
std::char_traits<char>, std::allocator<char> > const, 
skypat::testing::TestCase*>, 
std::_Select1st<std::pair<std::__cxx11::basic_string<char, 
std::char_traits<char>, std::allocator<char> > const, 
skypat::testing::TestCase*> >, std::less<std::__cxx11::basic_string<char, 
std::char_traits<char>, std::allocator<char> > >, 
std::allocator<std::pair<std::__cxx11::basic_string<char, 
std::char_traits<char>, std::allocator<char> > const, 
skypat::testing::TestCase*> > 
>::_M_emplace_unique<std::pair<std::__cxx11::basic_string<char, 
std::char_traits<char>, std::allocator<char> >, skypat::testing::TestCase*> 
>(std::pair<std::__cxx11::basic_string<char, std::char_traits<char>, 
std::allocator
 <char> >, skypat::testing::TestCase*>&&)@Base" 3.1.1
+#MISSING: 3.1.1-5# 
(c++)"std::pair<std::_Rb_tree_iterator<std::pair<std::__cxx11::basic_string<char,
 std::char_traits<char>, std::allocator<char> > const, 
skypat::testing::TestCase*> >, bool> 
std::_Rb_tree<std::__cxx11::basic_string<char, std::char_traits<char>, 
std::allocator<char> >, std::pair<std::__cxx11::basic_string<char, 
std::char_traits<char>, std::allocator<char> > const, 
skypat::testing::TestCase*>, 
std::_Select1st<std::pair<std::__cxx11::basic_string<char, 
std::char_traits<char>, std::allocator<char> > const, 
skypat::testing::TestCase*> >, std::less<std::__cxx11::basic_string<char, 
std::char_traits<char>, std::allocator<char> > >, 
std::allocator<std::pair<std::__cxx11::basic_string<char, 
std::char_traits<char>, std::allocator<char> > const, 
skypat::testing::TestCase*> > 
>::_M_emplace_unique<std::pair<std::__cxx11::basic_string<char, 
std::char_traits<char>, std::allocator<char> >, skypat::testing::TestCase*> 
>(std::pair<std::__cxx11::basic_string<char, std::char_traits<cha
 r>, std::allocator<char> >, skypat::testing::TestCase*>&&)@Base" 3.1.1
  (c++)"virtual thunk to skypat::BasicOStrStream<char, std::char_traits<char>, 
std::allocator<char> >::~BasicOStrStream()@Base" 3.1.1
  (c++|arch-bits=32)"void std::deque<unsigned int, std::allocator<unsigned int> 
>::_M_push_back_aux<unsigned int const&>(unsigned int const&)@Base" 3.1.1
  (c++|arch-bits=32)"void std::deque<unsigned int, std::allocator<unsigned int> 
>::emplace_back<unsigned int>(unsigned int&&)@Base" 3.1.1
dh_makeshlibs: error: failing due to earlier errors
make: *** [debian/rules:7: binary] Error 25
dpkg-buildpackage: error: debian/rules binary subprocess returned exit status 2

--- End Message ---
--- Begin Message ---
Source: skypat
Source-Version: 3.1.1-6
Done: Gavin Lai (賴建宇) <[email protected]>

We believe that the bug you reported is fixed in the latest version of
skypat, 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 [email protected],
and the maintainer will reopen the bug report if appropriate.

Debian distribution maintenance software
pp.
Gavin Lai (賴建宇) <[email protected]> (supplier of updated skypat 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 [email protected])


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

Format: 1.8
Date: Fri, 22 Jul 2022 00:03:24 +0800
Source: skypat
Architecture: source
Version: 3.1.1-6
Distribution: unstable
Urgency: medium
Maintainer: Gavin Lai (賴建宇) <[email protected]>
Changed-By: Gavin Lai (賴建宇) <[email protected]>
Closes: 1013039
Changes:
 skypat (3.1.1-6) unstable; urgency=medium
 .
   * Update libskypat3.symbols (Closes: 1013039)
   * Bump Standards-Version to 4.6.1.0
Checksums-Sha1:
 3e444b5da9c2709c11d6ed5481e64660e476f215 2025 skypat_3.1.1-6.dsc
 27335b0fa0f038c7007a6225f7dc3bb5e73b1afe 6824 skypat_3.1.1-6.debian.tar.xz
 b1d1e3db1a4c0e506607cef056b66672b0a007d5 6582 skypat_3.1.1-6_amd64.buildinfo
Checksums-Sha256:
 b50f5b66fdebe48788595f5911c59ac63d65d0f825beafb91ebe50c0b92d8a97 2025 
skypat_3.1.1-6.dsc
 31084cb128726536a6f78dcff57c09a7c8f7a1b65c583b51d78463818b8a553a 6824 
skypat_3.1.1-6.debian.tar.xz
 9d4ba3f85abc9c030a5e7e8adda6f90a17f3968e58d836f01ec8aefa769e68f2 6582 
skypat_3.1.1-6_amd64.buildinfo
Files:
 1e9fe336dc65f5be3c6ad3ac6d57eed0 2025 libs optional skypat_3.1.1-6.dsc
 4be5de3f24d661560d3455dfdc4695e4 6824 libs optional 
skypat_3.1.1-6.debian.tar.xz
 6044a1de9c605372bb0138ef29f08655 6582 libs optional 
skypat_3.1.1-6_amd64.buildinfo

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

iQIyBAEBCgAdFiEEF4+DOLMUAeME/ES6qVmzipVh8/kFAmL8954ACgkQqVmzipVh
8/lZLQ/4jk9SPcEfqt3rw90FMoeZwniySX+bPqKpFEN0sYRt0HfdBYWMiAUtuAoS
f6uEeQKRP9IfdIADJQf1S/UrtFO/XC3Ih+vaWYAgnxrslfsZGjnsqr06HYvQGAud
dCGhgAiwkhRfSrCNY462dUC1ewxwFnaIpH31yutBiLyRAT0mc8akLfRbZFAj78z/
D509hyOI5fBejzOmJgDO+V2IEq2Sv2Ra9bqIVDYlutlkc9mt0W1cNvMwYO21E8kr
e8JKWIL7r/5ngxW/DDmW9281pNLloNBaA/273Zyk3lPyKYu4+k8iFUq24PYqwaHB
4ZKyVcpNXFpT6z+Db4teRtCuUH8tbhBiwE/csFXOLejbwwJG9EDinea0qyI5SWzU
xS/Jy5fvINOXAW+kFaU9vYEXTaC5kKHzBQMgLxlA3Wwt1caaj7G4NdOAgEXqludf
IXFDysDMb62zRC6R+mIJaaSFLDv3Irne/tOLMT8nZXFh5d7koa3fs3+bRNm5k5i7
FXOMdscFnhb/jGsiOoP9X3X61PzXG5wgmbtNb60ZtTw/uVbP9TI1sSV38RLKW1FL
7Lo5ej5OKjzjksFxdDnSg7W7VMy1lpYhcz8Z2netA5/8KnOjAXgVFchAmwZiFijL
KOBN8EpDE1D72or9qhFXW2l+3QwGLlLAEu5gbaR+TXsbJK+H8g==
=AVop
-----END PGP SIGNATURE-----

--- End Message ---

Reply via email to