=> "/opt/local/bin/bmake" ["-C", "/data/jenkins/workspace/pkgsrc-trunk-x86_64/print/py-cups", "all", "PYTHON_VERSION_REQD=311", "BATCH=1", "DEPENDS_TARGET=/nonexistent"] WARNING: lang/python/egg.mk is deprecated; use lang/python/wheel.mk instead. ===> Building for py311-cups-2.0.4nb6 (cd /tmp/work/print/py-cups/work/pycups-2.0.4/ && /usr/bin/env USETOOLS=no PTHREAD_CFLAGS=\ -pthread\ PTHREAD_LDFLAGS=\ -pthread PTHREAD_LIBS=-lpthread\ -lrt PTHREADBASE=/usr DL_CFLAGS= DL_LDFLAGS= DL_LIBS= PYTHON=/opt/local/bin/python3.11 CC=gcc CFLAGS=-DVERSION=\\\"2.0.4\\\"\ -pipe\ -O2\ -msave-args\ -fno-aggressive-loop-optimizations\ -I/usr/include\ -I/opt/local/include/python3.11\ -I/opt/local/include CPPFLAGS=-I/usr/include\ -I/opt/local/include/python3.11\ -I/opt/local/include CXX=g++ CXXFLAGS=-DVERSION=\\\"2.0.4\\\"\ -pipe\ -O2\ -msave-args\ -fno-aggressive-loop-optimizations\ -I/usr/include\ -I/opt/local/include/python3.11\ -I/opt/local/include 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/amd64\ -Wl,-R/usr/lib/amd64\ -Wl,-R/opt/local/lib\ -lintl\ -liconv\ -L/opt/local/lib LINKER_RPATH_FLAG=-R PATH=/tmp/work/print/py-cups/work/.cwrapper/bin:/tmp/work/print/py-cups/work/.buildlink/bin:/tmp/work/print/py-cups/work/.gcc/bin:/tmp/work/print/py-cups/work/.tools/bin:/opt/local/bin:/sbin:/usr/bin:/usr/sbin:/opt/tools/bin:/opt/local/bin:/opt/local/bin PREFIX=/opt/local 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=/opt/local/etc CXXCPP=cpp HOME=/tmp/work/print/py-cups/work/.home CWRAPPERS_CONFIG_DIR=/tmp/work/print/py-cups/work/.cwrapper/config CPP=cpp LOCALBASE=/opt/local X11BASE=/opt/local PKGMANDIR=man PKGINFODIR=info PKGGNUDIR= MAKECONF=/dev/null OBJECT_FMT=ELF USETOOLS=no BSD_INSTALL_PROGRAM=/opt/local/bin/bsdinstall\ -c\ \ -o\ pbuild\ -g\ pbuild\ -m\ 755 BSD_INSTALL_SCRIPT=/opt/local/bin/bsdinstall\ -c\ -o\ pbuild\ -g\ pbuild\ -m\ 755 BSD_INSTALL_LIB=/opt/local/bin/bsdinstall\ -c\ -o\ pbuild\ -g\ pbuild\ -m\ 755 BSD_INSTALL_DATA=/opt/local/bin/bsdinstall\ -c\ -o\ pbuild\ -g\ pbuild\ -m\ 644 BSD_INSTALL_MAN=/opt/local/bin/bsdinstall\ -c\ -o\ pbuild\ -g\ pbuild\ -m\ 644 BSD_INSTALL=/opt/local/bin/bsdinstall BSD_INSTALL_PROGRAM_DIR=/opt/local/bin/bsdinstall\ -d\ -o\ pbuild\ -g\ pbuild\ -m\ 755 BSD_INSTALL_SCRIPT_DIR=/opt/local/bin/bsdinstall\ -d\ -o\ pbuild\ -g\ pbuild\ -m\ 755 BSD_INSTALL_LIB_DIR=/opt/local/bin/bsdinstall\ -d\ -o\ pbuild\ -g\ pbuild\ -m\ 755 BSD_INSTALL_DATA_DIR=/opt/local/bin/bsdinstall\ -d\ -o\ pbuild\ -g\ pbuild\ -m\ 755 BSD_INSTALL_MAN_DIR=/opt/local/bin/bsdinstall\ -d\ -o\ pbuild\ -g\ pbuild\ -m\ 755 BSD_INSTALL_GAME=/opt/local/bin/bsdinstall\ -c\ \ -o\ pbuild\ -g\ pbuild\ -m\ 2555 BSD_INSTALL_GAME_DATA=/opt/local/bin/bsdinstall\ -c\ -o\ pbuild\ -g\ pbuild\ -m\ 664 BSD_INSTALL_GAME_DIR=/opt/local/bin/bsdinstall\ -d\ -o\ pbuild\ -g\ pbuild\ -m\ 775 INSTALL_INFO= MAKEINFO=/tmp/work/print/py-cups/work/.tools/bin/makeinfo FLEX= BISON= ITSTOOL=/tmp/work/print/py-cups/work/.tools/bin/itstool GDBUS_CODEGEN=/tmp/work/print/py-cups/work/.tools/bin/gdbus-codegen PKG_CONFIG=/tmp/work/print/py-cups/work/.tools/bin/pkg-config PKG_CONFIG_LIBDIR=/tmp/work/print/py-cups/work/.buildlink/lib/amd64/pkgconfig:/tmp/work/print/py-cups/work/.buildlink/lib/pkgconfig:/tmp/work/print/py-cups/work/.buildlink/share/pkgconfig PKG_CONFIG_LOG=/tmp/work/print/py-cups/work/.pkg-config.log PKG_CONFIG_PATH= KRB5_CONFIG=/opt/local/bin/krb5-config CWRAPPERS_CONFIG_DIR=/tmp/work/print/py-cups/work/.cwrapper/config /opt/local/bin/python3.11 setup.py build -j2) /opt/local/lib/python3.11/site-packages/setuptools/dist.py:765: SetuptoolsDeprecationWarning: License classifiers are deprecated. !! ******************************************************************************** Please consider removing the following classifiers in favor of a SPDX license expression: License :: OSI Approved :: GNU General Public License (GPL) See https://packaging.python.org/en/latest/guides/writing-pyproject-toml/#license for details. ******************************************************************************** !! self._finalize_license_expression() cupsconnection.c: In function 'Connection_getServerPPD': cupsconnection.c:1209:3: warning: 'cupsGetServerPPD' is deprecated: Use cupsCopyDestInfo and friends instead. [-Wdeprecated-declarations] 1209 | filename = cupsGetServerPPD (self->http, ppd_name); | ^~~~~~~~ In file included from cupsppd.h:24, from cupsconnection.c:23: /tmp/work/print/py-cups/work/.buildlink/include/cups/ppd.h:362:26: 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 'Connection_getPPD': cupsconnection.c:3717:3: warning: 'cupsGetPPD2' is deprecated: Use cupsCopyDestInfo and friends instead. [-Wdeprecated-declarations] 3717 | ppdfile = cupsGetPPD2 (self->http, printer); | ^~~~~~~ /tmp/work/print/py-cups/work/.buildlink/include/cups/ppd.h:360:26: 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:3786:3: warning: 'cupsGetPPD3' is deprecated: Use cupsCopyDestInfo and friends instead. [-Wdeprecated-declarations] 3786 | status = cupsGetPPD3 (self->http, printer, &modtime, | ^~~~~~ /tmp/work/print/py-cups/work/.buildlink/include/cups/ppd.h:361:25: 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:4007:3: warning: 'cupsAdminCreateWindowsPPD' is deprecated [-Wdeprecated-declarations] 4007 | if (!cupsAdminCreateWindowsPPD(self->http, name, ppdfile, sizeof(ppdfile))) { | ^~ In file included from cupsmodule.h:27, from cupsconnection.h:28, from cupsconnection.c:22: /tmp/work/print/py-cups/work/.buildlink/include/cups/adminutil.h:64:18: note: declared here 64 | extern char *cupsAdminCreateWindowsPPD(http_t *http, const char *dest, | ^~~~~~~~~~~~~~~~~~~~~~~~~ cupsconnection.c:4016:3: warning: 'cupsAdminExportSamba' is deprecated [-Wdeprecated-declarations] 4016 | ret = cupsAdminExportSamba(name, ppdfile, server, user, password, tf); | ^~~ /tmp/work/print/py-cups/work/.buildlink/include/cups/adminutil.h:59:17: note: declared here 59 | extern int cupsAdminExportSamba(const char *dest, const char *ppd, | ^~~~~~~~~~~~~~~~~~~~ cupsmodule.c: In function 'cups_ppdSetConformance': cupsmodule.c:378:3: warning: 'ppdSetConformance' is deprecated: Use cupsCopyDestInfo and friends instead. [-Wdeprecated-declarations] 378 | ppdSetConformance (level); | ^~~~~~~~~~~~~~~~~ In file included from cupsppd.h:24, from cupsmodule.c:35: /tmp/work/print/py-cups/work/.buildlink/include/cups/ppd.h:407:25: 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:231:3: warning: 'ppdOpenFile' is deprecated: Use cupsCopyDestInfo and friends instead. [-Wdeprecated-declarations] 231 | self->ppd = ppdOpenFile (filename); | ^~~~ In file included from cupsppd.h:24, from cupsppd.c:22: /tmp/work/print/py-cups/work/.buildlink/include/cups/ppd.h:390:26: 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:254:5: warning: 'ppdClose' is deprecated: Use cupsCopyDestInfo and friends instead. [-Wdeprecated-declarations] 254 | ppdClose (self->ppd); | ^~~~~~~~ /tmp/work/print/py-cups/work/.buildlink/include/cups/ppd.h:365:25: 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:270:3: warning: 'ppdLocalize' is deprecated: Use cupsCopyDestInfo and friends instead. [-Wdeprecated-declarations] 270 | if (!ppdLocalize (self->ppd)) | ^~ /tmp/work/print/py-cups/work/.buildlink/include/cups/ppd.h:435:25: 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:301:3: warning: 'ppdLocalizeIPPReason' is deprecated: Use cupsCopyDestInfo and friends instead. [-Wdeprecated-declarations] 301 | if (ppdLocalizeIPPReason (self->ppd, reason, scheme, buffer, bufsize)) | ^~ /tmp/work/print/py-cups/work/.buildlink/include/cups/ppd.h:439:26: note: declared here 439 | extern const char *ppdLocalizeIPPReason(ppd_file_t *ppd, | ^~~~~~~~~~~~~~~~~~~~ cupsppd.c: In function 'PPD_localizeMarkerName': cupsppd.c:329:3: warning: 'ppdLocalizeMarkerName' is deprecated: Use cupsCopyDestInfo and friends instead. [-Wdeprecated-declarations] 329 | lname = ppdLocalizeMarkerName (self->ppd, name); | ^~~~~ /tmp/work/print/py-cups/work/.buildlink/include/cups/ppd.h:462:26: note: declared here 462 | extern const char *ppdLocalizeMarkerName(ppd_file_t *ppd, | ^~~~~~~~~~~~~~~~~~~~~ cupsppd.c: In function 'PPD_markDefaults': cupsppd.c:345:3: warning: 'ppdMarkDefaults' is deprecated: Use cupsCopyDestInfo and friends instead. [-Wdeprecated-declarations] 345 | ppdMarkDefaults (self->ppd); | ^~~~~~~~~~~~~~~ /tmp/work/print/py-cups/work/.buildlink/include/cups/ppd.h:385:25: 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:372:3: warning: 'ppdMarkOption' is deprecated: Use cupsCopyDestInfo and friends instead. [-Wdeprecated-declarations] 372 | conflicts = ppdMarkOption (self->ppd, encname, encvalue); | ^~~~~~~~~ /tmp/work/print/py-cups/work/.buildlink/include/cups/ppd.h:386:25: note: declared here 386 | extern int ppdMarkOption(ppd_file_t *ppd, const char *keyword, | ^~~~~~~~~~~~~ cupsppd.c: In function 'PPD_conflicts': cupsppd.c:381:3: warning: 'ppdConflicts' is deprecated: Use cupsCopyDestInfo and friends instead. [-Wdeprecated-declarations] 381 | return PyLong_FromLong (ppdConflicts (self->ppd)); | ^~~~~~ /tmp/work/print/py-cups/work/.buildlink/include/cups/ppd.h:368:25: 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:398:3: warning: 'ppdFindOption' is deprecated: Use cupsCopyDestInfo and friends instead. [-Wdeprecated-declarations] 398 | opt = ppdFindOption (self->ppd, option); | ^~~ /tmp/work/print/py-cups/work/.buildlink/include/cups/ppd.h:381:26: note: declared here 381 | extern ppd_option_t *ppdFindOption(ppd_file_t *ppd, const char *keyword) | ^~~~~~~~~~~~~ cupsppd.c: In function 'PPD_findAttr': cupsppd.c:442:3: warning: 'ppdFindAttr' is deprecated: Use cupsCopyDestInfo and friends instead. [-Wdeprecated-declarations] 442 | attr = ppdFindAttr (self->ppd, name, spec); | ^~~~ /tmp/work/print/py-cups/work/.buildlink/include/cups/ppd.h:400:26: note: declared here 400 | extern ppd_attr_t *ppdFindAttr(ppd_file_t *ppd, const char *name, | ^~~~~~~~~~~ cupsppd.c: In function 'PPD_findNextAttr': cupsppd.c:488:3: warning: 'ppdFindNextAttr' is deprecated: Use cupsCopyDestInfo and friends instead. [-Wdeprecated-declarations] 488 | attr = ppdFindNextAttr (self->ppd, name, spec); | ^~~~ /tmp/work/print/py-cups/work/.buildlink/include/cups/ppd.h:402:26: note: declared here 402 | extern ppd_attr_t *ppdFindNextAttr(ppd_file_t *ppd, const char *name, | ^~~~~~~~~~~~~~~ cupsppd.c: In function 'PPD_emitString': cupsppd.c:599:3: warning: 'ppdEmitString' is deprecated: Use cupsCopyDestInfo and friends instead. [-Wdeprecated-declarations] 599 | emitted = ppdEmitString(self->ppd, section, min_order); | ^~~~~~~ /tmp/work/print/py-cups/work/.buildlink/include/cups/ppd.h:423:26: note: declared here 423 | extern char *ppdEmitString(ppd_file_t *ppd, ppd_section_t section, | ^~~~~~~~~~~~~ cupsppd.c: In function 'PPD_emit': cupsppd.c:630:3: warning: 'ppdEmit' is deprecated: Use cupsCopyDestInfo and friends instead. [-Wdeprecated-declarations] 630 | if (!ppdEmit(self->ppd, f, section)) | ^~ /tmp/work/print/py-cups/work/.buildlink/include/cups/ppd.h:369:25: note: declared here 369 | extern int ppdEmit(ppd_file_t *ppd, FILE *fp, | ^~~~~~~ cupsppd.c: In function 'PPD_emitAfterOrder': cupsppd.c:656:3: warning: 'ppdEmitAfterOrder' is deprecated: Use cupsCopyDestInfo and friends instead. [-Wdeprecated-declarations] 656 | if (!ppdEmitAfterOrder(self->ppd, f, section, limit, min_order)) | ^~ /tmp/work/print/py-cups/work/.buildlink/include/cups/ppd.h:418:25: note: declared here 418 | extern int ppdEmitAfterOrder(ppd_file_t *ppd, FILE *fp, | ^~~~~~~~~~~~~~~~~ cupsppd.c: In function 'PPD_emitFd': cupsppd.c:674:3: warning: 'ppdEmitFd' is deprecated: Use cupsCopyDestInfo and friends instead. [-Wdeprecated-declarations] 674 | if (!ppdEmitFd(self->ppd, f, section)) | ^~ /tmp/work/print/py-cups/work/.buildlink/include/cups/ppd.h:371:25: note: declared here 371 | extern int ppdEmitFd(ppd_file_t *ppd, int fd, | ^~~~~~~~~ cupsppd.c: In function 'PPD_emitJCL': cupsppd.c:710:3: warning: 'ppdEmitJCL' is deprecated: Use cupsCopyDestInfo and friends instead. [-Wdeprecated-declarations] 710 | if (!ppdEmitJCL(self->ppd, f, job_id, user, title)) | ^~ /tmp/work/print/py-cups/work/.buildlink/include/cups/ppd.h:373:25: note: declared here 373 | extern int ppdEmitJCL(ppd_file_t *ppd, FILE *fp, int job_id, | ^~~~~~~~~~ cupsppd.c: In function 'PPD_emitJCLEnd': cupsppd.c:736:3: warning: 'ppdEmitJCLEnd' is deprecated: Use cupsCopyDestInfo and friends instead. [-Wdeprecated-declarations] 736 | if (!ppdEmitJCLEnd(self->ppd, f)) | ^~ /tmp/work/print/py-cups/work/.buildlink/include/cups/ppd.h:421:25: note: declared here 421 | extern int ppdEmitJCLEnd(ppd_file_t *ppd, FILE *fp) | ^~~~~~~~~~~~~ cupsppd.c: In function 'PPD_writeFd': cupsppd.c:777:7: warning: 'ppdFindMarkedChoice' is deprecated: Use cupsCopyDestInfo and friends instead. [-Wdeprecated-declarations] 777 | choice = ppdFindMarkedChoice (self->ppd, keyword); | ^~~~~~ /tmp/work/print/py-cups/work/.buildlink/include/cups/ppd.h:378:26: note: declared here 378 | extern ppd_choice_t *ppdFindMarkedChoice(ppd_file_t *ppd, | ^~~~~~~~~~~~~~~~~~~ cupsppd.c:784:9: warning: 'ppdFindMarkedChoice' is deprecated: Use cupsCopyDestInfo and friends instead. [-Wdeprecated-declarations] 784 | choice = ppdFindMarkedChoice (self->ppd, "PageSize"); | ^~~~~~ /tmp/work/print/py-cups/work/.buildlink/include/cups/ppd.h:378:26: note: declared here 378 | extern ppd_choice_t *ppdFindMarkedChoice(ppd_file_t *ppd, | ^~~~~~~~~~~~~~~~~~~