Subject: Re: pkg_add problems and pkgsrc problems
To: None <port-mac68k@netbsd.org>
From: Tim McNamara <timmcn@bitstream.net>
List: port-mac68k
Date: 02/23/2004 16:54:45
On Feb 22, 2004, at 12:25 PM, Tom Jernigan wrote:
> Sorry about not replying earlier on what I did to fix my pkgsrc and
> pkg_add problems, but I got so busy I didn't have time.
>
> I updated to the latest version of /usr/src via CVS from the 1.6
> release branch.
Do you mean /usr/pkgsrc rather than /usr/src?
> Then I treated it like a security update (since I really don't quite
> know all that the following incantation does, in particular the
> usetools part):
>
> cd /usr/src/usr.sbin/pkg_install
I don't have a "pkg_install" in any sbin directory on my hard drive.
Should this actually be:
cd /usr/pkgsrc/pkgtools/pkg_install
or something else (do you really have a "usr.sbin" directory)?
> make USETOOLS=no cleandir dependall
> make USETOOLS=no install
>
> Both pkg_add and building packages from source now work.