Your message dated Sat, 05 Feb 2022 09:34:10 +0000
with message-id <[email protected]>
and subject line Bug#1004825: fixed in hedgewars 1.0.0-15
has caused the Debian Bug report #1004825,
regarding hedgewars: 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.)


-- 
1004825: https://bugs.debian.org/cgi-bin/bugreport.cgi?bug=1004825
Debian Bug Tracking System
Contact [email protected] with problems
--- Begin Message ---
Source: hedgewars
Version: 1.0.0-14
Severity: important
X-Debbugs-Cc: [email protected]
Tags: sid bookworm ftbfs
Usertags: ffmpeg5.0

hedgewars FTBFS with ffmpeg 5.0 in experimental:

[  6%] Generating hedgewars_it.qm
cd /<<PKGBUILDDIR>>/obj-x86_64-linux-gnu/share/hedgewars/Data/Locale && 
/usr/lib/qt5/bin/lrelease 
/<<PKGBUILDDIR>>/share/hedgewars/Data/Locale/hedgewars_it.ts -qm 
/<<PKGBUILDDIR>>/obj-x86_64-linux-gnu/share/hedgewars/Data/Locale/hedgewars_it.qm
Updating 
'/<<PKGBUILDDIR>>/obj-x86_64-linux-gnu/share/hedgewars/Data/Locale/hedgewars_gl.qm'...
    Generated 223 translation(s) (177 finished and 46 unfinished)
    Ignored 910 untranslated source text(s)
Updating 
'/<<PKGBUILDDIR>>/obj-x86_64-linux-gnu/share/hedgewars/Data/Locale/hedgewars_hu.qm'...
    Generated 1181 translation(s) (1181 finished and 0 unfinished)
Updating 
'/<<PKGBUILDDIR>>/obj-x86_64-linux-gnu/share/hedgewars/Data/Locale/hedgewars_it.qm'...
    Generated 1133 translation(s) (1133 finished and 0 unfinished)
/<<PKGBUILDDIR>>/hedgewars/avwrapper/avwrapper.c: In function ‘AddAudioStream’:
/<<PKGBUILDDIR>>/hedgewars/avwrapper/avwrapper.c:174:26: error: ‘AVStream’ has 
no member named ‘codec’
  174 |     g_pAudio = g_pAStream->codec;
      |                          ^~
/<<PKGBUILDDIR>>/hedgewars/avwrapper/avwrapper.c:176:5: warning: implicit 
declaration of function ‘avcodec_get_context_defaults3’ 
[-Wimplicit-function-declaration]
  176 |     avcodec_get_context_defaults3(g_pAudio, g_pACodec);
      |     ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~
/<<PKGBUILDDIR>>/hedgewars/avwrapper/avwrapper.c: In function ‘WriteAudioFrame’:
/<<PKGBUILDDIR>>/hedgewars/avwrapper/avwrapper.c:230:5: warning: 
‘av_init_packet’ is deprecated [-Wdeprecated-declarations]
  230 |     av_init_packet(&Packet);
      |     ^~~~~~~~~~~~~~
In file included from /usr/include/x86_64-linux-gnu/libavcodec/avcodec.h:45,
                 from /<<PKGBUILDDIR>>/hedgewars/avwrapper/avwrapper.c:25:
/usr/include/x86_64-linux-gnu/libavcodec/packet.h:506:6: note: declared here
  506 | void av_init_packet(AVPacket *pkt);
      |      ^~~~~~~~~~~~~~
/<<PKGBUILDDIR>>/hedgewars/avwrapper/avwrapper.c:247:9: warning: implicit 
declaration of function ‘avcodec_encode_audio2’; did you mean 
‘avcodec_encode_subtitle’? [-Wimplicit-function-declaration]
  247 |     if (avcodec_encode_audio2(g_pAudio, &Packet, pFrame, &got_packet) 
!= 0)
      |         ^~~~~~~~~~~~~~~~~~~~~
      |         avcodec_encode_subtitle
/<<PKGBUILDDIR>>/hedgewars/avwrapper/avwrapper.c: In function ‘AddVideoStream’:
/<<PKGBUILDDIR>>/hedgewars/avwrapper/avwrapper.c:282:26: error: ‘AVStream’ has 
no member named ‘codec’
  282 |     g_pVideo = g_pVStream->codec;
      |                          ^~
/<<PKGBUILDDIR>>/hedgewars/avwrapper/avwrapper.c: In function ‘WriteFrame’:
/<<PKGBUILDDIR>>/hedgewars/avwrapper/avwrapper.c:384:5: warning: 
‘av_init_packet’ is deprecated [-Wdeprecated-declarations]
  384 |     av_init_packet(&Packet);
      |     ^~~~~~~~~~~~~~
In file included from /usr/include/x86_64-linux-gnu/libavcodec/avcodec.h:45,
                 from /<<PKGBUILDDIR>>/hedgewars/avwrapper/avwrapper.c:25:
/usr/include/x86_64-linux-gnu/libavcodec/packet.h:506:6: note: declared here
  506 | void av_init_packet(AVPacket *pkt);
      |      ^~~~~~~~~~~~~~
/<<PKGBUILDDIR>>/hedgewars/avwrapper/avwrapper.c:408:13: warning: implicit 
declaration of function ‘avcodec_encode_video2’; did you mean 
‘avcodec_encode_subtitle’? [-Wimplicit-function-declaration]
  408 |         if (avcodec_encode_video2(g_pVideo, &Packet, pFrame, 
&got_packet) < 0)
      |             ^~~~~~~~~~~~~~~~~~~~~
      |             avcodec_encode_subtitle
/<<PKGBUILDDIR>>/hedgewars/avwrapper/avwrapper.c: In function ‘AVWrapper_Init’:
/<<PKGBUILDDIR>>/hedgewars/avwrapper/avwrapper.c:503:5: warning: implicit 
declaration of function ‘av_register_all’ [-Wimplicit-function-declaration]
  503 |     av_register_all();
      |     ^~~~~~~~~~~~~~~
/<<PKGBUILDDIR>>/hedgewars/avwrapper/avwrapper.c:506:15: warning: assignment 
discards ‘const’ qualifier from pointer target type [-Wdiscarded-qualifiers]
  506 |     g_pFormat = av_guess_format(pFormatName, NULL, NULL);
      |               ^
/<<PKGBUILDDIR>>/hedgewars/avwrapper/avwrapper.c:525:26: error: 
‘AVFormatContext’ has no member named ‘filename’
  525 |     snprintf(g_pContainer->filename, sizeof(g_pContainer->filename), 
"%s.%s", pFilename, ext);
      |                          ^~
/<<PKGBUILDDIR>>/hedgewars/avwrapper/avwrapper.c:525:57: error: 
‘AVFormatContext’ has no member named ‘filename’
  525 |     snprintf(g_pContainer->filename, sizeof(g_pContainer->filename), 
"%s.%s", pFilename, ext);
      |                                                         ^~
/<<PKGBUILDDIR>>/hedgewars/avwrapper/avwrapper.c:528:15: warning: assignment 
discards ‘const’ qualifier from pointer target type [-Wdiscarded-qualifiers]
  528 |     g_pVCodec = avcodec_find_encoder_by_name(pVCodecName);
      |               ^
/<<PKGBUILDDIR>>/hedgewars/avwrapper/avwrapper.c:529:15: warning: assignment 
discards ‘const’ qualifier from pointer target type [-Wdiscarded-qualifiers]
  529 |     g_pACodec = avcodec_find_encoder_by_name(pACodecName);
      |               ^
/<<PKGBUILDDIR>>/hedgewars/avwrapper/avwrapper.c:563:49: error: 
‘AVFormatContext’ has no member named ‘filename’
  563 |     av_dump_format(g_pContainer, 0, g_pContainer->filename, 1);
      |                                                 ^~
/<<PKGBUILDDIR>>/hedgewars/avwrapper/avwrapper.c:568:54: error: 
‘AVFormatContext’ has no member named ‘filename’
  568 |         if (avio_open(&g_pContainer->pb, g_pContainer->filename, 
AVIO_FLAG_WRITE) < 0)
      |                                                      ^~
/<<PKGBUILDDIR>>/hedgewars/avwrapper/avwrapper.c:569:78: error: 
‘AVFormatContext’ has no member named ‘filename’
  569 |             return FatalError("Could not open output file (%s)", 
g_pContainer->filename);
      |                                                                         
     ^~
/<<PKGBUILDDIR>>/hedgewars/avwrapper/avwrapper.c:549:13: warning: ignoring 
return value of ‘fread’ declared with attribute ‘warn_unused_result’ 
[-Wunused-result]
  549 |             fread(&g_Frequency, 4, 1, g_pSoundFile);
      |             ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
/<<PKGBUILDDIR>>/hedgewars/avwrapper/avwrapper.c:550:13: warning: ignoring 
return value of ‘fread’ declared with attribute ‘warn_unused_result’ 
[-Wunused-result]
  550 |             fread(&g_Channels, 4, 1, g_pSoundFile);
      |             ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
make[3]: *** [hedgewars/avwrapper/CMakeFiles/avwrapper.dir/build.make:79: 
hedgewars/avwrapper/CMakeFiles/avwrapper.dir/avwrapper.c.o] Error 1


Cheers
-- 
Sebastian Ramacher

Attachment: signature.asc
Description: PGP signature


--- End Message ---
--- Begin Message ---
Source: hedgewars
Source-Version: 1.0.0-15
Done: Gianfranco Costamagna <[email protected]>

We believe that the bug you reported is fixed in the latest version of
hedgewars, 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.
Gianfranco Costamagna <[email protected]> (supplier of updated hedgewars 
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, 03 Feb 2022 14:59:05 +0100
Source: hedgewars
Architecture: source
Version: 1.0.0-15
Distribution: unstable
Urgency: medium
Maintainer: Debian Games Team <[email protected]>
Changed-By: Gianfranco Costamagna <[email protected]>
Closes: 1004825
Changes:
 hedgewars (1.0.0-15) unstable; urgency=medium
 .
   * Fix build with ffmpeg 5.0 (Closes: #1004825)
Checksums-Sha1:
 8f81625e87b7e989fc73eacba154352ac6f73c6e 2903 hedgewars_1.0.0-15.dsc
 b2cfa27dd8d74ff8ce955d8401267b565db657c6 89736 hedgewars_1.0.0-15.debian.tar.xz
 5977a961632b9debb002585cfc83e3c64b613f42 22689 
hedgewars_1.0.0-15_source.buildinfo
Checksums-Sha256:
 862c058b5288db5b2efe4156529488e011311ce99735ac4b7127472374c24801 2903 
hedgewars_1.0.0-15.dsc
 9421746b8b16ef8d17e7cbc3e2277467a27e63a2700753f4688e154bbb3b3e7f 89736 
hedgewars_1.0.0-15.debian.tar.xz
 930b54426aa49b01b70a413071b003065eb6eed371eb54f0e8c2c92fee2db5e3 22689 
hedgewars_1.0.0-15_source.buildinfo
Files:
 3fc9f91ff269b1730dfa57a219ccd4c7 2903 games optional hedgewars_1.0.0-15.dsc
 8eb27a7fc61c8f6ecb632ba84e83a2c0 89736 games optional 
hedgewars_1.0.0-15.debian.tar.xz
 eeb10a12ef5ba1acf96885e74bacd089 22689 games optional 
hedgewars_1.0.0-15_source.buildinfo

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

iQIzBAEBCAAdFiEEkpeKbhleSSGCX3/w808JdE6fXdkFAmH+QWUACgkQ808JdE6f
XdlLRQ/+JhsL+bTrhVyyXP10i4hczrH6d9+5T7YmYbXfT/0wrCDFsVBBXOo3T+yD
bF850sc6xiJ6Wrc1+Zc1uPsp1WfxOlM0r7mMXh6KOrD3yA/LigKeVtB8RJBfXRXj
3ptNGNaPRS8F75BC+RYbM22vHbnjGejH0DwjSc01A/Du+XsBYe8dA908gOWV6rbd
+/agSCERgHKFMLdKFMViNJBw7eE0lfaTpKYQO6eWNV0XFkA9yR5IFKn7+gIqVbOO
u4QEA6DUvPmop5nc87ShWsHZA1VeOO0SkgbX2VUvf+508iZeuVFuHOeI2x8sENEC
NLAVZpQCWbcrcgsxBXM0yOY/FGp2LO/M7K1Sse+X+b0dF9Bd5I3EfNYYq65NRBR/
J19ajbnNqJ07ZyD1zND9iMKa2N6iXIzk8Khur4cX/kU/1aerDM55MUN2r9okfm7Z
KRVVlFyyhTRQotP3DqjTcwx+fyTdodp9po6lE7LLEWQR+kkYK35iiJ1yV3J+WrFQ
qQoeHKjq2Y5UavtWPWy/qLthLBLirMhM3SMLiRnvpRrzvZnIrTTdwuueletJe3Iq
cxOB0/J8feSiUF8HNg38zuyXtfLY8B0OnvCSpJ/uPEwkkety/F7UybHLAqZQy2XF
6jdbKeK09iFmp14URaDThkkqknS2t0MnITxoEdHzC0R8iqPH+rg=
=zLVk
-----END PGP SIGNATURE-----

--- End Message ---

Reply via email to