Your message dated Thu, 13 Jul 2023 13:04:01 +0000
with message-id <[email protected]>
and subject line Bug#1037631: fixed in dune-geometry 2.9.0-3
has caused the Debian Bug report #1037631,
regarding dune-geometry: 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 [email protected]
immediately.)
--
1037631: https://bugs.debian.org/cgi-bin/bugreport.cgi?bug=1037631
Debian Bug Tracking System
Contact [email protected] with problems
--- Begin Message ---
Package: src:dune-geometry
Version: 2.9.0-2
Severity: normal
Tags: sid trixie
User: [email protected]
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/dune-geometry_2.9.0-2_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
[...]
253 | constexpr GeometryType(unsigned int topologyId, unsigned int dim,
bool isNone)
| ^~~~~~~~~~~~
/<<PKGBUILDDIR>>/dune/geometry/type.hh:524:71: in ‘constexpr’ expansion of
‘Dune::GeometryTypes::cube(2)’
/<<PKGBUILDDIR>>/dune/geometry/type.hh:524:73: error: ‘constexpr
Dune::GeometryType::GeometryType(unsigned int, unsigned int, bool)’ called in a
constant expression
524 | DUNE_INLINE_VARIABLE constexpr GeometryType quadrilateral =
cube(2);
|
^
/<<PKGBUILDDIR>>/dune/geometry/type.hh:253:15: note: ‘constexpr
Dune::GeometryType::GeometryType(unsigned int, unsigned int, bool)’ declared
here
253 | constexpr GeometryType(unsigned int topologyId, unsigned int dim,
bool isNone)
| ^~~~~~~~~~~~
/<<PKGBUILDDIR>>/dune/geometry/type.hh:530:72: in ‘constexpr’ expansion of
‘Dune::GeometryTypes::simplex(3)’
/<<PKGBUILDDIR>>/dune/geometry/type.hh:530:74: error: ‘constexpr
Dune::GeometryType::GeometryType(unsigned int, unsigned int, bool)’ called in a
constant expression
530 | DUNE_INLINE_VARIABLE constexpr GeometryType tetrahedron =
simplex(3);
|
^
/<<PKGBUILDDIR>>/dune/geometry/type.hh:253:15: note: ‘constexpr
Dune::GeometryType::GeometryType(unsigned int, unsigned int, bool)’ declared
here
253 | constexpr GeometryType(unsigned int topologyId, unsigned int dim,
bool isNone)
| ^~~~~~~~~~~~
/<<PKGBUILDDIR>>/dune/geometry/type.hh:536:88: error: ‘constexpr
Dune::GeometryType::GeometryType(unsigned int, unsigned int, bool)’ called in a
constant expression
536 | DUNE_INLINE_VARIABLE constexpr GeometryType pyramid =
GeometryType(0b0011,3,false);
|
^
/<<PKGBUILDDIR>>/dune/geometry/type.hh:253:15: note: ‘constexpr
Dune::GeometryType::GeometryType(unsigned int, unsigned int, bool)’ declared
here
253 | constexpr GeometryType(unsigned int topologyId, unsigned int dim,
bool isNone)
| ^~~~~~~~~~~~
/<<PKGBUILDDIR>>/dune/geometry/type.hh:542:86: error: ‘constexpr
Dune::GeometryType::GeometryType(unsigned int, unsigned int, bool)’ called in a
constant expression
542 | DUNE_INLINE_VARIABLE constexpr GeometryType prism =
GeometryType(0b0101,3,false);
|
^
/<<PKGBUILDDIR>>/dune/geometry/type.hh:253:15: note: ‘constexpr
Dune::GeometryType::GeometryType(unsigned int, unsigned int, bool)’ declared
here
253 | constexpr GeometryType(unsigned int topologyId, unsigned int dim,
bool isNone)
| ^~~~~~~~~~~~
/<<PKGBUILDDIR>>/dune/geometry/type.hh:548:68: in ‘constexpr’ expansion of
‘Dune::GeometryTypes::cube(3)’
/<<PKGBUILDDIR>>/dune/geometry/type.hh:548:70: error: ‘constexpr
Dune::GeometryType::GeometryType(unsigned int, unsigned int, bool)’ called in a
constant expression
548 | DUNE_INLINE_VARIABLE constexpr GeometryType hexahedron = cube(3);
| ^
/<<PKGBUILDDIR>>/dune/geometry/type.hh:253:15: note: ‘constexpr
Dune::GeometryType::GeometryType(unsigned int, unsigned int, bool)’ declared
here
253 | constexpr GeometryType(unsigned int topologyId, unsigned int dim,
bool isNone)
| ^~~~~~~~~~~~
/<<PKGBUILDDIR>>/dune/geometry/type.hh:568:25: error: ‘Dune::GeometryType::Id’
has not been declared
568 | template< template< GeometryType::Id > class Operation, int dim,
GeometryType::Id geometryId = GeometryTypes::vertex >
| ^~~~~~~~~~~~
/<<PKGBUILDDIR>>/dune/geometry/type.hh:568:70: error: ‘Dune::GeometryType::Id’
has not been declared
568 | template< template< GeometryType::Id > class Operation, int dim,
GeometryType::Id geometryId = GeometryTypes::vertex >
|
^~~~~~~~~~~~
/<<PKGBUILDDIR>>/dune/geometry/type.hh:571:48: error: ‘geometryId’ was not
declared in this scope; did you mean ‘GeometryType’?
571 | static constexpr GeometryType geometry = geometryId;
| ^~~~~~~~~~
| GeometryType
/<<PKGBUILDDIR>>/dune/geometry/type.hh:584:25: error: ‘Dune::GeometryType::Id’
has not been declared
584 | template< template< GeometryType::Id > class Operation,
GeometryType::Id geometryId >
| ^~~~~~~~~~~~
/<<PKGBUILDDIR>>/dune/geometry/type.hh:584:61: error: ‘Dune::GeometryType::Id’
has not been declared
584 | template< template< GeometryType::Id > class Operation,
GeometryType::Id geometryId >
| ^~~~~~~~~~~~
/<<PKGBUILDDIR>>/dune/geometry/type.hh:585:42: error: ‘geometryId’ was not
declared in this scope; did you mean ‘GeometryType’?
585 | struct IfGeometryType< Operation, 0, geometryId>
| ^~~~~~~~~~
| GeometryType
/<<PKGBUILDDIR>>/dune/geometry/type.hh:585:52: error: type/value mismatch at
argument 1 in template parameter list for
‘template<template<<typeprefixerror><anonymous> > class Operation, int dim,
<declaration error> > struct Dune::Impl::IfGeometryType’
585 | struct IfGeometryType< Operation, 0, geometryId>
| ^
/<<PKGBUILDDIR>>/dune/geometry/type.hh:585:52: note: expected a template of
type ‘template<<typeprefixerror><anonymous> > class Operation’, got
‘template<<typeprefixerror><anonymous> > class Operation’
/<<PKGBUILDDIR>>/dune/geometry/type.hh:585:52: error: template argument 3 is
invalid
make[3]: *** [CMakeFiles/dunegeometry.dir/build.make:93:
CMakeFiles/dunegeometry.dir/dune/geometry/referenceelementimplementation.cc.o]
Error 1
make[3]: *** Waiting for unfinished jobs....
make[3]: Leaving directory '/<<PKGBUILDDIR>>/build'
make[2]: *** [CMakeFiles/Makefile2:1266: CMakeFiles/dunegeometry.dir/all] Error
2
make[2]: Leaving directory '/<<PKGBUILDDIR>>/build'
make[1]: *** [Makefile:149: 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:6: binary] Error 25
dpkg-buildpackage: error: debian/rules binary subprocess returned exit status 2
--- End Message ---
--- Begin Message ---
Source: dune-geometry
Source-Version: 2.9.0-3
Done: Markus Blatt <[email protected]>
We believe that the bug you reported is fixed in the latest version of
dune-geometry, 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 [email protected],
and the maintainer will reopen the bug report if appropriate.
Debian distribution maintenance software
pp.
Markus Blatt <[email protected]> (supplier of updated dune-geometry 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 [email protected])
-----BEGIN PGP SIGNED MESSAGE-----
Hash: SHA256
Format: 1.8
Date: Thu, 13 Jul 2023 13:14:05 +0200
Source: dune-geometry
Architecture: source
Version: 2.9.0-3
Distribution: unstable
Urgency: medium
Maintainer: Debian Science Maintainers
<[email protected]>
Changed-By: Markus Blatt <[email protected]>
Closes: 1037631 1037632 1037633 1037634
Changes:
dune-geometry (2.9.0-3) unstable; urgency=medium
.
* d/patches: Backported patch from upstream to fix compilation with GCC13
(Closes: #1037631, #1037632, #1037633, #1037634)
Checksums-Sha1:
c9c5e6e780251b1cb81ff73ab6da25191390da59 2338 dune-geometry_2.9.0-3.dsc
6ef7d07f3727dbf91839717face2e39dee6c660d 5024
dune-geometry_2.9.0-3.debian.tar.xz
Checksums-Sha256:
a228333bb1bc2448b8d4e60b4f3fe50cf1302e12c054bb8c4f43199a2c311c15 2338
dune-geometry_2.9.0-3.dsc
26f7fa2553f475f6d509e593082c1848696453eb60e79b4f4939a0fe9accc278 5024
dune-geometry_2.9.0-3.debian.tar.xz
Files:
8a295e33bf7c1f95c4209bbf8b36553c 2338 libs optional dune-geometry_2.9.0-3.dsc
16fa1370596ee0964804668bb77cdc45 5024 libs optional
dune-geometry_2.9.0-3.debian.tar.xz
-----BEGIN PGP SIGNATURE-----
iQIzBAEBCAAdFiEEX5730Qbzr+QcV2vnUAaxd/1SdC8FAmSv8RYACgkQUAaxd/1S
dC8Vgg//fSGnpASx8HC7z8aOVFQSKgLjiQweGvBazIfpUSyc3kcvyX6cURbu6XYr
V0H95XriaUA2XUtmbmNwGQfncGQO9SA6+1fX0WPEZdIzS6uZqptLTcnOuwfuxlWD
BC9rpTil/WWwM5gd/pbOkH9kAzUbQ/ZlwlsSKfk26u1G7cXxjn9mLgST5IbCB5Xx
h7Rf6Od9OmFgi2Tkx+pGlhuM9kUMPLfx1w+L7IqyqikY+OksGG1ru82S3lyzLWPU
5jr3pIl2LiONw2Iv4Q5P3zB3OQjTk83pKVC+dzGL1zi5mBpG3HW52g9hBUMFUjfO
p3Tn2AlmKgLDq/SiqM0lPxX6nvy4NptING93nOhXeWQJ4TtxpJnynGJJC5h4V5Lf
S7JcVBxFg1hoD4bgcDwprxZHl/E1pM1etqlPmu57LWqezzUWh/yV1/ST3JVi4bcb
ELBMedVBHIxnbi++8mZjeTiLRynzKRdCCdDf7urcVqR+AriFtwQj4XNJB5YX4uT2
a/Ey8XjulQJpWid2VIyMnsxKyR82ks5jUzJdbe9Ge7JQlGlof3YbHY//B2Q/FyL8
HvOJBBJxwTrnmlxt9pLHzK2GO1oTFw6iT+98tNtu85fvhFKvqijsXcH0PejUW5t1
Tik94qGXZwRiiJTnJA5Rfd1zg0RHDK6Vit40xp8djzh5Wu0qb5w=
=RRrM
-----END PGP SIGNATURE-----
--- End Message ---
--
debian-science-maintainers mailing list
[email protected]
https://alioth-lists.debian.net/cgi-bin/mailman/listinfo/debian-science-maintainers