-
Notifications
You must be signed in to change notification settings - Fork 556
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
bwrap: execvp /usr/bin/gcc: No such file or directory #585
Comments
What are the error messages you get? What's the output of |
The text of the error is simply This is a sample of me compiling the xf86-input-wacom driver (though the same results occur with any codebase). Note that I've updated my machines since the report, and now have commit cdb9268 installed locally and commit 9a6e110 on ther server. GCC remains at version 9.2.0-4. Local machine
Build server
Output from ldd on the local machine
|
Is this #389 ? |
I have the same issue ( |
Could be the same problem as #580, but in this case I'm experiencing it with GCC (though clang is also broken for me as well). Replacing sccache's auto-generated toolchain with one created by
icecc-create-env
fixes the issue.The client, scheduler, and server are all running Arch Linux and using sccache from git at commit 84bac03. I have GCC 9.2.0-4 installed.
Toolchain Comparison
Oddly, in addition to the icecc archive having more files, the files that are common between the two sometimes have different sizes (e.g.
lib64/ld-linux-x86-64.so.2
whose size is correct in the sccache archive, but has been modified in the icecc one)...The text was updated successfully, but these errors were encountered: