Subject: Re: pkg/33940: several packages fail to build because of missing *proto
To: None <jlam@NetBSD.org, gnats-admin@netbsd.org, pkgsrc-bugs@netbsd.org,>
From: None <joerg@britannica.bec.de>
List: pkgsrc-bugs
Date: 07/10/2006 18:01:41
On Sun, Jul 09, 2006 at 12:00:07PM +0000, joerg@britannica.bec.de wrote:
>  This is not specific to *proto packages, I see other breakages in my
>  current bulk build. E.g. textproc/ipadic or textproc/troffcvt.
>  
>  Johnny, this looks once more like a problem with recursive
>  BUILD_DEPENDS.

The problem is best illustrated by cad/MyHDL-iverilog. It includes
cad/verilog/b3.mk which in turn includes devel/gperf/b3.mk.
Due to the way dependencies are now computed, gperf is not showing up as
direct dependency of MyHDL-iverilog anymore, but the buildlink phase
expects it to be present.

For install-depends, the tree really has to be flattened as well.

Joerg