Your message dated Wed, 03 Nov 2021 17:49:38 +0000
with message-id <[email protected]>
and subject line Bug#984234: fixed in mediastreamer2 1:4.4.21-3.1
has caused the Debian Bug report #984234,
regarding mediastreamer2: ftbfs with GCC-11
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 [email protected]
immediately.)
--
984234: https://bugs.debian.org/cgi-bin/bugreport.cgi?bug=984234
Debian Bug Tracking System
Contact [email protected] with problems
--- Begin Message ---
Package: src:mediastreamer2
Version: 1:4.4.21-3
Severity: normal
Tags: sid bookworm
User: [email protected]
Usertags: ftbfs-gcc-11
[This bug is not targeted to the upcoming bullseye 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-11/g++-11, but succeeds to build with gcc-10/g++-10. The
severity of this report will be raised before the bookworm release,
so nothing has to be done for the bullseye release.
The full build log can be found at:
http://people.debian.org/~doko/logs/20210228/filtered/gcc11/mediastreamer2_4.4.21-3_unstable_gcc11.log
The last lines of the build log are at the end of this report.
To build with GCC 11, either set CC=gcc-11 CXX=g++-11 explicitly,
or install the gcc, g++, gfortran, ... packages from experimental.
apt-get -t=experimental install g++
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-11/porting_to.html
GCC 11 defaults to the GNU++17 standard. If your package installs
header files in /usr/include, please don't work around C++17 issues
by choosing a lower C++ standard for the package build, but fix these
issues to build with the C++17 standard.
[...]
from /usr/include/bctoolbox/list.h:23,
from /usr/include/ortp/rtpsession.h:34,
from /<<PKGBUILDDIR>>/include/mediastreamer2/stun.h:24,
from /<<PKGBUILDDIR>>/src/voip/ice.c:31:
In function ‘strncpy’,
inlined from ‘ice_compute_candidate_foundation’ at
/<<PKGBUILDDIR>>/src/voip/ice.c:3277:4:
/usr/include/x86_64-linux-gnu/bits/string_fortified.h:106:10: warning:
‘__builtin_strncpy’ output may be truncated copying 31 bytes from a string of
length 31 [-Wstringop-truncation]
106 | return __builtin___strncpy_chk (__dest, __src, __len, __bos (__dest));
| ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
In function ‘strncpy’,
inlined from ‘ice_candidate_new’ at /<<PKGBUILDDIR>>/src/voip/ice.c:2988:2:
/usr/include/x86_64-linux-gnu/bits/string_fortified.h:106:10: warning:
‘__builtin_strncpy’ specified bound 64 equals destination size
[-Wstringop-truncation]
106 | return __builtin___strncpy_chk (__dest, __src, __len, __bos (__dest));
| ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
/usr/include/x86_64-linux-gnu/bits/string_fortified.h:106:10: warning:
‘__builtin_strncpy’ specified bound 64 equals destination size
[-Wstringop-truncation]
In function ‘strncpy’,
inlined from ‘ice_generate_pair_foundations_list’ at
/<<PKGBUILDDIR>>/src/voip/ice.c:3583:2:
/usr/include/x86_64-linux-gnu/bits/string_fortified.h:106:10: warning:
‘__builtin_strncpy’ output may be truncated copying 31 bytes from a string of
length 31 [-Wstringop-truncation]
106 | return __builtin___strncpy_chk (__dest, __src, __len, __bos (__dest));
| ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
In function ‘strncpy’,
inlined from ‘ice_generate_pair_foundations_list’ at
/<<PKGBUILDDIR>>/src/voip/ice.c:3584:2:
/usr/include/x86_64-linux-gnu/bits/string_fortified.h:106:10: warning:
‘__builtin_strncpy’ output may be truncated copying 31 bytes from a string of
length 31 [-Wstringop-truncation]
106 | return __builtin___strncpy_chk (__dest, __src, __len, __bos (__dest));
| ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
[ 44%] Building C object
src/CMakeFiles/mediastreamer.dir/otherfilters/rfc4103_source.c.o
cd /<<PKGBUILDDIR>>/obj-x86_64-linux-gnu/src && /usr/bin/cc
-DBCTBX_LOG_DOMAIN=\"mediastreamer\" -DBCTBX_STATIC -DHAVE_CONFIG_H
-DMS2_EXPORTS -DMS2_FILTERS -DMS2_INTERNAL -DORTP_STATIC -DVIDEO_ENABLED
-D_TRUE_TIME -Dmediastreamer_EXPORTS -I/<<PKGBUILDDIR>>/include
-I/<<PKGBUILDDIR>>/src/audiofilters -I/<<PKGBUILDDIR>>/src/utils
-I/<<PKGBUILDDIR>>/src/voip -I/<<PKGBUILDDIR>>/obj-x86_64-linux-gnu
-I/<<PKGBUILDDIR>>/obj-x86_64-linux-gnu/src -g -O2
-ffile-prefix-map=/<<PKGBUILDDIR>>=. -fstack-protector-strong -Wformat
-Werror=format-security -Wdate-time -D_FORTIFY_SOURCE=2 -fPIC -Wall
-Wuninitialized -Wno-format-truncation -Wno-error=stringop-truncation
-Wno-cast-function-type -Werror -Wextra -Wno-unused-parameter
-fno-strict-aliasing -Wno-missing-field-initializers
-Wno-error=deprecated-declarations -Wstrict-prototypes
-Wno-error=strict-prototypes -o
CMakeFiles/mediastreamer.dir/otherfilters/rfc4103_source.c.o -c
/<<PKGBUILDDIR>>/src/otherfilters/rfc4103_source.c
[ 44%] Building C object
src/CMakeFiles/mediastreamer.dir/otherfilters/rfc4103_sink.c.o
cd /<<PKGBUILDDIR>>/obj-x86_64-linux-gnu/src && /usr/bin/cc
-DBCTBX_LOG_DOMAIN=\"mediastreamer\" -DBCTBX_STATIC -DHAVE_CONFIG_H
-DMS2_EXPORTS -DMS2_FILTERS -DMS2_INTERNAL -DORTP_STATIC -DVIDEO_ENABLED
-D_TRUE_TIME -Dmediastreamer_EXPORTS -I/<<PKGBUILDDIR>>/include
-I/<<PKGBUILDDIR>>/src/audiofilters -I/<<PKGBUILDDIR>>/src/utils
-I/<<PKGBUILDDIR>>/src/voip -I/<<PKGBUILDDIR>>/obj-x86_64-linux-gnu
-I/<<PKGBUILDDIR>>/obj-x86_64-linux-gnu/src -g -O2
-ffile-prefix-map=/<<PKGBUILDDIR>>=. -fstack-protector-strong -Wformat
-Werror=format-security -Wdate-time -D_FORTIFY_SOURCE=2 -fPIC -Wall
-Wuninitialized -Wno-format-truncation -Wno-error=stringop-truncation
-Wno-cast-function-type -Werror -Wextra -Wno-unused-parameter
-fno-strict-aliasing -Wno-missing-field-initializers
-Wno-error=deprecated-declarations -Wstrict-prototypes
-Wno-error=strict-prototypes -o
CMakeFiles/mediastreamer.dir/otherfilters/rfc4103_sink.c.o -c
/<<PKGBUILDDIR>>/src/otherfilters/rfc4103_sink.c
[ 45%] Building C object src/CMakeFiles/mediastreamer.dir/otherfilters/msudp.c.o
cd /<<PKGBUILDDIR>>/obj-x86_64-linux-gnu/src && /usr/bin/cc
-DBCTBX_LOG_DOMAIN=\"mediastreamer\" -DBCTBX_STATIC -DHAVE_CONFIG_H
-DMS2_EXPORTS -DMS2_FILTERS -DMS2_INTERNAL -DORTP_STATIC -DVIDEO_ENABLED
-D_TRUE_TIME -Dmediastreamer_EXPORTS -I/<<PKGBUILDDIR>>/include
-I/<<PKGBUILDDIR>>/src/audiofilters -I/<<PKGBUILDDIR>>/src/utils
-I/<<PKGBUILDDIR>>/src/voip -I/<<PKGBUILDDIR>>/obj-x86_64-linux-gnu
-I/<<PKGBUILDDIR>>/obj-x86_64-linux-gnu/src -g -O2
-ffile-prefix-map=/<<PKGBUILDDIR>>=. -fstack-protector-strong -Wformat
-Werror=format-security -Wdate-time -D_FORTIFY_SOURCE=2 -fPIC -Wall
-Wuninitialized -Wno-format-truncation -Wno-error=stringop-truncation
-Wno-cast-function-type -Werror -Wextra -Wno-unused-parameter
-fno-strict-aliasing -Wno-missing-field-initializers
-Wno-error=deprecated-declarations -Wstrict-prototypes
-Wno-error=strict-prototypes -o
CMakeFiles/mediastreamer.dir/otherfilters/msudp.c.o -c
/<<PKGBUILDDIR>>/src/otherfilters/msudp.c
[ 46%] Building C object
src/CMakeFiles/mediastreamer.dir/voip/rfc4103_textstream.c.o
cd /<<PKGBUILDDIR>>/obj-x86_64-linux-gnu/src && /usr/bin/cc
-DBCTBX_LOG_DOMAIN=\"mediastreamer\" -DBCTBX_STATIC -DHAVE_CONFIG_H
-DMS2_EXPORTS -DMS2_FILTERS -DMS2_INTERNAL -DORTP_STATIC -DVIDEO_ENABLED
-D_TRUE_TIME -Dmediastreamer_EXPORTS -I/<<PKGBUILDDIR>>/include
-I/<<PKGBUILDDIR>>/src/audiofilters -I/<<PKGBUILDDIR>>/src/utils
-I/<<PKGBUILDDIR>>/src/voip -I/<<PKGBUILDDIR>>/obj-x86_64-linux-gnu
-I/<<PKGBUILDDIR>>/obj-x86_64-linux-gnu/src -g -O2
-ffile-prefix-map=/<<PKGBUILDDIR>>=. -fstack-protector-strong -Wformat
-Werror=format-security -Wdate-time -D_FORTIFY_SOURCE=2 -fPIC -Wall
-Wuninitialized -Wno-format-truncation -Wno-error=stringop-truncation
-Wno-cast-function-type -Werror -Wextra -Wno-unused-parameter
-fno-strict-aliasing -Wno-missing-field-initializers
-Wno-error=deprecated-declarations -Wstrict-prototypes
-Wno-error=strict-prototypes -o
CMakeFiles/mediastreamer.dir/voip/rfc4103_textstream.c.o -c
/<<PKGBUILDDIR>>/src/voip/rfc4103_textstream.c
[ 46%] Building C object src/CMakeFiles/mediastreamer.dir/voip/ringstream.c.o
cd /<<PKGBUILDDIR>>/obj-x86_64-linux-gnu/src && /usr/bin/cc
-DBCTBX_LOG_DOMAIN=\"mediastreamer\" -DBCTBX_STATIC -DHAVE_CONFIG_H
-DMS2_EXPORTS -DMS2_FILTERS -DMS2_INTERNAL -DORTP_STATIC -DVIDEO_ENABLED
-D_TRUE_TIME -Dmediastreamer_EXPORTS -I/<<PKGBUILDDIR>>/include
-I/<<PKGBUILDDIR>>/src/audiofilters -I/<<PKGBUILDDIR>>/src/utils
-I/<<PKGBUILDDIR>>/src/voip -I/<<PKGBUILDDIR>>/obj-x86_64-linux-gnu
-I/<<PKGBUILDDIR>>/obj-x86_64-linux-gnu/src -g -O2
-ffile-prefix-map=/<<PKGBUILDDIR>>=. -fstack-protector-strong -Wformat
-Werror=format-security -Wdate-time -D_FORTIFY_SOURCE=2 -fPIC -Wall
-Wuninitialized -Wno-format-truncation -Wno-error=stringop-truncation
-Wno-cast-function-type -Werror -Wextra -Wno-unused-parameter
-fno-strict-aliasing -Wno-missing-field-initializers
-Wno-error=deprecated-declarations -Wstrict-prototypes
-Wno-error=strict-prototypes -o
CMakeFiles/mediastreamer.dir/voip/ringstream.c.o -c
/<<PKGBUILDDIR>>/src/voip/ringstream.c
[ 47%] Building C object src/CMakeFiles/mediastreamer.dir/voip/stun.c.o
cd /<<PKGBUILDDIR>>/obj-x86_64-linux-gnu/src && /usr/bin/cc
-DBCTBX_LOG_DOMAIN=\"mediastreamer\" -DBCTBX_STATIC -DHAVE_CONFIG_H
-DMS2_EXPORTS -DMS2_FILTERS -DMS2_INTERNAL -DORTP_STATIC -DVIDEO_ENABLED
-D_TRUE_TIME -Dmediastreamer_EXPORTS -I/<<PKGBUILDDIR>>/include
-I/<<PKGBUILDDIR>>/src/audiofilters -I/<<PKGBUILDDIR>>/src/utils
-I/<<PKGBUILDDIR>>/src/voip -I/<<PKGBUILDDIR>>/obj-x86_64-linux-gnu
-I/<<PKGBUILDDIR>>/obj-x86_64-linux-gnu/src -g -O2
-ffile-prefix-map=/<<PKGBUILDDIR>>=. -fstack-protector-strong -Wformat
-Werror=format-security -Wdate-time -D_FORTIFY_SOURCE=2 -fPIC -Wall
-Wuninitialized -Wno-format-truncation -Wno-error=stringop-truncation
-Wno-cast-function-type -Werror -Wextra -Wno-unused-parameter
-fno-strict-aliasing -Wno-missing-field-initializers
-Wno-error=deprecated-declarations -Wstrict-prototypes
-Wno-error=strict-prototypes -o CMakeFiles/mediastreamer.dir/voip/stun.c.o -c
/<<PKGBUILDDIR>>/src/voip/stun.c
[ 48%] Building C object src/CMakeFiles/mediastreamer.dir/voip/offeranswer.c.o
cd /<<PKGBUILDDIR>>/obj-x86_64-linux-gnu/src && /usr/bin/cc
-DBCTBX_LOG_DOMAIN=\"mediastreamer\" -DBCTBX_STATIC -DHAVE_CONFIG_H
-DMS2_EXPORTS -DMS2_FILTERS -DMS2_INTERNAL -DORTP_STATIC -DVIDEO_ENABLED
-D_TRUE_TIME -Dmediastreamer_EXPORTS -I/<<PKGBUILDDIR>>/include
-I/<<PKGBUILDDIR>>/src/audiofilters -I/<<PKGBUILDDIR>>/src/utils
-I/<<PKGBUILDDIR>>/src/voip -I/<<PKGBUILDDIR>>/obj-x86_64-linux-gnu
-I/<<PKGBUILDDIR>>/obj-x86_64-linux-gnu/src -g -O2
-ffile-prefix-map=/<<PKGBUILDDIR>>=. -fstack-protector-strong -Wformat
-Werror=format-security -Wdate-time -D_FORTIFY_SOURCE=2 -fPIC -Wall
-Wuninitialized -Wno-format-truncation -Wno-error=stringop-truncation
-Wno-cast-function-type -Werror -Wextra -Wno-unused-parameter
-fno-strict-aliasing -Wno-missing-field-initializers
-Wno-error=deprecated-declarations -Wstrict-prototypes
-Wno-error=strict-prototypes -o
CMakeFiles/mediastreamer.dir/voip/offeranswer.c.o -c
/<<PKGBUILDDIR>>/src/voip/offeranswer.c
[ 49%] Building C object src/CMakeFiles/mediastreamer.dir/audiofilters/alsa.c.o
cd /<<PKGBUILDDIR>>/obj-x86_64-linux-gnu/src && /usr/bin/cc
-DBCTBX_LOG_DOMAIN=\"mediastreamer\" -DBCTBX_STATIC -DHAVE_CONFIG_H
-DMS2_EXPORTS -DMS2_FILTERS -DMS2_INTERNAL -DORTP_STATIC -DVIDEO_ENABLED
-D_TRUE_TIME -Dmediastreamer_EXPORTS -I/<<PKGBUILDDIR>>/include
-I/<<PKGBUILDDIR>>/src/audiofilters -I/<<PKGBUILDDIR>>/src/utils
-I/<<PKGBUILDDIR>>/src/voip -I/<<PKGBUILDDIR>>/obj-x86_64-linux-gnu
-I/<<PKGBUILDDIR>>/obj-x86_64-linux-gnu/src -g -O2
-ffile-prefix-map=/<<PKGBUILDDIR>>=. -fstack-protector-strong -Wformat
-Werror=format-security -Wdate-time -D_FORTIFY_SOURCE=2 -fPIC -Wall
-Wuninitialized -Wno-format-truncation -Wno-error=stringop-truncation
-Wno-cast-function-type -Werror -Wextra -Wno-unused-parameter
-fno-strict-aliasing -Wno-missing-field-initializers
-Wno-error=deprecated-declarations -Wstrict-prototypes
-Wno-error=strict-prototypes -o
CMakeFiles/mediastreamer.dir/audiofilters/alsa.c.o -c
/<<PKGBUILDDIR>>/src/audiofilters/alsa.c
[ 49%] Building C object
src/CMakeFiles/mediastreamer.dir/audiofilters/pulseaudio.c.o
cd /<<PKGBUILDDIR>>/obj-x86_64-linux-gnu/src && /usr/bin/cc
-DBCTBX_LOG_DOMAIN=\"mediastreamer\" -DBCTBX_STATIC -DHAVE_CONFIG_H
-DMS2_EXPORTS -DMS2_FILTERS -DMS2_INTERNAL -DORTP_STATIC -DVIDEO_ENABLED
-D_TRUE_TIME -Dmediastreamer_EXPORTS -I/<<PKGBUILDDIR>>/include
-I/<<PKGBUILDDIR>>/src/audiofilters -I/<<PKGBUILDDIR>>/src/utils
-I/<<PKGBUILDDIR>>/src/voip -I/<<PKGBUILDDIR>>/obj-x86_64-linux-gnu
-I/<<PKGBUILDDIR>>/obj-x86_64-linux-gnu/src -g -O2
-ffile-prefix-map=/<<PKGBUILDDIR>>=. -fstack-protector-strong -Wformat
-Werror=format-security -Wdate-time -D_FORTIFY_SOURCE=2 -fPIC -Wall
-Wuninitialized -Wno-format-truncation -Wno-error=stringop-truncation
-Wno-cast-function-type -Werror -Wextra -Wno-unused-parameter
-fno-strict-aliasing -Wno-missing-field-initializers
-Wno-error=deprecated-declarations -Wstrict-prototypes
-Wno-error=strict-prototypes -o
CMakeFiles/mediastreamer.dir/audiofilters/pulseaudio.c.o -c
/<<PKGBUILDDIR>>/src/audiofilters/pulseaudio.c
In file included from /usr/include/string.h:495,
from /usr/include/bctoolbox/port.h:38,
from /<<PKGBUILDDIR>>/include/mediastreamer2/mscommon.h:22,
from /<<PKGBUILDDIR>>/include/mediastreamer2/msfilter.h:23,
from /<<PKGBUILDDIR>>/src/audiofilters/pulseaudio.c:20:
In function ‘strncpy’,
inlined from ‘pulse_card_merge_lists’ at
/<<PKGBUILDDIR>>/src/audiofilters/pulseaudio.c:240:3:
/usr/include/x86_64-linux-gnu/bits/string_fortified.h:106:10: warning:
‘__builtin_strncpy’ output may be truncated copying 255 bytes from a string of
length 255 [-Wstringop-truncation]
106 | return __builtin___strncpy_chk (__dest, __src, __len, __bos (__dest));
| ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
/<<PKGBUILDDIR>>/src/audiofilters/pulseaudio.c: In function
‘pulse_card_compare’:
/<<PKGBUILDDIR>>/src/audiofilters/pulseaudio.c:232:16: error: ‘strncmp’
specified bound 512 exceeds source size 256 [-Werror=stringop-overread]
232 | return strncmp(sink->description, source->description, 512);
| ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
[ 50%] Building C object src/CMakeFiles/mediastreamer.dir/audiofilters/gsm.c.o
cd /<<PKGBUILDDIR>>/obj-x86_64-linux-gnu/src && /usr/bin/cc
-DBCTBX_LOG_DOMAIN=\"mediastreamer\" -DBCTBX_STATIC -DHAVE_CONFIG_H
-DMS2_EXPORTS -DMS2_FILTERS -DMS2_INTERNAL -DORTP_STATIC -DVIDEO_ENABLED
-D_TRUE_TIME -Dmediastreamer_EXPORTS -I/<<PKGBUILDDIR>>/include
-I/<<PKGBUILDDIR>>/src/audiofilters -I/<<PKGBUILDDIR>>/src/utils
-I/<<PKGBUILDDIR>>/src/voip -I/<<PKGBUILDDIR>>/obj-x86_64-linux-gnu
-I/<<PKGBUILDDIR>>/obj-x86_64-linux-gnu/src -g -O2
-ffile-prefix-map=/<<PKGBUILDDIR>>=. -fstack-protector-strong -Wformat
-Werror=format-security -Wdate-time -D_FORTIFY_SOURCE=2 -fPIC -Wall
-Wuninitialized -Wno-format-truncation -Wno-error=stringop-truncation
-Wno-cast-function-type -Werror -Wextra -Wno-unused-parameter
-fno-strict-aliasing -Wno-missing-field-initializers
-Wno-error=deprecated-declarations -Wstrict-prototypes
-Wno-error=strict-prototypes -o
CMakeFiles/mediastreamer.dir/audiofilters/gsm.c.o -c
/<<PKGBUILDDIR>>/src/audiofilters/gsm.c
cc1: all warnings being treated as errors
make[3]: *** [src/CMakeFiles/mediastreamer.dir/build.make:956:
src/CMakeFiles/mediastreamer.dir/audiofilters/pulseaudio.c.o] Error 1
make[3]: *** Waiting for unfinished jobs....
make[3]: Leaving directory '/<<PKGBUILDDIR>>/obj-x86_64-linux-gnu'
make[2]: *** [CMakeFiles/Makefile2:280: src/CMakeFiles/mediastreamer.dir/all]
Error 2
make[2]: Leaving directory '/<<PKGBUILDDIR>>/obj-x86_64-linux-gnu'
make[1]: *** [Makefile:152: all] Error 2
make[1]: Leaving directory '/<<PKGBUILDDIR>>/obj-x86_64-linux-gnu'
dh_auto_build: error: cd obj-x86_64-linux-gnu && make -j4 "INSTALL=install
--strip-program=true" VERBOSE=1 returned exit code 2
make: *** [debian/rules:11: binary] Error 25
dpkg-buildpackage: error: fakeroot debian/rules binary subprocess returned exit
status 2
--- End Message ---
--- Begin Message ---
Source: mediastreamer2
Source-Version: 1:4.4.21-3.1
Done: Bastian Germann <[email protected]>
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 [email protected],
and the maintainer will reopen the bug report if appropriate.
Debian distribution maintenance software
pp.
Bastian Germann <[email protected]> (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 [email protected])
-----BEGIN PGP SIGNED MESSAGE-----
Hash: SHA512
Format: 1.8
Date: Wed, 03 Nov 2021 18:24:13 +0100
Source: mediastreamer2
Architecture: source
Version: 1:4.4.21-3.1
Distribution: unstable
Urgency: medium
Maintainer: Debian VoIP Team <[email protected]>
Changed-By: Bastian Germann <[email protected]>
Closes: 984234
Changes:
mediastreamer2 (1:4.4.21-3.1) unstable; urgency=medium
.
* Non-maintainer upload.
* Fix FTBFS by building without -Werror (Closes: #984234)
Checksums-Sha1:
338590bbca2057d021b75bda83019ed281baaea0 2736 mediastreamer2_4.4.21-3.1.dsc
652441043ef40c8ba871376a1339e6d57ec40c7c 6484
mediastreamer2_4.4.21-3.1.debian.tar.xz
e37acd304ae80a1c5f51047d19f825a634f32523 14811
mediastreamer2_4.4.21-3.1_source.buildinfo
Checksums-Sha256:
ce3db8276cd9f99363c8af7cc95219f78354ffd95407d8b39e660d41a0cfa3b3 2736
mediastreamer2_4.4.21-3.1.dsc
5b43888992a989460d9aee82061ef62a6f2adefde248e71b9526c408264de93f 6484
mediastreamer2_4.4.21-3.1.debian.tar.xz
43b3fc7bbe7377344fd1a07d7a77d62fa78cf6ad93e9eadf96b225bcb3f95fd0 14811
mediastreamer2_4.4.21-3.1_source.buildinfo
Files:
92d6ccbd8d090672ccb00ea9819c6ee0 2736 libs optional
mediastreamer2_4.4.21-3.1.dsc
e51c2bc0d5f5ea0505dd5dfeb7802706 6484 libs optional
mediastreamer2_4.4.21-3.1.debian.tar.xz
c9d9d08473065b05b4f17174e84b671d 14811 libs optional
mediastreamer2_4.4.21-3.1_source.buildinfo
-----BEGIN PGP SIGNATURE-----
iQGzBAEBCgAdFiEEQGIgyLhVKAI3jM5BH1x6i0VWQxQFAmGCxrcACgkQH1x6i0VW
QxRamQwA7756YQpLDxALERk9OiblRcOAiejzEMfwhTgnCHMzy7JDXYTYCpVyVCJP
CI3ECgrrGbR0yWI9ufKSWjkl3Ba7xdlhWJq3j1zDstsksImDb60LNgrAce4262uj
myPIA3yox0K7JtlblMxkgU5mjtYs+GV0/6d/b2WGRnZxjMcoWdBE4jq3igfz8feb
H65J83+9wzZEycB4aX4BCn+HyZp20WoYeksYjkKN9lrGtAwiXm6/qqso/Tk3kqIa
K3vvXBtukMG4av5tROTagjHgidK2We0aI0idPKA3Q96r9+lKN8SMbcOct/BZ9dnh
8pUFHQrYzrsoSlhEoZNxIZISkhHyGhOHYSXJP1uz5yLSguyxQ7vVwCibepa4dhf1
NzkCJvgG22xRj0fqoaSXXWG3fzRtx6Bg3ZTUt+KRZ2RBnRL6WzqCt/bqpRogbQ94
5V7sm4DOAozOyUzOGDP4zNMA8CFhiiqeKBo6o5Vw/R07XgZW14wQ1qVMFoQ0yAQY
OLksyAkX
=kpfI
-----END PGP SIGNATURE-----
--- End Message ---