http://bugzilla.opensuse.org/show_bug.cgi?id=1041469 http://bugzilla.opensuse.org/show_bug.cgi?id=1041469#c1 Ismail Donmez <idonmez@suse.com> changed: What |Removed |Added ---------------------------------------------------------------------------- Status|NEW |IN_PROGRESS --- Comment #1 from Ismail Donmez <idonmez@suse.com> --- (In reply to Michal Suchanek from comment #0)
Hello,
llvm4 has this conditional:
%if 0%{?sle_version} <= 130000 BuildRequires: gcc6 BuildRequires: gcc6-c++ %else BuildRequires: gcc BuildRequires: gcc-c++ %endif
Since TW has no sle_version you get gcc6 on TW which is probably not intended.
However, llvm4 is the only llvm which passes test on arm64 which may be the result of building with gcc6.
Sent a fix, thank you. gcc7 on aarch64 should be safe also.
Also lldb4 has
ExclusiveArch: arm x86_64
arm is not an arch so this will build on x86_64 only. Maybe it was supposed to be %arm or armv7 or ... ?
Yeah it was wishful thinking anyway, reverted to x86_64 only. Thanks! -- You are receiving this mail because: You are on the CC list for the bug.