Stucki wrote:
> In the last days I tried to compile the current vim with X11 > on different machines. The normal cases (sitting in front > of my own machine and display) work well as usual. > > But: To one Machine seemingly is the 'way' too slow to > work with the X11 cut-and-paste buffer and the test dies > with timeout. (Machine is a small virtual workstation > I log into by 'ssh -X' while teleworking). > May be you can add an option or env_var to make > the timeouts longer? Which test is that? Ideally we would have some way of measuring how slow the machine is and adjusting to that. Or we can just increase the timeout. That is not a good idea when it's supposed to timeout, so we need to know what to change. > Another test fails, seemingly because there is no > textual representation of my passwd entry. The machine > works via LDAP and 'sssd' and sssd caches users some > place of it's own. > > 'getent passwd $USER' still works, but with the old > 'grep $USER /etc/passwd' nobody will be seen. > > So somewhere the expansion of ~myself fails, but > if I put the result of 'getent passwd myself' at > the end of /etc/passwd it works again. > > May be somebody can work this out ... What is the log output for this (in src/testdir/messages)? -- hundred-and-one symptoms of being an internet addict: 3. Your bookmark takes 15 minutes to scroll from top to bottom. /// Bram Moolenaar -- [email protected] -- 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 [email protected]. For more options, visit https://groups.google.com/d/optout.
