Closed
Description
Seems that Rust now relies on fd-lock for bootstraping instead of using python code:
Solaris doesn't support flock(). Insetad more modern fcntl() interface is used.
So even when I was able to make rustix compile on Solaris (without flock() support) it doesn't help since fd-lock requires flock().
Therefore I'm not able to compile Rust 1.64.0 on Solaris now.