=> Bootstrap dependency digest>=20211023: found digest-20220214 WARNING: lang/python/egg.mk is deprecated; use lang/python/wheel.mk instead. ===> 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 py313-cups-1.9.73nb29 (cd /usr/pkgsrc/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.13 CC=gcc CFLAGS=-O2\ -DVERSION=\\\"1.9.73\\\"\ -I/usr/include\ -I/usr/pkg/include/python3.13\ -I/usr/pkg/include\ -I/usr/include/krb5 CPPFLAGS=-DPNG_NO_ASSEMBLER_CODE\ -I/usr/include\ -I/usr/pkg/include/python3.13\ -I/usr/pkg/include\ -I/usr/include/krb5 CXX=c++ CXXFLAGS=-O2\ -DVERSION=\\\"1.9.73\\\"\ -I/usr/include\ -I/usr/pkg/include/python3.13\ -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=-Wl,-zrelro\ -L/usr/lib\ -Wl,-R/usr/lib\ -L/usr/pkg/lib\ -Wl,-R/usr/pkg/lib LINKER_RPATH_FLAG=-R PATH=/usr/pkgsrc/print/py-cups/work/.cwrapper/bin:/usr/pkgsrc/print/py-cups/work/.buildlink/bin:/usr/pkgsrc/print/py-cups/work/.gcc/bin:/usr/pkgsrc/print/py-cups/work/.tools/bin:/usr/pkg/bin:/sbin:/usr/pkg/sbin:/usr/sbin:/bin:/usr/bin:/usr/pkg/sbin:/usr/pkg/bin:/usr/X11R6/bin:/usr/local/sbin:/usr/local/bin:/usr/pbulk/bin:/usr/pkg/bin:/usr/X11R7/bin PREFIX=/usr/pkg MAKELEVEL=0 CONFIG_SITE= ftp_proxy=downloads-forbidden-except-during-fetch http_proxy=downloads-forbidden-except-during-fetch https_proxy=downloads-forbidden-except-during-fetch no_proxy= PKG_SYSCONFDIR=/usr/pkg/etc CXXCPP=cpp HOME=/usr/pkgsrc/print/py-cups/work/.home CWRAPPERS_CONFIG_DIR=/usr/pkgsrc/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\ users\ -m\ 755 BSD_INSTALL_SCRIPT=/usr/bin/install\ -c\ -o\ pbulk\ -g\ users\ -m\ 755 BSD_INSTALL_LIB=/usr/bin/install\ -c\ -o\ pbulk\ -g\ users\ -m\ 755 BSD_INSTALL_DATA=/usr/bin/install\ -c\ -o\ pbulk\ -g\ users\ -m\ 644 BSD_INSTALL_MAN=/usr/bin/install\ -c\ -o\ pbulk\ -g\ users\ -m\ 644 BSD_INSTALL=/usr/bin/install BSD_INSTALL_PROGRAM_DIR=/usr/bin/install\ -d\ -o\ pbulk\ -g\ users\ -m\ 755 BSD_INSTALL_SCRIPT_DIR=/usr/bin/install\ -d\ -o\ pbulk\ -g\ users\ -m\ 755 BSD_INSTALL_LIB_DIR=/usr/bin/install\ -d\ -o\ pbulk\ -g\ users\ -m\ 755 BSD_INSTALL_DATA_DIR=/usr/bin/install\ -d\ -o\ pbulk\ -g\ users\ -m\ 755 BSD_INSTALL_MAN_DIR=/usr/bin/install\ -d\ -o\ pbulk\ -g\ users\ -m\ 755 BSD_INSTALL_GAME=/usr/bin/install\ -c\ -s\ -o\ pbulk\ -g\ users\ -m\ 2555 BSD_INSTALL_GAME_DATA=/usr/bin/install\ -c\ -o\ pbulk\ -g\ users\ -m\ 664 BSD_INSTALL_GAME_DIR=/usr/bin/install\ -d\ -o\ pbulk\ -g\ users\ -m\ 775 INSTALL_INFO= MAKEINFO=/usr/pkgsrc/print/py-cups/work/.tools/bin/makeinfo FLEX= BISON= ITSTOOL=/usr/pkgsrc/print/py-cups/work/.tools/bin/itstool GDBUS_CODEGEN=/usr/pkgsrc/print/py-cups/work/.tools/bin/gdbus-codegen PKG_CONFIG=/usr/pkgsrc/print/py-cups/work/.tools/bin/pkg-config PKG_CONFIG_LIBDIR=/usr/pkgsrc/print/py-cups/work/.buildlink/lib/pkgconfig:/usr/pkgsrc/print/py-cups/work/.buildlink/share/pkgconfig PKG_CONFIG_LOG=/usr/pkgsrc/print/py-cups/work/.pkg-config.log PKG_CONFIG_PATH= KRB5_CONFIG=/usr/bin/krb5-config CWRAPPERS_CONFIG_DIR=/usr/pkgsrc/print/py-cups/work/.cwrapper/config /usr/pkg/bin/python3.13 setup.py build ) cupsconnection.c: In function 'Connection_init': cupsconnection.c:216:3: warning: 'httpConnectEncrypt' is deprecated [-Wdeprecated-declarations] 216 | self->http = httpConnectEncrypt (host, port, (http_encryption_t) encryption); | ^~~~ In file included from cupsconnection.h:24, from cupsconnection.c:21: /usr/pkgsrc/print/py-cups/work/.buildlink/include/cups/http.h:478:17: note: declared here 478 | 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 of integer expressions of different signedness: 'int' and 'unsigned int' [-Wsign-compare] 238 | if ((1 + NumConnections) >= UINT_MAX / sizeof (Connection *)) | ^~ cupsconnection.c: In function 'password_callback': cupsconnection.c:402:12: warning: implicit declaration of function 'PyEval_CallObject'; did you mean 'PyObject_CallObject'? [-Wimplicit-function-declaration] 402 | result = PyEval_CallObject (tls->cups_password_callback, args); | ^~~~~~~~~~~~~~~~~ | PyObject_CallObject cupsconnection.c:402:10: warning: assignment to 'PyObject *' {aka 'struct _object *'} from 'int' makes pointer from integer without a cast [-Wint-conversion] 402 | result = PyEval_CallObject (tls->cups_password_callback, args); | ^ cupsconnection.c: In function 'cups_dest_cb': cupsconnection.c:623:10: warning: assignment to 'PyObject *' {aka 'struct _object *'} from 'int' makes pointer from integer without a cast [-Wint-conversion] 623 | result = PyEval_CallObject (context->cb, args); | ^ cupsconnection.c: In function 'Connection_getServerPPD': cupsconnection.c:1247:3: warning: 'cupsGetServerPPD' is deprecated [-Wdeprecated-declarations] 1247 | filename = cupsGetServerPPD (self->http, ppd_name); | ^~~~~~~~ In file included from cupsppd.h:24, from cupsconnection.c:22: /usr/pkgsrc/print/py-cups/work/.buildlink/include/cups/ppd.h:362:15: note: declared here 362 | 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 of integer expressions of different signedness: 'int' and 'size_t' {aka 'unsigned int'} [-Wsign-compare] 1539 | for (i = 0; i < n; i++) { | ^ cupsconnection.c: In function 'free_requested_attrs': cupsconnection.c:1566:17: warning: comparison of integer expressions of different signedness: 'int' and 'size_t' {aka 'unsigned int'} [-Wsign-compare] 1566 | for (i = 0; i < n_attrs; i++) | ^ cupsconnection.c: In function 'Connection_authenticateJob': cupsconnection.c:2216:23: warning: comparison of integer expressions of different signedness: 'int' and 'unsigned int' [-Wsign-compare] 2216 | if (num_auth_info > sizeof (auth_info_values)) | ^ cupsconnection.c: In function 'Connection_getPPD': cupsconnection.c:3805:3: warning: 'cupsGetPPD2' is deprecated [-Wdeprecated-declarations] 3805 | ppdfile = cupsGetPPD2 (self->http, printer); | ^~~~~~~ In file included from cupsppd.h:24, from cupsconnection.c:22: /usr/pkgsrc/print/py-cups/work/.buildlink/include/cups/ppd.h:360:20: note: declared here 360 | 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 [-Wdeprecated-declarations] 3875 | status = cupsGetPPD3 (self->http, printer, &modtime, | ^~~~~~ In file included from cupsppd.h:24, from cupsconnection.c:22: /usr/pkgsrc/print/py-cups/work/.buildlink/include/cups/ppd.h:361:22: note: declared here 361 | 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] 4100 | if (!cupsAdminCreateWindowsPPD(self->http, name, ppdfile, sizeof(ppdfile))) { | ^~ In file included from cupsmodule.h:25, from cupsconnection.h:26, from cupsconnection.c:21: /usr/pkgsrc/print/py-cups/work/.buildlink/include/cups/adminutil.h:64:14: note: declared here 64 | extern char *cupsAdminCreateWindowsPPD(http_t *http, const char *dest, | ^~~~~~~~~~~~~~~~~~~~~~~~~ cupsconnection.c:4109:3: warning: 'cupsAdminExportSamba' is deprecated [-Wdeprecated-declarations] 4109 | ret = cupsAdminExportSamba(name, ppdfile, server, user, password, tf); | ^~~ In file included from cupsmodule.h:25, from cupsconnection.h:26, from cupsconnection.c:21: /usr/pkgsrc/print/py-cups/work/.buildlink/include/cups/adminutil.h:59:12: note: declared here 59 | extern int cupsAdminExportSamba(const char *dest, const char *ppd, | ^~~~~~~~~~~~~~~~~~~~ cupsipp.c: In function 'IPPRequest_init': cupsipp.c:314:10: warning: comparison of integer expressions of different signedness: 'long unsigned int' and 'int' [-Wsign-compare] 314 | if (op == -1) | ^~ cupsipp.c: In function 'cupsipp_iocb_read': cupsipp.c:608:12: warning: implicit declaration of function 'PyEval_CallObject'; did you mean 'PyObject_CallObject'? [-Wimplicit-function-declaration] 608 | result = PyEval_CallObject (callable, args); | ^~~~~~~~~~~~~~~~~ | PyObject_CallObject cupsipp.c:608:10: warning: assignment to 'PyObject *' {aka 'struct _object *'} from 'int' makes pointer from integer without a cast [-Wint-conversion] 608 | result = PyEval_CallObject (callable, args); | ^ cupsipp.c:624:13: warning: comparison of integer expressions of different signedness: 'Py_ssize_t' {aka 'int'} and 'size_t' {aka 'unsigned int'} [-Wsign-compare] 624 | if (got > len) { | ^ cupsipp.c: In function 'cupsipp_iocb_write': cupsipp.c:654:10: warning: assignment to 'PyObject *' {aka 'struct _object *'} from 'int' makes pointer from integer without a cast [-Wint-conversion] 654 | result = PyEval_CallObject (callable, args); | ^ cupsmodule.c: In function 'cups_modelSort': cupsmodule.c:393:15: warning: implicit declaration of function 'PyUnicode_GetSize'; did you mean 'PyUnicode_Resize'? [-Wimplicit-function-declaration] 393 | len_a = 1 + PyUnicode_GetSize (a); | ^~~~~~~~~~~~~~~~~ | PyUnicode_Resize cupsmodule.c:395:35: warning: comparison of integer expressions of different signedness: 'size_t' {aka 'unsigned int'} and 'int' [-Wsign-compare] 395 | if ((size_a / sizeof (wchar_t)) != len_a) { | ^~ cupsmodule.c:404:35: warning: comparison of integer expressions of different signedness: 'size_t' {aka 'unsigned int'} and 'int' [-Wsign-compare] 404 | if ((size_b / sizeof (wchar_t)) != len_b) { | ^~ cupsmodule.c: In function 'cups_ppdSetConformance': cupsmodule.c:600:3: warning: 'ppdSetConformance' is deprecated [-Wdeprecated-declarations] 600 | ppdSetConformance (level); | ^~~~~~~~~~~~~~~~~ In file included from cupsppd.h:24, from cupsmodule.c:34: /usr/pkgsrc/print/py-cups/work/.buildlink/include/cups/ppd.h:407:14: note: declared here 407 | extern void ppdSetConformance(ppd_conform_t c) _CUPS_DEPRECATED_1_6_MSG("Use cupsCopyDestInfo and friends instead."); | ^~~~~~~~~~~~~~~~~ cupsppd.c: In function 'PPD_init': cupsppd.c:229:3: warning: 'ppdOpenFile' is deprecated [-Wdeprecated-declarations] 229 | self->ppd = ppdOpenFile (filename); | ^~~~ In file included from cupsppd.h:24, from cupsppd.c:20: /usr/pkgsrc/print/py-cups/work/.buildlink/include/cups/ppd.h:390:20: note: declared here 390 | 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 [-Wdeprecated-declarations] 252 | ppdClose (self->ppd); | ^~~~~~~~ In file included from cupsppd.h:24, from cupsppd.c:20: /usr/pkgsrc/print/py-cups/work/.buildlink/include/cups/ppd.h:365:14: note: declared here 365 | 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 [-Wdeprecated-declarations] 268 | if (!ppdLocalize (self->ppd)) | ^~ In file included from cupsppd.h:24, from cupsppd.c:20: /usr/pkgsrc/print/py-cups/work/.buildlink/include/cups/ppd.h:435:13: note: declared here 435 | 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 [-Wdeprecated-declarations] 299 | if (ppdLocalizeIPPReason (self->ppd, reason, scheme, buffer, bufsize)) | ^~ In file included from cupsppd.h:24, from cupsppd.c:20: /usr/pkgsrc/print/py-cups/work/.buildlink/include/cups/ppd.h:439:20: note: declared here 439 | extern const char *ppdLocalizeIPPReason(ppd_file_t *ppd, | ^~~~~~~~~~~~~~~~~~~~ cupsppd.c: In function 'PPD_localizeMarkerName': cupsppd.c:328:3: warning: 'ppdLocalizeMarkerName' is deprecated [-Wdeprecated-declarations] 328 | lname = ppdLocalizeMarkerName (self->ppd, name); | ^~~~~ In file included from cupsppd.h:24, from cupsppd.c:20: /usr/pkgsrc/print/py-cups/work/.buildlink/include/cups/ppd.h:462:20: note: declared here 462 | extern const char *ppdLocalizeMarkerName(ppd_file_t *ppd, | ^~~~~~~~~~~~~~~~~~~~~ cupsppd.c: In function 'PPD_markDefaults': cupsppd.c:349:3: warning: 'ppdMarkDefaults' is deprecated [-Wdeprecated-declarations] 349 | ppdMarkDefaults (self->ppd); | ^~~~~~~~~~~~~~~ In file included from cupsppd.h:24, from cupsppd.c:20: /usr/pkgsrc/print/py-cups/work/.buildlink/include/cups/ppd.h:385:14: note: declared here 385 | 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 [-Wdeprecated-declarations] 376 | conflicts = ppdMarkOption (self->ppd, encname, encvalue); | ^~~~~~~~~ In file included from cupsppd.h:24, from cupsppd.c:20: /usr/pkgsrc/print/py-cups/work/.buildlink/include/cups/ppd.h:386:13: note: declared here 386 | extern int ppdMarkOption(ppd_file_t *ppd, const char *keyword, | ^~~~~~~~~~~~~ cupsppd.c: In function 'PPD_conflicts': cupsppd.c:386:3: warning: 'ppdConflicts' is deprecated [-Wdeprecated-declarations] 386 | return PyLong_FromLong (ppdConflicts (self->ppd)); | ^~~~~~ In file included from cupsppd.h:24, from cupsppd.c:20: /usr/pkgsrc/print/py-cups/work/.buildlink/include/cups/ppd.h:368:13: note: declared here 368 | 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 [-Wdeprecated-declarations] 406 | opt = ppdFindOption (self->ppd, option); | ^~~ In file included from cupsppd.h:24, from cupsppd.c:20: /usr/pkgsrc/print/py-cups/work/.buildlink/include/cups/ppd.h:381:22: note: declared here 381 | 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 [-Wdeprecated-declarations] 450 | attr = ppdFindAttr (self->ppd, name, spec); | ^~~~ In file included from cupsppd.h:24, from cupsppd.c:20: /usr/pkgsrc/print/py-cups/work/.buildlink/include/cups/ppd.h:400:20: note: declared here 400 | 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 [-Wdeprecated-declarations] 496 | attr = ppdFindNextAttr (self->ppd, name, spec); | ^~~~ In file included from cupsppd.h:24, from cupsppd.c:20: /usr/pkgsrc/print/py-cups/work/.buildlink/include/cups/ppd.h:402:20: note: declared here 402 | 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 [-Wdeprecated-declarations] 607 | emitted = ppdEmitString(self->ppd, section, min_order); | ^~~~~~~ In file included from cupsppd.h:24, from cupsppd.c:20: /usr/pkgsrc/print/py-cups/work/.buildlink/include/cups/ppd.h:423:15: note: declared here 423 | 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 [-Wdeprecated-declarations] 642 | if (!ppdEmit(self->ppd, f, section)) | ^~ In file included from cupsppd.h:24, from cupsppd.c:20: /usr/pkgsrc/print/py-cups/work/.buildlink/include/cups/ppd.h:369:13: note: declared here 369 | extern int ppdEmit(ppd_file_t *ppd, FILE *fp, | ^~~~~~~ cupsppd.c: In function 'PPD_emitAfterOrder': cupsppd.c:672:3: warning: 'ppdEmitAfterOrder' is deprecated [-Wdeprecated-declarations] 672 | if (!ppdEmitAfterOrder(self->ppd, f, section, limit, min_order)) | ^~ In file included from cupsppd.h:24, from cupsppd.c:20: /usr/pkgsrc/print/py-cups/work/.buildlink/include/cups/ppd.h:418:13: note: declared here 418 | extern int ppdEmitAfterOrder(ppd_file_t *ppd, FILE *fp, | ^~~~~~~~~~~~~~~~~ cupsppd.c: In function 'PPD_emitFd': cupsppd.c:690:3: warning: 'ppdEmitFd' is deprecated [-Wdeprecated-declarations] 690 | if (!ppdEmitFd(self->ppd, f, section)) | ^~ In file included from cupsppd.h:24, from cupsppd.c:20: /usr/pkgsrc/print/py-cups/work/.buildlink/include/cups/ppd.h:371:13: note: declared here 371 | extern int ppdEmitFd(ppd_file_t *ppd, int fd, | ^~~~~~~~~ cupsppd.c: In function 'PPD_emitJCL': cupsppd.c:730:3: warning: 'ppdEmitJCL' is deprecated [-Wdeprecated-declarations] 730 | if (!ppdEmitJCL(self->ppd, f, job_id, user, title)) | ^~ In file included from cupsppd.h:24, from cupsppd.c:20: /usr/pkgsrc/print/py-cups/work/.buildlink/include/cups/ppd.h:373:13: note: declared here 373 | 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 [-Wdeprecated-declarations] 760 | if (!ppdEmitJCLEnd(self->ppd, f)) | ^~ In file included from cupsppd.h:24, from cupsppd.c:20: /usr/pkgsrc/print/py-cups/work/.buildlink/include/cups/ppd.h:421:13: note: declared here 421 | extern int ppdEmitJCLEnd(ppd_file_t *ppd, FILE *fp) | ^~~~~~~~~~~~~ cupsppd.c: In function 'PPD_writeFd': cupsppd.c:801:7: warning: 'ppdFindMarkedChoice' is deprecated [-Wdeprecated-declarations] 801 | choice = ppdFindMarkedChoice (self->ppd, keyword); | ^~~~~~ In file included from cupsppd.h:24, from cupsppd.c:20: /usr/pkgsrc/print/py-cups/work/.buildlink/include/cups/ppd.h:378:22: note: declared here 378 | extern ppd_choice_t *ppdFindMarkedChoice(ppd_file_t *ppd, | ^~~~~~~~~~~~~~~~~~~ cupsppd.c:808:2: warning: 'ppdFindMarkedChoice' is deprecated [-Wdeprecated-declarations] 808 | choice = ppdFindMarkedChoice (self->ppd, "PageSize"); | ^~~~~~ In file included from cupsppd.h:24, from cupsppd.c:20: /usr/pkgsrc/print/py-cups/work/.buildlink/include/cups/ppd.h:378:22: note: declared here 378 | extern ppd_choice_t *ppdFindMarkedChoice(ppd_file_t *ppd, | ^~~~~~~~~~~~~~~~~~~ ld: cannot find -latomic ld: cannot find -latomic error: command '/usr/pkgsrc/print/py-cups/work/.cwrapper/bin/gcc' failed with exit code 1 Exception ignored in: Traceback (most recent call last): File "/usr/pkg/lib/python3.13/threading.py", line 1383, in __del__ TypeError: 'NoneType' object does not support the context manager protocol *** Error code 1 Stop. make[1]: stopped in /usr/pkgsrc/print/py-cups *** Error code 1 Stop. make: stopped in /usr/pkgsrc/print/py-cups