Your message dated Thu, 03 Aug 2023 17:05:39 +0000
with message-id <e1qrblb-00djnu...@fasolo.debian.org>
and subject line Bug#1037804: fixed in openmsx 19.0-1
has caused the Debian Bug report #1037804,
regarding openmsx: 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.)


-- 
1037804: https://bugs.debian.org/cgi-bin/bugreport.cgi?bug=1037804
Debian Bug Tracking System
Contact ow...@bugs.debian.org with problems
--- Begin Message ---
Package: src:openmsx
Version: 18.0-1
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/openmsx_18.0-1_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

[...]
  libvorbis:        version unknown
  OpenGL:           version 4.6
  SDL2:             version 2.26.5
  SDL2_ttf:         version 2.20.1
  Tcl:              version 8.6.13
  zlib:             version 1.2.13

Components overview:
  Emulation core:   yes
  GL renderer:      yes
  Laserdisc:        yes
  ALSA MIDI:        yes

Customisable options:
  Install to        /usr
  (you can edit these in build/custom.mk)

All required and optional components can be built.

If the detected libraries differ from what you think is installed on this 
system, please check the log file: derived/x86_64-linux-debian/config/probe.log

touch derived/x86_64-linux-debian/config/probed_defs.mk
python3 build/components2defs.py 
derived/x86_64-linux-debian/config/components_defs.mk 
derived/x86_64-linux-debian/config/probed_defs.mk
Creating derived/x86_64-linux-debian/config/components_defs.mk...
touch derived/x86_64-linux-debian/config/components_defs.mk
Using Python: python3
Build configuration:
  Platform: x86_64-linux
  Flavour:  debian
  Compiler: g++
  Subset:   full build
python3 build/version2code.py derived/x86_64-linux-debian/config/Version.ii
Creating derived/x86_64-linux-debian/config/Version.ii...
python3 build/buildinfo2code.py 
derived/x86_64-linux-debian/config/build-info.hh \
        linux x86_64 debian \
        /usr/share/openmsx
Creating derived/x86_64-linux-debian/config/build-info.hh...
touch derived/x86_64-linux-debian/config/build-info.hh
python3 build/components2code.py 
derived/x86_64-linux-debian/config/components.hh 
derived/x86_64-linux-debian/config/probed_defs.mk
Creating derived/x86_64-linux-debian/config/components.hh...
touch derived/x86_64-linux-debian/config/components.hh
Compiling Autofire.cc...
mkdir -p derived/x86_64-linux-debian/obj
mkdir -p derived/x86_64-linux-debian/dep
g++ \
        -MP -MMD -MF derived/x86_64-linux-debian/dep/Autofire.cc.d \
        -o derived/x86_64-linux-debian/obj/Autofire.cc.o -g 
-ffile-prefix-map=/<<PKGBUILDDIR>>=. -fstack-protector-strong -Wformat 
-Werror=format-security -Wdate-time -D_FORTIFY_SOURCE=2 -O3 -pthread -m64 -pipe 
-std=c++2a -Wall -Wextra -Wundef -Wno-invalid-offsetof -Wunused-macros 
-Wdouble-promotion -Wmissing-declarations -Wshadow -Wold-style-cast 
-Wzero-as-null-pointer-constant -Isrc -Isrc/cassette -Isrc/commands 
-Isrc/config -Isrc/console -Isrc/cpu -Isrc/debugger -Isrc/events -Isrc/fdc 
-Isrc/file -Isrc/ide -Isrc/input -Isrc/laserdisc -Isrc/memory -Isrc/resource 
-Isrc/security -Isrc/serial -Isrc/settings -Isrc/sound -Isrc/thread 
-Isrc/unittest -Isrc/utils -Isrc/video -Isrc/video/ld -Isrc/video/scalers 
-Isrc/video/v9990 -Iderived/x86_64-linux-debian/config -I/usr/include/tcl8.6 
-I/usr/include/SDL2 -D_REENTRANT -I/usr/include/freetype2 
-I/usr/include/libpng16 -I/usr/include/libpng16 -I/usr/include/SDL2 
-D_REENTRANT -c src/Autofire.cc
In file included from src/utils/hash_map.hh:9,
                 from src/serialize_meta.hh:4,
                 from src/serialize_core.hh:5,
                 from src/serialize.hh:4,
                 from src/EmuDuration.hh:4,
                 from src/EmuTime.hh:4,
                 from src/DynamicClock.hh:4,
                 from src/Autofire.hh:5,
                 from src/Autofire.cc:1:
src/utils/hash_set.hh: In static member function ‘static unsigned int 
hash_set<Value, Extractor, Hasher, Equal>::nextPowerOf2(unsigned int)’:
src/utils/hash_set.hh:653:58: error: ‘uint32_t’ was not declared in this scope
  653 |                 static_assert(sizeof(unsigned) == sizeof(uint32_t), 
"only works for exactly 32 bit");
      |                                                          ^~~~~~~~
src/utils/hash_set.hh:14:1: note: ‘uint32_t’ is defined in header ‘<cstdint>’; 
did you forget to ‘#include <cstdint>’?
   13 | #include <cstdlib>
  +++ |+#include <cstdint>
   14 | #include <functional>
make[2]: *** [build/main.mk:498: derived/x86_64-linux-debian/obj/Autofire.cc.o] 
Error 1
make[2]: Leaving directory '/<<PKGBUILDDIR>>'
make[1]: *** [debian/rules:8: override_dh_auto_build] Error 2
make[1]: Leaving directory '/<<PKGBUILDDIR>>'
make: *** [debian/rules:4: binary] Error 2
dpkg-buildpackage: error: fakeroot debian/rules binary subprocess returned exit 
status 2

--- End Message ---
--- Begin Message ---
Source: openmsx
Source-Version: 19.0-1
Done: Bas Wijnen <wij...@debian.org>

We believe that the bug you reported is fixed in the latest version of
openmsx, 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.
Bas Wijnen <wij...@debian.org> (supplier of updated openmsx 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: Thu, 03 Aug 2023 16:10:18 +0200
Source: openmsx
Architecture: source
Version: 19.0-1
Distribution: unstable
Urgency: medium
Maintainer: Bas Wijnen <wij...@debian.org>
Changed-By: Bas Wijnen <wij...@debian.org>
Closes: 1037804
Changes:
 openmsx (19.0-1) unstable; urgency=medium
 .
   * New release. Closes: #1037804
   * Add tsx2wav executable to dmktools package.
   * Add tsx2wav manual page.
   * Update watch file.
   * Update standards version to 4.6.2. No changes needed.
   * Remove obsolete versions from dependencies.
   * Fix build method for unit autopkgtest.
   * Call window by ID in run autopkgtest.
Checksums-Sha1:
 417bdff19f87306522bf076bfa158c8a2e1bf6b5 2099 openmsx_19.0-1.dsc
 0e47995d62217e32946390155eb112a7906e5898 5831607 openmsx_19.0.orig.tar.gz
 1d5883488b493cb19889f2c0b399c40cec49f081 14644 openmsx_19.0-1.debian.tar.xz
Checksums-Sha256:
 689673bfc00d7f468cbb524cd8b22434d5c26651f90d8e51eb2fade307241e33 2099 
openmsx_19.0-1.dsc
 f7f51a135e773b9291dbae300f819a760eca06c32530e8918dbf3a795e37d142 5831607 
openmsx_19.0.orig.tar.gz
 d8fd3226333cab7166ad5ca7d1c6cd0202e87a13df22dc4e9392887207f7acdb 14644 
openmsx_19.0-1.debian.tar.xz
Files:
 96d87c7e8ede4d84af1fcd6b98bddaf8 2099 otherosfs optional openmsx_19.0-1.dsc
 5ff4174e1e9409482800a82d12b28680 5831607 otherosfs optional 
openmsx_19.0.orig.tar.gz
 f9956d44ed5aefb0fe2e4084d9a67440 14644 otherosfs optional 
openmsx_19.0-1.debian.tar.xz

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

iQJGBAEBCgAwFiEEKI9JSvHOfJKJyDQanNF9WAfAcToFAmTL1cwSHHdpam5lbkBk
ZWJpYW4ub3JnAAoJEJzRfVgHwHE69zYQAJppMhW3MN2m879Qg1xKPv3Fr47lSaYy
sUDZcxzHF2L8zU6Rp91hAbSYDum5flDB/tpL6UtjTBzb9aYV4Q5adcEdc16Q9gKq
sat/DdNyccohhnq3y3T13pHFN7afRZ0KmKtmSX+2k7Db7nSC6cCCrPx96CH9yEvw
89R+MDhniZUyhIgGNTzWf8VAmmVatvJA/J7O4LjuEoGwv0D54XV3ilKqXalPrVHG
hO437gLyU55dEbwxR2Jb0Zr1iVwbSjetzeWYzke48B5ITrmfcei+D31yVdT/KgPp
Zc0UaAAmiFKYWStz0lTKSlbFaH0HGQeFu9ceiB01d3Db0+Cc5zAwP3ydeleIp1aR
s5YjvdEAwkZRhlLIwiW+PRK+D7MrqwBp3tQMHp+SYOpIiwxcAEjKo7X3drwZgcNa
0JVQ+Tv/Bdry3UujCaodLRbHzOobtFw0HvVENGyNkEzHXjcAjK5MNf3J16rsClO3
PJoXwWvCMVozuChd43x/D9GqdtDWItfsEtG83Hw5L9m77K3FnfhTPlyynQnWvZeA
+Aq3zv+XkdgadtBOj3pB7md57wEU8OB1BcG7f6CRorWRhpRZCD8sFSHRYz9c8LfT
m9z0uvYQV+QyEht2xo3Nw+4a1gkro68Hwu7uLMpbeOpy4Skv0sdOHRhGp2JyiGzh
byxIQQrfgDBl
=ujM5
-----END PGP SIGNATURE-----

--- End Message ---

Reply via email to