Your message dated Wed, 16 Dec 2020 02:38:35 +0000
with message-id <e1kpmi3-000bbg...@fasolo.debian.org>
and subject line Bug#975129: fixed in qwt 6.1.4-2
has caused the Debian Bug report #975129,
regarding qwt: FTBFS: qwt_painter_command.h:85:22: error: field ‘clipPath’ has 
incomplete type ‘QPainterPath’
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.)


-- 
975129: https://bugs.debian.org/cgi-bin/bugreport.cgi?bug=975129
Debian Bug Tracking System
Contact ow...@bugs.debian.org with problems
--- Begin Message ---
Source: qwt
Version: 6.1.4-1.1
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>>/src=. 
> -fstack-protector-strong -Wformat -Werror=format-security -D_FORTIFY_SOURCE=2 
> -g -O2 -fdebug-prefix-map=/<<PKGBUILDDIR>>=. -fstack-protector-strong 
> -Wformat -Werror=format-security -Wdate-time -g -O2 
> -fdebug-prefix-map=/<<PKGBUILDDIR>>=. -fstack-protector-strong -Wformat 
> -Werror=format-security -Wdate-time -Wall -Wextra -D_REENTRANT -fPIC 
> -DQT_NO_DEBUG -DQT_NO_KEYWORDS -DQT_PRINTSUPPORT_LIB -DQT_SVG_LIB 
> -DQT_OPENGL_LIB -DQT_WIDGETS_LIB -DQT_GUI_LIB -DQT_CONCURRENT_LIB 
> -DQT_CORE_LIB -I. -I/usr/include/x86_64-linux-gnu/qt5 
> -I/usr/include/x86_64-linux-gnu/qt5/QtPrintSupport 
> -I/usr/include/x86_64-linux-gnu/qt5/QtSvg 
> -I/usr/include/x86_64-linux-gnu/qt5/QtOpenGL 
> -I/usr/include/x86_64-linux-gnu/qt5/QtWidgets 
> -I/usr/include/x86_64-linux-gnu/qt5/QtGui 
> -I/usr/include/x86_64-linux-gnu/qt5/QtConcurrent 
> -I/usr/include/x86_64-linux-gnu/qt5/QtCore -Imoc 
> -I/usr/lib/x86_64-linux-gnu/qt5/mkspecs/linux-g++ -o 
> obj/qwt_interval_symbol.o qwt_interval_symbol.cpp
> In file included from qwt_graphic.cpp:11:
> qwt_painter_command.h:85:22: error: field ‘clipPath’ has incomplete type 
> ‘QPainterPath’
>    85 |         QPainterPath clipPath;
>       |                      ^~~~~~~~
> In file included from /usr/include/x86_64-linux-gnu/qt5/QtGui/qtransform.h:43,
>                  from /usr/include/x86_64-linux-gnu/qt5/QtGui/qimage.h:48,
>                  from /usr/include/x86_64-linux-gnu/qt5/QtGui/qpixmap.h:49,
>                  from /usr/include/x86_64-linux-gnu/qt5/QtGui/qpainter.h:48,
>                  from 
> /usr/include/x86_64-linux-gnu/qt5/QtGui/qpaintengine.h:47,
>                  from qwt_null_paintdevice.h:15,
>                  from qwt_graphic.h:14,
>                  from qwt_graphic.cpp:10:
> /usr/include/x86_64-linux-gnu/qt5/QtGui/qmatrix.h:54:7: note: forward 
> declaration of ‘class QPainterPath’
>    54 | class QPainterPath;
>       |       ^~~~~~~~~~~~
> make[2]: *** [Makefile:1169: obj/qwt_graphic.o] Error 1

The full build log is available from:
   http://qa-logs.debian.net/2020/11/19/qwt_6.1.4-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: qwt
Source-Version: 6.1.4-2
Done: =?utf-8?q?Lisandro_Dami=C3=A1n_Nicanor_P=C3=A9rez_Meyer?= 
<lisan...@debian.org>

We believe that the bug you reported is fixed in the latest version of
qwt, 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.
Lisandro Damián Nicanor Pérez Meyer <lisan...@debian.org> (supplier of updated 
qwt 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: SHA256

Format: 1.8
Date: Tue, 15 Dec 2020 22:44:12 -0300
Source: qwt
Architecture: source
Version: 6.1.4-2
Distribution: unstable
Urgency: medium
Maintainer: Gudjon I. Gudjonsson <gud...@gudjon.org>
Changed-By: Lisandro Damián Nicanor Pérez Meyer <lisan...@debian.org>
Closes: 935116 940729 940731 975129
Changes:
 qwt (6.1.4-2) unstable; urgency=medium
 .
   [ Lisandro Damián Nicanor Pérez Meyer ]
   * Move package to salsa and fix Vcs paths (Closes: #935116)
   * Add build depends to symbols files.
   * Add DEB_HOST_MULTIARCH to pkgconfig path.
   * Fix clean target.
   * Add Lisandro Damián Nicanor Pérez Meyer as uploader.
 .
   [ Gudjon I. Gudjonsson ]
   * Add patch 06_ftbs.patch, (Closes: #975129)
     The patch is already implemented in upstream version 6.1.5
   * Update symbols files. No code change since last version.
   * Change hardening to the same implementation as in Qscintilla2
     (Closes: #940729, #940731)
Checksums-Sha1:
 afcbb8955fd5bc68ceb46fc682df86b65957ddba 2309 qwt_6.1.4-2.dsc
 f611e7718a9fa702840d5f4922d6552559b46738 31280 qwt_6.1.4-2.debian.tar.xz
 1c89bb9ee79ca59ca5d9ace439c0c059015c07f3 12043 qwt_6.1.4-2_source.buildinfo
Checksums-Sha256:
 5c05fba4f13e5bcac38a6d6ff7f03c2605575334db7d8b7750c58059b4e4f60f 2309 
qwt_6.1.4-2.dsc
 4a954ff57f1db14e4fcd2f3142a3b554a9022f1e8bcf6a1b16fe69178f3fbd5a 31280 
qwt_6.1.4-2.debian.tar.xz
 bfc2449a8bf69a6b534d35d62441caaa5271dad3a6cebaf40f788c5d057c46c0 12043 
qwt_6.1.4-2_source.buildinfo
Files:
 8e322305e8b7a19550546cb9186a0e83 2309 libs optional qwt_6.1.4-2.dsc
 81d63f79ce86f84758e40a9baa096989 31280 libs optional qwt_6.1.4-2.debian.tar.xz
 99b8dabce85b9d30058097f9ab8740d4 12043 libs optional 
qwt_6.1.4-2_source.buildinfo

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

iQJIBAEBCAAyFiEEEt36hKwjsrvwSzE8q2RfQGKGp9AFAl/ZZp8UHGxpc2FuZHJv
QGRlYmlhbi5vcmcACgkQq2RfQGKGp9Dy5RAAnApZ8PaTeLUxrSBcApA/e3MevN/+
gK6/+driHMkRvHomRCrYiFM1nWe2nx024+VlikRVp6fRoiQoNvaE4GZemzF3Wuct
WHD8tOaprWmsc7YDpOGkSDRDXp9NvvRv6DD+1ZxT9IhjzD4TSivCjlLHcgQ8rXJz
rbp1pw0QPqt7ki6uVUDc/nZe7BM+KeE+z1FFyh/gYqgjluebsm/xK55hh6GdiqJt
nsjOABH9tO79VlKSsq/RwBAA405zUUBmiCzdsHVCoq+kGVaxuR+ZXU51tgfJktcc
/s29cvBX+otOCXVgsr9gjAUihT0NJWmMuSehxqkPotcf70jloI1quGGvmr5mG3r8
vGLB9mpx0j0xR9sRK2BZnHdGvTXHGQKCoKh8h6RKa9zCNem3tlWxReQzuyp6GwBH
MHF8bbIGJbFDTAYlqpvWA5VJ8GLeu2+7ADHr9iUgr6EFJTjy7zWI5g5Ji1x0KC2y
I8cZLaeXMOgjVNSazfs9zijEj2PHXWwPAbV+qh5s+NRUCzG1WzeTEiuO3NHo9bqF
Hnv8/JmxJpFXJIyR0GZhenKA/O1Q/u9nYWzbot/rCmka+gcOvVtF6cOoe3DHiCUX
aMXQ/DYyjCGxHxLsjWvfU9d+kgHLwshvc0C3Xxsg1Svxs2KM7JffvaoN53Ay6x6z
ehHK9IrjzIK/Lno=
=dkzU
-----END PGP SIGNATURE-----

--- End Message ---

Reply via email to