Subject: Re: Question/Problem building pkg_install
To: Christopher W. Richardson <cwr@nexthop.com>
From: Johnny C. Lam <jlam@NetBSD.org>
List: tech-pkg
Date: 02/20/2004 14:16:30
On Fri, Feb 20, 2004 at 08:19:12AM -0500, Christopher W. Richardson wrote:
> cwr@grizzly-0$pwd
> /usr/pkgsrc/pkgtools/pkg_install
> cwr@grizzly-0$cd ../..
> cwr@grizzly-0$cvs up -Pd
> cwr@grizzly-0$cd pkgtools/pkg_install
> cwr@grizzly-0$grep ^#.*NetBSD.*\$$ ../../mk/compiler/gcc.mk
> # $NetBSD: gcc.mk,v 1.55 2004/02/20 07:18:19 jlam Exp $
> cwr@grizzly-0$make show-var VARNAME=_GCC_REQD
> none
> cwr@grizzly-0$make USETOOLS=no update
> ===> Unable to satisfy dependency: gcc3-c>=none

Can I also get the output from the following from within the
pkgtools/pkg_install directory?

  (1) make show-var VARNAME=GCC_REQD
  (2) make show-var VARNAME=PKG_INFO
  (3) make show-var VARNAME=PKG_ADMIN
  (4) the relevant bits of /etc/mk.conf

Thanks!

	-- Johnny Lam <jlam@NetBSD.org>