Subject: Re:
To: Ruth Anne <raladue@xocolatl.com>
From: Joe Reed <jnr@po.cwru.edu>
List: netbsd-help
Date: 03/05/2002 22:58:18
my first suggestion would be to attempt to tweak the pkgsrc Makefile.  

maybe add a CONFIGURE_ARGS+= line or somehting.  i'm not sure, maybe someone 
more familiar with the pkgsrc makefiles could suggest something of the sort.

--joe

On Tuesday 05 March 2002 15:03, Ruth Anne wrote:
> I am attempting to make amanda (the backup package) on NetBSD
> 1.5_ALPHA. (yes, I know.)
>
> the make dies with the following message:
>
> cat amcheckdb.sh > amcheckdb
> chmod a+x amcheckdb
> cat amcleanup.sh > amcleanup
> chmod a+x amcleanup
> cat amdump.sh > amdump
> chmod a+x amdump
> make: don't know how to make amoverview. Stop
> *** Error code 1
>
> I googled, and discovered that this is fixed in the pkgsrc for
> amanda, but I can't use the pkgsrc because I need to build amanda with
> kerberos.  Any idea what I need to make this work?  How do I integrate
> this into my build?
>
> Thanks for any help,
>
> --Ruth Anne