[Date Prev][Date Next] [Thread Prev][Thread Next] [Date Index] [Thread Index]

Bug#1004828: marked as done (handbrake: FTBFS with ffmpeg 5.0)



Your message dated Sat, 30 Jul 2022 21:04:31 +0000
with message-id <E1oHtdP-000DBD-VI@fasolo.debian.org>
and subject line Bug#1004828: fixed in handbrake 1.5.1+ds1-2
has caused the Debian Bug report #1004828,
regarding handbrake: 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 owner@bugs.debian.org
immediately.)


-- 
1004828: https://bugs.debian.org/cgi-bin/bugreport.cgi?bug=1004828
Debian Bug Tracking System
Contact owner@bugs.debian.org with problems
--- Begin Message ---
Source: handbrake
Version: 1.5.1+ds1-1
Severity: important
X-Debbugs-Cc: sramacher@debian.org
Tags: sid bookworm ftbfs
Usertags: ffmpeg5.0

handbrake FTBFS with ffmpeg 5.0 in experimental:

/usr/lib/ccache/gcc -std=gnu99 -pipe -fmessage-length=0 -Wall -Wno-format-truncation -g2 -O3 -g -O2 -ffile-prefix-map=/<<PKGBUILDDIR>>=. -fstack-protector-strong -Wformat -Werror=format-security -Wdate-time -D_FORTIFY_SOURCE=2 -mfpmath=sse -msse2 -fstack-protector-strong -D_FORTIFY_SOURCE=2 -D__LIBHB__ -DUSE_PTHREAD -DSYS_LINUX -D_LARGEFILE_SOURCE -D_FILE_OFFSET_BITS=64 -DHAS_STRERROR_R -DARCH_X86_64 -I./libhb/ -I./contrib/include -I/usr/include/libxml2 -c ../libhb/decomb.c -o libhb/decomb.o
../libhb/decavcodec.c: In function ‘decavcodecaInit’:
../libhb/decavcodec.c:185:17: warning: assignment discards ‘const’ qualifier from pointer target type [-Wdiscarded-qualifiers]
  185 |     codec       = avcodec_find_decoder(w->codec_param);
      |                 ^
../libhb/decavcodec.c: In function ‘parse_adts_extradata’:
../libhb/decavcodec.c:580:11: error: unknown type name ‘AVBitStreamFilter’
  580 |     const AVBitStreamFilter * bsf;
      |           ^~~~~~~~~~~~~~~~~
../libhb/decavcodec.c:581:5: error: unknown type name ‘AVBSFContext’; did you mean ‘AVIOContext’?
  581 |     AVBSFContext            * ctx = NULL;
      |     ^~~~~~~~~~~~
      |     AVIOContext
../libhb/decavcodec.c:584:11: warning: implicit declaration of function ‘av_bsf_get_by_name’; did you mean ‘avfilter_get_by_name’? [-Wimplicit-function-declaration]
  584 |     bsf = av_bsf_get_by_name("aac_adtstoasc");
      |           ^~~~~~~~~~~~~~~~~~
      |           avfilter_get_by_name
../libhb/decavcodec.c:584:9: warning: assignment to ‘const int *’ from ‘int’ makes pointer from integer without a cast [-Wint-conversion]
  584 |     bsf = av_bsf_get_by_name("aac_adtstoasc");
      |         ^
../libhb/decavcodec.c:585:11: warning: implicit declaration of function ‘av_bsf_alloc’; did you mean ‘av_max_alloc’? [-Wimplicit-function-declaration]
  585 |     ret = av_bsf_alloc(bsf, &ctx);
      |           ^~~~~~~~~~~~
      |           av_max_alloc
../libhb/decavcodec.c:591:8: error: request for member ‘time_base_in’ in something not a structure or union
  591 |     ctx->time_base_in.num = 1;
      |        ^~
../libhb/decavcodec.c:592:8: error: request for member ‘time_base_in’ in something not a structure or union
  592 |     ctx->time_base_in.den = audio->config.out.samplerate;
      |        ^~
../libhb/decavcodec.c:593:40: error: request for member ‘par_in’ in something not a structure or union
  593 |     avcodec_parameters_from_context(ctx->par_in, context);
      |                                        ^~
../libhb/decavcodec.c:594:11: warning: implicit declaration of function ‘av_bsf_init’ [-Wimplicit-function-declaration]
  594 |     ret = av_bsf_init(ctx);
      |           ^~~~~~~~~~~
../libhb/decavcodec.c:598:9: warning: implicit declaration of function ‘av_bsf_free’; did you mean ‘av_opt_free’? [-Wimplicit-function-declaration]
  598 |         av_bsf_free(&ctx);
      |         ^~~~~~~~~~~
      |         av_opt_free
../libhb/decavcodec.c:602:11: warning: implicit declaration of function ‘av_bsf_send_packet’; did you mean ‘av_append_packet’? [-Wimplicit-function-declaration]
  602 |     ret = av_bsf_send_packet(ctx, pkt);
      |           ^~~~~~~~~~~~~~~~~~
      |           av_append_packet
../libhb/decavcodec.c:610:11: warning: implicit declaration of function ‘av_bsf_receive_packet’; did you mean ‘avcodec_receive_packet’? [-Wimplicit-function-declaration]
  610 |     ret = av_bsf_receive_packet(ctx, pkt);
      |           ^~~~~~~~~~~~~~~~~~~~~
      |           avcodec_receive_packet
../libhb/decavcodec.c:631:45: warning: passing argument 3 of ‘av_packet_get_side_data’ from incompatible pointer type [-Wincompatible-pointer-types]
  631 |                                             &size);
      |                                             ^~~~~
      |                                             |
      |                                             int *
In file included from /usr/include/x86_64-linux-gnu/libavcodec/avcodec.h:45,
                 from ../libhb/handbrake/hbffmpeg.h:13,
                 from ../libhb/decavcodec.c:42:
/usr/include/x86_64-linux-gnu/libavcodec/packet.h:598:42: note: expected ‘size_t *’ {aka ‘long unsigned int *’} but argument is of type ‘int *’
  598 |                                  size_t *size);
      |                                  ~~~~~~~~^~~~
../libhb/decavcodec.c: In function ‘decavcodecaBSInfo’:
../libhb/decavcodec.c:658:22: warning: initialization discards ‘const’ qualifier from pointer target type [-Wdiscarded-qualifiers]
  658 |     AVCodec *codec = avcodec_find_decoder( w->codec_param );
      |                      ^~~~~~~~~~~~~~~~~~~~
../libhb/decavcodec.c: In function ‘decavcodecvInit’:
../libhb/decavcodec.c:1507:19: warning: assignment discards ‘const’ qualifier from pointer target type [-Wdiscarded-qualifiers]
 1507 |         pv->codec = avcodec_find_decoder(w->codec_param);
      |                   ^
../libhb/decavcodec.c: In function ‘decavcodecvWork’:
../libhb/decavcodec.c:1854:27: warning: assignment discards ‘const’ qualifier from pointer target type [-Wdiscarded-qualifiers]
 1854 |                 pv->codec = avcodec_find_decoder(pv->context->codec_id);
      |                           ^
make[1]: *** [../libhb/module.rules:12: libhb/decavcodec.o] Error 1
make[1]: *** Waiting for unfinished jobs....
../libhb/decavsub.c: In function ‘decavsubInit’:
../libhb/decavsub.c:55:32: warning: initialization discards ‘const’ qualifier from pointer target type [-Wdiscarded-qualifiers]
   55 |     AVCodec        * codec   = avcodec_find_decoder(ctx->subtitle->codec_param);
      |                                ^~~~~~~~~~~~~~~~~~~~

Cheers
-- 
Sebastian Ramacher

Attachment: signature.asc
Description: PGP signature


--- End Message ---
--- Begin Message ---
Source: handbrake
Source-Version: 1.5.1+ds1-2
Done: Sebastian Ramacher <sramacher@debian.org>

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

Debian distribution maintenance software
pp.
Sebastian Ramacher <sramacher@debian.org> (supplier of updated handbrake 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 ftpmaster@ftp-master.debian.org)


-----BEGIN PGP SIGNED MESSAGE-----
Hash: SHA512

Format: 1.8
Date: Sat, 30 Jul 2022 22:53:28 +0200
Source: handbrake
Architecture: source
Version: 1.5.1+ds1-2
Distribution: unstable
Urgency: medium
Maintainer: Debian Multimedia Maintainers <debian-multimedia@lists.debian.org>
Changed-By: Sebastian Ramacher <sramacher@debian.org>
Closes: 1004828
Changes:
 handbrake (1.5.1+ds1-2) unstable; urgency=medium
 .
   * debian/patches: Apply upstream patch to fix build with ffmpeg 5.0 (Closes:
     #1004828)
   * debian/control: Bump Standards-Version
Checksums-Sha1:
 56427002789ba046e05552a2ae8f994ce7d1ee36 2697 handbrake_1.5.1+ds1-2.dsc
 e455029c183cda833b0575559cf8160cee3158ba 23608 handbrake_1.5.1+ds1-2.debian.tar.xz
Checksums-Sha256:
 7f8847bc196c9efa9840ebbfae51a0374ddc34d42af10a3db82495fd82a8c06c 2697 handbrake_1.5.1+ds1-2.dsc
 a091e42118261b6d3af897415b0befcb8321adb833a85b105bca6df66928463e 23608 handbrake_1.5.1+ds1-2.debian.tar.xz
Files:
 ec10fbd9345f40dfe68690b5645ad1b6 2697 graphics optional handbrake_1.5.1+ds1-2.dsc
 573177535f7db1ab3035cfed732790a2 23608 graphics optional handbrake_1.5.1+ds1-2.debian.tar.xz

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

iQIzBAEBCgAdFiEE94y6B4F7sUmhHTOQafL8UW6nGZMFAmLlmwsACgkQafL8UW6n
GZMnvg//cNbIquWIf3jJEq4UDOjEjtB3Ef2znkCg1/dK2wk21bOKIGlCotIXST0v
6WPq9uvjSEW2CIUCE075tVu23v/0pYlPsFq4/HYMNhf/to6gsecAh63U6yoWNi9C
cHppPeFEHL/ut2AUp6JREuyCZMgC6JnGSxChKWoYtCRcWba1M6HJAbBgD6Yzi07X
Cvd1Ne/Jjkh7LWw1SvWKduusIEZVHbP9YxSDkEcfOz6c59e6n94w8j3uI5fj2rAD
eLP+iqOVIVfQh+jxQJ2o7x4PrvcO4NKSYsTMg3MdHaDU+7T68hucSbtBZnsHNhTt
zz6x1Fk1wet+CZubk7yYg3zLurPexafLqZ+YvxWZXyJfx2/u5iW7WnuwiKCZCKrV
3Mp8YeY/2BQ5c16xIGmO4iQ1gUxjo7K3ZdAI5jPZUotVHC+omvjZA4e3D+TSDhhM
IByrStiHbX9LwlgTKz4Z1/kQEdLSBXh28iB+BfuA+SQJ53PA1Ht9noxhz6Wb1lTF
wOEe64C0y7Mg0eMWK5Yvp6PTWp3th/p6p4IBNyBqloOkbA+B3kGYjbqJIeFBgeL/
6WDJ2lccqNT1NF3niHJfK+SigEObl4LPgEL6zfu9FbpbE4S2A/T2bJXrOV09pDyz
6s+24bniRQyfSKHhqwfUZbdTqJwzDv5s5BUH+dF+My5atjgUX7g=
=sFK1
-----END PGP SIGNATURE-----

--- End Message ---

Reply to: