Re: [lfs-support] make install of Python 3 causes: 3273 Illegal instruction

2018-05-26 Thread René Nyffenegger
> On Sat, 26 May 2018 10:14:09 +0200 > René Nyffenegger wrote: > >> Architecture:x86_64 >> . >> . >> target='x86_64-pc-linux-gnu' >> target_alias='' >> target_cpu='x86_64' >> target_os='linux-gnu' >> target_vendor='pc' > > >René, > >

Re: [lfs-support] make install of Python 3 causes: 3273 Illegal instruction

2018-05-26 Thread Michael Shell
On Sat, 26 May 2018 10:14:09 +0200 René Nyffenegger wrote: >Architecture:x86_64 > . > . >target='x86_64-pc-linux-gnu' >target_alias='' >target_cpu='x86_64' >target_os='linux-gnu' >target_vendor='pc' René, That all looks OK to me. Can

Re: [lfs-support] make install of Python 3 causes: 3273 Illegal instruction

2018-05-26 Thread René Nyffenegger
On Sat, 26 May 2018 09:29:40 +0200 René Nyffenegger wrote: /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=/ Randy, What CPU does your system have?

Re: [lfs-support] make install of Python 3 causes: 3273 Illegal instruction

2018-05-26 Thread Michael Shell
On Sat, 26 May 2018 09:29:40 +0200 René Nyffenegger wrote: > /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=/ Randy, What CPU does your system have?

[lfs-support] make install of Python 3 causes: 3273 Illegal instruction

2018-05-26 Thread René Nyffenegger
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)