On Wed, Jan 30, 2019 at 10:30:42PM +0000, Stuart Henderson wrote: > On 2019/01/30 20:39, Matthieu Herrb wrote: > > Hi, > > > > Am I the only one to see OpenBSD's dpb junk too many packages > > (including build dependencies for the current package) and causing > > lots of errors in blul packages build? > > > > It looks to me like there is a bug, rather than really too many ports > > with broken dependencies. > > > > Example of such a failure: > > https://herrb.eu/ettercap-0.7.5.3p6-no_x11.log > > > > cmake gets removed by junk, while its clearly used to build the > > package (and the makefile says MODULES= devel/cmake) > > > > Another example: https://herrb.eu/py-paste-script-1.7.5p2.log > > > > I'm using 'doas ./infrastructure/bin/dpb -c -j8 -s -M800M' to start > > the bulk (the machine has has 16 cpu and 144GB of RAM). > > -- > > Matthieu Herrb > > > > FWIW I don't see that here. But I don't use -c, -s or -M. > Does it still happen if you remove some/all of those flags?
Hi, Thanks for the suggestion. Indeed dropping -c (the only option that I've almost always used) seem to fix the issue. I fail to understand why (as I was starting with a clean WRKOBJDIR, so the 'clean' phase should be a no-op, and moreover it comes before the depend / junk phase). But now dpb experts know where to look. -- Matthieu Herrb