Your message dated Sat, 04 Feb 2023 19:05:01 +0000 with message-id <e1ponqp-006yne...@fasolo.debian.org> and subject line Bug#1004629: fixed in motion 4.5.1-1 has caused the Debian Bug report #1004629, regarding motion: FTBFS with ffmpeg 5.0 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.) -- 1004629: https://bugs.debian.org/cgi-bin/bugreport.cgi?bug=1004629 Debian Bug Tracking System Contact ow...@bugs.debian.org with problems
--- Begin Message ---Source: motion Version: 4.3.2-1 Severity: important X-Debbugs-Cc: sramac...@debian.org Tags: sid bookworm ftbfs Usertags: ffmpeg5.0 motion FTBFS with ffmpeg 5.0 (available in experimental): | gcc -DHAVE_CONFIG_H -I. -I.. -Dsysconfdir=\"/etc/motion\" -DLOCALEDIR=\"/usr/share/locale\" -Wdate-time -D_FORTIFY_SOURCE=2 -D_THREAD_SAFE -I/usr/include/p11-kit-1 -I/usr/include/x86_64-linux-gnu -I/usr/include/mariadb/ -I/usr/include/mariadb/ -I/usr/include/postgresql -g -O2 -ffile-prefix-map=/<<PKGBUILDDIR>>=. -fstack-protector-strong -Wformat -Werror=format-security -c -o webu_text.o webu_text.c | ffmpeg.c: In function ‘ffmpeg_get_oformat’: | ffmpeg.c:343:67: error: assignment of member ‘video_codec’ in read-only object | 343 | if (ffmpeg->oc->oformat) ffmpeg->oc->oformat->video_codec = MY_CODEC_ID_MPEG2VIDEO; | | ^ | ffmpeg.c:365:67: error: assignment of member ‘video_codec’ in read-only object | 365 | if (ffmpeg->oc->oformat) ffmpeg->oc->oformat->video_codec = MY_CODEC_ID_MSMPEG4V2; | | ^ | ffmpeg.c:376:67: error: assignment of member ‘video_codec’ in read-only object | 376 | if (ffmpeg->oc->oformat) ffmpeg->oc->oformat->video_codec = MY_CODEC_ID_FLV1; | | ^ | ffmpeg.c:382:67: error: assignment of member ‘video_codec’ in read-only object | 382 | if (ffmpeg->oc->oformat) ffmpeg->oc->oformat->video_codec = MY_CODEC_ID_FFV1; | | ^ | ffmpeg.c:393:67: error: assignment of member ‘video_codec’ in read-only object | 393 | if (ffmpeg->oc->oformat) ffmpeg->oc->oformat->video_codec = MY_CODEC_ID_H264; | | ^ | ffmpeg.c:399:67: error: assignment of member ‘video_codec’ in read-only object | 399 | if (ffmpeg->oc->oformat) ffmpeg->oc->oformat->video_codec = MY_CODEC_ID_H264; | | ^ | ffmpeg.c:405:67: error: assignment of member ‘video_codec’ in read-only object | 405 | if (ffmpeg->oc->oformat) ffmpeg->oc->oformat->video_codec = MY_CODEC_ID_HEVC; | | ^ | ffmpeg.c: In function ‘ffmpeg_set_codec_preferred’: | ffmpeg.c:722:27: warning: assignment discards ‘const’ qualifier from pointer target type [-Wdiscarded-qualifiers] | 722 | ffmpeg->codec = avcodec_find_encoder_by_name(&ffmpeg->codec_name[codec_name_len+1]); | | ^ | ffmpeg.c:724:54: error: assignment of member ‘video_codec’ in read-only object | 724 | ffmpeg->oc->oformat->video_codec = ffmpeg->codec->id; | | ^ | ffmpeg.c:733:23: warning: assignment discards ‘const’ qualifier from pointer target type [-Wdiscarded-qualifiers] | 733 | ffmpeg->codec = avcodec_find_encoder(ffmpeg->oc->oformat->video_codec); | | ^ | ffmpeg.c: In function ‘ffmpeg_flush_codec’: | ffmpeg.c:1089:13: warning: ‘av_init_packet’ is deprecated [-Wdeprecated-declarations] | 1089 | av_init_packet(&ffmpeg->pkt); | | ^~~~~~~~~~~~~~ | In file included from /usr/include/x86_64-linux-gnu/libavcodec/avcodec.h:45, | from netcam_rtsp.h:21, | from motion.h:66, | from ffmpeg.c:25: | /usr/include/x86_64-linux-gnu/libavcodec/packet.h:506:6: note: declared here | 506 | void av_init_packet(AVPacket *pkt); | | ^~~~~~~~~~~~~~ | ffmpeg.c: In function ‘ffmpeg_put_frame’: | ffmpeg.c:1132:5: warning: ‘av_init_packet’ is deprecated [-Wdeprecated-declarations] | 1132 | av_init_packet(&ffmpeg->pkt); | | ^~~~~~~~~~~~~~ | In file included from /usr/include/x86_64-linux-gnu/libavcodec/avcodec.h:45, | from netcam_rtsp.h:21, | from motion.h:66, | from ffmpeg.c:25: | /usr/include/x86_64-linux-gnu/libavcodec/packet.h:506:6: note: declared here | 506 | void av_init_packet(AVPacket *pkt); | | ^~~~~~~~~~~~~~ | ffmpeg.c: In function ‘ffmpeg_passthru_write’: | ffmpeg.c:1184:5: warning: ‘av_init_packet’ is deprecated [-Wdeprecated-declarations] | 1184 | av_init_packet(&ffmpeg->pkt); | | ^~~~~~~~~~~~~~ | In file included from /usr/include/x86_64-linux-gnu/libavcodec/avcodec.h:45, | from netcam_rtsp.h:21, | from motion.h:66, | from ffmpeg.c:25: | /usr/include/x86_64-linux-gnu/libavcodec/packet.h:506:6: note: declared here | 506 | void av_init_packet(AVPacket *pkt); | | ^~~~~~~~~~~~~~ | ffmpeg.c: In function ‘ffmpeg_passthru_codec’: | ffmpeg.c:1323:42: error: assignment of member ‘video_codec’ in read-only object | 1323 | ffmpeg->oc->oformat->video_codec = stream_in->codecpar->codec_id; | | ^ | make[3]: *** [Makefile:477: ffmpeg.o] Error 1 | make[3]: *** Waiting for unfinished jobs.... Cheers -- Sebastian Ramacher
signature.asc
Description: PGP signature
--- End Message ---
--- Begin Message ---Source: motion Source-Version: 4.5.1-1 Done: Nicolas Mora <babelou...@debian.org> We believe that the bug you reported is fixed in the latest version of motion, 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 1004...@bugs.debian.org, and the maintainer will reopen the bug report if appropriate. Debian distribution maintenance software pp. Nicolas Mora <babelou...@debian.org> (supplier of updated motion 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: Fri, 03 Feb 2023 07:34:29 -0500 Source: motion Architecture: source Version: 4.5.1-1 Distribution: unstable Urgency: medium Maintainer: Nicolas Mora <babelou...@debian.org> Changed-By: Nicolas Mora <babelou...@debian.org> Closes: 1004629 1030103 Changes: motion (4.5.1-1) unstable; urgency=medium . * New upstream release (Closes: #1004629) * New maintainer (Closes: #1030103) * d/patches: Update change-paths_set-debian-paths.patch * d/control: remove lsb-base from package dependencies * d/changelog: remove trailing spaces * d/control: Update Standards-Version to 4.6.2: no changes required * d/control: Add Rules-Requires-Root: no * d/motion.postrm: remove user motion on purge * d/upstream/metadata: add upstream metadata info * d/tests: add autopkgtests * d/control: Update VCS url to https://salsa.debian.org/debian/motion * d/gitlab-ci.yml: add salsa CI script * d/copyright: Update year to 2023 and add myself as debian/* author Checksums-Sha1: 9a4095ca2387042060a55dd7c38f386fded7db97 2125 motion_4.5.1-1.dsc 105215e26ac47a5bd1cde41a87e8e2aa46409fb9 856665 motion_4.5.1.orig.tar.gz dc3fe0656b813c5fd548109aec87196a55a5a72c 17212 motion_4.5.1-1.debian.tar.xz 4235da7d750953d8c9f8c8ee416d5a56bd328f83 14990 motion_4.5.1-1_amd64.buildinfo Checksums-Sha256: 4e32dcee1d230f63b8547567285a1ad847efb30853734055a2e1538a49aa901c 2125 motion_4.5.1-1.dsc 0c824276bb23565b7cf10409ebdcb46b85fb1f6abca957252e52290bb1fe473e 856665 motion_4.5.1.orig.tar.gz d369a036668efa5d3e9347ea3030581c6047fa5cd7c01eab9e1886a51cf5a69b 17212 motion_4.5.1-1.debian.tar.xz 796968298d8cbd9e4ea4c4a5c83f56bac717f5e921bf4bf634b7139ec1cbaf9f 14990 motion_4.5.1-1_amd64.buildinfo Files: f9e790ebcdb868d6d9cee62af679b41a 2125 video optional motion_4.5.1-1.dsc 556e291e52c93768da9774571205f37e 856665 video optional motion_4.5.1.orig.tar.gz 6fa884e07e68b1689aab657d825b8a0e 17212 video optional motion_4.5.1-1.debian.tar.xz e6e46f6b1ac0bc87a7409585762325d9 14990 video optional motion_4.5.1-1_amd64.buildinfo -----BEGIN PGP SIGNATURE----- iQIzBAEBCgAdFiEEhAWwL8wo75dEyPJT/oITlEC9IrkFAmPeqBkACgkQ/oITlEC9 IrnJ1Q//Xfj5Aqv+CbmSgsc+/FQmZw/xLCpkgXcTmH7ZkQpoPlVpl64i8HGr22Sh z2p2t3VfV0lwe1etHUtkQqRBW8bO/R4Vt2VSm9KtdMgeqFlI7XxqhD/YZ3zfFqjH Z++NeY/sWhHhv2qRXVhrinvf/cpyqhQA0zN761U/sJPr08YPJA+scdz48gLm56/c n2pd1pVjMdOxVaN+/UZzvM4EDBxVUFd7W0MFjosTlWkY8w7Jct810+PYloqdSx3H Rye3K9jdMEcNhOmO+xCAiostg/bJh9R7wug88sDGPGMFek+Wy1XYVit6TPoTt6u5 GNTMmpRD9sDnRMTJsuFbdNtQrWLuz70JrHiXaSbheGWG/co9rfpeJLbcfMNQtosA WRCxzBuWKNQASs90DVZ+Ay5WT8htYth9173Qeg35vv3XYecJzfo5zywFaW7okHa+ umlAvFxfV9u+j3MCayWHymoU9DroCchVwyiLIcYyxN60ziuUE0RvnZN5FIGRPQZc UPQfU1X1EwZ7BfTiqf+ytwdg8ohZF+XbpBF5g1DiS7qh9P/hT0fcykwDqgXnxJMi nDwg/qAQ6kc1Yif3IODK4D0oNVun9D5S4Rsl+mevja54uWAjNpARLgeLUvWnHUqv /LC2Yd/cCJzXD8pNm0WkWOUyuoK2DSKy9I5V1FD1szVgZvXXjp0= =eiU4 -----END PGP SIGNATURE-----
--- End Message ---