Skip site navigation (1)Skip section navigation (2)
Date:      Wed, 20 Jul 2005 17:16:17 -0700
From:      Steven Hillis <evultrole@gmail.com>
To:        freebsd-sparc64@freebsd.org, mmuthmann@gmx.net
Subject:   RE: 6.0-Beta build error (Matthias Muthmann)
Message-ID:  <34059453050720171645b3a73d@mail.gmail.com>

next in thread | raw e-mail | index | archive | help
>I tried to install 6.0-Beta from source and I always get the following
>error at "make buildworld":
>
>=3D=3D=3D> share/termcap (all)
>gzip -cn /usr/src/share/termcap/termcap.5 > termcap.5.gz
>TERM=3Ddumb TERMCAP=3Ddumb: ex - /usr/src/share/termcap/termcap.src
>< /usr/src/share
>/termcap/reorder
>cap_mkdb -b termcap
>cap_mkdb: illegal option -- b
>usage: cap_mkdb [-v] [-f outfile] file [file ...]
>*** Error code 1

>Stop in /usr/src/share/termcap.
>*** Error code 1

>What did I do wrong? I have no clue.

I just upgraded today (finished about an hour ago) with no trouble on
this end (from an older 6.0 Snapshot). What are you upgrading from? An
earlier 6.0.x snapshot, or some 5.x install?

-b doesn't seem to be a valid option in the 5.x code, but is later on,
so you may need to try upgrading that before building the world?

try:
cd /usr/src/usr.bin/cap_mkdb && make && make install clean && rehash

then try the install again?



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