Skip site navigation (1)Skip section navigation (2)
Date:      Wed, 6 Sep 2006 09:51:00 +0400
From:      Gennady Proskurin <gpr@nvnpp.vrn.ru>
To:        freebsd-current@freebsd.org
Subject:   installworld with WITHOUT_INFO broken
Message-ID:  <20060906055100.GC29571@relay.nvnpp.vrn.ru>

next in thread | raw e-mail | index | archive | help
gpr@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@gw /usr/src % which install-info
install-info: Command not found.
Exit 1
gpr@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



Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?20060906055100.GC29571>