Your message dated Thu, 17 Feb 2022 16:20:46 +0000
with message-id <[email protected]>
and subject line Bug#1004777: fixed in yorick-av 0.0.6-1
has caused the Debian Bug report #1004777,
regarding yorick-av: 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 [email protected]
immediately.)
--
1004777: https://bugs.debian.org/cgi-bin/bugreport.cgi?bug=1004777
Debian Bug Tracking System
Contact [email protected] with problems
--- Begin Message ---
Source: yorick-av
Version: 0.0.5-1
Severity: important
X-Debbugs-Cc: [email protected]
Tags: sid bookworm ftbfs
Usertags: ffmpeg5.0
yorick-av FTBFS with ffmpeg 5.0 in experimental:
cc -g -O2 -ffile-prefix-map=/<<PKGBUILDDIR>>=. -fstack-protector-strong
-Wformat -Werror=format-security -Wdate-time -D_FORTIFY_SOURCE=2 -fPIC
-DPLUG_IN -I. -I/usr/lib/yorick/include -Wdate-time -D_FORTIFY_SOURCE=2 -c -o
yav.o yav.c
yav.c: In function ‘yav_write_frame’:
yav.c:96:5: warning: ‘av_init_packet’ is deprecated [-Wdeprecated-declarations]
96 | av_init_packet(&pkt);
| ^~~~~~~~~~~~~~
In file included from /usr/include/x86_64-linux-gnu/libavformat/avformat.h:316,
from yav.c:30:
/usr/include/x86_64-linux-gnu/libavcodec/packet.h:506:6: note: declared here
506 | void av_init_packet(AVPacket *pkt);
| ^~~~~~~~~~~~~~
yav.c: In function ‘Y_av_create’:
yav.c:216:19: error: ‘AVFormatContext’ has no member named ‘filename’
216 | snprintf(obj->oc->filename, sizeof(obj->oc->filename), "%s",
filename);
| ^~
yav.c:216:45: error: ‘AVFormatContext’ has no member named ‘filename’
216 | snprintf(obj->oc->filename, sizeof(obj->oc->filename), "%s",
filename);
| ^~
yav.c:225:18: warning: assignment discards ‘const’ qualifier from pointer
target type [-Wdiscarded-qualifiers]
225 | obj->codec = avcodec_find_encoder_by_name(vcodec);
| ^
yav.c:228:18: warning: assignment discards ‘const’ qualifier from pointer
target type [-Wdiscarded-qualifiers]
228 | obj->codec = avcodec_find_encoder(obj->oc->oformat->video_codec);
| ^
yav.c:242:5: warning: implicit declaration of function
‘avcodec_get_context_defaults3’ [-Wimplicit-function-declaration]
242 | avcodec_get_context_defaults3(c, obj->codec);
| ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~
yav.c: In function ‘yav_opencodec’:
yav.c:300:37: error: ‘AVFormatContext’ has no member named ‘filename’
300 | av_dump_format(obj->oc, 0, obj->oc->filename, 1);
| ^~
yav.c:355:40: error: ‘AVFormatContext’ has no member named ‘filename’
355 | if (avio_open(&obj->oc->pb, obj->oc->filename, AVIO_FLAG_WRITE) < 0)
| ^~
yav.c:356:46: error: ‘AVFormatContext’ has no member named ‘filename’
356 | y_errorq("Could not open '%s'", obj->oc->filename);
| ^~
yav.c: In function ‘Y_av_write’:
yav.c:438:5: warning: ‘av_init_packet’ is deprecated [-Wdeprecated-declarations]
438 | av_init_packet(&pkt);
| ^~~~~~~~~~~~~~
In file included from /usr/include/x86_64-linux-gnu/libavformat/avformat.h:316,
from yav.c:30:
/usr/include/x86_64-linux-gnu/libavcodec/packet.h:506:6: note: declared here
506 | void av_init_packet(AVPacket *pkt);
| ^~~~~~~~~~~~~~
yav.c:444:23: error: ‘AVPicture’ undeclared (first use in this function); did
you mean ‘AVPictureType’?
444 | pkt.size = sizeof(AVPicture);
| ^~~~~~~~~
| AVPictureType
yav.c:444:23: note: each undeclared identifier is reported only once for each
function it appears in
yav.c: In function ‘Y___av_init’:
yav.c:468:3: warning: implicit declaration of function ‘av_register_all’
[-Wimplicit-function-declaration]
468 | av_register_all();
| ^~~~~~~~~~~~~~~
make[2]: *** [<builtin>: yav.o] Error 1
make[2]: Leaving directory '/<<PKGBUILDDIR>>'
Cheers
--
Sebastian Ramacher
signature.asc
Description: PGP signature
--- End Message ---
--- Begin Message ---
Source: yorick-av
Source-Version: 0.0.6-1
Done: Thibaut Paumard <[email protected]>
We believe that the bug you reported is fixed in the latest version of
yorick-av, 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.
Thibaut Paumard <[email protected]> (supplier of updated yorick-av 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: SHA256
Format: 1.8
Date: Thu, 17 Feb 2022 16:43:54 +0100
Source: yorick-av
Architecture: source
Version: 0.0.6-1
Distribution: unstable
Urgency: low
Maintainer: Debian Science Maintainers
<[email protected]>
Changed-By: Thibaut Paumard <[email protected]>
Closes: 1004777
Changes:
yorick-av (0.0.6-1) unstable; urgency=low
.
* New upstream release, fixes: "FTBFS with ffmpeg 5.0", thanks to
Sebastian Ramacher (Closes: #1004777).
* Make lintian-clean, notably:
+ Bump debhelper compat level.
+ Bump Policy standard.
Checksums-Sha1:
d039d5b5d1c67bd65b42ec25f2bdad796ddc23d1 2113 yorick-av_0.0.6-1.dsc
a5c078988893c851589c24db6c5c83b2adece7a7 10878 yorick-av_0.0.6.orig.tar.gz
2fe53e57a4b840c25fcb75db823e91d799d17dd5 3544 yorick-av_0.0.6-1.debian.tar.xz
e35c197270021d2f1033d721128be3abb2f2a8af 9062 yorick-av_0.0.6-1_amd64.buildinfo
Checksums-Sha256:
54ff9bf65b7cc010788ebf0cfaa3c8d1835c38b61e2b0cb0bbebf1c45b49b943 2113
yorick-av_0.0.6-1.dsc
b685c2d316ef3020bddaf3cca86c0fc872bce6d6d06f3fb413b032892860387d 10878
yorick-av_0.0.6.orig.tar.gz
aefe52d380a3b098a0c86129da27e7824c04cdf0760379a0ce976ebc74faf80d 3544
yorick-av_0.0.6-1.debian.tar.xz
74c1cbb8efcb188d8ca990bc62c9c7f21045116923a622380b8524d9f0bd8ed9 9062
yorick-av_0.0.6-1_amd64.buildinfo
Files:
fa38ef7b792d5b4f06eec732da7f7b84 2113 science optional yorick-av_0.0.6-1.dsc
b6643e881188f1aac3042d38abcae64f 10878 science optional
yorick-av_0.0.6.orig.tar.gz
ab10a4bc52f6212de41ef21cc431be89 3544 science optional
yorick-av_0.0.6-1.debian.tar.xz
4e674443bd0a39afc31e5ae538590ea1 9062 science optional
yorick-av_0.0.6-1_amd64.buildinfo
-----BEGIN PGP SIGNATURE-----
iQJHBAEBCAAxFiEEvK37UrQZmNdNmdmOk5RTSODcKEAFAmIOcscTHHRoaWJhdXRA
ZGViaWFuLm9yZwAKCRCTlFNI4NwoQF7jD/9efFZ6DWtPJktbSs8HX6r9NNjFbhHU
/9xIGo+oG3sLeqgPg8Uag2Igipov3yodRRuQSjKrMxcuuWhbKz/jkWgyPfKrkQBA
4NG0DhS5JRg5uuysRkHHspsKVz60eLsp9Ru8l8qpJPKyoeZPZiUCNLUWwbNrwVCz
xJIt0y+IQhlJXljSQykw+RPxdgHdWE4lWvXVZQzlMVEO2JuSLnU43cWrpKeqiV69
PBLA1P5jWk8WzrA0rFUEBTSSerqeLyQfNF9sYaVhZdE5neQ968XY2gFhxWFVtMMu
FlJPQwG8b10lwFEc5HnooUlKvGwHCqMOxn8LE5UqTvCrxMSqviI3rnR1Y54/W/Xc
TU0H5tk25mwcbX6lqVQU7jmcEotjQd5TG9HUWiq7n0EOkJZvlD6X5ZqgWozmX71y
dvncCaYPiwL9aQ1FfRWKdBFFmpd0Oa9OgvQ1rOZebiVn8uwwhl3X1Byc3k4xovDd
RLlFSeUBtrGZujIWUeWu8k+EyWeicIp6Fb8laz46O10JVZQ9/hKXCDHKxp34XEKP
gb3bbdQBgmzk2GYq0FRZhs//V7o3HTRws8Cy1O6Dh7rSiCh7/AhWaS+8dVd3PGjB
29JJcI4XPBAyzU2tAOb8y9tXITBmzvwIPFmW9FEVzlAjJUQs2tarK0p1jO/UkHso
3Nc0l2ARLGKZLQ==
=3lCR
-----END PGP SIGNATURE-----
--- End Message ---
--
debian-science-maintainers mailing list
[email protected]
https://alioth-lists.debian.net/cgi-bin/mailman/listinfo/debian-science-maintainers