>>> Building on exopi-4 under astro/py-sgp4 BDEPENDS = [devel/py-build;lang/python/3;devel/py-installer;devel/py-setuptools;devel/py-wheel] DIST = [astro/py-sgp4:sgp4-2.25.tar.gz] FULLPKGNAME = py3-sgp4-2.25 RDEPENDS = [lang/python/3;math/py-numpy] (Junk lock obtained for exopi-4 at 1764755759.58) >>> Running depends in astro/py-sgp4 at 1764755759.63 last junk was in databases/postgresql-pllua /usr/sbin/pkg_add -aI -Drepair 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 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 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 astro/py-sgp4 at 1764755760.95 ===> astro/py-sgp4 ===> Building from scratch py3-sgp4-2.25 ===> py3-sgp4-2.25 depends on: python->=3.13,<3.14 -> python-3.13.9 ===> py3-sgp4-2.25 depends on: py3-build-* -> py3-build-1.3.0 ===> py3-sgp4-2.25 depends on: py3-installer-* -> py3-installer-0.7.0p2 ===> py3-sgp4-2.25 depends on: py3-setuptools->=79v0 -> py3-setuptools-79.0.1v0 ===> py3-sgp4-2.25 depends on: py3-wheel-* -> py3-wheel-0.46.1 ===> Verifying specs: c++ c++abi pthread m ===> found c++.12.0 c++abi.9.0 pthread.28.1 m.10.1 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 1764755761.84) distfiles size=181016 >>> Running extract in astro/py-sgp4 at 1764755761.88 ===> astro/py-sgp4 ===> Checking files for py3-sgp4-2.25 `/exopi-cvs/ports/distfiles/sgp4-2.25.tar.gz' is up to date. >> (SHA256) all files: OK ===> Extracting for py3-sgp4-2.25 >>> Running build in astro/py-sgp4 at 1764755762.20 ===> astro/py-sgp4 ===> Patching for py3-sgp4-2.25 ===> 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-sgp4-2.25 ===> Configuring for py3-sgp4-2.25 ===> Building for py3-sgp4-2.25 * 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 :: MIT License 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 :: MIT License See https://packaging.python.org/en/latest/guides/writing-pyproject-toml/#license for details. ******************************************************************************** !! self._finalize_license_expression() c++: warning: optimization flag '-ffloat-store' is not supported [-Wignored-optimization-argument] extension/SGP4.cpp:342:6: warning: add explicit braces to avoid dangling else [-Wdangling-else] 342 | else | ^ extension/SGP4.cpp:2236:15: warning: format specifies type 'char *' but the argument has type 'char (*)[6]' [-Wformat] 2235 | sscanf(longstr1, "%2d %5s %1c %10s %2d %12lf %11lf %7lf %2d %7lf %2d %2d %6ld ", | ~~~ 2236 | &cardnumb, &satrec.satnum, &satrec.classification, &satrec.intldesg, &satrec.epochyr, | ^~~~~~~~~~~~~~ extension/SGP4.cpp:2236:55: warning: format specifies type 'char *' but the argument has type 'char (*)[11]' [-Wformat] 2235 | sscanf(longstr1, "%2d %5s %1c %10s %2d %12lf %11lf %7lf %2d %7lf %2d %2d %6ld ", | ~~~~ 2236 | &cardnumb, &satrec.satnum, &satrec.classification, &satrec.intldesg, &satrec.epochyr, | ^~~~~~~~~~~~~~~~ extension/SGP4.cpp:2251:17: warning: format specifies type 'char *' but the argument has type 'char (*)[6]' [-Wformat] 2250 | sscanf(longstr2, "%2d %5s %9lf %9lf %8lf %9lf %9lf %10lf %6ld %lf %lf %lf \n", | ~~~ 2251 | &cardnumb, &satrec.satnum, &satrec.inclo, | ^~~~~~~~~~~~~~ extension/SGP4.cpp:2265:17: warning: format specifies type 'char *' but the argument has type 'char (*)[6]' [-Wformat] 2264 | sscanf(longstr2, "%2d %5s %9lf %9lf %8lf %9lf %9lf %11lf %6ld %lf %lf %lf \n", | ~~~ 2265 | &cardnumb, &satrec.satnum, &satrec.inclo, | ^~~~~~~~~~~~~~ extension/SGP4.cpp:2282:17: warning: format specifies type 'char *' but the argument has type 'char (*)[6]' [-Wformat] 2281 | sscanf(longstr2, "%2d %5s %9lf %9lf %8lf %9lf %9lf %10lf %6ld \n", | ~~~ 2282 | &cardnumb, &satrec.satnum, &satrec.inclo, | ^~~~~~~~~~~~~~ extension/SGP4.cpp:2296:17: warning: format specifies type 'char *' but the argument has type 'char (*)[6]' [-Wformat] 2295 | sscanf(longstr2, "%2d %5s %9lf %9lf %8lf %9lf %9lf %11lf %6ld \n", | ~~~ 2296 | &cardnumb, &satrec.satnum, &satrec.inclo, | ^~~~~~~~~~~~~~ 7 warnings generated. c++: warning: optimization flag '-ffloat-store' is not supported [-Wignored-optimization-argument] Successfully built sgp4-2.25-cp313-cp313-openbsd_7_8_amd64.whl >>> Running package in astro/py-sgp4 at 1764755766.94 ===> astro/py-sgp4 ===> Faking installation for py3-sgp4-2.25 ===> Building package for py3-sgp4-2.25 Create /exopi-cvs/ports/packages/amd64/all/py3-sgp4-2.25.tgz Creating package py3-sgp4-2.25 reading plist| checking dependencies| checking dependencies|lang/python/3,-main checking dependencies|math/py-numpy checksumming| checksumming| | 0% checksumming|* | 1% checksumming|** | 3% checksumming|** | 4% checksumming|*** | 5% checksumming|**** | 7% checksumming|***** | 8% checksumming|****** | 9% checksumming|******* | 11% checksumming|******* | 12% checksumming|******** | 14% checksumming|********* | 15% checksumming|********** | 16% checksumming|*********** | 18% checksumming|************ | 19% checksumming|************ | 20% checksumming|************* | 22% checksumming|************** | 23% checksumming|*************** | 24% checksumming|**************** | 26% checksumming|**************** | 27% checksumming|***************** | 28% checksumming|****************** | 30% checksumming|******************* | 31% checksumming|******************** | 32% checksumming|********************* | 34% checksumming|********************* | 35% checksumming|********************** | 36% checksumming|*********************** | 38% checksumming|************************ | 39% checksumming|************************* | 41% checksumming|************************** | 42% checksumming|************************** | 43% checksumming|*************************** | 45% checksumming|**************************** | 46% checksumming|***************************** | 47% checksumming|****************************** | 49% checksumming|******************************* | 50% checksumming|******************************* | 51% checksumming|******************************** | 53% checksumming|********************************* | 54% checksumming|********************************** | 55% checksumming|*********************************** | 57% checksumming|*********************************** | 58% checksumming|************************************ | 59% checksumming|************************************* | 61% checksumming|************************************** | 62% checksumming|*************************************** | 64% checksumming|**************************************** | 65% checksumming|**************************************** | 66% checksumming|***************************************** | 68% checksumming|****************************************** | 69% checksumming|******************************************* | 70% checksumming|******************************************** | 72% checksumming|********************************************* | 73% checksumming|********************************************* | 74% checksumming|********************************************** | 76% checksumming|*********************************************** | 77% checksumming|************************************************ | 78% checksumming|************************************************* | 80% checksumming|************************************************* | 81% checksumming|************************************************** | 82% checksumming|*************************************************** | 84% checksumming|**************************************************** | 85% checksumming|***************************************************** | 86% checksumming|****************************************************** | 88% checksumming|****************************************************** | 89% checksumming|******************************************************* | 91% checksumming|******************************************************** | 92% checksumming|********************************************************* | 93% checksumming|********************************************************** | 95% checksumming|*********************************************************** | 96% checksumming|*********************************************************** | 97% checksumming|************************************************************ | 99% checksumming|*************************************************************|100% archiving| archiving| | 0% archiving|** | 4% archiving|***** | 7% archiving|***** | 8% archiving|****** | 9% archiving|****** | 10% archiving|******* | 11% archiving|******** | 12% archiving|******** | 13% archiving|********* | 14% archiving|********** | 15% archiving|********** | 16% archiving|*********** | 17% archiving|*************** | 23% archiving|****************** | 29% archiving|********************* | 33% archiving|************************ | 38% archiving|************************* | 38% archiving|************************* | 39% archiving|*************************** | 43% archiving|****************************** | 46% archiving|****************************** | 47% archiving|********************************* | 51% archiving|********************************************* | 71% archiving|********************************************** | 71% archiving|********************************************** | 72% archiving|********************************************** | 73% archiving|*********************************************** | 73% archiving|*********************************************** | 74% archiving|************************************************* | 76% archiving|****************************************************** | 84% archiving|****************************************************** | 85% archiving|****************************************************************|100% Link to /exopi-cvs/ports/packages/amd64/ftp/py3-sgp4-2.25.tgz >>> Running clean in astro/py-sgp4 at 1764755771.34 ===> astro/py-sgp4 ===> Cleaning for py3-sgp4-2.25 >>> Ended at 1764755771.52 max_stuck=2.18/depends=1.33/show-prepare-results=0.93/extract=0.31/build=4.69/package=4.45/clean=0.23