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

Bug#975144: marked as done (qpdfview: FTBFS: sources/model.h:46:22: error: field ‘boundary’ has incomplete type ‘QPainterPath’)



Your message dated Tue, 01 Dec 2020 22:34:28 +0000
with message-id <E1kkEE8-000G7Q-L1@fasolo.debian.org>
and subject line Bug#975144: fixed in qpdfview 0.4.18-2
has caused the Debian Bug report #975144,
regarding qpdfview: FTBFS: sources/model.h:46:22: error: field ‘boundary’ 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 owner@bugs.debian.org
immediately.)


-- 
975144: https://bugs.debian.org/cgi-bin/bugreport.cgi?bug=975144
Debian Bug Tracking System
Contact owner@bugs.debian.org with problems
--- Begin Message ---
Source: qpdfview
Version: 0.4.18-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>>=. -fstack-protector-strong -Wformat -Werror=format-security -Wdate-time -D_FORTIFY_SOURCE=2 -Wall -Wextra -D_REENTRANT -fPIC -D_FILE_OFFSET_BITS=64 -DHAS_POPPLER_14 -DHAS_POPPLER_18 -DHAS_POPPLER_20 -DHAS_POPPLER_22 -DHAS_POPPLER_24 -DHAS_POPPLER_26 -DHAS_POPPLER_31 -DHAS_POPPLER_35 -DQT_NO_DEBUG -DQT_PLUGIN -DQT_WIDGETS_LIB -DQT_GUI_LIB -DQT_XML_LIB -DQT_CORE_LIB -I. -I/usr/include/poppler/qt5 -I/usr/include/poppler -I/usr/include/x86_64-linux-gnu/qt5 -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/QtXml -I/usr/include/x86_64-linux-gnu/qt5/QtCore -Imoc-pdf -I/usr/lib/x86_64-linux-gnu/qt5/mkspecs/linux-g++ -o objects-pdf/moc_model.o moc-pdf/moc_model.cpp
> In file included from sources/pdfmodel.h:43,
>                  from sources/pdfmodel.cpp:24:
> sources/model.h:46:22: error: field ‘boundary’ has incomplete type ‘QPainterPath’
>    46 |         QPainterPath boundary;
>       |                      ^~~~~~~~
> 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 sources/model.h:28,
>                  from sources/pdfmodel.h:43,
>                  from sources/pdfmodel.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 /usr/include/poppler/qt5/poppler-qt5.h:44,
>                  from sources/pdfmodel.cpp:33:
> /usr/include/poppler/qt5/poppler-annotation.h:594:5: warning: ‘template<class T> class QLinkedList’ is deprecated: Use std::list instead [-Wdeprecated-declarations]
>   594 |     QLinkedList<QPointF> linePoints() const;
>       |     ^~~~~~~~~~~
> In file included from /usr/include/x86_64-linux-gnu/qt5/QtCore/qvarlengtharray.h:43,
>                  from /usr/include/x86_64-linux-gnu/qt5/QtCore/qmetatype.h:48,
>                  from /usr/include/x86_64-linux-gnu/qt5/QtCore/qobject.h:54,
>                  from /usr/include/x86_64-linux-gnu/qt5/QtCore/qcoreapplication.h:46,
>                  from /usr/include/x86_64-linux-gnu/qt5/QtCore/QCoreApplication:1,
>                  from sources/pdfmodel.h:26,
>                  from sources/pdfmodel.cpp:24:
> /usr/include/x86_64-linux-gnu/qt5/QtCore/qcontainerfwd.h:51:26: note: declared here
>    51 | template <class T> class QLinkedList;
>       |                          ^~~~~~~~~~~
> In file included from /usr/include/poppler/qt5/poppler-qt5.h:44,
>                  from sources/pdfmodel.cpp:33:
> /usr/include/poppler/qt5/poppler-annotation.h:595:30: warning: ‘template<class T> class QLinkedList’ is deprecated: Use std::list instead [-Wdeprecated-declarations]
>   595 |     void setLinePoints(const QLinkedList<QPointF> &points);
>       |                              ^~~~~~~~~~~
> In file included from /usr/include/x86_64-linux-gnu/qt5/QtCore/qvarlengtharray.h:43,
>                  from /usr/include/x86_64-linux-gnu/qt5/QtCore/qmetatype.h:48,
>                  from /usr/include/x86_64-linux-gnu/qt5/QtCore/qobject.h:54,
>                  from /usr/include/x86_64-linux-gnu/qt5/QtCore/qcoreapplication.h:46,
>                  from /usr/include/x86_64-linux-gnu/qt5/QtCore/QCoreApplication:1,
>                  from sources/pdfmodel.h:26,
>                  from sources/pdfmodel.cpp:24:
> /usr/include/x86_64-linux-gnu/qt5/QtCore/qcontainerfwd.h:51:26: note: declared here
>    51 | template <class T> class QLinkedList;
>       |                          ^~~~~~~~~~~
> In file included from /usr/include/poppler/qt5/poppler-qt5.h:44,
>                  from sources/pdfmodel.cpp:33:
> /usr/include/poppler/qt5/poppler-annotation.h:802:11: warning: ‘template<class T> class QLinkedList’ is deprecated: Use std::list instead [-Wdeprecated-declarations]
>   802 |     QList<QLinkedList<QPointF>> inkPaths() const;
>       |           ^~~~~~~~~~~
> In file included from /usr/include/x86_64-linux-gnu/qt5/QtCore/qvarlengtharray.h:43,
>                  from /usr/include/x86_64-linux-gnu/qt5/QtCore/qmetatype.h:48,
>                  from /usr/include/x86_64-linux-gnu/qt5/QtCore/qobject.h:54,
>                  from /usr/include/x86_64-linux-gnu/qt5/QtCore/qcoreapplication.h:46,
>                  from /usr/include/x86_64-linux-gnu/qt5/QtCore/QCoreApplication:1,
>                  from sources/pdfmodel.h:26,
>                  from sources/pdfmodel.cpp:24:
> /usr/include/x86_64-linux-gnu/qt5/QtCore/qcontainerfwd.h:51:26: note: declared here
>    51 | template <class T> class QLinkedList;
>       |                          ^~~~~~~~~~~
> In file included from /usr/include/poppler/qt5/poppler-qt5.h:44,
>                  from sources/pdfmodel.cpp:33:
> /usr/include/poppler/qt5/poppler-annotation.h:803:34: warning: ‘template<class T> class QLinkedList’ is deprecated: Use std::list instead [-Wdeprecated-declarations]
>   803 |     void setInkPaths(const QList<QLinkedList<QPointF>> &paths);
>       |                                  ^~~~~~~~~~~
> In file included from /usr/include/x86_64-linux-gnu/qt5/QtCore/qvarlengtharray.h:43,
>                  from /usr/include/x86_64-linux-gnu/qt5/QtCore/qmetatype.h:48,
>                  from /usr/include/x86_64-linux-gnu/qt5/QtCore/qobject.h:54,
>                  from /usr/include/x86_64-linux-gnu/qt5/QtCore/qcoreapplication.h:46,
>                  from /usr/include/x86_64-linux-gnu/qt5/QtCore/QCoreApplication:1,
>                  from sources/pdfmodel.h:26,
>                  from sources/pdfmodel.cpp:24:
> /usr/include/x86_64-linux-gnu/qt5/QtCore/qcontainerfwd.h:51:26: note: declared here
>    51 | template <class T> class QLinkedList;
>       |                          ^~~~~~~~~~~
> In file included from /usr/include/poppler/qt5/poppler-qt5.h:44,
>                  from sources/annotationwidgets.cpp:35:
> /usr/include/poppler/qt5/poppler-annotation.h:594:5: warning: ‘template<class T> class QLinkedList’ is deprecated: Use std::list instead [-Wdeprecated-declarations]
>   594 |     QLinkedList<QPointF> linePoints() const;
>       |     ^~~~~~~~~~~
> In file included from /usr/include/x86_64-linux-gnu/qt5/QtCore/qvarlengtharray.h:43,
>                  from /usr/include/x86_64-linux-gnu/qt5/QtCore/qmetatype.h:48,
>                  from /usr/include/x86_64-linux-gnu/qt5/QtCore/qobject.h:54,
>                  from /usr/include/x86_64-linux-gnu/qt5/QtWidgets/qwidget.h:45,
>                  from /usr/include/x86_64-linux-gnu/qt5/QtWidgets/qframe.h:44,
>                  from /usr/include/x86_64-linux-gnu/qt5/QtWidgets/qabstractscrollarea.h:44,
>                  from /usr/include/x86_64-linux-gnu/qt5/QtWidgets/qtextedit.h:44,
>                  from /usr/include/x86_64-linux-gnu/qt5/QtWidgets/qplaintextedit.h:44,
>                  from /usr/include/x86_64-linux-gnu/qt5/QtWidgets/QPlainTextEdit:1,
>                  from sources/annotationwidgets.h:25,
>                  from sources/annotationwidgets.cpp:22:
> /usr/include/x86_64-linux-gnu/qt5/QtCore/qcontainerfwd.h:51:26: note: declared here
>    51 | template <class T> class QLinkedList;
>       |                          ^~~~~~~~~~~
> In file included from /usr/include/poppler/qt5/poppler-qt5.h:44,
>                  from sources/annotationwidgets.cpp:35:
> /usr/include/poppler/qt5/poppler-annotation.h:595:30: warning: ‘template<class T> class QLinkedList’ is deprecated: Use std::list instead [-Wdeprecated-declarations]
>   595 |     void setLinePoints(const QLinkedList<QPointF> &points);
>       |                              ^~~~~~~~~~~
> In file included from /usr/include/x86_64-linux-gnu/qt5/QtCore/qvarlengtharray.h:43,
>                  from /usr/include/x86_64-linux-gnu/qt5/QtCore/qmetatype.h:48,
>                  from /usr/include/x86_64-linux-gnu/qt5/QtCore/qobject.h:54,
>                  from /usr/include/x86_64-linux-gnu/qt5/QtWidgets/qwidget.h:45,
>                  from /usr/include/x86_64-linux-gnu/qt5/QtWidgets/qframe.h:44,
>                  from /usr/include/x86_64-linux-gnu/qt5/QtWidgets/qabstractscrollarea.h:44,
>                  from /usr/include/x86_64-linux-gnu/qt5/QtWidgets/qtextedit.h:44,
>                  from /usr/include/x86_64-linux-gnu/qt5/QtWidgets/qplaintextedit.h:44,
>                  from /usr/include/x86_64-linux-gnu/qt5/QtWidgets/QPlainTextEdit:1,
>                  from sources/annotationwidgets.h:25,
>                  from sources/annotationwidgets.cpp:22:
> /usr/include/x86_64-linux-gnu/qt5/QtCore/qcontainerfwd.h:51:26: note: declared here
>    51 | template <class T> class QLinkedList;
>       |                          ^~~~~~~~~~~
> In file included from /usr/include/poppler/qt5/poppler-qt5.h:44,
>                  from sources/annotationwidgets.cpp:35:
> /usr/include/poppler/qt5/poppler-annotation.h:802:11: warning: ‘template<class T> class QLinkedList’ is deprecated: Use std::list instead [-Wdeprecated-declarations]
>   802 |     QList<QLinkedList<QPointF>> inkPaths() const;
>       |           ^~~~~~~~~~~
> In file included from /usr/include/x86_64-linux-gnu/qt5/QtCore/qvarlengtharray.h:43,
>                  from /usr/include/x86_64-linux-gnu/qt5/QtCore/qmetatype.h:48,
>                  from /usr/include/x86_64-linux-gnu/qt5/QtCore/qobject.h:54,
>                  from /usr/include/x86_64-linux-gnu/qt5/QtWidgets/qwidget.h:45,
>                  from /usr/include/x86_64-linux-gnu/qt5/QtWidgets/qframe.h:44,
>                  from /usr/include/x86_64-linux-gnu/qt5/QtWidgets/qabstractscrollarea.h:44,
>                  from /usr/include/x86_64-linux-gnu/qt5/QtWidgets/qtextedit.h:44,
>                  from /usr/include/x86_64-linux-gnu/qt5/QtWidgets/qplaintextedit.h:44,
>                  from /usr/include/x86_64-linux-gnu/qt5/QtWidgets/QPlainTextEdit:1,
>                  from sources/annotationwidgets.h:25,
>                  from sources/annotationwidgets.cpp:22:
> /usr/include/x86_64-linux-gnu/qt5/QtCore/qcontainerfwd.h:51:26: note: declared here
>    51 | template <class T> class QLinkedList;
>       |                          ^~~~~~~~~~~
> In file included from /usr/include/poppler/qt5/poppler-qt5.h:44,
>                  from sources/annotationwidgets.cpp:35:
> /usr/include/poppler/qt5/poppler-annotation.h:803:34: warning: ‘template<class T> class QLinkedList’ is deprecated: Use std::list instead [-Wdeprecated-declarations]
>   803 |     void setInkPaths(const QList<QLinkedList<QPointF>> &paths);
>       |                                  ^~~~~~~~~~~
> In file included from /usr/include/x86_64-linux-gnu/qt5/QtCore/qvarlengtharray.h:43,
>                  from /usr/include/x86_64-linux-gnu/qt5/QtCore/qmetatype.h:48,
>                  from /usr/include/x86_64-linux-gnu/qt5/QtCore/qobject.h:54,
>                  from /usr/include/x86_64-linux-gnu/qt5/QtWidgets/qwidget.h:45,
>                  from /usr/include/x86_64-linux-gnu/qt5/QtWidgets/qframe.h:44,
>                  from /usr/include/x86_64-linux-gnu/qt5/QtWidgets/qabstractscrollarea.h:44,
>                  from /usr/include/x86_64-linux-gnu/qt5/QtWidgets/qtextedit.h:44,
>                  from /usr/include/x86_64-linux-gnu/qt5/QtWidgets/qplaintextedit.h:44,
>                  from /usr/include/x86_64-linux-gnu/qt5/QtWidgets/QPlainTextEdit:1,
>                  from sources/annotationwidgets.h:25,
>                  from sources/annotationwidgets.cpp:22:
> /usr/include/x86_64-linux-gnu/qt5/QtCore/qcontainerfwd.h:51:26: note: declared here
>    51 | template <class T> class QLinkedList;
>       |                          ^~~~~~~~~~~
> In file included from /usr/include/poppler/qt5/poppler-form.h:39,
>                  from sources/formfieldwidgets.cpp:27:
> /usr/include/poppler/qt5/poppler-annotation.h:594:5: warning: ‘template<class T> class QLinkedList’ is deprecated: Use std::list instead [-Wdeprecated-declarations]
>   594 |     QLinkedList<QPointF> linePoints() const;
>       |     ^~~~~~~~~~~
> In file included from /usr/include/x86_64-linux-gnu/qt5/QtCore/qvarlengtharray.h:43,
>                  from /usr/include/x86_64-linux-gnu/qt5/QtCore/qmetatype.h:48,
>                  from /usr/include/x86_64-linux-gnu/qt5/QtCore/qobject.h:54,
>                  from /usr/include/x86_64-linux-gnu/qt5/QtCore/qsharedpointer_impl.h:65,
>                  from /usr/include/x86_64-linux-gnu/qt5/QtCore/qsharedpointer.h:48,
>                  from /usr/include/x86_64-linux-gnu/qt5/QtGui/qpixmap.h:48,
>                  from /usr/include/x86_64-linux-gnu/qt5/QtGui/qicon.h:46,
>                  from /usr/include/x86_64-linux-gnu/qt5/QtWidgets/qabstractbutton.h:44,
>                  from /usr/include/x86_64-linux-gnu/qt5/QtWidgets/qcheckbox.h:44,
>                  from /usr/include/x86_64-linux-gnu/qt5/QtWidgets/QCheckBox:1,
>                  from sources/formfieldwidgets.h:25,
>                  from sources/formfieldwidgets.cpp:22:
> /usr/include/x86_64-linux-gnu/qt5/QtCore/qcontainerfwd.h:51:26: note: declared here
>    51 | template <class T> class QLinkedList;
>       |                          ^~~~~~~~~~~
> In file included from /usr/include/poppler/qt5/poppler-form.h:39,
>                  from sources/formfieldwidgets.cpp:27:
> /usr/include/poppler/qt5/poppler-annotation.h:595:30: warning: ‘template<class T> class QLinkedList’ is deprecated: Use std::list instead [-Wdeprecated-declarations]
>   595 |     void setLinePoints(const QLinkedList<QPointF> &points);
>       |                              ^~~~~~~~~~~
> In file included from /usr/include/x86_64-linux-gnu/qt5/QtCore/qvarlengtharray.h:43,
>                  from /usr/include/x86_64-linux-gnu/qt5/QtCore/qmetatype.h:48,
>                  from /usr/include/x86_64-linux-gnu/qt5/QtCore/qobject.h:54,
>                  from /usr/include/x86_64-linux-gnu/qt5/QtCore/qsharedpointer_impl.h:65,
>                  from /usr/include/x86_64-linux-gnu/qt5/QtCore/qsharedpointer.h:48,
>                  from /usr/include/x86_64-linux-gnu/qt5/QtGui/qpixmap.h:48,
>                  from /usr/include/x86_64-linux-gnu/qt5/QtGui/qicon.h:46,
>                  from /usr/include/x86_64-linux-gnu/qt5/QtWidgets/qabstractbutton.h:44,
>                  from /usr/include/x86_64-linux-gnu/qt5/QtWidgets/qcheckbox.h:44,
>                  from /usr/include/x86_64-linux-gnu/qt5/QtWidgets/QCheckBox:1,
>                  from sources/formfieldwidgets.h:25,
>                  from sources/formfieldwidgets.cpp:22:
> /usr/include/x86_64-linux-gnu/qt5/QtCore/qcontainerfwd.h:51:26: note: declared here
>    51 | template <class T> class QLinkedList;
>       |                          ^~~~~~~~~~~
> In file included from /usr/include/poppler/qt5/poppler-form.h:39,
>                  from sources/formfieldwidgets.cpp:27:
> /usr/include/poppler/qt5/poppler-annotation.h:802:11: warning: ‘template<class T> class QLinkedList’ is deprecated: Use std::list instead [-Wdeprecated-declarations]
>   802 |     QList<QLinkedList<QPointF>> inkPaths() const;
>       |           ^~~~~~~~~~~
> In file included from /usr/include/x86_64-linux-gnu/qt5/QtCore/qvarlengtharray.h:43,
>                  from /usr/include/x86_64-linux-gnu/qt5/QtCore/qmetatype.h:48,
>                  from /usr/include/x86_64-linux-gnu/qt5/QtCore/qobject.h:54,
>                  from /usr/include/x86_64-linux-gnu/qt5/QtCore/qsharedpointer_impl.h:65,
>                  from /usr/include/x86_64-linux-gnu/qt5/QtCore/qsharedpointer.h:48,
>                  from /usr/include/x86_64-linux-gnu/qt5/QtGui/qpixmap.h:48,
>                  from /usr/include/x86_64-linux-gnu/qt5/QtGui/qicon.h:46,
>                  from /usr/include/x86_64-linux-gnu/qt5/QtWidgets/qabstractbutton.h:44,
>                  from /usr/include/x86_64-linux-gnu/qt5/QtWidgets/qcheckbox.h:44,
>                  from /usr/include/x86_64-linux-gnu/qt5/QtWidgets/QCheckBox:1,
>                  from sources/formfieldwidgets.h:25,
>                  from sources/formfieldwidgets.cpp:22:
> /usr/include/x86_64-linux-gnu/qt5/QtCore/qcontainerfwd.h:51:26: note: declared here
>    51 | template <class T> class QLinkedList;
>       |                          ^~~~~~~~~~~
> In file included from /usr/include/poppler/qt5/poppler-form.h:39,
>                  from sources/formfieldwidgets.cpp:27:
> /usr/include/poppler/qt5/poppler-annotation.h:803:34: warning: ‘template<class T> class QLinkedList’ is deprecated: Use std::list instead [-Wdeprecated-declarations]
>   803 |     void setInkPaths(const QList<QLinkedList<QPointF>> &paths);
>       |                                  ^~~~~~~~~~~
> In file included from /usr/include/x86_64-linux-gnu/qt5/QtCore/qvarlengtharray.h:43,
>                  from /usr/include/x86_64-linux-gnu/qt5/QtCore/qmetatype.h:48,
>                  from /usr/include/x86_64-linux-gnu/qt5/QtCore/qobject.h:54,
>                  from /usr/include/x86_64-linux-gnu/qt5/QtCore/qsharedpointer_impl.h:65,
>                  from /usr/include/x86_64-linux-gnu/qt5/QtCore/qsharedpointer.h:48,
>                  from /usr/include/x86_64-linux-gnu/qt5/QtGui/qpixmap.h:48,
>                  from /usr/include/x86_64-linux-gnu/qt5/QtGui/qicon.h:46,
>                  from /usr/include/x86_64-linux-gnu/qt5/QtWidgets/qabstractbutton.h:44,
>                  from /usr/include/x86_64-linux-gnu/qt5/QtWidgets/qcheckbox.h:44,
>                  from /usr/include/x86_64-linux-gnu/qt5/QtWidgets/QCheckBox:1,
>                  from sources/formfieldwidgets.h:25,
>                  from sources/formfieldwidgets.cpp:22:
> /usr/include/x86_64-linux-gnu/qt5/QtCore/qcontainerfwd.h:51:26: note: declared here
>    51 | template <class T> class QLinkedList;
>       |                          ^~~~~~~~~~~
> In file included from moc-pdf/moc_model.cpp:10:
> moc-pdf/../sources/model.h:46:22: error: field ‘boundary’ has incomplete type ‘QPainterPath’
>    46 |         QPainterPath boundary;
>       |                      ^~~~~~~~
> 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 moc-pdf/../sources/model.h:28,
>                  from moc-pdf/moc_model.cpp:10:
> /usr/include/x86_64-linux-gnu/qt5/QtGui/qmatrix.h:54:7: note: forward declaration of ‘class QPainterPath’
>    54 | class QPainterPath;
>       |       ^~~~~~~~~~~~
> sources/pdfmodel.cpp: In member function ‘virtual qpdfview::Model::Outline qpdfview::Model::PdfDocument::outline() const’:
> sources/pdfmodel.cpp:979:56: warning: ‘QDomDocument* Poppler::Document::toc() const’ is deprecated [-Wdeprecated-declarations]
>   979 |     QScopedPointer< QDomDocument > toc(m_document->toc());
>       |                                                        ^
> In file included from sources/pdfmodel.cpp:33:
> /usr/include/poppler/qt5/poppler-qt5.h:1709:37: note: declared here
>  1709 |     Q_DECL_DEPRECATED QDomDocument *toc() const;
>       |                                     ^~~
> g++ -c -pipe -g -O2 -fdebug-prefix-map=/<<PKGBUILDDIR>>=. -fstack-protector-strong -Wformat -Werror=format-security -Wdate-time -D_FORTIFY_SOURCE=2 -Wall -Wextra -D_REENTRANT -fPIC -D_FILE_OFFSET_BITS=64 -DHAS_POPPLER_14 -DHAS_POPPLER_18 -DHAS_POPPLER_20 -DHAS_POPPLER_22 -DHAS_POPPLER_24 -DHAS_POPPLER_26 -DHAS_POPPLER_31 -DHAS_POPPLER_35 -DQT_NO_DEBUG -DQT_PLUGIN -DQT_WIDGETS_LIB -DQT_GUI_LIB -DQT_XML_LIB -DQT_CORE_LIB -I. -I/usr/include/poppler/qt5 -I/usr/include/poppler -I/usr/include/x86_64-linux-gnu/qt5 -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/QtXml -I/usr/include/x86_64-linux-gnu/qt5/QtCore -Imoc-pdf -I/usr/lib/x86_64-linux-gnu/qt5/mkspecs/linux-g++ -o objects-pdf/moc_pdfmodel.o moc-pdf/moc_pdfmodel.cpp
> make[2]: *** [Makefile.pdf-plugin:433: objects-pdf/moc_model.o] Error 1

The full build log is available from:
   http://qa-logs.debian.net/2020/11/19/qpdfview_0.4.18-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: qpdfview
Source-Version: 0.4.18-2
Done: Sudip Mukherjee <sudipm.mukherjee@gmail.com>

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

Debian distribution maintenance software
pp.
Sudip Mukherjee <sudipm.mukherjee@gmail.com> (supplier of updated qpdfview 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: Tue, 01 Dec 2020 22:05:42 +0000
Source: qpdfview
Architecture: source
Version: 0.4.18-2
Distribution: unstable
Urgency: medium
Maintainer: Debian QA Group <packages@qa.debian.org>
Changed-By: Sudip Mukherjee <sudipm.mukherjee@gmail.com>
Closes: 975144
Changes:
 qpdfview (0.4.18-2) unstable; urgency=medium
 .
   * QA upload.
   * Fix FTBFS. (Closes: #975144)
     - Import QPainterPath.
   * Update Standards-Version to 4.5.1
   * Update compat level to 13.
Checksums-Sha1:
 891d03f7e3747664883a29424dc619136f5f1e9a 2514 qpdfview_0.4.18-2.dsc
 a1960bd529d4f458402ed64c0f25b3037f85d03d 23064 qpdfview_0.4.18-2.debian.tar.xz
 50ec70fb0e7475e5c379dba3ddd37ce46eaa3737 13475 qpdfview_0.4.18-2_amd64.buildinfo
Checksums-Sha256:
 6aaf97f461843e38c38f18e46d49d6725867178082ae5625b06129dad93c5edd 2514 qpdfview_0.4.18-2.dsc
 fea291d917621e5495cc2572722ad2996a63d8ef5a92dc3aeb910dcb4e1f50e2 23064 qpdfview_0.4.18-2.debian.tar.xz
 5af658d69e6fc6b2e4ba01a4f0e9cd6b0c1d9c991dfcfbe2fbf415a325c887f6 13475 qpdfview_0.4.18-2_amd64.buildinfo
Files:
 80ba4d12d4794bb159cd7c4d6d6ad2d4 2514 graphics optional qpdfview_0.4.18-2.dsc
 7060adeaff52596bd4c2bef44ecfb9e1 23064 graphics optional qpdfview_0.4.18-2.debian.tar.xz
 4a3d75c4886bc82baa4cf8fd0d220bcf 13475 graphics optional qpdfview_0.4.18-2_amd64.buildinfo

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

iQIzBAEBCgAdFiEEuDQJkCg9jZvBlJrHR5mjUUbRKzUFAl/Gv+wACgkQR5mjUUbR
KzUdgA/8CE2UY69k00e7osiPUtTGPal81iPlT4W+w/mkAiTefzgVIZcCzeeZFoJH
WnWOyTDcN8SktQxlAH7kx2PcbZ9vFTQCYy0cYga5JucxUYtcEizSpkqrVfJ8F1wK
hf7MjjUnYzSQ6ox2HSRLC+s/WJdzICBOyCvbXsykPjJUqN4hq4vPvLKwX2eVniDK
cb1fPPuSlmqxkjdQ89BMTO/oxUznssn9AKWR3aQPe3HcwjZXr7J8vwrFEMkj1GBI
81tn/7naT+Tkc1XrNhyO2QT+xmleOYuc2VI+2dCam8xRje1JaKiVg5MOV3DNFVuL
mQlkH0sqcyq3InYr+TVar4O81zHfV8QXHfgwVApuIqjfjjYEnLLZc4Vv8vXAfnFh
YaWCMOp9zOhGfpiwXiVOyDpsVqEXYJUC2VG/A/uPiC8BxHci87OD0xYffAzYQ1hX
QaAw/L5ylPujSlIjqq7bgO3w4WlYkBXxPIdXVIY3J327wgrwpljDvt/Vc8fHHCC1
zpgNuQ/4hBKmnmTeEPL2HOx5+Wmq1eeygTFR4U+pCq1gGiWWAm8y6pUD39wHPToZ
D74BY3FljGKiJfitIx4r6hTsfgJY1A+UYNQFC7y3OlLCqwaKWrlP31yjT9h3MNhU
n/RD5DrYy+c5u/a6lyK+usrzOR49RhkLPjiSHRsEJ7YqgLvTwsk=
=bycp
-----END PGP SIGNATURE-----

--- End Message ---

Reply to: