Your message dated Wed, 15 Dec 2021 19:00:22 +0000
with message-id <e1mxzvm-000gbc...@fasolo.debian.org>
and subject line Bug#984248: fixed in mygui 3.4.1+dfsg-1
has caused the Debian Bug report #984248,
regarding mygui: 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.)
--
984248: https://bugs.debian.org/cgi-bin/bugreport.cgi?bug=984248
Debian Bug Tracking System
Contact ow...@bugs.debian.org with problems
--- Begin Message ---
Package: src:mygui
Version: 3.2.2+dfsg-2.1
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/mygui_3.2.2+dfsg-2.1_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.
[...]
from /usr/include/c++/11/sstream:38,
from /<<PKGBUILDDIR>>/MyGUIEngine/include/MyGUI_LogStream.h:12,
from
/<<PKGBUILDDIR>>/MyGUIEngine/include/MyGUI_LogManager.h:11,
from
/<<PKGBUILDDIR>>/MyGUIEngine/include/MyGUI_Diagnostic.h:12,
from /<<PKGBUILDDIR>>/MyGUIEngine/include/MyGUI_Common.h:36,
from
/<<PKGBUILDDIR>>/MyGUIEngine/include/MyGUI_Precompiled.h:11,
from
/<<PKGBUILDDIR>>/MyGUIEngine/src/MyGUI_ActionController.cpp:7:
/usr/include/c++/11/ostream:250:7: error: ‘std::basic_ostream<_CharT,
_Traits>::__ostream_type& std::basic_ostream<_CharT,
_Traits>::operator<<(std::nullptr_t)’ cannot be overloaded with
‘std::basic_ostream<_CharT, _Traits>::__ostream_type&
std::basic_ostream<_CharT, _Traits>::operator<<(int)’
250 | operator<<(nullptr_t)
| ^~~~~~~~
/usr/include/c++/11/ostream:189:7: note: previous declaration
‘std::basic_ostream<_CharT, _Traits>::__ostream_type&
std::basic_ostream<_CharT, _Traits>::operator<<(int)’
189 | operator<<(int __n);
| ^~~~~~~~
In file included from /usr/include/c++/11/istream:39,
from /usr/include/c++/11/sstream:38,
from /<<PKGBUILDDIR>>/MyGUIEngine/include/MyGUI_LogStream.h:12,
from
/<<PKGBUILDDIR>>/MyGUIEngine/include/MyGUI_LogManager.h:11,
from
/<<PKGBUILDDIR>>/MyGUIEngine/include/MyGUI_Diagnostic.h:12,
from /<<PKGBUILDDIR>>/MyGUIEngine/include/MyGUI_Common.h:36,
from
/<<PKGBUILDDIR>>/MyGUIEngine/include/MyGUI_Precompiled.h:11,
from
/<<PKGBUILDDIR>>/MyGUIEngine/src/MyGUI_BackwardCompatibility.cpp:7:
/usr/include/c++/11/ostream:250:7: error: ‘std::basic_ostream<_CharT,
_Traits>::__ostream_type& std::basic_ostream<_CharT,
_Traits>::operator<<(std::nullptr_t)’ cannot be overloaded with
‘std::basic_ostream<_CharT, _Traits>::__ostream_type&
std::basic_ostream<_CharT, _Traits>::operator<<(int)’
250 | operator<<(nullptr_t)
| ^~~~~~~~
/usr/include/c++/11/ostream:189:7: note: previous declaration
‘std::basic_ostream<_CharT, _Traits>::__ostream_type&
std::basic_ostream<_CharT, _Traits>::operator<<(int)’
189 | operator<<(int __n);
| ^~~~~~~~
In file included from /usr/include/c++/11/istream:39,
from /usr/include/c++/11/sstream:38,
from /<<PKGBUILDDIR>>/MyGUIEngine/include/MyGUI_LogStream.h:12,
from
/<<PKGBUILDDIR>>/MyGUIEngine/include/MyGUI_LogManager.h:11,
from
/<<PKGBUILDDIR>>/MyGUIEngine/include/MyGUI_Diagnostic.h:12,
from /<<PKGBUILDDIR>>/MyGUIEngine/include/MyGUI_Common.h:36,
from
/<<PKGBUILDDIR>>/MyGUIEngine/include/MyGUI_Precompiled.h:11,
from /<<PKGBUILDDIR>>/MyGUIEngine/src/MyGUI_Any.cpp:7:
/usr/include/c++/11/ostream:250:7: error: ‘std::basic_ostream<_CharT,
_Traits>::__ostream_type& std::basic_ostream<_CharT,
_Traits>::operator<<(std::nullptr_t)’ cannot be overloaded with
‘std::basic_ostream<_CharT, _Traits>::__ostream_type&
std::basic_ostream<_CharT, _Traits>::operator<<(int)’
250 | operator<<(nullptr_t)
| ^~~~~~~~
In file included from /usr/include/c++/11/istream:39,
from /usr/include/c++/11/sstream:38,
from /<<PKGBUILDDIR>>/MyGUIEngine/include/MyGUI_LogStream.h:12,
from
/<<PKGBUILDDIR>>/MyGUIEngine/include/MyGUI_LogManager.h:11,
from
/<<PKGBUILDDIR>>/MyGUIEngine/include/MyGUI_Diagnostic.h:12,
from /<<PKGBUILDDIR>>/MyGUIEngine/include/MyGUI_Common.h:36,
from
/<<PKGBUILDDIR>>/MyGUIEngine/include/MyGUI_Precompiled.h:11,
from /<<PKGBUILDDIR>>/MyGUIEngine/src/MyGUI_BiIndexBase.cpp:7:
/usr/include/c++/11/ostream:250:7: error: ‘std::basic_ostream<_CharT,
_Traits>::__ostream_type& std::basic_ostream<_CharT,
_Traits>::operator<<(std::nullptr_t)’ cannot be overloaded with
‘std::basic_ostream<_CharT, _Traits>::__ostream_type&
std::basic_ostream<_CharT, _Traits>::operator<<(int)’
250 | operator<<(nullptr_t)
| ^~~~~~~~
/usr/include/c++/11/ostream:189:7: note: previous declaration
‘std::basic_ostream<_CharT, _Traits>::__ostream_type&
std::basic_ostream<_CharT, _Traits>::operator<<(int)’
189 | operator<<(int __n);
| ^~~~~~~~
/usr/include/c++/11/ostream:189:7: note: previous declaration
‘std::basic_ostream<_CharT, _Traits>::__ostream_type&
std::basic_ostream<_CharT, _Traits>::operator<<(int)’
189 | operator<<(int __n);
| ^~~~~~~~
make[4]: *** [MyGUIEngine/CMakeFiles/MyGUIEngine.dir/build.make:98:
MyGUIEngine/CMakeFiles/MyGUIEngine.dir/src/MyGUI_Any.cpp.o] Error 1
make[4]: *** Waiting for unfinished jobs....
make[4]: *** [MyGUIEngine/CMakeFiles/MyGUIEngine.dir/build.make:124:
MyGUIEngine/CMakeFiles/MyGUIEngine.dir/src/MyGUI_BiIndexBase.cpp.o] Error 1
make[4]: *** [MyGUIEngine/CMakeFiles/MyGUIEngine.dir/build.make:85:
MyGUIEngine/CMakeFiles/MyGUIEngine.dir/src/MyGUI_ActionController.cpp.o] Error 1
make[4]: *** [MyGUIEngine/CMakeFiles/MyGUIEngine.dir/build.make:111:
MyGUIEngine/CMakeFiles/MyGUIEngine.dir/src/MyGUI_BackwardCompatibility.cpp.o]
Error 1
make[4]: Leaving directory '/<<PKGBUILDDIR>>/obj-x86_64-linux-gnu'
make[3]: *** [CMakeFiles/Makefile2:176:
MyGUIEngine/CMakeFiles/MyGUIEngine.dir/all] Error 2
make[3]: Leaving directory '/<<PKGBUILDDIR>>/obj-x86_64-linux-gnu'
make[2]: *** [Makefile:152: all] Error 2
make[2]: Leaving directory '/<<PKGBUILDDIR>>/obj-x86_64-linux-gnu'
dh_auto_build: error: cd obj-x86_64-linux-gnu && make -j4 "INSTALL=install
--strip-program=true" VERBOSE=1 returned exit code 2
make[1]: *** [debian/rules:17: 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: mygui
Source-Version: 3.4.1+dfsg-1
Done: Bret Curtis <psi...@gmail.com>
We believe that the bug you reported is fixed in the latest version of
mygui, 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.
Bret Curtis <psi...@gmail.com> (supplier of updated mygui 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: Tue, 02 Mar 2021 13:30:43 +0100
Source: mygui
Binary: libmygui-dev libmygui.ogreplatform0debian1v5
libmygui.ogreplatform0debian1v5-dbgsym libmygui.opengl3platform0debian1v5
libmygui.opengl3platform0debian1v5-dbgsym libmygui.openglplatform0debian1v5
libmygui.openglplatform0debian1v5-dbgsym libmyguiengine3debian1v5
libmyguiengine3debian1v5-dbgsym mygui-doc
Architecture: source i386 all
Version: 3.4.1+dfsg-1
Distribution: unstable
Urgency: medium
Maintainer: Bret Curtis <psi...@gmail.com>
Changed-By: Bret Curtis <psi...@gmail.com>
Description:
libmygui-dev - Fast, simple and flexible GUI for OpenMW - development files
libmygui.ogreplatform0debian1v5 - Fast, simple and flexible GUI - Ogre
interface
libmygui.opengl3platform0debian1v5 - Fast, simple and flexible GUI - OpenGL3
interface
libmygui.openglplatform0debian1v5 - Fast, simple and flexible GUI - OpenGL
interface
libmyguiengine3debian1v5 - Fast, simple and flexible GUI - shared library
mygui-doc - API documentations for MyGUI library
Closes: 984248
Changes:
mygui (3.4.1+dfsg-1) unstable; urgency=medium
.
[ Bret Curtis ]
* New upstream release (3.4.1)
* Stripped windows binaries from source, making it dfsg
* Added new OpenGL3 rendering target
* Updated symbols files
.
[ Steve Langesek ]
* Resolved ftbfs with GCC-11 (Closes: #984248)
.
[ Debian Janitor ]
* Trim trailing whitespace.
* Set upstream metadata fields: Bug-Database, Bug-Submit.
* Use canonical URL in Vcs-Git.
* Remove unnecessary get-orig-source-target.
Checksums-Sha1:
fcb43febb0d0a275076ad81be8f6bd0c1c4da0c8 2328 mygui_3.4.1+dfsg-1.dsc
ec152b6a37f9aaf1b817453420c158a9254839b5 14959552 mygui_3.4.1+dfsg.orig.tar.gz
6f29d2660a6c7b7bb270a23ee3bd078a4e8c2676 42560 mygui_3.4.1+dfsg-1.debian.tar.xz
cb8c6f8f9c755d5adb8c48a5bd870636a0696b26 101156
libmygui-dev_3.4.1+dfsg-1_i386.deb
bbf2744707472016630e753a6df0d1d7f3497ae1 1179120
libmygui.ogreplatform0debian1v5-dbgsym_3.4.1+dfsg-1_i386.deb
adce3897dca9a2530b95a3d5b48226cb44780921 57336
libmygui.ogreplatform0debian1v5_3.4.1+dfsg-1_i386.deb
4c4cb3b3f3b792f571e22aa1ee842150094a5251 629744
libmygui.opengl3platform0debian1v5-dbgsym_3.4.1+dfsg-1_i386.deb
98db171385ad265df554462c6d00d94db47722cc 60264
libmygui.opengl3platform0debian1v5_3.4.1+dfsg-1_i386.deb
166060cc7ed0731c7913ca7965ec81184e16c90c 545440
libmygui.openglplatform0debian1v5-dbgsym_3.4.1+dfsg-1_i386.deb
64d69af47f3d221ecbbdbefb6c16f33d90f9e60d 52768
libmygui.openglplatform0debian1v5_3.4.1+dfsg-1_i386.deb
4286128100c15dea7d173492f81385d70b955980 12542332
libmyguiengine3debian1v5-dbgsym_3.4.1+dfsg-1_i386.deb
8a52088c5fb89c136d8b72d3445963d49a12096a 635548
libmyguiengine3debian1v5_3.4.1+dfsg-1_i386.deb
9a27b3ffe85b4e0726e983f696b0e79a4860e5cd 5200068 mygui-doc_3.4.1+dfsg-1_all.deb
ebdb7cb924c1d6055a6fe801e8032ae3cb7444f7 14636
mygui_3.4.1+dfsg-1_i386.buildinfo
Checksums-Sha256:
cc10bfa1b1830e8ab81dec97014d991a4ad25ded0b10a19047eaaf9c14b1c334 2328
mygui_3.4.1+dfsg-1.dsc
9bf1943d64f26103daa8bd259513f103ae54ecf5dfff20b663c1daf5ed2b700e 14959552
mygui_3.4.1+dfsg.orig.tar.gz
e842e2dcb8c06ed422b7e57ef6496370f92206ea75cab52b487e2893baf8fea2 42560
mygui_3.4.1+dfsg-1.debian.tar.xz
ff76d5d5d73c271911061369c95eb89f3a7faa6f0b2f31e17e4beeb84a0fdf13 101156
libmygui-dev_3.4.1+dfsg-1_i386.deb
e6d51dc40b02cc7788d3a4767cf3e23d11b557ec289d331a670d6f0c9f58f034 1179120
libmygui.ogreplatform0debian1v5-dbgsym_3.4.1+dfsg-1_i386.deb
d028c0fee230dd6007c2400c8cb4275b3249d16844eb307f81fd9bab9aef8680 57336
libmygui.ogreplatform0debian1v5_3.4.1+dfsg-1_i386.deb
0efffd23e70c4fdbf9fa09e76bb308bdb69e90875830f777542947f2ddb11752 629744
libmygui.opengl3platform0debian1v5-dbgsym_3.4.1+dfsg-1_i386.deb
a5cb130062e967876d8e130286161c1cb50176b2f313d03db665b854d770148a 60264
libmygui.opengl3platform0debian1v5_3.4.1+dfsg-1_i386.deb
5f01e40e260f4440ec3c0a83284acc3460bc34185475ee02b5b80ebf22677d76 545440
libmygui.openglplatform0debian1v5-dbgsym_3.4.1+dfsg-1_i386.deb
bd4c2eb6063c7eb3257372b5ddc4a9de2099e9bf88c809bb55ae0cd8f2fcddf4 52768
libmygui.openglplatform0debian1v5_3.4.1+dfsg-1_i386.deb
8ed3b578aad2151f271c125a20437cf027a5e1adeb31c54d770fdc6cd0149e59 12542332
libmyguiengine3debian1v5-dbgsym_3.4.1+dfsg-1_i386.deb
9e492f54d6e049dfa8dbc9aeed9a3394a9926bb66633d558e88cc7647088242b 635548
libmyguiengine3debian1v5_3.4.1+dfsg-1_i386.deb
53b229d8523a0cae0057e2efbf8532747425fc20749d479827893b673dff29ae 5200068
mygui-doc_3.4.1+dfsg-1_all.deb
6a37b107ca3420d32e50d9edfcf32c4830fce03ea813313677dc0e0de32fe745 14636
mygui_3.4.1+dfsg-1_i386.buildinfo
Files:
23b9a83aa5dae55ffb93967f91533262 2328 libs optional mygui_3.4.1+dfsg-1.dsc
e10a242fcc82763531d488a57a259c8f 14959552 libs optional
mygui_3.4.1+dfsg.orig.tar.gz
99795455f8ead86f997b0cd7b32d7b74 42560 libs optional
mygui_3.4.1+dfsg-1.debian.tar.xz
84521ad4f9d687913b15138a6bf49e58 101156 libdevel optional
libmygui-dev_3.4.1+dfsg-1_i386.deb
adf32ec33002f81b9e28fd7efb80fd6b 1179120 debug optional
libmygui.ogreplatform0debian1v5-dbgsym_3.4.1+dfsg-1_i386.deb
013f3db2cda59889866e1844adaa3140 57336 libs optional
libmygui.ogreplatform0debian1v5_3.4.1+dfsg-1_i386.deb
7b0c7d6ed154948c43c37b7f9e1105ee 629744 debug optional
libmygui.opengl3platform0debian1v5-dbgsym_3.4.1+dfsg-1_i386.deb
36c2234ff91b9aeca3a8da2fc9e5481b 60264 libs optional
libmygui.opengl3platform0debian1v5_3.4.1+dfsg-1_i386.deb
4cf31f23d6345eb9401ba3e5f4d72009 545440 debug optional
libmygui.openglplatform0debian1v5-dbgsym_3.4.1+dfsg-1_i386.deb
6dc06f69be761200afc9a250387427f1 52768 libs optional
libmygui.openglplatform0debian1v5_3.4.1+dfsg-1_i386.deb
6075a444619392d5e0adabeb3c950fe6 12542332 debug optional
libmyguiengine3debian1v5-dbgsym_3.4.1+dfsg-1_i386.deb
06c896849f598d39841e05241401b779 635548 libs optional
libmyguiengine3debian1v5_3.4.1+dfsg-1_i386.deb
987aa3515cd5ecb7a31f82765bdaede8 5200068 doc optional
mygui-doc_3.4.1+dfsg-1_all.deb
94d4a8c61a9bd0670ed9c737fa713dc3 14636 libs optional
mygui_3.4.1+dfsg-1_i386.buildinfo
-----BEGIN PGP SIGNATURE-----
iQHEBAEBCgAuFiEEQGIgyLhVKAI3jM5BH1x6i0VWQxQFAmG31VIQHGJhZ2VAZGVi
aWFuLm9yZwAKCRAfXHqLRVZDFHGRC/490C6Kp4g0yQYYXdJcwfn7O7o5vmC5Cz5d
pJLTrNFuyaGmfusQdWhbTKR4PcrU+Iq2PqMRhSPg0UhHGXmD3iLY8+mXR8gFiVH/
CYM0KLFtWkfu9Yeg1GPbtBie+DdbdQw6LwJ/oMnvYqh1xUQ8jfEgqQKRC5HInubA
IVZw3nmLGXFmazI2+T7nD6UeF0i16XN54M/pLxB8qIB6I2crZNF7MvXi5yQ51xf9
queiEP1jhjZQH69rPGYW7d7Uw8eho5vLVl6Vu4knGUJ335hBdTnwHM6iCMB3nccl
VEGT54uzNr/B/p/mDAk/D0851h39Nb2oTc3Ov4OHQ49A57zZBTK/bnWoFReG0nI9
7WgE3Y3gudY0LNX5X+sogXEWP+RAF3mEvPlFfvysc0PwIfiaS45REdJKJAjoGQYi
KBTk3IHyvzF/QQcSan4RaFKQSF30Q2N5GGIJDFRpXI8/trXnkbz0eErbEtD8kIeN
rVTuenJcHuSnT3Nk/mWv1kTWka5Wd1I=
=ohe4
-----END PGP SIGNATURE-----
--- End Message ---