>>> Building on exopi-4 under print/py-cups BDEPENDS = [print/cups,-libs;devel/py-setuptools;devel/py-build;devel/py-wheel;devel/py-installer;lang/python/3;devel/dwz] DIST = [print/py-cups:pycups-2.0.4.tar.gz] FULLPKGNAME = py3-cups-2.0.4p4 RDEPENDS = [lang/python/3;print/cups,-libs] (Junk lock obtained for exopi-4 at 1764619696.67) >>> Running depends in print/py-cups at 1764619696.70 last junk was in databases/py-odbc /usr/sbin/pkg_add -aI -Drepair cups-libs-2.4.15 py3-build-1.3.0 py3-installer-0.7.0p2 py3-setuptools-79.0.1v0 py3-wheel-0.46.1 was: /usr/sbin/pkg_add -aI -Drepair cups-libs-2.4.15 dwz-0.16p0 py3-build-1.3.0 py3-installer-0.7.0p2 py3-setuptools-79.0.1v0 py3-wheel-0.46.1 python-3.13.9 /usr/sbin/pkg_add -aI -Drepair cups-libs-2.4.15 py3-build-1.3.0 py3-installer-0.7.0p2 py3-setuptools-79.0.1v0 py3-wheel-0.46.1 >>> Running show-prepare-results in print/py-cups at 1764619698.04 ===> print/py-cups ===> Building from scratch py3-cups-2.0.4p4 ===> py3-cups-2.0.4p4 depends on: python->=3.13,<3.14 -> python-3.13.9 ===> py3-cups-2.0.4p4 depends on: py3-build-* -> py3-build-1.3.0 ===> py3-cups-2.0.4p4 depends on: py3-installer-* -> py3-installer-0.7.0p2 ===> py3-cups-2.0.4p4 depends on: py3-setuptools->=79v0 -> py3-setuptools-79.0.1v0 ===> py3-cups-2.0.4p4 depends on: py3-wheel-* -> py3-wheel-0.46.1 ===> py3-cups-2.0.4p4 depends on: dwz-* -> dwz-0.16p0 ===> py3-cups-2.0.4p4 depends on: cups-libs-* -> cups-libs-2.4.15 ===> Verifying specs: cups iconv pthread python3.13 ===> found cups.7.3 iconv.7.1 pthread.28.1 python3.13.0.0 cups-libs-2.4.15 dwz-0.16p0 py3-build-1.3.0 py3-installer-0.7.0p2 py3-setuptools-79.0.1v0 py3-wheel-0.46.1 python-3.13.9 (Junk lock released for exopi-4 at 1764619699.16) Woken up graphics/glslang distfiles size=65105 >>> Running extract in print/py-cups at 1764619699.20 ===> print/py-cups ===> Checking files for py3-cups-2.0.4p4 `/exopi-cvs/ports/distfiles/pycups-2.0.4.tar.gz' is up to date. >> (SHA256) all files: OK ===> Extracting for py3-cups-2.0.4p4 >>> Running build in print/py-cups at 1764619699.47 ===> print/py-cups ===> Patching for py3-cups-2.0.4p4 ===> Applying OpenBSD patch patch-cupsconnection_c Hmm... Looks like a unified diff to me... The text leading up to this was: -------------------------- |64bit time_t | |Index: cupsconnection.c |--- cupsconnection.c.orig |+++ cupsconnection.c -------------------------- Patching file cupsconnection.c using Plan A... Hunk #1 succeeded at 3819. done ===> Applying OpenBSD patch patch-setup_py Hmm... Looks like a unified diff to me... The text leading up to this was: -------------------------- |Index: setup.py |--- setup.py.orig |+++ setup.py -------------------------- Patching file setup.py using Plan A... Hunk #1 succeeded at 39. done ===> Compiler link: clang -> /usr/bin/clang ===> Compiler link: clang++ -> /usr/bin/clang++ ===> Compiler link: cc -> /usr/bin/cc ===> Compiler link: c++ -> /usr/bin/c++ ===> Generating configure for py3-cups-2.0.4p4 ===> Configuring for py3-cups-2.0.4p4 ===> Building for py3-cups-2.0.4p4 * Getting build dependencies for wheel... /usr/local/lib/python3.13/site-packages/setuptools/dist.py:759: 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() * Building wheel... /usr/local/lib/python3.13/site-packages/setuptools/dist.py:759: 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:1209:14: warning: 'cupsGetServerPPD' is deprecated: Use cupsCopyDestInfo and friends instead. [-Wdeprecated-declarations] 1209 | filename = cupsGetServerPPD (self->http, ppd_name); | ^ /usr/local/include/cups/ppd.h:362:64: note: 'cupsGetServerPPD' has been explicitly marked deprecated here 362 | extern char *cupsGetServerPPD(http_t *http, const char *name) _CUPS_DEPRECATED_1_6_MSG("Use cupsCopyDestInfo and friends instead."); | ^ /usr/local/include/cups/versioning.h:215:59: note: expanded from macro '_CUPS_DEPRECATED_1_6_MSG' 215 | # define _CUPS_DEPRECATED_1_6_MSG(m) __attribute__ ((deprecated(m))) _CUPS_PUBLIC | ^ cupsconnection.c:2143:36: warning: invalid conversion specifier 'Z' [-Wformat-invalid-specifier] 2143 | debugprintf ("sizeof values = %Zd\n", sizeof (auth_info_values)); | ~^ cupsconnection.c:3717:13: warning: 'cupsGetPPD2' is deprecated: Use cupsCopyDestInfo and friends instead. [-Wdeprecated-declarations] 3717 | ppdfile = cupsGetPPD2 (self->http, printer); | ^ /usr/local/include/cups/ppd.h:360:64: note: 'cupsGetPPD2' has been explicitly marked deprecated here 360 | extern const char *cupsGetPPD2(http_t *http, const char *name) _CUPS_DEPRECATED_1_6_MSG("Use cupsCopyDestInfo and friends instead."); | ^ /usr/local/include/cups/versioning.h:215:59: note: expanded from macro '_CUPS_DEPRECATED_1_6_MSG' 215 | # define _CUPS_DEPRECATED_1_6_MSG(m) __attribute__ ((deprecated(m))) _CUPS_PUBLIC | ^ cupsconnection.c:3786:12: warning: 'cupsGetPPD3' is deprecated: Use cupsCopyDestInfo and friends instead. [-Wdeprecated-declarations] 3786 | status = cupsGetPPD3 (self->http, printer, &modtime, | ^ /usr/local/include/cups/ppd.h:361:113: note: 'cupsGetPPD3' has been explicitly marked deprecated 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."); | ^ /usr/local/include/cups/versioning.h:215:59: note: expanded from macro '_CUPS_DEPRECATED_1_6_MSG' 215 | # define _CUPS_DEPRECATED_1_6_MSG(m) __attribute__ ((deprecated(m))) _CUPS_PUBLIC | ^ cupsconnection.c:4007:8: warning: 'cupsAdminCreateWindowsPPD' is deprecated [-Wdeprecated-declarations] 4007 | if (!cupsAdminCreateWindowsPPD(self->http, name, ppdfile, sizeof(ppdfile))) { | ^ /usr/local/include/cups/adminutil.h:66:30: note: 'cupsAdminCreateWindowsPPD' has been explicitly marked deprecated here 66 | _CUPS_DEPRECATED; | ^ /usr/local/include/cups/versioning.h:211:46: note: expanded from macro '_CUPS_DEPRECATED' 211 | # define _CUPS_DEPRECATED __attribute__ ((deprecated)) _CUPS_PUBLIC | ^ cupsconnection.c:4016:9: warning: 'cupsAdminExportSamba' is deprecated [-Wdeprecated-declarations] 4016 | ret = cupsAdminExportSamba(name, ppdfile, server, user, password, tf); | ^ /usr/local/include/cups/adminutil.h:63:25: note: 'cupsAdminExportSamba' has been explicitly marked deprecated here 63 | FILE *logfile) _CUPS_DEPRECATED; | ^ /usr/local/include/cups/versioning.h:211:46: note: expanded from macro '_CUPS_DEPRECATED' 211 | # define _CUPS_DEPRECATED __attribute__ ((deprecated)) _CUPS_PUBLIC | ^ 6 warnings generated. cupsmodule.c:378:3: warning: 'ppdSetConformance' is deprecated: Use cupsCopyDestInfo and friends instead. [-Wdeprecated-declarations] 378 | ppdSetConformance (level); | ^ /usr/local/include/cups/ppd.h:407:49: note: 'ppdSetConformance' has been explicitly marked deprecated here 407 | extern void ppdSetConformance(ppd_conform_t c) _CUPS_DEPRECATED_1_6_MSG("Use cupsCopyDestInfo and friends instead."); | ^ /usr/local/include/cups/versioning.h:215:59: note: expanded from macro '_CUPS_DEPRECATED_1_6_MSG' 215 | # define _CUPS_DEPRECATED_1_6_MSG(m) __attribute__ ((deprecated(m))) _CUPS_PUBLIC | ^ 1 warning generated. cupsppd.c:231:15: warning: 'ppdOpenFile' is deprecated: Use cupsCopyDestInfo and friends instead. [-Wdeprecated-declarations] 231 | self->ppd = ppdOpenFile (filename); | ^ /usr/local/include/cups/ppd.h:390:54: note: 'ppdOpenFile' has been explicitly marked deprecated here 390 | extern ppd_file_t *ppdOpenFile(const char *filename) _CUPS_DEPRECATED_1_6_MSG("Use cupsCopyDestInfo and friends instead."); | ^ /usr/local/include/cups/versioning.h:215:59: note: expanded from macro '_CUPS_DEPRECATED_1_6_MSG' 215 | # define _CUPS_DEPRECATED_1_6_MSG(m) __attribute__ ((deprecated(m))) _CUPS_PUBLIC | ^ cupsppd.c:254:5: warning: 'ppdClose' is deprecated: Use cupsCopyDestInfo and friends instead. [-Wdeprecated-declarations] 254 | ppdClose (self->ppd); | ^ /usr/local/include/cups/ppd.h:365:40: note: 'ppdClose' has been explicitly marked deprecated here 365 | extern void ppdClose(ppd_file_t *ppd) _CUPS_DEPRECATED_1_6_MSG("Use cupsCopyDestInfo and friends instead."); | ^ /usr/local/include/cups/versioning.h:215:59: note: expanded from macro '_CUPS_DEPRECATED_1_6_MSG' 215 | # define _CUPS_DEPRECATED_1_6_MSG(m) __attribute__ ((deprecated(m))) _CUPS_PUBLIC | ^ cupsppd.c:270:8: warning: 'ppdLocalize' is deprecated: Use cupsCopyDestInfo and friends instead. [-Wdeprecated-declarations] 270 | if (!ppdLocalize (self->ppd)) | ^ /usr/local/include/cups/ppd.h:435:42: note: 'ppdLocalize' has been explicitly marked deprecated here 435 | extern int ppdLocalize(ppd_file_t *ppd) _CUPS_DEPRECATED_1_6_MSG("Use cupsCopyDestInfo and friends instead."); | ^ /usr/local/include/cups/versioning.h:215:59: note: expanded from macro '_CUPS_DEPRECATED_1_6_MSG' 215 | # define _CUPS_DEPRECATED_1_6_MSG(m) __attribute__ ((deprecated(m))) _CUPS_PUBLIC | ^ cupsppd.c:301:7: warning: 'ppdLocalizeIPPReason' is deprecated: Use cupsCopyDestInfo and friends instead. [-Wdeprecated-declarations] 301 | if (ppdLocalizeIPPReason (self->ppd, reason, scheme, buffer, bufsize)) | ^ /usr/local/include/cups/ppd.h:443:28: note: 'ppdLocalizeIPPReason' has been explicitly marked deprecated here 443 | size_t bufsize) _CUPS_DEPRECATED_1_6_MSG("Use cupsCopyDestInfo and friends instead."); | ^ /usr/local/include/cups/versioning.h:215:59: note: expanded from macro '_CUPS_DEPRECATED_1_6_MSG' 215 | # define _CUPS_DEPRECATED_1_6_MSG(m) __attribute__ ((deprecated(m))) _CUPS_PUBLIC | ^ cupsppd.c:329:11: warning: 'ppdLocalizeMarkerName' is deprecated: Use cupsCopyDestInfo and friends instead. [-Wdeprecated-declarations] 329 | lname = ppdLocalizeMarkerName (self->ppd, name); | ^ /usr/local/include/cups/ppd.h:464:27: note: 'ppdLocalizeMarkerName' has been explicitly marked deprecated here 464 | _CUPS_DEPRECATED_1_6_MSG("Use cupsCopyDestInfo and friends instead."); | ^ /usr/local/include/cups/versioning.h:215:59: note: expanded from macro '_CUPS_DEPRECATED_1_6_MSG' 215 | # define _CUPS_DEPRECATED_1_6_MSG(m) __attribute__ ((deprecated(m))) _CUPS_PUBLIC | ^ cupsppd.c:345:3: warning: 'ppdMarkDefaults' is deprecated: Use cupsCopyDestInfo and friends instead. [-Wdeprecated-declarations] 345 | ppdMarkDefaults (self->ppd); | ^ /usr/local/include/cups/ppd.h:385:47: note: 'ppdMarkDefaults' has been explicitly marked deprecated here 385 | extern void ppdMarkDefaults(ppd_file_t *ppd) _CUPS_DEPRECATED_1_6_MSG("Use cupsCopyDestInfo and friends instead."); | ^ /usr/local/include/cups/versioning.h:215:59: note: expanded from macro '_CUPS_DEPRECATED_1_6_MSG' 215 | # define _CUPS_DEPRECATED_1_6_MSG(m) __attribute__ ((deprecated(m))) _CUPS_PUBLIC | ^ cupsppd.c:372:15: warning: 'ppdMarkOption' is deprecated: Use cupsCopyDestInfo and friends instead. [-Wdeprecated-declarations] 372 | conflicts = ppdMarkOption (self->ppd, encname, encvalue); | ^ /usr/local/include/cups/ppd.h:387:38: note: 'ppdMarkOption' has been explicitly marked deprecated here 387 | const char *option) _CUPS_DEPRECATED_1_6_MSG("Use cupsCopyDestInfo and friends instead."); | ^ /usr/local/include/cups/versioning.h:215:59: note: expanded from macro '_CUPS_DEPRECATED_1_6_MSG' 215 | # define _CUPS_DEPRECATED_1_6_MSG(m) __attribute__ ((deprecated(m))) _CUPS_PUBLIC | ^ cupsppd.c:381:27: warning: 'ppdConflicts' is deprecated: Use cupsCopyDestInfo and friends instead. [-Wdeprecated-declarations] 381 | return PyLong_FromLong (ppdConflicts (self->ppd)); | ^ /usr/local/include/cups/ppd.h:368:43: note: 'ppdConflicts' has been explicitly marked deprecated here 368 | extern int ppdConflicts(ppd_file_t *ppd) _CUPS_DEPRECATED_1_6_MSG("Use cupsCopyDestInfo and friends instead."); | ^ /usr/local/include/cups/versioning.h:215:59: note: expanded from macro '_CUPS_DEPRECATED_1_6_MSG' 215 | # define _CUPS_DEPRECATED_1_6_MSG(m) __attribute__ ((deprecated(m))) _CUPS_PUBLIC | ^ cupsppd.c:398:9: warning: 'ppdFindOption' is deprecated: Use cupsCopyDestInfo and friends instead. [-Wdeprecated-declarations] 398 | opt = ppdFindOption (self->ppd, option); | ^ /usr/local/include/cups/ppd.h:382:19: note: 'ppdFindOption' has been explicitly marked deprecated here 382 | _CUPS_DEPRECATED_1_6_MSG("Use cupsCopyDestInfo and friends instead."); | ^ /usr/local/include/cups/versioning.h:215:59: note: expanded from macro '_CUPS_DEPRECATED_1_6_MSG' 215 | # define _CUPS_DEPRECATED_1_6_MSG(m) __attribute__ ((deprecated(m))) _CUPS_PUBLIC | ^ cupsppd.c:442:10: warning: 'ppdFindAttr' is deprecated: Use cupsCopyDestInfo and friends instead. [-Wdeprecated-declarations] 442 | attr = ppdFindAttr (self->ppd, name, spec); | ^ /usr/local/include/cups/ppd.h:401:35: note: 'ppdFindAttr' has been explicitly marked deprecated here 401 | const char *spec) _CUPS_DEPRECATED_1_6_MSG("Use cupsCopyDestInfo and friends instead."); | ^ /usr/local/include/cups/versioning.h:215:59: note: expanded from macro '_CUPS_DEPRECATED_1_6_MSG' 215 | # define _CUPS_DEPRECATED_1_6_MSG(m) __attribute__ ((deprecated(m))) _CUPS_PUBLIC | ^ cupsppd.c:488:10: warning: 'ppdFindNextAttr' is deprecated: Use cupsCopyDestInfo and friends instead. [-Wdeprecated-declarations] 488 | attr = ppdFindNextAttr (self->ppd, name, spec); | ^ /usr/local/include/cups/ppd.h:403:39: note: 'ppdFindNextAttr' has been explicitly marked deprecated here 403 | const char *spec) _CUPS_DEPRECATED_1_6_MSG("Use cupsCopyDestInfo and friends instead."); | ^ /usr/local/include/cups/versioning.h:215:59: note: expanded from macro '_CUPS_DEPRECATED_1_6_MSG' 215 | # define _CUPS_DEPRECATED_1_6_MSG(m) __attribute__ ((deprecated(m))) _CUPS_PUBLIC | ^ cupsppd.c:599:13: warning: 'ppdEmitString' is deprecated: Use cupsCopyDestInfo and friends instead. [-Wdeprecated-declarations] 599 | emitted = ppdEmitString(self->ppd, section, min_order); | ^ /usr/local/include/cups/ppd.h:424:36: note: 'ppdEmitString' has been explicitly marked deprecated here 424 | float min_order) _CUPS_DEPRECATED_1_6_MSG("Use cupsCopyDestInfo and friends instead."); | ^ /usr/local/include/cups/versioning.h:215:59: note: expanded from macro '_CUPS_DEPRECATED_1_6_MSG' 215 | # define _CUPS_DEPRECATED_1_6_MSG(m) __attribute__ ((deprecated(m))) _CUPS_PUBLIC | ^ cupsppd.c:630:8: warning: 'ppdEmit' is deprecated: Use cupsCopyDestInfo and friends instead. [-Wdeprecated-declarations] 630 | if (!ppdEmit(self->ppd, f, section)) | ^ /usr/local/include/cups/ppd.h:370:35: note: 'ppdEmit' has been explicitly marked deprecated here 370 | ppd_section_t section) _CUPS_DEPRECATED_1_6_MSG("Use cupsCopyDestInfo and friends instead."); | ^ /usr/local/include/cups/versioning.h:215:59: note: expanded from macro '_CUPS_DEPRECATED_1_6_MSG' 215 | # define _CUPS_DEPRECATED_1_6_MSG(m) __attribute__ ((deprecated(m))) _CUPS_PUBLIC | ^ cupsppd.c:656:8: warning: 'ppdEmitAfterOrder' is deprecated: Use cupsCopyDestInfo and friends instead. [-Wdeprecated-declarations] 656 | if (!ppdEmitAfterOrder(self->ppd, f, section, limit, min_order)) | ^ /usr/local/include/cups/ppd.h:420:25: note: 'ppdEmitAfterOrder' has been explicitly marked deprecated here 420 | float min_order) _CUPS_DEPRECATED_1_6_MSG("Use cupsCopyDestInfo and friends instead."); | ^ /usr/local/include/cups/versioning.h:215:59: note: expanded from macro '_CUPS_DEPRECATED_1_6_MSG' 215 | # define _CUPS_DEPRECATED_1_6_MSG(m) __attribute__ ((deprecated(m))) _CUPS_PUBLIC | ^ cupsppd.c:674:8: warning: 'ppdEmitFd' is deprecated: Use cupsCopyDestInfo and friends instead. [-Wdeprecated-declarations] 674 | if (!ppdEmitFd(self->ppd, f, section)) | ^ /usr/local/include/cups/ppd.h:372:37: note: 'ppdEmitFd' has been explicitly marked deprecated here 372 | ppd_section_t section) _CUPS_DEPRECATED_1_6_MSG("Use cupsCopyDestInfo and friends instead."); | ^ /usr/local/include/cups/versioning.h:215:59: note: expanded from macro '_CUPS_DEPRECATED_1_6_MSG' 215 | # define _CUPS_DEPRECATED_1_6_MSG(m) __attribute__ ((deprecated(m))) _CUPS_PUBLIC | ^ cupsppd.c:710:8: warning: 'ppdEmitJCL' is deprecated: Use cupsCopyDestInfo and friends instead. [-Wdeprecated-declarations] 710 | if (!ppdEmitJCL(self->ppd, f, job_id, user, title)) | ^ /usr/local/include/cups/ppd.h:375:15: note: 'ppdEmitJCL' has been explicitly marked deprecated here 375 | _CUPS_DEPRECATED_1_6_MSG("Use cupsCopyDestInfo and friends instead."); | ^ /usr/local/include/cups/versioning.h:215:59: note: expanded from macro '_CUPS_DEPRECATED_1_6_MSG' 215 | # define _CUPS_DEPRECATED_1_6_MSG(m) __attribute__ ((deprecated(m))) _CUPS_PUBLIC | ^ cupsppd.c:736:8: warning: 'ppdEmitJCLEnd' is deprecated: Use cupsCopyDestInfo and friends instead. [-Wdeprecated-declarations] 736 | if (!ppdEmitJCLEnd(self->ppd, f)) | ^ /usr/local/include/cups/ppd.h:422:18: note: 'ppdEmitJCLEnd' has been explicitly marked deprecated here 422 | _CUPS_DEPRECATED_1_6_MSG("Use cupsCopyDestInfo and friends instead."); | ^ /usr/local/include/cups/versioning.h:215:59: note: expanded from macro '_CUPS_DEPRECATED_1_6_MSG' 215 | # define _CUPS_DEPRECATED_1_6_MSG(m) __attribute__ ((deprecated(m))) _CUPS_PUBLIC | ^ cupsppd.c:777:16: warning: 'ppdFindMarkedChoice' is deprecated: Use cupsCopyDestInfo and friends instead. [-Wdeprecated-declarations] 777 | choice = ppdFindMarkedChoice (self->ppd, keyword); | ^ /usr/local/include/cups/ppd.h:380:25: note: 'ppdFindMarkedChoice' has been explicitly marked deprecated here 380 | _CUPS_DEPRECATED_1_6_MSG("Use cupsCopyDestInfo and friends instead."); | ^ /usr/local/include/cups/versioning.h:215:59: note: expanded from macro '_CUPS_DEPRECATED_1_6_MSG' 215 | # define _CUPS_DEPRECATED_1_6_MSG(m) __attribute__ ((deprecated(m))) _CUPS_PUBLIC | ^ cupsppd.c:784:11: warning: 'ppdFindMarkedChoice' is deprecated: Use cupsCopyDestInfo and friends instead. [-Wdeprecated-declarations] 784 | choice = ppdFindMarkedChoice (self->ppd, "PageSize"); | ^ /usr/local/include/cups/ppd.h:380:25: note: 'ppdFindMarkedChoice' has been explicitly marked deprecated here 380 | _CUPS_DEPRECATED_1_6_MSG("Use cupsCopyDestInfo and friends instead."); | ^ /usr/local/include/cups/versioning.h:215:59: note: expanded from macro '_CUPS_DEPRECATED_1_6_MSG' 215 | # define _CUPS_DEPRECATED_1_6_MSG(m) __attribute__ ((deprecated(m))) _CUPS_PUBLIC | ^ 19 warnings generated. Successfully built pycups-2.0.4-cp313-cp313-openbsd_7_8_amd64.whl >>> Running package in print/py-cups at 1764619704.30 ===> print/py-cups ===> Faking installation for py3-cups-2.0.4p4 Reading existing plist for py3-cups-2.0.4p4 Writing /exopi-obj/pobj/py-cups-2.0.4/fake-amd64/debug-pkg/Makefile.new Writing /exopi-obj/pobj/py-cups-2.0.4/fake-amd64/debug-pkg/PLIST Renaming /exopi-obj/pobj/py-cups-2.0.4/fake-amd64/debug-pkg/Makefile.new to Makefile > Extracting debug info from /exopi-obj/pobj/py-cups-2.0.4/fake-amd64/usr/local/lib/python3.13/site-packages/cups.cpython-313.so ===> Building package for py3-cups-2.0.4p4 Create /exopi-cvs/ports/packages/amd64/all/py3-cups-2.0.4p4.tgz Creating package py3-cups-2.0.4p4 reading plist| checking dependencies| checking dependencies|lang/python/3,-main checking dependencies|print/cups,-libs checksumming| checksumming| | 0% checksumming|*** | 4% checksumming|***** | 9% checksumming|******** | 13% checksumming|*********** | 17% checksumming|************* | 22% checksumming|**************** | 26% checksumming|******************* | 30% checksumming|********************* | 35% checksumming|************************ | 39% checksumming|*************************** | 43% checksumming|***************************** | 48% checksumming|******************************** | 52% checksumming|********************************** | 57% checksumming|************************************* | 61% checksumming|**************************************** | 65% checksumming|****************************************** | 70% checksumming|********************************************* | 74% checksumming|************************************************ | 78% checksumming|************************************************** | 83% checksumming|***************************************************** | 87% checksumming|******************************************************** | 91% checksumming|********************************************************** | 96% checksumming|*************************************************************|100% archiving| archiving| | 0% archiving|*********************************************************** | 92% archiving|*********************************************************** | 93% archiving|****************************************************************|100% Creating package debug-py3-cups-2.0.4p4 reading plist| checking dependencies| checking dependencies|lang/python/3,-main checking dependencies|print/cups,-libs checking dependencies|print/py-cups checksumming| checksumming| | 0% checksumming|*** | 6% checksumming|******* | 11% checksumming|********** | 17% checksumming|************** | 22% checksumming|***************** | 28% checksumming|******************** | 33% checksumming|************************ | 39% checksumming|*************************** | 44% checksumming|******************************* | 50% checksumming|********************************** | 56% checksumming|************************************* | 61% checksumming|***************************************** | 67% checksumming|******************************************** | 72% checksumming|*********************************************** | 78% checksumming|*************************************************** | 83% checksumming|****************************************************** | 89% checksumming|********************************************************** | 94% checksumming|*************************************************************|100% archiving| archiving| | 0% archiving|****************************************************************|100% Link to /exopi-cvs/ports/packages/amd64/ftp/py3-cups-2.0.4p4.tgz Link to /exopi-cvs/ports/packages/amd64/ftp/debug-py3-cups-2.0.4p4.tgz >>> Running clean in print/py-cups at 1764619709.38 ===> print/py-cups ===> Cleaning for py3-cups-2.0.4p4 >>> Ended at 1764619709.55 max_stuck=0.00/depends=1.34/show-prepare-results=1.16/extract=0.27/build=4.84/package=5.08/clean=0.20