=> Bootstrap dependency digest>=20010302: found digest-20190127 ===> Building for xpp-1.5nb27 /usr/pkg/bin/fluid -c mainwindow.fl c++ -DPACKAGE=\"xpp\" -DVERSION=\"1.5\" -DHAVE_LIBX11=1 -DHAVE_LIBXEXT=1 -DHAVE_LIBGL=1 -DHAVE_LIBGLU=1 -DHAVE_LIBJPEG=1 -DHAVE_LIBPNG=1 -DHAVE_LIBM=1 -DSTDC_HEADERS=1 -DHAVE_CUPS_CUPS_H=1 -DHAVE_FL_FL_H=1 -DHAVE_LIBCUPS=1 -I. -I. -DPNG_NO_ASSEMBLER_CODE -I/usr/pkg/include -I/usr/include/krb5 -I/usr/include -I/usr/X11R7/include -I/usr/X11R7/include/libdrm -I/usr/X11R7/include -I/usr/pkg/include -O2 -mieee -D_FORTIFY_SOURCE=2 -I/usr/pkg/include -I/usr/X11R7/include -I/usr/X11R7/include/libdrm -I/usr/include -I/usr/X11R7/include -D_THREAD_SAFE -D_REENTRANT -O2 -D_IPP_PRIVATE_STRUCTURES -mieee -D_FORTIFY_SOURCE=2 -I/usr/pkg/include -I/usr/include/krb5 -I/usr/include -I/usr/X11R7/include -I/usr/X11R7/include/libdrm -c mainwindow.cxx mainwindow.cxx: In member function 'void xppMainWindow::cb_OK_i(Fl_Return_Button*, void*)': mainwindow.cxx:749:45: warning: 'void ppdMarkDefaults(ppd_file_t*)' is deprecated: Use cupsCopyDestInfo and friends instead. [-Wdeprecated-declarations] ppdMarkDefaults(print->ppds[print->dest_pos]); ^ In file included from xpp.h:39:0, from mainwindow.h:10, from mainwindow.cxx:3: /tmp/pkgbuild/print/xpp/work.alpha/.buildlink/include/cups/ppd.h:384:14: note: declared here extern void ppdMarkDefaults(ppd_file_t *ppd) _CUPS_DEPRECATED_1_6_MSG("Use cupsCopyDestInfo and friends instead."); ^~~~~~~~~~~~~~~ mainwindow.cxx:750:95: warning: 'int cupsMarkOptions(ppd_file_t*, int, cups_option_t*)' is deprecated: Use cupsCopyDestInfo and friends instead. [-Wdeprecated-declarations] cupsMarkOptions(print->ppds[print->dest_pos],print->num_changed_options,print->changed_options); ^ In file included from xpp.h:39:0, from mainwindow.h:10, from mainwindow.cxx:3: /tmp/pkgbuild/print/xpp/work.alpha/.buildlink/include/cups/ppd.h:362:13: note: declared here extern int cupsMarkOptions(ppd_file_t *ppd, int num_options, cups_option_t *options) _CUPS_DEPRECATED_1_6_MSG("Use cupsCopyDestInfo and friends instead."); ^~~~~~~~~~~~~~~ mainwindow.cxx: In member function 'void xppMainWindow::cb_Cancel_i(Fl_Button*, void*)': mainwindow.cxx:769:45: warning: 'void ppdMarkDefaults(ppd_file_t*)' is deprecated: Use cupsCopyDestInfo and friends instead. [-Wdeprecated-declarations] ppdMarkDefaults(print->ppds[print->dest_pos]); ^ In file included from xpp.h:39:0, from mainwindow.h:10, from mainwindow.cxx:3: /tmp/pkgbuild/print/xpp/work.alpha/.buildlink/include/cups/ppd.h:384:14: note: declared here extern void ppdMarkDefaults(ppd_file_t *ppd) _CUPS_DEPRECATED_1_6_MSG("Use cupsCopyDestInfo and friends instead."); ^~~~~~~~~~~~~~~ mainwindow.cxx:770:125: warning: 'int cupsMarkOptions(ppd_file_t*, int, cups_option_t*)' is deprecated: Use cupsCopyDestInfo and friends instead. [-Wdeprecated-declarations] cupsMarkOptions(print->ppds[print->dest_pos],print->dests[print->dest_pos].num_options,print->dests[print->dest_pos].options); ^ In file included from xpp.h:39:0, from mainwindow.h:10, from mainwindow.cxx:3: /tmp/pkgbuild/print/xpp/work.alpha/.buildlink/include/cups/ppd.h:362:13: note: declared here extern int cupsMarkOptions(ppd_file_t *ppd, int num_options, cups_option_t *options) _CUPS_DEPRECATED_1_6_MSG("Use cupsCopyDestInfo and friends instead."); ^~~~~~~~~~~~~~~ mainwindow.cxx: In member function 'void xppMainWindow::cb_Save_i(Fl_Button*, void*)': mainwindow.cxx:821:45: warning: 'void ppdMarkDefaults(ppd_file_t*)' is deprecated: Use cupsCopyDestInfo and friends instead. [-Wdeprecated-declarations] ppdMarkDefaults(print->ppds[print->dest_pos]); ^ In file included from xpp.h:39:0, from mainwindow.h:10, from mainwindow.cxx:3: /tmp/pkgbuild/print/xpp/work.alpha/.buildlink/include/cups/ppd.h:384:14: note: declared here extern void ppdMarkDefaults(ppd_file_t *ppd) _CUPS_DEPRECATED_1_6_MSG("Use cupsCopyDestInfo and friends instead."); ^~~~~~~~~~~~~~~ mainwindow.cxx:822:95: warning: 'int cupsMarkOptions(ppd_file_t*, int, cups_option_t*)' is deprecated: Use cupsCopyDestInfo and friends instead. [-Wdeprecated-declarations] cupsMarkOptions(print->ppds[print->dest_pos],print->num_changed_options,print->changed_options); ^ In file included from xpp.h:39:0, from mainwindow.h:10, from mainwindow.cxx:3: /tmp/pkgbuild/print/xpp/work.alpha/.buildlink/include/cups/ppd.h:362:13: note: declared here extern int cupsMarkOptions(ppd_file_t *ppd, int num_options, cups_option_t *options) _CUPS_DEPRECATED_1_6_MSG("Use cupsCopyDestInfo and friends instead."); ^~~~~~~~~~~~~~~ mainwindow.cxx: In member function 'void xppMainWindow::cb_Apply_i(Fl_Return_Button*, void*)': mainwindow.cxx:914:21: warning: 'int fl_ask(const char*, ...)' is deprecated [-Wdeprecated-declarations] if (!fl_ask(buffer)) return; ^ In file included from /tmp/pkgbuild/print/xpp/work.alpha/.buildlink/include/FL/fl_message.H:28:0, from xpp.h:54, from mainwindow.h:10, from mainwindow.cxx:3: /tmp/pkgbuild/print/xpp/work.alpha/.buildlink/include/FL/fl_ask.H:59:15: note: declared here FL_EXPORT int fl_ask(const char *,...) __fl_attr((__format__ (__printf__, 1, 2), __deprecated__)); ^~~~~~ mainwindow.cxx: In member function 'Fl_Double_Window* xppMainWindow::xppOptionDialog()': mainwindow.cxx:1064:54: warning: 'const char* cupsGetPPD(const char*)' is deprecated: Use cupsCopyDestInfo and friends instead. [-Wdeprecated-declarations] str = cupsGetPPD(print->dests[print->dest_pos].name); ^ In file included from xpp.h:39:0, from mainwindow.h:10, from mainwindow.cxx:3: /tmp/pkgbuild/print/xpp/work.alpha/.buildlink/include/cups/ppd.h:358:20: note: declared here extern const char *cupsGetPPD(const char *name) _CUPS_DEPRECATED_1_6_MSG("Use cupsCopyDestInfo and friends instead."); ^~~~~~~~~~ mainwindow.cxx:1066:53: warning: 'ppd_file_t* ppdOpenFile(const char*)' is deprecated: Use cupsCopyDestInfo and friends instead. [-Wdeprecated-declarations] print->ppds[print->dest_pos] = ppdOpenFile(str); ^ In file included from xpp.h:39:0, from mainwindow.h:10, from mainwindow.cxx:3: /tmp/pkgbuild/print/xpp/work.alpha/.buildlink/include/cups/ppd.h:389:20: note: declared here extern ppd_file_t *ppdOpenFile(const char *filename) _CUPS_DEPRECATED_1_6_MSG("Use cupsCopyDestInfo and friends instead."); ^~~~~~~~~~~ mainwindow.cxx:1074:49: warning: 'void ppdMarkDefaults(ppd_file_t*)' is deprecated: Use cupsCopyDestInfo and friends instead. [-Wdeprecated-declarations] ppdMarkDefaults(print->ppds[print->dest_pos]); ^ In file included from xpp.h:39:0, from mainwindow.h:10, from mainwindow.cxx:3: /tmp/pkgbuild/print/xpp/work.alpha/.buildlink/include/cups/ppd.h:384:14: note: declared here extern void ppdMarkDefaults(ppd_file_t *ppd) _CUPS_DEPRECATED_1_6_MSG("Use cupsCopyDestInfo and friends instead."); ^~~~~~~~~~~~~~~ mainwindow.cxx:1076:129: warning: 'int cupsMarkOptions(ppd_file_t*, int, cups_option_t*)' is deprecated: Use cupsCopyDestInfo and friends instead. [-Wdeprecated-declarations] cupsMarkOptions(print->ppds[print->dest_pos],print->dests[print->dest_pos].num_options,print->dests[print->dest_pos].options); ^ In file included from xpp.h:39:0, from mainwindow.h:10, from mainwindow.cxx:3: /tmp/pkgbuild/print/xpp/work.alpha/.buildlink/include/cups/ppd.h:362:13: note: declared here extern int cupsMarkOptions(ppd_file_t *ppd, int num_options, cups_option_t *options) _CUPS_DEPRECATED_1_6_MSG("Use cupsCopyDestInfo and friends instead."); ^~~~~~~~~~~~~~~ c++ -DPACKAGE=\"xpp\" -DVERSION=\"1.5\" -DHAVE_LIBX11=1 -DHAVE_LIBXEXT=1 -DHAVE_LIBGL=1 -DHAVE_LIBGLU=1 -DHAVE_LIBJPEG=1 -DHAVE_LIBPNG=1 -DHAVE_LIBM=1 -DSTDC_HEADERS=1 -DHAVE_CUPS_CUPS_H=1 -DHAVE_FL_FL_H=1 -DHAVE_LIBCUPS=1 -I. -I. -DPNG_NO_ASSEMBLER_CODE -I/usr/pkg/include -I/usr/include/krb5 -I/usr/include -I/usr/X11R7/include -I/usr/X11R7/include/libdrm -I/usr/X11R7/include -I/usr/pkg/include -O2 -mieee -D_FORTIFY_SOURCE=2 -I/usr/pkg/include -I/usr/X11R7/include -I/usr/X11R7/include/libdrm -I/usr/include -I/usr/X11R7/include -D_THREAD_SAFE -D_REENTRANT -O2 -D_IPP_PRIVATE_STRUCTURES -mieee -D_FORTIFY_SOURCE=2 -I/usr/pkg/include -I/usr/include/krb5 -I/usr/include -I/usr/X11R7/include -I/usr/X11R7/include/libdrm -c passworddialog.cxx c++ -DPACKAGE=\"xpp\" -DVERSION=\"1.5\" -DHAVE_LIBX11=1 -DHAVE_LIBXEXT=1 -DHAVE_LIBGL=1 -DHAVE_LIBGLU=1 -DHAVE_LIBJPEG=1 -DHAVE_LIBPNG=1 -DHAVE_LIBM=1 -DSTDC_HEADERS=1 -DHAVE_CUPS_CUPS_H=1 -DHAVE_FL_FL_H=1 -DHAVE_LIBCUPS=1 -I. -I. -DPNG_NO_ASSEMBLER_CODE -I/usr/pkg/include -I/usr/include/krb5 -I/usr/include -I/usr/X11R7/include -I/usr/X11R7/include/libdrm -I/usr/X11R7/include -I/usr/pkg/include -O2 -mieee -D_FORTIFY_SOURCE=2 -I/usr/pkg/include -I/usr/X11R7/include -I/usr/X11R7/include/libdrm -I/usr/include -I/usr/X11R7/include -D_THREAD_SAFE -D_REENTRANT -O2 -D_IPP_PRIVATE_STRUCTURES -mieee -D_FORTIFY_SOURCE=2 -I/usr/pkg/include -I/usr/include/krb5 -I/usr/include -I/usr/X11R7/include -I/usr/X11R7/include/libdrm -c cupshelper.cxx cupshelper.cxx: In static member function 'static ipp_t* CupsHelper::newIppRequest()': cupshelper.cxx:94:9: error: invalid use of incomplete type 'ipp_t {aka struct _ipp_s}' request->request.op.request_id = 1; ^~ In file included from /tmp/pkgbuild/print/xpp/work.alpha/.buildlink/include/cups/cups.h:27:0, from cupshelper.h:36, from cupshelper.cxx:34: /tmp/pkgbuild/print/xpp/work.alpha/.buildlink/include/cups/ipp.h:731:16: note: forward declaration of 'ipp_t {aka struct _ipp_s}' typedef struct _ipp_s ipp_t; /**** IPP request/response data ****/ ^~~~~~ cupshelper.cxx: In static member function 'static ipp_t* CupsHelper::processRequest(ipp_t*, const char*)': cupshelper.cxx:102:40: warning: 'http_t* httpConnect(const char*, int)' is deprecated: Use httpConnect2 instead. [-Wdeprecated-declarations] http_t *HTTP = httpConnect(host_,port_); ^ In file included from /tmp/pkgbuild/print/xpp/work.alpha/.buildlink/include/cups/ipp.h:18:0, from /tmp/pkgbuild/print/xpp/work.alpha/.buildlink/include/cups/cups.h:27, from cupshelper.h:36, from cupshelper.cxx:34: /tmp/pkgbuild/print/xpp/work.alpha/.buildlink/include/cups/http.h:457:17: note: declared here extern http_t *httpConnect(const char *host, int port) _CUPS_DEPRECATED_1_7_MSG("Use httpConnect2 instead."); ^~~~~~~~~~~ cupshelper.cxx:112:12: error: invalid use of incomplete type 'ipp_t {aka struct _ipp_s}' if (answer->state == IPP_ERROR || answer->state == IPP_IDLE) ^~ In file included from /tmp/pkgbuild/print/xpp/work.alpha/.buildlink/include/cups/cups.h:27:0, from cupshelper.h:36, from cupshelper.cxx:34: /tmp/pkgbuild/print/xpp/work.alpha/.buildlink/include/cups/ipp.h:731:16: note: forward declaration of 'ipp_t {aka struct _ipp_s}' typedef struct _ipp_s ipp_t; /**** IPP request/response data ****/ ^~~~~~ cupshelper.cxx:112:42: error: invalid use of incomplete type 'ipp_t {aka struct _ipp_s}' if (answer->state == IPP_ERROR || answer->state == IPP_IDLE) ^~ In file included from /tmp/pkgbuild/print/xpp/work.alpha/.buildlink/include/cups/cups.h:27:0, from cupshelper.h:36, from cupshelper.cxx:34: /tmp/pkgbuild/print/xpp/work.alpha/.buildlink/include/cups/ipp.h:731:16: note: forward declaration of 'ipp_t {aka struct _ipp_s}' typedef struct _ipp_s ipp_t; /**** IPP request/response data ****/ ^~~~~~ cupshelper.cxx: In static member function 'static bool CupsHelper::checkHost()': cupshelper.cxx:121:40: warning: 'http_t* httpConnect(const char*, int)' is deprecated: Use httpConnect2 instead. [-Wdeprecated-declarations] http_t *HTTP = httpConnect(host_,port_); ^ In file included from /tmp/pkgbuild/print/xpp/work.alpha/.buildlink/include/cups/ipp.h:18:0, from /tmp/pkgbuild/print/xpp/work.alpha/.buildlink/include/cups/cups.h:27, from cupshelper.h:36, from cupshelper.cxx:34: /tmp/pkgbuild/print/xpp/work.alpha/.buildlink/include/cups/http.h:457:17: note: declared here extern http_t *httpConnect(const char *host, int port) _CUPS_DEPRECATED_1_7_MSG("Use httpConnect2 instead."); ^~~~~~~~~~~ cupshelper.cxx: In static member function 'static int CupsHelper::printerType(const char*)': cupshelper.cxx:155:9: error: invalid use of incomplete type 'ipp_t {aka struct _ipp_s}' request->request.op.operation_id = IPP_GET_PRINTER_ATTRIBUTES; ^~ In file included from /tmp/pkgbuild/print/xpp/work.alpha/.buildlink/include/cups/cups.h:27:0, from cupshelper.h:36, from cupshelper.cxx:34: /tmp/pkgbuild/print/xpp/work.alpha/.buildlink/include/cups/ipp.h:731:16: note: forward declaration of 'ipp_t {aka struct _ipp_s}' typedef struct _ipp_s ipp_t; /**** IPP request/response data ****/ ^~~~~~ cupshelper.cxx:161:24: error: invalid use of incomplete type 'ipp_t {aka struct _ipp_s}' if (request && request->curtag == IPP_TAG_PRINTER) { ^~ In file included from /tmp/pkgbuild/print/xpp/work.alpha/.buildlink/include/cups/cups.h:27:0, from cupshelper.h:36, from cupshelper.cxx:34: /tmp/pkgbuild/print/xpp/work.alpha/.buildlink/include/cups/ipp.h:731:16: note: forward declaration of 'ipp_t {aka struct _ipp_s}' typedef struct _ipp_s ipp_t; /**** IPP request/response data ****/ ^~~~~~ cupshelper.cxx:163:25: error: invalid use of incomplete type 'ipp_attribute_t {aka struct _ipp_attribute_s}' if (attr) value = attr->values[0].integer; ^~ In file included from /tmp/pkgbuild/print/xpp/work.alpha/.buildlink/include/cups/cups.h:27:0, from cupshelper.h:36, from cupshelper.cxx:34: /tmp/pkgbuild/print/xpp/work.alpha/.buildlink/include/cups/ipp.h:732:16: note: forward declaration of 'ipp_attribute_t {aka struct _ipp_attribute_s}' typedef struct _ipp_attribute_s ipp_attribute_t; ^~~~~~~~~~~~~~~~ gmake: *** [Makefile:313: cupshelper.o] Error 1 *** Error code 2 Stop. make[1]: stopped in /usr/pkgsrc/print/xpp *** Error code 1 Stop. make: stopped in /usr/pkgsrc/print/xpp