On 2018/08/23 10:38, Kirill Bychkov wrote:
> CVSROOT:      /cvs
> Module name:  ports
> Changes by:   [email protected]   2018/08/23 10:38:11
> 
> Modified files:
>       devel/boost    : Makefile 
>       devel/boost/pkg: PLIST 
> Added files:
>       devel/boost/patches: patch-libs_locale_build_Jamfile_v2 
> 
> Log message:
> enable Unicode/ICU support in Regex
> bulk build on macppc, i386 and amd64 by myself
> ok rsadowsk@ (maintainer)
> 

Build failed on i386, logs from previous (working) version and new (failing)
version attached. Excerpt of the failing log inline:

...patience...
...patience...
...patience...
...patience...
...patience...
...found 17034 targets...
...updating 32 targets...
clang-linux.archive 
bin.v2/libs/python/build/clang-gnu-linux-6.0.0/release/link-static/pch-off/threadapi-pthread/libboost_python3.a
common.copy stage/lib/libboost_python3.a
clang-linux.compile.c++.without-pth 
bin.v2/libs/python/build/clang-gnu-linux-6.0.0/release/link-static/pch-off/threadapi-pthread/numpy/dtype.o
In file included from libs/python/src/numpy/dtype.cpp:11:
In file included from ./boost/python/numpy/internal.hpp:17:
In file included from ./boost/python.hpp:11:
In file included from ./boost/python/args.hpp:8:
In file included from ./boost/python/detail/prefix.hpp:13:
./boost/python/detail/wrap_python.hpp:50:11: fatal error: 'pyconfig.h' file not 
found
# include <pyconfig.h>
          ^~~~~~~~~~~~
1 error generated.

  "clang++" -c -x c++ -O2 -pipe   -pthread -O2 -pipe   -pthread -O3 -Wno-inline 
-Wall -march=i686 -m32 -O2 -pipe   -pthread -O2 -pipe   -pthread 
-DBOOST_ALL_NO_LIB=1 -DBOOST_NUMPY_SOURCE -DBOOST_NUMPY_STATIC_LIB 
-DBOOST_PYTHON_STATIC_LIB -DNDEBUG -I"." -I"/usr/local/include/python3.6" 
-I"/usr/local/lib/python3.6/site-packages/numpy/core/include" -o 
"bin.v2/libs/python/build/clang-gnu-linux-6.0.0/release/link-static/pch-off/threadapi-pthread/numpy/dtype.o"
 "libs/python/src/numpy/dtype.cpp"

...failed clang-linux.compile.c++.without-pth 
bin.v2/libs/python/build/clang-gnu-linux-6.0.0/release/link-static/pch-off/threadapi-pthread/numpy/dtype.o...



One thing I notice is it's using -I"/usr/local/include/python3.6" -
the headers are in /usr/local/include/python3.6m.

Reply via email to