From mboxrd@z Thu Jan 1 00:00:00 1970 From: Nils Gillmann Subject: Re: How should I install non-guix software? Date: Tue, 7 Aug 2018 15:42:51 +0000 Message-ID: <20180807154251.a3rbvfenyhksomjd@abyayala> References: <20180804214540.497af879@gmail.com> <871sbde7va.fsf@gmail.com> <87ftztb360.fsf@gmail.com> <878t5itcfd.fsf@jnanam.net> Mime-Version: 1.0 Content-Type: text/plain; charset=utf-8 Return-path: Received: from eggs.gnu.org ([2001:4830:134:3::10]:39879) by lists.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1fn47d-00062P-0P for help-guix@gnu.org; Tue, 07 Aug 2018 11:42:10 -0400 Received: from Debian-exim by eggs.gnu.org with spam-scanned (Exim 4.71) (envelope-from ) id 1fn47c-0000HA-28 for help-guix@gnu.org; Tue, 07 Aug 2018 11:42:09 -0400 Received: from conspiracy.of.n0.is ([2a01:4f8:1c0c:7ad0::1]:50020) by eggs.gnu.org with esmtps (TLS1.0:DHE_RSA_AES_256_CBC_SHA1:32) (Exim 4.71) (envelope-from ) id 1fn47b-0000DB-OQ for help-guix@gnu.org; Tue, 07 Aug 2018 11:42:07 -0400 Content-Disposition: inline In-Reply-To: <878t5itcfd.fsf@jnanam.net> 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: Benjamin Slade Cc: help-guix@gnu.org Benjamin Slade transcribed 807 bytes: > I'm still getting to grips with Guix, so a fairly basic question which > seems connected: how do I execute a binary? So for instance, I can > download a precompiled binary for the kitty terminal app: > https://sw.kovidgoyal.net/kitty/binary.html > > But when I try to execute it in Guix, I get the message: > "./kitty: No such file or directory" > > I tried symlinking /bin/bash and /usr/bin/env, but this didn't help. > > I'm sure something in the manual or this thread probably answers this, > but I often find I can generalise from concrete examples better than vice-versa. > > -- > Benjamin Slade - https://babbagefiles.xyz > `(pgp_fp: ,(21BA 2AE1 28F6 DF36 110A 0E9C A320 BBE8 2B52 EE19)) > '(sent by mu4e on Emacs running under GNU/Linux . https://gnu.org ) > `(Choose Linux ,(Choose Freedom) . https://linux.com ) > In this case you have to use patchelf, and use the conventional Unix tools to figure out what's missing in rpath and interpreter. As far as I can guess.