Hello,
I had the following failure when running the make check for kmod-16: root:/sources/kmod-16# cat test-suite.log =============================== kmod 16: ./test-suite.log =============================== # TOTAL: 10 # PASS: 9 # SKIP: 0 # XFAIL: 0 # FAIL: 1 # XPASS: 0 # ERROR: 0 .. contents:: :depth: 2 FAIL: testsuite/test-modprobe ============================= sh: error while loading shared libraries: libz.so.1: cannot open shared object file: No such file or directory modprobe: ERROR: Error running install command for snd modprobe: ERROR: could not insert 'snd_pcm': Key has expired TESTSUITE: running modprobe_show_depends, in forked context TESTSUITE: 'modprobe_show_depends' [9922] exited with return code 0 TESTSUITE: PASSED: modprobe_show_depends TESTSUITE: running modprobe_show_depends2, in forked context TESTSUITE: 'modprobe_show_depends2' [9923] exited with return code 0 TESTSUITE: PASSED: modprobe_show_depends2 TESTSUITE: running modprobe_show_alias_to_none, in forked context TESTSUITE: 'modprobe_show_alias_to_none' [9924] exited with return code 0 TESTSUITE: PASSED: modprobe_show_alias_to_none TESTSUITE: running modprobe_builtin, in forked context TESTSUITE: 'modprobe_builtin' [9925] exited with return code 0 TESTSUITE: PASSED: modprobe_builtin TESTSUITE: running modprobe_softdep_loop, in forked context TESTSUITE: 'modprobe_softdep_loop' [9926] exited with return code 0 TESTSUITE: PASSED: modprobe_softdep_loop TESTSUITE: running modprobe_install_cmd_loop, in forked context TESTSUITE: ERR: 'modprobe_install_cmd_loop' [9927] exited with return code 1 TESTSUITE: ERR: FAILED: modprobe_install_cmd_loop I searched for libz.so.1 and it exists on the chroot system: root:/sources/kmod-16# find / -name libz.so.1 /lib/libz.so.1 I had a look at the build-logs in http://www.linuxfromscratch.org/lfs/build-logs/7.5/core2duo/test-logs/116-kmod-16 but this error is not present, so I guess a did something wrong in the process... Should this library be installed in a different directory to avoid the fail? Regards, Marcos -- http://lists.linuxfromscratch.org/listinfo/lfs-support FAQ: http://www.linuxfromscratch.org/blfs/faq.html Unsubscribe: See the above information page
