From mboxrd@z Thu Jan 1 00:00:00 1970 From: ludo@gnu.org (Ludovic =?utf-8?Q?Court=C3=A8s?=) Subject: Re: 'gobject-introspection': No such file or directory Date: Mon, 28 Jan 2013 17:46:45 +0100 Message-ID: <87pq0p9rwq.fsf@gnu.org> References: <87a9rtxt61.fsf@karetnikov.org> Mime-Version: 1.0 Content-Type: text/plain; charset=utf-8 Content-Transfer-Encoding: quoted-printable Return-path: Received: from eggs.gnu.org ([208.118.235.92]:39842) by lists.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1TzrrA-0003Hm-N8 for bug-guix@gnu.org; Mon, 28 Jan 2013 11:46:54 -0500 Received: from Debian-exim by eggs.gnu.org with spam-scanned (Exim 4.71) (envelope-from ) id 1Tzrr5-0002Pd-J5 for bug-guix@gnu.org; Mon, 28 Jan 2013 11:46:52 -0500 Received: from mail2-relais-roc.national.inria.fr ([192.134.164.83]:45016) by eggs.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1Tzrr5-0002PJ-D6 for bug-guix@gnu.org; Mon, 28 Jan 2013 11:46:47 -0500 In-Reply-To: <87a9rtxt61.fsf@karetnikov.org> (Nikita Karetnikov's message of "Mon, 28 Jan 2013 09:45:22 -0500") List-Id: Bug reports for GNU Guix List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , Errors-To: bug-guix-bounces+gcggb-bug-guix=m.gmane.org@gnu.org Sender: bug-guix-bounces+gcggb-bug-guix=m.gmane.org@gnu.org To: Nikita Karetnikov Cc: bug-guix@gnu.org Nikita Karetnikov skribis: > File "/nix/store/rvbri7f1j91nrblhw8xhp8ik3p89m5hh-python-2.7.3/lib/pyth= on2.7/subprocess.py", line 679, in __init__ > errread, errwrite) > File "/nix/store/rvbri7f1j91nrblhw8xhp8ik3p89m5hh-python-2.7.3/lib/pyth= on2.7/subprocess.py", line 1249, in _execute_child > raise child_exception > OSError: [Errno 2] No such file or directory Isn=E2=80=99t there by any chance a /bin/sh behind this? You can check by running that in =E2=80=98strace -f=E2=80=99, from the fail= ed build tree. Ludo=E2=80=99.