Omar wrote: > Hi, all, > > I encountered a problem when testing attr-2.4.46 using "make tests > root-tests ext-tests" command. I'm sure that my file system ext3 > supports extended attributes (I contained it in kernel > configuration). When the test finished it showed " 107 commands (34 > passed, 73 failed) > > make [1]:*** [attr.test]Error 73 > > make [1]:leave directory '/tmp/attr-2.4.46/test' make: *** [tests] > Error 2 > > " Is it a fatal problem which I must fix or ignored to go on with the > next command "make install"?
Yes, I think there is something wrong. I have: $ make -C test/ tests ... 107 commands (107 passed, 0 failed) $ sudo make -C test/ root-tests make[1]: Entering directory `/tmp/attr/attr-2.4.46/test' Note: Tests must run as root ... 29 commands (29 passed, 0 failed) $ make -C test/ ext-tests ... 20 commands (16 passed, 4 failed) I'm not sure why I got the 4 ext-tests failures. I'm guessing that you have extended attributes set for some other file systems like reiser, xfs, or jfs, but don't have any of those filesystems available. -- Bruce -- http://linuxfromscratch.org/mailman/listinfo/blfs-support FAQ: http://www.linuxfromscratch.org/blfs/faq.html Unsubscribe: See the above information page
