Date: Fri, 25 Aug 2017 15:51:55 +0000 From: bugzilla-noreply@freebsd.org To: gnome@FreeBSD.org Subject: [Bug 221805] [PATCH] graphics/poppler-qt5 causes dependent port to fail with undefined time_t Message-ID: <bug-221805-6497@https.bugs.freebsd.org/bugzilla/>
index | next in thread | raw e-mail
https://bugs.freebsd.org/bugzilla/show_bug.cgi?id=221805 Bug ID: 221805 Summary: [PATCH] graphics/poppler-qt5 causes dependent port to fail with undefined time_t Product: Ports & Packages Version: Latest Hardware: Any OS: Any Status: New Keywords: patch Severity: Affects Only Me Priority: --- Component: Individual Port(s) Assignee: gnome@FreeBSD.org Reporter: madpilot@FreeBSD.org Assignee: gnome@FreeBSD.org Keywords: patch Flags: maintainer-feedback?(gnome@FreeBSD.org) Created attachment 185756 --> https://bugs.freebsd.org/bugzilla/attachment.cgi?id=185756&action=edit Fix time_t undefined Hi, I use print/qpdfviewer with the QT5 option. After the last update to poppler it is failing with the following error(from poudriere): --- objects-pdf/pdfmodel.o --- In file included from sources/pdfmodel.cpp:40: /usr/local/include/poppler/qt5/poppler-form.h:427:2: error: unknown type name 'time_t' time_t signingTime() const; ^ --- objects-pdf/formfieldwidgets.o --- In file included from sources/formfieldwidgets.cpp:27: /usr/local/include/poppler/qt5/poppler-form.h:427:2: error: unknown type name 'time_t' time_t signingTime() const; ^ I created a quick fix which includes <ctime> and seems to work. Not sure if it is the correct fix though. -- You are receiving this mail because: You are the assignee for the bug.home | help
Want to link to this message? Use this
URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?bug-221805-6497>
