On Wed, Aug 22, 2018 at 03:12:34AM +0200, Elimar Riesebieter wrote: > Hi all, > > compiling vim 8.1.0315 on arch powerpc gives the following failure: > > From test_cscope.vim: > Found errors in Test_cscope_add_dir(): > Caught exception in Test_cscope_add_dir(): Vim(cscope):E563: > stat(/source/vim/vim-8.1.0315/src/vim-basic/testdir/Xcscopedir/cscope.out) > error: 2 @ function RunTheTest[40]..Test_cscope_add_dir, line 3
It looks like you're building in a shadow directory. cscope doesn't follow symlinks, so the test fails to build a database for ../memfile_test.c. Cheers, -- James GPG Key: 4096R/91BF BF4D 6956 BD5D F7B7 2D23 DFE6 91AE 331B A3DB -- -- You received this message from the "vim_dev" maillist. Do not top-post! Type your reply below the text you are replying to. For more information, visit http://www.vim.org/maillist.php --- You received this message because you are subscribed to the Google Groups "vim_dev" group. To unsubscribe from this group and stop receiving emails from it, send an email to [email protected]. For more options, visit https://groups.google.com/d/optout.
