Package: ladish
Version: 1+dfsg0-5
Severity: important
Tags: patch
Usertags: hppa

ladish fails to build on hppa, as can be seen here:
http://buildd.debian-ports.org/status/fetch.php?pkg=ladish&arch=hppa&ver=1%2Bdfsg0-5&stamp=1410978484

The attached patch fixes it by just removing the hppa arch from the arches 
which will provide a stacktrace (like many other arches as well).

Please apply for next upload.

Thanks,
Helge
diff -up ./daemon/sigsegv.c.org ./daemon/sigsegv.c
--- ./daemon/sigsegv.c.org	2014-09-17 21:18:20.219584629 +0200
+++ ./daemon/sigsegv.c	2014-09-17 21:18:36.183614977 +0200
@@ -59,7 +59,7 @@ char * __cxa_demangle(const char * __man
 # define REGFORMAT "%x"
 #endif
 
-#if defined(__arm__) || defined(__powerpc__) || defined (__ia64__) || defined (__alpha__) || defined (__FreeBSD_kernel__) || defined (__sh__)
+#if defined(__arm__) || defined(__powerpc__) || defined (__ia64__) || defined (__alpha__) || defined (__FreeBSD_kernel__) || defined (__sh__) || defined (__hppa__)
 # define DISABLE_STACKTRACE
 #endif
 
_______________________________________________
pkg-multimedia-maintainers mailing list
[email protected]
http://lists.alioth.debian.org/cgi-bin/mailman/listinfo/pkg-multimedia-maintainers

Reply via email to