Michael Havens wrote:
On Mon, Sep 1, 2014 at 4:40 PM, Michael Havens <[email protected]> wrote:I'm almost done with the base LFS system. The error I am getting now is: Makefile:1024: recipe for target 'modules_install' failed I'm thinking that it is because I'm not installing any modules This is what I entered to get to that point: make>>make.fail 2>&1 make modules_install>>install.fail 2>&1 cp -v arch/x86/boot/bzImage /boot/vmlinuz-3.13.3-lfs-7.5 cp -v System.map /boot/System.map-3.13.3 cp -v .config /boot/config-3.13.3 install -d /usr/share/doc/linux-3.13.3 cp -r Documentation/* /usr/share/doc/linux-3.13.3 chown -R 0:0 . install -v -m755 -d /etc/modprobe.d cat > /etc/modprobe.d/usb.conf << "EOF" # Begin /etc/modprobe.d/usb.conf install ohci_hcd /sbin/modprobe ehci_hcd ; /sbin/modprobe -i ohci_hcd ; true install uhci_hcd /sbin/modprobe ehci_hcd ; /sbin/modprobe -i uhci_hcd ; true # End /etc/modprobe.d/usb.conf EOF grep -E 'error|fail' {make,install}.fail and this is the complete error log: root:/sources/linux-3.13.3# grep -E 'error|fail' {make,install}.fail make.fail: CC drivers/acpi/acpica/uterror.o make.fail: CC drivers/acpi/acpica/utxferror.o make.fail: CC drivers/gpu/drm/i915/i915_gpu_error.o make.fail: CC drivers/scsi/scsi_error.o install.fail:Makefile:1024: recipe for target 'modules_install' failed I do not think there is a problem but I must ask so there is a record of it in the archive. (I couldn't find the error in it)I was inspired to read the instructions again and it says, "Install the modules, if the kernel configuration uses them". Well, I didn't configure any modules and I suspected that was the problem! That is why I'm getting the error. What modules could I install?
You could do netfilter or raid. -- Bruce -- http://lists.linuxfromscratch.org/listinfo/lfs-support FAQ: http://www.linuxfromscratch.org/blfs/faq.html Unsubscribe: See the above information page Do not top post on this list. A: Because it messes up the order in which people normally read text. Q: Why is top-posting such a bad thing? A: Top-posting. Q: What is the most annoying thing in e-mail? http://en.wikipedia.org/wiki/Posting_style
