Bug#448802: [PATCH] strace FTBFS on mips/mipsel

2007-11-02 Thread Thiemo Seufer
Roland McGrath wrote: > This patch does not apply to the current upstream strace sources. Can you > please post a current patch along with complete ChangeLog entry (in the > format you see in the file) to [EMAIL PROTECTED] This patch fixes the sigreturn arguments on MIPS. The old version is bogus

Bug#448802: [PATCH] strace FTBFS on mips/mipsel

2007-11-01 Thread Roland McGrath
This patch does not apply to the current upstream strace sources. Can you please post a current patch along with complete ChangeLog entry (in the format you see in the file) to [EMAIL PROTECTED] Thanks, Roland -- To UNSUBSCRIBE, email to [EMAIL PROTECTED] with a subject of "unsubscribe". Tro

Bug#448802: [PATCH] strace FTBFS on mips/mipsel

2007-10-31 Thread Thiemo Seufer
Package: strace Version: 4.5.15-1 Severity: important Tags: patch Strace currently fails to build on Linux/MIPS because sigcontext has changed (sc_sigset is gone). The appended patch fixes it. Thiemo --- signal.c.orig 2007-10-31 02:18:25.0 + +++ signal.c2007-11-01 01:48:4