Re: install(1) confusing error message

2013-02-15 Thread Giovanni Bechis
On 02/14/13 21:38, Miod Vallat wrote: > This is what happens when install(1) is used to install files on a > read-only filesystem: > > # mount -u -o ro /usr > # cd /usr/src > # make build > cd /usr/src/share/mk && exec make install > install -c -o root -g bin -m 444 bsd.README bsd.dep.mk bsd.lib.

Re: install(1) confusing error message

2013-02-15 Thread Peter Hessler
better error messages are far better. OK phessler@ On 2013 Feb 14 (Thu) at 20:38:02 + (+), Miod Vallat wrote: :This is what happens when install(1) is used to install files on a :read-only filesystem: : :# mount -u -o ro /usr :# cd /usr/src :# make build :cd /usr/src/share/mk && exec mak

Re: install(1) confusing error message

2013-02-14 Thread Bob Beck
Yes. absolutely.. ok On Thu, Feb 14, 2013 at 1:38 PM, Miod Vallat wrote: > This is what happens when install(1) is used to install files on a > read-only filesystem: > > # mount -u -o ro /usr > # cd /usr/src > # make build > cd /usr/src/share/mk && exec make install > install -c -o root -g bin -

Re: install(1) confusing error message

2013-02-14 Thread Kenneth R Westerback
On Thu, Feb 14, 2013 at 08:38:02PM +, Miod Vallat wrote: > This is what happens when install(1) is used to install files on a > read-only filesystem: > > # mount -u -o ro /usr > # cd /usr/src > # make build > cd /usr/src/share/mk && exec make install > install -c -o root -g bin -m 444 bsd.REA

install(1) confusing error message

2013-02-14 Thread Miod Vallat
This is what happens when install(1) is used to install files on a read-only filesystem: # mount -u -o ro /usr # cd /usr/src # make build cd /usr/src/share/mk && exec make install install -c -o root -g bin -m 444 bsd.README bsd.dep.mk bsd.lib.mk bsd.man.mk bsd.nls.mk bsd.obj.mk bsd.own.mk bsd.p