Roberto Nibali wrote:
> chroot("/var/tmp/LFS")                  = 0
> chdir("/")                              = 0
> execve("/tools/bin/env", ["/tools/bin/env", "-i", "HOME=/root", "TERM=linux",
> "PS1=\\u:\\w\\$ ", "PATH=/bin:/usr/bin:/sbin:/usr/sb"..., "/tools/bin/bash",
> "--login", "+h"], [/* 71 vars */]) = -1 ENOENT (No such file or directory)

Looks like you maybe don't have a /var/tmp/LFS/tools/bin/env file, so
after the code does the chroot, it can't find /tools/bin/env.

Was /tools a symlink to /var/tmp/LFS/tools, like in the book?

I'm not familiar with the lfs_next_to_existing_systems.txt hint, but did
you follow that at all?  I would think that if you did, you wouldn't be
doing the chroot, though.

Attachment: signature.asc
Description: OpenPGP digital signature

-- 
http://linuxfromscratch.org/mailman/listinfo/lfs-dev
FAQ: http://www.linuxfromscratch.org/faq/
Unsubscribe: See the above information page

Reply via email to