Your message dated Tue, 21 Aug 2018 07:04:23 +0000
with message-id <e1fs0if-000c4d...@fasolo.debian.org>
and subject line Bug#906345: fixed in colobot 0.1.11.1-2
has caused the Debian Bug report #906345,
regarding colobot: FTBFS in buster/sid
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.)
--
906345: https://bugs.debian.org/cgi-bin/bugreport.cgi?bug=906345
Debian Bug Tracking System
Contact ow...@bugs.debian.org with problems
--- Begin Message ---
Package: src:colobot
Version: 0.1.11.1-1
Severity: serious
Tags: ftbfs
Dear maintainer:
I tried to build this package in buster but it failed:
--------------------------------------------------------------------------------
[...]
debian/rules build-indep
dh build-indep
dh_update_autotools_config -i
dh_autoreconf -i
debian/rules override_dh_auto_configure
make[1]: Entering directory '/<<PKGBUILDDIR>>'
dh_auto_configure -- -DCMAKE_BUILD_TYPE:STRING="RelWithDebInfo" \
-DOFFICIAL_BUILD:BOOL=True \
-DTESTS:BOOL=True \
-DINSTALL_DOCS:BOOL=True \
-DMUSIC:BOOL=True -DMUSIC_FLAC:BOOL=True \
-DOPENAL_SOUND:BOOL=True -DCMAKE_VERBOSE_MAKEFILE=True
cd obj-x86_64-linux-gnu && cmake -DCMAKE_INSTALL_PREFIX=/usr
-DCMAKE_VERBOSE_MAKEFILE=ON -DCMAKE_BUILD_TYPE=None
-DCMAKE_INSTALL_SYSCONFDIR=/etc -DCMAKE_INSTALL_LOCALSTATEDIR=/var
-DCMAKE_EXPORT_NO_PACKAGE_REGISTRY=ON
-DCMAKE_FIND_PACKAGE_NO_PACKAGE_REGISTRY=ON "-GUnix Makefiles"
-DCMAKE_BUILD_TYPE:STRING=RelWithDebInfo -DOFFICIAL_BUILD:BOOL=True
-DTESTS:BOOL=True -DINSTALL_DOCS:BOOL=True -DMUSIC:BOOL=True
-DMUSIC_FLAC:BOOL=True -DOPENAL_SOUND:BOOL=True -DCMAKE_VERBOSE_MAKEFILE=True ..
-- The C compiler identification is GNU 8.2.0
[... snipped ...]
[ 56%] Building CXX object src/CMakeFiles/colobotbase.dir/ui/mainmap.cpp.o
cd /<<PKGBUILDDIR>>/obj-x86_64-linux-gnu/src && /usr/bin/c++
-DBOOST_NO_CXX11_SCOPED_ENUMS -DBOOST_NO_SCOPED_ENUMS -DHAVE_DEMANGLE
-DNOEXCEPT=noexcept -DTESTS -DTEST_VIRTUAL=virtual -isystem /usr/include/AL
-I/<<PKGBUILDDIR>>/src -I/<<PKGBUILDDIR>>/src/..
-I/<<PKGBUILDDIR>>/obj-x86_64-linux-gnu/src -isystem /usr/include/SDL2 -isystem
/<<PKGBUILDDIR>>/lib/localename -g -O2 -fdebug-prefix-map=/<<PKGBUILDDIR>>=.
-fstack-protector-strong -Wformat -Werror=format-security -Wdate-time
-D_FORTIFY_SOURCE=2 -std=gnu++11 -Wall -Werror -Wold-style-cast
-pedantic-errors -Wmissing-declarations -Wno-error=deprecated-declarations
-Wsuggest-override -O2 -g -DNDEBUG -o
CMakeFiles/colobotbase.dir/ui/mainmap.cpp.o -c
/<<PKGBUILDDIR>>/src/ui/mainmap.cpp
[ 56%] Building CXX object src/CMakeFiles/colobotbase.dir/ui/mainshort.cpp.o
cd /<<PKGBUILDDIR>>/obj-x86_64-linux-gnu/src && /usr/bin/c++
-DBOOST_NO_CXX11_SCOPED_ENUMS -DBOOST_NO_SCOPED_ENUMS -DHAVE_DEMANGLE
-DNOEXCEPT=noexcept -DTESTS -DTEST_VIRTUAL=virtual -isystem /usr/include/AL
-I/<<PKGBUILDDIR>>/src -I/<<PKGBUILDDIR>>/src/..
-I/<<PKGBUILDDIR>>/obj-x86_64-linux-gnu/src -isystem /usr/include/SDL2 -isystem
/<<PKGBUILDDIR>>/lib/localename -g -O2 -fdebug-prefix-map=/<<PKGBUILDDIR>>=.
-fstack-protector-strong -Wformat -Werror=format-security -Wdate-time
-D_FORTIFY_SOURCE=2 -std=gnu++11 -Wall -Werror -Wold-style-cast
-pedantic-errors -Wmissing-declarations -Wno-error=deprecated-declarations
-Wsuggest-override -O2 -g -DNDEBUG -o
CMakeFiles/colobotbase.dir/ui/mainshort.cpp.o -c
/<<PKGBUILDDIR>>/src/ui/mainshort.cpp
[ 56%] Building CXX object src/CMakeFiles/colobotbase.dir/ui/mainui.cpp.o
cd /<<PKGBUILDDIR>>/obj-x86_64-linux-gnu/src && /usr/bin/c++
-DBOOST_NO_CXX11_SCOPED_ENUMS -DBOOST_NO_SCOPED_ENUMS -DHAVE_DEMANGLE
-DNOEXCEPT=noexcept -DTESTS -DTEST_VIRTUAL=virtual -isystem /usr/include/AL
-I/<<PKGBUILDDIR>>/src -I/<<PKGBUILDDIR>>/src/..
-I/<<PKGBUILDDIR>>/obj-x86_64-linux-gnu/src -isystem /usr/include/SDL2 -isystem
/<<PKGBUILDDIR>>/lib/localename -g -O2 -fdebug-prefix-map=/<<PKGBUILDDIR>>=.
-fstack-protector-strong -Wformat -Werror=format-security -Wdate-time
-D_FORTIFY_SOURCE=2 -std=gnu++11 -Wall -Werror -Wold-style-cast
-pedantic-errors -Wmissing-declarations -Wno-error=deprecated-declarations
-Wsuggest-override -O2 -g -DNDEBUG -o
CMakeFiles/colobotbase.dir/ui/mainui.cpp.o -c /<<PKGBUILDDIR>>/src/ui/mainui.cpp
[ 56%] Building CXX object
src/CMakeFiles/colobotbase.dir/ui/object_interface.cpp.o
cd /<<PKGBUILDDIR>>/obj-x86_64-linux-gnu/src && /usr/bin/c++
-DBOOST_NO_CXX11_SCOPED_ENUMS -DBOOST_NO_SCOPED_ENUMS -DHAVE_DEMANGLE
-DNOEXCEPT=noexcept -DTESTS -DTEST_VIRTUAL=virtual -isystem /usr/include/AL
-I/<<PKGBUILDDIR>>/src -I/<<PKGBUILDDIR>>/src/..
-I/<<PKGBUILDDIR>>/obj-x86_64-linux-gnu/src -isystem /usr/include/SDL2 -isystem
/<<PKGBUILDDIR>>/lib/localename -g -O2 -fdebug-prefix-map=/<<PKGBUILDDIR>>=.
-fstack-protector-strong -Wformat -Werror=format-security -Wdate-time
-D_FORTIFY_SOURCE=2 -std=gnu++11 -Wall -Werror -Wold-style-cast
-pedantic-errors -Wmissing-declarations -Wno-error=deprecated-declarations
-Wsuggest-override -O2 -g -DNDEBUG -o
CMakeFiles/colobotbase.dir/ui/object_interface.cpp.o -c
/<<PKGBUILDDIR>>/src/ui/object_interface.cpp
[ 57%] Building CXX object src/CMakeFiles/colobotbase.dir/ui/screen/screen.cpp.o
cd /<<PKGBUILDDIR>>/obj-x86_64-linux-gnu/src && /usr/bin/c++
-DBOOST_NO_CXX11_SCOPED_ENUMS -DBOOST_NO_SCOPED_ENUMS -DHAVE_DEMANGLE
-DNOEXCEPT=noexcept -DTESTS -DTEST_VIRTUAL=virtual -isystem /usr/include/AL
-I/<<PKGBUILDDIR>>/src -I/<<PKGBUILDDIR>>/src/..
-I/<<PKGBUILDDIR>>/obj-x86_64-linux-gnu/src -isystem /usr/include/SDL2 -isystem
/<<PKGBUILDDIR>>/lib/localename -g -O2 -fdebug-prefix-map=/<<PKGBUILDDIR>>=.
-fstack-protector-strong -Wformat -Werror=format-security -Wdate-time
-D_FORTIFY_SOURCE=2 -std=gnu++11 -Wall -Werror -Wold-style-cast
-pedantic-errors -Wmissing-declarations -Wno-error=deprecated-declarations
-Wsuggest-override -O2 -g -DNDEBUG -o
CMakeFiles/colobotbase.dir/ui/screen/screen.cpp.o -c
/<<PKGBUILDDIR>>/src/ui/screen/screen.cpp
[ 57%] Building CXX object
src/CMakeFiles/colobotbase.dir/ui/screen/screen_apperance.cpp.o
cd /<<PKGBUILDDIR>>/obj-x86_64-linux-gnu/src && /usr/bin/c++
-DBOOST_NO_CXX11_SCOPED_ENUMS -DBOOST_NO_SCOPED_ENUMS -DHAVE_DEMANGLE
-DNOEXCEPT=noexcept -DTESTS -DTEST_VIRTUAL=virtual -isystem /usr/include/AL
-I/<<PKGBUILDDIR>>/src -I/<<PKGBUILDDIR>>/src/..
-I/<<PKGBUILDDIR>>/obj-x86_64-linux-gnu/src -isystem /usr/include/SDL2 -isystem
/<<PKGBUILDDIR>>/lib/localename -g -O2 -fdebug-prefix-map=/<<PKGBUILDDIR>>=.
-fstack-protector-strong -Wformat -Werror=format-security -Wdate-time
-D_FORTIFY_SOURCE=2 -std=gnu++11 -Wall -Werror -Wold-style-cast
-pedantic-errors -Wmissing-declarations -Wno-error=deprecated-declarations
-Wsuggest-override -O2 -g -DNDEBUG -o
CMakeFiles/colobotbase.dir/ui/screen/screen_apperance.cpp.o -c
/<<PKGBUILDDIR>>/src/ui/screen/screen_apperance.cpp
[ 57%] Building CXX object
src/CMakeFiles/colobotbase.dir/ui/screen/screen_io.cpp.o
cd /<<PKGBUILDDIR>>/obj-x86_64-linux-gnu/src && /usr/bin/c++
-DBOOST_NO_CXX11_SCOPED_ENUMS -DBOOST_NO_SCOPED_ENUMS -DHAVE_DEMANGLE
-DNOEXCEPT=noexcept -DTESTS -DTEST_VIRTUAL=virtual -isystem /usr/include/AL
-I/<<PKGBUILDDIR>>/src -I/<<PKGBUILDDIR>>/src/..
-I/<<PKGBUILDDIR>>/obj-x86_64-linux-gnu/src -isystem /usr/include/SDL2 -isystem
/<<PKGBUILDDIR>>/lib/localename -g -O2 -fdebug-prefix-map=/<<PKGBUILDDIR>>=.
-fstack-protector-strong -Wformat -Werror=format-security -Wdate-time
-D_FORTIFY_SOURCE=2 -std=gnu++11 -Wall -Werror -Wold-style-cast
-pedantic-errors -Wmissing-declarations -Wno-error=deprecated-declarations
-Wsuggest-override -O2 -g -DNDEBUG -o
CMakeFiles/colobotbase.dir/ui/screen/screen_io.cpp.o -c
/<<PKGBUILDDIR>>/src/ui/screen/screen_io.cpp
/<<PKGBUILDDIR>>/src/ui/screen/screen_io.cpp: In member function 'void
Ui::CScreenIO::IOReadName()':
/<<PKGBUILDDIR>>/src/ui/screen/screen_io.cpp:84:19: error: ' - ' directive
writing 3 bytes into a region of size between 1 and 100
[-Werror=format-overflow=]
sprintf(name, "%s - %s %d", line, resume.c_str(), m_main->GetLevelRank());
^~~~~~~~~~~~
In file included from /usr/include/stdio.h:862,
from /usr/include/c++/8/cstdio:42,
from /usr/include/c++/8/ext/string_conversions.h:43,
from /usr/include/c++/8/bits/basic_string.h:6391,
from /usr/include/c++/8/string:52,
from /usr/include/c++/8/bits/locale_classes.h:40,
from /usr/include/c++/8/bits/ios_base.h:41,
from /usr/include/c++/8/ios:42,
from /usr/include/c++/8/istream:38,
from /usr/include/c++/8/sstream:38,
from /<<PKGBUILDDIR>>/src/math/point.h:33,
from /<<PKGBUILDDIR>>/src/ui/screen/screen.h:22,
from /<<PKGBUILDDIR>>/src/ui/screen/screen_io.h:22,
from /<<PKGBUILDDIR>>/src/ui/screen/screen_io.cpp:20:
/usr/include/x86_64-linux-gnu/bits/stdio2.h:33:34: note:
'__builtin___sprintf_chk' output 6 or more bytes (assuming 105) into a
destination of size 100
return __builtin___sprintf_chk (__s, __USE_FORTIFY_LEVEL - 1,
~~~~~~~~~~~~~~~~~~~~~~~~^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
__bos (__s), __fmt, __va_arg_pack ());
~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
cc1plus: all warnings being treated as errors
make[3]: *** [src/CMakeFiles/colobotbase.dir/build.make:2406:
src/CMakeFiles/colobotbase.dir/ui/screen/screen_io.cpp.o] Error 1
make[3]: Leaving directory '/<<PKGBUILDDIR>>/obj-x86_64-linux-gnu'
make[2]: *** [CMakeFiles/Makefile2:222: src/CMakeFiles/colobotbase.dir/all]
Error 2
make[2]: Leaving directory '/<<PKGBUILDDIR>>/obj-x86_64-linux-gnu'
make[1]: *** [Makefile:166: all] Error 2
make[1]: Leaving directory '/<<PKGBUILDDIR>>/obj-x86_64-linux-gnu'
dh_auto_install: cd obj-x86_64-linux-gnu && make -j1 install
DESTDIR=/<<PKGBUILDDIR>>/debian/tmp AM_UPDATE_INFO_DIR=no returned exit code 2
make: *** [debian/rules:12: binary-indep] Error 2
dpkg-buildpackage: error: fakeroot debian/rules binary-indep subprocess
returned exit status 2
--------------------------------------------------------------------------------
The build was made with "dpkg-buildpackage -A" in my autobuilder.
Most probably, it also fails here in reproducible builds:
https://tests.reproducible-builds.org/debian/rb-pkg/unstable/amd64/colobot.html
where you can get a full build log if you need it.
If this is really a bug in one of the build-depends, please use reassign and
affects,
so that this is still visible in the BTS web page for this package.
Thanks.
--- End Message ---
--- Begin Message ---
Source: colobot
Source-Version: 0.1.11.1-2
We believe that the bug you reported is fixed in the latest version of
colobot, 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 906...@bugs.debian.org,
and the maintainer will reopen the bug report if appropriate.
Debian distribution maintenance software
pp.
Didier Raboud <o...@debian.org> (supplier of updated colobot 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: Mon, 20 Aug 2018 22:17:06 +0200
Source: colobot
Binary: colobot colobot-common colobot-common-textures colobot-common-sounds
colobot-dev-doc
Architecture: source
Version: 0.1.11.1-2
Distribution: unstable
Urgency: medium
Maintainer: Debian Games Team <pkg-games-de...@lists.alioth.debian.org>
Changed-By: Didier Raboud <o...@debian.org>
Description:
colobot - educational programming strategy game
colobot-common - educational programming strategy game - data
colobot-common-sounds - educational programming strategy game - sounds and
music
colobot-common-textures - educational programming strategy game - textures
colobot-dev-doc - educational programming strategy game - source doc
Closes: 906345
Changes:
colobot (0.1.11.1-2) unstable; urgency=medium
.
[ Reiner Herrmann ]
* Backport upstream-merged fix for GCC8 FTBFS (Closes: #906345)
Checksums-Sha1:
2fb4ff1c9c2d5e2f9755958651e97ada77177b30 2899 colobot_0.1.11.1-2.dsc
6d778d0d1de673cea435b10e2b57e6859dc93da3 8720 colobot_0.1.11.1-2.debian.tar.xz
11d97ad75fa57f66e55e1bba389e4d8fba68df9f 15124
colobot_0.1.11.1-2_source.buildinfo
Checksums-Sha256:
052447eb36563bb5d74546b2a57ec6fca6e216ff3fa9ad80fd526d0f4273afe5 2899
colobot_0.1.11.1-2.dsc
06dd562005714f8f465de0d4be5ae8ac15152ef68fc537b11669099f94e352b5 8720
colobot_0.1.11.1-2.debian.tar.xz
8aa26c6bfd067eae6be0fc0007d68e435ca64c538ac28393de4a75bfc79a139a 15124
colobot_0.1.11.1-2_source.buildinfo
Files:
326fb71d2a65631d164f5ffd0b0c6d79 2899 games optional colobot_0.1.11.1-2.dsc
d628f730530f24e0966b0595deb9dc52 8720 games optional
colobot_0.1.11.1-2.debian.tar.xz
75df55e63206338cf602839e4c695e18 15124 games optional
colobot_0.1.11.1-2_source.buildinfo
-----BEGIN PGP SIGNATURE-----
iQGzBAEBCgAdFiEEe+WPIRpjNw1/GSB7i8+nHsoWNFUFAlt7JmkACgkQi8+nHsoW
NFVxQQwAgZoDm2JxXpPexLZwqgJfXr3Qzc8GAI7ubpJqo3tm5D8lTjNErWSni4wA
tD+q8m6eX6n50AN3Yuu7YyG4ea+/eLHgUn1KMT52evbko4wWWuZUkkQtMD6nTAjc
fbpNzw2pwF5vN+FLo7BxlR6Lnpm/3e3pxu58LfJuoxeveLovyRs01LlA4yh0XkIX
Gb9u9ud698jIu+wTs8PQ8l254BnNjCNcDsLV7vXYT4o0O8tv6oRO+vxz5MFe8wST
MoW7/k6UJTkymklnd8bKbda6hxBZPy5n+YMYtKQVm+T1pcl3uoYThtHeGhnH8X0K
g4zDA95RNHNWmOhpxnC8/1JcFOfkUdThnwnX+aOk00pYLRax80wvSdXK535E1vWd
w+ZWUHwr+V0tq97pnsvV086lyPSUwwBr8Gi08VxbCcGkMBDBOKecAxj2gyjhlAi+
pMP0OXiMAnaK+4rcm0DQ+UhW3hdjk1xRf+IMHj2kgc4o1XfBeqagIdDOANPN9Fha
sl9hDk1A
=8Yps
-----END PGP SIGNATURE-----
--- End Message ---