Skip to content
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

Please make man installation error not fatal #2117

Open
ale5000-git opened this issue Nov 1, 2024 · 0 comments
Open

Please make man installation error not fatal #2117

ale5000-git opened this issue Nov 1, 2024 · 0 comments

Comments

@ale5000-git
Copy link

ale5000-git commented Nov 1, 2024

Please make man installation errors not fatal.

Running ./install:

  + install -d /usr/local/bin
  + install _bin/cxx-opt-sh/oils-for-unix.stripped /usr/local/bin/oils-for-unix
    Installed /usr/local/bin/oils-for-unix
    Created 'osh' symlink
    Created 'ysh' symlink
  + install -d /usr/local/share/man/man1
install: chmod 755 /usr/local/share/man/man1: Operation not permitted
  + install -m 644 doc/osh.1 /usr/local/share/man/man1
install: /usr/local/share/man/man1/osh.1: Permission denied
FATAL install error: Couldn't install man page

man page is less important compared to the shell itself.
Isn't a warning enough?

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

1 participant