Hello,
Sorry for the poor English I’m French. For the record, since i switched to fedora 43, I’ve been trying to make my VR-Headset (vive pro 2) work. For this i use kernel patches made by CertainLaunch.
I fixed the patches (witch were outdated) and now I see that I can’t build the kernel anymore even a non patched one. I even tried to build it in Docker. The “fedpkg local” and “fedpkg mockbuild” fails with rust errors (error: mixing -Zsanitizer will cause an ABI mismatch in crate build_error). Am I alone in this case ?
Regards,
BURON Ronan
1 Like
Found this: LKML: Justin Forbes: Re: [PATCH 1/2] rust: kbuild: treat `build_error` and `rustdoc` as kernel objects
So it is a rust side related issue ?
Or just the fact that some things marked as modules isn’t ones ?
I think I’ll just wait for the issue to be fixed either by rust or the tools.