I’ve been trying to build a CodeLite RPM in the OBS (here is the package page) and the problem is that I keep getting the error:
unresolvable: have choice for libLLVM-3.8.so()(64bit) needed by clang: llvm-devel llvm-libs
have choice for libLLVM-3.8.so()(64bit) needed by clang-libs: llvm-devel llvm-libs
here is my spec file as of revision 2. As you can see on line 24 I’ve tried adding:
Conflicts: llvm-libs clang-libs
to my spec file in order to fix this error, but that attempted fix failed. In revision 3 I tried adding:
llvm-devel llvm-libs
to my Requires: lines where clang is mentioned, but that too failed. Any ideas how to resolve this issue?