John Burrell wrote: > > I think I reported this before but it isn't fixed yet. > > when I try: > make -f udev-lfs-189/Makefile.lfs keymap > > I get: > > 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 make gudev and then return to keymap it works, so gudev must set up > cfg.h.
I thought this was fixed. Try changing udev-lfs-189/Makefile.lfs, line 195 from: build/$(COMMON_LIB): $(COMMON_OBJS) $(LIBUDEV_OBJS) $(UDEVD_OBJS) to build/$(COMMON_LIB): common $(COMMON_OBJS) $(LIBUDEV_OBJS) $(UDEVD_OBJS) -- Bruce -- http://linuxfromscratch.org/mailman/listinfo/blfs-support FAQ: http://www.linuxfromscratch.org/blfs/faq.html Unsubscribe: See the above information page
