Skip site navigation (1)Skip section navigation (2)
Date:      Tue, 13 Jan 2009 19:46:32 -0900
From:      Mel <fbsd.questions@rachie.is-a-geek.net>
To:        freebsd-questions@freebsd.org
Cc:        Mitja <lumiwa@gmail.com>
Subject:   Re: FreeBSD-SA-09:03.ntpd
Message-ID:  <200901131946.32580.fbsd.questions@rachie.is-a-geek.net>
In-Reply-To: <200901131830.59570.lumiwa@gmail.com>
References:  <200901131830.59570.lumiwa@gmail.com>

next in thread | previous in thread | raw e-mail | index | archive | help
On Tuesday 13 January 2009 15:30:59 Mitja wrote:
> I did as instructions says:
> b) Execute the following commands as root:
>
> # cd /usr/src
> # patch < /path/to/patch
> # cd /usr/src/lib/bind
> # make obj && make depend && make && make install
> # cd /usr/src/usr.sbin/named
> # make obj && make depend && make && make install
> # /etc/rc.d/named restart
>
> ...and I got:
>
> make: don't know how to
> make /usr/obj/usr/src/usr.sbin/ntp/ntpd/../libparse/libparse.a. Stop

If your subject is correct, you're confusing two seperate advistories. The 
09:03.ntpd is for ntpd. So you'd have to:
# cd /usr/src/usr.sbin/ntp/ntpd

Either way, if you don't have an up-to-date (as in before patch) buildworld 
in /usr/obj, you can't rebuild like this, as the Makefiles do not contain 
targets to build dependencies in other directories.

-- 
Mel

Problem with today's modular software: they start with the modules
    and never get to the software part.



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