Comment 8 for bug 992068

Revision history for this message
danmb (danmbox) wrote : Re: [needs-packaging] broken in 12.04 and 12.10: libtorsocks: many symbols not found

I've backported a 1.3-3 from saucy (!) in my PPA (https://launchpad.net/~danmbox/+archive/ppa). I still get a bunch of junk:

13:31:17 libtorsocks(28806): WARNING: The symbol res_query() was not found in any shared library with the reported error: Not Found!
  Also, we failed to find the symbol __res_query() with the reported error: Not Found
13:31:17 libtorsocks(28806): WARNING: The symbol res_search() was not found in any shared library with the reported error: Not Found!
  Also, we failed to find the symbol __res_search() with the reported error: Not Found
13:31:17 libtorsocks(28806): WARNING: The symbol res_send() was not found in any shared library with the reported error: Not Found!
  Also, we failed to find the symbol __res_send() with the reported error: Not Found
13:31:17 libtorsocks(28806): WARNING: The symbol res_querydomain() was not found in any shared library with the reported error: Not Found!
  Also, we failed to find the symbol __res_querydomain() with the reported error: Not Found

that makes stderr unreadable. This is kind of important, because the only way to get rid of the junk is to redirect stderr, but in that case you lose all errors. Is this the same bug?