=> "/opt/pkg/bin/bmake" ["-C", "/data/jenkins/workspace/pkgsrc-upstream-trunk/emulators/ppsspp", "all", "BATCH=1", "DEPENDS_TARGET=/nonexistent", "PYTHON_VERSION_REQD=313"] ===> Building for ppsspp-1.20.3 [ 0%] Building CXX object ext/imgui/CMakeFiles/imgui.dir/imgui.cpp.o [ 1%] Building C object ext/cmake/cpu_features/CMakeFiles/utils.dir/__/__/cpu_features/src/filesystem.c.o : warning: "_XOPEN_SOURCE" redefined : note: this is the location of the previous definition [ 1%] Building C object ext/cmake/cpu_features/CMakeFiles/utils.dir/__/__/cpu_features/src/stack_line_reader.c.o [ 1%] Building C object ext/cmake/cpu_features/CMakeFiles/utils.dir/__/__/cpu_features/src/string_view.c.o [ 1%] Built target utils [ 2%] Building CXX object CMakeFiles/gason.dir/ext/gason/gason.cpp.o : warning: "_XOPEN_SOURCE" redefined : note: this is the location of the previous definition [ 2%] Linking CXX static library lib/libgason.a [ 2%] Built target gason [ 2%] Building CXX object CMakeFiles/vma.dir/ext/vma/vk_mem_alloc.cpp.o : warning: "_XOPEN_SOURCE" redefined : note: this is the location of the previous definition [ 2%] Linking CXX static library lib/libvma.a [ 2%] Built target vma [ 2%] Building CXX object CMakeFiles/cityhash.dir/ext/cityhash/city.cpp.o : warning: "_XOPEN_SOURCE" redefined : note: this is the location of the previous definition [ 2%] Linking CXX static library lib/libcityhash.a [ 2%] Built target cityhash [ 2%] Building CXX object CMakeFiles/basis_universal.dir/ext/basis_universal/basisu_transcoder.cpp.o : warning: "_XOPEN_SOURCE" redefined : note: this is the location of the previous definition In file included from /home/pbulk/work/emulators/ppsspp/work/ppsspp-1.20.3/ext/imgui/imgui.cpp:1082: In function 'ImGuiKeyOwnerData* ImGui::GetKeyOwnerData(ImGuiContext*, ImGuiKey)', inlined from 'void ImGui::ShowMetricsWindow(bool*)' at /home/pbulk/work/emulators/ppsspp/work/ppsspp-1.20.3/ext/imgui/imgui.cpp:21467:68: /home/pbulk/work/emulators/ppsspp/work/ppsspp-1.20.3/ext/imgui/imgui_internal.h:3442:239: warning: array subscript -513 is below array bounds of 'ImGuiKeyOwnerData [154]' [-Warray-bounds=] 3442 | inline ImGuiKeyOwnerData* GetKeyOwnerData(ImGuiContext* ctx, ImGuiKey key) { if (key & ImGuiMod_Mask_) key = ConvertSingleModFlagToKey(key); IM_ASSERT(IsNamedKey(key)); return &ctx->KeysOwnerData[key - ImGuiKey_NamedKey_BEGIN]; } | ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~^ /home/pbulk/work/emulators/ppsspp/work/ppsspp-1.20.3/ext/imgui/imgui_internal.h: In function 'void ImGui::ShowMetricsWindow(bool*)': /home/pbulk/work/emulators/ppsspp/work/ppsspp-1.20.3/ext/imgui/imgui_internal.h:2318:29: note: while referencing 'ImGuiContext::KeysOwnerData' 2318 | ImGuiKeyOwnerData KeysOwnerData[ImGuiKey_NamedKey_COUNT]; | ^~~~~~~~~~~~~ In function 'ImGuiKeyOwnerData* ImGui::GetKeyOwnerData(ImGuiContext*, ImGuiKey)', inlined from 'void ImGui::ShowMetricsWindow(bool*)' at /home/pbulk/work/emulators/ppsspp/work/ppsspp-1.20.3/ext/imgui/imgui.cpp:21467:68: /home/pbulk/work/emulators/ppsspp/work/ppsspp-1.20.3/ext/imgui/imgui_internal.h:3442:239: warning: array subscript -513 is below array bounds of 'ImGuiKeyOwnerData [154]' [-Warray-bounds=] 3442 | inline ImGuiKeyOwnerData* GetKeyOwnerData(ImGuiContext* ctx, ImGuiKey key) { if (key & ImGuiMod_Mask_) key = ConvertSingleModFlagToKey(key); IM_ASSERT(IsNamedKey(key)); return &ctx->KeysOwnerData[key - ImGuiKey_NamedKey_BEGIN]; } | ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~^ /home/pbulk/work/emulators/ppsspp/work/ppsspp-1.20.3/ext/imgui/imgui_internal.h: In function 'void ImGui::ShowMetricsWindow(bool*)': /home/pbulk/work/emulators/ppsspp/work/ppsspp-1.20.3/ext/imgui/imgui_internal.h:2318:29: note: while referencing 'ImGuiContext::KeysOwnerData' 2318 | ImGuiKeyOwnerData KeysOwnerData[ImGuiKey_NamedKey_COUNT]; | ^~~~~~~~~~~~~ [ 2%] Building CXX object ext/imgui/CMakeFiles/imgui.dir/imgui_demo.cpp.o : warning: "_XOPEN_SOURCE" redefined : note: this is the location of the previous definition [ 3%] Linking CXX static library lib/libbasis_universal.a [ 3%] Built target basis_universal [ 3%] Building C object ext/udis86/CMakeFiles/udis86.dir/decode.c.o [ 3%] Building C object ext/udis86/CMakeFiles/udis86.dir/itab.c.o [ 3%] Building C object ext/udis86/CMakeFiles/udis86.dir/syn-att.c.o [ 3%] Building C object ext/udis86/CMakeFiles/udis86.dir/syn-intel.c.o [ 3%] Building C object ext/udis86/CMakeFiles/udis86.dir/syn.c.o [ 3%] Building C object ext/udis86/CMakeFiles/udis86.dir/udis86.c.o [ 3%] Linking C static library ../../lib/libudis86.a [ 3%] Built target udis86 [ 3%] Building C object CMakeFiles/kirk.dir/ext/libkirk/AES.c.o [ 3%] Building C object CMakeFiles/kirk.dir/ext/libkirk/amctrl.c.o /home/pbulk/work/emulators/ppsspp/work/ppsspp-1.20.3/ext/libkirk/amctrl.c: In function 'sceNpDrmGetFixedKey': /home/pbulk/work/emulators/ppsspp/work/ppsspp-1.20.3/ext/libkirk/amctrl.c:568:9: warning: 'strncpy' specified bound 48 equals destination size [-Wstringop-truncation] 568 | strncpy(strbuf, npstr, 0x30); | ^~~~~~~~~~~~~~~~~~~~~~~~~~~~ [ 4%] Building C object CMakeFiles/kirk.dir/ext/libkirk/SHA1.c.o [ 4%] Building C object CMakeFiles/kirk.dir/ext/libkirk/bn.c.o [ 4%] Building C object CMakeFiles/kirk.dir/ext/libkirk/ec.c.o [ 5%] Building CXX object ext/imgui/CMakeFiles/imgui.dir/imgui_draw.cpp.o : warning: "_XOPEN_SOURCE" redefined : note: this is the location of the previous definition [ 5%] Building C object CMakeFiles/kirk.dir/ext/libkirk/kirk_engine.c.o [ 5%] Linking C static library lib/libkirk.a [ 5%] Built target kirk [ 5%] Building C object CMakeFiles/sfmt19937.dir/ext/sfmt19937/SFMT.c.o [ 5%] Linking C static library lib/libsfmt19937.a [ 5%] Built target sfmt19937 [ 5%] Building CXX object CMakeFiles/xbrz.dir/ext/xbrz/xbrz.cpp.o : warning: "_XOPEN_SOURCE" redefined : note: this is the location of the previous definition [ 5%] Building CXX object ext/imgui/CMakeFiles/imgui.dir/imgui_extras.cpp.o : warning: "_XOPEN_SOURCE" redefined : note: this is the location of the previous definition [ 5%] Building CXX object ext/imgui/CMakeFiles/imgui.dir/imgui_tables.cpp.o : warning: "_XOPEN_SOURCE" redefined : note: this is the location of the previous definition [ 5%] Linking CXX static library lib/libxbrz.a [ 5%] Built target xbrz [ 5%] Building C object CMakeFiles/xxhash.dir/ext/xxhash.c.o [ 6%] Linking C static library lib/libxxhash.a [ 6%] Built target xxhash [ 6%] Generating something_that_never_exists -- Could NOT find Git (missing: GIT_EXECUTABLE) CMake Warning at /home/pbulk/work/emulators/ppsspp/work/ppsspp-1.20.3/git-version.cmake:16 (message): git not found, unable to include version. [ 6%] Built target GitVersion [ 6%] Building CXX object ext/armips/CMakeFiles/armips.dir/Archs/Architecture.cpp.o : warning: "_XOPEN_SOURCE" redefined : note: this is the location of the previous definition [ 6%] Building CXX object ext/imgui/CMakeFiles/imgui.dir/imgui_widgets.cpp.o : warning: "_XOPEN_SOURCE" redefined : note: this is the location of the previous definition [ 6%] Building CXX object ext/armips/CMakeFiles/armips.dir/Archs/ARM/Arm.cpp.o : warning: "_XOPEN_SOURCE" redefined : note: this is the location of the previous definition [ 6%] Building CXX object ext/armips/CMakeFiles/armips.dir/Archs/ARM/ArmExpressionFunctions.cpp.o : warning: "_XOPEN_SOURCE" redefined : note: this is the location of the previous definition [ 6%] Building CXX object ext/armips/CMakeFiles/armips.dir/Archs/ARM/ArmElfRelocator.cpp.o : warning: "_XOPEN_SOURCE" redefined : note: this is the location of the previous definition [ 6%] Building CXX object ext/armips/CMakeFiles/armips.dir/Archs/ARM/ArmOpcodes.cpp.o : warning: "_XOPEN_SOURCE" redefined : note: this is the location of the previous definition [ 6%] Building CXX object ext/armips/CMakeFiles/armips.dir/Archs/ARM/ArmParser.cpp.o : warning: "_XOPEN_SOURCE" redefined : note: this is the location of the previous definition [ 6%] Building CXX object ext/imgui/CMakeFiles/imgui.dir/imgui_impl_thin3d.cpp.o : warning: "_XOPEN_SOURCE" redefined : note: this is the location of the previous definition [ 7%] Building CXX object ext/armips/CMakeFiles/armips.dir/Archs/ARM/CArmInstruction.cpp.o : warning: "_XOPEN_SOURCE" redefined : note: this is the location of the previous definition [ 7%] Building CXX object ext/imgui/CMakeFiles/imgui.dir/imgui_impl_platform.cpp.o : warning: "_XOPEN_SOURCE" redefined : note: this is the location of the previous definition [ 7%] Building CXX object ext/armips/CMakeFiles/armips.dir/Archs/ARM/CThumbInstruction.cpp.o : warning: "_XOPEN_SOURCE" redefined : note: this is the location of the previous definition [ 7%] Linking CXX static library ../../lib/libimgui.a [ 7%] Built target imgui [ 7%] Building CXX object ext/glslang/glslang/CMakeFiles/GenericCodeGen.dir/GenericCodeGen/CodeGen.cpp.o : warning: "_XOPEN_SOURCE" redefined : note: this is the location of the previous definition [ 7%] Building CXX object ext/armips/CMakeFiles/armips.dir/Archs/ARM/Pool.cpp.o : warning: "_XOPEN_SOURCE" redefined : note: this is the location of the previous definition [ 7%] Building CXX object ext/glslang/glslang/CMakeFiles/GenericCodeGen.dir/GenericCodeGen/Link.cpp.o : warning: "_XOPEN_SOURCE" redefined : note: this is the location of the previous definition [ 7%] Linking CXX static library ../../../lib/libGenericCodeGen.a [ 7%] Built target GenericCodeGen [ 7%] Building CXX object ext/armips/CMakeFiles/armips.dir/Archs/ARM/ThumbOpcodes.cpp.o : warning: "_XOPEN_SOURCE" redefined : note: this is the location of the previous definition [ 7%] Building CXX object ext/glslang/glslang/OSDependent/Unix/CMakeFiles/OSDependent.dir/ossource.cpp.o : warning: "_XOPEN_SOURCE" redefined : note: this is the location of the previous definition [ 7%] Linking CXX static library ../../../../../lib/libOSDependent.a [ 7%] Built target OSDependent [ 7%] Building CXX object ext/glslang/OGLCompilersDLL/CMakeFiles/OGLCompiler.dir/InitializeDll.cpp.o : warning: "_XOPEN_SOURCE" redefined : note: this is the location of the previous definition [ 7%] Linking CXX static library ../../../lib/libOGLCompiler.a [ 7%] Built target OGLCompiler [ 7%] Building C object ext/lua-build/CMakeFiles/lua.dir/__/lua/lapi.c.o [ 7%] Building CXX object ext/armips/CMakeFiles/armips.dir/Archs/MIPS/CMipsInstruction.cpp.o : warning: "_XOPEN_SOURCE" redefined : note: this is the location of the previous definition [ 7%] Building C object ext/lua-build/CMakeFiles/lua.dir/__/lua/lauxlib.c.o [ 7%] Building C object ext/lua-build/CMakeFiles/lua.dir/__/lua/lbaselib.c.o [ 7%] Building C object ext/lua-build/CMakeFiles/lua.dir/__/lua/lcode.c.o [ 7%] Building CXX object ext/armips/CMakeFiles/armips.dir/Archs/MIPS/Mips.cpp.o : warning: "_XOPEN_SOURCE" redefined : note: this is the location of the previous definition [ 8%] Building C object ext/lua-build/CMakeFiles/lua.dir/__/lua/lcorolib.c.o [ 8%] Building C object ext/lua-build/CMakeFiles/lua.dir/__/lua/lctype.c.o [ 8%] Building C object ext/lua-build/CMakeFiles/lua.dir/__/lua/ldblib.c.o [ 8%] Building C object ext/lua-build/CMakeFiles/lua.dir/__/lua/ldebug.c.o [ 8%] Building CXX object ext/armips/CMakeFiles/armips.dir/Archs/MIPS/MipsElfFile.cpp.o : warning: "_XOPEN_SOURCE" redefined : note: this is the location of the previous definition [ 8%] Building C object ext/lua-build/CMakeFiles/lua.dir/__/lua/ldo.c.o [ 8%] Building C object ext/lua-build/CMakeFiles/lua.dir/__/lua/ldump.c.o [ 8%] Building C object ext/lua-build/CMakeFiles/lua.dir/__/lua/lfunc.c.o [ 8%] Building C object ext/lua-build/CMakeFiles/lua.dir/__/lua/lgc.c.o [ 9%] Building C object ext/lua-build/CMakeFiles/lua.dir/__/lua/linit.c.o [ 9%] Building C object ext/lua-build/CMakeFiles/lua.dir/__/lua/liolib.c.o [ 9%] Building CXX object ext/armips/CMakeFiles/armips.dir/Archs/MIPS/MipsExpressionFunctions.cpp.o : warning: "_XOPEN_SOURCE" redefined : note: this is the location of the previous definition [ 9%] Building C object ext/lua-build/CMakeFiles/lua.dir/__/lua/llex.c.o [ 9%] Building C object ext/lua-build/CMakeFiles/lua.dir/__/lua/lmathlib.c.o [ 9%] Building C object ext/lua-build/CMakeFiles/lua.dir/__/lua/lmem.c.o [ 9%] Building C object ext/lua-build/CMakeFiles/lua.dir/__/lua/loadlib.c.o [ 9%] Building CXX object ext/armips/CMakeFiles/armips.dir/Archs/MIPS/MipsElfRelocator.cpp.o : warning: "_XOPEN_SOURCE" redefined : note: this is the location of the previous definition [ 9%] Building C object ext/lua-build/CMakeFiles/lua.dir/__/lua/lobject.c.o [ 9%] Building C object ext/lua-build/CMakeFiles/lua.dir/__/lua/lopcodes.c.o [ 9%] Building C object ext/lua-build/CMakeFiles/lua.dir/__/lua/loslib.c.o [ 10%] Building C object ext/lua-build/CMakeFiles/lua.dir/__/lua/lparser.c.o [ 10%] Building C object ext/lua-build/CMakeFiles/lua.dir/__/lua/lstate.c.o [ 10%] Building C object ext/lua-build/CMakeFiles/lua.dir/__/lua/lstring.c.o [ 10%] Building C object ext/lua-build/CMakeFiles/lua.dir/__/lua/lstrlib.c.o [ 11%] Building CXX object ext/armips/CMakeFiles/armips.dir/Archs/MIPS/MipsMacros.cpp.o : warning: "_XOPEN_SOURCE" redefined : note: this is the location of the previous definition [ 11%] Building C object ext/lua-build/CMakeFiles/lua.dir/__/lua/ltable.c.o [ 11%] Building C object ext/lua-build/CMakeFiles/lua.dir/__/lua/ltablib.c.o [ 11%] Building C object ext/lua-build/CMakeFiles/lua.dir/__/lua/ltm.c.o [ 11%] Building C object ext/lua-build/CMakeFiles/lua.dir/__/lua/lundump.c.o [ 11%] Building C object ext/lua-build/CMakeFiles/lua.dir/__/lua/lutf8lib.c.o [ 12%] Building C object ext/lua-build/CMakeFiles/lua.dir/__/lua/lvm.c.o [ 12%] Building CXX object ext/armips/CMakeFiles/armips.dir/Archs/MIPS/MipsOpcodes.cpp.o : warning: "_XOPEN_SOURCE" redefined : note: this is the location of the previous definition [ 12%] Building CXX object ext/armips/CMakeFiles/armips.dir/Archs/MIPS/MipsParser.cpp.o : warning: "_XOPEN_SOURCE" redefined : note: this is the location of the previous definition [ 12%] Building C object ext/lua-build/CMakeFiles/lua.dir/__/lua/lzio.c.o [ 12%] Linking C static library ../../lib/liblua.a [ 12%] Built target lua [ 12%] Building CXX object ext/minimp3/CMakeFiles/minimp3.dir/minimp3.cpp.o : warning: "_XOPEN_SOURCE" redefined : note: this is the location of the previous definition [ 12%] Building CXX object ext/armips/CMakeFiles/armips.dir/Archs/MIPS/PsxRelocator.cpp.o : warning: "_XOPEN_SOURCE" redefined : note: this is the location of the previous definition [ 12%] Linking CXX static library ../../lib/libminimp3.a [ 12%] Built target minimp3 [ 12%] Building CXX object ext/at3_standalone/CMakeFiles/at3_standalone.dir/atrac.cpp.o : warning: "_XOPEN_SOURCE" redefined : note: this is the location of the previous definition [ 12%] Building CXX object ext/at3_standalone/CMakeFiles/at3_standalone.dir/atrac3.cpp.o : warning: "_XOPEN_SOURCE" redefined : note: this is the location of the previous definition [ 13%] Building CXX object ext/at3_standalone/CMakeFiles/at3_standalone.dir/atrac3plus.cpp.o : warning: "_XOPEN_SOURCE" redefined : note: this is the location of the previous definition [ 13%] Building CXX object ext/armips/CMakeFiles/armips.dir/Archs/SuperH/SuperH.cpp.o : warning: "_XOPEN_SOURCE" redefined : note: this is the location of the previous definition [ 13%] Building CXX object ext/at3_standalone/CMakeFiles/at3_standalone.dir/atrac3plusdec.cpp.o : warning: "_XOPEN_SOURCE" redefined : note: this is the location of the previous definition [ 13%] Building CXX object ext/armips/CMakeFiles/armips.dir/Archs/SuperH/CShInstruction.cpp.o : warning: "_XOPEN_SOURCE" redefined : note: this is the location of the previous definition [ 13%] Building CXX object ext/at3_standalone/CMakeFiles/at3_standalone.dir/atrac3plusdsp.cpp.o : warning: "_XOPEN_SOURCE" redefined : note: this is the location of the previous definition /home/pbulk/work/emulators/ppsspp/work/ppsspp-1.20.3/ext/at3_standalone/atrac3plusdsp.cpp: In function 'void waves_synth(Atrac3pWaveSynthParams*, Atrac3pWavesData*, Atrac3pWaveEnvelope*, int, int, float*)': /home/pbulk/work/emulators/ppsspp/work/ppsspp-1.20.3/ext/at3_standalone/atrac3plusdsp.cpp:166:54: warning: suggest parentheses around '-' in operand of '&' [-Wparentheses] 166 | pos = DEQUANT_PHASE(wave_param->phase_index) - (reg_offset ^ 128) * inc & 2047; | ^ [ 13%] Building CXX object ext/at3_standalone/CMakeFiles/at3_standalone.dir/get_bits.cpp.o : warning: "_XOPEN_SOURCE" redefined : note: this is the location of the previous definition [ 13%] Building CXX object ext/at3_standalone/CMakeFiles/at3_standalone.dir/compat.cpp.o : warning: "_XOPEN_SOURCE" redefined : note: this is the location of the previous definition [ 13%] Building CXX object ext/armips/CMakeFiles/armips.dir/Archs/SuperH/ShParser.cpp.o : warning: "_XOPEN_SOURCE" redefined : note: this is the location of the previous definition [ 13%] Building CXX object ext/at3_standalone/CMakeFiles/at3_standalone.dir/fft.cpp.o : warning: "_XOPEN_SOURCE" redefined : note: this is the location of the previous definition [ 13%] Building CXX object ext/at3_standalone/CMakeFiles/at3_standalone.dir/mem.cpp.o : warning: "_XOPEN_SOURCE" redefined : note: this is the location of the previous definition /home/pbulk/work/emulators/ppsspp/work/ppsspp-1.20.3/ext/at3_standalone/mem.cpp:27:9: warning: "_XOPEN_SOURCE" redefined 27 | #define _XOPEN_SOURCE 600 | ^~~~~~~~~~~~~ : note: this is the location of the previous definition [ 13%] Linking CXX static library ../../lib/libat3_standalone.a [ 13%] Built target at3_standalone [ 13%] Building CXX object ext/SPIRV-Cross-build/CMakeFiles/spirv-cross-core.dir/__/SPIRV-Cross/spirv_cross.cpp.o : warning: "_XOPEN_SOURCE" redefined : note: this is the location of the previous definition [ 13%] Building CXX object ext/armips/CMakeFiles/armips.dir/Archs/SuperH/ShOpcodes.cpp.o : warning: "_XOPEN_SOURCE" redefined : note: this is the location of the previous definition [ 13%] Building CXX object ext/armips/CMakeFiles/armips.dir/Archs/SuperH/ShElfRelocator.cpp.o : warning: "_XOPEN_SOURCE" redefined : note: this is the location of the previous definition [ 14%] Building CXX object ext/armips/CMakeFiles/armips.dir/Archs/SuperH/ShExpressionFunctions.cpp.o : warning: "_XOPEN_SOURCE" redefined : note: this is the location of the previous definition [ 14%] Building CXX object ext/armips/CMakeFiles/armips.dir/Commands/CAssemblerCommand.cpp.o : warning: "_XOPEN_SOURCE" redefined : note: this is the location of the previous definition [ 14%] Building CXX object ext/armips/CMakeFiles/armips.dir/Commands/CAssemblerLabel.cpp.o : warning: "_XOPEN_SOURCE" redefined : note: this is the location of the previous definition [ 14%] Building CXX object ext/armips/CMakeFiles/armips.dir/Commands/CDirectiveArea.cpp.o : warning: "_XOPEN_SOURCE" redefined : note: this is the location of the previous definition [ 14%] Building CXX object ext/armips/CMakeFiles/armips.dir/Commands/CDirectiveConditional.cpp.o : warning: "_XOPEN_SOURCE" redefined : note: this is the location of the previous definition [ 14%] Building CXX object ext/SPIRV-Cross-build/CMakeFiles/spirv-cross-core.dir/__/SPIRV-Cross/spirv_cross_util.cpp.o : warning: "_XOPEN_SOURCE" redefined : note: this is the location of the previous definition [ 14%] Building CXX object ext/armips/CMakeFiles/armips.dir/Commands/CDirectiveData.cpp.o : warning: "_XOPEN_SOURCE" redefined : note: this is the location of the previous definition [ 14%] Building CXX object ext/SPIRV-Cross-build/CMakeFiles/spirv-cross-core.dir/__/SPIRV-Cross/spirv_cfg.cpp.o : warning: "_XOPEN_SOURCE" redefined : note: this is the location of the previous definition [ 14%] Building CXX object ext/armips/CMakeFiles/armips.dir/Commands/CDirectiveFile.cpp.o : warning: "_XOPEN_SOURCE" redefined : note: this is the location of the previous definition [ 14%] Building CXX object ext/SPIRV-Cross-build/CMakeFiles/spirv-cross-core.dir/__/SPIRV-Cross/spirv_cross_parsed_ir.cpp.o : warning: "_XOPEN_SOURCE" redefined : note: this is the location of the previous definition [ 14%] Building CXX object ext/armips/CMakeFiles/armips.dir/Commands/CDirectiveMessage.cpp.o : warning: "_XOPEN_SOURCE" redefined : note: this is the location of the previous definition [ 14%] Building CXX object ext/armips/CMakeFiles/armips.dir/Commands/CommandSequence.cpp.o : warning: "_XOPEN_SOURCE" redefined : note: this is the location of the previous definition In member function 'spirv_cross::ParsedIR::LoopLock& spirv_cross::ParsedIR::LoopLock::operator=(spirv_cross::ParsedIR::LoopLock&&)', inlined from 'spirv_cross::ParsedIR::LoopLock::LoopLock(spirv_cross::ParsedIR::LoopLock&&)' at /home/pbulk/work/emulators/ppsspp/work/ppsspp-1.20.3/ext/SPIRV-Cross/spirv_cross_parsed_ir.cpp:1009:25: /home/pbulk/work/emulators/ppsspp/work/ppsspp-1.20.3/ext/SPIRV-Cross/spirv_cross_parsed_ir.cpp:1014:13: warning: '*this.spirv_cross::ParsedIR::LoopLock::lock' is used uninitialized [-Wuninitialized] 1014 | if (lock) | ^~~~ [ 15%] Building CXX object ext/armips/CMakeFiles/armips.dir/Core/ELF/ElfRelocator.cpp.o : warning: "_XOPEN_SOURCE" redefined : note: this is the location of the previous definition [ 16%] Building CXX object ext/SPIRV-Cross-build/CMakeFiles/spirv-cross-core.dir/__/SPIRV-Cross/spirv_parser.cpp.o : warning: "_XOPEN_SOURCE" redefined : note: this is the location of the previous definition [ 16%] Building CXX object ext/armips/CMakeFiles/armips.dir/Core/ELF/ElfFile.cpp.o : warning: "_XOPEN_SOURCE" redefined : note: this is the location of the previous definition [ 16%] Building CXX object ext/armips/CMakeFiles/armips.dir/Core/Allocations.cpp.o : warning: "_XOPEN_SOURCE" redefined : note: this is the location of the previous definition [ 16%] Linking CXX static library ../../lib/libspirv-cross-core.a [ 16%] Built target spirv-cross-core [ 16%] Building CXX object ext/SPIRV-Cross-build/CMakeFiles/spirv-cross-glsl.dir/__/SPIRV-Cross/spirv_glsl.cpp.o : warning: "_XOPEN_SOURCE" redefined : note: this is the location of the previous definition [ 16%] Building CXX object ext/armips/CMakeFiles/armips.dir/Core/Assembler.cpp.o : warning: "_XOPEN_SOURCE" redefined : note: this is the location of the previous definition [ 16%] Building CXX object ext/armips/CMakeFiles/armips.dir/Core/Common.cpp.o : warning: "_XOPEN_SOURCE" redefined : note: this is the location of the previous definition [ 16%] Building CXX object ext/armips/CMakeFiles/armips.dir/Core/Expression.cpp.o : warning: "_XOPEN_SOURCE" redefined : note: this is the location of the previous definition [ 16%] Building CXX object ext/armips/CMakeFiles/armips.dir/Core/ExpressionFunctionHandler.cpp.o : warning: "_XOPEN_SOURCE" redefined : note: this is the location of the previous definition [ 16%] Building CXX object ext/armips/CMakeFiles/armips.dir/Core/ExpressionFunctions.cpp.o : warning: "_XOPEN_SOURCE" redefined : note: this is the location of the previous definition [ 17%] Building CXX object ext/armips/CMakeFiles/armips.dir/Core/FileManager.cpp.o : warning: "_XOPEN_SOURCE" redefined : note: this is the location of the previous definition [ 17%] Building CXX object ext/armips/CMakeFiles/armips.dir/Core/Misc.cpp.o : warning: "_XOPEN_SOURCE" redefined : note: this is the location of the previous definition [ 17%] Building CXX object ext/armips/CMakeFiles/armips.dir/Core/SymbolData.cpp.o : warning: "_XOPEN_SOURCE" redefined : note: this is the location of the previous definition [ 17%] Building CXX object ext/armips/CMakeFiles/armips.dir/Core/SymbolTable.cpp.o : warning: "_XOPEN_SOURCE" redefined : note: this is the location of the previous definition [ 17%] Building CXX object ext/armips/CMakeFiles/armips.dir/Core/Types.cpp.o : warning: "_XOPEN_SOURCE" redefined : note: this is the location of the previous definition [ 17%] Building CXX object ext/armips/CMakeFiles/armips.dir/Parser/DirectivesParser.cpp.o : warning: "_XOPEN_SOURCE" redefined : note: this is the location of the previous definition [ 17%] Linking CXX static library ../../lib/libspirv-cross-glsl.a [ 17%] Built target spirv-cross-glsl [ 17%] Building C object ext/rcheevos-build/CMakeFiles/rcheevos.dir/__/rcheevos/src/rapi/rc_api_common.c.o /home/pbulk/work/emulators/ppsspp/work/ppsspp-1.20.3/ext/rcheevos/src/rapi/rc_api_common.c: In function 'rc_json_get_bool': /home/pbulk/work/emulators/ppsspp/work/ppsspp-1.20.3/ext/rcheevos/src/rapi/rc_api_common.c:978:21: error: implicit declaration of function 'strncasecmp' [-Wimplicit-function-declaration] 978 | if (len == 4 && strncasecmp(src, "true", 4) == 0) { | ^~~~~~~~~~~ /home/pbulk/work/emulators/ppsspp/work/ppsspp-1.20.3/ext/rcheevos/src/rapi/rc_api_common.c:978:46: warning: 'strncasecmp' argument 3 type is 'int' where 'long unsigned int' is expected in a call to built-in function declared without prototype [-Wbuiltin-declaration-mismatch] 978 | if (len == 4 && strncasecmp(src, "true", 4) == 0) { | ^ : note: built-in 'strncasecmp' declared here /home/pbulk/work/emulators/ppsspp/work/ppsspp-1.20.3/ext/rcheevos/src/rapi/rc_api_common.c:981:54: warning: 'strncasecmp' argument 3 type is 'int' where 'long unsigned int' is expected in a call to built-in function declared without prototype [-Wbuiltin-declaration-mismatch] 981 | } else if (len == 5 && strncasecmp(src, "false", 5) == 0) { | ^ : note: built-in 'strncasecmp' declared here --- ext/rcheevos-build/CMakeFiles/rcheevos.dir/__/rcheevos/src/rapi/rc_api_common.c.o --- *** [ext/rcheevos-build/CMakeFiles/rcheevos.dir/__/rcheevos/src/rapi/rc_api_common.c.o] Error code 1 bmake[2]: stopped making "ext/rcheevos-build/CMakeFiles/rcheevos.dir/build" in /home/pbulk/work/emulators/ppsspp/work/ppsspp-1.20.3/cmake-pkgsrc-build bmake[2]: 1 error bmake[2]: stopped making "ext/rcheevos-build/CMakeFiles/rcheevos.dir/build" in /home/pbulk/work/emulators/ppsspp/work/ppsspp-1.20.3/cmake-pkgsrc-build --- ext/rcheevos-build/CMakeFiles/rcheevos.dir/all --- *** [ext/rcheevos-build/CMakeFiles/rcheevos.dir/all] Error code 2 bmake[1]: stopped making "all" in /home/pbulk/work/emulators/ppsspp/work/ppsspp-1.20.3/cmake-pkgsrc-build --- ext/armips/CMakeFiles/armips.dir/all --- *** [ext/armips/CMakeFiles/armips.dir/all] Error code 6 bmake[1]: stopped making "all" in /home/pbulk/work/emulators/ppsspp/work/ppsspp-1.20.3/cmake-pkgsrc-build bmake[1]: 2 errors bmake[1]: stopped making "all" in /home/pbulk/work/emulators/ppsspp/work/ppsspp-1.20.3/cmake-pkgsrc-build *** [all] Error code 2 bmake: stopped making "all" in /home/pbulk/work/emulators/ppsspp/work/ppsspp-1.20.3/cmake-pkgsrc-build bmake: 1 error bmake: stopped making "all" in /home/pbulk/work/emulators/ppsspp/work/ppsspp-1.20.3/cmake-pkgsrc-build *** Error code 2 Stop. bmake[1]: stopped making "all" in /data/jenkins/workspace/pkgsrc-upstream-trunk/emulators/ppsspp *** Error code 1 Stop. bmake: stopped making "all" in /data/jenkins/workspace/pkgsrc-upstream-trunk/emulators/ppsspp