Just saw the 2.2.0 was released a few weeks ago, and that includes the changes to remove cgi. Just bumped the formula to that, which removes the dep on legacy-cgi!
The problem above was due to a homebrew/python mismatch (homebrew's libtorrent had been updated to depend on py3.13, while this deluge formula hadn't). Bumping this uncovered another error, which is that cgi has been deprecated in py3.13 but Deluge hasn't been updated (either to not use it or to req...
Ok, i've put together some instructions for rewinding and installing the proper version of gobject here: https://github.com/Amar1729/homebrew-deluge-meta/issues/23#issuecomment-2033318411 For users here who prefer installing deluge manually, the steps are the same except you don't have to run `brew ...
I might be able to put together a few notes, yeah. Part of the problem here is that deluge is not a package in homebrew-core, so brew maintainers have no real obligation/checks to ensure that it builds properly (but they are working on fixing the bugs in gobject-introspection/related pkgs). I'm fair...
Nice, good to hear it works. The only problems you'll have in the future are that brew will raise a warning whenever anything that depends on gobject-introspection can't be updated because you have it pinned (which shouldn't be much, because you only had one dependent). You'll be able to unpin whene...
In the past, i've gone into the homebrew/homebrew-core tap within brew --prefix, manually (with git) checked out a previous commit, and installed from there ... however, that's really only feasible for leaf formulae. Anything really interconnected, like gobject-introspection/glib, is horrific becaus...
I run a brew tap for deluge where we just ran into the same problem. https://github.com/Amar1729/homebrew-deluge-meta/issues/23 I'm not sure if this is because of that GiRepository change, or because of an issue where the gobject-introspection metadata isn't used as of 1.80 (see this issue comment i...
Yes! Check out my homebrew tap here https://github.com/amar1729/homebrew-deluge-meta I had posted about this a little while ago https://forum.deluge-torrent.org/viewtopic.php?f=13&t=55912 Or check out this alternative post detailing setup with macports https://forum.deluge-torrent.org/viewtopic....
This is something I haven't been able to test until recently on M1 - the deluge and deluge-gtk commands work just fine to open a GUI, but deluged provided by my formula does NOT work. More details here https://github.com/Amar1729/homebrew-deluge-meta/issues/11 , but the problem is that M1 macs have ...