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.
Search Criteria
Package Details: kodi-git r67165.504c69cc3b2b-1
Package Actions
Git Clone URL: | https://aur.archlinux.org/kodi-git.git (read-only, click to copy) |
---|---|
Package Base: | kodi-git |
Description: | A software media player and entertainment hub for digital media (master branch, gles renderer) |
Upstream URL: | https://kodi.tv |
Licenses: | GPL2 |
Conflicts: | kodi, kodi-gbm, kodi-gles, kodi-wayland, kodi-x11 |
Provides: | kodi-common, kodi-gbm, kodi-wayland, kodi-x11 |
Submitter: | BlackIkeEagle |
Maintainer: | graysky |
Last Packager: | graysky |
Votes: | 85 |
Popularity: | 0.000672 |
First Submitted: | 2014-10-23 06:38 (UTC) |
Last Updated: | 2024-12-08 16:30 (UTC) |
Dependencies (105)
- bluez-libs (bluez-gitAUR)
- curl (curl-quiche-gitAUR, curl-http3-ngtcp2AUR, curl-gitAUR, curl-c-aresAUR)
- dav1d (dav1d-gitAUR)
- desktop-file-utils (desktop-file-utils-gitAUR)
- exiv2 (exiv2-gitAUR)
- fmt (fmt-gitAUR)
- hicolor-icon-theme (hicolor-icon-theme-gitAUR)
- lcms2 (lcms2-ff-gitAUR, lcms2-gitAUR, lcms2-ffAUR)
- libass (libass-gitAUR)
- libbluray (libbluray-gitAUR)
- libcdio (libcdio-gitAUR)
- libcec (libcec-gitAUR)
- libdisplay-info (libdisplay-info-gitAUR)
- libinput (libinput-noaccumAUR, libinput-multiplierAUR, libinput-three-finger-dragAUR)
- libmicrohttpd (libmicrohttpd-gitAUR)
- libnfs (libnfs-gitAUR)
- libpipewire (libpipewire-gitAUR, libpipewire-full-gitAUR)
- libplist (libplist-gitAUR)
- libpulse (pulseaudio-dummyAUR, libpulse-gitAUR)
- libva (libva-gitAUR, intel-media-stack-binAUR, libva-headlessAUR)
- Show 85 more dependencies...
Required by (0)
Sources (9)
- git+https://github.com/xbmc/xbmc.git#branch=master
- https://ffmpeg.org/releases/ffmpeg-7.1.tar.gz
- https://mirrors.kodi.tv/build-deps/sources/crossguid-ca1bf4b810e2d188d04cb6286f957008ee1b7681.tar.gz
- https://mirrors.kodi.tv/build-deps/sources/flatbuffers-23.3.3.tar.gz
- https://mirrors.kodi.tv/build-deps/sources/fstrcmp-0.7.D001.tar.gz
- https://mirrors.kodi.tv/build-deps/sources/libudfread-1.1.2.tar.gz
- libdvdcss-1.4.3-Next-Nexus-Alpha2-2.tar.gz
- libdvdnav-6.1.1-Next-Nexus-Alpha2-2.tar.gz
- libdvdread-6.1.3-Next-Nexus-Alpha2-2.tar.gz
Latest Comments
« First ‹ Previous 1 .. 38 39 40 41 42 43 44 45 46 47 48 .. 55 Next › Last »
KlavKalashj commented on 2012-03-24 16:26 (UTC)
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?
mrohnstock commented on 2012-02-06 14:45 (UTC)
Since libpng got updated to 1.5.8, xbmc-git won't compile without a patch, provided by Zenkibou in Pull-Req 601 (https://github.com/xbmc/xbmc/pull/601#issuecomment-3495623).
Before pull gets merged to master, here are the patched-files.
http://dl.dropbox.com/u/152616/xbmc-git-20120206-1.src.tar.gz
mrohnstock commented on 2012-01-23 12:44 (UTC)
won't compile without patched bluetooth.h.
Just created a patched-Package, till bluez gets patched by upstream (https://aur.archlinux.org/packages.php?ID=56033).
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.