asdf-community / asdf-community/asdf-python
[Makefile:1048: install] Error 139 on Manjaro
オープン
まだ誰も着手していません。
- 主要言語
- Shell
- スター
- 730
- フォーク
- 65
- PR マージ指標
- 30日以内にマージされた PR はありません
説明
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.
コントリビューションガイド
このリポジトリのコントリビューションガイドは索引されていません
はじめの一歩
- issue を最後まで読み、次にプロジェクトのコントリビューションガイドを読みます。
- 着手することを issue にコメントします — 二人が同じ作業をするのを防げます。
- リポジトリをフォークし、ブランチを切って変更します。
- issue 番号を参照したプルリクエストを送ります。
調査の方向性
まず Manjaro で asdf install python 3.5.6 を再現し、/tmp/python-build.20210619134141.48867.log のログを調べます。その際、Makefile:1048 のインストール手順と ensurepip コマンドに注目してください。公式の Python 3.5 ビルドが Error 139 で終了する理由を特定し、検証済みの説明または解決策を文書化できれば完了です。
索引モデルが issue の本文から書いたものです。
評価
- 技術スタック
- python, shell
- 領域
- build-system, tooling
- issue の種類
- バグ
- 難易度
- 4/5
- 見積もり時間
- 3〜5日
- 活発さ
- 停滞
- 明瞭さ
- 説明が足りない
- 初心者へのやさしさ
- 25/100