=> Bootstrap dependency digest>=20211023: found digest-20220214 ===> Building for py38-fastbencode-0.2 (cd /Users/pbulk/build/converters/py-fastbencode/work/fastbencode-0.2/ && /usr/bin/env USETOOLS=no GOTMPDIR=/Users/pbulk/build PTHREAD_CFLAGS=\ -D_REENTRANT PTHREAD_LDFLAGS= PTHREAD_LIBS=-lpthread PTHREADBASE= DL_CFLAGS= DL_LDFLAGS= DL_LIBS= MACOSX_DEPLOYMENT_TARGET=11.3 PYTHON=/opt/pkg/bin/python3.8 CC=clang CFLAGS=-pipe\ -Os\ -I/opt/pkg/include/python3.8\ -I/opt/pkg/include CPPFLAGS=-I/opt/pkg/include/python3.8\ -I/opt/pkg/include CXX=clang++ CXXFLAGS=-pipe\ -Os\ -I/opt/pkg/include/python3.8\ -I/opt/pkg/include COMPILER_RPATH_FLAG=-L F77=f77 FC=f77 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=-L/opt/pkg/lib LINKER_RPATH_FLAG=-L PATH=/Users/pbulk/build/converters/py-fastbencode/work/.cwrapper/bin:/Users/pbulk/build/converters/py-fastbencode/work/.buildlink/bin:/Users/pbulk/build/converters/py-fastbencode/work/.tools/bin:/opt/pkg/bin:/sbin:/bin:/usr/sbin:/usr/bin:/opt/pkg/bin:/opt/pkg/bin PREFIX=/opt/pkg MAKELEVEL=0 CONFIG_SITE= PKG_SYSCONFDIR=/opt/pkg/etc CXXCPP=clang\ -E HOME=/Users/pbulk/build/converters/py-fastbencode/work/.home CWRAPPERS_CONFIG_DIR=/Users/pbulk/build/converters/py-fastbencode/work/.cwrapper/config CPP=clang\ -E LOCALBASE=/opt/pkg X11BASE=/opt/pkg PKGMANDIR=share/man PKGINFODIR=info PKGGNUDIR=gnu/ MAKECONF=/dev/null OBJECT_FMT=Mach-O USETOOLS=no BSD_INSTALL_PROGRAM=/usr/bin/install\ -c\ \ -o\ pbulk\ -g\ staff\ -m\ 755 BSD_INSTALL_SCRIPT=/usr/bin/install\ -c\ -o\ pbulk\ -g\ staff\ -m\ 755 BSD_INSTALL_LIB=/usr/bin/install\ -c\ -o\ pbulk\ -g\ staff\ -m\ 755 BSD_INSTALL_DATA=/usr/bin/install\ -c\ -o\ pbulk\ -g\ staff\ -m\ 644 BSD_INSTALL_MAN=/usr/bin/install\ -c\ -o\ pbulk\ -g\ staff\ -m\ 644 BSD_INSTALL=/usr/bin/install BSD_INSTALL_PROGRAM_DIR=/usr/bin/install\ -d\ -o\ pbulk\ -g\ staff\ -m\ 755 BSD_INSTALL_SCRIPT_DIR=/usr/bin/install\ -d\ -o\ pbulk\ -g\ staff\ -m\ 755 BSD_INSTALL_LIB_DIR=/usr/bin/install\ -d\ -o\ pbulk\ -g\ staff\ -m\ 755 BSD_INSTALL_DATA_DIR=/usr/bin/install\ -d\ -o\ pbulk\ -g\ staff\ -m\ 755 BSD_INSTALL_MAN_DIR=/usr/bin/install\ -d\ -o\ pbulk\ -g\ staff\ -m\ 755 BSD_INSTALL_GAME=/usr/bin/install\ -c\ \ -o\ pbulk\ -g\ staff\ -m\ 2555 BSD_INSTALL_GAME_DATA=/usr/bin/install\ -c\ -o\ pbulk\ -g\ staff\ -m\ 664 BSD_INSTALL_GAME_DIR=/usr/bin/install\ -d\ -o\ pbulk\ -g\ staff\ -m\ 775 INSTALL_INFO= MAKEINFO=/Users/pbulk/build/converters/py-fastbencode/work/.tools/bin/makeinfo FLEX= BISON= ITSTOOL=/Users/pbulk/build/converters/py-fastbencode/work/.tools/bin/itstool GDBUS_CODEGEN=/Users/pbulk/build/converters/py-fastbencode/work/.tools/bin/gdbus-codegen PKG_CONFIG=/Users/pbulk/build/converters/py-fastbencode/work/.tools/bin/pkg-config PKG_CONFIG_LIBDIR=/Users/pbulk/build/converters/py-fastbencode/work/.buildlink/lib/pkgconfig:/Users/pbulk/build/converters/py-fastbencode/work/.buildlink/share/pkgconfig PKG_CONFIG_LOG=/Users/pbulk/build/converters/py-fastbencode/work/.pkg-config.log PKG_CONFIG_PATH= CWRAPPERS_CONFIG_DIR=/Users/pbulk/build/converters/py-fastbencode/work/.cwrapper/config /opt/pkg/bin/python3.8 setup.py build -j1) setup.py:26: DeprecationWarning: distutils Version classes are deprecated. Use packaging.version instead. cython_version_info = Version(cython_version) setup.py:27: DeprecationWarning: distutils Version classes are deprecated. Use packaging.version instead. if cython_version_info < Version(minimum_cython_version): /opt/pkg/lib/python3.8/site-packages/setuptools/__init__.py:80: _DeprecatedInstaller: setuptools.installer and fetch_build_eggs are deprecated. !! ******************************************************************************** Requirements should be satisfied by a PEP 517 installer. If you are using pip, you can try `pip install --use-pep517`. ******************************************************************************** !! dist.fetch_build_eggs(dist.setup_requires) WARNING: The wheel package is not available. running build running build_py creating build creating build/lib.macosx-11.3-arm64-cpython-38 creating build/lib.macosx-11.3-arm64-cpython-38/fastbencode copying fastbencode/__init__.py -> build/lib.macosx-11.3-arm64-cpython-38/fastbencode copying fastbencode/_bencode_py.py -> build/lib.macosx-11.3-arm64-cpython-38/fastbencode copying fastbencode/_bencode_pyx.pyi -> build/lib.macosx-11.3-arm64-cpython-38/fastbencode copying fastbencode/py.typed -> build/lib.macosx-11.3-arm64-cpython-38/fastbencode running build_ext Compiling fastbencode/_bencode_pyx.pyx because it changed. [1/1] Cythonizing fastbencode/_bencode_pyx.pyx building 'fastbencode._bencode_pyx' extension creating build/temp.macosx-11.3-arm64-cpython-38 creating build/temp.macosx-11.3-arm64-cpython-38/fastbencode clang -Wno-unused-result -Wsign-compare -Wunreachable-code -DNDEBUG -pipe -Os -I/Library/Developer/CommandLineTools/SDKs/MacOSX11.3.sdk/usr/include -I/opt/pkg/include -D_XOPEN_SOURCE_EXTENDED=1 -I/opt/pkg/include/ncurses -pipe -Os -I/Library/Developer/CommandLineTools/SDKs/MacOSX11.3.sdk/usr/include -I/opt/pkg/include -D_XOPEN_SOURCE_EXTENDED=1 -I/opt/pkg/include/ncurses -pipe -Os -I/Library/Developer/CommandLineTools/SDKs/MacOSX11.3.sdk/usr/include -I/opt/pkg/include -D_XOPEN_SOURCE_EXTENDED=1 -I/opt/pkg/include/ncurses -pipe -Os -I/opt/pkg/include/python3.8 -I/opt/pkg/include -I/opt/pkg/include/python3.8 -I/opt/pkg/include -Ifastbencode -I/opt/pkg/include/python3.8 -c fastbencode/_bencode_pyx.c -o build/temp.macosx-11.3-arm64-cpython-38/fastbencode/_bencode_pyx.o fastbencode/_bencode_pyx.c:10280:3: warning: 'tp_print' is deprecated [-Wdeprecated-declarations] 0, /*tp_print*/ ^ /Users/pbulk/build/converters/py-fastbencode/work/.buildlink/include/python3.8/cpython/object.h:260:5: note: 'tp_print' has been explicitly marked deprecated here Py_DEPRECATED(3.8) int (*tp_print)(PyObject *, FILE *, int); ^ /Users/pbulk/build/converters/py-fastbencode/work/.buildlink/include/python3.8/pyport.h:515:54: note: expanded from macro 'Py_DEPRECATED' #define Py_DEPRECATED(VERSION_UNUSED) __attribute__((__deprecated__)) ^ fastbencode/_bencode_pyx.c:10457:3: warning: 'tp_print' is deprecated [-Wdeprecated-declarations] 0, /*tp_print*/ ^ /Users/pbulk/build/converters/py-fastbencode/work/.buildlink/include/python3.8/cpython/object.h:260:5: note: 'tp_print' has been explicitly marked deprecated here Py_DEPRECATED(3.8) int (*tp_print)(PyObject *, FILE *, int); ^ /Users/pbulk/build/converters/py-fastbencode/work/.buildlink/include/python3.8/pyport.h:515:54: note: expanded from macro 'Py_DEPRECATED' #define Py_DEPRECATED(VERSION_UNUSED) __attribute__((__deprecated__)) ^ fastbencode/_bencode_pyx.c:12933:76: warning: code will never be executed [-Wunreachable-code] if (__Pyx_PyTuple_SET_ITEM(argstuple, (Py_ssize_t)i, args[i]) < 0) goto bad; ^~~~~~~~ fastbencode/_bencode_pyx.c:12933:73: note: silence by adding parentheses to mark code as explicitly dead if (__Pyx_PyTuple_SET_ITEM(argstuple, (Py_ssize_t)i, args[i]) < 0) goto bad; ^ /* DISABLES CODE */ ( ) fastbencode/_bencode_pyx.c:15225:5: warning: 'tp_print' is deprecated [-Wdeprecated-declarations] 0, ^ /Users/pbulk/build/converters/py-fastbencode/work/.buildlink/include/python3.8/cpython/object.h:260:5: note: 'tp_print' has been explicitly marked deprecated here Py_DEPRECATED(3.8) int (*tp_print)(PyObject *, FILE *, int); ^ /Users/pbulk/build/converters/py-fastbencode/work/.buildlink/include/python3.8/pyport.h:515:54: note: expanded from macro 'Py_DEPRECATED' #define Py_DEPRECATED(VERSION_UNUSED) __attribute__((__deprecated__)) ^ 4 warnings generated. clang -bundle -undefined dynamic_lookup -L. -L/opt/pkg/lib -L/usr/lib -L/opt/pkg/lib -L/usr/lib -L/opt/pkg/lib -pipe -Os -I/opt/pkg/include/python3.8 -I/opt/pkg/include -I/opt/pkg/include/python3.8 -I/opt/pkg/include build/temp.macosx-11.3-arm64-cpython-38/fastbencode/_bencode_pyx.o -L/opt/pkg/lib -o build/lib.macosx-11.3-arm64-cpython-38/fastbencode/_bencode_pyx.so