Your message dated Fri, 01 Jan 2021 02:19:02 +0000
with message-id <[email protected]>
and subject line Bug#974546: fixed in klatexformula 4.1.0-1
has caused the Debian Bug report #974546,
regarding klatexformula FTBFS: error: invalid use of incomplete type ‘class 
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 [email protected]
immediately.)


-- 
974546: https://bugs.debian.org/cgi-bin/bugreport.cgi?bug=974546
Debian Bug Tracking System
Contact [email protected] with problems
--- Begin Message ---
Source: klatexformula
Version: 4.0.0-4
Severity: serious
Tags: ftbfs

klatexformula fails to build from source in unstable:

| [ 27%] Building CXX object 
src/klftools/CMakeFiles/klftools.dir/klfflowlistwidget.cpp.o
| cd /<<PKGBUILDDIR>>/obj-x86_64-linux-gnu/src/klftools && /usr/bin/c++ 
-DKLF_SRC_BUILD -DKLF_VERSION_MAJ=4 -DKLF_VERSION_MIN=0 -DKLF_VERSION_REL=0 
-DKLF_VERSION_STRING=\"4.0.0\" -DKLF_WS=\"x11\" -DKLF_WS_X11 -DQT_CORE_LIB 
-DQT_GUI_LIB -DQT_NO_DEBUG -DQT_WIDGETS_LIB -DQT_XML_LIB -Dklftools_EXPORTS 
-I/<<PKGBUILDDIR>>/obj-x86_64-linux-gnu/src/klftools 
-I/<<PKGBUILDDIR>>/src/klftools -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 -g -O2 
-fdebug-prefix-map=/<<PKGBUILDDIR>>=. -fstack-protector-strong -Wformat 
-Werror=format-security -Wdate-time -D_FORTIFY_SOURCE=2 -fPIC -fPIC -o 
CMakeFiles/klftools.dir/klfflowlistwidget.cpp.o -c 
/<<PKGBUILDDIR>>/src/klftools/klfflowlistwidget.cpp
| In file included from /<<PKGBUILDDIR>>/src/klftools/klfflowlistwidget.cpp:29:
| /<<PKGBUILDDIR>>/src/klftools/klfflowlayout.h:65:96: warning: ‘constexpr 
QFlags<T>::QFlags(QFlags<T>::Zero) [with Enum = Qt::AlignmentFlag; 
QFlags<T>::Zero = int QFlags<Qt::AlignmentFlag>::Private::*]’ is deprecated: 
Use default constructor instead [-Wdeprecated-declarations]
|    65 |   virtual void addWidget(QWidget *w, int hstretch = 0, int vstretch = 
0, Qt::Alignment align = 0);
|       |                                                                       
                         ^
| In file included from /usr/include/x86_64-linux-gnu/qt5/QtCore/qglobal.h:1304,
|                  from 
/usr/include/x86_64-linux-gnu/qt5/QtGui/qtguiglobal.h:43,
|                  from 
/usr/include/x86_64-linux-gnu/qt5/QtWidgets/qtwidgetsglobal.h:43,
|                  from 
/usr/include/x86_64-linux-gnu/qt5/QtWidgets/qwidget.h:43,
|                  from /usr/include/x86_64-linux-gnu/qt5/QtWidgets/QWidget:1,
|                  from /<<PKGBUILDDIR>>/src/klftools/klfflowlistwidget.cpp:24:
| /usr/include/x86_64-linux-gnu/qt5/QtCore/qflags.h:123:80: note: declared here
|   123 |     QT_DEPRECATED_X("Use default constructor instead") 
Q_DECL_CONSTEXPR inline QFlags(Zero) noexcept : i(0) {}
|       |                                                                       
         ^~~~~~
| In file included from /<<PKGBUILDDIR>>/src/klftools/klfflowlistwidget.cpp:31:
| /<<PKGBUILDDIR>>/src/klftools/klfflowlistwidget_p.h:286:16: error: field 
‘box’ has incomplete type ‘QPainterPath’
|   286 |   QPainterPath box;
|       |                ^~~
| In file included from /usr/include/x86_64-linux-gnu/qt5/QtGui/qbrush.h:49,
|                  from /usr/include/x86_64-linux-gnu/qt5/QtGui/qpalette.h:46,
|                  from 
/usr/include/x86_64-linux-gnu/qt5/QtWidgets/qwidget.h:48,
|                  from /usr/include/x86_64-linux-gnu/qt5/QtWidgets/QWidget:1,
|                  from /<<PKGBUILDDIR>>/src/klftools/klfflowlistwidget.cpp:24:
| /usr/include/x86_64-linux-gnu/qt5/QtGui/qmatrix.h:54:7: note: forward 
declaration of ‘class QPainterPath’
|    54 | class QPainterPath;
|       |       ^~~~~~~~~~~~
| In file included from /<<PKGBUILDDIR>>/src/klftools/klfflowlistwidget.cpp:31:
| /<<PKGBUILDDIR>>/src/klftools/klfflowlistwidget_p.h:287:16: error: field 
‘crossbox’ has incomplete type ‘QPainterPath’
|   287 |   QPainterPath crossbox;
|       |                ^~~~~~~~
| In file included from /usr/include/x86_64-linux-gnu/qt5/QtGui/qbrush.h:49,
|                  from /usr/include/x86_64-linux-gnu/qt5/QtGui/qpalette.h:46,
|                  from 
/usr/include/x86_64-linux-gnu/qt5/QtWidgets/qwidget.h:48,
|                  from /usr/include/x86_64-linux-gnu/qt5/QtWidgets/QWidget:1,
|                  from /<<PKGBUILDDIR>>/src/klftools/klfflowlistwidget.cpp:24:
| /usr/include/x86_64-linux-gnu/qt5/QtGui/qmatrix.h:54:7: note: forward 
declaration of ‘class QPainterPath’
|    54 | class QPainterPath;
|       |       ^~~~~~~~~~~~
| In file included from /<<PKGBUILDDIR>>/src/klftools/klfflowlistwidget.cpp:31:
| /<<PKGBUILDDIR>>/src/klftools/klfflowlistwidget_p.h: In member function 
‘virtual void KLFFlowListItemWidget::resizeEvent(QResizeEvent*)’:
| /<<PKGBUILDDIR>>/src/klftools/klfflowlistwidget_p.h:223:24: error: invalid 
use of incomplete type ‘class QPainterPath’
|   223 |     box = QPainterPath();
|       |                        ^
| In file included from /usr/include/x86_64-linux-gnu/qt5/QtGui/qbrush.h:49,
|                  from /usr/include/x86_64-linux-gnu/qt5/QtGui/qpalette.h:46,
|                  from 
/usr/include/x86_64-linux-gnu/qt5/QtWidgets/qwidget.h:48,
|                  from /usr/include/x86_64-linux-gnu/qt5/QtWidgets/QWidget:1,
|                  from /<<PKGBUILDDIR>>/src/klftools/klfflowlistwidget.cpp:24:
| /usr/include/x86_64-linux-gnu/qt5/QtGui/qmatrix.h:54:7: note: forward 
declaration of ‘class QPainterPath’
|    54 | class QPainterPath;
|       |       ^~~~~~~~~~~~
| In file included from /<<PKGBUILDDIR>>/src/klftools/klfflowlistwidget.cpp:31:
| /<<PKGBUILDDIR>>/src/klftools/klfflowlistwidget_p.h:225:29: error: invalid 
use of incomplete type ‘class QPainterPath’
|   225 |     crossbox = QPainterPath();
|       |                             ^
| In file included from /usr/include/x86_64-linux-gnu/qt5/QtGui/qbrush.h:49,
|                  from /usr/include/x86_64-linux-gnu/qt5/QtGui/qpalette.h:46,
|                  from 
/usr/include/x86_64-linux-gnu/qt5/QtWidgets/qwidget.h:48,
|                  from /usr/include/x86_64-linux-gnu/qt5/QtWidgets/QWidget:1,
|                  from /<<PKGBUILDDIR>>/src/klftools/klfflowlistwidget.cpp:24:
| /usr/include/x86_64-linux-gnu/qt5/QtGui/qmatrix.h:54:7: note: forward 
declaration of ‘class QPainterPath’
|    54 | class QPainterPath;
|       |       ^~~~~~~~~~~~
| make[3]: *** [src/klftools/CMakeFiles/klftools.dir/build.make:487: 
src/klftools/CMakeFiles/klftools.dir/klfflowlistwidget.cpp.o] Error 1
| make[3]: Leaving directory '/<<PKGBUILDDIR>>/obj-x86_64-linux-gnu'
| make[2]: *** [CMakeFiles/Makefile2:645: 
src/klftools/CMakeFiles/klftools.dir/all] Error 2
| make[2]: Leaving directory '/<<PKGBUILDDIR>>/obj-x86_64-linux-gnu'
| make[1]: *** [Makefile:152: all] Error 2
| make[1]: Leaving directory '/<<PKGBUILDDIR>>/obj-x86_64-linux-gnu'
| dh_auto_build: error: cd obj-x86_64-linux-gnu && make -j1 "INSTALL=install 
--strip-program=true" returned exit code 2
| make: *** [debian/rules:9: build] Error 25
| dpkg-buildpackage: error: debian/rules build subprocess returned exit status 2

This seems recent and caused by some other package being uploaded.

Helmut

--- End Message ---
--- Begin Message ---
Source: klatexformula
Source-Version: 4.1.0-1
Done: Tobias Winchen <[email protected]>

We believe that the bug you reported is fixed in the latest version of
klatexformula, 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.
Tobias Winchen <[email protected]> (supplier of updated klatexformula 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: Fri, 13 Nov 2020 21:24:47 +0100
Source: klatexformula
Architecture: source
Version: 4.1.0-1
Distribution: unstable
Urgency: medium
Maintainer: Tobias Winchen <[email protected]>
Changed-By: Tobias Winchen <[email protected]>
Closes: 974546
Changes:
 klatexformula (4.1.0-1) unstable; urgency=medium
 .
   * New upstream release.
   * Patch to add missing include (Closes: #974546)
   * Switched to debhelper compat 13
   * Updated to standards version 4.5.0
   * Add python version to userscripts and python3 to recommended packages
   * Added dependency on texlive-latex-base
Checksums-Sha1:
 c8e34d64bf66736d43f5ed2c3eca66c795715a2f 2283 klatexformula_4.1.0-1.dsc
 3e2d20cee375f0346d1436427aa7dd85bc3cc2c7 5167384 
klatexformula_4.1.0.orig.tar.gz
 43f36ed7bfbbda8ea9d219a96e058bb5f776f14d 6204 
klatexformula_4.1.0-1.debian.tar.xz
 1105a6d21b40715550c717e3a125d05fdbb4ad10 12105 
klatexformula_4.1.0-1_source.buildinfo
Checksums-Sha256:
 56d49a7dfba784b052dcfb7a308d454344401944e78dd3a9755fdff7c40280da 2283 
klatexformula_4.1.0-1.dsc
 7af0999eeee38176ea34f9f96b358e43e343c73edf6f56143f18794303ca8702 5167384 
klatexformula_4.1.0.orig.tar.gz
 42c8f678c9919a6743de5a7b613e96034591636874a7025dc4aaa8eed5f0917a 6204 
klatexformula_4.1.0-1.debian.tar.xz
 38b464e7b2d5929f7cef95860ab17416c19748da6d32507832f5f102b927f328 12105 
klatexformula_4.1.0-1_source.buildinfo
Files:
 175b449cc12e565e80f7f8f0a64b2e3c 2283 tex optional klatexformula_4.1.0-1.dsc
 6c17a3f3f415221bf6630cec2cd7485d 5167384 tex optional 
klatexformula_4.1.0.orig.tar.gz
 6b102fea702fd4aa4e1ab573971fd91a 6204 tex optional 
klatexformula_4.1.0-1.debian.tar.xz
 fffd4e6f854f9e36f24e6cd8b3fd8826 12105 tex optional 
klatexformula_4.1.0-1_source.buildinfo

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

iQIzBAEBCgAdFiEERoyJeTtCmBnp12Ema+Zjx1o1yXUFAl/ufQ8ACgkQa+Zjx1o1
yXUpig//ebXfirHV2I8ET5zbswcXrSx01KxJ2U0amXG7BQYqdejlYzvYqizGym6q
OnbNHufb0+vskih/qGKiPQjS0OiLjTgdt9XW7jx+7AMpxJ7PWSEE+Eo3qtBiaM77
TK8ATI1R0prPzMF8dCV4ewnTWJp4p2dPlZ9/GTkF9WPrSXIFeGheUDuXFY/Vu53e
NXIn6iH6u/3UlXXTKoRdcF7WEg8E40U53YKiXwn/OHPoZ39ha5Ao4jqjzD4n5wDZ
T8fu7uZ2bzPjfYPcalWeHc7pfHRxC+oSMjx2+g60NMSVNvh7+/UmuQNzmpMr0zWA
vsUhPzpHb+8mN2TvWE5ZemFbG33B7JXw+KERGlAV/QlR3QSNbPjxJ03C36QL4vgv
gvW198sfJbKJXbIEmgzSHecRKZaiDIeiVG2Qzs7/sC/r0okDcfW2Ps4CBJ+xvivP
G+2VafIfBO2zkSZIEoOYufIYdnAnjkND8JEIx6YnRIj6k5WPwX54n5i3d9Nr19HJ
GufvjBQEFqhRAryhKNv71HM+FCxdO2BScvyT1F1kHn3ZacpnJ2AYRh520zu6B/6R
eZDkOfRCpR6hcyRpeKCXwPttXb4oktAD9WHOKZ/MWM3ySTGSnJj+xZyffC3OOY2x
NIQMjrhhFj9V6Ci1KLSLngdTHAjbTii1I4i/aWBQwt/w5XADDn8=
=GfuH
-----END PGP SIGNATURE-----

--- End Message ---

Reply via email to