[Bug 221774] print/qpdfview build fails with error: unknown type name 'time_t'

bugzilla-noreply at freebsd.org bugzilla-noreply at freebsd.org
Thu Aug 24 19:33:34 UTC 2017


https://bugs.freebsd.org/bugzilla/show_bug.cgi?id=221774

            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 at FreeBSD.org
          Reporter: mbeis at xs4all.nl
          Assignee: vg at FreeBSD.org
             Flags: maintainer-feedback?(vg at 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=nocona -fstack-protector -fno-strict-aliasing
-std=gnu++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 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;
        ^
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

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


More information about the freebsd-ports-bugs mailing list