all messages for Guix-related lists mirrored at yhetil.org
 help / color / mirror / code / Atom feed
From: Ricardo Wurmus <rekado@elephly.net>
To: oury.dustin@posteo.net
Cc: help-guix@gnu.org
Subject: Re: Do not use tor with browsers other than tor browser
Date: Sun, 26 May 2019 08:38:46 +0200	[thread overview]
Message-ID: <87d0k5en49.fsf@elephly.net> (raw)
In-Reply-To: <a545b34468d2efeb2f5ff244d2e91831@posteo.net>


oury.dustin@posteo.net writes:

> This is interesting because on GuixSD 1.0.1 when I download tor
> browser and try to start it I receive an error
>
> ruki@guix ~/Downloads/tor-browser_en-US$ ./start-tor-browser.desktop
> bash: ./start-tor-browser.desktop: /usr/bin/env: bad interpreter: No
> such file or directory

This is likely because the binary you have will expect the loader at
/lib64/ld-linux….so (or similar), which doesn’t exist on Guix systems.
The loader is provided by the GNU C library and you may need to patch
the binary with patchelf to override the interpreter.

An alternative might be to install the C library and link its loader
binary to the expected location, but we can’t guarantee that this would
work.

--
Ricardo

  reply	other threads:[~2019-05-26  6:39 UTC|newest]

Thread overview: 6+ messages / expand[flat|nested]  mbox.gz  Atom feed  top
2019-05-25 11:56 Do not use tor with browsers other than tor browser Alex Vong
2019-05-25 16:43 ` Raghav Gururajan
2019-05-25 21:16   ` oury.dustin
2019-05-26  6:38     ` Ricardo Wurmus [this message]
2019-05-26  2:39 ` Mike Gerwitz
2019-05-26 19:42 ` Ludovic Courtès

Reply instructions:

You may reply publicly to this message via plain-text email
using any one of the following methods:

* Save the following mbox file, import it into your mail client,
  and reply-to-all from there: mbox

  Avoid top-posting and favor interleaved quoting:
  https://en.wikipedia.org/wiki/Posting_style#Interleaved_style

* Reply using the --to, --cc, and --in-reply-to
  switches of git-send-email(1):

  git send-email \
    --in-reply-to=87d0k5en49.fsf@elephly.net \
    --to=rekado@elephly.net \
    --cc=help-guix@gnu.org \
    --cc=oury.dustin@posteo.net \
    /path/to/YOUR_REPLY

  https://kernel.org/pub/software/scm/git/docs/git-send-email.html

* If your mail client supports setting the In-Reply-To header
  via mailto: links, try the mailto: link
Be sure your reply has a Subject: header at the top and a blank line before the message body.
Code repositories for project(s) associated with this external index

	https://git.savannah.gnu.org/cgit/guix.git

This is an external index of several public inboxes,
see mirroring instructions on how to clone and mirror
all data and code used by this external index.