Files
gentoo/app-vim/youcompleteme
arbitrary-dev 3f71fa44bf app-vim/youcompleteme: fix installation problem.
Error:
rm: cannot remove 'third_party/ycmd/libclang.so': No such file or directory
 * ERROR: app-vim/youcompleteme-99999999::gentoo failed (install phase):
 *   (no error message)
 *
 * Call stack:
 *     ebuild.sh, line 124:  Called src_install
 *   environment, line 4440:  Called die
 * The specific snippet of code:
 *       rm third_party/ycmd/libclang.so || die;

Actually:
$ ls third_party/ycmd
...
libclang.so.5
libclang.so.5.0

Closes: https://github.com/gentoo/gentoo/pull/8028
2018-04-17 21:33:37 +02:00
..