Your message dated Wed, 25 Jul 2018 18:19:07 +0000
with message-id <[email protected]>
and subject line Bug#897734: fixed in darkradiant 2.6.0-3
has caused the Debian Bug report #897734,
regarding darkradiant: ftbfs with GCC-8
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.)
--
897734: https://bugs.debian.org/cgi-bin/bugreport.cgi?bug=897734
Debian Bug Tracking System
Contact [email protected] with problems
--- Begin Message ---
Package: src:darkradiant
Version: 2.5.0-2
Severity: normal
Tags: sid buster
User: [email protected]
Usertags: ftbfs-gcc-8
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-8/g++-8, but succeeds to build with gcc-7/g++-7. The
severity of this report will be raised before the buster release.
The full build log can be found at:
http://aws-logs.debian.net/2018/05/01/gcc8/darkradiant_2.5.0-2_unstable_gcc8.log.gz
The last lines of the build log are at the end of this report.
To build with GCC 8, either set CC=gcc-8 CXX=g++-8 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-8/porting_to.html
[...]
^
../../libs/os/file.h:109:29: error: expected ')' before '&' token
catch (fs::filesystem_error& err)
~ ^
)
../../libs/os/file.h:109:29: error: expected '{' before '&' token
../../libs/os/file.h:109:31: error: 'err' was not declared in this scope
catch (fs::filesystem_error& err)
^~~
../../libs/os/file.h:109:31: note: suggested alternative: 'erf'
catch (fs::filesystem_error& err)
^~~
erf
make[4]: *** [Makefile:655: FileChooser.lo] Error 1
make[4]: Leaving directory '/<<PKGBUILDDIR>>/libs/wxutil'
make[4]: *** Waiting for unfinished jobs....
make[4]: Entering directory '/<<PKGBUILDDIR>>/libs/wxutil'
/bin/bash ../../libtool --tag=CXX --mode=compile g++ -DHAVE_CONFIG_H -I.
-I../.. -I../../include -I../../libs
-DPKGLIBDIR='"/usr/lib/x86_64-linux-gnu/darkradiant"'
-DPKGDATADIR='"/usr/share/darkradiant"' -I/usr/include/libxml2
-I/usr/include/sigc++-2.0 -I/usr/lib/x86_64-linux-gnu/sigc++-2.0/include
-I/usr/include/FTGL -I/usr/include/freetype2 -I/usr/include/libpng16
-Wdate-time -D_FORTIFY_SOURCE=2 -DPOSIX -fPIC
-I/usr/lib/x86_64-linux-gnu/wx/include/gtk2-unicode-3.0 -I/usr/include/wx-3.0
-D_FILE_OFFSET_BITS=64 -DWXUSINGDLL -D__WXGTK__ -I/usr/include/sigc++-2.0
-I/usr/lib/x86_64-linux-gnu/sigc++-2.0/include -DWXINTL_NO_GETTEXT_MACRO
-I/<<PKGBUILDDIR>>/libs/libfmt -DFMT_HEADER_ONLY -fPIC -g -O2 -DNDEBUG -g -O2
-fdebug-prefix-map=/<<PKGBUILDDIR>>=. -fstack-protector-strong -Wformat
-Werror=format-security -Wdate-time -Wall -Wno-unused-variable
-Werror=return-type -c -o window/TransientWindow.lo window/TransientWindow.cpp
libtool: compile: g++ -DHAVE_CONFIG_H -I. -I../.. -I../../include -I../../libs
-DPKGLIBDIR=\"/usr/lib/x86_64-linux-gnu/darkradiant\"
-DPKGDATADIR=\"/usr/share/darkradiant\" -I/usr/include/libxml2
-I/usr/include/sigc++-2.0 -I/usr/lib/x86_64-linux-gnu/sigc++-2.0/include
-I/usr/include/FTGL -I/usr/include/freetype2 -I/usr/include/libpng16
-Wdate-time -D_FORTIFY_SOURCE=2 -DPOSIX -fPIC
-I/usr/lib/x86_64-linux-gnu/wx/include/gtk2-unicode-3.0 -I/usr/include/wx-3.0
-D_FILE_OFFSET_BITS=64 -DWXUSINGDLL -D__WXGTK__ -I/usr/include/sigc++-2.0
-I/usr/lib/x86_64-linux-gnu/sigc++-2.0/include -DWXINTL_NO_GETTEXT_MACRO
-I/<<PKGBUILDDIR>>/libs/libfmt -DFMT_HEADER_ONLY -fPIC -g -O2 -DNDEBUG -g -O2
-fdebug-prefix-map=/<<PKGBUILDDIR>>=. -fstack-protector-strong -Wformat
-Werror=format-security -Wdate-time -Wall -Wno-unused-variable
-Werror=return-type -c window/TransientWindow.cpp -fPIC -DPIC -o
window/.libs/TransientWindow.o
make[4]: Leaving directory '/<<PKGBUILDDIR>>/libs/wxutil'
make[4]: Entering directory '/<<PKGBUILDDIR>>/libs/wxutil'
/bin/bash ../../libtool --tag=CXX --mode=compile g++ -DHAVE_CONFIG_H -I.
-I../.. -I../../include -I../../libs
-DPKGLIBDIR='"/usr/lib/x86_64-linux-gnu/darkradiant"'
-DPKGDATADIR='"/usr/share/darkradiant"' -I/usr/include/libxml2
-I/usr/include/sigc++-2.0 -I/usr/lib/x86_64-linux-gnu/sigc++-2.0/include
-I/usr/include/FTGL -I/usr/include/freetype2 -I/usr/include/libpng16
-Wdate-time -D_FORTIFY_SOURCE=2 -DPOSIX -fPIC
-I/usr/lib/x86_64-linux-gnu/wx/include/gtk2-unicode-3.0 -I/usr/include/wx-3.0
-D_FILE_OFFSET_BITS=64 -DWXUSINGDLL -D__WXGTK__ -I/usr/include/sigc++-2.0
-I/usr/lib/x86_64-linux-gnu/sigc++-2.0/include -DWXINTL_NO_GETTEXT_MACRO
-I/<<PKGBUILDDIR>>/libs/libfmt -DFMT_HEADER_ONLY -fPIC -g -O2 -DNDEBUG -g -O2
-fdebug-prefix-map=/<<PKGBUILDDIR>>=. -fstack-protector-strong -Wformat
-Werror=format-security -Wdate-time -Wall -Wno-unused-variable
-Werror=return-type -c -o dialog/MessageBox.lo dialog/MessageBox.cpp
libtool: compile: g++ -DHAVE_CONFIG_H -I. -I../.. -I../../include -I../../libs
-DPKGLIBDIR=\"/usr/lib/x86_64-linux-gnu/darkradiant\"
-DPKGDATADIR=\"/usr/share/darkradiant\" -I/usr/include/libxml2
-I/usr/include/sigc++-2.0 -I/usr/lib/x86_64-linux-gnu/sigc++-2.0/include
-I/usr/include/FTGL -I/usr/include/freetype2 -I/usr/include/libpng16
-Wdate-time -D_FORTIFY_SOURCE=2 -DPOSIX -fPIC
-I/usr/lib/x86_64-linux-gnu/wx/include/gtk2-unicode-3.0 -I/usr/include/wx-3.0
-D_FILE_OFFSET_BITS=64 -DWXUSINGDLL -D__WXGTK__ -I/usr/include/sigc++-2.0
-I/usr/lib/x86_64-linux-gnu/sigc++-2.0/include -DWXINTL_NO_GETTEXT_MACRO
-I/<<PKGBUILDDIR>>/libs/libfmt -DFMT_HEADER_ONLY -fPIC -g -O2 -DNDEBUG -g -O2
-fdebug-prefix-map=/<<PKGBUILDDIR>>=. -fstack-protector-strong -Wformat
-Werror=format-security -Wdate-time -Wall -Wno-unused-variable
-Werror=return-type -c dialog/MessageBox.cpp -fPIC -DPIC -o
dialog/.libs/MessageBox.o
make[4]: Leaving directory '/<<PKGBUILDDIR>>/libs/wxutil'
make[4]: Entering directory '/<<PKGBUILDDIR>>/libs/wxutil'
/bin/bash ../../libtool --tag=CXX --mode=compile g++ -DHAVE_CONFIG_H -I.
-I../.. -I../../include -I../../libs
-DPKGLIBDIR='"/usr/lib/x86_64-linux-gnu/darkradiant"'
-DPKGDATADIR='"/usr/share/darkradiant"' -I/usr/include/libxml2
-I/usr/include/sigc++-2.0 -I/usr/lib/x86_64-linux-gnu/sigc++-2.0/include
-I/usr/include/FTGL -I/usr/include/freetype2 -I/usr/include/libpng16
-Wdate-time -D_FORTIFY_SOURCE=2 -DPOSIX -fPIC
-I/usr/lib/x86_64-linux-gnu/wx/include/gtk2-unicode-3.0 -I/usr/include/wx-3.0
-D_FILE_OFFSET_BITS=64 -DWXUSINGDLL -D__WXGTK__ -I/usr/include/sigc++-2.0
-I/usr/lib/x86_64-linux-gnu/sigc++-2.0/include -DWXINTL_NO_GETTEXT_MACRO
-I/<<PKGBUILDDIR>>/libs/libfmt -DFMT_HEADER_ONLY -fPIC -g -O2 -DNDEBUG -g -O2
-fdebug-prefix-map=/<<PKGBUILDDIR>>=. -fstack-protector-strong -Wformat
-Werror=format-security -Wdate-time -Wall -Wno-unused-variable
-Werror=return-type -c -o preview/GuiRenderer.lo preview/GuiRenderer.cpp
libtool: compile: g++ -DHAVE_CONFIG_H -I. -I../.. -I../../include -I../../libs
-DPKGLIBDIR=\"/usr/lib/x86_64-linux-gnu/darkradiant\"
-DPKGDATADIR=\"/usr/share/darkradiant\" -I/usr/include/libxml2
-I/usr/include/sigc++-2.0 -I/usr/lib/x86_64-linux-gnu/sigc++-2.0/include
-I/usr/include/FTGL -I/usr/include/freetype2 -I/usr/include/libpng16
-Wdate-time -D_FORTIFY_SOURCE=2 -DPOSIX -fPIC
-I/usr/lib/x86_64-linux-gnu/wx/include/gtk2-unicode-3.0 -I/usr/include/wx-3.0
-D_FILE_OFFSET_BITS=64 -DWXUSINGDLL -D__WXGTK__ -I/usr/include/sigc++-2.0
-I/usr/lib/x86_64-linux-gnu/sigc++-2.0/include -DWXINTL_NO_GETTEXT_MACRO
-I/<<PKGBUILDDIR>>/libs/libfmt -DFMT_HEADER_ONLY -fPIC -g -O2 -DNDEBUG -g -O2
-fdebug-prefix-map=/<<PKGBUILDDIR>>=. -fstack-protector-strong -Wformat
-Werror=format-security -Wdate-time -Wall -Wno-unused-variable
-Werror=return-type -c preview/GuiRenderer.cpp -fPIC -DPIC -o
preview/.libs/GuiRenderer.o
make[4]: Leaving directory '/<<PKGBUILDDIR>>/libs/wxutil'
make[4]: Entering directory '/<<PKGBUILDDIR>>/libs/wxutil'
/bin/bash ../../libtool --tag=CXX --mode=compile g++ -DHAVE_CONFIG_H -I.
-I../.. -I../../include -I../../libs
-DPKGLIBDIR='"/usr/lib/x86_64-linux-gnu/darkradiant"'
-DPKGDATADIR='"/usr/share/darkradiant"' -I/usr/include/libxml2
-I/usr/include/sigc++-2.0 -I/usr/lib/x86_64-linux-gnu/sigc++-2.0/include
-I/usr/include/FTGL -I/usr/include/freetype2 -I/usr/include/libpng16
-Wdate-time -D_FORTIFY_SOURCE=2 -DPOSIX -fPIC
-I/usr/lib/x86_64-linux-gnu/wx/include/gtk2-unicode-3.0 -I/usr/include/wx-3.0
-D_FILE_OFFSET_BITS=64 -DWXUSINGDLL -D__WXGTK__ -I/usr/include/sigc++-2.0
-I/usr/lib/x86_64-linux-gnu/sigc++-2.0/include -DWXINTL_NO_GETTEXT_MACRO
-I/<<PKGBUILDDIR>>/libs/libfmt -DFMT_HEADER_ONLY -fPIC -g -O2 -DNDEBUG -g -O2
-fdebug-prefix-map=/<<PKGBUILDDIR>>=. -fstack-protector-strong -Wformat
-Werror=format-security -Wdate-time -Wall -Wno-unused-variable
-Werror=return-type -c -o dialog/Dialog.lo dialog/Dialog.cpp
libtool: compile: g++ -DHAVE_CONFIG_H -I. -I../.. -I../../include -I../../libs
-DPKGLIBDIR=\"/usr/lib/x86_64-linux-gnu/darkradiant\"
-DPKGDATADIR=\"/usr/share/darkradiant\" -I/usr/include/libxml2
-I/usr/include/sigc++-2.0 -I/usr/lib/x86_64-linux-gnu/sigc++-2.0/include
-I/usr/include/FTGL -I/usr/include/freetype2 -I/usr/include/libpng16
-Wdate-time -D_FORTIFY_SOURCE=2 -DPOSIX -fPIC
-I/usr/lib/x86_64-linux-gnu/wx/include/gtk2-unicode-3.0 -I/usr/include/wx-3.0
-D_FILE_OFFSET_BITS=64 -DWXUSINGDLL -D__WXGTK__ -I/usr/include/sigc++-2.0
-I/usr/lib/x86_64-linux-gnu/sigc++-2.0/include -DWXINTL_NO_GETTEXT_MACRO
-I/<<PKGBUILDDIR>>/libs/libfmt -DFMT_HEADER_ONLY -fPIC -g -O2 -DNDEBUG -g -O2
-fdebug-prefix-map=/<<PKGBUILDDIR>>=. -fstack-protector-strong -Wformat
-Werror=format-security -Wdate-time -Wall -Wno-unused-variable
-Werror=return-type -c dialog/Dialog.cpp -fPIC -DPIC -o dialog/.libs/Dialog.o
make[4]: Leaving directory '/<<PKGBUILDDIR>>/libs/wxutil'
make[4]: Entering directory '/<<PKGBUILDDIR>>/libs/wxutil'
/bin/bash ../../libtool --tag=CXX --mode=compile g++ -DHAVE_CONFIG_H -I.
-I../.. -I../../include -I../../libs
-DPKGLIBDIR='"/usr/lib/x86_64-linux-gnu/darkradiant"'
-DPKGDATADIR='"/usr/share/darkradiant"' -I/usr/include/libxml2
-I/usr/include/sigc++-2.0 -I/usr/lib/x86_64-linux-gnu/sigc++-2.0/include
-I/usr/include/FTGL -I/usr/include/freetype2 -I/usr/include/libpng16
-Wdate-time -D_FORTIFY_SOURCE=2 -DPOSIX -fPIC
-I/usr/lib/x86_64-linux-gnu/wx/include/gtk2-unicode-3.0 -I/usr/include/wx-3.0
-D_FILE_OFFSET_BITS=64 -DWXUSINGDLL -D__WXGTK__ -I/usr/include/sigc++-2.0
-I/usr/lib/x86_64-linux-gnu/sigc++-2.0/include -DWXINTL_NO_GETTEXT_MACRO
-I/<<PKGBUILDDIR>>/libs/libfmt -DFMT_HEADER_ONLY -fPIC -g -O2 -DNDEBUG -g -O2
-fdebug-prefix-map=/<<PKGBUILDDIR>>=. -fstack-protector-strong -Wformat
-Werror=format-security -Wdate-time -Wall -Wno-unused-variable
-Werror=return-type -c -o preview/ModelPreview.lo preview/ModelPreview.cpp
libtool: compile: g++ -DHAVE_CONFIG_H -I. -I../.. -I../../include -I../../libs
-DPKGLIBDIR=\"/usr/lib/x86_64-linux-gnu/darkradiant\"
-DPKGDATADIR=\"/usr/share/darkradiant\" -I/usr/include/libxml2
-I/usr/include/sigc++-2.0 -I/usr/lib/x86_64-linux-gnu/sigc++-2.0/include
-I/usr/include/FTGL -I/usr/include/freetype2 -I/usr/include/libpng16
-Wdate-time -D_FORTIFY_SOURCE=2 -DPOSIX -fPIC
-I/usr/lib/x86_64-linux-gnu/wx/include/gtk2-unicode-3.0 -I/usr/include/wx-3.0
-D_FILE_OFFSET_BITS=64 -DWXUSINGDLL -D__WXGTK__ -I/usr/include/sigc++-2.0
-I/usr/lib/x86_64-linux-gnu/sigc++-2.0/include -DWXINTL_NO_GETTEXT_MACRO
-I/<<PKGBUILDDIR>>/libs/libfmt -DFMT_HEADER_ONLY -fPIC -g -O2 -DNDEBUG -g -O2
-fdebug-prefix-map=/<<PKGBUILDDIR>>=. -fstack-protector-strong -Wformat
-Werror=format-security -Wdate-time -Wall -Wno-unused-variable
-Werror=return-type -c preview/ModelPreview.cpp -fPIC -DPIC -o
preview/.libs/ModelPreview.o
make[4]: Leaving directory '/<<PKGBUILDDIR>>/libs/wxutil'
make[4]: Entering directory '/<<PKGBUILDDIR>>/libs/wxutil'
/bin/bash ../../libtool --tag=CXX --mode=compile g++ -DHAVE_CONFIG_H -I.
-I../.. -I../../include -I../../libs
-DPKGLIBDIR='"/usr/lib/x86_64-linux-gnu/darkradiant"'
-DPKGDATADIR='"/usr/share/darkradiant"' -I/usr/include/libxml2
-I/usr/include/sigc++-2.0 -I/usr/lib/x86_64-linux-gnu/sigc++-2.0/include
-I/usr/include/FTGL -I/usr/include/freetype2 -I/usr/include/libpng16
-Wdate-time -D_FORTIFY_SOURCE=2 -DPOSIX -fPIC
-I/usr/lib/x86_64-linux-gnu/wx/include/gtk2-unicode-3.0 -I/usr/include/wx-3.0
-D_FILE_OFFSET_BITS=64 -DWXUSINGDLL -D__WXGTK__ -I/usr/include/sigc++-2.0
-I/usr/lib/x86_64-linux-gnu/sigc++-2.0/include -DWXINTL_NO_GETTEXT_MACRO
-I/<<PKGBUILDDIR>>/libs/libfmt -DFMT_HEADER_ONLY -fPIC -g -O2 -DNDEBUG -g -O2
-fdebug-prefix-map=/<<PKGBUILDDIR>>=. -fstack-protector-strong -Wformat
-Werror=format-security -Wdate-time -Wall -Wno-unused-variable
-Werror=return-type -c -o preview/ParticlePreview.lo
preview/ParticlePreview.cpp
libtool: compile: g++ -DHAVE_CONFIG_H -I. -I../.. -I../../include -I../../libs
-DPKGLIBDIR=\"/usr/lib/x86_64-linux-gnu/darkradiant\"
-DPKGDATADIR=\"/usr/share/darkradiant\" -I/usr/include/libxml2
-I/usr/include/sigc++-2.0 -I/usr/lib/x86_64-linux-gnu/sigc++-2.0/include
-I/usr/include/FTGL -I/usr/include/freetype2 -I/usr/include/libpng16
-Wdate-time -D_FORTIFY_SOURCE=2 -DPOSIX -fPIC
-I/usr/lib/x86_64-linux-gnu/wx/include/gtk2-unicode-3.0 -I/usr/include/wx-3.0
-D_FILE_OFFSET_BITS=64 -DWXUSINGDLL -D__WXGTK__ -I/usr/include/sigc++-2.0
-I/usr/lib/x86_64-linux-gnu/sigc++-2.0/include -DWXINTL_NO_GETTEXT_MACRO
-I/<<PKGBUILDDIR>>/libs/libfmt -DFMT_HEADER_ONLY -fPIC -g -O2 -DNDEBUG -g -O2
-fdebug-prefix-map=/<<PKGBUILDDIR>>=. -fstack-protector-strong -Wformat
-Werror=format-security -Wdate-time -Wall -Wno-unused-variable
-Werror=return-type -c preview/ParticlePreview.cpp -fPIC -DPIC -o
preview/.libs/ParticlePreview.o
make[4]: Leaving directory '/<<PKGBUILDDIR>>/libs/wxutil'
make[4]: Entering directory '/<<PKGBUILDDIR>>/libs/wxutil'
/bin/bash ../../libtool --tag=CXX --mode=compile g++ -DHAVE_CONFIG_H -I.
-I../.. -I../../include -I../../libs
-DPKGLIBDIR='"/usr/lib/x86_64-linux-gnu/darkradiant"'
-DPKGDATADIR='"/usr/share/darkradiant"' -I/usr/include/libxml2
-I/usr/include/sigc++-2.0 -I/usr/lib/x86_64-linux-gnu/sigc++-2.0/include
-I/usr/include/FTGL -I/usr/include/freetype2 -I/usr/include/libpng16
-Wdate-time -D_FORTIFY_SOURCE=2 -DPOSIX -fPIC
-I/usr/lib/x86_64-linux-gnu/wx/include/gtk2-unicode-3.0 -I/usr/include/wx-3.0
-D_FILE_OFFSET_BITS=64 -DWXUSINGDLL -D__WXGTK__ -I/usr/include/sigc++-2.0
-I/usr/lib/x86_64-linux-gnu/sigc++-2.0/include -DWXINTL_NO_GETTEXT_MACRO
-I/<<PKGBUILDDIR>>/libs/libfmt -DFMT_HEADER_ONLY -fPIC -g -O2 -DNDEBUG -g -O2
-fdebug-prefix-map=/<<PKGBUILDDIR>>=. -fstack-protector-strong -Wformat
-Werror=format-security -Wdate-time -Wall -Wno-unused-variable
-Werror=return-type -c -o preview/RenderPreview.lo preview/RenderPreview.cpp
libtool: compile: g++ -DHAVE_CONFIG_H -I. -I../.. -I../../include -I../../libs
-DPKGLIBDIR=\"/usr/lib/x86_64-linux-gnu/darkradiant\"
-DPKGDATADIR=\"/usr/share/darkradiant\" -I/usr/include/libxml2
-I/usr/include/sigc++-2.0 -I/usr/lib/x86_64-linux-gnu/sigc++-2.0/include
-I/usr/include/FTGL -I/usr/include/freetype2 -I/usr/include/libpng16
-Wdate-time -D_FORTIFY_SOURCE=2 -DPOSIX -fPIC
-I/usr/lib/x86_64-linux-gnu/wx/include/gtk2-unicode-3.0 -I/usr/include/wx-3.0
-D_FILE_OFFSET_BITS=64 -DWXUSINGDLL -D__WXGTK__ -I/usr/include/sigc++-2.0
-I/usr/lib/x86_64-linux-gnu/sigc++-2.0/include -DWXINTL_NO_GETTEXT_MACRO
-I/<<PKGBUILDDIR>>/libs/libfmt -DFMT_HEADER_ONLY -fPIC -g -O2 -DNDEBUG -g -O2
-fdebug-prefix-map=/<<PKGBUILDDIR>>=. -fstack-protector-strong -Wformat
-Werror=format-security -Wdate-time -Wall -Wno-unused-variable
-Werror=return-type -c preview/RenderPreview.cpp -fPIC -DPIC -o
preview/.libs/RenderPreview.o
make[4]: Leaving directory '/<<PKGBUILDDIR>>/libs/wxutil'
make[3]: *** [Makefile:438: all-recursive] Error 1
make[2]: *** [Makefile:753: all-recursive] Error 1
make[1]: *** [Makefile:494: all] Error 2
dh_auto_build: make -j8 -Oline returned exit code 2
make: *** [debian/rules:15: build-arch] Error 25
dpkg-buildpackage: error: debian/rules build-arch subprocess returned exit
status 2
--- End Message ---
--- Begin Message ---
Source: darkradiant
Source-Version: 2.6.0-3
We believe that the bug you reported is fixed in the latest version of
darkradiant, 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.
Tobias Frost <[email protected]> (supplier of updated darkradiant 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: SHA256
Format: 1.8
Date: Thu, 26 Jul 2018 01:45:17 +0800
Source: darkradiant
Binary: darkradiant darkradiant-plugins-darkmod
Architecture: source
Version: 2.6.0-3
Distribution: unstable
Urgency: medium
Maintainer: Debian Games Team <[email protected]>
Changed-By: Tobias Frost <[email protected]>
Description:
darkradiant - Level design toolchain for DOOM3 and The Dark Mod
darkradiant-plugins-darkmod - DarkMod-specific plugins for DarkRadiant
Closes: 897734
Changes:
darkradiant (2.6.0-3) unstable; urgency=medium
.
* New patch to fix FTBFS with GCC-8. thanks to Juhani Numminen for the
patch. (Closes: #897734)
* Bump S-V to 4.1.5
- Set Rules-Requires-Root to "no".
- no other changes required.
Checksums-Sha1:
0bdc293c4847968ed87875278d080b8d6a38223f 2444 darkradiant_2.6.0-3.dsc
3e2d9a8d547c06286ef8ca06e1f6a9c8eab77420 7544 darkradiant_2.6.0-3.debian.tar.xz
f94c505812200c327f0ed74e51fa62c5951ffd99 15099
darkradiant_2.6.0-3_source.buildinfo
Checksums-Sha256:
773d914c493649850bee99f2ddc6a717d1e67b07f5ae5f420d2c1418bd8c4ab3 2444
darkradiant_2.6.0-3.dsc
adfd87a20b9b755f02c2bb45b666361138e7af36f9201d8ac8d877beb805cb41 7544
darkradiant_2.6.0-3.debian.tar.xz
d660dd96d94b24e8e0920da47a556515b850c1b662a282f8bd2d50851f52113c 15099
darkradiant_2.6.0-3_source.buildinfo
Files:
3815eb299f810f61e199844213dd0b56 2444 graphics optional darkradiant_2.6.0-3.dsc
3771a6bdaed39e2c6ac64b53f0e21c92 7544 graphics optional
darkradiant_2.6.0-3.debian.tar.xz
e6d4e5e300065dbbf5ba76b12d644986 15099 graphics optional
darkradiant_2.6.0-3_source.buildinfo
-----BEGIN PGP SIGNATURE-----
iQIzBAEBCAAdFiEE/d0M/zhkJ3YwohhskWT6HRe9XTYFAltYukoACgkQkWT6HRe9
XTZogBAApZz855mQxci0ObHxRTqmehwbCgoBz9r4bYVsEoKBlw0wEqJYMMJziDC2
fcHoPXkd9qJk6TmPY1qEPeZAHG8sARlAD+fD28GW7oOQ3DYGqclTANvmeladSllI
SuA+F6rCGOdf5JeSd/poghui5IeMKaG07FXPZ0CMKdNmqqAwRUKZIoT1z0YVo1A5
xISwb+qRhb34jlh7cC/2MNO+5nITOxzbpu2od6QC2D0i/eFkPZMfkJSvjwIG+6JK
+xMZ9g6L2ZWY804GHnTbmsg3fiOyeLpk1PnNfRYieHFWH6PwunVs1TfWZN7KuDji
UnRzV/hlAd8lDSWJa55DyMi6fGRgoDrCXtD3x81gYZFmIvqrYiXnVQ7joQh3hfFz
RnE2dx3MA0X3hBad1Yxm2Z0cHTefK+YpoGNJyza7fJFrlQqPswni15rnkq6YxdHk
BvS2rCB5v5/zGnoeUDFe/hyfJFajP3wW5ixNW57Rf1lilXJzdU8wN2qSIWg0j2pa
vkg2dTeXKQ3WXwUcmMMXTnTABa6n/F5dTWVMQLodu8TKnk6oFhUg+OgeTDPuNjs1
zHsTOU9jQEvEedqOo+jKU3shPiVYedUDPH97NTQ8iZWVNrrPdsQkDAqQPTUFTvLR
3Gf23ybEOBmDOO12Ipm3MixXUICKLMWrZ9n2Gw/rpEIhlV6NK/0=
=E+sw
-----END PGP SIGNATURE-----
--- End Message ---