On 13 April 2016 at 10:07, Ulf Magnusson <ulfalizer@gmail.com> wrote:
The problem seems to be a race with building libbsd (and unlucky
timing in my build). Adding libbsd to DEPENDS fixes the problem.

For some added context, libtdb uses a nonstandard ./configure from the
Samba project based on a configuration utility called Waf that I'm a
complete noob on. Perhaps there is some way to disable libbsd support
instead.

This recipe is in meta-oe so this should be on the oe-devel list, not oe-core

And yes, it looks like tdb has a floating dependency on libbsd.  Someone would need to determine if it's best to depend on libbsd always, or tell tbd to not use libbsd even if it can find it at build time.

Ross