I'm using Funtoo for my Unreal Engine 4 development. Since lldb use flag has been masked for 3.9.x I cannot use lldb for debugging. So, I have to do my debugging on a Windows machine using Visual Studio which is a pain since I have to use my colleagues PCs.
I saw these on Funtoo's system-wide profiles:
# Micha? G?rny <mgorny@gentoo.org> (28 Aug 2016)
# lldb fails to build in the current RC, and needs a lot of minor fixes.
# It's no longer available in -9999 line, and it won't be in 3.9.0
# either unless somebody steps up to fix it.
>=sys-devel/llvm-3.9.0_rc lldb
# mask release candidates of llvm:
>=dev-util/lldb-4.0.0
>=sys-devel/llvm-common-4.0.0
=sys-devel/lld-4.0.0_rc*
=sys-devel/clang-4.0.0_rc*
=sys-devel/llvm-4.0.0_rc*
>=sys-devel/llvm-4.0.0
=sys-devel/clang-runtime-4.0.0_rc*
>=sys-devel/clang-runtime-4.0.0
>=app-vim/llvm-vim-4.0.0
>=sys-devel/llvmgold-4
>=dev-libs/libclc-0.2.0_pre20170118
>=sys-libs/libcxx-4.0.0
I tried to unmask newer versions but I get the following error when I emerge:
emerge: there are no ebuilds to satisfy "app-vim/llvm-vim"
I would like to know what is the correct way to unmask newer versions of clang, llvm, and lldb.
In addition to that, is lldb usable on newer versions?
Question
seaofash
Hi,
I'm using Funtoo for my Unreal Engine 4 development. Since lldb use flag has been masked for 3.9.x I cannot use lldb for debugging. So, I have to do my debugging on a Windows machine using Visual Studio which is a pain since I have to use my colleagues PCs.
I saw these on Funtoo's system-wide profiles:
I tried to unmask newer versions but I get the following error when I emerge:
I would like to know what is the correct way to unmask newer versions of clang, llvm, and lldb.
In addition to that, is lldb usable on newer versions?
Thanks
Link to comment
Share on other sites
5 answers to this question
Recommended Posts