[ 71%] Built target check_symbol
[ 71%] Built target copy_paddle_pybind
[ 99%] Built target paddle_fluid_origin
[100%] Generating build/.timestamp
fatal: no tag exactly matches '0c8fde7dce86ca19d48bc303760cec6079fcd42a'
not an ELF executable
Traceback (most recent call last):
File "setup.py", line 187, in
raise Exception("patch core.so failed, command: %s" % command)
Exception: patch core.so failed, command: patchelf --set-rpath '$ORIGIN/../libs/' /paddle/build/python/paddle/fluid/core.so
python/CMakeFiles/paddle_python.dir/build.make:419: recipe for target 'python/build/.timestamp' failed
make[2]: *** [python/build/.timestamp] Error 1
CMakeFiles/Makefile2:29172: recipe for target 'python/CMakeFiles/paddle_python.dir/all' failed
make[1]: *** [python/CMakeFiles/paddle_python.dir/all] Error 2
Makefile:149: recipe for target 'all' failed
make: *** [all] Error 2
修改一下paddle/python/setup.py.in第186行,加一行 print(command), 看看执行了啥
后边重新执行了一下configure就好了,可能之前失败重启容器没有执行