On 15/04/2017 19:49, Pierre Labastie wrote:

On 15/04/2017 17:37, Roger Koehler wrote:
I just completed a new build of LFS SVN using jhalfs, including
blfs_root, but it bombed out when building scons:

running install_lib
error: [Errno 38] Function not implemented

I tried it manually following BLFS with same error.

I could reproduce it on a laptop with a core2duo, and debian 8 as a host. Actually, after building LFS, mount virtual devices using the instructions on the page "Preparing Virtual Kernel Filesystems", chroot using the instructions on the page "Cleaning up". Then build Python 2.7.13, then run:
---------------------
$ python
[...]
>>> import os
>>> os.urandom(1)
Traceback (most recent call last):
  File "<stdin>", line 1, in <module>
OSError: [Errno 38] Function not implemented
---------------------
Note that _there is_ a file /dev/urandom, and that:
---------------
$ hexdump /dev/urandom
---------------
returns random output...

Actually, looking at logs from building Python, I see that this error occurs while building Python...
But it is not caught because of the "&&"...
I do not have the logs of working installations.
Pierre

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

Reply via email to