How to install Kodi 14.0 “Helix” on Fedora?
#16
Here it is.

http://ur1.ca/ivg3g

I think I just need to identify which library is missing
Reply
#17
configure ran through fine without errors. type make
Reply
#18
or use pastebinit -f text

EDIT: meh, that was for the manual pasting on previous page.
Reply
#19
I got this error during the configure

In file included from /usr/include/afpfs-ng/map_def.h:4:0,
from DllLibAfp.h:30,
from AFPFile.h:31,
from FileFactory.cpp:79:
/usr/include/afpfs-ng/afp.h:10:26: fatal error: afp_protocol.h: No such file or directory
#include <afp_protocol.h>

And this when I type make:

make -C xbmc/cores/DllLoader/exports wrapper.def
make[1]: Entering directory `/home/mzigaib/xbmc/xbmc/cores/DllLoader/exports'
nm wrapper.o | grep __wrap | awk '{printf("%s ", $3);}' | sed "s/___wrap_/__wrap_/g" | sed "s/__wrap_/-Wl,-wrap,/g" > wrapper.def
/bin/sh: wrapper.def: Permission denied
make[1]: *** [wrapper.def] Error 1
make[1]: Leaving directory `/home/mzigaib/xbmc/xbmc/cores/DllLoader/exports'
make: *** [exports] Error 2
Reply
#20
I noticed that the permission problem was because I wasn't running with root permitions so I did correct my last step login as a root but I got this error at certain point runing make

In file included from /usr/include/afpfs-ng/map_def.h:4:0,
from DllLibAfp.h:30,
from AFPFile.h:31,
from FileFactory.cpp:79:
/usr/include/afpfs-ng/afp.h:10:26: fatal error: afp_protocol.h: No such file or directory
Reply
#21
just disable afp, you most probably don't need it:
configure --disable-afpclient
Reply
#22
Thanks I'll try that
Reply
#23
Now I got this.

/usr/bin/ld: cannot find -ltspi
collect2: error: ld returned 1 exit status
make: *** [kodi.bin] Error 1

And this when I run make install

Copying kodi binary to /usr/local/lib/kodi/
install: cannot stat ‘kodi.bin’: No such file or directory
make: *** [install-binaries] Error 1

More info:
http://ur1.ca/ivowt
Reply
#24
thats fedora requiring TPM stuff in some package, probably gnutls. Try trousers...

Anyway, I highly suggest you switch to ubuntu and use the binaries we provide.
Reply
#25
I have succesfully compiled Kodi 14.0b4 on Fedora 20 (in a KVM virtual machine!)

Have a look at my remarks on the Discussion page of the Wiki mentioned in post #3

(For ease of use: http://kodi.wiki/view/HOW-TO_talk:Compil...onal_steps )
Reply
#26
(2014-11-25, 13:50)wsnipex Wrote: thats fedora requiring TPM stuff in some package, probably gnutls. Try trousers...

Anyway, I highly suggest you switch to ubuntu and use the binaries we provide.

Yeah it seems that fedora is not the most easiest sistem to install Kodi.

(2014-11-25, 14:26)dajomas Wrote: I have succesfully compiled Kodi 14.0b4 on Fedora 20 (in a KVM virtual machine!)

Have a look at my remarks on the Discussion page of the Wiki mentioned in post #3

(For ease of use: http://kodi.wiki/view/HOW-TO_talk:Compil...onal_steps )

Thanks, I'll take a look on that.
Reply
#27
I still didn't give up on fedora yet.

I checked the post and the wiki and followed the tips on the post and I think I moved forward for a different point, now I got this error when I run make:

/usr/bin/ld: cannot find -ltspi
collect2: error: ld returned 1 exit status
make: *** [kodi.bin] Error 1

If you guys still have any tips I would be very grateful.

Thanks.
Reply
#28
That is the same error as you mentioned above, which can be fixed by installing the RPMs for trousers and trousers-devel (as I mentioned in the discussion section in the link from post #25)

Please read that page and its discussion section carefully first.
Reply
#29
My bad , I was glad thinking that I had another error that I missed that it was the same one.
I'll go back and try tour tips again.
Thanks!
Reply
#30
Damn! That was it!

After installing trousers and gnutls, I don't know which one did the trick, it finally worked!

Thanks guys! You made me really happy Big Grin

Cheers!
Reply

Logout Mark Read Team Forum Stats Members Help
How to install Kodi 14.0 “Helix” on Fedora?0