> after doing a make install I'm getting the following error - can anybody > help? > > Thanks > > ******************** > rm -rf $backupdir; \ > exit $rc > mkdir: cannot create directory `.am5033': Permission denied > ../../../binutils-2.15.91.0.2/gas/doc/as.info: Permission denied > make[3]: *** [../../../binutils-2.15.91.0.2/gas/doc/as.info] Error 1 > make[3]: Leaving directory `/mnt/lfs/sources/binutils-build/gas/doc' > make[2]: *** [install-am] Error 2 > make[2]: Leaving directory `/mnt/lfs/sources/binutils-build/gas/doc' > make[1]: *** [install-recursive] Error 1 > make[1]: Leaving directory `/mnt/lfs/sources/binutils-build/gas' > make: *** [install-gas] Error 2 >
well as seems u r working as lfs user and missing proper permissions set.make sure u had given the owner ship of sources and tools directories to the lfs user also if u had done so and still facing such prob just manually set the permissions... have fun -- sunsom -- http://linuxfromscratch.org/mailman/listinfo/lfs-support FAQ: http://www.linuxfromscratch.org/lfs/faq.html Unsubscribe: See the above information page
