From mboxrd@z Thu Jan 1 00:00:00 1970 From: Ricardo Wurmus Subject: Re: Tracker & Gnome Date: Thu, 11 Oct 2018 21:29:31 +0200 Message-ID: <87o9c0nuxw.fsf@elephly.net> References: <87a7npm1o2.fsf@posteo.net> <20181008103033.fhmewwiniuuni7rl@abyayala> <87lg78y2ck.fsf@gnu.org> <87ftxgqizp.fsf@elephly.net> <871s90rtas.fsf@posteo.net> <87d0sjr5u1.fsf@elephly.net> <871s8yke84.fsf@posteo.net> Mime-Version: 1.0 Content-Type: text/plain; charset=utf-8 Content-Transfer-Encoding: quoted-printable Return-path: Received: from eggs.gnu.org ([2001:4830:134:3::10]:46341) by lists.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1gAgec-00088g-1c for guix-devel@gnu.org; Thu, 11 Oct 2018 15:29:51 -0400 Received: from Debian-exim by eggs.gnu.org with spam-scanned (Exim 4.71) (envelope-from ) id 1gAgeb-0003q8-C2 for guix-devel@gnu.org; Thu, 11 Oct 2018 15:29:50 -0400 In-reply-to: <871s8yke84.fsf@posteo.net> List-Id: "Development of GNU Guix and the GNU System distribution." List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , Errors-To: guix-devel-bounces+gcggd-guix-devel=m.gmane.org@gnu.org Sender: "Guix-devel" To: Brett Gilio Cc: "guix-devel@gnu.org" Brett Gilio writes: > ../../utils/g-ir-merge/g-ir-merge: /usr/bin/env: bad interpreter: No > such file or directory =E2=80=9Cg-ir-merge=E2=80=9D uses /usr/bin/env as an interpreter to run som= e other command in the shebang line. Guix will usually replace =E2=80=9C/usr/bin/e= nv=E2=80=9D shebangs when the other command is available. Take a look at the shebang line to figure out what command that is and add it to the inputs. --=20 Ricardo