Your message dated Mon, 04 Sep 2023 04:18:58 +0000
with message-id <e1qd13c-004tbs...@fasolo.debian.org>
and subject line Bug#1037636: fixed in dyssol 1.1.1+ds1-2
has caused the Debian Bug report #1037636,
regarding dyssol: 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.)


-- 
1037636: https://bugs.debian.org/cgi-bin/bugreport.cgi?bug=1037636
Debian Bug Tracking System
Contact ow...@bugs.debian.org with problems
--- Begin Message ---
Package: src:dyssol
Version: 1.1.1+ds1-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/dyssol_1.1.1+ds1-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

[...]
   18 | enum class ESolverTypes : uint32_t
      |                         ^
      |                         ::
/<<PKGBUILDDIR>>/BaseSolvers/BaseSolver.h:18:12: error: ‘ESolverTypes’ has not 
been declared
   18 | enum class ESolverTypes : uint32_t
      |            ^~~~~~~~~~~~
/<<PKGBUILDDIR>>/BaseSolvers/BaseSolver.h:19:1: error: expected unqualified-id 
before ‘{’ token
   19 | {
      | ^
/<<PKGBUILDDIR>>/BaseSolvers/BaseSolver.h:42:9: error: ‘ESolverTypes’ does not 
name a type
   42 |         ESolverTypes m_type{ ESolverTypes::SOLVER_NONE };       // Type 
of the solver (SOLVER_AGGLOMERATION_1/SOLVER_PBM_1/...).
      |         ^~~~~~~~~~~~
/<<PKGBUILDDIR>>/BaseSolvers/BaseSolver.h:58:9: error: ‘ESolverTypes’ does not 
name a type
   58 |         ESolverTypes GetType() const;
      |         ^~~~~~~~~~~~
/<<PKGBUILDDIR>>/BaseSolvers/BaseSolver.cpp:6:1: error: ‘ESolverTypes’ does not 
name a type
    6 | ESolverTypes CBaseSolver::GetType() const
      | ^~~~~~~~~~~~
make[3]: *** [CMakeFiles/libdyssol_static.dir/build.make:93: 
CMakeFiles/libdyssol_static.dir/BaseSolvers/BaseSolver.cpp.o] Error 1
make[3]: Leaving directory '/<<PKGBUILDDIR>>/debian/build'
make[2]: *** [CMakeFiles/Makefile2:233: CMakeFiles/libdyssol_static.dir/all] 
Error 2
/<<PKGBUILDDIR>>/ModelsAPI/UnitParameters.h:274:9: error: ‘ESolverTypes’ does 
not name a type
  274 |         ESolverTypes m_solverType;              ///< Solver's type.
      |         ^~~~~~~~~~~~
/<<PKGBUILDDIR>>/ModelsAPI/UnitParameters.h:279:75: error: ‘ESolverTypes’ has 
not been declared
  279 |         CSolverUnitParameter(std::string _name, std::string 
_description, ESolverTypes _type);
      |                                                                         
  ^~~~~~~~~~~~
/<<PKGBUILDDIR>>/ModelsAPI/UnitParameters.h:284:9: error: ‘ESolverTypes’ does 
not name a type
  284 |         ESolverTypes GetSolverType() const;     ///< Returns solver's 
type.
      |         ^~~~~~~~~~~~
/<<PKGBUILDDIR>>/ModelsAPI/UnitParameters.h:288:28: error: ‘ESolverTypes’ has 
not been declared
  288 |         void SetSolverType(ESolverTypes _type); ///< Sets solver's type.
      |                            ^~~~~~~~~~~~
/<<PKGBUILDDIR>>/ModelsAPI/UnitParameters.h:438:92: error: ‘ESolverTypes’ has 
not been declared
  438 |         void AddSolverParameter(const std::string& _name, const 
std::string& _description, ESolverTypes _type);
      |                                                                         
                   ^~~~~~~~~~~~
make[3]: *** [Units/CMakeFiles/Agglomerator.dir/build.make:79: 
Units/CMakeFiles/Agglomerator.dir/Agglomerator/Agglomerator.cpp.o] Error 1
make[3]: Leaving directory '/<<PKGBUILDDIR>>/debian/build'
make[2]: *** [CMakeFiles/Makefile2:285: Units/CMakeFiles/Agglomerator.dir/all] 
Error 2
[  6%] Linking CXX shared library libGranulator.so
cd /<<PKGBUILDDIR>>/debian/build/Units && /usr/bin/cmake -E cmake_link_script 
CMakeFiles/Granulator.dir/link.txt --verbose=1
/usr/bin/c++ -fPIC -g -O2 -ffile-prefix-map=/<<PKGBUILDDIR>>=. 
-fstack-protector-strong -Wformat -Werror=format-security -Wdate-time 
-D_FORTIFY_SOURCE=2 -Wl,-z,relro -Wl,-no-keep-memory -shared 
-Wl,-soname,libGranulator.so -o libGranulator.so 
CMakeFiles/Granulator.dir/Granulator/Granulator.cpp.o 
[  6%] Linking CXX shared library libCrusherPBMTM.so
cd /<<PKGBUILDDIR>>/debian/build/Units && /usr/bin/cmake -E cmake_link_script 
CMakeFiles/CrusherPBMTM.dir/link.txt --verbose=1
/usr/bin/c++ -fPIC -g -O2 -ffile-prefix-map=/<<PKGBUILDDIR>>=. 
-fstack-protector-strong -Wformat -Werror=format-security -Wdate-time 
-D_FORTIFY_SOURCE=2 -Wl,-z,relro -Wl,-no-keep-memory -shared 
-Wl,-soname,libCrusherPBMTM.so -o libCrusherPBMTM.so 
CMakeFiles/CrusherPBMTM.dir/CrusherPBMTM/CrusherPBMTM.cpp.o 
make[3]: Leaving directory '/<<PKGBUILDDIR>>/debian/build'
[  6%] Built target CrusherPBMTM
make[3]: Leaving directory '/<<PKGBUILDDIR>>/debian/build'
[  6%] Linking CXX shared library libCycloneMuschelknautz.so
cd /<<PKGBUILDDIR>>/debian/build/Units && /usr/bin/cmake -E cmake_link_script 
CMakeFiles/CycloneMuschelknautz.dir/link.txt --verbose=1
[  6%] Built target Granulator
/usr/bin/c++ -fPIC -g -O2 -ffile-prefix-map=/<<PKGBUILDDIR>>=. 
-fstack-protector-strong -Wformat -Werror=format-security -Wdate-time 
-D_FORTIFY_SOURCE=2 -Wl,-z,relro -Wl,-no-keep-memory -shared 
-Wl,-soname,libCycloneMuschelknautz.so -o libCycloneMuschelknautz.so 
CMakeFiles/CycloneMuschelknautz.dir/CycloneMuschelknautz/CycloneMuschelknautz.cpp.o
 
make[3]: Leaving directory '/<<PKGBUILDDIR>>/debian/build'
[  6%] Built target CycloneMuschelknautz
[  6%] Linking CXX shared library libBunker.so
cd /<<PKGBUILDDIR>>/debian/build/Units && /usr/bin/cmake -E cmake_link_script 
CMakeFiles/Bunker.dir/link.txt --verbose=1
/usr/bin/c++ -fPIC -g -O2 -ffile-prefix-map=/<<PKGBUILDDIR>>=. 
-fstack-protector-strong -Wformat -Werror=format-security -Wdate-time 
-D_FORTIFY_SOURCE=2 -Wl,-z,relro -Wl,-no-keep-memory -shared 
-Wl,-soname,libBunker.so -o libBunker.so 
CMakeFiles/Bunker.dir/Bunker/Bunker.cpp.o 
make[3]: Leaving directory '/<<PKGBUILDDIR>>/debian/build'
[  6%] Built target Bunker
[  6%] Linking CXX shared library libCrusher.so
cd /<<PKGBUILDDIR>>/debian/build/Units && /usr/bin/cmake -E cmake_link_script 
CMakeFiles/Crusher.dir/link.txt --verbose=1
/usr/bin/c++ -fPIC -g -O2 -ffile-prefix-map=/<<PKGBUILDDIR>>=. 
-fstack-protector-strong -Wformat -Werror=format-security -Wdate-time 
-D_FORTIFY_SOURCE=2 -Wl,-z,relro -Wl,-no-keep-memory -shared 
-Wl,-soname,libCrusher.so -o libCrusher.so 
CMakeFiles/Crusher.dir/Crusher/Crusher.cpp.o 
make[3]: Leaving directory '/<<PKGBUILDDIR>>/debian/build'
[  6%] Built target Crusher
make[2]: Leaving directory '/<<PKGBUILDDIR>>/debian/build'
make[1]: *** [Makefile:149: all] Error 2
make[1]: Leaving directory '/<<PKGBUILDDIR>>/debian/build'
dh_auto_build: error: cd debian/build && make -j8 "INSTALL=install 
--strip-program=true" VERBOSE=1 returned exit code 2
make: *** [debian/rules:6: build] Error 25
dpkg-buildpackage: error: debian/rules build subprocess returned exit status 2

--- End Message ---
--- Begin Message ---
Source: dyssol
Source-Version: 1.1.1+ds1-2
Done: Anton Gladky <gl...@debian.org>

We believe that the bug you reported is fixed in the latest version of
dyssol, 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.
Anton Gladky <gl...@debian.org> (supplier of updated dyssol 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: SHA512

Format: 1.8
Date: Mon, 04 Sep 2023 06:01:04 +0200
Source: dyssol
Architecture: source
Version: 1.1.1+ds1-2
Distribution: unstable
Urgency: medium
Maintainer: Debian Science Maintainers 
<debian-science-maintain...@lists.alioth.debian.org>
Changed-By: Anton Gladky <gl...@debian.org>
Closes: 1037636
Changes:
 dyssol (1.1.1+ds1-2) unstable; urgency=medium
 .
   * [82746dc] Add missing headers. (Closes: #1037636)
Checksums-Sha1:
 a62c6286ea68514ee58137c742406ce85fab8026 2458 dyssol_1.1.1+ds1-2.dsc
 58d1deea2a1a7fd4f63db0d3403cedbdeff9e212 9200 dyssol_1.1.1+ds1-2.debian.tar.xz
 dc5bcfa1a3281b5080fbfca1e509cd11bbf2b160 14178 
dyssol_1.1.1+ds1-2_source.buildinfo
Checksums-Sha256:
 1d76724cbf8dc93f08b031bec02844b08d8fbb45e422dfb15350157933fb1f5e 2458 
dyssol_1.1.1+ds1-2.dsc
 3ed727a4525d2f1a724c7aafb17c906ff1dbc2b6c3847376e291eb0538ed0308 9200 
dyssol_1.1.1+ds1-2.debian.tar.xz
 63209b417839a4a60d324b7f054738dcb53cd0ebad5f41576cfeea9c70aa577a 14178 
dyssol_1.1.1+ds1-2_source.buildinfo
Files:
 01ed18c3d75e136613012ef85682bafd 2458 science optional dyssol_1.1.1+ds1-2.dsc
 48704dfd29604ce3d4c7b43fd2c481e3 9200 science optional 
dyssol_1.1.1+ds1-2.debian.tar.xz
 01cc310676e65d7d7069092f53636f14 14178 science optional 
dyssol_1.1.1+ds1-2_source.buildinfo

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

iQIzBAEBCgAdFiEEu71F6oGKuG/2fnKF0+Fzg8+n/wYFAmT1VrkACgkQ0+Fzg8+n
/wa79A//eTTQl2Ax9y1rv+46wUsl/vm7nHCQukUQ7MQLjxZXjvhUgzjiZqwZ9L/B
qkZJPeAjRNve79K/+CyfMR3L7/Zi97ENqD4ZFAeBItKShB8Kue5KvqnnI7j59ira
NwAaplX55NxhnhUy+e/TNKPqjavQ6zaua2ea6XLAmUqdMybplDDhlhf+g8hmq3zR
yhEsbNGAqcB8zo0MzY7xQNEdlUJ86VSk/YDLsKaFsX3kxsAYjGdjcWoxxio8CF39
EAwgc0ofQpDvyz/U6Wrf/f/XPaggHKtbyZPw/Ko06me2PeevdlG/4kILDxheyiLA
3HbnohRFk5cakDPVgVQcFj5tvqiveg9xzr6eFmh5XbHF4o4I/dEADPAqYP+zuXHB
iA/yLQGVjtucCVyJMLzfMrSpspWLnZSv4cTtPedSHV0AqLgI/EPqJlfQQDXyocnK
pGjhulcYtH4mhUdsXeii5+bPapGAVIIZUoN4Kp0sCDIDrNmAX2A9yeDtrCOyJQBB
RMzZzFNE6oegEqEWOQXdrmzMg2l7fmRgEcznm52XAqe+zvRkAA6aHhOHExAvKmZz
DO7uU7x66aGjP8d8YqDkaaTQhixR0BGYiFV5n1Sy/1rRbsgMkcVs0pGiggFdxEPH
ud3WslRR3O2a9K453W8r0Hs7mk9PZjIMxt1zmWgOcXEXhtpq9SM=
=ARIU
-----END PGP SIGNATURE-----

--- End Message ---

Reply via email to