You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
I was recently trying to use the latest version of glium (v0.23) on OpenBSD, which depends on a newer version of wayland-client (v0.21), that depends on v0.12 of nix, but it unfortunately does not build. While I realize that v0.13 compiles and works correctly on OpenBSD, forcing glium to use a newer version of wayland-client that depends on nix v0.13 does not fix the issue because wayland-client makes use of EPROTO, which is not provided by the nix crate on OpenBSD. EPROTO was added around OpenBSD 6.2 (https://man.openbsd.org/OpenBSD-6.2/errno), so it is safe to make it available via this crate on OpenBSD also.
Many thanks,
Rob
The text was updated successfully, but these errors were encountered:
Hello,
I was recently trying to use the latest version of glium (v0.23) on OpenBSD, which depends on a newer version of wayland-client (v0.21), that depends on v0.12 of nix, but it unfortunately does not build. While I realize that v0.13 compiles and works correctly on OpenBSD, forcing glium to use a newer version of wayland-client that depends on nix v0.13 does not fix the issue because wayland-client makes use of EPROTO, which is not provided by the nix crate on OpenBSD. EPROTO was added around OpenBSD 6.2 (https://man.openbsd.org/OpenBSD-6.2/errno), so it is safe to make it available via this crate on OpenBSD also.
Many thanks,
Rob
The text was updated successfully, but these errors were encountered: