From mboxrd@z Thu Jan 1 00:00:00 1970 From: Nikita Karetnikov Subject: Re: 'gobject-introspection': No such file or directory Date: Mon, 04 Feb 2013 19:43:06 -0500 Message-ID: <877gmna8uq.fsf@karetnikov.org> References: <87a9rtxt61.fsf@karetnikov.org> <87pq0p9rwq.fsf@gnu.org> <87lib7gahf.fsf@karetnikov.org> <87halrogeg.fsf@gnu.org> Mime-Version: 1.0 Content-Type: multipart/signed; boundary="=-=-="; micalg=pgp-sha1; protocol="application/pgp-signature" Return-path: Received: from eggs.gnu.org ([208.118.235.92]:52091) by lists.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1U2Wcs-0005s7-Lm for bug-guix@gnu.org; Mon, 04 Feb 2013 19:43:09 -0500 Received: from Debian-exim by eggs.gnu.org with spam-scanned (Exim 4.71) (envelope-from ) id 1U2Wcq-0000FT-ID for bug-guix@gnu.org; Mon, 04 Feb 2013 19:43:06 -0500 In-Reply-To: <87halrogeg.fsf@gnu.org> ("Ludovic =?utf-8?Q?Court=C3=A8s=22'?= =?utf-8?Q?s?= message of "(unknown date)") 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: Ludovic =?utf-8?Q?Court=C3=A8s?= Cc: bug-guix@gnu.org --=-=-= Content-Type: text/plain; charset=utf-8 Content-Transfer-Encoding: quoted-printable > The solution is to patch Python to refer to our =E2=80=98sh=E2=80=99 inst= ead of /bin/sh > (as is done for Guile=E2=80=99s ice-9/popen.scm). > Can you do that? I changed 'arguments', but 'gobject-introspection' failed with the same error. python.scm: (arguments `(#:tests? #f ; XXX: some tests fail #:phases (alist-cons-before 'configure 'pre-configure (lambda* (#:key inputs #:allow-other-keys) (let ((bash (assoc-ref inputs "bash"))) (substitute* "Lib/subprocess.py" (("/bin/sh") (string-append bash "/bin/bash"))))) %standard-phases))) subprocess.py: if shell: args =3D ["/nix/store/4mg8b8vvmava68y64qmm70gqfnhhjzmx-bash= -4.2/bin/bash", "-c"] + args if executable: args[0] =3D executable --=-=-= Content-Type: application/pgp-signature -----BEGIN PGP SIGNATURE----- Version: GnuPG v1.4.10 (GNU/Linux) iQIcBAEBAgAGBQJREFWyAAoJEM+IQzI9IQ38Z+kP/1axW/Ob01HEfWQ2SX7m+Oxa eQM+2Kd6CP71PkFdmYmFE1YYdHZ6zUz3rtnwad5j1eocOuF3LPoLsiPh38bSQ9Dv AKUzQBUNTc6H81tXwtcUmViIA0GXmattC4jSmw3pE/DgA6edOxpTxPI3wcer/tj4 NNVMyAS3RX2KJibv+xpcuZVpqvT/21vtX/4+sli1oDKtpxPHsGZShU9Gs8Q12ILC G80S+h4s4SyETgtxyo0er/OK1X4mFjPY97AmChX3IuIBw8kql1LyRtIQzfAiPcb3 l0uVPKjyFQnWE40zd0lE7I24zvD1AVfZOTNaQXvnpNlucZ5xCUBnZtC5K8ngxXPN X48ouy7T1saoll3C38BUt4oBUs51ZXu4hVU9MbaTPjEkAQmY7aJ4z52ZxACDqEWc MeGxSicfaHezOhdbxZl5NkixrqaadhGEoHn0SBUkTJRQdb9lf3dpJ8LaZW9Kc/oX AwtjSElk/urZaGbtBAETX3e9IPy5/wMnU5BMrrz8qZl0FfrVu2pEbhaind0v7cOt q2R+VYMCs4fr9yPuJt8/p4MJob4rkCKGTPYrY9z0asfJ4E4fIYyXn+BafSwvClFb i6rgP++COchwjoO2d53g3fN387dHPAY0UKC4YsueU/LgKNqkGGmMQum6rqpIr8qX 5F0memYmwL9S+iEJKcC8 =huBf -----END PGP SIGNATURE----- --=-=-=--