I am installing Bash into zorin-os system. According to install
instruction, I have successfully passed "configuration", "make' and "make
tests". When I typed "make install", to install, the following message come
up and the installation stopped.
Is there any suggestion to fix this?
Thanks.
Jian
On Thu, Dec 5, 2013 at 8:37 AM, Jianfeng Menglu wrote:
> I am installing Bash into zorin-os system. According to install
> instruction, I have successfully passed "configuration", "make' and "make
> tests". When I typed "make install", to install, the following message come
> up and the installati
> mkdir -p -- /usr/local/share/man/man1
> mkdir: cannot create directory /usr/local/share/man/man1: Permission
> denied
> make: *** [installdirs] Error 1
`make install' attempts to install bash under /usr/local. You don't have
permission to write to /usr/local or one of its subdirectories.
--
> Maybe bash needs a "set paste/nopaste" type option (but properly bashicised)
> like vim has to resolve a similar problem.
set +o emacs +o vi
[paste]
set -o vi
(or emacs, depending on your needs)
--
``The lyf so short, the craft so long to lerne.'' - Chaucer
``Ars longa, vit
> Hi, this patch fixes a minor issue of bash not building if compiled with
> -Werror=format-security
Thanks for the report. This was changed in the development sources in mid-
February 2012.
Chet
--
``The lyf so short, the craft so long to lerne.'' - Chaucer
``Ars longa, vita
I have resolved the problem by taking the advice from Pierrce. Thanks for
your help.
Michael
On Thu, Dec 5, 2013 at 9:19 AM, Chet Ramey wrote:
> > mkdir -p -- /usr/local/share/man/man1
> > mkdir: cannot create directory ‘/usr/local/share/man/man1’: Permission
> > denied
> > make: *** [installd