Hi, i'm trying to figure why nodejs 4 fails on kfreebsd (it's actually the embedded v8 that is failing) it boils down to pthread_mutex_t not being defined does it ring any bell ?
Missing -lpthread ? The build log https://buildd.debian.org/status/fetch.php?pkg=nodejs&arch=kfreebsd-amd64&ver=4.0.0%7Edfsg-2&stamp=1442021456 and the source contains typedef pthread_mutex_t NativeHandle; Thanks, Jérémy