Skip site navigation (1)Skip section navigation (2)
Date:      Sat, 08 May 2021 17:35:49 +0000
From:      bugzilla-noreply@freebsd.org
To:        ports-bugs@FreeBSD.org
Subject:   [Bug 255710] net-p2p/jackett: Depend on mono6.8 to make jackett work on FreeBSD >= 12.0
Message-ID:  <bug-255710-7788@https.bugs.freebsd.org/bugzilla/>

next in thread | raw e-mail | index | archive | help
https://bugs.freebsd.org/bugzilla/show_bug.cgi?id=3D255710

            Bug ID: 255710
           Summary: net-p2p/jackett: Depend on mono6.8 to make jackett
                    work on FreeBSD >=3D 12.0
           Product: Ports & Packages
           Version: Latest
          Hardware: Any
                OS: Any
            Status: New
          Severity: Affects Some People
          Priority: ---
         Component: Individual Port(s)
          Assignee: ports-bugs@FreeBSD.org
          Reporter: michiel@vanbaak.eu

Created attachment 224775
  --> https://bugs.freebsd.org/bugzilla/attachment.cgi?id=3D224775&action=
=3Dedit
RUN_DEPENDS on mono6.8

Jacket crashes on anything FreeBSD 12.0-RELEASE or newer because of the
FileSystemWatcher (kevent) deadlock problem.
See https://bugs.freebsd.org/bugzilla/show_bug.cgi?id=3D198727 for more
information about this.

This patch moves jackett away from USES=3Dmono and uses mono6.8 in RUN_DEPE=
NDS.
Since the whole USES=3Dmono does not yet support to pick a mono version, th=
is was
the only way to get things working on a modern FreeBSD version.

With this change, it's no longer possible to run radarr/sonarr/etc in the s=
ame
install as jackett, since those ports have 'USES=3Dmono' which, for now, pi=
ns
those on mono 5.10
mono 5.10 and 5.20 have this kevent deadlock problem, and only on 6.8 will
jackett work.

--=20
You are receiving this mail because:
You are the assignee for the bug.=



Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?bug-255710-7788>