LinuxQuestions.org

LinuxQuestions.org (/questions/)
-   Linux From Scratch (https://www.linuxquestions.org/questions/linux-from-scratch-13/)
-   -   BLFS: Udev Extras (from systemd) error (https://www.linuxquestions.org/questions/linux-from-scratch-13/blfs-udev-extras-from-systemd-error-4175440297/)

erkant 12-06-2012 10:58 AM

BLFS: Udev Extras (from systemd) error
 
I finished with LFS 7.2, and started with BLFS. All I do in BLFS is install X Windows System and KDE, along with all the required and recommended packages and software. I need to install Udev Extras (from systemd), but I alread installed Udev in LFS, and my Udev version is 188. Here is the output of what I get while installing Udev Extras (from systemd).

root [ /sources ]# tar -Jxf systemd-188.tar.xz
root [ /sources ]# cd systemd-188
root [ /sources/systemd-188 ]# tar -xf ../udev-lfs-188-3.tar.bz2
root [ /sources/systemd-188 ]# make -f udev-lfs-188/Makefile.lfs keymap
CC src/shared/log.c
Assembler messages:
Fatal error: can't create build/log.o: No such file or directory
cc1: fatal error: cfg.h: No such file or directory
compilation terminated.
make: *** [build/log.o] Error 2

If I try to check the output of my udevadm I get the following:
root [ /sources/systemd-188 ]# /sbin/udevadm --version
188

What can be the problem, and how can I solve it?

Keith Hedger 12-06-2012 11:30 AM

I had to do this first:
Code:

make -f udev-lfs-188/Makefile.lfs

erkant 12-06-2012 12:47 PM

Thanks that solved the problem!


All times are GMT -5. The time now is 10:15 PM.