id summary reporter owner description type status milestone component version severity resolution keywords cc 7847 BUG: on linux, the non-standard is included, breaking build with musl libc anonymous Vladimir Prus "wait.h is not linux-specific, but GLIBC specific. here's the patch that makes it work. without this patch, it is not possible to build boost on any non-glibc linux platform. --- boost_1_52_0.org/tools/build/v2/engine/execunix.c 2013-01-04 09:45:43.165000002 +0000 +++ boost_1_52_0/tools/build/v2/engine/execunix.c 2013-01-04 09:46:20.095000004 +0000 @@ -18,7 +18,7 @@ #include #include -#if defined(sun) || defined(__sun) || defined(linux) +#if defined(sun) || defined(__sun) || defined(__GLIBC__) #include #endif " Bugs closed To Be Determined build Boost 1.52.0 Showstopper fixed