This fails to build with the current sonarr git:
-> Patching Mono-Set-process-name
error: src/NzbDrone.Mono/EnvironmentInfo/MonoRuntimeProvider.cs: No such file or directory
==> ERROR: A failure occurred in prepare().
Aborting...
The build failed.
I think the file got changed (renamed?) to MonoPlatformInfo.cs (in that same directory). I am not confident enough around c# to try and adapt the patch.
Search Criteria
Package Details: sonarr-bin 4.0.11.2680-3
Package Actions
Git Clone URL: | https://aur.archlinux.org/sonarr-bin.git (read-only, click to copy) |
---|---|
Package Base: | sonarr-bin |
Description: | Smart PVR for newsgroup and torrent users |
Upstream URL: | https://sonarr.tv |
Licenses: | GPL-3.0-or-later |
Groups: | servarr-bin |
Conflicts: | sonarr |
Provides: | sonarr |
Submitter: | txtsd |
Maintainer: | txtsd (fryfrog) |
Last Packager: | fryfrog |
Votes: | 100 |
Popularity: | 2.16 |
First Submitted: | 2024-10-13 20:06 (UTC) |
Last Updated: | 2024-12-13 01:38 (UTC) |
Dependencies (20)
- gcc-libs (gcc-libs-gitAUR, gccrs-libs-gitAUR, gcc11-libsAUR, gcc-libs-snapshotAUR)
- glibc (glibc-gitAUR, glibc-linux4AUR, glibc-eacAUR, glibc-eac-binAUR, glibc-eac-rocoAUR)
- sqlite (sqlite-fossilAUR)
- zlib (zlib-ng-compat-gitAUR, zlib-gitAUR, zlib-ng-compat)
- aria2 (aria2-gitAUR, aria2-proAUR, aria2-fastAUR, aria2-unlimitedAUR) (optional) – torrent downloader
- autobrrAUR (optional) – irc, torrent and usenet indexer proxy
- deluge (deluge-gitAUR) (optional) – torrent downloader
- jackettAUR (jackett-monoAUR, jackett-binAUR) (optional) – torrent indexer proxy
- nodejs-floodAUR (flood-gitAUR) (optional) – torrent downloader
- nzbget (nzbget-binAUR, nzbget-gitAUR, nzbget-git-debugAUR) (optional) – usenet downloader
- nzbhydra2AUR (nzbhydra2-binAUR, nzbhydra2-nojava-binAUR) (optional) – torznab and usenet indexer proxy
- postgresql (postgresql-12AUR, postgresql15-docsAUR, postgresql15AUR, postgresql17-docsAUR, postgresql17AUR, postgresql13AUR, postgresql-gitAUR) (optional) – postgresql database
- prowlarrAUR (prowlarr-binAUR, prowlarr-developAUR, prowlarr-develop-binAUR, prowlarr-nightly-binAUR) (optional) – torrent and usenet indexer proxy
- qbittorrent (qbittorrent-enhanced-qt5AUR, qbittorrent-qt5AUR, qbittorrent-gitAUR, qbittorrent-libtorrent-v1AUR, qbittorrent-enhanced-gitAUR, qbittorrent-enhanced-uaAUR, qbittorrent-enhanced-appimageAUR, qbittorrent-enhancedAUR) (optional) – torrent downloader
- rtorrent (rtorrent-colorAUR, rtorrent-pyro-gitAUR, rtorrent-ps-chAUR, rtorrent-gitAUR, rtorrent-ipv6AUR, rtorrent-psAUR, rtorrent-vi-colorAUR) (optional) – torrent downloader
- sabnzbdAUR (sabnzbd-gitAUR) (optional) – usenet downloader
- transmission-cli (transmission-cli-gitAUR, transmission-noxunlei-cliAUR, transmission3-cliAUR) (optional) – torrent downloader (CLI and daemon)
- transmission-gtk (transmission-noxunlei-gtkAUR, transmission-gtk3AUR, transmission-gtk-gitAUR) (optional) – torrent downloader (GTK+)
- transmission-qt (transmission-qt-gitAUR, transmission-qt-ssl-gitAUR, transmission-noxunlei-qtAUR) (optional) – torrent downloader (Qt)
- vuzeAUR (vuze-extreme-modAUR) (optional) – torrent downloader
Required by (17)
- autobrr (requires sonarr) (optional)
- jellyseerr (requires sonarr) (optional)
- lunasea-bin (requires sonarr) (optional)
- nzbget-ppscript-nzbtomedia-git (requires sonarr) (optional)
- ombi (requires sonarr) (optional)
- ombi-bin (requires sonarr) (optional)
- ombi-develop (requires sonarr) (optional)
- ombi-develop-bin (requires sonarr) (optional)
- prowlarr (requires sonarr) (optional)
- prowlarr-bin (requires sonarr) (optional)
- prowlarr-develop (requires sonarr) (optional)
- prowlarr-develop-bin (requires sonarr) (optional)
- prowlarr-nightly-bin (requires sonarr) (optional)
- recyclarr (requires sonarr) (optional)
- recyclarr-bin (requires sonarr) (optional)
- sonarr-runit (requires sonarr)
- traktarr-git (requires sonarr) (optional)
Sources (8)
Latest Comments
« First ‹ Previous 1 .. 3 4 5 6 7 8 9 10 11 12 13 .. 16 Next › Last »
ejstacey commented on 2017-01-30 00:08 (UTC)
jack.mitchell commented on 2016-10-30 13:47 (UTC)
Anyone having issues with Sonarr segfaulting/crashing on RSS index with the lastest Mono. I had to role mine back. I do have a custom mono build, but all it does is remove the libgdi dependancy which has never been an issue in the past.
degeberg commented on 2016-10-27 05:06 (UTC)
@Rusk: It doesn't run as debug on my machine. Do you use the mono package from the official repos, or have you compiled your own version?
Rusk commented on 2016-10-26 23:20 (UTC)
Question: How to run sonarr without "--debug" option of mono?
$ ps aux | grep mono
sonarr 3719 2.0 2.1 1541812 178892 ? Ssl 00:58 0:07 mono --debug /usr/lib/sonarr/NzbDrone.exe -nobrowser -data=/var/lib/sonarr
I checked the sonarr.service file:
$ cat /usr/lib/systemd/system/sonarr.service
[Unit]
Description=Sonarr Service
After=network.target
[Service]
User=sonarr
Group=sonarr
ExecStart=/usr/bin/sonarr -nobrowser -data=/var/lib/sonarr
Type=simple
TimeoutStopSec=20
[Install]
WantedBy=multi-user.target
It is not eluding to any option with which mono is being run. I also wrote a "Hello, World"-Example and let it run in a loop like this:
$ watch -n1 hello_world.exe
Every 1.0s: ./hello_world.exe current_user: Thu Oct 27 01:13:36 2016
$ ps aux | grep hello_world.exe
current_user 4074 0.2 0.0 9120 2900 pts/6 S+ 01:13 0:00 watch -n1 /home/current_user/hello_world.exe
As you can see mono is not even being mentioned. Any directions would be greatly appreciated. Also in case this is the wrong place for this question please point me towards another support site.
SRChiP commented on 2016-09-13 10:08 (UTC)
@moonman I think it would be easier to just create a systemd unit override. :)
$ sudo systemctl edit sonarr
Enter the text
[Service]
Restart=on-failure
RestartSec=17
moonman commented on 2016-07-30 07:41 (UTC)
@degeberg could you add Restart=on-failure to the systemd service please. It seems sonarr crashes once in a while on armv7 and needs to be restarted manually. This helps
degeberg commented on 2016-04-03 19:06 (UTC)
@fuzzy2: Good point. I've updated the PKGBUILD accordingly.
fuzzy2 commented on 2016-04-03 16:36 (UTC)
I suggest removing the .install file from source/checksums altogether. It's considered bad practice: https://wiki.archlinux.org/index.php/PKGBUILD#source
yaourt prompts you to edit the .install file, but that won't work with this package unless removing it from the source array first.
degeberg commented on 2016-03-14 15:32 (UTC)
Sorry about that. It should work now.
binhex commented on 2016-03-14 14:58 (UTC)
getting a validity test failure on 2.0.0.3953-2:-
[0m[91m==> Validating source files with sha512sums...
[0m[91m NzbDrone.master.2.0.0.3953.mono.tar.gz ... [0m[91mPassed
[0m[91m sonarr.sh ... [0m[91mPassed
[0m[91m sonarr.service ... [0m[91mPassed
[0m[91m sonarr.install ... [0m[91mFAILED
[0m[91m==> ERROR: One or more files did not pass the validity check!
[0mThe build failed.
Pinned Comments
mkomko commented on 2024-11-15 06:59 (UTC)
PSA: If you receive exceptions like "System.IO.IOException: Read-only file system" when Sonarr is importing files after updating to 4.0.10.2544, and you use your home directory for downloaded files (which is advised against), you can either move file management out of your home directory or do something like the following:
txtsd commented on 2024-10-21 03:56 (UTC) (edited on 2024-10-30 12:50 (UTC) by txtsd)
Alternate versions
sonarr (source version of this package)
sonarr-develop (develop branch)
sonarr-develop-bin (binary version of the develop branch)