Processing of qt6-webengine_6.4.2-final+dfsg-6_source.changes

2023-07-19 Thread Debian FTP Masters
qt6-webengine_6.4.2-final+dfsg-6_source.changes uploaded successfully to 
localhost
along with the files:
  qt6-webengine_6.4.2-final+dfsg-6.dsc
  qt6-webengine_6.4.2-final+dfsg-6.debian.tar.xz
  qt6-webengine_6.4.2-final+dfsg-6_source.buildinfo

Greetings,

Your Debian queue daemon (running on host usper.debian.org)



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

2023-07-19 Thread Debian Bug Tracking System
Your message dated Wed, 19 Jul 2023 17:38:36 +
with message-id 
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 ow...@bugs.debian.org
immediately.)


-- 
1037828: https://bugs.debian.org/cgi-bin/bugreport.cgi?bug=1037828
Debian Bug Tracking System
Contact ow...@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-...@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 

qt6-webengine_6.4.2-final+dfsg-6_source.changes ACCEPTED into unstable

2023-07-19 Thread Debian FTP Masters
Thank you for your contribution to Debian.



Accepted:

-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 
Changed-By: Patrick Franz 
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-



Bug#1041515: RM: kalendar [mipsel] -- ROM; qtwebengine-opensource-src FTBFS on mipsel

2023-07-19 Thread Pino Toscano
Package: ftp.debian.org
Severity: normal
User: ftp.debian@packages.debian.org
Usertags: remove
X-Debbugs-Cc: kalen...@packages.debian.org
Control: affects -1 + src:kalendar
Control: block 1041268 by -1

Hi,

please remove kalendar from mipsel: it uses qtwebengine-opensource-src,
which currently FTBFS on mipsel, and thus kalendar was excluded from
building on mipsel.

Thanks,
-- 
Pino



Bug#1041516: RM: kalgebra kalgebra-common [mipsel] -- ROM; qtwebengine-opensource-src FTBFS on mipsel

2023-07-19 Thread Pino Toscano
Package: ftp.debian.org
Severity: normal
User: ftp.debian@packages.debian.org
Usertags: remove
X-Debbugs-Cc: kalge...@packages.debian.org
Control: affects -1 + src:kalgebra
Control: block 1041268 by -1

Hi,

please remove the kalgebra & kalgebra-common binary packages on mipsel:
they used to be built because qtwebengine-opensource-src is available on
mipsel. Since qtwebengine-opensource-src FTBFSes on mipsel, and it is
scheduled for removal on architecture, please remove the cruft binaries.

Please note that src:kalgebra still builds a kalgebramobile binary
package on mipsel (like in all the architectures without QtWebEngine).

Thanks,
-- 
Pino