=> 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 openal-soft-1.23.0 [ 1%] Building CXX object CMakeFiles/common.dir/common/alcomplex.cpp.o [ 3%] Building CXX object CMakeFiles/common.dir/common/almalloc.cpp.o [ 3%] Building CXX object CMakeFiles/common.dir/common/alstring.cpp.o [ 4%] Building CXX object CMakeFiles/common.dir/common/alfstream.cpp.o [ 4%] Building CXX object CMakeFiles/common.dir/common/dynload.cpp.o [ 5%] Building CXX object CMakeFiles/common.dir/common/polyphase_resampler.cpp.o In file included from /tmp/audio/openal-soft/work/openal-soft-1.23.0/common/alcomplex.cpp:15:0: /tmp/audio/openal-soft/work/openal-soft-1.23.0/common/alnumeric.h: In function 'float fast_roundf(float)': /tmp/audio/openal-soft/work/openal-soft-1.23.0/common/alnumeric.h:254:28: warning: attributes at the beginning of statement are ignored [-Wattributes] if(expo >= 150/*+23*/) [[unlikely]] ^ [ 6%] Building CXX object CMakeFiles/common.dir/common/ringbuffer.cpp.o /tmp/audio/openal-soft/work/openal-soft-1.23.0/common/alcomplex.cpp: In function 'std::enable_if_t::value> complex_fft(al::span >, al::type_identity_t)': /tmp/audio/openal-soft/work/openal-soft-1.23.0/common/alcomplex.cpp:104:42: warning: attributes at the beginning of statement are ignored [-Wattributes] if(log2_size >= gBitReverses.size()) [[unlikely]] ^ /tmp/audio/openal-soft/work/openal-soft-1.23.0/common/alcomplex.cpp:119:52: error: expected identifier before '[' token else for(auto &rev : gBitReverses[log2_size]) [[likely]] ^ /tmp/audio/openal-soft/work/openal-soft-1.23.0/common/alcomplex.cpp: In lambda function: /tmp/audio/openal-soft/work/openal-soft-1.23.0/common/alcomplex.cpp:120:9: error: expected '{' std::swap(buffer[rev.first], buffer[rev.second]); ^~~ /tmp/audio/openal-soft/work/openal-soft-1.23.0/common/alcomplex.cpp: In function 'std::enable_if_t::value> complex_fft(al::span >, al::type_identity_t)': /tmp/audio/openal-soft/work/openal-soft-1.23.0/common/alcomplex.cpp:120:9: error: expected ';' /tmp/audio/openal-soft/work/openal-soft-1.23.0/common/alcomplex.cpp: In instantiation of 'std::enable_if_t::value> complex_fft(al::span >, al::type_identity_t) [with Real = float; std::enable_if_t::value> = void; al::type_identity_t = float]': /tmp/audio/openal-soft/work/openal-soft-1.23.0/common/alcomplex.cpp:170:89: required from here /tmp/audio/openal-soft/work/openal-soft-1.23.0/common/alcomplex.cpp:119:20: warning: unused variable 'rev' [-Wunused-variable] else for(auto &rev : gBitReverses[log2_size]) [[likely]] ^~~ /tmp/audio/openal-soft/work/openal-soft-1.23.0/common/alcomplex.cpp: In instantiation of 'std::enable_if_t::value> complex_fft(al::span >, al::type_identity_t) [with Real = double; std::enable_if_t::value> = void; al::type_identity_t = double]': /tmp/audio/openal-soft/work/openal-soft-1.23.0/common/alcomplex.cpp:171:91: required from here /tmp/audio/openal-soft/work/openal-soft-1.23.0/common/alcomplex.cpp:119:20: warning: unused variable 'rev' [-Wunused-variable] At global scope: cc1plus: warning: unrecognized command line option '-Wno-c++20-attribute-extensions' gmake[2]: *** [CMakeFiles/common.dir/build.make:76: CMakeFiles/common.dir/common/alcomplex.cpp.o] Error 1 gmake[2]: *** Waiting for unfinished jobs.... /tmp/audio/openal-soft/work/openal-soft-1.23.0/common/polyphase_resampler.cpp: In function 'double {anonymous}::Sinc(double)': /tmp/audio/openal-soft/work/openal-soft-1.23.0/common/polyphase_resampler.cpp:24:31: warning: attributes at the beginning of statement are ignored [-Wattributes] if(std::abs(x) < Epsilon) [[unlikely]] ^ /tmp/audio/openal-soft/work/openal-soft-1.23.0/common/polyphase_resampler.cpp: In function 'constexpr {anonymous}::uint {anonymous}::CalcKaiserOrder(double, double)': /tmp/audio/openal-soft/work/openal-soft-1.23.0/common/polyphase_resampler.cpp:99:26: warning: attributes at the beginning of statement are ignored [-Wattributes] if(rejection > 21.0) [[likely]] ^ /tmp/audio/openal-soft/work/openal-soft-1.23.0/common/polyphase_resampler.cpp: In function 'constexpr double {anonymous}::CalcKaiserBeta(double)': /tmp/audio/openal-soft/work/openal-soft-1.23.0/common/polyphase_resampler.cpp:107:26: warning: attributes at the beginning of statement are ignored [-Wattributes] if(rejection > 50.0) [[likely]] ^ /tmp/audio/openal-soft/work/openal-soft-1.23.0/common/polyphase_resampler.cpp: In member function 'void PPhaseResampler::process(uint, const double*, uint, double*)': /tmp/audio/openal-soft/work/openal-soft-1.23.0/common/polyphase_resampler.cpp:174:19: warning: attributes at the beginning of statement are ignored [-Wattributes] if(outN == 0) [[unlikely]] ^ /tmp/audio/openal-soft/work/openal-soft-1.23.0/common/polyphase_resampler.cpp:180:20: warning: attributes at the beginning of statement are ignored [-Wattributes] if(work == in) [[unlikely]] ^ /tmp/audio/openal-soft/work/openal-soft-1.23.0/common/polyphase_resampler.cpp:201:29: warning: attributes at the beginning of statement are ignored [-Wattributes] if(j_s+1 > inN) [[likely]] ^ /tmp/audio/openal-soft/work/openal-soft-1.23.0/common/polyphase_resampler.cpp:208:64: warning: attributes at the beginning of statement are ignored [-Wattributes] if(size_t todo{std::min(j_s+1, filt_len)}) [[likely]] ^ /tmp/audio/openal-soft/work/openal-soft-1.23.0/common/polyphase_resampler.cpp:198:21: warning: attributes at the beginning of statement are ignored [-Wattributes] if(j_f < m) [[likely]] ^ At global scope: cc1plus: warning: unrecognized command line option '-Wno-c++20-attribute-extensions' gmake[1]: *** [CMakeFiles/Makefile2:92: CMakeFiles/common.dir/all] Error 2 gmake: *** [Makefile:136: all] Error 2 *** Error code 2 Stop. make[1]: stopped in /amd/pkgsrc/CHROOT/P/pkgsrc/audio/openal-soft *** Error code 1 Stop. make: stopped in /amd/pkgsrc/CHROOT/P/pkgsrc/audio/openal-soft