Home
Categories
WIKI
Topic
User
LANGUAGE:
中文
English
V20 更新以后编译不通过了,有解决办法吗?
Experiences and Insight
747
views ·
3
replies ·
To
floor
Go
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
Like 0
Favorite
View the author
All Replies
走钢丝
deepin
2020-09-19 00:02
#1
编译的时候出现了段错误?是不是少了什么东西?
Reply
Like 0
View the author
hupeiice
deepin
2020-09-19 00:17
#2
不知道少了什么,之前15.11的时候编译是可以通过的。。
Reply
Like 0
View the author
hupeiice
deepin
2020-09-19 00:18
#3
https://bbs.deepin.org/post/202423
编译的时候出现了段错误?是不是少了什么东西?
不知道少了什么,之前15.11的时候编译是可以通过的。。
Reply
Like 0
View the author
Please
sign
in first
Featured Collection
Change
[Tutorial] deepin25 WSL Offline Installation Guide
UOS AI 2.8 Released! Three New Intelligent Agents & Major Evolution
Solid Q&A | deepin 25 Common Questions – The Immutable System Edition
New Thread
Popular Events
More
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