installworld with WITHOUT_INFO broken
Gennady Proskurin
gpr at nvnpp.vrn.ru
Tue Sep 5 22:51:04 PDT 2006
gpr at gw /usr/src % make -D WITHOUT_INFO installworld
mkdir -p /tmp/install.MLOXViKX
for prog in [ awk cap_mkdb cat chflags chmod chown date echo egrep find
grep install-info ln lockf make mkdir mtree mv pwd_mkdb rm sed sh
sysctl test true uname wc zic; do cp `which $prog`
/tmp/install.MLOXViKX; done
usage: cp [-R [-H | -L | -P]] [-f | -i | -n] [-lpv] source_file
target_file
cp [-R [-H | -L | -P]] [-f | -i | -n] [-lpv] source_file ...
target_directory
*** Error code 64
Stop in /usr/src.
*** Error code 1
Stop in /usr/src.
Exit 1
gpr at gw /usr/src % which install-info
install-info: Command not found.
Exit 1
gpr at gw /usr/src %
The workaround is something like:
touch /usr/bin/install-info
make installworld
rm /usr/bin/install-info
The fix should be conditional include of install-info in above for
statement, depending on NO_INFO
--
Gennady
More information about the freebsd-current
mailing list