Your message dated Mon, 29 Jul 2024 05:34:28 +0000
with message-id <e1syj1g-000enp...@fasolo.debian.org>
and subject line Bug#1075332: fixed in octomap 1.9.7+dfsg-4
has caused the Debian Bug report #1075332,
regarding octomap: ftbfs with GCC-14
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.)


-- 
1075332: https://bugs.debian.org/cgi-bin/bugreport.cgi?bug=1075332
Debian Bug Tracking System
Contact ow...@bugs.debian.org with problems
--- Begin Message ---
Package: src:octomap
Version: 1.9.7+dfsg-3.1
Severity: important
Tags: sid trixie
User: debian-...@lists.debian.org
Usertags: ftbfs-gcc-14

[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-14/g++-14, but succeeds to build with gcc-13/g++-13. 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/2024/07/01/octomap_1.9.7+dfsg-3.1_unstable_gccexp.log
The last lines of the build log are at the end of this report.

To build with GCC 14, either set CC=gcc-14 CXX=g++-14 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-14/porting_to.html

[...]
[  9%] Building CXX object octomap/src/CMakeFiles/octomap.dir/OcTreeNode.cpp.o
[ 10%] Building CXX object octomap/src/CMakeFiles/octomap.dir/OcTree.cpp.o
[ 11%] Building CXX object 
octomap/src/CMakeFiles/octomap.dir/AbstractOccupancyOcTree.cpp.o
[ 11%] Building CXX object 
octomap/src/CMakeFiles/octomap.dir/AbstractOcTree.cpp.o
cd /<<PKGBUILDDIR>>/obj-x86_64-linux-gnu/octomap/src && /usr/bin/c++ 
-Doctomap_EXPORTS -I/<<PKGBUILDDIR>>/octomap/include -g -O2 
-ffile-prefix-map=/<<PKGBUILDDIR>>=. -fstack-protector-strong 
-fstack-clash-protection -Wformat -Werror=format-security -fcf-protection 
-Wdate-time -D_FORTIFY_SOURCE=2 -Wall -Werror -Wextra -Wpedantic -std=gnu++11 
-fPIC   -fPIC -MD -MT octomap/src/CMakeFiles/octomap.dir/OcTreeNode.cpp.o -MF 
CMakeFiles/octomap.dir/OcTreeNode.cpp.o.d -o 
CMakeFiles/octomap.dir/OcTreeNode.cpp.o -c 
/<<PKGBUILDDIR>>/octomap/src/OcTreeNode.cpp
cd /<<PKGBUILDDIR>>/obj-x86_64-linux-gnu/octomap/src && /usr/bin/c++ 
-Doctomap_EXPORTS -I/<<PKGBUILDDIR>>/octomap/include -g -O2 
-ffile-prefix-map=/<<PKGBUILDDIR>>=. -fstack-protector-strong 
-fstack-clash-protection -Wformat -Werror=format-security -fcf-protection 
-Wdate-time -D_FORTIFY_SOURCE=2 -Wall -Werror -Wextra -Wpedantic -std=gnu++11 
-fPIC   -fPIC -MD -MT octomap/src/CMakeFiles/octomap.dir/OcTree.cpp.o -MF 
CMakeFiles/octomap.dir/OcTree.cpp.o.d -o CMakeFiles/octomap.dir/OcTree.cpp.o -c 
/<<PKGBUILDDIR>>/octomap/src/OcTree.cpp
cd /<<PKGBUILDDIR>>/obj-x86_64-linux-gnu/octomap/src && /usr/bin/c++ 
-Doctomap_EXPORTS -I/<<PKGBUILDDIR>>/octomap/include -g -O2 
-ffile-prefix-map=/<<PKGBUILDDIR>>=. -fstack-protector-strong 
-fstack-clash-protection -Wformat -Werror=format-security -fcf-protection 
-Wdate-time -D_FORTIFY_SOURCE=2 -Wall -Werror -Wextra -Wpedantic -std=gnu++11 
-fPIC   -fPIC -MD -MT octomap/src/CMakeFiles/octomap.dir/AbstractOcTree.cpp.o 
-MF CMakeFiles/octomap.dir/AbstractOcTree.cpp.o.d -o 
CMakeFiles/octomap.dir/AbstractOcTree.cpp.o -c 
/<<PKGBUILDDIR>>/octomap/src/AbstractOcTree.cpp
cd /<<PKGBUILDDIR>>/obj-x86_64-linux-gnu/octomap/src && /usr/bin/c++ 
-Doctomap_EXPORTS -I/<<PKGBUILDDIR>>/octomap/include -g -O2 
-ffile-prefix-map=/<<PKGBUILDDIR>>=. -fstack-protector-strong 
-fstack-clash-protection -Wformat -Werror=format-security -fcf-protection 
-Wdate-time -D_FORTIFY_SOURCE=2 -Wall -Werror -Wextra -Wpedantic -std=gnu++11 
-fPIC   -fPIC -MD -MT 
octomap/src/CMakeFiles/octomap.dir/AbstractOccupancyOcTree.cpp.o -MF 
CMakeFiles/octomap.dir/AbstractOccupancyOcTree.cpp.o.d -o 
CMakeFiles/octomap.dir/AbstractOccupancyOcTree.cpp.o -c 
/<<PKGBUILDDIR>>/octomap/src/AbstractOccupancyOcTree.cpp
[ 12%] Linking CXX static library /<<PKGBUILDDIR>>/lib/liboctomath.a
cd /<<PKGBUILDDIR>>/obj-x86_64-linux-gnu/octomap/src/math && /usr/bin/cmake -P 
CMakeFiles/octomath-static.dir/cmake_clean_target.cmake
cd /<<PKGBUILDDIR>>/obj-x86_64-linux-gnu/octomap/src/math && /usr/bin/cmake -E 
cmake_link_script CMakeFiles/octomath-static.dir/link.txt --verbose=1
/usr/bin/ar qc /<<PKGBUILDDIR>>/lib/liboctomath.a 
"CMakeFiles/octomath-static.dir/Vector3.cpp.o" 
"CMakeFiles/octomath-static.dir/Quaternion.cpp.o" 
"CMakeFiles/octomath-static.dir/Pose6D.cpp.o"
/usr/bin/ranlib /<<PKGBUILDDIR>>/lib/liboctomath.a
make[3]: Leaving directory '/<<PKGBUILDDIR>>/obj-x86_64-linux-gnu'
[ 12%] Built target octomath-static
make  -f octomap/src/CMakeFiles/octomap-static.dir/build.make 
octomap/src/CMakeFiles/octomap-static.dir/depend
make[3]: Entering directory '/<<PKGBUILDDIR>>/obj-x86_64-linux-gnu'
cd /<<PKGBUILDDIR>>/obj-x86_64-linux-gnu && /usr/bin/cmake -E cmake_depends 
"Unix Makefiles" /<<PKGBUILDDIR>> /<<PKGBUILDDIR>>/octomap/src 
/<<PKGBUILDDIR>>/obj-x86_64-linux-gnu 
/<<PKGBUILDDIR>>/obj-x86_64-linux-gnu/octomap/src 
/<<PKGBUILDDIR>>/obj-x86_64-linux-gnu/octomap/src/CMakeFiles/octomap-static.dir/DependInfo.cmake
 "--color="
make[3]: Leaving directory '/<<PKGBUILDDIR>>/obj-x86_64-linux-gnu'
make  -f octomap/src/CMakeFiles/octomap-static.dir/build.make 
octomap/src/CMakeFiles/octomap-static.dir/build
make[3]: Entering directory '/<<PKGBUILDDIR>>/obj-x86_64-linux-gnu'
[ 13%] Building CXX object 
octomap/src/CMakeFiles/octomap-static.dir/AbstractOcTree.cpp.o
cd /<<PKGBUILDDIR>>/obj-x86_64-linux-gnu/octomap/src && /usr/bin/c++  
-I/<<PKGBUILDDIR>>/octomap/include -g -O2 -ffile-prefix-map=/<<PKGBUILDDIR>>=. 
-fstack-protector-strong -fstack-clash-protection -Wformat 
-Werror=format-security -fcf-protection -Wdate-time -D_FORTIFY_SOURCE=2 -Wall 
-Werror -Wextra -Wpedantic -std=gnu++11 -fPIC   -fPIC -MD -MT 
octomap/src/CMakeFiles/octomap-static.dir/AbstractOcTree.cpp.o -MF 
CMakeFiles/octomap-static.dir/AbstractOcTree.cpp.o.d -o 
CMakeFiles/octomap-static.dir/AbstractOcTree.cpp.o -c 
/<<PKGBUILDDIR>>/octomap/src/AbstractOcTree.cpp
[ 14%] Building CXX object 
octomap/src/CMakeFiles/octomap.dir/OcTreeStamped.cpp.o
cd /<<PKGBUILDDIR>>/obj-x86_64-linux-gnu/octomap/src && /usr/bin/c++ 
-Doctomap_EXPORTS -I/<<PKGBUILDDIR>>/octomap/include -g -O2 
-ffile-prefix-map=/<<PKGBUILDDIR>>=. -fstack-protector-strong 
-fstack-clash-protection -Wformat -Werror=format-security -fcf-protection 
-Wdate-time -D_FORTIFY_SOURCE=2 -Wall -Werror -Wextra -Wpedantic -std=gnu++11 
-fPIC   -fPIC -MD -MT octomap/src/CMakeFiles/octomap.dir/OcTreeStamped.cpp.o 
-MF CMakeFiles/octomap.dir/OcTreeStamped.cpp.o.d -o 
CMakeFiles/octomap.dir/OcTreeStamped.cpp.o -c 
/<<PKGBUILDDIR>>/octomap/src/OcTreeStamped.cpp
In file included from 
/<<PKGBUILDDIR>>/octomap/include/octomap/CountingOcTree.h:39,
                 from /<<PKGBUILDDIR>>/octomap/src/CountingOcTree.cpp:35:
/<<PKGBUILDDIR>>/octomap/include/octomap/OcTreeBase.h:46:21: error: template-id 
not allowed for constructor in C++20 [-Werror=template-id-cdtor]
   46 |     OcTreeBase<NODE>(double res) : 
OcTreeBaseImpl<NODE,AbstractOcTree>(res) {};
      |                     ^
/<<PKGBUILDDIR>>/octomap/include/octomap/OcTreeBase.h:46:21: note: remove the 
‘< >’
In file included from 
/<<PKGBUILDDIR>>/octomap/include/octomap/CountingOcTree.h:39,
                 from /<<PKGBUILDDIR>>/octomap/src/AbstractOcTree.cpp:37:
/<<PKGBUILDDIR>>/octomap/include/octomap/OcTreeBase.h:46:21: error: template-id 
not allowed for constructor in C++20 [-Werror=template-id-cdtor]
   46 |     OcTreeBase<NODE>(double res) : 
OcTreeBaseImpl<NODE,AbstractOcTree>(res) {};
      |                     ^
/<<PKGBUILDDIR>>/octomap/include/octomap/OcTreeBase.h:46:21: note: remove the 
‘< >’
In file included from 
/<<PKGBUILDDIR>>/octomap/include/octomap/CountingOcTree.h:39,
                 from /<<PKGBUILDDIR>>/octomap/src/AbstractOcTree.cpp:37:
/<<PKGBUILDDIR>>/octomap/include/octomap/OcTreeBase.h:46:21: error: template-id 
not allowed for constructor in C++20 [-Werror=template-id-cdtor]
   46 |     OcTreeBase<NODE>(double res) : 
OcTreeBaseImpl<NODE,AbstractOcTree>(res) {};
      |                     ^
/<<PKGBUILDDIR>>/octomap/include/octomap/OcTreeBase.h:46:21: note: remove the 
‘< >’
[ 15%] Building CXX object octomap/src/CMakeFiles/octomap.dir/ColorOcTree.cpp.o
cd /<<PKGBUILDDIR>>/obj-x86_64-linux-gnu/octomap/src && /usr/bin/c++ 
-Doctomap_EXPORTS -I/<<PKGBUILDDIR>>/octomap/include -g -O2 
-ffile-prefix-map=/<<PKGBUILDDIR>>=. -fstack-protector-strong 
-fstack-clash-protection -Wformat -Werror=format-security -fcf-protection 
-Wdate-time -D_FORTIFY_SOURCE=2 -Wall -Werror -Wextra -Wpedantic -std=gnu++11 
-fPIC   -fPIC -MD -MT octomap/src/CMakeFiles/octomap.dir/ColorOcTree.cpp.o -MF 
CMakeFiles/octomap.dir/ColorOcTree.cpp.o.d -o 
CMakeFiles/octomap.dir/ColorOcTree.cpp.o -c 
/<<PKGBUILDDIR>>/octomap/src/ColorOcTree.cpp
[ 16%] Building CXX object 
octomap/src/CMakeFiles/octomap-static.dir/AbstractOccupancyOcTree.cpp.o
cd /<<PKGBUILDDIR>>/obj-x86_64-linux-gnu/octomap/src && /usr/bin/c++  
-I/<<PKGBUILDDIR>>/octomap/include -g -O2 -ffile-prefix-map=/<<PKGBUILDDIR>>=. 
-fstack-protector-strong -fstack-clash-protection -Wformat 
-Werror=format-security -fcf-protection -Wdate-time -D_FORTIFY_SOURCE=2 -Wall 
-Werror -Wextra -Wpedantic -std=gnu++11 -fPIC   -fPIC -MD -MT 
octomap/src/CMakeFiles/octomap-static.dir/AbstractOccupancyOcTree.cpp.o -MF 
CMakeFiles/octomap-static.dir/AbstractOccupancyOcTree.cpp.o.d -o 
CMakeFiles/octomap-static.dir/AbstractOccupancyOcTree.cpp.o -c 
/<<PKGBUILDDIR>>/octomap/src/AbstractOccupancyOcTree.cpp
cc1plus: all warnings being treated as errors
make[3]: *** [octomap/src/CMakeFiles/octomap.dir/build.make:79: 
octomap/src/CMakeFiles/octomap.dir/AbstractOcTree.cpp.o] Error 1
make[3]: *** Waiting for unfinished jobs....
[ 16%] Building CXX object 
octomap/src/CMakeFiles/octomap-static.dir/Pointcloud.cpp.o
cd /<<PKGBUILDDIR>>/obj-x86_64-linux-gnu/octomap/src && /usr/bin/c++  
-I/<<PKGBUILDDIR>>/octomap/include -g -O2 -ffile-prefix-map=/<<PKGBUILDDIR>>=. 
-fstack-protector-strong -fstack-clash-protection -Wformat 
-Werror=format-security -fcf-protection -Wdate-time -D_FORTIFY_SOURCE=2 -Wall 
-Werror -Wextra -Wpedantic -std=gnu++11 -fPIC   -fPIC -MD -MT 
octomap/src/CMakeFiles/octomap-static.dir/Pointcloud.cpp.o -MF 
CMakeFiles/octomap-static.dir/Pointcloud.cpp.o.d -o 
CMakeFiles/octomap-static.dir/Pointcloud.cpp.o -c 
/<<PKGBUILDDIR>>/octomap/src/Pointcloud.cpp
[ 17%] Building CXX object 
octomap/src/CMakeFiles/octomap-static.dir/ScanGraph.cpp.o
cd /<<PKGBUILDDIR>>/obj-x86_64-linux-gnu/octomap/src && /usr/bin/c++  
-I/<<PKGBUILDDIR>>/octomap/include -g -O2 -ffile-prefix-map=/<<PKGBUILDDIR>>=. 
-fstack-protector-strong -fstack-clash-protection -Wformat 
-Werror=format-security -fcf-protection -Wdate-time -D_FORTIFY_SOURCE=2 -Wall 
-Werror -Wextra -Wpedantic -std=gnu++11 -fPIC   -fPIC -MD -MT 
octomap/src/CMakeFiles/octomap-static.dir/ScanGraph.cpp.o -MF 
CMakeFiles/octomap-static.dir/ScanGraph.cpp.o.d -o 
CMakeFiles/octomap-static.dir/ScanGraph.cpp.o -c 
/<<PKGBUILDDIR>>/octomap/src/ScanGraph.cpp
cc1plus: all warnings being treated as errors
make[3]: *** [octomap/src/CMakeFiles/octomap-static.dir/build.make:79: 
octomap/src/CMakeFiles/octomap-static.dir/AbstractOcTree.cpp.o] Error 1
make[3]: *** Waiting for unfinished jobs....
cc1plus: all warnings being treated as errors
make[3]: *** [octomap/src/CMakeFiles/octomap.dir/build.make:135: 
octomap/src/CMakeFiles/octomap.dir/CountingOcTree.cpp.o] Error 1
make[3]: Leaving directory '/<<PKGBUILDDIR>>/obj-x86_64-linux-gnu'
make[2]: *** [CMakeFiles/Makefile2:1136: 
octomap/src/CMakeFiles/octomap-static.dir/all] Error 2
make[2]: *** Waiting for unfinished jobs....
make[3]: Leaving directory '/<<PKGBUILDDIR>>/obj-x86_64-linux-gnu'
make[2]: *** [CMakeFiles/Makefile2:1110: 
octomap/src/CMakeFiles/octomap.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: binary] Error 25
dpkg-buildpackage: error: debian/rules binary subprocess returned exit status 2

--- End Message ---
--- Begin Message ---
Source: octomap
Source-Version: 1.9.7+dfsg-4
Done: Jochen Sprickerhof <jspri...@debian.org>

We believe that the bug you reported is fixed in the latest version of
octomap, 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 1075...@bugs.debian.org,
and the maintainer will reopen the bug report if appropriate.

Debian distribution maintenance software
pp.
Jochen Sprickerhof <jspri...@debian.org> (supplier of updated octomap 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, 29 Jul 2024 07:24:16 +0200
Source: octomap
Architecture: source
Version: 1.9.7+dfsg-4
Distribution: unstable
Urgency: medium
Maintainer: Debian Science Maintainers 
<debian-science-maintain...@lists.alioth.debian.org>
Changed-By: Jochen Sprickerhof <jspri...@debian.org>
Closes: 1075332
Changes:
 octomap (1.9.7+dfsg-4) unstable; urgency=medium
 .
   * Team upload.
   * Fix errors with recent compilers and C++17/20 standard (#394)
     (Closes: #1075332)
Checksums-Sha1:
 95bc4d33b2f265db410f0352c0d93211958b504b 2756 octomap_1.9.7+dfsg-4.dsc
 3a3b4a97171700a5da43cf65ba4e53e48c22e920 14720 
octomap_1.9.7+dfsg-4.debian.tar.xz
Checksums-Sha256:
 18c57cec75a7e4b917b6cc2215ec471069eba9d6159e5b7ffffa51f0b452bcac 2756 
octomap_1.9.7+dfsg-4.dsc
 4fea12fe0a6b345d71608fc9e617ad6143998d7da3ba63fc679c4deeb97662be 14720 
octomap_1.9.7+dfsg-4.debian.tar.xz
Files:
 c66c54243986ec577f6122f8a368c83b 2756 science optional octomap_1.9.7+dfsg-4.dsc
 b6727d134750f0c146912b3684415e80 14720 science optional 
octomap_1.9.7+dfsg-4.debian.tar.xz

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

iQIzBAEBCgAdFiEEc7KZy9TurdzAF+h6W//cwljmlDMFAmanKAcACgkQW//cwljm
lDN8DxAAo1yOsoMjxEWuU96H3mEhnU9b/ZfLIklA5RR5hSXtdn1UckAF8kOn3Zip
NQ2GFuJXo5BR1cf7lLJXhFb5vnuWu5nigHR/Jlv7BYdRNJH56pG53fFnwRa5eKkO
db4Y7vt9hgzzH3x8ChBSGfNWQv/QNb3DzT6jWH+rABDXC97f7sksvQxdx7B+PmwW
vFJTyDeVpLjYh1mStSzjuO/xVt08030ZbE2w1IHt/ukkWndstyBrRBa35PTpOhcF
YEYRmJRUOgZQn/GvYHZasL825ayZN+slVZyOdr3yfaN1jhZX9n7JHWh3DmJSgk50
3LEV3BegS+FcjovMqUbcaB2HoZ05vEUi45aUZaWN3GK2Ut1hAzsRTA+BDVMXjZCk
vySgKKMrYiLhgUR7hhR8+TLPlJy0T9uIXIvC2OxMbKiZPdJNDAqwwAHSOcH4YLGm
/xMd6HrI/UyZXucmeEzAqlfaulS6o7g9/i37IjFE+fGEaoBQECg2jY0kO/ZkoGRx
YuaIdFsqz6L6JONMygqQNwyNZJat839vAKTmvs4vwcK6kFLwXA7aelHxsLzmGlbL
ERadGCV+nO9+JLRXjDXRdYn77L5wF0++Cd/BPnudGGs0apHJ3sUSWJLMrj4jpOQh
B3kkFD5DXM67ZFp0/+bvNzJsCOOHtX9Fg5jZ9ZxI/2XT+vc995M=
=BTox
-----END PGP SIGNATURE-----

Attachment: pgpdnffUUNort.pgp
Description: PGP signature


--- End Message ---
-- 
debian-science-maintainers mailing list
debian-science-maintainers@alioth-lists.debian.net
https://alioth-lists.debian.net/cgi-bin/mailman/listinfo/debian-science-maintainers

Reply via email to