Re: [proaudio] libffado not detecting 32bit architecture |
[ Thread Index |
Date Index
| More lists.tuxfamily.org/proaudio Archives
]
- To: proaudio@xxxxxxxxxxxxxxxxxxx
- Subject: Re: [proaudio] libffado not detecting 32bit architecture
- From: Karl Lindén <karl.j.linden@xxxxxxxxx>
- Date: Thu, 19 Mar 2015 22:33:47 +0100
- Dkim-signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=gmail.com; s=20120113; h=date:from:to:subject:message-id:in-reply-to:references:mime-version :content-type:content-transfer-encoding; bh=69Riu7TjDryOlFCdYvIf/FI+9a2aQiqnl31As9xkyuk=; b=xYg5bNlbcYyKQsIqeZoAuo7ZBtwV2div2v66UuE7Js2JvmFlza/LqKQs51evYwngTo DUJs+zbHryBce17YkfGekH6WtLWN432LYRsAqXG9/Yo+bHRUFtrXBEH3Fyp9TJp8tmYT EDyd5yoJWMawDKGSz/ayh+jJs57jWaFsFgb89TvypdsD18038oCRbOYbvHO9psr32t4l B4aSwYka2dWrrUJti6WrPYzPQ1sPVjnnBpkCYErfvrvFWSHmzZF0JKzByT1hRxy2+ne8 rWrdXXQX1vDwjxkbUpFLfji7htGcsDh7tvy1WZLxlba7D6CkTSh94dlui9P6odPmWwI/ piEw==
On Sun, 8 Mar 2015 12:42:14 +0100
Maurizio Berti <maurizio.berti@xxxxxxxxx> wrote:
> Hello,
> I was installing libffado, I'm on a 64bit cpu architecture but my
> system is on a 32bit userspace, and it looks like the SConstruct
> script is not able to determine it, since it wants to use /bin/mount
> to do it (and in the gentoo sandbox it is not available, AFAIK).
>
> Unfortunally I am not skilled enough to create a patch that correctly
> detects it, then I'm just editing it for my needs on my local
> overlay, but you may want to edit the ebuild and write a working
> patch. According to this forum thread there are gentoo specific
> guidelines to do so: http://forums.gentoo.org/viewtopic-p-6924864.html
>
> Thanks,
> MaurizioB
>
Hi!
It does improperly determine user space type, IMHO. The best thing
would be to avoid it completely so I have patched the version in the
overlay and sent the patch upstream [1]. Please test it out! Thanks for
reporting!
[1] http://subversion.ffado.org/ticket/389
Regards,
Karl