Hi Franta, > - C++ interface still isn't compiled!! - Why?? It is problem?
It is not a problem, and it should not be compiled by default. > - 'make check' ends with 7 failing tests (two more than last) Most checks fail because your cwd is a symbolic link to another directory: /home/hanzlik/ARCHIV -> /mnt/ARCHIV Mailutils testsuite is not able to handle this case and reports false negative. That's the case for tests 124, 125, 139, 143, and 144. Test 138 revealed a minor bug in whatnow subroutines, which I have just fixed in the repository (491bec23). The most misterious one is test 1. It fails because the directory created by mkdir was populated with a .ccache subdirectory with the following content: .ccache/3 .ccache/3/stats .ccache/CACHEDIR.TAG .ccache/tmp The only reason for this strangeness that I can think of, is that mkdir was replaced or modified somehow (perhaps using a shell alias). Is it so? I'll address the directory symlink problem later, as it is not critical. > Please, should/can I use the result, or it is broken? You can use it safely, Apart from the bug fixed by 491bec23, the build behaves as expected. Regards, Sergey _______________________________________________ Bug-mailutils mailing list [email protected] https://lists.gnu.org/mailman/listinfo/bug-mailutils
