<div dir="ltr">thanks.... You inspired me to read the instructions again and it says to "Install the modules, if the kernel configuration uses them". Well, as I suspected I don't have any modules so that is why I'm getting the error.<br></div><div class="gmail_extra"><br clear="all"><div>:-)~MIKE~(-:</div>
<br><br><div class="gmail_quote">On Fri, Sep 5, 2014 at 11:47 AM, Michael Butash <span dir="ltr"><<a href="mailto:michael@butash.net" target="_blank">michael@butash.net</a>></span> wrote:<br><blockquote class="gmail_quote" style="margin:0 0 0 .8ex;border-left:1px #ccc solid;padding-left:1ex">
<div bgcolor="#FFFFFF" text="#000000">
<div>You need modules unless compiling
everything static, which usually is good in theory, but bad in
practice unless a very embedded, specific hardware use. Is that
what you're doing? If so, maybe lfs wants/expects modular kernels
for its build tools.<br>
<br>
Seems like those are likely dependent on something not being built
elsewhere.<br>
<br>
Why no modules? Last time I tried to compile a kernel statically
was probably circa 2008, eventually I just gave up tracing
dependencies to get a slim-build kernel around my hardware. I
just added more space to my /boot partition eventually to deal
with bloating kernel images as the alt is a real pita.<br>
<br>
-mb<div><div class="h5"><br>
<br>
<br>
On 09/05/2014 11:28 AM, Michael Havens wrote:<br>
</div></div></div>
<blockquote type="cite"><div><div class="h5">
<div dir="ltr">I'm almost done with the base LFS system. The error
I am getting now is:<br>
<br>
Makefile:1024: recipe for target 'modules_install' failed<br>
<br>
<div class="gmail_extra">I'm thinking that it is because I'm not
installing any modules<br clear="all">
</div>
<div class="gmail_extra">
This is what I entered to get to that point:<br>
<br>
make>>make.fail 2>&1<br>
make modules_install>>install.fail 2>&1<br>
cp -v arch/x86/boot/bzImage /boot/vmlinuz-3.13.3-lfs-7.5<br>
cp -v System.map /boot/System.map-3.13.3<br>
cp -v .config /boot/config-3.13.3<br>
install -d /usr/share/doc/linux-3.13.3<br>
cp -r Documentation/* /usr/share/doc/linux-3.13.3<br>
chown -R 0:0 .<br>
install -v -m755 -d /etc/modprobe.d<br>
cat > /etc/modprobe.d/usb.conf << "EOF"<br>
# Begin /etc/modprobe.d/usb.conf<br>
install ohci_hcd /sbin/modprobe ehci_hcd ; /sbin/modprobe -i
ohci_hcd ; true<br>
install uhci_hcd /sbin/modprobe ehci_hcd ; /sbin/modprobe -i
uhci_hcd ; true<br>
# End /etc/modprobe.d/usb.conf<br>
EOF<br>
grep -E 'error|fail' {make,install}.fail<br>
<br>
</div>
and this is the complete error log:<br>
<br>
root:/sources/linux-3.13.3# grep -iE 'error|fail'
{make,install}.fail<br>
make.fail: CC drivers/acpi/acpica/uterror.o<br>
make.fail: CC drivers/acpi/acpica/utxferror.
<div dir="ltr">o<br>
make.fail: CC drivers/gpu/drm/i915/i915_gpu_error.o<br>
make.fail: CC drivers/scsi/scsi_error.o<br>
install.fail:Makefile:1024: recipe for target
'modules_install' failed<br>
install.fail:make: *** [modules_install] Error 1<br>
root:/sources/linux-3.13.3# <br>
</div>
<div>:-)~MIKE~(-:</div>
</div>
<br>
<fieldset></fieldset>
<br>
</div></div><pre>---------------------------------------------------
PLUG-discuss mailing list - <a href="mailto:PLUG-discuss@lists.phxlinux.org" target="_blank">PLUG-discuss@lists.phxlinux.org</a>
To subscribe, unsubscribe, or to change your mail settings:
<a href="http://lists.phxlinux.org/mailman/listinfo/plug-discuss" target="_blank">http://lists.phxlinux.org/mailman/listinfo/plug-discuss</a></pre>
</blockquote>
<br>
</div>
<br>---------------------------------------------------<br>
PLUG-discuss mailing list - <a href="mailto:PLUG-discuss@lists.phxlinux.org">PLUG-discuss@lists.phxlinux.org</a><br>
To subscribe, unsubscribe, or to change your mail settings:<br>
<a href="http://lists.phxlinux.org/mailman/listinfo/plug-discuss" target="_blank">http://lists.phxlinux.org/mailman/listinfo/plug-discuss</a><br></blockquote></div><br></div>