IRC channel logs
2023-07-09.log
back to list of logs
<damo22>i think i have something that compiles libc crate but my rust tree tries to compile libc twice, once for the source tree i have and once for the source crate (which does not have my changes so fails) <damo22>i dont know how to configure rust to always prefer my libc source <damo22>Building stage1 std artifacts (x86_64-unknown-linux-gnu -> i686-unknown-hurd-gnu) <damo22> Compiling core v0.0.0 (/zam/damien/git/rust/library/core) <damo22> Compiling compiler_builtins v0.1.39 <damo22> Compiling libc v0.2.88 (/zam/damien/git/rust-libc) <damo22>^ that last one should not be there <damo22>ok i think i fixed that, now it can compile libc but std fails <damo22>error: aborting due to 219 previous errors <youpi>damo22: could you send the change you used to get your local crate to be built to the list, so vedant gets it? <damo22>i sent in something that is close to working on an old commit