pkgsrc-Users archive

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

Re: rust - volunteers sought...



On Wednesday, May 15th, 2024 at 9:42 PM, Havard Eidnes <he%NetBSD.org@localhost> wrote:

> Hi,
> 
> as you may know, I have been trying to keep the rust pkgsrc
> package up-to-date.

Hi,
First of all, I'm really grateful for all the work you put into this.
Thank you!


> As part of that effort, I do testing of the resulting compilers,
> and for "full success" I require that rust self-host on the
> target CPU architecture, and for amd64 and i386 I should be able
> to build and run firefox using the new compiler.
> 
> However, lately I've been seeing failures in my testing which is
> a bit worrying. I've mostly assumed that "if there is something
> CPU-specific about an issue, it must show up and be tested for
> and fixed for one of the other platforms", but lately it appears
> that is not so much the case.
> 
> Briefly, the test results for the recent versions of rust on
> NetBSD can be summarized as follows:
> 
> 1.75.0 1.76.0 1.77.1 1.78.0
> 
> aarch64 x x f f
> aarch64eb f f f f
> amd64 x x x x
> armv6 x x o ?
> armv7 x x f f
> i386 x x x x
> mipsel f f f f
> ppc x x x x
> riscv64 x x x x
> sparc64/10.0 x x x f
> sparc64/9.0 x x x x
> 
> x = tests ok
> f = failed one or more tests
> o = ongoing, unknown

You already know this but, for amd64 you can count on me to run as many tests as you want.
I'm always on the latest possible Rust version, right now 1.78.0 and do all my builds (quite a lot of packages :) ) with it.

I really hope others can help with other platforms.

/Pedro


Home | Main Index | Thread Index | Old Index