Hello all,
i've tried to build bhyve separately, not the whole base, but with hda-patch applied.
is this possible?
Or do i have to build the whole base including bhyve?
i've done the following:
1.) /usr/src was clean
2.)
3.)
4.)
runs into an error after several minutes with...
and finally:
who can help?
Thank you!
P.S.: also in LoopInfo.cpp:
i've tried to build bhyve separately, not the whole base, but with hda-patch applied.
is this possible?
Or do i have to build the whole base including bhyve?
i've done the following:
1.) /usr/src was clean
2.)
svn checkout https://svn.freebsd.org/base/projects/bhyve /usr/src
3.)
patch -d bhyve/ < bhyve_hda.patch
4.)
make buildworld
runs into an error after several minutes with...
Code:
/usr/src/lib/clang/libllvmanalysis/../../../contrib/llvm/lib/Analysis/LazyValueInfo.cpp:998:14: error:
no matching member function for call to 'insert'
worklist.insert(worklist.end(), succ_begin(ToUpdate), succ_end(ToUpdate));
Code:
c++: error: no such file or directory: '/usr/obj/usr/src/tmp/usr/src/usr.bin/clang/clang/../../../lib/clang/libllvmlinker/libllvmlinker.a'
c++: error: no such file or directory: '/usr/obj/usr/src/tmp/usr/src/usr.bin/clang/clang/../../../lib/clang/libllvmarchive/libllvmarchive.a'
who can help?
Thank you!
P.S.: also in LoopInfo.cpp:
Code:
In file included from /usr/src/lib/clang/libllvmanalysis/../../../contrib/llvm/lib/Analysis/LoopInfo.cpp:21:
/usr/src/lib/clang/libllvmanalysis/../../../contrib/llvm/include/llvm/Analysis/LoopInfoImpl.h:389:26: error:
no matching member function for call to 'insert'
ReverseCFGWorklist.insert(ReverseCFGWorklist.end(),
Last edited: