Albert wrote:
I am just starting a 6.1 build on a GoboLinux 012 (kernel 2.6.11.9) box. I am in 5.3.1 Installation of Binutils. and make directory of binutils-build complains of bad permissions. Just what directory am I supposed to be in at this point for the mkdir to work?

$LFS = /Mount/hda6.lfs  (GoboLinux uses Mount rather than mnt)

lfs:/Mount/hda6.lfs$ mkdir ../binutils-build
mkdir: cannot create directory `../binutils-build': Permission denied

You need to make a sources folder on you lfs partition, /Mount/hda6.lfs/sources and put all the sources inside it. Untar the sources within it and do your building there. The user lfs should own the folder /Mount/hda6.lfs/sources (remember chown lfs $LFS/sources http://www.linuxfromscratch.org/lfs/view/stable/chapter04/addinguser.html )so you should be able to create /Mount/hda6.lfs/sources/binutils-build

--
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