<div dir="ltr"><div class="gmail_default" style="font-size:small"><br></div><div class="gmail_extra"><br><div class="gmail_quote">2017-11-24 14:37 GMT+01:00 James Cowgill <span dir="ltr"><<a href="mailto:jcowgill@debian.org" target="_blank">jcowgill@debian.org</a>></span>:<br><blockquote class="gmail_quote" style="margin:0 0 0 .8ex;border-left:1px #ccc solid;padding-left:1ex">Hi,<br>
<div><div class="h5"><br>
On 24/11/17 11:08, Jaromír Mikeš wrote:<br>
> 2017-11-20 21:08 GMT+01:00 <<a href="mailto:mira-guest@users.alioth.debian.org">mira-guest@users.alioth.<wbr>debian.org</a>>:<br>
><br>
>> The following commit has been merged in the master branch:<br>
>> commit fa79381b2f34c2af651c05a2b433ae<wbr>20e4ec9007<br>
>> Author: Jaromír Mikeš <<a href="mailto:mira.mikes@seznam.cz">mira.mikes@seznam.cz</a>><br>
>> Date:   Mon Nov 20 21:08:12 2017 +0100<br>
>><br>
>>     Build without sbsms to fix FTBFS on non-x86 archs. (Closes: #882173)<br>
>><br>
>> diff --git a/debian/rules b/debian/rules<br>
>> index 34d3389..6970493 100755<br>
>> --- a/debian/rules<br>
>> +++ b/debian/rules<br>
>> @@ -21,10 +21,9 @@ configure_flags := \<br>
>>         --with-midi=system \<br>
>>         --with-portaudio=system \<br>
>>         --with-portsmf=system \<br>
>> -#      --with-sbsms=system \<br>
>>         --with-soundtouch=system \<br>
>> +       --without-sbsms \<br>
>>         $(NULL)<br>
>> -<br>
>>  %:<br>
>>         dh $@<br>
><br>
><br>
> ​Hi,<br>
><br>
> maybe even better would be build without sbsms conditionally on all archs<br>
> except amd64? ​<br>
> <a href="https://buildd.debian.org/status/package.php?p=audacity&suite=sid" rel="noreferrer" target="_blank">https://buildd.debian.org/<wbr>status/package.php?p=audacity&<wbr>suite=sid</a><br>
><br>
> Can someone implement such a condition in d/rules?<br>
<br>
</div></div>Your patch doesn't actually fix the bug (use of sse on non-amd64). The<br>
attached patch allows sbsms to work on all architectures while disabling<br>
sse on all non-amd64 architectures.<br>
<br>
Also note that this line of your original code was wrong:<br>
 #      --with-sbsms=system \<br>
<br>
Because there is a line continuation, this will also comment out the<br>
"--with-soundtouch=system" on the next line. I've fixed that by using<br>
"--with-sbsms=local" instead.<br></blockquote><div><br><div style="font-size:small;display:inline" class="gmail_default">​Thank you James for fixing this.<br></div><div style="font-size:small;display:inline" class="gmail_default">Can you provide DM flag for me to I can upload audacity do unstable now?<br></div><div style="font-size:small;display:inline" class="gmail_default">Or can you upload it yourself?<br><br></div><div style="font-size:small;display:inline" class="gmail_default">best regards<br><br></div><div style="font-size:small;display:inline" class="gmail_default">mira​</div> </div></div><br></div></div>