Your message dated Thu, 20 Jul 2023 23:20:00 +0000
with message-id <e1qmcwc-00eklu...@fasolo.debian.org>
and subject line Bug#1037650: fixed in fenics-basix 0.6.0-4
has caused the Debian Bug report #1037650,
regarding fenics-basix: 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.)
--
1037650: https://bugs.debian.org/cgi-bin/bugreport.cgi?bug=1037650
Debian Bug Tracking System
Contact ow...@bugs.debian.org with problems
--- Begin Message ---
Package: src:fenics-basix
Version: 0.5.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/fenics-basix_0.5.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
[...]
1404 | for (std::uint32_t r = 0; r < (cell_info >> (3 * f + 1) & 3);
++r)
| ^
/<<PKGBUILDDIR>>/cpp/basix/finite-element.cpp:1399:24: note: ‘std::size_t f’ is
not const
1399 | for (std::size_t f = 0; f < _edofs[2].size(); ++f)
| ^
/<<PKGBUILDDIR>>/cpp/basix/finite-element.cpp:1404:68: error: the value of ‘f’
is not usable in a constant expression
1404 | for (std::uint32_t r = 0; r < (cell_info >> (3 * f + 1) & 3);
++r)
| ^
/<<PKGBUILDDIR>>/cpp/basix/finite-element.cpp:1399:24: note: ‘std::size_t f’ is
not const
1399 | for (std::size_t f = 0; f < _edofs[2].size(); ++f)
| ^
/<<PKGBUILDDIR>>/cpp/basix/finite-element.cpp:1404:68: error: the value of ‘f’
is not usable in a constant expression
1404 | for (std::uint32_t r = 0; r < (cell_info >> (3 * f + 1) & 3);
++r)
| ^
/<<PKGBUILDDIR>>/cpp/basix/finite-element.cpp:1399:24: note: ‘std::size_t f’ is
not const
1399 | for (std::size_t f = 0; f < _edofs[2].size(); ++f)
| ^
/<<PKGBUILDDIR>>/cpp/basix/finite-element.cpp:1404:68: error: the value of ‘f’
is not usable in a constant expression
1404 | for (std::uint32_t r = 0; r < (cell_info >> (3 * f + 1) & 3);
++r)
| ^
/<<PKGBUILDDIR>>/cpp/basix/finite-element.cpp:1399:24: note: ‘std::size_t f’ is
not const
1399 | for (std::size_t f = 0; f < _edofs[2].size(); ++f)
| ^
/<<PKGBUILDDIR>>/cpp/basix/finite-element.cpp:1404:68: error: the value of ‘f’
is not usable in a constant expression
1404 | for (std::uint32_t r = 0; r < (cell_info >> (3 * f + 1) & 3);
++r)
| ^
/<<PKGBUILDDIR>>/cpp/basix/finite-element.cpp:1399:24: note: ‘std::size_t f’ is
not const
1399 | for (std::size_t f = 0; f < _edofs[2].size(); ++f)
| ^
/<<PKGBUILDDIR>>/cpp/basix/finite-element.cpp:1404:68: error: the value of ‘f’
is not usable in a constant expression
1404 | for (std::uint32_t r = 0; r < (cell_info >> (3 * f + 1) & 3);
++r)
| ^
/<<PKGBUILDDIR>>/cpp/basix/finite-element.cpp:1399:24: note: ‘std::size_t f’ is
not const
1399 | for (std::size_t f = 0; f < _edofs[2].size(); ++f)
| ^
/<<PKGBUILDDIR>>/cpp/basix/finite-element.cpp:1404:35: error: ‘r’ was not
declared in this scope
1404 | for (std::uint32_t r = 0; r < (cell_info >> (3 * f + 1) & 3);
++r)
| ^
/<<PKGBUILDDIR>>/cpp/basix/finite-element.cpp:1405:40: error: no matching
function for call to ‘apply_permutation(const
__gnu_cxx::__alloc_traits<std::allocator<std::vector<long unsigned int> >,
std::vector<long unsigned int> >::value_type&, const int&, int&)’
1405 | precompute::apply_permutation(trans[0], dofs, dofstart);
| ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~^~~~~~~~~~~~~~~~~~~~~~~~~~
/<<PKGBUILDDIR>>/cpp/basix/precompute.h:117:6: note: candidate: ‘template<class
E> void basix::precompute::apply_permutation(const std::span<const long
unsigned int>&, const std::span<_Type, 18446744073709551615>&, std::size_t,
std::size_t)’
117 | void apply_permutation(const std::span<const std::size_t>& perm,
| ^~~~~~~~~~~~~~~~~
/<<PKGBUILDDIR>>/cpp/basix/precompute.h:117:6: note: template argument
deduction/substitution failed:
/<<PKGBUILDDIR>>/cpp/basix/finite-element.cpp:1405:40: note: mismatched types
‘const std::span<_Type, 18446744073709551615>’ and ‘const int’
1405 | precompute::apply_permutation(trans[0], dofs, dofstart);
| ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~^~~~~~~~~~~~~~~~~~~~~~~~~~
/<<PKGBUILDDIR>>/cpp/basix/finite-element.cpp:1409:40: error: no matching
function for call to ‘apply_permutation(const
__gnu_cxx::__alloc_traits<std::allocator<std::vector<long unsigned int> >,
std::vector<long unsigned int> >::value_type&, const int&, int&)’
1409 | precompute::apply_permutation(trans[1], dofs, dofstart);
| ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~^~~~~~~~~~~~~~~~~~~~~~~~~~
/<<PKGBUILDDIR>>/cpp/basix/precompute.h:117:6: note: candidate: ‘template<class
E> void basix::precompute::apply_permutation(const std::span<const long
unsigned int>&, const std::span<_Type, 18446744073709551615>&, std::size_t,
std::size_t)’
117 | void apply_permutation(const std::span<const std::size_t>& perm,
| ^~~~~~~~~~~~~~~~~
/<<PKGBUILDDIR>>/cpp/basix/precompute.h:117:6: note: template argument
deduction/substitution failed:
/<<PKGBUILDDIR>>/cpp/basix/finite-element.cpp:1409:40: note: mismatched types
‘const std::span<_Type, 18446744073709551615>’ and ‘const int’
1409 | precompute::apply_permutation(trans[1], dofs, dofstart);
| ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~^~~~~~~~~~~~~~~~~~~~~~~~~~
make[4]: *** [CMakeFiles/basix.dir/build.make:163:
CMakeFiles/basix.dir/basix/moments.cpp.o] Error 1
make[4]: *** [CMakeFiles/basix.dir/build.make:107:
CMakeFiles/basix.dir/basix/finite-element.cpp.o] Error 1
make[4]: Leaving directory '/<<PKGBUILDDIR>>/obj-x86_64-linux-gnu'
make[3]: *** [CMakeFiles/Makefile2:86: CMakeFiles/basix.dir/all] Error 2
make[3]: Leaving directory '/<<PKGBUILDDIR>>/obj-x86_64-linux-gnu'
make[2]: *** [Makefile:139: all] Error 2
make[2]: 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[1]: *** [debian/rules:50: override_dh_auto_build-indep] Error 25
make[1]: Leaving directory '/<<PKGBUILDDIR>>'
make: *** [debian/rules:31: binary] Error 2
dpkg-buildpackage: error: debian/rules binary subprocess returned exit status 2
--- End Message ---
--- Begin Message ---
Source: fenics-basix
Source-Version: 0.6.0-4
Done: Drew Parsons <dpars...@debian.org>
We believe that the bug you reported is fixed in the latest version of
fenics-basix, 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.
Drew Parsons <dpars...@debian.org> (supplier of updated fenics-basix 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: Fri, 21 Jul 2023 00:13:52 +0200
Source: fenics-basix
Architecture: source
Version: 0.6.0-4
Distribution: unstable
Urgency: medium
Maintainer: Debian Science Team
<debian-science-maintain...@lists.alioth.debian.org>
Changed-By: Drew Parsons <dpars...@debian.org>
Closes: 1037650
Changes:
fenics-basix (0.6.0-4) unstable; urgency=medium
.
* debian patch gcc13_fix.patch enables build with gcc-13.
Closes: #1037650.
Checksums-Sha1:
d80495eb64308437adc6d49218477787fc36eddb 2770 fenics-basix_0.6.0-4.dsc
f74c090f4cef278b41690597ac094a38cf92f00e 9180
fenics-basix_0.6.0-4.debian.tar.xz
Checksums-Sha256:
6b6992f987f53f4d52aa428d984053c815349ba09ce40feb4d529ac969c1267a 2770
fenics-basix_0.6.0-4.dsc
5702596c028cc9a446ac7bfeb9d02cd17dece5dc180810d04beb212f7ed1f407 9180
fenics-basix_0.6.0-4.debian.tar.xz
Files:
96930e7d903ebdcf3076a22439544548 2770 python optional fenics-basix_0.6.0-4.dsc
f42e691d8382c631b1aba17856b95582 9180 python optional
fenics-basix_0.6.0-4.debian.tar.xz
-----BEGIN PGP SIGNATURE-----
iQIzBAEBCAAdFiEEI8mpPlhYGekSbQo2Vz7x5L1aAfoFAmS5uIwACgkQVz7x5L1a
AfpGbg/9Hd3wxPbyJnROek3SNmuZ2VzessY9zWA+O7llazMFB+uLGAd123ZE0MIk
yycmHS4F2bmQUYeX+dIsAWK0M3N0eB+GBwMN91C0VmVXW40yzvroExVVgI+GGPtG
6IsvZYIHogaCGth5ggn4zVg91nqFxKtPxCWDfcSGrdqDy2Rl2LrYFsobjm1lfXJm
cfgnlDEtsSqJh0E5WrfGCIEoy5emKFot7KbO8dSJqv731HgpeWM2EBe7sHWDnP/C
4V1Uu8KdRf8p563bawAOzflHk+DrMpPaIcv7F00RTl7aXLTLJI45K2H/xw77i3bf
I2b48Gbk+0zy+EGZZUkhQHn7RfPAh/y3SHII7I2smuEs/xyE/Ci0LhSta/24ishA
1pKaFxox/4fMfs0bV7GYz14L12LTH2DzMPG8OocuZ8KydxjtwOrpf7iaxkF9a3ED
3jXlJquj5hC71Ri1uSJtAwnB1IkGB8cNnTx2eRmXCdkRf7JScPkqYHY7DCWdPmRd
TD+YpLIX9CcE/ueQADbRwwMcsBOjeZtNj9bp2UAbZUVSZz7LrfaCK8c6ZzQE7iB+
on/fd6QHv0tuN1P0hqi1esnUlU+WTu/EIbEjFSn7GEvWQ7uom4gz3P4lR5JITCHO
K/GMNtqm51NeRxSnyqCfSeUr005VqSyZ17g8wF915lNk+uztskE=
=js1S
-----END PGP SIGNATURE-----
--- End Message ---