LinuxQuestions.org

LinuxQuestions.org (/questions/)
-   Linux From Scratch (https://www.linuxquestions.org/questions/linux-from-scratch-13/)
-   -   LFS 5.0 with Kernel 2.6.5 -> util-linux 2.12a SEVERE PROBLEM (https://www.linuxquestions.org/questions/linux-from-scratch-13/lfs-5-0-with-kernel-2-6-5-util-linux-2-12a-severe-problem-169293/)

ParticleHunter 04-12-2004 04:43 PM

LFS 5.0 with Kernel 2.6.5 -> util-linux 2.12a SEVERE PROBLEM
 
hi,

I'm having problems at the time of building the mount utils within the util-linux package. as suggested by the LFS-5.0 book, i do the following:


cp configure configure.backup
sed "s@/usr/include@/tools/include@g" configure.backup > configure

./configure
make -C lib
make -C mount mount umount (as book suggest, I only compile the support for mounting devices)
make -C text-utils more

and with the make -C mount mount umount command, it says there's several errors in mount.c

can anyone help me get this problem resolved? what must I do to solve this?

Julio

kundor 04-13-2004 04:24 PM

To quote from BE-LFS:

Util-linux has issues with the Linux 2.6 kernel series - fix these isues by applying the following patch:

patch -Np1 -i ../util-linux-2.12a-kernel-headers-1.patch

The patch can be found at ftp://belfs.linux-phreak.net/belfs/p...eaders-1.patch

The page is at http://belfs.linux-phreak.net/chapter05/util-linux.html


All times are GMT -5. The time now is 01:46 AM.