After updating the source to 8.0-RELEASE-p2 (according to /usr/src/UPDATING), the build procedure for ntpd failed;
# cd /usr/src/usr.sbin/ntp/ntpd # make obj && make depend && make && make install don't know how to make /usr/obj/usr/src/usr.sbin/ntp/ntpd/../libparse/libparse.a. Stop So I changed the procedure as follows, to make it work; # cd /usr/src/usr.sbin/ntp/ntpd # make obj && make depend # cd ../libparse/ # make obj && make depend && make # cd ../libopts/ # make obj && make depend && make # cd ../libntp/ # make obj && make depend && make # cd ../ntpd # make && make install # /etc/rc.d/ntpd restart I do not know what the cause of this problem is, but I suspect a Makefile somewhere. If more people report this, maybe an errata notice should be posted? Hope this helps. Roland -- R.F.Smith http://www.xs4all.nl/~rsmith/ [plain text _non-HTML_ PGP/GnuPG encrypted/signed email much appreciated] pgp: 1A2B 477F 9970 BA3C 2914 B7CE 1277 EFB0 C321 A725 (KeyID: C321A725)
pgpE29Q9e3RBe.pgp
Description: PGP signature