[Date Prev][Date Next] [Thread Prev][Thread Next] [Date Index] [Thread Index]

Bug#1037828: marked as done (qt6-webengine: ftbfs with GCC-13)



Your message dated Wed, 19 Jul 2023 17:38:36 +0000
with message-id <E1qMB8G-007ggc-Sd@fasolo.debian.org>
and subject line Bug#1037828: fixed in qt6-webengine 6.4.2-final+dfsg-6
has caused the Debian Bug report #1037828,
regarding qt6-webengine: 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 owner@bugs.debian.org
immediately.)


-- 
1037828: https://bugs.debian.org/cgi-bin/bugreport.cgi?bug=1037828
Debian Bug Tracking System
Contact owner@bugs.debian.org with problems
--- Begin Message ---
Package: src:qt6-webengine
Version: 6.4.2-final+dfsg-1
Severity: normal
Tags: sid trixie
User: debian-gcc@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/qt6-webengine_6.4.2-final+dfsg-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

[...]
      |                                          ^~~~~~~~~~~~~~~
../../../../../src/3rdparty/chromium/third_party/abseil-cpp/absl/strings/internal/str_format/float_conversion.cc:1023:59: error: ‘absl::str_format_internal::FormatConversionCharIsUpper’ cannot be used as a function
 1023 |         FormatConversionCharIsUpper(conv.conversion_char()) ? "NAN" : "nan", 3,
      |                                                           ^
../../../../../src/3rdparty/chromium/third_party/abseil-cpp/absl/strings/internal/str_format/float_conversion.cc:1027:42: error: ‘const class absl::str_format_internal::FormatConversionSpecImpl’ has no member named ‘conversion_char’
 1027 |         FormatConversionCharIsUpper(conv.conversion_char()) ? "INF" : "inf", 3,
      |                                          ^~~~~~~~~~~~~~~
../../../../../src/3rdparty/chromium/third_party/abseil-cpp/absl/strings/internal/str_format/float_conversion.cc:1027:59: error: ‘absl::str_format_internal::FormatConversionCharIsUpper’ cannot be used as a function
 1027 |         FormatConversionCharIsUpper(conv.conversion_char()) ? "INF" : "inf", 3,
      |                                                           ^
../../../../../src/3rdparty/chromium/third_party/abseil-cpp/absl/strings/internal/str_format/float_conversion.cc: In function ‘bool absl::str_format_internal::{anonymous}::FloatToSink(Float, const absl::str_format_internal::FormatConversionSpecImpl&, absl::str_format_internal::FormatSinkImpl*)’:
../../../../../src/3rdparty/chromium/third_party/abseil-cpp/absl/strings/internal/str_format/float_conversion.cc:1332:3: error: ‘FormatConversionChar’ was not declared in this scope; did you mean ‘ToFormatConversionCharSet’?
 1332 |   FormatConversionChar c = conv.conversion_char();
      |   ^~~~~~~~~~~~~~~~~~~~
      |   ToFormatConversionCharSet
../../../../../src/3rdparty/chromium/third_party/abseil-cpp/absl/strings/internal/str_format/float_conversion.cc:1334:7: error: ‘c’ was not declared in this scope
 1334 |   if (c == FormatConversionCharInternal::f ||
      |       ^
../../../../../src/3rdparty/chromium/third_party/abseil-cpp/absl/strings/internal/str_format/float_conversion.cc:1334:42: error: ‘f’ is not a member of ‘absl::str_format_internal::FormatConversionCharInternal’
 1334 |   if (c == FormatConversionCharInternal::f ||
      |                                          ^
../../../../../src/3rdparty/chromium/third_party/abseil-cpp/absl/strings/internal/str_format/float_conversion.cc:1335:42: error: ‘F’ is not a member of ‘absl::str_format_internal::FormatConversionCharInternal’
 1335 |       c == FormatConversionCharInternal::F) {
      |                                          ^
../../../../../src/3rdparty/chromium/third_party/abseil-cpp/absl/strings/internal/str_format/float_conversion.cc:1339:49: error: ‘e’ is not a member of ‘absl::str_format_internal::FormatConversionCharInternal’
 1339 |   } else if (c == FormatConversionCharInternal::e ||
      |                                                 ^
../../../../../src/3rdparty/chromium/third_party/abseil-cpp/absl/strings/internal/str_format/float_conversion.cc:1340:49: error: ‘E’ is not a member of ‘absl::str_format_internal::FormatConversionCharInternal’
 1340 |              c == FormatConversionCharInternal::E) {
      |                                                 ^
../../../../../src/3rdparty/chromium/third_party/abseil-cpp/absl/strings/internal/str_format/float_conversion.cc:1347:47: error: ‘const class absl::str_format_internal::FormatConversionSpecImpl’ has no member named ‘conversion_char’
 1347 |         exp, FormatConversionCharIsUpper(conv.conversion_char()) ? 'E' : 'e',
      |                                               ^~~~~~~~~~~~~~~
../../../../../src/3rdparty/chromium/third_party/abseil-cpp/absl/strings/internal/str_format/float_conversion.cc:1347:64: error: ‘absl::str_format_internal::FormatConversionCharIsUpper’ cannot be used as a function
 1347 |         exp, FormatConversionCharIsUpper(conv.conversion_char()) ? 'E' : 'e',
      |                                                                ^
../../../../../src/3rdparty/chromium/third_party/abseil-cpp/absl/strings/internal/str_format/float_conversion.cc:1349:49: error: ‘g’ is not a member of ‘absl::str_format_internal::FormatConversionCharInternal’
 1349 |   } else if (c == FormatConversionCharInternal::g ||
      |                                                 ^
../../../../../src/3rdparty/chromium/third_party/abseil-cpp/absl/strings/internal/str_format/float_conversion.cc:1350:49: error: ‘G’ is not a member of ‘absl::str_format_internal::FormatConversionCharInternal’
 1350 |              c == FormatConversionCharInternal::G) {
      |                                                 ^
../../../../../src/3rdparty/chromium/third_party/abseil-cpp/absl/strings/internal/str_format/float_conversion.cc:1378:49: error: ‘const class absl::str_format_internal::FormatConversionSpecImpl’ has no member named ‘conversion_char’
 1378 |           exp, FormatConversionCharIsUpper(conv.conversion_char()) ? 'E' : 'e',
      |                                                 ^~~~~~~~~~~~~~~
../../../../../src/3rdparty/chromium/third_party/abseil-cpp/absl/strings/internal/str_format/float_conversion.cc:1378:66: error: ‘absl::str_format_internal::FormatConversionCharIsUpper’ cannot be used as a function
 1378 |           exp, FormatConversionCharIsUpper(conv.conversion_char()) ? 'E' : 'e',
      |                                                                  ^
../../../../../src/3rdparty/chromium/third_party/abseil-cpp/absl/strings/internal/str_format/float_conversion.cc:1381:49: error: ‘a’ is not a member of ‘absl::str_format_internal::FormatConversionCharInternal’
 1381 |   } else if (c == FormatConversionCharInternal::a ||
      |                                                 ^
../../../../../src/3rdparty/chromium/third_party/abseil-cpp/absl/strings/internal/str_format/float_conversion.cc:1382:49: error: ‘A’ is not a member of ‘absl::str_format_internal::FormatConversionCharInternal’
 1382 |              c == FormatConversionCharInternal::A) {
      |                                                 ^
../../../../../src/3rdparty/chromium/third_party/abseil-cpp/absl/strings/internal/str_format/float_conversion.cc:1383:58: error: ‘A’ is not a member of ‘absl::str_format_internal::FormatConversionCharInternal’
 1383 |     bool uppercase = (c == FormatConversionCharInternal::A);
      |                                                          ^
[1917/29568] CXX obj/third_party/abseil-cpp/absl/strings/str_format_internal/bind.o
[1918/29568] CXX obj/third_party/abseil-cpp/absl/strings/str_format_internal/parser.o
[1919/29568] CXX obj/third_party/abseil-cpp/absl/strings/str_format_internal/arg.o
[1920/29568] CXX obj/third_party/abseil-cpp/absl/strings/strings/charconv.o
[1921/29568] CXX obj/third_party/abseil-cpp/absl/strings/strings/charconv_bigint.o
[1922/29568] CXX obj/third_party/abseil-cpp/absl/strings/strings/escaping.o
ninja: build stopped: subcommand failed.
FAILED: src/core/None/x86_64/QtWebEngineCore.stamp src/core/None/x86_64/QtWebEngineCore /<<PKGBUILDDIR>>/obj-x86_64-linux-gnu/src/core/None/x86_64/QtWebEngineCore.stamp /<<PKGBUILDDIR>>/obj-x86_64-linux-gnu/src/core/None/x86_64/QtWebEngineCore 
cd /<<PKGBUILDDIR>>/obj-x86_64-linux-gnu/src/core && /usr/bin/ninja -C /<<PKGBUILDDIR>>/obj-x86_64-linux-gnu/src/core/None/x86_64 QtWebEngineCore
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:31: binary] Error 25
dpkg-buildpackage: error: debian/rules binary subprocess returned exit status 2

--- End Message ---
--- Begin Message ---
Source: qt6-webengine
Source-Version: 6.4.2-final+dfsg-6
Done: Patrick Franz <deltaone@debian.org>

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

Debian distribution maintenance software
pp.
Patrick Franz <deltaone@debian.org> (supplier of updated qt6-webengine 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 ftpmaster@ftp-master.debian.org)


-----BEGIN PGP SIGNED MESSAGE-----
Hash: SHA512

Format: 1.8
Date: Wed, 19 Jul 2023 19:03:14 +0200
Source: qt6-webengine
Architecture: source
Version: 6.4.2-final+dfsg-6
Distribution: unstable
Urgency: medium
Maintainer: Debian Qt/KDE Maintainers <debian-qt-kde@lists.debian.org>
Changed-By: Patrick Franz <deltaone@debian.org>
Closes: 1037828
Changes:
 qt6-webengine (6.4.2-final+dfsg-6) unstable; urgency=medium
 .
   [ Patrick Franz ]
   * Update symbols from buildlogs.
   * Add patch to fix build failures with GCC-13 (Closes: #1037828).
   * Do not install examples.
Checksums-Sha1:
 ef071331b415299dc584594da04b5ac251343097 5126 qt6-webengine_6.4.2-final+dfsg-6.dsc
 07782eb11a21c7655be250dc96af3db057ce7e3d 368300 qt6-webengine_6.4.2-final+dfsg-6.debian.tar.xz
 ec5cd06cf8861f71a9e24ddc0111301480fe28d1 14465 qt6-webengine_6.4.2-final+dfsg-6_source.buildinfo
Checksums-Sha256:
 2564efc2c79b5179889e93004087e0b931f1eca2a91307443fc5bb987b5f0041 5126 qt6-webengine_6.4.2-final+dfsg-6.dsc
 c27196fa9a7d3846f0b4e1f54115c62b3fef7b105513308af683cd644e96adac 368300 qt6-webengine_6.4.2-final+dfsg-6.debian.tar.xz
 124b17ce516ed28b0be5d892dda7516e1c6ae5480cf06f406787ee96347d1e4e 14465 qt6-webengine_6.4.2-final+dfsg-6_source.buildinfo
Files:
 53dba850de704c2a38ac02e03094cc34 5126 libs optional qt6-webengine_6.4.2-final+dfsg-6.dsc
 d761e47ae8ddf2ef60990efb210d4273 368300 libs optional qt6-webengine_6.4.2-final+dfsg-6.debian.tar.xz
 d05663459b5bc53db2221f969c59e62d 14465 libs optional qt6-webengine_6.4.2-final+dfsg-6_source.buildinfo

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

iQIzBAEBCgAdFiEEYodBXDR68cxZHu3Knp96YDB3/lYFAmS4F+UACgkQnp96YDB3
/lYJ/A//Tr3dPLP18At0oGbNrR4b+H8yPNZg0DPH7n5MC54ukBhLKSTI1KdeVCku
v6S98IMYxCuW1fM4pvYqRJ/c+qUVfAMxbDIbzxkEh8v5UYFkxO/c+YbHdoROT8TF
SxuAIRsitFEu1npi4r8sDLy9F1zebkGj730ZdX16wVSOicZiXlgOUNKtxnaHByqd
igCjXer7HqQSTrqgX0RuXwHdsUMQGveSbG+Nl5LN5XsMEypCmscST4G+F5FmeIUM
wFswjpI1WSzkPl3/rmRdRPTqCwhNDSb/hGcKupxswrF1cPdgavqc1hX5+/HthNva
pef6/0E2ub/hM2u+bT8mL5YeyIauggbbfaKEiZQReVQtbkupm1ulfRnyq4OJ0zGC
CGxLgmDcrykDTbhFN+cJ4vcgqVHBJwk5hXEKfB38DQ3DMo23aoMIoPvnwXGulsPF
COUWoojwWVash9MUYJtIdDdsFfVjnz1pAcUp7ZSPzeqrURiNN33O9QztpcZZTmwG
DAvoKm4W//ae5AuMQ7f4EXnXAydZRcM/ceA3DoQruuIXJxm3DXDg+WfSWjmg7CSv
6K4RX5EgGJhNx1v5SqEJ87bdp6D4w9e3gW1zchcv+/ChlfbBcG598V8E8xG88yPi
vIClXMihup2i9P5aqEzWdP7FNUp6kFOOPJbxljDLsLKYSo4OcKM=
=rQz7
-----END PGP SIGNATURE-----

--- End Message ---

Reply to: