Package: src:indi
Version: 1.9.9+dfsg-3
Severity: important
Tags: sid forky
User: debian-...@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/indi_1.9.9+dfsg-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

[...]
   22 | #include <functional>
  +++ |+#include <cstdint>
   23 | 
[  4%] Building C object libs/dsp/CMakeFiles/dsp.dir/buffer.c.o
cd /build/reproducible-path/indi-1.9.9+dfsg/obj-x86_64-linux-gnu/libs/dsp && 
/usr/bin/cc -DENABLE_INDI_SHARED_MEMORY -DGIT_TAG_STRING=\"1.9.9-tgz\" 
-DWITH_ENCLEN 
-I/build/reproducible-path/indi-1.9.9+dfsg/obj-x86_64-linux-gnu/libs/dsp 
-I/build/reproducible-path/indi-1.9.9+dfsg/libs/dsp 
-I/build/reproducible-path/indi-1.9.9+dfsg/libs -I/usr/include/libusb-1.0 
-I/build/reproducible-path/indi-1.9.9+dfsg/libs/indibase 
-I/build/reproducible-path/indi-1.9.9+dfsg/libs/indibase/timer 
-I/build/reproducible-path/indi-1.9.9+dfsg/libs/dsp/. -g -O2 
-Werror=implicit-function-declaration 
-ffile-prefix-map=/build/reproducible-path/indi-1.9.9+dfsg=. 
-fstack-protector-strong -fstack-clash-protection -Wformat 
-Werror=format-security -fcf-protection -Wdate-time -D_FORTIFY_SOURCE=2 
-D_FORTIFY_SOURCE=2 -O1 -Wa,--noexecstack  -Wall -Wextra -Wno-format-truncation 
-g -DHAVE_MREMAP -fPIC -MD -MT libs/dsp/CMakeFiles/dsp.dir/buffer.c.o -MF 
CMakeFiles/dsp.dir/buffer.c.o.d -o CMakeFiles/dsp.dir/buffer.c.o -c /bui
 ld/reproducible-path/indi-1.9.9+dfsg/libs/dsp/buffer.c
[  4%] Linking CXX executable indi_hid_test
cd /build/reproducible-path/indi-1.9.9+dfsg/obj-x86_64-linux-gnu/libs/hid && 
/usr/bin/cmake -E cmake_link_script CMakeFiles/indi_hid_test.dir/link.txt 
--verbose=1
/usr/bin/c++ -g -O2 
-ffile-prefix-map=/build/reproducible-path/indi-1.9.9+dfsg=. 
-fstack-protector-strong -fstack-clash-protection -Wformat 
-Werror=format-security -fcf-protection -Wdate-time -D_FORTIFY_SOURCE=2 
-D_FORTIFY_SOURCE=2 -O1 -Wa,--noexecstack  -Wall -Wextra -Wno-format-truncation 
-g -DHAVE_MREMAP -Wl,-z,relro  -Wl,-z,nodump -Wl,-z,noexecstack -Wl,-z,relro 
-Wl,-z,now  -Wl,--dependency-file=CMakeFiles/indi_hid_test.dir/link.d 
CMakeFiles/indi_hid_test.dir/hidtest.cpp.o CMakeFiles/hid.dir/hid_libusb.c.o -o 
indi_hid_test  /usr/lib/x86_64-linux-gnu/libusb-1.0.so
make[3]: Leaving directory 
'/build/reproducible-path/indi-1.9.9+dfsg/obj-x86_64-linux-gnu'
[  4%] Building CXX object libs/indicore/CMakeFiles/indicore.dir/lilxml.cpp.o
cd /build/reproducible-path/indi-1.9.9+dfsg/obj-x86_64-linux-gnu/libs/indicore 
&& /usr/bin/c++ -DENABLE_INDI_SHARED_MEMORY -DGIT_TAG_STRING=\"1.9.9-tgz\" 
-DHAVE_LIBNOVA -DWITH_ENCLEN 
-I/build/reproducible-path/indi-1.9.9+dfsg/obj-x86_64-linux-gnu/libs/indicore 
-I/build/reproducible-path/indi-1.9.9+dfsg/libs/indicore 
-I/build/reproducible-path/indi-1.9.9+dfsg/libs 
-I/build/reproducible-path/indi-1.9.9+dfsg/libs/indicore/. 
-I/build/reproducible-path/indi-1.9.9+dfsg/obj-x86_64-linux-gnu/libs/indicore/../..
 -g -O2 -ffile-prefix-map=/build/reproducible-path/indi-1.9.9+dfsg=. 
-fstack-protector-strong -fstack-clash-protection -Wformat 
-Werror=format-security -fcf-protection -Wdate-time -D_FORTIFY_SOURCE=2 
-D_FORTIFY_SOURCE=2 -O1 -Wa,--noexecstack  -Wall -Wextra -Wno-format-truncation 
-g -DHAVE_MREMAP -std=gnu++14 -fPIC -MD -MT 
libs/indicore/CMakeFiles/indicore.dir/lilxml.cpp.o -MF 
CMakeFiles/indicore.dir/lilxml.cpp.o.d -o CMakeFiles/indicore.dir/lilxml.cpp.o 
-c /build/reproducible-path/indi
 -1.9.9+dfsg/libs/indicore/lilxml.cpp
/build/reproducible-path/indi-1.9.9+dfsg/libs/sockets/tcpsocket.cpp:341:6: 
error: no declaration matches ‘void TcpSocket::connectToHost(const 
std::string&, uint16_t)’
  341 | void TcpSocket::connectToHost(const std::string &hostName, uint16_t 
port)
      |      ^~~~~~~~~
/build/reproducible-path/indi-1.9.9+dfsg/libs/sockets/tcpsocket.h:76:14: note: 
candidate is: ‘void TcpSocket::connectToHost(const std::string&, int)’
   76 |         void connectToHost(const std::string &hostName, uint16_t port);
      |              ^~~~~~~~~~~~~
/build/reproducible-path/indi-1.9.9+dfsg/libs/sockets/tcpsocket.h:25:7: note: 
‘class TcpSocket’ defined here
   25 | class TcpSocket
      |       ^~~~~~~~~
[  4%] Built target indi_hid_test
[  5%] Building C object libs/indicore/CMakeFiles/indicore.dir/indiuserio.c.o
[  5%] Building C object libs/indicore/CMakeFiles/indicore.dir/sharedblob.c.o
cd /build/reproducible-path/indi-1.9.9+dfsg/obj-x86_64-linux-gnu/libs/indicore 
&& /usr/bin/cc -DENABLE_INDI_SHARED_MEMORY -DGIT_TAG_STRING=\"1.9.9-tgz\" 
-DHAVE_LIBNOVA -DWITH_ENCLEN 
-I/build/reproducible-path/indi-1.9.9+dfsg/obj-x86_64-linux-gnu/libs/indicore 
-I/build/reproducible-path/indi-1.9.9+dfsg/libs/indicore 
-I/build/reproducible-path/indi-1.9.9+dfsg/libs 
-I/build/reproducible-path/indi-1.9.9+dfsg/libs/indicore/. 
-I/build/reproducible-path/indi-1.9.9+dfsg/obj-x86_64-linux-gnu/libs/indicore/../..
 -g -O2 -Werror=implicit-function-declaration 
-ffile-prefix-map=/build/reproducible-path/indi-1.9.9+dfsg=. 
-fstack-protector-strong -fstack-clash-protection -Wformat 
-Werror=format-security -fcf-protection -Wdate-time -D_FORTIFY_SOURCE=2 
-D_FORTIFY_SOURCE=2 -O1 -Wa,--noexecstack  -Wall -Wextra -Wno-format-truncation 
-g -DHAVE_MREMAP -fPIC -MD -MT 
libs/indicore/CMakeFiles/indicore.dir/indiuserio.c.o -MF 
CMakeFiles/indicore.dir/indiuserio.c.o.d -o 
CMakeFiles/indicore.dir/indiuserio.c.o -c
  /build/reproducible-path/indi-1.9.9+dfsg/libs/indicore/indiuserio.c
cd /build/reproducible-path/indi-1.9.9+dfsg/obj-x86_64-linux-gnu/libs/indicore 
&& /usr/bin/cc -DENABLE_INDI_SHARED_MEMORY -DGIT_TAG_STRING=\"1.9.9-tgz\" 
-DHAVE_LIBNOVA -DWITH_ENCLEN 
-I/build/reproducible-path/indi-1.9.9+dfsg/obj-x86_64-linux-gnu/libs/indicore 
-I/build/reproducible-path/indi-1.9.9+dfsg/libs/indicore 
-I/build/reproducible-path/indi-1.9.9+dfsg/libs 
-I/build/reproducible-path/indi-1.9.9+dfsg/libs/indicore/. 
-I/build/reproducible-path/indi-1.9.9+dfsg/obj-x86_64-linux-gnu/libs/indicore/../..
 -g -O2 -Werror=implicit-function-declaration 
-ffile-prefix-map=/build/reproducible-path/indi-1.9.9+dfsg=. 
-fstack-protector-strong -fstack-clash-protection -Wformat 
-Werror=format-security -fcf-protection -Wdate-time -D_FORTIFY_SOURCE=2 
-D_FORTIFY_SOURCE=2 -O1 -Wa,--noexecstack  -Wall -Wextra -Wno-format-truncation 
-g -DHAVE_MREMAP -fPIC -MD -MT 
libs/indicore/CMakeFiles/indicore.dir/sharedblob.c.o -MF 
CMakeFiles/indicore.dir/sharedblob.c.o.d -o 
CMakeFiles/indicore.dir/sharedblob.c.o -c
  /build/reproducible-path/indi-1.9.9+dfsg/libs/indicore/sharedblob.c
make[3]: *** [libs/sockets/CMakeFiles/sockets.dir/build.make:96: 
libs/sockets/CMakeFiles/sockets.dir/tcpsocket_unix.cpp.o] Error 1
make[3]: *** Waiting for unfinished jobs....
[  5%] Building CXX object 
libs/indicore/CMakeFiles/indicore.dir/sharedblob_parse.cpp.o
cd /build/reproducible-path/indi-1.9.9+dfsg/obj-x86_64-linux-gnu/libs/indicore 
&& /usr/bin/c++ -DENABLE_INDI_SHARED_MEMORY -DGIT_TAG_STRING=\"1.9.9-tgz\" 
-DHAVE_LIBNOVA -DWITH_ENCLEN 
-I/build/reproducible-path/indi-1.9.9+dfsg/obj-x86_64-linux-gnu/libs/indicore 
-I/build/reproducible-path/indi-1.9.9+dfsg/libs/indicore 
-I/build/reproducible-path/indi-1.9.9+dfsg/libs 
-I/build/reproducible-path/indi-1.9.9+dfsg/libs/indicore/. 
-I/build/reproducible-path/indi-1.9.9+dfsg/obj-x86_64-linux-gnu/libs/indicore/../..
 -g -O2 -ffile-prefix-map=/build/reproducible-path/indi-1.9.9+dfsg=. 
-fstack-protector-strong -fstack-clash-protection -Wformat 
-Werror=format-security -fcf-protection -Wdate-time -D_FORTIFY_SOURCE=2 
-D_FORTIFY_SOURCE=2 -O1 -Wa,--noexecstack  -Wall -Wextra -Wno-format-truncation 
-g -DHAVE_MREMAP -std=gnu++14 -fPIC -MD -MT 
libs/indicore/CMakeFiles/indicore.dir/sharedblob_parse.cpp.o -MF 
CMakeFiles/indicore.dir/sharedblob_parse.cpp.o.d -o 
CMakeFiles/indicore.dir/sharedblob_parse.cpp.o -c
  /build/reproducible-path/indi-1.9.9+dfsg/libs/indicore/sharedblob_parse.cpp
[  5%] Building C object libs/indicore/CMakeFiles/indicore.dir/shm_open_anon.c.o
cd /build/reproducible-path/indi-1.9.9+dfsg/obj-x86_64-linux-gnu/libs/indicore 
&& /usr/bin/cc -DENABLE_INDI_SHARED_MEMORY -DGIT_TAG_STRING=\"1.9.9-tgz\" 
-DHAVE_LIBNOVA -DWITH_ENCLEN 
-I/build/reproducible-path/indi-1.9.9+dfsg/obj-x86_64-linux-gnu/libs/indicore 
-I/build/reproducible-path/indi-1.9.9+dfsg/libs/indicore 
-I/build/reproducible-path/indi-1.9.9+dfsg/libs 
-I/build/reproducible-path/indi-1.9.9+dfsg/libs/indicore/. 
-I/build/reproducible-path/indi-1.9.9+dfsg/obj-x86_64-linux-gnu/libs/indicore/../..
 -g -O2 -Werror=implicit-function-declaration 
-ffile-prefix-map=/build/reproducible-path/indi-1.9.9+dfsg=. 
-fstack-protector-strong -fstack-clash-protection -Wformat 
-Werror=format-security -fcf-protection -Wdate-time -D_FORTIFY_SOURCE=2 
-D_FORTIFY_SOURCE=2 -O1 -Wa,--noexecstack  -Wall -Wextra -Wno-format-truncation 
-g -DHAVE_MREMAP -fPIC -MD -MT 
libs/indicore/CMakeFiles/indicore.dir/shm_open_anon.c.o -MF 
CMakeFiles/indicore.dir/shm_open_anon.c.o.d -o 
CMakeFiles/indicore.dir/shm_open_an
 on.c.o -c 
/build/reproducible-path/indi-1.9.9+dfsg/libs/indicore/shm_open_anon.c
make[3]: *** [libs/sockets/CMakeFiles/sockets.dir/build.make:82: 
libs/sockets/CMakeFiles/sockets.dir/tcpsocket.cpp.o] Error 1
make[3]: Leaving directory 
'/build/reproducible-path/indi-1.9.9+dfsg/obj-x86_64-linux-gnu'
make[2]: *** [CMakeFiles/Makefile2:1358: 
libs/sockets/CMakeFiles/sockets.dir/all] Error 2
make[2]: *** Waiting for unfinished jobs....
[  5%] Building CXX object libs/indicore/CMakeFiles/indicore.dir/libastro.cpp.o
cd /build/reproducible-path/indi-1.9.9+dfsg/obj-x86_64-linux-gnu/libs/indicore 
&& /usr/bin/c++ -DENABLE_INDI_SHARED_MEMORY -DGIT_TAG_STRING=\"1.9.9-tgz\" 
-DHAVE_LIBNOVA -DWITH_ENCLEN 
-I/build/reproducible-path/indi-1.9.9+dfsg/obj-x86_64-linux-gnu/libs/indicore 
-I/build/reproducible-path/indi-1.9.9+dfsg/libs/indicore 
-I/build/reproducible-path/indi-1.9.9+dfsg/libs 
-I/build/reproducible-path/indi-1.9.9+dfsg/libs/indicore/. 
-I/build/reproducible-path/indi-1.9.9+dfsg/obj-x86_64-linux-gnu/libs/indicore/../..
 -g -O2 -ffile-prefix-map=/build/reproducible-path/indi-1.9.9+dfsg=. 
-fstack-protector-strong -fstack-clash-protection -Wformat 
-Werror=format-security -fcf-protection -Wdate-time -D_FORTIFY_SOURCE=2 
-D_FORTIFY_SOURCE=2 -O1 -Wa,--noexecstack  -Wall -Wextra -Wno-format-truncation 
-g -DHAVE_MREMAP -std=gnu++14 -fPIC -MD -MT 
libs/indicore/CMakeFiles/indicore.dir/libastro.cpp.o -MF 
CMakeFiles/indicore.dir/libastro.cpp.o.d -o 
CMakeFiles/indicore.dir/libastro.cpp.o -c /build/reproducible-pat
 h/indi-1.9.9+dfsg/libs/indicore/libastro.cpp
[  5%] Building C object libs/dsp/CMakeFiles/dsp.dir/convert.c.o
cd /build/reproducible-path/indi-1.9.9+dfsg/obj-x86_64-linux-gnu/libs/dsp && 
/usr/bin/cc -DENABLE_INDI_SHARED_MEMORY -DGIT_TAG_STRING=\"1.9.9-tgz\" 
-DWITH_ENCLEN 
-I/build/reproducible-path/indi-1.9.9+dfsg/obj-x86_64-linux-gnu/libs/dsp 
-I/build/reproducible-path/indi-1.9.9+dfsg/libs/dsp 
-I/build/reproducible-path/indi-1.9.9+dfsg/libs -I/usr/include/libusb-1.0 
-I/build/reproducible-path/indi-1.9.9+dfsg/libs/indibase 
-I/build/reproducible-path/indi-1.9.9+dfsg/libs/indibase/timer 
-I/build/reproducible-path/indi-1.9.9+dfsg/libs/dsp/. -g -O2 
-Werror=implicit-function-declaration 
-ffile-prefix-map=/build/reproducible-path/indi-1.9.9+dfsg=. 
-fstack-protector-strong -fstack-clash-protection -Wformat 
-Werror=format-security -fcf-protection -Wdate-time -D_FORTIFY_SOURCE=2 
-D_FORTIFY_SOURCE=2 -O1 -Wa,--noexecstack  -Wall -Wextra -Wno-format-truncation 
-g -DHAVE_MREMAP -fPIC -MD -MT libs/dsp/CMakeFiles/dsp.dir/convert.c.o -MF 
CMakeFiles/dsp.dir/convert.c.o.d -o CMakeFiles/dsp.dir/convert.c.o -c /
 build/reproducible-path/indi-1.9.9+dfsg/libs/dsp/convert.c
[  5%] Building C object libs/dsp/CMakeFiles/dsp.dir/fft.c.o
cd /build/reproducible-path/indi-1.9.9+dfsg/obj-x86_64-linux-gnu/libs/dsp && 
/usr/bin/cc -DENABLE_INDI_SHARED_MEMORY -DGIT_TAG_STRING=\"1.9.9-tgz\" 
-DWITH_ENCLEN 
-I/build/reproducible-path/indi-1.9.9+dfsg/obj-x86_64-linux-gnu/libs/dsp 
-I/build/reproducible-path/indi-1.9.9+dfsg/libs/dsp 
-I/build/reproducible-path/indi-1.9.9+dfsg/libs -I/usr/include/libusb-1.0 
-I/build/reproducible-path/indi-1.9.9+dfsg/libs/indibase 
-I/build/reproducible-path/indi-1.9.9+dfsg/libs/indibase/timer 
-I/build/reproducible-path/indi-1.9.9+dfsg/libs/dsp/. -g -O2 
-Werror=implicit-function-declaration 
-ffile-prefix-map=/build/reproducible-path/indi-1.9.9+dfsg=. 
-fstack-protector-strong -fstack-clash-protection -Wformat 
-Werror=format-security -fcf-protection -Wdate-time -D_FORTIFY_SOURCE=2 
-D_FORTIFY_SOURCE=2 -O1 -Wa,--noexecstack  -Wall -Wextra -Wno-format-truncation 
-g -DHAVE_MREMAP -fPIC -MD -MT libs/dsp/CMakeFiles/dsp.dir/fft.c.o -MF 
CMakeFiles/dsp.dir/fft.c.o.d -o CMakeFiles/dsp.dir/fft.c.o -c /build/reprod
 ucible-path/indi-1.9.9+dfsg/libs/dsp/fft.c
[  5%] Building C object libs/dsp/CMakeFiles/dsp.dir/filters.c.o
cd /build/reproducible-path/indi-1.9.9+dfsg/obj-x86_64-linux-gnu/libs/dsp && 
/usr/bin/cc -DENABLE_INDI_SHARED_MEMORY -DGIT_TAG_STRING=\"1.9.9-tgz\" 
-DWITH_ENCLEN 
-I/build/reproducible-path/indi-1.9.9+dfsg/obj-x86_64-linux-gnu/libs/dsp 
-I/build/reproducible-path/indi-1.9.9+dfsg/libs/dsp 
-I/build/reproducible-path/indi-1.9.9+dfsg/libs -I/usr/include/libusb-1.0 
-I/build/reproducible-path/indi-1.9.9+dfsg/libs/indibase 
-I/build/reproducible-path/indi-1.9.9+dfsg/libs/indibase/timer 
-I/build/reproducible-path/indi-1.9.9+dfsg/libs/dsp/. -g -O2 
-Werror=implicit-function-declaration 
-ffile-prefix-map=/build/reproducible-path/indi-1.9.9+dfsg=. 
-fstack-protector-strong -fstack-clash-protection -Wformat 
-Werror=format-security -fcf-protection -Wdate-time -D_FORTIFY_SOURCE=2 
-D_FORTIFY_SOURCE=2 -O1 -Wa,--noexecstack  -Wall -Wextra -Wno-format-truncation 
-g -DHAVE_MREMAP -fPIC -MD -MT libs/dsp/CMakeFiles/dsp.dir/filters.c.o -MF 
CMakeFiles/dsp.dir/filters.c.o.d -o CMakeFiles/dsp.dir/filters.c.o -c /
 build/reproducible-path/indi-1.9.9+dfsg/libs/dsp/filters.c
[  6%] Building C object libs/dsp/CMakeFiles/dsp.dir/signals.c.o
cd /build/reproducible-path/indi-1.9.9+dfsg/obj-x86_64-linux-gnu/libs/dsp && 
/usr/bin/cc -DENABLE_INDI_SHARED_MEMORY -DGIT_TAG_STRING=\"1.9.9-tgz\" 
-DWITH_ENCLEN 
-I/build/reproducible-path/indi-1.9.9+dfsg/obj-x86_64-linux-gnu/libs/dsp 
-I/build/reproducible-path/indi-1.9.9+dfsg/libs/dsp 
-I/build/reproducible-path/indi-1.9.9+dfsg/libs -I/usr/include/libusb-1.0 
-I/build/reproducible-path/indi-1.9.9+dfsg/libs/indibase 
-I/build/reproducible-path/indi-1.9.9+dfsg/libs/indibase/timer 
-I/build/reproducible-path/indi-1.9.9+dfsg/libs/dsp/. -g -O2 
-Werror=implicit-function-declaration 
-ffile-prefix-map=/build/reproducible-path/indi-1.9.9+dfsg=. 
-fstack-protector-strong -fstack-clash-protection -Wformat 
-Werror=format-security -fcf-protection -Wdate-time -D_FORTIFY_SOURCE=2 
-D_FORTIFY_SOURCE=2 -O1 -Wa,--noexecstack  -Wall -Wextra -Wno-format-truncation 
-g -DHAVE_MREMAP -fPIC -MD -MT libs/dsp/CMakeFiles/dsp.dir/signals.c.o -MF 
CMakeFiles/dsp.dir/signals.c.o.d -o CMakeFiles/dsp.dir/signals.c.o -c /
 build/reproducible-path/indi-1.9.9+dfsg/libs/dsp/signals.c
[  6%] Building C object libs/dsp/CMakeFiles/dsp.dir/convolution.c.o
cd /build/reproducible-path/indi-1.9.9+dfsg/obj-x86_64-linux-gnu/libs/dsp && 
/usr/bin/cc -DENABLE_INDI_SHARED_MEMORY -DGIT_TAG_STRING=\"1.9.9-tgz\" 
-DWITH_ENCLEN 
-I/build/reproducible-path/indi-1.9.9+dfsg/obj-x86_64-linux-gnu/libs/dsp 
-I/build/reproducible-path/indi-1.9.9+dfsg/libs/dsp 
-I/build/reproducible-path/indi-1.9.9+dfsg/libs -I/usr/include/libusb-1.0 
-I/build/reproducible-path/indi-1.9.9+dfsg/libs/indibase 
-I/build/reproducible-path/indi-1.9.9+dfsg/libs/indibase/timer 
-I/build/reproducible-path/indi-1.9.9+dfsg/libs/dsp/. -g -O2 
-Werror=implicit-function-declaration 
-ffile-prefix-map=/build/reproducible-path/indi-1.9.9+dfsg=. 
-fstack-protector-strong -fstack-clash-protection -Wformat 
-Werror=format-security -fcf-protection -Wdate-time -D_FORTIFY_SOURCE=2 
-D_FORTIFY_SOURCE=2 -O1 -Wa,--noexecstack  -Wall -Wextra -Wno-format-truncation 
-g -DHAVE_MREMAP -fPIC -MD -MT libs/dsp/CMakeFiles/dsp.dir/convolution.c.o -MF 
CMakeFiles/dsp.dir/convolution.c.o.d -o CMakeFiles/dsp.dir/convolut
 ion.c.o -c /build/reproducible-path/indi-1.9.9+dfsg/libs/dsp/convolution.c
[  6%] Building C object libs/dsp/CMakeFiles/dsp.dir/stats.c.o
cd /build/reproducible-path/indi-1.9.9+dfsg/obj-x86_64-linux-gnu/libs/dsp && 
/usr/bin/cc -DENABLE_INDI_SHARED_MEMORY -DGIT_TAG_STRING=\"1.9.9-tgz\" 
-DWITH_ENCLEN 
-I/build/reproducible-path/indi-1.9.9+dfsg/obj-x86_64-linux-gnu/libs/dsp 
-I/build/reproducible-path/indi-1.9.9+dfsg/libs/dsp 
-I/build/reproducible-path/indi-1.9.9+dfsg/libs -I/usr/include/libusb-1.0 
-I/build/reproducible-path/indi-1.9.9+dfsg/libs/indibase 
-I/build/reproducible-path/indi-1.9.9+dfsg/libs/indibase/timer 
-I/build/reproducible-path/indi-1.9.9+dfsg/libs/dsp/. -g -O2 
-Werror=implicit-function-declaration 
-ffile-prefix-map=/build/reproducible-path/indi-1.9.9+dfsg=. 
-fstack-protector-strong -fstack-clash-protection -Wformat 
-Werror=format-security -fcf-protection -Wdate-time -D_FORTIFY_SOURCE=2 
-D_FORTIFY_SOURCE=2 -O1 -Wa,--noexecstack  -Wall -Wextra -Wno-format-truncation 
-g -DHAVE_MREMAP -fPIC -MD -MT libs/dsp/CMakeFiles/dsp.dir/stats.c.o -MF 
CMakeFiles/dsp.dir/stats.c.o.d -o CMakeFiles/dsp.dir/stats.c.o -c /build/
 reproducible-path/indi-1.9.9+dfsg/libs/dsp/stats.c
[  6%] Building C object libs/dsp/CMakeFiles/dsp.dir/stream.c.o
cd /build/reproducible-path/indi-1.9.9+dfsg/obj-x86_64-linux-gnu/libs/dsp && 
/usr/bin/cc -DENABLE_INDI_SHARED_MEMORY -DGIT_TAG_STRING=\"1.9.9-tgz\" 
-DWITH_ENCLEN 
-I/build/reproducible-path/indi-1.9.9+dfsg/obj-x86_64-linux-gnu/libs/dsp 
-I/build/reproducible-path/indi-1.9.9+dfsg/libs/dsp 
-I/build/reproducible-path/indi-1.9.9+dfsg/libs -I/usr/include/libusb-1.0 
-I/build/reproducible-path/indi-1.9.9+dfsg/libs/indibase 
-I/build/reproducible-path/indi-1.9.9+dfsg/libs/indibase/timer 
-I/build/reproducible-path/indi-1.9.9+dfsg/libs/dsp/. -g -O2 
-Werror=implicit-function-declaration 
-ffile-prefix-map=/build/reproducible-path/indi-1.9.9+dfsg=. 
-fstack-protector-strong -fstack-clash-protection -Wformat 
-Werror=format-security -fcf-protection -Wdate-time -D_FORTIFY_SOURCE=2 
-D_FORTIFY_SOURCE=2 -O1 -Wa,--noexecstack  -Wall -Wextra -Wno-format-truncation 
-g -DHAVE_MREMAP -fPIC -MD -MT libs/dsp/CMakeFiles/dsp.dir/stream.c.o -MF 
CMakeFiles/dsp.dir/stream.c.o.d -o CMakeFiles/dsp.dir/stream.c.o -c /bui
 ld/reproducible-path/indi-1.9.9+dfsg/libs/dsp/stream.c
/build/reproducible-path/indi-1.9.9+dfsg/libs/dsp/stream.c: In function 
‘dsp_stream_new’:
/build/reproducible-path/indi-1.9.9+dfsg/libs/dsp/stream.c:128:19: warning: 
allocation of insufficient size ‘0’ for type ‘dsp_t’ {aka ‘double’} with size 
‘8’ [-Walloc-size]
  128 |     stream->buf = (dsp_t*)malloc(sizeof(dsp_t) * 0);
      |                   ^
/build/reproducible-path/indi-1.9.9+dfsg/libs/dsp/stream.c:129:23: warning: 
allocation of insufficient size ‘0’ for type ‘double’ with size ‘8’ 
[-Walloc-size]
  129 |     stream->dft.buf = (double*)malloc(sizeof(dsp_t) * 0);
      |                       ^
make[3]: Leaving directory 
'/build/reproducible-path/indi-1.9.9+dfsg/obj-x86_64-linux-gnu'
[  6%] Built target fpack
make[3]: Leaving directory 
'/build/reproducible-path/indi-1.9.9+dfsg/obj-x86_64-linux-gnu'
[  6%] Built target dsp
make[3]: Leaving directory 
'/build/reproducible-path/indi-1.9.9+dfsg/obj-x86_64-linux-gnu'
[  6%] Built target indicore
make[2]: Leaving directory 
'/build/reproducible-path/indi-1.9.9+dfsg/obj-x86_64-linux-gnu'
make[1]: *** [Makefile:139: all] Error 2
make[1]: Leaving directory 
'/build/reproducible-path/indi-1.9.9+dfsg/obj-x86_64-linux-gnu'
dh_auto_build: error: cd obj-x86_64-linux-gnu && make -j8 "INSTALL=install 
--strip-program=true" VERBOSE=1 returned exit code 2
make: *** [debian/rules:14: binary] Error 25
dpkg-buildpackage: error: debian/rules binary subprocess returned exit status 2

Reply via email to