Your message dated Fri, 05 Jul 2024 08:37:04 +0000
with message-id <e1spere-006arc...@fasolo.debian.org>
and subject line Bug#1075431: fixed in qtwebkit-opensource-src 5.212.0~alpha4-39
has caused the Debian Bug report #1075431,
regarding qtwebkit-opensource-src: 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.)
--
1075431: https://bugs.debian.org/cgi-bin/bugreport.cgi?bug=1075431
Debian Bug Tracking System
Contact ow...@bugs.debian.org with problems
--- Begin Message ---
Package: src:qtwebkit-opensource-src
Version: 5.212.0~alpha4-38
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/qtwebkit-opensource-src_5.212.0~alpha4-38_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
[...]
/<<PKGBUILDDIR>>/Source/WebCore/rendering/style/BasicShapes.h:93:5: note:
because ‘WebCore::BasicShapeCenterCoordinate’ has user-provided
‘WebCore::BasicShapeCenterCoordinate::BasicShapeCenterCoordinate(const
WebCore::BasicShapeCenterCoordinate&)’
93 | BasicShapeCenterCoordinate(const BasicShapeCenterCoordinate& other)
| ^~~~~~~~~~~~~~~~~~~~~~~~~~
/<<PKGBUILDDIR>>/Source/WebCore/rendering/style/BasicShapes.h: In member
function ‘void WebCore::BasicShapeCircle::setRadius(WebCore::BasicShapeRadius)’:
/<<PKGBUILDDIR>>/Source/WTF/wtf/StdLibExtras.h:388:64: warning:
implicitly-declared ‘WebCore::BasicShapeRadius&
WebCore::BasicShapeRadius::operator=(const WebCore::BasicShapeRadius&)’ is
deprecated [-Wdeprecated-copy]
388 | #define WTFMove(value) std::move<WTF::CheckMoveParameter>(value)
| ^
/<<PKGBUILDDIR>>/Source/WebCore/rendering/style/BasicShapes.h:188:58: note: in
expansion of macro ‘WTFMove’
188 | void setRadius(BasicShapeRadius radius) { m_radius =
WTFMove(radius); }
| ^~~~~~~
/<<PKGBUILDDIR>>/Source/WebCore/rendering/style/BasicShapes.h:144:5: note:
because ‘WebCore::BasicShapeRadius’ has user-provided
‘WebCore::BasicShapeRadius::BasicShapeRadius(const WebCore::BasicShapeRadius&)’
144 | BasicShapeRadius(const BasicShapeRadius& other)
| ^~~~~~~~~~~~~~~~
/<<PKGBUILDDIR>>/Source/WebCore/rendering/style/BasicShapes.h: In member
function ‘void
WebCore::BasicShapeEllipse::setCenterX(WebCore::BasicShapeCenterCoordinate)’:
/<<PKGBUILDDIR>>/Source/WTF/wtf/StdLibExtras.h:388:64: warning:
implicitly-declared ‘WebCore::BasicShapeCenterCoordinate&
WebCore::BasicShapeCenterCoordinate::operator=(const
WebCore::BasicShapeCenterCoordinate&)’ is deprecated [-Wdeprecated-copy]
388 | #define WTFMove(value) std::move<WTF::CheckMoveParameter>(value)
| ^
/<<PKGBUILDDIR>>/Source/WebCore/rendering/style/BasicShapes.h:217:71: note: in
expansion of macro ‘WTFMove’
217 | void setCenterX(BasicShapeCenterCoordinate centerX) { m_centerX =
WTFMove(centerX); }
|
^~~~~~~
/<<PKGBUILDDIR>>/Source/WebCore/rendering/style/BasicShapes.h:93:5: note:
because ‘WebCore::BasicShapeCenterCoordinate’ has user-provided
‘WebCore::BasicShapeCenterCoordinate::BasicShapeCenterCoordinate(const
WebCore::BasicShapeCenterCoordinate&)’
93 | BasicShapeCenterCoordinate(const BasicShapeCenterCoordinate& other)
| ^~~~~~~~~~~~~~~~~~~~~~~~~~
/<<PKGBUILDDIR>>/Source/WebCore/rendering/style/BasicShapes.h: In member
function ‘void
WebCore::BasicShapeEllipse::setCenterY(WebCore::BasicShapeCenterCoordinate)’:
/<<PKGBUILDDIR>>/Source/WTF/wtf/StdLibExtras.h:388:64: warning:
implicitly-declared ‘WebCore::BasicShapeCenterCoordinate&
WebCore::BasicShapeCenterCoordinate::operator=(const
WebCore::BasicShapeCenterCoordinate&)’ is deprecated [-Wdeprecated-copy]
388 | #define WTFMove(value) std::move<WTF::CheckMoveParameter>(value)
| ^
/<<PKGBUILDDIR>>/Source/WebCore/rendering/style/BasicShapes.h:218:71: note: in
expansion of macro ‘WTFMove’
218 | void setCenterY(BasicShapeCenterCoordinate centerY) { m_centerY =
WTFMove(centerY); }
|
^~~~~~~
/<<PKGBUILDDIR>>/Source/WebCore/rendering/style/BasicShapes.h:93:5: note:
because ‘WebCore::BasicShapeCenterCoordinate’ has user-provided
‘WebCore::BasicShapeCenterCoordinate::BasicShapeCenterCoordinate(const
WebCore::BasicShapeCenterCoordinate&)’
93 | BasicShapeCenterCoordinate(const BasicShapeCenterCoordinate& other)
| ^~~~~~~~~~~~~~~~~~~~~~~~~~
/<<PKGBUILDDIR>>/Source/WebCore/rendering/style/BasicShapes.h: In member
function ‘void
WebCore::BasicShapeEllipse::setRadiusX(WebCore::BasicShapeRadius)’:
/<<PKGBUILDDIR>>/Source/WTF/wtf/StdLibExtras.h:388:64: warning:
implicitly-declared ‘WebCore::BasicShapeRadius&
WebCore::BasicShapeRadius::operator=(const WebCore::BasicShapeRadius&)’ is
deprecated [-Wdeprecated-copy]
388 | #define WTFMove(value) std::move<WTF::CheckMoveParameter>(value)
| ^
/<<PKGBUILDDIR>>/Source/WebCore/rendering/style/BasicShapes.h:219:61: note: in
expansion of macro ‘WTFMove’
219 | void setRadiusX(BasicShapeRadius radiusX) { m_radiusX =
WTFMove(radiusX); }
| ^~~~~~~
/<<PKGBUILDDIR>>/Source/WebCore/rendering/style/BasicShapes.h:144:5: note:
because ‘WebCore::BasicShapeRadius’ has user-provided
‘WebCore::BasicShapeRadius::BasicShapeRadius(const WebCore::BasicShapeRadius&)’
144 | BasicShapeRadius(const BasicShapeRadius& other)
| ^~~~~~~~~~~~~~~~
/<<PKGBUILDDIR>>/Source/WebCore/rendering/style/BasicShapes.h: In member
function ‘void
WebCore::BasicShapeEllipse::setRadiusY(WebCore::BasicShapeRadius)’:
/<<PKGBUILDDIR>>/Source/WTF/wtf/StdLibExtras.h:388:64: warning:
implicitly-declared ‘WebCore::BasicShapeRadius&
WebCore::BasicShapeRadius::operator=(const WebCore::BasicShapeRadius&)’ is
deprecated [-Wdeprecated-copy]
388 | #define WTFMove(value) std::move<WTF::CheckMoveParameter>(value)
| ^
/<<PKGBUILDDIR>>/Source/WebCore/rendering/style/BasicShapes.h:220:61: note: in
expansion of macro ‘WTFMove’
220 | void setRadiusY(BasicShapeRadius radiusY) { m_radiusY =
WTFMove(radiusY); }
| ^~~~~~~
/<<PKGBUILDDIR>>/Source/WebCore/rendering/style/BasicShapes.h:144:5: note:
because ‘WebCore::BasicShapeRadius’ has user-provided
‘WebCore::BasicShapeRadius::BasicShapeRadius(const WebCore::BasicShapeRadius&)’
144 | BasicShapeRadius(const BasicShapeRadius& other)
| ^~~~~~~~~~~~~~~~
In file included from
/<<PKGBUILDDIR>>/Source/WebCore/page/scrolling/ScrollingCoordinator.cpp:32:
/<<PKGBUILDDIR>>/Source/WebCore/platform/graphics/GraphicsLayer.h: In member
function ‘virtual void WebCore::GraphicsLayer::setAnchorPoint(const
WebCore::FloatPoint3D&)’:
/<<PKGBUILDDIR>>/Source/WebCore/platform/graphics/GraphicsLayer.h:318:74:
warning: implicitly-declared ‘WebCore::FloatPoint3D&
WebCore::FloatPoint3D::operator=(const WebCore::FloatPoint3D&)’ is deprecated
[-Wdeprecated-copy]
318 | virtual void setAnchorPoint(const FloatPoint3D& p) { m_anchorPoint
= p; }
|
^
In file included from
/<<PKGBUILDDIR>>/Source/WebCore/platform/graphics/transforms/TransformationMatrix.h:30,
from
/<<PKGBUILDDIR>>/Source/WebCore/platform/graphics/transforms/TransformOperation.h:29,
from
/<<PKGBUILDDIR>>/Source/WebCore/platform/graphics/transforms/TransformOperations.h:29,
from
/<<PKGBUILDDIR>>/Source/WebCore/rendering/style/StyleTransformData.h:29,
from
/<<PKGBUILDDIR>>/Source/WebCore/rendering/style/RenderStyle.h:66:
/<<PKGBUILDDIR>>/Source/WebCore/platform/graphics/FloatPoint3D.h:53:5: note:
because ‘WebCore::FloatPoint3D’ has user-provided
‘WebCore::FloatPoint3D::FloatPoint3D(const WebCore::FloatPoint3D&)’
53 | FloatPoint3D(const FloatPoint3D& p)
| ^~~~~~~~~~~~
ninja: build stopped: subcommand failed.
dh_auto_build: error: cd obj-x86_64-linux-gnu && LC_ALL=C.UTF-8 ninja -j8 -v
returned exit code 1
make: *** [debian/rules:52: build] Error 25
dpkg-buildpackage: error: debian/rules build subprocess returned exit status 2
--- End Message ---
--- Begin Message ---
Source: qtwebkit-opensource-src
Source-Version: 5.212.0~alpha4-39
Done: Dmitry Shachnev <mity...@debian.org>
We believe that the bug you reported is fixed in the latest version of
qtwebkit-opensource-src, 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.
Dmitry Shachnev <mity...@debian.org> (supplier of updated
qtwebkit-opensource-src 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: Fri, 05 Jul 2024 10:43:37 +0300
Source: qtwebkit-opensource-src
Architecture: source
Version: 5.212.0~alpha4-39
Distribution: unstable
Urgency: medium
Maintainer: Debian Qt/KDE Maintainers <debian-qt-kde@lists.debian.org>
Changed-By: Dmitry Shachnev <mity...@debian.org>
Closes: 1075431
Changes:
qtwebkit-opensource-src (5.212.0~alpha4-39) unstable; urgency=medium
.
* Add a patch from Fedora to fix build with GCC 14 (closes: #1075431).
* Update debian/libqt5webkit5.symbols for loong64.
* Bump Standards-Version to 4.7.0, no changes needed.
Checksums-Sha1:
86837553bdc83b21d2bdcc77df97d64289e4d649 3186
qtwebkit-opensource-src_5.212.0~alpha4-39.dsc
6d5795542d709fb96e71d87ac969769286bc0a10 68852
qtwebkit-opensource-src_5.212.0~alpha4-39.debian.tar.xz
88cd412a9a091d24fd070f790aacb0e39c2a4b3c 15909
qtwebkit-opensource-src_5.212.0~alpha4-39_source.buildinfo
Checksums-Sha256:
8256191da6d2bce9d371738cc603174ed6a7207720155d633487d5014488798f 3186
qtwebkit-opensource-src_5.212.0~alpha4-39.dsc
2c25680e696dcc1d81d2aa79fde6eac91280c9de367220fe56d1287e4348a59b 68852
qtwebkit-opensource-src_5.212.0~alpha4-39.debian.tar.xz
3fb50970fd1f68ecef6d20c6e316cd1079e0c9cce7d85789606336e2da99477e 15909
qtwebkit-opensource-src_5.212.0~alpha4-39_source.buildinfo
Files:
52d86e20bdb9d49efad9e47738e8d6ba 3186 libs optional
qtwebkit-opensource-src_5.212.0~alpha4-39.dsc
59925ed54d935dd1abbae897167307ff 68852 libs optional
qtwebkit-opensource-src_5.212.0~alpha4-39.debian.tar.xz
9422db8f2f03c3aed2eeeed714b46114 15909 libs optional
qtwebkit-opensource-src_5.212.0~alpha4-39_source.buildinfo
-----BEGIN PGP SIGNATURE-----
iQJHBAEBCgAxFiEEq2sdvrA0LydXHe1qsmYUtFL0RrYFAmaHpTMTHG1pdHlhNTdA
ZGViaWFuLm9yZwAKCRCyZhS0UvRGttD6D/9Url4iPaEsgQjEHzRr9tXzsTxJyH7+
wlIArH7aHMbX076OYOHapzWW0Thew03fhZcw3GaiWuDkRXXq8+HIMqu7U2Tlkb0J
SGSzXyvM2xikL9CwQ2iUniuItTLHv9x+/tdBWTvL2v5X2XnkivMDWnLnodRRetW0
73DJos+eMTNQSXWlxKh0QodrZmufAfxh7LYsqrZXLf1L/F+km7eBvkYnGuPBR9J9
0wvSpFDC0c6+YAcF4PRq16ct967uZ1+TxRupHBud7CtdcT9iSeArC0XLW5WlO4HY
hc8OdTzXqY0pWhQnWDSSDYA5O20TRxtGCEefJCVJacR/3/LzgfPJ6lxns61pkN58
sPk8Z+sOcgnBYzWxJ0aZ77BPaaL9XoW9g+D887L/n3Lde+/CnWoc1jYX8zGSQU+R
akfTrzo24nBW34KPXlm17yERigo3efLCdN17kHXuds7OluZpx9B17xMI2lWMs8Vs
1Ft3ac/TzAA4UD6O+Yi09W/HErQGJMp0FO542q8PO+N8aVEFTxmnvkVTOPhXP4/w
Y19em59gJnfa7o0PtSAxQYcPfgO0bQakRpj6oKVWrsElU+nOBLrniIYHAOOGyyFZ
sdDdVpf1Iz0BGwOzCUFNS2HCqROiuHO7Huo4PaeqNmcMB+FwUywvmKJA6fL0VjAc
GWblqfBD1cVGOw==
=1C99
-----END PGP SIGNATURE-----
pgpoOb_ojlv6k.pgp
Description: PGP signature
--- End Message ---