[FreeBSD-Announce] FreeBSD Security Advisory FreeBSD-SA-10:02.ntpd

Roland Smith rsmith at xs4all.nl
Thu Jan 7 19:13:02 UTC 2010


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)
-------------- next part --------------
A non-text attachment was scrubbed...
Name: not available
Type: application/pgp-signature
Size: 196 bytes
Desc: not available
Url : http://lists.freebsd.org/pipermail/freebsd-security/attachments/20100107/aba3ec66/attachment.pgp


More information about the freebsd-security mailing list