Your message dated Fri, 26 Jul 2024 11:21:08 +0000
with message-id <e1sxj0w-0045mb...@fasolo.debian.org>
and subject line Bug#1074897: fixed in rapidjson 1.1.0+dfsg2-7.3
has caused the Debian Bug report #1074897,
regarding rapidjson: causes 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.)
--
1074897: https://bugs.debian.org/cgi-bin/bugreport.cgi?bug=1074897
Debian Bug Tracking System
Contact ow...@bugs.debian.org with problems
--- Begin Message ---
Package: src:cura-engine
Version: 1:5.0.0-4
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/cura-engine_5.0.0-4_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
[...]
-- Found GTest: /usr/lib/x86_64-linux-gnu/libgtest.a
-- Found GMock: /usr/lib/x86_64-linux-gnu/libgmock.a
-- Configuring done (1.8s)
-- Generating done (0.1s)
CMake Warning:
Manually-specified variables were not used by the project:
CMAKE_EXPORT_NO_PACKAGE_REGISTRY
CMAKE_FIND_PACKAGE_NO_PACKAGE_REGISTRY
FETCHCONTENT_FULLY_DISCONNECTED
-- Build files have been written to: /<<PKGBUILDDIR>>/obj-x86_64-linux-gnu
make[1]: Leaving directory '/<<PKGBUILDDIR>>'
dh_auto_build -O--buildsystem=cmake
cd obj-x86_64-linux-gnu && make -j8 "INSTALL=install
--strip-program=true" VERBOSE=1
make[1]: Entering directory '/<<PKGBUILDDIR>>/obj-x86_64-linux-gnu'
/usr/bin/cmake -S/<<PKGBUILDDIR>> -B/<<PKGBUILDDIR>>/obj-x86_64-linux-gnu
--check-build-system CMakeFiles/Makefile.cmake 0
/usr/bin/cmake -E cmake_progress_start
/<<PKGBUILDDIR>>/obj-x86_64-linux-gnu/CMakeFiles
/<<PKGBUILDDIR>>/obj-x86_64-linux-gnu//CMakeFiles/progress.marks
make -f CMakeFiles/Makefile2 all
make[2]: Entering directory '/<<PKGBUILDDIR>>/obj-x86_64-linux-gnu'
make -f CMakeFiles/_CuraEngine.dir/build.make CMakeFiles/_CuraEngine.dir/depend
make[3]: Entering directory '/<<PKGBUILDDIR>>/obj-x86_64-linux-gnu'
[ 0%] Running cpp protocol buffer compiler on Cura.proto
/usr/bin/protoc --cpp_out :/<<PKGBUILDDIR>>/obj-x86_64-linux-gnu -I
/<<PKGBUILDDIR>> /<<PKGBUILDDIR>>/Cura.proto
cd /<<PKGBUILDDIR>>/obj-x86_64-linux-gnu && /usr/bin/cmake -E cmake_depends
"Unix Makefiles" /<<PKGBUILDDIR>> /<<PKGBUILDDIR>>
/<<PKGBUILDDIR>>/obj-x86_64-linux-gnu /<<PKGBUILDDIR>>/obj-x86_64-linux-gnu
/<<PKGBUILDDIR>>/obj-x86_64-linux-gnu/CMakeFiles/_CuraEngine.dir/DependInfo.cmake
"--color="
make[3]: Leaving directory '/<<PKGBUILDDIR>>/obj-x86_64-linux-gnu'
make -f CMakeFiles/_CuraEngine.dir/build.make CMakeFiles/_CuraEngine.dir/build
make[3]: Entering directory '/<<PKGBUILDDIR>>/obj-x86_64-linux-gnu'
[ 1%] Building CXX object CMakeFiles/_CuraEngine.dir/src/Application.cpp.o
/usr/bin/c++ -DARCUS -DBUILD_TESTS -DBUILD_TESTS=1 -DVERSION=\"5.0.0\"
-I/<<PKGBUILDDIR>>/src -I/<<PKGBUILDDIR>>/obj-x86_64-linux-gnu
-I/usr/include/stb -g -O2 -ffile-prefix-map=/<<PKGBUILDDIR>>=.
-fstack-protector-strong -fstack-clash-protection -Wformat
-Werror=format-security -fcf-protection -Wdate-time -D_FORTIFY_SOURCE=2
-std=c++17 -fopenmp -MD -MT CMakeFiles/_CuraEngine.dir/src/Application.cpp.o
-MF CMakeFiles/_CuraEngine.dir/src/Application.cpp.o.d -o
CMakeFiles/_CuraEngine.dir/src/Application.cpp.o -c
/<<PKGBUILDDIR>>/src/Application.cpp
[ 3%] Building CXX object CMakeFiles/_CuraEngine.dir/src/ConicalOverhang.cpp.o
[ 3%] Building CXX object CMakeFiles/_CuraEngine.dir/src/FffGcodeWriter.cpp.o
[ 3%] Building CXX object
CMakeFiles/_CuraEngine.dir/src/FffPolygonGenerator.cpp.o
[ 3%] Building CXX object CMakeFiles/_CuraEngine.dir/src/ExtruderTrain.cpp.o
/usr/bin/c++ -DARCUS -DBUILD_TESTS -DBUILD_TESTS=1 -DVERSION=\"5.0.0\"
-I/<<PKGBUILDDIR>>/src -I/<<PKGBUILDDIR>>/obj-x86_64-linux-gnu
-I/usr/include/stb -g -O2 -ffile-prefix-map=/<<PKGBUILDDIR>>=.
-fstack-protector-strong -fstack-clash-protection -Wformat
-Werror=format-security -fcf-protection -Wdate-time -D_FORTIFY_SOURCE=2
-std=c++17 -fopenmp -MD -MT CMakeFiles/_CuraEngine.dir/src/FffGcodeWriter.cpp.o
-MF CMakeFiles/_CuraEngine.dir/src/FffGcodeWriter.cpp.o.d -o
CMakeFiles/_CuraEngine.dir/src/FffGcodeWriter.cpp.o -c
/<<PKGBUILDDIR>>/src/FffGcodeWriter.cpp
[ 3%] Building CXX object CMakeFiles/_CuraEngine.dir/src/bridge.cpp.o
/usr/bin/c++ -DARCUS -DBUILD_TESTS -DBUILD_TESTS=1 -DVERSION=\"5.0.0\"
-I/<<PKGBUILDDIR>>/src -I/<<PKGBUILDDIR>>/obj-x86_64-linux-gnu
-I/usr/include/stb -g -O2 -ffile-prefix-map=/<<PKGBUILDDIR>>=.
-fstack-protector-strong -fstack-clash-protection -Wformat
-Werror=format-security -fcf-protection -Wdate-time -D_FORTIFY_SOURCE=2
-std=c++17 -fopenmp -MD -MT
CMakeFiles/_CuraEngine.dir/src/ConicalOverhang.cpp.o -MF
CMakeFiles/_CuraEngine.dir/src/ConicalOverhang.cpp.o.d -o
CMakeFiles/_CuraEngine.dir/src/ConicalOverhang.cpp.o -c
/<<PKGBUILDDIR>>/src/ConicalOverhang.cpp
[ 4%] Building CXX object CMakeFiles/_CuraEngine.dir/src/FffProcessor.cpp.o
/usr/bin/c++ -DARCUS -DBUILD_TESTS -DBUILD_TESTS=1 -DVERSION=\"5.0.0\"
-I/<<PKGBUILDDIR>>/src -I/<<PKGBUILDDIR>>/obj-x86_64-linux-gnu
-I/usr/include/stb -g -O2 -ffile-prefix-map=/<<PKGBUILDDIR>>=.
-fstack-protector-strong -fstack-clash-protection -Wformat
-Werror=format-security -fcf-protection -Wdate-time -D_FORTIFY_SOURCE=2
-std=c++17 -fopenmp -MD -MT
CMakeFiles/_CuraEngine.dir/src/FffPolygonGenerator.cpp.o -MF
CMakeFiles/_CuraEngine.dir/src/FffPolygonGenerator.cpp.o.d -o
CMakeFiles/_CuraEngine.dir/src/FffPolygonGenerator.cpp.o -c
/<<PKGBUILDDIR>>/src/FffPolygonGenerator.cpp
/usr/bin/c++ -DARCUS -DBUILD_TESTS -DBUILD_TESTS=1 -DVERSION=\"5.0.0\"
-I/<<PKGBUILDDIR>>/src -I/<<PKGBUILDDIR>>/obj-x86_64-linux-gnu
-I/usr/include/stb -g -O2 -ffile-prefix-map=/<<PKGBUILDDIR>>=.
-fstack-protector-strong -fstack-clash-protection -Wformat
-Werror=format-security -fcf-protection -Wdate-time -D_FORTIFY_SOURCE=2
-std=c++17 -fopenmp -MD -MT CMakeFiles/_CuraEngine.dir/src/ExtruderTrain.cpp.o
-MF CMakeFiles/_CuraEngine.dir/src/ExtruderTrain.cpp.o.d -o
CMakeFiles/_CuraEngine.dir/src/ExtruderTrain.cpp.o -c
/<<PKGBUILDDIR>>/src/ExtruderTrain.cpp
/usr/bin/c++ -DARCUS -DBUILD_TESTS -DBUILD_TESTS=1 -DVERSION=\"5.0.0\"
-I/<<PKGBUILDDIR>>/src -I/<<PKGBUILDDIR>>/obj-x86_64-linux-gnu
-I/usr/include/stb -g -O2 -ffile-prefix-map=/<<PKGBUILDDIR>>=.
-fstack-protector-strong -fstack-clash-protection -Wformat
-Werror=format-security -fcf-protection -Wdate-time -D_FORTIFY_SOURCE=2
-std=c++17 -fopenmp -MD -MT CMakeFiles/_CuraEngine.dir/src/bridge.cpp.o -MF
CMakeFiles/_CuraEngine.dir/src/bridge.cpp.o.d -o
CMakeFiles/_CuraEngine.dir/src/bridge.cpp.o -c /<<PKGBUILDDIR>>/src/bridge.cpp
/usr/bin/c++ -DARCUS -DBUILD_TESTS -DBUILD_TESTS=1 -DVERSION=\"5.0.0\"
-I/<<PKGBUILDDIR>>/src -I/<<PKGBUILDDIR>>/obj-x86_64-linux-gnu
-I/usr/include/stb -g -O2 -ffile-prefix-map=/<<PKGBUILDDIR>>=.
-fstack-protector-strong -fstack-clash-protection -Wformat
-Werror=format-security -fcf-protection -Wdate-time -D_FORTIFY_SOURCE=2
-std=c++17 -fopenmp -MD -MT CMakeFiles/_CuraEngine.dir/src/FffProcessor.cpp.o
-MF CMakeFiles/_CuraEngine.dir/src/FffProcessor.cpp.o.d -o
CMakeFiles/_CuraEngine.dir/src/FffProcessor.cpp.o -c
/<<PKGBUILDDIR>>/src/FffProcessor.cpp
[ 4%] Building CXX object CMakeFiles/_CuraEngine.dir/src/gcodeExport.cpp.o
/usr/bin/c++ -DARCUS -DBUILD_TESTS -DBUILD_TESTS=1 -DVERSION=\"5.0.0\"
-I/<<PKGBUILDDIR>>/src -I/<<PKGBUILDDIR>>/obj-x86_64-linux-gnu
-I/usr/include/stb -g -O2 -ffile-prefix-map=/<<PKGBUILDDIR>>=.
-fstack-protector-strong -fstack-clash-protection -Wformat
-Werror=format-security -fcf-protection -Wdate-time -D_FORTIFY_SOURCE=2
-std=c++17 -fopenmp -MD -MT CMakeFiles/_CuraEngine.dir/src/gcodeExport.cpp.o
-MF CMakeFiles/_CuraEngine.dir/src/gcodeExport.cpp.o.d -o
CMakeFiles/_CuraEngine.dir/src/gcodeExport.cpp.o -c
/<<PKGBUILDDIR>>/src/gcodeExport.cpp
[ 5%] Building CXX object CMakeFiles/_CuraEngine.dir/src/GCodePathConfig.cpp.o
/usr/bin/c++ -DARCUS -DBUILD_TESTS -DBUILD_TESTS=1 -DVERSION=\"5.0.0\"
-I/<<PKGBUILDDIR>>/src -I/<<PKGBUILDDIR>>/obj-x86_64-linux-gnu
-I/usr/include/stb -g -O2 -ffile-prefix-map=/<<PKGBUILDDIR>>=.
-fstack-protector-strong -fstack-clash-protection -Wformat
-Werror=format-security -fcf-protection -Wdate-time -D_FORTIFY_SOURCE=2
-std=c++17 -fopenmp -MD -MT
CMakeFiles/_CuraEngine.dir/src/GCodePathConfig.cpp.o -MF
CMakeFiles/_CuraEngine.dir/src/GCodePathConfig.cpp.o.d -o
CMakeFiles/_CuraEngine.dir/src/GCodePathConfig.cpp.o -c
/<<PKGBUILDDIR>>/src/GCodePathConfig.cpp
[ 5%] Building CXX object CMakeFiles/_CuraEngine.dir/src/infill.cpp.o
/usr/bin/c++ -DARCUS -DBUILD_TESTS -DBUILD_TESTS=1 -DVERSION=\"5.0.0\"
-I/<<PKGBUILDDIR>>/src -I/<<PKGBUILDDIR>>/obj-x86_64-linux-gnu
-I/usr/include/stb -g -O2 -ffile-prefix-map=/<<PKGBUILDDIR>>=.
-fstack-protector-strong -fstack-clash-protection -Wformat
-Werror=format-security -fcf-protection -Wdate-time -D_FORTIFY_SOURCE=2
-std=c++17 -fopenmp -MD -MT CMakeFiles/_CuraEngine.dir/src/infill.cpp.o -MF
CMakeFiles/_CuraEngine.dir/src/infill.cpp.o.d -o
CMakeFiles/_CuraEngine.dir/src/infill.cpp.o -c /<<PKGBUILDDIR>>/src/infill.cpp
[ 6%] Building CXX object
CMakeFiles/_CuraEngine.dir/src/InsetOrderOptimizer.cpp.o
/usr/bin/c++ -DARCUS -DBUILD_TESTS -DBUILD_TESTS=1 -DVERSION=\"5.0.0\"
-I/<<PKGBUILDDIR>>/src -I/<<PKGBUILDDIR>>/obj-x86_64-linux-gnu
-I/usr/include/stb -g -O2 -ffile-prefix-map=/<<PKGBUILDDIR>>=.
-fstack-protector-strong -fstack-clash-protection -Wformat
-Werror=format-security -fcf-protection -Wdate-time -D_FORTIFY_SOURCE=2
-std=c++17 -fopenmp -MD -MT
CMakeFiles/_CuraEngine.dir/src/InsetOrderOptimizer.cpp.o -MF
CMakeFiles/_CuraEngine.dir/src/InsetOrderOptimizer.cpp.o.d -o
CMakeFiles/_CuraEngine.dir/src/InsetOrderOptimizer.cpp.o -c
/<<PKGBUILDDIR>>/src/InsetOrderOptimizer.cpp
In file included from /<<PKGBUILDDIR>>/src/communication/CommandLine.h:7,
from /<<PKGBUILDDIR>>/src/Application.cpp:11:
/usr/include/rapidjson/document.h: In member function
‘rapidjson::GenericStringRef<CharType>&
rapidjson::GenericStringRef<CharType>::operator=(const
rapidjson::GenericStringRef<CharType>&)’:
/usr/include/rapidjson/document.h:319:82: error: assignment of read-only member
‘rapidjson::GenericStringRef<CharType>::length’
319 | GenericStringRef& operator=(const GenericStringRef& rhs) { s =
rhs.s; length = rhs.length; }
|
~~~~~~~^~~~~~~~~~~~
[ 6%] Building CXX object CMakeFiles/_CuraEngine.dir/src/layerPart.cpp.o
/usr/bin/c++ -DARCUS -DBUILD_TESTS -DBUILD_TESTS=1 -DVERSION=\"5.0.0\"
-I/<<PKGBUILDDIR>>/src -I/<<PKGBUILDDIR>>/obj-x86_64-linux-gnu
-I/usr/include/stb -g -O2 -ffile-prefix-map=/<<PKGBUILDDIR>>=.
-fstack-protector-strong -fstack-clash-protection -Wformat
-Werror=format-security -fcf-protection -Wdate-time -D_FORTIFY_SOURCE=2
-std=c++17 -fopenmp -MD -MT CMakeFiles/_CuraEngine.dir/src/layerPart.cpp.o -MF
CMakeFiles/_CuraEngine.dir/src/layerPart.cpp.o.d -o
CMakeFiles/_CuraEngine.dir/src/layerPart.cpp.o -c
/<<PKGBUILDDIR>>/src/layerPart.cpp
make[3]: *** [CMakeFiles/_CuraEngine.dir/build.make:87:
CMakeFiles/_CuraEngine.dir/src/Application.cpp.o] Error 1
make[3]: *** Waiting for unfinished jobs....
make[3]: Leaving directory '/<<PKGBUILDDIR>>/obj-x86_64-linux-gnu'
make[2]: *** [CMakeFiles/Makefile2:167: 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: rapidjson
Source-Version: 1.1.0+dfsg2-7.3
Done: Gianfranco Costamagna <locutusofb...@debian.org>
We believe that the bug you reported is fixed in the latest version of
rapidjson, 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 1074...@bugs.debian.org,
and the maintainer will reopen the bug report if appropriate.
Debian distribution maintenance software
pp.
Gianfranco Costamagna <locutusofb...@debian.org> (supplier of updated rapidjson
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: Fri, 26 Jul 2024 13:03:47 +0200
Source: rapidjson
Built-For-Profiles: noudeb
Architecture: source
Version: 1.1.0+dfsg2-7.3
Distribution: unstable
Urgency: medium
Maintainer: Alexander GQ Gerasiov <g...@debian.org>
Changed-By: Gianfranco Costamagna <locutusofb...@debian.org>
Closes: 1013960 1074897
Changes:
rapidjson (1.1.0+dfsg2-7.3) unstable; urgency=medium
.
* Non-maintainer upload.
.
[ Boyuan Yang ]
* debian/copyright: Relicense debian/ directory under Expat license
following the acknowledgement of the original authors. (Closes: #1013960)
.
[ Debian Janitor ]
* Trim trailing whitespace.
* Move source package lintian overrides to debian/source.
* Bump debhelper from old 12 to 13.
* Set upstream metadata fields: Bug-Database, Bug-Submit, Repository,
Repository-Browse.
* Update standards version to 4.6.0, no changes needed.
.
[ Mattias Ellert ]
* Backport: Remove non-compiling assignment operator (Closes: #1074897)
* Backport: Avoid inheritance from std::iterator (and remove forcing
c++14 since deprecation warnings are no longer triggered)
* Backport fixes for c++20
Checksums-Sha1:
2f1b94cb62e325eea6c71210e2e7a01ae3a78c4e 2000 rapidjson_1.1.0+dfsg2-7.3.dsc
54ca741ca8fd0671fe0b7e8419dc1f20bdcd32ce 14848
rapidjson_1.1.0+dfsg2-7.3.debian.tar.xz
02a24d88adb1aa308859fc6c468aa2bd0d6d9240 9352
rapidjson_1.1.0+dfsg2-7.3_source.buildinfo
Checksums-Sha256:
95269d305b75aaf9cdc3869c4f1d04b765164960af3cd72e821b9ce0387c50e6 2000
rapidjson_1.1.0+dfsg2-7.3.dsc
1376d53f9eaf0dc188a86209b3a5d940d824ea88123aa5f5daf1c0f2f4c36c2b 14848
rapidjson_1.1.0+dfsg2-7.3.debian.tar.xz
e6ffbd5da89b6301cc7b5dbb2ace35f659d1cca0cbca6981d1e706bfc7694d82 9352
rapidjson_1.1.0+dfsg2-7.3_source.buildinfo
Files:
ccfbe33abd290f4b1beadf411fcc4ed0 2000 libs optional
rapidjson_1.1.0+dfsg2-7.3.dsc
c8de78a985bca176fa708ad29fdc13eb 14848 libs optional
rapidjson_1.1.0+dfsg2-7.3.debian.tar.xz
93624f813eff7ef49929a04f07ef54fd 9352 libs optional
rapidjson_1.1.0+dfsg2-7.3_source.buildinfo
-----BEGIN PGP SIGNATURE-----
iQIzBAEBCAAdFiEEkpeKbhleSSGCX3/w808JdE6fXdkFAmajgtIACgkQ808JdE6f
XdmXrA/+JSfGzqbZMGDhpDQMHRSXhOveXmFxhRfEBgcb9B8ojW1pY8YaCnrQdK1g
+Gtafct7S9W627ZmT89YHZW9cGm04G5/qAtv7OUN5Kq9gtAewQ8pvFcj/cSCsWNc
ZH81Sxe8gYW6kkPwBpJjW6TZwV6tUuWUmETmrM1TPMvq/T07csQ/KE5KO7TJNUFM
/mpsqlmPyv43PeuZ5DTE0lD+EL5Uto1zsdtts9DRQAJQ/8OZ4nErPujwX6T6NDSM
bye8X33P5lYjjfq43e4lskwtK8asIzffApDHnB4IG2GvHhgN5XVswo6K6Y0rr1x9
/P77LXkTaSkhqjRK/lu3tuM/guhWIRM+aeIQdBp5c/bzHx6CTxAcv1MhyEuQCIGa
FNgKAX+qx6vpKr7VuLoyxfwwCL6Gu3ChaL1UPvug+XTbXdW6RhYH5OgoTVYk8aXE
7XFNvxNT7idoQoWTMW3a6CHQggrlCNosNIpgiLCIFeVj8RXGnXC7zEosrYevigam
M3lnBvVKT92uhS7cmlLr34mLFpEpIlhnjO9xKnQRWZzmcetE8sa4y7MkeZBCiSva
nVU+RTdRRqx2KxPXfwdf97AlMl7Au7hUoDAoNHAJlQn33TpouhSWMf8TvoYWWJqk
g086iq0g/a+DdTfk41zikMIvsrZNbL78f6arAsuW+DafX2iaSTs=
=hoPC
-----END PGP SIGNATURE-----
pgpPXVFPmatBs.pgp
Description: PGP signature
--- End Message ---