>>> Building on exopi-2 under net/py-pcapy BDEPENDS = [devel/py-setuptools;devel/py-build;lang/python/3;devel/py-installer;devel/py-wheel] DIST = [net/py-pcapy:pcapy-0.11.5.tar.gz] FULLPKGNAME = py3-pcapy-0.11.5p5 RDEPENDS = [lang/python/3] (Junk lock obtained for exopi-2 at 1735136720.40) >>> Running depends in net/py-pcapy at 1735136720.45 last junk was in security/py-scrypt /usr/sbin/pkg_add -aI -Drepair py3-build-1.2.2.post1p0 py3-installer-0.7.0p1 py3-setuptools-69.5.1p0v0 py3-wheel-0.45.1p0 python-3.12.8p0 was: /usr/sbin/pkg_add -aI -Drepair py3-build-1.2.2.post1p0 py3-installer-0.7.0p1 py3-setuptools-69.5.1p0v0 py3-wheel-0.45.1p0 python-3.12.8p0 /usr/sbin/pkg_add -aI -Drepair py3-build-1.2.2.post1p0 py3-installer-0.7.0p1 py3-setuptools-69.5.1p0v0 py3-wheel-0.45.1p0 python-3.12.8p0 >>> Running show-prepare-results in net/py-pcapy at 1735136722.89 ===> net/py-pcapy ===> Building from scratch py3-pcapy-0.11.5p5 ===> py3-pcapy-0.11.5p5 depends on: python->=3.12,<3.13 -> python-3.12.8p0 ===> py3-pcapy-0.11.5p5 depends on: py3-build-* -> py3-build-1.2.2.post1p0 ===> py3-pcapy-0.11.5p5 depends on: py3-installer-* -> py3-installer-0.7.0p1 ===> py3-pcapy-0.11.5p5 depends on: py3-setuptools-* -> py3-setuptools-69.5.1p0v0 ===> py3-pcapy-0.11.5p5 depends on: py3-wheel-* -> py3-wheel-0.45.1p0 ===> Verifying specs: python3.12 c++ c++abi pthread m pcap ===> found python3.12.0.0 c++.10.0 c++abi.7.0 pthread.27.1 m.10.1 pcap.9.0 py3-build-1.2.2.post1p0 py3-installer-0.7.0p1 py3-setuptools-69.5.1p0v0 py3-wheel-0.45.1p0 python-3.12.8p0 (Junk lock released for exopi-2 at 1735136724.75) distfiles size=37677 >>> Running build in net/py-pcapy at 1735136724.79 ===> net/py-pcapy ===> Checking files for py3-pcapy-0.11.5p5 `/exopi-cvs/ports/distfiles/pcapy-0.11.5.tar.gz' is up to date. >> (SHA256) all files: OK ===> Extracting for py3-pcapy-0.11.5p5 ===> Patching for py3-pcapy-0.11.5p5 ===> Applying OpenBSD patch patch-pcap_pkthdr_cc Hmm... Looks like a unified diff to me... The text leading up to this was: -------------------------- |--- pcap_pkthdr.cc.orig Sun Oct 30 14:05:35 2016 |+++ pcap_pkthdr.cc Sun Oct 30 14:05:35 2016 -------------------------- Patching file pcap_pkthdr.cc using Plan A... Hunk #1 succeeded at 23. done ===> Applying OpenBSD patch patch-setup_py Hmm... Looks like a unified diff to me... The text leading up to this was: -------------------------- |From https://github.com/stamparm/pcapy-ng/commit/84a15d2faefaae410198f5739d6ed3c69daa17ec |Don't monkeypatch internal function sysconfig._init_posix |Breaks with newer setuptools | |Index: setup.py |--- setup.py.orig |+++ setup.py -------------------------- Patching file setup.py using Plan A... Hunk #1 succeeded at 44. 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-pcapy-0.11.5p5 ===> Configuring for py3-pcapy-0.11.5p5 ===> Building for py3-pcapy-0.11.5p5 * Getting build dependencies for wheel... /usr/local/lib/python3.12/site-packages/setuptools/dist.py:318: InformationOnly: Normalizing '0.11.5-dev' to '0.11.5.dev0' self.metadata.version = self._normalize_version(self.metadata.version) running egg_info creating pcapy.egg-info writing pcapy.egg-info/PKG-INFO writing dependency_links to pcapy.egg-info/dependency_links.txt writing top-level names to pcapy.egg-info/top_level.txt writing manifest file 'pcapy.egg-info/SOURCES.txt' reading manifest file 'pcapy.egg-info/SOURCES.txt' reading manifest template 'MANIFEST.in' adding license file 'LICENSE' writing manifest file 'pcapy.egg-info/SOURCES.txt' * Building wheel... /usr/local/lib/python3.12/site-packages/setuptools/dist.py:318: InformationOnly: Normalizing '0.11.5-dev' to '0.11.5.dev0' self.metadata.version = self._normalize_version(self.metadata.version) running bdist_wheel running build running build_ext building 'pcapy' extension creating build creating build/temp.openbsd-7.6-amd64-cpython-312 cc -fno-strict-overflow -Wsign-compare -Wunreachable-code -DNDEBUG -O2 -pipe -g -fPIC -O2 -pipe -g -O2 -pipe -g -O2 -pipe -fPIC -I/usr/local/include/python3.12 -c bpfobj.cc -o build/temp.openbsd-7.6-amd64-cpython-312/bpfobj.o bpfobj.cc:27:17: warning: ISO C++17 does not allow 'register' storage class specifier [-Wregister] bpfprog_dealloc(register bpfobject* bpf) ^~~~~~~~~ bpfobj.cc:39:27: warning: ISO C++17 does not allow 'register' storage class specifier [-Wregister] static PyObject* p_filter(register bpfobject* bpf, PyObject* args); ^~~~~~~~~ bpfobj.cc:40:28: warning: ISO C++17 does not allow 'register' storage class specifier [-Wregister] static PyObject* p_get_bpf(register bpfobject* bpf, PyObject* args); ^~~~~~~~~ bpfobj.cc:190:10: warning: ISO C++17 does not allow 'register' storage class specifier [-Wregister] p_filter(register bpfobject* bpf, PyObject* args) ^~~~~~~~~ bpfobj.cc:220:11: warning: ISO C++17 does not allow 'register' storage class specifier [-Wregister] p_get_bpf(register bpfobject* bpf, PyObject* args) ^~~~~~~~~ 5 warnings generated. cc -fno-strict-overflow -Wsign-compare -Wunreachable-code -DNDEBUG -O2 -pipe -g -fPIC -O2 -pipe -g -O2 -pipe -g -O2 -pipe -fPIC -I/usr/local/include/python3.12 -c pcap_pkthdr.cc -o build/temp.openbsd-7.6-amd64-cpython-312/pcap_pkthdr.o pcap_pkthdr.cc:35:14: warning: ISO C++17 does not allow 'register' storage class specifier [-Wregister] pcap_dealloc(register pkthdr* pp) ^~~~~~~~~ pcap_pkthdr.cc:42:26: warning: ISO C++17 does not allow 'register' storage class specifier [-Wregister] static PyObject* p_getts(register pkthdr* pp, PyObject* args); ^~~~~~~~~ pcap_pkthdr.cc:43:30: warning: ISO C++17 does not allow 'register' storage class specifier [-Wregister] static PyObject* p_getcaplen(register pkthdr* pp, PyObject* args); ^~~~~~~~~ pcap_pkthdr.cc:44:27: warning: ISO C++17 does not allow 'register' storage class specifier [-Wregister] static PyObject* p_getlen(register pkthdr* pp, PyObject* args); ^~~~~~~~~ pcap_pkthdr.cc:149:9: warning: ISO C++17 does not allow 'register' storage class specifier [-Wregister] p_getts(register pkthdr* pp, PyObject* args) ^~~~~~~~~ pcap_pkthdr.cc:160:13: warning: ISO C++17 does not allow 'register' storage class specifier [-Wregister] p_getcaplen(register pkthdr* pp, PyObject* args) ^~~~~~~~~ pcap_pkthdr.cc:171:10: warning: ISO C++17 does not allow 'register' storage class specifier [-Wregister] p_getlen(register pkthdr* pp, PyObject* args) ^~~~~~~~~ 7 warnings generated. cc -fno-strict-overflow -Wsign-compare -Wunreachable-code -DNDEBUG -O2 -pipe -g -fPIC -O2 -pipe -g -O2 -pipe -g -O2 -pipe -fPIC -I/usr/local/include/python3.12 -c pcapdumper.cc -o build/temp.openbsd-7.6-amd64-cpython-312/pcapdumper.o pcapdumper.cc:23:33: warning: ISO C++17 does not allow 'register' storage class specifier [-Wregister] static bool validate_pcapdumper(register const pcapdumper* pp); ^~~~~~~~~ pcapdumper.cc:28:14: warning: ISO C++17 does not allow 'register' storage class specifier [-Wregister] pcap_dealloc(register pcapdumper* pp) ^~~~~~~~~ pcapdumper.cc:40:26: warning: ISO C++17 does not allow 'register' storage class specifier [-Wregister] static PyObject* p_close(register pcapdumper* pp, PyObject* args); ^~~~~~~~~ pcapdumper.cc:41:25: warning: ISO C++17 does not allow 'register' storage class specifier [-Wregister] static PyObject* p_dump(register pcapdumper* pp, PyObject* args); ^~~~~~~~~ pcapdumper.cc:141:8: warning: ISO C++17 does not allow 'register' storage class specifier [-Wregister] p_dump(register pcapdumper* pp, PyObject* args) ^~~~~~~~~ pcapdumper.cc:179:9: warning: ISO C++17 does not allow 'register' storage class specifier [-Wregister] p_close(register pcapdumper* pp, PyObject* args) ^~~~~~~~~ pcapdumper.cc:195:21: warning: ISO C++17 does not allow 'register' storage class specifier [-Wregister] validate_pcapdumper(register const pcapdumper* pp){ ^~~~~~~~~ 7 warnings generated. cc -fno-strict-overflow -Wsign-compare -Wunreachable-code -DNDEBUG -O2 -pipe -g -fPIC -O2 -pipe -g -O2 -pipe -g -O2 -pipe -fPIC -I/usr/local/include/python3.12 -c pcapobj.cc -o build/temp.openbsd-7.6-amd64-cpython-312/pcapobj.o pcapobj.cc:37:9: warning: ISO C++17 does not allow 'register' storage class specifier [-Wregister] p_close(register pcapobject* pp, PyObject*) ^~~~~~~~~ pcapobj.cc:48:14: warning: ISO C++17 does not allow 'register' storage class specifier [-Wregister] pcap_dealloc(register pcapobject* pp) ^~~~~~~~~ pcapobj.cc:63:27: warning: ISO C++17 does not allow 'register' storage class specifier [-Wregister] static PyObject* p_getnet(register pcapobject* pp, PyObject* args); ^~~~~~~~~ pcapobj.cc:64:28: warning: ISO C++17 does not allow 'register' storage class specifier [-Wregister] static PyObject* p_getmask(register pcapobject* pp, PyObject* args); ^~~~~~~~~ pcapobj.cc:65:31: warning: ISO C++17 does not allow 'register' storage class specifier [-Wregister] static PyObject* p_setfilter( register pcapobject* pp, PyObject* args ); ^~~~~~~~~ pcapobj.cc:66:25: warning: ISO C++17 does not allow 'register' storage class specifier [-Wregister] static PyObject* p_next(register pcapobject* pp, PyObject*); ^~~~~~~~~ pcapobj.cc:67:29: warning: ISO C++17 does not allow 'register' storage class specifier [-Wregister] static PyObject* p_dispatch(register pcapobject* pp, PyObject* args); ^~~~~~~~~ pcapobj.cc:68:25: warning: ISO C++17 does not allow 'register' storage class specifier [-Wregister] static PyObject* p_loop(register pcapobject* pp, PyObject* args); ^~~~~~~~~ pcapobj.cc:69:29: warning: ISO C++17 does not allow 'register' storage class specifier [-Wregister] static PyObject* p_datalink(register pcapobject* pp, PyObject* args); ^~~~~~~~~ pcapobj.cc:70:33: warning: ISO C++17 does not allow 'register' storage class specifier [-Wregister] static PyObject* p_setdirection(register pcapobject* pp, PyObject* args); ^~~~~~~~~ pcapobj.cc:71:32: warning: ISO C++17 does not allow 'register' storage class specifier [-Wregister] static PyObject* p_setnonblock(register pcapobject* pp, PyObject* args); ^~~~~~~~~ pcapobj.cc:72:32: warning: ISO C++17 does not allow 'register' storage class specifier [-Wregister] static PyObject* p_getnonblock(register pcapobject* pp, PyObject* args); ^~~~~~~~~ pcapobj.cc:73:30: warning: ISO C++17 does not allow 'register' storage class specifier [-Wregister] static PyObject* p_dump_open(register pcapobject* pp, PyObject* args); ^~~~~~~~~ pcapobj.cc:74:31: warning: ISO C++17 does not allow 'register' storage class specifier [-Wregister] static PyObject* p_sendpacket(register pcapobject* pp, PyObject* args); ^~~~~~~~~ pcapobj.cc:75:27: warning: ISO C++17 does not allow 'register' storage class specifier [-Wregister] static PyObject* p_stats( register pcapobject* pp, PyObject*); ^~~~~~~~~ pcapobj.cc:76:30: warning: ISO C++17 does not allow 'register' storage class specifier [-Wregister] static PyObject* p__enter__( register pcapobject* pp, PyObject*); ^~~~~~~~~ pcapobj.cc:77:26: warning: ISO C++17 does not allow 'register' storage class specifier [-Wregister] static PyObject* p_getfd(register pcapobject* pp, PyObject* args); ^~~~~~~~~ pcapobj.cc:78:32: warning: ISO C++17 does not allow 'register' storage class specifier [-Wregister] static PyObject* p_set_snaplen(register pcapobject* pp, PyObject* args); ^~~~~~~~~ pcapobj.cc:79:32: warning: ISO C++17 does not allow 'register' storage class specifier [-Wregister] static PyObject* p_set_promisc(register pcapobject* pp, PyObject* args); ^~~~~~~~~ pcapobj.cc:80:32: warning: ISO C++17 does not allow 'register' storage class specifier [-Wregister] static PyObject* p_set_timeout(register pcapobject* pp, PyObject* args); ^~~~~~~~~ pcapobj.cc:81:36: warning: ISO C++17 does not allow 'register' storage class specifier [-Wregister] static PyObject* p_set_buffer_size(register pcapobject* pp, PyObject* args); ^~~~~~~~~ pcapobj.cc:82:30: warning: ISO C++17 does not allow 'register' storage class specifier [-Wregister] static PyObject* p_set_rfmon(register pcapobject* pp, PyObject* args); ^~~~~~~~~ pcapobj.cc:83:29: warning: ISO C++17 does not allow 'register' storage class specifier [-Wregister] static PyObject* p_activate(register pcapobject* pp, PyObject* args); ^~~~~~~~~ pcapobj.cc:243:10: warning: ISO C++17 does not allow 'register' storage class specifier [-Wregister] p_getnet(register pcapobject* pp, PyObject* args) ^~~~~~~~~ pcapobj.cc:260:11: warning: ISO C++17 does not allow 'register' storage class specifier [-Wregister] p_getmask(register pcapobject* pp, PyObject* args) ^~~~~~~~~ pcapobj.cc:277:13: warning: ISO C++17 does not allow 'register' storage class specifier [-Wregister] p_setfilter(register pcapobject* pp, PyObject* args) ^~~~~~~~~ pcapobj.cc:314:8: warning: ISO C++17 does not allow 'register' storage class specifier [-Wregister] p_next(register pcapobject* pp, PyObject*) ^~~~~~~~~ pcapobj.cc:412:12: warning: 'PyEval_CallObjectWithKeywords' is deprecated [-Wdeprecated-declarations] result = PyEval_CallObject(pctx->pyfunc,arglist); ^ /usr/local/include/python3.12/ceval.h:34:5: note: expanded from macro 'PyEval_CallObject' PyEval_CallObjectWithKeywords((callable), (arg), _PyObject_CAST(_Py_NULL)) ^ /usr/local/include/python3.12/ceval.h:27:1: note: 'PyEval_CallObjectWithKeywords' has been explicitly marked deprecated here Py_DEPRECATED(3.9) PyAPI_FUNC(PyObject *) PyEval_CallObjectWithKeywords( ^ /usr/local/include/python3.12/pyport.h:317:54: note: expanded from macro 'Py_DEPRECATED' #define Py_DEPRECATED(VERSION_UNUSED) __attribute__((__deprecated__)) ^ pcapobj.cc:427:12: warning: ISO C++17 does not allow 'register' storage class specifier [-Wregister] p_dispatch(register pcapobject* pp, PyObject* args) ^~~~~~~~~ pcapobj.cc:460:9: warning: ISO C++17 does not allow 'register' storage class specifier [-Wregister] p_stats(register pcapobject* pp, PyObject*) ^~~~~~~~~ pcapobj.cc:482:13: warning: ISO C++17 does not allow 'register' storage class specifier [-Wregister] p__enter__( register pcapobject* pp, PyObject*) ^~~~~~~~~ pcapobj.cc:498:13: warning: ISO C++17 does not allow 'register' storage class specifier [-Wregister] p_dump_open(register pcapobject* pp, PyObject* args) ^~~~~~~~~ pcapobj.cc:527:8: warning: ISO C++17 does not allow 'register' storage class specifier [-Wregister] p_loop(register pcapobject* pp, PyObject* args) ^~~~~~~~~ pcapobj.cc:562:12: warning: ISO C++17 does not allow 'register' storage class specifier [-Wregister] p_datalink(register pcapobject* pp, PyObject* args) ^~~~~~~~~ pcapobj.cc:578:16: warning: ISO C++17 does not allow 'register' storage class specifier [-Wregister] p_setdirection(register pcapobject* pp, PyObject* args) ^~~~~~~~~ pcapobj.cc:604:15: warning: ISO C++17 does not allow 'register' storage class specifier [-Wregister] p_setnonblock(register pcapobject* pp, PyObject* args) ^~~~~~~~~ pcapobj.cc:631:15: warning: ISO C++17 does not allow 'register' storage class specifier [-Wregister] p_getnonblock(register pcapobject* pp, PyObject* args) ^~~~~~~~~ pcapobj.cc:652:15: warning: ISO C++17 does not allow 'register' storage class specifier [-Wregister] p_set_snaplen(register pcapobject* pp, PyObject* args) ^~~~~~~~~ pcapobj.cc:672:15: warning: ISO C++17 does not allow 'register' storage class specifier [-Wregister] p_set_promisc(register pcapobject* pp, PyObject* args) ^~~~~~~~~ pcapobj.cc:692:15: warning: ISO C++17 does not allow 'register' storage class specifier [-Wregister] p_set_timeout(register pcapobject* pp, PyObject* args) ^~~~~~~~~ pcapobj.cc:712:19: warning: ISO C++17 does not allow 'register' storage class specifier [-Wregister] p_set_buffer_size(register pcapobject* pp, PyObject* args) ^~~~~~~~~ pcapobj.cc:732:13: warning: ISO C++17 does not allow 'register' storage class specifier [-Wregister] p_set_rfmon(register pcapobject* pp, PyObject* args) ^~~~~~~~~ pcapobj.cc:752:12: warning: ISO C++17 does not allow 'register' storage class specifier [-Wregister] p_activate(register pcapobject* pp, PyObject*) ^~~~~~~~~ pcapobj.cc:768:14: warning: ISO C++17 does not allow 'register' storage class specifier [-Wregister] p_sendpacket(register pcapobject* pp, PyObject* args) ^~~~~~~~~ pcapobj.cc:808:9: warning: ISO C++17 does not allow 'register' storage class specifier [-Wregister] p_getfd(register pcapobject* pp, PyObject* args) ^~~~~~~~~ 45 warnings generated. cc -fno-strict-overflow -Wsign-compare -Wunreachable-code -DNDEBUG -O2 -pipe -g -fPIC -O2 -pipe -g -O2 -pipe -g -O2 -pipe -fPIC -I/usr/local/include/python3.12 -c pcapy.cc -o build/temp.openbsd-7.6-amd64-cpython-312/pcapy.o creating build/lib.openbsd-7.6-amd64-cpython-312 c++ -pthread -shared -fPIC -L/usr/local/lib -O2 -pipe build/temp.openbsd-7.6-amd64-cpython-312/bpfobj.o build/temp.openbsd-7.6-amd64-cpython-312/pcap_pkthdr.o build/temp.openbsd-7.6-amd64-cpython-312/pcapdumper.o build/temp.openbsd-7.6-amd64-cpython-312/pcapobj.o build/temp.openbsd-7.6-amd64-cpython-312/pcapy.o -L/usr/local/lib -lpcap -o build/lib.openbsd-7.6-amd64-cpython-312/pcapy.cpython-312.so installing to build/bdist.openbsd-7.6-amd64/wheel running install running install_lib creating build/bdist.openbsd-7.6-amd64 creating build/bdist.openbsd-7.6-amd64/wheel copying build/lib.openbsd-7.6-amd64-cpython-312/pcapy.cpython-312.so -> build/bdist.openbsd-7.6-amd64/wheel running install_data creating build/bdist.openbsd-7.6-amd64/wheel/pcapy-0.11.5.dev0.data creating build/bdist.openbsd-7.6-amd64/wheel/pcapy-0.11.5.dev0.data/data creating build/bdist.openbsd-7.6-amd64/wheel/pcapy-0.11.5.dev0.data/data/share creating build/bdist.openbsd-7.6-amd64/wheel/pcapy-0.11.5.dev0.data/data/share/doc creating build/bdist.openbsd-7.6-amd64/wheel/pcapy-0.11.5.dev0.data/data/share/doc/pcapy copying README -> build/bdist.openbsd-7.6-amd64/wheel/pcapy-0.11.5.dev0.data/data/share/doc/pcapy copying LICENSE -> build/bdist.openbsd-7.6-amd64/wheel/pcapy-0.11.5.dev0.data/data/share/doc/pcapy copying pcapy.html -> build/bdist.openbsd-7.6-amd64/wheel/pcapy-0.11.5.dev0.data/data/share/doc/pcapy creating build/bdist.openbsd-7.6-amd64/wheel/pcapy-0.11.5.dev0.data/data/share/doc/pcapy/tests copying tests/96pings.pcap -> build/bdist.openbsd-7.6-amd64/wheel/pcapy-0.11.5.dev0.data/data/share/doc/pcapy/tests copying tests/pcapytests.py -> build/bdist.openbsd-7.6-amd64/wheel/pcapy-0.11.5.dev0.data/data/share/doc/pcapy/tests running install_egg_info running egg_info writing pcapy.egg-info/PKG-INFO writing dependency_links to pcapy.egg-info/dependency_links.txt writing top-level names to pcapy.egg-info/top_level.txt reading manifest file 'pcapy.egg-info/SOURCES.txt' reading manifest template 'MANIFEST.in' adding license file 'LICENSE' writing manifest file 'pcapy.egg-info/SOURCES.txt' Copying pcapy.egg-info to build/bdist.openbsd-7.6-amd64/wheel/pcapy-0.11.5.dev0-py3.12.egg-info running install_scripts creating build/bdist.openbsd-7.6-amd64/wheel/pcapy-0.11.5.dev0.dist-info/WHEEL creating '/exopi-obj/pobj/py-pcapy-0.11.5/pcapy-0.11.5/dist/.tmp-q736b6ea/pcapy-0.11.5.dev0-cp312-cp312-openbsd_7_6_amd64.whl' and adding 'build/bdist.openbsd-7.6-amd64/wheel' to it adding 'pcapy.cpython-312.so' adding 'pcapy-0.11.5.dev0.data/data/share/doc/pcapy/LICENSE' adding 'pcapy-0.11.5.dev0.data/data/share/doc/pcapy/README' adding 'pcapy-0.11.5.dev0.data/data/share/doc/pcapy/pcapy.html' adding 'pcapy-0.11.5.dev0.data/data/share/doc/pcapy/tests/96pings.pcap' adding 'pcapy-0.11.5.dev0.data/data/share/doc/pcapy/tests/pcapytests.py' adding 'pcapy-0.11.5.dev0.dist-info/LICENSE' adding 'pcapy-0.11.5.dev0.dist-info/METADATA' adding 'pcapy-0.11.5.dev0.dist-info/WHEEL' adding 'pcapy-0.11.5.dev0.dist-info/top_level.txt' adding 'pcapy-0.11.5.dev0.dist-info/RECORD' removing build/bdist.openbsd-7.6-amd64/wheel Successfully built pcapy-0.11.5.dev0-cp312-cp312-openbsd_7_6_amd64.whl >>> Running package in net/py-pcapy at 1735136731.41 ===> net/py-pcapy ===> Faking installation for py3-pcapy-0.11.5p5 ===> Building package for py3-pcapy-0.11.5p5 Create /exopi-cvs/ports/packages/amd64/all/py3-pcapy-0.11.5p5.tgz Creating package py3-pcapy-0.11.5p5 reading plist| checking dependencies| checking dependencies|lang/python/3,-main checksumming| checksumming| | 0% checksumming|** | 3% checksumming|**** | 7% checksumming|****** | 10% checksumming|******** | 14% checksumming|*********** | 17% checksumming|************* | 21% checksumming|*************** | 24% checksumming|***************** | 28% checksumming|******************* | 31% checksumming|********************* | 34% checksumming|*********************** | 38% checksumming|************************* | 41% checksumming|*************************** | 45% checksumming|***************************** | 48% checksumming|******************************** | 52% checksumming|********************************** | 55% checksumming|************************************ | 59% checksumming|************************************** | 62% checksumming|**************************************** | 66% checksumming|****************************************** | 69% checksumming|******************************************** | 72% checksumming|********************************************** | 76% checksumming|************************************************ | 79% checksumming|************************************************** | 83% checksumming|***************************************************** | 86% checksumming|******************************************************* | 90% checksumming|********************************************************* | 93% checksumming|*********************************************************** | 97% checksumming|*************************************************************|100% archiving| archiving| | 0% archiving|* | 2% archiving|** | 3% archiving|*** | 5% archiving|****************************************** | 65% archiving|****************************************** | 66% archiving|****************************************************************|100% Link to /exopi-cvs/ports/packages/amd64/ftp/py3-pcapy-0.11.5p5.tgz >>> Running clean in net/py-pcapy at 1735136735.95 ===> net/py-pcapy ===> Cleaning for py3-pcapy-0.11.5p5 >>> Ended at 1735136736.26 max_stuck=1.73/depends=2.44/show-prepare-results=1.91/build=6.62/package=4.54/clean=0.35