Package Base Details: kodi-git

Git Clone URL: https://aur.archlinux.org/kodi-git.git (read-only, click to copy)
Submitter: BlackIkeEagle
Maintainer: graysky
Last Packager: graysky
Votes: 85
Popularity: 0.078662
First Submitted: 2014-10-23 06:38 (UTC)
Last Updated: 2024-04-08 15:00 (UTC)

Pinned Comments

graysky commented on 2022-06-11 11:49 (UTC)

@laichiaheng - kodi is bound to a specific version of ffmpeg which is generally older than Arch's package. We avoid incompatibilities by using that specific version (ie internal ffmpeg). Recommend that you build kodi in clean chroot. See: https://wiki.archlinux.org/title/DeveloperWiki:Building_in_a_clean_chroot

I wrote a script that automates much of that called clean-chroot-manager offered here in the AUR.

Latest Comments

« First ‹ Previous 1 .. 37 38 39 40 41 42 43 44 45 46 47 .. 54 Next › Last »

artemklevtsov commented on 2012-03-27 08:05 (UTC)

Can't start program: $ /usr/bin/xbmc Unable to find path to XBMC data files! $ gdb /usr/bin/xbmc GNU gdb (GDB) 7.4 Copyright (C) 2012 Free Software Foundation, Inc. License GPLv3+: GNU GPL version 3 or later <http://gnu.org/licenses/gpl.html> This is free software: you are free to change and redistribute it. There is NO WARRANTY, to the extent permitted by law. Type "show copying" and "show warranty" for details. This GDB was configured as "x86_64-unknown-linux-gnu". For bug reporting instructions, please see: <http://www.gnu.org/software/gdb/bugs/>... "/usr/bin/xbmc": not in executable format: File format not recognized (gdb) r Starting program: No executable file specified. Use the "file" or "exec-file" command. -- Archlinux x86_64

<deleted-account> commented on 2012-03-25 18:48 (UTC)

Same problem as KlavKalashj. I'm adding a more verbose log: $ g++ ... -Wl,--verbose 2>&1 | tail libwbclient.so.0 needed by /usr/lib/libsmbclient.so found libwbclient.so.0 at /usr/lib/libwbclient.so.0 libcap.so.2 needed by /usr/lib/libsmbclient.so found libcap.so.2 at /lib/libcap.so.2 libresolv.so.2 needed by /usr/lib/libsmbclient.so found libresolv.so at /usr/lib/libresolv.so libnsl.so.1 needed by /usr/lib/libsmbclient.so found libnsl.so.1 at /lib/libnsl.so.1 libgssapi_krb5.so.2 needed by /usr/lib/libsmbclient.so found libgssapicollect2: ld returned 1 exit status

KlavKalashj commented on 2012-03-24 16:26 (UTC)

Still doesn't build for me, even with libxrandr and gtk-update-icon-cache installed. Compile is interrupted like this: CPP xbmc/cores/paplayer/OGGcodec.o CPP xbmc/cores/paplayer/PAPlayer.o CPP xbmc/cores/paplayer/ReplayGain.o CPP xbmc/cores/paplayer/SIDCodec.o CPP xbmc/cores/paplayer/TimidityCodec.o CPP xbmc/cores/paplayer/VGMCodec.o CPP xbmc/cores/paplayer/WAVcodec.o CPP xbmc/cores/paplayer/YMCodec.o CPP xbmc/cores/paplayer/SPCCodec.o AR xbmc/cores/paplayer/paplayer.a LD xbmc.bin collect2: ld returnerade avslutningsstatus 1 make: *** [xbmc.bin] Fel 1 ==> FEL: A failure occurred in build(). Avbryter... ==> ERROR: Makepkg was unable to build xbmc-git.

stiost commented on 2012-03-23 15:39 (UTC)

I had to install libxrandr and gtk-update-icon-cache to compile on a headless server, should probably be on the dependency list.

mrohnstock commented on 2012-03-18 11:20 (UTC)

libpng-1.5-patch got merged to master yesterday. Patch provided in my package got unnecessary.

mrohnstock commented on 2012-03-06 06:59 (UTC)

bluetooth.h gets now patched in bluez 4.98-4 in extra.

foolosophy commented on 2012-02-14 18:17 (UTC)

The tarball provided by monty works for me. Remember to do a makepkg -c

jack.mitchell commented on 2012-02-14 18:04 (UTC)

This won't compile for me anymore, any chance of an updated build with patches stated below?