I am in section 6.52 and I get a host of failures that don't seem to have
been queried of before so searching the archives didn't help.

root:/sources/kmod-16# cat make.fail|grep -i fail
Makefile:1041: recipe for target 'libkmod/libkmod.la' failed
Makefile:1520: recipe for target 'all-recursive' failed
Makefile:895: recipe for target 'all' failed
Makefile:1041: recipe for target 'libkmod/libkmod.la' failed
Makefile:1520: recipe for target 'all-recursive' failed
Makefile:895: recipe for target 'all' failed
root:/sources/kmod-16# cat check.fail|grep -i fail
Makefile:1041: recipe for target 'libkmod/libkmod.la' failed
Makefile:1520: recipe for target 'check-recursive' failed
Makefile:1041: recipe for target 'libkmod/libkmod.la' failed
Makefile:1520: recipe for target 'check-recursive' failed
root:/sources/kmod-16# cat install.fail|grep -i fail
Makefile:1041: recipe for target 'libkmod/libkmod.la' failed
Makefile:1520: recipe for target 'install-recursive' failed
root:/sources/kmod-16# tail check.fail
Making check in .
  CCLD     libkmod/libkmod.la
Makefile:1041: recipe for target 'libkmod/libkmod.la' failed
Makefile:1520: recipe for target 'check-recursive' failed
Making check in .
  CCLD     libkmod/libkmod.la
Makefile:1041: recipe for target 'libkmod/libkmod.la' failed
Makefile:1520: recipe for target 'check-recursive' failed

Here are the commands I entered:

#erase
#<Extra instructions go here>
#no erase
./configure --prefix=/usr          \
            --bindir=/bin          \
            --sysconfdir=/etc      \
            --with-rootlibdir=/lib \
            --disable-manpages     \
            --with-xz              \
            --with-zlib
#erase
#<Extra instructions go here>
#no erase
make>>make.fail
#erase
#<Extra instructions go here>
#no erase
make check>>check.fail
#erase
#<Extra instructions go here>
#no erase
make install
make -C man install
for target in depmod insmod modinfo modprobe rmmod; do
  ln -sv ../bin/kmod /sbin/$target
done
ln -sv kmod /bin/lsmod
#erase
#<Extra instructions go here>
#no erase
cat make.fail|grep -i fail
cat check.fail|grep -i fail
cat install.fail|grep -i fail
tail check.fail
-- 
http://lists.linuxfromscratch.org/listinfo/lfs-support
FAQ: http://www.linuxfromscratch.org/blfs/faq.html
Unsubscribe: See the above information page

Reply via email to