Your message dated Mon, 24 Jul 2023 20:40:33 +0000
with message-id <e1qo2m5-00dcuu...@fasolo.debian.org>
and subject line Bug#1037614: fixed in cura-engine 1:5.0.0-4
has caused the Debian Bug report #1037614,
regarding cura-engine: 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.)


-- 
1037614: https://bugs.debian.org/cgi-bin/bugreport.cgi?bug=1037614
Debian Bug Tracking System
Contact ow...@bugs.debian.org with problems
--- Begin Message ---
Package: src:cura-engine
Version: 1:4.13.0-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/cura-engine_4.13.0-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

[...]
   27 | inline uint64_t ceil_divide_signed(const int64_t dividend, const 
int64_t divisor) //!< Return dividend divided by divisor rounded up towards 
positive infinity.
      |        ^~~~~~~~
/<<PKGBUILDDIR>>/src/settings/types/../../utils/math.h:27:8: note: ‘uint64_t’ 
is defined in header ‘<cstdint>’; did you forget to ‘#include <cstdint>’?
/<<PKGBUILDDIR>>/src/settings/types/../../utils/math.h:31:8: error: ‘uint64_t’ 
does not name a type
   31 | inline uint64_t floor_divide_signed(const int64_t dividend, const 
int64_t divisor) //!< Return dividend divided by divisor rounded down towards 
negative infinity.
      |        ^~~~~~~~
/<<PKGBUILDDIR>>/src/settings/types/../../utils/math.h:31:8: note: ‘uint64_t’ 
is defined in header ‘<cstdint>’; did you forget to ‘#include <cstdint>’?
/<<PKGBUILDDIR>>/src/settings/types/../../utils/math.h:35:8: error: ‘uint64_t’ 
does not name a type
   35 | inline uint64_t round_divide(const uint64_t dividend, const uint64_t 
divisor) //!< Return dividend divided by divisor rounded to the nearest integer
      |        ^~~~~~~~
/<<PKGBUILDDIR>>/src/settings/types/../../utils/math.h:35:8: note: ‘uint64_t’ 
is defined in header ‘<cstdint>’; did you forget to ‘#include <cstdint>’?
/<<PKGBUILDDIR>>/src/settings/types/../../utils/math.h:39:8: error: ‘uint64_t’ 
does not name a type
   39 | inline uint64_t round_up_divide(const uint64_t dividend, const uint64_t 
divisor) //!< Return dividend divided by divisor rounded to the nearest integer
      |        ^~~~~~~~
/<<PKGBUILDDIR>>/src/settings/types/../../utils/math.h:39:8: note: ‘uint64_t’ 
is defined in header ‘<cstdint>’; did you forget to ‘#include <cstdint>’?
make[3]: *** [CMakeFiles/_CuraEngine.dir/build.make:955: 
CMakeFiles/_CuraEngine.dir/src/settings/AdaptiveLayerHeights.cpp.o] Error 1
make[3]: *** Waiting for unfinished jobs....
In file included from /<<PKGBUILDDIR>>/src/settings/types/Angle.h:8,
                 from /<<PKGBUILDDIR>>/src/settings/Settings.cpp:14:
/<<PKGBUILDDIR>>/src/settings/types/../../utils/math.h:22:8: error: ‘uint64_t’ 
does not name a type
   22 | inline uint64_t round_divide_signed(const int64_t dividend, const 
int64_t divisor) //!< Return dividend divided by divisor rounded to the nearest 
integer
      |        ^~~~~~~~
/<<PKGBUILDDIR>>/src/settings/types/../../utils/math.h:8:1: note: ‘uint64_t’ is 
defined in header ‘<cstdint>’; did you forget to ‘#include <cstdint>’?
    7 | #include <cmath>
  +++ |+#include <cstdint>
    8 | 
/<<PKGBUILDDIR>>/src/settings/types/../../utils/math.h:27:8: error: ‘uint64_t’ 
does not name a type
   27 | inline uint64_t ceil_divide_signed(const int64_t dividend, const 
int64_t divisor) //!< Return dividend divided by divisor rounded up towards 
positive infinity.
      |        ^~~~~~~~
/<<PKGBUILDDIR>>/src/settings/types/../../utils/math.h:27:8: note: ‘uint64_t’ 
is defined in header ‘<cstdint>’; did you forget to ‘#include <cstdint>’?
/<<PKGBUILDDIR>>/src/settings/types/../../utils/math.h:31:8: error: ‘uint64_t’ 
does not name a type
   31 | inline uint64_t floor_divide_signed(const int64_t dividend, const 
int64_t divisor) //!< Return dividend divided by divisor rounded down towards 
negative infinity.
      |        ^~~~~~~~
/<<PKGBUILDDIR>>/src/settings/types/../../utils/math.h:31:8: note: ‘uint64_t’ 
is defined in header ‘<cstdint>’; did you forget to ‘#include <cstdint>’?
/<<PKGBUILDDIR>>/src/settings/types/../../utils/math.h:35:8: error: ‘uint64_t’ 
does not name a type
   35 | inline uint64_t round_divide(const uint64_t dividend, const uint64_t 
divisor) //!< Return dividend divided by divisor rounded to the nearest integer
      |        ^~~~~~~~
/<<PKGBUILDDIR>>/src/settings/types/../../utils/math.h:35:8: note: ‘uint64_t’ 
is defined in header ‘<cstdint>’; did you forget to ‘#include <cstdint>’?
/<<PKGBUILDDIR>>/src/settings/types/../../utils/math.h:39:8: error: ‘uint64_t’ 
does not name a type
   39 | inline uint64_t round_up_divide(const uint64_t dividend, const uint64_t 
divisor) //!< Return dividend divided by divisor rounded to the nearest integer
      |        ^~~~~~~~
/<<PKGBUILDDIR>>/src/settings/types/../../utils/math.h:39:8: note: ‘uint64_t’ 
is defined in header ‘<cstdint>’; did you forget to ‘#include <cstdint>’?
make[3]: *** [CMakeFiles/_CuraEngine.dir/build.make:997: 
CMakeFiles/_CuraEngine.dir/src/settings/Settings.cpp.o] Error 1
/<<PKGBUILDDIR>>/src/infill/ImageBasedDensityProvider.cpp: In constructor 
‘cura::ImageBasedDensityProvider::ImageBasedDensityProvider(std::string, 
cura::AABB)’:
/<<PKGBUILDDIR>>/src/infill/ImageBasedDensityProvider.cpp:24:18: warning: 
‘img_z’ may be used uninitialized [-Wmaybe-uninitialized]
   24 |     image_size = Point3(img_x, img_y, img_z);
      |                  ^~~~~~~~~~~~~~~~~~~~~~~~~~~
/<<PKGBUILDDIR>>/src/infill/ImageBasedDensityProvider.cpp:22:23: note: ‘img_z’ 
declared here
   22 |     int img_x, img_y, img_z; // stbi requires pointer to int rather 
than to coord_t
      |                       ^~~~~
/<<PKGBUILDDIR>>/src/infill/ImageBasedDensityProvider.cpp:24:18: warning: 
‘img_y’ may be used uninitialized [-Wmaybe-uninitialized]
   24 |     image_size = Point3(img_x, img_y, img_z);
      |                  ^~~~~~~~~~~~~~~~~~~~~~~~~~~
/<<PKGBUILDDIR>>/src/infill/ImageBasedDensityProvider.cpp:22:16: note: ‘img_y’ 
declared here
   22 |     int img_x, img_y, img_z; // stbi requires pointer to int rather 
than to coord_t
      |                ^~~~~
/<<PKGBUILDDIR>>/src/infill/ImageBasedDensityProvider.cpp:24:18: warning: 
‘img_x’ may be used uninitialized [-Wmaybe-uninitialized]
   24 |     image_size = Point3(img_x, img_y, img_z);
      |                  ^~~~~~~~~~~~~~~~~~~~~~~~~~~
/<<PKGBUILDDIR>>/src/infill/ImageBasedDensityProvider.cpp:22:9: note: ‘img_x’ 
declared here
   22 |     int img_x, img_y, img_z; // stbi requires pointer to int rather 
than to coord_t
      |         ^~~~~
make[3]: Leaving directory '/<<PKGBUILDDIR>>/obj-x86_64-linux-gnu'
make[2]: *** [CMakeFiles/Makefile2:159: CMakeFiles/_CuraEngine.dir/all] Error 2
make[2]: Leaving directory '/<<PKGBUILDDIR>>/obj-x86_64-linux-gnu'
make[1]: *** [Makefile:169: 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:10: build] Error 25
dpkg-buildpackage: error: debian/rules build subprocess returned exit status 2

--- End Message ---
--- Begin Message ---
Source: cura-engine
Source-Version: 1:5.0.0-4
Done: Gregor Riepl <onit...@gmail.com>

We believe that the bug you reported is fixed in the latest version of
cura-engine, 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.
Gregor Riepl <onit...@gmail.com> (supplier of updated cura-engine 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: Mon, 24 Jul 2023 22:09:39 +0200
Source: cura-engine
Architecture: source
Version: 1:5.0.0-4
Distribution: unstable
Urgency: medium
Maintainer: Debian 3-D Printing Packages 
<3dprinter-gene...@lists.alioth.debian.org>
Changed-By: Gregor Riepl <onit...@gmail.com>
Closes: 1037614 1040252 1040806 1041808
Changes:
 cura-engine (1:5.0.0-4) unstable; urgency=medium
 .
   * Fix failing unit test. Closes: #1040252
   * Fix gcc-13 compatibility. Closes: #1037614
   * Fix errors with obsolete adhesion_extruder_nr parameter.
     Thanks to Dan Bungert (Canonical) for reporting this.
     Closes: #1040806
   * Fix rounding errors on i686. Closes: #1041808
   * Drop previous patch for rounding errors.
     It's covered by the round error fix.
Checksums-Sha1:
 466bf7c7a944b02c7373af4afd2fab004e56305c 2202 cura-engine_5.0.0-4.dsc
 1315c9fb0c2bda3ccbb8f8801a75a4b3cb2e3a08 67960 
cura-engine_5.0.0-4.debian.tar.xz
Checksums-Sha256:
 c7d26645d858ecb59241911c5e4e9818530bdac88e3825e837c51da5236637c7 2202 
cura-engine_5.0.0-4.dsc
 def98284108caf71f50403cd9c8c9aedee22012f859c0c35bda5d771a003e5e8 67960 
cura-engine_5.0.0-4.debian.tar.xz
Files:
 7440b8e4397b19b37a18d98dacdf3b88 2202 utils optional cura-engine_5.0.0-4.dsc
 443631b854047125c2ed074e24980a9a 67960 utils optional 
cura-engine_5.0.0-4.debian.tar.xz

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

iQIzBAEBCAAdFiEEXEj+YVf0kXlZcIfGTFprqxLSp64FAmS+2+YACgkQTFprqxLS
p64kLxAApgPNHf4TkeVxxS2XpURBv8q4XqFMzh4hpOFsplreZ7nq71HUAnfjR0Sj
PTq1gl+KakTud+4t+1OjRzMl8GTeqWGKP4hOxYzmMyK3iEdzFuA7f3Js0pwNpFIu
0OQduU63kG2W1WjXpPNEWsog+sTWVdpALvXx77S2P4VXFZ++nYBgqROjQA2vpzIt
wXiDXAHXYPfFRCHT3kGjOYZQwlaENQt5TR0mb2Y4Ht2Vl/iQJtSO6gF9m+dehSd7
yzam//urohzdNM824yxWZxa6KKEiwCX/ybGOD1dx2DcfG7wcxijcIK3kgiQeZfoH
oTsm3d/5NgRvilCyHxgWquC8bgmwtYS5VuRAilJ1m+d36x8TbJLEsJaCdt8MBMZD
3e33jcYZctcXtdxBDF8klGLZ9UfEfJnsWTlRZJCpUSWz4D6go126TFQxhdr25/af
Xd1kHr9PfJHjMbuVFlqBIWtdRsABrd41VdHH+A5XDEpgNzP/ICUGVm4s58mTwFfG
e6qFfY/XhjSLMPmIBH0buqvRNymT1JzsopZcZ6j4spR1/vlALWRJWaKVOpIZmW5r
SO+E3n6HhKeYFpFLXtn9vyZVgVyCZTcDiIRbjECXxdyPqLRxJ0s9VzG8zEB5FXZp
bwfo223J3Xm155eWi9R+Zm1PytSbNqMy+SLfXFvJoOPv9H7JQIo=
=IRhX
-----END PGP SIGNATURE-----

--- End Message ---

Reply via email to