Your message dated Thu, 10 Dec 2020 11:03:43 +0000
with message-id <e1knjjb-0000of...@fasolo.debian.org>
and subject line Bug#975146: fixed in edb-debugger 1.2.0-2.1
has caused the Debian Bug report #975146,
regarding edb-debugger: FTBFS: QDisassemblyView.cpp:900:19: error: aggregate
‘QPainterPath path’ 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 ow...@bugs.debian.org
immediately.)
--
975146: https://bugs.debian.org/cgi-bin/bugreport.cgi?bug=975146
Debian Bug Tracking System
Contact ow...@bugs.debian.org with problems
--- Begin Message ---
Source: edb-debugger
Version: 1.2.0-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):
> cd /<<PKGBUILDDIR>>/obj-x86_64-linux-gnu/src && /usr/bin/c++
> -DDEFAULT_PLUGIN_PATH=\"/usr/lib/x86_64-linux-gnu/edb\" -DEDB_IS_32_BIT=false
> -DEDB_IS_64_BIT=true -DEDB_X86_64 -DENABLE_GRAPH -DGIT_BRANCH=Unknown
> -DQT_CORE_LIB -DQT_GUI_LIB -DQT_NETWORK_LIB -DQT_NO_DEBUG -DQT_SVG_LIB
> -DQT_WIDGETS_LIB -DQT_XMLPATTERNS_LIB -DQT_XML_LIB -Dedb_EXPORTS
> -I/<<PKGBUILDDIR>>/obj-x86_64-linux-gnu/src -I/<<PKGBUILDDIR>>/src
> -I/<<PKGBUILDDIR>>/obj-x86_64-linux-gnu/src/edb_autogen/include
> -I/usr/include/capstone -I/usr/include/graphviz -I/<<PKGBUILDDIR>>/include
> -I/<<PKGBUILDDIR>>/include/os/unix -I/<<PKGBUILDDIR>>/include/os/unix/linux
> -I/<<PKGBUILDDIR>>/include/arch/x86-generic
> -I/<<PKGBUILDDIR>>/src/capstone-edb -I/<<PKGBUILDDIR>>/src/qhexview
> -I/<<PKGBUILDDIR>>/src/widgets -I/<<PKGBUILDDIR>>/src/session -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/x86_64-linux-gnu/qt5/QtXmlPatterns -isystem
> /usr/include/x86_64-linux-gnu/qt5/QtNetwork -isystem
> /usr/include/x86_64-linux-gnu/qt5/QtSvg -g -O2
> -fdebug-prefix-map=/<<PKGBUILDDIR>>=. -fstack-protector-strong -Wformat
> -Werror=format-security -Wdate-time -D_FORTIFY_SOURCE=2 -W -Wall
> -Wnon-virtual-dtor -Wcast-align -Wunused -Woverloaded-virtual -pedantic
> -Wdouble-promotion -Wformat=2 -Wno-unused-macros -Wno-switch-enum
> -Wno-unknown-pragmas -Wlogical-op -Wsuggest-override -fPIC -std=c++14 -o
> CMakeFiles/edb.dir/widgets/TabWidget.cpp.o -c
> /<<PKGBUILDDIR>>/src/widgets/TabWidget.cpp
> /<<PKGBUILDDIR>>/src/widgets/QDisassemblyView.cpp: In member function ‘void
> QDisassemblyView::drawRegiserBadges(QPainter&,
> QDisassemblyView::DrawingContext*)’:
> /<<PKGBUILDDIR>>/src/widgets/QDisassemblyView.cpp:900:19: error: aggregate
> ‘QPainterPath path’ has incomplete type and cannot be defined
> 900 | QPainterPath path;
> | ^~~~
> /<<PKGBUILDDIR>>/src/widgets/QDisassemblyView.cpp: In member function ‘void
> QDisassemblyView::drawJumpArrows(QPainter&, const
> QDisassemblyView::DrawingContext*)’:
> /<<PKGBUILDDIR>>/src/widgets/QDisassemblyView.cpp:1469:17: error: aggregate
> ‘QPainterPath path’ has incomplete type and cannot be defined
> 1469 | QPainterPath path;
> | ^~~~
> /<<PKGBUILDDIR>>/src/widgets/QDisassemblyView.cpp:1486:17: error: aggregate
> ‘QPainterPath path’ has incomplete type and cannot be defined
> 1486 | QPainterPath path;
> | ^~~~
> /<<PKGBUILDDIR>>/src/widgets/QDisassemblyView.cpp:1503:17: error: aggregate
> ‘QPainterPath path’ has incomplete type and cannot be defined
> 1503 | QPainterPath path;
> | ^~~~
> [ 25%] Building CXX object
> src/CMakeFiles/edb.dir/arch/x86-generic/ArchProcessor.cpp.o
> cd /<<PKGBUILDDIR>>/obj-x86_64-linux-gnu/src && /usr/bin/c++
> -DDEFAULT_PLUGIN_PATH=\"/usr/lib/x86_64-linux-gnu/edb\" -DEDB_IS_32_BIT=false
> -DEDB_IS_64_BIT=true -DEDB_X86_64 -DENABLE_GRAPH -DGIT_BRANCH=Unknown
> -DQT_CORE_LIB -DQT_GUI_LIB -DQT_NETWORK_LIB -DQT_NO_DEBUG -DQT_SVG_LIB
> -DQT_WIDGETS_LIB -DQT_XMLPATTERNS_LIB -DQT_XML_LIB -Dedb_EXPORTS
> -I/<<PKGBUILDDIR>>/obj-x86_64-linux-gnu/src -I/<<PKGBUILDDIR>>/src
> -I/<<PKGBUILDDIR>>/obj-x86_64-linux-gnu/src/edb_autogen/include
> -I/usr/include/capstone -I/usr/include/graphviz -I/<<PKGBUILDDIR>>/include
> -I/<<PKGBUILDDIR>>/include/os/unix -I/<<PKGBUILDDIR>>/include/os/unix/linux
> -I/<<PKGBUILDDIR>>/include/arch/x86-generic
> -I/<<PKGBUILDDIR>>/src/capstone-edb -I/<<PKGBUILDDIR>>/src/qhexview
> -I/<<PKGBUILDDIR>>/src/widgets -I/<<PKGBUILDDIR>>/src/session -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/x86_64-linux-gnu/qt5/QtXmlPatterns -isystem
> /usr/include/x86_64-linux-gnu/qt5/QtNetwork -isystem
> /usr/include/x86_64-linux-gnu/qt5/QtSvg -g -O2
> -fdebug-prefix-map=/<<PKGBUILDDIR>>=. -fstack-protector-strong -Wformat
> -Werror=format-security -Wdate-time -D_FORTIFY_SOURCE=2 -W -Wall
> -Wnon-virtual-dtor -Wcast-align -Wunused -Woverloaded-virtual -pedantic
> -Wdouble-promotion -Wformat=2 -Wno-unused-macros -Wno-switch-enum
> -Wno-unknown-pragmas -Wlogical-op -Wsuggest-override -fPIC -std=c++14 -o
> CMakeFiles/edb.dir/arch/x86-generic/ArchProcessor.cpp.o -c
> /<<PKGBUILDDIR>>/src/arch/x86-generic/ArchProcessor.cpp
> make[3]: *** [src/CMakeFiles/edb.dir/build.make:793:
> src/CMakeFiles/edb.dir/widgets/QDisassemblyView.cpp.o] Error 1
The full build log is available from:
http://qa-logs.debian.net/2020/11/19/edb-debugger_1.2.0-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: edb-debugger
Source-Version: 1.2.0-2.1
Done: Sebastian Ramacher <sramac...@debian.org>
We believe that the bug you reported is fixed in the latest version of
edb-debugger, 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 975...@bugs.debian.org,
and the maintainer will reopen the bug report if appropriate.
Debian distribution maintenance software
pp.
Sebastian Ramacher <sramac...@debian.org> (supplier of updated edb-debugger
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 ftpmas...@ftp-master.debian.org)
-----BEGIN PGP SIGNED MESSAGE-----
Hash: SHA512
Format: 1.8
Date: Tue, 08 Dec 2020 11:41:01 +0100
Source: edb-debugger
Architecture: source
Version: 1.2.0-2.1
Distribution: unstable
Urgency: medium
Maintainer: Marcio de Souza Oliveira <marcioso...@debian.org>
Changed-By: Sebastian Ramacher <sramac...@debian.org>
Closes: 975146
Changes:
edb-debugger (1.2.0-2.1) unstable; urgency=medium
.
* Non-maintainer upload
* Apply upstream patch to fix build with Qt 5.15 (Closes: #975146)
Checksums-Sha1:
3f3be79ca4c9bb7d37a5b946c66af1a2ecdc27b9 2170 edb-debugger_1.2.0-2.1.dsc
d67d033461eb5660ce362a5f9cc49700f99d4788 5672
edb-debugger_1.2.0-2.1.debian.tar.xz
Checksums-Sha256:
fb57f85eca9d3b3195d5b745fd9fb64a4cec481373e0a86ce8b2241c57edb2d0 2170
edb-debugger_1.2.0-2.1.dsc
30320c4e339d38080ffbf2bcaf4a5792d3359a6a09807fac63cb6ef768a1f6bb 5672
edb-debugger_1.2.0-2.1.debian.tar.xz
Files:
d57a928b5974a6a559e613aaf2bc4e1b 2170 devel optional edb-debugger_1.2.0-2.1.dsc
2a6cf509829786081f43589b3aaad1db 5672 devel optional
edb-debugger_1.2.0-2.1.debian.tar.xz
-----BEGIN PGP SIGNATURE-----
iQIzBAEBCgAdFiEE94y6B4F7sUmhHTOQafL8UW6nGZMFAl/PWhoACgkQafL8UW6n
GZNqDQ/9H0DTThPYxbNs9wlBnql6MPcbgr0kMyPRzQsgY4A8LEaczgVuPcrTp4UZ
SnqiEOnIZ8clLAaZRaK+IEZD5kCXSyG75znz77JgSWcLdNGYqKvEB2lTd0hN9lQz
GC0guDXKIRhLXpu+Ax28vYfYS57TsJHwyG4Z2SmgJHzC2/LX34tz1yZBlmpr35RD
uB9ZCxjVDbFRKEWZKucLwfVMcgXwlD69EUWrm0bk5tDgeT7A6CN23dX71AOgTLnY
GIstpZ/I8S5U9zf6XJnoLUe4cx9hWPnPAxUSoTkpapM1m0MTVDr2H5TAhmN6F/H6
PirvAez6kwX7nKTwFVi/1seZJtKPqmv4w0ZGts0UHiGT05dtzUtJm3EqHY2nQH+G
3jU3ypVWaMY+xn1nrjBvoKhPqPzYROz/skl4s18d3tB2freF1HwMpsEfjqFPAPt0
OEsmOu6QEjCfhIBeMe45QKnfrag4yMAorOe6IvTiBphSJBDo4t/VnxwdvsFCuHGB
3Kx4Znflf128vAILeNAugmA8YeS/iNTjZjqZpxXHd++Zex/jHnwkYmWHUEfefGGQ
97DNpRb0EGhrQHzuh5sDu5lflIoapeqDwJW8x8kEqZRC/5Gbs1BhosmPxX6t2cOv
sUEp2qMOatFY7JeZ/7xSYJHRBZhvE7TOLQCx0ScI1hWcXlbtcT4=
=MDUA
-----END PGP SIGNATURE-----
--- End Message ---