hi folks, i have managed to make the binutils pass 2 but make install give me error in the end which denies the permission .. yes i have done chapter 3 and 4 with root and i don't know why this error again .. here is the code:
Code:
make[4]: Leaving directory '/mnt/lfs/sources/binutils-2.27/build/ld'
make[3]: Leaving directory '/mnt/lfs/sources/binutils-2.27/build/ld'
make[2]: Leaving directory '/mnt/lfs/sources/binutils-2.27/build/ld'
make[1]: Nothing to be done for 'all-target'.
make[1]: Leaving directory '/mnt/lfs/sources/binutils-2.27/build'
make[1]: Entering directory '/mnt/lfs/sources/binutils-2.27/build'
/bin/sh ../mkinstalldirs /tools /tools
make[2]: Entering directory '/mnt/lfs/sources/binutils-2.27/build/bfd'
make install-recursive
make[3]: Entering directory '/mnt/lfs/sources/binutils-2.27/build/bfd'
Making install in doc
make[4]: Entering directory '/mnt/lfs/sources/binutils-2.27/build/bfd/doc'
/tools/bin/mkdir -p '/tools/share/info'
/tools/bin/mkdir: cannot create directory '/tools/share/info': Permission denied
make[4]: *** [Makefile:723: install-info-am] Error 1
make[4]: Leaving directory '/mnt/lfs/sources/binutils-2.27/build/bfd/doc'
make[3]: *** [Makefile:1711: install-recursive] Error 1
make[3]: Leaving directory '/mnt/lfs/sources/binutils-2.27/build/bfd'
make[2]: *** [Makefile:1848: install] Error 2
make[2]: Leaving directory '/mnt/lfs/sources/binutils-2.27/build/bfd'
make[1]: *** [Makefile:2793: install-bfd] Error 2
make[1]: Leaving directory '/mnt/lfs/sources/binutils-2.27/build'
make: *** [Makefile:2256: install] Error 2
lfs@rahimullah-VirtualBox:/mnt/lfs/sources/binutils-2.27/build$ ls -ls /tools/share/info
ls: cannot access '/tools/share/info': No such file or directory
lfs@rahimullah-VirtualBox:/mnt/lfs/sources/binutils-2.27/build$ ls -la /tools/share/info
ls: cannot access '/tools/share/info': No such file or directory
lfs@rahimullah-VirtualBox:/mnt/lfs/sources/binutils-2.27/build$ ls -la /tools/share/
total 56
drwxr-xr-x 14 root root 4096 Mar 9 16:00 .
drwxr-xr-x 12 root root 4096 Mar 9 16:00 ..
drwxr-xr-x 2 root root 4096 Mar 9 14:58 aclocal
drwxr-xr-x 2 root root 4096 Mar 9 15:18 awk
drwxr-xr-x 3 root root 4096 Mar 9 15:53 bash-completion
drwxr-xr-x 4 root root 4096 Mar 9 14:58 bison
drwxr-xr-x 5 root root 4096 Mar 9 13:59 dejagnu
drwxr-xr-x 3 root root 4096 Mar 9 11:21 gcc-6.3.0
drwxr-xr-x 4 root root 4096 Mar 9 11:05 i18n
drwxr-xr-x 62 root root 4096 Mar 9 15:49 locale
drwxr-xr-x 2 root root 4096 Mar 9 15:13 misc
drwxr-xr-x 2 root root 4096 Mar 9 14:27 tabset
drwxr-xr-x 44 root root 4096 Mar 9 14:27 terminfo
drwxr-xr-x 7 root root 4096 Mar 9 15:49 texinfo
lfs@rahimullah-VirtualBox:/mnt/lfs/sources/binutils-2.27/build$ ls -la /tools/
total 64
drwxr-xr-x 12 root root 4096 Mar 9 16:00 .
drwxr-xr-x 26 root root 4096 Mar 9 08:56 ..
drwxr-xr-x 2 root root 12288 Mar 9 16:00 bin
drwxr-xr-x 2 root root 4096 Mar 9 11:05 etc
drwxr-xr-x 41 root root 4096 Mar 9 15:55 include
drwxr-xr-x 12 root root 12288 Mar 9 15:57 lib
lrwxrwxrwx 1 root root 3 Mar 9 10:09 lib64 -> lib
drwxr-xr-x 6 root root 4096 Mar 9 15:47 libexec
drwxr-xr-x 2 root root 4096 Mar 9 16:00 sbin
drwxr-xr-x 14 root root 4096 Mar 9 16:00 share
lrwxrwxrwx 1 root root 14 Mar 9 09:36 tools -> /mnt/lfs/tools
drwxr-xr-x 3 root root 4096 Mar 9 11:05 var
drwxr-xr-x 5 root root 4096 Mar 9 11:21 x86_64-lfs-linux-gnu
drwxr-xr-x 4 root root 4096 Mar 9 11:28 x86_64-pc-linux-gnu
lfs@rahimullah-VirtualBox:/mnt/lfs/sources/binutils-2.27/build$ ls -la /tools/share/
total 56
drwxr-xr-x 14 root root 4096 Mar 9 16:00 .
drwxr-xr-x 12 root root 4096 Mar 9 16:00 ..
drwxr-xr-x 2 root root 4096 Mar 9 14:58 aclocal
drwxr-xr-x 2 root root 4096 Mar 9 15:18 awk
drwxr-xr-x 3 root root 4096 Mar 9 15:53 bash-completion
drwxr-xr-x 4 root root 4096 Mar 9 14:58 bison
drwxr-xr-x 5 root root 4096 Mar 9 13:59 dejagnu
drwxr-xr-x 3 root root 4096 Mar 9 11:21 gcc-6.3.0
drwxr-xr-x 4 root root 4096 Mar 9 11:05 i18n
drwxr-xr-x 62 root root 4096 Mar 9 15:49 locale
drwxr-xr-x 2 root root 4096 Mar 9 15:13 misc
drwxr-xr-x 2 root root 4096 Mar 9 14:27 tabset
drwxr-xr-x 44 root root 4096 Mar 9 14:27 terminfo
drwxr-xr-x 7 root root 4096 Mar 9 15:49 texinfo