pyenv install 2.7.5构建失败Fedora 29

2024-06-02 00:29:24 发布

您现在位置:Python中文网/ 问答频道 /正文

我正在尝试在pyenv中安装python版本2.7.5,但是获取构建失败错误。你知道吗

但是,对于其他python版本(如2.7.15和3.7.3)来说,工作正常。你知道吗

错误:

Installing Python-2.7.5...
patching file ./Modules/readline.c
Hunk #1 succeeded at 204 (offset -2 lines).
Hunk #2 succeeded at 747 (offset -2 lines).
Hunk #3 succeeded at 857 (offset -2 lines).
Hunk #4 succeeded at 905 (offset -13 lines).
patching file ./Lib/site.py
patching file ./Lib/ssl.py
Hunk #2 succeeded at 430 (offset -5 lines).
patching file ./Modules/_ssl.c
Hunk #1 succeeded at 65 (offset -2 lines).
Hunk #2 succeeded at 304 (offset -4 lines).
Hunk #3 succeeded at 1729 (offset -83 lines).

BUILD FAILED (Fedora 29 using python-build 1.2.9-35-gb6109093)

Inspect or clean up the working tree at /tmp/python-build.20190707202141.31769
Results logged to /tmp/python-build.20190707202141.31769.log

Last 10 log lines:
        Modules/python.o \
        libpython2.7.a -lpthread -ldl  -lutil   -lm  
/usr/bin/ld: libpython2.7.a(posixmodule.o): in function `posix_tmpnam':
/tmp/python-build.20190707202141.31769/Python-2.7.5/./Modules/posixmodule.c:7515: warning: the use of `tmpnam_r' is dangerous, better use `mkstemp'
/usr/bin/ld: libpython2.7.a(posixmodule.o): in function `posix_tempnam':
/tmp/python-build.20190707202141.31769/Python-2.7.5/./Modules/posixmodule.c:7462: warning: the use of `tempnam' is dangerous, better use `mkstemp'
./python -E -S -m sysconfig --generate-posix-vars
Could not find platform dependent libraries <exec_prefix>
Consider setting $PYTHONHOME to <prefix>[:<exec_prefix>]
make: *** [Makefile:464: pybuilddir.txt] Segmentation fault (core dumped

不同机器上的行为相同(都有Fedora 29)

按照pyenv wiki上的说明安装所有必备软件包


Tags: themodulespyenvprefixusetmpatposix