Your message dated Sat, 21 Jan 2023 19:42:44 +0000
with message-id <e1pjjle-009j4t...@fasolo.debian.org>
and subject line Bug#1004616: fixed in performous 1.1+git20181118-6
has caused the Debian Bug report #1004616,
regarding performous: 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.)


-- 
1004616: https://bugs.debian.org/cgi-bin/bugreport.cgi?bug=1004616
Debian Bug Tracking System
Contact ow...@bugs.debian.org with problems
--- Begin Message ---
Source: performous
Version: 1.1+git20181118-5
Severity: important
X-Debbugs-Cc: sramac...@debian.org
Tags: sid bookworm ftbfs
Usertags: ffmpeg5.0

performous FTBFS with ffmpeg 5.0 (available in experimental):
| cd /<<PKGBUILDDIR>>/obj-x86_64-linux-gnu/game && /usr/lib/ccache/c++ 
-DBOOST_ALL_NO_LIB -DBOOST_ATOMIC_DYN_LINK -DBOOST_CHRONO_DYN_LINK 
-DBOOST_FILESYSTEM_DYN_LINK -DBOOST_IOSTREAMS_DYN_LINK -DBOOST_LOCALE_DYN_LINK 
-DBOOST_PROGRAM_OPTIONS_DYN_LINK -DBOOST_SYSTEM_DYN_LINK 
-DBOOST_THREAD_DYN_LINK -DUSE_PORTMIDI -DUSE_WEBSERVER -I/<<PKGBUILDDIR>>/ced 
-I/usr/include/SDL2 -I/usr/include/pango-1.0 -I/usr/include/cairo 
-I/usr/include/freetype2 -I/usr/include/glib-2.0 
-I/usr/lib/x86_64-linux-gnu/glib-2.0/include -I/usr/include/harfbuzz 
-I/usr/include/libmount -I/usr/include/blkid -I/usr/include/fribidi 
-I/usr/include/pixman-1 -I/usr/include/uuid -I/usr/include/libpng16 
-I/usr/include/librsvg-2.0 -I/usr/include/gdk-pixbuf-2.0 
-I/usr/lib/x86_64-linux-gnu/libxml++-2.6/include -I/usr/include/libxml++-2.6 
-I/usr/include/libxml2 -I/usr/lib/x86_64-linux-gnu/glibmm-2.4/include 
-I/usr/include/glibmm-2.4 -I/usr/include/sigc++-2.0 
-I/usr/lib/x86_64-linux-gnu/sigc++-2.0/include -I/usr/include/cpprest 
-I/<<PKGBUILDDIR>>/obj-x86_64-linux-gnu/game -DBOOST_NO_CXX11_SCOPED_ENUMS 
-std=c++14 -Wall -Wextra -fcx-limited-range -g -O2 
-ffile-prefix-map=/<<PKGBUILDDIR>>=. -fstack-protector-strong -Wformat 
-Werror=format-security  -Wdate-time -D_FORTIFY_SOURCE=2 -DNDEBUG -pthread -MD 
-MT game/CMakeFiles/performous.dir/fs.cc.o -MF 
CMakeFiles/performous.dir/fs.cc.o.d -o CMakeFiles/performous.dir/fs.cc.o -c 
/<<PKGBUILDDIR>>/game/fs.cc
| /<<PKGBUILDDIR>>/game/ffmpeg.cc: In member function ‘void FFmpeg::open()’:
| /<<PKGBUILDDIR>>/game/ffmpeg.cc:100:93: error: invalid conversion from 
‘AVCodec**’ to ‘const AVCodec**’ [-fpermissive]
|   100 |         m_streamId = av_find_best_stream(m_formatContext, 
(AVMediaType)m_mediaType, -1, -1, &codec, 0);
|       |                                                                       
                      ^~~~~~
|       |                                                                       
                      |
|       |                                                                       
                      AVCodec**
| In file included from /<<PKGBUILDDIR>>/game/ffmpeg.cc:15:
| /usr/include/x86_64-linux-gnu/libavformat/avformat.h:2161:41: note:   
initializing argument 5 of ‘int av_find_best_stream(AVFormatContext*, 
AVMediaType, int, int, const AVCodec**, int)’
|  2161 |                         const AVCodec **decoder_ret,
|       |                         ~~~~~~~~~~~~~~~~^~~~~~~~~~~
| /<<PKGBUILDDIR>>/game/ffmpeg.cc:104:47: error: invalid conversion from ‘const 
AVCodec*’ to ‘AVCodec*’ [-fpermissive]
|   104 |         AVCodec* pCodec = 
avcodec_find_decoder(m_formatContext->streams[m_streamId]->codecpar->codec_id);
|       |                           
~~~~~~~~~~~~~~~~~~~~^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
|       |                                               |
|       |                                               const AVCodec*
| make[3]: *** [game/CMakeFiles/performous.dir/build.make:289: 
game/CMakeFiles/performous.dir/ffmpeg.cc.o] Error 1

Cheers
-- 
Sebastian Ramacher

Attachment: signature.asc
Description: PGP signature


--- End Message ---
--- Begin Message ---
Source: performous
Source-Version: 1.1+git20181118-6
Done: Markus Koschany <a...@debian.org>

We believe that the bug you reported is fixed in the latest version of
performous, 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.
Markus Koschany <a...@debian.org> (supplier of updated performous 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: Sat, 21 Jan 2023 19:20:54 +0100
Source: performous
Architecture: source
Version: 1.1+git20181118-6
Distribution: unstable
Urgency: medium
Maintainer: Debian Games Team <pkg-games-de...@lists.alioth.debian.org>
Changed-By: Markus Koschany <a...@debian.org>
Closes: 1004616 1010095
Changes:
 performous (1.1+git20181118-6) unstable; urgency=medium
 .
   [ Frédéric Bonnard ]
   * Remove -mno-altivec on ppc64el as not needed anymore. (Closes: #1010095)
 .
   [ Markus Koschany ]
   * Fix FTBFS with ffmpeg 5.
     Thanks to Dan Bungert for the patch. (Closes: #1004616)
   * Declare compliance with Debian Policy 4.6.2.
   * Switch to debhelper-compat = 13.
   * Use canonical VCS URI.
   * Remove dh_missing override and get-orig-source target. Both are obsolete.
Checksums-Sha1:
 4350950399dbb838972722bf20ced75c34196b54 2612 performous_1.1+git20181118-6.dsc
 311c57d78a6e715bb932d03c83bd7e9ff8224d2e 12196 
performous_1.1+git20181118-6.debian.tar.xz
 de5ab1dde59844fa5e1521d9dd4a727a20a43986 24076 
performous_1.1+git20181118-6_amd64.buildinfo
Checksums-Sha256:
 952bcd4b930509dd23de12accefba08036278dea2aa60762b9a0a5b514d28b38 2612 
performous_1.1+git20181118-6.dsc
 f8a50efb405b7b4b0be8276b4a98e92c6a01db270bdd0a034da00f8a426a856e 12196 
performous_1.1+git20181118-6.debian.tar.xz
 f51a79c02c38141a02b1168486626cb92a73f4e6e5bf1230dd8108829e7341d7 24076 
performous_1.1+git20181118-6_amd64.buildinfo
Files:
 a2e4f2453c70276334e2c435b1549b62 2612 games optional 
performous_1.1+git20181118-6.dsc
 5acb77af933deef7b51f890649d9fa88 12196 games optional 
performous_1.1+git20181118-6.debian.tar.xz
 b8e35a63c7b1d3afb784f85b93364e30 24076 games optional 
performous_1.1+git20181118-6_amd64.buildinfo

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

iQKjBAEBCgCNFiEErPPQiO8y7e9qGoNf2a0UuVE7UeQFAmPMLy5fFIAAAAAALgAo
aXNzdWVyLWZwckBub3RhdGlvbnMub3BlbnBncC5maWZ0aGhvcnNlbWFuLm5ldEFD
RjNEMDg4RUYzMkVERUY2QTFBODM1RkQ5QUQxNEI5NTEzQjUxRTQPHGFwb0BkZWJp
YW4ub3JnAAoJENmtFLlRO1HkE2UP/AqlzutW16AA8i2UlfQQlLvKxVxckRK2h6gA
pf6kVWqW613eJIltle1PTCj1wJAqSxab96dJlJ9ndcN05Qt6vEWMheZe4rVU1+Rl
ziZedgiPHFDn/hdR9E6Bv8jcCoyQoe4N4aKPWVdu/MfqMpy59LP1AUT8R+JKdgQe
59HxRTxY7pJD1UB3Own1naQ4uZhLRJnr2PvtEp9PnbwM3/D+lCAnryoa7tWSfPRK
2ScPwIPo3AR7vbN21T10vTWKiiz2D4U07CDnP7upcz3mpQn6HhlqJFrhws8S4l2q
qNcZSPbZoOuwp3md0NsOashXDv2wnwrNJBEcr2MLYfU9R+wNLLszSoMtyf0QYdkB
5xXiQw83oBdhSov7gCb1LzlJYXwP+Wn15cizCjJGdBqx4jqk8oYAfp0++hOkHoNM
ftDySc38XwjrHV5t14rkxFORlg7AVfvYt6wNeeYZASkhdWzIsOzrisNoqw8jZN6L
QsKKrejiXfiulpcLzAiuLAriubGTA2QI0P4/4Fqnf/TwduZ2KFx4VyWnPO4TvA8/
PZPBoqweXQ7gAaibg32aA/wEwFW8o4JF/8b8fMbitwjywisoX7kl2bmFJRGL0sNN
qiZOKyegsllH2xB+2Z3KqAyuCBZhnm8vOGid9ZedygCjTmkBKcSoCsYQjjiY8+u7
+oId5D/+
=brXX
-----END PGP SIGNATURE-----

--- End Message ---

Reply via email to