Kodi Community Forum
Linux Git Compiled version not installing - Printable Version

+- Kodi Community Forum (https://forum.kodi.tv)
+-- Forum: Support (https://forum.kodi.tv/forumdisplay.php?fid=33)
+--- Forum: General Support (https://forum.kodi.tv/forumdisplay.php?fid=111)
+---- Forum: OS independent / Other (https://forum.kodi.tv/forumdisplay.php?fid=228)
+---- Thread: Linux Git Compiled version not installing (/showthread.php?tid=206966)



Git Compiled version not installing - tudstudent - 2014-10-21

I am getting the following error after a successfull build:

htpc01@htpc01:~/Download/XBMC/xbmc$ sudo make install
ln: failed to create symbolic link ‘xbmc’: File exists
make: *** [install-scripts] Error 1

I have no idea where it wants to do something, or how to adjust.
I uninstalled my previous revision.

Update: Manually deleted all old files which resisted in my system (updatedb -> locate) and after that it installed


RE: Git Compiled version not installing - un1versal - 2014-10-21

Probably failing due to https://github.com/xbmc/xbmc/pull/5216 if so no idea.


RE: Git Compiled version not installing - terrywu - 2014-10-24

Can't open this web, https://github.com/xbmc/xbmc/pull/5216, what's it?
I'm also blocked on this issue.


RE: Git Compiled version not installing - fritsch - 2014-10-24

You are not blocked - most likely your provider is blocking you - get some free internet, if possible.

Concerning the OP. There is a problem recreating the symlink - do sudo make uninstall before the sudo make install


RE: Git Compiled version not installing - wsnipex - 2014-10-24

the error says that $PREFIX/bin/xbmc exists already. Remove it.