Your message dated Mon, 17 Jul 2023 16:05:37 +0000
with message-id <[email protected]>
and subject line Bug#1037811: fixed in opm-simulators 2023.04+ds-1
has caused the Debian Bug report #1037811,
regarding opm-simulators: 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.)


-- 
1037811: https://bugs.debian.org/cgi-bin/bugreport.cgi?bug=1037811
Debian Bug Tracking System
Contact [email protected] with problems
--- Begin Message ---
Package: src:opm-simulators
Version: 2022.10+ds-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/opm-simulators_2022.10+ds-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

[...]
  592 |     for (auto&& trans: trans_) {
      |     ^~~
      |     std::begin
In file included from /usr/include/c++/13/array:44,
                 from /usr/include/opm/grid/common/CartesianIndexMapper.hpp:4,
                 from /<<PKGBUILDDIR>>/ebos/ecltransmissibility.hh:31:
/usr/include/c++/13/bits/range_access.h:114:37: note: ‘std::begin’ declared here
  114 |   template<typename _Tp> const _Tp* begin(const valarray<_Tp>&) 
noexcept;
      |                                     ^~~~~
/<<PKGBUILDDIR>>/ebos/ecltransmissibility.cc:592:5: error: ‘end’ was not 
declared in this scope
  592 |     for (auto&& trans: trans_) {
      |     ^~~
/<<PKGBUILDDIR>>/ebos/ecltransmissibility.cc:592:5: note: suggested 
alternatives:
/usr/include/c++/13/bits/range_access.h:116:37: note:   ‘std::end’
  116 |   template<typename _Tp> const _Tp* end(const valarray<_Tp>&) noexcept;
      |                                     ^~~
In file included from /usr/include/opm/input/eclipse/Units/UnitSystem.hpp:29,
                 from /usr/include/opm/input/eclipse/Schedule/Well/Well.hpp:53,
                 from /usr/include/opm/grid/utility/OpmParserIncludes.hpp:26,
                 from /usr/include/opm/grid/cpgrid/CpGridData.hpp:89,
                 from /usr/include/opm/grid/cpgrid/Iterators.hpp:171,
                 from /usr/include/opm/grid/cpgrid/Entity.hpp:266,
                 from /usr/include/opm/grid/CpGrid.hpp:67,
                 from /<<PKGBUILDDIR>>/ebos/ecltransmissibility.cc:30:
/usr/include/opm/input/eclipse/Schedule/UDQ/UDQEnums.hpp:126:5: note:   
‘Opm::UDQTokenType::end’
  126 |     end = 100
      |     ^~~
/<<PKGBUILDDIR>>/ebos/ecltransmissibility.cc: In instantiation of ‘void 
Opm::EclTransmissibility<Grid, GridView, ElementMapper, CartesianIndexMapper, 
Scalar>::removeSmallNonCartesianTransmissibilities_() [with Grid = 
Dune::PolyhedralGrid<3, 3, double>; GridView = 
Dune::GridView<Dune::PolyhedralGridViewTraits<3, 3, double, 
Dune::All_Partition> >; ElementMapper = 
Dune::MultipleCodimMultipleGeomTypeMapper<Dune::GridView<Dune::PolyhedralGridViewTraits<3,
 3, double, Dune::All_Partition> > >; CartesianIndexMapper = 
Dune::CartesianIndexMapper<Dune::PolyhedralGrid<3, 3, double> >; Scalar = 
double]’:
/<<PKGBUILDDIR>>/ebos/ecltransmissibility.cc:1149:16:   required from here
/<<PKGBUILDDIR>>/ebos/ecltransmissibility.cc:592:5: error: ‘begin’ was not 
declared in this scope; did you mean ‘std::begin’?
  592 |     for (auto&& trans: trans_) {
      |     ^~~
      |     std::begin
/usr/include/c++/13/bits/range_access.h:114:37: note: ‘std::begin’ declared here
  114 |   template<typename _Tp> const _Tp* begin(const valarray<_Tp>&) 
noexcept;
      |                                     ^~~~~
/<<PKGBUILDDIR>>/ebos/ecltransmissibility.cc:592:5: error: ‘end’ was not 
declared in this scope
  592 |     for (auto&& trans: trans_) {
      |     ^~~
/<<PKGBUILDDIR>>/ebos/ecltransmissibility.cc:592:5: note: suggested 
alternatives:
/usr/include/c++/13/bits/range_access.h:116:37: note:   ‘std::end’
  116 |   template<typename _Tp> const _Tp* end(const valarray<_Tp>&) noexcept;
      |                                     ^~~
/usr/include/opm/input/eclipse/Schedule/UDQ/UDQEnums.hpp:126:5: note:   
‘Opm::UDQTokenType::end’
  126 |     end = 100
      |     ^~~
make[3]: *** [CMakeFiles/opmsimulators.dir/build.make:219: 
CMakeFiles/opmsimulators.dir/ebos/ecltransmissibility.cc.o] Error 1
make[3]: Leaving directory '/<<PKGBUILDDIR>>/obj-x86_64-linux-gnu'
make[2]: *** [CMakeFiles/Makefile2:330: CMakeFiles/opmsimulators.dir/all] Error 
2
make[2]: *** Waiting for unfinished jobs....
make[3]: Leaving directory '/<<PKGBUILDDIR>>/obj-x86_64-linux-gnu'
[ 25%] Built target flow_libpolymer
make[3]: Leaving directory '/<<PKGBUILDDIR>>/obj-x86_64-linux-gnu'
[ 25%] Built target flow_liboilwater
make[3]: Leaving directory '/<<PKGBUILDDIR>>/obj-x86_64-linux-gnu'
[ 25%] Built target flow_liboilwater_brine
make[3]: Leaving directory '/<<PKGBUILDDIR>>/obj-x86_64-linux-gnu'
[ 25%] Built target flow_libgaswater_brine
make[3]: Leaving directory '/<<PKGBUILDDIR>>/obj-x86_64-linux-gnu'
[ 25%] Built target flow_liboilwater_polymer
make[3]: Leaving directory '/<<PKGBUILDDIR>>/obj-x86_64-linux-gnu'
[ 25%] Built target flow_liboilwater_polymer_injectivity
make[3]: Leaving directory '/<<PKGBUILDDIR>>/obj-x86_64-linux-gnu'
[ 25%] Built target flow_libmicp
make[2]: Leaving directory '/<<PKGBUILDDIR>>/obj-x86_64-linux-gnu'
make[1]: *** [Makefile:149: 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:29: binary] Error 25
dpkg-buildpackage: error: debian/rules binary subprocess returned exit status 2

--- End Message ---
--- Begin Message ---
Source: opm-simulators
Source-Version: 2023.04+ds-1
Done: Markus Blatt <[email protected]>

We believe that the bug you reported is fixed in the latest version of
opm-simulators, 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 opm-simulators 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: Sun, 16 Jul 2023 17:12:42 +0200
Source: opm-simulators
Architecture: source
Version: 2023.04+ds-1
Distribution: unstable
Urgency: medium
Maintainer: Debian Science Maintainers 
<[email protected]>
Changed-By: Markus Blatt <[email protected]>
Closes: 1037811 1038600
Changes:
 opm-simulators (2023.04+ds-1) unstable; urgency=medium
 .
   * New upstream release candidate 2023.04
   * d/control: New dependency on libhdf5-mpi-dev
   * d/control: Use standards version 4.6.2
   * Added missing include of cstdint needed by GCC-13
       (Closes: #1037811)
   * d/control: Added missing build dependency on bc.
       (Closes: #1038600)
   * Fixed spelling: achive -> achieve.
Checksums-Sha1:
 9790b93a437e49edf2d0198358dd560214c49c30 3125 opm-simulators_2023.04+ds-1.dsc
 35ee07313e5515c881539985a2e6cc050a71854a 1055436 
opm-simulators_2023.04+ds.orig.tar.xz
 fbfd3b20233b77a03ae84605bb6eafe343c0ad40 15004 
opm-simulators_2023.04+ds-1.debian.tar.xz
 76db87e15143c29492c673884fe915bc98460a6f 17121 
opm-simulators_2023.04+ds-1_amd64.buildinfo
Checksums-Sha256:
 d8a64b2bceee742d18ad5684c6457678536d462d47d00b8eb782d2013f25e615 3125 
opm-simulators_2023.04+ds-1.dsc
 808f888d7443318070e65a50639af4f602d3ff17865ddf8d534910cbeaf65a98 1055436 
opm-simulators_2023.04+ds.orig.tar.xz
 e7c326b845527174ab55d4f2a61cd2eadd9b707bb44d16ab434268c7270601bf 15004 
opm-simulators_2023.04+ds-1.debian.tar.xz
 cda08d0a719733a8cacbc595e440607c7d4ab5dc073446ca2a58da7925cc9bbc 17121 
opm-simulators_2023.04+ds-1_amd64.buildinfo
Files:
 0a9471cf818db37f270c4393df6680d1 3125 libs optional 
opm-simulators_2023.04+ds-1.dsc
 7ea5cccb9369d772d7bfe7ded383d009 1055436 libs optional 
opm-simulators_2023.04+ds.orig.tar.xz
 ec5e9040277ba050c0b499575b0e2b39 15004 libs optional 
opm-simulators_2023.04+ds-1.debian.tar.xz
 3f62e9f56b53e955bf94109698953f19 17121 libs optional 
opm-simulators_2023.04+ds-1_amd64.buildinfo

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

iQIzBAEBCAAdFiEEX5730Qbzr+QcV2vnUAaxd/1SdC8FAmS0EC4ACgkQUAaxd/1S
dC/X6hAAkAkVpyQooqNMtG7wjwcS5TiiMZWLDvL2p1T2XOatynkwcvzXAhi3g0tf
KGkRNqy/AGt9W4GR4dEEe9YiXvu3O5KcAlalyL7bTNKCICGG+C+5iHzWH3clW7vW
S+3PIsDWCgqIeBJ23Yfr7iTplOjFRQvoVktpoQYBQlDLtyNnzT9kkZFYCnnQQ9Ze
ODtmLwE5SqWaosrvxEZqNR4I6lqROEwoM20TzpCLj5ujI1XoVH/PEFpoxornkX3S
1yIylmoSiYSGEwsbZKgIbmOr1glYoBXyjGLcA9LY3Nny1j3Ref84B9EXyUz3tGdS
8msg+uKl4vjTJGRnHbSP8k/W5KK57ET6lQGkWdFC16sZyKyYPvGzy0VN/ouzddXY
EU+5GdDekz9K2fX8c+brrUerzAQmW6xpjzMKUKnVDdGcbr8cDmtdzv+wxZUOtR/m
Pq6ZJ+/0NBmYlykKWmGuBhKE8GOSSObH6Yl6kCTDGiXI+Xt8sSWiHl+P+P/0u2Ps
zE11FauK7hpZiT9k5Xr/ZzigRjHZczEsyRHtl7N+h4bugLjTvJvomXhRtuKwzewt
qQBOwcBFJ70L5ZkFLccxz1mLUmGf6gvRegBppXdEQGkcT1WL3835WxsdxSewjf+X
bq9oYHSUT0EJeXnf3/YmDe9kU/ms9topVLV26lhQqkWusAeLsfU=
=f18L
-----END PGP SIGNATURE-----

--- End Message ---
-- 
debian-science-maintainers mailing list
[email protected]
https://alioth-lists.debian.net/cgi-bin/mailman/listinfo/debian-science-maintainers

Reply via email to