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

Bug#964644: marked as done (kcharselect: FTBFS: kcharselectdia.cc:285:34: error: ‘class QString’ has no member named ‘sprintf’; did you mean ‘asprintf’?)



Your message dated Sat, 25 Jul 2020 19:34:35 +0000
with message-id <E1jzPwJ-0002nt-Rs@fasolo.debian.org>
and subject line Bug#964644: fixed in kcharselect 4:20.04.3-1
has caused the Debian Bug report #964644,
regarding kcharselect: FTBFS: kcharselectdia.cc:285:34: error: ‘class QString’ has no member named ‘sprintf’; did you mean ‘asprintf’?
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.)


-- 
964644: https://bugs.debian.org/cgi-bin/bugreport.cgi?bug=964644
Debian Bug Tracking System
Contact owner@bugs.debian.org with problems
--- Begin Message ---
Source: kcharselect
Version: 4:19.08.1-1
Severity: serious
Justification: FTBFS on amd64
Tags: bullseye sid ftbfs
Usertags: ftbfs-20200709 ftbfs-bullseye

Hi,

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

Relevant part (hopefully):
> /usr/bin/c++  -DKCOREADDONS_LIB -DKF_DEPRECATED_WARNINGS_SINCE=0x060000 -DQT_CORE_LIB -DQT_DBUS_LIB -DQT_DEPRECATED_WARNINGS_SINCE=0x060000 -DQT_DISABLE_DEPRECATED_BEFORE=0x060000 -DQT_GUI_LIB -DQT_NO_CAST_FROM_ASCII -DQT_NO_CAST_FROM_BYTEARRAY -DQT_NO_CAST_TO_ASCII -DQT_NO_DEBUG -DQT_NO_FOREACH -DQT_NO_NARROWING_CONVERSIONS_IN_CONNECT -DQT_NO_SIGNALS_SLOTS_KEYWORDS -DQT_NO_URL_CAST_FROM_STRING -DQT_STRICT_ITERATORS -DQT_USE_QSTRINGBUILDER -DQT_WIDGETS_LIB -DQT_XML_LIB -D_GNU_SOURCE -D_LARGEFILE64_SOURCE -I/<<PKGBUILDDIR>>/obj-x86_64-linux-gnu -I/<<PKGBUILDDIR>> -I/<<PKGBUILDDIR>>/obj-x86_64-linux-gnu/kcharselect_autogen/include -isystem /usr/include/KF5/KBookmarks -isystem /usr/include/KF5 -isystem /usr/include/x86_64-linux-gnu/qt5 -isystem /usr/include/x86_64-linux-gnu/qt5/QtWidgets -isystem /usr/include/x86_64-linux-gnu/qt5/QtGui -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/QtXml -isystem /usr/include/KF5/KWidgetsAddons -isystem /usr/include/KF5/KCrash -isystem /usr/include/KF5/KI18n -isystem /usr/include/KF5/KXmlGui -isystem /usr/include/KF5/KConfigCore -isystem /usr/include/KF5/KConfigWidgets -isystem /usr/include/KF5/KCodecs -isystem /usr/include/KF5/KConfigGui -isystem /usr/include/KF5/KAuth -isystem /usr/include/KF5/KCoreAddons -isystem /usr/include/x86_64-linux-gnu/qt5/QtDBus  -g -O2 -fdebug-prefix-map=/<<PKGBUILDDIR>>=. -fstack-protector-strong -Wformat -Werror=format-security -Wdate-time -D_FORTIFY_SOURCE=2 -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 -Wvla -Wdate-time -Wsuggest-override -Wlogical-op -pedantic -Wzero-as-null-pointer-constant -fvisibility=hidden -fvisibility-inlines-hidden   -fPIC -std=gnu++11 -o CMakeFiles/kcharselect.dir/qrc_kcharselect.cpp.o -c /<<PKGBUILDDIR>>/obj-x86_64-linux-gnu/qrc_kcharselect.cpp
> /<<PKGBUILDDIR>>/kcharselectdia.cc: In constructor ‘KCharSelectDia::KCharSelectDia()’:
> /<<PKGBUILDDIR>>/kcharselectdia.cc:188:112: warning: ‘KBookmarkMenu::KBookmarkMenu(KBookmarkManager*, KBookmarkOwner*, QMenu*, KActionCollection*)’ is deprecated: Since 5.69. Use overload without KActionCollection and add actions manually to your actionCollection if desired [-Wdeprecated-declarations]
>   188 |   KBookmarkMenu *bm = new KBookmarkMenu(manager, new KCharSelectBookmarkOwner(this), bmmenu, actionCollection());
>       |                                                                                                                ^
> In file included from /usr/include/KF5/KBookmarks/KBookmarkMenu:1,
>                  from /<<PKGBUILDDIR>>/kcharselectdia.cc:31:
> /usr/include/KF5/KBookmarks/kbookmarkmenu.h:106:5: note: declared here
>   106 |     KBookmarkMenu(KBookmarkManager *mgr, KBookmarkOwner *owner, QMenu *parentMenu, KActionCollection *collec);
>       |     ^~~~~~~~~~~~~
> /<<PKGBUILDDIR>>/kcharselectdia.cc: In member function ‘void KCharSelectDia::toClipHTML()’:
> /<<PKGBUILDDIR>>/kcharselectdia.cc:285:34: error: ‘class QString’ has no member named ‘sprintf’; did you mean ‘asprintf’?
>   285 |           html.append(tempstring.sprintf("&#x%x;", tempchar.unicode()));
>       |                                  ^~~~~~~
>       |                                  asprintf
> make[4]: *** [CMakeFiles/kcharselect.dir/build.make:85: CMakeFiles/kcharselect.dir/kcharselectdia.cc.o] Error 1

The full build log is available from:
   http://qa-logs.debian.net/2020/07/09/kcharselect_19.08.1-1_unstable.log

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!

About the archive rebuild: The rebuild was done on EC2 VM instances from
Amazon Web Services, using a clean, minimal and up-to-date chroot. Every
failed build was retried once to eliminate random failures.

--- End Message ---
--- Begin Message ---
Source: kcharselect
Source-Version: 4:20.04.3-1
Done: =?utf-8?q?Aur=C3=A9lien_COUDERC?= <coucouf@debian.org>

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

Debian distribution maintenance software
pp.
Aurélien COUDERC <coucouf@debian.org> (supplier of updated kcharselect 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: Sat, 11 Jul 2020 15:49:00 +0200
Source: kcharselect
Architecture: source
Version: 4:20.04.3-1
Distribution: unstable
Urgency: medium
Maintainer: Debian/Kubuntu Qt/KDE Maintainers <debian-qt-kde@lists.debian.org>
Changed-By: Aurélien COUDERC <coucouf@debian.org>
Closes: 964644
Changes:
 kcharselect (4:20.04.3-1) unstable; urgency=medium
 .
   * Team upload.
 .
   [ Aurélien COUDERC ]
   * Switch watch file to new KDE release service URL.
   * Borrow minimal upstream signing key from K3b.
   * New upstream release (20.04.3). (Closes: #964644)
   * Refresh copyright information.
   * Switch from dhmk to dh sequencer with kf5 add-on.
   * Switch from dh compat file to debhelper-compat build dependency, bump
     compatibility level to 13.
   * Build with hardening=+all build hardining flag.
   * Bump Standards-Version to 4.5.0 (No changes needed).
   * Refresh upstream metdata:
     - Remove deprecated Name field.
     - Add Bug-Database and Bug-Submit.
     - Point Repository* fields to the new KDE Invent GitLab platform.
   * Refresh lintian override.
   * Use KDE Applications website as homepage.
Checksums-Sha1:
 7de67784b94b6209743a94e11ca70b697c2da27f 2730 kcharselect_20.04.3-1.dsc
 4c60c756862e40a2ea55ace8748b0c0a48f86011 335620 kcharselect_20.04.3.orig.tar.xz
 69e6612e5a40a8166a5c884ef53c787a216f0cc4 488 kcharselect_20.04.3.orig.tar.xz.asc
 c8ca755f7c84f417090643c55a9d4ba5f607c29d 5924 kcharselect_20.04.3-1.debian.tar.xz
 d7c08fc0571c326a0d7ca953eccd3d7e96505d16 14234 kcharselect_20.04.3-1_amd64.buildinfo
Checksums-Sha256:
 65b0fdca1f568c070bbefbfa42f0a02840402d4f86d4e0b2a73bed8f8acacc21 2730 kcharselect_20.04.3-1.dsc
 0da77b66efeab1ba7c17335853f3c3feab9b53b4c37cfa6a9f983327d13080f4 335620 kcharselect_20.04.3.orig.tar.xz
 93a75c516f998a14b4bb1b2534fb70b2e0aa252348248271433da8e54780e46a 488 kcharselect_20.04.3.orig.tar.xz.asc
 d4f2bd5437ceb671ecdbbce8cf636b0d1bbf8f28e3a2e7d8b06270fa30d92454 5924 kcharselect_20.04.3-1.debian.tar.xz
 f1f1862a20da8bcea427f85601b18a18539b0a822f0e31688946148438710266 14234 kcharselect_20.04.3-1_amd64.buildinfo
Files:
 105c867fcbce914d5f806a7bf6057c2f 2730 utils optional kcharselect_20.04.3-1.dsc
 6139b1b35bbf3127ed0871137b14e574 335620 utils optional kcharselect_20.04.3.orig.tar.xz
 76426b82b02d9b100c1f4ebffe891002 488 utils optional kcharselect_20.04.3.orig.tar.xz.asc
 1e3c6e6cbf00537f05876210ddd634a7 5924 utils optional kcharselect_20.04.3-1.debian.tar.xz
 e72daf16690dc3c3331a8d0afeb8afb3 14234 utils optional kcharselect_20.04.3-1_amd64.buildinfo

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

iQJHBAEBCgAxFiEEIW//QAAaDgcOKDsfcaflM/KRoyQFAl8Jw8MTHGNvdWNvdWZA
ZGViaWFuLm9yZwAKCRBxp+Uz8pGjJPRzEACDpbeLUw0dgc94iUU79j8Knd/o23ku
Kn13WQSd0luF1rbVXjWlwJESwIDStGZ6l/9htvsbhi5tFRvUa/sNyJ+frnP8zdrb
FDKAdpxrXr957E/QC/MwJoeRLlHOPTuKQG4oSOqZl+eXgednBcDAJqcGFUsGD/2q
Z+K6+5sMRRddWuXMsRsHKNmAFrkL75qj0wXVuaM5nnFB88zMi8bijecSP7J65ksT
NzKLA6fNxTkOTqNp6KetVVlg6+sm3aZo+7h65qzwkGVwSyS8893YoDPFst/TxxlW
irV7vmV28VzkiYStB+pokLwykVx68pZ4VZagtBZkwqGJacpMJxpViXT3u2f+I6v6
Os2s1dbwdyooOpAFPLQgMzrUBwmVQ7pJp6SNJJxVTyyftKObdru4Q48SXF2jJBLZ
na5f0KNyGzdz9RUhuediKE9KfJ5Nn8jFI4VC9sBDOkcBjwnjvV6acHy/JWPJiHTk
ViYQdXLffxzXf98u+Mz9gtNazhu1l/2Z/EWbEWFqEBo5vN0g0njO+PsBbkCBaFHB
RNiodgEGdaTNXnFSxaKve/O3LLIs9R95d3wmZdZmXmKtjNbGjRAOgmQYkiPh+oP+
2iGZDH14QP0Ovppx2igb0HhovhMDdofxBxC8ZPPhOoRZVe8cuYhuaq4TYLnU8ZDB
nf1AtSbxbAS8yQ==
=cZgc
-----END PGP SIGNATURE-----

--- End Message ---

Reply to: