LinuxQuestions.org

LinuxQuestions.org (/questions/)
-   Linux From Scratch (https://www.linuxquestions.org/questions/linux-from-scratch-13/)
-   -   LFS 6 Chapter 6.8 mount error (https://www.linuxquestions.org/questions/linux-from-scratch-13/lfs-6-chapter-6-8-mount-error-318197/)

Oliv' 05-09-2005 06:27 AM

Well donwload the LFS live CD :D
you will find it here
With that no need to reserve space for another distro, so ALL free space for LFS :D

gatblast45 05-09-2005 08:52 AM

ok so i would download the iso, burn it, boot from it, and then start building my LFS following the same book's directions as before ?

Oliv' 05-09-2005 09:04 AM

that's it :)

channelzero 05-24-2005 07:22 AM

Hi,

I´ve had the same problem when mounting devs in the chroot enviroment.

The solution is to edit the "make_include" file in util-linux src dir,
Change "HAVE_BLKID=yes" to "HAVE_BLKID=no", after running configure.

Another fix maybe to edit "MCONFIG" file also located in Utillinux src dir.

I hope that this also helps you

GoHa 10-20-2005 04:10 AM

i'd the same prob.

With the edited "make-include" the problem is fixed.
Special thx to you :D

tajvidi 01-04-2006 05:48 PM

I had the same problem - The only solution I've found was to modify explicitely the generated "make_include" file.

Herewith the installation procedure for "util-linux" Pass 1 - Chapter 5

sed -i "s@/usr/include@/tools/include@g" configure &&
./configure &&
sed -e 's/HAVE_BLKID=yes/HAVE_BLKID=no/g' make_include > make_include.tmp
mv -f make_include.tmp make_include
make -C lib &&
make -C mount mount umount
make -C text-utils more &&
cp mount/{,u}mount text-utils/more /tools/bin

Best Regards


All times are GMT -5. The time now is 11:18 PM.