pkgsrc-Users archive

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index][Old Index]

Re: devel/py-meson on NetBSD/aarch64



On Fri, Aug 23, 2019 at 02:26:38PM +0100, Robert Swindells wrote:
> 
> Trying to build graphics/MesaLib on NetBSD/aarch64 I get this warning:
> 
> WARNING: Unknown CPU family 'evbarm', please report this at https://github.com/mesonbuild/meson/issues/new with theoutput of `uname -a` and `cat /proc/cpuinfo`
> Build machine cpu family: evbarm
> Build machine cpu: evbarm

It seems to be using platform.machine() from the Python standard
library:

https://docs.python.org/3/library/platform.html

We probably can't just add evbarm to the list of architectures it
understands, it needs to differenciate between 32-bit and 64-bit.

What does platform.processor() return on NetBSD aarch64?


Home | Main Index | Thread Index | Old Index