asdf-community / asdf-community/asdf-python
[Makefile:1048: install] Error 139 on Manjaro
- Dominant language
- Shell
- Stars
- 729
- Forks
- 65
- PR merge metrics
- No merged PRs in 30d
Description
When I try to install python with `asdf install python 3.5.6` the build fails and outputs the following error:
```
BUILD FAILED (ManjaroLinux 21.0.7 using python-build 2.0.1-6-g5f751985)
Inspect or clean up the working tree at /tmp/python-build.20210619134141.48867
Results logged to /tmp/python-build.20210619134141.48867.log
Last 10 log lines:
(cd /home/guilherme/.asdf/installs/python/3.5.10/share/man/man1; ln -s python3.5.1 python3.1)
if test "xupgrade" != "xno" ; then \
case upgrade in \
upgrade) ensurepip="--upgrade" ;; \
install|*) ensurepip="" ;; \
esac; \
./python -E -m ensurepip \
$ensurepip --root=/ ; \
fi
make: *** [Makefile:1048: install] Error 139
```
I tried other versions 3.5.x and got the same error.
I was able to install the activepython from the list, though. But I still would like to understand what went wrong with the official versions.
Thanks.
Contributor guide
No contributing guide indexed for this repository
Assessment
This issue has not been assessed yet.