Your message dated Wed, 03 Oct 2018 21:41:49 +0000 with message-id <e1g7otx-0009wp...@fasolo.debian.org> and subject line Bug#905481: fixed in mediastreamer2 1:2.16.1-3 has caused the Debian Bug report #905481, regarding mediastreamer2: FTBFS with GCC-8 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.) -- 905481: https://bugs.debian.org/cgi-bin/bugreport.cgi?bug=905481 Debian Bug Tracking System Contact ow...@bugs.debian.org with problems
--- Begin Message ---Source: mediastreamer2 Version: 1:2.16.1-2 Severity: serious Justification: fails to build from source Hi, mediastreamer2 FTBFS since GCC-8 became the default compiler: [ 38%] Building C object src/CMakeFiles/mediastreamer_voip-static.dir/voip/audiostream.c.o cd /build/mediastreamer2-2.16.1/obj-x86_64-linux-gnu/src && /usr/bin/cc -DBCTBX_STATIC -DBZRTP_STATIC -DHAVE_CONFIG_H -DMS2_EXPORTS -DMS2_FILTERS -DMS2_INTERNAL -DMS2_STATIC -DORTP_STATIC -DVIDEO_ENABLED -D_TRUE_TIME -I/build/mediastreamer2-2.16.1/include -I/build/mediastreamer2-2.16.1/src/audiofilters -I/build/mediastreamer2-2.16.1/src/utils -I/build/mediastreamer2-2.16.1/src/voip -I/build/mediastreamer2-2.16.1/obj-x86_64-linux-gnu -I/build/mediastreamer2-2.16.1/obj-x86_64-linux-gnu/src -I/usr/include/libxml2 -I/usr/include/x86_64-linux-gnu -g -O2 -fdebug-prefix-map=/build/mediastreamer2-2.16.1=. -fstack-protector-strong -Wformat -Werror=format-security -Wdate-time -D_FORTIFY_SOURCE=2 -Wall -Wuninitialized -Wno-format-truncation -Werror -Wextra -Wno-unused-parameter -fno-strict-aliasing -Wno-missing-field-initializers -Wdeclaration-after-statement -Wstrict-prototypes -Wno-error=strict-prototypes -o CMakeFiles/mediastreamer_voip-static.dir/voip/audiostream.c.o -c /build/mediastreamer2-2.16.1/src/voip/audiostream.c /build/mediastreamer2-2.16.1/src/voip/audiostream.c: In function 'audio_stream_start_from_io': /build/mediastreamer2-2.16.1/src/voip/audiostream.c:816:52: error: cast between incompatible function types from 'void (*)(RtpSession *, uint32_t, void *)' {aka 'void (*)(struct _RtpSession *, unsigned int, void *)'} to 'void (*)(struct _RtpSession *, void *, void *, void *)' [-Werror=cast-function-type] rtp_session_signal_connect(rtps,"telephone-event",(RtpCallback)on_dtmf_received,stream); ^ /build/mediastreamer2-2.16.1/src/voip/audiostream.c:817:57: error: cast between incompatible function types from 'bool_t (*)(RtpSession *, void *)' {aka 'unsigned char (*)(struct _RtpSession *, void *)'} to 'void (*)(struct _RtpSession *, void *, void *, void *)' [-Werror=cast-function-type] rtp_session_signal_connect(rtps,"payload_type_changed",(RtpCallback)audio_stream_payload_type_changed,stream); ^ /build/mediastreamer2-2.16.1/src/voip/audiostream.c: In function 'audio_stream_stop': /build/mediastreamer2-2.16.1/src/voip/audiostream.c:1783:94: error: cast between incompatible function types from 'void (*)(RtpSession *, uint32_t, void *)' {aka 'void (*)(struct _RtpSession *, unsigned int, void *)'} to 'void (*)(struct _RtpSession *, void *, void *, void *)' [-Werror=cast-function-type] rtp_session_signal_disconnect_by_callback(stream->ms.sessions.rtp_session,"telephone-event",(RtpCallback)on_dtmf_received); ^ /build/mediastreamer2-2.16.1/src/voip/audiostream.c:1784:99: error: cast between incompatible function types from 'bool_t (*)(RtpSession *, void *)' {aka 'unsigned char (*)(struct _RtpSession *, void *)'} to 'void (*)(struct _RtpSession *, void *, void *, void *)' [-Werror=cast-function-type] rtp_session_signal_disconnect_by_callback(stream->ms.sessions.rtp_session,"payload_type_changed",(RtpCallback)audio_stream_payload_type_changed); ^ This seems to be caused by compiling with error and the new compiler series emitting more diagnostics. Andreas
mediastreamer2_1%2.16.1-2.log.gz
Description: application/gzip
--- End Message ---
--- Begin Message ---Source: mediastreamer2 Source-Version: 1:2.16.1-3 We believe that the bug you reported is fixed in the latest version of mediastreamer2, 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 905...@bugs.debian.org, and the maintainer will reopen the bug report if appropriate. Debian distribution maintenance software pp. Bernhard Schmidt <be...@debian.org> (supplier of updated mediastreamer2 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: Wed, 03 Oct 2018 22:08:36 +0200 Source: mediastreamer2 Binary: libmediastreamer-base10 libmediastreamer-dev libmediastreamer-voip10 Architecture: source Version: 1:2.16.1-3 Distribution: experimental Urgency: medium Maintainer: Debian VoIP Team <pkg-voip-maintain...@lists.alioth.debian.org> Changed-By: Bernhard Schmidt <be...@debian.org> Description: libmediastreamer-base10 - Voice and video streaming engine for telephony (base) libmediastreamer-dev - Development files for the mediastreamer2 library libmediastreamer-voip10 - Voice and video streaming engine for telephony (voip) Closes: 901735 905481 Changes: mediastreamer2 (1:2.16.1-3) experimental; urgency=medium . * Team upload. . [ Dr. Tobias Quathamer ] * Switch Vcs-URLs to salsa.d.o * Add patch to fix possible breakage with FFmpeg 4.0. Thanks to James Cowgill <jcowg...@debian.org> (Closes: #901735) * Use debhelper v11 * Update Standards-Version to 4.1.4, no changes needed . [ Bernhard Schmidt ] * Switch to libsrtp2, cherry-picking an upstream commit * Fix FTBFS with GCC-8 (cherry-pick two upstream commits) (Closes: #905481) * remove superfluous libmediastreamer-dev.docs Checksums-Sha1: bbd8d522acf2f149014e044a4b399829d3040526 2954 mediastreamer2_2.16.1-3.dsc 47a9e954b099003f60bf7355cf4c86e03d7fe516 19876 mediastreamer2_2.16.1-3.debian.tar.xz 130c37d2f0a2a24102a1a61d35147e6829a98cdb 16158 mediastreamer2_2.16.1-3_amd64.buildinfo Checksums-Sha256: 5935a2a584cd02fd436b79880ad00dfe59f2f7b3a8cc55c88ad60333e0f2c939 2954 mediastreamer2_2.16.1-3.dsc fc8484cd76a96ab35794f409a9dcf42155437ce1850a8edeea56a6bb74565ea9 19876 mediastreamer2_2.16.1-3.debian.tar.xz 51375981062da89d22fe681b34044fc3ca6c333134071c714fd1672d58080f21 16158 mediastreamer2_2.16.1-3_amd64.buildinfo Files: 950607447f794bf3118dea5c7f08caf0 2954 libs optional mediastreamer2_2.16.1-3.dsc a7f13f277db3b31b93708719b4caa1a2 19876 libs optional mediastreamer2_2.16.1-3.debian.tar.xz a20307a6999a81e0dc161f1ee4f8c49e 16158 libs optional mediastreamer2_2.16.1-3_amd64.buildinfo -----BEGIN PGP SIGNATURE----- iQJFBAEBCgAvFiEE1uAexRal3873GVbTd1B55bhQvJMFAlu1JgkRHGJlcm5pQGRl Ymlhbi5vcmcACgkQd1B55bhQvJMv2g//a57TyKT6OsHmCBhplLggovAGOwXTJQFv f/Vriwp30YM3RRUJ8ubvCNZrue6dF/gF9De5Zc7sPonaCLWQPDrVloGoAVWWNWII Z3PZgzFQNRrv78MR4SVTrRZn1xMVcyUiHeTT1yyClFXD5L6IP2KB5tbztxSPAb1E Tl5VHzp2fQksIxpZn5Xqyyu7ox1As67QL7MIaAmPF6EbHmktvXUK6m2vASkLq7nh s4vznCIpE1e/Gtl9/FRxDSa0/72/adcIsEaQ3cE0WGKiwWPRhsWFoomFRV+rPq4X pPvWjsL024gl5PnBws3xk+DsUONRN9mNP/Ke5D8u5DyzHMwU9FuNF5bqqZGv6Ki+ MgrJ2Muv03tAEwj0NYC5aFNRLUUHx5uU0FF5BcLKOzWclqjKdlgXIlGnDGRefHQM YyjM657eaH8Ljl3MZZWmkXmKM1ol9WiS8gjMcJZ1HI/vEv9ElfusORzonFBrfp23 jB1mOd5TOq9yXwY2x5KZO3y3OudWOkatLyOyLJWSiV1cl0kcsNe4HbIvkotg2oR9 58zHrqL0xh/W+Vi01DqAf/6OTX1ujJjC7n30gW4wFtzSZ9vzCz96B1Tc17ewG6+X DyUmYdIRGhcHC4Hy+Ntr7UVT32LVMMZ9Q33tQJ/lfwKyMofQnW3ubVkLAINYGGgY 4qv9Dxny1iI= =P7u6 -----END PGP SIGNATURE-----
--- End Message ---