https://bugs.kde.org/show_bug.cgi?id=469049
--- Comment #4 from Mark Wielaard <m...@klomp.org> --- (In reply to Paul Floyd from comment #2) > (In reply to Mark Wielaard from comment #1) > > There is a debian ppc64(be) system for builder.sourceware.org which builds: > > https://builder.sourceware.org/buildbot/#/builders/valgrind-debian-ppc64 > > > > It doesn't show that link error. > > But looking at the auxchecks stdout report I see it has a runtime issue. > > valgrind: m_syswrap/syswrap-main.c:549 (getSyscallArgsFromGuestState): > > Assertion 'gst->guest_syscall_flag == SC_FLAG' failed. > > #if defined(VGP_ppc64be_linux) > /* The sc instruction is currently only supported on LE systems. */ > vg_assert(gst->guest_syscall_flag == SC_FLAG); > #endif > > It looks to me that the comment doesn't match what the code does. I opened a separate bug for this: https://bugs.kde.org/show_bug.cgi?id=469097 -- You are receiving this mail because: You are watching all bug changes.