pkgsrc-Users archive

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

Re: devel/py-meson on NetBSD/aarch64



nia <nia%NetBSD.org@localhost> wrote:
>On Fri, Aug 23, 2019 at 01:43:38PM +0000, nia wrote:
>> 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?

>Can you test this patch?
>
>Also, can someone test this on 32-bit evbarm?

Seems to work on both aarch64 and earmv7hf.


Home | Main Index | Thread Index | Old Index