I am trying to make Python 3.64 in the course of creating LFS 8.2 (http://www.linuxfromscratch.org/lfs/view/stable/chapter06/Python.html)

Both the ./configure and make step seem to run OK.

However, executing "make install" causes:
/bin/sh: line 7: 3273 Illegal instruction (core dumped) LD_LIBRARY_PATH=/usr/lfs/sources/untarred/Python-3.6.4 ./python -E -m ensurepip $ensurepip --root=/
make: *** [Makefile:1099: install] Error 132

Within the chroot environment and the build directory, I can execute the freshly built python ok:
./python
./python -V

What's causing the problem seems to be the ensurepip module:
./python -E -m ensurepip

I am unable to even think of a cause of this behaviour and any help on that is appreciated.

Rene




--
http://lists.linuxfromscratch.org/listinfo/lfs-support
FAQ: http://www.linuxfromscratch.org/blfs/faq.html
Unsubscribe: See the above information page

Do not top post on this list.

A: Because it messes up the order in which people normally read text.
Q: Why is top-posting such a bad thing?
A: Top-posting.
Q: What is the most annoying thing in e-mail?

http://en.wikipedia.org/wiki/Posting_style

Reply via email to