pkgsrc-Users archive

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index][Old Index]

devel/lldb <- lang/llvm/buildlink3.mk



To fix the devel/lldb problem:
   http://www.ki.nu/pkgsrc/reports/current/NetBSD-9.0/20210613.1451/lldb-10.0.1nb3/configure.log

| -- Detecting CXX compile features
| -- Detecting CXX compile features - done
| CMake Error at /tmp/devel/lldb/work/.buildlink/lib/cmake/llvm/LLVMExports.cmake:1282 (message):
|   The imported target "llvm-tblgen" references the file
| 
|      "/tmp/devel/lldb/work/.buildlink/bin/llvm-tblgen"
| 
|   but this file does not exist.  Possible reasons include:

I'd like to add attached change. Is it OK ?

-- 
Makoto Fujiwara
mef%NetBSD.org@localhost
makoto%if.t.u-tokyo.ac.jp@localhost
Key fingerprint = 0BFA FAEB EAD1 90BA 7498  8F85 6809 9E0B B7EF A12E
----
pkgsrc freshness:
http://www.ki.nu/~makoto/pkgsrc/check-update/00_Summary.html
http://www.ki.nu/~makoto/pkgsrc/check-update/HEAD/00_Summary.html
Index: lang/llvm/buildlink3.mk
===================================================================
RCS file: /cvsroot/pkgsrc/lang/llvm/buildlink3.mk,v
retrieving revision 1.12
diff -u -r1.12 buildlink3.mk
--- lang/llvm/buildlink3.mk	18 Oct 2020 15:51:09 -0000	1.12
+++ lang/llvm/buildlink3.mk	17 Jun 2021 19:24:32 -0000
@@ -16,6 +16,8 @@
 .include "../../mk/terminfo.buildlink3.mk"
 .endif
 
+BUILDLINK_FILES.llvm+=                bin/*
+
 .include "../../devel/zlib/buildlink3.mk"
 .endif	# LLVM_BUILDLINK3_MK
 



Home | Main Index | Thread Index | Old Index