Marc Poulhiès
Marc Poulhiès
and btw, I'll see @jklowden at FOSDEM this weekend 👍
``` 25808 │ 2025-02-01T00:29:42.7026434Z mkdir -p /opt/compiler-explorer/gcc-build/staging/bin/udf/ 25809 │ 2025-02-01T00:29:42.7054028Z /usr/bin/install -c -m 644 ../../gcc-cobol-master-20250201/gcc/cobol/udf/* /opt/compiler-explorer/gcc-build/staging/share/cobol/udf 25810 │ 2025-02-01T00:29:42.7079777Z /usr/bin/install: cannot create regular file '/opt/compiler-explorer/gcc-build/staging/share/cobol/udf': No such file or directory...
> I fixed the formatting and rebased the PR. if reviewers are happy with the changes we should merge this :) would it make sense to squash both commits?
> I believe it is because runtest is in the dejagnu package but not symlinked to local bin directory or something along this. We don't want to symlink it ourselve...
How did you configure gcc? That's usually the message you get when you're missing required lib for a particular multilib (x86_64-linux-gcc trying to build for x86-linux without the 32-bits lib:...
Thanks @thesamesam for giving us a hand here :+1: @badumbatish, you would need to check that nothing comes from the Rust frontend in your error log and save this file...
You should probably also get an error because `a` is not mutable...
Here's a reproducer link:https://rust.godbolt.org/z/TKqKnMMs4
It would probably help a bit more if you gave us more into. Do you mean https://github.com/pardeike/Harmony ?
There are several "duplicates" with -linux provided for both uClibc and glibc. Would you mind listing exactly which prebuilt toolchain you would like us to support? Having all of them...