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

Bug#1013543: marked as done (libmediawiki: FTBFS: queryrevision.cpp:310:105: error: use of deleted function ‘QCharRef& QCharRef::operator=(char)’)



Your message dated Sun, 03 Jul 2022 06:49:46 +0000
with message-id <E1o7tQQ-0008RE-Ir@fasolo.debian.org>
and subject line Bug#1013543: fixed in libmediawiki 5.37.0-3
has caused the Debian Bug report #1013543,
regarding libmediawiki: FTBFS: queryrevision.cpp:310:105: error: use of deleted function ‘QCharRef& QCharRef::operator=(char)’
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.)


-- 
1013543: https://bugs.debian.org/cgi-bin/bugreport.cgi?bug=1013543
Debian Bug Tracking System
Contact owner@bugs.debian.org with problems
--- Begin Message ---
Source: libmediawiki
Version: 5.37.0-2
Severity: serious
Justification: FTBFS
Tags: bookworm sid ftbfs
User: lucas@debian.org
Usertags: ftbfs-20220624 ftbfs-bookworm

Hi,

During a rebuild of all packages in sid, your package failed to build
on amd64.


Relevant part (hopefully):
> cd /<<PKGBUILDDIR>>/obj-x86_64-linux-gnu/src && /usr/bin/c++ -DKCOREADDONS_LIB -DKF5MediaWiki_EXPORTS -DKF_DEPRECATED_WARNINGS_SINCE=0x060000 -DQT_CORE_LIB -DQT_DEPRECATED_WARNINGS_SINCE=0x060000 -DQT_NETWORK_LIB -DQT_NO_CAST_FROM_ASCII -DQT_NO_CAST_FROM_BYTEARRAY -DQT_NO_CAST_TO_ASCII -DQT_NO_DEBUG -DQT_NO_NARROWING_CONVERSIONS_IN_CONNECT -DQT_NO_SIGNALS_SLOTS_KEYWORDS -DQT_NO_URL_CAST_FROM_STRING -DQT_STRICT_ITERATORS -DQT_USE_QSTRINGBUILDER -D_GNU_SOURCE -D_LARGEFILE64_SOURCE -I/<<PKGBUILDDIR>>/obj-x86_64-linux-gnu/src -I/<<PKGBUILDDIR>>/src -I/<<PKGBUILDDIR>>/obj-x86_64-linux-gnu/src/KF5MediaWiki_autogen/include -isystem /usr/include/x86_64-linux-gnu/qt5 -isystem /usr/include/x86_64-linux-gnu/qt5/QtCore -isystem /usr/lib/x86_64-linux-gnu/qt5/mkspecs/linux-g++ -isystem /usr/include/x86_64-linux-gnu/qt5/QtNetwork -isystem /usr/include/KF5/KCoreAddons -isystem /usr/include/KF5 -g -O2 -ffile-prefix-map=/<<PKGBUILDDIR>>=. -fstack-protector-strong -Wformat -Werror=format-security -Wdate-time -D_FORTIFY_SOURCE=2 -fno-operator-names -fno-exceptions -Wall -Wextra -Wcast-align -Wchar-subscripts -Wformat-security -Wno-long-long -Wpointer-arith -Wundef -Wnon-virtual-dtor -Woverloaded-virtual -Werror=return-type -Werror=init-self -Wvla -Wdate-time -Wsuggest-override -Wlogical-op -pedantic -Wzero-as-null-pointer-constant -fPIC -fvisibility=hidden -fvisibility-inlines-hidden -fPIC -std=gnu++11 -MD -MT src/CMakeFiles/KF5MediaWiki.dir/usergroup.cpp.o -MF CMakeFiles/KF5MediaWiki.dir/usergroup.cpp.o.d -o CMakeFiles/KF5MediaWiki.dir/usergroup.cpp.o -c /<<PKGBUILDDIR>>/src/usergroup.cpp
> In file included from /<<PKGBUILDDIR>>/src/querysiteinfousergroups.h:33,
>                  from /<<PKGBUILDDIR>>/src/querysiteinfousergroups.cpp:28:
> /<<PKGBUILDDIR>>/src/job.h:76:18: warning: ‘virtual bool mediawiki::Job::doKill()’ can be marked override [-Wsuggest-override]
>    76 |     virtual bool doKill();
>       |                  ^~~~~~
> /<<PKGBUILDDIR>>/src/job.h:85:49: warning: zero as null pointer constant [-Wzero-as-null-pointer-constant]
>    85 |     Job(JobPrivate& dd, QObject* const parent = 0);
>       |                                                 ^
> In file included from /<<PKGBUILDDIR>>/src/querysiteinfousergroups.cpp:28:
> /<<PKGBUILDDIR>>/src/querysiteinfousergroups.h:76:18: warning: ‘virtual void mediawiki::QuerySiteinfoUsergroups::start()’ can be marked override [-Wsuggest-override]
>    76 |     virtual void start();
>       |                  ^~~~~
> /<<PKGBUILDDIR>>/src/querysiteinfousergroups.h:60:84: warning: zero as null pointer constant [-Wzero-as-null-pointer-constant]
>    60 |     explicit QuerySiteinfoUsergroups(MediaWiki& mediawiki, QObject* const parent = 0);
>       |                                                                                    ^
> In file included from /<<PKGBUILDDIR>>/src/queryinfo.h:43,
>                  from /<<PKGBUILDDIR>>/src/queryinfo.cpp:28:
> /<<PKGBUILDDIR>>/src/job.h:76:18: warning: ‘virtual bool mediawiki::Job::doKill()’ can be marked override [-Wsuggest-override]
>    76 |     virtual bool doKill();
>       |                  ^~~~~~
> /<<PKGBUILDDIR>>/src/job.h:85:49: warning: zero as null pointer constant [-Wzero-as-null-pointer-constant]
>    85 |     Job(JobPrivate& dd, QObject* const parent = 0);
>       |                                                 ^
> In file included from /<<PKGBUILDDIR>>/src/queryinfo.cpp:28:
> /<<PKGBUILDDIR>>/src/queryinfo.h:78:18: warning: ‘virtual void mediawiki::QueryInfo::start()’ can be marked override [-Wsuggest-override]
>    78 |     virtual void start();
>       |                  ^~~~~
> /<<PKGBUILDDIR>>/src/queryinfo.h:68:70: warning: zero as null pointer constant [-Wzero-as-null-pointer-constant]
>    68 |     explicit QueryInfo(MediaWiki& mediawiki, QObject* const parent = 0);
>       |                                                                      ^
> In file included from /<<PKGBUILDDIR>>/src/queryrevision.h:41,
>                  from /<<PKGBUILDDIR>>/src/queryrevision.cpp:30:
> /<<PKGBUILDDIR>>/src/job.h:76:18: warning: ‘virtual bool mediawiki::Job::doKill()’ can be marked override [-Wsuggest-override]
>    76 |     virtual bool doKill();
>       |                  ^~~~~~
> /<<PKGBUILDDIR>>/src/job.h:85:49: warning: zero as null pointer constant [-Wzero-as-null-pointer-constant]
>    85 |     Job(JobPrivate& dd, QObject* const parent = 0);
>       |                                                 ^
> In file included from /<<PKGBUILDDIR>>/src/queryrevision.cpp:30:
> /<<PKGBUILDDIR>>/src/queryrevision.h:153:18: warning: ‘virtual void mediawiki::QueryRevision::start()’ can be marked override [-Wsuggest-override]
>   153 |     virtual void start();
>       |                  ^~~~~
> /<<PKGBUILDDIR>>/src/queryrevision.h:143:74: warning: zero as null pointer constant [-Wzero-as-null-pointer-constant]
>   143 |     explicit QueryRevision(MediaWiki& mediawiki, QObject* const parent = 0);
>       |                                                                          ^
> In file included from /<<PKGBUILDDIR>>/src/querysiteinfousergroups.cpp:45:
> /<<PKGBUILDDIR>>/src/job_p.h: In constructor ‘mediawiki::JobPrivate::JobPrivate(mediawiki::MediaWiki&)’:
> /<<PKGBUILDDIR>>/src/job_p.h:43:17: warning: zero as null pointer constant [-Wzero-as-null-pointer-constant]
>    43 |           reply(0)
>       |                 ^
> In file included from /<<PKGBUILDDIR>>/src/queryinfo.cpp:48:
> /<<PKGBUILDDIR>>/src/job_p.h: In constructor ‘mediawiki::JobPrivate::JobPrivate(mediawiki::MediaWiki&)’:
> /<<PKGBUILDDIR>>/src/job_p.h:43:17: warning: zero as null pointer constant [-Wzero-as-null-pointer-constant]
>    43 |           reply(0)
>       |                 ^
> In file included from /<<PKGBUILDDIR>>/src/edit.h:45,
>                  from /<<PKGBUILDDIR>>/src/edit.cpp:30:
> /<<PKGBUILDDIR>>/src/job.h:76:18: warning: ‘virtual bool mediawiki::Job::doKill()’ can be marked override [-Wsuggest-override]
>    76 |     virtual bool doKill();
>       |                  ^~~~~~
> /<<PKGBUILDDIR>>/src/job.h:85:49: warning: zero as null pointer constant [-Wzero-as-null-pointer-constant]
>    85 |     Job(JobPrivate& dd, QObject* const parent = 0);
>       |                                                 ^
> In file included from /<<PKGBUILDDIR>>/src/edit.h:46,
>                  from /<<PKGBUILDDIR>>/src/edit.cpp:30:
> /<<PKGBUILDDIR>>/src/queryinfo.h:78:18: warning: ‘virtual void mediawiki::QueryInfo::start()’ can be marked override [-Wsuggest-override]
>    78 |     virtual void start();
>       |                  ^~~~~
> /<<PKGBUILDDIR>>/src/queryinfo.h:68:70: warning: zero as null pointer constant [-Wzero-as-null-pointer-constant]
>    68 |     explicit QueryInfo(MediaWiki& mediawiki, QObject* const parent = 0);
>       |                                                                      ^
> In file included from /<<PKGBUILDDIR>>/src/edit.cpp:30:
> /<<PKGBUILDDIR>>/src/edit.h:181:18: warning: ‘virtual void mediawiki::Edit::start()’ can be marked override [-Wsuggest-override]
>   181 |     virtual void start();
>       |                  ^~~~~
> /<<PKGBUILDDIR>>/src/edit.h:172:55: warning: zero as null pointer constant [-Wzero-as-null-pointer-constant]
>   172 |     explicit Edit(MediaWiki& media, QObject* parent = 0);
>       |                                                       ^
> In file included from /<<PKGBUILDDIR>>/src/queryrevision.cpp:48:
> /<<PKGBUILDDIR>>/src/job_p.h: In constructor ‘mediawiki::JobPrivate::JobPrivate(mediawiki::MediaWiki&)’:
> /<<PKGBUILDDIR>>/src/job_p.h:43:17: warning: zero as null pointer constant [-Wzero-as-null-pointer-constant]
>    43 |           reply(0)
>       |                 ^
> /<<PKGBUILDDIR>>/src/queryrevision.cpp: In member function ‘void mediawiki::QueryRevision::doWorkProcessReply()’:
> /<<PKGBUILDDIR>>/src/queryrevision.cpp:310:105: error: use of deleted function ‘QCharRef& QCharRef::operator=(char)’
>   310 |                     if (replytmp[i] == QLatin1Char('<'))                          replytmp[i] = char(255);
>       |                                                                                                         ^
> In file included from /usr/include/x86_64-linux-gnu/qt5/QtCore/qdatetime.h:44,
>                  from /usr/include/x86_64-linux-gnu/qt5/QtCore/QDateTime:1,
>                  from /<<PKGBUILDDIR>>/src/queryrevision.h:35,
>                  from /<<PKGBUILDDIR>>/src/queryrevision.cpp:30:
> /usr/include/x86_64-linux-gnu/qt5/QtCore/qstring.h:1236:15: note: declared here
>  1236 |     QCharRef &operator=(char c) = delete;
>       |               ^~~~~~~~
> /<<PKGBUILDDIR>>/src/queryrevision.cpp:311:105: error: use of deleted function ‘QCharRef& QCharRef::operator=(char)’
>   311 |                     if (replytmp[i] == QLatin1Char('>'))                          replytmp[i] = char(254);
>       |                                                                                                         ^
> In file included from /usr/include/x86_64-linux-gnu/qt5/QtCore/qdatetime.h:44,
>                  from /usr/include/x86_64-linux-gnu/qt5/QtCore/QDateTime:1,
>                  from /<<PKGBUILDDIR>>/src/queryrevision.h:35,
>                  from /<<PKGBUILDDIR>>/src/queryrevision.cpp:30:
> /usr/include/x86_64-linux-gnu/qt5/QtCore/qstring.h:1236:15: note: declared here
>  1236 |     QCharRef &operator=(char c) = delete;
>       |               ^~~~~~~~
> [ 30%] Building CXX object src/CMakeFiles/KF5MediaWiki.dir/revision.cpp.o
> cd /<<PKGBUILDDIR>>/obj-x86_64-linux-gnu/src && /usr/bin/c++ -DKCOREADDONS_LIB -DKF5MediaWiki_EXPORTS -DKF_DEPRECATED_WARNINGS_SINCE=0x060000 -DQT_CORE_LIB -DQT_DEPRECATED_WARNINGS_SINCE=0x060000 -DQT_NETWORK_LIB -DQT_NO_CAST_FROM_ASCII -DQT_NO_CAST_FROM_BYTEARRAY -DQT_NO_CAST_TO_ASCII -DQT_NO_DEBUG -DQT_NO_NARROWING_CONVERSIONS_IN_CONNECT -DQT_NO_SIGNALS_SLOTS_KEYWORDS -DQT_NO_URL_CAST_FROM_STRING -DQT_STRICT_ITERATORS -DQT_USE_QSTRINGBUILDER -D_GNU_SOURCE -D_LARGEFILE64_SOURCE -I/<<PKGBUILDDIR>>/obj-x86_64-linux-gnu/src -I/<<PKGBUILDDIR>>/src -I/<<PKGBUILDDIR>>/obj-x86_64-linux-gnu/src/KF5MediaWiki_autogen/include -isystem /usr/include/x86_64-linux-gnu/qt5 -isystem /usr/include/x86_64-linux-gnu/qt5/QtCore -isystem /usr/lib/x86_64-linux-gnu/qt5/mkspecs/linux-g++ -isystem /usr/include/x86_64-linux-gnu/qt5/QtNetwork -isystem /usr/include/KF5/KCoreAddons -isystem /usr/include/KF5 -g -O2 -ffile-prefix-map=/<<PKGBUILDDIR>>=. -fstack-protector-strong -Wformat -Werror=format-security -Wdate-time -D_FORTIFY_SOURCE=2 -fno-operator-names -fno-exceptions -Wall -Wextra -Wcast-align -Wchar-subscripts -Wformat-security -Wno-long-long -Wpointer-arith -Wundef -Wnon-virtual-dtor -Woverloaded-virtual -Werror=return-type -Werror=init-self -Wvla -Wdate-time -Wsuggest-override -Wlogical-op -pedantic -Wzero-as-null-pointer-constant -fPIC -fvisibility=hidden -fvisibility-inlines-hidden -fPIC -std=gnu++11 -MD -MT src/CMakeFiles/KF5MediaWiki.dir/revision.cpp.o -MF CMakeFiles/KF5MediaWiki.dir/revision.cpp.o.d -o CMakeFiles/KF5MediaWiki.dir/revision.cpp.o -c /<<PKGBUILDDIR>>/src/revision.cpp
> In file included from /<<PKGBUILDDIR>>/src/edit.cpp:51:
> /<<PKGBUILDDIR>>/src/job_p.h: In constructor ‘mediawiki::JobPrivate::JobPrivate(mediawiki::MediaWiki&)’:
> /<<PKGBUILDDIR>>/src/job_p.h:43:17: warning: zero as null pointer constant [-Wzero-as-null-pointer-constant]
>    43 |           reply(0)
>       |                 ^
> make[3]: *** [src/CMakeFiles/KF5MediaWiki.dir/build.make:233: src/CMakeFiles/KF5MediaWiki.dir/queryrevision.cpp.o] Error 1


The full build log is available from:
http://qa-logs.debian.net/2022/06/24/libmediawiki_5.37.0-2_unstable.log

All bugs filed during this archive rebuild are listed at:
https://bugs.debian.org/cgi-bin/pkgreport.cgi?tag=ftbfs-20220624;users=lucas@debian.org
or:
https://udd.debian.org/bugs/?release=na&merged=ign&fnewerval=7&flastmodval=7&fusertag=only&fusertagtag=ftbfs-20220624&fusertaguser=lucas@debian.org&allbugs=1&cseverity=1&ctags=1&caffected=1#results

A list of current common problems and possible solutions is available at
http://wiki.debian.org/qa.debian.org/FTBFS . You're welcome to contribute!

If you reassign this bug to another package, please marking it as 'affects'-ing
this package. See https://www.debian.org/Bugs/server-control#affects

If you fail to reproduce this, please provide a build log and diff it with mine
so that we can identify if something relevant changed in the meantime.

--- End Message ---
--- Begin Message ---
Source: libmediawiki
Source-Version: 5.37.0-3
Done: Pino Toscano <pino@debian.org>

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

Debian distribution maintenance software
pp.
Pino Toscano <pino@debian.org> (supplier of updated libmediawiki 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: Sun, 03 Jul 2022 08:31:25 +0200
Source: libmediawiki
Architecture: source
Version: 5.37.0-3
Distribution: unstable
Urgency: medium
Maintainer: Debian Qt/KDE Maintainers <debian-qt-kde@lists.debian.org>
Changed-By: Pino Toscano <pino@debian.org>
Closes: 1013543
Changes:
 libmediawiki (5.37.0-3) unstable; urgency=medium
 .
   * Bump Standards-Version to 4.6.1, no changes required.
   * Fix Maintainer to the canonical form.
   * Set field Upstream-Contact in debian/copyright.
   * Remove obsolete fields Contact, Name from debian/upstream/metadata (already
     present in machine-readable debian/copyright).
   * Remove inactive Uploaders, adding myself as one to avoid leaving the source
     with no human maintainers.
   * Backport upstream commit 7c79dae079d20b46d05462ed9f5b3cfae78f420a to fix the
     build with newer Qt 5.15.x; patch
     upstream_Fix-compilation-error-with-Qt-5.15.patch. (Closes: #1013543)
   * Reword the descriptions.
   * Add the libkf5coreaddons-dev dependency to libkf5mediawiki-dev, as it uses
     headers from that in public headers.
Checksums-Sha1:
 3ea3eac8f0f4c481b666eda4ecb1385a32fed1a4 2189 libmediawiki_5.37.0-3.dsc
 0196a619961134575476ab914c8ff13cb15e882b 7608 libmediawiki_5.37.0-3.debian.tar.xz
 30dfdcd7923f97749e2c53e164b64b2b58167683 10874 libmediawiki_5.37.0-3_source.buildinfo
Checksums-Sha256:
 627d333a6bd1424e52e48380bbc5b635c33d2925b16d70e7ac267b4fb3b48228 2189 libmediawiki_5.37.0-3.dsc
 5b66f8d06763a148289777abbaebeeedc0edb4330c71e8b83a18c4ed5a190f85 7608 libmediawiki_5.37.0-3.debian.tar.xz
 8317dc71f1266c7d62135352f4c309d8e05e2564724a80a6997a12fd8d9871b1 10874 libmediawiki_5.37.0-3_source.buildinfo
Files:
 d2a93d5f93052eb6498c70df3d21b0d3 2189 libs optional libmediawiki_5.37.0-3.dsc
 ff6e912f57854ce2db4ef741df2490f6 7608 libs optional libmediawiki_5.37.0-3.debian.tar.xz
 80eceb985435436fc0627ee304dc1dd3 10874 libs optional libmediawiki_5.37.0-3_source.buildinfo

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

iQIzBAEBCgAdFiEEXyqfuC+mweEHcAcHLRkciEOxP00FAmLBN+gACgkQLRkciEOx
P01ZwQ//ZnK/5Bim1nZpYZIMkdZRpcgjPVpIOO/HhiLVlOate5WBdzNXvYxVnWBI
fPmpMOB8P1Gts4RJDJ2MBS3awSChX1nksgKPnEG4NcXinrtRqt62EFqGh31kOB96
cGIWHuROaZESaFYEg1KjHbxrA4FDLHp3M9cljvFww0zyl2a9L7fzsp8TVyhdQV7t
H9oSwbelJvGmGZ0OCDuA3jq/lVZ+B6B1+94fU5akXtSsbEXFnJI7tKlcpupJsuM7
jvdrgyQc08zLROml2bObqZSQDSBu7Cx/IWrnET8wgY4xqHPyyZtZhA7B5tQEQFy1
Mjaj3OEQrJcyoks/Wf4VvSDDJLa38OCsgIXsd4E2PrV2BEsPMILxBBO+uMNeQJ4o
D41X5bjYnu0kLTAAvc7xgeQsSq3VpKzWD0edJSB6CMT/LGTcUoWZxemYCgKV8GW0
zOhNGi7Xp88v5byVxaT5w3SySSfbusH7hM0qKKh4xqaEiadOTAERldUNd9dp8h/n
bm4YwdeQYAA74zGXmZwhwuk8xIj83JY22b4vUsafk+9s3iQrihlWP5cGrC7GPU8T
TbfyWCYqVyYIzznN9/rG30ee6wyPifcy5ML/L1e0zsuxxgeDadnR8CPOmoVsDfXP
roxdg8yuFc1fr1y8p+uX5zrmOkvSPSHyYsYV4cE8N35D0h7qCrM=
=WSp9
-----END PGP SIGNATURE-----

--- End Message ---

Reply to: