Skip site navigation (1)Skip section navigation (2)
Date:      Thu, 24 Aug 2017 19:33:33 +0000
From:      bugzilla-noreply@freebsd.org
To:        freebsd-ports-bugs@FreeBSD.org
Subject:   [Bug 221774] print/qpdfview build fails with error: unknown type name 'time_t'
Message-ID:  <bug-221774-13@https.bugs.freebsd.org/bugzilla/>

next in thread | raw e-mail | index | archive | help
https://bugs.freebsd.org/bugzilla/show_bug.cgi?id=3D221774

            Bug ID: 221774
           Summary: print/qpdfview build fails with error: unknown type
                    name 'time_t'
           Product: Ports & Packages
           Version: Latest
          Hardware: Any
                OS: Any
            Status: New
          Severity: Affects Only Me
          Priority: ---
         Component: Individual Port(s)
          Assignee: vg@FreeBSD.org
          Reporter: mbeis@xs4all.nl
          Assignee: vg@FreeBSD.org
             Flags: maintainer-feedback?(vg@FreeBSD.org)

After the poppler update on 24th august (0.50.0 > 0.57.0), the PORTREVISION
bump of print/qpdfview fails:

c++ -c -O2 -pipe -march=3Dnocona -fstack-protector -fno-strict-aliasing
-std=3Dgnu++11 -Wall -W -pthread -fPIC -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/local/include/poppler/qt5
-I/usr/local/include/poppler -I/usr/local/include/qt5
-I/usr/local/include/qt5/QtWidgets -I/usr/local/include/qt5/QtGui
-I/usr/local/include/qt5/QtXml -I/usr/local/include/qt5/QtCore -Imoc-pdf
-I/usr/local/include -I/usr/local/lib/qt5/mkspecs/freebsd-clang -o
objects-pdf/moc_annotationwidgets.o moc-pdf/moc_annotationwidgets.cpp
--- 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 na=
me
'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 na=
me
'time_t'
        time_t signingTime() const;
        ^
1 error generated.
*** [objects-pdf/formfieldwidgets.o] Error code 1

make[3]: stopped in /usr/ports/print/qpdfview/work/qpdfview-0.4.16
--- objects-pdf/pdfmodel.o ---
1 error generated.
*** [objects-pdf/pdfmodel.o] Error code 1

make[3]: stopped in /usr/ports/print/qpdfview/work/qpdfview-0.4.16

--=20
You are receiving this mail because:
You are the assignee for the bug.=



Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?bug-221774-13>