Re: Test failure on arch ppc

2018-08-22 Fir de Conversatie Elimar Riesebieter
* James McCoy  [2018-08-22 07:36 -0400]:

> On Wed, Aug 22, 2018 at 08:10:10AM +0200, Elimar Riesebieter wrote:
> > * James McCoy  [2018-08-21 22:20 -0400]:
> > 
> > > 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.
> > 
> > Yes, I am building in a shadow dir. But on arch amd64 the tests run
> > fine, though.
> 
> Are you sure you have cscope installed in the amd64 environment?  I just
> had this same failure on amd64, now that I've installed cscope for
> Debian's builds.

Well, installed cscope and ran in to the same failure on amd64.

Elimar
-- 
  We all know Linux is great... it does infinite loops in 5 seconds.
-Linus Torvalds

-- 
-- 
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 vim_dev+unsubscr...@googlegroups.com.
For more options, visit https://groups.google.com/d/optout.


Re: Test failure on arch ppc

2018-08-22 Fir de Conversatie Bram Moolenaar


James McCoy wrote:

> 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.

But it works with a shadow directory on other platforms.
Thus it still looks like it's specific for cscope on arch ppc.
Might be a cscope problem.

-- 
BLACK KNIGHT: I'm invincible!
ARTHUR:   You're a looney.
 "Monty Python and the Holy Grail" PYTHON (MONTY) PICTURES LTD

 /// Bram Moolenaar -- b...@moolenaar.net -- http://www.Moolenaar.net   \\\
///sponsor Vim, vote for features -- http://www.Vim.org/sponsor/ \\\
\\\  an exciting new programming language -- http://www.Zimbu.org///
 \\\help me help AIDS victims -- http://ICCF-Holland.org///

-- 
-- 
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 vim_dev+unsubscr...@googlegroups.com.
For more options, visit https://groups.google.com/d/optout.


Re: Test failure on arch ppc

2018-08-22 Fir de Conversatie Elimar Riesebieter
* James McCoy  [2018-08-21 22:20 -0400]:

> 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.

Yes, I am building in a shadow dir. But on arch amd64 the tests run
fine, though.

Elimar
-- 
  The path to source is always uphill!
-unknown-

-- 
-- 
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 vim_dev+unsubscr...@googlegroups.com.
For more options, visit https://groups.google.com/d/optout.


Re: Test failure on arch ppc

2018-08-22 Fir de Conversatie Christian Brabandt


On Di, 21 Aug 2018, James McCoy wrote:

> 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.

I wonder why this did not occur earlier.

What is the symbolic link? We should be able to resolve the symbolic 
link in the test before calling cscope.

Best,
Christian
-- 
Einfachheit ist das Resultat der Reife.
-- Friedrich Johann Christoph Schiller

-- 
-- 
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 vim_dev+unsubscr...@googlegroups.com.
For more options, visit https://groups.google.com/d/optout.


Re: Test failure on arch ppc

2018-08-21 Fir de Conversatie James McCoy
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 vim_dev+unsubscr...@googlegroups.com.
For more options, visit https://groups.google.com/d/optout.


Test failure on arch ppc

2018-08-21 Fir de Conversatie Elimar Riesebieter
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



Elimar
-- 
  "Talking much about oneself can also
   be a means to conceal oneself."
 -Friedrich Nietzsche

-- 
-- 
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 vim_dev+unsubscr...@googlegroups.com.
For more options, visit https://groups.google.com/d/optout.