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

Bug#1096487: csound: ftbfs with GCC-15



Package: src:csound
Version: 1:6.18.1+dfsg-4
Severity: important
Tags: sid forky
User: debian-gcc@lists.debian.org
Usertags: ftbfs-gcc-15

[This bug is NOT 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-15/g++-15, but succeeds to build with gcc-14/g++-14. The
severity of this report will be raised before the forky release.

The full build log can be found at:
http://qa-logs.debian.net/2025/02/16/amd64exp/csound_6.18.1+dfsg-4_unstable_gccexp.log.gz
The last lines of the build log are at the end of this report.

To build with GCC 15, either set CC=gcc-15 CXX=g++-15 explicitly,
or install the gcc, g++, gfortran, ... packages from experimental.

  apt-get -t=experimental install g++ 

GCC 15 now defaults to the C23/C++23 standards, exposing many FTBFS.
Other 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-15/porting_to.html

[...]


-- Build files have been written to: /build/reproducible-path/csound-6.18.1+dfsg/obj-x86_64-linux-gnu
make[1]: Leaving directory '/build/reproducible-path/csound-6.18.1+dfsg'
   debian/rules execute_before_dh_auto_build
make[1]: Entering directory '/build/reproducible-path/csound-6.18.1+dfsg'
blhc: ignore-line-regexp: ^C\+\+ analysis\.\.\.$
make[1]: Leaving directory '/build/reproducible-path/csound-6.18.1+dfsg'
   dh_auto_build -O--buildsystem=cmake\+ninja -O--builddirectory=obj-x86_64-linux-gnu
	cd obj-x86_64-linux-gnu && LC_ALL=C.UTF-8 ninja -j8 -v
[1/697] cd /build/reproducible-path/csound-6.18.1+dfsg/Frontends && /usr/bin/flex -o/build/reproducible-path/csound-6.18.1+dfsg/obj-x86_64-linux-gnu/Frontends/beatslex.yy.c beats/beats.l
[2/697] cd /build/reproducible-path/csound-6.18.1+dfsg/obj-x86_64-linux-gnu && /usr/bin/flex -B /build/reproducible-path/csound-6.18.1+dfsg/Engine/csound_pre.lex > /build/reproducible-path/csound-6.18.1+dfsg/obj-x86_64-linux-gnu/csound_prelex.c
[3/697] cd /build/reproducible-path/csound-6.18.1+dfsg/obj-x86_64-linux-gnu && /usr/bin/flex -B -t -d /build/reproducible-path/csound-6.18.1+dfsg/Engine/csound_prs.lex > /build/reproducible-path/csound-6.18.1+dfsg/obj-x86_64-linux-gnu/csound_prslex.c
[4/697] cd /build/reproducible-path/csound-6.18.1+dfsg/obj-x86_64-linux-gnu && /usr/bin/flex -B -t /build/reproducible-path/csound-6.18.1+dfsg/Engine/csound_orc.lex > /build/reproducible-path/csound-6.18.1+dfsg/obj-x86_64-linux-gnu/csound_orclex.c
[5/697] cd /build/reproducible-path/csound-6.18.1+dfsg/Frontends && /usr/bin/bison -d -o /build/reproducible-path/csound-6.18.1+dfsg/obj-x86_64-linux-gnu/Frontends/beats.tab.c beats/beats.y
beats/beats.y: warning: 1 reduce/reduce conflict [-Wconflicts-rr]
beats/beats.y: note: rerun with option '-Wcounterexamples' to generate conflict counterexamples
[6/697] cd /build/reproducible-path/csound-6.18.1+dfsg/obj-x86_64-linux-gnu && /usr/bin/bison -pcsound_orc -d --report=itemset -o /build/reproducible-path/csound-6.18.1+dfsg/obj-x86_64-linux-gnu/csound_orcparse.c /build/reproducible-path/csound-6.18.1+dfsg/Engine/csound_orc.y
/build/reproducible-path/csound-6.18.1+dfsg/Engine/csound_orc.y:24.1-12: warning: deprecated directive: ‘%pure-parser’, use ‘%define api.pure’ [-Wdeprecated]
   24 | %pure-parser
      | ^~~~~~~~~~~~
      | %define api.pure
/build/reproducible-path/csound-6.18.1+dfsg/Engine/csound_orc.y:121.1-14: warning: deprecated directive: ‘%error-verbose’, use ‘%define parse.error verbose’ [-Wdeprecated]
  121 | %error-verbose
      | ^~~~~~~~~~~~~~
      | %define parse.error verbose
/build/reproducible-path/csound-6.18.1+dfsg/Engine/csound_orc.y: warning: 6 shift/reduce conflicts [-Wconflicts-sr]
/build/reproducible-path/csound-6.18.1+dfsg/Engine/csound_orc.y: warning: 18 reduce/reduce conflicts [-Wconflicts-rr]
/build/reproducible-path/csound-6.18.1+dfsg/Engine/csound_orc.y: note: rerun with option '-Wcounterexamples' to generate conflict counterexamples
/build/reproducible-path/csound-6.18.1+dfsg/Engine/csound_orc.y: warning: fix-its can be applied.  Rerun with option '--update'. [-Wother]
[7/697] /usr/bin/c++ -DCS_DEFAULT_PLUGINDIR=\"/usr/lib/x86_64-linux-gnu/csound/plugins64-6.0\" -DCS_DEFAULT_USER_PLUGINDIR=\".local/lib/csound/6.0/plugins64\" -DCS_PACKAGE_DATE=\"2025-01-31\" -DHAVE_EXECINFO -DHAVE_SOCKETS -DHAVE_STRLCAT -DHAVE_STRTOD_L -DHAVE_STRTOK_R -DLINUX -DNO_FLTK_THREADS -DPIPES -DUSE_LRINT -D_CSOUND_RELEASE_ -D_GNU_SOURCE -Dlfsr_EXPORTS -I/usr/include/lua5.1 -I/build/reproducible-path/csound-6.18.1+dfsg/./H -I/build/reproducible-path/csound-6.18.1+dfsg/./include -I/build/reproducible-path/csound-6.18.1+dfsg/./Engine -I/build/reproducible-path/csound-6.18.1+dfsg/./util -I/build/reproducible-path/csound-6.18.1+dfsg/. -I/build/reproducible-path/csound-6.18.1+dfsg/obj-x86_64-linux-gnu -I/build/reproducible-path/csound-6.18.1+dfsg/obj-x86_64-linux-gnu/include -g -O2 -ffile-prefix-map=/build/reproducible-path/csound-6.18.1+dfsg=. -fstack-protector-strong -fstack-clash-protection -Wformat -Werror=format-security -fcf-protection -Wdate-time -D_FORTIFY_SOURCE=2 -std=c
 ++11 -fvisibility=hidden -fvisibility=hidden -DHAVE_ATOMIC_BUILTIN -fPIC -ftree-vectorize -ffast-math -O3 -fno-finite-math-only -mtune=generic -MD -MT Opcodes/CMakeFiles/lfsr.dir/lfsr.cpp.o -MF Opcodes/CMakeFiles/lfsr.dir/lfsr.cpp.o.d -o Opcodes/CMakeFiles/lfsr.dir/lfsr.cpp.o -c /build/reproducible-path/csound-6.18.1+dfsg/Opcodes/lfsr.cpp
FAILED: Opcodes/CMakeFiles/lfsr.dir/lfsr.cpp.o 
/usr/bin/c++ -DCS_DEFAULT_PLUGINDIR=\"/usr/lib/x86_64-linux-gnu/csound/plugins64-6.0\" -DCS_DEFAULT_USER_PLUGINDIR=\".local/lib/csound/6.0/plugins64\" -DCS_PACKAGE_DATE=\"2025-01-31\" -DHAVE_EXECINFO -DHAVE_SOCKETS -DHAVE_STRLCAT -DHAVE_STRTOD_L -DHAVE_STRTOK_R -DLINUX -DNO_FLTK_THREADS -DPIPES -DUSE_LRINT -D_CSOUND_RELEASE_ -D_GNU_SOURCE -Dlfsr_EXPORTS -I/usr/include/lua5.1 -I/build/reproducible-path/csound-6.18.1+dfsg/./H -I/build/reproducible-path/csound-6.18.1+dfsg/./include -I/build/reproducible-path/csound-6.18.1+dfsg/./Engine -I/build/reproducible-path/csound-6.18.1+dfsg/./util -I/build/reproducible-path/csound-6.18.1+dfsg/. -I/build/reproducible-path/csound-6.18.1+dfsg/obj-x86_64-linux-gnu -I/build/reproducible-path/csound-6.18.1+dfsg/obj-x86_64-linux-gnu/include -g -O2 -ffile-prefix-map=/build/reproducible-path/csound-6.18.1+dfsg=. -fstack-protector-strong -fstack-clash-protection -Wformat -Werror=format-security -fcf-protection -Wdate-time -D_FORTIFY_SOURCE=2 -std=c++11 -fv
 isibility=hidden -fvisibility=hidden -DHAVE_ATOMIC_BUILTIN -fPIC -ftree-vectorize -ffast-math -O3 -fno-finite-math-only -mtune=generic -MD -MT Opcodes/CMakeFiles/lfsr.dir/lfsr.cpp.o -MF Opcodes/CMakeFiles/lfsr.dir/lfsr.cpp.o.d -o Opcodes/CMakeFiles/lfsr.dir/lfsr.cpp.o -c /build/reproducible-path/csound-6.18.1+dfsg/Opcodes/lfsr.cpp
In file included from /build/reproducible-path/csound-6.18.1+dfsg/Opcodes/lfsr.cpp:86:
/build/reproducible-path/csound-6.18.1+dfsg/./include/plugin.h: In member function ‘bool csnd::InPlug<N>::is_perf()’:
/build/reproducible-path/csound-6.18.1+dfsg/./include/plugin.h:1005:20: error: ‘struct csnd::InPlug<N>’ has no member named ‘opaddr’; did you mean ‘opadr’? [-Wtemplate-body]
 1005 |       return this->opaddr ? true : false;
      |                    ^~~~~~
      |                    opadr
[8/697] /usr/bin/c++ -DCS_DEFAULT_PLUGINDIR=\"/usr/lib/x86_64-linux-gnu/csound/plugins64-6.0\" -DCS_DEFAULT_USER_PLUGINDIR=\".local/lib/csound/6.0/plugins64\" -DCS_PACKAGE_DATE=\"2025-01-31\" -DHAVE_EXECINFO -DHAVE_SOCKETS -DHAVE_STRLCAT -DHAVE_STRTOD_L -DHAVE_STRTOK_R -DLINUX -DNO_FLTK_THREADS -DPIPES -DUSE_LRINT -D_CSOUND_RELEASE_ -D_GNU_SOURCE -Dfractalnoise_EXPORTS -I/usr/include/lua5.1 -I/build/reproducible-path/csound-6.18.1+dfsg/./H -I/build/reproducible-path/csound-6.18.1+dfsg/./include -I/build/reproducible-path/csound-6.18.1+dfsg/./Engine -I/build/reproducible-path/csound-6.18.1+dfsg/./util -I/build/reproducible-path/csound-6.18.1+dfsg/. -I/build/reproducible-path/csound-6.18.1+dfsg/obj-x86_64-linux-gnu -I/build/reproducible-path/csound-6.18.1+dfsg/obj-x86_64-linux-gnu/include -g -O2 -ffile-prefix-map=/build/reproducible-path/csound-6.18.1+dfsg=. -fstack-protector-strong -fstack-clash-protection -Wformat -Werror=format-security -fcf-protection -Wdate-time -D_FORTIFY_SOURCE=
 2 -std=c++11 -fvisibility=hidden -fvisibility=hidden -DHAVE_ATOMIC_BUILTIN -fPIC -ftree-vectorize -ffast-math -O3 -fno-finite-math-only -mtune=generic -MD -MT Opcodes/CMakeFiles/fractalnoise.dir/tl/fractalnoise.cpp.o -MF Opcodes/CMakeFiles/fractalnoise.dir/tl/fractalnoise.cpp.o.d -o Opcodes/CMakeFiles/fractalnoise.dir/tl/fractalnoise.cpp.o -c /build/reproducible-path/csound-6.18.1+dfsg/Opcodes/tl/fractalnoise.cpp
In file included from /build/reproducible-path/csound-6.18.1+dfsg/Opcodes/tl/fractalnoise.cpp:26:
/build/reproducible-path/csound-6.18.1+dfsg/./include/OpcodeBase.hpp:377:50: note: ‘#pragma message: Defining heap_object_manager_t.’
  377 | #pragma message("Defining heap_object_manager_t.")
      |                                                  ^
[9/697] /usr/bin/c++ -DCS_DEFAULT_PLUGINDIR=\"/usr/lib/x86_64-linux-gnu/csound/plugins64-6.0\" -DCS_DEFAULT_USER_PLUGINDIR=\".local/lib/csound/6.0/plugins64\" -DCS_PACKAGE_DATE=\"2025-01-31\" -DHAVE_EXECINFO -DHAVE_SOCKETS -DHAVE_STRLCAT -DHAVE_STRTOD_L -DHAVE_STRTOK_R -DLINUX -DNO_FLTK_THREADS -DPIPES -DUSE_LRINT -D_CSOUND_RELEASE_ -D_GNU_SOURCE -Ddoppler_EXPORTS -I/usr/include/lua5.1 -I/build/reproducible-path/csound-6.18.1+dfsg/./H -I/build/reproducible-path/csound-6.18.1+dfsg/./include -I/build/reproducible-path/csound-6.18.1+dfsg/./Engine -I/build/reproducible-path/csound-6.18.1+dfsg/./util -I/build/reproducible-path/csound-6.18.1+dfsg/. -I/build/reproducible-path/csound-6.18.1+dfsg/obj-x86_64-linux-gnu -I/build/reproducible-path/csound-6.18.1+dfsg/obj-x86_64-linux-gnu/include -g -O2 -ffile-prefix-map=/build/reproducible-path/csound-6.18.1+dfsg=. -fstack-protector-strong -fstack-clash-protection -Wformat -Werror=format-security -fcf-protection -Wdate-time -D_FORTIFY_SOURCE=2 -st
 d=c++11 -fvisibility=hidden -fvisibility=hidden -DHAVE_ATOMIC_BUILTIN -fPIC -ftree-vectorize -ffast-math -O3 -fno-finite-math-only -mtune=generic -MD -MT Opcodes/CMakeFiles/doppler.dir/doppler.cpp.o -MF Opcodes/CMakeFiles/doppler.dir/doppler.cpp.o.d -o Opcodes/CMakeFiles/doppler.dir/doppler.cpp.o -c /build/reproducible-path/csound-6.18.1+dfsg/Opcodes/doppler.cpp
In file included from /build/reproducible-path/csound-6.18.1+dfsg/Opcodes/doppler.cpp:26:
/build/reproducible-path/csound-6.18.1+dfsg/./include/OpcodeBase.hpp:377:50: note: ‘#pragma message: Defining heap_object_manager_t.’
  377 | #pragma message("Defining heap_object_manager_t.")
      |                                                  ^
[10/697] /usr/bin/cc -DCS_DEFAULT_PLUGINDIR=\"/usr/lib/x86_64-linux-gnu/csound/plugins64-6.0\" -DCS_DEFAULT_USER_PLUGINDIR=\".local/lib/csound/6.0/plugins64\" -DCS_PACKAGE_DATE=\"2025-01-31\" -DHAVE_EXECINFO -DHAVE_SOCKETS -DHAVE_STRLCAT -DHAVE_STRTOD_L -DHAVE_STRTOK_R -DLINUX -DNO_FLTK_THREADS -DPIPES -DUSE_LRINT -D_CSOUND_RELEASE_ -D_GNU_SOURCE -Dcsound64_EXPORTS -I/usr/include/lua5.1 -I/build/reproducible-path/csound-6.18.1+dfsg/./H -I/build/reproducible-path/csound-6.18.1+dfsg/./include -I/build/reproducible-path/csound-6.18.1+dfsg/./Engine -I/build/reproducible-path/csound-6.18.1+dfsg/./util -I/build/reproducible-path/csound-6.18.1+dfsg/. -I/build/reproducible-path/csound-6.18.1+dfsg/obj-x86_64-linux-gnu -I/build/reproducible-path/csound-6.18.1+dfsg/obj-x86_64-linux-gnu/include -g -O2 -Werror=implicit-function-declaration -ffile-prefix-map=/build/reproducible-path/csound-6.18.1+dfsg=. -fstack-protector-strong -fstack-clash-protection -Wformat -Werror=format-security -fcf-protect
 ion -Wdate-time -D_FORTIFY_SOURCE=2 -fvisibility=hidden -std=gnu99 -DSNDFILE_MP3 -DHAVE_ATOMIC_BUILTIN -DHAVE_PTHREAD -fPIC -ftree-vectorize -ffast-math -O3 -fno-finite-math-only -mtune=generic -D__BUILDING_LIBCSOUND -DHAVE_PTHREAD_SPIN_LOCK -DHAVE_PTHREAD_BARRIER_INIT -DPARCS -DGNU_GETTEXT -DHAVE_DIRENT_H -DHAVE_FCNTL_H -DHAVE_UNISTD_H -DHAVE_STDINT_H -DHAVE_SYS_TIME_H -DHAVE_SYS_TYPES_H -DHAVE_TERMIOS_H -DHAVE_VALUES_H -DGIT_HASH_VALUE=none -MD -MT CMakeFiles/csound64.dir/Top/csound.c.o -MF CMakeFiles/csound64.dir/Top/csound.c.o.d -o CMakeFiles/csound64.dir/Top/csound.c.o -c /build/reproducible-path/csound-6.18.1+dfsg/Top/csound.c
[11/697] /usr/bin/c++ -DCS_DEFAULT_PLUGINDIR=\"/usr/lib/x86_64-linux-gnu/csound/plugins64-6.0\" -DCS_DEFAULT_USER_PLUGINDIR=\".local/lib/csound/6.0/plugins64\" -DCS_PACKAGE_DATE=\"2025-01-31\" -DHAVE_EXECINFO -DHAVE_SOCKETS -DHAVE_STRLCAT -DHAVE_STRTOD_L -DHAVE_STRTOK_R -DLINUX -DNO_FLTK_THREADS -DPIPES -DUSE_LRINT -D_CSOUND_RELEASE_ -D_GNU_SOURCE -Dftsamplebank_EXPORTS -I/usr/include/lua5.1 -I/build/reproducible-path/csound-6.18.1+dfsg/./H -I/build/reproducible-path/csound-6.18.1+dfsg/./include -I/build/reproducible-path/csound-6.18.1+dfsg/./Engine -I/build/reproducible-path/csound-6.18.1+dfsg/./util -I/build/reproducible-path/csound-6.18.1+dfsg/. -I/build/reproducible-path/csound-6.18.1+dfsg/obj-x86_64-linux-gnu -I/build/reproducible-path/csound-6.18.1+dfsg/obj-x86_64-linux-gnu/include -g -O2 -ffile-prefix-map=/build/reproducible-path/csound-6.18.1+dfsg=. -fstack-protector-strong -fstack-clash-protection -Wformat -Werror=format-security -fcf-protection -Wdate-time -D_FORTIFY_SOURCE
 =2 -std=c++11 -fvisibility=hidden -fvisibility=hidden -DHAVE_ATOMIC_BUILTIN -fPIC -ftree-vectorize -ffast-math -O3 -fno-finite-math-only -mtune=generic -MD -MT Opcodes/CMakeFiles/ftsamplebank.dir/ftsamplebank.cpp.o -MF Opcodes/CMakeFiles/ftsamplebank.dir/ftsamplebank.cpp.o.d -o Opcodes/CMakeFiles/ftsamplebank.dir/ftsamplebank.cpp.o -c /build/reproducible-path/csound-6.18.1+dfsg/Opcodes/ftsamplebank.cpp
In file included from /build/reproducible-path/csound-6.18.1+dfsg/Opcodes/ftsamplebank.cpp:28:
/build/reproducible-path/csound-6.18.1+dfsg/./include/OpcodeBase.hpp:377:50: note: ‘#pragma message: Defining heap_object_manager_t.’
  377 | #pragma message("Defining heap_object_manager_t.")
      |                                                  ^
[12/697] /usr/bin/c++ -DCS_DEFAULT_PLUGINDIR=\"/usr/lib/x86_64-linux-gnu/csound/plugins64-6.0\" -DCS_DEFAULT_USER_PLUGINDIR=\".local/lib/csound/6.0/plugins64\" -DCS_PACKAGE_DATE=\"2025-01-31\" -DHAVE_EXECINFO -DHAVE_SOCKETS -DHAVE_STRLCAT -DHAVE_STRTOD_L -DHAVE_STRTOK_R -DLINUX -DNO_FLTK_THREADS -DPIPES -DUSE_LRINT -D_CSOUND_RELEASE_ -D_GNU_SOURCE -Dmixer_EXPORTS -I/usr/include/lua5.1 -I/build/reproducible-path/csound-6.18.1+dfsg/./H -I/build/reproducible-path/csound-6.18.1+dfsg/./include -I/build/reproducible-path/csound-6.18.1+dfsg/./Engine -I/build/reproducible-path/csound-6.18.1+dfsg/./util -I/build/reproducible-path/csound-6.18.1+dfsg/. -I/build/reproducible-path/csound-6.18.1+dfsg/obj-x86_64-linux-gnu -I/build/reproducible-path/csound-6.18.1+dfsg/obj-x86_64-linux-gnu/include -g -O2 -ffile-prefix-map=/build/reproducible-path/csound-6.18.1+dfsg=. -fstack-protector-strong -fstack-clash-protection -Wformat -Werror=format-security -fcf-protection -Wdate-time -D_FORTIFY_SOURCE=2 -std
 =c++11 -fvisibility=hidden -fvisibility=hidden -DHAVE_ATOMIC_BUILTIN -fPIC -ftree-vectorize -ffast-math -O3 -fno-finite-math-only -mtune=generic -MD -MT Opcodes/CMakeFiles/mixer.dir/mixer.cpp.o -MF Opcodes/CMakeFiles/mixer.dir/mixer.cpp.o.d -o Opcodes/CMakeFiles/mixer.dir/mixer.cpp.o -c /build/reproducible-path/csound-6.18.1+dfsg/Opcodes/mixer.cpp
In file included from /build/reproducible-path/csound-6.18.1+dfsg/Opcodes/mixer.cpp:25:
/build/reproducible-path/csound-6.18.1+dfsg/./include/OpcodeBase.hpp:377:50: note: ‘#pragma message: Defining heap_object_manager_t.’
  377 | #pragma message("Defining heap_object_manager_t.")
      |                                                  ^
[13/697] /usr/bin/c++ -DCS_DEFAULT_PLUGINDIR=\"/usr/lib/x86_64-linux-gnu/csound/plugins64-6.0\" -DCS_DEFAULT_USER_PLUGINDIR=\".local/lib/csound/6.0/plugins64\" -DCS_PACKAGE_DATE=\"2025-01-31\" -DHAVE_EXECINFO -DHAVE_SOCKETS -DHAVE_STRLCAT -DHAVE_STRTOD_L -DHAVE_STRTOK_R -DLINUX -DNO_FLTK_THREADS -DPIPES -DUSE_LRINT -D_CSOUND_RELEASE_ -D_GNU_SOURCE -Dbformdec2_EXPORTS -I/usr/include/lua5.1 -I/build/reproducible-path/csound-6.18.1+dfsg/./H -I/build/reproducible-path/csound-6.18.1+dfsg/./include -I/build/reproducible-path/csound-6.18.1+dfsg/./Engine -I/build/reproducible-path/csound-6.18.1+dfsg/./util -I/build/reproducible-path/csound-6.18.1+dfsg/. -I/build/reproducible-path/csound-6.18.1+dfsg/obj-x86_64-linux-gnu -I/build/reproducible-path/csound-6.18.1+dfsg/obj-x86_64-linux-gnu/include -g -O2 -ffile-prefix-map=/build/reproducible-path/csound-6.18.1+dfsg=. -fstack-protector-strong -fstack-clash-protection -Wformat -Werror=format-security -fcf-protection -Wdate-time -D_FORTIFY_SOURCE=2 
 -std=c++11 -fvisibility=hidden -fvisibility=hidden -DHAVE_ATOMIC_BUILTIN -fPIC -ftree-vectorize -ffast-math -O3 -fno-finite-math-only -mtune=generic -MD -MT Opcodes/CMakeFiles/bformdec2.dir/bformdec2.cpp.o -MF Opcodes/CMakeFiles/bformdec2.dir/bformdec2.cpp.o.d -o Opcodes/CMakeFiles/bformdec2.dir/bformdec2.cpp.o -c /build/reproducible-path/csound-6.18.1+dfsg/Opcodes/bformdec2.cpp
[14/697] /usr/bin/c++ -DCS_DEFAULT_PLUGINDIR=\"/usr/lib/x86_64-linux-gnu/csound/plugins64-6.0\" -DCS_DEFAULT_USER_PLUGINDIR=\".local/lib/csound/6.0/plugins64\" -DCS_PACKAGE_DATE=\"2025-01-31\" -DHAVE_EXECINFO -DHAVE_SOCKETS -DHAVE_STRLCAT -DHAVE_STRTOD_L -DHAVE_STRTOK_R -DLINUX -DNO_FLTK_THREADS -DPIPES -DUSE_LRINT -D_CSOUND_RELEASE_ -D_GNU_SOURCE -Dsignalflowgraph_EXPORTS -I/usr/include/lua5.1 -I/build/reproducible-path/csound-6.18.1+dfsg/./H -I/build/reproducible-path/csound-6.18.1+dfsg/./include -I/build/reproducible-path/csound-6.18.1+dfsg/./Engine -I/build/reproducible-path/csound-6.18.1+dfsg/./util -I/build/reproducible-path/csound-6.18.1+dfsg/. -I/build/reproducible-path/csound-6.18.1+dfsg/obj-x86_64-linux-gnu -I/build/reproducible-path/csound-6.18.1+dfsg/obj-x86_64-linux-gnu/include -g -O2 -ffile-prefix-map=/build/reproducible-path/csound-6.18.1+dfsg=. -fstack-protector-strong -fstack-clash-protection -Wformat -Werror=format-security -fcf-protection -Wdate-time -D_FORTIFY_SOU
 RCE=2 -std=c++11 -fvisibility=hidden -fvisibility=hidden -DHAVE_ATOMIC_BUILTIN -fPIC -ftree-vectorize -ffast-math -O3 -fno-finite-math-only -mtune=generic -MD -MT Opcodes/CMakeFiles/signalflowgraph.dir/signalflowgraph.cpp.o -MF Opcodes/CMakeFiles/signalflowgraph.dir/signalflowgraph.cpp.o.d -o Opcodes/CMakeFiles/signalflowgraph.dir/signalflowgraph.cpp.o -c /build/reproducible-path/csound-6.18.1+dfsg/Opcodes/signalflowgraph.cpp
In file included from /build/reproducible-path/csound-6.18.1+dfsg/Opcodes/signalflowgraph.cpp:134:
/build/reproducible-path/csound-6.18.1+dfsg/./include/OpcodeBase.hpp:377:50: note: ‘#pragma message: Defining heap_object_manager_t.’
  377 | #pragma message("Defining heap_object_manager_t.")
      |                                                  ^
ninja: build stopped: subcommand failed.
dh_auto_build: error: cd obj-x86_64-linux-gnu && LC_ALL=C.UTF-8 ninja -j8 -v returned exit code 1
make: *** [debian/rules:119: binary] Error 25
dpkg-buildpackage: error: debian/rules binary subprocess returned exit status 2


Reply to: