Your message dated Sat, 15 Jul 2023 16:41:29 +0000
with message-id <e1qkikn-0056hj...@fasolo.debian.org>
and subject line Bug#1037785: fixed in nageru 2.2.2-1
has caused the Debian Bug report #1037785,
regarding nageru: 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.)


-- 
1037785: https://bugs.debian.org/cgi-bin/bugreport.cgi?bug=1037785
Debian Bug Tracking System
Contact ow...@bugs.debian.org with problems
--- Begin Message ---
Package: src:nageru
Version: 2.2.1-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/nageru_2.2.1-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

[...]
   12 |                 fprintf(stderr, "%s:%d (%s) failed: %s\n", __func__, 
__LINE__, func, vaErrorStr(va_status)); \
      |                         ^~~~~~
../shared/va_resource_pool.cpp:82:17: note: in expansion of macro 
‘CHECK_VASTATUS’
   82 |                 CHECK_VASTATUS(va_status, "vaDestroySurfaces");
      |                 ^~~~~~~~~~~~~~
../shared/va_resource_pool.h:12:25: note: ‘stderr’ is defined in header 
‘<cstdio>’; did you forget to ‘#include <cstdio>’?
   12 |                 fprintf(stderr, "%s:%d (%s) failed: %s\n", __func__, 
__LINE__, func, vaErrorStr(va_status)); \
      |                         ^~~~~~
../shared/va_resource_pool.cpp:82:17: note: in expansion of macro 
‘CHECK_VASTATUS’
   82 |                 CHECK_VASTATUS(va_status, "vaDestroySurfaces");
      |                 ^~~~~~~~~~~~~~
../shared/va_resource_pool.h:12:17: error: ‘fprintf’ was not declared in this 
scope
   12 |                 fprintf(stderr, "%s:%d (%s) failed: %s\n", __func__, 
__LINE__, func, vaErrorStr(va_status)); \
      |                 ^~~~~~~
../shared/va_resource_pool.cpp:82:17: note: in expansion of macro 
‘CHECK_VASTATUS’
   82 |                 CHECK_VASTATUS(va_status, "vaDestroySurfaces");
      |                 ^~~~~~~~~~~~~~
../shared/va_resource_pool.h:13:17: error: ‘exit’ was not declared in this scope
   13 |                 exit(1); \
      |                 ^~~~
../shared/va_resource_pool.cpp:82:17: note: in expansion of macro 
‘CHECK_VASTATUS’
   82 |                 CHECK_VASTATUS(va_status, "vaDestroySurfaces");
      |                 ^~~~~~~~~~~~~~
../shared/va_resource_pool.h:13:17: note: ‘exit’ is defined in header 
‘<cstdlib>’; did you forget to ‘#include <cstdlib>’?
   13 |                 exit(1); \
      |                 ^~~~
../shared/va_resource_pool.cpp:82:17: note: in expansion of macro 
‘CHECK_VASTATUS’
   82 |                 CHECK_VASTATUS(va_status, "vaDestroySurfaces");
      |                 ^~~~~~~~~~~~~~
../shared/va_resource_pool.h:12:25: error: ‘stderr’ was not declared in this 
scope
   12 |                 fprintf(stderr, "%s:%d (%s) failed: %s\n", __func__, 
__LINE__, func, vaErrorStr(va_status)); \
      |                         ^~~~~~
../shared/va_resource_pool.cpp:85:17: note: in expansion of macro 
‘CHECK_VASTATUS’
   85 |                 CHECK_VASTATUS(va_status, "vaDestroyImage");
      |                 ^~~~~~~~~~~~~~
../shared/va_resource_pool.h:12:25: note: ‘stderr’ is defined in header 
‘<cstdio>’; did you forget to ‘#include <cstdio>’?
   12 |                 fprintf(stderr, "%s:%d (%s) failed: %s\n", __func__, 
__LINE__, func, vaErrorStr(va_status)); \
      |                         ^~~~~~
../shared/va_resource_pool.cpp:85:17: note: in expansion of macro 
‘CHECK_VASTATUS’
   85 |                 CHECK_VASTATUS(va_status, "vaDestroyImage");
      |                 ^~~~~~~~~~~~~~
../shared/va_resource_pool.h:12:17: error: ‘fprintf’ was not declared in this 
scope
   12 |                 fprintf(stderr, "%s:%d (%s) failed: %s\n", __func__, 
__LINE__, func, vaErrorStr(va_status)); \
      |                 ^~~~~~~
../shared/va_resource_pool.cpp:85:17: note: in expansion of macro 
‘CHECK_VASTATUS’
   85 |                 CHECK_VASTATUS(va_status, "vaDestroyImage");
      |                 ^~~~~~~~~~~~~~
../shared/va_resource_pool.h:13:17: error: ‘exit’ was not declared in this scope
   13 |                 exit(1); \
      |                 ^~~~
../shared/va_resource_pool.cpp:85:17: note: in expansion of macro 
‘CHECK_VASTATUS’
   85 |                 CHECK_VASTATUS(va_status, "vaDestroyImage");
      |                 ^~~~~~~~~~~~~~
../shared/va_resource_pool.h:13:17: note: ‘exit’ is defined in header 
‘<cstdlib>’; did you forget to ‘#include <cstdlib>’?
   13 |                 exit(1); \
      |                 ^~~~
../shared/va_resource_pool.cpp:85:17: note: in expansion of macro 
‘CHECK_VASTATUS’
   85 |                 CHECK_VASTATUS(va_status, "vaDestroyImage");
      |                 ^~~~~~~~~~~~~~
[23/270] c++ -Ishared/libshared.a.p -Ishared -I../shared -I. -I.. 
-I/usr/include/x86_64-linux-gnu/qt5/QtCore -I/usr/include/x86_64-linux-gnu/qt5 
-I/usr/include/x86_64-linux-gnu/qt5/QtGui 
-I/usr/include/x86_64-linux-gnu/qt5/QtWidgets 
-I/usr/include/x86_64-linux-gnu/qt5/QtOpenGL -I/usr/include/x86_64-linux-gnu 
-I/usr/include/p11-kit-1 -I/usr/include/movit -I/usr/include/eigen3 
-fdiagnostics-color=always -D_FILE_OFFSET_BITS=64 -Wall -Winvalid-pch 
'-DMOVIT_SHADER_DIR="/usr/share/movit"' '-DNAGERU_VERSION="2.2.1"' 
'-DPREFIX="/usr"' -DHAVE_SRT=1 -g -O2 -ffile-prefix-map=/<<PKGBUILDDIR>>=. 
-fstack-protector-strong -Wformat -Werror=format-security -Wdate-time 
-D_FORTIFY_SOURCE=2 -fPIC -DQT_OPENGL_LIB -DQT_WIDGETS_LIB -DQT_GUI_LIB 
-DQT_CORE_LIB -MD -MQ shared/libshared.a.p/midi_device.cpp.o -MF 
shared/libshared.a.p/midi_device.cpp.o.d -o 
shared/libshared.a.p/midi_device.cpp.o -c ../shared/midi_device.cpp
[24/270] c++ -Ishared/libshared.a.p -Ishared -I../shared -I. -I.. 
-I/usr/include/x86_64-linux-gnu/qt5/QtCore -I/usr/include/x86_64-linux-gnu/qt5 
-I/usr/include/x86_64-linux-gnu/qt5/QtGui 
-I/usr/include/x86_64-linux-gnu/qt5/QtWidgets 
-I/usr/include/x86_64-linux-gnu/qt5/QtOpenGL -I/usr/include/x86_64-linux-gnu 
-I/usr/include/p11-kit-1 -I/usr/include/movit -I/usr/include/eigen3 
-fdiagnostics-color=always -D_FILE_OFFSET_BITS=64 -Wall -Winvalid-pch 
'-DMOVIT_SHADER_DIR="/usr/share/movit"' '-DNAGERU_VERSION="2.2.1"' 
'-DPREFIX="/usr"' -DHAVE_SRT=1 -g -O2 -ffile-prefix-map=/<<PKGBUILDDIR>>=. 
-fstack-protector-strong -Wformat -Werror=format-security -Wdate-time 
-D_FORTIFY_SOURCE=2 -fPIC -DQT_OPENGL_LIB -DQT_WIDGETS_LIB -DQT_GUI_LIB 
-DQT_CORE_LIB -MD -MQ shared/libshared.a.p/va_display.cpp.o -MF 
shared/libshared.a.p/va_display.cpp.o.d -o 
shared/libshared.a.p/va_display.cpp.o -c ../shared/va_display.cpp
[25/270] c++ -Ishared/libshared.a.p -Ishared -I../shared -I. -I.. 
-I/usr/include/x86_64-linux-gnu/qt5/QtCore -I/usr/include/x86_64-linux-gnu/qt5 
-I/usr/include/x86_64-linux-gnu/qt5/QtGui 
-I/usr/include/x86_64-linux-gnu/qt5/QtWidgets 
-I/usr/include/x86_64-linux-gnu/qt5/QtOpenGL -I/usr/include/x86_64-linux-gnu 
-I/usr/include/p11-kit-1 -I/usr/include/movit -I/usr/include/eigen3 
-fdiagnostics-color=always -D_FILE_OFFSET_BITS=64 -Wall -Winvalid-pch 
'-DMOVIT_SHADER_DIR="/usr/share/movit"' '-DNAGERU_VERSION="2.2.1"' 
'-DPREFIX="/usr"' -DHAVE_SRT=1 -g -O2 -ffile-prefix-map=/<<PKGBUILDDIR>>=. 
-fstack-protector-strong -Wformat -Werror=format-security -Wdate-time 
-D_FORTIFY_SOURCE=2 -fPIC -DQT_OPENGL_LIB -DQT_WIDGETS_LIB -DQT_GUI_LIB 
-DQT_CORE_LIB -MD -MQ shared/libshared.a.p/text_proto.cpp.o -MF 
shared/libshared.a.p/text_proto.cpp.o.d -o 
shared/libshared.a.p/text_proto.cpp.o -c ../shared/text_proto.cpp
[26/270] c++ -Ishared/libshared.a.p -Ishared -I../shared -I. -I.. 
-I/usr/include/x86_64-linux-gnu/qt5/QtCore -I/usr/include/x86_64-linux-gnu/qt5 
-I/usr/include/x86_64-linux-gnu/qt5/QtGui 
-I/usr/include/x86_64-linux-gnu/qt5/QtWidgets 
-I/usr/include/x86_64-linux-gnu/qt5/QtOpenGL -I/usr/include/x86_64-linux-gnu 
-I/usr/include/p11-kit-1 -I/usr/include/movit -I/usr/include/eigen3 
-fdiagnostics-color=always -D_FILE_OFFSET_BITS=64 -Wall -Winvalid-pch 
'-DMOVIT_SHADER_DIR="/usr/share/movit"' '-DNAGERU_VERSION="2.2.1"' 
'-DPREFIX="/usr"' -DHAVE_SRT=1 -g -O2 -ffile-prefix-map=/<<PKGBUILDDIR>>=. 
-fstack-protector-strong -Wformat -Werror=format-security -Wdate-time 
-D_FORTIFY_SOURCE=2 -fPIC -DQT_OPENGL_LIB -DQT_WIDGETS_LIB -DQT_GUI_LIB 
-DQT_CORE_LIB -MD -MQ shared/libshared.a.p/httpd.cpp.o -MF 
shared/libshared.a.p/httpd.cpp.o.d -o shared/libshared.a.p/httpd.cpp.o -c 
../shared/httpd.cpp
[27/270] c++ -Ishared/libshared.a.p -Ishared -I../shared -I. -I.. 
-I/usr/include/x86_64-linux-gnu/qt5/QtCore -I/usr/include/x86_64-linux-gnu/qt5 
-I/usr/include/x86_64-linux-gnu/qt5/QtGui 
-I/usr/include/x86_64-linux-gnu/qt5/QtWidgets 
-I/usr/include/x86_64-linux-gnu/qt5/QtOpenGL -I/usr/include/x86_64-linux-gnu 
-I/usr/include/p11-kit-1 -I/usr/include/movit -I/usr/include/eigen3 
-fdiagnostics-color=always -D_FILE_OFFSET_BITS=64 -Wall -Winvalid-pch 
'-DMOVIT_SHADER_DIR="/usr/share/movit"' '-DNAGERU_VERSION="2.2.1"' 
'-DPREFIX="/usr"' -DHAVE_SRT=1 -g -O2 -ffile-prefix-map=/<<PKGBUILDDIR>>=. 
-fstack-protector-strong -Wformat -Werror=format-security -Wdate-time 
-D_FORTIFY_SOURCE=2 -fPIC -DQT_OPENGL_LIB -DQT_WIDGETS_LIB -DQT_GUI_LIB 
-DQT_CORE_LIB -MD -MQ shared/libshared.a.p/ref_counted_texture.cpp.o -MF 
shared/libshared.a.p/ref_counted_texture.cpp.o.d -o 
shared/libshared.a.p/ref_counted_texture.cpp.o -c 
../shared/ref_counted_texture.cpp
[28/270] c++ -Ishared/libshared.a.p -Ishared -I../shared -I. -I.. 
-I/usr/include/x86_64-linux-gnu/qt5/QtCore -I/usr/include/x86_64-linux-gnu/qt5 
-I/usr/include/x86_64-linux-gnu/qt5/QtGui 
-I/usr/include/x86_64-linux-gnu/qt5/QtWidgets 
-I/usr/include/x86_64-linux-gnu/qt5/QtOpenGL -I/usr/include/x86_64-linux-gnu 
-I/usr/include/p11-kit-1 -I/usr/include/movit -I/usr/include/eigen3 
-fdiagnostics-color=always -D_FILE_OFFSET_BITS=64 -Wall -Winvalid-pch 
'-DMOVIT_SHADER_DIR="/usr/share/movit"' '-DNAGERU_VERSION="2.2.1"' 
'-DPREFIX="/usr"' -DHAVE_SRT=1 -g -O2 -ffile-prefix-map=/<<PKGBUILDDIR>>=. 
-fstack-protector-strong -Wformat -Werror=format-security -Wdate-time 
-D_FORTIFY_SOURCE=2 -fPIC -DQT_OPENGL_LIB -DQT_WIDGETS_LIB -DQT_GUI_LIB 
-DQT_CORE_LIB -MD -MQ shared/libshared.a.p/metrics.cpp.o -MF 
shared/libshared.a.p/metrics.cpp.o.d -o shared/libshared.a.p/metrics.cpp.o -c 
../shared/metrics.cpp
[29/270] c++ -Ishared/libshared.a.p -Ishared -I../shared -I. -I.. 
-I/usr/include/x86_64-linux-gnu/qt5/QtCore -I/usr/include/x86_64-linux-gnu/qt5 
-I/usr/include/x86_64-linux-gnu/qt5/QtGui 
-I/usr/include/x86_64-linux-gnu/qt5/QtWidgets 
-I/usr/include/x86_64-linux-gnu/qt5/QtOpenGL -I/usr/include/x86_64-linux-gnu 
-I/usr/include/p11-kit-1 -I/usr/include/movit -I/usr/include/eigen3 
-fdiagnostics-color=always -D_FILE_OFFSET_BITS=64 -Wall -Winvalid-pch 
'-DMOVIT_SHADER_DIR="/usr/share/movit"' '-DNAGERU_VERSION="2.2.1"' 
'-DPREFIX="/usr"' -DHAVE_SRT=1 -g -O2 -ffile-prefix-map=/<<PKGBUILDDIR>>=. 
-fstack-protector-strong -Wformat -Werror=format-security -Wdate-time 
-D_FORTIFY_SOURCE=2 -fPIC -DQT_OPENGL_LIB -DQT_WIDGETS_LIB -DQT_GUI_LIB 
-DQT_CORE_LIB -MD -MQ shared/libshared.a.p/aboutdialog.cpp.o -MF 
shared/libshared.a.p/aboutdialog.cpp.o.d -o 
shared/libshared.a.p/aboutdialog.cpp.o -c ../shared/aboutdialog.cpp
ninja: build stopped: subcommand failed.
dh_auto_build: error: cd obj-x86_64-linux-gnu && LC_ALL=C.UTF-8 ninja -j8 -v 
returned exit code 1
make: *** [debian/rules:9: build] Error 25
dpkg-buildpackage: error: debian/rules build subprocess returned exit status 2

--- End Message ---
--- Begin Message ---
Source: nageru
Source-Version: 2.2.2-1
Done: Steinar H. Gunderson <se...@debian.org>

We believe that the bug you reported is fixed in the latest version of
nageru, 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.
Steinar H. Gunderson <se...@debian.org> (supplier of updated nageru 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: SHA256

Format: 1.8
Date: Sat, 15 Jul 2023 17:29:52 +0200
Source: nageru
Architecture: source
Version: 2.2.2-1
Distribution: unstable
Urgency: medium
Maintainer: Steinar H. Gunderson <se...@debian.org>
Changed-By: Steinar H. Gunderson <se...@debian.org>
Closes: 1037785
Changes:
 nageru (2.2.2-1) unstable; urgency=medium
 .
   * New upstream release.
     * Fix build breaks with newer GCC and SVT-AV1. (Closes: #1037785)
Checksums-Sha1:
 b0ff259816f18ce3ce7d54111edf8c5aff723b28 2337 nageru_2.2.2-1.dsc
 f9256dfdeef5487f74deb20d327c97f5fef68ea7 692901 nageru_2.2.2.orig.tar.gz
 bd3bca19bf09b356f94c716180ca85f5a10ae20c 6032 nageru_2.2.2-1.debian.tar.xz
 9fcb7f4e7552a916b4e9ea2596d44fc6b36132f9 15611 nageru_2.2.2-1_amd64.buildinfo
Checksums-Sha256:
 1f0f57ea2b4daf2501f2a3f6fb98a9d7591de5b312f29f19ff6445dfcb92e654 2337 
nageru_2.2.2-1.dsc
 c1eda5f96623258e08256a214f4df7e562f292e94f86bb70d59ea5e99c190acd 692901 
nageru_2.2.2.orig.tar.gz
 42e9d455cb8cc09b2bf495485d0b587a45435ff88ada0ecc986c3081e2bc41ac 6032 
nageru_2.2.2-1.debian.tar.xz
 91af79d46228d762da3c242855c3c801382a9872262e3f435e9fbebaf31eb871 15611 
nageru_2.2.2-1_amd64.buildinfo
Files:
 a85b1e7d81a64162ca70106b14b57ad1 2337 video optional nageru_2.2.2-1.dsc
 d1035f02ca84d006921221ff5817abd1 692901 video optional nageru_2.2.2.orig.tar.gz
 2210dcb977053c58128d925101eb23bc 6032 video optional 
nageru_2.2.2-1.debian.tar.xz
 d2f03aecc3659edfb781ca46a697a929 15611 video optional 
nageru_2.2.2-1_amd64.buildinfo

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

iQIzBAEBCAAdFiEEwukAT/AowY5OrduDf2F1YXeXj3YFAmSyvIIACgkQf2F1YXeX
j3ZpVA//XYav3tlxXxkqvB99HusWZb6dGYTA2btIsLdNGAPBl4Q9Oj5Gy17TPqvO
ndzeg/ME+83019qZvpXDsEx8jD/fUs9irRFApUOfJX5bC6KKgLpYVg0S1LpzEr61
VeRP1YkHDNja2HmKQwnVZa8b1Hm8VlP/MF7aQrOp6bWS9JlUU33z2BWq+uBNGEhh
YIONH7FuDP80sZx5z/gd/O89xOLGe1ogjOw3oT8TyPiNNnBW/bFoGhKdC/ihxlgI
rckFCiljTLfajTIdr6DXGQA6t1S6Ih8UZJtC6/pz0CKB2xrRFZrauaDEIFQfJHqj
qaPQHizJrS2S4f0HSCbxBT8t6O5ntXwuZEEDjvUwFCzVYskp9DE7K/uU3mFldbdh
44xiJkoB5tie6tRjZk8tuDsqsOF9UqiQceee8SMvK3ojLohFLWRAiKRUIUfcDJPX
xRHPFlNOu5snq9S+41a0Waq+NPtY/o2rwMzFFaygZz5LYhk1a22bVisRY/+XwDyl
NPYDu6FsPoO5Od7Xj5jwjq6kHDajD3QVQPdFD8mnASZ/OcaNATETkPnBLQe/HJBt
nF4DR6gsWIyKpja3WTH1qBkHjn8zTcl8a2lPJ/gttHFWEWNfht9xLd3VS0M4AlUk
NgJEyAGxOEejeLzfQxJVcGqEqkzeITh80zsVza+3R12lXfYyLjY=
=A7zd
-----END PGP SIGNATURE-----

--- End Message ---

Reply via email to