=> Bootstrap dependency digest>=20211023: found digest-20220214 ===> Building for unrar-6.2.1 clang++ -pipe -Os -fPIC -D_FILE_OFFSET_BITS=64 -D_LARGEFILE_SOURCE -DRAR_SMP -DUNRAR -c rar.cpp clang++ -pipe -Os -fPIC -D_FILE_OFFSET_BITS=64 -D_LARGEFILE_SOURCE -DRAR_SMP -DUNRAR -c strlist.cpp clang++ -pipe -Os -fPIC -D_FILE_OFFSET_BITS=64 -D_LARGEFILE_SOURCE -DRAR_SMP -DUNRAR -c strfn.cpp In file included from strlist.cppIn file included from rar.cppIn file included from strfn.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] :1: In file included from ./rar.hpp:18: ./secpassword.hpp: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] :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); ^ std::vector Password = std::vector(MAXPASSWORD); ^ std::vector Password = std::vector(MAXPASSWORD); ^ In file included from rar.cpp:1: In file included from ./rar.hpp:24: ./blake2s.hpp:26:10: error: unknown type name 'constexpr' static constexpr size_t BLAKE_ALIGNMENT = 64; ^ In file included from strlist.cpp:1: In file included from ./rar.hpp:24: ./blake2s.hpp:26:10: error: unknown type name 'constexpr' static constexpr size_t BLAKE_ALIGNMENT = 64; ^ In file included from strfn.cpp:1: In file included from ./rar.hpp:24: ./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:26:26: error: expected ';' at end of declaration list 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: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: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: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: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: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:38:3: error: unknown type name 'size_t' size_t buflen; ^ ./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:58:38: error: use of undeclared identifier 'BLAKE_ALIGNMENT' buf = (byte *) ALIGN_VALUE(ubuf, BLAKE_ALIGNMENT); ^ ./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); ^ ./blake2s.hpp:76:27: error: use of undeclared identifier 'BLAKE_DATA_SIZE' memcpy(buf, st.buf, BLAKE_DATA_SIZE); ^ ./blake2s.hpp:76:27: error: use of undeclared identifier 'BLAKE_DATA_SIZE' memcpy(buf, st.buf, BLAKE_DATA_SIZE); ^ In file included from strlist.cpp:1: In file included from ./rar.hpp:50: ./ui.hpp:153:24: warning: variadic templates are a C++11 extension [-Wc++11-extensions] template void uiMsgBase(uiMsgStore &Store,T1&& a1,TN&&... aN) ^ ./ui.hpp:153:67: warning: rvalue references are a C++11 extension [-Wc++11-extensions] template void uiMsgBase(uiMsgStore &Store,T1&& a1,TN&&... aN) ^ ./ui.hpp:153:75: warning: rvalue references are a C++11 extension [-Wc++11-extensions] template void uiMsgBase(uiMsgStore &Store,T1&& a1,TN&&... aN) ^ ./ui.hpp:169:15: warning: variadic templates are a C++11 extension [-Wc++11-extensions] template void uiMsg(UIMESSAGE_CODE Code,TN&&... aN) ^ ./ui.hpp:169:56: warning: rvalue references are a C++11 extension [-Wc++11-extensions] template void uiMsg(UIMESSAGE_CODE Code,TN&&... aN) ^ In file included from strfn.cpp:1: In file included from ./rar.hpp:50: ./ui.hpp:153:24: warning: variadic templates are a C++11 extension [-Wc++11-extensions] template void uiMsgBase(uiMsgStore &Store,T1&& a1,TN&&... aN) ^ ./ui.hpp:153:67: warning: rvalue references are a C++11 extension [-Wc++11-extensions] template void uiMsgBase(uiMsgStore &Store,T1&& a1,TN&&... aN) ^ ./ui.hpp:153:75: warning: rvalue references are a C++11 extension [-Wc++11-extensions] template void uiMsgBase(uiMsgStore &Store,T1&& a1,TN&&... aN) ^ ./ui.hpp:169:15: warning: variadic templates are a C++11 extension [-Wc++11-extensions] template void uiMsg(UIMESSAGE_CODE Code,TN&&... aN) ^ ./ui.hpp:169:56: warning: rvalue references are a C++11 extension [-Wc++11-extensions] template void uiMsg(UIMESSAGE_CODE Code,TN&&... aN) ^ In file included from rar.cpp:1: In file included from ./rar.hpp:50: ./ui.hpp:153:24: warning: variadic templates are a C++11 extension [-Wc++11-extensions] template void uiMsgBase(uiMsgStore &Store,T1&& a1,TN&&... aN) ^ ./ui.hpp:153:67: warning: rvalue references are a C++11 extension [-Wc++11-extensions] template void uiMsgBase(uiMsgStore &Store,T1&& a1,TN&&... aN) ^ ./ui.hpp:153:75: warning: rvalue references are a C++11 extension [-Wc++11-extensions] template void uiMsgBase(uiMsgStore &Store,T1&& a1,TN&&... aN) ^ ./ui.hpp:169:15: warning: variadic templates are a C++11 extension [-Wc++11-extensions] template void uiMsg(UIMESSAGE_CODE Code,TN&&... aN) ^ ./ui.hpp:169:56: warning: rvalue references are a C++11 extension [-Wc++11-extensions] template void uiMsg(UIMESSAGE_CODE Code,TN&&... aN) ^ 6 warnings and 9 errors generated. 6 warnings and 9 errors generated. 6 warnings and 9 errors generated. gmake: *** [makefile:132: strfn.o] Error 1 gmake: *** Waiting for unfinished jobs.... gmake: *** [makefile:132: strlist.o] Error 1 gmake: *** [makefile:132: rar.o] Error 1 *** Error code 2 Stop. bmake[1]: stopped in /Volumes/data/jenkins/workspace/pkgsrc-macos11-trunk-x86_64/archivers/unrar *** Error code 1 Stop. bmake: stopped in /Volumes/data/jenkins/workspace/pkgsrc-macos11-trunk-x86_64/archivers/unrar