Frederik Schüler <f...@debian.org> writes:

> I just did a test build on all available porter boxes, and found the build 
> failing on ia64:
>
> gcc -DHAVE_CONFIG_H -I. -I.. -Ilinux/ia64 -I../linux/ia64 -Ilinux -I../linux  
>  
> -Wall -g -O2 -MT syscall.o -MD -MP -MF .deps/syscall.Tpo -c -o syscall.o 
> ../syscall.c
> In file included from ../syscall.c:129:
> ../linux/ia64/syscallent.h:249:3: error: #error fix me
> make[2]: *** [syscall.o] Error 1
>
> looks like missing syscalls to me

I've pushed this change:

From 0fda1c59cc707918b7d5de9c516c629d0abb4f3c Mon Sep 17 00:00:00 2001
From: Andreas Schwab <sch...@redhat.com>
Date: Wed, 7 Oct 2009 16:00:31 +0200
Subject: [PATCH] Fix build on ia64

* linux/ia64/syscallent.h: Update for addition of accept4 syscall
in ../syscallent.h.
---
 linux/ia64/syscallent.h |    3 +--
 1 files changed, 1 insertions(+), 2 deletions(-)

diff --git a/linux/ia64/syscallent.h b/linux/ia64/syscallent.h
index d05ad9a..54eb9df 100644
--- a/linux/ia64/syscallent.h
+++ b/linux/ia64/syscallent.h
@@ -245,11 +245,10 @@
 /* You must be careful to check ../syscallent.h so that this table
    starts where that one leaves off.
 */
-#if SYS_ipc_subcall + SYS_ipc_nsubcalls != 443
+#if SYS_ipc_subcall + SYS_ipc_nsubcalls != 444
 # error fix me
 #endif
 
-       { 8,    0,      printargs,              "SYS_443"       }, /* 443 */
        { 8,    0,      printargs,              "SYS_444"       }, /* 444 */
        { 8,    0,      printargs,              "SYS_445"       }, /* 445 */
        { 8,    0,      printargs,              "SYS_446"       }, /* 446 */
-- 
1.6.4.4


Andreas.

-- 
Andreas Schwab, sch...@redhat.com
GPG Key fingerprint = D4E8 DBE3 3813 BB5D FA84  5EC7 45C6 250E 6F00 984E
"And now for something completely different."

------------------------------------------------------------------------------
Come build with us! The BlackBerry(R) Developer Conference in SF, CA
is the only developer event you need to attend this year. Jumpstart your
developing skills, take BlackBerry mobile applications to market and stay 
ahead of the curve. Join us from November 9 - 12, 2009. Register now!
http://p.sf.net/sfu/devconference
_______________________________________________
Strace-devel mailing list
Strace-devel@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/strace-devel

Reply via email to