Your message dated Sat, 12 Aug 2017 13:32:21 +0200
with message-id <20170812113221.35lu5oer2ophy...@ramacher.at>
and subject line Re: Bug#853378: drumgizmo: ftbfs with GCC-7
has caused the Debian Bug report #853378,
regarding drumgizmo: ftbfs with GCC-7
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.)


-- 
853378: https://bugs.debian.org/cgi-bin/bugreport.cgi?bug=853378
Debian Bug Tracking System
Contact ow...@bugs.debian.org with problems
--- Begin Message ---
Package: src:drumgizmo
Version: 0.9.11-3
Severity: normal
Tags: sid buster
User: debian-...@lists.debian.org
Usertags: ftbfs-gcc-7

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-7/g++-7, but succeeds to build with gcc-6/g++-6. The
severity of this report may be raised before the buster release.
There is no need to fix this issue in time for the stretch release.

The full build log can be found at:
http://people.debian.org/~doko/logs/gcc7-20170126/drumgizmo_0.9.11-3_unstable_gcc7.log
The last lines of the build log are at the end of this report.

To build with GCC 7, either set CC=gcc-7 CXX=g++-7 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-7/porting_to.html

[...]
../src/versionstr.h:58:35: warning: dynamic exception specifications are 
deprecated in C++11; use 'noexcept' instead [-Wdeprecated]
  VersionStr(const std::string& v) throw(const char*);
                                   ^~~~~
../src/versionstr.h:81:39: warning: dynamic exception specifications are 
deprecated in C++11; use 'noexcept' instead [-Wdeprecated]
  void operator=(const std::string& v) throw(const char*);
                                       ^~~~~
../src/versionstr.h:110:33: warning: dynamic exception specifications are 
deprecated in C++11; use 'noexcept' instead [-Wdeprecated]
  void set(const std::string& v) throw(const char*);
                                 ^~~~~
libtool: compile:  g++ -DHAVE_CONFIG_H -I. -I.. -Wdate-time -D_FORTIFY_SOURCE=2 
-DLV2 -DLV2_PLUGIN_URI=\"http://drumgizmo.org/lv2\"; -I../plugin/plugingizmo 
-I../src -I../include -I../hugin -DSSE -msse -msse2 -DX11 -I../hugin 
-I../plugingui -DWITH_HUG_MUTEX -DLODEPNG_NO_COMPILE_ENCODER 
-DLODEPNG_NO_COMPILE_DISK -DLODEPNG_NO_COMPILE_ANCILLARY_CHUNKS 
-DLODEPNG_NO_COMPILE_ERROR_TEXT -DLODEPNG_NO_COMPILE_CPP -g -O2 
-fdebug-prefix-map=/<<PKGBUILDDIR>>=. -fstack-protector-strong -Wformat 
-Werror=format-security -ffast-math -std=c++11 -DDISABLE_HUGIN -c 
../src/drumkit.cc -o drumgizmo_la-drumkit.o >/dev/null 2>&1
libtool: compile:  g++ -DHAVE_CONFIG_H -I. -I.. -Wdate-time -D_FORTIFY_SOURCE=2 
-DLV2 -DLV2_PLUGIN_URI=\"http://drumgizmo.org/lv2\"; -I../plugin/plugingizmo 
-I../src -I../include -I../hugin -DSSE -msse -msse2 -DX11 -I../hugin 
-I../plugingui -DWITH_HUG_MUTEX -DLODEPNG_NO_COMPILE_ENCODER 
-DLODEPNG_NO_COMPILE_DISK -DLODEPNG_NO_COMPILE_ANCILLARY_CHUNKS 
-DLODEPNG_NO_COMPILE_ERROR_TEXT -DLODEPNG_NO_COMPILE_CPP -g -O2 
-fdebug-prefix-map=/<<PKGBUILDDIR>>=. -fstack-protector-strong -Wformat 
-Werror=format-security -ffast-math -std=c++11 -DDISABLE_HUGIN -c 
../plugingui/directory.cc -o drumgizmo_la-directory.o >/dev/null 2>&1
In file included from /usr/include/string.h:635:0,
                 from /usr/lib/lv2/atom.lv2/util.h:36,
                 from ../plugin/plugingizmo/pluginlv2.cc:38:
In function 'void* memcpy(void*, const void*, size_t)',
    inlined from 'void Sequence::addMidiEvent(std::size_t, const char*, 
std::size_t)' at ../plugin/plugingizmo/pluginlv2.cc:268:8:
/usr/include/x86_64-linux-gnu/bits/string3.h:53:71: warning: 'void* 
__builtin___memcpy_chk(void*, const void*, long unsigned int, long unsigned 
int)': writing between 16 and 22 bytes into a region of size 8 overflows the 
destination [-Wstringop-overflow=]
   return __builtin___memcpy_chk (__dest, __src, __len, __bos0 (__dest));
                                                                       ^
libtool: compile:  g++ -DHAVE_CONFIG_H -I. -I.. -Wdate-time -D_FORTIFY_SOURCE=2 
-DLV2 -DLV2_PLUGIN_URI=\"http://drumgizmo.org/lv2\"; -I../plugin/plugingizmo 
-I../src -I../include -I../hugin -DSSE -msse -msse2 -DX11 -I../hugin 
-I../plugingui -DWITH_HUG_MUTEX -DLODEPNG_NO_COMPILE_ENCODER 
-DLODEPNG_NO_COMPILE_DISK -DLODEPNG_NO_COMPILE_ANCILLARY_CHUNKS 
-DLODEPNG_NO_COMPILE_ERROR_TEXT -DLODEPNG_NO_COMPILE_CPP -g -O2 
-fdebug-prefix-map=/<<PKGBUILDDIR>>=. -fstack-protector-strong -Wformat 
-Werror=format-security -ffast-math -std=c++11 -DDISABLE_HUGIN -c 
../src/instrument.cc -o drumgizmo_la-instrument.o >/dev/null 2>&1
libtool: compile:  g++ -DHAVE_CONFIG_H -I. -I.. -Wdate-time -D_FORTIFY_SOURCE=2 
-DLV2 -DLV2_PLUGIN_URI=\"http://drumgizmo.org/lv2\"; -I../plugin/plugingizmo 
-I../src -I../include -I../hugin -DSSE -msse -msse2 -DX11 -I../hugin 
-I../plugingui -DWITH_HUG_MUTEX -DLODEPNG_NO_COMPILE_ENCODER 
-DLODEPNG_NO_COMPILE_DISK -DLODEPNG_NO_COMPILE_ANCILLARY_CHUNKS 
-DLODEPNG_NO_COMPILE_ERROR_TEXT -DLODEPNG_NO_COMPILE_CPP -g -O2 
-fdebug-prefix-map=/<<PKGBUILDDIR>>=. -fstack-protector-strong -Wformat 
-Werror=format-security -ffast-math -std=c++11 -DDISABLE_HUGIN -c 
../plugingui/combobox.cc -o drumgizmo_la-combobox.o >/dev/null 2>&1
libtool: compile:  g++ -DHAVE_CONFIG_H -I. -I.. -Wdate-time -D_FORTIFY_SOURCE=2 
-DLV2 -DLV2_PLUGIN_URI=\"http://drumgizmo.org/lv2\"; -I../plugin/plugingizmo 
-I../src -I../include -I../hugin -DSSE -msse -msse2 -DX11 -I../hugin 
-I../plugingui -DWITH_HUG_MUTEX -DLODEPNG_NO_COMPILE_ENCODER 
-DLODEPNG_NO_COMPILE_DISK -DLODEPNG_NO_COMPILE_ANCILLARY_CHUNKS 
-DLODEPNG_NO_COMPILE_ERROR_TEXT -DLODEPNG_NO_COMPILE_CPP -g -O2 
-fdebug-prefix-map=/<<PKGBUILDDIR>>=. -fstack-protector-strong -Wformat 
-Werror=format-security -ffast-math -std=c++11 -DDISABLE_HUGIN -c 
../plugingui/lodepng/lodepng.cpp -o drumgizmo_la-lodepng.o >/dev/null 2>&1
libtool: compile:  g++ -DHAVE_CONFIG_H -I. -I.. -Wdate-time -D_FORTIFY_SOURCE=2 
-DLV2 -DLV2_PLUGIN_URI=\"http://drumgizmo.org/lv2\"; -I../plugin/plugingizmo 
-I../src -I../include -I../hugin -DSSE -msse -msse2 -DX11 -I../hugin 
-I../plugingui -DWITH_HUG_MUTEX -DLODEPNG_NO_COMPILE_ENCODER 
-DLODEPNG_NO_COMPILE_DISK -DLODEPNG_NO_COMPILE_ANCILLARY_CHUNKS 
-DLODEPNG_NO_COMPILE_ERROR_TEXT -DLODEPNG_NO_COMPILE_CPP -g -O2 
-fdebug-prefix-map=/<<PKGBUILDDIR>>=. -fstack-protector-strong -Wformat 
-Werror=format-security -ffast-math -std=c++11 -DDISABLE_HUGIN -c 
../plugingui/textedit.cc -o drumgizmo_la-textedit.o >/dev/null 2>&1
libtool: compile:  g++ -DHAVE_CONFIG_H -I. -I.. -Wdate-time -D_FORTIFY_SOURCE=2 
-DLV2 -DLV2_PLUGIN_URI=\"http://drumgizmo.org/lv2\"; -I../plugin/plugingizmo 
-I../src -I../include -I../hugin -DSSE -msse -msse2 -DX11 -I../hugin 
-I../plugingui -DWITH_HUG_MUTEX -DLODEPNG_NO_COMPILE_ENCODER 
-DLODEPNG_NO_COMPILE_DISK -DLODEPNG_NO_COMPILE_ANCILLARY_CHUNKS 
-DLODEPNG_NO_COMPILE_ERROR_TEXT -DLODEPNG_NO_COMPILE_CPP -g -O2 
-fdebug-prefix-map=/<<PKGBUILDDIR>>=. -fstack-protector-strong -Wformat 
-Werror=format-security -ffast-math -std=c++11 -DDISABLE_HUGIN -c 
../plugingui/listboxbasic.cc -o drumgizmo_la-listboxbasic.o >/dev/null 2>&1
libtool: compile:  g++ -DHAVE_CONFIG_H -I. -I.. -Wdate-time -D_FORTIFY_SOURCE=2 
-DLV2 -DLV2_PLUGIN_URI=\"http://drumgizmo.org/lv2\"; -I../plugin/plugingizmo 
-I../src -I../include -I../hugin -DSSE -msse -msse2 -DX11 -I../hugin 
-I../plugingui -DWITH_HUG_MUTEX -DLODEPNG_NO_COMPILE_ENCODER 
-DLODEPNG_NO_COMPILE_DISK -DLODEPNG_NO_COMPILE_ANCILLARY_CHUNKS 
-DLODEPNG_NO_COMPILE_ERROR_TEXT -DLODEPNG_NO_COMPILE_CPP -g -O2 
-fdebug-prefix-map=/<<PKGBUILDDIR>>=. -fstack-protector-strong -Wformat 
-Werror=format-security -ffast-math -std=c++11 -DDISABLE_HUGIN -c 
../plugin/plugingizmo/pluginlv2.cc -o drumgizmo_la-pluginlv2.o >/dev/null 2>&1
libtool: compile:  g++ -DHAVE_CONFIG_H -I. -I.. -Wdate-time -D_FORTIFY_SOURCE=2 
-DLV2 -DLV2_PLUGIN_URI=\"http://drumgizmo.org/lv2\"; -I../plugin/plugingizmo 
-I../src -I../include -I../hugin -DSSE -msse -msse2 -DX11 -I../hugin 
-I../plugingui -DWITH_HUG_MUTEX -DLODEPNG_NO_COMPILE_ENCODER 
-DLODEPNG_NO_COMPILE_DISK -DLODEPNG_NO_COMPILE_ANCILLARY_CHUNKS 
-DLODEPNG_NO_COMPILE_ERROR_TEXT -DLODEPNG_NO_COMPILE_CPP -g -O2 
-fdebug-prefix-map=/<<PKGBUILDDIR>>=. -fstack-protector-strong -Wformat 
-Werror=format-security -ffast-math -std=c++11 -DDISABLE_HUGIN -c 
../plugingui/filebrowser.cc -o drumgizmo_la-filebrowser.o >/dev/null 2>&1
libtool: compile:  g++ -DHAVE_CONFIG_H -I. -I.. -Wdate-time -D_FORTIFY_SOURCE=2 
-DLV2 -DLV2_PLUGIN_URI=\"http://drumgizmo.org/lv2\"; -I../plugin/plugingizmo 
-I../src -I../include -I../hugin -DSSE -msse -msse2 -DX11 -I../hugin 
-I../plugingui -DWITH_HUG_MUTEX -DLODEPNG_NO_COMPILE_ENCODER 
-DLODEPNG_NO_COMPILE_DISK -DLODEPNG_NO_COMPILE_ANCILLARY_CHUNKS 
-DLODEPNG_NO_COMPILE_ERROR_TEXT -DLODEPNG_NO_COMPILE_CPP -g -O2 
-fdebug-prefix-map=/<<PKGBUILDDIR>>=. -fstack-protector-strong -Wformat 
-Werror=format-security -ffast-math -std=c++11 -DDISABLE_HUGIN -c 
../src/audioinputenginemidi.cc -o drumgizmo_la-audioinputenginemidi.o 
>/dev/null 2>&1
libtool: compile:  g++ -DHAVE_CONFIG_H -I. -I.. -Wdate-time -D_FORTIFY_SOURCE=2 
-DLV2 -DLV2_PLUGIN_URI=\"http://drumgizmo.org/lv2\"; -I../plugin/plugingizmo 
-I../src -I../include -I../hugin -DSSE -msse -msse2 -DX11 -I../hugin 
-I../plugingui -DWITH_HUG_MUTEX -DLODEPNG_NO_COMPILE_ENCODER 
-DLODEPNG_NO_COMPILE_DISK -DLODEPNG_NO_COMPILE_ANCILLARY_CHUNKS 
-DLODEPNG_NO_COMPILE_ERROR_TEXT -DLODEPNG_NO_COMPILE_CPP -g -O2 
-fdebug-prefix-map=/<<PKGBUILDDIR>>=. -fstack-protector-strong -Wformat 
-Werror=format-security -ffast-math -std=c++11 -DDISABLE_HUGIN -c 
../plugingui/nativewindow_x11.cc -o drumgizmo_la-nativewindow_x11.o >/dev/null 
2>&1
libtool: compile:  g++ -DHAVE_CONFIG_H -I. -I.. -Wdate-time -D_FORTIFY_SOURCE=2 
-DLV2 -DLV2_PLUGIN_URI=\"http://drumgizmo.org/lv2\"; -I../plugin/plugingizmo 
-I../src -I../include -I../hugin -DSSE -msse -msse2 -DX11 -I../hugin 
-I../plugingui -DWITH_HUG_MUTEX -DLODEPNG_NO_COMPILE_ENCODER 
-DLODEPNG_NO_COMPILE_DISK -DLODEPNG_NO_COMPILE_ANCILLARY_CHUNKS 
-DLODEPNG_NO_COMPILE_ERROR_TEXT -DLODEPNG_NO_COMPILE_CPP -g -O2 
-fdebug-prefix-map=/<<PKGBUILDDIR>>=. -fstack-protector-strong -Wformat 
-Werror=format-security -ffast-math -std=c++11 -DDISABLE_HUGIN -c 
../src/inputprocessor.cc -o drumgizmo_la-inputprocessor.o >/dev/null 2>&1
libtool: compile:  g++ -DHAVE_CONFIG_H -I. -I.. -Wdate-time -D_FORTIFY_SOURCE=2 
-DLV2 -DLV2_PLUGIN_URI=\"http://drumgizmo.org/lv2\"; -I../plugin/plugingizmo 
-I../src -I../include -I../hugin -DSSE -msse -msse2 -DX11 -I../hugin 
-I../plugingui -DWITH_HUG_MUTEX -DLODEPNG_NO_COMPILE_ENCODER 
-DLODEPNG_NO_COMPILE_DISK -DLODEPNG_NO_COMPILE_ANCILLARY_CHUNKS 
-DLODEPNG_NO_COMPILE_ERROR_TEXT -DLODEPNG_NO_COMPILE_CPP -g -O2 
-fdebug-prefix-map=/<<PKGBUILDDIR>>=. -fstack-protector-strong -Wformat 
-Werror=format-security -ffast-math -std=c++11 -DDISABLE_HUGIN -c 
../src/instrumentparser.cc -o drumgizmo_la-instrumentparser.o >/dev/null 2>&1
libtool: compile:  g++ -DHAVE_CONFIG_H -I. -I.. -Wdate-time -D_FORTIFY_SOURCE=2 
-DLV2 -DLV2_PLUGIN_URI=\"http://drumgizmo.org/lv2\"; -I../plugin/plugingizmo 
-I../src -I../include -I../hugin -DSSE -msse -msse2 -DX11 -I../hugin 
-I../plugingui -DWITH_HUG_MUTEX -DLODEPNG_NO_COMPILE_ENCODER 
-DLODEPNG_NO_COMPILE_DISK -DLODEPNG_NO_COMPILE_ANCILLARY_CHUNKS 
-DLODEPNG_NO_COMPILE_ERROR_TEXT -DLODEPNG_NO_COMPILE_CPP -g -O2 
-fdebug-prefix-map=/<<PKGBUILDDIR>>=. -fstack-protector-strong -Wformat 
-Werror=format-security -ffast-math -std=c++11 -DDISABLE_HUGIN -c 
../src/drumgizmo.cc -o drumgizmo_la-drumgizmo.o >/dev/null 2>&1
libtool: compile:  g++ -DHAVE_CONFIG_H -I. -I.. -Wdate-time -D_FORTIFY_SOURCE=2 
-DLV2 -DLV2_PLUGIN_URI=\"http://drumgizmo.org/lv2\"; -I../plugin/plugingizmo 
-I../src -I../include -I../hugin -DSSE -msse -msse2 -DX11 -I../hugin 
-I../plugingui -DWITH_HUG_MUTEX -DLODEPNG_NO_COMPILE_ENCODER 
-DLODEPNG_NO_COMPILE_DISK -DLODEPNG_NO_COMPILE_ANCILLARY_CHUNKS 
-DLODEPNG_NO_COMPILE_ERROR_TEXT -DLODEPNG_NO_COMPILE_CPP -g -O2 
-fdebug-prefix-map=/<<PKGBUILDDIR>>=. -fstack-protector-strong -Wformat 
-Werror=format-security -ffast-math -std=c++11 -DDISABLE_HUGIN -c 
../src/drumkitloader.cc -o drumgizmo_la-drumkitloader.o >/dev/null 2>&1
libtool: compile:  g++ -DHAVE_CONFIG_H -I. -I.. -Wdate-time -D_FORTIFY_SOURCE=2 
-DLV2 -DLV2_PLUGIN_URI=\"http://drumgizmo.org/lv2\"; -I../plugin/plugingizmo 
-I../src -I../include -I../hugin -DSSE -msse -msse2 -DX11 -I../hugin 
-I../plugingui -DWITH_HUG_MUTEX -DLODEPNG_NO_COMPILE_ENCODER 
-DLODEPNG_NO_COMPILE_DISK -DLODEPNG_NO_COMPILE_ANCILLARY_CHUNKS 
-DLODEPNG_NO_COMPILE_ERROR_TEXT -DLODEPNG_NO_COMPILE_CPP -g -O2 
-fdebug-prefix-map=/<<PKGBUILDDIR>>=. -fstack-protector-strong -Wformat 
-Werror=format-security -ffast-math -std=c++11 -DDISABLE_HUGIN -c 
../src/drumkitparser.cc -o drumgizmo_la-drumkitparser.o >/dev/null 2>&1
libtool: compile:  g++ -DHAVE_CONFIG_H -I. -I.. -Wdate-time -D_FORTIFY_SOURCE=2 
-DLV2 -DLV2_PLUGIN_URI=\"http://drumgizmo.org/lv2\"; -I../plugin/plugingizmo 
-I../src -I../include -I../hugin -DSSE -msse -msse2 -DX11 -I../hugin 
-I../plugingui -DWITH_HUG_MUTEX -DLODEPNG_NO_COMPILE_ENCODER 
-DLODEPNG_NO_COMPILE_DISK -DLODEPNG_NO_COMPILE_ANCILLARY_CHUNKS 
-DLODEPNG_NO_COMPILE_ERROR_TEXT -DLODEPNG_NO_COMPILE_CPP -g -O2 
-fdebug-prefix-map=/<<PKGBUILDDIR>>=. -fstack-protector-strong -Wformat 
-Werror=format-security -ffast-math -std=c++11 -DDISABLE_HUGIN -c 
../plugingui/dgwindow.cc -o drumgizmo_la-dgwindow.o >/dev/null 2>&1
libtool: compile:  g++ -DHAVE_CONFIG_H -I. -I.. -Wdate-time -D_FORTIFY_SOURCE=2 
-DLV2 -DLV2_PLUGIN_URI=\"http://drumgizmo.org/lv2\"; -I../plugin/plugingizmo 
-I../src -I../include -I../hugin -DSSE -msse -msse2 -DX11 -I../hugin 
-I../plugingui -DWITH_HUG_MUTEX -DLODEPNG_NO_COMPILE_ENCODER 
-DLODEPNG_NO_COMPILE_DISK -DLODEPNG_NO_COMPILE_ANCILLARY_CHUNKS 
-DLODEPNG_NO_COMPILE_ERROR_TEXT -DLODEPNG_NO_COMPILE_CPP -g -O2 
-fdebug-prefix-map=/<<PKGBUILDDIR>>=. -fstack-protector-strong -Wformat 
-Werror=format-security -ffast-math -std=c++11 -DDISABLE_HUGIN -c 
drumgizmo_plugin.cc -o drumgizmo_la-drumgizmo_plugin.o >/dev/null 2>&1
libtool: compile:  g++ -DHAVE_CONFIG_H -I. -I.. -Wdate-time -D_FORTIFY_SOURCE=2 
-DLV2 -DLV2_PLUGIN_URI=\"http://drumgizmo.org/lv2\"; -I../plugin/plugingizmo 
-I../src -I../include -I../hugin -DSSE -msse -msse2 -DX11 -I../hugin 
-I../plugingui -DWITH_HUG_MUTEX -DLODEPNG_NO_COMPILE_ENCODER 
-DLODEPNG_NO_COMPILE_DISK -DLODEPNG_NO_COMPILE_ANCILLARY_CHUNKS 
-DLODEPNG_NO_COMPILE_ERROR_TEXT -DLODEPNG_NO_COMPILE_CPP -g -O2 
-fdebug-prefix-map=/<<PKGBUILDDIR>>=. -fstack-protector-strong -Wformat 
-Werror=format-security -ffast-math -std=c++11 -DDISABLE_HUGIN -c 
../plugingui/plugingui.cc -o drumgizmo_la-plugingui.o >/dev/null 2>&1
make[4]: Leaving directory '/<<PKGBUILDDIR>>/plugin'
Makefile:2262: recipe for target 'all-recursive' failed
make[3]: *** [all-recursive] Error 1
make[3]: Leaving directory '/<<PKGBUILDDIR>>/plugin'
Makefile:445: recipe for target 'all-recursive' failed
make[2]: *** [all-recursive] Error 1
make[2]: Leaving directory '/<<PKGBUILDDIR>>'
Makefile:377: recipe for target 'all' failed
make[1]: *** [all] Error 2
make[1]: Leaving directory '/<<PKGBUILDDIR>>'
dh_auto_build: make -j64 returned exit code 2
debian/rules:21: recipe for target 'build' failed
make: *** [build] Error 2
dpkg-buildpackage: error: debian/rules build gave error exit status 2

--- End Message ---
--- Begin Message ---
Version: 0.9.14-1

On 2017-01-31 09:30:54, Matthias Klose wrote:
> Package: src:drumgizmo
> Version: 0.9.11-3
> Severity: normal
> Tags: sid buster
> User: debian-...@lists.debian.org
> Usertags: ftbfs-gcc-7
> 
> 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-7/g++-7, but succeeds to build with gcc-6/g++-6. The
> severity of this report may be raised before the buster release.
> There is no need to fix this issue in time for the stretch release.
> 
> The full build log can be found at:
> http://people.debian.org/~doko/logs/gcc7-20170126/drumgizmo_0.9.11-3_unstable_gcc7.log
> The last lines of the build log are at the end of this report.
> 
> To build with GCC 7, either set CC=gcc-7 CXX=g++-7 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-7/porting_to.html
> 
> [...]
> ../src/versionstr.h:58:35: warning: dynamic exception specifications are 
> deprecated in C++11; use 'noexcept' instead [-Wdeprecated]
>   VersionStr(const std::string& v) throw(const char*);
>                                    ^~~~~
> ../src/versionstr.h:81:39: warning: dynamic exception specifications are 
> deprecated in C++11; use 'noexcept' instead [-Wdeprecated]
>   void operator=(const std::string& v) throw(const char*);
>                                        ^~~~~
> ../src/versionstr.h:110:33: warning: dynamic exception specifications are 
> deprecated in C++11; use 'noexcept' instead [-Wdeprecated]
>   void set(const std::string& v) throw(const char*);
>                                  ^~~~~
> libtool: compile:  g++ -DHAVE_CONFIG_H -I. -I.. -Wdate-time 
> -D_FORTIFY_SOURCE=2 -DLV2 -DLV2_PLUGIN_URI=\"http://drumgizmo.org/lv2\"; 
> -I../plugin/plugingizmo -I../src -I../include -I../hugin -DSSE -msse -msse2 
> -DX11 -I../hugin -I../plugingui -DWITH_HUG_MUTEX -DLODEPNG_NO_COMPILE_ENCODER 
> -DLODEPNG_NO_COMPILE_DISK -DLODEPNG_NO_COMPILE_ANCILLARY_CHUNKS 
> -DLODEPNG_NO_COMPILE_ERROR_TEXT -DLODEPNG_NO_COMPILE_CPP -g -O2 
> -fdebug-prefix-map=/<<PKGBUILDDIR>>=. -fstack-protector-strong -Wformat 
> -Werror=format-security -ffast-math -std=c++11 -DDISABLE_HUGIN -c 
> ../src/drumkit.cc -o drumgizmo_la-drumkit.o >/dev/null 2>&1
> libtool: compile:  g++ -DHAVE_CONFIG_H -I. -I.. -Wdate-time 
> -D_FORTIFY_SOURCE=2 -DLV2 -DLV2_PLUGIN_URI=\"http://drumgizmo.org/lv2\"; 
> -I../plugin/plugingizmo -I../src -I../include -I../hugin -DSSE -msse -msse2 
> -DX11 -I../hugin -I../plugingui -DWITH_HUG_MUTEX -DLODEPNG_NO_COMPILE_ENCODER 
> -DLODEPNG_NO_COMPILE_DISK -DLODEPNG_NO_COMPILE_ANCILLARY_CHUNKS 
> -DLODEPNG_NO_COMPILE_ERROR_TEXT -DLODEPNG_NO_COMPILE_CPP -g -O2 
> -fdebug-prefix-map=/<<PKGBUILDDIR>>=. -fstack-protector-strong -Wformat 
> -Werror=format-security -ffast-math -std=c++11 -DDISABLE_HUGIN -c 
> ../plugingui/directory.cc -o drumgizmo_la-directory.o >/dev/null 2>&1
> In file included from /usr/include/string.h:635:0,
>                  from /usr/lib/lv2/atom.lv2/util.h:36,
>                  from ../plugin/plugingizmo/pluginlv2.cc:38:
> In function 'void* memcpy(void*, const void*, size_t)',
>     inlined from 'void Sequence::addMidiEvent(std::size_t, const char*, 
> std::size_t)' at ../plugin/plugingizmo/pluginlv2.cc:268:8:
> /usr/include/x86_64-linux-gnu/bits/string3.h:53:71: warning: 'void* 
> __builtin___memcpy_chk(void*, const void*, long unsigned int, long unsigned 
> int)': writing between 16 and 22 bytes into a region of size 8 overflows the 
> destination [-Wstringop-overflow=]
>    return __builtin___memcpy_chk (__dest, __src, __len, __bos0 (__dest));
>                                                                        ^
> libtool: compile:  g++ -DHAVE_CONFIG_H -I. -I.. -Wdate-time 
> -D_FORTIFY_SOURCE=2 -DLV2 -DLV2_PLUGIN_URI=\"http://drumgizmo.org/lv2\"; 
> -I../plugin/plugingizmo -I../src -I../include -I../hugin -DSSE -msse -msse2 
> -DX11 -I../hugin -I../plugingui -DWITH_HUG_MUTEX -DLODEPNG_NO_COMPILE_ENCODER 
> -DLODEPNG_NO_COMPILE_DISK -DLODEPNG_NO_COMPILE_ANCILLARY_CHUNKS 
> -DLODEPNG_NO_COMPILE_ERROR_TEXT -DLODEPNG_NO_COMPILE_CPP -g -O2 
> -fdebug-prefix-map=/<<PKGBUILDDIR>>=. -fstack-protector-strong -Wformat 
> -Werror=format-security -ffast-math -std=c++11 -DDISABLE_HUGIN -c 
> ../src/instrument.cc -o drumgizmo_la-instrument.o >/dev/null 2>&1
> libtool: compile:  g++ -DHAVE_CONFIG_H -I. -I.. -Wdate-time 
> -D_FORTIFY_SOURCE=2 -DLV2 -DLV2_PLUGIN_URI=\"http://drumgizmo.org/lv2\"; 
> -I../plugin/plugingizmo -I../src -I../include -I../hugin -DSSE -msse -msse2 
> -DX11 -I../hugin -I../plugingui -DWITH_HUG_MUTEX -DLODEPNG_NO_COMPILE_ENCODER 
> -DLODEPNG_NO_COMPILE_DISK -DLODEPNG_NO_COMPILE_ANCILLARY_CHUNKS 
> -DLODEPNG_NO_COMPILE_ERROR_TEXT -DLODEPNG_NO_COMPILE_CPP -g -O2 
> -fdebug-prefix-map=/<<PKGBUILDDIR>>=. -fstack-protector-strong -Wformat 
> -Werror=format-security -ffast-math -std=c++11 -DDISABLE_HUGIN -c 
> ../plugingui/combobox.cc -o drumgizmo_la-combobox.o >/dev/null 2>&1
> libtool: compile:  g++ -DHAVE_CONFIG_H -I. -I.. -Wdate-time 
> -D_FORTIFY_SOURCE=2 -DLV2 -DLV2_PLUGIN_URI=\"http://drumgizmo.org/lv2\"; 
> -I../plugin/plugingizmo -I../src -I../include -I../hugin -DSSE -msse -msse2 
> -DX11 -I../hugin -I../plugingui -DWITH_HUG_MUTEX -DLODEPNG_NO_COMPILE_ENCODER 
> -DLODEPNG_NO_COMPILE_DISK -DLODEPNG_NO_COMPILE_ANCILLARY_CHUNKS 
> -DLODEPNG_NO_COMPILE_ERROR_TEXT -DLODEPNG_NO_COMPILE_CPP -g -O2 
> -fdebug-prefix-map=/<<PKGBUILDDIR>>=. -fstack-protector-strong -Wformat 
> -Werror=format-security -ffast-math -std=c++11 -DDISABLE_HUGIN -c 
> ../plugingui/lodepng/lodepng.cpp -o drumgizmo_la-lodepng.o >/dev/null 2>&1
> libtool: compile:  g++ -DHAVE_CONFIG_H -I. -I.. -Wdate-time 
> -D_FORTIFY_SOURCE=2 -DLV2 -DLV2_PLUGIN_URI=\"http://drumgizmo.org/lv2\"; 
> -I../plugin/plugingizmo -I../src -I../include -I../hugin -DSSE -msse -msse2 
> -DX11 -I../hugin -I../plugingui -DWITH_HUG_MUTEX -DLODEPNG_NO_COMPILE_ENCODER 
> -DLODEPNG_NO_COMPILE_DISK -DLODEPNG_NO_COMPILE_ANCILLARY_CHUNKS 
> -DLODEPNG_NO_COMPILE_ERROR_TEXT -DLODEPNG_NO_COMPILE_CPP -g -O2 
> -fdebug-prefix-map=/<<PKGBUILDDIR>>=. -fstack-protector-strong -Wformat 
> -Werror=format-security -ffast-math -std=c++11 -DDISABLE_HUGIN -c 
> ../plugingui/textedit.cc -o drumgizmo_la-textedit.o >/dev/null 2>&1
> libtool: compile:  g++ -DHAVE_CONFIG_H -I. -I.. -Wdate-time 
> -D_FORTIFY_SOURCE=2 -DLV2 -DLV2_PLUGIN_URI=\"http://drumgizmo.org/lv2\"; 
> -I../plugin/plugingizmo -I../src -I../include -I../hugin -DSSE -msse -msse2 
> -DX11 -I../hugin -I../plugingui -DWITH_HUG_MUTEX -DLODEPNG_NO_COMPILE_ENCODER 
> -DLODEPNG_NO_COMPILE_DISK -DLODEPNG_NO_COMPILE_ANCILLARY_CHUNKS 
> -DLODEPNG_NO_COMPILE_ERROR_TEXT -DLODEPNG_NO_COMPILE_CPP -g -O2 
> -fdebug-prefix-map=/<<PKGBUILDDIR>>=. -fstack-protector-strong -Wformat 
> -Werror=format-security -ffast-math -std=c++11 -DDISABLE_HUGIN -c 
> ../plugingui/listboxbasic.cc -o drumgizmo_la-listboxbasic.o >/dev/null 2>&1
> libtool: compile:  g++ -DHAVE_CONFIG_H -I. -I.. -Wdate-time 
> -D_FORTIFY_SOURCE=2 -DLV2 -DLV2_PLUGIN_URI=\"http://drumgizmo.org/lv2\"; 
> -I../plugin/plugingizmo -I../src -I../include -I../hugin -DSSE -msse -msse2 
> -DX11 -I../hugin -I../plugingui -DWITH_HUG_MUTEX -DLODEPNG_NO_COMPILE_ENCODER 
> -DLODEPNG_NO_COMPILE_DISK -DLODEPNG_NO_COMPILE_ANCILLARY_CHUNKS 
> -DLODEPNG_NO_COMPILE_ERROR_TEXT -DLODEPNG_NO_COMPILE_CPP -g -O2 
> -fdebug-prefix-map=/<<PKGBUILDDIR>>=. -fstack-protector-strong -Wformat 
> -Werror=format-security -ffast-math -std=c++11 -DDISABLE_HUGIN -c 
> ../plugin/plugingizmo/pluginlv2.cc -o drumgizmo_la-pluginlv2.o >/dev/null 2>&1
> libtool: compile:  g++ -DHAVE_CONFIG_H -I. -I.. -Wdate-time 
> -D_FORTIFY_SOURCE=2 -DLV2 -DLV2_PLUGIN_URI=\"http://drumgizmo.org/lv2\"; 
> -I../plugin/plugingizmo -I../src -I../include -I../hugin -DSSE -msse -msse2 
> -DX11 -I../hugin -I../plugingui -DWITH_HUG_MUTEX -DLODEPNG_NO_COMPILE_ENCODER 
> -DLODEPNG_NO_COMPILE_DISK -DLODEPNG_NO_COMPILE_ANCILLARY_CHUNKS 
> -DLODEPNG_NO_COMPILE_ERROR_TEXT -DLODEPNG_NO_COMPILE_CPP -g -O2 
> -fdebug-prefix-map=/<<PKGBUILDDIR>>=. -fstack-protector-strong -Wformat 
> -Werror=format-security -ffast-math -std=c++11 -DDISABLE_HUGIN -c 
> ../plugingui/filebrowser.cc -o drumgizmo_la-filebrowser.o >/dev/null 2>&1
> libtool: compile:  g++ -DHAVE_CONFIG_H -I. -I.. -Wdate-time 
> -D_FORTIFY_SOURCE=2 -DLV2 -DLV2_PLUGIN_URI=\"http://drumgizmo.org/lv2\"; 
> -I../plugin/plugingizmo -I../src -I../include -I../hugin -DSSE -msse -msse2 
> -DX11 -I../hugin -I../plugingui -DWITH_HUG_MUTEX -DLODEPNG_NO_COMPILE_ENCODER 
> -DLODEPNG_NO_COMPILE_DISK -DLODEPNG_NO_COMPILE_ANCILLARY_CHUNKS 
> -DLODEPNG_NO_COMPILE_ERROR_TEXT -DLODEPNG_NO_COMPILE_CPP -g -O2 
> -fdebug-prefix-map=/<<PKGBUILDDIR>>=. -fstack-protector-strong -Wformat 
> -Werror=format-security -ffast-math -std=c++11 -DDISABLE_HUGIN -c 
> ../src/audioinputenginemidi.cc -o drumgizmo_la-audioinputenginemidi.o 
> >/dev/null 2>&1
> libtool: compile:  g++ -DHAVE_CONFIG_H -I. -I.. -Wdate-time 
> -D_FORTIFY_SOURCE=2 -DLV2 -DLV2_PLUGIN_URI=\"http://drumgizmo.org/lv2\"; 
> -I../plugin/plugingizmo -I../src -I../include -I../hugin -DSSE -msse -msse2 
> -DX11 -I../hugin -I../plugingui -DWITH_HUG_MUTEX -DLODEPNG_NO_COMPILE_ENCODER 
> -DLODEPNG_NO_COMPILE_DISK -DLODEPNG_NO_COMPILE_ANCILLARY_CHUNKS 
> -DLODEPNG_NO_COMPILE_ERROR_TEXT -DLODEPNG_NO_COMPILE_CPP -g -O2 
> -fdebug-prefix-map=/<<PKGBUILDDIR>>=. -fstack-protector-strong -Wformat 
> -Werror=format-security -ffast-math -std=c++11 -DDISABLE_HUGIN -c 
> ../plugingui/nativewindow_x11.cc -o drumgizmo_la-nativewindow_x11.o 
> >/dev/null 2>&1
> libtool: compile:  g++ -DHAVE_CONFIG_H -I. -I.. -Wdate-time 
> -D_FORTIFY_SOURCE=2 -DLV2 -DLV2_PLUGIN_URI=\"http://drumgizmo.org/lv2\"; 
> -I../plugin/plugingizmo -I../src -I../include -I../hugin -DSSE -msse -msse2 
> -DX11 -I../hugin -I../plugingui -DWITH_HUG_MUTEX -DLODEPNG_NO_COMPILE_ENCODER 
> -DLODEPNG_NO_COMPILE_DISK -DLODEPNG_NO_COMPILE_ANCILLARY_CHUNKS 
> -DLODEPNG_NO_COMPILE_ERROR_TEXT -DLODEPNG_NO_COMPILE_CPP -g -O2 
> -fdebug-prefix-map=/<<PKGBUILDDIR>>=. -fstack-protector-strong -Wformat 
> -Werror=format-security -ffast-math -std=c++11 -DDISABLE_HUGIN -c 
> ../src/inputprocessor.cc -o drumgizmo_la-inputprocessor.o >/dev/null 2>&1
> libtool: compile:  g++ -DHAVE_CONFIG_H -I. -I.. -Wdate-time 
> -D_FORTIFY_SOURCE=2 -DLV2 -DLV2_PLUGIN_URI=\"http://drumgizmo.org/lv2\"; 
> -I../plugin/plugingizmo -I../src -I../include -I../hugin -DSSE -msse -msse2 
> -DX11 -I../hugin -I../plugingui -DWITH_HUG_MUTEX -DLODEPNG_NO_COMPILE_ENCODER 
> -DLODEPNG_NO_COMPILE_DISK -DLODEPNG_NO_COMPILE_ANCILLARY_CHUNKS 
> -DLODEPNG_NO_COMPILE_ERROR_TEXT -DLODEPNG_NO_COMPILE_CPP -g -O2 
> -fdebug-prefix-map=/<<PKGBUILDDIR>>=. -fstack-protector-strong -Wformat 
> -Werror=format-security -ffast-math -std=c++11 -DDISABLE_HUGIN -c 
> ../src/instrumentparser.cc -o drumgizmo_la-instrumentparser.o >/dev/null 2>&1
> libtool: compile:  g++ -DHAVE_CONFIG_H -I. -I.. -Wdate-time 
> -D_FORTIFY_SOURCE=2 -DLV2 -DLV2_PLUGIN_URI=\"http://drumgizmo.org/lv2\"; 
> -I../plugin/plugingizmo -I../src -I../include -I../hugin -DSSE -msse -msse2 
> -DX11 -I../hugin -I../plugingui -DWITH_HUG_MUTEX -DLODEPNG_NO_COMPILE_ENCODER 
> -DLODEPNG_NO_COMPILE_DISK -DLODEPNG_NO_COMPILE_ANCILLARY_CHUNKS 
> -DLODEPNG_NO_COMPILE_ERROR_TEXT -DLODEPNG_NO_COMPILE_CPP -g -O2 
> -fdebug-prefix-map=/<<PKGBUILDDIR>>=. -fstack-protector-strong -Wformat 
> -Werror=format-security -ffast-math -std=c++11 -DDISABLE_HUGIN -c 
> ../src/drumgizmo.cc -o drumgizmo_la-drumgizmo.o >/dev/null 2>&1
> libtool: compile:  g++ -DHAVE_CONFIG_H -I. -I.. -Wdate-time 
> -D_FORTIFY_SOURCE=2 -DLV2 -DLV2_PLUGIN_URI=\"http://drumgizmo.org/lv2\"; 
> -I../plugin/plugingizmo -I../src -I../include -I../hugin -DSSE -msse -msse2 
> -DX11 -I../hugin -I../plugingui -DWITH_HUG_MUTEX -DLODEPNG_NO_COMPILE_ENCODER 
> -DLODEPNG_NO_COMPILE_DISK -DLODEPNG_NO_COMPILE_ANCILLARY_CHUNKS 
> -DLODEPNG_NO_COMPILE_ERROR_TEXT -DLODEPNG_NO_COMPILE_CPP -g -O2 
> -fdebug-prefix-map=/<<PKGBUILDDIR>>=. -fstack-protector-strong -Wformat 
> -Werror=format-security -ffast-math -std=c++11 -DDISABLE_HUGIN -c 
> ../src/drumkitloader.cc -o drumgizmo_la-drumkitloader.o >/dev/null 2>&1
> libtool: compile:  g++ -DHAVE_CONFIG_H -I. -I.. -Wdate-time 
> -D_FORTIFY_SOURCE=2 -DLV2 -DLV2_PLUGIN_URI=\"http://drumgizmo.org/lv2\"; 
> -I../plugin/plugingizmo -I../src -I../include -I../hugin -DSSE -msse -msse2 
> -DX11 -I../hugin -I../plugingui -DWITH_HUG_MUTEX -DLODEPNG_NO_COMPILE_ENCODER 
> -DLODEPNG_NO_COMPILE_DISK -DLODEPNG_NO_COMPILE_ANCILLARY_CHUNKS 
> -DLODEPNG_NO_COMPILE_ERROR_TEXT -DLODEPNG_NO_COMPILE_CPP -g -O2 
> -fdebug-prefix-map=/<<PKGBUILDDIR>>=. -fstack-protector-strong -Wformat 
> -Werror=format-security -ffast-math -std=c++11 -DDISABLE_HUGIN -c 
> ../src/drumkitparser.cc -o drumgizmo_la-drumkitparser.o >/dev/null 2>&1
> libtool: compile:  g++ -DHAVE_CONFIG_H -I. -I.. -Wdate-time 
> -D_FORTIFY_SOURCE=2 -DLV2 -DLV2_PLUGIN_URI=\"http://drumgizmo.org/lv2\"; 
> -I../plugin/plugingizmo -I../src -I../include -I../hugin -DSSE -msse -msse2 
> -DX11 -I../hugin -I../plugingui -DWITH_HUG_MUTEX -DLODEPNG_NO_COMPILE_ENCODER 
> -DLODEPNG_NO_COMPILE_DISK -DLODEPNG_NO_COMPILE_ANCILLARY_CHUNKS 
> -DLODEPNG_NO_COMPILE_ERROR_TEXT -DLODEPNG_NO_COMPILE_CPP -g -O2 
> -fdebug-prefix-map=/<<PKGBUILDDIR>>=. -fstack-protector-strong -Wformat 
> -Werror=format-security -ffast-math -std=c++11 -DDISABLE_HUGIN -c 
> ../plugingui/dgwindow.cc -o drumgizmo_la-dgwindow.o >/dev/null 2>&1
> libtool: compile:  g++ -DHAVE_CONFIG_H -I. -I.. -Wdate-time 
> -D_FORTIFY_SOURCE=2 -DLV2 -DLV2_PLUGIN_URI=\"http://drumgizmo.org/lv2\"; 
> -I../plugin/plugingizmo -I../src -I../include -I../hugin -DSSE -msse -msse2 
> -DX11 -I../hugin -I../plugingui -DWITH_HUG_MUTEX -DLODEPNG_NO_COMPILE_ENCODER 
> -DLODEPNG_NO_COMPILE_DISK -DLODEPNG_NO_COMPILE_ANCILLARY_CHUNKS 
> -DLODEPNG_NO_COMPILE_ERROR_TEXT -DLODEPNG_NO_COMPILE_CPP -g -O2 
> -fdebug-prefix-map=/<<PKGBUILDDIR>>=. -fstack-protector-strong -Wformat 
> -Werror=format-security -ffast-math -std=c++11 -DDISABLE_HUGIN -c 
> drumgizmo_plugin.cc -o drumgizmo_la-drumgizmo_plugin.o >/dev/null 2>&1
> libtool: compile:  g++ -DHAVE_CONFIG_H -I. -I.. -Wdate-time 
> -D_FORTIFY_SOURCE=2 -DLV2 -DLV2_PLUGIN_URI=\"http://drumgizmo.org/lv2\"; 
> -I../plugin/plugingizmo -I../src -I../include -I../hugin -DSSE -msse -msse2 
> -DX11 -I../hugin -I../plugingui -DWITH_HUG_MUTEX -DLODEPNG_NO_COMPILE_ENCODER 
> -DLODEPNG_NO_COMPILE_DISK -DLODEPNG_NO_COMPILE_ANCILLARY_CHUNKS 
> -DLODEPNG_NO_COMPILE_ERROR_TEXT -DLODEPNG_NO_COMPILE_CPP -g -O2 
> -fdebug-prefix-map=/<<PKGBUILDDIR>>=. -fstack-protector-strong -Wformat 
> -Werror=format-security -ffast-math -std=c++11 -DDISABLE_HUGIN -c 
> ../plugingui/plugingui.cc -o drumgizmo_la-plugingui.o >/dev/null 2>&1
> make[4]: Leaving directory '/<<PKGBUILDDIR>>/plugin'
> Makefile:2262: recipe for target 'all-recursive' failed
> make[3]: *** [all-recursive] Error 1
> make[3]: Leaving directory '/<<PKGBUILDDIR>>/plugin'
> Makefile:445: recipe for target 'all-recursive' failed
> make[2]: *** [all-recursive] Error 1
> make[2]: Leaving directory '/<<PKGBUILDDIR>>'
> Makefile:377: recipe for target 'all' failed
> make[1]: *** [all] Error 2
> make[1]: Leaving directory '/<<PKGBUILDDIR>>'
> dh_auto_build: make -j64 returned exit code 2
> debian/rules:21: recipe for target 'build' failed
> make: *** [build] Error 2
> dpkg-buildpackage: error: debian/rules build gave error exit status 2

drumgizmo 0.9.14-1 builds fine with GCC 7. Closing this bug.

Cheers
-- 
Sebastian Ramacher

Attachment: signature.asc
Description: PGP signature


--- End Message ---

Reply via email to