Your message dated Sat, 06 Sep 2025 05:49:14 +0000
with message-id <[email protected]>
and subject line Bug#1097970: fixed in task 2.6.2+dfsg-2
has caused the Debian Bug report #1097970,
regarding task: ftbfs with GCC-15
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.)


-- 
1097970: https://bugs.debian.org/cgi-bin/bugreport.cgi?bug=1097970
Debian Bug Tracking System
Contact [email protected] with problems
--- Begin Message ---
Package: src:task
Version: 2.6.2+dfsg-1
Severity: important
Tags: sid forky
User: [email protected]
Usertags: ftbfs-gcc-15

[This bug is NOT 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-15/g++-15, but succeeds to build with gcc-14/g++-14. The
severity of this report will be raised before the forky release.

The full build log can be found at:
http://qa-logs.debian.net/2025/02/16/amd64exp/task_2.6.2+dfsg-1_unstable_gccexp.log.gz
The last lines of the build log are at the end of this report.

To build with GCC 15, either set CC=gcc-15 CXX=g++-15 explicitly,
or install the gcc, g++, gfortran, ... packages from experimental.

  apt-get -t=experimental install g++ 

GCC 15 now defaults to the C23/C++23 standards, exposing many FTBFS.
Other 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-15/porting_to.html

[...]
[  5%] Building CXX object src/CMakeFiles/task.dir/CLI2.cpp.o
cd /build/reproducible-path/task-2.6.2+dfsg/obj-x86_64-linux-gnu/src/commands 
&& /usr/bin/c++  -I/build/reproducible-path/task-2.6.2+dfsg 
-I/build/reproducible-path/task-2.6.2+dfsg/src 
-I/build/reproducible-path/task-2.6.2+dfsg/src/commands 
-I/build/reproducible-path/task-2.6.2+dfsg/src/columns 
-I/build/reproducible-path/task-2.6.2+dfsg/src/libshared/src -Wall -Wextra 
-Wsign-compare -Wreturn-type -std=c++17 -g -O2 
-ffile-prefix-map=/build/reproducible-path/task-2.6.2+dfsg=. 
-fstack-protector-strong -fstack-clash-protection -Wformat 
-Werror=format-security -fcf-protection -Wdate-time -D_FORTIFY_SOURCE=2 -Wall 
-MD -MT src/commands/CMakeFiles/commands.dir/Command.cpp.o -MF 
CMakeFiles/commands.dir/Command.cpp.o.d -o 
CMakeFiles/commands.dir/Command.cpp.o -c 
/build/reproducible-path/task-2.6.2+dfsg/src/commands/Command.cpp
cd /build/reproducible-path/task-2.6.2+dfsg/obj-x86_64-linux-gnu/src && 
/usr/bin/c++  -I/build/reproducible-path/task-2.6.2+dfsg 
-I/build/reproducible-path/task-2.6.2+dfsg/src 
-I/build/reproducible-path/task-2.6.2+dfsg/src/commands 
-I/build/reproducible-path/task-2.6.2+dfsg/src/columns 
-I/build/reproducible-path/task-2.6.2+dfsg/src/libshared/src -Wall -Wextra 
-Wsign-compare -Wreturn-type -std=c++17 -g -O2 
-ffile-prefix-map=/build/reproducible-path/task-2.6.2+dfsg=. 
-fstack-protector-strong -fstack-clash-protection -Wformat 
-Werror=format-security -fcf-protection -Wdate-time -D_FORTIFY_SOURCE=2 -Wall 
-MD -MT src/CMakeFiles/task.dir/CLI2.cpp.o -MF CMakeFiles/task.dir/CLI2.cpp.o.d 
-o CMakeFiles/task.dir/CLI2.cpp.o -c 
/build/reproducible-path/task-2.6.2+dfsg/src/CLI2.cpp
In file included from /build/reproducible-path/task-2.6.2+dfsg/src/Task.h:35,
                 from 
/build/reproducible-path/task-2.6.2+dfsg/src/columns/Column.h:33,
                 from 
/build/reproducible-path/task-2.6.2+dfsg/src/columns/Column.cpp:28:
/build/reproducible-path/task-2.6.2+dfsg/src/libshared/src/JSON.h:149:36: 
error: ‘uint64_t’ has not been declared
  149 |       virtual void eventValueUint (uint64_t) {}
      |                                    ^~~~~~~~
/build/reproducible-path/task-2.6.2+dfsg/src/libshared/src/JSON.h:34:1: note: 
‘uint64_t’ is defined in header ‘<cstdint>’; this is probably fixable by adding 
‘#include <cstdint>’
   33 | #include <Pig.h>
  +++ |+#include <cstdint>
   34 | 
In file included from /build/reproducible-path/task-2.6.2+dfsg/src/Task.h:35,
                 from 
/build/reproducible-path/task-2.6.2+dfsg/src/commands/Command.h:33,
                 from 
/build/reproducible-path/task-2.6.2+dfsg/src/commands/Command.cpp:34:
/build/reproducible-path/task-2.6.2+dfsg/src/libshared/src/JSON.h:149:36: 
error: ‘uint64_t’ has not been declared
  149 |       virtual void eventValueUint (uint64_t) {}
      |                                    ^~~~~~~~
/build/reproducible-path/task-2.6.2+dfsg/src/libshared/src/JSON.h:34:1: note: 
‘uint64_t’ is defined in header ‘<cstdint>’; this is probably fixable by adding 
‘#include <cstdint>’
   33 | #include <Pig.h>
  +++ |+#include <cstdint>
   34 | 
In file included from /build/reproducible-path/task-2.6.2+dfsg/src/Task.h:35,
                 from 
/build/reproducible-path/task-2.6.2+dfsg/src/commands/Command.h:33,
                 from /build/reproducible-path/task-2.6.2+dfsg/src/Context.h:30,
                 from /build/reproducible-path/task-2.6.2+dfsg/src/CLI2.cpp:32:
/build/reproducible-path/task-2.6.2+dfsg/src/libshared/src/JSON.h:149:36: 
error: ‘uint64_t’ has not been declared
  149 |       virtual void eventValueUint (uint64_t) {}
      |                                    ^~~~~~~~
/build/reproducible-path/task-2.6.2+dfsg/src/libshared/src/JSON.h:34:1: note: 
‘uint64_t’ is defined in header ‘<cstdint>’; this is probably fixable by adding 
‘#include <cstdint>’
   33 | #include <Pig.h>
  +++ |+#include <cstdint>
   34 | 
make[3]: *** [src/commands/CMakeFiles/commands.dir/build.make:82: 
src/commands/CMakeFiles/commands.dir/Command.cpp.o] Error 1
make[3]: Leaving directory 
'/build/reproducible-path/task-2.6.2+dfsg/obj-x86_64-linux-gnu'
make[2]: *** [CMakeFiles/Makefile2:557: 
src/commands/CMakeFiles/commands.dir/all] Error 2
make[2]: *** Waiting for unfinished jobs....
[  5%] Building CXX object src/CMakeFiles/libshared.dir/libshared/src/JSON.cpp.o
cd /build/reproducible-path/task-2.6.2+dfsg/obj-x86_64-linux-gnu/src && 
/usr/bin/c++  -I/build/reproducible-path/task-2.6.2+dfsg 
-I/build/reproducible-path/task-2.6.2+dfsg/src 
-I/build/reproducible-path/task-2.6.2+dfsg/src/commands 
-I/build/reproducible-path/task-2.6.2+dfsg/src/columns 
-I/build/reproducible-path/task-2.6.2+dfsg/src/libshared/src -Wall -Wextra 
-Wsign-compare -Wreturn-type -std=c++17 -g -O2 
-ffile-prefix-map=/build/reproducible-path/task-2.6.2+dfsg=. 
-fstack-protector-strong -fstack-clash-protection -Wformat 
-Werror=format-security -fcf-protection -Wdate-time -D_FORTIFY_SOURCE=2 -Wall 
-MD -MT src/CMakeFiles/libshared.dir/libshared/src/JSON.cpp.o -MF 
CMakeFiles/libshared.dir/libshared/src/JSON.cpp.o.d -o 
CMakeFiles/libshared.dir/libshared/src/JSON.cpp.o -c 
/build/reproducible-path/task-2.6.2+dfsg/src/libshared/src/JSON.cpp
make[3]: *** [src/columns/CMakeFiles/columns.dir/build.make:82: 
src/columns/CMakeFiles/columns.dir/Column.cpp.o] Error 1
make[3]: Leaving directory 
'/build/reproducible-path/task-2.6.2+dfsg/obj-x86_64-linux-gnu'
make[2]: *** [CMakeFiles/Makefile2:589: src/columns/CMakeFiles/columns.dir/all] 
Error 2
make[3]: *** [src/CMakeFiles/task.dir/build.make:82: 
src/CMakeFiles/task.dir/CLI2.cpp.o] Error 1
make[3]: Leaving directory 
'/build/reproducible-path/task-2.6.2+dfsg/obj-x86_64-linux-gnu'
make[2]: *** [CMakeFiles/Makefile2:388: src/CMakeFiles/task.dir/all] Error 2
[  5%] Building CXX object src/CMakeFiles/libshared.dir/libshared/src/Pig.cpp.o
[  7%] Building CXX object src/CMakeFiles/libshared.dir/libshared/src/Msg.cpp.o
cd /build/reproducible-path/task-2.6.2+dfsg/obj-x86_64-linux-gnu/src && 
/usr/bin/c++  -I/build/reproducible-path/task-2.6.2+dfsg 
-I/build/reproducible-path/task-2.6.2+dfsg/src 
-I/build/reproducible-path/task-2.6.2+dfsg/src/commands 
-I/build/reproducible-path/task-2.6.2+dfsg/src/columns 
-I/build/reproducible-path/task-2.6.2+dfsg/src/libshared/src -Wall -Wextra 
-Wsign-compare -Wreturn-type -std=c++17 -g -O2 
-ffile-prefix-map=/build/reproducible-path/task-2.6.2+dfsg=. 
-fstack-protector-strong -fstack-clash-protection -Wformat 
-Werror=format-security -fcf-protection -Wdate-time -D_FORTIFY_SOURCE=2 -Wall 
-MD -MT src/CMakeFiles/libshared.dir/libshared/src/Pig.cpp.o -MF 
CMakeFiles/libshared.dir/libshared/src/Pig.cpp.o.d -o 
CMakeFiles/libshared.dir/libshared/src/Pig.cpp.o -c 
/build/reproducible-path/task-2.6.2+dfsg/src/libshared/src/Pig.cpp
cd /build/reproducible-path/task-2.6.2+dfsg/obj-x86_64-linux-gnu/src && 
/usr/bin/c++  -I/build/reproducible-path/task-2.6.2+dfsg 
-I/build/reproducible-path/task-2.6.2+dfsg/src 
-I/build/reproducible-path/task-2.6.2+dfsg/src/commands 
-I/build/reproducible-path/task-2.6.2+dfsg/src/columns 
-I/build/reproducible-path/task-2.6.2+dfsg/src/libshared/src -Wall -Wextra 
-Wsign-compare -Wreturn-type -std=c++17 -g -O2 
-ffile-prefix-map=/build/reproducible-path/task-2.6.2+dfsg=. 
-fstack-protector-strong -fstack-clash-protection -Wformat 
-Werror=format-security -fcf-protection -Wdate-time -D_FORTIFY_SOURCE=2 -Wall 
-MD -MT src/CMakeFiles/libshared.dir/libshared/src/Msg.cpp.o -MF 
CMakeFiles/libshared.dir/libshared/src/Msg.cpp.o.d -o 
CMakeFiles/libshared.dir/libshared/src/Msg.cpp.o -c 
/build/reproducible-path/task-2.6.2+dfsg/src/libshared/src/Msg.cpp
In file included from 
/build/reproducible-path/task-2.6.2+dfsg/src/libshared/src/JSON.cpp:28:
/build/reproducible-path/task-2.6.2+dfsg/src/libshared/src/JSON.h:149:36: 
error: ‘uint64_t’ has not been declared
  149 |       virtual void eventValueUint (uint64_t) {}
      |                                    ^~~~~~~~
/build/reproducible-path/task-2.6.2+dfsg/src/libshared/src/JSON.h:34:1: note: 
‘uint64_t’ is defined in header ‘<cstdint>’; this is probably fixable by adding 
‘#include <cstdint>’
   33 | #include <Pig.h>
  +++ |+#include <cstdint>
   34 | 
[  8%] Building CXX object src/CMakeFiles/libshared.dir/libshared/src/RX.cpp.o
cd /build/reproducible-path/task-2.6.2+dfsg/obj-x86_64-linux-gnu/src && 
/usr/bin/c++  -I/build/reproducible-path/task-2.6.2+dfsg 
-I/build/reproducible-path/task-2.6.2+dfsg/src 
-I/build/reproducible-path/task-2.6.2+dfsg/src/commands 
-I/build/reproducible-path/task-2.6.2+dfsg/src/columns 
-I/build/reproducible-path/task-2.6.2+dfsg/src/libshared/src -Wall -Wextra 
-Wsign-compare -Wreturn-type -std=c++17 -g -O2 
-ffile-prefix-map=/build/reproducible-path/task-2.6.2+dfsg=. 
-fstack-protector-strong -fstack-clash-protection -Wformat 
-Werror=format-security -fcf-protection -Wdate-time -D_FORTIFY_SOURCE=2 -Wall 
-MD -MT src/CMakeFiles/libshared.dir/libshared/src/RX.cpp.o -MF 
CMakeFiles/libshared.dir/libshared/src/RX.cpp.o.d -o 
CMakeFiles/libshared.dir/libshared/src/RX.cpp.o -c 
/build/reproducible-path/task-2.6.2+dfsg/src/libshared/src/RX.cpp
make[3]: *** [src/CMakeFiles/libshared.dir/build.make:152: 
src/CMakeFiles/libshared.dir/libshared/src/JSON.cpp.o] Error 1
make[3]: *** Waiting for unfinished jobs....
make[3]: Leaving directory 
'/build/reproducible-path/task-2.6.2+dfsg/obj-x86_64-linux-gnu'
make[2]: *** [CMakeFiles/Makefile2:420: src/CMakeFiles/libshared.dir/all] Error 
2
make[2]: Leaving directory 
'/build/reproducible-path/task-2.6.2+dfsg/obj-x86_64-linux-gnu'
make[1]: *** [Makefile:159: all] Error 2
make[1]: Leaving directory 
'/build/reproducible-path/task-2.6.2+dfsg/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:11: binary] Error 25
dpkg-buildpackage: error: debian/rules binary subprocess returned exit status 2

--- End Message ---
--- Begin Message ---
Source: task
Source-Version: 2.6.2+dfsg-2
Done: Jochen Sprickerhof <[email protected]>

We believe that the bug you reported is fixed in the latest version of
task, 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.
Jochen Sprickerhof <[email protected]> (supplier of updated task 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: SHA512

Format: 1.8
Date: Sat, 06 Sep 2025 07:41:43 +0200
Source: task
Architecture: source
Version: 2.6.2+dfsg-2
Distribution: unstable
Urgency: medium
Maintainer: Debian Tasktools Team <[email protected]>
Changed-By: Jochen Sprickerhof <[email protected]>
Closes: 1097970
Changes:
 task (2.6.2+dfsg-2) unstable; urgency=medium
 .
   * Team upload.
   * Add patch for missing include (Closes: #1097970)
Checksums-Sha1:
 461b4b0693fc202f57b83ca23a6e475c315e36fb 2195 task_2.6.2+dfsg-2.dsc
 0a5ee2531014e446d86c447559d3f2afd8389ff1 24140 task_2.6.2+dfsg-2.debian.tar.xz
Checksums-Sha256:
 baa9bca25d5dc9973156b3ab23a3a185468b83b00c9a7d8eab433a454de6bfde 2195 
task_2.6.2+dfsg-2.dsc
 28124d356f7a0f90ad607bae812ac6732277ced811b7c63f84d4659ade420140 24140 
task_2.6.2+dfsg-2.debian.tar.xz
Files:
 45b10142b3b359d08b18701fa1aaa545 2195 utils optional task_2.6.2+dfsg-2.dsc
 03cef573216550b73a3a835d5bde2dae 24140 utils optional 
task_2.6.2+dfsg-2.debian.tar.xz

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

iQIzBAEBCgAdFiEEc7KZy9TurdzAF+h6W//cwljmlDMFAmi7ygAACgkQW//cwljm
lDNSQw/7BYNqK/H7940cR0FKBC8i4elLm1oysnowXGyPPdPtC7h/eU4QnPIx1eKB
gIxLTJT0y9Nxsxj0wh51hsOWTxX7Pw8Kjzb1gZ9uIE3az3wECwlFgilaSmehjjqx
sYvNWOQbJ2kwBi9Zn1iWKvnTW+60utfQgvy9p8IjhdiBQjw8hU6TBtKeQPO2g2Pg
WFDTbTCtbeocMKmh7FCH2WSbWxPYzWRl9jDJCUXow2v5WyN4gGdaHaYWrhCwPfNC
ojIlJBM4bhfLT6aIbM64JH5YcsDvapEg7m24cwp/DJRx8ql/EQt9MgviCATGOojB
Mg5Lqua9EsqCT1ZyMP6tIof8tvC4n64QsOSJS7VOgdpBswZkMpHg5E5UJZ1onAHv
8qCipEOOVrhlwcqzCWxfTvZcOMYWmiS9fY4ytnYQ3Il2SD6TwRYaHpGkm0H+dwNw
+dvPhaUDQUxRzsLJw7lqwuMecNMz9a3IQSqdGGSFm35VRv4yf75YdHOyTbndvSRE
rpLYmpmiM9kBl3jv29jbaUP6yJMsUo1k30FBcseTwiQRI1zV9KPAR92qOdmc33v/
sVrRlAwjZqvntinCRCy24ra7Unb+8nE8+G62lt9gKymzckZYygHTkG/RD61dDK0O
0TbeAw3YXpZC/dZWixKoi/cZMwUBPn4bMHIbasxHUo4J3MWyr7I=
=tgFH
-----END PGP SIGNATURE-----

Attachment: pgp_3C4pE3BsF.pgp
Description: PGP signature


--- End Message ---

Reply via email to