+ case "${usergroup_phase}" in + local run_cmd + run_cmd=run_su + shift + run_su /opt/pkg/bin/bmake all BATCH=1 DEPENDS_TARGET=/nonexistent WRKLOG=/tmp/bulklog/openal-soft-1.24.0/work.log + su pbulk -c '"$@"' make /opt/pkg/bin/bmake all BATCH=1 DEPENDS_TARGET=/nonexistent WRKLOG=/tmp/bulklog/openal-soft-1.24.0/work.log ===> Building for openal-soft-1.24.0 [ 1%] Building CXX object CMakeFiles/alsoft.common.dir/common/alcomplex.cpp.o [ 2%] Building CXX object CMakeFiles/alsoft.common.dir/common/alassert.cpp.o [ 3%] Building CXX object CMakeFiles/alsoft.common.dir/common/alstring.cpp.o [ 3%] Building CXX object CMakeFiles/alsoft.common.dir/common/alsem.cpp.o [ 4%] Building CXX object CMakeFiles/alsoft.common.dir/common/althrd_setname.cpp.o [ 5%] Building CXX object CMakeFiles/alsoft.common.dir/common/dynload.cpp.o [ 6%] Building CXX object CMakeFiles/alsoft.common.dir/common/pffft.cpp.o [ 7%] Building CXX object CMakeFiles/alsoft.common.dir/common/polyphase_resampler.cpp.o [ 8%] Building CXX object CMakeFiles/alsoft.common.dir/common/ringbuffer.cpp.o [ 9%] Building CXX object CMakeFiles/alsoft.common.dir/common/strutils.cpp.o /home/pbulk/build/audio/openal-soft/work/openal-soft-1.24.0/common/pffft.cpp:1470:18: warning: ignoring attributes on template argument '{anonymous}::v4sf' {aka '__m128'} [-Wignored-attributes] 1470 | al::span e; /* N/4*3 elements */ | ^ cc1plus: note: unrecognized command-line option '-Wno-c++20-attribute-extensions' may have been intended to silence earlier diagnostics [ 10%] Linking CXX static library libalsoft.common.a [ 10%] Built target alsoft.common [ 10%] Generating default_hrtf.txt [ 11%] Building CXX object CMakeFiles/alsoft.sofa-support.dir/utils/sofa-support.cpp.o [ 12%] Building CXX object CMakeFiles/OpenAL.dir/al/buffer.cpp.o [ 13%] Building CXX object CMakeFiles/OpenAL.dir/al/auxeffectslot.cpp.o [ 14%] Building CXX object CMakeFiles/OpenAL.dir/al/debug.cpp.o [ 15%] Linking CXX static library libalsoft.sofa-support.a In file included from /home/pbulk/build/audio/openal-soft/work/openal-soft-1.24.0/common/althreads.h:18, from /home/pbulk/build/audio/openal-soft/work/openal-soft-1.24.0/alc/context.h:23, from /home/pbulk/build/audio/openal-soft/work/openal-soft-1.24.0/al/debug.cpp:22: /home/pbulk/build/audio/openal-soft/work/openal-soft-1.24.0/alc/context.h:187:19: error: '_Thread_local' does not name a type; did you mean 'thread_local'? 187 | static inline thread_local ALCcontext *sLocalContext{}; | ^~~~~~~~~~~~ /home/pbulk/build/audio/openal-soft/work/openal-soft-1.24.0/alc/context.h:187:59: warning: extra ';' [-Wpedantic] 187 | static inline thread_local ALCcontext *sLocalContext{}; | ^ | - /home/pbulk/build/audio/openal-soft/work/openal-soft-1.24.0/alc/context.h:208:12: error: '_Thread_local' does not name a type; did you mean 'thread_local'? 208 | static thread_local ThreadCtx sThreadContext; | ^~~~~~~~~~~~ /home/pbulk/build/audio/openal-soft/work/openal-soft-1.24.0/alc/context.h: In member function 'void ALCcontext::ThreadCtx::set(ALCcontext*) const': /home/pbulk/build/audio/openal-soft/work/openal-soft-1.24.0/alc/context.h:205:52: error: 'sLocalContext' was not declared in this scope; did you mean 'sGlobalContext'? 205 | void set(ALCcontext *ctx) const noexcept { sLocalContext = ctx; } | ^~~~~~~~~~~~~ | sGlobalContext /home/pbulk/build/audio/openal-soft/work/openal-soft-1.24.0/alc/context.h: In static member function 'static ALCcontext* ALCcontext::getThreadContext()': /home/pbulk/build/audio/openal-soft/work/openal-soft-1.24.0/alc/context.h:211:61: error: 'sLocalContext' was not declared in this scope; did you mean 'sGlobalContext'? 211 | static ALCcontext *getThreadContext() noexcept { return sLocalContext; } | ^~~~~~~~~~~~~ | sGlobalContext /home/pbulk/build/audio/openal-soft/work/openal-soft-1.24.0/alc/context.h: In static member function 'static void ALCcontext::setThreadContext(ALCcontext*)': /home/pbulk/build/audio/openal-soft/work/openal-soft-1.24.0/alc/context.h:212:66: error: 'sThreadContext' was not declared in this scope; did you mean 'setThreadContext'? 212 | static void setThreadContext(ALCcontext *context) noexcept { sThreadContext.set(context); } | ^~~~~~~~~~~~~~ | setThreadContext In file included from /home/pbulk/build/audio/openal-soft/work/openal-soft-1.24.0/common/althreads.h:18, from /home/pbulk/build/audio/openal-soft/work/openal-soft-1.24.0/alc/context.h:23, from /home/pbulk/build/audio/openal-soft/work/openal-soft-1.24.0/al/buffer.cpp:49: /home/pbulk/build/audio/openal-soft/work/openal-soft-1.24.0/alc/context.h:187:19: error: '_Thread_local' does not name a type; did you mean 'thread_local'? 187 | static inline thread_local ALCcontext *sLocalContext{}; | ^~~~~~~~~~~~ /home/pbulk/build/audio/openal-soft/work/openal-soft-1.24.0/alc/context.h:187:59: warning: extra ';' [-Wpedantic] 187 | static inline thread_local ALCcontext *sLocalContext{}; | ^ | - /home/pbulk/build/audio/openal-soft/work/openal-soft-1.24.0/alc/context.h:208:12: error: '_Thread_local' does not name a type; did you mean 'thread_local'? 208 | static thread_local ThreadCtx sThreadContext; | ^~~~~~~~~~~~ /home/pbulk/build/audio/openal-soft/work/openal-soft-1.24.0/alc/context.h: In member function 'void ALCcontext::ThreadCtx::set(ALCcontext*) const': /home/pbulk/build/audio/openal-soft/work/openal-soft-1.24.0/alc/context.h:205:52: error: 'sLocalContext' was not declared in this scope; did you mean 'sGlobalContext'? 205 | void set(ALCcontext *ctx) const noexcept { sLocalContext = ctx; } | ^~~~~~~~~~~~~ | sGlobalContext /home/pbulk/build/audio/openal-soft/work/openal-soft-1.24.0/alc/context.h: In static member function 'static ALCcontext* ALCcontext::getThreadContext()': /home/pbulk/build/audio/openal-soft/work/openal-soft-1.24.0/alc/context.h:211:61: error: 'sLocalContext' was not declared in this scope; did you mean 'sGlobalContext'? 211 | static ALCcontext *getThreadContext() noexcept { return sLocalContext; } | ^~~~~~~~~~~~~ | sGlobalContext /home/pbulk/build/audio/openal-soft/work/openal-soft-1.24.0/alc/context.h: In static member function 'static void ALCcontext::setThreadContext(ALCcontext*)': /home/pbulk/build/audio/openal-soft/work/openal-soft-1.24.0/alc/context.h:212:66: error: 'sThreadContext' was not declared in this scope; did you mean 'setThreadContext'? 212 | static void setThreadContext(ALCcontext *context) noexcept { sThreadContext.set(context); } | ^~~~~~~~~~~~~~ | setThreadContext [ 15%] Built target alsoft.sofa-support In file included from /home/pbulk/build/audio/openal-soft/work/openal-soft-1.24.0/common/althreads.h:18, from /home/pbulk/build/audio/openal-soft/work/openal-soft-1.24.0/alc/context.h:23, from /home/pbulk/build/audio/openal-soft/work/openal-soft-1.24.0/al/auxeffectslot.cpp:46: /home/pbulk/build/audio/openal-soft/work/openal-soft-1.24.0/alc/context.h:187:19: error: '_Thread_local' does not name a type; did you mean 'thread_local'? 187 | static inline thread_local ALCcontext *sLocalContext{}; | ^~~~~~~~~~~~ /home/pbulk/build/audio/openal-soft/work/openal-soft-1.24.0/alc/context.h:187:59: warning: extra ';' [-Wpedantic] 187 | static inline thread_local ALCcontext *sLocalContext{}; | ^ | - /home/pbulk/build/audio/openal-soft/work/openal-soft-1.24.0/alc/context.h:208:12: error: '_Thread_local' does not name a type; did you mean 'thread_local'? 208 | static thread_local ThreadCtx sThreadContext; | ^~~~~~~~~~~~ /home/pbulk/build/audio/openal-soft/work/openal-soft-1.24.0/alc/context.h: In member function 'void ALCcontext::ThreadCtx::set(ALCcontext*) const': /home/pbulk/build/audio/openal-soft/work/openal-soft-1.24.0/alc/context.h:205:52: error: 'sLocalContext' was not declared in this scope; did you mean 'sGlobalContext'? 205 | void set(ALCcontext *ctx) const noexcept { sLocalContext = ctx; } | ^~~~~~~~~~~~~ | sGlobalContext /home/pbulk/build/audio/openal-soft/work/openal-soft-1.24.0/alc/context.h: In static member function 'static ALCcontext* ALCcontext::getThreadContext()': /home/pbulk/build/audio/openal-soft/work/openal-soft-1.24.0/alc/context.h:211:61: error: 'sLocalContext' was not declared in this scope; did you mean 'sGlobalContext'? 211 | static ALCcontext *getThreadContext() noexcept { return sLocalContext; } | ^~~~~~~~~~~~~ | sGlobalContext /home/pbulk/build/audio/openal-soft/work/openal-soft-1.24.0/alc/context.h: In static member function 'static void ALCcontext::setThreadContext(ALCcontext*)': /home/pbulk/build/audio/openal-soft/work/openal-soft-1.24.0/alc/context.h:212:66: error: 'sThreadContext' was not declared in this scope; did you mean 'setThreadContext'? 212 | static void setThreadContext(ALCcontext *context) noexcept { sThreadContext.set(context); } | ^~~~~~~~~~~~~~ | setThreadContext [ 16%] Building CXX object CMakeFiles/makemhr.dir/utils/makemhr/loaddef.cpp.o At global scope: cc1plus: note: unrecognized command-line option '-Wno-c++20-attribute-extensions' may have been intended to silence earlier diagnostics At global scope: cc1plus: note: unrecognized command-line option '-Wno-c++20-attribute-extensions' may have been intended to silence earlier diagnostics At global scope: cc1plus: note: unrecognized command-line option '-Wno-c++20-attribute-extensions' may have been intended to silence earlier diagnostics gmake[2]: *** [CMakeFiles/OpenAL.dir/build.make:98: CMakeFiles/OpenAL.dir/al/buffer.cpp.o] Error 1 gmake[2]: *** Waiting for unfinished jobs.... gmake[2]: *** [CMakeFiles/OpenAL.dir/build.make:84: CMakeFiles/OpenAL.dir/al/auxeffectslot.cpp.o] Error 1 gmake[2]: *** [CMakeFiles/OpenAL.dir/build.make:112: CMakeFiles/OpenAL.dir/al/debug.cpp.o] Error 1 gmake[1]: *** [CMakeFiles/Makefile2:130: CMakeFiles/OpenAL.dir/all] Error 2 gmake[1]: *** Waiting for unfinished jobs.... [ 17%] Building CXX object CMakeFiles/makemhr.dir/utils/makemhr/loadsofa.cpp.o [ 18%] Building CXX object CMakeFiles/makemhr.dir/utils/makemhr/makemhr.cpp.o [ 19%] Building CXX object CMakeFiles/sofa-info.dir/utils/sofa-info.cpp.o [ 20%] Linking CXX executable sofa-info [ 20%] Built target sofa-info [ 21%] Linking CXX executable makemhr [ 21%] Built target makemhr gmake: *** [Makefile:146: all] Error 2 *** Error code 2 Stop. bmake[1]: stopped making "all" in /data/jenkins/workspace/pkgsrc-upstream-trunk/audio/openal-soft *** Error code 1 Stop. bmake: stopped making "all" in /data/jenkins/workspace/pkgsrc-upstream-trunk/audio/openal-soft