hiromi-mi / esolang-box

Easy and standardized docker images for 200+ esoteric (and non-esoteric) languages.
https://hub.docker.com/u/esolang/
MIT License
3 stars 4 forks source link

Update brainfuck-moratorium #7

Open hiromi-mi opened 3 years ago

hiromi-mi commented 3 years ago

Keystone のビルドが通らない

hiromi-mi commented 3 years ago
#5 350.2 Install the project...
#5 350.2 -- Install configuration: "Release"
(中略)
#5 350.3 if test -n ""; then \
#5 350.3    python setup.py build -b ./build install --root=""; \
#5 350.3 else \
#5 350.3    python setup.py build -b ./build install; \
#5 350.3 fi
#5 350.3 /bin/sh: python: not found
#5 350.3 make: *** [Makefile:18: install] Error 127
#5 350.3 make: Leaving directory '/root/keystone/bindings/python'

Python3 を python コマンドとして実行している模様

hiromi-mi commented 3 years ago

Alpine から Keystone を導入し移植したものの Segmentation Fault で落ちる