https://bugs.linaro.org/show_bug.cgi?id=2386
--- Comment #5 from Bill Fischofer <[email protected]> --- Some good news. I can recreate this on my local Ubuntu 15.04 system: CC odp_schedule_if.lo CC odp_schedule_ordered.lo Makefile:833: recipe for target 'odp_schedule_ordered.lo' failed make[1]: *** [odp_schedule_ordered.lo] Error 1 make[1]: Leaving directory '/home/bill/linaro/odp/platform/linux-generic' Makefile:464: recipe for target 'all-recursive' failed make: *** [all-recursive] Error 1 But I also get a popup that says why: "Sorry Ubuntu 15.04 has experienced an internal error..." The Details... section explains that the root issue is a crash in cpp-4.9 4.9.2-10Ubuntu13 A Google search reveals that GCC 4.9 has some serious issues and as reported by Slashdot, Linus has called it "terminally broken". See https://linux.slashdot.org/story/14/07/27/1838219/linus-torvalds-gcc-490-seems-to-be-terminally-broken You could manually upgrade GCC to a newer level, but apt-get upgrade won't do that for you on 15.04, so I think we just mark this one as a known defect in GCC and move on. The solution is to disable this test on CI until CI moves off 15.04. -- You are receiving this mail because: You are on the CC list for the bug.
