-
Notifications
You must be signed in to change notification settings - Fork 13.2k
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
Cannot run make '/bin/sh: 1: : Permission denied' #13250
Comments
cc @brson |
I'll investigate. |
I haven't been able to reproduce this, but hope it's related to #13190, which I fixed yesterday. |
Removing those two files didn't help. While trying to get to the bottom of this, I accidentally deleted |
@SiegeLord if it happens again, I recommend you try debugging the result with http://bashdb.sourceforge.net/remake/
|
lintcheck: key lints on line start rather than byte start/end Before: https://github.com/rust-lang/rust-clippy/actions/runs/10305798317 After: https://github.com/Alexendoo/rust-clippy/actions/runs/10333749860 If a single lint emits e.g. twice on the same line and the messages change for both there would still be two changed entries Also slightly changes the output, the URL is no longer visible r? `@xFrednet` changelog: none
Here's the sequence of events that lead up to the error:
git pull
this morning to commit b8ef9fdmake -j8 || make -j8
sudo make install
At this point I was greeted with:
Invoking
make
again (even undersudo
) produces the same set of messages.OS: Ubuntu 13.10
The text was updated successfully, but these errors were encountered: