Source: ltrace Version: 0.5.3-2 Severity: serious Tags: patch Hi, this package failed to build in powerpc on Sun 26 Jul 2009 11:50 [0]. It seems that ubuntu fixed it with the attached patch. Can you apply the patch and see if it works?
[0] https://buildd.debian.org/fetch.cgi?&pkg=ltrace&ver=0.5.3-2&arch=powerpc&stamp=1248609059&file=log Regards, Javi Merino (Vicho)
diff -pruN 0.5.3-2/sysdeps/linux-gnu/ppc/plt.c 0.5.3-2ubuntu3/sysdeps/linux-gnu/ppc/plt.c --- 0.5.3-2/sysdeps/linux-gnu/ppc/plt.c 2009-07-25 16:13:02.000000000 +0100 +++ 0.5.3-2ubuntu3/sysdeps/linux-gnu/ppc/plt.c 2010-03-07 05:38:45.000000000 +0000 @@ -1,3 +1,4 @@ +#include <sys/ptrace.h> #include <gelf.h> #include "common.h"

