On Wednesday, August 24, 2011, Rares Aioanei <[email protected]> wrote: > I wanted to update my -current, running in VirtualBox, and after a while it stopped with ... > ===> usr.bin/xinstall > install -c -s -o root -g bin -m 555 xinstall /usr/bin/install > install -c -o root -g bin -m 444 /usr/src/usr.bin/xinstall/install.1 /usr/share/man/man1/install.1 > install: Permission denied > *** Error code 1 > Stop in /usr/src/usr.bin/xinstall: > Exit status 1 (/usr/share/man/man1/install.1, line 53 of /usr/share/mk/ bsd.man.mk)
This is now fixed in -current: the usr.bin/xinstall/Makefile needed tweaking to pass the -S option to install. (had already tweaked the shared makefile bits but xinstall and some others needed the same change) Philip Guenther

