=> Bootstrap dependency digest>=20211023: found digest-20220214 WARNING: lang/python/egg.mk is deprecated; use lang/python/wheel.mk instead. ===> Skipping vulnerability checks. WARNING: No /usr/pkg/pkgdb/pkg-vulnerabilities file found. WARNING: To fix run: `/usr/sbin/pkg_admin -K /usr/pkg/pkgdb fetch-pkg-vulnerabilities'. ===> Building for py313-ephem-3.7.7.1nb1 (cd /usr/pkgsrc/math/py-ephem/work/ephem-3.7.7.1/ && /usr/bin/env USETOOLS=no PTHREAD_CFLAGS=\ -pthread\ PTHREAD_LDFLAGS=\ -pthread PTHREAD_LIBS= PTHREADBASE=/usr DL_CFLAGS=\ -pthread\ DL_LDFLAGS=\ -pthread DL_LIBS= PYTHON=/usr/pkg/bin/python3.13 CC=gcc CFLAGS=-O2\ -I/usr/include\ -I/usr/pkg/include/python3.13 CPPFLAGS=-I/usr/include\ -I/usr/pkg/include/python3.13 CXX=c++ CXXFLAGS=-O2\ -I/usr/include\ -I/usr/pkg/include/python3.13 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=-Wl,-zrelro\ -L/usr/lib\ -Wl,-R/usr/lib\ -Wl,-R/usr/pkg/lib LINKER_RPATH_FLAG=-R PATH=/usr/pkgsrc/math/py-ephem/work/.cwrapper/bin:/usr/pkgsrc/math/py-ephem/work/.buildlink/bin:/usr/pkgsrc/math/py-ephem/work/.gcc/bin:/usr/pkgsrc/math/py-ephem/work/.tools/bin:/usr/pkg/bin:/sbin:/usr/pkg/sbin:/usr/sbin:/bin:/usr/bin:/usr/pkg/sbin:/usr/pkg/bin:/usr/X11R6/bin:/usr/local/sbin:/usr/local/bin:/usr/pbulk/bin:/usr/pkg/bin:/usr/X11R7/bin PREFIX=/usr/pkg 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=/usr/pkg/etc CXXCPP=cpp HOME=/usr/pkgsrc/math/py-ephem/work/.home CWRAPPERS_CONFIG_DIR=/usr/pkgsrc/math/py-ephem/work/.cwrapper/config CPP=cpp LOCALBASE=/usr/pkg X11BASE=/usr/X11R7 PKGMANDIR=man PKGINFODIR=info PKGGNUDIR=gnu/ MAKECONF=/dev/null OBJECT_FMT=ELF USETOOLS=no BSD_INSTALL_PROGRAM=/usr/bin/install\ -c\ -s\ -o\ pbulk\ -g\ users\ -m\ 755 BSD_INSTALL_SCRIPT=/usr/bin/install\ -c\ -o\ pbulk\ -g\ users\ -m\ 755 BSD_INSTALL_LIB=/usr/bin/install\ -c\ -o\ pbulk\ -g\ users\ -m\ 755 BSD_INSTALL_DATA=/usr/bin/install\ -c\ -o\ pbulk\ -g\ users\ -m\ 644 BSD_INSTALL_MAN=/usr/bin/install\ -c\ -o\ pbulk\ -g\ users\ -m\ 644 BSD_INSTALL=/usr/bin/install BSD_INSTALL_PROGRAM_DIR=/usr/bin/install\ -d\ -o\ pbulk\ -g\ users\ -m\ 755 BSD_INSTALL_SCRIPT_DIR=/usr/bin/install\ -d\ -o\ pbulk\ -g\ users\ -m\ 755 BSD_INSTALL_LIB_DIR=/usr/bin/install\ -d\ -o\ pbulk\ -g\ users\ -m\ 755 BSD_INSTALL_DATA_DIR=/usr/bin/install\ -d\ -o\ pbulk\ -g\ users\ -m\ 755 BSD_INSTALL_MAN_DIR=/usr/bin/install\ -d\ -o\ pbulk\ -g\ users\ -m\ 755 BSD_INSTALL_GAME=/usr/bin/install\ -c\ -s\ -o\ pbulk\ -g\ users\ -m\ 2555 BSD_INSTALL_GAME_DATA=/usr/bin/install\ -c\ -o\ pbulk\ -g\ users\ -m\ 664 BSD_INSTALL_GAME_DIR=/usr/bin/install\ -d\ -o\ pbulk\ -g\ users\ -m\ 775 INSTALL_INFO= MAKEINFO=/usr/pkgsrc/math/py-ephem/work/.tools/bin/makeinfo FLEX= BISON= ITSTOOL=/usr/pkgsrc/math/py-ephem/work/.tools/bin/itstool GDBUS_CODEGEN=/usr/pkgsrc/math/py-ephem/work/.tools/bin/gdbus-codegen PKG_CONFIG=/usr/pkgsrc/math/py-ephem/work/.tools/bin/pkg-config PKG_CONFIG_LIBDIR=/usr/pkgsrc/math/py-ephem/work/.buildlink/lib/pkgconfig:/usr/pkgsrc/math/py-ephem/work/.buildlink/share/pkgconfig PKG_CONFIG_LOG=/usr/pkgsrc/math/py-ephem/work/.pkg-config.log PKG_CONFIG_PATH= CWRAPPERS_CONFIG_DIR=/usr/pkgsrc/math/py-ephem/work/.cwrapper/config /usr/pkg/bin/python3.13 setup.py build ) extensions/_libastro.c:312:6: warning: initialization of 'int' from 'int (*)(PyObject *, FILE *, int)' {aka 'int (*)(struct _object *, FILE *, int)'} makes integer from pointer without a cast [-Wint-conversion] 312 | Angle_print, /* tp_print */ | ^~~~~~~~~~~ extensions/_libastro.c:312:6: note: (near initialization for 'AngleType.tp_vectorcall_offset') extensions/_libastro.c: In function 'parse_mjd_from_string': extensions/_libastro.c:380:21: warning: initialization discards 'const' qualifier from pointer target type [-Wdiscarded-qualifiers] 380 | char *s = PyUnicode_AsUTF8(PyList_GetItem(pieces, 0)); | ^~~~~~~~~~~~~~~~ extensions/_libastro.c:396:21: warning: initialization discards 'const' qualifier from pointer target type [-Wdiscarded-qualifiers] 396 | char *t = PyUnicode_AsUTF8(PyList_GetItem(pieces, 1)); | ^~~~~~~~~~~~~~~~ extensions/_libastro.c: At top level: extensions/_libastro.c:578:6: warning: initialization of 'int' from 'int (*)(PyObject *, FILE *, int)' {aka 'int (*)(struct _object *, FILE *, int)'} makes integer from pointer without a cast [-Wint-conversion] 578 | Date_print, /* tp_print */ | ^~~~~~~~~~ extensions/_libastro.c:578:6: note: (near initialization for 'DateType.tp_vectorcall_offset') extensions/_libastro.c: In function 'parse_angle': extensions/_libastro.c:645:14: warning: initialization discards 'const' qualifier from pointer target type [-Wdiscarded-qualifiers] 645 | char *s = PyUnicode_AsUTF8(value); | ^~~~~~~~~~~~~~~~ extensions/_libastro.c: In function 'to_angle': extensions/_libastro.c:686:21: warning: initialization discards 'const' qualifier from pointer target type [-Wdiscarded-qualifiers] 686 | char *s = PyUnicode_AsUTF8(value); | ^~~~~~~~~~~~~~~~ extensions/_libastro.c: In function 'set_f_spect': extensions/_libastro.c:818:8: warning: assignment discards 'const' qualifier from pointer target type [-Wdiscarded-qualifiers] 818 | s = PyUnicode_AsUTF8(value); | ^ extensions/_libastro.c: In function 'Body_repr': extensions/_libastro.c:1353:9: warning: assignment discards 'const' qualifier from pointer target type [-Wdiscarded-qualifiers] 1353 | name = PyUnicode_AsUTF8(repr); | ^ extensions/_libastro.c: In function 'Set_name': extensions/_libastro.c:1680:19: warning: initialization discards 'const' qualifier from pointer target type [-Wdiscarded-qualifiers] 1680 | char *name = PyUnicode_AsUTF8(value); | ^~~~~~~~~~~~~~~~ extensions/_libastro.c: In function 'readtle': extensions/_libastro.c:2691:9: warning: assignment discards 'const' qualifier from pointer target type [-Wdiscarded-qualifiers] 2691 | l0 = PyUnicode_AsUTF8(name); | ^ extensions/_libastro.c: In function 'Body__copy_struct': extensions/_libastro.c:3027:30: warning: passing argument 1 of 'PyObject_IsInstance' from incompatible pointer type [-Wincompatible-pointer-types] 3027 | if (PyObject_IsInstance(body, &MoonType)) { | ^~~~ | | | Body * In file included from /usr/pkgsrc/math/py-ephem/work/.buildlink/include/python3.13/Python.h:129, from extensions/_libastro.c:3: /usr/pkgsrc/math/py-ephem/work/.buildlink/include/python3.13/abstract.h:897:47: note: expected 'PyObject *' {aka 'struct _object *'} but argument is of type 'Body *' 897 | PyAPI_FUNC(int) PyObject_IsInstance(PyObject *object, PyObject *typeorclass); | ~~~~~~~~~~^~~~~~ extensions/_libastro.c:3027:36: warning: passing argument 2 of 'PyObject_IsInstance' from incompatible pointer type [-Wincompatible-pointer-types] 3027 | if (PyObject_IsInstance(body, &MoonType)) { | ^~~~~~~~~ | | | PyTypeObject * {aka struct _typeobject *} In file included from /usr/pkgsrc/math/py-ephem/work/.buildlink/include/python3.13/Python.h:129, from extensions/_libastro.c:3: /usr/pkgsrc/math/py-ephem/work/.buildlink/include/python3.13/abstract.h:897:65: note: expected 'PyObject *' {aka 'struct _object *'} but argument is of type 'PyTypeObject *' {aka 'struct _typeobject *'} 897 | PyAPI_FUNC(int) PyObject_IsInstance(PyObject *object, PyObject *typeorclass); | ~~~~~~~~~~^~~~~~~~~~~ extensions/_libastro.c:3035:30: warning: passing argument 1 of 'PyObject_IsInstance' from incompatible pointer type [-Wincompatible-pointer-types] 3035 | if (PyObject_IsInstance(body, &JupiterType)) { | ^~~~ | | | Body * In file included from /usr/pkgsrc/math/py-ephem/work/.buildlink/include/python3.13/Python.h:129, from extensions/_libastro.c:3: /usr/pkgsrc/math/py-ephem/work/.buildlink/include/python3.13/abstract.h:897:47: note: expected 'PyObject *' {aka 'struct _object *'} but argument is of type 'Body *' 897 | PyAPI_FUNC(int) PyObject_IsInstance(PyObject *object, PyObject *typeorclass); | ~~~~~~~~~~^~~~~~ extensions/_libastro.c:3035:36: warning: passing argument 2 of 'PyObject_IsInstance' from incompatible pointer type [-Wincompatible-pointer-types] 3035 | if (PyObject_IsInstance(body, &JupiterType)) { | ^~~~~~~~~~~~ | | | PyTypeObject * {aka struct _typeobject *} In file included from /usr/pkgsrc/math/py-ephem/work/.buildlink/include/python3.13/Python.h:129, from extensions/_libastro.c:3: /usr/pkgsrc/math/py-ephem/work/.buildlink/include/python3.13/abstract.h:897:65: note: expected 'PyObject *' {aka 'struct _object *'} but argument is of type 'PyTypeObject *' {aka 'struct _typeobject *'} 897 | PyAPI_FUNC(int) PyObject_IsInstance(PyObject *object, PyObject *typeorclass); | ~~~~~~~~~~^~~~~~~~~~~ extensions/_libastro.c:3040:30: warning: passing argument 1 of 'PyObject_IsInstance' from incompatible pointer type [-Wincompatible-pointer-types] 3040 | if (PyObject_IsInstance(body, &SaturnType)) { | ^~~~ | | | Body * In file included from /usr/pkgsrc/math/py-ephem/work/.buildlink/include/python3.13/Python.h:129, from extensions/_libastro.c:3: /usr/pkgsrc/math/py-ephem/work/.buildlink/include/python3.13/abstract.h:897:47: note: expected 'PyObject *' {aka 'struct _object *'} but argument is of type 'Body *' 897 | PyAPI_FUNC(int) PyObject_IsInstance(PyObject *object, PyObject *typeorclass); | ~~~~~~~~~~^~~~~~ extensions/_libastro.c:3040:36: warning: passing argument 2 of 'PyObject_IsInstance' from incompatible pointer type [-Wincompatible-pointer-types] 3040 | if (PyObject_IsInstance(body, &SaturnType)) { | ^~~~~~~~~~~ | | | PyTypeObject * {aka struct _typeobject *} In file included from /usr/pkgsrc/math/py-ephem/work/.buildlink/include/python3.13/Python.h:129, from extensions/_libastro.c:3: /usr/pkgsrc/math/py-ephem/work/.buildlink/include/python3.13/abstract.h:897:65: note: expected 'PyObject *' {aka 'struct _object *'} but argument is of type 'PyTypeObject *' {aka 'struct _typeobject *'} 897 | PyAPI_FUNC(int) PyObject_IsInstance(PyObject *object, PyObject *typeorclass); | ~~~~~~~~~~^~~~~~~~~~~ extensions/_libastro.c:3045:30: warning: passing argument 1 of 'PyObject_IsInstance' from incompatible pointer type [-Wincompatible-pointer-types] 3045 | if (PyObject_IsInstance(body, &EarthSatelliteType)) { | ^~~~ | | | Body * In file included from /usr/pkgsrc/math/py-ephem/work/.buildlink/include/python3.13/Python.h:129, from extensions/_libastro.c:3: /usr/pkgsrc/math/py-ephem/work/.buildlink/include/python3.13/abstract.h:897:47: note: expected 'PyObject *' {aka 'struct _object *'} but argument is of type 'Body *' 897 | PyAPI_FUNC(int) PyObject_IsInstance(PyObject *object, PyObject *typeorclass); | ~~~~~~~~~~^~~~~~ extensions/_libastro.c:3045:36: warning: passing argument 2 of 'PyObject_IsInstance' from incompatible pointer type [-Wincompatible-pointer-types] 3045 | if (PyObject_IsInstance(body, &EarthSatelliteType)) { | ^~~~~~~~~~~~~~~~~~~ | | | PyTypeObject * {aka struct _typeobject *} In file included from /usr/pkgsrc/math/py-ephem/work/.buildlink/include/python3.13/Python.h:129, from extensions/_libastro.c:3: /usr/pkgsrc/math/py-ephem/work/.buildlink/include/python3.13/abstract.h:897:65: note: expected 'PyObject *' {aka 'struct _object *'} but argument is of type 'PyTypeObject *' {aka 'struct _typeobject *'} 897 | PyAPI_FUNC(int) PyObject_IsInstance(PyObject *object, PyObject *typeorclass); | ~~~~~~~~~~^~~~~~~~~~~ extensions/dtoa.c: In function 'rv_alloc': extensions/dtoa.c:3570:52: warning: comparison of integer expressions of different signedness: 'unsigned int' and 'int' [-Wsign-compare] 3570 | sizeof(Bigint) - sizeof(ULong) - sizeof(int) + j <= i; | ^~ ld: cannot find -latomic ld: cannot find -latomic error: command '/usr/pkgsrc/math/py-ephem/work/.cwrapper/bin/gcc' failed with exit code 1 Exception ignored in: Traceback (most recent call last): File "/usr/pkg/lib/python3.13/threading.py", line 1383, in __del__ TypeError: 'NoneType' object does not support the context manager protocol *** Error code 1 Stop. make[1]: stopped in /usr/pkgsrc/math/py-ephem *** Error code 1 Stop. make: stopped in /usr/pkgsrc/math/py-ephem