Subject: Re: CVS commit: pkgsrc/lang/gcc34-ada
To: John R. Shannon <shannonjr@NetBSD.org>
From: Krister Walfridsson <cato@df.lth.se>
List: tech-pkg
Date: 07/01/2004 00:34:29
On Tue, 29 Jun 2004, John R. Shannon wrote:

>
> Module Name:	pkgsrc
> Committed By:	shannonjr
> Date:		Tue Jun 29 18:00:18 UTC 2004
>
> Update of /cvsroot/pkgsrc/lang/gcc34-ada
> In directory ivanova.netbsd.org:/tmp/cvs-serv4322
>
> Log Message:
> This is the Ada compiler from the gcc 3.4 compiler suite.
>
> Status:
>
> Vendor Tag:	TNF
> Release Tags:	pkgsrc-base
>
> N pkgsrc/lang/gcc34-ada/buildlink3.mk

This prints error messages if gcc34-ada is not installed (I noticed this
when my bulk builds created the dependecy trees).

You can see this with "make show-depends-dirs" in devel/florist:
  pc> make show-depends-dirs
  /usr/pkg/gcc34-ada/bin/gcc: not found
  usage: dirname path
  make: "/usr/local/src/netbsd/pkgsrc/devel/florist/../../lang/gcc34-ada/buildlink3.mk"
line 18: warning: "/usr/bin/dirname `/usr/pkg/gcc34-ada/bin/gcc --print-libgcc-file-name`" returned non-zero status
   devel/pth devel/autoconf213 devel/gmake lang/gcc34-ada

   /Krister