Sonarr.tv master InRelease' doesn't support architecture 'arm64'

Sonarr version (exact version):
Mono version (if Sonarr is not running on Windows):
OS: Pine64 with Ubuntu 16.04
((Debug logs)) (posted to hastebin or similar):
N: Skipping acquire of configured file ‘main/binary-arm64/Packages’ as repository ‘http://apt.sonarr.tv master InRelease’ doesn’t support architecture 'arm64’
N: Skipping acquire of configured file ‘main/binary-arm64/Packages’ as repository ‘http://download.mono-project.com/repo/debian wheezy InRelease’ doesn’t support architecture ‘arm64’
Description of issue:
When i want to install Sonarr on my Pine64, i have this message :
sonarr.tv master InRelease’ doesn’t support architecture 'arm64’
Do you have a solution or alternative ?
Thanks

You could try a manual installation from the tar.gz.

I can verify that a manual install from the tar.gz works well on the Pine64. Steps are below if it helps anyone else.

  1. Get the tar.gz:
    wget http://update.sonarr.tv/v2/master/mono/NzbDrone.master.tar.gz
  2. Install sonarr dependencies:
    sudo apt-get install mono-complete mediainfo sqlite3
  3. Move and extract the tar.gz:
    sudo mv NzbDrone.master.tar.gz /opt/
    sudo tar xzvf NzbDrone.master.tar.gz
  4. Start the server:
    cd NzbDrone/
    mono --debug NzbDrone.exe

I tried to install the sonarr dependencies on my pine64 with debian and this was the response:

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:
mono-complete:armhf : Depends: mono-runtime:armhf (= 3.2.8+dfsg-10) but it is not going to be installed
Depends: mono-runtime-sgen:armhf (= 3.2.8+dfsg-10) but it is not going to be installed
Depends: mono-utils:armhf (= 3.2.8+dfsg-10) but it is not going to be installed
Depends: mono-devel:armhf (= 3.2.8+dfsg-10) but it is not installable
Depends: mono-mcs:armhf (= 3.2.8+dfsg-10) but it is not i nstallable
Depends: mono-csharp-shell:armhf (= 3.2.8+dfsg-10) but it is not installable
Depends: mono-2.0-gac:armhf (= 3.2.8+dfsg-10) but it is not installable
Depends: mono-4.0-gac:armhf (= 3.2.8+dfsg-10) but it is not installable
Depends: mono-2.0-service:armhf (= 3.2.8+dfsg-10) but it is not installable
Depends: mono-4.0-service:armhf (= 3.2.8+dfsg-10) but it is not installable
Depends: monodoc-base:armhf (= 3.2.8+dfsg-10) but it is not installable
Depends: monodoc-manual:armhf (= 3.2.8+dfsg-10) but it is not installable
Depends: libmono-cil-dev:armhf (= 3.2.8+dfsg-10) but it is not installable
E: Unable to correct problems, you have held broken packages.

Any suggestions? Should I try Ubuntu vs Debian?

I ended up installing mono manually using this information:
git clone git://github.com/mono/mono.git
cd mono
./autogen.sh --prefix=/usr/local
make get-monolite-latest
make -j 4
sudo make install

Finished. Now check the mono version:
mono -V

I got this from this forum

Hope this helps someone else trying. I wish it was on a debian repository though would be easier to update. I tried added the sonarr and mono repository on my pine64’s debian repository and no luck still.

This topic was automatically closed 60 days after the last reply. New replies are no longer allowed.