Your message dated Fri, 21 Jul 2023 17:51:59 +0000
with message-id <e1qmuij-000bga...@fasolo.debian.org>
and subject line Bug#1037805: fixed in openmw 0.48.0-1
has caused the Debian Bug report #1037805,
regarding openmw: ftbfs with GCC-13
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.)


-- 
1037805: https://bugs.debian.org/cgi-bin/bugreport.cgi?bug=1037805
Debian Bug Tracking System
Contact ow...@bugs.debian.org with problems
--- Begin Message ---
Package: src:openmw
Version: 0.47.0-3
Severity: normal
Tags: sid trixie
User: debian-...@lists.debian.org
Usertags: ftbfs-gcc-13

[This bug is targeted to the upcoming trixie release]

Please keep this issue open in the bug tracker for the package it
was filed for.  If a fix in another package is required, please
file a bug for the other package (or clone), and add a block in this
package. Please keep the issue open until the package can be built in
a follow-up test rebuild.

The package fails to build in a test rebuild on at least amd64 with
gcc-13/g++-13, but succeeds to build with gcc-12/g++-12. The
severity of this report will be raised before the trixie release.

The full build log can be found at:
http://qa-logs.debian.net/2023/05/22/logs/openmw_0.47.0-3_unstable_gccexp.log
The last lines of the build log are at the end of this report.

To build with GCC 13, either set CC=gcc-13 CXX=g++-13 explicitly,
or install the gcc, g++, gfortran, ... packages from experimental.

  apt-get -t=experimental install g++ 

Common build failures are new warnings resulting in build failures with
-Werror turned on, or new/dropped symbols in Debian symbols files.
For other C/C++ related build failures see the porting guide at
http://gcc.gnu.org/gcc-13/porting_to.html

[...]
/usr/include/x86_64-linux-gnu/libavcodec/packet.h:426:3: note: declared here
  426 | } AVPacketList;
      |   ^~~~~~~~~~~~
/<<PKGBUILDDIR>>/extern/osg-ffmpeg-videoplayer/videostate.cpp:176:25: warning: 
‘AVPacketList’ is deprecated [-Wdeprecated-declarations]
  176 |     AVPacketList *pkt, *pkt1;
      |                         ^~~~
/usr/include/x86_64-linux-gnu/libavcodec/packet.h:426:3: note: declared here
  426 | } AVPacketList;
      |   ^~~~~~~~~~~~
/<<PKGBUILDDIR>>/extern/osg-ffmpeg-videoplayer/videostate.cpp: In member 
function ‘void Video::VideoThread::run()’:
/<<PKGBUILDDIR>>/extern/osg-ffmpeg-videoplayer/videostate.cpp:443:23: warning: 
‘void av_init_packet(AVPacket*)’ is deprecated [-Wdeprecated-declarations]
  443 |         av_init_packet(&packetData);
      |         ~~~~~~~~~~~~~~^~~~~~~~~~~~~
/usr/include/x86_64-linux-gnu/libavcodec/packet.h:512:6: note: declared here
  512 | void av_init_packet(AVPacket *pkt);
      |      ^~~~~~~~~~~~~~
/<<PKGBUILDDIR>>/extern/osg-ffmpeg-videoplayer/videostate.cpp: In member 
function ‘void Video::ParseThread::run()’:
/<<PKGBUILDDIR>>/extern/osg-ffmpeg-videoplayer/videostate.cpp:511:23: warning: 
‘void av_init_packet(AVPacket*)’ is deprecated [-Wdeprecated-declarations]
  511 |         av_init_packet(&packetData);
      |         ~~~~~~~~~~~~~~^~~~~~~~~~~~~
/usr/include/x86_64-linux-gnu/libavcodec/packet.h:512:6: note: declared here
  512 | void av_init_packet(AVPacket *pkt);
      |      ^~~~~~~~~~~~~~
In file included from 
/<<PKGBUILDDIR>>/extern/osg-ffmpeg-videoplayer/videoplayer.cpp:8:
/<<PKGBUILDDIR>>/extern/osg-ffmpeg-videoplayer/videostate.hpp:88:19: warning: 
‘AVPacketList’ is deprecated [-Wdeprecated-declarations]
   88 |     AVPacketList *first_pkt, *last_pkt;
      |                   ^~~~~~~~~
In file included from /usr/include/x86_64-linux-gnu/libavcodec/avcodec.h:45,
                 from 
/<<PKGBUILDDIR>>/extern/osg-ffmpeg-videoplayer/audiodecoder.hpp:17,
                 from 
/<<PKGBUILDDIR>>/extern/osg-ffmpeg-videoplayer/audiofactory.hpp:4,
                 from 
/<<PKGBUILDDIR>>/extern/osg-ffmpeg-videoplayer/videoplayer.cpp:7:
/usr/include/x86_64-linux-gnu/libavcodec/packet.h:426:3: note: declared here
  426 | } AVPacketList;
      |   ^~~~~~~~~~~~
/<<PKGBUILDDIR>>/extern/osg-ffmpeg-videoplayer/videostate.hpp:88:31: warning: 
‘AVPacketList’ is deprecated [-Wdeprecated-declarations]
   88 |     AVPacketList *first_pkt, *last_pkt;
      |                               ^~~~~~~~
/usr/include/x86_64-linux-gnu/libavcodec/packet.h:426:3: note: declared here
  426 | } AVPacketList;
      |   ^~~~~~~~~~~~
[  1%] Linking CXX static library libosg-ffmpeg-videoplayer.a
cd /<<PKGBUILDDIR>>/build/extern/osg-ffmpeg-videoplayer && /usr/bin/cmake -P 
CMakeFiles/osg-ffmpeg-videoplayer.dir/cmake_clean_target.cmake
cd /<<PKGBUILDDIR>>/build/extern/osg-ffmpeg-videoplayer && /usr/bin/cmake -E 
cmake_link_script CMakeFiles/osg-ffmpeg-videoplayer.dir/link.txt --verbose=1
/usr/bin/ar qc libosg-ffmpeg-videoplayer.a 
"CMakeFiles/osg-ffmpeg-videoplayer.dir/videoplayer.cpp.o" 
"CMakeFiles/osg-ffmpeg-videoplayer.dir/videostate.cpp.o" 
"CMakeFiles/osg-ffmpeg-videoplayer.dir/audiodecoder.cpp.o"
/usr/bin/ranlib libosg-ffmpeg-videoplayer.a
make[3]: Leaving directory '/<<PKGBUILDDIR>>/build'
[  1%] Built target osg-ffmpeg-videoplayer
[  1%] Linking CXX static library liboics.a
cd /<<PKGBUILDDIR>>/build/extern/oics && /usr/bin/cmake -P 
CMakeFiles/oics.dir/cmake_clean_target.cmake
cd /<<PKGBUILDDIR>>/build/extern/oics && /usr/bin/cmake -E cmake_link_script 
CMakeFiles/oics.dir/link.txt --verbose=1
/usr/bin/ar qc liboics.a CMakeFiles/oics.dir/ICSChannel.cpp.o 
CMakeFiles/oics.dir/ICSControl.cpp.o 
CMakeFiles/oics.dir/ICSInputControlSystem.cpp.o 
CMakeFiles/oics.dir/ICSInputControlSystem_keyboard.cpp.o 
CMakeFiles/oics.dir/ICSInputControlSystem_mouse.cpp.o 
CMakeFiles/oics.dir/ICSInputControlSystem_joystick.cpp.o
/usr/bin/ranlib liboics.a
make[3]: Leaving directory '/<<PKGBUILDDIR>>/build'
[  1%] Built target oics
make[3]: Leaving directory '/<<PKGBUILDDIR>>/build'
make[2]: *** [CMakeFiles/Makefile2:497: 
components/CMakeFiles/components.dir/all] Error 2
make[2]: *** Waiting for unfinished jobs....
[  2%] Linking CXX static library libosgQt.a
cd /<<PKGBUILDDIR>>/build/extern/osgQt && /usr/bin/cmake -P 
CMakeFiles/osgQt.dir/cmake_clean_target.cmake
cd /<<PKGBUILDDIR>>/build/extern/osgQt && /usr/bin/cmake -E cmake_link_script 
CMakeFiles/osgQt.dir/link.txt --verbose=1
/usr/bin/ar qc libosgQt.a CMakeFiles/osgQt.dir/GraphicsWindowQt.cpp.o
/usr/bin/ranlib libosgQt.a
make[3]: Leaving directory '/<<PKGBUILDDIR>>/build'
[  2%] Built target osgQt
make[2]: Leaving directory '/<<PKGBUILDDIR>>/build'
make[1]: *** [Makefile:136: all] Error 2
make[1]: Leaving directory '/<<PKGBUILDDIR>>/build'
dh_auto_build: error: cd build && make -j8 "INSTALL=install 
--strip-program=true" VERBOSE=1 returned exit code 2
make: *** [debian/rules:48: binary] Error 25
dpkg-buildpackage: error: debian/rules binary subprocess returned exit status 2

--- End Message ---
--- Begin Message ---
Source: openmw
Source-Version: 0.48.0-1
Done: Bret Curtis <psi...@gmail.com>

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

Debian distribution maintenance software
pp.
Bret Curtis <psi...@gmail.com> (supplier of updated openmw 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: Wed, 19 Jul 2023 17:46:22 +0200
Source: openmw
Architecture: source
Version: 0.48.0-1
Distribution: unstable
Urgency: medium
Maintainer: Debian Games Team <pkg-games-de...@lists.alioth.debian.org>
Changed-By: Bret Curtis <psi...@gmail.com>
Closes: 1037805
Changes:
 openmw (0.48.0-1) unstable; urgency=medium
 .
   * Upstream release: OpenMW-0.48.0 (Closes: #1037805)
Checksums-Sha1:
 42daa59b4f86b659eaddbf6b2c88ff7efdac7c22 2379 openmw_0.48.0-1.dsc
 4d8a124591e6d8290afa6d9f85db40c625dd4a40 6020423 openmw_0.48.0.orig.tar.gz
 fd57476477f62f8db395b403e6a42cdcefbc6af2 11136 openmw_0.48.0-1.debian.tar.xz
 a4d95bb6794b2369254b3c08de46a9314ed34fa2 9519 openmw_0.48.0-1_source.buildinfo
Checksums-Sha256:
 b46a2e886256f9fa377b28163961460516856c170c02d4583943897a07af4084 2379 
openmw_0.48.0-1.dsc
 ebcc1e217479306a92036aabf6f8225a3d228759eef6255cda57fb8566b9d388 6020423 
openmw_0.48.0.orig.tar.gz
 6aef7f7bcd9704fe4f5a697591088b7d89b6a6ac205b26257de949b837b36351 11136 
openmw_0.48.0-1.debian.tar.xz
 8b28091931176a90357c62fdbd3d2b85c1580cc7d350a8fc8f624c0f38177d81 9519 
openmw_0.48.0-1_source.buildinfo
Files:
 348d7cb22dd5d963da0febc0229407aa 2379 games optional openmw_0.48.0-1.dsc
 944052439cbca26af899dcf0be749d50 6020423 games optional 
openmw_0.48.0.orig.tar.gz
 700f218e100c819edb560b1b94d80024 11136 games optional 
openmw_0.48.0-1.debian.tar.xz
 e55c3721d8faba84450914e956de5408 9519 games optional 
openmw_0.48.0-1_source.buildinfo

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

iQHEBAEBCgAuFiEEQGIgyLhVKAI3jM5BH1x6i0VWQxQFAmS6wdoQHGJhZ2VAZGVi
aWFuLm9yZwAKCRAfXHqLRVZDFBesC/wJiZsciU7Nug+ypmynOKqtPHeNUyF4auOq
YZ3hkBGfVDpagRIKf4vDrYK5iYMj0sFl5QIqgN0gOEm4VkWSD4WRsQFV82FqFlM5
PasvrUsOyKX+cMarp5bQqQWBAskPBdf2gFEJi8KxCb1nHppIdEwrXxeL6dOfV5ts
l4kOGLl/iYFZHN4KCspfgNLUq+2u5Zn0dOogYQK/xR3mV5zG4Dh72ts7h36AHk54
seiY3NEIrTA+wA0zk3D0DVgIZ6+YMTM1CF6kdIhQcwMXNN71onThCOM5Pvo80Wt+
GfChm+tvs5qbn8jtrdaL3BvpUPZl9rTUKz8w0GtpeGFkDStd0knE6hSVgcP2km2f
XUDjkhX7MocUEp9PYdOspy5RAfCjz9d9P6oqjUBULzzuPCWLzjvXQdjCz/lSjZ5F
rItdXkvKoUeMPmI6VJaW7DwXLwHkSxvkLuHnl1CeMhSdYolSpwWIEUB83aaAVOZC
i7L3facTjvH1FQyEm344KmBFhorG9fQ=
=Qzih
-----END PGP SIGNATURE-----

--- End Message ---

Reply via email to