From mboxrd@z Thu Jan 1 00:00:00 1970 From: Catonano Subject: libxsl reprise Date: Mon, 27 Mar 2017 16:30:47 +0200 Message-ID: Mime-Version: 1.0 Content-Type: multipart/alternative; boundary=001a1142e17e74743b054bb730c9 Return-path: Received: from eggs.gnu.org ([2001:4830:134:3::10]:50790) by lists.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1csVfW-0008U0-4S for help-guix@gnu.org; Mon, 27 Mar 2017 10:30:50 -0400 Received: from Debian-exim by eggs.gnu.org with spam-scanned (Exim 4.71) (envelope-from ) id 1csVfV-00088m-8d for help-guix@gnu.org; Mon, 27 Mar 2017 10:30:50 -0400 Received: from mail-wr0-x231.google.com ([2a00:1450:400c:c0c::231]:34499) by eggs.gnu.org with esmtps (TLS1.0:RSA_AES_128_CBC_SHA1:16) (Exim 4.71) (envelope-from ) id 1csVfV-00087m-2m for help-guix@gnu.org; Mon, 27 Mar 2017 10:30:49 -0400 Received: by mail-wr0-x231.google.com with SMTP id l43so59596315wre.1 for ; Mon, 27 Mar 2017 07:30:48 -0700 (PDT) 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: help-guix --001a1142e17e74743b054bb730c9 Content-Type: text/plain; charset=UTF-8 In building libxsl I run into this error /gnu/store/qkw4zrwfybxww8f56nkb6hggxambk89b-bash-4.4.0/bin/bash: ./configure: No such file or directory In keeping the build directory, as Pjotr notes in his notes, I find /tmp/guix-build-libxsl-1.4.0.drv-0$ ls environment-variables source/ configure is in source/libxsl/configure I added this piece (arguments `(#:phases (modify-phases %standard-phases (add-before 'configure 'pre-conigure (lambda* (#:key inputs #:allow-other-keys) (chdir "source/")))))) I also tried with (chdir "source/libxsl")))))) and I get ERROR: In procedure chdir: ERROR: In procedure chdir: No such file or directory No such file or directory ? What am I missing now ? Thank you all again --001a1142e17e74743b054bb730c9 Content-Type: text/html; charset=UTF-8 Content-Transfer-Encoding: quoted-printable
In building libxsl I run into this error

/gnu/= store/qkw4zrwfybxww8f56nkb6hggxambk89b-bash-4.4.0/bin/bash: ./configure: No= such file or directory

In keeping the build directory, as Pjotr not= es in his notes, I find

/tmp/guix-build-libxsl-1.4.0.drv-0$ ls
en= vironment-variables=C2=A0 source/

configure=C2=A0 is in source/libxs= l/configure

I added this piece

(arguments
=C2=A0 `(#:phase= s
=C2=A0=C2=A0=C2=A0 (modify-phases %standard-phases
=C2=A0=C2=A0=C2= =A0=C2=A0=C2=A0 (add-before
=C2=A0=C2=A0=C2=A0=C2=A0=C2=A0=C2=A0 'co= nfigure 'pre-conigure
=C2=A0=C2=A0=C2=A0=C2=A0=C2=A0=C2=A0 (lambda* = (#:key inputs #:allow-other-keys)
=C2=A0=C2=A0=C2=A0=C2=A0=C2=A0=C2=A0= =C2=A0=C2=A0 (chdir "source/"))))))
=C2=A0

I also tried= with

=C2=A0=C2=A0=C2=A0=C2=A0=C2=A0=C2=A0=C2=A0=C2=A0=C2=A0=C2=A0= =C2=A0 (chdir "source/libxsl"))))))

and I get

ERROR= : In procedure chdir:
ERROR: In procedure chdir: No such file or directo= ry

No such file or directory ?

What am I missing now ?
Thank you all again
--001a1142e17e74743b054bb730c9--