I'm getting this error after running the make test for udev in chapter 6 (pg
200)
during make everything says OK, during the test everything passes except
this one:
*************************************************************************
TEST 104: temporary node creation test
device '/block/sda' expecting node 'node'
add: error
Can't exec "tree": No such file or directory at ./udev-test.pl line 1371.
remove: ok
*************************************************************************
Should I be worried or just ignore the error, sda is it scsi or sata?
...anyway I don't have any of those, but I just don't like errors :-D
this is whats on line 1371:
if ($config->{exp_add_error}) {
print " as expected\n";
} else {
print "\n";
system("tree $udev_root"); -> 1371
print "\n";
$error++;
}
ps: host is mandriva 10.2 SE
wkr, jasper
--
http://linuxfromscratch.org/mailman/listinfo/lfs-support
FAQ: http://www.linuxfromscratch.org/lfs/faq.html
Unsubscribe: See the above information page