strace 4.5.18 fails to build on armel

Bug #395077 reported by Oliver Grawert
8
This bug affects 1 person
Affects Status Importance Assigned to Milestone
strace (Debian)
Fix Released
Unknown
strace (Ubuntu)
Fix Released
Medium
Oliver Grawert

Bug Description

Binary package hint: strace

due to an upstream change in linux/arm/syscallent.h strace fails to build on armel with EABI enabled
https://dev.openwrt.org/browser/packages/utils/strace/patches/100-eabi.patch?rev=14082 has a fix for this

Tags: armel

Related branches

Revision history for this message
Oliver Grawert (ogra) wrote :

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 <email address hidden> 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 */

tags: added: armel
Revision history for this message
Launchpad Janitor (janitor) wrote :

This bug was fixed in the package strace - 4.5.18-1ubuntu2

---------------
strace (4.5.18-1ubuntu2) karmic; urgency=low

  * add patch from openwrt.org to linux/arm/syscallent.h to fix FTBFS
    on ARM EABI (LP: #395077)

 -- Oliver Grawert <email address hidden> Fri, 03 Jul 2009 12:01:10 +0200

Changed in strace (Ubuntu):
status: New → Fix Released
Oliver Grawert (ogra)
Changed in strace (Ubuntu):
assignee: nobody → Oliver Grawert (ogra)
status: Fix Released → New
importance: Undecided → Medium
status: New → Fix Released
Changed in strace (Debian):
status: Unknown → New
Changed in strace (Debian):
status: New → Fix Released
To post a comment you must log in.
This report contains Public information  
Everyone can see this information.

Other bug subscribers

Remote bug watches

Bug watches keep track of this bug in other bug trackers.