=> Bootstrap dependency digest>=20211023: found digest-20220214 ===> Building for unrar-7.0.4 clang++ -pipe -Os -fPIC -D_FILE_OFFSET_BITS=64 -D_LARGEFILE_SOURCE -DRAR_SMP -DUNRAR -c rar.cpp In file included from rar.cpp:1: In file included from ./rar.hpp:18: ./secpassword.hpp:11:33: warning: default member initializer for non-static data member is a C++11 extension [-Wc++11-extensions] std::vector Password = std::vector(MAXPASSWORD); ^ In file included from rar.cpp:1: In file included from ./rar.hpp:23: ./blake2s.hpp:26:10: error: unknown type name 'constexpr' static constexpr size_t BLAKE_ALIGNMENT = 64; ^ ./blake2s.hpp:26:26: error: expected ';' at end of declaration list static constexpr size_t BLAKE_ALIGNMENT = 64; ^ ; ./blake2s.hpp:31:10: error: unknown type name 'constexpr' static constexpr size_t BLAKE_DATA_SIZE = 48 + 2 * BLAKE2S_BLOCKBYTES; ^ ./blake2s.hpp:31:26: error: expected ';' at end of declaration list static constexpr size_t BLAKE_DATA_SIZE = 48 + 2 * BLAKE2S_BLOCKBYTES; ^ ; ./blake2s.hpp:33:13: error: use of undeclared identifier 'BLAKE_DATA_SIZE' byte ubuf[BLAKE_DATA_SIZE + BLAKE_ALIGNMENT]; ^ ./blake2s.hpp:33:31: error: use of undeclared identifier 'BLAKE_ALIGNMENT' byte ubuf[BLAKE_DATA_SIZE + BLAKE_ALIGNMENT]; ^ ./blake2s.hpp:38:3: error: unknown type name 'size_t' size_t buflen; ^ ./blake2s.hpp:58:38: error: use of undeclared identifier 'BLAKE_ALIGNMENT' buf = (byte *) ALIGN_VALUE(ubuf, BLAKE_ALIGNMENT); ^ ./blake2s.hpp:76:27: error: use of undeclared identifier 'BLAKE_DATA_SIZE' memcpy(buf, st.buf, BLAKE_DATA_SIZE); ^ In file included from rar.cpp:1: In file included from ./rar.hpp:40: ./scantree.hpp:19:12: error: unknown type name 'constexpr' static constexpr size_t MAXSCANDEPTH = MAXPATHSIZE/2; ^ ./scantree.hpp:19:28: error: expected ';' at end of declaration list static constexpr size_t MAXSCANDEPTH = MAXPATHSIZE/2; ^ ; ./scantree.hpp:59:5: error: unknown type name 'size_t' size_t SpecPathLength; ^ ./scantree.hpp:68:5: error: unknown type name 'size_t' size_t GetSpecPathLength() {return SpecPathLength;} ^ In file included from rar.cpp:1: In file included from ./rar.hpp:46: ./archive.hpp:92:60: warning: 'override' keyword is a C++11 extension [-Wc++11-extensions] bool Open(const std::wstring &Name,uint Mode=FMF_READ) override; ^ ./archive.hpp:93:38: warning: 'override' keyword is a C++11 extension [-Wc++11-extensions] int Read(void *Data,size_t Size) override; ^ ./archive.hpp:94:40: warning: 'override' keyword is a C++11 extension [-Wc++11-extensions] void Seek(int64 Offset,int Method) override; ^ ./archive.hpp:95:18: warning: 'override' keyword is a C++11 extension [-Wc++11-extensions] int64 Tell() override; ^ In file included from rar.cpp:1: In file included from ./rar.hpp:49: ./ui.hpp:165:24: warning: variadic templates are a C++11 extension [-Wc++11-extensions] template void uiMsgBase(uiMsgStore &Store,T1&& a1,TN&&... aN) ^ ./ui.hpp:165:67: warning: rvalue references are a C++11 extension [-Wc++11-extensions] template void uiMsgBase(uiMsgStore &Store,T1&& a1,TN&&... aN) ^ ./ui.hpp:165:75: warning: rvalue references are a C++11 extension [-Wc++11-extensions] template void uiMsgBase(uiMsgStore &Store,T1&& a1,TN&&... aN) ^ ./ui.hpp:181:15: warning: variadic templates are a C++11 extension [-Wc++11-extensions] template void uiMsg(UIMESSAGE_CODE Code,TN&&... aN) ^ ./ui.hpp:181:56: warning: rvalue references are a C++11 extension [-Wc++11-extensions] template void uiMsg(UIMESSAGE_CODE Code,TN&&... aN) ^ 10 warnings and 13 errors generated. gmake: *** [makefile:31: rar.o] Error 1 *** Error code 2 Stop. bmake[1]: stopped in /Volumes/data/jenkins/workspace/pkgsrc-macos11-trunk-arm64/archivers/unrar *** Error code 1 Stop. bmake: stopped in /Volumes/data/jenkins/workspace/pkgsrc-macos11-trunk-arm64/archivers/unrar