On Fri, Jul 18, 2008 at 01:29:42PM +0200, Frederik Schueler wrote:
>Hi!
>
>On Thu, Jul 17, 2008 at 07:31:55PM -0700, Roland McGrath wrote:
>> If there are regressions from 4.5.16 or bugs with simple fixes, please tell
>> me ASAP.  If I don't hear objections by the weekend, I'll release 4.5.17 on
>> the weekend or Monday.
>
>this is great news =)
>
>I will send you an updated debian dir patch later today.
>
>There are build problems on three architectures:
>
>sparc
>http://buildd.debian.org/fetch.cgi?&pkg=strace&ver=4.5.16%2Bcvs20080708-2&arch=sparc&stamp=1216312916&file=log

wasn't the linux/a.out.h export re-enabled?
--- a/include/linux/Kbuild
+++ b/include/linux/Kbuild
@@ -166,6 +166,9 @@ unifdef-y += acct.h
 unifdef-y += adb.h
 unifdef-y += adfs_fs.h
 unifdef-y += agpgart.h
+ifeq ($(wildcard 
include/asm-$(SRCARCH)/a.out.h),include/asm-$(SRCARCH)/a.out.h)
+unifdef-y += a.out.h
+endif
 unifdef-y += apm_bios.h
 unifdef-y += atalk.h
 unifdef-y += atmdev.h

Should be checked via autoconf anyway.
>
>hppa
>http://buildd.debian.org/fetch.cgi?&pkg=strace&ver=4.5.16%2Bcvs20080708-2&arch=hppa&stamp=1216312996&file=log

{linux,asm}/user.h aren't exported since quite some time now, IIRC.

>and m68k
>http://buildd.debian.org/fetch.cgi?&pkg=strace&ver=4.5.16%2Bcvs20080708-1&arch=m68k&stamp=1216264430&file=log

ditto.

-------------------------------------------------------------------------
This SF.Net email is sponsored by the Moblin Your Move Developer's challenge
Build the coolest Linux based applications with Moblin SDK & win great prizes
Grand prize is a trip for two to an Open Source event anywhere in the world
http://moblin-contest.org/redirect.php?banner_id=100&url=/
_______________________________________________
Strace-devel mailing list
Strace-devel@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/strace-devel

Reply via email to