https://bugzilla.novell.com/show_bug.cgi?id=728737 https://bugzilla.novell.com/show_bug.cgi?id=728737#c19 Jiri Slaby <jslaby@suse.com> changed: What |Removed |Added ---------------------------------------------------------------------------- CC| |jslaby@suse.com --- Comment #19 from Jiri Slaby <jslaby@suse.com> 2012-03-18 22:25:47 UTC --- I believe this is an LLVM _configuration_ error: Program received signal SIGILL, Illegal instruction. 0xb73c0d5b in llvm::SmallVectorImpl<llvm::cl::parser<llvm::PassDebugLevel>::OptionInfo>::push_back(llvm::cl::parser<llvm::PassDebugLevel>::OptionInfo const&) () from /usr/lib/dri/r300_dri.so The instruction: => 0xb73c0d5b <+43>: movsd (%eax),%xmm0 This is an SSE2 instruction. But my processor does not have that capability: grep ^flags /proc/cpuinfo flags : fpu vme de pse tsc msr pae mce cx8 apic sep mtrr pge mca cmov pat pse36 mmx fxsr sse syscall mmxext 3dnowext 3dnow up As one can see, only SSE (version one) is there... -- Configure bugmail: https://bugzilla.novell.com/userprefs.cgi?tab=email ------- You are receiving this mail because: ------- You are on the CC list for the bug.