=> Bootstrap dependency digest>=20211023: found digest-20211023 ===> Skipping vulnerability checks. WARNING: No /usr/pkg/pkgdb/pkg-vulnerabilities file found. WARNING: To fix run: `/usr/sbin/pkg_admin -K /usr/pkg/pkgdb fetch-pkg-vulnerabilities'. ===> Building for py38-cups-1.9.73nb18 (cd /tmp/print/py-cups/work/pycups-1.9.73/ && /usr/bin/env USETOOLS=no PTHREAD_CFLAGS=\ -pthread\ PTHREAD_LDFLAGS=\ -pthread PTHREAD_LIBS= PTHREADBASE=/usr DL_CFLAGS=\ -pthread\ DL_LDFLAGS=\ -pthread DL_LIBS= PYTHON=/usr/pkg/bin/python3.8 CC=gcc CFLAGS=-O2\ -DVERSION=\\\"1.9.73\\\"\ -fPIC\ -D_FORTIFY_SOURCE=2\ -I/usr/include\ -I/usr/pkg/include/python3.8\ -I/usr/pkg/include\ -I/usr/include/krb5 CPPFLAGS=-I/usr/include\ -I/usr/pkg/include/python3.8\ -I/usr/pkg/include\ -I/usr/include/krb5 CXX=c++ CXXFLAGS=-O2\ -DVERSION=\\\"1.9.73\\\"\ -fPIC\ -D_FORTIFY_SOURCE=2\ -I/usr/include\ -I/usr/pkg/include/python3.8\ -I/usr/pkg/include\ -I/usr/include/krb5 COMPILER_RPATH_FLAG=-Wl,-R F77=gfortran FC=gfortran FFLAGS=-O LANG=C LC_ALL=C LC_COLLATE=C LC_CTYPE=C LC_MESSAGES=C LC_MONETARY=C LC_NUMERIC=C LC_TIME=C LDFLAGS=-L/usr/lib\ -Wl,-R/usr/lib\ -L/usr/pkg/lib\ -Wl,-R/usr/pkg/lib LINKER_RPATH_FLAG=-R PATH=/tmp/print/py-cups/work/.cwrapper/bin:/tmp/print/py-cups/work/.buildlink/bin:/tmp/print/py-cups/work/.gcc/bin:/tmp/print/py-cups/work/.tools/bin:/usr/pkg/bin:/usr/bin:/bin:/usr/pkg/bin:/usr/local/bin:/usr/pkg/bin:/usr/X11R7/bin PREFIX=/usr/pkg MAKELEVEL=0 CONFIG_SITE= PKG_SYSCONFDIR=/usr/pkg/etc CXXCPP=cpp HOME=/tmp/print/py-cups/work/.home CWRAPPERS_CONFIG_DIR=/tmp/print/py-cups/work/.cwrapper/config CPP=cpp LOCALBASE=/usr/pkg X11BASE=/usr/X11R7 PKGMANDIR=man PKGINFODIR=info PKGGNUDIR=gnu/ MAKECONF=/dev/null OBJECT_FMT=ELF USETOOLS=no BSD_INSTALL_PROGRAM=/usr/bin/install\ -c\ -s\ -o\ pbulk\ -g\ wheel\ -m\ 755 BSD_INSTALL_SCRIPT=/usr/bin/install\ -c\ -o\ pbulk\ -g\ wheel\ -m\ 755 BSD_INSTALL_LIB=/usr/bin/install\ -c\ -o\ pbulk\ -g\ wheel\ -m\ 755 BSD_INSTALL_DATA=/usr/bin/install\ -c\ -o\ pbulk\ -g\ wheel\ -m\ 644 BSD_INSTALL_MAN=/usr/bin/install\ -c\ -o\ pbulk\ -g\ wheel\ -m\ 644 BSD_INSTALL=/usr/bin/install BSD_INSTALL_PROGRAM_DIR=/usr/bin/install\ -d\ -o\ pbulk\ -g\ wheel\ -m\ 755 BSD_INSTALL_SCRIPT_DIR=/usr/bin/install\ -d\ -o\ pbulk\ -g\ wheel\ -m\ 755 BSD_INSTALL_LIB_DIR=/usr/bin/install\ -d\ -o\ pbulk\ -g\ wheel\ -m\ 755 BSD_INSTALL_DATA_DIR=/usr/bin/install\ -d\ -o\ pbulk\ -g\ wheel\ -m\ 755 BSD_INSTALL_MAN_DIR=/usr/bin/install\ -d\ -o\ pbulk\ -g\ wheel\ -m\ 755 BSD_INSTALL_GAME=/usr/bin/install\ -c\ -s\ -o\ pbulk\ -g\ wheel\ -m\ 2555 BSD_INSTALL_GAME_DATA=/usr/bin/install\ -c\ -o\ pbulk\ -g\ wheel\ -m\ 664 BSD_INSTALL_GAME_DIR=/usr/bin/install\ -d\ -o\ pbulk\ -g\ wheel\ -m\ 775 INSTALL_INFO= MAKEINFO=/tmp/print/py-cups/work/.tools/bin/makeinfo FLEX= BISON= ITSTOOL=/tmp/print/py-cups/work/.tools/bin/itstool GDBUS_CODEGEN=/tmp/print/py-cups/work/.tools/bin/gdbus-codegen PKG_CONFIG= PKG_CONFIG_LIBDIR=/tmp/print/py-cups/work/.buildlink/lib/pkgconfig:/tmp/print/py-cups/work/.buildlink/share/pkgconfig PKG_CONFIG_LOG=/tmp/print/py-cups/work/.pkg-config.log PKG_CONFIG_PATH= KRB5_CONFIG=/usr/bin/krb5-config CWRAPPERS_CONFIG_DIR=/tmp/print/py-cups/work/.cwrapper/config /usr/pkg/bin/python3.8 setup.py build -j4) running build running build_ext creating build creating build/temp.netbsd-9.0-amd64-3.8 gcc -Wno-unused-result -Wsign-compare -DNDEBUG -O2 -fPIC -D_FORTIFY_SOURCE=2 -I/usr/include -I/usr/pkg/include -O2 -fPIC -D_FORTIFY_SOURCE=2 -I/usr/include -I/usr/pkg/include -O2 -fPIC -D_FORTIFY_SOURCE=2 -I/usr/include -I/usr/pkg/include -O2 -DVERSION=\"1.9.73\" -fPIC -D_FORTIFY_SOURCE=2 -I/usr/include -I/usr/pkg/include/python3.8 -I/usr/pkg/include -I/usr/include/krb5 -I/usr/include -I/usr/pkg/include/python3.8 -I/usr/pkg/include -I/usr/include/krb5 -fPIC -DVERSION=\"1.9.73\" -I/usr/pkg/include/python3.8 -c cupsconnection.c -o build/temp.netbsd-9.0-amd64-3.8/cupsconnection.o cupsconnection.c: In function 'Connection_init': cupsconnection.c:216:3: warning: 'httpConnectEncrypt' is deprecated: Use httpConnect2 instead. [-Wdeprecated-declarations] self->http = httpConnectEncrypt (host, port, (http_encryption_t) encryption); ^~~~ In file included from cupsconnection.h:24:0, from cupsconnection.c:21: /tmp/print/py-cups/work/.buildlink/include/cups/http.h:458:17: note: declared here extern http_t *httpConnectEncrypt(const char *host, int port, http_encryption_t encryption) _CUPS_DEPRECATED_1_7_MSG("Use httpConnect2 instead."); ^~~~~~~~~~~~~~~~~~ cupsconnection.c:238:30: warning: comparison between signed and unsigned integer expressions [-Wsign-compare] if ((1 + NumConnections) >= UINT_MAX / sizeof (Connection *)) ^~ cupsconnection.c: In function 'Connection_getServerPPD': cupsconnection.c:1247:3: warning: 'cupsGetServerPPD' is deprecated: Use cupsCopyDestInfo and friends instead. [-Wdeprecated-declarations] filename = cupsGetServerPPD (self->http, ppd_name); ^~~~~~~~ In file included from cupsppd.h:24:0, from cupsconnection.c:22: /tmp/print/py-cups/work/.buildlink/include/cups/ppd.h:361:15: note: declared here extern char *cupsGetServerPPD(http_t *http, const char *name) _CUPS_DEPRECATED_1_6_MSG("Use cupsCopyDestInfo and friends instead."); ^~~~~~~~~~~~~~~~ cupsconnection.c: In function 'get_requested_attrs': cupsconnection.c:1539:17: warning: comparison between signed and unsigned integer expressions [-Wsign-compare] for (i = 0; i < n; i++) { ^ cupsconnection.c: In function 'free_requested_attrs': cupsconnection.c:1566:17: warning: comparison between signed and unsigned integer expressions [-Wsign-compare] for (i = 0; i < n_attrs; i++) ^ cupsconnection.c: In function 'Connection_authenticateJob': cupsconnection.c:2216:23: warning: comparison between signed and unsigned integer expressions [-Wsign-compare] if (num_auth_info > sizeof (auth_info_values)) ^ cupsconnection.c: In function 'Connection_getPPD': cupsconnection.c:3805:3: warning: 'cupsGetPPD2' is deprecated: Use cupsCopyDestInfo and friends instead. [-Wdeprecated-declarations] ppdfile = cupsGetPPD2 (self->http, printer); ^~~~~~~ In file included from cupsppd.h:24:0, from cupsconnection.c:22: /tmp/print/py-cups/work/.buildlink/include/cups/ppd.h:359:20: note: declared here extern const char *cupsGetPPD2(http_t *http, const char *name) _CUPS_DEPRECATED_1_6_MSG("Use cupsCopyDestInfo and friends instead."); ^~~~~~~~~~~ cupsconnection.c: In function 'Connection_getPPD3': cupsconnection.c:3875:3: warning: 'cupsGetPPD3' is deprecated: Use cupsCopyDestInfo and friends instead. [-Wdeprecated-declarations] status = cupsGetPPD3 (self->http, printer, &modtime, ^~~~~~ In file included from cupsppd.h:24:0, from cupsconnection.c:22: /tmp/print/py-cups/work/.buildlink/include/cups/ppd.h:360:22: note: declared here extern http_status_t cupsGetPPD3(http_t *http, const char *name, time_t *modtime, char *buffer, size_t bufsize) _CUPS_DEPRECATED_1_6_MSG("Use cupsCopyDestInfo and friends instead."); ^~~~~~~~~~~ cupsconnection.c: In function 'Connection_adminExportSamba': cupsconnection.c:4100:3: warning: 'cupsAdminCreateWindowsPPD' is deprecated [-Wdeprecated-declarations] if (!cupsAdminCreateWindowsPPD(self->http, name, ppdfile, sizeof(ppdfile))) { ^~ In file included from cupsmodule.h:25:0, from cupsconnection.h:26, from cupsconnection.c:21: /tmp/print/py-cups/work/.buildlink/include/cups/adminutil.h:63:14: note: declared here extern char *cupsAdminCreateWindowsPPD(http_t *http, const char *dest, ^~~~~~~~~~~~~~~~~~~~~~~~~ cupsconnection.c:4109:3: warning: 'cupsAdminExportSamba' is deprecated [-Wdeprecated-declarations] ret = cupsAdminExportSamba(name, ppdfile, server, user, password, tf); ^~~ In file included from cupsmodule.h:25:0, from cupsconnection.h:26, from cupsconnection.c:21: /tmp/print/py-cups/work/.buildlink/include/cups/adminutil.h:58:12: note: declared here extern int cupsAdminExportSamba(const char *dest, const char *ppd, ^~~~~~~~~~~~~~~~~~~~ gcc -Wno-unused-result -Wsign-compare -DNDEBUG -O2 -fPIC -D_FORTIFY_SOURCE=2 -I/usr/include -I/usr/pkg/include -O2 -fPIC -D_FORTIFY_SOURCE=2 -I/usr/include -I/usr/pkg/include -O2 -fPIC -D_FORTIFY_SOURCE=2 -I/usr/include -I/usr/pkg/include -O2 -DVERSION=\"1.9.73\" -fPIC -D_FORTIFY_SOURCE=2 -I/usr/include -I/usr/pkg/include/python3.8 -I/usr/pkg/include -I/usr/include/krb5 -I/usr/include -I/usr/pkg/include/python3.8 -I/usr/pkg/include -I/usr/include/krb5 -fPIC -DVERSION=\"1.9.73\" -I/usr/pkg/include/python3.8 -c cupsipp.c -o build/temp.netbsd-9.0-amd64-3.8/cupsipp.o cupsipp.c: In function 'IPPRequest_init': cupsipp.c:314:10: warning: comparison between signed and unsigned integer expressions [-Wsign-compare] if (op == -1) ^~ cupsipp.c: In function 'cupsipp_iocb_read': cupsipp.c:624:13: warning: comparison between signed and unsigned integer expressions [-Wsign-compare] if (got > len) { ^ gcc -Wno-unused-result -Wsign-compare -DNDEBUG -O2 -fPIC -D_FORTIFY_SOURCE=2 -I/usr/include -I/usr/pkg/include -O2 -fPIC -D_FORTIFY_SOURCE=2 -I/usr/include -I/usr/pkg/include -O2 -fPIC -D_FORTIFY_SOURCE=2 -I/usr/include -I/usr/pkg/include -O2 -DVERSION=\"1.9.73\" -fPIC -D_FORTIFY_SOURCE=2 -I/usr/include -I/usr/pkg/include/python3.8 -I/usr/pkg/include -I/usr/include/krb5 -I/usr/include -I/usr/pkg/include/python3.8 -I/usr/pkg/include -I/usr/include/krb5 -fPIC -DVERSION=\"1.9.73\" -I/usr/pkg/include/python3.8 -c cupsmodule.c -o build/temp.netbsd-9.0-amd64-3.8/cupsmodule.o cupsmodule.c: In function 'cups_modelSort': cupsmodule.c:393:3: warning: 'PyUnicode_GetSize' is deprecated [-Wdeprecated-declarations] len_a = 1 + PyUnicode_GetSize (a); ^~~~~ In file included from /tmp/print/py-cups/work/.buildlink/include/python3.8/Python.h:97:0, from cupsmodule.c:22: /tmp/print/py-cups/work/.buildlink/include/python3.8/unicodeobject.h:177:43: note: declared here Py_DEPRECATED(3.3) PyAPI_FUNC(Py_ssize_t) PyUnicode_GetSize( ^~~~~~~~~~~~~~~~~ cupsmodule.c:395:35: warning: comparison between signed and unsigned integer expressions [-Wsign-compare] if ((size_a / sizeof (wchar_t)) != len_a) { ^~ cupsmodule.c:402:3: warning: 'PyUnicode_GetSize' is deprecated [-Wdeprecated-declarations] len_b = 1 + PyUnicode_GetSize (b); ^~~~~ In file included from /tmp/print/py-cups/work/.buildlink/include/python3.8/Python.h:97:0, from cupsmodule.c:22: /tmp/print/py-cups/work/.buildlink/include/python3.8/unicodeobject.h:177:43: note: declared here Py_DEPRECATED(3.3) PyAPI_FUNC(Py_ssize_t) PyUnicode_GetSize( ^~~~~~~~~~~~~~~~~ cupsmodule.c:404:35: warning: comparison between signed and unsigned integer expressions [-Wsign-compare] if ((size_b / sizeof (wchar_t)) != len_b) { ^~ cupsmodule.c: In function 'cups_ppdSetConformance': cupsmodule.c:600:3: warning: 'ppdSetConformance' is deprecated: Use cupsCopyDestInfo and friends instead. [-Wdeprecated-declarations] ppdSetConformance (level); ^~~~~~~~~~~~~~~~~ In file included from cupsppd.h:24:0, from cupsmodule.c:34: /tmp/print/py-cups/work/.buildlink/include/cups/ppd.h:406:14: note: declared here extern void ppdSetConformance(ppd_conform_t c) _CUPS_DEPRECATED_1_6_MSG("Use cupsCopyDestInfo and friends instead."); ^~~~~~~~~~~~~~~~~ gcc -Wno-unused-result -Wsign-compare -DNDEBUG -O2 -fPIC -D_FORTIFY_SOURCE=2 -I/usr/include -I/usr/pkg/include -O2 -fPIC -D_FORTIFY_SOURCE=2 -I/usr/include -I/usr/pkg/include -O2 -fPIC -D_FORTIFY_SOURCE=2 -I/usr/include -I/usr/pkg/include -O2 -DVERSION=\"1.9.73\" -fPIC -D_FORTIFY_SOURCE=2 -I/usr/include -I/usr/pkg/include/python3.8 -I/usr/pkg/include -I/usr/include/krb5 -I/usr/include -I/usr/pkg/include/python3.8 -I/usr/pkg/include -I/usr/include/krb5 -fPIC -DVERSION=\"1.9.73\" -I/usr/pkg/include/python3.8 -c cupsppd.c -o build/temp.netbsd-9.0-amd64-3.8/cupsppd.o cupsppd.c: In function 'make_PyUnicode_from_ppd_string': cupsppd.c:151:19: warning: passing argument 2 of 'iconv' from incompatible pointer type [-Wincompatible-pointer-types] if (iconv (cdf, (char **) &ppdstr, &len, ^ In file included from cupsppd.h:25:0, from cupsppd.c:20: /usr/include/iconv.h:46:8: note: expected 'const char ** restrict' but argument is of type 'char **' size_t iconv(iconv_t, const char ** __restrict, ^~~~~ cupsppd.c: In function 'utf8_to_ppd_encoding': cupsppd.c:180:19: warning: passing argument 2 of 'iconv' from incompatible pointer type [-Wincompatible-pointer-types] if (iconv (cdt, (char **) &inbuf, &len, ^ In file included from cupsppd.h:25:0, from cupsppd.c:20: /usr/include/iconv.h:46:8: note: expected 'const char ** restrict' but argument is of type 'char **' size_t iconv(iconv_t, const char ** __restrict, ^~~~~ cupsppd.c: In function 'PPD_init': cupsppd.c:229:3: warning: 'ppdOpenFile' is deprecated: Use cupsCopyDestInfo and friends instead. [-Wdeprecated-declarations] self->ppd = ppdOpenFile (filename); ^~~~ In file included from cupsppd.h:24:0, from cupsppd.c:20: /tmp/print/py-cups/work/.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."); ^~~~~~~~~~~ cupsppd.c: In function 'PPD_dealloc': cupsppd.c:252:5: warning: 'ppdClose' is deprecated: Use cupsCopyDestInfo and friends instead. [-Wdeprecated-declarations] ppdClose (self->ppd); ^~~~~~~~ In file included from cupsppd.h:24:0, from cupsppd.c:20: /tmp/print/py-cups/work/.buildlink/include/cups/ppd.h:364:14: note: declared here extern void ppdClose(ppd_file_t *ppd) _CUPS_DEPRECATED_1_6_MSG("Use cupsCopyDestInfo and friends instead."); ^~~~~~~~ cupsppd.c: In function 'PPD_localize': cupsppd.c:268:3: warning: 'ppdLocalize' is deprecated: Use cupsCopyDestInfo and friends instead. [-Wdeprecated-declarations] if (!ppdLocalize (self->ppd)) ^~ In file included from cupsppd.h:24:0, from cupsppd.c:20: /tmp/print/py-cups/work/.buildlink/include/cups/ppd.h:434:13: note: declared here extern int ppdLocalize(ppd_file_t *ppd) _CUPS_DEPRECATED_1_6_MSG("Use cupsCopyDestInfo and friends instead."); ^~~~~~~~~~~ cupsppd.c: In function 'PPD_localizeIPPReason': cupsppd.c:299:3: warning: 'ppdLocalizeIPPReason' is deprecated: Use cupsCopyDestInfo and friends instead. [-Wdeprecated-declarations] if (ppdLocalizeIPPReason (self->ppd, reason, scheme, buffer, bufsize)) ^~ In file included from cupsppd.h:24:0, from cupsppd.c:20: /tmp/print/py-cups/work/.buildlink/include/cups/ppd.h:438:20: note: declared here extern const char *ppdLocalizeIPPReason(ppd_file_t *ppd, ^~~~~~~~~~~~~~~~~~~~ cupsppd.c: In function 'PPD_localizeMarkerName': cupsppd.c:328:3: warning: 'ppdLocalizeMarkerName' is deprecated: Use cupsCopyDestInfo and friends instead. [-Wdeprecated-declarations] lname = ppdLocalizeMarkerName (self->ppd, name); ^~~~~ In file included from cupsppd.h:24:0, from cupsppd.c:20: /tmp/print/py-cups/work/.buildlink/include/cups/ppd.h:461:20: note: declared here extern const char *ppdLocalizeMarkerName(ppd_file_t *ppd, ^~~~~~~~~~~~~~~~~~~~~ cupsppd.c: In function 'PPD_markDefaults': cupsppd.c:349:3: warning: 'ppdMarkDefaults' is deprecated: Use cupsCopyDestInfo and friends instead. [-Wdeprecated-declarations] ppdMarkDefaults (self->ppd); ^~~~~~~~~~~~~~~ In file included from cupsppd.h:24:0, from cupsppd.c:20: /tmp/print/py-cups/work/.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."); ^~~~~~~~~~~~~~~ cupsppd.c: In function 'PPD_markOption': cupsppd.c:376:3: warning: 'ppdMarkOption' is deprecated: Use cupsCopyDestInfo and friends instead. [-Wdeprecated-declarations] conflicts = ppdMarkOption (self->ppd, encname, encvalue); ^~~~~~~~~ In file included from cupsppd.h:24:0, from cupsppd.c:20: /tmp/print/py-cups/work/.buildlink/include/cups/ppd.h:385:13: note: declared here extern int ppdMarkOption(ppd_file_t *ppd, const char *keyword, ^~~~~~~~~~~~~ cupsppd.c: In function 'PPD_conflicts': cupsppd.c:386:3: warning: 'ppdConflicts' is deprecated: Use cupsCopyDestInfo and friends instead. [-Wdeprecated-declarations] return PyLong_FromLong (ppdConflicts (self->ppd)); ^~~~~~ In file included from cupsppd.h:24:0, from cupsppd.c:20: /tmp/print/py-cups/work/.buildlink/include/cups/ppd.h:367:13: note: declared here extern int ppdConflicts(ppd_file_t *ppd) _CUPS_DEPRECATED_1_6_MSG("Use cupsCopyDestInfo and friends instead."); ^~~~~~~~~~~~ cupsppd.c: In function 'PPD_findOption': cupsppd.c:406:3: warning: 'ppdFindOption' is deprecated: Use cupsCopyDestInfo and friends instead. [-Wdeprecated-declarations] opt = ppdFindOption (self->ppd, option); ^~~ In file included from cupsppd.h:24:0, from cupsppd.c:20: /tmp/print/py-cups/work/.buildlink/include/cups/ppd.h:380:22: note: declared here extern ppd_option_t *ppdFindOption(ppd_file_t *ppd, const char *keyword) ^~~~~~~~~~~~~ cupsppd.c: In function 'PPD_findAttr': cupsppd.c:450:3: warning: 'ppdFindAttr' is deprecated: Use cupsCopyDestInfo and friends instead. [-Wdeprecated-declarations] attr = ppdFindAttr (self->ppd, name, spec); ^~~~ In file included from cupsppd.h:24:0, from cupsppd.c:20: /tmp/print/py-cups/work/.buildlink/include/cups/ppd.h:399:20: note: declared here extern ppd_attr_t *ppdFindAttr(ppd_file_t *ppd, const char *name, ^~~~~~~~~~~ cupsppd.c: In function 'PPD_findNextAttr': cupsppd.c:496:3: warning: 'ppdFindNextAttr' is deprecated: Use cupsCopyDestInfo and friends instead. [-Wdeprecated-declarations] attr = ppdFindNextAttr (self->ppd, name, spec); ^~~~ In file included from cupsppd.h:24:0, from cupsppd.c:20: /tmp/print/py-cups/work/.buildlink/include/cups/ppd.h:401:20: note: declared here extern ppd_attr_t *ppdFindNextAttr(ppd_file_t *ppd, const char *name, ^~~~~~~~~~~~~~~ cupsppd.c: In function 'PPD_emitString': cupsppd.c:607:3: warning: 'ppdEmitString' is deprecated: Use cupsCopyDestInfo and friends instead. [-Wdeprecated-declarations] emitted = ppdEmitString(self->ppd, section, min_order); ^~~~~~~ In file included from cupsppd.h:24:0, from cupsppd.c:20: /tmp/print/py-cups/work/.buildlink/include/cups/ppd.h:422:15: note: declared here extern char *ppdEmitString(ppd_file_t *ppd, ppd_section_t section, ^~~~~~~~~~~~~ cupsppd.c: In function 'PPD_emit': cupsppd.c:642:3: warning: 'ppdEmit' is deprecated: Use cupsCopyDestInfo and friends instead. [-Wdeprecated-declarations] if (!ppdEmit(self->ppd, f, section)) ^~ In file included from cupsppd.h:24:0, from cupsppd.c:20: /tmp/print/py-cups/work/.buildlink/include/cups/ppd.h:368:13: note: declared here extern int ppdEmit(ppd_file_t *ppd, FILE *fp, ^~~~~~~ cupsppd.c: In function 'PPD_emitAfterOrder': cupsppd.c:672:3: warning: 'ppdEmitAfterOrder' is deprecated: Use cupsCopyDestInfo and friends instead. [-Wdeprecated-declarations] if (!ppdEmitAfterOrder(self->ppd, f, section, limit, min_order)) ^~ In file included from cupsppd.h:24:0, from cupsppd.c:20: /tmp/print/py-cups/work/.buildlink/include/cups/ppd.h:417:13: note: declared here extern int ppdEmitAfterOrder(ppd_file_t *ppd, FILE *fp, ^~~~~~~~~~~~~~~~~ cupsppd.c: In function 'PPD_emitFd': cupsppd.c:690:3: warning: 'ppdEmitFd' is deprecated: Use cupsCopyDestInfo and friends instead. [-Wdeprecated-declarations] if (!ppdEmitFd(self->ppd, f, section)) ^~ In file included from cupsppd.h:24:0, from cupsppd.c:20: /tmp/print/py-cups/work/.buildlink/include/cups/ppd.h:370:13: note: declared here extern int ppdEmitFd(ppd_file_t *ppd, int fd, ^~~~~~~~~ cupsppd.c: In function 'PPD_emitJCL': cupsppd.c:730:3: warning: 'ppdEmitJCL' is deprecated: Use cupsCopyDestInfo and friends instead. [-Wdeprecated-declarations] if (!ppdEmitJCL(self->ppd, f, job_id, user, title)) ^~ In file included from cupsppd.h:24:0, from cupsppd.c:20: /tmp/print/py-cups/work/.buildlink/include/cups/ppd.h:372:13: note: declared here extern int ppdEmitJCL(ppd_file_t *ppd, FILE *fp, int job_id, ^~~~~~~~~~ cupsppd.c: In function 'PPD_emitJCLEnd': cupsppd.c:760:3: warning: 'ppdEmitJCLEnd' is deprecated: Use cupsCopyDestInfo and friends instead. [-Wdeprecated-declarations] if (!ppdEmitJCLEnd(self->ppd, f)) ^~ In file included from cupsppd.h:24:0, from cupsppd.c:20: /tmp/print/py-cups/work/.buildlink/include/cups/ppd.h:420:13: note: declared here extern int ppdEmitJCLEnd(ppd_file_t *ppd, FILE *fp) ^~~~~~~~~~~~~ cupsppd.c: In function 'PPD_writeFd': cupsppd.c:801:7: warning: 'ppdFindMarkedChoice' is deprecated: Use cupsCopyDestInfo and friends instead. [-Wdeprecated-declarations] choice = ppdFindMarkedChoice (self->ppd, keyword); ^~~~~~ In file included from cupsppd.h:24:0, from cupsppd.c:20: /tmp/print/py-cups/work/.buildlink/include/cups/ppd.h:377:22: note: declared here extern ppd_choice_t *ppdFindMarkedChoice(ppd_file_t *ppd, ^~~~~~~~~~~~~~~~~~~ cupsppd.c:808:2: warning: 'ppdFindMarkedChoice' is deprecated: Use cupsCopyDestInfo and friends instead. [-Wdeprecated-declarations] choice = ppdFindMarkedChoice (self->ppd, "PageSize"); ^~~~~~ In file included from cupsppd.h:24:0, from cupsppd.c:20: /tmp/print/py-cups/work/.buildlink/include/cups/ppd.h:377:22: note: declared here extern ppd_choice_t *ppdFindMarkedChoice(ppd_file_t *ppd, ^~~~~~~~~~~~~~~~~~~ creating build/lib.netbsd-9.0-amd64-3.8 gcc -shared -L. -L/usr/lib -Wl,-R/usr/lib -L/usr/pkg/lib -Wl,-R/usr/pkg/lib -L/usr/X11R7/lib -Wl,-R/usr/X11R7/lib -L/usr/lib -Wl,-R/usr/lib -L/usr/pkg/lib -Wl,-R/usr/pkg/lib -L/usr/X11R7/lib -Wl,-R/usr/X11R7/lib -L/usr/lib -Wl,-R/usr/lib -L/usr/pkg/lib -Wl,-R/usr/pkg/lib -O2 -DVERSION=\"1.9.73\" -fPIC -D_FORTIFY_SOURCE=2 -I/usr/include -I/usr/pkg/include/python3.8 -I/usr/pkg/include -I/usr/include/krb5 -I/usr/include -I/usr/pkg/include/python3.8 -I/usr/pkg/include -I/usr/include/krb5 build/temp.netbsd-9.0-amd64-3.8/cupsconnection.o build/temp.netbsd-9.0-amd64-3.8/cupsipp.o build/temp.netbsd-9.0-amd64-3.8/cupsmodule.o build/temp.netbsd-9.0-amd64-3.8/cupsppd.o -L/usr/pkg/lib -lcups -o build/lib.netbsd-9.0-amd64-3.8/cups.so