"tdbtorture" doesn't build on Solaris since it uses "nanosleep". I checked the dependency and in our case we really rely on it (we need it to wait for 1/10 sec - so with "sleep" it's undoable). To make this work also on Solaris we need to link against "librt" (-lrt).
Add also Jelmer since he is a build system expert
Created attachment 5496 [details] patch Does that fix it? Volker
Yeah, I tested this on OpenSolaris and it worked. vl, feel free to push it!
It's up to the tdb maintainers to push this. You might want to re-assign this bug to tridge or Rusty Russel. Volker
Rusty, would you like to push this fix (remove dependency on "nanosleep" in tdbtorture)?
Did push it to master, closing the bug. If someone complains, we can always revert it. Volker