preparing to 4.5.19 release

Andreas Schwab schwab at redhat.com
Wed Oct 7 14:44:33 UTC 2009


Frederik Schüler <fs at 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 <schwab at 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, schwab at redhat.com
GPG Key fingerprint = D4E8 DBE3 3813 BB5D FA84  5EC7 45C6 250E 6F00 984E
"And now for something completely different."




More information about the Strace-devel mailing list