=> 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/third_party/siphash.cc.o [ 4%] Building CXX object CMakeFiles/ccls.dir/src/clang_tu.cc.o [ 6%] Building CXX object CMakeFiles/ccls.dir/src/config.cc.o [ 9%] Building CXX object CMakeFiles/ccls.dir/src/filesystem.cc.o [ 11%] Building CXX object CMakeFiles/ccls.dir/src/fuzzy_match.cc.o [ 13%] Building CXX object CMakeFiles/ccls.dir/src/main.cc.o [ 16%] Building CXX object CMakeFiles/ccls.dir/src/include_complete.cc.o [ 18%] Building CXX object CMakeFiles/ccls.dir/src/indexer.cc.o /tmp/devel/ccls/work/ccls-0.20230717/src/include_complete.cc:117:37: warning: 'endswith' is deprecated: Use ends_with instead [-Wdeprecated-declarations] 117 | if (StringRef(path).endswith(suffix)) | ^~~~~~~~ | ends_with /tmp/devel/ccls/work/.buildlink/include/llvm/ADT/StringRef.h:276:19: note: 'endswith' has been explicitly marked deprecated here 276 | [[nodiscard]] LLVM_DEPRECATED( | ^ /tmp/devel/ccls/work/.buildlink/include/llvm/Support/Compiler.h:155:50: note: expanded from macro 'LLVM_DEPRECATED' 155 | #define LLVM_DEPRECATED(MSG, FIX) __attribute__((deprecated(MSG, FIX))) | ^ /tmp/devel/ccls/work/ccls-0.20230717/src/include_complete.cc:158:25: warning: 'endswith' is deprecated: Use ends_with instead [-Wdeprecated-declarations] 158 | if (StringRef(path).endswith(suffix)) | ^~~~~~~~ | ends_with /tmp/devel/ccls/work/.buildlink/include/llvm/ADT/StringRef.h:276:19: note: 'endswith' has been explicitly marked deprecated here 276 | [[nodiscard]] LLVM_DEPRECATED( | ^ /tmp/devel/ccls/work/.buildlink/include/llvm/Support/Compiler.h:155:50: note: expanded from macro 'LLVM_DEPRECATED' 155 | #define LLVM_DEPRECATED(MSG, FIX) __attribute__((deprecated(MSG, FIX))) | ^ 2 warnings generated. [ 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 /tmp/devel/ccls/work/ccls-0.20230717/src/clang_tu.cc:16:10: fatal error: 'llvm/Support/Host.h' file not found 16 | #include | ^~~~~~~~~~~~~~~~~~~~~ 1 error generated. --- CMakeFiles/ccls.dir/src/clang_tu.cc.o --- *** [CMakeFiles/ccls.dir/src/clang_tu.cc.o] Error code 1 make[2]: stopped in /tmp/devel/ccls/work/ccls-0.20230717/cmake-pkgsrc-build /tmp/devel/ccls/work/ccls-0.20230717/src/indexer.cc:155:31: error: use of undeclared identifier 'TTK_Struct' 155 | if (rd->getTagKind() == TTK_Struct) | ^ /tmp/devel/ccls/work/ccls-0.20230717/src/indexer.cc:460:24: warning: 'endswith' is deprecated: Use ends_with instead [-Wdeprecated-declarations] 460 | if (StringRef(ret).endswith("*/") || StringRef(ret).endswith("\n/")) | ^~~~~~~~ | ends_with /tmp/devel/ccls/work/.buildlink/include/llvm/ADT/StringRef.h:276:19: note: 'endswith' has been explicitly marked deprecated here 276 | [[nodiscard]] LLVM_DEPRECATED( | ^ /tmp/devel/ccls/work/.buildlink/include/llvm/Support/Compiler.h:155:50: note: expanded from macro 'LLVM_DEPRECATED' 155 | #define LLVM_DEPRECATED(MSG, FIX) __attribute__((deprecated(MSG, FIX))) | ^ /tmp/devel/ccls/work/ccls-0.20230717/src/indexer.cc:460:57: warning: 'endswith' is deprecated: Use ends_with instead [-Wdeprecated-declarations] 460 | if (StringRef(ret).endswith("*/") || StringRef(ret).endswith("\n/")) | ^~~~~~~~ | ends_with /tmp/devel/ccls/work/.buildlink/include/llvm/ADT/StringRef.h:276:19: note: 'endswith' has been explicitly marked deprecated here 276 | [[nodiscard]] LLVM_DEPRECATED( | ^ /tmp/devel/ccls/work/.buildlink/include/llvm/Support/Compiler.h:155:50: note: expanded from macro 'LLVM_DEPRECATED' 155 | #define LLVM_DEPRECATED(MSG, FIX) __attribute__((deprecated(MSG, FIX))) | ^ /tmp/devel/ccls/work/ccls-0.20230717/src/indexer.cc:966:16: error: use of undeclared identifier 'TTK_Struct' 966 | case TTK_Struct: | ^ /tmp/devel/ccls/work/ccls-0.20230717/src/indexer.cc:969:16: error: use of undeclared identifier 'TTK_Interface' 969 | case TTK_Interface: | ^ /tmp/devel/ccls/work/ccls-0.20230717/src/indexer.cc:972:16: error: use of undeclared identifier 'TTK_Union' 972 | case TTK_Union: | ^ /tmp/devel/ccls/work/ccls-0.20230717/src/indexer.cc:975:16: error: use of undeclared identifier 'TTK_Class' 975 | case TTK_Class: | ^ /tmp/devel/ccls/work/ccls-0.20230717/src/indexer.cc:978:16: error: use of undeclared identifier 'TTK_Enum' 978 | case TTK_Enum: | ^ /tmp/devel/ccls/work/ccls-0.20230717/src/indexer.cc:1297:20: error: member reference type 'LangOptions' is not a pointer; did you mean to use '.'? 1297 | ci->getLangOpts()->CommentOpts.ParseAllComments = | ~~~~~~~~~~~~~~~~~^~ | . /tmp/devel/ccls/work/ccls-0.20230717/src/indexer.cc:1299:20: error: member reference type 'LangOptions' is not a pointer; did you mean to use '.'? 1299 | ci->getLangOpts()->RetainCommentsFromSystemHeaders = true; | ~~~~~~~~~~~~~~~~~^~ | . /tmp/devel/ccls/work/ccls-0.20230717/src/pipeline.cc:159:24: warning: 'startswith' is deprecated: Use starts_with instead [-Wdeprecated-declarations] 159 | if (StringRef(src).startswith(root)) { | ^~~~~~~~~~ | starts_with /tmp/devel/ccls/work/.buildlink/include/llvm/ADT/StringRef.h:261:19: note: 'startswith' has been explicitly marked deprecated here 261 | [[nodiscard]] LLVM_DEPRECATED( | ^ /tmp/devel/ccls/work/.buildlink/include/llvm/Support/Compiler.h:155:50: note: expanded from macro 'LLVM_DEPRECATED' 155 | #define LLVM_DEPRECATED(MSG, FIX) __attribute__((deprecated(MSG, FIX))) | ^ 2 warnings and 8 errors generated. --- CMakeFiles/ccls.dir/src/indexer.cc.o --- *** [CMakeFiles/ccls.dir/src/indexer.cc.o] Error code 1 make[2]: stopped in /tmp/devel/ccls/work/ccls-0.20230717/cmake-pkgsrc-build 1 warning generated. 2 errors make[2]: stopped in /tmp/devel/ccls/work/ccls-0.20230717/cmake-pkgsrc-build --- CMakeFiles/ccls.dir/all --- *** [CMakeFiles/ccls.dir/all] Error code 2 make[1]: stopped in /tmp/devel/ccls/work/ccls-0.20230717/cmake-pkgsrc-build 1 error make[1]: stopped in /tmp/devel/ccls/work/ccls-0.20230717/cmake-pkgsrc-build *** [all] Error code 2 make: stopped in /tmp/devel/ccls/work/ccls-0.20230717/cmake-pkgsrc-build 1 error make: stopped in /tmp/devel/ccls/work/ccls-0.20230717/cmake-pkgsrc-build *** Error code 2 Stop. make[1]: stopped in /amd/pkgsrc/CHROOT/P/pkgsrc/devel/ccls *** Error code 1 Stop. make: stopped in /amd/pkgsrc/CHROOT/P/pkgsrc/devel/ccls