Your message dated Fri, 27 Oct 2017 23:48:49 +0000
with message-id <e1e8emr-000eo4...@fasolo.debian.org>
and subject line Bug#878341: fixed in baresip 0.5.6-1
has caused the Debian Bug report #878341,
regarding librem-dev causes FTBFS in baresip: conflicting types for goertzel_*
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.)


-- 
878341: https://bugs.debian.org/cgi-bin/bugreport.cgi?bug=878341
Debian Bug Tracking System
Contact ow...@bugs.debian.org with problems
--- Begin Message ---
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

--- End Message ---
--- Begin Message ---
Source: baresip
Source-Version: 0.5.6-1

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

Debian distribution maintenance software
pp.
Jonas Smedegaard <d...@jones.dk> (supplier of updated baresip 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: Sat, 28 Oct 2017 01:31:09 +0200
Source: baresip
Binary: baresip baresip-core baresip-gtk baresip-ffmpeg baresip-gstreamer 
baresip-x11
Architecture: source
Version: 0.5.6-1
Distribution: unstable
Urgency: medium
Maintainer: Debian VoIP Team <pkg-voip-maintain...@lists.alioth.debian.org>
Changed-By: Jonas Smedegaard <d...@jones.dk>
Description:
 baresip    - portable and modular SIP user-agent - metapackage
 baresip-core - portable and modular SIP user-agent - core parts
 baresip-ffmpeg - portable and modular SIP user-agent - FFmpeg codecs and 
formats
 baresip-gstreamer - portable and modular SIP user-agent - GStreamer pipelines
 baresip-gtk - portable and modular SIP user-agent - GTK+ front-end
 baresip-x11 - portable and modular SIP user-agent - X11 features
Closes: 878341
Changes:
 baresip (0.5.6-1) unstable; urgency=medium
 .
   [ upstream ]
   * New release.
 .
   [ Jonas Smedegaard ]
   * Update copyright info: Track files copyright Jonathan Sieber.
   * Update watch file: Use substitution strings.
   * Enable new Avahi module:
     + Build-depend on libavahi-client-dev.
     + Have baresip-core recommend avahi-daemon.
     + Mention Avahi in long descriptions.
   * Update copyright-check script to extract png files.
   * Fix tighten build-dependency on librem-dev due to changed types.
     Closes: Bug#878341. Thanks to Adrian Bunk.
   * Declare compliance with Debian Policy 4.1.1.
Checksums-Sha1:
 accccca3f5928536808ff1f49fee14077cbce297 3042 baresip_0.5.6-1.dsc
 b44290cbd9dc71b61c3e2eb086a77f0a66e71f09 554503 baresip_0.5.6.orig.tar.gz
 efe95733c49b79791dced57847aa1b9d3c8edc1c 10912 baresip_0.5.6-1.debian.tar.xz
 31a89996aaeafcfc4fef483e7d2efaadfcaa048f 19758 baresip_0.5.6-1_amd64.buildinfo
Checksums-Sha256:
 32122d29f3b3a0bc05d56dc2089c06662dbee0af84e56f0102cad5f2ff684f82 3042 
baresip_0.5.6-1.dsc
 f2abddde766001c8a57546b1fc3e185f67884bb67224690213219448013404f7 554503 
baresip_0.5.6.orig.tar.gz
 d4921b8702db8fec7e32c42d0c10cf212f1c9348076c213bba757b9f1b77db4a 10912 
baresip_0.5.6-1.debian.tar.xz
 15d4e934dd3f6c6ddccdb62f4aa78c2662f3fee85a34a931cd706741d3977053 19758 
baresip_0.5.6-1_amd64.buildinfo
Files:
 013acd141ec44f8b2664f37cdccd0fb6 3042 comm optional baresip_0.5.6-1.dsc
 5d6420287d16a989d11fd4e80644a26f 554503 comm optional baresip_0.5.6.orig.tar.gz
 604d6da1a5bf956ba18091e08f5fb2bb 10912 comm optional 
baresip_0.5.6-1.debian.tar.xz
 c5f2755824d012f6658fd58c26b9871b 19758 comm optional 
baresip_0.5.6-1_amd64.buildinfo

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

iQIzBAEBCgAdFiEEn+Ppw2aRpp/1PMaELHwxRsGgASEFAlnzwt0ACgkQLHwxRsGg
ASH5wA//bhVI46f5EQGFUCO2VZQxBBIaGCIfIdEO0ee8xC+NFSEgLuLFpYCcZu8J
g7gdSz02en+usmxN7XT2KlfueAlqMQceCyXvYIxeNvXFOZpi76yMs7ENqRCT0IYW
5Xj8lcs7m3HT5y6PzXxwjbaskcsZnK8T+iEuKWvpaIQ4TWvkYWEG04UEZSH2VWev
EOVCeVGIwICCGcaSWXk1LaNHfDZeZVeUkoabbYCac/Ry9JbQqr5rr484kW47ybeR
mJpRrUtZN+SmWsa2d3vhvf3RzTeq0PATZ3bmFj4zwTxWSh3P9OO0r3URIY2F+7Zy
+gNKGH97NmFlRHCLiwpKUobG5lAz3KeTX8MhYu4CTjs+WcOgOUAYklELLTipJ3Lh
1lUQLhquSr8+FzQRn2+HcBirlVpmzabYev0FtMZQYS9SD03SXEQS0+6V6w36Ej3s
QB8etuTTLESHq3zj6RYmcXM6yZk0wVT6mAzEmKb4HstAQJyal4jrvpPLwMi3u4jp
McZOMhbelvOCL85F+RxDwQCI2HCoesi/i3cQKHWN14V8mnO69keZJJgeb5j5DR7L
Sbx0QpvPrrHglEpXGHKSNnShNEN+QXFbqNgKCVr/AeWGfCkWW2Rc8Xk06L/IbAm5
m2jdWzFsFie42lPXmbdJ7TKuc2VbJw1dSv8AHtiy3rPqXcA32a4=
=xZyz
-----END PGP SIGNATURE-----

--- End Message ---
_______________________________________________
pkg-multimedia-maintainers mailing list
pkg-multimedia-maintainers@lists.alioth.debian.org
http://lists.alioth.debian.org/cgi-bin/mailman/listinfo/pkg-multimedia-maintainers

Reply via email to