Your message dated Fri, 04 Aug 2023 11:20:12 +0000
with message-id <e1qrsqq-00gjqp...@fasolo.debian.org>
and subject line Bug#1037685: fixed in guitarix 0.44.1+dfsg1-3
has caused the Debian Bug report #1037685,
regarding guitarix: ftbfs with GCC-13
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.)


-- 
1037685: https://bugs.debian.org/cgi-bin/bugreport.cgi?bug=1037685
Debian Bug Tracking System
Contact ow...@bugs.debian.org with problems
--- Begin Message ---
Package: src:guitarix
Version: 0.44.1+dfsg1-2
Severity: normal
Tags: sid trixie
User: debian-...@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/guitarix_0.44.1+dfsg1-2_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

[...]
../src/LV2/DSP/gx_common.h:36:1: note: ‘uint32_t’ is defined in header 
‘<cstdint>’; did you forget to ‘#include <cstdint>’?
   35 | #include <immintrin.h>
  +++ |+#include <cstdint>
   36 | #ifndef _IMMINTRIN_H_INCLUDED
../src/LV2/DSP/gx_common.h:69:5: error: ‘uint32_t’ does not name a type
   69 |     uint32_t  mxcsr;
      |     ^~~~~~~~
../src/LV2/DSP/gx_common.h:69:5: note: ‘uint32_t’ is defined in header 
‘<cstdint>’; did you forget to ‘#include <cstdint>’?
../src/LV2/DSP/gx_common.h:70:5: error: ‘uint32_t’ does not name a type
   70 |     uint32_t  old_mxcsr;
      |     ^~~~~~~~
../src/LV2/DSP/gx_common.h:70:5: note: ‘uint32_t’ is defined in header 
‘<cstdint>’; did you forget to ‘#include <cstdint>’?
../src/LV2/DSP/gx_common.h: In member function ‘void 
DenormalProtection::set_()’:
../src/LV2/DSP/gx_common.h:76:9: error: ‘old_mxcsr’ was not declared in this 
scope
   76 |         old_mxcsr = _mm_getcsr();
      |         ^~~~~~~~~
../src/LV2/DSP/gx_common.h:77:9: error: ‘mxcsr’ was not declared in this scope
   77 |         mxcsr = old_mxcsr;
      |         ^~~~~
../src/LV2/DSP/gx_common.h:78:78: error: ‘mxcsr_mask’ was not declared in this 
scope
   78 |         _mm_setcsr((mxcsr | _MM_DENORMALS_ZERO_MASK | 
_MM_FLUSH_ZERO_MASK) & mxcsr_mask);
      |                                                                         
     ^~~~~~~~~~
../src/LV2/DSP/gx_common.h: In member function ‘void 
DenormalProtection::reset_()’:
../src/LV2/DSP/gx_common.h:83:20: error: ‘old_mxcsr’ was not declared in this 
scope
   83 |         _mm_setcsr(old_mxcsr);
      |                    ^~~~~~~~~
../src/LV2/DSP/gx_common.h: In constructor 
‘DenormalProtection::DenormalProtection()’:
../src/LV2/DSP/gx_common.h:89:9: error: ‘mxcsr_mask’ was not declared in this 
scope
   89 |         mxcsr_mask = 0xffbf; // Default MXCSR mask
      |         ^~~~~~~~~~
../src/LV2/DSP/gx_common.h:90:9: error: ‘mxcsr’ was not declared in this scope
   90 |         mxcsr      = 0;
      |         ^~~~~
../src/LV2/DSP/gx_common.h:91:9: error: ‘uint8_t’ was not declared in this scope
   91 |         uint8_t fxsave[512] __attribute__ ((aligned (16))); // 
Structure for storing FPU state with FXSAVE command
      |         ^~~~~~~
../src/LV2/DSP/gx_common.h:91:9: note: ‘uint8_t’ is defined in header 
‘<cstdint>’; did you forget to ‘#include <cstdint>’?
../src/LV2/DSP/gx_common.h:93:16: error: ‘fxsave’ was not declared in this 
scope; did you mean ‘_xsave’?
   93 |         memset(fxsave, 0, sizeof(fxsave));
      |                ^~~~~~
      |                _xsave
../src/LV2/DSP/gx_common.h:95:9: error: ‘uint32_t’ was not declared in this 
scope
   95 |         uint32_t mask = *(reinterpret_cast<uint32_t *>(&fxsave[0x1c])); 
// Obtain the MXCSR mask from FXSAVE structure
      |         ^~~~~~~~
../src/LV2/DSP/gx_common.h:95:9: note: ‘uint32_t’ is defined in header 
‘<cstdint>’; did you forget to ‘#include <cstdint>’?
../src/LV2/DSP/gx_common.h:96:13: error: ‘mask’ was not declared in this scope
   96 |         if (mask != 0)
      |             ^~~~

Waf: Leaving directory `/<<PKGBUILDDIR>>/build'
Build failed
 -> task in 'gx_amp' failed with exit status 1: 
        {task 140143352578912: cxx gx_tonestack.cc -> gx_tonestack.cc.1.o}
['/usr/bin/g++', '-g', '-O2', '-ffile-prefix-map=/<<PKGBUILDDIR>>=.', 
'-fstack-protector-strong', '-Wformat', '-Werror=format-security', '-g', '-O2', 
'-ffile-prefix-map=/<<PKGBUILDDIR>>=.', '-fstack-protector-strong', '-Wformat', 
'-Werror=format-security', '-Wdate-time', '-D_FORTIFY_SOURCE=2', '-O3', 
'-DNDEBUG', '-D_FILE_OFFSET_BITS=64', '-std=c++11', '-fvisibility=hidden', 
'-fno-lto', '-Wl,-z,noexecstack', '-Wl,-z,relro,-z,now', 
'-Wl,--exclude-libs,ALL', '-fvisibility=hidden', '-Wl,-z,relro,-z,now', 
'-Wl,--exclude-libs,ALL', '-fPIC', '-Isrc/LV2/faust', '-I../src/LV2/faust', 
'-Isrc/LV2/gx_amp.lv2', '-I../src/LV2/gx_amp.lv2', '-Isrc/LV2/DSP', 
'-I../src/LV2/DSP', '-Isrc/LV2/DSP/tube_tables', 
'-I../src/LV2/DSP/tube_tables', '-DIS_LINUX="linux"', 
'-DLOCALEDIR="/usr/share/locale"', '-DGETTEXT_PACKAGE="guitarix"', 
'-DENABLE_NLS=1', '-DHAVE_SNDFILE=1', '-DHAVE_FFTW3_H=1', '-DHAVE_FFTW3=1', 
'-DHAVE_JACK=1', '-DHAVE_GMODULE_EXPORT=1', '-DHAVE_CURL=1', 
'-DHAVE_GTHREAD=1', '-DHAVE_GLIBMM=1', '-
 DHAVE_GTK2=1', '-DHAVE_GTKMM=1', '-DHAVE_GIOMM=1', '-DHAVE_LADSPA_H=1', 
'-DHAVE_LRDF=1', '-DHAVE_LILV=1', '-DZITA_CONVOLVER=1', 
'-DZITA_CONVOLVER_VERSION=4', '-DZITA_RESAMPLER=1', 
'-DGX_STYLE_DIR="/usr/share/gx_head/skins"', 
'-DGX_FACTORY_DIR="/usr/share/gx_head/factorysettings"', 
'-DGX_SOUND_DIR="/usr/share/gx_head/sounds"', 
'-DGX_SOUND_BPB_DIR="/usr/share/gx_head/sounds/bands"', 
'-DGX_SOUND_BPA_DIR="/usr/share/gx_head/sounds/amps"', 
'-DGX_BUILDER_DIR="/usr/share/gx_head/builder"', 
'-DGX_ICON_DIR="/usr/share/guitarix/icons"', 
'-DGX_PIXMAPS_DIR="/usr/share/pixmaps"', 
'-DGX_METAINFO_DIR="/usr/share/metainfo"', '-DGX_VERSION="0.44.1"', 
'-DOS_64_BIT=1', '-DHAVE_SIGC=1', '-DHAVE_LV2CORE=1', 
'-DGX_LV2_STYLE_DIR="/usr/share/gx_head/skins/LV2"', '-DHAVE_AVAHI_GOBJECT=1', 
'-DHAVE_AVAHI_GLIB=1', '-DHAVE_AVAHI_CLIENT=1', '-DHAVE_AVAHI=1', 
'-DHAVE_BLUEZ=1', '-DHAVE_EIGEN3=1', '-DHAVE_CAIRO=1', '-DHAVE_X11_XLIB_H=1', 
'-DLV2_SO', '../src/LV2/gx_amp.lv2/gx_tonestack.cc', '-c', '-o/<<PKGBUILDDIR>>
 /build/src/LV2/gx_amp.lv2/gx_tonestack.cc.1.o', '-Wdate-time', 
'-D_FORTIFY_SOURCE=2']
 -> task in 'gx_amp_stereo' failed with exit status 1: 
        {task 140143352587760: cxx gx_tonestack_stereo.cc -> 
gx_tonestack_stereo.cc.1.o}
['/usr/bin/g++', '-g', '-O2', '-ffile-prefix-map=/<<PKGBUILDDIR>>=.', 
'-fstack-protector-strong', '-Wformat', '-Werror=format-security', '-g', '-O2', 
'-ffile-prefix-map=/<<PKGBUILDDIR>>=.', '-fstack-protector-strong', '-Wformat', 
'-Werror=format-security', '-Wdate-time', '-D_FORTIFY_SOURCE=2', '-O3', 
'-DNDEBUG', '-D_FILE_OFFSET_BITS=64', '-std=c++11', '-fvisibility=hidden', 
'-fno-lto', '-Wl,-z,noexecstack', '-Wl,-z,relro,-z,now', 
'-Wl,--exclude-libs,ALL', '-fvisibility=hidden', '-Wl,-z,relro,-z,now', 
'-Wl,--exclude-libs,ALL', '-fPIC', '-Isrc/LV2/faust', '-I../src/LV2/faust', 
'-Isrc/LV2/gx_amp_stereo.lv2', '-I../src/LV2/gx_amp_stereo.lv2', 
'-Isrc/LV2/DSP', '-I../src/LV2/DSP', '-Isrc/LV2/DSP/tube_tables', 
'-I../src/LV2/DSP/tube_tables', '-DIS_LINUX="linux"', 
'-DLOCALEDIR="/usr/share/locale"', '-DGETTEXT_PACKAGE="guitarix"', 
'-DENABLE_NLS=1', '-DHAVE_SNDFILE=1', '-DHAVE_FFTW3_H=1', '-DHAVE_FFTW3=1', 
'-DHAVE_JACK=1', '-DHAVE_GMODULE_EXPORT=1', '-DHAVE_CURL=1', 
'-DHAVE_GTHREAD=1', '-DHAVE
 _GLIBMM=1', '-DHAVE_GTK2=1', '-DHAVE_GTKMM=1', '-DHAVE_GIOMM=1', 
'-DHAVE_LADSPA_H=1', '-DHAVE_LRDF=1', '-DHAVE_LILV=1', '-DZITA_CONVOLVER=1', 
'-DZITA_CONVOLVER_VERSION=4', '-DZITA_RESAMPLER=1', 
'-DGX_STYLE_DIR="/usr/share/gx_head/skins"', 
'-DGX_FACTORY_DIR="/usr/share/gx_head/factorysettings"', 
'-DGX_SOUND_DIR="/usr/share/gx_head/sounds"', 
'-DGX_SOUND_BPB_DIR="/usr/share/gx_head/sounds/bands"', 
'-DGX_SOUND_BPA_DIR="/usr/share/gx_head/sounds/amps"', 
'-DGX_BUILDER_DIR="/usr/share/gx_head/builder"', 
'-DGX_ICON_DIR="/usr/share/guitarix/icons"', 
'-DGX_PIXMAPS_DIR="/usr/share/pixmaps"', 
'-DGX_METAINFO_DIR="/usr/share/metainfo"', '-DGX_VERSION="0.44.1"', 
'-DOS_64_BIT=1', '-DHAVE_SIGC=1', '-DHAVE_LV2CORE=1', 
'-DGX_LV2_STYLE_DIR="/usr/share/gx_head/skins/LV2"', '-DHAVE_AVAHI_GOBJECT=1', 
'-DHAVE_AVAHI_GLIB=1', '-DHAVE_AVAHI_CLIENT=1', '-DHAVE_AVAHI=1', 
'-DHAVE_BLUEZ=1', '-DHAVE_EIGEN3=1', '-DHAVE_CAIRO=1', '-DHAVE_X11_XLIB_H=1', 
'-DLV2_SO', '../src/LV2/gx_amp_stereo.lv2/gx_tonestack_stereo.cc
 ', '-c', 
'-o/<<PKGBUILDDIR>>/build/src/LV2/gx_amp_stereo.lv2/gx_tonestack_stereo.cc.1.o',
 '-Wdate-time', '-D_FORTIFY_SOURCE=2']
 -> task in 'gxautowah' failed with exit status 1: 
        {task 140143352588656: cxx gxautowah.cpp -> gxautowah.cpp.1.o}
['/usr/bin/g++', '-g', '-O2', '-ffile-prefix-map=/<<PKGBUILDDIR>>=.', 
'-fstack-protector-strong', '-Wformat', '-Werror=format-security', '-g', '-O2', 
'-ffile-prefix-map=/<<PKGBUILDDIR>>=.', '-fstack-protector-strong', '-Wformat', 
'-Werror=format-security', '-Wdate-time', '-D_FORTIFY_SOURCE=2', '-O3', 
'-DNDEBUG', '-D_FILE_OFFSET_BITS=64', '-std=c++11', '-fvisibility=hidden', 
'-Wl,-z,noexecstack', '-Wl,-z,relro,-z,now', '-Wl,--exclude-libs,ALL', 
'-fvisibility=hidden', '-Wl,-z,relro,-z,now', '-Wl,--exclude-libs,ALL', 
'-fPIC', '-Isrc/LV2/gxautowah.lv2', '-I../src/LV2/gxautowah.lv2', 
'-Isrc/LV2/DSP', '-I../src/LV2/DSP', '-DIS_LINUX="linux"', 
'-DLOCALEDIR="/usr/share/locale"', '-DGETTEXT_PACKAGE="guitarix"', 
'-DENABLE_NLS=1', '-DHAVE_SNDFILE=1', '-DHAVE_FFTW3_H=1', '-DHAVE_FFTW3=1', 
'-DHAVE_JACK=1', '-DHAVE_GMODULE_EXPORT=1', '-DHAVE_CURL=1', 
'-DHAVE_GTHREAD=1', '-DHAVE_GLIBMM=1', '-DHAVE_GTK2=1', '-DHAVE_GTKMM=1', 
'-DHAVE_GIOMM=1', '-DHAVE_LADSPA_H=1', '-DHAVE_LRDF=1', '-DHAVE_LILV=1', '-
 DZITA_CONVOLVER=1', '-DZITA_CONVOLVER_VERSION=4', '-DZITA_RESAMPLER=1', 
'-DGX_STYLE_DIR="/usr/share/gx_head/skins"', 
'-DGX_FACTORY_DIR="/usr/share/gx_head/factorysettings"', 
'-DGX_SOUND_DIR="/usr/share/gx_head/sounds"', 
'-DGX_SOUND_BPB_DIR="/usr/share/gx_head/sounds/bands"', 
'-DGX_SOUND_BPA_DIR="/usr/share/gx_head/sounds/amps"', 
'-DGX_BUILDER_DIR="/usr/share/gx_head/builder"', 
'-DGX_ICON_DIR="/usr/share/guitarix/icons"', 
'-DGX_PIXMAPS_DIR="/usr/share/pixmaps"', 
'-DGX_METAINFO_DIR="/usr/share/metainfo"', '-DGX_VERSION="0.44.1"', 
'-DOS_64_BIT=1', '-DHAVE_SIGC=1', '-DHAVE_LV2CORE=1', 
'-DGX_LV2_STYLE_DIR="/usr/share/gx_head/skins/LV2"', '-DHAVE_AVAHI_GOBJECT=1', 
'-DHAVE_AVAHI_GLIB=1', '-DHAVE_AVAHI_CLIENT=1', '-DHAVE_AVAHI=1', 
'-DHAVE_BLUEZ=1', '-DHAVE_EIGEN3=1', '-DHAVE_CAIRO=1', '-DHAVE_X11_XLIB_H=1', 
'-DLV2_SO', '../src/LV2/gxautowah.lv2/gxautowah.cpp', '-c', 
'-o/<<PKGBUILDDIR>>/build/src/LV2/gxautowah.lv2/gxautowah.cpp.1.o', 
'-Wdate-time', '-D_FORTIFY_SOURCE=2']
 -> task in 'gx_amp' failed with exit status 1: 
        {task 140143352586752: cxx gx_amp.cc -> gx_amp.cc.1.o}
['/usr/bin/g++', '-g', '-O2', '-ffile-prefix-map=/<<PKGBUILDDIR>>=.', 
'-fstack-protector-strong', '-Wformat', '-Werror=format-security', '-g', '-O2', 
'-ffile-prefix-map=/<<PKGBUILDDIR>>=.', '-fstack-protector-strong', '-Wformat', 
'-Werror=format-security', '-Wdate-time', '-D_FORTIFY_SOURCE=2', '-O3', 
'-DNDEBUG', '-D_FILE_OFFSET_BITS=64', '-std=c++11', '-fvisibility=hidden', 
'-fno-lto', '-Wl,-z,noexecstack', '-Wl,-z,relro,-z,now', 
'-Wl,--exclude-libs,ALL', '-fvisibility=hidden', '-Wl,-z,relro,-z,now', 
'-Wl,--exclude-libs,ALL', '-fPIC', '-Isrc/LV2/faust', '-I../src/LV2/faust', 
'-Isrc/LV2/gx_amp.lv2', '-I../src/LV2/gx_amp.lv2', '-Isrc/LV2/DSP', 
'-I../src/LV2/DSP', '-Isrc/LV2/DSP/tube_tables', 
'-I../src/LV2/DSP/tube_tables', '-DIS_LINUX="linux"', 
'-DLOCALEDIR="/usr/share/locale"', '-DGETTEXT_PACKAGE="guitarix"', 
'-DENABLE_NLS=1', '-DHAVE_SNDFILE=1', '-DHAVE_FFTW3_H=1', '-DHAVE_FFTW3=1', 
'-DHAVE_JACK=1', '-DHAVE_GMODULE_EXPORT=1', '-DHAVE_CURL=1', 
'-DHAVE_GTHREAD=1', '-DHAVE_GLIBMM=1', '-
 DHAVE_GTK2=1', '-DHAVE_GTKMM=1', '-DHAVE_GIOMM=1', '-DHAVE_LADSPA_H=1', 
'-DHAVE_LRDF=1', '-DHAVE_LILV=1', '-DZITA_CONVOLVER=1', 
'-DZITA_CONVOLVER_VERSION=4', '-DZITA_RESAMPLER=1', 
'-DGX_STYLE_DIR="/usr/share/gx_head/skins"', 
'-DGX_FACTORY_DIR="/usr/share/gx_head/factorysettings"', 
'-DGX_SOUND_DIR="/usr/share/gx_head/sounds"', 
'-DGX_SOUND_BPB_DIR="/usr/share/gx_head/sounds/bands"', 
'-DGX_SOUND_BPA_DIR="/usr/share/gx_head/sounds/amps"', 
'-DGX_BUILDER_DIR="/usr/share/gx_head/builder"', 
'-DGX_ICON_DIR="/usr/share/guitarix/icons"', 
'-DGX_PIXMAPS_DIR="/usr/share/pixmaps"', 
'-DGX_METAINFO_DIR="/usr/share/metainfo"', '-DGX_VERSION="0.44.1"', 
'-DOS_64_BIT=1', '-DHAVE_SIGC=1', '-DHAVE_LV2CORE=1', 
'-DGX_LV2_STYLE_DIR="/usr/share/gx_head/skins/LV2"', '-DHAVE_AVAHI_GOBJECT=1', 
'-DHAVE_AVAHI_GLIB=1', '-DHAVE_AVAHI_CLIENT=1', '-DHAVE_AVAHI=1', 
'-DHAVE_BLUEZ=1', '-DHAVE_EIGEN3=1', '-DHAVE_CAIRO=1', '-DHAVE_X11_XLIB_H=1', 
'-DLV2_SO', '../src/LV2/gx_amp.lv2/gx_amp.cc', '-c', '-o/<<PKGBUILDDIR>>/build
 /src/LV2/gx_amp.lv2/gx_amp.cc.1.o', '-Wdate-time', '-D_FORTIFY_SOURCE=2']
 -> task in 'gx_amp_stereo' failed with exit status 1: 
        {task 140143352587872: cxx gx_amp_stereo.cc -> gx_amp_stereo.cc.1.o}
['/usr/bin/g++', '-g', '-O2', '-ffile-prefix-map=/<<PKGBUILDDIR>>=.', 
'-fstack-protector-strong', '-Wformat', '-Werror=format-security', '-g', '-O2', 
'-ffile-prefix-map=/<<PKGBUILDDIR>>=.', '-fstack-protector-strong', '-Wformat', 
'-Werror=format-security', '-Wdate-time', '-D_FORTIFY_SOURCE=2', '-O3', 
'-DNDEBUG', '-D_FILE_OFFSET_BITS=64', '-std=c++11', '-fvisibility=hidden', 
'-fno-lto', '-Wl,-z,noexecstack', '-Wl,-z,relro,-z,now', 
'-Wl,--exclude-libs,ALL', '-fvisibility=hidden', '-Wl,-z,relro,-z,now', 
'-Wl,--exclude-libs,ALL', '-fPIC', '-Isrc/LV2/faust', '-I../src/LV2/faust', 
'-Isrc/LV2/gx_amp_stereo.lv2', '-I../src/LV2/gx_amp_stereo.lv2', 
'-Isrc/LV2/DSP', '-I../src/LV2/DSP', '-Isrc/LV2/DSP/tube_tables', 
'-I../src/LV2/DSP/tube_tables', '-DIS_LINUX="linux"', 
'-DLOCALEDIR="/usr/share/locale"', '-DGETTEXT_PACKAGE="guitarix"', 
'-DENABLE_NLS=1', '-DHAVE_SNDFILE=1', '-DHAVE_FFTW3_H=1', '-DHAVE_FFTW3=1', 
'-DHAVE_JACK=1', '-DHAVE_GMODULE_EXPORT=1', '-DHAVE_CURL=1', 
'-DHAVE_GTHREAD=1', '-DHAVE
 _GLIBMM=1', '-DHAVE_GTK2=1', '-DHAVE_GTKMM=1', '-DHAVE_GIOMM=1', 
'-DHAVE_LADSPA_H=1', '-DHAVE_LRDF=1', '-DHAVE_LILV=1', '-DZITA_CONVOLVER=1', 
'-DZITA_CONVOLVER_VERSION=4', '-DZITA_RESAMPLER=1', 
'-DGX_STYLE_DIR="/usr/share/gx_head/skins"', 
'-DGX_FACTORY_DIR="/usr/share/gx_head/factorysettings"', 
'-DGX_SOUND_DIR="/usr/share/gx_head/sounds"', 
'-DGX_SOUND_BPB_DIR="/usr/share/gx_head/sounds/bands"', 
'-DGX_SOUND_BPA_DIR="/usr/share/gx_head/sounds/amps"', 
'-DGX_BUILDER_DIR="/usr/share/gx_head/builder"', 
'-DGX_ICON_DIR="/usr/share/guitarix/icons"', 
'-DGX_PIXMAPS_DIR="/usr/share/pixmaps"', 
'-DGX_METAINFO_DIR="/usr/share/metainfo"', '-DGX_VERSION="0.44.1"', 
'-DOS_64_BIT=1', '-DHAVE_SIGC=1', '-DHAVE_LV2CORE=1', 
'-DGX_LV2_STYLE_DIR="/usr/share/gx_head/skins/LV2"', '-DHAVE_AVAHI_GOBJECT=1', 
'-DHAVE_AVAHI_GLIB=1', '-DHAVE_AVAHI_CLIENT=1', '-DHAVE_AVAHI=1', 
'-DHAVE_BLUEZ=1', '-DHAVE_EIGEN3=1', '-DHAVE_CAIRO=1', '-DHAVE_X11_XLIB_H=1', 
'-DLV2_SO', '../src/LV2/gx_amp_stereo.lv2/gx_amp_stereo.cc', '-c
 ', '-o/<<PKGBUILDDIR>>/build/src/LV2/gx_amp_stereo.lv2/gx_amp_stereo.cc.1.o', 
'-Wdate-time', '-D_FORTIFY_SOURCE=2']
make[1]: *** [debian/rules:25: override_dh_auto_build-arch] Error 1
make[1]: Leaving directory '/<<PKGBUILDDIR>>'
make: *** [debian/rules:12: binary] Error 2
dpkg-buildpackage: error: debian/rules binary subprocess returned exit status 2

--- End Message ---
--- Begin Message ---
Source: guitarix
Source-Version: 0.44.1+dfsg1-3
Done: Dennis Braun <s...@debian.org>

We believe that the bug you reported is fixed in the latest version of
guitarix, 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 1037...@bugs.debian.org,
and the maintainer will reopen the bug report if appropriate.

Debian distribution maintenance software
pp.
Dennis Braun <s...@debian.org> (supplier of updated guitarix 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: Fri, 04 Aug 2023 12:35:39 +0200
Source: guitarix
Architecture: source
Version: 0.44.1+dfsg1-3
Distribution: unstable
Urgency: medium
Maintainer: Debian Multimedia Maintainers <debian-multime...@lists.debian.org>
Changed-By: Dennis Braun <s...@debian.org>
Closes: 1037685
Changes:
 guitarix (0.44.1+dfsg1-3) unstable; urgency=medium
 .
   * Fix FTBFS with GCC13 (Closes: #1037685)
   * Fix major version detection of zita-resampler >=1.10
   * Add d/guitarix-lv2.lintian-overrides
Checksums-Sha1:
 ff2e8aa3601a7c679a947534b112d5b5c02e0287 2941 guitarix_0.44.1+dfsg1-3.dsc
 213f25997ef9c8b3f9fa5904210d391ef25656f2 13776 
guitarix_0.44.1+dfsg1-3.debian.tar.xz
 754b0a7b2c50299679442c00858e949c46674417 6872 
guitarix_0.44.1+dfsg1-3_source.buildinfo
Checksums-Sha256:
 60c9b6b5e89438e7e174713b8860aa1f78cb3b680de05159fb50171f7d6c287a 2941 
guitarix_0.44.1+dfsg1-3.dsc
 fb893300dcc901e0a396b6477958bf281f127cac75c9f343138e9e4c4ff1318d 13776 
guitarix_0.44.1+dfsg1-3.debian.tar.xz
 bf72b867da118e0c134f7418c07f1806d4692ab271dd5036ec299d2379b1d401 6872 
guitarix_0.44.1+dfsg1-3_source.buildinfo
Files:
 14d0a783c3958d4195ba93b43d3b1afc 2941 sound optional 
guitarix_0.44.1+dfsg1-3.dsc
 36dce7fede32ece0c1974d39f5e8b6cb 13776 sound optional 
guitarix_0.44.1+dfsg1-3.debian.tar.xz
 5f31069df1e513842e69872d7b0feff1 6872 sound optional 
guitarix_0.44.1+dfsg1-3_source.buildinfo

-----BEGIN PGP SIGNATURE-----

iQJDBAEBCgAtFiEEPLfDAq+1fmGoxhfdY06lXZArmDYFAmTM1KIPHHNuZEBkZWJp
YW4ub3JnAAoJEGNOpV2QK5g2elQQAJeijeV6jTwM1+ec22U1CJuJigwcpYPjlVTV
TiJQmydjvRHcQL+it2pNxf2BHNOFbJJZ4ICstWirduADRbXDHz4ObgMEe5/rBls8
90CA5pf3RuUtH+vznl+swX66slySNVUXwfL85FSVAmEIApFmC1g7hB3ts4xpDtMw
LI2d684hDSFiUGn0rsY+RVoFOT70rFGTTkPCQwvVd6S0KaUpev7dqL5Tt3jEgdtd
S+S2y3yQ+3DB75MQ+zTH5IcEhH8G/xwR0to0r781XXcOBEHSyieulfMWwwmT+iHF
JG5w+OOW3qqpgJQ1kiRjXsSM2VfEbh75QZS6QkgV1fTzOYsW6YIT/Qevm1BE+QPs
hMu+8AFKZq6Dh4Pxh7N2uEUGEyP87KG/nhtgsqt8h9LSV9mBFcQwvKbr+Wjp9FeD
ANMEEe0pxnF4/jKkKrcjfcHr28N4bN02dH4kUirtpZdP0zkoxGq311iL0VEbNAZy
a55okysPirhGXea1KSdaJHRQN2at0uVfcJtHwZDg5nD+Eeku/w33fgbXR/AqcZ0n
9Cc+BYomezcojRmtaY/PVd5NASoJF5WJW+iHHF5rKFsxSG7z4m8Jf28cA2V7wYrG
9Rh9N6NdcBwVlF2hhZBr6Rd6b2MKm507HgxAusQgZeGrd2khsuVdIrfWosjLOzZO
USvbvVJB
=E8Xu
-----END PGP SIGNATURE-----

--- End Message ---

Reply via email to