Skip site navigation (1)Skip section navigation (2)
Date:      Thu, 7 Jan 2010 19:53:06 +0100
From:      Roland Smith <rsmith@xs4all.nl>
To:        freebsd-security@freebsd.org
Subject:   Re: [FreeBSD-Announce] FreeBSD Security Advisory FreeBSD-SA-10:02.ntpd
Message-ID:  <20100107185306.GA2742@slackbox.xs4all.nl>
In-Reply-To: <201001062255.o06MtanW089116@freefall.freebsd.org>
References:  <201001062255.o06MtanW089116@freefall.freebsd.org>

next in thread | previous in thread | raw e-mail | index | archive | help

--pWyiEgJYm5f9v55/
Content-Type: text/plain; charset=us-ascii
Content-Disposition: inline
Content-Transfer-Encoding: quoted-printable

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/l=
ibparse.a. Stop

So I changed the procedure as follows, to make it work;

    # cd /usr/src/usr.sbin/ntp/ntpd
    # make obj && make depend=20
    # 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
--=20
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)

--pWyiEgJYm5f9v55/
Content-Type: application/pgp-signature
Content-Disposition: inline

-----BEGIN PGP SIGNATURE-----
Version: GnuPG v2.0.14 (FreeBSD)

iEYEARECAAYFAktGLZIACgkQEnfvsMMhpyWgsgCgirwdp/lGKKfkcGEZ2oZcyYp5
kkIAn0Cg8wtaJ4HKMxDJtefIzZ/Kuxy0
=eFdt
-----END PGP SIGNATURE-----

--pWyiEgJYm5f9v55/--



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