=> Bootstrap dependency digest>=20211023: found digest-20220214 ===> Skipping vulnerability checks. WARNING: No /usr/pkg/pkgdb/pkg-vulnerabilities file found. WARNING: To fix run: `/usr/sbin/pkg_admin -K /usr/pkg/pkgdb fetch-pkg-vulnerabilities'. ===> Building for ccls-0.20230717nb2 [ 4%] Building CXX object CMakeFiles/ccls.dir/src/clang_tu.cc.o [ 4%] Building CXX object CMakeFiles/ccls.dir/src/fuzzy_match.cc.o [ 6%] Building CXX object CMakeFiles/ccls.dir/src/main.cc.o [ 9%] Building CXX object CMakeFiles/ccls.dir/src/include_complete.cc.o [ 11%] Building CXX object CMakeFiles/ccls.dir/third_party/siphash.cc.o [ 13%] Building CXX object CMakeFiles/ccls.dir/src/indexer.cc.o [ 18%] Building CXX object CMakeFiles/ccls.dir/src/filesystem.cc.o [ 16%] Building CXX object CMakeFiles/ccls.dir/src/config.cc.o [ 20%] Building CXX object CMakeFiles/ccls.dir/src/log.cc.o [ 23%] Building CXX object CMakeFiles/ccls.dir/src/lsp.cc.o [ 25%] Building CXX object CMakeFiles/ccls.dir/src/message_handler.cc.o [ 27%] Building CXX object CMakeFiles/ccls.dir/src/pipeline.cc.o [ 30%] Building CXX object CMakeFiles/ccls.dir/src/platform_posix.cc.o [ 32%] Building CXX object CMakeFiles/ccls.dir/src/platform_win.cc.o [ 34%] Building CXX object CMakeFiles/ccls.dir/src/position.cc.o [ 37%] Building CXX object CMakeFiles/ccls.dir/src/project.cc.o [ 39%] Building CXX object CMakeFiles/ccls.dir/src/query.cc.o [ 41%] Building CXX object CMakeFiles/ccls.dir/src/sema_manager.cc.o [ 44%] Building CXX object CMakeFiles/ccls.dir/src/serializer.cc.o [ 46%] Building CXX object CMakeFiles/ccls.dir/src/test.cc.o [ 48%] Building CXX object CMakeFiles/ccls.dir/src/utils.cc.o [ 51%] Building CXX object CMakeFiles/ccls.dir/src/working_files.cc.o [ 53%] Building CXX object CMakeFiles/ccls.dir/src/messages/ccls_call.cc.o [ 55%] Building CXX object CMakeFiles/ccls.dir/src/messages/ccls_info.cc.o [ 58%] Building CXX object CMakeFiles/ccls.dir/src/messages/ccls_inheritance.cc.o [ 60%] Building CXX object CMakeFiles/ccls.dir/src/messages/ccls_member.cc.o [ 62%] Building CXX object CMakeFiles/ccls.dir/src/messages/ccls_navigate.cc.o [ 65%] Building CXX object CMakeFiles/ccls.dir/src/messages/ccls_reload.cc.o [ 67%] Building CXX object CMakeFiles/ccls.dir/src/messages/ccls_vars.cc.o [ 69%] Building CXX object CMakeFiles/ccls.dir/src/messages/initialize.cc.o [ 72%] Building CXX object CMakeFiles/ccls.dir/src/messages/textDocument_code.cc.o [ 74%] Building CXX object CMakeFiles/ccls.dir/src/messages/textDocument_completion.cc.o [ 76%] Building CXX object CMakeFiles/ccls.dir/src/messages/textDocument_definition.cc.o [ 79%] Building CXX object CMakeFiles/ccls.dir/src/messages/textDocument_did.cc.o [ 81%] Building CXX object CMakeFiles/ccls.dir/src/messages/textDocument_foldingRange.cc.o [ 83%] Building CXX object CMakeFiles/ccls.dir/src/messages/textDocument_formatting.cc.o [ 86%] Building CXX object CMakeFiles/ccls.dir/src/messages/textDocument_document.cc.o [ 88%] Building CXX object CMakeFiles/ccls.dir/src/messages/textDocument_hover.cc.o [ 90%] Building CXX object CMakeFiles/ccls.dir/src/messages/textDocument_references.cc.o [ 93%] Building CXX object CMakeFiles/ccls.dir/src/messages/textDocument_rename.cc.o [ 95%] Building CXX object CMakeFiles/ccls.dir/src/messages/textDocument_signatureHelp.cc.o [ 97%] Building CXX object CMakeFiles/ccls.dir/src/messages/workspace.cc.o [100%] Linking CXX executable ccls /usr/bin/ld: CMakeFiles/ccls.dir/src/pipeline.cc.o: in function `ccls::pipeline::(anonymous namespace)::indexer_Parse(ccls::SemaManager*, ccls::WorkingFiles*, ccls::Project*, ccls::VFS*, ccls::GroupMatch const&)': pipeline.cc:(.text+0x1f18): undefined reference to `__atomic_load_8' /usr/bin/ld: pipeline.cc:(.text+0x472d): undefined reference to `__atomic_fetch_add_8' /usr/bin/ld: pipeline.cc:(.text+0x51f8): undefined reference to `__atomic_fetch_add_8' /usr/bin/ld: CMakeFiles/ccls.dir/src/pipeline.cc.o: in function `ccls::pipeline::mainLoop()': pipeline.cc:(.text+0x62ba): undefined reference to `__atomic_load_8' /usr/bin/ld: pipeline.cc:(.text+0x63a3): undefined reference to `__atomic_load_8' /usr/bin/ld: pipeline.cc:(.text+0x63d7): undefined reference to `__atomic_store_8' /usr/bin/ld: pipeline.cc:(.text+0x665a): undefined reference to `__atomic_load_8' /usr/bin/ld: CMakeFiles/ccls.dir/src/pipeline.cc.o: in function `ccls::pipeline::standalone(std::__cxx11::basic_string, std::allocator > const&)': pipeline.cc:(.text+0x757b): undefined reference to `__atomic_load_8' /usr/bin/ld: pipeline.cc:(.text+0x758f): undefined reference to `__atomic_load_8' /usr/bin/ld: CMakeFiles/ccls.dir/src/pipeline.cc.o: in function `ccls::pipeline::index(std::__cxx11::basic_string, std::allocator > const&, std::vector > const&, ccls::IndexMode, bool, ccls::RequestId)': pipeline.cc:(.text+0x78e5): undefined reference to `__atomic_fetch_add_8' /usr/bin/ld: CMakeFiles/ccls.dir/src/pipeline.cc.o: in function `ccls::pipeline::notifyOrRequest(char const*, bool, std::function const&)': pipeline.cc:(.text+0x9587): undefined reference to `__atomic_fetch_add_8' /usr/bin/ld: CMakeFiles/ccls.dir/src/project.cc.o: in function `ccls::Project::index(ccls::WorkingFiles*, ccls::RequestId const&)': project.cc:(.text+0x5891): undefined reference to `__atomic_store_8' /usr/bin/ld: CMakeFiles/ccls.dir/src/messages/ccls_info.cc.o: in function `ccls::MessageHandler::ccls_info(ccls::EmptyParam&, ccls::ReplyOnce&)': ccls_info.cc:(.text+0x5a): undefined reference to `__atomic_load_8' /usr/bin/ld: ccls_info.cc:(.text+0x70): undefined reference to `__atomic_load_8' /usr/bin/ld: ccls_info.cc:(.text+0x86): undefined reference to `__atomic_load_8' /usr/bin/ld: CMakeFiles/ccls.dir/src/messages/textDocument_did.cc.o: in function `ccls::MessageHandler::textDocument_didOpen(ccls::DidOpenTextDocumentParam&)': textDocument_did.cc:(.text+0x312): undefined reference to `__atomic_load_8' /usr/bin/ld: textDocument_did.cc:(.text+0x328): undefined reference to `__atomic_load_8' clang++: error: linker command failed with exit code 1 (use -v to see invocation) --- ccls --- *** [ccls] Error code 1 make[2]: stopped in /pbulk/work/devel/ccls/work/ccls-0.20230717/cmake-pkgsrc-build 1 error make[2]: stopped in /pbulk/work/devel/ccls/work/ccls-0.20230717/cmake-pkgsrc-build --- CMakeFiles/ccls.dir/all --- *** [CMakeFiles/ccls.dir/all] Error code 2 make[1]: stopped in /pbulk/work/devel/ccls/work/ccls-0.20230717/cmake-pkgsrc-build 1 error make[1]: stopped in /pbulk/work/devel/ccls/work/ccls-0.20230717/cmake-pkgsrc-build *** [all] Error code 2 make: stopped in /pbulk/work/devel/ccls/work/ccls-0.20230717/cmake-pkgsrc-build 1 error make: stopped in /pbulk/work/devel/ccls/work/ccls-0.20230717/cmake-pkgsrc-build *** Error code 2 Stop. make[1]: stopped in /usr/pkgsrc/devel/ccls *** Error code 1 Stop. make: stopped in /usr/pkgsrc/devel/ccls