=> Bootstrap dependency digest>=20211023: found digest-20220214 ===> 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 py38-ephem-3.7.7.1nb1 (cd /tmp/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.8 CC=gcc CFLAGS=-O2\ -fPIC\ -D_FORTIFY_SOURCE=2\ -I/usr/include\ -I/usr/pkg/include/python3.8 CPPFLAGS=-I/usr/include\ -I/usr/pkg/include/python3.8 CXX=c++ CXXFLAGS=-O2\ -fPIC\ -D_FORTIFY_SOURCE=2\ -I/usr/include\ -I/usr/pkg/include/python3.8 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=/tmp/math/py-ephem/work/.cwrapper/bin:/tmp/math/py-ephem/work/.buildlink/bin:/tmp/math/py-ephem/work/.gcc/bin:/tmp/math/py-ephem/work/.tools/bin:/usr/pkg/bin:/usr/bin:/bin:/usr/pkg/bin:/usr/local/bin:/usr/pkg/bin:/usr/X11R7/bin PREFIX=/usr/pkg MAKELEVEL=0 CONFIG_SITE= PKG_SYSCONFDIR=/usr/pkg/etc CXXCPP=cpp HOME=/tmp/math/py-ephem/work/.home CWRAPPERS_CONFIG_DIR=/tmp/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\ wheel\ -m\ 755 BSD_INSTALL_SCRIPT=/usr/bin/install\ -c\ -o\ pbulk\ -g\ wheel\ -m\ 755 BSD_INSTALL_LIB=/usr/bin/install\ -c\ -o\ pbulk\ -g\ wheel\ -m\ 755 BSD_INSTALL_DATA=/usr/bin/install\ -c\ -o\ pbulk\ -g\ wheel\ -m\ 644 BSD_INSTALL_MAN=/usr/bin/install\ -c\ -o\ pbulk\ -g\ wheel\ -m\ 644 BSD_INSTALL=/usr/bin/install BSD_INSTALL_PROGRAM_DIR=/usr/bin/install\ -d\ -o\ pbulk\ -g\ wheel\ -m\ 755 BSD_INSTALL_SCRIPT_DIR=/usr/bin/install\ -d\ -o\ pbulk\ -g\ wheel\ -m\ 755 BSD_INSTALL_LIB_DIR=/usr/bin/install\ -d\ -o\ pbulk\ -g\ wheel\ -m\ 755 BSD_INSTALL_DATA_DIR=/usr/bin/install\ -d\ -o\ pbulk\ -g\ wheel\ -m\ 755 BSD_INSTALL_MAN_DIR=/usr/bin/install\ -d\ -o\ pbulk\ -g\ wheel\ -m\ 755 BSD_INSTALL_GAME=/usr/bin/install\ -c\ -s\ -o\ pbulk\ -g\ wheel\ -m\ 2555 BSD_INSTALL_GAME_DATA=/usr/bin/install\ -c\ -o\ pbulk\ -g\ wheel\ -m\ 664 BSD_INSTALL_GAME_DIR=/usr/bin/install\ -d\ -o\ pbulk\ -g\ wheel\ -m\ 775 INSTALL_INFO= MAKEINFO=/tmp/math/py-ephem/work/.tools/bin/makeinfo FLEX= BISON= ITSTOOL=/tmp/math/py-ephem/work/.tools/bin/itstool GDBUS_CODEGEN=/tmp/math/py-ephem/work/.tools/bin/gdbus-codegen PKG_CONFIG=/tmp/math/py-ephem/work/.tools/bin/pkg-config PKG_CONFIG_LIBDIR=/tmp/math/py-ephem/work/.buildlink/lib/pkgconfig:/tmp/math/py-ephem/work/.buildlink/share/pkgconfig PKG_CONFIG_LOG=/tmp/math/py-ephem/work/.pkg-config.log PKG_CONFIG_PATH= CWRAPPERS_CONFIG_DIR=/tmp/math/py-ephem/work/.cwrapper/config /usr/pkg/bin/python3.8 setup.py build -j4) extensions/_libastro.c:312:6: warning: initialization makes integer from pointer without a cast [-Wint-conversion] 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] char *s = PyUnicode_AsUTF8(PyList_GetItem(pieces, 0)); ^~~~~~~~~~~~~~~~ extensions/_libastro.c:396:21: warning: initialization discards 'const' qualifier from pointer target type [-Wdiscarded-qualifiers] char *t = PyUnicode_AsUTF8(PyList_GetItem(pieces, 1)); ^~~~~~~~~~~~~~~~ extensions/_libastro.c: At top level: extensions/_libastro.c:578:6: warning: initialization makes integer from pointer without a cast [-Wint-conversion] 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] 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] 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] 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] 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] 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] 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] if (PyObject_IsInstance(body, &MoonType)) { ^~~~ In file included from /tmp/math/py-ephem/work/.buildlink/include/python3.8/Python.h:147:0, from extensions/_libastro.c:3: /tmp/math/py-ephem/work/.buildlink/include/python3.8/abstract.h:830:17: note: expected 'PyObject * {aka struct _object *}' but argument is of type 'Body * {aka struct *}' 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] if (PyObject_IsInstance(body, &MoonType)) { ^ In file included from /tmp/math/py-ephem/work/.buildlink/include/python3.8/Python.h:147:0, from extensions/_libastro.c:3: /tmp/math/py-ephem/work/.buildlink/include/python3.8/abstract.h:830:17: note: expected 'PyObject * {aka struct _object *}' but argument is of type 'PyTypeObject * {aka struct _typeobject *}' 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] if (PyObject_IsInstance(body, &JupiterType)) { ^~~~ In file included from /tmp/math/py-ephem/work/.buildlink/include/python3.8/Python.h:147:0, from extensions/_libastro.c:3: /tmp/math/py-ephem/work/.buildlink/include/python3.8/abstract.h:830:17: note: expected 'PyObject * {aka struct _object *}' but argument is of type 'Body * {aka struct *}' 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] if (PyObject_IsInstance(body, &JupiterType)) { ^ In file included from /tmp/math/py-ephem/work/.buildlink/include/python3.8/Python.h:147:0, from extensions/_libastro.c:3: /tmp/math/py-ephem/work/.buildlink/include/python3.8/abstract.h:830:17: note: expected 'PyObject * {aka struct _object *}' but argument is of type 'PyTypeObject * {aka struct _typeobject *}' 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] if (PyObject_IsInstance(body, &SaturnType)) { ^~~~ In file included from /tmp/math/py-ephem/work/.buildlink/include/python3.8/Python.h:147:0, from extensions/_libastro.c:3: /tmp/math/py-ephem/work/.buildlink/include/python3.8/abstract.h:830:17: note: expected 'PyObject * {aka struct _object *}' but argument is of type 'Body * {aka struct *}' 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] if (PyObject_IsInstance(body, &SaturnType)) { ^ In file included from /tmp/math/py-ephem/work/.buildlink/include/python3.8/Python.h:147:0, from extensions/_libastro.c:3: /tmp/math/py-ephem/work/.buildlink/include/python3.8/abstract.h:830:17: note: expected 'PyObject * {aka struct _object *}' but argument is of type 'PyTypeObject * {aka struct _typeobject *}' 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] if (PyObject_IsInstance(body, &EarthSatelliteType)) { ^~~~ In file included from /tmp/math/py-ephem/work/.buildlink/include/python3.8/Python.h:147:0, from extensions/_libastro.c:3: /tmp/math/py-ephem/work/.buildlink/include/python3.8/abstract.h:830:17: note: expected 'PyObject * {aka struct _object *}' but argument is of type 'Body * {aka struct *}' 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] if (PyObject_IsInstance(body, &EarthSatelliteType)) { ^ In file included from /tmp/math/py-ephem/work/.buildlink/include/python3.8/Python.h:147:0, from extensions/_libastro.c:3: /tmp/math/py-ephem/work/.buildlink/include/python3.8/abstract.h:830:17: note: expected 'PyObject * {aka struct _object *}' but argument is of type 'PyTypeObject * {aka struct _typeobject *}' PyAPI_FUNC(int) PyObject_IsInstance(PyObject *object, PyObject *typeorclass); ^~~~~~~~~~~~~~~~~~~ extensions/dtoa.c: In function 'Balloc': extensions/dtoa.c:577:50: warning: comparison between signed and unsigned integer expressions [-Wsign-compare] if (k <= Kmax && pmem_next - private_mem + len <= PRIVATE_mem) { ^~ extensions/dtoa.c: In function 'rv_alloc': extensions/dtoa.c:3570:52: warning: comparison between signed and unsigned integer expressions [-Wsign-compare] sizeof(Bigint) - sizeof(ULong) - sizeof(int) + j <= i; ^~