Your message dated Mon, 21 Dec 2020 14:34:03 +0000
with message-id <[email protected]>
and subject line Bug#975140: fixed in deepin-music 6.0.1.54+ds.1-1
has caused the Debian Bug report #975140,
regarding deepin-music: FTBFS: view/widget/cover.cpp:105:22: error: aggregate 
‘QPainterPath backgroundPath’ has incomplete type and cannot be defined
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 [email protected]
immediately.)


-- 
975140: https://bugs.debian.org/cgi-bin/bugreport.cgi?bug=975140
Debian Bug Tracking System
Contact [email protected] with problems
--- Begin Message ---
Source: deepin-music
Version: 5.0.1+ds-2
Severity: serious
Justification: FTBFS on amd64
Tags: bullseye sid ftbfs
Usertags: ftbfs-20201119 ftbfs-bullseye

Hi,

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

Relevant part (hopefully):
> g++ -c -pipe -g -O2 -fdebug-prefix-map=/<<PKGBUILDDIR>>=. 
> -fstack-protector-strong -Wformat -Werror=format-security -Wdate-time 
> -D_FORTIFY_SOURCE=2 -std=gnu++11 -Wall -Wextra -D_REENTRANT -fPIC 
> -DVERSION=5.0.1+ds-2 -DQT_MESSAGELOGCONTEXT 
> -D_TRANSLATIONS_PATH=\"/usr/share///translations\" 
> -D_TRANSLATIONS_DIR=\"//translations\" -DSUPPORT_INOTIFY -DGIT_VERSION=\"\" 
> -DQT_NO_DEBUG -DQT_SVG_LIB -DQT_MULTIMEDIAWIDGETS_LIB -DQT_WIDGETS_LIB 
> -DQT_MULTIMEDIA_LIB -DQT_X11EXTRAS_LIB -DQT_GUI_LIB -DQT_NETWORK_LIB 
> -DQT_XML_LIB -DQT_SQL_LIB -DQT_DBUS_LIB -DQT_CORE_LIB -I. -I../libdmusic 
> -I/usr/include/x86_64-linux-gnu/qt5/DBusExtended 
> -I/usr/include/x86_64-linux-gnu/qt5/MprisQt -I../interface -Iview/helper 
> -Icore -I/usr/include/x86_64-linux-gnu -I/usr/include/libdtk-2.1.1/DWidget 
> -I/usr/include/libdtk-2.1.1/DCore -I/usr/include/x86_64-linux-gnu/qt5 
> -I/usr/include/x86_64-linux-gnu/qt5/QtSvg 
> -I/usr/include/x86_64-linux-gnu/qt5/QtMultimediaWidgets 
> -I/usr/include/x86_64-linux-gnu/qt5/QtWidgets 
> -I/usr/include/x86_64-linux-gnu/qt5/QtMultimedia 
> -I/usr/include/x86_64-linux-gnu/qt5/QtX11Extras 
> -I/usr/include/x86_64-linux-gnu/qt5/QtGui 
> -I/usr/include/x86_64-linux-gnu/qt5/QtNetwork 
> -I/usr/include/x86_64-linux-gnu/qt5/QtXml 
> -I/usr/include/x86_64-linux-gnu/qt5/QtSql 
> -I/usr/include/x86_64-linux-gnu/qt5/QtDBus 
> -I/usr/include/x86_64-linux-gnu/qt5/QtCore -I. 
> -I/usr/lib/x86_64-linux-gnu/qt5/mkspecs/linux-g++ -o cover.o 
> view/widget/cover.cpp
> view/widget/cover.cpp: In member function ‘virtual void 
> Cover::paintEvent(QPaintEvent*)’:
> view/widget/cover.cpp:105:22: error: aggregate ‘QPainterPath backgroundPath’ 
> has incomplete type and cannot be defined
>   105 |         QPainterPath backgroundPath;
>       |                      ^~~~~~~~~~~~~~
> view/widget/cover.cpp:113:18: error: aggregate ‘QPainterPath innerBorderPath’ 
> has incomplete type and cannot be defined
>   113 |     QPainterPath innerBorderPath;
>       |                  ^~~~~~~~~~~~~~~
> view/widget/cover.cpp:124:18: error: aggregate ‘QPainterPath outerBorderPath’ 
> has incomplete type and cannot be defined
>   124 |     QPainterPath outerBorderPath;
>       |                  ^~~~~~~~~~~~~~~
> view/widget/cover.cpp: In member function ‘void Cover::setCoverPixmap(const 
> QPixmap&)’:
> view/widget/cover.cpp:150:18: error: aggregate ‘QPainterPath path’ has 
> incomplete type and cannot be defined
>   150 |     QPainterPath path;
>       |                  ^~~~
> g++ -c -pipe -g -O2 -fdebug-prefix-map=/<<PKGBUILDDIR>>=. 
> -fstack-protector-strong -Wformat -Werror=format-security -Wdate-time 
> -D_FORTIFY_SOURCE=2 -std=gnu++11 -Wall -Wextra -D_REENTRANT -fPIC 
> -DVERSION=5.0.1+ds-2 -DQT_MESSAGELOGCONTEXT 
> -D_TRANSLATIONS_PATH=\"/usr/share///translations\" 
> -D_TRANSLATIONS_DIR=\"//translations\" -DSUPPORT_INOTIFY -DGIT_VERSION=\"\" 
> -DQT_NO_DEBUG -DQT_SVG_LIB -DQT_MULTIMEDIAWIDGETS_LIB -DQT_WIDGETS_LIB 
> -DQT_MULTIMEDIA_LIB -DQT_X11EXTRAS_LIB -DQT_GUI_LIB -DQT_NETWORK_LIB 
> -DQT_XML_LIB -DQT_SQL_LIB -DQT_DBUS_LIB -DQT_CORE_LIB -I. -I../libdmusic 
> -I/usr/include/x86_64-linux-gnu/qt5/DBusExtended 
> -I/usr/include/x86_64-linux-gnu/qt5/MprisQt -I../interface -Iview/helper 
> -Icore -I/usr/include/x86_64-linux-gnu -I/usr/include/libdtk-2.1.1/DWidget 
> -I/usr/include/libdtk-2.1.1/DCore -I/usr/include/x86_64-linux-gnu/qt5 
> -I/usr/include/x86_64-linux-gnu/qt5/QtSvg 
> -I/usr/include/x86_64-linux-gnu/qt5/QtMultimediaWidgets 
> -I/usr/include/x86_64-linux-gnu/qt5/QtWidgets 
> -I/usr/include/x86_64-linux-gnu/qt5/QtMultimedia 
> -I/usr/include/x86_64-linux-gnu/qt5/QtX11Extras 
> -I/usr/include/x86_64-linux-gnu/qt5/QtGui 
> -I/usr/include/x86_64-linux-gnu/qt5/QtNetwork 
> -I/usr/include/x86_64-linux-gnu/qt5/QtXml 
> -I/usr/include/x86_64-linux-gnu/qt5/QtSql 
> -I/usr/include/x86_64-linux-gnu/qt5/QtDBus 
> -I/usr/include/x86_64-linux-gnu/qt5/QtCore -I. 
> -I/usr/lib/x86_64-linux-gnu/qt5/mkspecs/linux-g++ -o infodialog.o 
> view/widget/infodialog.cpp
> make[3]: *** [Makefile:1295: cover.o] Error 1

The full build log is available from:
   http://qa-logs.debian.net/2020/11/19/deepin-music_5.0.1+ds-2_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: deepin-music
Source-Version: 6.0.1.54+ds.1-1
Done: Arun Kumar Pariyar <[email protected]>

We believe that the bug you reported is fixed in the latest version of
deepin-music, 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 [email protected],
and the maintainer will reopen the bug report if appropriate.

Debian distribution maintenance software
pp.
Arun Kumar Pariyar <[email protected]> (supplier of updated deepin-music 
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 [email protected])


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

Format: 1.8
Date: Sat, 05 Dec 2020 01:37:32 +0545
Source: deepin-music
Architecture: source
Version: 6.0.1.54+ds.1-1
Distribution: unstable
Urgency: medium
Maintainer: Debian Deepin Packaging Team 
<[email protected]>
Changed-By: Arun Kumar Pariyar <[email protected]>
Closes: 969771 975140
Changes:
 deepin-music (6.0.1.54+ds.1-1) unstable; urgency=medium
 .
   [ Debian Janitor ]
   * Trim trailing whitespace.
   * Set upstream metadata fields: Bug-Database, Bug-Submit,
     Repository and Repository-Browse.
 .
   [ Arun Kumar Pariyar ]
   * New upstream release 6.0.1.54+ds.1.
   * debian/control:
     + Bump debhelper compat to v13.
     + Bump Standards-Version to 4.5.1.
     + Update build dependencies and set libdtkwidget-dev to (>= 5.2~).
     + Replace gvfs-bin with libglib2.0-bin.
     + Add Arun Kumar Pariyar to Uploaders.
   * debian/patches:
     + Update 0001-Use-system-library.patch.
     + Add patch to fix build with Qt5.15+ (Closes: #975140).
     + Add patch to switch from gvfs-trash to gio (Closes: #969771).
   * debian/copyright: Update license information.
   * debian/rules:
     + Removed -Wl,--as-needed from DEB_LDFLAGS_MAINT_APPEND.
     + Updated cleanup path for translations in override_dh_auto_clean.
   * debian/lintian-overrides: Tag rename on-dev-pkg-with-shlib-symlink
     to link-to-shared-library-in-wrong-package for deepin-music binary.
Checksums-Sha1:
 45e33479fb9264c8103e1fa1db9baf9bf78bfefc 2401 deepin-music_6.0.1.54+ds.1-1.dsc
 7e2a71acd1608e11c8b217a266b6eae8e62296cc 1915632 
deepin-music_6.0.1.54+ds.1.orig.tar.gz
 d1ed59729364edad82a4c9514eb0a0b61a7b3109 6224 
deepin-music_6.0.1.54+ds.1-1.debian.tar.xz
 f35b09bfc7401ea909cb1303aa1a00644f7d6368 6836 
deepin-music_6.0.1.54+ds.1-1_source.buildinfo
Checksums-Sha256:
 598fec21e0aa209107b371a5e644a35c84c8f83a6959eadfc239fa53b2f4a933 2401 
deepin-music_6.0.1.54+ds.1-1.dsc
 49152573872050aa73daad7dee4fce9d6f14e9b625419b2df8f5764724ffda20 1915632 
deepin-music_6.0.1.54+ds.1.orig.tar.gz
 9beee36a664d29c71ec19e3cd07b7e7df0d229874e43dddbc92ddeb311917eb5 6224 
deepin-music_6.0.1.54+ds.1-1.debian.tar.xz
 8fbb330de87f32f35d6c89de43727e6675c89ee24eda81f88c8d81254474a720 6836 
deepin-music_6.0.1.54+ds.1-1_source.buildinfo
Files:
 26482aa6aa61cf77cb6ae8f016944cf9 2401 sound optional 
deepin-music_6.0.1.54+ds.1-1.dsc
 3eb8f55c092b5734579303ef51222154 1915632 sound optional 
deepin-music_6.0.1.54+ds.1.orig.tar.gz
 812f5cba456b7077608341dd48182b68 6224 sound optional 
deepin-music_6.0.1.54+ds.1-1.debian.tar.xz
 d5e6f312f906830926d099abe856ff28 6836 sound optional 
deepin-music_6.0.1.54+ds.1-1_source.buildinfo

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

iQJHBAEBCgAxFiEE5688gqe4PSusUZcLZkYmW1hrg8sFAl/grlcTHG1pdHlhNTdA
ZGViaWFuLm9yZwAKCRBmRiZbWGuDy4YeEACVTlkSJkCMWUks9CKIGIebUgAs2HvE
h/tEIyMtE5gey794j9DV5HjMNhnSErYQD8M0fZMTIKSUeJybaMB8O5Zqds+91ki/
0qM/pXEeLf1tl4f1xGdt+vUt9qLoJro/JBTjcGdwlDd4C0LU5ENy5nNmGmAFrW5n
XVhp9daa8YwEnrkSRtZSmJe/oC9iSfm/mJBykNd8s/FhEMDQelHMD8uOrDx5si6K
AlbT/8cqA34N5wDNeZ/xlqBcHRFZ91AQdBEo7CGUsXM+JXSkUSQpHMKaeV+FUXqO
W16ol4qf0SdlStfavLKR7kFf/Lznga6diRVYF2KSMvmxjrSdwvo1X5ufyLZKF5Ew
E4puhK6HH9PoQ2RFBweGMOF+n8f/nr/hWl79gLUHvzzgg2hucO6mw6XgDEhvfC6Z
cRtdHJ/GyAdzAXdgblv0XtsOVaymAMOELmkWQSKsweVy0IFyAflvTkfPvePCJF//
RHl0vI5ws4GTfpypMy3eLCz2yC5PipvvmNCR1UKniIb8hvW7rBZVH/JLE9XNlwvl
8SzzEHYjtDndGHO5U6rWF8Ap986zY9rdcfv5SzI/k8D3Sy0KR8Qx/qatRQaU9n5C
ipEtW/FEpMDxdFG/8MLiBU58gIC2PbsVKwf2eKamQgunwNkzmN3/6PO2CoDgf8iA
AZ5Bsv3Ocixarw==
=pOme
-----END PGP SIGNATURE-----

--- End Message ---

Reply via email to