-
Notifications
You must be signed in to change notification settings - Fork 12.7k
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
'make install' ignores --prefix for installing the man page #2984
Comments
I tried to trick Make with a symlink, but now it tries to write to |
It worked with |
Seems like the bug has more to do with command-line parsing than installation. Closing the issue. |
I was going to open a bug for support |
clarify that we do not prove soundness Cc rust-lang/miri#2982
These are the auto-generated release notes for comparison purposes: ## What's Changed * Rethink `should_panic` and `fail_uncoverable` options as global conditions by @adpaco-aws in model-checking/kani#2967 * Upgrade toolchain to nightly-2024-01-17 by @celinval in model-checking/kani#2976 * Benchcomp visualize: fix missing import by @tautschnig in model-checking/kani#2977 * Cargo update 2024-01-18 by @remi-delmas-3000 in model-checking/kani#2978 **Full Changelog**: model-checking/kani@kani-0.44.0...kani-0.45.0 By submitting this pull request, I confirm that my contribution is made under the terms of the Apache 2.0 and MIT licenses.
Hi,
Using today’s master from git, I’m running:
make
fails the first time with this output: http://nopaste.info/d3df650be4.html , but finishes without error the second time. I’m told on IRC that that issue is already reported (edit: #2641).This issue is with
make install
. It ignores the prefix and tries (and fails, since I’m not root) to create/usr/local/share/man/man1
. It should write to/home/simon/non-packages/share/man/man1
instead.The text was updated successfully, but these errors were encountered: