[Date Prev][Date Next] [Thread Prev][Thread Next] [Date Index] [Thread Index]

Bug#1037883: marked as done (vimix: ftbfs with GCC-13)



Your message dated Fri, 12 Jan 2024 15:36:02 +0000
with message-id <E1rOJZi-008JpR-Eu@fasolo.debian.org>
and subject line Bug#1037883: fixed in vimix 0.7.2+git20221123+ds-2
has caused the Debian Bug report #1037883,
regarding vimix: 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 owner@bugs.debian.org
immediately.)


-- 
1037883: https://bugs.debian.org/cgi-bin/bugreport.cgi?bug=1037883
Debian Bug Tracking System
Contact owner@bugs.debian.org with problems
--- Begin Message ---
Package: src:vimix
Version: 0.7.2+git20221123+ds-1
Severity: normal
Tags: sid trixie
User: debian-gcc@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/vimix_0.7.2+git20221123+ds-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

[...]
                 from /<<PKGBUILDDIR>>/src/main.cpp:27:
/<<PKGBUILDDIR>>/src/Scene.h:135:27: warning: ‘template<class _Arg, class _Result> struct std::unary_function’ is deprecated [-Wdeprecated-declarations]
  135 | struct hasId: public std::unary_function<Node*, bool>
      |                           ^~~~~~~~~~~~~~
In file included from /usr/include/c++/13/string:49,
                 from /<<PKGBUILDDIR>>/src/Settings.h:5,
                 from /<<PKGBUILDDIR>>/src/main.cpp:26:
/usr/include/c++/13/bits/stl_function.h:117:12: note: declared here
  117 |     struct unary_function
      |            ^~~~~~~~~~~~~~
In file included from /<<PKGBUILDDIR>>/src/Primitives.h:6,
                 from /<<PKGBUILDDIR>>/src/Scene.cpp:31:
/<<PKGBUILDDIR>>/src/Scene.h:135:27: warning: ‘template<class _Arg, class _Result> struct std::unary_function’ is deprecated [-Wdeprecated-declarations]
  135 | struct hasId: public std::unary_function<Node*, bool>
      |                           ^~~~~~~~~~~~~~
In file included from /usr/include/c++/13/bits/refwrap.h:39,
                 from /usr/include/c++/13/bits/shared_ptr_base.h:57,
                 from /usr/include/c++/13/bits/shared_ptr.h:53,
                 from /usr/include/c++/13/condition_variable:45,
                 from /usr/include/c++/13/future:41,
                 from /<<PKGBUILDDIR>>/src/Shader.h:4,
                 from /<<PKGBUILDDIR>>/src/Scene.cpp:30:
/usr/include/c++/13/bits/stl_function.h:117:12: note: declared here
  117 |     struct unary_function
      |            ^~~~~~~~~~~~~~
In file included from /<<PKGBUILDDIR>>/src/GarbageVisitor.h:6,
                 from /<<PKGBUILDDIR>>/src/Scene.cpp:33:
/<<PKGBUILDDIR>>/src/Source.h:203:33: warning: ‘template<class _Arg, class _Result> struct std::unary_function’ is deprecated [-Wdeprecated-declarations]
  203 |     struct hasNode: public std::unary_function<Source*, bool>
      |                                 ^~~~~~~~~~~~~~
/usr/include/c++/13/bits/stl_function.h:117:12: note: declared here
  117 |     struct unary_function
      |            ^~~~~~~~~~~~~~
/<<PKGBUILDDIR>>/src/Source.h:211:33: warning: ‘template<class _Arg, class _Result> struct std::unary_function’ is deprecated [-Wdeprecated-declarations]
  211 |     struct hasName: public std::unary_function<Source*, bool>
      |                                 ^~~~~~~~~~~~~~
/usr/include/c++/13/bits/stl_function.h:117:12: note: declared here
  117 |     struct unary_function
      |            ^~~~~~~~~~~~~~
/<<PKGBUILDDIR>>/src/Source.h:221:31: warning: ‘template<class _Arg, class _Result> struct std::unary_function’ is deprecated [-Wdeprecated-declarations]
  221 |     struct hasId: public std::unary_function<Source*, bool>
      |                               ^~~~~~~~~~~~~~
/usr/include/c++/13/bits/stl_function.h:117:12: note: declared here
  117 |     struct unary_function
      |            ^~~~~~~~~~~~~~
/<<PKGBUILDDIR>>/src/Source.h:231:34: warning: ‘template<class _Arg, class _Result> struct std::unary_function’ is deprecated [-Wdeprecated-declarations]
  231 |     struct hasDepth: public std::unary_function<Source*, bool>
      |                                  ^~~~~~~~~~~~~~
/usr/include/c++/13/bits/stl_function.h:117:12: note: declared here
  117 |     struct unary_function
      |            ^~~~~~~~~~~~~~
In file included from /<<PKGBUILDDIR>>/src/Primitives.h:6,
                 from /<<PKGBUILDDIR>>/src/Primitives.cpp:38:
/<<PKGBUILDDIR>>/src/Scene.h:135:27: warning: ‘template<class _Arg, class _Result> struct std::unary_function’ is deprecated [-Wdeprecated-declarations]
  135 | struct hasId: public std::unary_function<Node*, bool>
      |                           ^~~~~~~~~~~~~~
In file included from /usr/include/c++/13/string:49,
                 from /<<PKGBUILDDIR>>/src/ImageShader.h:4,
                 from /<<PKGBUILDDIR>>/src/Primitives.cpp:31:
/usr/include/c++/13/bits/stl_function.h:117:12: note: declared here
  117 |     struct unary_function
      |            ^~~~~~~~~~~~~~
make[3]: Leaving directory '/<<PKGBUILDDIR>>/obj-x86_64-linux-gnu'
make[2]: *** [CMakeFiles/Makefile2:245: src/CMakeFiles/vimix.dir/all] Error 2
make[2]: Leaving directory '/<<PKGBUILDDIR>>/obj-x86_64-linux-gnu'
make[1]: *** [Makefile:159: all] Error 2
make[1]: Leaving directory '/<<PKGBUILDDIR>>/obj-x86_64-linux-gnu'
dh_auto_build: error: cd obj-x86_64-linux-gnu && make -j8 "INSTALL=install --strip-program=true" VERBOSE=1 returned exit code 2
make: *** [debian/rules:14: binary] Error 25
dpkg-buildpackage: error: debian/rules binary subprocess returned exit status 2

--- End Message ---
--- Begin Message ---
Source: vimix
Source-Version: 0.7.2+git20221123+ds-2
Done: Boyuan Yang <byang@debian.org>

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

Debian distribution maintenance software
pp.
Boyuan Yang <byang@debian.org> (supplier of updated vimix 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 ftpmaster@ftp-master.debian.org)


-----BEGIN PGP SIGNED MESSAGE-----
Hash: SHA512

Format: 1.8
Date: Fri, 12 Jan 2024 10:12:23 -0500
Source: vimix
Architecture: source
Version: 0.7.2+git20221123+ds-2
Distribution: unstable
Urgency: medium
Maintainer: Debian Multimedia Maintainers <debian-multimedia@lists.debian.org>
Changed-By: Boyuan Yang <byang@debian.org>
Closes: 1037883
Changes:
 vimix (0.7.2+git20221123+ds-2) unstable; urgency=medium
 .
   * Team upload.
   * Fix FTBFS with gcc 13. (Closes: #1037883)
Checksums-Sha1:
 5dfdaa00a0bb1b4be229da3b775991a89bbc9fa4 2226 vimix_0.7.2+git20221123+ds-2.dsc
 a7b13aa07d8cd3d05b0f3aa7650a6c7af1d22490 72963732 vimix_0.7.2+git20221123+ds.orig.tar.xz
 3fa6a01c2f19f5be6672bcd0a37c48d672dc88f5 6492 vimix_0.7.2+git20221123+ds-2.debian.tar.xz
 98cf3f94fef3b6d244af83a91b35e15d44bdc3da 18755 vimix_0.7.2+git20221123+ds-2_amd64.buildinfo
Checksums-Sha256:
 cec0204ad28ee40cccf9e5b7057a196677970483ce8fba28286d4bda12881274 2226 vimix_0.7.2+git20221123+ds-2.dsc
 3e2d651388a189b4fa183831731c14d53849053053178ab964db94a01e7fe503 72963732 vimix_0.7.2+git20221123+ds.orig.tar.xz
 82267ca5ecc4f6d9857c92fd110d4f0e8ee49e62dadf5650e2024432b6520643 6492 vimix_0.7.2+git20221123+ds-2.debian.tar.xz
 64be5b3fdd49fd2fa47bd7509d62b147714e3fb0fdb27a9c2c24a48cf5d8df82 18755 vimix_0.7.2+git20221123+ds-2_amd64.buildinfo
Files:
 53f61f2de5f430605b45f38af90a7189 2226 video optional vimix_0.7.2+git20221123+ds-2.dsc
 6d2698fd10e0d27d52c7b4a1b18bb6fd 72963732 video optional vimix_0.7.2+git20221123+ds.orig.tar.xz
 908cb21ae09e31aa2b29c35e81d31091 6492 video optional vimix_0.7.2+git20221123+ds-2.debian.tar.xz
 a098c77d6ec9e0797dd269b81a1ec1b5 18755 video optional vimix_0.7.2+git20221123+ds-2_amd64.buildinfo

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

iQIzBAEBCgAdFiEEfncpR22H1vEdkazLwpPntGGCWs4FAmWhWMQACgkQwpPntGGC
Ws66YA/8Duqc/4UVsdvh/SJK4XRZwwXFNQvO9Fv77XumOnby7FbxwZAKmD47yaTK
YePGcwvX+0/cXCqgfJj8J6zN3Pg3MN4YLw+PYaGTsoriYV6+Hf/0TUq0+yQN7tUk
fBNmUjYaLEsxYIS8K9Gwo4smim/R0b4npZwi1UTeKqqOifo6OFbHz97yqnWMIHiF
YjaIiU4Yb1goHTe1em0lCiopwHvtFlXdq+d8Ga2sZOB7+uf2KO+g6FeK6htbq0s/
Azr6/Ay9Ylny7nmdzEg0O4GxHCfPf7mCrobrFhOrDmrjZ9Oe5Y6A42kzRwIwFcph
/UifOTH5Xqqc6TdNfOkXERQMnwMggqmB2vd+jAgubA0lCtXjvChmbVasa70vx9jR
UafpAT8SlRRg1mpSwyzzTjBdfEe3PcdtvNuGBj28hGQAUFABlsmqcLm30qIgx5G2
k6FlJO3WBNEQKmIVaR7o81NvKO+uGiY9QdpsAOTZfPXomcG6vUm40fxeeo+sqmhn
3BFa/kDDRZx+RDYuN6NY0VoO8wnVZHEsq2z/uNnbgBVqmwMKPF2lRiISjRxmeCZk
dmMcmjykcWw3PzEZBnP76Tz4PpH62G1HGlEhCposeLLRUKBOWYW2a+ICaumUECwN
iu8HRJg9XKHS8S5VydA8/NuPMIfcKAnESYSt2h7TEqSxEj6MuxI=
=14wK
-----END PGP SIGNATURE-----

--- End Message ---

Reply to: