Package: librem-dev
Version: 0.5.2-1
Severity: serious
Control: affects -1 src:baresip

https://tests.reproducible-builds.org/debian/rb-pkg/unstable/amd64/baresip.html

...
  CC [M]  build-x86_64/modules/g726/g726.o
gcc -DRELEASE -Wall -Wmissing-declarations -Wmissing-prototypes 
-Wstrict-prototypes -Wbad-function-cast -Wsign-compare -Wnested-externs 
-Wshadow -Waggregate-return -Wcast-align -g -O3   -Wuninitialized 
-Wno-strict-aliasing -fPIC -DLINUX -DOS=\"linux\" -std=c99 -pedantic 
-DARCH=\"x86_64\" -DUSE_OPENSSL -DUSE_TLS -DUSE_OPENSSL_DTLS -DUSE_DTLS 
-DUSE_OPENSSL_SRTP -DUSE_DTLS_SRTP -DUSE_ZLIB -DHAVE_PTHREAD -DHAVE_GETIFADDRS 
-DHAVE_STRERROR_R -DHAVE_GETOPT -DHAVE_INTTYPES_H -DHAVE_NET_ROUTE_H 
-DHAVE_SYS_SYSCTL_H -DHAVE_STDBOOL_H -DHAVE_INET6 -DHAVE_RESOLV -DHAVE_SYSLOG 
-DHAVE_FORK -DHAVE_INET_NTOP -DHAVE_PWD_H -DHAVE_POLL   -DHAVE_INET_PTON 
-DHAVE_SELECT -DHAVE_SELECT_H -DHAVE_SETRLIMIT -DHAVE_SIGNAL -DHAVE_SYS_TIME_H 
-DHAVE_EPOLL -DHAVE_UNAME -DHAVE_UNISTD_H -DHAVE_STRINGS_H -DHAVE_GAI_STRERROR 
-DVERSION=\"0.5.5\" -g -O2 -fstack-protector-strong -Wformat 
-Werror=format-security -Wdate-time -D_FORTIFY_SOURCE=2 -I. -Iinclude 
-I/usr/include/re -I/usr/include -I/include -I/usr/local/include/rem
  -I/usr/include/rem -D_GNU_SOURCE -DUSE_VIDEO=1 -DMODULE_CONF 
-DPREFIX=\"/usr\" -DUSE_AVCODEC -DUSE_AVFORMAT  \
        -c modules/g726/g726.c -o build-x86_64/modules/g726/g726.o -MD -MF 
build-x86_64/modules/g726/g726.d -MT build-x86_64/modules/g726/g726.o
In file included from /usr/include/x86_64-linux-gnu/spandsp.h:78:0,
                 from modules/g726/g726.c:11:
/usr/include/spandsp/tone_detect.h:84:34: error: conflicting types for 
'goertzel_init'
 SPAN_DECLARE(goertzel_state_t *) goertzel_init(goertzel_state_t *s,
                                  ^~~~~~~~~~~~~
In file included from /usr/include/rem/rem_audio.h:16:0,
                 from /usr/include/rem/rem.h:15,
                 from modules/g726/g726.c:8:
/usr/include/rem/rem_goertzel.h:15:7: note: previous declaration of 
'goertzel_init' was here
 void  goertzel_init(struct goertzel *g, double freq, unsigned srate);
       ^~~~~~~~~~~~~
In file included from /usr/include/x86_64-linux-gnu/spandsp.h:78:0,
                 from modules/g726/g726.c:11:
/usr/include/spandsp/tone_detect.h:93:20: error: conflicting types for 
'goertzel_reset'
 SPAN_DECLARE(void) goertzel_reset(goertzel_state_t *s);
                    ^~~~~~~~~~~~~~
In file included from /usr/include/rem/rem_audio.h:16:0,
                 from /usr/include/rem/rem.h:15,
                 from modules/g726/g726.c:8:
/usr/include/rem/rem_goertzel.h:16:7: note: previous declaration of 
'goertzel_reset' was here
 void  goertzel_reset(struct goertzel *g);
       ^~~~~~~~~~~~~~
In file included from /usr/include/x86_64-linux-gnu/spandsp.h:78:0,
                 from modules/g726/g726.c:11:
/usr/include/spandsp/tone_detect.h:100:19: error: conflicting types for 
'goertzel_update'
 SPAN_DECLARE(int) goertzel_update(goertzel_state_t *s,
                   ^~~~~~~~~~~~~~~
In file included from /usr/include/rem/rem_audio.h:16:0,
                 from /usr/include/rem/rem.h:15,
                 from modules/g726/g726.c:8:
/usr/include/rem/rem_goertzel.h:26:20: note: previous definition of 
'goertzel_update' was here
 static inline void goertzel_update(struct goertzel *g, int16_t samp)
                    ^~~~~~~~~~~~~~~
In file included from /usr/include/x86_64-linux-gnu/spandsp.h:78:0,
                 from modules/g726/g726.c:11:
/usr/include/spandsp/tone_detect.h:113:21: error: conflicting types for 
'goertzel_result'
 SPAN_DECLARE(float) goertzel_result(goertzel_state_t *s);
                     ^~~~~~~~~~~~~~~
In file included from /usr/include/rem/rem_audio.h:16:0,
                 from /usr/include/rem/rem.h:15,
                 from modules/g726/g726.c:8:
/usr/include/rem/rem_goertzel.h:17:8: note: previous declaration of 
'goertzel_result' was here
 double goertzel_result(struct goertzel *g);
        ^~~~~~~~~~~~~~~
mk/mod.mk:42: recipe for target 'build-x86_64/modules/g726/g726.o' failed
make[1]: *** [build-x86_64/modules/g726/g726.o] Error 1

Reply via email to