[Date Prev][Date Next] [Thread Prev][Thread Next] [Date Index] [Thread Index]

Bug#1037628: drumgizmo: ftbfs with GCC-13



Package: src:drumgizmo
Version: 0.9.20-1
Severity: normal
Tags: sid trixie
User: debian-gcc@lists.debian.org
Usertags: ftbfs-gcc-13

[This bug is targeted to the upcoming trixie 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-13/g++-13, but succeeds to build with gcc-12/g++-12. The
severity of this report will be raised before the trixie release.

The full build log can be found at:
http://qa-logs.debian.net/2023/05/22/logs/drumgizmo_0.9.20-1_unstable_gccexp.log
The last lines of the build log are at the end of this report.

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

[...]
libtool: link: g++ -DUI_X11 -I.. -I../src -I../hugin -g -O2 -ffile-prefix-map=/<<PKGBUILDDIR>>=. -fstack-protector-strong -Wformat -Werror=format-security -ffast-math -std=c++11 -DDISABLE_HUGIN -Wl,-z -Wl,relro -Wl,-z -Wl,now -o plugingui plugingui-testmain.o plugingui-hugin.o  ./.libs/libplugingui.a -lX11 -lXext ../src/.libs/libdg.a -lsndfile -lpthread ../src/.libs/libnls.a -latomic -lrt
make[5]: Leaving directory '/<<PKGBUILDDIR>>/plugingui'
make[4]: Leaving directory '/<<PKGBUILDDIR>>/plugingui'
make[3]: Leaving directory '/<<PKGBUILDDIR>>/plugingui'
Making all in plugin
make[3]: Entering directory '/<<PKGBUILDDIR>>/plugin'
Making all in vst
make[4]: Entering directory '/<<PKGBUILDDIR>>/plugin/vst'
make[4]: Nothing to be done for 'all'.
make[4]: Leaving directory '/<<PKGBUILDDIR>>/plugin/vst'
make[4]: Entering directory '/<<PKGBUILDDIR>>/plugin'
g++ -DHAVE_CONFIG_H -I. -I..    -I../plugin/plugingizmo -Wdate-time -D_FORTIFY_SOURCE=2  -g -O2 -ffile-prefix-map=/<<PKGBUILDDIR>>=. -fstack-protector-strong -Wformat -Werror=format-security -ffast-math -std=c++11 -DDISABLE_HUGIN -c -o ttlgen-ttlgen.o `test -f '../plugin/plugingizmo/ttlgen.cc' || echo './'`../plugin/plugingizmo/ttlgen.cc
/bin/bash ../libtool  --tag=CC   --mode=compile gcc -DHAVE_CONFIG_H -I. -I..   -Wdate-time -D_FORTIFY_SOURCE=2 -fvisibility=hidden -g -O2 -ffile-prefix-map=/<<PKGBUILDDIR>>=. -fstack-protector-strong -Wformat -Werror=format-security -ffast-math -c -o drumgizmo_la-hugin.lo `test -f '../hugin/hugin.c' || echo './'`../hugin/hugin.c
/bin/bash ../libtool  --tag=CXX   --mode=compile g++ -DHAVE_CONFIG_H -I. -I..   -Wdate-time -D_FORTIFY_SOURCE=2 -DLV2 -DLV2_PLUGIN_URI=\"http://drumgizmo.org/lv2\";  -fvisibility=hidden -I../zita-resampler/libs  -I/usr/include/opus -I/usr/include/x86_64-linux-gnu  -I../plugin/plugingizmo -I../ -I../plugingui -I../src -I../hugin -g -O2 -ffile-prefix-map=/<<PKGBUILDDIR>>=. -fstack-protector-strong -Wformat -Werror=format-security -ffast-math -std=c++11 -DDISABLE_HUGIN -c -o drumgizmo_la-midievent.lo `test -f '../plugin/plugingizmo/midievent.cc' || echo './'`../plugin/plugingizmo/midievent.cc
/bin/bash ../libtool  --tag=CXX   --mode=compile g++ -DHAVE_CONFIG_H -I. -I..   -Wdate-time -D_FORTIFY_SOURCE=2 -DLV2 -DLV2_PLUGIN_URI=\"http://drumgizmo.org/lv2\";  -fvisibility=hidden -I../zita-resampler/libs  -I/usr/include/opus -I/usr/include/x86_64-linux-gnu  -I../plugin/plugingizmo -I../ -I../plugingui -I../src -I../hugin -g -O2 -ffile-prefix-map=/<<PKGBUILDDIR>>=. -fstack-protector-strong -Wformat -Werror=format-security -ffast-math -std=c++11 -DDISABLE_HUGIN -c -o drumgizmo_la-pluginlv2.lo `test -f '../plugin/plugingizmo/pluginlv2.cc' || echo './'`../plugin/plugingizmo/pluginlv2.cc
/bin/bash ../libtool  --tag=CXX   --mode=compile g++ -DHAVE_CONFIG_H -I. -I..   -Wdate-time -D_FORTIFY_SOURCE=2 -DLV2 -DLV2_PLUGIN_URI=\"http://drumgizmo.org/lv2\";  -fvisibility=hidden -I../zita-resampler/libs  -I/usr/include/opus -I/usr/include/x86_64-linux-gnu  -I../plugin/plugingizmo -I../ -I../plugingui -I../src -I../hugin -g -O2 -ffile-prefix-map=/<<PKGBUILDDIR>>=. -fstack-protector-strong -Wformat -Werror=format-security -ffast-math -std=c++11 -DDISABLE_HUGIN -c -o drumgizmo_la-drumgizmo_plugin.lo `test -f 'drumgizmo_plugin.cc' || echo './'`drumgizmo_plugin.cc
libtool: compile:  gcc -DHAVE_CONFIG_H -I. -I.. -Wdate-time -D_FORTIFY_SOURCE=2 -fvisibility=hidden -g -O2 -ffile-prefix-map=/<<PKGBUILDDIR>>=. -fstack-protector-strong -Wformat -Werror=format-security -ffast-math -c ../hugin/hugin.c  -fPIC -DPIC -o .libs/drumgizmo_la-hugin.o
libtool: compile:  g++ -DHAVE_CONFIG_H -I. -I.. -Wdate-time -D_FORTIFY_SOURCE=2 -DLV2 -DLV2_PLUGIN_URI=\"http://drumgizmo.org/lv2\"; -fvisibility=hidden -I../zita-resampler/libs -I/usr/include/opus -I/usr/include/x86_64-linux-gnu -I../plugin/plugingizmo -I../ -I../plugingui -I../src -I../hugin -g -O2 -ffile-prefix-map=/<<PKGBUILDDIR>>=. -fstack-protector-strong -Wformat -Werror=format-security -ffast-math -std=c++11 -DDISABLE_HUGIN -c ../plugin/plugingizmo/midievent.cc  -fPIC -DPIC -o .libs/drumgizmo_la-midievent.o
libtool: compile:  g++ -DHAVE_CONFIG_H -I. -I.. -Wdate-time -D_FORTIFY_SOURCE=2 -DLV2 -DLV2_PLUGIN_URI=\"http://drumgizmo.org/lv2\"; -fvisibility=hidden -I../zita-resampler/libs -I/usr/include/opus -I/usr/include/x86_64-linux-gnu -I../plugin/plugingizmo -I../ -I../plugingui -I../src -I../hugin -g -O2 -ffile-prefix-map=/<<PKGBUILDDIR>>=. -fstack-protector-strong -Wformat -Werror=format-security -ffast-math -std=c++11 -DDISABLE_HUGIN -c drumgizmo_plugin.cc  -fPIC -DPIC -o .libs/drumgizmo_la-drumgizmo_plugin.o
libtool: compile:  g++ -DHAVE_CONFIG_H -I. -I.. -Wdate-time -D_FORTIFY_SOURCE=2 -DLV2 -DLV2_PLUGIN_URI=\"http://drumgizmo.org/lv2\"; -fvisibility=hidden -I../zita-resampler/libs -I/usr/include/opus -I/usr/include/x86_64-linux-gnu -I../plugin/plugingizmo -I../ -I../plugingui -I../src -I../hugin -g -O2 -ffile-prefix-map=/<<PKGBUILDDIR>>=. -fstack-protector-strong -Wformat -Werror=format-security -ffast-math -std=c++11 -DDISABLE_HUGIN -c ../plugin/plugingizmo/pluginlv2.cc  -fPIC -DPIC -o .libs/drumgizmo_la-pluginlv2.o
libtool: compile:  gcc -DHAVE_CONFIG_H -I. -I.. -Wdate-time -D_FORTIFY_SOURCE=2 -fvisibility=hidden -g -O2 -ffile-prefix-map=/<<PKGBUILDDIR>>=. -fstack-protector-strong -Wformat -Werror=format-security -ffast-math -c ../hugin/hugin.c -o drumgizmo_la-hugin.o >/dev/null 2>&1
In file included from ../plugin/plugingizmo/pluginlv2.h:29,
                 from ../plugin/plugingizmo/pluginlv2.cc:27:
../plugin/plugingizmo/plugin.h:167:22: error: ‘uint8_t’ in namespace ‘std’ does not name a type; did you mean ‘wint_t’?
  167 |                 std::uint8_t* data{nullptr}; //< Allocated (or reused) RGBA buffer, filled by the plugin.
      |                      ^~~~~~~
      |                      wint_t
libtool: compile:  g++ -DHAVE_CONFIG_H -I. -I.. -Wdate-time -D_FORTIFY_SOURCE=2 -DLV2 -DLV2_PLUGIN_URI=\"http://drumgizmo.org/lv2\"; -fvisibility=hidden -I../zita-resampler/libs -I/usr/include/opus -I/usr/include/x86_64-linux-gnu -I../plugin/plugingizmo -I../ -I../plugingui -I../src -I../hugin -g -O2 -ffile-prefix-map=/<<PKGBUILDDIR>>=. -fstack-protector-strong -Wformat -Werror=format-security -ffast-math -std=c++11 -DDISABLE_HUGIN -c ../plugin/plugingizmo/midievent.cc -o drumgizmo_la-midievent.o >/dev/null 2>&1
../plugin/plugingizmo/pluginlv2.cc: In static member function ‘static LV2_Inline_Display_Image_Surface* PluginLV2::inlineRender(LV2_Handle, uint32_t, uint32_t)’:
../plugin/plugingizmo/pluginlv2.cc:492:57: error: ‘struct Plugin::InlineDrawContext’ has no member named ‘data’
  492 |         plugin_lv2->surf.data = plugin_lv2->drawContext.data;
      |                                                         ^~~~
In file included from ../plugin/plugingizmo/pluginlv2.h:29,
                 from ../plugin/plugingizmo/ttlgen.cc:31:
../plugin/plugingizmo/plugin.h:167:22: error: ‘uint8_t’ in namespace ‘std’ does not name a type; did you mean ‘wint_t’?
  167 |                 std::uint8_t* data{nullptr}; //< Allocated (or reused) RGBA buffer, filled by the plugin.
      |                      ^~~~~~~
      |                      wint_t
make[4]: *** [Makefile:789: drumgizmo_la-pluginlv2.lo] Error 1
make[4]: *** Waiting for unfinished jobs....
In file included from ../plugin/plugingizmo/pluginlv2.h:29,
                 from drumgizmo_plugin.h:34,
                 from drumgizmo_plugin.cc:27:
../plugin/plugingizmo/plugin.h:167:22: error: ‘uint8_t’ in namespace ‘std’ does not name a type; did you mean ‘wint_t’?
  167 |                 std::uint8_t* data{nullptr}; //< Allocated (or reused) RGBA buffer, filled by the plugin.
      |                      ^~~~~~~
      |                      wint_t
make[4]: *** [Makefile:824: ttlgen-ttlgen.o] Error 1
drumgizmo_plugin.cc: In constructor ‘InlinePixelBufferAlpha::InlinePixelBufferAlpha(Plugin::InlineDrawContext&)’:
drumgizmo_plugin.cc:184:31: error: ‘struct Plugin::InlineDrawContext’ has no member named ‘data’
  184 |                 buf = context.data;
      |                               ^~~~
drumgizmo_plugin.cc: In member function ‘virtual void DrumGizmoPlugin::onInlineRedraw(std::size_t, std::size_t, Plugin::InlineDrawContext&)’:
drumgizmo_plugin.cc:243:22: error: ‘struct Plugin::InlineDrawContext’ has no member named ‘data’
  243 |             !context.data || context.width != width || context.height != height;
      |                      ^~~~
drumgizmo_plugin.cc:258:25: error: ‘struct Plugin::InlineDrawContext’ has no member named ‘data’
  258 |                 context.data = (unsigned char*)inlineDisplayBuffer;
      |                         ^~~~
make[4]: *** [Makefile:796: drumgizmo_la-drumgizmo_plugin.lo] Error 1
make[4]: Leaving directory '/<<PKGBUILDDIR>>/plugin'
make[3]: *** [Makefile:888: all-recursive] Error 1
make[3]: Leaving directory '/<<PKGBUILDDIR>>/plugin'
make[2]: *** [Makefile:473: all-recursive] Error 1
make[2]: Leaving directory '/<<PKGBUILDDIR>>'
make[1]: *** [Makefile:405: all] Error 2
make[1]: Leaving directory '/<<PKGBUILDDIR>>'
dh_auto_build: error: make -j8 returned exit code 2
make: *** [debian/rules:21: binary] Error 25
dpkg-buildpackage: error: debian/rules binary subprocess returned exit status 2


Reply to: