Re: [BUG] net/qbittorrent and net/deluge not working

2021-09-20 Thread Thomas Frohwein
On Sat, Sep 18, 2021 at 09:47:58PM +0200, Rafael Sadowski wrote: > On Sat Sep 18, 2021 at 09:55:11AM +0100, Stuart Henderson wrote: > > I am ok with this, but the following ports will need adjusting due to > > pkgspecs on particular boost versions: > > > > archivers/innoextract > >

Re: [BUG] net/qbittorrent and net/deluge not working

2021-09-19 Thread Brad Smith
On 9/18/2021 4:37 AM, Rafael Sadowski wrote: On Thu Sep 16, 2021 at 08:44:00AM +0100, Stuart Henderson wrote: On 2021/09/15 23:15, Brad Smith wrote: Interesting. I found rebuilding libtorrent-rasterbar with -O1 (or -O0 initially) and it no longer was crashing on me. I started up qBittorrent

Re: [BUG] net/qbittorrent and net/deluge not working

2021-09-18 Thread Rafael Sadowski
On Sat Sep 18, 2021 at 09:55:11AM +0100, Stuart Henderson wrote: > I am ok with this, but the following ports will need adjusting due to > pkgspecs on particular boost versions: > > archivers/innoextract > audio/py-tagpy,python3 > devel/leatherman > games/arx-libertatis > games/freeorion >

Re: [BUG] net/qbittorrent and net/deluge not working

2021-09-18 Thread Stuart Henderson
I am ok with this, but the following ports will need adjusting due to pkgspecs on particular boost versions: archivers/innoextract audio/py-tagpy,python3 devel/leatherman games/arx-libertatis games/freeorion games/valyriatear games/vegastrike/engine games/wesnoth graphics/hugin graphics/mapnik

Re: [BUG] net/qbittorrent and net/deluge not working

2021-09-18 Thread Rafael Sadowski
On Thu Sep 16, 2021 at 08:44:00AM +0100, Stuart Henderson wrote: > On 2021/09/15 23:15, Brad Smith wrote: > > Interesting. I found rebuilding libtorrent-rasterbar with -O1 (or -O0 > > initially) > > and it no longer was crashing on me. I started up qBittorrent and downloaded > > a few well seeded

Re: [BUG] net/qbittorrent and net/deluge not working

2021-09-16 Thread Stuart Henderson
On 2021/09/15 23:15, Brad Smith wrote: > Interesting. I found rebuilding libtorrent-rasterbar with -O1 (or -O0 > initially) > and it no longer was crashing on me. I started up qBittorrent and downloaded > a few well seeded torrents. Unless we understand the mechanism for the failure and are sure

Re: [BUG] net/qbittorrent and net/deluge not working

2021-09-16 Thread Brad Smith
On Wed, Sep 15, 2021 at 08:14:03AM +0200, Rafael Sadowski wrote: > On Tue Sep 14, 2021 at 12:58:52PM +0200, Theo Buehler wrote: > > On Tue, Sep 14, 2021 at 10:19:41AM +0100, Stuart Henderson wrote: > > > Maybe relevant: https://github.com/arvidn/libtorrent/issues/6405 > > > > I tried updating

Re: [BUG] net/qbittorrent and net/deluge not working

2021-09-15 Thread Rafael Sadowski
On Wed Sep 15, 2021 at 11:15:59PM -0400, Brad Smith wrote: > On Wed, Sep 15, 2021 at 08:14:03AM +0200, Rafael Sadowski wrote: > > On Tue Sep 14, 2021 at 12:58:52PM +0200, Theo Buehler wrote: > > > On Tue, Sep 14, 2021 at 10:19:41AM +0100, Stuart Henderson wrote: > > > > Maybe relevant:

Re: [BUG] net/qbittorrent and net/deluge not working

2021-09-15 Thread Rafael Sadowski
On Tue Sep 14, 2021 at 12:58:52PM +0200, Theo Buehler wrote: > On Tue, Sep 14, 2021 at 10:19:41AM +0100, Stuart Henderson wrote: > > Maybe relevant: https://github.com/arvidn/libtorrent/issues/6405 > > I tried updating libtorrent-rasterbar to 1.2.14 and bumping >

Re: [BUG] net/qbittorrent and net/deluge not working

2021-09-14 Thread Theo Buehler
On Tue, Sep 14, 2021 at 10:19:41AM +0100, Stuart Henderson wrote: > Maybe relevant: https://github.com/arvidn/libtorrent/issues/6405 I tried updating libtorrent-rasterbar to 1.2.14 and bumping TORRENT_{READ,WRITE}_HANDLER_MAX_SIZE by 16 bytes to match what was discussed in that thread for

Re: [BUG] net/qbittorrent and net/deluge not working

2021-09-14 Thread Stuart Henderson
Maybe relevant: https://github.com/arvidn/libtorrent/issues/6405 Users of other software that uses boost: please test snapshots ASAP and report back if there are recent problems. -- Sent from a phone, apologies for poor formatting. On 14 September 2021 03:24:53 "Elias M. Mariani" wrote:

Re: [BUG] net/qbittorrent and net/deluge not working

2021-09-13 Thread Elias M. Mariani
Thanks for the links Theo, I didn't know about those mirrors with the previous builds. Yep, the problem seems to lie with the boost update from 1.76 to 1.77. Using 1.76 works OK. On Mon, Sep 13, 2021 at 6:28 PM Theo Buehler wrote: > On Mon, Sep 13, 2021 at 05:55:51PM -0300, Elias M. Mariani

Re: [BUG] net/qbittorrent and net/deluge not working

2021-09-13 Thread Theo Buehler
On Mon, Sep 13, 2021 at 05:55:51PM -0300, Elias M. Mariani wrote: > I should add some more info: > - I tested this on amd64, qbittorrent 4.3.8 was working OK a week or so > ago. I just tested deluge because it uses the same libraries. > - Reproduce: pkg_add qbittorrent on -current, run

Re: [BUG] net/qbittorrent and net/deluge not working

2021-09-13 Thread Elias M. Mariani
I should add some more info: - I tested this on amd64, qbittorrent 4.3.8 was working OK a week or so ago. I just tested deluge because it uses the same libraries. - Reproduce: pkg_add qbittorrent on -current, run qbittorrent. The same applies for deluge. I tested both in a vanilla -current machine

[BUG] net/qbittorrent and net/deluge not working

2021-09-13 Thread Elias M . Mariani
net/qbittorrent and net/deluge are broken (at least on amd64). Both are using net/libtorrent-rasterbar and devel/boost. I'm guessing that this is the fallout from some change on the system libraries or caused by the devel/boost update. I'm adding the backtrace frdsdsdom gdb for both to see if