On 12/08/2012 03:49 PM, Prabhu wrote:
> Hi I'm getting permission error while "make install" the binutil
> package, but I could successfully able to create folder in all the 3 dir
> (source,tools,usr) with the user lfs. I rollback and reperformed the
> chapter 4.1 to 4.4, but I'm still facing the issue.
>
>
> *lfs@logun-HP-Pavilion-dv6-Notebook-PC:/mnt/lfs/sources/binutils-build$
> make install
> make[1]: Entering directory `/mnt/lfs/sources/binutils-build'
> /bin/sh ../binutils-2.22/mkinstalldirs
> /tools--with-sysroot=/mnt/lfs--with-lib-path=/tools/lib--target=i686-lfs-linux-gnu
> /tools--with-sysroot=/mnt/lfs--with-lib-path=/tools/lib--target=i686-lfs-linux-gnu
> mkdir -p --
> /tools--with-sysroot=/mnt/lfs--with-lib-path=/tools/lib--target=i686-lfs-linux-gnu
> /tools--with-sysroot=/mnt/lfs--with-lib-path=/tools/lib--target=i686-lfs-linux-gnu
> mkdir: cannot create directory `/tools--with-sysroot=': Permission denied
> mkdir: cannot create directory `/tools--with-sysroot=': Permission denied

That is the problem - it is trying to create a "/tools--with-sysroot=" 
directory. Apparently you've mistyped the configure command and left out 
spaces. Just try again making sure to enter the commands correctly.
-- 
http://linuxfromscratch.org/mailman/listinfo/lfs-support
FAQ: http://www.linuxfromscratch.org/lfs/faq.html
Unsubscribe: See the above information page

Reply via email to