Build fails from missing patch.
"src/xbmc/tools/depends/target/libspdlog/0001-fix_fmt_version.patch : No such file or directory"
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.001165 |
First Submitted: | 2014-10-23 06:38 (UTC) |
Last Updated: | 2024-11-13 19:34 (UTC) |
« First ‹ Previous 1 .. 4 5 6 7 8 9 10 11 12 13 14 .. 54 Next › Last »
Build fails from missing patch.
"src/xbmc/tools/depends/target/libspdlog/0001-fix_fmt_version.patch : No such file or directory"
The most recent commit allows you to build with clang rather than with gcc. Just set the _clangbuild
variable to something. LTO is accomplished with -flto=thin
and seems to work well. Please try and report any problems.
Not needed here the last time I built this package r57584.8cbbb961201-1. Guessing you're not building in a clean build root and that the dep detect script in kodi's code found that on your system. Build in a clean build root.
EDIT: the most recent commit builds fine as-is.
Fails to build for me unless i add -DENABLE_PIPEWIRE=OFF
Why are you spamming this git package AUR page with requests for an old stable release? Please stop. If you want to build an EOL'ed version, seek the official build which is archived: https://github.com/archlinux/svntogit-community/tree/a2dfde4f5a9c836877ef10a7c6a735887cea4df4/trunk
I believe on line 220 'python-pillow6' should be changed to 'python-pillow'
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.