Created attachment 278363 [details] Build log =net-libs/libgadu-1.11.0 fails tests Regression for me with actual stable.
Ugh, relies on remote gadu server presence (a bad thing to do), restricting.
(In reply to comment #1) > Ugh, relies on remote gadu server presence (a bad thing to do), restricting. Nope, these tests don't even require connection to the Internet. I don't know why the "connect" test failed here, probably due to a no thread synchronization bug that a patch to is floating on libgadu-devel mailing list. And the "protocol" test failed because a call to bind() resulted in EADDRINUSE which should be reported on libgadu-devel.
there is new version 1.11.2 available form the website http://toxygen.net/libgadu/ It says in the changelog that it fixed name resolution relating to the threading. Pehaps it is what will get this bug fixed.
(In reply to comment #3) No, at least one test (bind) will still fail. Tests are fixed in current trunk which will become 1.12.0, at least on Linux, as there are still reports of one failing test (connect) on FreeBSD.
I added 1.12.0 to tree. All tests pass on amd64 (after small compilation patch).