>>> Building on exopi-6 under print/py-cups,python3 BDEPENDS = [print/cups,-libs;lang/python/3.10;devel/dwz] DIST = [print/py-cups,python3:pycups-2.0.4.tar.gz] FULLPKGNAME = py3-cups-2.0.4 RDEPENDS = [lang/python/3.10;print/cups,-libs] (Junk lock obtained for exopi-6 at 1713775559.58) >>> Running depends in print/py-cups,python3 at 1713775559.66 last junk was in sysutils/jefferson /usr/sbin/pkg_add -aI -Drepair cups-libs-2.4.7 dwz-0.15 was: /usr/sbin/pkg_add -aI -Drepair cups-libs-2.4.7 dwz-0.15 python-3.10.14p0 /usr/sbin/pkg_add -aI -Drepair cups-libs-2.4.7 dwz-0.15 The following new rcscripts were installed: /etc/rc.d/messagebus See rcctl(8) for details. New and changed readme(s): /usr/local/share/doc/pkg-readmes/dbus >>> Running show-prepare-results in print/py-cups,python3 at 1713775562.90 ===> print/py-cups,python3 ===> Building from scratch py3-cups-2.0.4 ===> py3-cups-2.0.4 depends on: python->=3.10,<3.11 -> python-3.10.14p0 ===> py3-cups-2.0.4 depends on: dwz-* -> dwz-0.15 ===> py3-cups-2.0.4 depends on: cups-libs-* -> cups-libs-2.4.7 ===> Verifying specs: cups iconv pthread python3.10 ===> found cups.7.3 iconv.7.1 pthread.27.1 python3.10.0.0 cups-libs-2.4.7 dwz-0.15 python-3.10.14p0 (Junk lock released for exopi-6 at 1713775563.63) distfiles size=65105 >>> Running build in print/py-cups,python3 at 1713775563.66 ===> print/py-cups,python3 ===> Checking files for py3-cups-2.0.4 `/exopi-cvs/ports/distfiles/pycups-2.0.4.tar.gz' is up to date. >> (SHA256) pycups-2.0.4.tar.gz: OK ===> Extracting for py3-cups-2.0.4 ===> Patching for py3-cups-2.0.4 ===> 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.4 ===> Configuring for py3-cups-2.0.4 ===> Building for py3-cups-2.0.4 /exopi-obj/pobj/py-cups-2.0.4-python3/pycups-2.0.4/./setup.py:37: DeprecationWarning: The distutils package is deprecated and slated for removal in Python 3.12. Use setuptools or check PEP 632 for potential alternatives from distutils.core import setup, Extension running build running build_ext building 'cups' extension creating /exopi-obj/pobj/py-cups-2.0.4-python3/pycups-2.0.4/temp.openbsd-7.5-amd64-3.10 cc -Wno-unused-result -Wsign-compare -Wunreachable-code -DNDEBUG -O2 -pipe -g -fPIC -O2 -pipe -g -O2 -pipe -g -O2 -pipe -g -I/usr/local/include -DVERSION="2.0.4" -fPIC -DVERSION="2.0.4" -I/usr/local/include/python3.10 -c cupsconnection.c -o /exopi-obj/pobj/py-cups-2.0.4-python3/pycups-2.0.4/temp.openbsd-7.5-amd64-3.10/cupsconnection.o cupsconnection.c:1209:14: warning: 'cupsGetServerPPD' is deprecated: Use cupsCopyDestInfo and friends instead. [-Wdeprecated-declarations] filename = cupsGetServerPPD (self->http, ppd_name); ^ /usr/local/include/cups/ppd.h:361:64: note: 'cupsGetServerPPD' has been explicitly marked deprecated here 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' # define _CUPS_DEPRECATED_1_6_MSG(m) __attribute__ ((deprecated(m))) _CUPS_PUBLIC ^ cupsconnection.c:2143:36: warning: invalid conversion specifier 'Z' [-Wformat-invalid-specifier] debugprintf ("sizeof values = %Zd\n", sizeof (auth_info_values)); ~^ cupsconnection.c:3717:13: warning: 'cupsGetPPD2' is deprecated: Use cupsCopyDestInfo and friends instead. [-Wdeprecated-declarations] ppdfile = cupsGetPPD2 (self->http, printer); ^ /usr/local/include/cups/ppd.h:359:64: note: 'cupsGetPPD2' has been explicitly marked deprecated here 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' # 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] status = cupsGetPPD3 (self->http, printer, &modtime, ^ /usr/local/include/cups/ppd.h:360:113: note: 'cupsGetPPD3' has been explicitly marked deprecated 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."); ^ /usr/local/include/cups/versioning.h:215:59: note: expanded from macro '_CUPS_DEPRECATED_1_6_MSG' # define _CUPS_DEPRECATED_1_6_MSG(m) __attribute__ ((deprecated(m))) _CUPS_PUBLIC ^ cupsconnection.c:3823:17: warning: format specifies type 'long' but the argument has type 'time_t' (aka 'long long') [-Wformat] status, modtime, fname); ^~~~~~~ cupsconnection.c:4007:8: warning: 'cupsAdminCreateWindowsPPD' is deprecated [-Wdeprecated-declarations] if (!cupsAdminCreateWindowsPPD(self->http, name, ppdfile, sizeof(ppdfile))) { ^ /usr/local/include/cups/adminutil.h:65:30: note: 'cupsAdminCreateWindowsPPD' has been explicitly marked deprecated here _CUPS_DEPRECATED; ^ /usr/local/include/cups/versioning.h:211:46: note: expanded from macro '_CUPS_DEPRECATED' # define _CUPS_DEPRECATED __attribute__ ((deprecated)) _CUPS_PUBLIC ^ cupsconnection.c:4016:9: warning: 'cupsAdminExportSamba' is deprecated [-Wdeprecated-declarations] ret = cupsAdminExportSamba(name, ppdfile, server, user, password, tf); ^ /usr/local/include/cups/adminutil.h:62:25: note: 'cupsAdminExportSamba' has been explicitly marked deprecated here FILE *logfile) _CUPS_DEPRECATED; ^ /usr/local/include/cups/versioning.h:211:46: note: expanded from macro '_CUPS_DEPRECATED' # define _CUPS_DEPRECATED __attribute__ ((deprecated)) _CUPS_PUBLIC ^ 7 warnings generated. cc -Wno-unused-result -Wsign-compare -Wunreachable-code -DNDEBUG -O2 -pipe -g -fPIC -O2 -pipe -g -O2 -pipe -g -O2 -pipe -g -I/usr/local/include -DVERSION="2.0.4" -fPIC -DVERSION="2.0.4" -I/usr/local/include/python3.10 -c cupsipp.c -o /exopi-obj/pobj/py-cups-2.0.4-python3/pycups-2.0.4/temp.openbsd-7.5-amd64-3.10/cupsipp.o cc -Wno-unused-result -Wsign-compare -Wunreachable-code -DNDEBUG -O2 -pipe -g -fPIC -O2 -pipe -g -O2 -pipe -g -O2 -pipe -g -I/usr/local/include -DVERSION="2.0.4" -fPIC -DVERSION="2.0.4" -I/usr/local/include/python3.10 -c cupsmodule.c -o /exopi-obj/pobj/py-cups-2.0.4-python3/pycups-2.0.4/temp.openbsd-7.5-amd64-3.10/cupsmodule.o cupsmodule.c:378:3: warning: 'ppdSetConformance' is deprecated: Use cupsCopyDestInfo and friends instead. [-Wdeprecated-declarations] ppdSetConformance (level); ^ /usr/local/include/cups/ppd.h:406:49: note: 'ppdSetConformance' has been explicitly marked deprecated here 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' # define _CUPS_DEPRECATED_1_6_MSG(m) __attribute__ ((deprecated(m))) _CUPS_PUBLIC ^ 1 warning generated. cc -Wno-unused-result -Wsign-compare -Wunreachable-code -DNDEBUG -O2 -pipe -g -fPIC -O2 -pipe -g -O2 -pipe -g -O2 -pipe -g -I/usr/local/include -DVERSION="2.0.4" -fPIC -DVERSION="2.0.4" -I/usr/local/include/python3.10 -c cupsppd.c -o /exopi-obj/pobj/py-cups-2.0.4-python3/pycups-2.0.4/temp.openbsd-7.5-amd64-3.10/cupsppd.o cupsppd.c:231:15: warning: 'ppdOpenFile' is deprecated: Use cupsCopyDestInfo and friends instead. [-Wdeprecated-declarations] self->ppd = ppdOpenFile (filename); ^ /usr/local/include/cups/ppd.h:389:54: note: 'ppdOpenFile' has been explicitly marked deprecated here 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' # 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] ppdClose (self->ppd); ^ /usr/local/include/cups/ppd.h:364:40: note: 'ppdClose' has been explicitly marked deprecated here 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' # 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] if (!ppdLocalize (self->ppd)) ^ /usr/local/include/cups/ppd.h:434:42: note: 'ppdLocalize' has been explicitly marked deprecated here 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' # 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] if (ppdLocalizeIPPReason (self->ppd, reason, scheme, buffer, bufsize)) ^ /usr/local/include/cups/ppd.h:442:28: note: 'ppdLocalizeIPPReason' has been explicitly marked deprecated here 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' # 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] lname = ppdLocalizeMarkerName (self->ppd, name); ^ /usr/local/include/cups/ppd.h:463:27: note: 'ppdLocalizeMarkerName' has been explicitly marked deprecated here _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' # 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] ppdMarkDefaults (self->ppd); ^ /usr/local/include/cups/ppd.h:384:47: note: 'ppdMarkDefaults' has been explicitly marked deprecated here 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' # 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] conflicts = ppdMarkOption (self->ppd, encname, encvalue); ^ /usr/local/include/cups/ppd.h:386:38: note: 'ppdMarkOption' has been explicitly marked deprecated here 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' # 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] return PyLong_FromLong (ppdConflicts (self->ppd)); ^ /usr/local/include/cups/ppd.h:367:43: note: 'ppdConflicts' has been explicitly marked deprecated here 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' # 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] opt = ppdFindOption (self->ppd, option); ^ /usr/local/include/cups/ppd.h:381:19: note: 'ppdFindOption' has been explicitly marked deprecated here _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' # 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] attr = ppdFindAttr (self->ppd, name, spec); ^ /usr/local/include/cups/ppd.h:400:35: note: 'ppdFindAttr' has been explicitly marked deprecated here 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' # 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] attr = ppdFindNextAttr (self->ppd, name, spec); ^ /usr/local/include/cups/ppd.h:402:39: note: 'ppdFindNextAttr' has been explicitly marked deprecated here 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' # 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] emitted = ppdEmitString(self->ppd, section, min_order); ^ /usr/local/include/cups/ppd.h:423:36: note: 'ppdEmitString' has been explicitly marked deprecated here 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' # 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] if (!ppdEmit(self->ppd, f, section)) ^ /usr/local/include/cups/ppd.h:369:35: note: 'ppdEmit' has been explicitly marked deprecated here 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' # 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] if (!ppdEmitAfterOrder(self->ppd, f, section, limit, min_order)) ^ /usr/local/include/cups/ppd.h:419:25: note: 'ppdEmitAfterOrder' has been explicitly marked deprecated here 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' # 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] if (!ppdEmitFd(self->ppd, f, section)) ^ /usr/local/include/cups/ppd.h:371:37: note: 'ppdEmitFd' has been explicitly marked deprecated here 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' # 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] if (!ppdEmitJCL(self->ppd, f, job_id, user, title)) ^ /usr/local/include/cups/ppd.h:374:15: note: 'ppdEmitJCL' has been explicitly marked deprecated here _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' # 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] if (!ppdEmitJCLEnd(self->ppd, f)) ^ /usr/local/include/cups/ppd.h:421:18: note: 'ppdEmitJCLEnd' has been explicitly marked deprecated here _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' # 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] choice = ppdFindMarkedChoice (self->ppd, keyword); ^ /usr/local/include/cups/ppd.h:379:25: note: 'ppdFindMarkedChoice' has been explicitly marked deprecated here _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' # 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] choice = ppdFindMarkedChoice (self->ppd, "PageSize"); ^ /usr/local/include/cups/ppd.h:379:25: note: 'ppdFindMarkedChoice' has been explicitly marked deprecated here _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' # define _CUPS_DEPRECATED_1_6_MSG(m) __attribute__ ((deprecated(m))) _CUPS_PUBLIC ^ 19 warnings generated. creating /exopi-obj/pobj/py-cups-2.0.4-python3/pycups-2.0.4/lib.openbsd-7.5-amd64-3.10 cc -pthread -shared -fPIC -L/usr/local/lib/ -O2 -pipe -g -I/usr/local/include -DVERSION="2.0.4" /exopi-obj/pobj/py-cups-2.0.4-python3/pycups-2.0.4/temp.openbsd-7.5-amd64-3.10/cupsconnection.o /exopi-obj/pobj/py-cups-2.0.4-python3/pycups-2.0.4/temp.openbsd-7.5-amd64-3.10/cupsipp.o /exopi-obj/pobj/py-cups-2.0.4-python3/pycups-2.0.4/temp.openbsd-7.5-amd64-3.10/cupsmodule.o /exopi-obj/pobj/py-cups-2.0.4-python3/pycups-2.0.4/temp.openbsd-7.5-amd64-3.10/cupsppd.o -L/usr/local/lib -lcups -liconv -o /exopi-obj/pobj/py-cups-2.0.4-python3/pycups-2.0.4/lib.openbsd-7.5-amd64-3.10/cups.cpython-310.so >>> Running package in print/py-cups,python3 at 1713775567.85 ===> print/py-cups,python3 ===> Faking installation for py3-cups-2.0.4 /exopi-obj/pobj/py-cups-2.0.4-python3/pycups-2.0.4/./setup.py:37: DeprecationWarning: The distutils package is deprecated and slated for removal in Python 3.12. Use setuptools or check PEP 632 for potential alternatives from distutils.core import setup, Extension running build running build_ext running install running install_lib creating /exopi-obj/pobj/py-cups-2.0.4-python3/fake-amd64-python3/usr/local/lib/python3.10 creating /exopi-obj/pobj/py-cups-2.0.4-python3/fake-amd64-python3/usr/local/lib/python3.10/site-packages copying /exopi-obj/pobj/py-cups-2.0.4-python3/pycups-2.0.4/lib.openbsd-7.5-amd64-3.10/cups.cpython-310.so -> /exopi-obj/pobj/py-cups-2.0.4-python3/fake-amd64-python3/usr/local/lib/python3.10/site-packages running install_egg_info Writing /exopi-obj/pobj/py-cups-2.0.4-python3/fake-amd64-python3/usr/local/lib/python3.10/site-packages/pycups-2.0.4-py3.10.egg-info Reading existing plist for py3-cups-2.0.4 Writing /exopi-obj/pobj/py-cups-2.0.4-python3/fake-amd64-python3/debug-pkg/Makefile.new Writing /exopi-obj/pobj/py-cups-2.0.4-python3/fake-amd64-python3/debug-pkg/PLIST Renaming /exopi-obj/pobj/py-cups-2.0.4-python3/fake-amd64-python3/debug-pkg/Makefile.new to Makefile > Extracting debug info from /exopi-obj/pobj/py-cups-2.0.4-python3/fake-amd64-python3/usr/local/lib/python3.10/site-packages/cups.cpython-310.so ===> Building package for py3-cups-2.0.4 Create /exopi-cvs/ports/packages/amd64/all/py3-cups-2.0.4.tgz Creating package py3-cups-2.0.4 reading plist| checking dependencies| checking dependencies|lang/python/3.10,-main checking dependencies|print/cups,-libs checksumming| checksumming| | 0% checksumming|**** | 6% checksumming|******* | 12% checksumming|*********** | 18% checksumming|************** | 24% checksumming|****************** | 29% checksumming|********************** | 35% checksumming|************************* | 41% checksumming|***************************** | 47% checksumming|******************************** | 53% checksumming|************************************ | 59% checksumming|*************************************** | 65% checksumming|******************************************* | 71% checksumming|*********************************************** | 76% checksumming|************************************************** | 82% checksumming|****************************************************** | 88% checksumming|********************************************************* | 94% checksumming|*************************************************************|100% archiving| archiving| | 0% archiving|****************************************************************| 99% archiving|****************************************************************|100% Creating package debug-py3-cups-2.0.4 reading plist| checking dependencies| checking dependencies|lang/python/3.10,-main checking dependencies|print/cups,-libs checking dependencies|print/py-cups,python3 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.4.tgz Link to /exopi-cvs/ports/packages/amd64/ftp/debug-py3-cups-2.0.4.tgz >>> Running clean in print/py-cups,python3 at 1713775572.83 ===> print/py-cups,python3 ===> Cleaning for py3-cups-2.0.4 >>> Ended at 1713775573.02 max_stuck=2.08/depends=3.29/show-prepare-results=0.76/build=4.18/package=4.98/clean=0.22