From mboxrd@z Thu Jan 1 00:00:00 1970 From: Mekeor Melire Subject: torsocks works with wget but fails git-clone: "unable to lookup symbols in libc.so.6" Date: Thu, 06 Apr 2017 00:41:59 +0200 Message-ID: <87pogq8ojs.fsf@gmail.com> Mime-Version: 1.0 Content-Type: text/plain Return-path: Received: from eggs.gnu.org ([2001:4830:134:3::10]:44427) by lists.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1cvtcp-0004Jf-9N for help-guix@gnu.org; Wed, 05 Apr 2017 18:42:04 -0400 Received: from Debian-exim by eggs.gnu.org with spam-scanned (Exim 4.71) (envelope-from ) id 1cvtco-0000wo-BB for help-guix@gnu.org; Wed, 05 Apr 2017 18:42:03 -0400 Received: from mail-wr0-x236.google.com ([2a00:1450:400c:c0c::236]:36345) by eggs.gnu.org with esmtps (TLS1.0:RSA_AES_128_CBC_SHA1:16) (Exim 4.71) (envelope-from ) id 1cvtco-0000wF-4t for help-guix@gnu.org; Wed, 05 Apr 2017 18:42:02 -0400 Received: by mail-wr0-x236.google.com with SMTP id w11so33344865wrc.3 for ; Wed, 05 Apr 2017 15:42:01 -0700 (PDT) Received: from melire. ([2001:a61:226e:c501:fe61:1686:f38a:a5fd]) by smtp.gmail.com with ESMTPSA id n53sm9580341wrn.28.2017.04.05.15.41.59 for (version=TLS1_2 cipher=ECDHE-RSA-CHACHA20-POLY1305 bits=256/256); Wed, 05 Apr 2017 15:42:00 -0700 (PDT) List-Id: List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , Errors-To: help-guix-bounces+gcggh-help-guix=m.gmane.org@gnu.org Sender: "Help-Guix" To: help-guix Problem ======= This works fine: $ torsocks wget http://github.com/mekeor/config This fails: $ torsocks git clone http://github.com/mekeor/config 1491426097 ERROR torsocks[25849]: Unable to lookup symbols in libc.so.6((null)) (in init_libc_symbols() at torsocks.c:239) Torifying browsers like netsurf-gtk, surf, w3m either also fail or don't succeed. Using "torify" instead of "torsocks" results in the same. Information =========== My config.scm contains: (tor-service) My whole config is available at: https://github.com/mekeor/config/blob/master/etc/guix/config.scm The error is printed on this line in the code of torsocks: https://github.com/dgoulet/torsocks/blob/master/src/lib/torsocks.c#L239 I'm using version 20170405.20 of Guix (on GuixSD). Question ======== Why does torsocks work with wget but doesn't work with git-clone? What does the error mean? What does it have to do with libc? Is anybody able to reproduce this? -- mekeor ~ EDD3 DFFA 76F6 11C0 145F 9A99 AC85 BAD8 A2F8 C868