I'm trying to upgrade boost-libs and encounter the following error:
On the host the file can be found under /usr/include/clang/3.4.1/emmintrin.h. In the basejail the file is not available, there are no clang 3.4.1 headers (but /usr/include/clang/3.3).
I use
Code:
portmaster devel/boost-libs
[...]
In file included from ./boost/math/special_functions/detail/bessel_jy.hpp:14:
In file included from ./boost/math/special_functions/gamma.hpp:28:
In file included from ./boost/math/special_functions/lanczos.hpp:1288:
./boost/math/special_functions/detail/lanczos_sse2.hpp:13:10: fatal error: 'emmintrin.h' file not found
#include <emmintrin.h>
^
1 error generated.
[...]
On the host the file can be found under /usr/include/clang/3.4.1/emmintrin.h. In the basejail the file is not available, there are no clang 3.4.1 headers (but /usr/include/clang/3.3).
I use
ezjail-admin update -u to update the basejail. Why are there no up-to-date headers?