<p dir="ltr">Hi,<br>
I am on vacation. I can have a look at this in 1 to 2 weeks. Sorry! </p>
<p dir="ltr">Cheers, <br>
Felix </p>
<div class="gmail_extra"><br><div class="gmail_quote">Am 25.08.2016 12:01 schrieb "Matteo Bernardini" <<a href="mailto:matteo.bernardini@gmail.com">matteo.bernardini@gmail.com</a>>:<br type="attribution"><blockquote class="gmail_quote" style="margin:0 0 0 .8ex;border-left:1px #ccc solid;padding-left:1ex">2016-08-25 11:52 GMT+02:00 George Vlahavas <<a href="mailto:vlahavas@gmail.com">vlahavas@gmail.com</a>>:<br>
><br>
> On Thu, 25 Aug 2016, Matteo Bernardini wrote:<br>
><br>
>> 2016-08-25 11:09 GMT+02:00 George Vlahavas <<a href="mailto:vlahavas@gmail.com">vlahavas@gmail.com</a>>:<br>
>>><br>
>>><br>
>>> On Thu, 25 Aug 2016, George Vlahavas wrote:<br>
>>><br>
>>>> Hi,<br>
>>>><br>
>>>> in the faust.SlackBuild, $ARCH is never set. You'll need to add<br>
>>>> something<br>
>>>> like this close to the top:<br>
>>>><br>
>>>> if [ -z "$ARCH" ]; then<br>
>>>>  case "$( uname -m )" in<br>
>>>>    i?86) ARCH=i586 ;;<br>
>>>>    arm*) ARCH=arm ;;<br>
>>>>       *) ARCH=$( uname -m ) ;;<br>
>>>>  esac<br>
>>>> fi<br>
>>>><br>
>>>> Regards,<br>
>>>><br>
>>>> George<br>
>>>><br>
>>><br>
>>> Actually there are more problems with it. CFLAGS are never set properly<br>
>>> and<br>
>>> libraries get installed under /usr/lib in 64bit systems...<br>
>><br>
>><br>
>> hi George,<br>
>><br>
>> please check the attached patch (I'll put the maintainer in cc).<br>
>><br>
>> Matteo<br>
>><br>
><br>
> Thanks Matteo. Seems to work, but I think there are still a couple of static<br>
> libraries put in /usr/share/faust/. There are several .cpp source files in<br>
> there too and I'm not sure if they are supposed to be there in the package.<br>
<br>
it seems the fedora people have a patch also for that but it's for an<br>
older version of faust and doesn't apply to the new one, it has to be<br>
rewritten<br>
<br>
<a href="http://pkgs.fedoraproject.org/cgit/rpms/faust.git/plain/faust-osclib-shared.patch" rel="noreferrer" target="_blank">http://pkgs.fedoraproject.org/<wbr>cgit/rpms/faust.git/plain/<wbr>faust-osclib-shared.patch</a><br>
<br>
then also the make commands must be adapted for that adding LIBDIR and<br>
INCLUDEDIR statements<br>
<br>
<a href="http://pkgs.fedoraproject.org/cgit/rpms/faust.git/plain/faust.spec" rel="noreferrer" target="_blank">http://pkgs.fedoraproject.org/<wbr>cgit/rpms/faust.git/plain/<wbr>faust.spec</a><br>
<br>
let's hear from the maintainer about it.<br>
<br>
Matteo<br>
</blockquote></div></div>