=> Bootstrap dependency digest>=20211023: found digest-20220214 ===> Building for lua54-language-server-3.6.18 => Patching paths in lua-language-server wrapper script ninja -C /Users/pbulk/build/devel/lua-language-server/work/lua-language-server-3.6.18/3rd/luamake -f compile/ninja/netbsd.ninja ninja: Entering directory `/Users/pbulk/build/devel/lua-language-server/work/lua-language-server-3.6.18/3rd/luamake' [1/30] Compile C++ build/netbsd/obj/source_bee/version.obj [2/30] Compile C++ build/netbsd/obj/source_bee/simplethread_posix.obj [3/30] Compile C build/netbsd/obj/source_bee/lua-seri.obj [4/30] Compile C++ build/netbsd/obj/source_bee/error.obj [5/30] Compile C++ build/netbsd/obj/source_bee/socket.obj [6/30] Compile C++ build/netbsd/obj/source_bee/endpoint.obj [7/30] Compile C++ build/netbsd/obj/source_bee/file_handle.obj [8/30] Compile C++ build/netbsd/obj/source_bee/file_handle_posix.obj [9/30] Compile C++ build/netbsd/obj/source_bee/path_helper.obj [10/30] Compile C++ build/netbsd/obj/source_bee/file_handle_bsd.obj [11/30] Compile C++ build/netbsd/obj/source_bee/lua_platform.obj [12/30] Compile C build/netbsd/obj/source_lua/utf8_crt.obj [13/30] Compile C build/netbsd/obj/source_lua/linit.obj FAILED: build/netbsd/obj/source_lua/linit.obj gcc -MMD -MT build/netbsd/obj/source_lua/linit.obj -MF build/netbsd/obj/source_lua/linit.obj.d -O2 -Wall -Werror -DMAKE_LIB -DLUA_USE_LINUX -DNDEBUG -Wno-maybe-uninitialized -o build/netbsd/obj/source_lua/linit.obj -c bee.lua/3rd/lua/linit.c error: unknown warning option '-Wno-maybe-uninitialized'; did you mean '-Wno-uninitialized'? [-Werror,-Wunknown-warning-option] [14/30] Compile C++ build/netbsd/obj/source_bee/lua_serialization.obj [15/30] Compile C build/netbsd/obj/source_lua/onelua.obj FAILED: build/netbsd/obj/source_lua/onelua.obj gcc -MMD -MT build/netbsd/obj/source_lua/onelua.obj -MF build/netbsd/obj/source_lua/onelua.obj.d -O2 -Wall -Werror -DMAKE_LIB -DLUA_USE_LINUX -DNDEBUG -Wno-maybe-uninitialized -o build/netbsd/obj/source_lua/onelua.obj -c bee.lua/3rd/lua/onelua.c error: unknown warning option '-Wno-maybe-uninitialized'; did you mean '-Wno-uninitialized'? [-Werror,-Wunknown-warning-option] [16/30] Compile C++ build/netbsd/obj/source_bee/filewatch_bsd.obj FAILED: build/netbsd/obj/source_bee/filewatch_bsd.obj gcc -MMD -MT build/netbsd/obj/source_bee/filewatch_bsd.obj -MF build/netbsd/obj/source_bee/filewatch_bsd.obj.d -std=c++17 -fno-rtti -O2 -Wall -Werror -fvisibility=hidden -Ibee.lua -isystem /opt/pkg/include -DNDEBUG -o build/netbsd/obj/source_bee/filewatch_bsd.obj -c bee.lua/bee/filewatch/filewatch_bsd.cpp In file included from bee.lua/bee/filewatch/filewatch_bsd.cpp:1: bee.lua/bee/filewatch/filewatch_linux.cpp:18:11: error: member initializer 'm_fd_path' does not name a non-static data member or base class , m_fd_path() ^~~~~~~~~~~ bee.lua/bee/filewatch/filewatch_linux.cpp:19:11: error: initializer 'm_inotify_fd' does not name a non-static data member or base class; did you mean the member 'm_notify'? , m_inotify_fd(inotify_init1(IN_NONBLOCK | IN_CLOEXEC)) ^~~~~~~~~~~~ m_notify bee.lua/bee/filewatch/filewatch.h:80:49: note: 'm_notify' declared here std::queue m_notify; ^ In file included from bee.lua/bee/filewatch/filewatch_bsd.cpp:1: bee.lua/bee/filewatch/filewatch_linux.cpp:19:11: error: no matching constructor for initialization of 'std::queue' , m_inotify_fd(inotify_init1(IN_NONBLOCK | IN_CLOEXEC)) ^ ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ /Library/Developer/CommandLineTools/SDKs/MacOSX11.3.sdk/usr/include/c++/v1/queue:233:5: note: candidate constructor not viable: no known conversion from 'int' to 'const std::queue' for 1st argument queue(const queue& __q) : c(__q.c) {} ^ /Library/Developer/CommandLineTools/SDKs/MacOSX11.3.sdk/usr/include/c++/v1/queue:240:5: note: candidate constructor not viable: no known conversion from 'int' to 'std::queue' for 1st argument queue(queue&& __q) ^ /Library/Developer/CommandLineTools/SDKs/MacOSX11.3.sdk/usr/include/c++/v1/queue:251:14: note: candidate constructor not viable: no known conversion from 'int' to 'const std::queue::container_type' (aka 'const std::deque') for 1st argument explicit queue(const container_type& __c) : c(__c) {} ^ /Library/Developer/CommandLineTools/SDKs/MacOSX11.3.sdk/usr/include/c++/v1/queue:254:14: note: candidate constructor not viable: no known conversion from 'int' to 'std::queue::container_type' (aka 'std::deque') for 1st argument explicit queue(container_type&& __c) : c(_VSTD::move(__c)) {} ^ /Library/Developer/CommandLineTools/SDKs/MacOSX11.3.sdk/usr/include/c++/v1/queue:258:18: note: candidate template ignored: requirement 'uses_allocator>, int>::value' was not satisfied [with _Alloc = int] explicit queue(const _Alloc& __a, ^ /Library/Developer/CommandLineTools/SDKs/MacOSX11.3.sdk/usr/include/c++/v1/queue:228:5: note: candidate constructor not viable: requires 0 arguments, but 1 was provided queue() ^ /Library/Developer/CommandLineTools/SDKs/MacOSX11.3.sdk/usr/include/c++/v1/queue:264:9: note: candidate constructor template not viable: requires at least 2 arguments, but 1 was provided queue(const queue& __q, const _Alloc& __a, ^ /Library/Developer/CommandLineTools/SDKs/MacOSX11.3.sdk/usr/include/c++/v1/queue:270:9: note: candidate constructor template not viable: requires at least 2 arguments, but 1 was provided queue(const container_type& __c, const _Alloc& __a, ^ /Library/Developer/CommandLineTools/SDKs/MacOSX11.3.sdk/usr/include/c++/v1/queue:277:9: note: candidate constructor template not viable: requires at least 2 arguments, but 1 was provided queue(container_type&& __c, const _Alloc& __a, ^ /Library/Developer/CommandLineTools/SDKs/MacOSX11.3.sdk/usr/include/c++/v1/queue:283:9: note: candidate constructor template not viable: requires at least 2 arguments, but 1 was provided queue(queue&& __q, const _Alloc& __a, ^ In file included from bee.lua/bee/filewatch/filewatch_bsd.cpp:1: bee.lua/bee/filewatch/filewatch_linux.cpp:19:11: error: multiple initializations given for non-static member 'm_notify' , m_inotify_fd(inotify_init1(IN_NONBLOCK | IN_CLOEXEC)) ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ bee.lua/bee/filewatch/filewatch_linux.cpp:17:11: note: previous initialization is here : m_notify() ^~~~~~~~~~ bee.lua/bee/filewatch/filewatch_linux.cpp:29:13: error: use of undeclared identifier 'm_inotify_fd' if (m_inotify_fd == -1) { ^ bee.lua/bee/filewatch/filewatch_linux.cpp:32:32: error: use of undeclared identifier 'm_fd_path' for (auto& [desc, _] : m_fd_path) { ^ bee.lua/bee/filewatch/filewatch_linux.cpp:34:30: error: use of undeclared identifier 'm_inotify_fd'; did you mean 'm_notify'? inotify_rm_watch(m_inotify_fd, desc); ^~~~~~~~~~~~ m_notify bee.lua/bee/filewatch/filewatch.h:80:49: note: 'm_notify' declared here std::queue m_notify; ^ In file included from bee.lua/bee/filewatch/filewatch_bsd.cpp:1: bee.lua/bee/filewatch/filewatch_linux.cpp:36:9: error: use of undeclared identifier 'm_fd_path' m_fd_path.clear(); ^ bee.lua/bee/filewatch/filewatch_linux.cpp:37:15: error: use of undeclared identifier 'm_inotify_fd' close(m_inotify_fd); ^ bee.lua/bee/filewatch/filewatch_linux.cpp:38:9: error: use of undeclared identifier 'm_inotify_fd'; did you mean 'm_notify'? m_inotify_fd = -1; ^~~~~~~~~~~~ m_notify bee.lua/bee/filewatch/filewatch.h:80:49: note: 'm_notify' declared here std::queue m_notify; ^ In file included from bee.lua/bee/filewatch/filewatch_bsd.cpp:1: bee.lua/bee/filewatch/filewatch_linux.cpp:38:22: error: no viable overloaded '=' m_inotify_fd = -1; ~~~~~~~~~~~~ ^ ~~ /Library/Developer/CommandLineTools/SDKs/MacOSX11.3.sdk/usr/include/c++/v1/queue:236:12: note: candidate function not viable: no known conversion from 'int' to 'const std::queue' for 1st argument queue& operator=(const queue& __q) {c = __q.c; return *this;} ^ /Library/Developer/CommandLineTools/SDKs/MacOSX11.3.sdk/usr/include/c++/v1/queue:245:12: note: candidate function not viable: no known conversion from 'int' to 'std::queue' for 1st argument queue& operator=(queue&& __q) ^ In file included from bee.lua/bee/filewatch/filewatch_bsd.cpp:1: bee.lua/bee/filewatch/filewatch_linux.cpp:42:13: error: use of undeclared identifier 'm_inotify_fd' if (m_inotify_fd == -1) { ^ bee.lua/bee/filewatch/filewatch_linux.cpp:45:14: error: use of undeclared identifier 'm_filter'; did you mean 'filter'? if (!m_filter(str.c_str())) { ^ bee.lua/bee/filewatch/filewatch.h:50:15: note: 'filter' declared here using filter = std::function; ^ In file included from bee.lua/bee/filewatch/filewatch_bsd.cpp:1: bee.lua/bee/filewatch/filewatch_linux.cpp:49:13: error: use of undeclared identifier 'm_follow_symlinks' if (m_follow_symlinks) { ^ bee.lua/bee/filewatch/filewatch_linux.cpp:56:38: error: use of undeclared identifier 'm_inotify_fd' int desc = inotify_add_watch(m_inotify_fd, path.c_str(), IN_ALL_EVENTS); ^ bee.lua/bee/filewatch/filewatch_linux.cpp:58:42: error: use of undeclared identifier 'm_fd_path' const auto &emplace_result = m_fd_path.emplace(std::make_pair(desc, path.string())); ^ bee.lua/bee/filewatch/filewatch_linux.cpp:72:34: error: use of undeclared identifier 'm_follow_symlinks' if (fs::is_directory(m_follow_symlinks? iter->status(file_status_ec): iter->symlink_status(file_status_ec))) { ^ bee.lua/bee/filewatch/filewatch_linux.cpp:83:9: error: use of undeclared identifier 'm_follow_symlinks' m_follow_symlinks = enable; ^ bee.lua/bee/filewatch/filewatch_linux.cpp:88:9: error: use of undeclared identifier 'm_filter' m_filter = f; ^ fatal error: too many errors emitted, stopping now [-ferror-limit=] 20 errors generated. [17/30] Compile C++ build/netbsd/obj/source_bee/lua_socket.obj [18/30] Compile C++ build/netbsd/obj/source_bee/lua_time.obj [19/30] Compile C++ build/netbsd/obj/source_bee/subprocess_posix.obj [20/30] Compile C++ build/netbsd/obj/source_bee/lua_subprocess.obj [21/30] Compile C++ build/netbsd/obj/source_bee/lua_filesystem.obj [22/30] Compile C++ build/netbsd/obj/source_bee/lua_filewatch.obj [23/30] Compile C++ build/netbsd/obj/source_bee/lua_thread.obj [24/30] Compile C++ build/netbsd/obj/source_bee/format.obj ninja: build stopped: subcommand failed. *** Error code 1 Stop. bmake[1]: stopped in /Volumes/data/jenkins/workspace/pkgsrc-macos11-trunk-arm64/devel/lua-language-server *** Error code 1 Stop. bmake: stopped in /Volumes/data/jenkins/workspace/pkgsrc-macos11-trunk-arm64/devel/lua-language-server