=> 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.24.3 [ 1%] Building CXX object fmt-11.1.1/CMakeFiles/alsoft.fmt.dir/src/os.cc.o [ 2%] Building CXX object fmt-11.1.1/CMakeFiles/alsoft.fmt.dir/src/format.cc.o [ 2%] Built target alsoft.fmt [ 4%] Building CXX object CMakeFiles/alsoft.common.dir/common/althrd_setname.cpp.o [ 4%] Building CXX object CMakeFiles/alsoft.common.dir/common/alcomplex.cpp.o [ 6%] Building CXX object CMakeFiles/alsoft.common.dir/common/alstring.cpp.o [ 6%] Building CXX object CMakeFiles/alsoft.common.dir/common/alassert.cpp.o [ 7%] Building CXX object CMakeFiles/alsoft.common.dir/common/pffft.cpp.o [ 8%] Building CXX object CMakeFiles/alsoft.common.dir/common/alsem.cpp.o [ 9%] Building CXX object CMakeFiles/alsoft.common.dir/common/filesystem.cpp.o [ 10%] Building CXX object CMakeFiles/alsoft.common.dir/common/dynload.cpp.o [ 10%] Building CXX object CMakeFiles/alsoft.common.dir/common/polyphase_resampler.cpp.o [ 11%] Building CXX object CMakeFiles/alsoft.common.dir/common/ringbuffer.cpp.o [ 12%] Building CXX object CMakeFiles/alsoft.common.dir/common/strutils.cpp.o /pbulk/work/audio/openal-soft/work/openal-soft-1.24.3/common/pffft.cpp:1470:18: warning: ignoring attributes on template argument '{anonymous}::v4sf {aka __vector(4) float}' [-Wignored-attributes] al::span e; /* N/4*3 elements */ ^ cc1plus: warning: unrecognized command line option '-Wno-interference-size' cc1plus: warning: unrecognized command line option '-Wno-c++20-attribute-extensions' [ 13%] Linking CXX static library libalsoft.common.a [ 13%] Built target alsoft.common [ 13%] Generating default_hrtf.txt [ 14%] Building CXX object CMakeFiles/alsoft.sofa-support.dir/utils/sofa-support.cpp.o [ 16%] Building CXX object CMakeFiles/OpenAL.dir/al/effect.cpp.o [ 16%] Building CXX object CMakeFiles/OpenAL.dir/al/effects/autowah.cpp.o [ 17%] Building CXX object CMakeFiles/OpenAL.dir/al/auxeffectslot.cpp.o [ 18%] Building CXX object CMakeFiles/OpenAL.dir/al/effects/chorus.cpp.o [ 20%] Building CXX object CMakeFiles/OpenAL.dir/al/buffer.cpp.o [ 20%] Building CXX object CMakeFiles/OpenAL.dir/al/debug.cpp.o [ 21%] Building CXX object CMakeFiles/OpenAL.dir/al/effects/compressor.cpp.o [ 21%] Linking CXX static library libalsoft.sofa-support.a [ 21%] Built target alsoft.sofa-support [ 21%] Building CXX object CMakeFiles/OpenAL.dir/al/effects/convolution.cpp.o [ 22%] Building CXX object CMakeFiles/OpenAL.dir/al/effects/dedicated.cpp.o /pbulk/work/audio/openal-soft/work/openal-soft-1.24.3/al/effects/chorus.cpp: In function 'constexpr ALenum {anonymous}::EnumFromWaveform(ChorusWaveform)': /pbulk/work/audio/openal-soft/work/openal-soft-1.24.3/al/effects/chorus.cpp:48:38: error: expression '' is not a constant expression int{al::to_underlying(type)})}; ^ [ 23%] Building CXX object CMakeFiles/makemhr.dir/utils/makemhr/loaddef.cpp.o At global scope: cc1plus: warning: unrecognized command line option '-Wno-interference-size' cc1plus: warning: unrecognized command line option '-Wno-c++20-attribute-extensions' gmake[2]: *** [CMakeFiles/OpenAL.dir/build.make:154: CMakeFiles/OpenAL.dir/al/effects/chorus.cpp.o] Error 1 gmake[2]: *** Waiting for unfinished jobs.... [ 24%] Building CXX object CMakeFiles/sofa-info.dir/utils/sofa-info.cpp.o /pbulk/work/audio/openal-soft/work/openal-soft-1.24.3/al/debug.cpp: In function 'constexpr ALenum {anonymous}::GetDebugSourceEnum(DebugSource)': /pbulk/work/audio/openal-soft/work/openal-soft-1.24.3/al/debug.cpp:114:40: error: expression '' is not a constant expression int{al::to_underlying(source)})}; ^ /pbulk/work/audio/openal-soft/work/openal-soft-1.24.3/al/debug.cpp: In function 'constexpr ALenum {anonymous}::GetDebugTypeEnum(DebugType)': /pbulk/work/audio/openal-soft/work/openal-soft-1.24.3/al/debug.cpp:132:38: error: expression '' is not a constant expression int{al::to_underlying(type)})}; ^ /pbulk/work/audio/openal-soft/work/openal-soft-1.24.3/al/debug.cpp: In function 'constexpr ALenum {anonymous}::GetDebugSeverityEnum(DebugSeverity)': /pbulk/work/audio/openal-soft/work/openal-soft-1.24.3/al/debug.cpp:145:42: error: expression '' is not a constant expression int{al::to_underlying(severity)})}; ^ In file included from /pbulk/work/audio/openal-soft/work/openal-soft-1.24.3/al/auxeffectslot.cpp:58:0: /pbulk/work/audio/openal-soft/work/openal-soft-1.24.3/al/auxeffectslot.cpp: In function 'constexpr EffectSlotType {anonymous}::EffectSlotTypeFromEnum(ALenum)': /pbulk/work/audio/openal-soft/work/openal-soft-1.24.3/core/logging.h:38:26: error: call to non-constexpr function 'void al_print(LogLevel, fmt::v11_alsoft::format_string, Args&& ...) [with Args = {unsigned int}; fmt::v11_alsoft::format_string = fmt::v11_alsoft::fstring]' #define ERR(...) al_print(LogLevel::Error, __VA_ARGS__) ~~~~~~~~^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ /pbulk/work/audio/openal-soft/work/openal-soft-1.24.3/al/auxeffectslot.cpp:245:5: note: in expansion of macro 'ERR' ERR("Unhandled effect enum: {:#04x}", as_unsigned(type)); ^~~ /pbulk/work/audio/openal-soft/work/openal-soft-1.24.3/al/buffer.cpp: In function 'constexpr ALenum {anonymous}::EnumFromAmbiLayout(AmbiLayout)': /pbulk/work/audio/openal-soft/work/openal-soft-1.24.3/al/buffer.cpp:92:40: error: expression '' is not a constant expression int{al::to_underlying(layout)})}; ^ /pbulk/work/audio/openal-soft/work/openal-soft-1.24.3/al/buffer.cpp: In function 'constexpr ALenum {anonymous}::EnumFromAmbiScaling(AmbiScaling)': /pbulk/work/audio/openal-soft/work/openal-soft-1.24.3/al/buffer.cpp:115:39: error: expression '' is not a constant expression int{al::to_underlying(scale)})}; ^ [ 25%] Building CXX object CMakeFiles/makemhr.dir/utils/makemhr/loadsofa.cpp.o At global scope: cc1plus: warning: unrecognized command line option '-Wno-interference-size' cc1plus: warning: unrecognized command line option '-Wno-c++20-attribute-extensions' gmake[2]: *** [CMakeFiles/OpenAL.dir/build.make:112: CMakeFiles/OpenAL.dir/al/debug.cpp.o] Error 1 [ 26%] Building CXX object CMakeFiles/makemhr.dir/utils/makemhr/makemhr.cpp.o At global scope: cc1plus: warning: unrecognized command line option '-Wno-interference-size' cc1plus: warning: unrecognized command line option '-Wno-c++20-attribute-extensions' gmake[2]: *** [CMakeFiles/OpenAL.dir/build.make:98: CMakeFiles/OpenAL.dir/al/buffer.cpp.o] Error 1 /pbulk/work/audio/openal-soft/work/openal-soft-1.24.3/utils/makemhr/loaddef.cpp: In function 'int {anonymous}::TrLoad({anonymous}::TokenReaderT*)': /pbulk/work/audio/openal-soft/work/openal-soft-1.24.3/utils/makemhr/loaddef.cpp:207:15: warning: comparison between signed and unsigned integer expressions [-Wsign-compare] if(toLoad >= TRLoadSize && istream.good()) ~~~~~~~^~~~~~~~~~~~~ /pbulk/work/audio/openal-soft/work/openal-soft-1.24.3/utils/makemhr/loaddef.cpp:227:21: warning: comparison between signed and unsigned integer expressions [-Wsign-compare] if(tr->mOut >= TRRingSize) ~~~~~~~~~^~~~~~~~~~~~~ /pbulk/work/audio/openal-soft/work/openal-soft-1.24.3/utils/makemhr/loaddef.cpp: In function 'int {anonymous}::ReadBin4(std::istream&, std::string_view, {anonymous}::ByteOrderT, uint, uint32_t*)': /pbulk/work/audio/openal-soft/work/openal-soft-1.24.3/utils/makemhr/loaddef.cpp:597:25: warning: comparison between signed and unsigned integer expressions [-Wsign-compare] if(istream.gcount() != bytes) ~~~~~~~~~~~~~~~~~^~~~~~~~ At global scope: cc1plus: warning: unrecognized command line option '-Wno-interference-size' cc1plus: warning: unrecognized command line option '-Wno-c++20-attribute-extensions' gmake[2]: *** [CMakeFiles/OpenAL.dir/build.make:84: CMakeFiles/OpenAL.dir/al/auxeffectslot.cpp.o] Error 1 [ 27%] Linking CXX executable sofa-info [ 27%] Built target sofa-info gmake[1]: *** [CMakeFiles/Makefile2:185: CMakeFiles/OpenAL.dir/all] Error 2 gmake[1]: *** Waiting for unfinished jobs.... /pbulk/work/audio/openal-soft/work/openal-soft-1.24.3/utils/makemhr/loaddef.cpp: In function 'MYSOFA_EASY* {anonymous}::LoadSofaFile({anonymous}::SourceRefT*, uint, uint)': /pbulk/work/audio/openal-soft/work/openal-soft-1.24.3/utils/makemhr/loaddef.cpp:1051:8: warning: inlining failed in call to '{anonymous}::SofaCacheEntry::~SofaCacheEntry() noexcept': call is unlikely and code size would grow [-Winline] struct SofaCacheEntry { ^~~~~~~~~~~~~~ /pbulk/work/audio/openal-soft/work/openal-soft-1.24.3/utils/makemhr/loaddef.cpp:1106:29: note: called from here gSofaCache.emplace_back(SofaCacheEntry{std::string{srcname}, hrirRate, std::move(sofa)}); ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ At global scope: cc1plus: warning: unrecognized command line option '-Wno-interference-size' cc1plus: warning: unrecognized command line option '-Wno-c++20-attribute-extensions' In file included from /pbulk/work/audio/openal-soft/work/openal-soft-1.24.3/common/filesystem.h:71:0, from /pbulk/work/audio/openal-soft/work/openal-soft-1.24.3/utils/makemhr/makemhr.cpp:91: /pbulk/work/audio/openal-soft/work/openal-soft-1.24.3/common/ghc_filesystem.h: In function 'bool {anonymous}::ProcessDefinition(std::string_view, uint, ChannelModeT, bool, uint, uint, bool, bool, double, uint, {anonymous}::HeadModelT, double, std::string_view)': /pbulk/work/audio/openal-soft/work/openal-soft-1.24.3/common/ghc_filesystem.h:1833:8: warning: inlining failed in call to 'ghc::filesystem::path::path(const Source&, ghc::filesystem::path::format) [with Source = std::basic_string_view; = ghc::filesystem::path]': --param large-function-growth limit reached [-Winline] inline path::path(const Source& source, format fmt) ^~~~ /pbulk/work/audio/openal-soft/work/openal-soft-1.24.3/common/ghc_filesystem.h:1846:23: note: called from here return path(source); ^ /pbulk/work/audio/openal-soft/work/openal-soft-1.24.3/common/ghc_filesystem.h:1833:8: warning: inlining failed in call to 'ghc::filesystem::path::path(const Source&, ghc::filesystem::path::format) [with Source = std::basic_string_view; = ghc::filesystem::path]': --param large-function-growth limit reached [-Winline] inline path::path(const Source& source, format fmt) ^~~~ /pbulk/work/audio/openal-soft/work/openal-soft-1.24.3/common/ghc_filesystem.h:1846:23: note: called from here return path(source); ^ At global scope: cc1plus: warning: unrecognized command line option '-Wno-interference-size' cc1plus: warning: unrecognized command line option '-Wno-c++20-attribute-extensions' [ 28%] Linking CXX executable makemhr [ 28%] Built target makemhr gmake: *** [Makefile:146: all] Error 2 *** Error code 2 Stop. make[1]: stopped in /usr/pkgsrc/audio/openal-soft *** Error code 1 Stop. make: stopped in /usr/pkgsrc/audio/openal-soft