here is the matching debdiff ...

diff -u strace-4.5.18/debian/changelog strace-4.5.18/debian/changelog
--- strace-4.5.18/debian/changelog
+++ strace-4.5.18/debian/changelog
@@ -1,3 +1,10 @@
+strace (4.5.18-1ubuntu2) karmic; urgency=low
+
+  * add patch from openwrt.org to linux/arm/syscallent.h to fix FTBFS
+    on ARM EABI
+
+ -- Oliver Grawert <o...@ubuntu.com>  Fri, 03 Jul 2009 11:36:39 +0200
+
 strace (4.5.18-1ubuntu1) karmic; urgency=low
 
   * Merge from debian unstable, remaining changes:
only in patch2:
unchanged:
--- strace-4.5.18.orig/linux/arm/syscallent.h
+++ strace-4.5.18/linux/arm/syscallent.h
@@ -431,7 +431,7 @@
        { 5,    0,      printargs,              "SYS_398"       }, /* 398 */
        { 5,    0,      printargs,              "SYS_399"       }, /* 399 */
 
-#if SYS_socket_subcall != 400
+#if defined(SYS_socket_subcall) && (SYS_socket_subcall != 400)
  #error fix me
 #endif
        { 8,    0,      printargs,              "socket_subcall"}, /* 400 */
@@ -453,7 +453,7 @@
        { 5,    TN,     sys_sendmsg,            "sendmsg"       }, /* 416 */
        { 5,    TN,     sys_recvmsg,            "recvmsg"       }, /* 417 */
 
-#if SYS_ipc_subcall != 418
+#if defined(SYS_ipc_subcall) && (SYS_ipc_subcall != 418)
  #error fix me
 #endif
        { 4,    0,      printargs,              "ipc_subcall"   }, /* 418 */

-- 
strace 4.5.18 fails to build on armel
https://bugs.launchpad.net/bugs/395077
You received this bug notification because you are a member of Ubuntu
Bugs, which is subscribed to Ubuntu.

-- 
ubuntu-bugs mailing list
ubuntu-bugs@lists.ubuntu.com
https://lists.ubuntu.com/mailman/listinfo/ubuntu-bugs

Reply via email to