tech-pkg archive

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

Re: rust update proposal



>> Does the current version work on any 32-bit platform?
>> It's failing in all the bulk builds, including armv7
>
> From ftp.netbsd.org: 
>
> packages/NetBSD/x86_64/10.0_2024Q2/All/rust-1.76.0nb3.tgz
> packages/NetBSD/x86_64/9.0_2024Q2/All/rust-1.76.0nb3.tgz
> packages/NetBSD/i386/10.0_2024Q2/All/rust-1.76.0nb3.tgz
> packages/NetBSD/i386/9.0_2024Q2/All/rust-1.76.0nb3.tgz
>
> There have been failures to build on armv7, which have felt to me like
> not having the required gigabytes of ram [...]

It's worse, it's "running out of user-land VM space"; the 32-bit
arm ports have a rather hard limit at around 2GB, and that needs
to acommodate the stack as well; I think I've tuned my 32-bit arm
systems to 1.8GB "maximum data size"...

> [...] while rust-bin-x has been ok.

Right, in that case the rust compiler binary is cross-built (on
amd64).

> If we have working rust-bin for a platform, that's obvious not great
> (we're not pkgbin), but it is vastly better than no possibility of
> building rust-requiring things.

Agreed.

- Håvard


Home | Main Index | Thread Index | Old Index