=> 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 aeneas-1.7.3nb17 (cd /tmp/audio/aeneas/work/aeneas-1.7.3/ && /usr/bin/env AENEAS_FORCE_CEW=True USETOOLS=no PTHREAD_CFLAGS=\ -pthread\ PTHREAD_LDFLAGS=\ -pthread PTHREAD_LIBS= PTHREADBASE=/usr DL_CFLAGS=\ -pthread\ DL_LDFLAGS=\ -pthread DL_LIBS= NPY_BLAS_LIBS=-lblas NPY_LAPACK_LIBS=-llapack\ -lblas NPY_CBLAS_LIBS=-lcblas\ -lblas PYTHON=/usr/pkg/bin/python3.11 CC=gcc CFLAGS=-O2\ -I/usr/pkg/include\ -I/usr/include\ -I/usr/pkg/include/python3.11\ -I/usr/pkg/include/portaudio2\ -I/usr/pkg/include/ffmpeg3\ -I/usr/pkg/include/freetype2\ -I/usr/X11R7/include\ -I/usr/X11R7/include/libdrm CPPFLAGS=-I/usr/pkg/include/netlib\ -I/usr/pkg/include\ -I/usr/include\ -I/usr/pkg/include/python3.11\ -I/usr/pkg/include/portaudio2\ -I/usr/pkg/include/ffmpeg3\ -I/usr/pkg/include/freetype2\ -I/usr/X11R7/include\ -I/usr/X11R7/include/libdrm CXX=c++ CXXFLAGS=-O2\ -I/usr/pkg/include\ -I/usr/include\ -I/usr/pkg/include/python3.11\ -I/usr/pkg/include/portaudio2\ -I/usr/pkg/include/ffmpeg3\ -I/usr/pkg/include/freetype2\ -I/usr/X11R7/include\ -I/usr/X11R7/include/libdrm 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/pkg/lib\ -L/usr/lib\ -Wl,-R/usr/lib\ -Wl,-R/usr/pkg/lib\ -L/usr/pkg/lib/portaudio2\ -Wl,-R/usr/pkg/lib/portaudio2\ -L/usr/pkg/lib/ffmpeg3\ -Wl,-R/usr/pkg/lib/ffmpeg3\ -L/usr/X11R7/lib\ -Wl,-R/usr/X11R7/lib LINKER_RPATH_FLAG=-R PATH=/tmp/audio/aeneas/work/.cwrapper/bin:/tmp/audio/aeneas/work/.buildlink/bin:/tmp/audio/aeneas/work/.gcc/bin:/tmp/audio/aeneas/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 HOME=/tmp/audio/aeneas/work/.home CWRAPPERS_CONFIG_DIR=/tmp/audio/aeneas/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/audio/aeneas/work/.tools/bin/makeinfo FLEX= BISON= ITSTOOL=/tmp/audio/aeneas/work/.tools/bin/itstool GDBUS_CODEGEN=/tmp/audio/aeneas/work/.tools/bin/gdbus-codegen PKG_CONFIG=/tmp/audio/aeneas/work/.tools/bin/pkg-config PKG_CONFIG_LIBDIR=/tmp/audio/aeneas/work/.buildlink/lib/pkgconfig:/tmp/audio/aeneas/work/.buildlink/share/pkgconfig PKG_CONFIG_LOG=/tmp/audio/aeneas/work/.pkg-config.log PKG_CONFIG_PATH= LIBGETOPT= CWRAPPERS_CONFIG_DIR=/tmp/audio/aeneas/work/.cwrapper/config /usr/pkg/bin/python3.11 setup.py build -j4) /tmp/audio/aeneas/work/aeneas-1.7.3/setup.py:190: DeprecationWarning: `numpy.distutils` is deprecated since NumPy 1.23.0, as a result of the deprecation of `distutils` itself. It will be removed for Python >= 3.12. For older Python versions it will remain present. It is recommended to use `setuptools < 60.0` for those Python versions. For more details, see: https://numpy.org/devdocs/reference/distutils_status_migration.html from numpy.distutils import misc_util aeneas/cmfcc/cmfcc_func.c: In function '_precompute_sin_table': aeneas/cmfcc/cmfcc_func.c:83:19: warning: comparison between signed and unsigned integer expressions [-Wsign-compare] for (k = 1; k < size; ++k) { ^ aeneas/cmfcc/cmfcc_func.c: In function 'fft': aeneas/cmfcc/cmfcc_func.c:109:31: warning: comparison between signed and unsigned integer expressions [-Wsign-compare] for (li = lix; li <= m; li += lix) { ^~ aeneas/cwave/cwave_func.c: In function 'wave_read_double': aeneas/cwave/cwave_func.c:260:23: warning: comparison between signed and unsigned integer expressions [-Wsign-compare] if (remaining >= CWAVE_BUFFER_SIZE) { ^~ ld: build/temp.netbsd-9.3-amd64-cpython-311/aeneas/cint/cint.o: file not recognized: file truncated [INFO] ******************************************************************************** [INFO] The user specified AENEAS_FORCE_CEW=True: attempting to build cew without checks [INFO] ******************************************************************************** [INFO] error: Command "gcc -shared -Wl,-zrelro -L/usr/lib -Wl,-R/usr/lib -L/usr/pkg/lib -Wl,-R/usr/pkg/lib -L/usr/X11R7/lib -Wl,-R/usr/X11R7/lib -Wl,-zrelro -L/usr/lib -Wl,-R/usr/lib -L/usr/pkg/lib -Wl,-R/usr/pkg/lib -L/usr/X11R7/lib -Wl,-R/usr/X11R7/lib -Wl,-zrelro -L/usr/pkg/lib -L/usr/lib -Wl,-R/usr/lib -Wl,-R/usr/pkg/lib -L/usr/pkg/lib/portaudio2 -Wl,-R/usr/pkg/lib/portaudio2 -L/usr/pkg/lib/ffmpeg3 -Wl,-R/usr/pkg/lib/ffmpeg3 -L/usr/X11R7/lib -Wl,-R/usr/X11R7/lib -O2 -I/usr/pkg/include -I/usr/include -I/usr/pkg/include/python3.11 -I/usr/pkg/include/portaudio2 -I/usr/pkg/include/ffmpeg3 -I/usr/pkg/include/freetype2 -I/usr/X11R7/include -I/usr/X11R7/include/libdrm -I/usr/pkg/include/netlib -I/usr/pkg/include -I/usr/include -I/usr/pkg/include/python3.11 -I/usr/pkg/include/portaudio2 -I/usr/pkg/include/ffmpeg3 -I/usr/pkg/include/freetype2 -I/usr/X11R7/include -I/usr/X11R7/include/libdrm build/temp.netbsd-9.3-amd64-cpython-311/aeneas/cint/cint.o build/temp.netbsd-9.3-amd64-cpython-311/aeneas/cmfcc/cmfcc_func.o build/temp.netbsd-9.3-amd64-cpython-311/aeneas/cmfcc/cmfcc_py.o build/temp.netbsd-9.3-amd64-cpython-311/aeneas/cwave/cwave_func.o -L/usr/pkg/lib -o build/lib.netbsd-9.3-amd64-cpython-311/aeneas/cmfcc/cmfcc.so" failed with exit status 1 *** Error code 1 Stop. make[1]: stopped in /amd/pkgsrc/CHROOT/P/pkgsrc/audio/aeneas *** Error code 1 Stop. make: stopped in /amd/pkgsrc/CHROOT/P/pkgsrc/audio/aeneas