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

Bug#1097950: supercollider: ftbfs with GCC-15



Package: src:supercollider
Version: 1:3.13.0+repack-3
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/supercollider_3.13.0+repack-3_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

[...]
[302/575] /usr/bin/c++ -DBOOST_CHRONO_HEADER_ONLY -DBOOST_CONFIG_SUPPRESS_OUTDATED_MESSAGE -DDLOPEN -DJACK_BACKEND -DLIB_SUFFIX=\"\" -DNOVA_SIMD -DSC_DATA_DIR=\"/usr/share/SuperCollider\" -DSC_FFT_FFTW -DSC_PLUGIN_DIR=\"/usr/lib/SuperCollider/plugins\" -DSC_PLUGIN_EXT=\".so\" -DSNDFILE_HAS_MPEG -DSNDFILE_HAS_OPUS -DSNDFILE_HAS_VORBIS -DSUPERNOVA -I/build/reproducible-path/supercollider-3.13.0+repack/obj-x86_64-linux-gnu/common -I/build/reproducible-path/supercollider-3.13.0+repack/external_libraries -I/build/reproducible-path/supercollider-3.13.0+repack/external_libraries/nova-simd -I/build/reproducible-path/supercollider-3.13.0+repack/external_libraries/nova-tt -I/build/reproducible-path/supercollider-3.13.0+repack/include/plugin_interface -I/build/reproducible-path/supercollider-3.13.0+repack/include/common -I/build/reproducible-path/supercollider-3.13.0+repack/common -I/build/reproducible-path/supercollider-3.13.0+repack/include/server -I/build/reproducible-path/supercollider-3.13
 .0+repack/server/scsynth -I/build/reproducible-path/supercollider-3.13.0+repack/external_libraries/boost_endian -I/build/reproducible-path/supercollider-3.13.0+repack/external_libraries/boost_sync/include -I/build/reproducible-path/supercollider-3.13.0+repack/server/supernova/. -I/build/reproducible-path/supercollider-3.13.0+repack/external_libraries/oscpack_1_1_0 -I/build/reproducible-path/supercollider-3.13.0+repack/external_libraries/TLSF-2.4.6/src -g -O2 -ffile-prefix-map=/build/reproducible-path/supercollider-3.13.0+repack=. -fstack-protector-strong -fstack-clash-protection -Wformat -Werror=format-security -fcf-protection -Wdate-time -D_FORTIFY_SOURCE=2 -ftemplate-depth-4096 -O2 -g -DNDEBUG -std=gnu++17   -fschedule-insns2 -fomit-frame-pointer -Wreturn-type -fno-math-errno -fno-signaling-nans -fsigned-zeros -fno-associative-math -pthread -fvisibility=hidden -MD -MT server/supernova/CMakeFiles/libsupernova.dir/server/server.cpp.o -MF server/supernova/CMakeFiles/libsupernova.dir/
 server/server.cpp.o.d -o server/supernova/CMakeFiles/libsupernova.dir/server/server.cpp.o -c /build/reproducible-path/supercollider-3.13.0+repack/server/supernova/server/server.cpp
In file included from /build/reproducible-path/supercollider-3.13.0+repack/external_libraries/nova-simd/vec.hpp:36,
                 from /build/reproducible-path/supercollider-3.13.0+repack/external_libraries/nova-simd/simd_memory.hpp:26,
                 from /build/reproducible-path/supercollider-3.13.0+repack/server/supernova/server/buffer_manager.hpp:28,
                 from /build/reproducible-path/supercollider-3.13.0+repack/server/supernova/server/server.hpp:23,
                 from /build/reproducible-path/supercollider-3.13.0+repack/server/supernova/server/server.cpp:27:
/build/reproducible-path/supercollider-3.13.0+repack/external_libraries/nova-simd/vec/vec_sse.hpp:58:30: warning: ignoring attributes on template argument ‘__m128’ [-Wignored-attributes]
   58 |     vec_base<float, __m128, 4>
      |                              ^
/build/reproducible-path/supercollider-3.13.0+repack/external_libraries/nova-simd/vec/vec_sse.hpp:62:38: warning: ignoring attributes on template argument ‘__m128’ [-Wignored-attributes]
   62 |     typedef vec_base<float, __m128, 4> base;
      |                                      ^
In file included from /build/reproducible-path/supercollider-3.13.0+repack/external_libraries/nova-simd/vec.hpp:42:
/build/reproducible-path/supercollider-3.13.0+repack/external_libraries/nova-simd/vec/vec_sse2.hpp:51:32: warning: ignoring attributes on template argument ‘__m128d’ [-Wignored-attributes]
   51 |     vec_base<double, __m128d, 2>
      |                                ^
/build/reproducible-path/supercollider-3.13.0+repack/external_libraries/nova-simd/vec/vec_sse2.hpp:53:40: warning: ignoring attributes on template argument ‘__m128d’ [-Wignored-attributes]
   53 |     typedef vec_base<double, __m128d, 2> base;
      |                                        ^
[303/575] /usr/bin/c++ -DBOOST_CHRONO_HEADER_ONLY -DBOOST_CONFIG_SUPPRESS_OUTDATED_MESSAGE -DBUILDING_SCSYNTH -DHAVE_ALSA=1 -DHAVE_AVAHI=1 -DHAVE_HIDAPI -DHAVE_LID -DHAVE_READLINE -DLINK_PLATFORM_LINUX=1 -DLINK_PLATFORM_UNIX=1 -DNOVA_SIMD -DQT_COLLIDER_EXPORTING -DQT_CORE_LIB -DQT_GUI_LIB -DQT_NETWORK_LIB -DQT_NO_DEBUG -DQT_NO_KEYWORDS -DQT_POSITIONING_LIB -DQT_PRINTSUPPORT_LIB -DQT_QMLMODELS_LIB -DQT_QML_LIB -DQT_QUICK_LIB -DQT_SVG_LIB -DQT_WEBCHANNEL_LIB -DQT_WEBENGINECORE_LIB -DQT_WEBENGINEWIDGETS_LIB -DQT_WIDGETS_LIB -DSC_ABLETON_LINK -DSC_DATA_DIR=\"/usr/share/SuperCollider\" -DSC_HIDAPI -DSC_IDE -DSC_MEMORY_ALIGNMENT=32 -DSC_PLUGIN_DIR=\"/usr/lib/SuperCollider/plugins\" -DSC_QT -DSC_USE_QTWEBENGINE -DSNDFILE_HAS_MPEG -DSNDFILE_HAS_OPUS -DSNDFILE_HAS_VORBIS -DUSE_RENDEZVOUS=1 -DYYSTACK_USE_ALLOC -I/build/reproducible-path/supercollider-3.13.0+repack/obj-x86_64-linux-gnu/common -I/build/reproducible-path/supercollider-3.13.0+repack/include/common -I/build/reproducible-path/superc
 ollider-3.13.0+repack/include/lang -I/build/reproducible-path/supercollider-3.13.0+repack/include/plugin_interface -I/build/reproducible-path/supercollider-3.13.0+repack/include/server -I/build/reproducible-path/supercollider-3.13.0+repack/common -I/build/reproducible-path/supercollider-3.13.0+repack/external_libraries/boost_sync/include -I/build/reproducible-path/supercollider-3.13.0+repack/lang/LangSource -I/build/reproducible-path/supercollider-3.13.0+repack/lang/LangPrimSource -I/build/reproducible-path/supercollider-3.13.0+repack/external_libraries/nova-tt -I/build/reproducible-path/supercollider-3.13.0+repack/lang/LangSource/Bison -I/build/reproducible-path/supercollider-3.13.0+repack/external_libraries/hidapi/hidapi -I/build/reproducible-path/supercollider-3.13.0+repack/external_libraries/hidapi/hidapi_parser -I/build/reproducible-path/supercollider-3.13.0+repack/QtCollider -I/build/reproducible-path/supercollider-3.13.0+repack/lang/X11_INCLUDE_DIR -I/build/reproducible-path/
 supercollider-3.13.0+repack/SCDoc -I/build/reproducible-path/supercollider-3.13.0+repack/external_libraries/TLSF-2.4.6/src -I/build/reproducible-path/supercollider-3.13.0+repack/external_libraries/yaml-cpp/include -isystem /usr/include/x86_64-linux-gnu/qt5 -isystem /usr/include/x86_64-linux-gnu/qt5/QtCore -isystem /usr/lib/x86_64-linux-gnu/qt5/mkspecs/linux-g++ -isystem /usr/include/x86_64-linux-gnu/qt5/QtGui -isystem /usr/include/x86_64-linux-gnu/qt5/QtNetwork -isystem /usr/include/x86_64-linux-gnu/qt5/QtPrintSupport -isystem /usr/include/x86_64-linux-gnu/qt5/QtWidgets -isystem /usr/include/x86_64-linux-gnu/qt5/QtSvg -isystem /usr/include/x86_64-linux-gnu/qt5/QtWebEngineCore -isystem /usr/include/x86_64-linux-gnu/qt5/QtQuick -isystem /usr/include/x86_64-linux-gnu/qt5/QtQmlModels -isystem /usr/include/x86_64-linux-gnu/qt5/QtQml -isystem /usr/include/x86_64-linux-gnu/qt5/QtWebChannel -isystem /usr/include/x86_64-linux-gnu/qt5/QtPositioning -isystem /usr/include/x86_64-linux-gnu/qt5/Q
 tWebEngineWidgets -isystem /build/reproducible-path/supercollider-3.13.0+repack/external_libraries/link/include -isystem /build/reproducible-path/supercollider-3.13.0+repack/external_libraries/link/cmake_include/../modules/asio-standalone/asio/include -g -O2 -ffile-prefix-map=/build/reproducible-path/supercollider-3.13.0+repack=. -fstack-protector-strong -fstack-clash-protection -Wformat -Werror=format-security -fcf-protection -Wdate-time -D_FORTIFY_SOURCE=2 -O2 -g -DNDEBUG -std=gnu++17   -fschedule-insns2 -fomit-frame-pointer -Wreturn-type -fno-math-errno -fno-signaling-nans -fsigned-zeros -fno-associative-math -pthread -fvisibility=hidden -fPIC -MD -MT lang/CMakeFiles/libsclang.dir/LangSource/SC_LanguageConfig.cpp.o -MF lang/CMakeFiles/libsclang.dir/LangSource/SC_LanguageConfig.cpp.o.d -o lang/CMakeFiles/libsclang.dir/LangSource/SC_LanguageConfig.cpp.o -c /build/reproducible-path/supercollider-3.13.0+repack/lang/LangSource/SC_LanguageConfig.cpp
In file included from /build/reproducible-path/supercollider-3.13.0+repack/external_libraries/yaml-cpp/include/yaml-cpp/node/detail/iterator.h:12,
                 from /build/reproducible-path/supercollider-3.13.0+repack/external_libraries/yaml-cpp/include/yaml-cpp/node/iterator.h:13,
                 from /build/reproducible-path/supercollider-3.13.0+repack/external_libraries/yaml-cpp/include/yaml-cpp/node/impl.h:11,
                 from /build/reproducible-path/supercollider-3.13.0+repack/external_libraries/yaml-cpp/include/yaml-cpp/yaml.h:17,
                 from /build/reproducible-path/supercollider-3.13.0+repack/lang/LangSource/SC_LanguageConfig.cpp:34:
/build/reproducible-path/supercollider-3.13.0+repack/external_libraries/yaml-cpp/include/yaml-cpp/node/detail/node_iterator.h:56:19: warning: ‘template<class _Category, class _Tp, class _Distance, class _Pointer, class _Reference> struct std::iterator’ is deprecated [-Wdeprecated-declarations]
   56 |     : public std::iterator<std::forward_iterator_tag, node_iterator_value<V>,
      |                   ^~~~~~~~
In file included from /usr/include/c++/15/bits/stl_algobase.h:65,
                 from /usr/include/c++/15/vector:64,
                 from /build/reproducible-path/supercollider-3.13.0+repack/lang/LangSource/SC_LanguageConfig.hpp:26,
                 from /build/reproducible-path/supercollider-3.13.0+repack/lang/LangSource/SC_LanguageConfig.cpp:24:
/usr/include/c++/15/bits/stl_iterator_base_types.h:129:34: note: declared here
  129 |     struct _GLIBCXX17_DEPRECATED iterator
      |                                  ^~~~~~~~
/build/reproducible-path/supercollider-3.13.0+repack/external_libraries/yaml-cpp/include/yaml-cpp/node/detail/iterator.h:21:35: warning: ‘template<class _Category, class _Tp, class _Distance, class _Pointer, class _Reference> struct std::iterator’ is deprecated [-Wdeprecated-declarations]
   21 | class iterator_base : public std::iterator<std::forward_iterator_tag, V,
      |                                   ^~~~~~~~
/usr/include/c++/15/bits/stl_iterator_base_types.h:129:34: note: declared here
  129 |     struct _GLIBCXX17_DEPRECATED iterator
      |                                  ^~~~~~~~
[304/575] /usr/bin/c++ -DBOOST_CHRONO_HEADER_ONLY -DBOOST_CONFIG_SUPPRESS_OUTDATED_MESSAGE -DBUILDING_SCSYNTH -DHAVE_ALSA=1 -DHAVE_AVAHI=1 -DHAVE_HIDAPI -DHAVE_LID -DHAVE_READLINE -DLINK_PLATFORM_LINUX=1 -DLINK_PLATFORM_UNIX=1 -DNOVA_SIMD -DQT_COLLIDER_EXPORTING -DQT_CORE_LIB -DQT_GUI_LIB -DQT_NETWORK_LIB -DQT_NO_DEBUG -DQT_NO_KEYWORDS -DQT_POSITIONING_LIB -DQT_PRINTSUPPORT_LIB -DQT_QMLMODELS_LIB -DQT_QML_LIB -DQT_QUICK_LIB -DQT_SVG_LIB -DQT_WEBCHANNEL_LIB -DQT_WEBENGINECORE_LIB -DQT_WEBENGINEWIDGETS_LIB -DQT_WIDGETS_LIB -DSC_ABLETON_LINK -DSC_DATA_DIR=\"/usr/share/SuperCollider\" -DSC_HIDAPI -DSC_IDE -DSC_MEMORY_ALIGNMENT=32 -DSC_PLUGIN_DIR=\"/usr/lib/SuperCollider/plugins\" -DSC_QT -DSC_USE_QTWEBENGINE -DSNDFILE_HAS_MPEG -DSNDFILE_HAS_OPUS -DSNDFILE_HAS_VORBIS -DUSE_RENDEZVOUS=1 -DYYSTACK_USE_ALLOC -I/build/reproducible-path/supercollider-3.13.0+repack/obj-x86_64-linux-gnu/common -I/build/reproducible-path/supercollider-3.13.0+repack/include/common -I/build/reproducible-path/superc
 ollider-3.13.0+repack/include/lang -I/build/reproducible-path/supercollider-3.13.0+repack/include/plugin_interface -I/build/reproducible-path/supercollider-3.13.0+repack/include/server -I/build/reproducible-path/supercollider-3.13.0+repack/common -I/build/reproducible-path/supercollider-3.13.0+repack/external_libraries/boost_sync/include -I/build/reproducible-path/supercollider-3.13.0+repack/lang/LangSource -I/build/reproducible-path/supercollider-3.13.0+repack/lang/LangPrimSource -I/build/reproducible-path/supercollider-3.13.0+repack/external_libraries/nova-tt -I/build/reproducible-path/supercollider-3.13.0+repack/lang/LangSource/Bison -I/build/reproducible-path/supercollider-3.13.0+repack/external_libraries/hidapi/hidapi -I/build/reproducible-path/supercollider-3.13.0+repack/external_libraries/hidapi/hidapi_parser -I/build/reproducible-path/supercollider-3.13.0+repack/QtCollider -I/build/reproducible-path/supercollider-3.13.0+repack/lang/X11_INCLUDE_DIR -I/build/reproducible-path/
 supercollider-3.13.0+repack/SCDoc -I/build/reproducible-path/supercollider-3.13.0+repack/external_libraries/TLSF-2.4.6/src -I/build/reproducible-path/supercollider-3.13.0+repack/external_libraries/yaml-cpp/include -isystem /usr/include/x86_64-linux-gnu/qt5 -isystem /usr/include/x86_64-linux-gnu/qt5/QtCore -isystem /usr/lib/x86_64-linux-gnu/qt5/mkspecs/linux-g++ -isystem /usr/include/x86_64-linux-gnu/qt5/QtGui -isystem /usr/include/x86_64-linux-gnu/qt5/QtNetwork -isystem /usr/include/x86_64-linux-gnu/qt5/QtPrintSupport -isystem /usr/include/x86_64-linux-gnu/qt5/QtWidgets -isystem /usr/include/x86_64-linux-gnu/qt5/QtSvg -isystem /usr/include/x86_64-linux-gnu/qt5/QtWebEngineCore -isystem /usr/include/x86_64-linux-gnu/qt5/QtQuick -isystem /usr/include/x86_64-linux-gnu/qt5/QtQmlModels -isystem /usr/include/x86_64-linux-gnu/qt5/QtQml -isystem /usr/include/x86_64-linux-gnu/qt5/QtWebChannel -isystem /usr/include/x86_64-linux-gnu/qt5/QtPositioning -isystem /usr/include/x86_64-linux-gnu/qt5/Q
 tWebEngineWidgets -isystem /build/reproducible-path/supercollider-3.13.0+repack/external_libraries/link/include -isystem /build/reproducible-path/supercollider-3.13.0+repack/external_libraries/link/cmake_include/../modules/asio-standalone/asio/include -g -O2 -ffile-prefix-map=/build/reproducible-path/supercollider-3.13.0+repack=. -fstack-protector-strong -fstack-clash-protection -Wformat -Werror=format-security -fcf-protection -Wdate-time -D_FORTIFY_SOURCE=2 -O2 -g -DNDEBUG -std=gnu++17   -fschedule-insns2 -fomit-frame-pointer -Wreturn-type -fno-math-errno -fno-signaling-nans -fsigned-zeros -fno-associative-math -pthread -fvisibility=hidden -fPIC -MD -MT lang/CMakeFiles/libsclang.dir/LangPrimSource/PyrStringPrim.cpp.o -MF lang/CMakeFiles/libsclang.dir/LangPrimSource/PyrStringPrim.cpp.o.d -o lang/CMakeFiles/libsclang.dir/LangPrimSource/PyrStringPrim.cpp.o -c /build/reproducible-path/supercollider-3.13.0+repack/lang/LangPrimSource/PyrStringPrim.cpp
In file included from /build/reproducible-path/supercollider-3.13.0+repack/external_libraries/yaml-cpp/include/yaml-cpp/node/detail/iterator.h:12,
                 from /build/reproducible-path/supercollider-3.13.0+repack/external_libraries/yaml-cpp/include/yaml-cpp/node/iterator.h:13,
                 from /build/reproducible-path/supercollider-3.13.0+repack/external_libraries/yaml-cpp/include/yaml-cpp/node/impl.h:11,
                 from /build/reproducible-path/supercollider-3.13.0+repack/external_libraries/yaml-cpp/include/yaml-cpp/yaml.h:17,
                 from /build/reproducible-path/supercollider-3.13.0+repack/lang/LangPrimSource/PyrStringPrim.cpp:51:
/build/reproducible-path/supercollider-3.13.0+repack/external_libraries/yaml-cpp/include/yaml-cpp/node/detail/node_iterator.h:56:19: warning: ‘template<class _Category, class _Tp, class _Distance, class _Pointer, class _Reference> struct std::iterator’ is deprecated [-Wdeprecated-declarations]
   56 |     : public std::iterator<std::forward_iterator_tag, node_iterator_value<V>,
      |                   ^~~~~~~~
In file included from /usr/include/c++/15/bits/stl_algobase.h:65,
                 from /usr/include/c++/15/vector:64,
                 from /build/reproducible-path/supercollider-3.13.0+repack/lang/LangSource/PyrSlot64.h:33,
                 from /build/reproducible-path/supercollider-3.13.0+repack/lang/LangSource/PyrSlot.h:31,
                 from /build/reproducible-path/supercollider-3.13.0+repack/lang/LangSource/PyrPrimitive.h:28,
                 from /build/reproducible-path/supercollider-3.13.0+repack/lang/LangPrimSource/PyrStringPrim.cpp:27:
/usr/include/c++/15/bits/stl_iterator_base_types.h:129:34: note: declared here
  129 |     struct _GLIBCXX17_DEPRECATED iterator
      |                                  ^~~~~~~~
/build/reproducible-path/supercollider-3.13.0+repack/external_libraries/yaml-cpp/include/yaml-cpp/node/detail/iterator.h:21:35: warning: ‘template<class _Category, class _Tp, class _Distance, class _Pointer, class _Reference> struct std::iterator’ is deprecated [-Wdeprecated-declarations]
   21 | class iterator_base : public std::iterator<std::forward_iterator_tag, V,
      |                                   ^~~~~~~~
/usr/include/c++/15/bits/stl_iterator_base_types.h:129:34: note: declared here
  129 |     struct _GLIBCXX17_DEPRECATED iterator
      |                                  ^~~~~~~~
[305/575] /usr/bin/c++ -DBOOST_CHRONO_HEADER_ONLY -DBOOST_CONFIG_SUPPRESS_OUTDATED_MESSAGE -DBUILDING_SCSYNTH -DHAVE_ALSA=1 -DHAVE_AVAHI=1 -DHAVE_HIDAPI -DHAVE_LID -DHAVE_READLINE -DLINK_PLATFORM_LINUX=1 -DLINK_PLATFORM_UNIX=1 -DNOVA_SIMD -DQT_COLLIDER_EXPORTING -DQT_CORE_LIB -DQT_GUI_LIB -DQT_NETWORK_LIB -DQT_NO_DEBUG -DQT_NO_KEYWORDS -DQT_POSITIONING_LIB -DQT_PRINTSUPPORT_LIB -DQT_QMLMODELS_LIB -DQT_QML_LIB -DQT_QUICK_LIB -DQT_SVG_LIB -DQT_WEBCHANNEL_LIB -DQT_WEBENGINECORE_LIB -DQT_WEBENGINEWIDGETS_LIB -DQT_WIDGETS_LIB -DSC_ABLETON_LINK -DSC_DATA_DIR=\"/usr/share/SuperCollider\" -DSC_HIDAPI -DSC_IDE -DSC_MEMORY_ALIGNMENT=32 -DSC_PLUGIN_DIR=\"/usr/lib/SuperCollider/plugins\" -DSC_QT -DSC_USE_QTWEBENGINE -DSNDFILE_HAS_MPEG -DSNDFILE_HAS_OPUS -DSNDFILE_HAS_VORBIS -DUSE_RENDEZVOUS=1 -DYYSTACK_USE_ALLOC -I/build/reproducible-path/supercollider-3.13.0+repack/obj-x86_64-linux-gnu/common -I/build/reproducible-path/supercollider-3.13.0+repack/include/common -I/build/reproducible-path/superc
 ollider-3.13.0+repack/include/lang -I/build/reproducible-path/supercollider-3.13.0+repack/include/plugin_interface -I/build/reproducible-path/supercollider-3.13.0+repack/include/server -I/build/reproducible-path/supercollider-3.13.0+repack/common -I/build/reproducible-path/supercollider-3.13.0+repack/external_libraries/boost_sync/include -I/build/reproducible-path/supercollider-3.13.0+repack/lang/LangSource -I/build/reproducible-path/supercollider-3.13.0+repack/lang/LangPrimSource -I/build/reproducible-path/supercollider-3.13.0+repack/external_libraries/nova-tt -I/build/reproducible-path/supercollider-3.13.0+repack/lang/LangSource/Bison -I/build/reproducible-path/supercollider-3.13.0+repack/external_libraries/hidapi/hidapi -I/build/reproducible-path/supercollider-3.13.0+repack/external_libraries/hidapi/hidapi_parser -I/build/reproducible-path/supercollider-3.13.0+repack/QtCollider -I/build/reproducible-path/supercollider-3.13.0+repack/lang/X11_INCLUDE_DIR -I/build/reproducible-path/
 supercollider-3.13.0+repack/SCDoc -I/build/reproducible-path/supercollider-3.13.0+repack/external_libraries/TLSF-2.4.6/src -I/build/reproducible-path/supercollider-3.13.0+repack/external_libraries/yaml-cpp/include -isystem /usr/include/x86_64-linux-gnu/qt5 -isystem /usr/include/x86_64-linux-gnu/qt5/QtCore -isystem /usr/lib/x86_64-linux-gnu/qt5/mkspecs/linux-g++ -isystem /usr/include/x86_64-linux-gnu/qt5/QtGui -isystem /usr/include/x86_64-linux-gnu/qt5/QtNetwork -isystem /usr/include/x86_64-linux-gnu/qt5/QtPrintSupport -isystem /usr/include/x86_64-linux-gnu/qt5/QtWidgets -isystem /usr/include/x86_64-linux-gnu/qt5/QtSvg -isystem /usr/include/x86_64-linux-gnu/qt5/QtWebEngineCore -isystem /usr/include/x86_64-linux-gnu/qt5/QtQuick -isystem /usr/include/x86_64-linux-gnu/qt5/QtQmlModels -isystem /usr/include/x86_64-linux-gnu/qt5/QtQml -isystem /usr/include/x86_64-linux-gnu/qt5/QtWebChannel -isystem /usr/include/x86_64-linux-gnu/qt5/QtPositioning -isystem /usr/include/x86_64-linux-gnu/qt5/Q
 tWebEngineWidgets -isystem /build/reproducible-path/supercollider-3.13.0+repack/external_libraries/link/include -isystem /build/reproducible-path/supercollider-3.13.0+repack/external_libraries/link/cmake_include/../modules/asio-standalone/asio/include -g -O2 -ffile-prefix-map=/build/reproducible-path/supercollider-3.13.0+repack=. -fstack-protector-strong -fstack-clash-protection -Wformat -Werror=format-security -fcf-protection -Wdate-time -D_FORTIFY_SOURCE=2 -O2 -g -DNDEBUG -std=gnu++17   -fschedule-insns2 -fomit-frame-pointer -Wreturn-type -fno-math-errno -fno-signaling-nans -fsigned-zeros -fno-associative-math -pthread -fvisibility=hidden -fPIC -MD -MT lang/CMakeFiles/libsclang.dir/LangSource/SC_TerminalClient.cpp.o -MF lang/CMakeFiles/libsclang.dir/LangSource/SC_TerminalClient.cpp.o.d -o lang/CMakeFiles/libsclang.dir/LangSource/SC_TerminalClient.cpp.o -c /build/reproducible-path/supercollider-3.13.0+repack/lang/LangSource/SC_TerminalClient.cpp
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:15: binary] Error 25
dpkg-buildpackage: error: debian/rules binary subprocess returned exit status 2


Reply to: