V20 更新以后编译不通过了,有解决办法吗?
Tofloor
poster avatar
hupeiice
deepin
2020-09-18 23:55
Author
LD_LIBRARY_PATH=/buildroot/output/rockchip_rk3308_32_debug/build/host-python-2.7.14 ./python -E -S -m sysconfig --generate-posix-vars ;\
if test $? -ne 0 ; then \
        echo "generate-posix-vars failed" ; \
        rm -f ./pybuilddir.txt ; \
        exit 1 ; \
fi
Segmentation fault
generate-posix-vars failed
make[2]: *** [Makefile:516: pybuilddir.txt] Error 1


Reply Favorite View the author
All Replies
走钢丝
deepin
2020-09-19 00:02
#1
编译的时候出现了段错误?是不是少了什么东西?

Reply View the author
hupeiice
deepin
2020-09-19 00:17
#2
不知道少了什么,之前15.11的时候编译是可以通过的。。
Reply View the author
hupeiice
deepin
2020-09-19 00:18
#3
https://bbs.deepin.org/post/202423
编译的时候出现了段错误?是不是少了什么东西?

不知道少了什么,之前15.11的时候编译是可以通过的。。
Reply View the author