autogen.sh fails to build Boost when the environment has pyconfig.h only for python3 but not for python2
- Dominant language
- C++
- Stars
- 13.7k
- Forks
- 1.1k
- PR merge metrics
- No merged PRs in 30d
Description
```
Detecting Python version... 2.7
```
```
gcc.compile.c++ bin.v2/libs/python/build/gcc-10.2.0/release/debug-symbols-on/link-static/python-2.7/threading-multi/visibility-global/str.o
"g++" -m64 -pthread -O3 -finline-functions -Wno-inline -Wall -g -fvisibility=default -DBOOST_ALL_NO_LIB=1 -DBOOST_PYTHON_SOURCE -DBOOST_PYTHON_STATIC_LIB -DNDEBUG -I"." -I"/usr/include/python2.7" -c -o "bin.v2/libs/python/build/gcc-10.2.0/release/debug-symbols-on/link-static/python-2.7/threading-multi/visibility-global/str.o" "libs/python/src/str.cpp"
In file included from ./boost/python/detail/prefix.hpp:13,
from ./boost/python/str.hpp:8,
from libs/python/src/str.cpp:4:
./boost/python/detail/wrap_python.hpp:50:11: fatal error: pyconfig.h: No such file or directory
50 | # include
| ^~~~~~~~~~~~
compilation terminated.
...failed gcc.compile.c++ bin.v2/libs/python/build/gcc-10.2.0/release/debug-symbols-on/link-static/python-2.7/threading-multi/visibility-global/str.o...
```
```
$ LANG=C find /usr -name pyconfig.h
find: '/usr/share/doc/google-chrome-stable': Permission denied
/usr/include/x86_64-linux-gnu/python3.8/pyconfig.h
/usr/include/python3.8/pyconfig.h
```
I guess `autogen.sh` also needs to support `--with-python` parameter? Or some kind of smart detection?
Full transcript
```
$ LANG=C ./autogen.sh
+ PREFIX=/usr/local
+ python3 build/fbcode_builder/getdeps.py build --src-dir=. watchman --project-install-prefix=watchman:/usr/local
---
+ GETDEPS_BUILD_DIR=/tmp/fbcode_builder_getdeps-ZhomeZnodakaiZsrcZwatchman-HEADZbuildZfbcode_builder/build \
+ GETDEPS_INSTALL_DIR=/tmp/fbcode_builder_getdeps-ZhomeZnodakaiZsrcZwatchman-HEADZbuildZfbcode_builder/installed \
+ cd /tmp/fbcode_builder_getdeps-ZhomeZnodakaiZsrcZwatchman-HEADZbuildZfbcode_builder/extracted/boost-boost_1_69_0.tar.bz2/boost_1_69_0 && \
+ /tmp/fbcode_builder_getdeps-ZhomeZnodakaiZsrcZwatchman-HEADZbuildZfbcode_builder/extracted/boost-boost_1_69_0.tar.bz2/boost_1_69_0/bootstrap.sh \
+ --prefix=/tmp/fbcode_builder_getdeps-ZhomeZnodakaiZsrcZwatchman-HEADZbuildZfbcode_builder/installed/boost-H71anHTdULod6uUQhr4Os1ugkSGdsl0Hxfuv1lZRSqw
Building Boost.Build engine with toolset gcc... tools/build/src/engine/bin.linuxx86_64/b2
Detecting Python version... 2.7
Detecting Python root... /usr
Unicode/ICU support for Boost.Regex?... /usr
Backing up existing Boost.Build configuration in project-config.jam.6
Generating Boost.Build configuration in project-config.jam...
Bootstrapping is done. To build, run:
./b2
To adjust configuration, edit 'project-config.jam'.
Further information:
- Command line help:
./b2 --help
- Getting started guide:
http://www.boost.org/more/getting_started/unix-variants.html
- Boost.Build documentation:
http://www.boost.org/build/doc/html/index.html
---
+ GETDEPS_BUILD_DIR=/tmp/fbcode_builder_getdeps-ZhomeZnodakaiZsrcZwatchman-HEADZbuildZfbcode_builder/build \
+ GETDEPS_INSTALL_DIR=/tmp/fbcode_builder_getdeps-ZhomeZnodakaiZsrcZwatchman-HEADZbuildZfbcode_builder/installed \
+ cd /tmp/fbcode_builder_getdeps-ZhomeZnodakaiZsrcZwatchman-HEADZbuildZfbcode_builder/extracted/boost-boost_1_69_0.tar.bz2/boost_1_69_0 && \
+ /tmp/fbcode_builder_getdeps-ZhomeZnodakaiZsrcZwatchman-HEADZbuildZfbcode_builder/extracted/boost-boost_1_69_0.tar.bz2/boost_1_69_0/b2 \
+ -j8 \
+ --prefix=/tmp/fbcode_builder_getdeps-ZhomeZnodakaiZsrcZwatchman-HEADZbuildZfbcode_builder/installed/boost-H71anHTdULod6uUQhr4Os1ugkSGdsl0Hxfuv1lZRSqw \
+ --builddir=/tmp/fbcode_builder_getdeps-ZhomeZnodakaiZsrcZwatchman-HEADZbuildZfbcode_builder/build/boost-H71anHTdULod6uUQhr4Os1ugkSGdsl0Hxfuv1lZRSqw \
+ --with-atomic \
+ --with-chrono \
+ --with-container \
+ --with-context \
+ --with-contract \
+ --with-coroutine \
+ --with-date_time \
+ --with-exception \
+ --with-fiber \
+ --with-filesystem \
+ --with-graph \
+ --with-graph_parallel \
+ --with-iostreams \
+ --with-locale \
+ --with-log \
+ --with-math \
+ --with-mpi \
+ --with-program_options \
+ --with-python \
+ --with-random \
+ --with-regex \
+ --with-serialization \
+ --with-stacktrace \
+ --with-system \
+ --with-test \
+ --with-thread \
+ --with-timer \
+ --with-type_erasure \
+ --with-wave \
+ link=static \
+ runtime-link=shared \
+ variant=release \
+ threading=multi \
+ debug-symbols=on \
+ visibility=global \
+ -d2 \
+ install
Performing configuration checks
- default address-model : 64-bit (cached)
- default architecture : x86 (cached)
- C++11 mutex : yes (cached)
- lockfree boost::atomic_flag : yes (cached)
- Boost.Config Feature Check: cxx11_auto_declarations : yes (cached)
- Boost.Config Feature Check: cxx11_constexpr : yes (cached)
- Boost.Config Feature Check: cxx11_defaulted_functions : yes (cached)
- Boost.Config Feature Check: cxx11_final : yes (cached)
- Boost.Config Feature Check: cxx11_hdr_mutex : yes (cached)
- Boost.Config Feature Check: cxx11_hdr_tuple : yes (cached)
- Boost.Config Feature Check: cxx11_lambdas : yes (cached)
- Boost.Config Feature Check: cxx11_noexcept : yes (cached)
- Boost.Config Feature Check: cxx11_nullptr : yes (cached)
- Boost.Config Feature Check: cxx11_rvalue_references : yes (cached)
- Boost.Config Feature Check: cxx11_template_aliases : yes (cached)
- Boost.Config Feature Check: cxx11_thread_local : yes (cached)
- Boost.Config Feature Check: cxx11_variadic_templates : yes (cached)
- has_icu builds : yes (cached)
warning: Graph library does not contain MPI-based parallel components.
note: to enable them, add "using mpi ;" to your user-config.jam
- zlib : yes (cached)
- bzip2 : no (cached)
- lzma : no (cached)
- zstd : no (cached)
- iconv (libc) : yes (cached)
- icu : yes (cached)
warning: non-free usage requirements shared ignored
warning: in main-target build_options at libs/locale/build/Jamfile.v2:414
warning: non-free usage requirements shared ignored
warning: in main-target build_flags at libs/locale/build/Jamfile.v2:415
- native-atomic-int32-supported : yes (cached)
- native-syslog-supported : yes (cached)
- pthread-supports-robust-mutexes : yes (cached)
- compiler-supports-ssse3 : yes (cached)
- compiler-supports-avx2 : yes (cached)
- gcc visibility : yes (cached)
- long double support : yes (cached)
warning: skipping optional Message Passing Interface (MPI) library.
note: to enable MPI support, add "using mpi ;" to user-config.jam.
note: to suppress this message, pass "--without-mpi" to bjam.
note: otherwise, you can safely ignore this message.
- libbacktrace builds : yes (cached)
- addr2line builds : yes (cached)
- WinDbg builds : no (cached)
- WinDbgCached builds : no (cached)
- BOOST_COMP_GNUC >= 4.3.0 : no (cached)
Component configuration:
- atomic : building
- chrono : building
- container : building
- context : building
- contract : building
- coroutine : building
- date_time : building
- exception : building
- fiber : building
- filesystem : building
- graph : building
- graph_parallel : building
- iostreams : building
- locale : building
- log : building
- math : building
- mpi : building
- program_options : building
- python : building
- random : building
- regex : building
- serialization : building
- stacktrace : building
- system : building
- test : building
- thread : building
- timer : building
- type_erasure : building
- wave : building
...patience...
...patience...
...patience...
...patience...
...patience...
...patience...
...found 44446 targets...
...updating 39 targets...
gcc.compile.c++ bin.v2/libs/python/build/gcc-10.2.0/release/debug-symbols-on/link-static/python-2.7/threading-multi/visibility-global/str.o
"g++" -m64 -pthread -O3 -finline-functions -Wno-inline -Wall -g -fvisibility=default -DBOOST_ALL_NO_LIB=1 -DBOOST_PYTHON_SOURCE -DBOOST_PYTHON_STATIC_LIB -DNDEBUG -I"." -I"/usr/include/python2.7" -c -o "bin.v2/libs/python/build/gcc-10.2.0/release/debug-symbols-on/link-static/python-2.7/threading-multi/visibility-global/str.o" "libs/python/src/str.cpp"
In file included from ./boost/python/detail/prefix.hpp:13,
from ./boost/python/str.hpp:8,
from libs/python/src/str.cpp:4:
./boost/python/detail/wrap_python.hpp:50:11: fatal error: pyconfig.h: No such file or directory
50 | # include
| ^~~~~~~~~~~~
compilation terminated.
...failed gcc.compile.c++ bin.v2/libs/python/build/gcc-10.2.0/release/debug-symbols-on/link-static/python-2.7/threading-multi/visibility-global/str.o...
gcc.compile.c++ bin.v2/libs/python/build/gcc-10.2.0/release/debug-symbols-on/link-static/python-2.7/threading-multi/visibility-global/dict.o
"g++" -m64 -pthread -O3 -finline-functions -Wno-inline -Wall -g -fvisibility=default -DBOOST_ALL_NO_LIB=1 -DBOOST_PYTHON_SOURCE -DBOOST_PYTHON_STATIC_LIB -DNDEBUG -I"." -I"/usr/include/python2.7" -c -o "bin.v2/libs/python/build/gcc-10.2.0/release/debug-symbols-on/link-static/python-2.7/threading-multi/visibility-global/dict.o" "libs/python/src/dict.cpp"
In file included from ./boost/python/detail/prefix.hpp:13,
from ./boost/python/dict.hpp:8,
from libs/python/src/dict.cpp:4:
./boost/python/detail/wrap_python.hpp:50:11: fatal error: pyconfig.h: No such file or directory
50 | # include
| ^~~~~~~~~~~~
compilation terminated.
...failed gcc.compile.c++ bin.v2/libs/python/build/gcc-10.2.0/release/debug-symbols-on/link-static/python-2.7/threading-multi/visibility-global/dict.o...
gcc.compile.c++ bin.v2/libs/python/build/gcc-10.2.0/release/debug-symbols-on/link-static/python-2.7/threading-multi/visibility-global/list.o
"g++" -m64 -pthread -O3 -finline-functions -Wno-inline -Wall -g -fvisibility=default -DBOOST_ALL_NO_LIB=1 -DBOOST_PYTHON_SOURCE -DBOOST_PYTHON_STATIC_LIB -DNDEBUG -I"." -I"/usr/include/python2.7" -c -o "bin.v2/libs/python/build/gcc-10.2.0/release/debug-symbols-on/link-static/python-2.7/threading-multi/visibility-global/list.o" "libs/python/src/list.cpp"
In file included from ./boost/python/detail/prefix.hpp:13,
from ./boost/python/list.hpp:8,
from libs/python/src/list.cpp:5:
./boost/python/detail/wrap_python.hpp:50:11: fatal error: pyconfig.h: No such file or directory
50 | # include
| ^~~~~~~~~~~~
compilation terminated.
...failed gcc.compile.c++ bin.v2/libs/python/build/gcc-10.2.0/release/debug-symbols-on/link-static/python-2.7/threading-multi/visibility-global/list.o...
gcc.compile.c++ bin.v2/libs/python/build/gcc-10.2.0/release/debug-symbols-on/link-static/python-2.7/threading-multi/visibility-global/long.o
"g++" -m64 -pthread -O3 -finline-functions -Wno-inline -Wall -g -fvisibility=default -DBOOST_ALL_NO_LIB=1 -DBOOST_PYTHON_SOURCE -DBOOST_PYTHON_STATIC_LIB -DNDEBUG -I"." -I"/usr/include/python2.7" -c -o "bin.v2/libs/python/build/gcc-10.2.0/release/debug-symbols-on/link-static/python-2.7/threading-multi/visibility-global/long.o" "libs/python/src/long.cpp"
In file included from ./boost/python/detail/prefix.hpp:13,
from ./boost/python/long.hpp:8,
from libs/python/src/long.cpp:5:
./boost/python/detail/wrap_python.hpp:50:11: fatal error: pyconfig.h: No such file or directory
50 | # include
| ^~~~~~~~~~~~
compilation terminated.
...failed gcc.compile.c++ bin.v2/libs/python/build/gcc-10.2.0/release/debug-symbols-on/link-static/python-2.7/threading-multi/visibility-global/long.o...
gcc.compile.c++ bin.v2/libs/python/build/gcc-10.2.0/release/debug-symbols-on/link-static/python-2.7/threading-multi/visibility-global/slice.o
"g++" -m64 -pthread -O3 -finline-functions -Wno-inline -Wall -g -fvisibility=default -DBOOST_ALL_NO_LIB=1 -DBOOST_PYTHON_SOURCE -DBOOST_PYTHON_STATIC_LIB -DNDEBUG -I"." -I"/usr/include/python2.7" -c -o "bin.v2/libs/python/build/gcc-10.2.0/release/debug-symbols-on/link-static/python-2.7/threading-multi/visibility-global/slice.o" "libs/python/src/slice.cpp"
In file included from ./boost/python/detail/prefix.hpp:13,
from ./boost/python/slice.hpp:9,
from libs/python/src/slice.cpp:1:
./boost/python/detail/wrap_python.hpp:50:11: fatal error: pyconfig.h: No such file or directory
50 | # include
| ^~~~~~~~~~~~
compilation terminated.
...failed gcc.compile.c++ bin.v2/libs/python/build/gcc-10.2.0/release/debug-symbols-on/link-static/python-2.7/threading-multi/visibility-global/slice.o...
gcc.compile.c++ bin.v2/libs/python/build/gcc-10.2.0/release/debug-symbols-on/link-static/python-2.7/threading-multi/visibility-global/converter/registry.o
"g++" -m64 -pthread -O3 -finline-functions -Wno-inline -Wall -g -fvisibility=default -DBOOST_ALL_NO_LIB=1 -DBOOST_PYTHON_SOURCE -DBOOST_PYTHON_STATIC_LIB -DNDEBUG -I"." -I"/usr/include/python2.7" -c -o "bin.v2/libs/python/build/gcc-10.2.0/release/debug-symbols-on/link-static/python-2.7/threading-multi/visibility-global/converter/registry.o" "libs/python/src/converter/registry.cpp"
In file included from ./boost/python/detail/prefix.hpp:13,
from ./boost/python/type_id.hpp:8,
from ./boost/python/converter/registry.hpp:7,
from libs/python/src/converter/registry.cpp:5:
./boost/python/detail/wrap_python.hpp:50:11: fatal error: pyconfig.h: No such file or directory
50 | # include
| ^~~~~~~~~~~~
compilation terminated.
...failed gcc.compile.c++ bin.v2/libs/python/build/gcc-10.2.0/release/debug-symbols-on/link-static/python-2.7/threading-multi/visibility-global/converter/registry.o...
gcc.compile.c++ bin.v2/libs/python/build/gcc-10.2.0/release/debug-symbols-on/link-static/python-2.7/threading-multi/visibility-global/tuple.o
"g++" -m64 -pthread -O3 -finline-functions -Wno-inline -Wall -g -fvisibility=default -DBOOST_ALL_NO_LIB=1 -DBOOST_PYTHON_SOURCE -DBOOST_PYTHON_STATIC_LIB -DNDEBUG -I"." -I"/usr/include/python2.7" -c -o "bin.v2/libs/python/build/gcc-10.2.0/release/debug-symbols-on/link-static/python-2.7/threading-multi/visibility-global/tuple.o" "libs/python/src/tuple.cpp"
In file included from ./boost/python/detail/prefix.hpp:13,
from ./boost/python/tuple.hpp:8,
from libs/python/src/tuple.cpp:5:
./boost/python/detail/wrap_python.hpp:50:11: fatal error: pyconfig.h: No such file or directory
50 | # include
| ^~~~~~~~~~~~
compilation terminated.
...failed gcc.compile.c++ bin.v2/libs/python/build/gcc-10.2.0/release/debug-symbols-on/link-static/python-2.7/threading-multi/visibility-global/tuple.o...
gcc.compile.c++ bin.v2/libs/python/build/gcc-10.2.0/release/debug-symbols-on/link-static/python-2.7/threading-multi/visibility-global/object/enum.o
"g++" -m64 -pthread -O3 -finline-functions -Wno-inline -Wall -g -fvisibility=default -DBOOST_ALL_NO_LIB=1 -DBOOST_PYTHON_SOURCE -DBOOST_PYTHON_STATIC_LIB -DNDEBUG -I"." -I"/usr/include/python2.7" -c -o "bin.v2/libs/python/build/gcc-10.2.0/release/debug-symbols-on/link-static/python-2.7/threading-multi/visibility-global/object/enum.o" "libs/python/src/object/enum.cpp"
In file included from ./boost/python/detail/prefix.hpp:13,
from ./boost/python/object_core.hpp:10,
from ./boost/python/object/enum_base.hpp:8,
from libs/python/src/object/enum.cpp:6:
./boost/python/detail/wrap_python.hpp:50:11: fatal error: pyconfig.h: No such file or directory
50 | # include
| ^~~~~~~~~~~~
compilation terminated.
...failed gcc.compile.c++ bin.v2/libs/python/build/gcc-10.2.0/release/debug-symbols-on/link-static/python-2.7/threading-multi/visibility-global/object/enum.o...
gcc.compile.c++ bin.v2/libs/python/build/gcc-10.2.0/release/debug-symbols-on/link-static/python-2.7/threading-multi/visibility-global/converter/type_id.o
"g++" -m64 -pthread -O3 -finline-functions -Wno-inline -Wall -g -fvisibility=default -DBOOST_ALL_NO_LIB=1 -DBOOST_PYTHON_SOURCE -DBOOST_PYTHON_STATIC_LIB -DNDEBUG -I"." -I"/usr/include/python2.7" -c -o "bin.v2/libs/python/build/gcc-10.2.0/release/debug-symbols-on/link-static/python-2.7/threading-multi/visibility-global/converter/type_id.o" "libs/python/src/converter/type_id.cpp"
In file included from ./boost/python/detail/prefix.hpp:13,
from ./boost/python/type_id.hpp:8,
from libs/python/src/converter/type_id.cpp:6:
./boost/python/detail/wrap_python.hpp:50:11: fatal error: pyconfig.h: No such file or directory
50 | # include
| ^~~~~~~~~~~~
compilation terminated.
...failed gcc.compile.c++ bin.v2/libs/python/build/gcc-10.2.0/release/debug-symbols-on/link-static/python-2.7/threading-multi/visibility-global/converter/type_id.o...
gcc.compile.c++ bin.v2/libs/python/build/gcc-10.2.0/release/debug-symbols-on/link-static/python-2.7/threading-multi/visibility-global/converter/from_python.o
"g++" -m64 -pthread -O3 -finline-functions -Wno-inline -Wall -g -fvisibility=default -DBOOST_ALL_NO_LIB=1 -DBOOST_PYTHON_SOURCE -DBOOST_PYTHON_STATIC_LIB -DNDEBUG -I"." -I"/usr/include/python2.7" -c -o "bin.v2/libs/python/build/gcc-10.2.0/release/debug-symbols-on/link-static/python-2.7/threading-multi/visibility-global/converter/from_python.o" "libs/python/src/converter/from_python.cpp"
In file included from ./boost/python/detail/prefix.hpp:13,
from ./boost/python/converter/from_python.hpp:8,
from libs/python/src/converter/from_python.cpp:6:
./boost/python/detail/wrap_python.hpp:50:11: fatal error: pyconfig.h: No such file or directory
50 | # include
| ^~~~~~~~~~~~
compilation terminated.
...failed gcc.compile.c++ bin.v2/libs/python/build/gcc-10.2.0/release/debug-symbols-on/link-static/python-2.7/threading-multi/visibility-global/converter/from_python.o...
gcc.compile.c++ bin.v2/libs/python/build/gcc-10.2.0/release/debug-symbols-on/link-static/python-2.7/threading-multi/visibility-global/object/inheritance.o
"g++" -m64 -pthread -O3 -finline-functions -Wno-inline -Wall -g -fvisibility=default -DBOOST_ALL_NO_LIB=1 -DBOOST_PYTHON_SOURCE -DBOOST_PYTHON_STATIC_LIB -DNDEBUG -I"." -I"/usr/include/python2.7" -c -o "bin.v2/libs/python/build/gcc-10.2.0/release/debug-symbols-on/link-static/python-2.7/threading-multi/visibility-global/object/inheritance.o" "libs/python/src/object/inheritance.cpp"
In file included from ./boost/python/detail/prefix.hpp:13,
from ./boost/python/type_id.hpp:8,
from ./boost/python/object/inheritance.hpp:8,
from libs/python/src/object/inheritance.cpp:5:
./boost/python/detail/wrap_python.hpp:50:11: fatal error: pyconfig.h: No such file or directory
50 | # include
| ^~~~~~~~~~~~
compilation terminated.
...failed gcc.compile.c++ bin.v2/libs/python/build/gcc-10.2.0/release/debug-symbols-on/link-static/python-2.7/threading-multi/visibility-global/object/inheritance.o...
gcc.compile.c++ bin.v2/libs/python/build/gcc-10.2.0/release/debug-symbols-on/link-static/python-2.7/threading-multi/visibility-global/object/function.o
"g++" -m64 -pthread -O3 -finline-functions -Wno-inline -Wall -g -fvisibility=default -DBOOST_ALL_NO_LIB=1 -DBOOST_PYTHON_SOURCE -DBOOST_PYTHON_STATIC_LIB -DNDEBUG -I"." -I"/usr/include/python2.7" -c -o "bin.v2/libs/python/build/gcc-10.2.0/release/debug-symbols-on/link-static/python-2.7/threading-multi/visibility-global/object/function.o" "libs/python/src/object/function.cpp"
In file included from ./boost/python/detail/prefix.hpp:13,
from ./boost/python/object/function.hpp:8,
from ./boost/python/docstring_options.hpp:8,
from libs/python/src/object/function.cpp:6:
./boost/python/detail/wrap_python.hpp:50:11: fatal error: pyconfig.h: No such file or directory
50 | # include
| ^~~~~~~~~~~~
compilation terminated.
...failed gcc.compile.c++ bin.v2/libs/python/build/gcc-10.2.0/release/debug-symbols-on/link-static/python-2.7/threading-multi/visibility-global/object/function.o...
gcc.compile.c++ bin.v2/libs/python/build/gcc-10.2.0/release/debug-symbols-on/link-static/python-2.7/threading-multi/visibility-global/object/class.o
"g++" -m64 -pthread -O3 -finline-functions -Wno-inline -Wall -g -fvisibility=default -DBOOST_ALL_NO_LIB=1 -DBOOST_PYTHON_SOURCE -DBOOST_PYTHON_STATIC_LIB -DNDEBUG -I"." -I"/usr/include/python2.7" -c -o "bin.v2/libs/python/build/gcc-10.2.0/release/debug-symbols-on/link-static/python-2.7/threading-multi/visibility-global/object/class.o" "libs/python/src/object/class.cpp"
In file included from ./boost/python/detail/prefix.hpp:13,
from libs/python/src/object/class.cpp:6:
./boost/python/detail/wrap_python.hpp:50:11: fatal error: pyconfig.h: No such file or directory
50 | # include
| ^~~~~~~~~~~~
compilation terminated.
...failed gcc.compile.c++ bin.v2/libs/python/build/gcc-10.2.0/release/debug-symbols-on/link-static/python-2.7/threading-multi/visibility-global/object/class.o...
gcc.compile.c++ bin.v2/libs/python/build/gcc-10.2.0/release/debug-symbols-on/link-static/python-2.7/threading-multi/visibility-global/object/pickle_support.o
"g++" -m64 -pthread -O3 -finline-functions -Wno-inline -Wall -g -fvisibility=default -DBOOST_ALL_NO_LIB=1 -DBOOST_PYTHON_SOURCE -DBOOST_PYTHON_STATIC_LIB -DNDEBUG -I"." -I"/usr/include/python2.7" -c -o "bin.v2/libs/python/build/gcc-10.2.0/release/debug-symbols-on/link-static/python-2.7/threading-multi/visibility-global/object/pickle_support.o" "libs/python/src/object/pickle_support.cpp"
In file included from ./boost/python/detail/prefix.hpp:13,
from ./boost/python/make_function.hpp:8,
from libs/python/src/object/pickle_support.cpp:6:
./boost/python/detail/wrap_python.hpp:50:11: fatal error: pyconfig.h: No such file or directory
50 | # include
| ^~~~~~~~~~~~
compilation terminated.
...failed gcc.compile.c++ bin.v2/libs/python/build/gcc-10.2.0/release/debug-symbols-on/link-static/python-2.7/threading-multi/visibility-global/object/pickle_support.o...
gcc.compile.c++ bin.v2/libs/python/build/gcc-10.2.0/release/debug-symbols-on/link-static/python-2.7/threading-multi/visibility-global/converter/builtin_converters.o
"g++" -m64 -pthread -O3 -finline-functions -Wno-inline -Wall -g -fvisibility=default -DBOOST_ALL_NO_LIB=1 -DBOOST_PYTHON_SOURCE -DBOOST_PYTHON_STATIC_LIB -DNDEBUG -I"." -I"/usr/include/python2.7" -c -o "bin.v2/libs/python/build/gcc-10.2.0/release/debug-symbols-on/link-static/python-2.7/threading-multi/visibility-global/converter/builtin_converters.o" "libs/python/src/converter/builtin_converters.cpp"
In file included from ./boost/python/detail/prefix.hpp:13,
from ./boost/python/handle.hpp:8,
from libs/python/src/converter/builtin_converters.cpp:6:
./boost/python/detail/wrap_python.hpp:50:11: fatal error: pyconfig.h: No such file or directory
50 | # include
| ^~~~~~~~~~~~
compilation terminated.
...failed gcc.compile.c++ bin.v2/libs/python/build/gcc-10.2.0/release/debug-symbols-on/link-static/python-2.7/threading-multi/visibility-global/converter/builtin_converters.o...
gcc.compile.c++ bin.v2/libs/python/build/gcc-10.2.0/release/debug-symbols-on/link-static/python-2.7/threading-multi/visibility-global/errors.o
"g++" -m64 -pthread -O3 -finline-functions -Wno-inline -Wall -g -fvisibility=default -DBOOST_ALL_NO_LIB=1 -DBOOST_PYTHON_SOURCE -DBOOST_PYTHON_STATIC_LIB -DNDEBUG -I"." -I"/usr/include/python2.7" -c -o "bin.v2/libs/python/build/gcc-10.2.0/release/debug-symbols-on/link-static/python-2.7/threading-multi/visibility-global/errors.o" "libs/python/src/errors.cpp"
In file included from ./boost/python/detail/prefix.hpp:13,
from ./boost/python/errors.hpp:12,
from libs/python/src/errors.cpp:10:
./boost/python/detail/wrap_python.hpp:50:11: fatal error: pyconfig.h: No such file or directory
50 | # include
| ^~~~~~~~~~~~
compilation terminated.
...failed gcc.compile.c++ bin.v2/libs/python/build/gcc-10.2.0/release/debug-symbols-on/link-static/python-2.7/threading-multi/visibility-global/errors.o...
gcc.compile.c++ bin.v2/libs/python/build/gcc-10.2.0/release/debug-symbols-on/link-static/python-2.7/threading-multi/visibility-global/object/life_support.o
"g++" -m64 -pthread -O3 -finline-functions -Wno-inline -Wall -g -fvisibility=default -DBOOST_ALL_NO_LIB=1 -DBOOST_PYTHON_SOURCE -DBOOST_PYTHON_STATIC_LIB -DNDEBUG -I"." -I"/usr/include/python2.7" -c -o "bin.v2/libs/python/build/gcc-10.2.0/release/debug-symbols-on/link-static/python-2.7/threading-multi/visibility-global/object/life_support.o" "libs/python/src/object/life_support.cpp"
In file included from ./boost/python/detail/prefix.hpp:13,
from ./boost/python/object/life_support.hpp:7,
from libs/python/src/object/life_support.cpp:5:
./boost/python/detail/wrap_python.hpp:50:11: fatal error: pyconfig.h: No such file or directory
50 | # include
| ^~~~~~~~~~~~
compilation terminated.
...failed gcc.compile.c++ bin.v2/libs/python/build/gcc-10.2.0/release/debug-symbols-on/link-static/python-2.7/threading-multi/visibility-global/object/life_support.o...
gcc.compile.c++ bin.v2/libs/python/build/gcc-10.2.0/release/debug-symbols-on/link-static/python-2.7/threading-multi/visibility-global/module.o
"g++" -m64 -pthread -O3 -finline-functions -Wno-inline -Wall -g -fvisibility=default -DBOOST_ALL_NO_LIB=1 -DBOOST_PYTHON_SOURCE -DBOOST_PYTHON_STATIC_LIB -DNDEBUG -I"." -I"/usr/include/python2.7" -c -o "bin.v2/libs/python/build/gcc-10.2.0/release/debug-symbols-on/link-static/python-2.7/threading-multi/visibility-global/module.o" "libs/python/src/module.cpp"
In file included from ./boost/python/detail/prefix.hpp:13,
from ./boost/python/scope.hpp:8,
from libs/python/src/module.cpp:9:
./boost/python/detail/wrap_python.hpp:50:11: fatal error: pyconfig.h: No such file or directory
50 | # include
| ^~~~~~~~~~~~
compilation terminated.
...failed gcc.compile.c++ bin.v2/libs/python/build/gcc-10.2.0/release/debug-symbols-on/link-static/python-2.7/threading-multi/visibility-global/module.o...
gcc.compile.c++ bin.v2/libs/python/build/gcc-10.2.0/release/debug-symbols-on/link-static/python-2.7/threading-multi/visibility-global/converter/arg_to_python_base.o
"g++" -m64 -pthread -O3 -finline-functions -Wno-inline -Wall -g -fvisibility=default -DBOOST_ALL_NO_LIB=1 -DBOOST_PYTHON_SOURCE -DBOOST_PYTHON_STATIC_LIB -DNDEBUG -I"." -I"/usr/include/python2.7" -c -o "bin.v2/libs/python/build/gcc-10.2.0/release/debug-symbols-on/link-static/python-2.7/threading-multi/visibility-global/converter/arg_to_python_base.o" "libs/python/src/converter/arg_to_python_base.cpp"
In file included from ./boost/python/detail/prefix.hpp:13,
from ./boost/python/handle.hpp:8,
from ./boost/python/converter/arg_to_python_base.hpp:7,
from libs/python/src/converter/arg_to_python_base.cpp:6:
./boost/python/detail/wrap_python.hpp:50:11: fatal error: pyconfig.h: No such file or directory
50 | # include
| ^~~~~~~~~~~~
compilation terminated.
...failed gcc.compile.c++ bin.v2/libs/python/build/gcc-10.2.0/release/debug-symbols-on/link-static/python-2.7/threading-multi/visibility-global/converter/arg_to_python_base.o...
gcc.compile.c++ bin.v2/libs/python/build/gcc-10.2.0/release/debug-symbols-on/link-static/python-2.7/threading-multi/visibility-global/object/stl_iterator.o
"g++" -m64 -pthread -O3 -finline-functions -Wno-inline -Wall -g -fvisibility=default -DBOOST_ALL_NO_LIB=1 -DBOOST_PYTHON_SOURCE -DBOOST_PYTHON_STATIC_LIB -DNDEBUG -I"." -I"/usr/include/python2.7" -c -o "bin.v2/libs/python/build/gcc-10.2.0/release/debug-symbols-on/link-static/python-2.7/threading-multi/visibility-global/object/stl_iterator.o" "libs/python/src/object/stl_iterator.cpp"
In file included from ./boost/python/detail/prefix.hpp:13,
from ./boost/python/ssize_t.hpp:9,
from ./boost/python/object.hpp:8,
from libs/python/src/object/stl_iterator.cpp:10:
./boost/python/detail/wrap_python.hpp:50:11: fatal error: pyconfig.h: No such file or directory
50 | # include
| ^~~~~~~~~~~~
compilation terminated.
...failed gcc.compile.c++ bin.v2/libs/python/build/gcc-10.2.0/release/debug-symbols-on/link-static/python-2.7/threading-multi/visibility-global/object/stl_iterator.o...
gcc.compile.c++ bin.v2/libs/python/build/gcc-10.2.0/release/debug-symbols-on/link-static/python-2.7/threading-multi/visibility-global/object/iterator.o
"g++" -m64 -pthread -O3 -finline-functions -Wno-inline -Wall -g -fvisibility=default -DBOOST_ALL_NO_LIB=1 -DBOOST_PYTHON_SOURCE -DBOOST_PYTHON_STATIC_LIB -DNDEBUG -I"." -I"/usr/include/python2.7" -c -o "bin.v2/libs/python/build/gcc-10.2.0/release/debug-symbols-on/link-static/python-2.7/threading-multi/visibility-global/object/iterator.o" "libs/python/src/object/iterator.cpp"
In file included from ./boost/python/detail/prefix.hpp:13,
from ./boost/python/object_fwd.hpp:8,
from ./boost/python/object/iterator_core.hpp:8,
from libs/python/src/object/iterator.cpp:6:
./boost/python/detail/wrap_python.hpp:50:11: fatal error: pyconfig.h: No such file or directory
50 | # include
| ^~~~~~~~~~~~
compilation terminated.
...failed gcc.compile.c++ bin.v2/libs/python/build/gcc-10.2.0/release/debug-symbols-on/link-static/python-2.7/threading-multi/visibility-global/object/iterator.o...
gcc.compile.c++ bin.v2/libs/python/build/gcc-10.2.0/release/debug-symbols-on/link-static/python-2.7/threading-multi/visibility-global/object_protocol.o
"g++" -m64 -pthread -O3 -finline-functions -Wno-inline -Wall -g -fvisibility=default -DBOOST_ALL_NO_LIB=1 -DBOOST_PYTHON_SOURCE -DBOOST_PYTHON_STATIC_LIB -DNDEBUG -I"." -I"/usr/include/python2.7" -c -o "bin.v2/libs/python/build/gcc-10.2.0/release/debug-symbols-on/link-static/python-2.7/threading-multi/visibility-global/object_protocol.o" "libs/python/src/object_protocol.cpp"
In file included from ./boost/python/detail/prefix.hpp:13,
from ./boost/python/object_protocol.hpp:8,
from libs/python/src/object_protocol.cpp:6:
./boost/python/detail/wrap_python.hpp:50:11: fatal error: pyconfig.h: No such file or directory
50 | # include
| ^~~~~~~~~~~~
compilation terminated.
...failed gcc.compile.c++ bin.v2/libs/python/build/gcc-10.2.0/release/debug-symbols-on/link-static/python-2.7/threading-multi/visibility-global/object_protocol.o...
gcc.compile.c++ bin.v2/libs/python/build/gcc-10.2.0/release/debug-symbols-on/link-static/python-2.7/threading-multi/visibility-global/object_operators.o
"g++" -m64 -pthread -O3 -finline-functions -Wno-inline -Wall -g -fvisibility=default -DBOOST_ALL_NO_LIB=1 -DBOOST_PYTHON_SOURCE -DBOOST_PYTHON_STATIC_LIB -DNDEBUG -I"." -I"/usr/include/python2.7" -c -o "bin.v2/libs/python/build/gcc-10.2.0/release/debug-symbols-on/link-static/python-2.7/threading-multi/visibility-global/object_operators.o" "libs/python/src/object_operators.cpp"
In file included from ./boost/python/detail/prefix.hpp:13,
from ./boost/python/object_operators.hpp:8,
from libs/python/src/object_operators.cpp:6:
./boost/python/detail/wrap_python.hpp:50:11: fatal error: pyconfig.h: No such file or directory
50 | # include
| ^~~~~~~~~~~~
compilation terminated.
...failed gcc.compile.c++ bin.v2/libs/python/build/gcc-10.2.0/release/debug-symbols-on/link-static/python-2.7/threading-multi/visibility-global/object_operators.o...
gcc.compile.c++ bin.v2/libs/python/build/gcc-10.2.0/release/debug-symbols-on/link-static/python-2.7/threading-multi/visibility-global/exec.o
"g++" -m64 -pthread -O3 -finline-functions -Wno-inline -Wall -g -fvisibility=default -DBOOST_ALL_NO_LIB=1 -DBOOST_PYTHON_SOURCE -DBOOST_PYTHON_STATIC_LIB -DNDEBUG -I"." -I"/usr/include/python2.7" -c -o "bin.v2/libs/python/build/gcc-10.2.0/release/debug-symbols-on/link-static/python-2.7/threading-multi/visibility-global/exec.o" "libs/python/src/exec.cpp"
In file included from ./boost/python/detail/prefix.hpp:13,
from ./boost/python/ssize_t.hpp:9,
from ./boost/python/object.hpp:8,
from ./boost/python/exec.hpp:8,
from libs/python/src/exec.cpp:6:
./boost/python/detail/wrap_python.hpp:50:11: fatal error: pyconfig.h: No such file or directory
50 | # include
| ^~~~~~~~~~~~
compilation terminated.
...failed gcc.compile.c++ bin.v2/libs/python/build/gcc-10.2.0/release/debug-symbols-on/link-static/python-2.7/threading-multi/visibility-global/exec.o...
gcc.compile.c++ bin.v2/libs/python/build/gcc-10.2.0/release/debug-symbols-on/link-static/python-2.7/threading-multi/visibility-global/import.o
"g++" -m64 -pthread -O3 -finline-functions -Wno-inline -Wall -g -fvisibility=default -DBOOST_ALL_NO_LIB=1 -DBOOST_PYTHON_SOURCE -DBOOST_PYTHON_STATIC_LIB -DNDEBUG -I"." -I"/usr/include/python2.7" -c -o "bin.v2/libs/python/build/gcc-10.2.0/release/debug-symbols-on/link-static/python-2.7/threading-multi/visibility-global/import.o" "libs/python/src/import.cpp"
In file included from ./boost/python/detail/prefix.hpp:13,
from ./boost/python/ssize_t.hpp:9,
from ./boost/python/object.hpp:8,
from ./boost/python/import.hpp:8,
from libs/python/src/import.cpp:6:
./boost/python/detail/wrap_python.hpp:50:11: fatal error: pyconfig.h: No such file or directory
50 | # include
| ^~~~~~~~~~~~
compilation terminated.
...failed gcc.compile.c++ bin.v2/libs/python/build/gcc-10.2.0/release/debug-symbols-on/link-static/python-2.7/threading-multi/visibility-global/import.o...
gcc.compile.c++ bin.v2/libs/python/build/gcc-10.2.0/release/debug-symbols-on/link-static/python-2.7/threading-multi/visibility-global/wrapper.o
"g++" -m64 -pthread -O3 -finline-functions -Wno-inline -Wall -g -fvisibility=default -DBOOST_ALL_NO_LIB=1 -DBOOST_PYTHON_SOURCE -DBOOST_PYTHON_STATIC_LIB -DNDEBUG -I"." -I"/usr/include/python2.7" -c -o "bin.v2/libs/python/build/gcc-10.2.0/release/debug-symbols-on/link-static/python-2.7/threading-multi/visibility-global/wrapper.o" "libs/python/src/wrapper.cpp"
In file included from ./boost/python/detail/prefix.hpp:13,
from ./boost/python/detail/wrapper_base.hpp:7,
from ./boost/python/wrapper.hpp:7,
from libs/python/src/wrapper.cpp:5:
./boost/python/detail/wrap_python.hpp:50:11: fatal error: pyconfig.h: No such file or directory
50 | # include
| ^~~~~~~~~~~~
compilation terminated.
...failed gcc.compile.c++ bin.v2/libs/python/build/gcc-10.2.0/release/debug-symbols-on/link-static/python-2.7/threading-multi/visibility-global/wrapper.o...
gcc.compile.c++ bin.v2/libs/python/build/gcc-10.2.0/release/debug-symbols-on/link-static/python-2.7/threading-multi/visibility-global/numpy/matrix.o
"g++" -m64 -pthread -O3 -finline-functions -Wno-inline -Wall -g -fvisibility=default -DBOOST_ALL_NO_LIB=1 -DBOOST_NUMPY_SOURCE -DBOOST_NUMPY_STATIC_LIB -DBOOST_PYTHON_STATIC_LIB -DNDEBUG -I"." -I"/usr/include/python2.7" -I"/usr/lib/python2.7/dist-packages/numpy/core/include" -c -o "bin.v2/libs/python/build/gcc-10.2.0/release/debug-symbols-on/link-static/python-2.7/threading-multi/visibility-global/numpy/matrix.o" "libs/python/src/numpy/matrix.cpp"
In file included from ./boost/python/detail/prefix.hpp:13,
from ./boost/python/args.hpp:8,
from ./boost/python.hpp:11,
from ./boost/python/numpy/internal.hpp:17,
from libs/python/src/numpy/matrix.cpp:8:
./boost/python/detail/wrap_python.hpp:50:11: fatal error: pyconfig.h: No such file or directory
50 | # include
| ^~~~~~~~~~~~
compilation terminated.
...failed gcc.compile.c++ bin.v2/libs/python/build/gcc-10.2.0/release/debug-symbols-on/link-static/python-2.7/threading-multi/visibility-global/numpy/matrix.o...
gcc.compile.c++ bin.v2/libs/python/build/gcc-10.2.0/release/debug-symbols-on/link-static/python-2.7/threading-multi/visibility-global/object/function_doc_signature.o
"g++" -m64 -pthread -O3 -finline-functions -Wno-inline -Wall -g -fvisibility=default -DBOOST_ALL_NO_LIB=1 -DBOOST_PYTHON_SOURCE -DBOOST_PYTHON_STATIC_LIB -DNDEBUG -I"." -I"/usr/include/python2.7" -c -o "bin.v2/libs/python/build/gcc-10.2.0/release/debug-symbols-on/link-static/python-2.7/threading-multi/visibility-global/object/function_doc_signature.o" "libs/python/src/object/function_doc_signature.cpp"
In file included from ./boost/python/detail/prefix.hpp:13,
from ./boost/python/converter/registrations.hpp:8,
from libs/python/src/object/function_doc_signature.cpp:9:
./boost/python/detail/wrap_python.hpp:50:11: fatal error: pyconfig.h: No such file or directory
50 | # include
| ^~~~~~~~~~~~
compilation terminated.
...failed gcc.compile.c++ bin.v2/libs/python/build/gcc-10.2.0/release/debug-symbols-on/link-static/python-2.7/threading-multi/visibility-global/object/function_doc_signature.o...
...skipped libboost_python27.a(clean) for lack of list.o...
...skipped libboost_python27.a for lack of list.o...
...skipped
libboost_python27.a for lack of libboost_python27.a...
gcc.compile.c++ bin.v2/libs/python/build/gcc-10.2.0/release/debug-symbols-on/link-static/python-2.7/threading-multi/visibility-global/numpy/dtype.o
"g++" -m64 -pthread -O3 -finline-functions -Wno-inline -Wall -g -fvisibility=default -DBOOST_ALL_NO_LIB=1 -DBOOST_NUMPY_SOURCE -DBOOST_NUMPY_STATIC_LIB -DBOOST_PYTHON_STATIC_LIB -DNDEBUG -I"." -I"/usr/include/python2.7" -I"/usr/lib/python2.7/dist-packages/numpy/core/include" -c -o "bin.v2/libs/python/build/gcc-10.2.0/release/debug-symbols-on/link-static/python-2.7/threading-multi/visibility-global/numpy/dtype.o" "libs/python/src/numpy/dtype.cpp"
In file included from ./boost/python/detail/prefix.hpp:13,
from ./boost/python/args.hpp:8,
from ./boost/python.hpp:11,
from ./boost/python/numpy/internal.hpp:17,
from libs/python/src/numpy/dtype.cpp:11:
./boost/python/detail/wrap_python.hpp:50:11: fatal error: pyconfig.h: No such file or directory
50 | # include
| ^~~~~~~~~~~~
compilation terminated.
...failed gcc.compile.c++ bin.v2/libs/python/build/gcc-10.2.0/release/debug-symbols-on/link-static/python-2.7/threading-multi/visibility-global/numpy/dtype.o...
gcc.compile.c++ bin.v2/libs/python/build/gcc-10.2.0/release/debug-symbols-on/link-static/python-2.7/threading-multi/visibility-global/numpy/ufunc.o
"g++" -m64 -pthread -O3 -finline-functions -Wno-inline -Wall -g -fvisibility=default -DBOOST_ALL_NO_LIB=1 -DBOOST_NUMPY_SOURCE -DBOOST_NUMPY_STATIC_LIB -DBOOST_PYTHON_STATIC_LIB -DNDEBUG -I"." -I"/usr/include/python2.7" -I"/usr/lib/python2.7/dist-packages/numpy/core/include" -c -o "bin.v2/libs/python/build/gcc-10.2.0/release/debug-symbols-on/link-static/python-2.7/threading-multi/visibility-global/numpy/ufunc.o" "libs/python/src/numpy/ufunc.cpp"
In file included from ./boost/python/detail/prefix.hpp:13,
from ./boost/python/args.hpp:8,
from ./boost/python.hpp:11,
from ./boost/python/numpy/internal.hpp:17,
from libs/python/src/numpy/ufunc.cpp:8:
./boost/python/detail/wrap_python.hpp:50:11: fatal error: pyconfig.h: No such file or directory
50 | # include
| ^~~~~~~~~~~~
compilation terminated.
...failed gcc.compile.c++ bin.v2/libs/python/build/gcc-10.2.0/release/debug-symbols-on/link-static/python-2.7/threading-multi/visibility-global/numpy/ufunc.o...
gcc.compile.c++ bin.v2/libs/python/build/gcc-10.2.0/release/debug-symbols-on/link-static/python-2.7/threading-multi/visibility-global/numpy/numpy.o
"g++" -m64 -pthread -O3 -finline-functions -Wno-inline -Wall -g -fvisibility=default -DBOOST_ALL_NO_LIB=1 -DBOOST_NUMPY_SOURCE -DBOOST_NUMPY_STATIC_LIB -DBOOST_PYTHON_STATIC_LIB -DNDEBUG -I"." -I"/usr/include/python2.7" -I"/usr/lib/python2.7/dist-packages/numpy/core/include" -c -o "bin.v2/libs/python/build/gcc-10.2.0/release/debug-symbols-on/link-static/python-2.7/threading-multi/visibility-global/numpy/numpy.o" "libs/python/src/numpy/numpy.cpp"
In file included from ./boost/python/detail/prefix.hpp:13,
from ./boost/python/args.hpp:8,
from ./boost/python.hpp:11,
from ./boost/python/numpy/internal.hpp:17,
from libs/python/src/numpy/numpy.cpp:8:
./boost/python/detail/wrap_python.hpp:50:11: fatal error: pyconfig.h: No such file or directory
50 | # include
| ^~~~~~~~~~~~
compilation terminated.
...failed gcc.compile.c++ bin.v2/libs/python/build/gcc-10.2.0/release/debug-symbols-on/link-static/python-2.7/threading-multi/visibility-global/numpy/numpy.o...
gcc.compile.c++ bin.v2/libs/python/build/gcc-10.2.0/release/debug-symbols-on/link-static/python-2.7/threading-multi/visibility-global/numpy/ndarray.o
"g++" -m64 -pthread -O3 -finline-functions -Wno-inline -Wall -g -fvisibility=default -DBOOST_ALL_NO_LIB=1 -DBOOST_NUMPY_SOURCE -DBOOST_NUMPY_STATIC_LIB -DBOOST_PYTHON_STATIC_LIB -DNDEBUG -I"." -I"/usr/include/python2.7" -I"/usr/lib/python2.7/dist-packages/numpy/core/include" -c -o "bin.v2/libs/python/build/gcc-10.2.0/release/debug-symbols-on/link-static/python-2.7/threading-multi/visibility-global/numpy/ndarray.o" "libs/python/src/numpy/ndarray.cpp"
In file included from ./boost/python/detail/prefix.hpp:13,
from ./boost/python/args.hpp:8,
from ./boost/python.hpp:11,
from ./boost/python/numpy/internal.hpp:17,
from libs/python/src/numpy/ndarray.cpp:8:
./boost/python/detail/wrap_python.hpp:50:11: fatal error: pyconfig.h: No such file or directory
50 | # include
| ^~~~~~~~~~~~
compilation terminated.
...failed gcc.compile.c++ bin.v2/libs/python/build/gcc-10.2.0/release/debug-symbols-on/link-static/python-2.7/threading-multi/visibility-global/numpy/ndarray.o...
gcc.compile.c++ bin.v2/libs/python/build/gcc-10.2.0/release/debug-symbols-on/link-static/python-2.7/threading-multi/visibility-global/numpy/scalars.o
"g++" -m64 -pthread -O3 -finline-functions -Wno-inline -Wall -g -fvisibility=default -DBOOST_ALL_NO_LIB=1 -DBOOST_NUMPY_SOURCE -DBOOST_NUMPY_STATIC_LIB -DBOOST_PYTHON_STATIC_LIB -DNDEBUG -I"." -I"/usr/include/python2.7" -I"/usr/lib/python2.7/dist-packages/numpy/core/include" -c -o "bin.v2/libs/python/build/gcc-10.2.0/release/debug-symbols-on/link-static/python-2.7/threading-multi/visibility-global/numpy/scalars.o" "libs/python/src/numpy/scalars.cpp"
In file included from ./boost/python/detail/prefix.hpp:13,
from ./boost/python/args.hpp:8,
from ./boost/python.hpp:11,
from ./boost/python/numpy/internal.hpp:17,
from libs/python/src/numpy/scalars.cpp:8:
./boost/python/detail/wrap_python.hpp:50:11: fatal error: pyconfig.h: No such file or directory
50 | # include
| ^~~~~~~~~~~~
compilation terminated.
Command '['/tmp/fbcode_builder_getdeps-ZhomeZnodakaiZsrcZwatchman-HEADZbuildZfbcode_builder/extracted/boost-boost_1_69_0.tar.bz2/boost_1_69_0/b2', '-j8', '--prefix=/tmp/fbcode_builder_getdeps-ZhomeZnodakaiZsrcZwatchman-HEADZbuildZfbcode_builder/installed/boost-H71anHTdULod6uUQhr4Os1ugkSGdsl0Hxfuv1lZRSqw', '--builddir=/tmp/fbcode_builder_getdeps-ZhomeZnodakaiZsrcZwatchman-HEADZbuildZfbcode_builder/build/boost-H71anHTdULod6uUQhr4Os1ugkSGdsl0Hxfuv1lZRSqw', '--with-atomic', '--with-chrono', '--with-container', '--with-context', '--with-contract', '--with-coroutine', '--with-date_time', '--with-exception', '--with-fiber', '--with-filesystem', '--with-graph', '--with-graph_parallel', '--with-iostreams', '--with-locale', '--with-log', '--with-math', '--with-mpi', '--with-program_options', '--with-python', '--with-random', '--with-regex', '--with-serialization', '--with-stacktrace', '--with-system', '--with-test', '--with-thread', '--with-timer', '--with-type_erasure', '--with-wave', 'link=static', 'runtime-link=shared', 'variant=release', 'threading=multi', 'debug-symbols=on', 'visibility=global', '-d2', 'install']' returned non-zero exit status 1.
!! Failed
...failed gcc.compile.c++ bin.v2/libs/python/build/gcc-10.2.0/release/debug-symbols-on/link-static/python-2.7/threading-multi/visibility-global/numpy/scalars.o...
...skipped libboost_numpy27.a(clean) for lack of numpy/dtype.o...
...skipped libboost_numpy27.a for lack of numpy/dtype.o...
...skipped
libboost_numpy27.a for lack of libboost_numpy27.a...
...failed updating 33 targets...
...skipped 6 targets...
Building on {distro=debian gnu/, distro_vers=None, fb=off, os=linux, test=on}
Assessing boost...
Building boost...
```
Contributor guide
Assessment
This issue has not been assessed yet.