@graysky
I also seeing this error in a clean chroot, I didn't figure out how to solve it but I don't need cec so I just disabled it and the rest of the build process continue nicely (with the changes for kodi).
These are the changes I made for 14.0b1 https://github.com/dhead666/archlinux-pkgbuilds/commit/07fd47c9d15272e6e87baa3831ccc8aa4449adb8
one mistake I made is that sdl2 is a required runtime depend if you build kodi with it (needed for joystick support, can be disabled and then sdl2 not needed for build).
p.s.
You might want to look a little bit before at these lines:
PeripheralCecAdapter.cpp: In member function 'void PERIPHERALS::CPeripheralCecAdapter::SetConfigurationFromSettings()':
PeripheralCecAdapter.cpp:1272:35: error: 'CEC_CLIENT_VERSION_2_2_0' was not declared in this scope
m_configuration.clientVersion = CEC_CLIENT_VERSION_2_2_0;
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 .. 18 19 20 21 22 23 24 25 26 27 28 .. 55 Next › Last »
dhead666 commented on 2014-11-04 02:47 (UTC)
graysky commented on 2014-11-03 22:57 (UTC)
Anyone else getting build errors?
/build/kodi-git/src/xbmc/Makefile.include:93: recipe for target 'PeripheralCecAdapter.o' failed
make[1]: *** [PeripheralCecAdapter.o] Error 1
Makefile:517: recipe for target 'xbmc/peripherals/devices/peripheral-devices.a' failed
make: *** [xbmc/peripherals/devices/peripheral-devices.a] Error 2
make: *** Waiting for unfinished jobs....
CPP xbmc/pictures/PictureInfoLoader.o
CPP xbmc/music/MusicDbUrl.o
CPP xbmc/pictures/PictureInfoTag.o
CPP xbmc/pictures/PictureThumbLoader.o
CPP xbmc/music/MusicInfoLoader.o
CPP xbmc/pictures/SlideShowPicture.o
AR xbmc/peripherals/peripherals.a
CPP xbmc/music/MusicThumbLoader.o
CPP xbmc/music/Song.o
CPP xbmc/music/windows/GUIWindowMusicPlaylist.o
CPP xbmc/music/windows/GUIWindowMusicPlaylistEditor.o
CPP xbmc/music/windows/GUIWindowMusicSongs.o
CPP xbmc/music/windows/GUIWindowVisualisation.o
GUIWindowMusicPlaylist.cpp: In member function 'virtual void CGUIWindowMusicPlayList::OnItemLoaded(CFileItem*)':
GUIWindowMusicPlaylist.cpp:475:83: warning: '0' flag ignored with precision and '%i' gnu_printf format [-Wformat=]
str = StringUtils::Format("%02.2i. %s ", pItem->m_iprogramCount, str.c_str());
^
AR xbmc/music/windows/musicwindows.a
AR xbmc/pictures/pictures.a
AR xbmc/music/music.a
==> ERROR: A failure occurred in build().
Aborting...
dhead666 commented on 2014-10-31 23:45 (UTC)
It seems like SDL2 support was added but only now the readme is updated with the depends.
https://github.com/xbmc/xbmc/pull/5364
https://github.com/xbmc/xbmc/pull/5605/files#diff-a0cd151ce52150a9660215a43dca4752R55
BlackIkeEagle commented on 2014-10-23 06:41 (UTC)
headsup: i will move xbmc-git to kodi-git later today
dhead666 commented on 2014-10-22 08:54 (UTC)
I believe it's possible to remove the dependency on flac.
https://github.com/xbmc/xbmc/pull/5527
Beretta92 commented on 2014-10-21 20:35 (UTC)
xbmc.sh.in should be renamed kodi.sh.in in PKGBUILD
<deleted-account> commented on 2014-08-26 10:57 (UTC)
missing depends mesa-demos. Without it, XBMC claims there is no OpenGL hardware and doesn't start.
appendiks commented on 2014-08-24 10:56 (UTC)
Can you add to this support Crystal HD?
jcci commented on 2014-08-23 03:32 (UTC)
It builds again after an update. Couldn't find out which package caused the trouble.
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.