Package: pulseaudio
Version: 0.9.21-4.1
Severity: important

As can be seen here:

http://buildd.debian-ports.org/status/fetch.php?pkg=pulseaudio&arch=armhf&ver=0.9.21-4.1&stamp=1309698552

The package fails due to thumb2 related errors (armhf is also thumb2,
just as Ubuntu armel). Thankfully, the Ubuntu packages already has
fixed the problem on their armel versions. I have attached the patch
that fixes the thumb FTBFS. Please consider including the patch in the
next version.

Regards

Konstantinos
From 683187ea4f27bc3222a58d3bb94f334e32670c86 Mon Sep 17 00:00:00 2001
From: Kurt Taylor <[email protected]>
Date: Fri, 18 Feb 2011 14:30:03 +0000
Subject: [PATCH] PulseAudio: added IT block to fix thumb conditional instruction build error messages

See: http://pulseaudio.org/ticket/914

Tweaked-By: Arun Raghavan <[email protected]>
---
 src/pulsecore/svolume_arm.c |    1 +
 1 files changed, 1 insertions(+), 0 deletions(-)

diff --git a/src/pulsecore/svolume_arm.c b/src/pulsecore/svolume_arm.c
index 3973e51..c2830cf 100644
--- a/src/pulsecore/svolume_arm.c
+++ b/src/pulsecore/svolume_arm.c
@@ -39,6 +39,7 @@
 
 #define MOD_INC() \
     " subs  r0, r6, %2              \n\t" \
+    " itt cs                        \n\t" \
     " addcs r0, %1                  \n\t" \
     " movcs r6, r0                  \n\t"
 
-- 
1.7.4.1

Reply via email to