Etienne
Etienne
@rayan-mazouz is your fix for linux available on some branch? I'd like to investigate this issue.
> That sounds like a good improvement indeed. Would you like to try to fix it? I don't think I'll have time in the coming weeks (maybe later), so if...
Yes, I'm able to test on Ubuntu after installing selinux. I started working on the implementation (but my progress is slow since I'm a beginner in rust).
I reported the issue to the libc crate: https://github.com/rust-lang/libc/issues/3190 This can still be reproduced with version 0.0.18, so I think this ticket should be reopened: ``` $ rustup target add...
As far as I understand, the issue is almost the same. This ticket was worked-around with this [commit](https://github.com/uutils/coreutils/commit/2792d85865595c4d3318db214ae5e9fe0bc8fb7c) , so now instead of uucore failing and producing the logs in...
I investigated this further, and while the utmpx functions are exported by musl in a header-file, those are only stub implementations doing nothing. I'll try to improve the build errors,...
@tertsdiepraam I'm not very familiar with the rust libc project, but my understanding is that this PR is changing the API and therefore tagged as "breakage-candidate" so that it can...
The required functions were added to libc ( https://github.com/rust-lang/libc/commit/e3caaf6b0ea08ae294e25a861022c256a7535ec4 ), however those changes will be available via cargo only once libc 0.3 is released ( https://github.com/rust-lang/libc/issues/3248 ). The main branch...
I see this error on MacOS 12.6.8 (on a completely unrelated piece of software). I think it's due to the MacOS version.
My guess is an incompatibility between some pyinstaller versions/parameters and some macos versions.