[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

more make build problems



Make build (yesterday's sources) will fail in share/termtypes with:

	cap_mkdb -i -f terminfo terminfo.src
	cap_mkdb: illegal option -- i
	usage: cap_mkdb [-v] [-f outfile] file1 [file2 ...]
	*** Error code 1

I believe this is a transient, bootstrapping error.  Once the new
cap_mkdb is installed the problem goes away.   (Why does build not
use the new cap_mkdb?)

Anyway, one possible work-around is:

 * wait until the build fails
 * cd /usr/src/share/termtypes/obj
 * /usr/src/usr.bin/cap_mkdb/obj/cap_mkdb -i -f terminfo terminfo.src
 * cd /usr/src
 * make  (NOT make build, but make)
 * make install

I'm sure there are other work-arounds, too.

// marc