Re: Problems with new boost
-BEGIN PGP SIGNED MESSAGE- Hash: SHA256 On 07/16/2012 00:09, Ruslan Mahmatkhanov wrote: > It's Mario Lobo (submitter of ports/169755), not me to > thank :). I didn't reported upstream. And looking at the fix - as far I > understand it actually just updating our local FreeBSD-specific changes > according to upstream changes. So I think that all our local patches (16 > items) should be sent upstream for review/inclusion, because we can come > up to another weird behaviour with future boost updates. But > unfortunately I'm not the proper person to do that (I'm not sure what > this patches do and can't substantiate their necessity to upstream). I can't think of anyone better to do this than you. :) The info you need should be in the logs. If you wrap the changes in #ifdef freebsd and submit them upstream most projects are receptive (in my experience). Doug - -- Change is hard. -BEGIN PGP SIGNATURE- Version: GnuPG v2.0.19 (FreeBSD) iQEcBAEBCAAGBQJQA8r2AAoJEFzGhvEaGryE7C4IAJnJq/C4rty9RxiyKX6QhPNt wyQGZHdtmSMBkxzLV9sBTex/st6ZBsFI+bDLk6n3oLl/35Xn7YIWp9En6PUVhK/J K5es/QiL83iszCTAu+OTrUm2r1yVt0Te74g5RaiwrLZoKpaYVlzbbEGbGF7wAPf+ Fi+SI2grvOtVbNSiJyHuJ6igG3vQvwcfe1Qaa9EUMFtPDMfkQlktV7GEeuoTiIKx As0LnQ6iPySZtYNRER2LeZJMBBpBF0ESLwZYENXJNDKznOcD8YdZnqZypLw4Z0Ae D0cy/QrkYceb89MhszHmZRNEY59Et33F2pInX0gQUt8KOZJUZb2feprFi4AN0nk= =pKLN -END PGP SIGNATURE- ___ freebsd-ports@freebsd.org mailing list http://lists.freebsd.org/mailman/listinfo/freebsd-ports To unsubscribe, send any mail to "freebsd-ports-unsubscr...@freebsd.org"
Re: Problems with new boost
Doug Barton wrote on 15.07.2012 08:09: On 07/13/2012 13:22, Ruslan Mahmatkhanov wrote: Doug Barton wrote on 27.05.2012 13:33: Howdy, I maintain net-p2p/libtorrent-rasterbar*, and net-p2p/qbittorrent29. Ever since the update I've noticed that my libtorrent-rasterbar applications have problems with the new boost version. Rebuilding the library against boost 1.45 solves it. I don't know exactly what the problem is, but the symptom is that the application gets "slow," and eventually just freezes up altogether. It starts with the UI being slow to respond, with increasing pauses between responses. The network transfers also get slower and slower as time goes by. Eventually as I said above the whole thing just freezes. No response on the UI, no network traffic, no ktrace activity, nothing. If you can give me suggestions on how to diagnose this I'd be glad to help. Doug Should be ok now. But net-p2p/libtorrent-rasterbar* need to be rebuilt. I can confirm that this works as expected now, so thank you thank you thank you thank you! :) I was pulling my hair out trying to find a combination of things I could use to diagnose where the problem was. Has anyone sent this upstream? It's Mario Lobo (submitter of ports/169755), not me to thank :). I didn't reported upstream. And looking at the fix - as far I understand it actually just updating our local FreeBSD-specific changes according to upstream changes. So I think that all our local patches (16 items) should be sent upstream for review/inclusion, because we can come up to another weird behaviour with future boost updates. But unfortunately I'm not the proper person to do that (I'm not sure what this patches do and can't substantiate their necessity to upstream). Would you please bump portrevision for this ports? I will definitely do that when the tree is unfrozen, just one issue. The (perfectly reasonable) change you made in common.mk did not actually result in PORTREVISION being bumped, although it's not clear to me why. It looks like in the past adding PORTREVISION to boost-libs/Makefile is how this was done, and testing that theory just now makes PKGNAME do the right thing. I've got a libtorrent-rasterbar-16 update ready to go, so if you haven't gotten to the PORTREVISION problem before I do when the tree is unfrozen, I plan to make that change. Once again, thank you for working on this, I'm really excited to have this fixed, and my users will be too. :) Doug I see that you already fixed that, thanks. To be honest I didn't checked where PORTREVISION bumps were added before, so just put it to the place looked logically to me, sorry. -- Regards, Ruslan Tinderboxing kills... the drives. ___ freebsd-ports@freebsd.org mailing list http://lists.freebsd.org/mailman/listinfo/freebsd-ports To unsubscribe, send any mail to "freebsd-ports-unsubscr...@freebsd.org"
Re: Problems with new boost
On 07/13/2012 13:22, Ruslan Mahmatkhanov wrote: > Doug Barton wrote on 27.05.2012 13:33: >> Howdy, >> >> I maintain net-p2p/libtorrent-rasterbar*, and net-p2p/qbittorrent29. >> Ever since the update I've noticed that my libtorrent-rasterbar >> applications have problems with the new boost version. Rebuilding the >> library against boost 1.45 solves it. >> >> I don't know exactly what the problem is, but the symptom is that the >> application gets "slow," and eventually just freezes up altogether. It >> starts with the UI being slow to respond, with increasing pauses between >> responses. The network transfers also get slower and slower as time goes >> by. Eventually as I said above the whole thing just freezes. No response >> on the UI, no network traffic, no ktrace activity, nothing. >> >> If you can give me suggestions on how to diagnose this I'd be glad to >> help. >> >> Doug > > Should be ok now. But net-p2p/libtorrent-rasterbar* need to be rebuilt. I can confirm that this works as expected now, so thank you thank you thank you thank you! :) I was pulling my hair out trying to find a combination of things I could use to diagnose where the problem was. Has anyone sent this upstream? > Would you please bump portrevision for this ports? I will definitely do that when the tree is unfrozen, just one issue. The (perfectly reasonable) change you made in common.mk did not actually result in PORTREVISION being bumped, although it's not clear to me why. It looks like in the past adding PORTREVISION to boost-libs/Makefile is how this was done, and testing that theory just now makes PKGNAME do the right thing. I've got a libtorrent-rasterbar-16 update ready to go, so if you haven't gotten to the PORTREVISION problem before I do when the tree is unfrozen, I plan to make that change. Once again, thank you for working on this, I'm really excited to have this fixed, and my users will be too. :) Doug -- If you're never wrong, you're not trying hard enough ___ freebsd-ports@freebsd.org mailing list http://lists.freebsd.org/mailman/listinfo/freebsd-ports To unsubscribe, send any mail to "freebsd-ports-unsubscr...@freebsd.org"
Re: Problems with new boost
Doug Barton wrote on 27.05.2012 13:33: Howdy, I maintain net-p2p/libtorrent-rasterbar*, and net-p2p/qbittorrent29. Ever since the update I've noticed that my libtorrent-rasterbar applications have problems with the new boost version. Rebuilding the library against boost 1.45 solves it. I don't know exactly what the problem is, but the symptom is that the application gets "slow," and eventually just freezes up altogether. It starts with the UI being slow to respond, with increasing pauses between responses. The network transfers also get slower and slower as time goes by. Eventually as I said above the whole thing just freezes. No response on the UI, no network traffic, no ktrace activity, nothing. If you can give me suggestions on how to diagnose this I'd be glad to help. Doug Should be ok now. But net-p2p/libtorrent-rasterbar* need to be rebuilt. Would you please bump portrevision for this ports? -- Regards, Ruslan Tinderboxing kills... the drives. ___ freebsd-ports@freebsd.org mailing list http://lists.freebsd.org/mailman/listinfo/freebsd-ports To unsubscribe, send any mail to "freebsd-ports-unsubscr...@freebsd.org"
Re: Problems with new boost
On 8 July 2012 11:19, Doug Barton wrote: > On 06/02/2012 18:26, Doug Barton wrote: >> On 05/27/2012 02:33, Doug Barton wrote: >>> Howdy, >>> >>> I maintain net-p2p/libtorrent-rasterbar*, and net-p2p/qbittorrent29. >>> Ever since the update I've noticed that my libtorrent-rasterbar >>> applications have problems with the new boost version. Rebuilding the >>> library against boost 1.45 solves it. >>> >>> I don't know exactly what the problem is, but the symptom is that the >>> application gets "slow," and eventually just freezes up altogether. It >>> starts with the UI being slow to respond, with increasing pauses between >>> responses. The network transfers also get slower and slower as time goes >>> by. Eventually as I said above the whole thing just freezes. No response >>> on the UI, no network traffic, no ktrace activity, nothing. >>> >>> If you can give me suggestions on how to diagnose this I'd be glad to help. >> >> Just want to bump this a bit because I'm starting to get reports from >> users of the above ports that they are seeing the same problem. > > Just FYI, this problem has not magically disappeared. :) Is this a boost problem? Perhaps upstream might be more help. Chris ___ freebsd-ports@freebsd.org mailing list http://lists.freebsd.org/mailman/listinfo/freebsd-ports To unsubscribe, send any mail to "freebsd-ports-unsubscr...@freebsd.org"
Re: Problems with new boost
On 06/02/2012 18:26, Doug Barton wrote: > On 05/27/2012 02:33, Doug Barton wrote: >> Howdy, >> >> I maintain net-p2p/libtorrent-rasterbar*, and net-p2p/qbittorrent29. >> Ever since the update I've noticed that my libtorrent-rasterbar >> applications have problems with the new boost version. Rebuilding the >> library against boost 1.45 solves it. >> >> I don't know exactly what the problem is, but the symptom is that the >> application gets "slow," and eventually just freezes up altogether. It >> starts with the UI being slow to respond, with increasing pauses between >> responses. The network transfers also get slower and slower as time goes >> by. Eventually as I said above the whole thing just freezes. No response >> on the UI, no network traffic, no ktrace activity, nothing. >> >> If you can give me suggestions on how to diagnose this I'd be glad to help. > > Just want to bump this a bit because I'm starting to get reports from > users of the above ports that they are seeing the same problem. Just FYI, this problem has not magically disappeared. :) -- This .signature sanitized for your protection ___ freebsd-ports@freebsd.org mailing list http://lists.freebsd.org/mailman/listinfo/freebsd-ports To unsubscribe, send any mail to "freebsd-ports-unsubscr...@freebsd.org"
Re: Problems with new boost
On 05/27/2012 02:33, Doug Barton wrote: > Howdy, > > I maintain net-p2p/libtorrent-rasterbar*, and net-p2p/qbittorrent29. > Ever since the update I've noticed that my libtorrent-rasterbar > applications have problems with the new boost version. Rebuilding the > library against boost 1.45 solves it. > > I don't know exactly what the problem is, but the symptom is that the > application gets "slow," and eventually just freezes up altogether. It > starts with the UI being slow to respond, with increasing pauses between > responses. The network transfers also get slower and slower as time goes > by. Eventually as I said above the whole thing just freezes. No response > on the UI, no network traffic, no ktrace activity, nothing. > > If you can give me suggestions on how to diagnose this I'd be glad to help. Just want to bump this a bit because I'm starting to get reports from users of the above ports that they are seeing the same problem. Doug -- This .signature sanitized for your protection ___ freebsd-ports@freebsd.org mailing list http://lists.freebsd.org/mailman/listinfo/freebsd-ports To unsubscribe, send any mail to "freebsd-ports-unsubscr...@freebsd.org"
Problems with new boost
Howdy, I maintain net-p2p/libtorrent-rasterbar*, and net-p2p/qbittorrent29. Ever since the update I've noticed that my libtorrent-rasterbar applications have problems with the new boost version. Rebuilding the library against boost 1.45 solves it. I don't know exactly what the problem is, but the symptom is that the application gets "slow," and eventually just freezes up altogether. It starts with the UI being slow to respond, with increasing pauses between responses. The network transfers also get slower and slower as time goes by. Eventually as I said above the whole thing just freezes. No response on the UI, no network traffic, no ktrace activity, nothing. If you can give me suggestions on how to diagnose this I'd be glad to help. Doug -- If you're never wrong, you're not trying hard enough ___ freebsd-ports@freebsd.org mailing list http://lists.freebsd.org/mailman/listinfo/freebsd-ports To unsubscribe, send any mail to "freebsd-ports-unsubscr...@freebsd.org"