From mboxrd@z Thu Jan 1 00:00:00 1970 From: Leo Famulari Subject: Re: libxsl reprise Date: Mon, 27 Mar 2017 10:54:56 -0400 Message-ID: <20170327145456.GA15153@jasmine> References: Mime-Version: 1.0 Content-Type: multipart/signed; micalg=pgp-sha256; protocol="application/pgp-signature"; boundary="x+6KMIRAuhnl3hBn" Return-path: Received: from eggs.gnu.org ([2001:4830:134:3::10]:58247) by lists.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1csW2x-0008WN-VG for help-guix@gnu.org; Mon, 27 Mar 2017 10:55:04 -0400 Received: from Debian-exim by eggs.gnu.org with spam-scanned (Exim 4.71) (envelope-from ) id 1csW2u-0000bX-1i for help-guix@gnu.org; Mon, 27 Mar 2017 10:55:03 -0400 Received: from out1-smtp.messagingengine.com ([66.111.4.25]:42998) by eggs.gnu.org with esmtps (TLS1.0:DHE_RSA_AES_256_CBC_SHA1:32) (Exim 4.71) (envelope-from ) id 1csW2t-0000b7-LX for help-guix@gnu.org; Mon, 27 Mar 2017 10:54:59 -0400 Content-Disposition: inline In-Reply-To: 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: Catonano Cc: help-guix --x+6KMIRAuhnl3hBn Content-Type: text/plain; charset=us-ascii Content-Disposition: inline Content-Transfer-Encoding: quoted-printable On Mon, Mar 27, 2017 at 04:30:47PM +0200, Catonano wrote: > In building libxsl I run into this error >=20 > /gnu/store/qkw4zrwfybxww8f56nkb6hggxambk89b-bash-4.4.0/bin/bash: > ./configure: No such file or directory [...] > I added this piece >=20 > (arguments > `(#:phases > (modify-phases %standard-phases > (add-before > 'configure 'pre-conigure > (lambda* (#:key inputs #:allow-other-keys) > (chdir "source/")))))) >=20 >=20 > I also tried with >=20 > (chdir "source/libxsl")))))) >=20 > and I get >=20 > ERROR: In procedure chdir: > ERROR: In procedure chdir: No such file or directory >=20 > No such file or directory ? >=20 > What am I missing now ? Without the libxsl package definition, it's hard to say exactly what's going wrong. But, you could add the package 'tree' to (native-inputs) and then add a line like this to your pre-configure phase: (zero? (system* "tree")) =2E.. and it might help. --x+6KMIRAuhnl3hBn Content-Type: application/pgp-signature; name="signature.asc" -----BEGIN PGP SIGNATURE----- iQIzBAABCAAdFiEEsFFZSPHn08G5gDigJkb6MLrKfwgFAljZJ70ACgkQJkb6MLrK fwjNhA/9Ga0/SLI6DUREj93xxZfCoi/m+o1fAp/uLJZNlyWCSAnXS64JrHPuQPBA 8NEc1owgLpybYcZVD9TDdhknOiMwsh3+snNsAoDaNEy5e0ppAwFdfgpwD1/DQ16n IuMwPZtgfcQWvVIi0n7R8K+N4rRvTUDzXmmmk6cfe65BX36/V8kDIpcrJvx0rxuu 32672jbzsHxw29Ql6NZOW75MBN/moSs0Br8D0XQQS99KCs0gjSUwAPI0n/PTrEs1 x7R48Ef9TbNohOPb399NeIyuCycOKaLUpUh1qC1f/DRY25qC3Iz7DG5ewmmIcEDJ ws0gy2bmOC+CqEfJnzS0co26neK6JgwYO+nD0vLXlIfutKGObQr3QyLU+HbzF6fp c76UtDxg4nom7vhTRtpQIwKCOjDsMi06jHYPqsAid3g2Utrp/CkyEgtDKsgiaSoc w+B27E+e0dkmT0ggeHm4G0qP4bGWPE11BBkyj9mPuMkm12JBHiVVjXFqWbiWz9g5 6d2Ow5Fg7/tc+O/4zE9nYzJG9BbfU7TyX7Sh9Md8qehTnVU/sxp9gRTXmi8Z+l7s iRYvedKxwylDV+yL5+Gi63cjwof04VvI84Ifs1h7s+zFime9RqBnCuzeSzoTa2tO w8JdaaAe0y5iOuDcPtweuR9CQ3KTNCU0+UfncykOcXU14k84hzY= =bFcd -----END PGP SIGNATURE----- --x+6KMIRAuhnl3hBn--