Celedhrim / docker-kodi-server

Runs Kodi in headless mode with docker
MIT License
79 stars 20 forks source link

Unable to build for aarch64 #29

Closed ktaragorn closed 3 years ago

ktaragorn commented 3 years ago

Trying to build for Pine64.

First it fails trying to install kodi because it tries to install 2:19.0* but the ppa has only 2:19.1* now. Once fixing it i then have

Some packages could not be installed. This may mean that you have
requested an impossible situation or if you are using the unstable
distribution that some required packages have not yet been created
or been moved out of Incoming.
The following information may help to resolve the situation:

The following packages have unmet dependencies:
 kodi : Depends: libshairplay0 but it is not installable
        Recommends: i965-va-driver but it is not installable
        Recommends: kodi-peripheral-joystick but it is not installable
        Recommends: kodi-inputstream-adaptive but it is not installable
        Recommends: kodi-inputstream-rtmp but it is not installable
E: Unable to correct problems, you have held broken packages.
The command '/bin/sh -c apt-get update &&     apt-get install -y pulseaudio xpra software-properties-common &&     add-apt-repository -y ppa:team-xbmc/ppa &&     apt-get install -y kodi=2:19.1* &&     apt-get clean &&     rm -rf /var/lib/apt/lists /usr/share/man /usr/share/doc &&     chmod +x /bin/kodi-run-wrapper.sh &&     mkdir /usr/share/kodi/portable_data' returned a non-zero code: 100
Celedhrim commented 3 years ago

Kodi ppa doesn't provide aarch64 build , only amd64 so on can't build this dockerfile on aarch64.