We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
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
Subsequent make install fails / succeeds.
cp: cannot stat 'system-monitor@paradoxxx.zero.gmail.com/schemas/gschemas.compiled': No such file or directory
This seems to happen only when the -j option of make command is used, which shouldn't happen.
-j
make
With a plain make command, this issue is not seen.
The text was updated successfully, but these errors were encountered:
I haven't looked into what it's doing, but why is this happening only for you? Do you have make aliased to make -j4 or something?
make -j4
Sorry, something went wrong.
Do you have make aliased to make -j4 or something?
yes
Successfully merging a pull request may close this issue.
Subsequent make install fails / succeeds.
cp: cannot stat 'system-monitor@paradoxxx.zero.gmail.com/schemas/gschemas.compiled': No such file or directory
This seems to happen only when the
-j
option ofmake
command is used, which shouldn't happen.With a plain
make
command, this issue is not seen.The text was updated successfully, but these errors were encountered: