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.mk bsd.man.mk 
> bsd.nls.mk  bsd.obj.mk bsd.own.mk bsd.port.arch.mk bsd.port.mk  
> bsd.port.subdir.mk bsd.prog.mk  bsd.regress.mk bsd.subdir.mk bsd.sys.mk 
> sys.mk bsd.lkm.mk  bsd.xconf.mk bsd.xorg.mk /usr/share/mk
> install: /usr/share/mk/bsd.README: File exists
> *** Error 71 in share/mk (Makefile:13 'install')
> *** Error 1 in /usr/src (Makefile:78 'build')
> #
> 
> Not really helpful. With the diff below, I will now get:
> 
> install: /usr/share/mk/bsd.README: Read-only file system
> 
> which helps figuring out what is wrong.
> 
make sense: ok giovanni@
 Cheers
  Giovanni

Reply via email to