Subject: Re: pkgsrc question...
To: Larson, Timothy E. <Larson.Timothy1@mayo.edu>
From: Frederick Bruckman <fredb@immanent.net>
List: netbsd-help
Date: 05/02/2003 08:14:42
On Fri, 2 May 2003, Larson, Timothy E. wrote:

> I'm trying to build dt from source on 1.6, after my recently posted
> problem (on port-mac68k) trying to install the binary package.  I
> grabbed pkgsrc yesterday and got to work.  I get this message:
>
> Your package tools need to be updated to 2002/11/23 versions.  The
> installed package tools were last updated on 2002/08/04.  Please
> "make install" in ../../pkgtools/pkg_install.
>
> So I do that.  And that gives me this error:
>
> You need to have the 'text' set installed to build this package!
>
> I thought I had installed it, but it's been awhile, so I dug out my
> CD and installed it.  Then I try the 'make install' of the package
> tools again.  Exact same problem!  So I look at the Makefile to
> determine exactly what it thinks is wrong.  It appears that I don't
> have a /usr/share/tmac/tmac.andoc file on my system, which seems to
> be the indicator it's checking.  Where do I get this sucker?

It's in the "text" set. It's supposed to be a hard-link to "tmac.an"
(and vice-versa). It's there, in the set on ftp.netbsd.org:

fredb@babylon5.netbsd.org-> pwd
/pub/NetBSD/NetBSD-1.6/i386/binary/sets
fredb@babylon5.netbsd.org-> tar tzvf text.tgz | grep 'tmac\.an'
-r--r--r-- root/wheel     2330 Sep  8 13:22 2002 ./usr/share/tmac/tmac.andoc
-r--r--r-- root/wheel     8285 Sep  8 14:29 2002 ./usr/share/tmac/tmac.an.old
-r--r--r-- root/wheel        0 Sep  8 13:22 2002 ./usr/share/tmac/tmac.an link to ./usr/share/tmac/tmac.andoc

Frederick